.main-header a:focus,
.main-header a:hover,
.main-sidebar a:focus,
.main-sidebar a:hover {
    text-decoration: none !important;
}

.sidebar li a span {
    text-wrap: wrap;
    display: inline-flex;
}

.sel-100 select {
    width: 100%;
    margin-bottom: 14px;
    height: 26px;
}

.sel-100 select:last-child {
    margin-bottom: 0;
}

.form-control[readonly] {
    background-color: #fff !important;
}

.wrapper {
    overflow-x: unset !important;
    overflow-y: unset !important;
}

#actualdate1,
#actualdate2,
#actualdate3,
#actualdate4,
#resolvedtime1,
#resolvedtime2,
#resolvedtime3,
#resolvedtime4,
#timesolved1,
#timesolved2,
#timesolved3,
#timesolved4 {
    padding: 0;
    height: 26px;
    margin-bottom: 14px;
}

.scrollable-content {
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollable-content::-webkit-scrollbar {
    width: 30px;
}

.scrollable-content::-webkit-scrollbar * {
    background: transparent;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #999 !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.profile-user-img {
    height: 100px !important;
}

.carousel-inner>.item>img.bg_img,
.carousel-inner>.item>a>img.bg_img {
    line-height: 1;
    width: 100%;
    height: 100vh;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.log-tab thead {
    background: #04cbea;
    color: #fff;
}

.log-tab thead th a {
    color: #fff;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.preview a img {
    width: 600px;
    height: 100%;
}

.navbar-inverse {
    background-color: #333 !important;
    border-color: #333 !important;
    height: 50px;
    color: #fff;
}

.main-header .sidebar-toggle {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.logo-lg {
    font-weight: 400;
}

.main-sidebar {
    background: #f6f6f6;
    border-right: 1px solid #f3f3f3;
}

.separator {
    border-top: none !important;
    border: 4px solid #f3f3f3;
    margin: 15px auto;
}

.main-footer {
    background: #f6f6f6 !important;
    border-top: 1px solid #e4e4e4 !important;
}

.sidebar-menu li>a:hover,
.sidebar-menu li.active>a {
    background: #e2e2e2;
    color: #000;
}

.treeview-menu>li>a,
.treeview-menu .treeview-menu {
    background: #f6f6f6;
    width: auto;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    width: auto;
    padding-left: 20px;
    background: #f6f6f6;
}

.callout-info.bg-info {
    background-color: #d9edf7 !important;
}

.preview a img {
    width: 100px;
    height: auto;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

#loc01>.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-selection {
    background: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 10px 0px 6px 8px !important;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.permissions {
    font-size: 16px;
    cursor: pointer;
}

.margin0 {
    margin: 10px 0;
}

.flex-btn {
    display: flex;
    justify-content: space-around;

}

.flex-btn a {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex .btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto !important;
}

.logout {
    width: 10%;
}

.height1 {
    height: 60px;
}

@media print {
    .main-footer {
        display: none;
    }

    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 5px !important;
    }
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #eaeaea !important;
}

.fc-view-container {
    background: #fff;
    color: blue;
}

.dropdown.notifications-menu.open .dropdown-menu {
    border: 0;
    border-radius: 0;
    height: 300px !important;
    overflow-y: scroll !important;
    box-shadow: 0 0 5px 0px #c1c1c1 !important;
}

.dropdown.notifications-menu.open li.header {
    /*background: #ff9957 !important;*/
    /*color: #fff !important;*/
    border-radius: 0 !important;
}

.dropdown.notifications-menu.open li.footer {
    padding: 0;
    height: auto;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    /*background: #ff9957 !important;*/
    /*color: #fff !important;*/
}

/*--------MY Profile-----___*/


.profile-tab {
    padding-left: 20px;
}

.profile-tab .tab-content {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
}

.profile-tab .active .row {
    padding: 10px;
}

.profile-tab .nav-tabs {
    margin-bottom: 0px;
}

.profile-tab .flex {
    display: flex;
}

.profile-tab .flex span {
    padding-right: 20px;
    color: #aaa;
    font-size: 14px;
}

.profile-tab .nav-tabs li {
    font-size: 15px;
}

.bigrides_icon .icon {
    font-size: 60px !important;
}

.bigrides_icon .small-box {
    box-shadow: 0 0 5px #605c68;
    min-height: 90px;
}

.bigrides_icon .small-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 2px 0;
    white-space: nowrap;
    padding: 0;
}

.bigrides_icon .small-box p {
    font-size: 13px;
}

.bigrides_icon .icon .fa {
    font-size: 60px !important;
}

.team-member img {
    width: 75px;
}

.team-member .flex {
    justify-content: center;
}

.team-member ul.flex li {
    width: 20%;
}

.first a {
    color: #84c7ed !important;
}

.second a {
    color: #84c7ed !important;
}

.third a {
    color: #a0d6b3 !important;
}

.tab1 a {
    color: #6300b8 !important;
}

.tab2 a {
    color: #00ac45 !important;
}

.tab3 a {
    color: #ff2222 !important;
}

.tab4 a {
    color: #704428 !important;
}


/*------------Login Page---------*/
hr {
    border-top: 1px solid #eeeeee !important;
}

.logo {
    font-size: 30px;
    color: #fff;
    background: #333;
}

/*.login-page{
  background: url(../images/login_bg4.jpg) !important;
  background-size: cover !important;
}*/
#login-form {
    display: flex;
}

#login-form .form-group {
    margin-bottom: -7px;
}

