.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
{

}

.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;  }
.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: 5%;

}
.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: #D73444 !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: #D73444;
}

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

.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: #D73444;
  text-decoration: none;

}
.login-content .logo {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 400px;
  color: #fff;
  background-color: #D73444;
  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;
}



.rsaweb-progress-bar {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    background-color: #eee;
    position: relative;
}

.rsaweb-progress-indicator {
    background-color: #28a745;
    height: 100%;
    width: 0%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
}
.rsaweb-progress-remaining {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 300;

}
.rsaweb-progress-packages {
    margin-top: 6px;
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
}
.rsaweb-progress-package-wrap {
    text-align: center;
}
.rsaweb-progress-package-timeleft {
    text-align: center;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.rsaweb-progress-package {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color: #ccc;
    padding: 2px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    height: 16px;
}
.rsaweb-progress-used {
    background-color: #dc3545;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
}
.rsaweb-infoslug-head {
    font-weight: 700;
    padding-right: 5px;
    padding-bottom: 10px;
    display: inline-block;
}
.rsaweb-infoslug-head {
    font-weight: 700;
    padding-left: 5px;
    padding-bottom: 10px;
    display: inline-block;
}
