﻿.dr_time {
    width: 104px;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .dr_time th {
        font-size: 12px !important;
    }

.dr_time1 {
    width: 98px;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .dr_time1 th {
        font-size: 12px !important;
    }

.dr_time2 {
    width: 145px;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .dr_time2 th {
        font-size: 12px !important;
    }

.select_date {
    font-size: 11px;
    font-weight: bold !important;
    background-color: #fc6501;
    border-radius: 3px;
    color: #fff !important;
}

.select_date_select {
    font-size: 11px;
    font-weight: bold !important;
    background-color: #fc6501;
    border-radius: 3px;
    color: #fff !important;
}

#pswd_info {
    position: absolute;
    z-index: 1010;
    top: 40px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}
#myEmail .modal-content {
    display: inline-block;
    padding-bottom: 15px;
    min-width: 280px;
}
.btn.focus, .btn:focus, .btn:hover {
    color:#fff !important;
    background-color: #53268e !important;
    border-color: #398439 !important;
}

.add_but{
    /*width:100%;*/
    display:inline-block;
    margin:5px 0px 10px 0px;
    float:right;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    margin: 0px;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}
input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 2px solid #ccc;
    border-radius: 0.25em;
    background: #ffffff;
    vertical-align: bottom;
}
input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #C09;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .registration_forms {
        width: 90%; 
        box-shadow: 0 0 5px #434343;
        border-radius: 0px;
        padding: 0px 0px 20px 0px;
    }
}
#pswd_info ul li{
    list-style:none;
}

#dvmonthcat .brog_date{
    color:#FFFFFF; color:#FFFFFF !important;
}