.clearfix{
    clear:both;
}
#ajax-spinner {
    background: transparent url('../../images/loader.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 1010;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    top: 0;
    left:0;
    /* filter:alpha(opacity=60);*/
    opacity:0.6;
    overflow: auto;
}

.black_overlay{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001 !important;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}
.outer .middle .content .white_content {
    position: relative;
    padding: 16px;
    background-color: white;
    z-index:1004 !important;
    max-height:100%;
    max-width:100%;
    overflow: auto !important;
}
.outer .middle .content .white_content.under::-webkit-scrollbar{
    -webkit-appearance: none;
    z-index:1002;
}

.outer{
    table-layout: fixed;
    display: table;
    position:fixed;
    top: 0%;
    left: 0%;
    width:100%;
    height: 100%;
    z-index: 1002;
}
.outer .middle {
    width:100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.outer .middle .content {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    max-height:100%;
    max-width:100%;
    display: inline-block;
    text-align: left;
    z-index: 1004;

}
.outer .middle .content .close_popup{
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    position:relative;
    z-index:1003 !important;
}

#overlay{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, 0.2);
    z-index: 10;
    top: 0;
    left: 0;
    overflow: auto;
}
.badge-error {
    background-color: #b94a48;
}
.badge-error:hover {
    background-color: #953b39;
}
.badge-warning {
    background-color: #f89406;
}
.badge-warning:hover {
    background-color: #c67605;
}
.badge-success {
    background-color: #468847;
}
.badge-success:hover {
    background-color: #356635;
}
.badge-info {
    background-color: #3a87ad;
}
.badge-info:hover {
    background-color: #2d6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch.pull-left {
    margin-right:10px;
    margin-bottom: 10px;
}
.group:after{
    content: "";
    display: table;
    clear: both;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
    top: -5px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/************ MULTI-LEVEL DROPDOWN BOOTSTRAP MENU *********/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.hidden{
    display:none;
}