#login-form .form-group .form-control {
    padding: 0 5px;
    height: 100%;
}

.login-btn {
    width: 100%;
    padding: 0;
    height: 20px;
    margin-top: -3px;
    padding-bottom: 20px;
}

.verti-center {
    position: absolute;
    height: auto;
    top: 0%;
    right: 0;
    z-index: 101;
    padding: 0;
}

label {
    font-weight: normal !important;
}

.login-container .box {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px 2px rgba(255, 255, 255, 0.45);
}

.login-container .box-header {
    color: #fff;
}

.country img.bg_img {
    width: 100%;
    height: 100%;
}

.country-img {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

#confetti,
#confetti1,
#confetti2,
#confetti3,
#confetti4,
#confetti5,
#confetti6,
#confetti7 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.login-title-text {
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 0;
    color: rgb(255, 214, 0);
    width: 100vw;
    text-align: center;
    animation: 3s invisible linear;
}

.nstore1,
.nstore2 {
    position: absolute;
    top: 100px;
    width: 45%;
    animation: 2s visible linear;
}

.congrats {
    position: absolute;
    bottom: 5vh;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.nstore1 {
    left: 50px;
}

.nstore2 {
    right: 50px;
}

@keyframes invisible {
    0% {
        opacity: 0.5;
        transform: scale(0.6);
    }

    50% {
        opacity: 0.8;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes visible {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cele-img {
    height: 180px !important;
    width: auto;
    position: absolute;
    bottom: 5%;
    right: 5%;
    box-shadow: 0px 0px 20px 3px #000000;
    animation: 1s zoom linear;
}

.cele-img-left {
    height: 135px !important;
    width: auto;
    position: absolute;
    bottom: 5%;
    left: 5%;
    box-shadow: 0px 0px 20px 3px #000000;
    animation: 1s zoom linear;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.content-wrapper {
    background-color: #fff !important;
}

.well {
    margin-bottom: 10px;
    padding: 10px;
}

/*============PMC=========*/
.pmc .nav li {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.pmc-icon {
    padding: 5px;
    color: #f5953a;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.technician_box {
    width: 100%;
}


.justify-content-between {
    justify-content: space-between;
}

.width50 {
    width: 50%;
}

.content-wrapper {
    background: #fff;
}

.sidebar-menu li>a {
    color: #000;
}

.content-header>.breadcrumb {
    padding: 0px 5px !important;
}

.oeapq .panel-default {
    border-radius: 30px 0;
}

.oeapq .panel-header {
    border-radius: 30px 0 0 0;
}

.qh {
    margin: 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    flex-direction: column;
}

.qimg {
    margin-top: -75px;
    width: 150px;
}

.btn-own {
    margin-top: 30px;
    background: #0f70b7;
    color: #fff;
}

.btn-own1 {
    margin-top: 30px;
    background: #d4145a;
    color: #fff;
}

.oeap_per .panel-default {
    border-radius: 30px 0;
}

.oeap_per .panel-header {
    border-radius: 30px 0 0 0;
}

.oeap_per .ph {
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.oeap_per .nav-pills {
    margin-top: 20px;
    border-radius: 5px;
}

.oeap_per .nav-pills li {
    margin: 0;
}

.oeap_per .nav-pills>li>a {
    border: 1px solid #ccc;
    font-weight: 400 !important;
}

.oeap_per .nav-pills>li.active>a,
.oeap_per .nav-pills>li>a:hover {
    border: 1px solid transparent;
}

.oeap_per .nav-pills>li>a:hover,
.nav-pills>li>a:active,
.nav-pills>li>a:focus {
    background: #337ab7;
    color: #fff;
    font-weight: 400;
}

.btn-own:hover {
    color: white;
    background: #063456;
}

ul.pagination {
    margin: 20px 10px;
}


.lightgallery {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex-wrap: wrap;
}

.lightgallery a {
    width: 150px;
    height: 150px;
}

.lightgallery a img {
    height: auto;
}

.tabloid-image img {
    width: 100px;
    height: auto;
}

#lightgallery a img,
#lightgallery1 a img,
#lightgallery2 a img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

#lightgallery a,
#lightgallery1 a,
#lightgallery2 a {
    position: relative;
    margin: 0 auto;
    height: 150px;
    width: 150px;
}

.pmc-create .callout.callout-success {
    background-color: #e2efd9 !important;
    color: #548235 !important;
    font-weight: bold;
}

.bg-comment {
    background-color: #e2efd9 !important;
    color: #548235 !important;
    font-weight: bold;
}

.bg-checklist {
    background-color: #DEEAF6;
    color: #2E75B6;
    font-weight: bold;
}

.bg-tickets {
    background-color: #FBE4D5;
    color: #C55A11;
    font-weight: bold;
}

.bg-remark {
    background-color: #FFF2CC;
    color: #BF9000;
    font-weight: bold;
}

.bg-customer {
    background-color: #D5DCE4;
    color: #333F4F;
    font-weight: bold;
}

.bg-recheck {
    background-color: #D0CECE;
    color: #3B3838;
    font-weight: bold;
}

.bg-tickets2 {
    background-color: #ebeced;
    color: #333;
    font-weight: bold;
}

.pmc-create .callout {
    border-left: 0px solid #eee;
}

.nav-tabs-custom {
    box-shadow: none !important;
}

.nav-tabs-custom>.nav-tabs {
    border-bottom-color: #4d8eb7 !important;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-left-color: #4d8eb7 !important;
    border-right-color: #4d8eb7 !important;
}

.ilive-card {
    border: 1px solid #ddd;
}

.ilive-title {
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
}

.ilive-body .period {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 10px 0;
}

.ilive-body .btn {
    margin: 5px 0;
    border-radius: 0;
    font-weight: 300;
}

.ilive-body .daily {
    background: #e5eddb;
    color: #006512;
}

.ilive-body .btn-daily {
    background: #6baf77;
    color: #fff;
}

.ilive-body .monthly {
    background: #dcecec;
}

.ilive-body .btn-monthly {
    background: #5aacdd;
    color: #fff;
}

.ilive-body .yearly {
    background: #ede7db;
}

.ilive-body .btn-yearly {
    background: #eeaf59;
    color: #fff;
}

.dbs-grey {
    background: #ddd;
}

.dbs-view {
    font-size: 12px;
}

.dbs-view .col-xs-7.staff {
    padding-right: 0;
}

.dbs-view .col-xs-7.staff .table,
.dbs-view .col-xs-12.health .table {
    margin-bottom: 0;
}

.dbs-view .col-xs-5.performance {
    padding-left: 0;
}

.dbs-view .col-xs-12.health .table:last-child {
    margin-bottom: 0px;
}

.dbs-view .col-xs-5.performance td {
    padding: 1px;
}

.dbs-view .col-xs-5.performance .title-th th {
    padding: 5px;
}

.dbs-view .col-xs-5.performance th {
    padding: 1px;
}

.bg-comment:hover {}


@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        width: auto !important;
        padding-right: 20px !important;
        min-width: 230px !important;
    }
}

/*.sidebar-menu li>a>.pull-right-container {*/
/*    right: -20px !important;*/
/*}*/

.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
.sidebar-mini.sidebar-collapse .sidebar-form,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    width: 235px !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.main-header .sidebar-toggle:hover,
.main-header .logo:hover {
    color: #ffbc07 !important;
}

.ilive-box .flex {
    justify-content: space-between;
    align-items: center;
}

.ilive-box .border-red {
    border-top: 4px solid red;
    background: snow;
}

.ilive-box .border-green {
    border-top: 4px solid #00d800;
    background: #f8fff8;
}

.handed-from small,
.handed-to small {
    font-size: 9px;
    color: #666;
}

.key-icon {
    margin: 0 auto;
}

.remark-hand textarea::-webkit-input-placeholder {
    color: #ccc;
}

.remark-hand textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.remark-hand textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.remark-hand textarea:-ms-input-placeholder {
    color: #ccc;
}

.handed-from,
.handed-to,
small.date,
.remark-hand label {
    color: #888;
}

.hand-textarea {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.hand-textarea:focus {
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0 0 5px 0 #ccc;
    border: 1px solid #888;
}



.box.box-solid.box-danger {
    border: 1px solid #ffb2a8 !important;
}

.box.box-solid.box-danger>.box-header {
    color: #a00000 !important;
    background: #ffb2a8 !important;
    background-color: #ffb2a8 !important;
}

.btn {
    border: 1px solid #b9b9b97a !important;
}

.btn-danger {
    background-color: #f8e4d7 !important;
    color: #d25222 !important;
    font-weight: 600 !important;
}

.box.box-solid.box-warning>.box-header {
    color: #9c5c00 !important;
    background: #ffd591 !important;
    background-color: #f9d294 !important;
}

.box.box-solid.box-warning {
    border: 1px solid #ffd591 !important;
}

.btn-warning {
    background-color: #FFF2CC !important;
    color: #BF9000 !important;
    font-weight: 600 !important;
}

.alert {
    padding: 8px !important;
}

.box.box-solid.box-success>.box-header {
    color: #5e7d3d !important;
    background: #ddeacd !important;
    background-color: #ddeacd !important;
}

.box.box-solid.box-success {
    border: 1px solid #ddeacd !important;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.ta .box-footer {
    min-height: 55px;
}

.main-header.mobile {
    display: none;
}

.policy-link {
    position: fixed;
    bottom: 42px;
    background: #559cc6;
    width: 50px;
    right: 0;
    z-index: 10001;
    padding: 5px 0;
    text-align: center;
    color: #000;
    font-size: 24px;
    /*    border-radius: 5px;*/
    display: block;
}

.btn-policy {
    color: #fff;
}

.yii-debug-toolbar_position_bottom {
    display: none !important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-title {
    width: 100%;
}

@media only screen and (max-width: 800px) {

    .logo {
        background-color: transparent !important;
    }

    .bg_img {
        height: 100vh;
    }

    #login-form {
        display: block;
    }

    .sub-btn {
        margin-bottom: 20px;
    }

    .main-header.mobile {
        display: block;
    }

    .main-header {
        display: none;
    }

    .main-header .logo {
        width: 75% !important;
        float: left !important;
    }

    .content-header>.breadcrumb {
        background: none !important;
        border-top: 1px solid #d2d6de;
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    .t-head1 {
        width: 2%;
    }

    .t-head3 {
        width: 22%;
    }

    .xs-d-block {
        display: block;
    }

    .content {
        padding-bottom: 30px !important;
    }
}

.btn_back {
    background-color: transparent !important;
    color: #333 !important;
    border: 1px solid #333 !important;
}

.btn_back:hover {
    background-color: #333 !important;
    color: #f2f2f2 !important;
    border: 1px solid #333 !important;
}

/* li.divider {
    margin: 4px 0;
} */

li.dropdown-header {
    font-size: 13px;
    background-color: #f2f2f2;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td,
table.dataTable thead th {
    font-size: 12px !important;
    padding-left: 5px !important;
}

.open>.dropdown-menu {
    padding: 0;
    margin: 0;
}


/* Page Filter */

.filter_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter_box {
    /* padding: 10px 0px; */
    border: 1px solid #e7e7e7;
    margin: 15px 0 0;
    background: #f3f3f3;
    /* height: 55.6px !important; */
}

.filter-wrapper {
    margin-right: 10px;
}

.filter-wrapper .select2-selection__rendered {
    font-size: 0.9em;
    padding-top: 5px !important;
}