body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #156394;
}
#v-pills-tab{ margin-top: 20px;}
#header-top{background:#156394;position: fixed;width: 100%;z-index: 9;}
#header-top nav a{color:#f5bb00; font-weight: 600;}
#header-top nav a:hover, #header-top nav a:focus, #header-top nav a:active{color:white; text-decoration: underline;}
#left-side-bar ul li a:hover, #left-side-bar ul li a:focus, #left-side-bar ul li a:active, 
#mobile-sidebar ul a:hover, #mobile-sidebar ul a:focus, #mobile-sidebar ul a:active
{background: #f5bb00 ;color: #fff;padding-left: 10px;}
#header-top nav  .dropdown-menu a{color:#000;}
.create-btn, .language-home-header-top ul .nav-link{background:#e8c01e;padding: 4px; border-radius: 5px;color: #fff !important;}
#header-top nav .navbar-expand-lg .navbar-collapse{align-items: center;}
#header-top nav .navbar-brand, .logo-home-header-top a{
    background: #fff;
    margin-top: -5px;
    margin-left: 0;
    border-radius: 10px;
    padding-top: 1px;
}
.logo-home-header-top a{
    padding:6px 6px 10px;
    margin-top: 0;
}
.language-home-header-top ul .nav-link{padding:5px 10px;}
#header-top nav .navbar-brand img, .logo-home-header-top a img{max-width: 40px;}
.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}
.language-home-header-top ul{list-style: none;margin: 0;}
.tms-account-sec{padding: 90px 0;}
.tms-box {
    background: #fff;
    padding: 30px 0px 30px 0;
    position: relative;
    border-radius: 50% 20% / 10% 40%;
    box-shadow: 10px 5px 5px #156394;
}
.tms-box::after, .tms-box::before{
    content: "";
    background-image: url(../img/login-bg.png);
    width: 100px;
    height: 100px;
    position: absolute;
    right: -40px;
    bottom: -40px;
    opacity: 0.1;
    z-index: -1;
}
.tms-box::before {
    left: -60px;
    right: auto;
    top: -60px;
}
.tms-box .nav-pills .nav-link{
border-radius: 0;
text-align: left;
color: #156394;
font-weight: bold;
}
.tms-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffc100;
    background-color: transparent;
    border-left: 3px solid #ffc100;
}
.tms-welcome {
    background: aliceblue url(../img/billing-software.png) bottom right no-repeat;
    background-size: contain;
    width: 90%;
    height: 420px;
    margin: -50px auto;
    border-radius: 5px;
    border-radius: 50% 20% / 10% 40%;
    border: 1px solid #156394;
    box-shadow: 10px 5px 5px #156394;
    
}
.logo img{max-width: 300px; padding: 30px;}
.form-box-tms{
    width: 90%;
    margin: auto;
}
.form-box-tms .nav-tabs{border: none;justify-content: space-around;}
.form-box-tms .nav-tabs button {
    border: none;
    width: 25%;
    color: #666;
}
.form-box-tms .nav-tabs .nav-link.active{
    border-bottom: 3px solid #ffc100;color:#ffc100; }
.form-box-tms label, .forget-password a{padding: 10px 0 5px;color: #666;display: block;}
.remember-check{display: flex;justify-content: space-between;}
.forget-password a{text-decoration: none;}
.login-btn input{margin-top: 10px;background: #ffc100;color: #fff;}
.qr-code-img img {
    width: 40%;
}
.tms-welcome h1 {
    font-size: 30px;
    color: #156394;
    padding: 65px 5px 0;
}
.qr-code-img{text-align: center;margin-top: 20px;}

.btn-remove{
  float: right;
  position: relative;
  top: -2px;
 right: -14px;
  border-radius: 0 5px 0px 0px;
}
.table-sec-ticket{position: relative;}

#left-side-bar {
    position:fixed;
    background:#156394;
    height: 100vh;
    color: #fff;
    width: 60px;
    padding-top: 55px;
    overflow: auto;
    
}
#left-side-bar ul{list-style: none;padding:0}
#left-side-bar ul li, #mobile-sidebar ul li{position: relative;width: 100%;}
#left-side-bar ul li a{ color: #f5bb00; padding-left: 10px !important; margin: 2px 0; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; }
#left-side-bar #menu ul li a{padding-left: 40px !important;}

.toggle-icon {
    position:absolute;
    bottom: 5px;
    left: 20px;
    color: #fff !important;
    font-size: 20px;
}
.btn_accordion-left span{display: none !important;}
.btn_accordion-left{position: relative;}
.left-sidebar-width .btn_accordion-left span, #left-side-bar:hover .btn_accordion-left span{display: inline-block !important;}
.left-sidebar-width, #left-side-bar:hover{
    width: 200px !important;
    z-index: 1;
}
.btn_accordion-left span::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
        position: absolute;
    right: 30px;
    top: 19px;
}
#left-side-bar .btn_accordion-left span::after {right: 10px;}


