﻿
.label_bg_trans {
    background-color: rgba(255, 255, 255, 0.00);
}

.trans_alert_info {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
    display: inline-block;
    width: 100%;
}

.checkbox3 label {
    display: block;
    position: relative;
    padding: 11px 0 11px 30px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -20px;
}

.sdft {
    text-align: right;
    float: right;
    display: inline-block;
    padding-right: 5px;
}

.modal-bg-fade {
    background-color: rgba(0,0,0,0.50);
}

.modal-width {
    width: 1000px;
    background-color: white;
    /*
                            padding:auto;
                            margin:auto;
                            text-align:center;
                        */
}

a {
    cursor: pointer;
}

.dayCL {
    width: 13.5%;
    padding: 2px;
    display: inline-block;
    height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table_th_row {
    background-color: #8cb1d2; /*background: url("../images/thead-separator.png") no-repeat top right;*/
}

.table_th {
    padding: 12px 6px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    flex: 1;
}

.table_td_row {
    border-bottom: 1px dotted #C4CBD2; /*padding: 0 1em;*/
}

.table_td {
    vertical-align: middle;
    padding: 6px;
    word-wrap: break-word;
}
