﻿
/* Form */
.form-title {
    font-weight: 400;
    color: #666;
    margin-bottom: 28px;
}

.form-subtitle {
    color: gray;
    max-width: 280px;
    margin-top: -8px;
}

.form-horizontal .control-label {
    font-weight: bold;
    color: #67809F;
}

.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 table td, .datepicker table th {
    font-family: Arial !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;
}

.input-timerange input {
    text-align: center;
}

.input-timerange .input-group-addon {
    height: 34px;
    width: 37px;
}

.input-datetimerange {
    max-width: 328px;
}