
/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans&display=swap');
/*selection */
::selection {
    background: lightgrey;
}
/*html*/
html{
    height: 100%;

    position: relative;
    min-height: 100%;
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 1.15;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}



/*body class pace done*/
.page-container {
    font-family: "Montserrat","Pontano Sans","Helvetica Neue";
    font-size: 14px;
    font-weight: 400;
    background-color: #e4e4e5;
    line-height: 1.5em;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 1280px;
    overflow-y: scroll;
    margin: 0;
    color: #373a3c;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.gray-bg {
    /* background-color: #e4e4e5 !important;*/
    background-color: #FFF !important;
}


/*navbar*/
.navbar-fixed-top {
    background-color: #FFF;
    height: 62px;
    z-index: 4000 !important;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    padding: .5rem 1rem;
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border:1px solid #F3F3F3;

}
/*icon menu  */
.panel-body{




}
/*body container*/
.main-content {
    /*max-width: 2800px;*/
    padding: 0 15px;
    margin-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border: 1px solid #F3F3F3;
    min-height: 100%;



}
*, ::after, ::before {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*panel switcher container*/
.panel {
    background: #FFF;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    border: 0;

    font-size: 100%;
    vertical-align: baseline;
    margin-top: 15px;
    margin-left: 15px;
    box-shadow: none;
    margin-right:15px;
    margin-bottom:15px;
}


.sidenav a:hover{

    color: #ebff80 !important;
}

td .table-hover:hover{
    color:#193B53 !important;
}

.gladius-tabs{
    background-color: #193B53;
    border-radius: 0px;
    border-bottom: #193B53 0px solid;
    margin-top: 15px!important;
    margin-bottom: 0px;
}
.gladius-tabs-1{
    background-color: #000;
    border-radius: 0px;
}
/*table*/
.table tbody tr td{
    color: #000;
    font-size: 12px;
    font-family: "Pontano Sans";
    border: none;
    line-height:  14px;
    ;
    padding: .125rem .4rem;
    vertical-align: middle;
    background-color: #FFF;
}



.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px solid #111;
}
caption, td, th {
    text-align: left;
    font-weight: 400;
}

table, tbody, td, tfoot, th, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0px solid #e4e4e5;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

thead {
    margin: 0;
    padding: 0;
    border: 0px solid #797980;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border-bottom: 2px solid #193B53;
    background-color: #FFF;
    color: #193B53;


}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;




}

.table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 0px!important;
}

.table-striped > tbody > tr:nth-of-type(2n+1):hover {

    background-color:#dff28c;

}

.table tbody tr:hover > td  {
    background-color: #dff28c;

}
.dataTables_wrapper {
    position: relative;
    clear: both;

    padding: 0px;
}
.table > tbody + tbody {
    border-top: 0px solid #ddd;
}

.body {
    color: #797980;

}
/*heading  */

table.dataTable > thead > tr > th {
    min-width: 0px;
    max-width: none;
    border: thin solid #FFF;
    line-height: 1.4rem;
    padding: .125rem .4rem;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #FFF;
    color: #193B53;
    font-size:10px!important;

}


.panel-default > .panel-heading {
    background-color: #8d8c8f;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 0;
    height: 40px;
    vertical-align: middle;
    font-size: 1.1em;
    padding-top: 15px;
    padding-left: 15px;
    padding-right:15px;
    line-height: 1;

}
.panel-heading > .panel-title {

    float: left;
    font-size: 12px;


}
.panel-heading{
    padding-top: 15px;
}
.panel-heading1{
    background-color: #fff;
    color: #424246;
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 0;
    height: 1px;
    vertical-align: middle;
    font-size: 1.1em;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1;

}
.table > thead > tr > th {
    height: 2.2rem;
    background-color: #FFF;
    padding: 0 0px;
    margin: 0 !important;
    border: none;
    color: #193B53;
    vertical-align: middle;
    line-height: 1.4rem;
    padding: .125rem .4rem;
    font-size: 10px!important;
    text-transform: uppercase;
    min-width: 0px;
    max-width: none;
}

.text-danger {

    color: #be202e!important;

}
.text-warning {

    color: #ff4500!important;

}

.text-success {
    color: #193B53!important;
}
/*labels */
label {
    line-height: 1rem !important;
    padding-top: 5px !important;
    float: left;
    /*padding-right: 15px !important;*/
    padding-right: 0px !important;
    padding-left: 2px !important;
    position: relative;
    min-height: 1px;
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Montserrat",sans-serif!important;
    font-weight: 600!important;
    color: #5e5b5f;
    font-size: .7rem !important;
    display: inline-block;
    text-align:left;

    margin-bottom: .2rem;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, label {
    margin-bottom: .2rem;
    color: #5e5b5f;
}

/*tabs*/
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    color: #202127 !important;
    margin-right: 0px;
    border: 1px solid #fff;

}
.nav-tabs > li {
    border-right: 1px solid #e4e4e5;

}

/*search or save or continue button*/

.btn-success.btn-outline {
    color: #FFF;
    background-color: #a2c03c;
    border-color: #a2c03c;
    text-transform: uppercase;
    font-size: .85rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.btn-success.btn-outline:hover {
    color: #FFF;
    background-color: #a2c03c;
    border-color: #a2c03c;
    text-decoration: none;

}
.btn-success.btn-outline:active:hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active.focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active.focus, .open > .btn-success.btn-outline.dropdown-toggle:hover, .open > .btn-success.btn-outline.dropdown-toggle:focus, .open > .btn-success.btn-outline.dropdown-toggle.focus {
    color: #FFF;
    background-color: #a2c03c;
    border-color: #a2c03c;
    background-image: none;
    outline: 0;
}

.btn, a[type="button"], button, label.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .125rem .5rem;
    font-size: 1rem;
    transition: all .2s ease-in-out;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: uppercase;

    margin-top: 14px;

}
.dataTables_wrapper .dataTables_filter input {

    float: right;
}
/*cancel button*/

