﻿.btn.multiselect.btn-default::before {
    display: none;
}

.btn.multiselect.btn-default {
    height: 34px;
    text-align: left;
    position: relative;
    border-top-color: #ccc;
}

    .btn.multiselect.btn-default b.caret {
        border: 0;
    }

        .btn.multiselect.btn-default b.caret:before {
            content: "\f078";
            font-family: "FontAwesome";
            font-size: 15px;
            color: #adcb4c;
            position: absolute;
            top: 5px;
            right: 10px;
        }

.multiselect.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.multiselect.dropdown-toggle.btn-default:focus {
    border-color: #fff;
    border-bottom-color: #adcb4c;
    background-color: #fff;
    box-shadow: none;
}

.multiselect.dropdown-toggle.btn-default.active, .multiselect.dropdown-toggle.btn-default:active, .open > .multiselect.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    border-bottom-color: #adcb4c;
}

.input-group-btn .multiselect-clear-filter {
    height: 32px;
    vertical-align: middle;
    border: 0;
    text-align: right;
    width: 100%;
    padding: 6px 0px 6px 6px !important;
}

    .input-group-btn .multiselect-clear-filter:before {
        display: none;
    }

.multiselect-item.filter .input-group-addon {
    border-left: 1px solid #ccc !important;
    border-right: 0 none;
}

.multiselect-item.multiselect-all .checkbox input[type=checkbox], .multiselect-item.multiselect-all .checkbox-inline input[type=checkbox],
.multiselect-item.multiselect-all .radio input[type=radio], .multiselect-item.multiselect-all .radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px\9;
    margin-left: -20px;
    left: 0;
}

.multiselect-item.multiselect-all [type="checkbox"]:not(:checked), .multiselect-item.multiselect-all [type="checkbox"]:checked {
    left: 0;
    position: relative;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    position: relative;
    left: 0;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 30px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    /* opacity: 1; */
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/*Added by Jaydeep*/
.dots, td .dots {
    background: url(../Content/Images/loading.gif) 50% 50% no-repeat;
    display: block;
}

.dots {
    height: 75px;
}

td .dots {
    height: 50px;
    background-size: contain;
}

.border-top {
    border-top: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
}

.border-bottom-red{
    border-bottom: 2px solid red !important;
}

.border-right-red{
    border-right: 2px solid red;
}

.border-bottom {
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
}

.panel-heading {
    /*cursor: pointer;*/
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
    if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../Content/images/loading.gif) center no-repeat #fff;
}
