﻿.its-form-container {
    display: table;
    width: 100%;
    padding-top: 2rem;
}

.its-form-row {
    display: table-row;
}

.its-form-col-phone {
    display: table-cell;
    padding-right: 3rem;
    padding-bottom: 1rem;
}

.its-form-col {
    display: table-cell;
    padding-right: 3rem;
    padding-bottom: 1rem;
}

    .its-form-col input:read-only {
        background-color: #ebebe4 !important;
    }

.its-form-group {
    margin-top: 0;
    padding-top: 10px;
}

.its-form-label {
    margin-bottom: 2px !important;
    cursor: default !important;
    display: inline-block;
    width: 150px;
}

.its-required-field::after {
    content: " *";
    color: #f44336 !important;
}

.its-field-validation-error {
    color: #f44336 !important;
    display: block;
    font-weight: bold !important;
}

.its-validation-summary-errors {
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 25px !important;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-image: url(../images/fugue/exclamation-red.png);
    border-width: 1px;
    border-style: solid;
    padding: 1em !important;
    border-color: #CC0000;
    background-color: #FFEBE8;
    font-size: 1.1em !important;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.its-button-search {
    background: url("/Images/xglyph_arrow_right-black-32.png") no-repeat;
    border: none;
    color: transparent;
    width: 25px;
}

.modal-content-wrapper {
    display: none;
}

.its-form-group-right {
    float: right;
}

.its-dropdown-list {
    height: 2em;
    background-color: #f9f9f9;
}

.field-datepicker {
    width: 80px;
    margin-right: 10px;
}

.its-form-label-secondary {
    margin-bottom: 2px !important;
    cursor: default !important;
    display: inline-block;
    width: 75px;
}

.its-dropdown-list-mr {
    height: 2em;
    background-color: #f9f9f9;
    margin-right: 10px;
}

.its-integer-text-input {
    width: 3.5rem;
}