.btn-danger.btn-outline {

    border-color: #285a7c;
    color: #fff !important;
    background-color: #285a7c;
    font-size: .85rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-danger.btn-outline:hover {
    border-color: #285a7c;
    color: #fff !important;
    background-color: #285a7c;

}

.btn-danger.btn-outline:active:hover, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active.focus, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline.active:focus, .btn-danger.btn-outline.active.focus, .open > .btn-danger.btn-outline.dropdown-toggle:hover, .open > .btn-danger.btn-outline.dropdown-toggle:focus, .open > .btn-danger.btn-outline.dropdown-toggle.focus {
    border-color: #285a7c;
    color: #fff !important;
    background-color: #285a7c;
}
.btn-danger.btn-outline:active, .btn-danger.btn-outline.active, .open > .btn-danger.btn-outline.dropdown-toggle {
    border-color: #285a7c;
    color: #fff !important;
    background-color: #285a7c;
    background-image: none;
}

.btn-danger.btn-outline:focus, .btn-danger.btn-outline.focus {
    color: #FFF;
    background-color: #606066;
    outline-color: #193B53;
    border-color: #193B53 !important;
    text-decoration: none;
    outline-offset: -2px;
    outline: dotted 1px;
}



/*button add new*/
.btn-newaction {
    display: inline-block;
    background-color: #ababac;
    margin: -.08em 5px .5em -.08em;
    font-size: 2em;
    padding: .3em .2em;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #ababac;
    width: 34px;
}
.btn-newaction:active, .btn-newaction:focus {
    display: inline-block;
    background-color: #193B53;
    margin: -.08em 5px .5em -.08em;
    font-size: 2em;
    padding: .3em .2em;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #193B53;
    width: 34px;
}

.btn-fileaction {
    display: inline-block;
    background-color: #193B53;
    margin: -.08em 5px .5em -.08em;
    font-size: 2em;
    padding: .3em .2em;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #193B53;
    width: 34px;
}
.btn-fileaction1 {
    display: inline-block;
    background-color: #be202e;
    margin: -.08em 5px .5em -.08em;
    font-size: 2em;
    padding: .3em .2em;
    color: #FFF;
    cursor: pointer;
    border: 1px solid  #be202e;
    width: 34px;
}

/*

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    padding: .375rem .75rem;
    color: #ababac;
    text-align: left;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    min-width: 100px;

    text-transform: none;
    font-family: "Pontano Sans" !important;
    background-color: #FFF;
    border-color: #e4e4e5;
    z-index: 5;
    margin-left: 0;
    position: relative;
    float: left;
    margin-bottom: 0;
    font-weight: 400;
    font-size: .8rem;
    display: inline-block;
    line-height: 1.25;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #e4e4e5;
    transition: all .2s ease-in-out;
    height:auto;
    box-shadow: none;
}

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active{
    border-radius: 0;
    width: 100% !important;
    top: 28px;
    background-color: #797980;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10 !important;
    display: block;
    float: left;
    min-height: 1px;
    font-family: "Pontano Sans";
    font-weight: 400;
    font-size: .8rem;
    left: 0;
    min-width: 10rem;
    color: #373a3c;
    text-align: left;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    list-style: none;

}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: white;
    filter: none;
    border: 1px solid #e4e4e5;
}
.select2-results .select2-highlighted {
    background: #193B53;
    color: #797980;
}
.select2-results {
    font-family: "Montserrat";
    background-color: #ebff80;
    color: #797980;
}

.select2-results .select2-result-label {
    padding: 1px 1px 1px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    color: #797980;
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #ebff80;
    color: #797980;
    border: 1px solid #e4e4e5;

    border-radius: 0px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-search input {
    padding: .375rem .75rem;
    color: #ababac;
    text-align: left;
    max-width: 100%;
    width: 100%;
    background-color: #FFF;
    border-color: #e4e4e5;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
    text-transform: none;
    font-family: "Pontano Sans" !important;
    background-image: none;
    z-index: 5;
    outline: 0;
    margin-left: 0;
    position: relative;
    float: left;
    margin-bottom: 0;
    text-decoration: none;
    outline-offset: -2px;
    display: inline-block;
    line-height: 1.25;
    white-space: nowrap;
    vertical-align: middle;

    border: 1px solid transparent;
    transition: all .2s ease-in-out;

}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
    text-align: left;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #ebff80;
    color: #be202e;
    display: list-item;
    padding-left: 0px;
    background: #ebff80;
    list-style: none;
}
*/
/*end*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px !important;
}
/*row*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}
/*sticky*/
.containment {
    height: 100%;
    width: 100%;
    left: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 61px!important;
    margin-top: 45px;


}
.containsmall {
    height: 100%;
    width: 100%;
    left: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;

}
.containhr {
    height: 100%;

    left: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;

}
/*fixed header for tabs*/
.fixed-header{
    position: fixed !important;
    top: 62px;
    z-index: 500;
    width: calc(100% - 89px);
    margin-left: 15px;
    background-color: #FFF;
}
.sub-header{

    z-index: 500;
    /*   width: calc(100% - 30px);
       margin-left: 15px;*/
    background-color: #193B53;
    margin-top: 15px;
}
/*font awesome*/
.fa-color{
    color:#797980;
}

/*scroll panel restriction*/
.h-450Scroll{
    min-height: 500px;
    max-height: 500px;
    overflow-y:auto;

}

/*div */
.div-action{
    /*margin-left: 15px;*/
    margin-top: 15px;
    /*margin-right: 15px;*/
}

/*datatables*/
/* 
Buttons
*/
/*button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 3px 12px;
    border: 1px solid #26245d;
    border-radius: 1px;
    cursor: pointer;
    font-size: 0.88em;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, #a2c03c 100%, #a2c03c 100%);
    background-image: -moz-linear-gradient(top, #a2c03c 100%, #a2c03c 100%);
    background-image: -ms-linear-gradient(top, #a2c03c 100%, #a2c03c 100%);
    background-image: -o-linear-gradient(top, #a2c03c 100%, #a2c03c 100%);
    background-image: linear-gradient(top, #a2c03c 100%, #a2c03c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a2c03c', EndColorStr='#a2c03c');
    background-color: #a2c03c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    text-decoration: none;
    outline: none;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    border: 1px solid #26245d;
    background-color: #a2c03c;
    background-image: -webkit-linear-gradient(top, #a2c03c 0%,#a2c03c 100%);
    background-image: -moz-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: -ms-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: -o-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a2c03c', EndColorStr='#a2c03c');
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
    border: 1px solid #26245d;
    box-shadow: inset 1px 1px 3px #999999;
    background-color: #a2c03c ;
    background-image: -webkit-linear-gradient(top, #a2c03c  0%, #a2c03c  100%);
    background-image: -moz-linear-gradient(top, #a2c03c  0%, #a2c03c  100%);
    background-image: -ms-linear-gradient(top, #a2c03c  0%, #a2c03c  100%);
    background-image: -o-linear-gradient(top, #a2c03c  0%, #a2c03c  100%);
    background-image: linear-gradient(top, #a2c03c  0%, #a2c03c  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a2c03c ', EndColorStr='#a2c03c ');
}
button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled) {
    border: 1px solid #26245d;
    text-shadow: 0 0px 0 #fff;
    outline: none;
    background-color: #a2c03c;
    background-image: -webkit-linear-gradient(top, #a2c03c 0%,#a2c03c 100%);
    background-image: -moz-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: -ms-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: -o-linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    background-image: linear-gradient(top, #a2c03c 0%, #a2c03c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a2c03c', EndColorStr='#a2c03c');
}*/
select.input-sm {
    height: 20px;
    line-height: 20px;
    -moz-appearance: window;
    -webkit-appearance: none;
    background: #FFF url("/images/arrow_down.png") right center no-repeat;
    padding-right: 10px;
    border-color: #e4e4e5;
    color: #797980;
    width:150px;
    padding: 0 5px;
    min-width: 30px;
    width: 35px;


}
.dataTables_wrapper .dataTables_length {
    float: none;
}
.dataTables_wrapper label {
    background-color: #fff;
    color: #797980;
    border-style: none;

    float: none;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: right;
}
.nomargin {
    margin-right: 0px;
}
.table-bordered {
    border: 10px solid #fff !important;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding: 1px;
}
/*Side Nav*/
        tr:nth-child(odd){
                background-color: lightgrey !important;
}
        

.sidenavRight a {

    text-decoration: none;
    color: #8D8C8F;
    display: block;
    transition: 0.3s;

}
.sidenavRight{
    height:100%;
    width: 0; /* 0 width - change this with JavaScript */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 3500;
    position: fixed;
    right: 0;
    top: 50px;
    color:#FFF;
    background-color: rgba(25,59,83,0.90);
    height: 100%;
    display: block;
}

/* The navigation menu links */
.sidenav a {

    text-decoration: none;
    color: #8D8C8F;
    display: block;
    transition: 0.3s;

}
.sidenav{
    height:100%;
    width: 0; /* 0 width - change this with JavaScript */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 3500;
    position: fixed;
    left: 0;
    top: 50px;
    color:#FFF;
    background-color: rgba(25,59,83,0.90);
    height: 100%;
    display: block;
}
.navImage {

    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 15px;
    color: #e4e4e5 !important;

}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #ACBF36;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}






.navbar-sub-menu-lvl-1 {
    margin: 0;

    padding: 33px 0 0;
    padding-top: 78px;
    top: 62px;
    left: 200px;
    background-color: rgba(243,243,243,0.90);
    position: fixed;
    height: 100vh;
    overflow: auto;
    display: none;
    border: 2px solid #193B53;

}

.navbar-sub-menu-lvl-legal, .navbar-sub-menu-lvl-finance, .navbar-sub-menu-lvl-hr, .navbar-sub-menu-lvl-admin, .navbar-sub-menu-lvl-payovers , .navbar-sub-menu-lvl-help , .navbar-sub-menu-lvl-perf  , .navbar-sub-menu-lvl-workflow {
    width: 200px;
    z-index: 4000;
    list-style: none;
}

.gladius-side{
    list-style: none inside;
    font-family: "Montserrat";
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    color: #FFF !important;
    display: block;
    transition: 0.3s;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 15px;
    text-transform: uppercase;
    text-align: left;
    line-height: 25px;

}
.gladius-side:hover{
    color:#FFF !important;
    background-color: #193B53;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right:0px;

}
.sidbar-hr{
    padding: 0;
    margin: 0;
    border-bottom: solid;
    border-color: #8d8c8f !important;
    border-width: 1px;
    /*height: 32px;*/
}
.sidbar-sub{
    padding: 0;
    padding-left: 5px;
    margin: 0;
    border-bottom: solid;
    border-color: #8d8c8f !important;
    border-width: 1px;
  
    background-color: lightgrey;
}
.sidbar-hr-1{
    padding: 0;
    margin: 0;
    border-bottom: solid;
    border-color: #8d8c8f!important;
    border-width: 1px;
}
.navbar-brand2{
    /*background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140px 41px;*/
    height: 59px;
    display: none;
}
.alt-color {
    
      color:rgba(25,59,83,0.90) !important;
}
.minimal .panel-body {
    padding: 0px;
    padding-bottom: 15px;

}

.top_message {
    height: 47px;
    background-color: #202127;
    color:#FFF;
}
.top_message1 {
    height: 47px;
    background-color: #fff;
    color: #ff4500;
}

.top_message2 {
    height: 47px;
    background-color: #fff;
    color: #5e5b5f;
}
.top_messageleave {
    height: auto;
    background-color: #fff;
    color: #ff4500;
}
.top_message3 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    height: 47px;
    background-color: #202127;
    color: #fff;
}
/*required documents*/
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading{

    border: none;

    background-color: transparent;
    text-align: left;

    color: #8d8c8f;
    font-size: 12px;
    font-family: "Pontano Sans";

    line-height: 2rem;
    padding: .125rem .4rem;
    vertical-align: middle;

}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #e4e4e5;
}
/*Form control Labels*/

