.loading{
    -moz-opacity: .80;
    -webkit-opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.80;
    backgroundColor: '#000';

    filter: alpha(opacity=80);
    background: #fff url("../img/preloader.gif") center center no-repeat;

    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:9999;
}

.error-message{
    color: #FF0000;
    font-size: 12px;
    padding: 3px 2px;
}

.error{
    color: #FF0000;
    padding: 10px 0px;
}




.select2-selection{
    height: 39px !important;
}
.select2-selection__rendered{
    line-height: 39px !important;
}
.select2-selection__arrow{
    height: 37px !important;
}

.dataTables_processing{
    z-index: 1;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container{
    color: #888da8;
}
.select2-container--default .select2-selection--single:focus{
    outline: 0 none;
    box-shadow: none;
    border-color: #3daef3;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid #3daef3;
}
.select2-dropdown{
    border: 1px solid #3daef3;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e6ecf5;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-search__field{
    border:1px solid #e6ecf5;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.user-profile {
	line-height: 65px;
	margin-right: 10px;
}



.thumb-img {
	height: auto !important;
	width: 53px !important;
}

.list-info .info {
    padding-left: 65px;
    height: auto;
    position: relative;
}



