/*@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800&display=swap');*/

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
}

.fixed .content-wrapper {
    padding-top: 0px;
    background-color: #f2f3f4;
}

.contentBlock {
    padding: 20px;
    height: 100vh;
}

.skin-blue .main-sidebar {
    background-color: #5f6a77;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    height: 100%;
}

section.sidebar {
    /*height: calc(100% - 185px);*/
    padding-bottom: 0px;
    overflow: hidden;
    overflow-y: auto;
}

.contentBlockInner {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
}

nav.mobileNav .mobileNavSpan{
    position: absolute;
    top: 5px;
    /*left: 50%;*/
    left: 40%;
    min-width: 70%;
    text-align: center;
    transform: translateX(-50%);
    font-weight: bold;
}

.skin-blue .sidebar-menu > li > a {
    border-left: 0px solid transparent;
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    padding: 10px 5px 10px 15px;
    white-space: normal;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #c94b4f;
    background: #c94b4f;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #c94b4f;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.smfont {
    font-size: 12px;
}

.sidebarBrandBlock {
    font-family: 'Open Sans', sans-serif;
    margin: 10px;
    background-color: #c4c8cd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 0;
}

.sidebarBrandInnerBlock {
    padding: 10px;
}

.sidebarBrandBlock p {
    color: #475463;
}

.bCname {
    margin: 7px 0 0 0;
    font-weight: 700;
}

.bBname {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.btext {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
}


/*----------------------Conent Container-------------------------*/

.contentHeaderBar {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mobileNav {
    height: auto;
    margin-bottom: 0;
    min-height: 1px;
}

.defaultBtn {
    display: inline-block;
    background-color: #c94b4f;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.showMobile {
    display: none;
}

.defaultBtn:hover,
.defaultBtn:focus {
    color: #ffffff;
}

.contentContainer {
    height: calc(100% - 30px);
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .showMobile {
        display: inline-block;
    }
}


/*---------------------------------------------------------------*/

.footerWrap {
    background-color: #c94b4f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
}

.footerWrap p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}


/*loader css*/

.load_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}

.load_div2nd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
}

.process {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 10px;
    position: relative;
}

.sk-circle {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner {
    position: absolute;
    right: -8px;
    top: 36px;
    display: none;
}

.spinner > div {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    display: table-cell;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .contentBlockInner {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: relative;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding-top: 130px;
    }
    nav.mobileNav .mobileNavSpan {
        position: absolute;
        top: 30px;
        left: 50%;
        min-width: 70%;
        text-align: center;
        transform: translateX(-50%);
        font-weight: bold;
    }

}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .contentBlockInner {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: relative;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        padding-top: 60px;
    }
    nav.mobileNav .mobileNavSpan {
        position: absolute;
        top: 5px;
        left: 54%;
        min-width: 70%;
        text-align: center;
        transform: translateX(-50%);
        font-weight: bold;
    }
}