.form-control:active, .form-control:focus {
    outline-color: #193B53!important;
    border-color: #193B53!important;
}
.form-group {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right:0px;
    padding-bottom:0px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-control {
    margin-bottom: 0px !important;
    height: 22px;
    padding: 2px 1px;
    display: block;

    width: 100%;

    line-height: 10px !important;

    color: #55595c;

    background-color: #fff;

    background-image: none;

    background-clip: padding-box;

    border: 1px solid rgba(0,0,0,.15);

    border-radius: 0;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: "Pontano Sans" !important;
    position: relative;

    font-size: .72rem !important;

    font: inherit;
    margin: 0;
    overflow: visible;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f2f2f3;
    opacity: 1;
    color: #797980;
}
.form-control:focus {
    box-shadow:none;

}


/*percentage button*/
.input-group-addon {
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #193B53;
    border: 1px solid #2F4F4F;
    border-radius: 0px;

}
/*dropdown menu*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    padding: 4px 10px;
    color: #193B53;
    text-align: left;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    min-width: 100px;

    text-transform: none;
    font-family: "Pontano Sans" !important;
    background-color: #f3f3f3;
    border-color: #193B40;
    z-index: 5;
    margin-left: 0;
    position: relative;
    float: left;
    margin-bottom: 0;
    font-weight: 400;
    font-size: .8rem;
}

select .form-control.valid:hover {
    border-color: #red;
}

/*modal*/

.modal-header {
    padding: 0 !important;
    border-radius: 0 !important;
    background: #8d8c8f !important;
    color: #FFF !important;
    border: 0px !important;
    height: 26px;
    font-weight: 100;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #FFF;
    margin: 0px;
    border:0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.modal-footer {
    padding: 0px;
    text-align: right;
    background: #fff;
    border-top: none;
    margin: 0px;
    margin-top: 5px;
    margin-top: 0px;
    padding-bottom:5px;
    padding-right:15px;
}

.modal-title {
    width: 100% !important;
    font-family: "Montserrat","Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 7px 0;
    text-transform: uppercase;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #fff;
}

.modal-content {
    border: 1px solid #8d8c8f !important;
    border-radius: 0px !important;
    padding: 0 !important;
    box-shadow: none;
    overflow: visible;
    max-height: 800px;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

/*modal icon*/
.modal-color {
    display: block;
    margin-left: -2px;
    background-color: #8d8c8f;
    color: #FFF;
    width: 38px;
    float: left;
    height: 25px;
    margin-right: 8px;
    top: -7px;
    position: relative;
    margin-bottom: -15px;
    padding-top: 4px;
    font-size: 20px;
    padding-left: 7px !important;
    text-align: center;
    border-right: 1px solid;
}

/*search*/


.backred {
    color: #ff4500;
    /*color: #be202e;*/
    background-color: #fff;
    font-weight: 600;
}

/*checkboxes*/
.checkbox input[type="checkbox"] {
    opacity: 1;
    z-index: 1;

}
.radio input[type="radio"] {
    opacity: 1;
    z-index: 1;
}
form{
    margin-bottom:0px;
    padding:0px;
    /*padding: .5em 1em;*/
    background-color: #fff;
}

.align-text-top{
    padding-right:15px;
}

/*Payovers*/
#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: 3;
    cursor: pointer;
}



.btn-lf {
    height: 22px;
    padding: 0;
    margin: 0;
    width: 15px;
}
.schedule-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    padding: 100px;
    font-size: 20px;
}

.h-SchScroll {
    min-height: 500px;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: auto;
    padding-bottom: 70px;
}
.text-legal1{
    width:100px;

}


/*graph*/
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    padding: 30px;
}


/* Timeline
   ========================================================================== */
/*Timeline Basic*/
.tab-wrapper-2 {
    margin-bottom: 25px;
}

.timeline-basic {
    margin-bottom: 25px;
}

.timeline-entry {
    padding-bottom: 15px;
    position: relative;
}
.timeline-entry:before {
    border-left: solid 2px #ececec;
    content: "";
    left: 24px;
    position: absolute;
    top: 10px;
    bottom: -10px;
    width: 2px;
    z-index: 1;
}
.timeline-entry:first-child:before {
    border-left-style: dashed;
}
.timeline-entry:last-child:before {
    bottom: 0;
    border-left-style: dashed;
}

