@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top:1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.label-1 {
    font-size: 28px;
    line-height: 34px;
    color: #0C0C0C;
}

.circle {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid;
}

.complete {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.subHeaderBg {
    background-color: #F5F7FB;
    height: 45px;
    display: flex;
    align-items: center;
}

.mainHeaderBg {
    height: 50px;
    background-color: #00783F;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
}

.mainBody {
    border: 1px solid gray;
    height: auto;
    font-size: 18px;
}

.player-bg {
    background-color: #F1F1F1;
}

.details {
    height: 100%;
    align-items: center;
    display: flex;
}

.col-md-5.p-0.mt-2 {
    width: 50%;
}

.col-md-4 {
    flex: 0 0 22%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 0;
}

.col-md-8 {
    flex: 0 0 75%;
    max-width: 71%;
}

.main-label {
    font-size: 18px;
}

.cursor-pointer{
    cursor: pointer;
}

.sub-label {
    font-size: 16px !important;
}

.btn-width{
    padding: 0.5rem 3rem 0.5rem 3rem;
}

.container-fluid{
    width: 90% !important;
}

.col-md-5.p-0.mt-2.form-group {
    width: auto;
}

.mr-3{
    width: 46.35%;
    margin-right:0;
}

label.font-weight-bold.ml {
    font-size: 18px;
    color: #00783F;
    font-weight: bold !important;
}

label.font-weight-bold.ml-1 {
    font-size: 18px;
}

.ml-1{
    margin-left:0;
}

.ml-2 {
    margin-left: 0;
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.row.mt-3 {
    margin-bottom: 1rem;
}

.mt-4{
    margin-left: -16px;
}


.mr-5{
    margin-right: 1rem!important;
}

p.font-weight-bold {
    font-size: 9px;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid green;
    background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 10px;
    content: " ";
    display: block;
    background: green;
}
.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fff !important;
    border: 1px solid #cacece !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05) !important;
    padding: 8px !important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px !important;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: green !important;
    border: 1px solid #adb8c0 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1) !important;
    color: #99a1a7 !important;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: white;
    font-weight: bold;
}

.loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
           you can alter them as necessary for your use case and as per your preferences 
        */
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 123456;
    /* one way center the loading indicator inside */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-panel-wrapper .loading-panel-overlay {
    background: gray;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.k-combobox .k-dropdown-wrap {
    border-color: #ced4da !important;
    color: #495057 !important;
    background-color: #fff !important;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
    background-color: #fff !important;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-color: #e4e7eb !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-image: none !important;
}

.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: !important;
    background-color: #00783F !important;
}

.k-list .k-item:hover, .k-list .k-item.k-state-hover, .k-list-optionlabel:hover, .k-list-optionlabel.k-state-hover {
    color: #fff !important;
    background-color: #28a745 !important;
}

.k-list .k-item:hover.k-state-selected, .k-list .k-item.k-state-hover.k-state-selected, .k-list-optionlabel:hover.k-state-selected, .k-list-optionlabel.k-state-hover.k-state-selected {
    color: #fff !important;
    background-color: #28a745 !important;
}

.warning-msg {
    background: #f0ad4e;
    border-radius: 8px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}
.speech-bubble {
    position: relative;
    background: #FF0000;
    border-radius: .4em;
    color: white;
    width: 94px;
    height: 21px;
    line-height: 0.5;
    text-align: center;
    /* font-weight: bold; */
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

/*.speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 0.8em solid transparent;
    border-bottom-color: #FF0000;
    border-top: 0;
    border-left: 0;
    margin-left: -0.25em;
    margin-top: -0.8em;
}*/
/*Fix for Main Nav last child position*/