body{
    overflow-y:auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
    font-family: "Poppins";
    background:#fff;
}
/***modal***/
.modal-content{
    border: none;
}
.modal-backdrop{
    background-color: rgba(0, 0, 0, 0.5);
}
/***page loader***/
#page-loader{
    display: block;
    position: fixed;
    background:#fff;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 1020;
}
body.page-loaded #page-loader{
    display: none;
}
@-webkit-keyframes clockwise {
    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);
    }
}
@-moz-keyframes clockwise {
    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);
    }
}
@-webkit-keyframes counter-clockwise {
    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);
    }
}
@-moz-keyframes counter-clockwise {
    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);
    }
}
.gear-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    width: 180px;
    margin: auto;
}
.gearbox {
    height: 130px;
    width: 180px;
    position: relative;
    border: none;
    overflow: hidden;
}
.gear {
    position: absolute;
    height: 60px;
    width: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.gear.large {
    height: 120px;
    width: 120px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.gear.large:after {
    height: 96px;
    width: 96px;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    margin-left: -48px;
    margin-top: -48px;
}
.gear.one {
    top: 12px;
    left: 10px;
}
.gear.two {
    top: 61px;
    left: 60px;
}
.gear.three {
    top: 12px;
    left: 110px;
}
.gear:after {
    content: "";
    position: absolute;
    height: 36px;
    width: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    z-index: 3;
}
.gear-inner {
    position: relative;
    height: 100%;
    width: 100%;
    background: #0056b3;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.large .gear-inner {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.gear.one .gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}
.gear.two .gear-inner {
    -webkit-animation: clockwise 3s infinite linear;
    -moz-animation: clockwise 3s infinite linear;
}
.gear.three .gear-inner {
    -webkit-animation: counter-clockwise 3s infinite linear;
    -moz-animation: counter-clockwise 3s infinite linear;
}
.gear.four .gear-inner {
    -webkit-animation: counter-clockwise 6s infinite linear;
    -moz-animation: counter-clockwise 6s infinite linear;
}
.gear-inner .bar {
    background: #0056b3;
    height: 16px;
    width: 76px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 50%;
    margin-top: -8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.large .gear-inner .bar {
    margin-left: -68px;
    width: 136px;
}
.gear-inner .bar:nth-child(2) {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.gear-inner .bar:nth-child(3) {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.gear-inner .bar:nth-child(4) {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gear-inner .bar:nth-child(5) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.gear-inner .bar:nth-child(6) {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.break-767{
    display: none;
}
@media (max-width: 767px){
    .break-767{
        display: block;
        margin-top: 10px;
    }    
}
/**header***/
header{
    background: #fff!important;
    border-bottom: 1px solid #dadce0;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);
    min-height: 71px;
}
header .logo{
    max-height: 45px;
}
header a.nav-link {
    font-size: 15px;
    padding-top: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color:#2c3e50!important;
}
header a.nav-link.active,
header a.nav-link:hover{
    color:#0056b3!important
}
header .navbar-collapse{
    flex-grow: inherit;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #fff;
    width: 41px;
    height: 41px;
    border-radius: 20px;
    display: none;
    z-index: 1000;
    border: 1px solid #ccc;
    color: #2c3e50;
    cursor:pointer;
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 10px;
    top: 10px;
    font-size: 19px;
}
#return-to-top:hover {
    background: #2c3e50;
    /*border-color: #2c3e50;*/
    color:#fff;
}
/**main container***/
.container.main{
    padding-top: 20px;
}
/**common**/
a:hover{
    text-decoration: none!important;
}
a:focus{
    outline: none;
}
.badge-custom {
    color: #fff;
    background-color: #2c3e50;
}
.modal button:hover,
.dropdown-menu .dropdown-item:hover{
    cursor: pointer;
}
.dropdown-menu .dropdown-item:active{
    color: #fff!important;
    text-decoration: none;
    background-color: #0056b3;
}
.space10{
    height: 10px;
    width:100%;
}
.space20{
    height: 20px;
    width:100%;
}
.space30{
    height: 30px;
    width:100%;
}
.space40{
    height: 40px;
    width:100%;
}
.space50{
    height: 50px;
    width:100%;
}
.space60{
    height: 60px;
    width:100%;
}
.space70{
    height: 70px;
    width:100%;
}.space80{
    height: 80px;
    width:100%;
}
.space90{
    height: 90px;
    width:100%;
}
.space100{
    height: 100px;
    width:100%;
}
.form-check-input{
    margin-left: 0;
}
.title{
    text-align: center;
    color:#2c3e50;
    margin: 25px auto 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 500;
}
.title span{
    display: inline-block;
    position: relative;
}
.subtitle{
    color: #34495e;
    font-size: 18px;
    font-weight: 500;
    margin: 20px auto;
}
.custom-file-label::after{
    content: "File";
}
@media (max-width: 767px){
    .title{
        font-size: 28px;
        margin-top: 5px; 
    }
}
/***data table***/
#dt-table_filter{
    float: right;
}
#dt-table_info{
    display: none;
}
#dt-table_wrapper{
    padding: 0;
}
@media (max-width: 767px){
    #dt-table_filter{
        float: none;
    }    
}
@media (max-width: 575px){
    .hide-575{
        display: none!important;
    }
}
/****table action*****/
.table-action{
    width: 100%;
    padding: 5px 10px;
    margin: 20px auto;
    border-radius: .25rem;
    box-shadow: 0 0 1px 1px #ccc;
}
.table-action .text a,
.table-action .subtext a{
    /*    color:#f1c40f;*/
}
.table-action .text a:hover,
.table-action .subtext a:hover{
    /*color:#f39c12;*/
}
.table-action table{
    width: 100%;
}
.table-action table td:nth-of-type(2){
    text-align: center;
}
.table-action table td:nth-of-type(2) a{
    float:right;
    margin-right:10px;    
}
.table-action .text{    
    font-size: 20px;
    font-weight: 500;
    margin: 5px auto;
}
.table-action .subtext{
    font-size: 16px;
    font-weight: 500;
    margin: 5px auto;
}
@media (max-width: 767px){
    .table-action table {
        text-align: center;
    } 
    .table-action td {
        display: block;
    }
    .table-action .text {
        font-size: 17px;
        font-weight: 500;
        margin: 5px auto;
    }
    .table-action .subtext {
        font-size: 14px;
        font-weight: normal;
        margin: 5px auto;
    }
    .table-action table td:nth-of-type(2) a {
        float: none;
        margin: 5px auto 10px auto;
    }
}
/****PRISMJS********/
pre[class*="language-"] {
    position: relative;
    margin: 0 auto 20px;
    overflow: visible;
    padding: 0;
    line-height: 0;
}
pre[class*="language-"]:before,
pre[class*="language-"]:after{
    content:none;
}
pre[class*="language-"]>code{
    border-left: 10px solid #0056b3;
    box-shadow: none;
}
pre.code-toolbar > .toolbar{
    opacity: 1;
    border-radius: 0;
    font-size: 18px;    
    right: -2px;
}
pre.code-toolbar > .toolbar a{
    border-radius: 0;
    background: #222;
    color: #fff;
    text-transform: uppercase; 
}
pre.code-toolbar > .toolbar a:hover{
    color: #fff;
}
/*********FORM******/
input[type=checkbox], 
input[type=radio]{
    width: 25px;
    height: 25px;  
    margin-top: -1px;
}
.form-check-label{
    padding-left: 30px;
}
.form-btn{
    cursor: pointer;
}
.form-group .formError{
    display: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #dc3545;
}
.form-group.hasError .formError{
    display: block;
}
.form-group.hasError .custom-file-label,
.form-group.hasError input,
.form-group.hasError textarea{
    border-color: #dc3545;
}
.form-group.hasError input:focus,
.form-group.hasError textarea:focus{
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);  
}
.form-container.ajax-request .ajax-loader{
    display: block!important;
    min-height: 38px;
}
.form-container .ajax-call-action{ 
    min-height: 38px;
}
.form-container.ajax-request .ajax-call-action{
    display: none!important;
    pointer-events: none!important;
    height: 38px;
}
.form-container .ajax-return-message{
    color: #dc3545;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.form-container .ajax-return-message.success{
    color:#007bff;
}
.form-container .form-group.form-g-recaptcha{
    min-height: 78px;
}
/**SWITCH**/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #007bff;
}
input:disabled + .slider {
    background-color: rgba(0,123,255,0.4);    
}
input:focus + .slider {
    /*box-shadow: 0 0 1px #007bff;*/
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/********LOADERS******/
.bouncer {
    margin: 0 auto;
    width: 100px;
    text-align: center;
    padding-top: 10px;
}
.bouncer > div {
    background: #007bff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;   
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;   
    -ms-animation: sk-bouncedelay 1.4s infinite ease-in-out both;   
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.bouncer .bounce1 {
    -webkit-animation-delay: -0.32s;    
    -moz-animation-delay: -0.32s;    
    -ms-animation-delay: -0.32s;    
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bouncer .bounce2 {
    -webkit-animation-delay: -0.16s;    
    -moz-animation-delay: -0.16s;    
    -ms-animation-delay: -0.16s;    
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale3d(0,0,0);                   
        transform: scale3d(0,0,0);        
    }
    40% { 
        -webkit-transform: scale3d(1,1,1);              
        transform: scale3d(1,1,1);    
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale3d(0,0,0);                
        -moz-transform: scale3d(0,0,0);                
        -ms-transform: scale3d(0,0,0);                
        -o-transform: scale3d(0,0,0);        
        transform: scale3d(0,0,0);           
    } 40% { 
        -webkit-transform: scale3d(1,1,1);                
        -moz-transform: scale3d(1,1,1);                
        -ms-transform: scale3d(1,1,1);                
        -o-transform: scale3d(1,1,1);        
        transform: scale3d(1,1,1);    
    }
}
/*******FOOTER****/
footer{
    padding: 100px 10px;
    background: #2c3e50;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    position: relative;
    z-index: 3;
}
footer a{
    color:#ddd;
}
footer a:hover{
    color:#fff;
}
