﻿.form-control {
    font-size: 10pt;
    padding: 1px 4px;
    height: 24px;
}

.form-group {
    margin-bottom: 2px;
}

    .form-group label {
        font-size: 10pt;
        margin: 0px;
    }

.btn {
    font-size: 10pt;
    padding: 4px 8px;
}

    .btn i {
        margin-right: 4px;
    }

.input-group-append .btn {
    padding: 2px 6px 2px 4px;
    margin: -3px 0px 0px 0px;
    height: 24px;
    border-color: rgb(206, 212, 218);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-section {
    border: 1px solid #00793f;
    border-top-width: 0px;
    padding: 0px 8px;
    margin-bottom: 16px;
}

.buttons {
    margin-top: 8px;
    margin-bottom: 6px;
}

.form-row-separtor {
    color: #00793f;
    border-bottom: 1px solid #00793f;
    margin-top: 8px;
    font-size: 11pt;
    font-weight: bold;
}

.form-section-header {
    color: #00793f;
    font-size: 11pt;
    font-weight: bold;
    border: 1px solid #00793f;
    /*background-color: #e1f1fc;*/
    background-color: #d3f3e4;
    padding: 0px 8px;
    margin-top: 16px;
}

    .form-section-header a {
        cursor: pointer;
    }

.form-section-header-small {
    color: #0e71b4;
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid #0e71b4;
    padding: 0px 8px;
    margin-top: 24px;
}

.datepicker table tr td.highlighted.day {
    background-color: #e1f1fc;
}

.datepicker table tr td.today.day {
    background-color: #0e71b4;
    background-image: none;
}

#CommentBody {
    height: 120px;
}

.estimation {
    border: solid 1px #0E73B4;
    border-radius: 3px;
    margin: 4px 0px;
    padding: 4px;
    background-color: #0E73B410;
}

    .estimation.deleted {
        background-color: #f5c6cb;
    }

.field-validation-error {
    font-size: 10pt;
    color: #dc3545 !important;
}

.validation-summary-errors {
    font-size: 10pt;
    color: #dc3545 !important;
    background-color: #f5c6cb;
}

#Message {
    font-size: 12pt;
    color: #dc3545 !important;
}

.panels-quicks {
    font-size: 10pt;
    margin: -8px 8px;
}