﻿.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.well {
    background-color: white;
}

.dataTable #hdnDate {
    display: none;
}

.panel-info > .panel-heading {
    color: black;
    background-color: #F5F6FA;
    border-color: #F5F6FA;
}

/* Grid Summary */
.grid-header {    
    background-color: #1E3447 !important;
    color: white;
    /*font-size: 14px !important;*/
}

.label-txn {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal !important;
}

.label-txnhead {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal !important;
    font-size: 20px;
}

.label-txnsubhead {
    display: inline-block;
    margin: 5px 0px 5px 0px;
    font-weight: normal !important;
    font-size: 16px;
}

.bg-gradient-primary {
    background-color: #b5f2ff;
    /*  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#b5f2ff),to(#b5f2ff));
    background-image: linear-gradient(180deg,#b5f2ff 10%,#b5f2ff 100%);
    background-size: cover;*/
    background-image: url('../../Content/Images/leftMenu.JPG') !important;
}
.sidebar-dark .sidebar-brand {
    color: #000;
}
.sidebar-dark .nav-item .nav-link {
    color: #000;
}
.sidebar-dark #sidebarToggle {
    background-color: #ffd3bb !important;
}

.sidebar-dark hr.sidebar-divider {
     border-top: 1px solid rgba(255,255,255,.15); 
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #000 !important;
}
.btn-primary {
    color: white !important;
  
    background-color: #3B86FF !important;
    border-color: #3B86FF !important;
    border-radius: 4px;
    opacity: 1;
    width: 155px;
  
}

.btn-primary-session {
    color: white !important;
  
    background-color: #3B86FF !important;
    border-color: #3B86FF !important;
    border-radius: 4px;
    opacity: 1;
    width: 172px;
  
}

.btn-primary-sign {
    color: white !important;
  
    background-color: #3B86FF !important;
    border-color: #3B86FF !important;
    border-radius: 4px;
    opacity: 1;   
  
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
     
        background-color: #3B86FF !important;
        border-color: #3B86FF !important;
        border-radius: 4px;
        opacity: 1;
        border-color: #0554f2 !important;
        width: 155px;
       
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #3B86FF !important;
        border-color: #3B86FF !important;
        border-radius: 4px;
        opacity: 1;
        border-color: #0554f2 !important;
        width: 155px;
        
    }

.btn-default {
    opacity: 1;
    width: 155px;
    
}

.btn-default:hover, .btn-default:active, .btn-default:visited {
    opacity: 1;
    width: 155px;
    
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    opacity: 1;
    width: 155px;
    
}




.nav-tabs .nav-link.active {
    /*font-weight: bold;*/
    background-color: transparent;
    border-bottom: 3px solid #649FFB;
    border-right: none;
    border-left: none;
    border-top: none;
}

.lightgray {
    /*background-color: #e4e5e6;*/
    background-color: #F7F8FA;
}

.SummaryLink {
    text-decoration: underline;
    color: #4e73df;
    cursor: pointer;
}

.txtContextBold {
    font-weight: bold;
}


.btn-previous {
    color: #ffffff;
    background-color: #9499a2;
    border-color: #9499a2;
}

    .btn-previous:hover,
    .btn-previous:focus,
    .btn-previous:active,
    .btn-previous.active,
    .open .dropdown-toggle.btn-previous {
        color: #ffffff;
        background-color: #83878e;
        border-color: #83878e;
    }

    .btn-previous:active,
    .btn-previous.active,
    .open .dropdown-toggle.btn-previous {
        background-image: none;
    }

    .btn-previous.disabled,
    .btn-previous[disabled],
    fieldset[disabled] .btn-previous,
    .btn-previous.disabled:hover,
    .btn-previous[disabled]:hover,
    fieldset[disabled] .btn-previous:hover,
    .btn-previous.disabled:focus,
    .btn-previous[disabled]:focus,
    fieldset[disabled] .btn-previous:focus,
    .btn-previous.disabled:active,
    .btn-previous[disabled]:active,
    fieldset[disabled] .btn-previous:active,
    .btn-previous.disabled.active,
    .btn-previous[disabled].active,
    fieldset[disabled] .btn-previous.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.more-less {
    float: right;
    color: white;
    font-size: 10px;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.table > tbody > tr.odd {
    background-color: #FFF !important;
}
.table > tbody > tr.even {

    background-color: #D9EDF7 !important;
}
.ui-widget-content a {
    color: #4e73df !important;
    
}
#wrapper #content-wrapper {
    background-color: #fff !important;
}

input[type="checkbox"] {
    transform: scale(1.5, 1.5) !important;
}

.starcontent
{
    color:#FFD300;
    font-size:16pt;

}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 2vw;
        color: #FFD600;
        cursor: pointer
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }


     .summaryrating > label {
       
         font-size: 1.2vw;
       
    }

     .card-header {
    padding: .45rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: #1E4C80 !important;
    border-bottom: 1px solid #e3e6f0 !important;
    color: #fff !important;
    font-size:12pt !important;
}

     .sidebar-dark .nav-item.active .nav-link {
    color: black !important;     
}

     @media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        content: none !important;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        content: none !important;
    }
}