#loading{
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/loading.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:99999;
}

.radioSelection.error,
.btn-group.error,
.select2-container.error,
.form-control.error{
    border: 1px solid #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.small-img-pre{
    width: 100px;
}