.timeline-circle {
    background: #193B53;
    border: 0px solid #193B53;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 24px;
    width: 24px;
    margin-left: 13px;
    margin-top: 8px;
    padding: 4px 3px;
    position: relative;
    z-index: 2;
}

.timeline-icon {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-top: 6px;
}

.timeline-panel {
    margin-left: 60px;
    border: 1px solid #a2c03c;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;

    padding: 5px 5px;
    position: relative;
    background-color: #FFFFFF;
}
.timeline-panel:before, .timeline-panel:after {
    content: "";
    position: absolute;
    border-style: solid;
}
.timeline-panel:before {
    border-color: transparent #ececec;
    border-width: 12px 12px 12px 0;
    top: 7px;
    left: -12px;
}
.timeline-panel:after {
    border-color: transparent #FFFFFF;
    border-width: 11px 11px 11px 0;
    top: 8px;
    left: -11px;
}
.timeline-panel .timeline-title {
    margin-bottom: 5px;
    color: #5e5b5f;
    font-size: 20px;
}

/*Timeline Center*/
.timeline-center .timeline-entry {
    clear: both;
    float: right;
    padding-bottom: 30px;
    width: 50%;
}
.timeline-center .timeline-entry:before {
    left: 0;
}
.timeline-center .timeline-entry .timeline-circle {
    margin-left: -11px;
}
.timeline-center .timeline-entry .timeline-circle.timeline-icon {
    margin-left: -14px;
}
.timeline-center .timeline-entry .timeline-panel {
    margin-left: 36px;
}
.timeline-center .timeline-entry.left-aligned {
    float: left;
}
.timeline-center .timeline-entry.left-aligned:before {
    border-left: 0 none;
    border-right: solid 2px #ececec;
    left: auto;
    right: -2px;
}
.timeline-center .timeline-entry.left-aligned .timeline-circle {
    float: right;
    margin-right: -13px;
    margin-left: 0;
}
.timeline-center .timeline-entry.left-aligned .timeline-circle.timeline-icon {
    margin-right: -16px;
}
.timeline-center .timeline-entry.left-aligned .timeline-panel {
    margin-left: 0;
    margin-right: 36px;
    -moz-box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.25);
}
.timeline-center .timeline-entry.left-aligned .timeline-panel:before {
    border-width: 12px 0 12px 12px;
    left: auto;
    right: -12px;
}
.timeline-center .timeline-entry.left-aligned .timeline-panel:after {
    border-width: 11px 0 11px 11px;
    left: auto;
    right: -11px;
}

@media screen and (max-width: 567px) {
    .timeline-center .timeline-entry {
        float: none;
        padding-bottom: 15px;
        width: auto;
    }
    .timeline-center .timeline-entry:before {
        left: 24px;
    }
    .timeline-center .timeline-entry .timeline-circle {
        margin-left: 13px;
    }
    .timeline-center .timeline-entry .timeline-circle.timeline-icon {
        margin-left: 10px;
    }
    .timeline-center .timeline-entry .timeline-panel {
        margin-left: 60px;
    }
    .timeline-center .timeline-entry.left-aligned {
        float: none;
    }
    .timeline-center .timeline-entry.left-aligned:before {
        border-left: solid 2px #ececec;
        border-right: 0 none;
        left: 24px;
        right: auto;
    }
    .timeline-center .timeline-entry.left-aligned .timeline-circle {
        float: left;
        margin-right: 0;
        margin-left: 13px;
    }
    .timeline-center .timeline-entry.left-aligned .timeline-circle.timeline-icon {
        margin-right: 0;
        margin-left: 10px;
    }
    .timeline-center .timeline-entry.left-aligned .timeline-panel {
        margin-left: 60px;
        margin-right: 0;
        -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    }
    .timeline-center .timeline-entry.left-aligned .timeline-panel:before {
        border-width: 12px 12px 12px 0;
        left: -12px;
        right: auto;
    }
    .timeline-center .timeline-entry.left-aligned .timeline-panel:after {
        border-width: 11px 11px 11px 0;
        left: -11px;
        right: auto;
    }
}

.col-sm-4{
    padding:0px;
    margin:0px;
}
/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #797980;
    border-color: #797980;
    color: #FFFFFF;
    z-index: 5;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {

    z-index: 2;
    color: #797980;
    background-color: #e4e4e5;
    border: 1px solid #797980;

}
.pagination > li > a, .pagination > li > span {

    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    height: 20px;
    line-height: 1;
    color: #797980;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #797980;



}
/*permissions*/
.checkbox {
    padding-left: 0px;
}

.chart-header {
    width: calc(100% + 20px);
    border-bottom: 1px solid #ababac;
    margin-bottom: 20px;
    margin-top: -10px;
    margin-left: -10px;
    padding-left: 10px;
}
.details-header {
    width: auto;
    border-bottom: 1px double #193B53;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 10px;

}
.details-h5 {
    color: #193B53;
    font-weight: bold;
    margin-bottom: 0px;
}
.details-content{
    border:1px solid grey;
    margin-top: 0px;
    padding-top: 0px;
    border-top:none;
}
/*leave calender*/
body .fc {
    font-size: 1em;
    padding-right: 15px;
    padding-left: 15px;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #e4e4e5;

    color: #797980;
    cursor: pointer;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #ababac;
    color: #797980;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {

    background-color: #193B53;
    color: #fff;

}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color:  #ebff80;
    color: #797980;
}
/*month active*/
.datepicker table tr td span:hover {

    background-color: #e4e4e5;
    color: #797980;

}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    background-color: #193B53;
    color: #fff;
}
/*columns*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 0px;
}
/*dropdown menu*/
.dropstyle{
    margin-top: 0;
    left: -95px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    /*background-color: rgba(38,36,93,0.85) ;*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #FFF;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #FFF;
    text-decoration: none;
    margin: 0px 0 0;
    padding: 2px 2px;
    font-family: Montserrat;
    line-height: 1;
    border: 1px solid #a2c03c;
}
.dropdown-menu > li > a {
    color: #FFF;
    text-decoration: none;
    background-color: #000000;
    padding: 2px 2px;
    font-family: Montserrat;
    line-height: 1;
}
.dropdown-menu > li > a:hover {
    color: #f9f9f9;
    text-decoration: none;
    background-color: #193b53;
    padding: 2px 2px;


    font-family: Montserrat;
    line-height: 1;
}



.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus-within {
    background-color: #ebff80;
    color: #797980;
    padding: 2px 2px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e4e4e5;
}

btn-group.open .dropdown-toggle {
    box-shadow:none;
    -webkit-box-shadow:none;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #e4e4e5;
    background-color: #193B53;
    border-color: #193B53;
}

.panel.new {
    border: thin solid #e4e4e5;
    padding: 15px;
}


/*checkbox*/

/* The container */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none;*/
}


/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: thin solid #e4e4e5;
}
.checknomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #8d8c8f;
}
/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: #193B53;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.dt-button, div.dt-button, a.dt-button  {
    color: #FFF;
    background-color: #193B53;
    border-color: #193B53;
    text-transform: uppercase;
    font-size: .85rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0px;
    margin-left: 5px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .125rem .5rem;
    transition: all .2s ease-in-out;
    font: inherit;
    margin: 0;
    overflow: visible;
    margin-top: 14px;
    border-radius: 1px;
    height: 20px;
    background-image: none;
    margin-top: 0px;
}





