body {
    font-family: Arial, Helvetica, sans-serif !important;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem ;
  font-size: .875rem ;
  line-height: .5 ;
  border-radius: .2rem ;
}

.logo h1{
    font-family: 'Courier New', Courier, monospace !important ;
}
.app-sidebar{
  overflow: hidden;
}



/* Data Table Customization */
.table-striped.dataTable tbody tr.selected:nth-child(odd) td,
.table-striped.dataTable tbody tr.selected:nth-child(odd) th {
  background-color: #F2F2F2;
  color: #212529;
}
.table-striped.dataTable tbody tr.selected:nth-child(even) td,
.table-striped.dataTable tbody tr.selected:nth-child(even) th {
  background-color: #FFFFFF;
  color: #212529;
}
.table-striped.dataTable tbody tr.selected a
{
  color: #009688;
}
.table-striped.dataTable tbody tr.selected a.btn
{
  color: #FFFFFF;
}


.btn-confirmation
{
    position: relative;
}

.btn-confirmation:before
{
  content: "Are you Sure?";
  display: block;
  font-weight: bold;
  display: none;
  margin-top: -16px;
}

.confirm-warning-message
{
  display: none;
  color: #dc3545;
  margin-top: -16px;
}



.btn-confirmation .btn-group, .btn-confirmation.btn-confirm .btn[role=confirm], .btn-confirmation.btn-working .btn[role=confirm]
{display: none;}

.btn-confirmation.btn-confirm:before {
    display: block;
    position: absolute;
    top: -3px;
}
.btn-confirmation.btn-confirm .btn-group {
    display: inline-flex;
}

.btn-confirmation.btn-confirm .btn-group .btn
{float:left;}



.sim-card-report-blocks {
  display: none;
}


.assign-sim {
  display: none;
}

.report-expor-btn {
  margin-bottom: 10px;
}


.no-graph-data
{
  color: #777;
  font-size: 28px;
  font-weight: bold;
  padding-top: 60px;
}

.quick-bar-morph-target {
  display: none;
}

.quickbar .close {
  display: none;
}

.progress {
  background-color: #6c757d;

}
.progress-bar {
  font-weight: bold;
  padding-left: 1px;
}
.progress-text {
    display: inline-block;
    padding-left: 5px;
}
.fixed-range-datepicker {
  text-align: center;
  width: 280px;
}


.broadband-service a:hover, .broadband-service a:visited {
  color: #FFF !important;
  text-decoration: none !important;
}

.broadband-service a:hover i {
  background-color: #28a745
}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.add-a-new-account {
  display: none;
}
.app-header__logo{
  background-color: #ed2329 !important;
  padding: 0px;
  text-align: left;
  line-height: 45px;
}


.widget-small {
  min-width: 200px !important;
  max-width: 360px !important;
}

.widget-small a:hover, .broadband-service a:visited {
  text-decoration: none;
}

.widget-small a:hover i {
  background-color: #28a745 !important;
}


.app-header  {
  background-color: #ed2329;
}

.treeview.is-expanded [data-toggle="treeview"] {
  border-left-color: #ed2329;
  border-left-color: #ed2329;
}
.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
  border-left-color: #ed2329;
}

.treeview-item
{
  padding-left: 20px;
}
.treeview-item:focus, .treeview-item:hover {
  border-left: 3px solid;
  border-left-color: #17a2b8;
  padding-left: 17px;

}
.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  color: #FFFFFF;
  background-color: #ed2329;
  text-decoration: none;

}
.login-content .logo {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 400px;
  color: #fff;
  background-color: #ed2329;
  text-align: center !important;
}
.login-content .logo h1 {
  font-size: 30px;
  font-weight: 400;

}
.logo h1{
  font-family: sans-serif;
  color: #666;
}
.login-box {
  width: 400px;
  color: #666;
}
.login-body {
    background: url("/static/img/image2.jpg");
    background-size: cover;
}


.capped-account-none
{
  font-size: 28px;
  color: #999;
  font-weight: bold;
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 320px;
  width: 100%;
}

.capped-account-none span
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 320px;
  width: 100%;
}

