﻿

#ctl00_cphMain_lblShow {
    font-size: 12px;
    color: Red;
}

.form-label1 {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: -19px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.bootstrap-select {
    border-bottom: 0px solid #ddd;
}

.CalendarCSS {
    background-color: #F44336;
    color: Snow;
    border: solid 1px Orange;
}

.ajax__calendar_days {
    left: -7px;
    font-size: 10px;
}

.loadingddl {
    z-index: 10;
    content: "";
    position: absolute;
    left: 11%;
    top: 85%;
    margin: -20px 0 0 -20px;
}

table.dataTable.display tbody tr.selected {
    background-color: #fed839; /*#acbad4*/
}

.dataTables_processing {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.5em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
}

    .dataTables_processing .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        *margin-top: -1px;
        -webkit-overflow-scrolling: touch
    }

.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(202, 31, 31);
    padding: 10px;
}

    .alert-minimalist > [data-notify="icon"] {
        height: 50px;
        margin-right: 12px;
    }

    .alert-minimalist > [data-notify="title"] {
        color: rgb(51, 51, 51);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .alert-minimalist > [data-notify="message"] {
        font-size: 85%;
    }
.clsToUppr
{
    text-transform:uppercase;
}
.clsUserL {
    border: 2px solid white;
    padding-top: 2px !important;
    height: 27px;
    margin-top: 22px !important;
    border-radius: 28px;
}
.dropdownName .dropdown-menu ul.menu .menu-info {
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
}
#cboxLoadingGraphic {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    height: 100%;
}

 