/*columns active*/

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
    color: #FFF!important;
    background-color: #000!important;
    border-color: #193B53!important;
    box-shadow: none!important;
    margin: 0px!important;
    padding: 0px!important;
    background-image: none!important;
}
/*hover*/
.button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
    color: #000!important;
    background-color: #208E8D!important;
    border-color: #208E8D!important;
    box-shadow: none!important;
    margin: 0px!important;
    padding: 0px!important;
    background-image: none!important;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    color: #797980!important;
    background-color: #e4e4e5!important;
    border-color: #e4e4e5!important;
    box-shadow: none!important;
    margin: 0px!important;
    padding: 0px!important;
    background-image: none!important;
}



/*.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #ebff80;
    box-shadow: none;
    background-image: none;
}*/
.dt-button-collection {

    position: absolute!important;

    width: 180px!important;
    margin: 0px!important;
    padding: 0px!important;
    border: 1px solid #ccc!important;
    border: 1px solid rgba(0, 0, 0, 0.4)!important;
    background-color: white!important;
    overflow: hidden!important;
    z-index: 2002!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    z-index: 2002!important;
    -webkit-column-gap: 0px!important;
    -moz-column-gap: 0px!important;
    -ms-column-gap: 0px!important;
    -o-column-gap: 0px!important;
    column-gap: 0px!important;
}

/*button not active*/
.button.dt-button, div.dt-button, a.dt-button {
    color: #fff;
    text-decoration: none;
    background-color: #797980;
    border-color: #797980!important;
    box-shadow: none!important;
    margin: 0px!important;
    padding: 0px!important;
    background-image: none!important;
    min-width: 70px;
    text-align: center;
}


/*columns
.button.dt-button, div.dt-button, a.dt-button {
background-color: #ebff80!important;
color: #797980!important;
padding: 0px!important;
font-family: Montserrat!important;
line-height: 1!important;
text-decoration: none!important;
font-weight: 400!important;
font-size: 12px!important;
white-space: nowrap!important;
margin: 0px!important;
box-shadow: none!important;
background-image: none!important;
}*/

.list-group-item {
    padding: 4px;
    color: #8d8c8f;
    font-size: 12px;
    font-family: "Pontano Sans";
    border: thin solid #e4e4e5;
    border-top-color: rgb(228, 228, 229);
    border-top-style: solid;
    border-top-width: thin;
    line-height: 2rem;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
}


.checkbox-label input:disabled ~ .checkmark {
    background-color: #e4e4e5;
}

.error {
    color: #ff4500;
}



/* Customize the label (the radiobox-label) */
.radiobox-label {
    display: block;
    position: relative;
    padding-left: 35px !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*user-select: none;*/
}

/* Hide the browser's default radio button */
.radiobox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox-label:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobox-label input:checked ~ .radiomark {
    background-color:  #193B53;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox-label input:checked ~ .radiomark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobox-label .radiomark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.menutext:active {
    color: #193B53 !important;
}


.form-control-login {
    display: block;
    width: 100%;
    height: 22px;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 16px;
    color: #424246;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 5px;
}

.loginsubmit {
    color: #FFF;
    background-color: #797980;
    border-color: #797980;
    font-size: .85rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.loginsubmit:hover {
    color: #FFF;
    background-color: #606066;
    border-color: #5b5b61;

}

.loginsubmit:active:hover, .loginsubmit:active:focus, .loginsubmit:active.focus, .loginsubmit:hover, .loginsubmit:focus, .loginsubmit.active.focus, .open > .loginsubmit.dropdown-toggle:hover, .open > .loginsubmit.dropdown-toggle:focus, .open > .loginsubmit.dropdown-toggle.focus {
    color: #FFF;
    background-color: #4f4f53;
    background-image: none;
    outline-color: #193B53;
    border-color: #193B53 !important;
}
.loginsubmit:active, .loginsubmit.active, .open > .loginsubmit.dropdown-toggle {
    color: #FFF;
    background-color: #606066;
    outline-color: #193B53;
    border-color: #193B53 !important;
    background-image: none;
}

.loginsubmit:focus, .loginsubmit.focus {
    color: #FFF;
    background-color: #606066;
    outline-color: #193B53;
    border-color: #193B53 !important;
    text-decoration: none;
    outline-offset: -2px;
    outline: dotted 1px;
}
.loginreset {
    color: #FFF;
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
    font-size: .85rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.badge-secondary {
    background-color: #193B53;
}
.badge {
    display: inline-block;
    min-width: 15px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #193B53;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #dff28c;
    border-radius: 10px;
}

.li-ibinvoice > a .badge {
    font-size: 10px;
    line-height: 13px;
    min-width: 17px;
    padding: 2px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: normal;
}
.li-ibbatch > a .badge {
    font-size: 10px;
    line-height: 13px;
    min-width: 17px;
    padding: 2px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: normal;
}
.li-ibpending > a .badge {
    font-size: 10px;
    line-height: 13px;
    min-width: 17px;
    padding: 2px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: normal;
}
.clockpicker-popover
{
    z-index: 999999 !important;
}

.menu-icon {
    height: 28px;
    width:  auto;
    max-width: 30px;
    margin-right: 5px;
}
.menu-icon-large {
    height: 60px;
    width:  auto;

}

img.animated-gif{
    width: 36px;
    height: auto;
}
img.wait-gif{
    width: 18px;
    height: auto;
}
#indivoverlay {
    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    background: url(images/Fish.png);
}
.isWait{
    height: 50px;
    width: auto;
}
.isWaitSmall {
    height: 32px;
    width: auto;
}
.isModal{
    height: 24px;
    width: auto;
}
.ErrorDisplay {
    color:white;
    background-color: #193B53;
    padding-top:5px;
    margin-bottom:0px;
    margin-top: 0px;
}
.isNotice{
    color:white;
    background-color: #193B40;
    padding-top:5px;
    padding-bottom: 5px;
    margin-bottom:0px;
    margin-top:0px;
}
.isWarning{
    color:white;
    background-color: #193B53;
    padding-top:5px;
    padding-bottom: 5px;
    margin-bottom:0px;
    margin-top:0px;
}

.addon-readonly {
    border-color: #e4e4e5;
}
.hr-rule{
    margin: 0px;
    border-top:1px solid #193B53;
}
.paragraph-span {
    padding-left: 15px;
    margin-bottom:0px;
    margin-top: 0px;
}
.label-margin-sml {
    margin-bottom:1px;
}

.text-green {
    color : #193B53;
    border: 2px solid #193B53;
    padding: 2px;
    padding-top: 3px;
    background-color: #e4e4e5;
    font-size: 25px;
    margin-right: 2px;
    width: 50px;
    height: 40px;
    text-align: center;
}
.text-stack {
    color : #193B53;

    padding: 2px;
    padding-top: 3px;

    font-size: 25px;
    margin-right: 2px;
    width: 50px;
    height: 40px;
    text-align: center;
}
.text-reverse {
    color : #FFF;
    border: 2px solid #FFF;
    padding: 2px;
    padding-top: 3px;
    background-color: #193B53;
    font-size: 25px;
    margin-right: 2px;
    width: 50px;
    height: 40px;
    text-align: center;
}

.button-div {
    padding:1px;
    margin: 0px;
    margin-top: 1px;

}
.button-header{
    border-top: 1px solid #193B53;
    z-index: 500;
    width: 100% ;
    margin: 0px;
    background-color: #8d8c8f;
}
#overlayMain {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9); /* Black background with opacity */
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlayMain #textContent{
    font-family: 'Montserrat',sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.overlaySpin {
    color: #193B53;
    font-size: 75px !important;
}
.overtext {
    font-family: 'Montserrat',sans-serif;
    position: absolute;
    bottom: 4px;
    right: 16px;
    font-size: 18px;
    color: #FFF;
}
#overlayMod {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9); /* Black background with opacity */
    z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlayMod #textContent{
    font-family: 'Montserrat',sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.stick-top {
    position: fixed !important;
    top: 120px;
    z-index: 777;
    width: calc(100% - 89px);
    margin-left: 15px;
}

.btn-group-align{
    margin-top : 0px;
    vertical-align: bottom;
}
.drop-menu {
    background-color: #000000;
    border: none;
    color: #ffffff;
    margin-top: 1px;
    margin-left: -1px;
}
.drop-menu > li > a {
    color: #ffffff;
    background-color: #000000;
}
.drop-menu > li > a:hover {
    color: #193B53;
    background-color: #FFF;

}
.drop-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus-within {
    background-color: #FFF;
    color: #208E8D;
}
.drop-menu .divider {
    background-color: #e4e4e5;
}

.hr-rule-blue {
    margin: 1px;
    border-top: 1px solid  #193B53;
    margin-left: -2px;
    margin-right: -2px;

}

.btn-align {
    margin-top: 32px;
}

/*Animated Text*/
.isNotices {
    width: 100%;
    height: 20px;
    position: relative;
}

.isNotices>div {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffe221;
    opacity: 0;
    height: 0px;
}
.isNotices>div:nth-child(1){
    animation: animation 8s infinite;
}
.isNotices>div:nth-child(2){
    animation: animation 8s infinite;
    animation-delay: 4s;
}
/*.isNotices>div:nth-child(3){
  animation: animation 12s infinite;
  animation-delay: 8s;
}*/
@keyframes animation {
    0% {
        opacity: 0;
        height: auto;
    }
    16% {
        opacity: 1;
    }
    33% {
        opacity: 0;
        height: 0px;
    }
    100% {
        opacity: 0;
        height: 0px;
    }
}

/*Payover Nav
*/

.paynav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 60px;
    right:  0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.paynav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.paynav a:hover {
    color: #f1f1f1;
}

.paynav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .paynav {
        padding-top: 15px;
    }
    .paynav a {
        font-size: 18px;
    }
}