.breadcrumb {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.sim_limit_selector input.form-control {
    width: 120px;
}
.sim_limit_selector select.input-group-addon {
    width: 40px;
}
.sim_limit_selector {
  position: relative;
}
.limit_selector {
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 999;
    background-color: #fff;
    padding: 0;
    border: solid 1px #ccc;
    min-width: 150px;
}
.limit_selector li {
    padding: 7px 15px;
    margin: 0;
    list-style: none;
    border-top: solid 1px #eee;
    cursor: pointer;
}

.limit_selector li:first-of-type {
    border-top: none;
}

.limit_selector li:hover {
    background-color: #f3f3f3;
}
.sim_limit {
  border-right: 0;
}
#sims_form {
    display: inline;
}
#apn_logs tbody td {
    padding-left: 5px;
    padding-right: 5px;
}
#apn_logs tbody tr:hover {
    background-color: #f6f6f6;
}
#sim-report .animated-checkbox label {
    margin: 0;
}

.btn-xs {
    padding: 0.125rem 0.25rem;
    font-size: 0.6rem;
    line-height: 1.5;
    border-radius: 3px;
}
.orcreate {
    color: #999;
    display: inline-block;
    margin-right: 5px;
}
#newaccount_btn_hider {
    display: none;
}



.pace .pace-progress {
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
.tablewrapper {
    position: relative;
    margin-bottom: 2rem;
}
#sim-report_processing {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(0,0,0,0.5);
    display: block;
    margin: 0;
    top: 60px;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    border: none;
    background-color: rgba(255,255,255,0.8);
    padding: 12px;
}
#sticky_buttons {
    margin: -20px -20px 0px -20px;
    padding: 20px;
    background-color: #fff;
    z-index: 999;
    position: relative;

    position: -webkit-sticky;
    position: sticky;
    top: 132px;
}
.stuck {
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.3);
    border-top: solid 1px #eee;
}
.btn-not-group {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    margin-right: 20px;
}
.btn-pod {
    margin-left: 1px;
}
#sim-search-form {
    display: block;
    width: 100%;
    vertical-align: top;
}
.form-filters {
    margin-bottom: 5px;
    width: 100% !important;
    display: block !important;
}
#filter-wrap {
    display: none;
    color: #666;
    font-size: 1rem;
    margin-right: 5px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    #filter-wrap {
        display: inline-block;
    }
    #sim-search-form {
        display: inline-block;
        width: auto;
    }
    .form-filters {
        display: inline-block !important;
        width: auto !important;
    }
}

.searchandsize {
    text-align: right;
}

#sim-report_filter {
    display: inline-block;
    margin-right: 20px;
}
#sim-report_length {
    display: inline-block;
}

.usage-header-block {
    display: flex;
}

.calendar-input-group {
    max-width: 300px;
    width: auto !important;
    float: right;
}

#manageModal .modal-header {
    border-bottom: none !important;
}
#manageModal .modal-title {
    color: #2A2E32;
}


#manage-button {
    float: right;
}
.unfloat_manage_btn {
    float: none !important;
}

.status-block {
    display: flex;
    flex-grow: 1;
}

.status-block-icon {
    color: #656565;
    font-size: 33px;
    margin-right: 0.7rem;
    line-height: 1.2;
}
.status-block-text {

}
.status-block-text h4 {
    color: #656565;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
}

.status-block-text .badge {
    font-size: 0.8rem;
    padding: 2px 12px;
    display: block;
    margin-top: 3px;
    font-weight: 400;
}

#sim-card-search {
    height: 37px;
}

div[data-notify="container"] {
    z-index: 9999 !important;
}

.quick-bar-contacts-form {
    border: solid 1px #ccc;
    border-radius: 0.5rem;
    padding: 1rem;
}

.icon-fixedwidth {
    width: 30px;
}
.treeview-indent {
    padding-left: 15px;
}


.datacards {
    margin: 0 0 2rem 0;
}
.datacard > .row {
    position: relative;
    margin: 0 -7px;
    height: 100%;
}


.datainfo {
    background-color: #e6e6e6;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.datainfo h4 {
    color: #656565;
    font-size: 1.1rem;
}

.datainfo h5 {
    color: #656565;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 2rem 0 0;
}

.spinner-wrapper {
    position: absolute;
    border-radius: 0.25rem;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 7px;
    right: 7px;
    font-size: 2rem;
    text-align: center;
    padding-top: 2rem;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}


.usage-progress {
    background-color: #656565;
    border-radius: 0.2rem;
    font-weight: 400;
}

.primary-colour {
    color: #128293;
}
.primary-background {
    background-color: #128293;
}


.mtn-background {
    background-color: #eaaf00;
}
.mtn-colour {
    color: #eaaf00;
}
.vodacom-background {
    background-color: #ed2329;
}
.vodacom-colour {
    color: #ed2329;
}



