﻿.container {
    margin: 0 auto;
    max-width: unset !important;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    background-color: white;
    color: #1E928F;
    position: fixed;
    width: 100%;
    /* Above page content incl. the sticky requisition panel (z-index:100) so the Settings nav
       dropdown isn't covered by it; still below the popup backdrop (1040) so modals cover the nav. */
    z-index: 1000;
}
.search-group {
    top: 25px;
    position: fixed;
    right: 13px;
    z-index:9999;
    margin-right: 6rem;
}

header td a {
    font-family: 'Comfortaa', Arial,sans-serif;
    font-size: 17px;
    margin-top: 3px;
    text-decoration: none !important;
    font-weight: 400 !important;
    letter-spacing: .4px;
    cursor: pointer;
    color: #2C91FF !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-shadow: none;
}

.diagnosis-collapsible .ui-collapsible-content, .gross-desc-wrapper .ui-collapsible-content {
    border: none !important;
}

.body-content {
    /*max-width: 1080px;*/
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.name {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 10px;
    color: #183B95;
    font-size: 24px;
    overflow-wrap: break-word;
}

.float-boxes {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.float-info-box {
    width: 23%;
}

.info-box {
    color: #333333;
    max-width: 100%;
    word-wrap: break-word;
    background-color: #ecf4ff;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #c7c7c7;
    margin-block-end: 15px !important;
    margin-block-start: 5px !important;
    min-height: 21px;
}

.quantum-checkboxes ul {
    list-style: none;
    padding-left: 1em;
}

    .quantum-checkboxes ul > li {
        margin: 0.5em 0;
    }

table.quantum-checkboxes {
    border-spacing: 0.5em;
}

.label-btn-inline {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.tabContainer {
    border: 1px solid #DDDDDD;
}

h1 {
    color: #555555;
    margin-bottom: 20px;
    margin-top: 0px;
    display: inline;
}

#roadmap-div {
    padding-bottom: 5px;
    display: inline;
    margin-left: 25px;
}

.roadmap-item {
    display: inline-block;
}

    .roadmap-item.highlighted {
        border-bottom: solid 2px blue;
    }

.quantum-label-inline {
    display: inline-block !important;
    width: auto !important;
    margin: 0 0.75em !important;
}

.quantum-checkbox-label-inline {
    display: inline-block !important;
    width: auto !important;
}

.quantum-control {
    color: #333333 !important;
    word-wrap: break-word;
    background-color: #ecf4ff;
    /*background-color: white !important;*/
    padding: 0.5em;
    border-radius: 4px;
    border: 1px solid #959595 !important;
    box-shadow: none !important;
}

    .quantum-control:disabled {
        opacity: 1;
        border-color: rgba(118, 118, 118, 0.5);
        /*cursor: not-allowed;*/ /*20221127 Brian does not want to show this*/
        background-color: #ecf4ff !important;
    }

.form-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.form-group-block {
    margin: 1em 0;
    display: block;
}

    .form-group-block:first-child {
        margin-top: 0.5em;
    }

    .form-group-block:last-child {
        margin-bottom: 0.5em;
    }

.quantum-control.short {
    width: 3.2em !important;
}

.quantum-control.white {
    background-color: #FFFFFF !important;
}

input.quantum-control.sm {
    /*height: 1.5em !important;*/
    padding: 0.35em 0.5em !important;
}

select.quantum-control.sm {
    height: 2em !important;
    padding: 0.35em 0.5em !important;
}

textarea.quantum-control {
    height: 4em;
    width: calc(100% - 10em);
}

    textarea.quantum-control.more {
        min-height: 7.5em !important;
        width: 100% !important;
        box-sizing: border-box;
        resize: vertical;
        overflow:auto;
    }

.description-textarea {
    min-height: 10em !important;
    width: 100% !important;
    box-sizing: border-box;
    resize: vertical;
    overflow: auto;
}

.dataTables_paginate {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}

    .dataTables_paginate a {
        padding: 5px;
        color: #328ff6;
    }

td a {
    text-decoration: none;
    color: #328ff6;
}

.logout .greeting-text {
    margin-right: 1em;
    font-weight: normal;
    text-shadow: none;
}

#logoutForm {
    display: inline;
}

.btn-inactive {
    background-color: transparent !important;
    color: #0091FF !important;
    border: 1px solid #0091FF !important;
    text-shadow: none !important;
    display: inline-block !important;
}

    .btn-inactive:hover {
        background-color: #0091FF !important;
        color: white !important;
        box-shadow: none !important;
    }

.btn-active {
    background-color: #0091FF !important;
    color: white !important;
    border: 1px solid #0091FF !important;
    text-shadow: none !important;
    display: inline-block !important;
    font-weight: normal !important;
}

    .btn-active:hover {
        background-color: #3DACFF !important;
        box-shadow: none !important;
    }

.quantum-table {
    width: 100%;
}

    .quantum-table td, .quantum-table th {
        padding: 14px 10px;
        margin: 0;
        font-size: 14px;
    }

    .quantum-table th {
        color: #183b95;
    }

    .quantum-table tbody {
        background-color: #f2f1f7;
    }

    .quantum-table td, .quantum-table th {
        border-top: solid 1px #dddddd;
        border-left: solid 1px #dddddd;
    }

        .quantum-table td:first-child, .quantum-table th:first-child {
            border-left: solid 1px #dddddd;
        }

        .quantum-table td:last-child, .quantum-table th:last-child {
            border-right: solid 1px #dddddd;
        }

    .quantum-table tbody tr:last-child td {
        border-bottom: solid 1px #dddddd;
    }

.view-detail-link {
    color: #328ff6 !important;
}

.quantum-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.file-table {
    margin-top: 10px;
}

    .file-table td {
        margin: 0;
        font-size: 15px;
        font-weight: bold;
    }

.px-2 {
    padding: 0px 5px;
}

.text-center {
    text-align: center;
}

.checkmark-icon {
    display: inline-block;
    width: 20px;
}

.profile-icon {
    display: inline-block;
    width: 23px;
    margin-right: 8px;
}

.print-icon {
    display: inline-block;
    margin-right: 6px;
}

.delete-icon {
    display: inline-block;
    margin-right: 6px;
}

.view-details-Btn {
    border: none;
    color: #38c;
    font-weight: 700;
    background-color: transparent;
}

.underline {
    border-bottom: 2px solid #797979;
}

.view-details-Btn:hover {
    color: #059;
}

.checkbox_containter {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox_containter input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
   /* position: absolute;
    top: -5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #dfffff;
    border: 1px solid #cacece;*/
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dfffff;
    border: 1px solid #cacece;
}

.checkbox_containter input:checked ~ .checkmark {
    background-color: #2196F3 !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_containter input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_containter .checkmark:after {
    /* left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
    left: 8px;
    top: 1px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(39deg);
}

.ml-0 {
    margin-left: 0px !important;
}

.quantum-control:focus {
    border: 2px solid #0091FF !important;
    outline: none !important;
}

.ui-focus {
    box-shadow: none !important;
    border: 2px solid #0091FF !important;
}

.ui-shadow-inset {
    box-shadow: none !important;
}

label.inline-label-audit-first {
    display: inline;
}

label.inline-label-audit {
    display: inline;
    margin-left: 30px;
}

.edit-mode {
    background-color: #DFFFFF !important;
}

/* Table styles from CRM */

/* start */
.crm-table {
    width: 100%;
    overflow: hidden;
}


    .crm-table td {
        padding: 2px 5px;
        margin: 0;
        font-size: 14px;
    }

    .crm-table th {
        padding: 7px 7px;
        font-size: 12px;
        /*   color: white;
        background: #3774A3 !important;*/
        text-shadow: none !important;
        color: #037ac1;
        background: #fff4dd !important;
        border-top: 2px solid #037ac1;
        border-bottom: 2px solid #037ac1 !important;
    }

    .crm-table tbody {
        background-color: #ffffff;
    }

    .crm-table td, .crm-table th {
        border-bottom: solid 1px #52aee8;
    }

    /*   .crm-table td:first-child, .crm-table th:first-child {
            border-left: solid 1px #52aee8;
        }

        .crm-table td:last-child, .crm-table th:last-child {
            border-right: solid 1px #52aee8;
        }*/

    .crm-table tbody tr:last-child td {
        border-bottom: solid 1px #52aee8;
    }


.view-detail-link {
    color: #328ff6 !important;
}

.crm-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.crm-table-campaign-status {
    border: solid 1px;
    border-radius: 20px;
    padding: 5px 5px;
    display: block;
    text-align: center;
}

div#followupsTable_paginate {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

    div#followupsTable_paginate a {
        padding: 5px;
        color: #328ff6;
    }

        div#followupsTable_paginate a:hover {
            color: #059;
            border: none;
            background-color: white;
            cursor: pointer;
        }


