.form-page-design {
    /*float: left;*/
    width: 100%;
    background-color: #646777;
    /*padding: 5px 5px;*/
}
.form_container::-webkit-scrollbar {
    width: 12px;
}

.form_container::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.form_container::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .form_container::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

.form_container h4 {
    font-size: 22px;
    color: #20202c;
    margin: 0px 0px 20px 0px;
}

.form_container h5, .label-title {
    font-size: 16px;
    font-weight: 600;
    color: #646777;
    margin-bottom: 20px;
}
.label-title {
    padding: 0px;
    margin: 0px;
}

    .form_container .horizontal-row {
        width: 98%;
        height: 1px;
        margin: 10px 0 20px 0;
        background: #d8d8d8;
    }
.form_container h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.form_container .details_container h6 {
    margin-top: 8px;
}
.container_top {
    position: absolute;
    right: 80px;
    top: 22px;
    z-index: 100;
}
.container_top a svg {
    font-size:20px;
}

.icon-note:before {
    content: "\e90e";
}

.page-container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 0px;
}
.mandatory_message {
    font-size: 11px;
    color: #f00;
    font-weight: 500;
    margin-bottom: 5px;
    width: auto;
    float: right;
}
.slots-grid {
    width: 100%;
    float: left;
}

.slots-grid h5 {
    font-size: 16px;
    color: #0baa9a;
    margin: 10px 0px 5px 0px;
    font-weight: 600;
}
.editor {
    height: 200px;
    width: 100%;
    border: 1px solid #cdcdcd;
}
.field-show label {
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
.editor-reportby .ace_editor {
    height: 90px;
} 
.fullWidth{
    width:100%;
}
/*.container_top a {
    background: #a8c45d;
    width: 36px;
    height: 36px;
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border-radius: 18px;
}*/

/* Start of ML Order Details Dashboard Styles */
.toggleCheckbox md-checkbox .md-ink-ripple .md-icon {
    width: 4rem;
    height: 2.2rem;
    background-color: rgb(134, 134, 134);
    border-radius: 5rem;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}

.toggleCheckbox md-checkbox[aria-checked=true] .md-ink-ripple .md-icon {
    background-color: rgb(88, 147, 83);
    border-radius: 5rem;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggleCheckbox md-checkbox .md-label span {
    margin-left: 1.5rem !important;
}

.toggleCheckbox md-checkbox .md-ink-ripple .md-icon .slider:before {
    position: absolute;
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    left: 3px;
    bottom: 2px;
    background-color: rgb(252, 249, 249);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

.toggleCheckbox md-checkbox[aria-checked=true] .md-ink-ripple .md-icon .slider:before {
    -webkit-transform: translateX(1.8rem);
    -ms-transform: translateX(1.8rem);
    transform: translateX(1.8rem);
}

.toggleCheckbox md-checkbox .md-ink-ripple {
    color: transparent !important;
}

.toggleCheckbox md-checkbox.md-checked .md-icon:after {
    border-style: none !important;
}

.defaultSec {
    margin: -1rem 0rem -2rem 0rem;
}
.orderDetails-hideTextBg > input[disabled] {
    font-size: 1.75rem;
    font-weight: 700;
    background: #22904f !important;
    border: none !important;
    cursor: default;
    padding-top: 2em !important;
    padding-bottom: 1em !important;
    padding-left: 0.5em !important;
    color: #fff !important;
}
.orderDetails-hideTextBg label {
    padding-left: 1em !important;
    margin-bottom: -1.5em;
    color: #dedede !important;
    font-weight: 700;
}
.showOrderStatus > input[disabled] {
    padding-right: 2em !important;
}
.warning-Txt-color {
    color: #ffc107 !important;
}
.success-Txt-color {
    color: #28a745 !important;
}
.danger-Txt-color {
    color: #dc3545 !important;
}

#payables-chart-license-text,
#receivables-chart-license-text,
#deliverables-chart-license-text,
#products-chart-license-text {
    display: none !important;
}
/* End of ML Order Details Dashboard Styles */

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}