body{
    overflow-y:auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
    font-family: "Open Sans";
    background:#fff;
}
.top-logo-container{
    text-align: center;
}
.top-logo-container img{
    max-height: 100px;
    width:auto;
}
/***modal***/
.modal-content{
    border: none;
}
.modal-backdrop{
    background-color: rgba(0, 0, 0, 0.5);
}
/**header***/
header{
    background: #fff!important;
    box-shadow: 0 0 1px 1px #C7C7C7;
    min-height: 71px;
}
header .logo{
    max-height: 45px;
}
header a.nav-link {
    font-size: 15px;
    padding-top: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color:#2c3e50!important;
}
header a.nav-link.active,
header a.nav-link:hover{
    color:#373a40!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: #373a40;
}
.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;
    font-weight: bold;
    color:#2c3e50;
    margin: 25px auto 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}
.title span{
    display: inline-block;
    position: relative;
}
.subtitle{
    color: #34495e;
    font-size: 22px;
    margin: 0 auto 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.custom-file-label::after{
    content: "File";
}
@media (max-width: 767px){
    .title{
        font-size: 28px;
    }
}
/***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;
    }
}
/*********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: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: "Open Sans";
    position: relative;
    z-index: 3;
}
footer a{
    color:#ddd;
}
footer a:hover{
    color:#fff;
}
