﻿body {
}

.panel-default > .panel-heading {
    color: #33174d!important;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn.active, .btn:active {
    color: #33174d;
    font-weight: bold;
    border: 1px solid;
    box-shadow: none!important;
}

.btn-default {
    color: white!important;
    background-color: #33174d!important;
    border-color: #33174d!important;
    font-weight: bold;
}

.hr {
    border-top: 1px solid #33174d;
    position: relative;
    top: 24px;
}

a:focus, a:hover {
    color: #33174d;
}

.sidebar ul li a.active {
    background-color: #eeeeee!important;
    color: #33174d!important;
}

fieldset {
    padding: 0px!important;
    margin: 0 2px!important;
    border: 2px solid #33174d!important;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
}

.rsTodayCell {
    background: #33174d !important;
}

.RadScheduler_Metro .rsAptIn {
    border: none!important;
    border-top-width: 0px!important;
    background-color: transparent!important;
}

.RadScheduler_Metro .rsHeader {
    border: 1px solid #33174d!important;
    color: #fff;
    background-color: #33174d!important;
}

span#ctl00_ContentPlaceHolder1_RadScheduler1_SelectedDateCalendar_Title {
    color: #33174d!important;
}

.legend {
    list-style: none;
    padding-left: 5px!important;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 3px;
    }
    /* your colors */
    .legend .Today {
        background-color: #33174d;
    }

    .legend .Class {
        background-color: #d9534f;
    }

    .legend .Break {
        background-color: #f0ad4e;
    }

    .legend .Holidays {
        background-color: #5cb85c;
    }


.SlotStyle {
    background-color: #d9534f!important;
}

.Holidays {
    background-color: green!important;
}

.RadScheduler .rsTopWrap {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rgHeader {
    background: #33174d !important;
    color: white !important;
    border-right: 1px solid white !important;
    text-align: center !important;
    border-bottom: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 12px;
    font-family: calibri;
    text-transform: uppercase;
    font-weight: bold!important;
}

.form input {
    border-radius: 0px;
    border-left: 6px solid #33174d;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 12px;
}

.viewapplabel {
    color: #33174d;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.RadUpload_Default .ruButton {
    color: white!important;
    background: #33174d!important;
}

html body .riSingle .riTextBox[type="text"] {
    border-radius: 0px;
    border-left: 6px solid #33174d;
    border-bottom: 0px;
    font-size: 13px;
    box-shadow: inset 0 0 1px #e5e5e5;
    height: 29px;
    padding: 5px;
    padding-bottom: 8px;
    font-family: calibri;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.select {
    border-left: 6px solid #33174d!important;
    padding: 0px!important;
    border-top: 0px!important;
    border-bottom: 0px!important;
    /*background-image:url('../images/dropdown_arrow.png');
    background-repeat:no-repeat;
    background-position: 95%;*/
    border-radius: 0.42rem!important;
    width: 100%!important;
}

.progress-bar {
    background-color: #33174d;
}

#ctl00_ContentPlaceHolder1_alert {
    text-align: center;
    font-size: 24px;
    color: #33174d;
}

table.table.table-bordered th {
    background: #33174d;
    color: white !important;
    border-right: 1px solid white !important;
    text-align: center !important;
    border-bottom: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 12px;
    font-family: calibri;
    text-transform: uppercase;
    font-weight: bold!important;
}

.form input {
    border-radius: 0.42rem;
    border-left: 6px solid #33174d;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 13px;
}

.btn_theme {
    background: linear-gradient(#33174d, #33174d);
    background: -o-linear-gradient(#33174d, #33174d);
    background: -moz-linear-gradient(#33174d, #33174d);
    background: linear-gradient(#33174d, #33174d);
    border-color: #33174d;
    color: white;
    margin-right: 10px;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    border-left: 5px !important;
    min-width: 70px;
    border-radius: 0.42rem;
}
/*Profile Pic*/
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #f8f8f8;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%!important;
    height: 50%!important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #33174d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #33174d;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        margin-right: 5px;
    }

        .profile-userbuttons .btn:last-child {
            margin-right: 0px;
        }

.profile-usermenu {
    margin-top: 30px;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #33174d;
            font-size: 14px;
            font-weight: 400;
        }

.profile-userpic {
    text-align: center;
}

.LogoBoxInner {
    margin-bottom: 11px;
}

.LogoWithoutBox {
    margin-top: 28px;
}

.LogoBoxInner img {
    width: 95%!important;
}

.UserDetails, li.dropdown a:hover {
    color: #33174d!important;
}

.info_bar, .registration_footer .footer-text, .registration_footer .blue_bar {
    background-color: #33174d!important;
}

.edu_select, .sel_priority {
    border-left: 6px solid #33174d!important;
    border-radius: 0.42rem;
}

.lnk-color {
    color: #33174d!important;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #33174d;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    padding: 2px;
}

input[type='checkbox']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #33174d;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    padding: 2px;
}

p.upload.instrunctions {
    color: #33174d!important;
}

html body .riSingle .riTextBox[type="text"] {
    border-radius: 0.42rem;
}
