/* Your custom css code goes here */
.field-validation-error {
    color: red;
}

.navbar-login {
    width: 305px;
    padding: 15px;
    /* margin-top: -6px; */
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    word-wrap: break-word;
    text-align:center;
    font-family:'Segoe UI';
}

.navbar-login-session {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: -10px;
    border-top: 2px solid #000;
}

    .navbar-login-session .btn-default {
        color: #666;
    }

.user-icon-sm {
    background: #CCC;
    border-radius: 100%;
    width: 24px;
    height: 23px;
    margin-top: -5px;
    margin-right: 3px;
}

.user-icon-md {
    background: #CCC;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 5px solid rgba(255,255,255,0.8);
}

    .user-icon-sm img, .user-icon-md img {
        width: auto;
        height: 100%;
    }

.dropDownUser {
    margin: 25px 0px 5px 0px;
}

.custom-nav > li > a:focus, .custom-nav > li > a:hover, .custom-nav .open > a, .custom-nav .open > a:focus, .custom-nav .open > a:hover {
    background: #2b3985 !important;
    color: #FFF !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #ABD0BC;
}

.timepicker-picker > table
{
    margin-left : 90px !important;
}
