﻿/* --------------------------------------------  */
/* Layout  */
/* --------------------------------------------  */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    line-height: 1.4em;
}

.layout-correction.top-buffer {
    margin-top: 100px;
}

.layout-correction.bottom-buffer {
    margin-top: 80px;
}

.navbar {
    background-color: white;
}

.navbar-box-shadow {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid black;
    background-color: rgba(0, 0, 0, 0.3);
}

.footer .main-footer {
    padding-top: 5px;
}

    .footer .main-footer a {
        color: black;
    }

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.bg-primaryColor {
    background-color: #1E90FF!important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.form-group label:not(.btn){
    font-weight: 600;
    margin-bottom: .2rem;
    width: 100%;
}

.form-group span.form-label {
    font-weight: 600;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.input-error {
    border:1px solid red;
}

.message-error {
    color: red;
}

.landingPanel .header {
    background-color: lightblue;
    /*border-radius: 5px;*/
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    padding: 5px; 
    padding-left: 10px;
    display: block;
}

.control-bundle {
    padding: 15px;
    background-color: #f8f8f8;
}

    .control-bundle .k-state-hover {
        background-color: aliceblue;
    }

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
    max-height: 150px;
    max-height: 300px;
}

.k-upload .k-dropzone {
    background-color: #64b5f6;
}

.k-upload .k-dropzone .k-dropzone-hint, .k-upload .k-dropzone .k-upload-status {
    color: black;
}

.k-dropdown .k-dropdown-wrap{
background-color: #fff;
}

#tabstrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

    #tabstrip h2 span {
        background: none;
        padding-left: 5px;
        font-size: .3em;
        vertical-align: top;
    }

#tabstrip p {
    margin: 0;
    padding: 0;
}

#uploadGridControl a.docLink {
    color: #0072bc;
}

.main_processing_layout .stepSection li a {
    color: black;
}

.main_processing_layout .stepSection li.complete a {
    color: forestgreen;
    font-weight: 600;
}


div.containerHeader span:first-child {
    font-weight: 600;
}

.k-dialog.k-alert .k-dialog-titlebar {
    background-color: lightskyblue;
    color: white;
}

.k-dialog.k-alert .k-button {
    background-color: lightgray;
    color: white;
}

.k-window-title {
   font-weight: 500;
}

.k-window-content .ao-window-body {
    border-bottom: 1px solid #dee2e6;
}

div.k-grid-norecords {
    /*padding-top: 10px;*/
    padding-left: 5px;
    align-items: baseline;
}

li.k-state-disabled {
    font-weight: 600;
    color: darkgrey;
    /*margin-left: 5px;*/
}

.k-widget.k-stepper .k-step-label .k-step-text {
    overflow: unset;
}

.k-list-optionlabel 
{
    font-weight: 500;
    border-bottom: 1px solid #efefef;
}

#toast-container * {
    border-radius: 10px !important;
    opacity: 0.95 !important;
}

.toastr-full-width {
    max-width: 100%;
}

p.page-description {
    font-weight: 500;
    margin-top:5px;
}

[data-user-initial]:before {
    content: attr(data-user-initial);
    display: inline-block;
    border-radius: 50%;
    background: darkblue;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.2em;
}

.consent-checkbox-section .checkbox-align {
    margin-top: 20px;
    margin-left: 20px;
}

.consent-checkbox-section input {
    float: left;
    margin-top: 5px;
}

.consent-checkbox-section label {
    margin-top: -5px;
    margin-left: 25px;
    display: block;
}

.pointer {
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
}

/* Style our Schedule Verbiage Tooltip*/
.k-tooltip[id^='s_d_l'], .k-tooltip[id^='s_e_l'] {
    width: 50rem;
    color: black;
    background-color: white;
    border: 1px solid darkgray;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

div.k-header-lightblue.k-grid .k-grid-header {
    background-color: lightblue;
    font-weight: 500;
}

div.k-header-sm.k-grid table {
    line-height: 10px;
}

.requiredField {
    color: red;
}

.claims_ratio_exceeded_message {
    font-size: 125%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.main-container {
    margin-top: 75px;
    padding-bottom: 10px;
}

.text-center {
    text-align: center;
}

.top-div-slight-padding {
    padding-top: 25px;
}



/* Access Denied Page */

.denied-info-div {
    margin-top: 100px;
}

.denied-header {
    color: darkred;
    font-weight: bold;
}

.denied-info {
    margin: 20px 0px;
    font-size: 20px;
}

.denied-info-section {
    padding: 8px 2px;
}

/* End Access Denied Page */


.text-with-line {
    position: relative;
    padding-bottom: 10px; 
    margin-bottom: 5px;
}

.text-with-line::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
    right: 0 !important;
}


/* Kendo disabled look */
span.k-numerictextbox.k-disabled {
    background-color: var(--bs-secondary-bg) !important;
}