body{

}
.btn{
    /*border-radius: 20px;*/
}
.text-red{
    color:#d33333
}
.card-footer{
    padding: .75rem 1.25rem;
    /*background-color: #D8DFE9;*/
    border-top: 0 solid rgba(0,0,0,.125);
}
.image-preview-inline{
    height: 50px;
    width: 50px;
}
.mr-10{
    margin-right: 10px;
}
.mt-10{
    margin-top: 10px;
}
.required{
    /*margin-top: 2px;*/ 
}
.required:after {
    display:inline;
    content:" *";
    color: red;
    vertical-align:middle;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
#pageloader
{
    background: rgba( 255, 255, 255, 0.8);
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loading{
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	margin:0 auto;
	text-align:center;
}
#loading i
{
    top: -30%;
	position:relative;
}

#pageloader i
{
    left: 45%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
}
.fa-spinner{
    z-index: 9999;
    position: fixed;
    -webkit-transform: translateZ(0);
}
.hidden{
    display: none
}
@media only screen and (min-width: 250px) and (max-width: 1800px) {
    div.dataTables_wrapper div.dataTables_filter input{
        width: 79%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #DataTables_Table_0_wrapper{
        width: 100%;
        /*overflow-x: hidden;*/
    }
}
@media only screen and (min-width: 250px) and (max-width: 1100px) {
    div.dataTables_wrapper div.dataTables_length select {
        margin-top: 11px;
    }

    #DataTables_Table_0_wrapper{
        width: 100%;
        overflow-x: scroll;
    }
}
@media screen and (max-width: 767px)
{
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        float: left;
    }
}

.switch_user_link{
    text-align:right;
    right:0;
    position:fixed;
    padding:5px 5px 5px 5px;
    display:block;
    background:#FFFFFF;
}
.switch_user_link a,.switch_user_link a:hover{
    text-decoration:none;
}
.profile-label{
    font-size: 14px;
    margin-bottom: 5px;
	color:#535568;
}

.btn-light {
    color: #71738d;
    background-color: #f0f0f8;
    border-color: #f0f0f8;
}

.btn-light:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}

.btn-light.focus,
.btn-light:focus {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
    box-shadow: 0 0 0 1px rgb(215, 215, 223);
}

.exclude input{
	display:none !important;
}

.activeRedCell{
	background:#FF4646 !important;
	color:#FFFFFF !important;
}