﻿
/* Form */
.form-top-table {
    background: whitesmoke;
    padding: 24px;
    margin-bottom: 52px;
}

.form-title {
    font-weight: 400;
    color: #666;
    margin-bottom: 28px;
}

.form-subtitle {
    color: gray;
    max-width: 280px;
    margin-top: -8px;
}

.form-group .control-label {
    font-weight: 600;
    color: #1e1f21;
}

.form-horizontal .control-label {
    font-weight: 600;
    color: #1e1f21;
}

.form-body.padding > .form-group {
    padding-right: 16px;
    padding-left: 16px;
}

.form-horizontal .form-group .mt-checkbox-list,
.form-horizontal .form-group .mt-radio-list {
    padding-top: 10px;
    padding-bottom: 0px;
}

.dropdown-menu {
    font-weight: 400;
    border: 1px solid lightgray;
}

    .dropdown-menu .bs-searchbox {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .dropdown-menu > li > a {
        font-weight: 400;
    }

/* Datepicker */
.modal-open .datepicker {
    z-index: initial !important;
}

.modal-open > .datepicker {
    z-index: 10055 !important;
}

.datepicker table td, .datepicker table th {
    font-family: Poppins-Regular !important;
}

.datepicker.dropdown-menu {
    border: 1px solid lightgray;
}

.datepicker-dropdown::before {
    border-bottom-color: #c8c8c8;
}

/* Remove the dropdown arrow marker from select */
.dropdown > .dropdown-menu::after,
.dropdown-toggle > .dropdown-menu::after,
.btn-group > .dropdown-menu::after, .dropdown > .dropdown-menu::before, .dropdown-toggle > .dropdown-menu::before, .btn-group > .dropdown-menu::before {
    display: none !important;
}

.bs-select-all, .bs-deselect-all {
    background: whitesmoke;
    border: 0
}

button:disabled,
button[disabled] {
    pointer-events: none
}

/* Checkbox */
.mt-checkbox > span:after {
    border: solid white;
    border-width: 0 2px 2px 0;
}

.mt-checkbox > input:disabled ~ div {
    color: #8c8c8c;
}

.mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
.mt-checkbox.mt-radio-outline > input:checked ~ span,
.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
.mt-checkbox.mt-checkbox-outline > input:checked ~ span {
    border: 1px solid #00acff;
    background: #00acff;
}

.mt-radio.mt-radio-outline > span,
.mt-radio.mt-checkbox-outline > span,
.mt-checkbox.mt-radio-outline > span,
.mt-checkbox.mt-checkbox-outline > span {
    border: 1px solid #67809f;
}

.mt-checkbox.mt-checkbox-outline > input:disabled ~ span {
    border: 1px solid #eee;
    background: #eee;
}

.form-control-text {
    padding: 7px 10px;
    background: whitesmoke;
    display: inline-block;
}

/* Select */
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    background: #eef1f5;
}

.input-timerange input {
    text-align: center;
}

.input-timerange .input-group-addon {
    height: 34px;
    width: 37px;
}

.input-datetimerange {
    max-width: 328px;
}

.input-icon .input-btn-addon {
    left: auto;
    right: 8px;
    float: right;
    position: absolute;
    z-index: 10055;
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

    .input-icon .input-btn-addon:hover {
        color: black;
    }

/* File */
.linethrough, .linethrough:hover, .linethrough:focus {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: black;
}

/* Form text */
.form-control-text.misc-info, p.form-control-text.misc-info {
    display: block;
    color: gray;
    font-style: italic;
    margin-top: 32px;
    padding: 12px 16px;
    border-radius: 4px !important;
}

.form-control-text.misc-info, p.form-control-text.misc-info {
    display: block;
    color: gray;
    font-style: italic;
    margin-top: 32px;
    padding: 12px 16px;
    border-radius: 4px !important;
}

div:last-child.form-control-text.misc-info, p:last-child.form-control-text.misc-info {
    margin-bottom: 4px;
}