.labelFilter {
    color: #208E8D;
}

.DetailsColor {
    background-color: #FFF;
}

.callout {
    position: fixed;
    /*top: 150px;
    left: 150px;
    margin-left: 20px;*/
    min-width: 500px;

    max-width: 500px;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 -250px;
}

.callout-header {
    padding: 5px 5px;
    background: #193B53;
    font-size: 18px;
    color: white;
}

.callout-container {
    padding: 5px;
    background-color: #000;
    color: #193B53 !important;
    border: solid 1px #193B53;
}

.closebtn {
    position: absolute;
    margin-top: 2px;
    bottom: 1px;
    right: 1px;
    color: #193B53;
    font-size: 13px;
    cursor: pointer;
}

.closebtn:hover {
    color: lightgrey;
}
.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid #000032;
    margin-top: 20px;
}
.note-popover .popover-content>.note-btn-group, .note-editor .note-toolbar>.note-btn-group {
    margin-top: -15px;
    margin-left: 0;
    margin-right: 5px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 34%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 34%);
}


.select2-container .select2-selection--single .select2-selection__rendered {

    padding: 2px 2px !important;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 10px !important;
}
.select2-container .select2-selection--single {

    height: 22px !important;

}

.form-button-25{
    margin-top: 25px;
}

.warning-issue{
    background-color: #ad1b1b !important;
    text-align: center;
    color: white;
    font-size: 18px;

    width: 100%;
}

.text-yellow{
    color:yellow;
}


/*Flasinh Warning*/
.warningFlash{
    animation: warningFrames 2s infinite;
}
.warningFlashAlt{
    animation: warningFrames 3s infinite;
}
@keyframes warningFrames{
    50% {
        color: #ad1b1b;
    }
}
.btn-payover {
    height: 50px;
    width: 50px;
    background-color: rgba(228,228,229,0.34);
    border: 2px #ACBF36 solid;
    color: #26245d;
    padding: 1px;
}

.btn-payover:hover{
    border: 2px #26245d solid;
    color:#ACBF36;
}

.paysummary{
    margin:0px;
}


.btn-dangerdanger{
    background-color: red;
    border-color: red;
    color: white
}
.label-dangerdanger{
    background-color: red;
    border-color: red;
    color: white
}