/*end*/

/*table styles form HomeIndex */

.homeIndex-table {
    width: 100%;
    overflow: hidden;
}

    .homeIndex-table td {
        padding: 2px 5px;
        margin: 0;
        font-size: 14px;
    }

    .homeIndex-table th {
        padding: 8px 8px;
        font-size: 12px;
        color: white;
        background: #1E928F !important;
        text-shadow: none !important;
    }

    .homeIndex-table tbody {
        background-color: #ffffff;
    }

    .homeIndex-table td, .homeIndex-table th {
        border-top: solid 1px #88c1ed;
    }

        .homeIndex-table td:first-child, .homeIndex-table th:first-child {
            border-left: solid 1px #1E928F;
        }

        .homeIndex-table td:last-child, .homeIndex-table th:last-child {
            border-right: solid 1px #88c1ed;
        }

    .homeIndex-table tbody tr:last-child td {
        border-bottom: solid 1px #88c1ed;
    }



.dataEntry-homeIndex-table {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .dataEntry-homeIndex-table tr {
        height: 40px;
    }

    .dataEntry-homeIndex-table td {
        padding: 2px 5px;
        margin: 0;
        font-size: 14px;
    }

    .dataEntry-homeIndex-table th {
        padding: 8px 8px;
        font-size: 12px;
        color: white;
        background: #1E928F !important;
        text-shadow: none !important;
    }

    .dataEntry-homeIndex-table tbody {
        background-color: #ffffff;
    }

    .dataEntry-homeIndex-table td, .dataEntry-homeIndex-table th {
        border-top: solid 1px #88c1ed;
    }

        .dataEntry-homeIndex-table td:first-child, .dataEntry-homeIndex-table th:first-child {
            border-left: solid 1px #88c1ed;
        }

        .dataEntry-homeIndex-table td:last-child, .dataEntry-homeIndex-table th:last-child {
            border-right: solid 1px #88c1ed;
        }

    .dataEntry-homeIndex-table tbody tr:last-child td {
        border-bottom: solid 1px #88c1ed;
    }

    .dataEntry-homeIndex-table tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }



