/*html {
    font-size: 14px;
}*/
html,
body {
    height: 100%;
}

@media (min-width: 768px) {
    html {
        /*font-size: 16px;*/
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.txt-upper {
    text-transform: uppercase;
}

.grid-container {
    width: 1024px;
    padding: 2em;
}

.grid-bold-blue {
    font-weight: bold;
    color: #0277BD;
}

.health-claim__file-border {
    /*border: 1px dashed #CCCCCC;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 30px 20px 0px
}


.health-claim__fileicon {
    display: block;
    float: left;
}

.health-claim__closeicon {
    /*    display: block;
    float: right;
    cursor:pointer;
    text-align:right;*/
    position: absolute;
    display: block;
    float: right;
    cursor: pointer;
    text-align: right;
    right: 10px;
}

.health-claim__filename {
    display: block;
    float: left;
    padding-left: 10px;
    display: block;
    /*overflow: hidden;*/
    /*font-size: 16px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-claim__filename {
    display: block;
    float: left;
    padding-left: 10px;
    display: block;
    /*overflow: hidden;*/
    /*font-size: 14px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-claim__filesize {
    /*font-size: 12px;*/
}

.health-claim__filesize {
    /*font-size: 8px;*/
}

.health-claim__file-group {
    padding-left: 50px
}



.table-border {
    padding-top: 20px;
    border: solid 1px #00006d;
}

.heading {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.grid-center {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

    .grid-center > div {
        text-align: center;
    }

.upload-icon-size {
    font-size: 30px;
}



.upload-container {
    position: relative;
}

    .upload-container div {
        /* border: 1px solid #92b0b3; */
        background: #f1f1f1;
        outline: 2px dashed #92b0b3;
        /* outline-offset: -10px; */
        padding: 20px 20px 20px 20px;
        text-align: center !important;
        width: 100%;
    }

        .upload-container div:hover {
            background: #ddd;
        }

    .upload-container:before {
        position: absolute;
        bottom: 50px;
        left: 50px;
        color: #3f8188;
        /*content: " (or) Drag and Drop files to upload. ";*/
        font-weight: 900;
    }

.upload-btn {
    margin-left: 300px;
    padding: 7px 20px;
}


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.input-group .form-control.addon-inline {
    border-right: none;
    padding-right: 5px;
}

.text-label {
    line-height: 2;
    padding: 0.375rem .75rem;
}




.box {
    border-color: gray;
}

.rcorners {
    border-radius: 25px;
    /* background: #73AD21; */
    width: 60%;
    height: 20px;
    margin: 0;
}

.space-align-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.status-box div.status {
    padding-top: 5px;
    min-height: 45px;
    padding-bottom: 0px;
}

.status-box div.total {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 3px;
}

.status-box > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.status-box {
    min-height: 100px;
    min-width: 100px;
    max-width: 150px;
    max-height: 150px;
    border: 1px solid #c4c4c4;
    padding-top: 10px;
    margin: 5px;
    font-size: 12px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}

.chart-box {
    min-height: 150px;
    min-width: 150px;
    max-width: 250px;
    max-height: 250px;
}


.status-box > div > p {
    padding-bottom: 15px;
}

.status-box > div.divider {
    margin: 0px;
}

.chart-box {
    min-width: 110px;
}

.pin {
    list-style: none;
    display: flex;
    flex-direction: row;
}

    .pin > input {
        margin-right: .5rem;
        margin-left: .5rem;
        text-align: center;
    }

        .pin > input:first-child {
            margin-left: 0;
        }

        .pin > input:last-child {
            margin-right: 0;
        }

.baseline-container {
    display: flex
}

    .baseline-container > input {
        align-self: flex-end
    }

.pin-input {
    width: 50px
}

.dropzone .dz-preview .dz-image > img {
    width: 100%;
    height: 100%;
}

.btn-toggle {
    /*border-radius: 15px !important;*/
    border: 1px solid;
    margin: 10px;
}

.btn-toggle-left {
    /*border-radius: 15px 0px 0px 15px !important;*/
}

.btn-toggle-right {
    /*border-radius: 0px 15px 15px 0px !important;*/
}

input.pin-input {
    width: 50px;
}

[required]:after {
    color: red;
    content: " *";
}

.divider-status {
    border: 1px solid #c4c4c4;
    width: 100%
}

.page-list > div > button.btn-secondary {
    color: #00008f;
    border-color: #00008f;
    background-color: #fff;
}

.login-header {
    text-align: center;
    font-size: 24px;
}

.forget-password {
    text-align: center;
    font-size: 12px;
}

.login {
    min-width: 480px !important;
    max-width: 480px !important;
}

.button-signup {
    min-width: 150px !important;
    max-width: 150px !important;
}

.login-border {
    border: 1px solid #00008f;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.input-group.date .add-on i {
    cursor: pointer;
}

.content-frame {
    background-color: #FFFFFF;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.content-frame-getquote, .content-frame-lead, .content-frame-information, .content-frame-confirm, .content-frame-completed {
    padding: 50px 80px 50px 80px;
    margin: 25px auto 25px auto;
    width: 920px;
}

.content-frame {
    background-color: #FFFFFF;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.content-frame-getquote, .content-frame-lead, .content-frame-information, .content-frame-confirm, .content-frame-completed {
    padding: 50px 80px 50px 80px;
    margin: 25px auto 25px auto;
    width: 920px;
}

.completed-email {
    color: #00ADC6;
    font-weight: bold;
}

.completed-contact {
    color: #0000cc;
    font-weight: bold;
}

.content-frame-plan {
    padding: 30px 70px 50px 70px;
    margin: 25px auto 25px auto;
    width: 1106px;
}

.content-bar-info {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 35px;
}

    .content-bar-info .icon {
        margin-top: -15px;
    }

    .content-bar-info span {
        margin-left: 20px;
        font-size: 30px;
        color: rgb(0, 0, 143);
        font-weight: 700;
    }

    .content-bar-info.border-bottom {
        border-bottom: thin solid #dddcdc;
        padding-bottom: 10px;
    }

.dz-details {
    cursor: pointer !important;
}

#divLoading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}

.text-center {
    width: 100%;
    position: relative;
    height: 100%;
}

.spinner-border {
    display: block;
    position: fixed;
    top: calc(50% - (58px / 2));
    right: calc(50% - (58px / 2));
    color: red;
}

.menu-active {
    color: #fff !important;
}

.nav-link {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
}

.button-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.info-alert {
    background-color: #ebebeb !important;
    border-left: 5px solid #6c6c6c !important;
}

.danger-alert {
    background-color: #f7a7a3 !important;
    border-left: 5px solid #8f130c !important;
}

.alert {
    width: 50% !important;
    margin: 5px auto !important;
    padding: 15px !important;
    /*position: fixed !important;*/
    border-radius: 5px !important;
    /*box-shadow: 0 0 15px 5px #ccc !important;*/
}

    .alert h3 {
        margin-top: 8px;
    }

.toast-close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    border-width: 1px;
    /*border-style: solid;*/
    border-radius: 50%;
    right: 15px;
    top: 10px;
    text-align: center;
    font-size: 1.6em;
    cursor: pointer;
}

td.comment {
    width: 300px;
}
    td.comment > div {
        width: 30vw;
    }
@media screen and (max-width: 2000px) {

    td.comment > div {
        width: 50vw;
    }
}
        td.comment > div > div {
            word-wrap: break-word;
        }

.dashboard > thead > tr > th {
    text-align: center !important;
}

.error-page__icon {
    display: block;
    width: 30%;
    max-width: 100px;
    margin: 0 auto 30px;
}

.error-page__title {
    color: #233880;
    font-weight: 600;
    margin: 0 0 10px;
}

    .error-page__title:lang(th) {
        font-size: 28px;
        line-height: 1.1;
    }

    .error-page__title:lang(en) {
        font-size: 22px;
        line-height: 1.42857143;
    }

.error-page__detail {
}
.col-assstatus {
    min-width:150px;
}
.grid-bg-warning {
    background-color: #f77987;
}
.menu-heading {
    min-width: 220px;
    text-align: center;
}