.tasks_selectedRow{
    color: #193b53 !important;
}
.fishtabs {
    margin: 0;
    padding: 0;
    height: 20px;
    margin-top: 0px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #193b53;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}
.dropdown-margin {
    margin-top: -15px;
    z-index: 9999;
}
.leftnull {
    left: -95px !important;
}
.hr-padding{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    background-color: transparent;
    border-color: #a2c03c;
}



.actionIcn{
    cursor: pointer ;
    color: #193b53;
}

.actionIcn:hover{
    cursor: pointer;
    color: #a2c03c;
}
.timeline-circle2 {
    background-color: white;
    border: 0px solid #193B53;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 30px;
    width: 30px;
    margin-left: 13px;
    margin-top: 8px;
    padding: 4px 3px;
    position: relative;
    z-index: 5;
}



    .bg-red {
        background-color: #F44336 !important;
        color: #fff;
    }
    .bg-red .content .text,
    .bg-red .content .number {
        color: #fff !important;
    }

    .bg-pink {
        background-color: #E91E63 !important;
        color: #fff;
    }
    .bg-pink .content .text,
    .bg-pink .content .number {
        color: #fff !important;
    }

    .bg-purple {
        background-color: #9C27B0 !important;
        color: #fff;
    }
    .bg-purple .content .text,
    .bg-purple .content .number {
        color: #fff !important;
    }

    .bg-ff {
        background-color: #193b53 !important;
        color: #fff;
    }
    .bg-ff .content .text,
    .bg-ff .content .number {
        color: #fff !important;
    }

    .bg-ff2 {
        background-color: #a2c03c !important;
        color: #fff;
    }
    .bg-ff2 .content .text,
    .bg-ff2 .content .number {
        color: #fff !important;
    }

    .bg-deep-purple {
        background-color: #673AB7 !important;
        color: #fff;
    }
    .bg-deep-purple .content .text,
    .bg-deep-purple .content .number {
        color: #fff !important;
    }

    .bg-indigo {
        background-color: #3F51B5 !important;
        color: #fff;
    }
    .bg-indigo .content .text,
    .bg-indigo .content .number {
        color: #fff !important;
    }

    .bg-blue {
        background-color: #2196F3 !important;
        color: #fff;
    }
    .bg-blue .content .text,
    .bg-blue .content .number {
        color: #fff !important;
    }

    .bg-light-blue {
        background-color: #03A9F4 !important;
        color: #fff;
    }
    .bg-light-blue .content .text,
    .bg-light-blue .content .number {
        color: #fff !important;
    }

    .bg-cyan {
        background-color: #00BCD4 !important;
        color: #fff;
    }
    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }

    .bg-teal {
        background-color: #009688 !important;
        color: #fff;
    }
    .bg-teal .content .text,
    .bg-teal .content .number {
        color: #fff !important;
    }

    .bg-green {
        background-color: #4CAF50 !important;
        color: #fff;
    }
    .bg-green .content .text,
    .bg-green .content .number {
        color: #fff !important;
    }

    .bg-light-green {
        background-color: #8BC34A !important;
        color: #fff;
    }
    .bg-light-green .content .text,
    .bg-light-green .content .number {
        color: #fff !important;
    }

    .bg-lime {
        background-color: #CDDC39 !important;
        color: #fff;
    }
    .bg-lime .content .text,
    .bg-lime .content .number {
        color: #fff !important;
    }

    .bg-yellow {
        background-color: #ffe821 !important;
        color: #fff;
    }
    .bg-yellow .content .text,
    .bg-yellow .content .number {
        color: #fff !important;
    }

    .bg-amber {
        background-color: #FFC107 !important;
        color: #fff;
    }
    .bg-amber .content .text,
    .bg-amber .content .number {
        color: #fff !important;
    }

    .bg-orange {
        background-color: #FF9800 !important;
        color: #fff;
    }
    .bg-orange .content .text,
    .bg-orange .content .number {
        color: #fff !important;
    }

    .bg-deep-orange {
        background-color: #FF5722 !important;
        color: #fff;
    }
    .bg-deep-orange .content .text,
    .bg-deep-orange .content .number {
        color: #fff !important;
    }

    .bg-brown {
        background-color: #795548 !important;
        color: #fff;
    }
    .bg-brown .content .text,
    .bg-brown .content .number {
        color: #fff !important;
    }

    .bg-grey {
        background-color: #9E9E9E !important;
        color: #fff;
    }
    .bg-grey .content .text,
    .bg-grey .content .number {
        color: #fff !important;
    }

    .bg-blue-grey {
        background-color: #607D8B !important;
        color: #fff;
    }
    .bg-blue-grey .content .text,
    .bg-blue-grey .content .number {
        color: #fff !important;
    }

    .bg-black {
        background-color: #000000 !important;
        color: #fff;
    }
    .bg-black .content .text,
    .bg-black .content .number {
        color: #fff !important;
    }

    .bg-white {
        background-color: #ffffff !important;
        color: #fff;
    }
    .bg-white .content .text,
    .bg-white .content .number {
        color: #fff !important;
    }

    .col-red {
        color: #F44336 !important;
    }

    .col-pink {
        color: #E91E63 !important;
    }

    .col-purple {
        color: #9C27B0 !important;
    }

    .col-deep-purple {
        color: #673AB7 !important;
    }

    .col-indigo {
        color: #3F51B5 !important;
    }

    .col-blue {
        color: #2196F3 !important;
    }

    .col-light-blue {
        color: #03A9F4 !important;
    }

    .col-cyan {
        color: #00BCD4 !important;
    }

    .col-teal {
        color: #009688 !important;
    }

    .col-green {
        color: #4CAF50 !important;
    }

    .col-light-green {
        color: #8BC34A !important;
    }

    .col-lime {
        color: #CDDC39 !important;
    }

    .col-yellow {
        color: #ffe821 !important;
    }

    .col-amber {
        color: #FFC107 !important;
    }

    .col-orange {
        color: #FF9800 !important;
    }

    .col-deep-orange {
        color: #FF5722 !important;
    }

    .col-brown {
        color: #795548 !important;
    }

    .col-grey {
        color: #9E9E9E !important;
    }
    .col-ff {
        color: #193b53 !important;
    }
    .col-ff2 {
        color: #a2c03c !important;
    }

    .col-blue-grey {
        color: #607D8B !important;
    }

    .col-black {
        color: #000000 !important;
    }

    .col-white {
        color: #ffffff !important;
    }

    /* Infobox ===================================== */
    .info-box {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .info-box-container{
        padding-left:10px;
        padding-right:10px;
    }
    
    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 80px;
    }
    .info-box .icon i {
        color: #fff;
        font-size: 50px;
        line-height: 80px;
    }
    .info-box .icon .chart.chart-bar {
        height: 100%;
        line-height: 100px;
    }
    .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box .icon .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }
    .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box .icon .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }
    .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
    }
    .info-box .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }

    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }
    .info-box.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;

    }

    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }

    .info-box-2 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }
    .info-box-2 .icon i {
        color: #fff;
        font-size: 50px;
        line-height: 80px;
    }
    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }
    .info-box-2 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }
    .info-box-2 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }
    .info-box-2 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }
    .info-box-2 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-2 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }
    .info-box-2.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }

    .info-box-3 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }
    .info-box-3 .icon i {
        color: rgba(0, 0, 0, 0.15);
        font-size: 60px;
    }
    .info-box-3 .chart {
        margin-right: 5px;
    }
    .info-box-3 .chart.chart-bar {
        height: 100%;
        line-height: 50px;
    }
    .info-box-3 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .chart.chart-pie {
        height: 100%;
        line-height: 34px;
    }
    .info-box-3 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .chart.chart-line {
        height: 100%;
        line-height: 40px;
    }
    .info-box-3 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }
    .info-box-3 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-3 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }

    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }

    .info-box-4 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }
    .info-box-4 .icon i {
        color: rgba(0, 0, 0, 0.15);
        font-size: 60px;
    }
    .info-box-4 .chart {
        margin-right: 5px;
    }
    .info-box-4 .chart.chart-bar {
        height: 100%;
        line-height: 50px;
    }
    .info-box-4 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .chart.chart-pie {
        height: 100%;
        line-height: 34px;
    }
    .info-box-4 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .chart.chart-line {
        height: 100%;
        line-height: 40px;
    }
    .info-box-4 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }
    .info-box-4 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-4 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }

    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }

    .info-box-pre{
        padding-left:10px;
        padding-right:10px;
    }


    .bg-cyan {
        background-color: #00BCD4 !important;
        color: #fff;
    }
    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }


.table > .leavesummary  > .td {
    border: 1px solid lightgray !important;
}