.view-detail-link {
    color: #328ff6 !important;
}

.homeIndex-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.homeIndex-table-campaign-status {
    border: solid 1px;
    border-radius: 20px;
    padding: 5px 5px;
    display: block;
    text-align: center;
}

.hideHeader {
    visibility: hidden;
}

.ui-widget-overlay.custom-overlay {
    background-color: black !important;
    background-image: none;
    opacity: 0.4 !important;
    z-index: 1040;
}

.homeIndex-table th {
    padding: 7px 7px;
    font-size: 12px;
    color: white;
    background: #3774A3 !important;
    text-shadow: none !important;
}

/* PPS Custom CSS */

/* Custom popup */
.pps-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

    .pps-popup .pps-popup-content {
        padding: 1rem;
        width: 80%;
        background: white;
        color: black;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
    }

        .pps-popup .pps-popup-content .close-btn {
            position: absolute;
            right: 0;
            top: calc(50% - 3px);
            width: 20px;
            display: block;
            transform: translateY(-50%);
        }

            .pps-popup .pps-popup-content .close-btn::before, .pps-popup .pps-popup-content .close-btn::after {
                content: ' ';
                cursor: pointer;
                position: fixed;
                width: 20px;
                height: 4px;
                border-radius: 2px;
                background: #0091FF;
            }

            .pps-popup .pps-popup-content .close-btn::before {
                transform: rotate(45deg);
            }

            .pps-popup .pps-popup-content .close-btn::after {
                transform: rotate(135deg);
            }

        .pps-popup .pps-popup-content .pps-popup-title {
            position: relative;
            margin: 0;

            display: block;
            font-size: 1.17em;
             margin-block-start: 1em; 
             margin-block-end: 1em; 
             margin-inline-start: 0px; 
             margin-inline-end: 0px; 
            font-weight: bold;
        }

        .pps-popup .pps-popup-content .pps-popup-body {
            overflow: auto;
            max-height: 70vh;
        }

            .pps-popup .pps-popup-content .pps-popup-body::-webkit-scrollbar {
                width: 10px;
            }

            .pps-popup .pps-popup-content .pps-popup-body::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .pps-popup .pps-popup-content .pps-popup-body::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background: #888;
            }

                .pps-popup .pps-popup-content .pps-popup-body::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

        .pps-popup .pps-popup-content .pps-popup-footer {
        }
/* End Custom Popup */

