:root {
    --title-font: Montserrat, "Open Sans", sans-serif;
    --content-font: Raleway, "Open Sans", sans-serif;
}

label {
    font-family: var(--title-font),sans-serif !important;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font),sans-serif !important;
}

/*select {
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 0px !important;
}*/

.field-validation-error
{
    display: block;
    padding: 0.375rem 0rem 0rem;
    margin-top: -1px;
    /*margin-bottom: 1rem;*/
    font-size: 14px;
    font-weight: normal;
    /*font-style: italic;
    background: #f2dede;*/
    color: red; 
    /*border-bottom: 1px solid #ebccd1;
    border-left: 1px solid #ebccd1;
    border-right: 1px solid #ebccd1;*/
    border-top-left-radius:1px;
    border-top-right-radius:1px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.submitLoaderAnimation {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loaderAnimation.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .submitLoaderAnimation {
    display: block;
}

/* For BotDetect*/
.BDC_CaptchaDiv {
    background-color: #ddd;
}

.zmtcss_tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:white;
    border:1px solid #E6E4DF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:0px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.zmtcss_tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.zmtcss_tree li::before, .zmtcss_tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.zmtcss_tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.zmtcss_tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.zmtcss_tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.zmtcss_tree li.parent_li>span {
    cursor:pointer
}
.zmtcss_tree>ul>li::before, .zmtcss_tree>ul>li::after {
    border:0
}
.zmtcss_tree li:last-child::before {
    height:30px
}
.zmtcss_tree li.parent_li>span:hover, .zmtcss_tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}



