.loader-div {
          display: none;
          position: fixed;
          z-index: 10000;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: rgba(255, 255, 255, .8) url("../loading-panel.gif") 50% 50% no-repeat;
      }

      .container-fluid.loading .loader-div {
          overflow: hidden;
      }

      .container-fluid.loading .loader-div {
          display: block;
      }

.bs-accordion .panel-heading {
  padding: 0;
}
.bs-accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.bs-accordion .panel-heading a[aria-expanded="true"] .glyphicon.glyphicon-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bs-accordion .panel-heading a .glyphicon.glyphicon-chevron-right {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mt-10{
    margin-top:10%;
}

.mlr-20 {
    margin-right: 20px;
    margin-left: -15px;
}

.p-l-4{
    padding-left: 4% !important;
}

.my-input-class {
    padding: 3px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.my-confirm-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #337ab7;
    text-decoration: none;
}

.my-cancel-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #a94442;
    text-decoration: none;
}

.mlr-20 {
    margin-right: 20px;
    margin-left: -15px;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

form li {
    clear: both;
    list-style: none outside none;
    margin-bottom: 1.5em;
    width: 100%;
}

 
.form-horizontal .control-label {
    /*padding: 12px 12px 0px 0px !important;*/
    height: 30px;
    padding-right: 12px;
}

.form-horizontal .control-field {
    /*padding: 12px 12px 0px 0px !important;*/
    height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
    margin-bottom: 0px;
}

.bootstrap-select.btn-group[class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    height: 30px;
}


td input[type=checkbox] {
        margin: 8px;
}

table, td, th {
    border: 0px;
    white-space: nowrap;
}
 

/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 1px;    
}
.nav-tabs > li > a {
    border-radius: 0;
    height: 100%;
    text-align:left;
}
.top-nav-tabs > li.active > a,
.top-nav-tabs > li.active > a:hover {
    height: 100%;
    font-weight: bold;
    color: green;
    border-bottom: 7px solid #28a745;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}

.bottom-nav-tabs > li > a {
    background: rgb(245,245,245);    
    height: 100%;
    border-right: none !important;
    border-left: none !important;
    text-align:left;
}

.bottom-nav-tabs > li.active > a,
.bottom-nav-tabs > li.active > a:hover {
    height: 100%;
    font-weight: bold;
    text-align:left;
}

/* Tab Content */
.tab-pane {
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    text-align: center;
    
}

.account-tab-content {
    margin-top: 70px; 
    padding-bottom: 0px;

}

.parent-tab-content {
    margin-top: 70px;
    padding-bottom: 1px;
    padding-top: 12px;
}

.child-account-tab-content {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 1px;
}

.col-md-2, .col-md-3  {
    padding-left: 1px;
    padding-right: 1px;
}

.has-error {
    border: 1px solid #a94442 !important;
}

.control-field {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
}

.control-error-message {
    display: inline !important;
    padding-top: 5px;
    text-align: left;
    align-content: flex-start;
    margin-top: 2px;
    color: #a94442;
    font-style: italic;
    padding-left: 1px;
}

.d-none {
    display: none !important;
}

.alert {
    margin-bottom: 15px;
}

.panel-body {
    padding: 15px 15px 0px 15px;
}

.datepicker-dropdown:after {
    position: relative;
} 
.panel-footer
{
    background-color: #d6e9c6 !important;
}

.ui-datepicker{
  width: 27rem !important;
}

.btn-api-secondary{
       background-color: #edf3f2 !important;
      color: #0a8072 !important;
      cursor: pointer !important;
      padding: 4px 9px !important;
      font-size: 12px !important;
      border-radius: 2px !important;
      height: 28px !important;
      margin-left: 1px !important;
}
.btn-api-theme {
          background-color: #0a8072 !important;
          color: #fff !important;
          cursor: pointer !important;
          padding: 4px 9px !important;
          font-size: 12px !important;
          border-radius: 2px !important;
          height: 28px !important;
          margin-left: 1px !important;
          margin-right: 1px !important;
}
.btn-api-secondary:hover {
        color: #0a8072 !important;
        background-color: #dce2e1 !important;
        border-color: #dce2e1 !important;
}

.btn-iab-theme:hover {
        color: #FFF !important;
        background-color: #339c90 !important;
        border-color: #339c90 !important;
}

.btn-iab-warning {
    color: #FFF !important;
    background-color: #E26A6A !important;
    border-color: #E26A6A !important;
    cursor: pointer !important;
    padding: 4px 9px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
    height: 28px !important;
    margin-left: 1px !important;
}

.blink-error {
    border-color: 1px solid #e73d4a !important;
    background-color: rgba(236, 88, 64, 0.1) !important;
    animation: blink 0.5s;
    animation-iteration-count: 5 !important;
   -webkit-animation: blink 0.5s;
   -webkit-animation-iteration-count: 5;
}

.error-tooltip{
    position: absolute;
    right: 55px;
    font-size: 14px;
    margin: 5px;
    color:#F08080;
}

.jqx-widget-header{
    background:#d6e9c6 !important;
}
.btn-outline-dark {
    color: #282a3c;
    border-color: #282a3c;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #282a3c;
    border-color: #282a3c;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 42, 60, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #282a3c;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #282a3c;
    border-color: #282a3c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 42, 60, 0.5);
}