.select-country select:after{
    display: inline-block;
    margin-left:8px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.main-sec{margin-left:60px;padding:50px 0 0;}
.main-sec-left-spacing{margin-left: 200px !important;}
.tab-pane-form-box{margin-bottom: 5px;}
.tab-pane-form-box {display: flex;justify-content: space-between;align-items: center;}
.tab-pane-form-box select{padding:0 10px;outline: none;height: 33px;}
.tab-pane-form-box .bootstrap-select button {
    background: #fff !important;
    border: 1px solid #666 !important;
    border-radius: 0;
    padding: 0px 10px;
    outline: none;
    margin: -4px 0 0 0px;
    height: 32px;
}
.close-div{display: none !important;}
.tab-pane-form-box .bootstrap-select .dropdown-toggle:focus{outline: none !important;box-shadow: none;}
.tab-pane-form-box .form-box input{outline: none !important;box-shadow: none;height:28px !important;}
.tab-pane-form-box .bs-searchbox .form-control:focus{outline: none !important;box-shadow:none;border-color: #e8c01e !important;}
.tab-pane-form-box .export-btn button{
    background: antiquewhite;
    color: #000;
    border: none;
    padding:5px;
    border-radius: 2px;
    font-size: 12px;
    height: 30px;
}
.tab-pane-form-box .reset-btn{background: transparent;border: none;color: #336fe6;}
.tab-pane-form-box .search-btn{background:#e8c01e;border: none;padding: 0px 15px;}
.tab-pane-form-box .btn{background:#e8c01e;border: none;padding: 1px 15px; margin-top: -3px;}
.export-btn button{color: #000;}
.export-btn button:hover{color: #000; background: #ccc;}
#myTabContent{padding: 0 15px;padding-top: 50px;}
.main-sec #myTab{background:#156394;overflow: hidden;position: fixed;width: 100%;}
.main-sec .nav-tabs .nav-link{background:#e8c01e;color: #fff;
    border:none;position: relative;border-top-left-radius: 32px;border-top-right-radius: 34px;z-index:0;height: 40px;}
.main-sec .nav-tabs .nav-link:before,
.main-sec .nav-tabs .nav-link:after{
    background:#e8c01e;
    content: "";
    height: 40px;
    display: block;
    left: -1px;
    top: 0px;
    position: absolute;
    width: 24px;
    transform: skew(345deg);
    z-index: -1;
}
.main-sec .nav-tabs .nav-link:after{content: "";
    transform: skew(22deg);right: 0;left: auto;}
.main-sec .nav-tabs .nav-link.active:after,
.main-sec .nav-tabs .nav-link.active:before,
 .main-sec .nav-tabs .nav-link.active{background: #fff;color: #000;}
#mobile-sidebar{background:#156394;position:fixed;left: -100%;
        transition: 2s;
        top: 0;
        height: 100vh;width:70%;
       z-index:999;
       overflow: auto;}
 .nav-form-search a{display:block;text-align:right;}
 .nav-form-search{position: relative;}
 .search-box-nav{position: absolute;width: 280px;right:32px;top: 0; display: none;}
.nav-search-show{display: block;}
#mobile-sidebar .form-sidebar .form-control:focus,
.nav-form-search .form-control:focus{
    border-color: #e8c01e;
    box-shadow: 0 0 0 0.2rem #e8c01e;
}
.tbl-body{height:75vh; overflow:auto; position: relative;}
.tbl-body .sticky-top{z-index: 1 !important;}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2222;
    cursor: pointer;
}
#overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

 @media(max-width:1024px){
    .tab-pane-form-box select, .export-btn button{
        margin:5px 0;
    }
    #header-top #navbarSupportedContent{display: block !important;}
    #header-top .navbar-expand-lg .navbar-nav {
    justify-content: end;}
    .search-box-nav{position: relative;left: 0;}
    .nav-form-search{flex-direction:row-reverse;gap: 10px;margin-right: 10px;display: flex;}
 }
.footer-main .copyright p{text-align: center;color: #156394; font-weight: bold;}


@media(max-width:990px){
    #left-side-bar, #header-top #navbarSupportedContent{display: none;}
    .main-sec{margin-left: 0;}
    .mobile-sidebar-show{
        left: 0 !important;
    }
    .mobile-sidebar-header{display: flex;justify-content: space-between;align-items: center;background: #fff;padding: 30px;}
    .mobile-logo img{width: 80px;}
    #mobile-sidebar ul{list-style: none;}
   #mobile-sidebar ul a{padding:3px 0;color:#fff;font-size: 18px;}
   #header-top #navbarSupportedContent{display: none !important;}
   #close-sidebar-mobile{font-weight: bold;font-size: 20px;margin: 0;}
   #sidebar-icon i{color:#fff;}
   #mobile-sidebar .form-sidebar{position: relative;margin: 20px 30px 5px;}
   #mobile-sidebar .form-sidebar a {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #666;}
    .mobile-dropdown .btn_accordion-left span{display:inline-block !important;}
    #mobile-sidebar ul li a{padding:5px 30px !important;border-radius: 0;margin: 2px 0; display: block;}
    #mobile-sidebar #menu ul li a{padding-left: 50px !important;}
    #mobile-sidebar #menu ul li #submenu0 a{padding-left: 80px !important;}
    #mobile-sidebar ul li a span, #left-side-bar ul li a span{display: inline-block !important;}
}

@media(max-width:767px){
    .cms-welcome-box img{display: none;}
    .tms-welcome{background-image:none;height: auto;background-color:#2574f2;}
    .tms-welcome{margin: 10px auto 15px;}
    .table-sec-ticket #myTab button span{display: none;}
    .tab-pane-form-box{display: block;}
    .form-box select{display: inline-block;}
    .table-pagination{margin-left: 0}
    .tms-welcome h1{padding:20px 30px;font-size: 15px;}
    .tms-box::after, .tms-box::before{display: none;}
    .tms-welcome {border: none!important; box-shadow:none!important;}
}

#notification {
    position:fixed;
    top:0;
    right:0;
    width:35%;
    z-index:105;
    text-align:left;
    font-size:14px;
    color:white;
    background-color:#ffc100;
    padding:5px;
}
#notification span.dismiss {

    cursor:pointer;
    float:right;
    margin-right:4px;
}
#notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
}
#notify{
    float: left;
}
.dark-edition .tabs {
    position: fixed;
    width: 99%;
    background: #156394;
    height: 14.75rem;
  }
  .dark-edition .tabs::before,
  .tabs::after {
    content: "";
    display: table;
  }
  .dark-edition  .tabs::after {
    clear: both;
  }
  .dark-edition .tab {
    float: left;
  }
  .dark-edition  .tab-switch {
    display: none;
  }
  .dark-edition .tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 0.618em;
    background: #1abc9c;
    border-right: 0.125rem solid #16a085;
    color: #fff;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    border-radius: 10px 100px / 120px;
    overflow: hidden;
  }
  .dark-edition .tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
  }
  .dark-edition .tab-content {
    position: absolute;
    z-index: 1;
    top: 2.75em;
    left: 0;
    padding: 5px;
    background: #fff;
    color: #2c3e50;
    border-bottom: 0.25rem solid #bdc3c7;
    opacity: 0;
    transition: all 0.35s;
    overflow: auto;
    min-height: 600px;
  }
  .dark-edition .tab-switch:checked + .tab-label {
    background: #fff;
    color: #2c3e50;
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
  }
  .dark-edition  .tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
    width: 97%;
  }
 
  .dark-edition .bar1, .bar2, .bar3 {
    width: 27px;
    height: 4px;
    background-color: #156394;
    margin: 3px 0;
    transition: 0.4s;
  }
  
  .dark-edition  .change .bar1 {
    transform: translate(0, 3px) rotate(-45deg);
    background-color: #FFCA02;
  }
  
  .dark-edition .change .bar2 {opacity: 0;}
  
  .dark-edition  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
    background-color: #FFCA02;
  }
  .material-icons {
    font-size: 12px!important;
}
.table{
    white-space: nowrap;
}
.record_count{
    margin-right: 20px;
}
.table-pagination{
    margin-top: 10px;
}
.record_showing{
    margin-top: 5px;
}
.bg-gradient-info {
    background-image: linear-gradient(195deg,#49a3f1,#1a73e8);
    cursor: pointer;
  }
  .bg-gradient-success {
    background-image: linear-gradient(195deg,#66bb6a,#43a047);
    cursor: pointer;
  }
  .bg-gradient-primary {
    background-image: linear-gradient(195deg,#ec407a,#d81b60);
    cursor: pointer;
  }
  .bg-gradient-warning {
    background-image: linear-gradient(195deg,#ffa726,#fb8c00);
    cursor: pointer;
  }
  .font-weight-bolder {
    font-weight: 700!important;
  }
  tbody, td, tfoot, th, thead, tr{
    vertical-align: middle;
  }
  .new_add{
    float: right;
    border: 1px solid transparent;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 10px;
    margin-top: 5px;
}
  .pull-right{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
  }
  .form-group{
    margin: 0 10px 10px 10px;
  }
  .card{
    height: 600px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .error{
    color:red;
    margin-left: 9px;
  }
  .order_dashboard .card{
    height: auto!important;
    margin-bottom: 10px;
    border-radius: 30px;
    border-color:#156394;
  }
  .order_dashboard h5{margin: 0;
    padding-left: 13px;
    padding-bottom: 5px;}
.popupp .tbl-body{height: 65vh!important;}
.m_10_r{margin-left: 10px;}
.bmd-label-floating{ color:#000; font-weight: 600;margin-bottom: 5px;}
.alert-warning {
  position: absolute;
  top: 5px;
  right: 33%;
  z-index: 1000;
  width: 35%;
  opacity: .6;
}
.alert{
  padding: 5px;
}



.search-box-nav .dropdown {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
.search-box-nav .dropdown li {
    visibility: visible;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    background-color: white;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    float: left;
    width: 100%;
}
.search-box-nav .dropdown li span {
    display: inline;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0rem 1rem;
    color: black  !important;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    float: left;
}
.search-box-nav .dropdown li a:active {
    font-size: 0.8em;
    background-color: #dee2e6;
}
.search-box-nav .dropdown:hover li {
    visibility: visible;
}
.search-box-nav .dropdown li:hover {
    background-color: #dee2e6 !important;
    z-index: 15;
}
.search-box-nav .dropdown li:hover a {
    color: white  !important;
}
.search-box-nav .dropdown li:first-of-type {
    border-top: 1px solid black;
    transition: background-color 200ms;
}
.search-box-nav .dropdown li:last-of-type {
    border-bottom: 1px solid black;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.search-box-nav .material-icons {
 font-size: 20px!important;
 width: 16%;
 cursor: pointer;
 float: right;
 line-height: 2.5rem;
}
.search-box-nav .material-icons:hover {
  color: #f5bb00 ;
 }
.tab-panel .tbl-body{ height: 55vh; padding: 10px;}
/*--------------------Timeline Start--------------------------*/

.history_timeline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  margin-inline: auto;
  padding: 0;
}

/* line */
.history_timeline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.history_timeline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.history_timeline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.history_timeline ul li .date {
  --dateH: 2rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: left;
  padding-left: 10px;
  padding-top: 6px;
  background-color: var(--accent-color);
  color: black;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.history_timeline ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.history_timeline ul li .date::after {
  content: "";
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.history_timeline ul li .title,
ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.history_timeline ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.history_timeline ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.history_timeline ul li .title::before,
.history_timeline ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.history_timeline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.history_timeline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .history_timeline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .history_timeline ul::before {
    grid-column: 2;
  }
  .history_timeline ul li:nth-child(odd) {
    grid-column: 1;
  }
  .history_timeline ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .history_timeline ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .history_timeline ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .history_timeline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .history_timeline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.date p span{ float: left;}
.my_sr_no{
  width: 8%;
}
.my_sr_date{float: right!important; margin-right: 15px;}
.my_sr_hcd{width: 25%;}
.my_sr_hc{color:#f5bb00;}
/*--------------------Timeline End--------------------------*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.replay_txt{
  margin: 10px;
  width: 80%;
  padding: 10px;

}
.jconfirm-title a{ font-size: 12px;}
.form-control{border: #999 1px solid;}
.form-control:focus{border: #999 1px solid; box-shadow: none;}
.bootstrap-select select{border: #999 1px solid; color: #000;}
.bootstrap-select select:focus{border: #999 1px solid; box-shadow: none;}
.bootstrap-select .dropdown-toggle{border: #999 1px solid; color: #000;}
.bootstrap-select .dropdown-toggle:focus{border: #999 1px solid; box-shadow: none;}
.filter-option-inner-inner{color: #000;}
.bootstrap-select{width: 95%!important; margin-left: 10px!important; margin-top: 24px;}
.dropdown-toggle.bs-placeholder{background-color: white;}
.bootstrap-select:focus{box-shadow: none!important;}
.col-md-12 .card {
  border:none!important;
}
.col-md-12 .card-body {
  padding: 3px!important;
}
.col-md-12 .card-header {
  padding: 3px;}
  .col-md-12 h4 {
    font-size: 16px;
    margin-left: 13px;
}

/* The Overlay (background) */
.overlay_side {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%;
  width: 95%; /* 100% width */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  margin-bottom: 30px;
  margin-left: 10px;
}
/* Position the close button (top right corner) */
.overlay_side .closebtn {
  position: absolute;
  top: 44px;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: white;
}
.close{
  float: right;
  border: none;
  color: red;
  background: transparent;
}
.alert-warning {
  color: red;
  background-color: aquamarine;
  border-color: red;
}
textarea.form-control {
  resize: none;
  height: 50px;
}
@media (min-width: 768px)
{
  .col-md-4 {
    width: 24%;
  }
}
.col-md-2{float: left;}
.pull-left{float: left;}
.clearfix{clear: both;}

.dropdown_branch {
  height: 2.5rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown_branch li {
  visibility: visible;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  background-color: white;
  border-right: 1px solid black;
  border-left: 1px solid black;
  transition: 80ms;
}
.dropdown_branch li a {
  display: block;
  width: 45rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0rem 1rem;
  color: black  !important;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 200ms, background-color 200ms;
}
.dropdown_branch li a:active {
  font-size: 0.8em;
  background-color: #9c27b0;
}

.dropdown_branch:hover li {
  visibility: visible;
}

.dropdown_branch li:hover {
  background-color: #9c27b0 !important;
  z-index: 15;
}
.dropdown_branch li:hover a {
  color: white  !important;
}
.dropdown_branch li:first-of-type {
  border-top: 1px solid black;
  transition: background-color 200ms;
}
.dropdown_branch li:last-of-type {
  border-bottom: 1px solid black;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.form-box{ float: left; width: 70%;}
.form-box .bootstrap-select {
  width:13%!important;
  margin-left: 0px!important;
  margin-top: 0px;
  margin-right: 5px;
  float: left;
}
.form-box .bootstrap-select button{ height: 20px!important; width: 130px!important;}
.dropdown .btn-warning{ padding: 1px!important;}
.top_border{border-top: 1px solid black;}
.side_menu{ display: none;}
.top_active{
  padding: 4px;
  border-radius:5px;
  color: white!important;
  background-color: #e8c01e;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}
#ser_menu{
  width: 97%; padding: 6px; margin-left:3px; border: 1px solid #156394; background: #156394;
}
.bootstrap-select{
  margin-top: 23px!important;
}