/* Custom FormControl */
.pps-form-control {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .pps-form-control label {
        min-width: 120px;
    }

.checkbox-control label, .checkbox-control input {
    margin-top: auto;
    margin-bottom: auto;
}

.checkbox-control input {
    width: 16px;
    height: 16px;
    margin-right: 1rem;
}

.pick-list {
    display: flex;
    height:37px;
}

    .pick-list span {
        border: 1px solid #d2cfcf;
        padding: 0.35rem 1.5rem;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
        margin-right: -1px;
        align-content: center;
    }

        .pick-list span.active {
            color: #0091FF;
            border-bottom: 5px solid #0091FF;
        }

select.pps-control.dropdown-control, input.pps-control.dropdown-control {
    height: unset !important;
    padding: 0.5rem 1.2rem 0.5rem 0.5rem !important;
}

.dropdown-control {
    min-width: 250px;
}

.pps-panel {
    box-shadow: none !important;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    background-color: white;
    border: 1px solid #b9bccdcc !important;
}

.pps-button {
    display: inline-block;
    white-space: nowrap;
    border-radius: 0.25rem;
    line-height: 1.5;
    padding: 0 0.75rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 2;
}

    .pps-button.primary-btn {
        color: white;
        border: 1px solid #0091FF;
        background-color: #0091FF;
        border: 1px solid #0091FF;
    }

        .pps-button.primary-btn:hover {
            border: 1px solid #3DACFF;
            background-color: #3DACFF;
            border: 1px solid #3DACFF;
        }

    .pps-button.outline-primary-btn {
        color: #0091FF;
        background-color: white;
        border: 1px solid #0091FF;
    }

        .pps-button.outline-primary-btn:hover {
            color: white;
            background-color: #3DACFF;
            border: 1px solid #3DACFF;
        }

    .pps-button.warning-btn {
        background-color: #f37d09;
        color: white;
        border: 1px solid #f37d09;
    }

        .pps-button.warning-btn:hover {
            background-color: #e0a800;
            border: 1px solid #d39e00;
        }

    .pps-button.outline-warning-btn {
        background-color: white;
        color: #f37d09;
        border: 1px solid #f37d09;
    }

        .pps-button.outline-warning-btn:hover {
            color: white;
            background-color: #f37d09;
            border: 1px solid #f37d09;
        }
/* End Custom FormControl */

/* Custom Utility */
.full-width {
    width: 100%;
}

.pr-1rem {
    padding-right: 1rem;
}

.display-flex {
    display: flex;
}

.margin-y-1rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-none {
    margin-top: 0;
}

.mb-none {
    margin-bottom: 0;
}

.ml-1rem {
    margin-left: 1rem;
}
/* End Custom Utility */

/* Custom Table */
.pps-small-table {
}
.pps-small-table th, .pps-small-table td {
    font-size: 12px;
}

/* End Custom Table */


/* Custom Collapsible */
.pps-collapsible-body {
    display: none;
    padding: 1rem 1rem 0.5rem 1rem;
    border: solid 1px #DDDDDD !important;
}

    .pps-collapsible-body.show {
        display: block;
    }

.pps-collapsible-header {
    display: flex;
    justify-content: space-between;
    /*background-color: #88c1ed;*/
    background-color:  #1E928F;
    padding: 0 1rem 0 1rem;
    height: 2.25rem;
    position: relative;
    cursor: pointer;
}

    .pps-collapsible-header h5, .pps-collapsible-header div {
        margin-top: auto;
        margin-bottom: auto;
    }

.pps-collapsible-icon::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: 1rem;
    border-radius: 1rem;
    margin-top: -11px;
    background-color: rgba(0,0,0,.3);
    background-position: center center;
    background-repeat: no-repeat;
}

.pps-collapsible-icon-minus::after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E);
}

.pps-collapsible-icon-plus::after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}


/* End Custom Collapsible */

/* PPS End Cutom CSS */


.tray-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tray-list .add-tray {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-weight: bold;
}

.tray-item {
    padding: 10px;
    min-width: 135px;
    border: 1px solid #AAAAAA;
    background-color: white;
    border-radius: 0.25rem;
    margin-right: 1rem;
}

    .tray-item .tray-header {
        display: flex;
        justify-content: space-between;
    }

        .tray-item .tray-header .span-text-header {
            margin-bottom: .5rem;
            line-height: 1.2 !important;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .tray-item .tray-header .span-text-header-block {
            margin-bottom: .5rem;
            line-height: 1.2 !important;
            font-size: 0.8rem;
            margin-left:0.5rem;
        }

        .tray-item .tray-header a {
            font-weight: bold;
            color: #212529;
            background-color: transparent;
            border: 1px solid transparent;
            font-size: 1rem;
        }

    .tray-item .tray-body {
        display: flex;
        flex-direction: column;
        margin-top: 0rem;
    }

    .tray-item.active {
        border: 1px solid #2C91FF !important;
        background-color: #FFFDCC !important;
        color: #FC7C27 !important;

    }

        .tray-item.active .panel-text {
            color: #FC7C27;
        }


        label{
            margin-bottom:0px !important;
        }