.swalSuccess{
    color: #FFF;
    background-color: #a2c03c;
    border-color: #a2c03c;
    text-transform: uppercase;
    font-size: .75rem;
    font-family: "Pontano Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0.3em 0.3em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 0%);
    font-weight: 300;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0em;
    background: initial;
    background-color: #a2c03c;
    color: #fff;
    font-size: 0.75em;
}


    .bg-red {
        background-color: #F44336 !important;
        color: #fff;
    }
    .bg-red .content .text,
    .bg-red .content .number {
        color: #fff !important;
    }
    .bg-pink {
        background-color: #E91E63 !important;
        color: #fff;
    }
    .bg-pink .content .text,
    .bg-pink .content .number {
        color: #fff !important;
    }
    .bg-purple {
        background-color: #9C27B0 !important;
        color: #fff;
    }
    .bg-purple .content .text,
    .bg-purple .content .number {
        color: #fff !important;
    }
    .bg-ff {
        background-color: #193b53 !important;
        color: #fff;
    }
    .bg-ff .content .text,
    .bg-ff .content .number {
        color: #fff !important;
    }
    .bg-ff2 {
        background-color: #a2c03c !important;
        color: #fff;
    }
    .bg-ff2 .content .text,
    .bg-ff2 .content .number {
        color: #fff !important;
    }
    .bg-deep-purple {
        background-color: #673AB7 !important;
        color: #fff;
    }
    .bg-deep-purple .content .text,
    .bg-deep-purple .content .number {
        color: #fff !important;
    }
    .bg-indigo {
        background-color: #3F51B5 !important;
        color: #fff;
    }
    .bg-indigo .content .text,
    .bg-indigo .content .number {
        color: #fff !important;
    }
    .bg-blue {
        background-color: #2196F3 !important;
        color: #fff;
    }
    .bg-blue .content .text,
    .bg-blue .content .number {
        color: #fff !important;
    }
    .bg-light-blue {
        background-color: #03A9F4 !important;
        color: #fff;
    }
    .bg-light-blue .content .text,
    .bg-light-blue .content .number {
        color: #fff !important;
    }
    .bg-cyan {
        background-color: #00BCD4 !important;
        color: #fff;
    }
    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }
    .bg-teal {
        background-color: #009688 !important;
        color: #fff;
    }
    .bg-teal .content .text,
    .bg-teal .content .number {
        color: #fff !important;
    }
    .bg-green {
        background-color: #4CAF50 !important;
        color: #fff;
    }
    .bg-green .content .text,
    .bg-green .content .number {
        color: #fff !important;
    }
    .bg-light-green {
        background-color: #8BC34A !important;
        color: #fff;
    }
    .bg-light-green .content .text,
    .bg-light-green .content .number {
        color: #fff !important;
    }
    .bg-lime {
        background-color: #CDDC39 !important;
        color: #fff;
    }
    .bg-lime .content .text,
    .bg-lime .content .number {
        color: #fff !important;
    }
    .bg-yellow {
        background-color: #ffe821 !important;
        color: #fff;
    }
    .bg-yellow .content .text,
    .bg-yellow .content .number {
        color: #fff !important;
    }
    .bg-amber {
        background-color: #FFC107 !important;
        color: #fff;
    }
    .bg-amber .content .text,
    .bg-amber .content .number {
        color: #fff !important;
    }
    .bg-orange {
        background-color: #FF9800 !important;
        color: #fff;
    }
    .bg-orange .content .text,
    .bg-orange .content .number {
        color: #fff !important;
    }
    .bg-deep-orange {
        background-color: #FF5722 !important;
        color: #fff;
    }
    .bg-deep-orange .content .text,
    .bg-deep-orange .content .number {
        color: #fff !important;
    }
    .bg-brown {
        background-color: #795548 !important;
        color: #fff;
    }
    .bg-brown .content .text,
    .bg-brown .content .number {
        color: #fff !important;
    }
    .bg-grey {
        background-color: #9E9E9E !important;
        color: #fff;
    }
    .bg-grey .content .text,
    .bg-grey .content .number {
        color: #fff !important;
    }
    .bg-blue-grey {
        background-color: #607D8B !important;
        color: #fff;
    }
    .bg-blue-grey .content .text,
    .bg-blue-grey .content .number {
        color: #fff !important;
    }
    .bg-black {
        background-color: #000000 !important;
        color: #fff;
    }
    .bg-black .content .text,
    .bg-black .content .number {
        color: #fff !important;
    }
    .bg-white {
        background-color: #ffffff !important;
        color: #fff;
    }
    .bg-white .content .text,
    .bg-white .content .number {
        color: #fff !important;
    }
    .col-red {
        color: #F44336 !important;
    }
    .col-pink {
        color: #E91E63 !important;
    }
    .col-purple {
        color: #9C27B0 !important;
    }
    .col-deep-purple {
        color: #673AB7 !important;
    }
    .col-indigo {
        color: #3F51B5 !important;
    }
    .col-blue {
        color: #2196F3 !important;
    }
    .col-light-blue {
        color: #03A9F4 !important;
    }
    .col-cyan {
        color: #00BCD4 !important;
    }
    .col-teal {
        color: #009688 !important;
    }
    .col-green {
        color: #4CAF50 !important;
    }
    .col-light-green {
        color: #8BC34A !important;
    }
    .col-lime {
        color: #CDDC39 !important;
    }
    .col-yellow {
        color: #ffe821 !important;
    }
    .col-amber {
        color: #FFC107 !important;
    }
    .col-orange {
        color: #FF9800 !important;
    }
    .col-deep-orange {
        color: #FF5722 !important;
    }
    .col-brown {
        color: #795548 !important;
    }
    .col-grey {
        color: #9E9E9E !important;
    }
    .col-ff {
        color: #193b53 !important;
    }
    .col-ff2 {
        color: #a2c03c !important;
    }
    .col-blue-grey {
        color: #607D8B !important;
    }
    .col-black {
        color: #000000 !important;
    }
    .col-white {
        color: #ffffff !important;
    }
    /* Infobox ===================================== */
    .info-box {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .info-box-container{
        padding-left:10px;
        padding-right:10px;
    }
    
    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 80px;
    }
    .info-box .icon i {
        color: #fff;
        font-size: 50px;
        line-height: 80px;
    }
    .info-box .icon .chart.chart-bar {
        height: 100%;
        line-height: 100px;
    }
    .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box .icon .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }
    .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box .icon .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }
    .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
    }
    .info-box .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }
    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }
    .info-box.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }
    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }
    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }
    .info-box-2 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }
    .info-box-2 .icon i {
        color: #fff;
        font-size: 50px;
        line-height: 80px;
    }
    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }
    .info-box-2 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }
    .info-box-2 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }
    .info-box-2 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }
    .info-box-2 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-2 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }
    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }
    .info-box-2.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }
    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }
    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }
    .info-box-3 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }
    .info-box-3 .icon i {
        color: rgba(0, 0, 0, 0.15);
        font-size: 60px;
    }
    .info-box-3 .chart {
        margin-right: 5px;
    }
    .info-box-3 .chart.chart-bar {
        height: 100%;
        line-height: 50px;
    }
    .info-box-3 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .chart.chart-pie {
        height: 100%;
        line-height: 34px;
    }
    .info-box-3 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .chart.chart-line {
        height: 100%;
        line-height: 40px;
    }
    .info-box-3 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }
    .info-box-3 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-3 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }
    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }
    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }
    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }
    .info-box-4 {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        height: 80px;
        display: flex;
        cursor: default;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }
    .info-box-4 .icon i {
        color: rgba(0, 0, 0, 0.15);
        font-size: 60px;
    }
    .info-box-4 .chart {
        margin-right: 5px;
    }
    .info-box-4 .chart.chart-bar {
        height: 100%;
        line-height: 50px;
    }
    .info-box-4 .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .chart.chart-pie {
        height: 100%;
        line-height: 34px;
    }
    .info-box-4 .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .chart.chart-line {
        height: 100%;
        line-height: 40px;
    }
    .info-box-4 .chart.chart-line canvas {
        vertical-align: baseline !important;
    }
    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }
    .info-box-4 .content .text {
        font-size: 13px;
        margin-top: 11px;
        color: #555;
    }
    .info-box-4 .content .number {
        font-weight: normal;
        font-size: 26px;
        margin-top: -4px;
        color: #555;
    }
    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }
    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }
    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }
    .info-box-pre{
        padding-left:10px;
        padding-right:10px;
    }
    .bg-cyan {
        background-color: #00BCD4 !important;
        color: #fff;
    }
    .bg-cyan .content .text,
    .bg-cyan .content .number {
        color: #fff !important;
    }