.table-invisible {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
}

.table-data-icon,
.table-data-title {
    padding-right: 0.5rem
}
.table-data-value {
    text-align: right;
}

.table-data-title,
.table-data-value {
    color: #656565;
    white-space: nowrap;
}

.datacard-data-value {
    color: #656565;
    display: inline-block;
}

.table-data-progress {
    position: relative;
}
.grey-border-right {
    border-right: solid 1px #656565;
}

.datainfo-row {
    position: relative;
}

.datainfo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e6e6e6;
    text-align: center;
    padding-top: 1rem;
    z-index: 9;
}
.datainfo-overlay .m-loader {
    display: inline-block;
}
.buttons-right {
    flex: auto;
}
.noborder {
    border: none !important;
}

.badge-counter {
    background-color: #999;
    color: #fff;
}
.capped-info {
    font-size: 0.7em;
}

ul.errorlist {
    padding: 0;
}
ul.errorlist li {
    list-style: none;
    color: #dc3545;
    padding: 0;
    margin: 0;
}
.apiinactive {
    color: #dc3545;
}
.ui-front {
    z-index: 9999 !important;
}
#manageModal .select2-container {
    flex-basis: auto;
    flex-grow: 1;
}
#frm_create_account {
    padding: 1rem;
    background-color: #eee;
    border-radius: 0.25rem;
}
.provider_logo {
    height: 1.1rem;
    width: auto;
    display: inline-block;
    vertical-align: text-bottom;
}
#chart_legend {
    text-align: center;
}
.provider_legend {
    margin: 0 1rem;
    display: inline-block;
}
.provider_legend_logo {
    height: 1.1rem;
    width: auto;
}


.apn-tile {
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    border: 1px solid #c5c5c5;
    border-radius: 0.5rem;
    padding: 1rem;
}

.apn-tile h4 {
    color: #2a2e32;
    font-weight: 400;
    font-size: 1.2rem;
}
.apn-tile p {
    color: #2a2e32;
    font-weight: 400;
    font-size: 1rem;
}
.apn-tile .x-padded-button {
    padding-left: 3rem;
    padding-right: 3rem;
}
.helpcursor {
    cursor: help;
}
.modal-not-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}


.usageWarning {
    margin-top: 2rem;
}
.usageWarning .flexwrap {
    display: flex;
}
.usageWarning .warning-left {
    width: 30px;
}
.usageWarning .warning-right {
    flex: 1;
}

.order-table-header {
    background-color:#D8D8D8;
    padding-top:0.5em !important;
}

.order-table-pad {
    padding-top:5px;
}

.order-tile-height-top {
    height: calc(100vh/2 - 100px);
}

.order-tile-height-bottom {
    height: calc(100vh/2 - 200px);
}

.order-info-icon {
    height:20px;
}

#tbl_all_orders_filter {
    float:right;
}

#tbl_all_orders_length {
    margin-right:20px;
    float:right;
}

#tbl_all_orders_extra_filters {
    display: inline-block;
    margin-right:20px;
}

.tbl_all_orders_search {
    margin-right: 20px;
    float:right;
}

.tbl_all_orders_search_inputs {
    display: inline-block;
    margin-right:20px;
}

#tbl_all_inventory_filter {
    float:right;
}

#tbl_all_inventory_length {
    margin-right:20px;
    float:right;
}

#tbl_all_inventory_extra_filters {
    display: inline-block;
    margin-right:20px;
}

.tbl_all_inventory_search {
    margin-right: 20px;
    float:right;
}

.tbl_all_inventory_search_inputs {
    display: inline-block;
    margin-right:20px;
}

.order-feasibility-block {
    background-color:black;
    padding-top:20px;
    padding-bottom:20px;
    color:white
}

@media (max-width: 992px) {
    .order-tile-height-top {
        height: 100%;
    }

    .order-tile-height-bottom {
        height: 100%;
    }

    #tbl_all_orders_extra_filters {
         display: none;
    }

    .tbl_all_orders_search_inputs {
        display: none;
    }

    #tbl_all_orders_filter {
        float:unset;
    }

    #tbl_all_orders_length {
        margin-right:20px;
        float:unset;
    }

    .tbl_all_orders_search {
        float:unset;
    }
}

.input-group-text-primary {
  background-color: #009688;
  border-color: #009688;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.add-scroll {
  overflow-y:scroll;
  overflow-x:hidden;
}

.order-label {
  font-weight:800 !important;
}
