﻿/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    text-align: left !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*.collapse:not(.show) {
    display: block !important;
}*/
.stentry_label {
    width: 92%;
    text-align: center;
    display: none;
}

.do-scroll {
    max-height: 300px;
    overflow-x: hidden;
}

.ui-timepicker-standard {
    z-index: 9999999999999999999 !important;
}

.td_readonly {
    background-color: #ccc;
}

.mb5 {
    margin-bottom: 5px;
}

input[readonly].notgrayreadonly, input[readonly].notgrayreadonly:focus {
    background-color: transparent;
    text-align: right;
    box-shadow: none !important;
    border-color: none !important;
}

.disabled-btn {
    opacity: .45;
}

/*.modal-dialog{ max-width:100%;}*/
.input-group-prepend > .input-group-text {
    min-width: 200px;
}

.control-label {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.statecitypre-block {
    margin-top: -18px;
    display: inline-block;
    float: left;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #007bff;
    text-decoration: underline;
}

.btn-tiny2 {
    font-size: 13px;
    margin: 0px;
    padding: 2px;
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
}

#toprightbar-navbar-collapse > ul > li {
    float: left;
    list-style: none;
}

#toprightbar-navbar-collapse ul li {
    list-style: none;
}

.notificaitonbtn button {
    margin-left: 0px;
    margin-right: 6px;
    background-color: transparent !important;
    outline: none;
    border: none;
}

#toprightbar-navbar-collapse > ul > li .dropdown-toggle::after {
    display: none;
}

.menu-icons-sm {
    width: 15px;
}

.notificaitonbtn > ul > li a {
    list-style: none;
    color: #1273ff;
    color: #212529;
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

.notificaitonbtn > ul > li:last-child {
    border-bottom: none;
}

#toprightbar-navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute !important;
    right: 0px !important;
    left: initial !important;
}

.notificationlst li {
    list-style: none;
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 10px;
    padding-right: 0px;
}

    .notificationlst li a {
        font-size: 14px;
        color: #212529;
        display: inline-block;
        padding: 0 14px;
    }

@media(max-width:768px) {
    .notificaitonbtn {
        margin-left: 10px;
    }

        .notificaitonbtn .dropdown-menu {
            background-color: #FFF !important;
            max-width: 96% !important;
        }

        .notificaitonbtn button {
            margin-top: 0px !important;
            height: 10px !important;
        }

    .dropdown-menu > li {
        width: 95%;
    }

    .notificaitonbtn button span {
        display: inline !important;
    }
}

.card-js .expiry-month {
    width: 50% !important;
    padding-left: 25% !important;
}

.card-js .expiry-year {
    width: 50% !important;
    padding-left: 25% !important;
}
.list-group-item.active .text-muted{ color:#FFF !important}