.backgroundImageFullCenter {
  position: absolute;
  width: 100%;
  height: 100%;
  /*min-height: 695px;*/
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media(min-width:768px) {
    .nonMobileViewHide.languagebarformobile {
        display:none!important;
    }
}
@media (max-width: 767px) {
    .mobileViewMenu {
        color: white!important;
    }
}

@media (min-width: 1200px) {
    .zmt-col-lg-pull-left {
        float:left;
    }
    .zmt-col-lg-pull-right {
        float:right;
    }
    .zmt-col-lg-pull-none {
        float:none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .zmt-col-md-pull-left {
        float:left;
    }
    .zmt-col-md-pull-right {
        float:right;
    }
    .zmt-col-md-pull-none {
        float:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .zmt-col-sm-pull-left {
        float:left;
    }
    .zmt-col-sm-pull-right {
        float:right;
    }
    .zmt-col-sm-pull-none {
        float:none;
    }
}

@media (max-width: 767px) {
    .zmt-col-xs-pull-left {
        float:left;
    }
    .zmt-col-xs-pull-right {
        float:right;
    }
    .zmt-col-xs-pull-none {
        float:none;
    }
}

@media (max-width: 480px){
    .zmt-col-device-pull-left {
        float:left;
    }
    .zmt-col-device-pull-right {
        float:right;
    }
    .zmt-col-device-pull-none {
        float:none;
    }
}

.clickableIconColor {
    color:#666663;
}

.panel-default > .panel-heading {
    border-color: transparent !important;
}



.btn.btn-primary-special {
    background: none;
    color:#19b0a7;
    border: 2px solid #19b0a7;
    border-radius: 0;
    /*margin-top: 16px;*/
}

.btn-primary-special.focus, 
.btn-primary-special:hover {
    color: white;
    background-color: #19b0a7;
    border-color: #19b0a7;
}

.btn.btn-default-special {
    background: #F0F0E9;
    color: #393b3b;
    border: 1px solid #eee;
    border-color: grey;
    border-radius: 0;
    /*margin-top: 16px;*/
}

.btn-default-special.focus, 
.btn-default-special:hover {
    color: white;
    background-color: #19b0a7;
    border-color: #19b0a7;
}

.btn.btn-theme {
    background: var(--main-color);
    color: white;
    border: 1px solid #eee;
    border-color: var(--main-color);
    border-radius: 50px;
    /*margin-top: 16px;*/
}

.btn-theme.focus,
.btn-theme:hover {
    color: var(--main-color);
    background-color: white;
    border-color: var(--main-color);
}

.btn.btn-g2get-normal {
    background: #82ae46;
    color: white;
    border: 1px solid #eee;
    border-color: #82ae46;
    /*margin-top: 16px;*/
}

.btn-g2get-normal.focus,
.btn-g2get-normal:hover {
    color: #82ae46;
    background-color: white;
    border-color: #82ae46;
}

.btn.btn-theme-square {
    background: var(--main-color);
    color: white;
    border: 1px solid #eee;
    border-color: var(--main-color);
    /*margin-top: 16px;*/
}

.btn-theme-square.focus,
.btn-theme-square:hover {
    color: var(--main-color);
    background-color: white;
    border-color: var(--main-color);
}

.btn.btn-default-theme {
    background: white;
    color: var(--main-color);
    border: 1px solid #eee;
    border-color: #ced4da;
    border-radius: 0;
    /*margin-top: 16px;*/
}

.btn-default-theme.focus,
.btn-default-theme:hover {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-default-theme:not(:disabled):not(.disabled):active, .btn-default-theme:not(:disabled):not(.disabled).active,
.show > .btn-default-theme.dropdown-toggle {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn.btn-radioButton-theme {
    background: white;
    color: grey;
    border: 1px solid #eee;
    border-color: #ced4da;
    border-radius: 0;
    font-weight:100;
    /*margin-top: 16px;*/
}

.btn-radioButton-theme.focus,
.btn-radioButton-theme:hover {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-radioButton-theme:not(:disabled):not(.disabled):active, .btn-radioButton-theme:not(:disabled):not(.disabled).active,
.show > .btn-radioButton-theme.dropdown-toggle {
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: 900;
}

.btn.btn-DarkKhaki-static {
    background: #F0F0E9;
    color:#696763;
    border: 1px solid lightgrey;
    border-radius: 0;
    /*margin-top: 16px;*/
}

.label-beige {
    background-color: #F0F0E9;
    color:#696763;
    border: 1px solid lightgrey;
}
a.label-beige:focus, a.label-beige:hover {
    color:#696763;
    text-decoration: none;
    cursor: pointer;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

@media (max-width: 767px) {
    .zmt-form-group-xs {
        margin-bottom: 20px;
    }
}

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /*margin-left: 4px;*/
}


.bigTitleUnderline {
}

    .bigTitleUnderline::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .bigTitleUnderline::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #f78f1e;
        bottom: 0;
        left: calc(50% - 20px);
    }

.bigTitleUnderline_left::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    right: 0;
    background: #555;
}

.bigTitleUnderline_left {
    padding-bottom: 12px;
    position: relative;
}

    .bigTitleUnderline_left::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: var(--main-color);
        width: 60px;
    }



/*-------------------- Ajax Loader ------------------- */


#preloader_ajax {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #000;
    display: flex;
    background-color: rgba(0,0,0,0.5);
}

.loader_ajax {
    margin: auto;
    height: 100px;
    width: 100px;
    position: relative;
}

@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
    border: 6px solid var(--main-color);
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}

    .timer-loader:not(:required)::before {
        -moz-animation: timer-loader 1250ms infinite linear;
        -webkit-animation: timer-loader 1250ms infinite linear;
        animation: timer-loader 1250ms infinite linear;
        -moz-transform-origin: 3px 3px;
        -ms-transform-origin: 3px 3px;
        -webkit-transform-origin: 3px 3px;
        transform-origin: 3px 3px;
        background: white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 19.2px;
        left: 15px;
        top: 15px;
    }

    .timer-loader:not(:required)::after {
        -moz-animation: timer-loader 15000ms infinite linear;
        -webkit-animation: timer-loader 15000ms infinite linear;
        animation: timer-loader 15000ms infinite linear;
        -moz-transform-origin: 3px 3px;
        -ms-transform-origin: 3px 3px;
        -webkit-transform-origin: 3px 3px;
        transform-origin: 3px 3px;
        background: white;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 16px;
        left: 15px;
        top: 15px;
    }

    .form-control {
        color: lightslategrey;
        font-size:inherit;
        /*border-radius: 0px !important;*/
    }

    select.form-control-theme:focus{
        border-color: transparent !important;
        box-shadow: none !important;

        color: white;
        background-color: var(--main-color);
        font-weight: bold;
    }

    select.form-control-theme {
        color: white;
        background-color: var(--main-color);
        font-weight: bold;
    }

    select.form-control-theme option {
        color: lightslategray;
        background-color: white;
    }

    input.form-control-theme {
        color: var(--main-color);
        font-weight: 900;
        font-family: var(--title-font),sans-serif !important;
    }

    input.form-control-theme:focus {
        color: var(--main-color);
        font-weight: 900;
        border: 1px solid #ced4da;
        box-shadow: 0 0 0 0.2rem var(--main-color-opacity60);
    }

/*Card Theme --- START*/

.card-theme {
    border: none;
    background-color:transparent !important;
}

    .card-theme .card-header {
        background-color: transparent;
        border-bottom: solid 4px var(--main-color);
        color: black;
        padding: 0px;
    }

        .card-theme .card-header .card-header-title-theme {
            background-color: var(--main-color);
            color: white;
            padding-top: 9px;
            padding-bottom: 5px;
            padding-left: 20px;
            padding-right: 20px;
            display: inline-block;
            border-top-right-radius: 20px;
            border-top-left-radius: 3px;
            font-weight: bold;
        }

        .card-theme .card-header:after {
            content: "";
            /* height: 20px; */
            /* width: 20px; */
            font-size: 0px;
            border-width: 17px;
            border-style: solid;
            position: relative;
            margin-right: 0px;
            top: -5px;
            left: -11px;
            border-color: transparent transparent var(--main-color) var(--main-color);
        }

        .card-header-underline-theme {
            background-color: var(--main-color);
            height: 2px;
            border-bottom-left-radius: 3px;
        }

        .card-body-theme{
            margin-bottom: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            background-color:white;
        }

/*Card Theme --- END*/


/*Infobox --- START*/
.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 .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%;
    }

/*Infobox --- END*/


/*ADMINBSB others css --- START*/
.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-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;
    }
/*ADMINBSB others css --- END*/


/*-------------------- END Ajax Loader ------------------- */