﻿
.default-padding {
    padding: 0.75em;
}

.display-none {
    display: none !important;
}

.small-margin {
    margin: 5px;
}

.default-margin-top-bottom {
    margin: 1em 0;
}

.default-margin-bottom {
    margin-bottom: 1em;
}

.default-padding {
    padding: 10px;
}

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px!important;
}

.no-top-padding {
    padding-top: 0px !important;
}

.no-top-margin {
    margin-top: 0px !important;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

form {
    overflow: auto;
}


#editServiceEmailForm {
    overflow: visible;
}

#editServiceQueueEmailForm {
    overflow: visible;
}

/* Case Details */
ul.case-summary li ul.case-summary-fields li label {
    display: inline;
}

ul.case-summary li ul.case-summary-fields li textarea {
    display: block;
}

fieldset p label {
    width: 100% !important;
    display: block;
}

fieldset p span label {
    width: 100% !important;
    display: inline;
}

fieldset p input, fieldset p select {
    width: auto !important;
}

ul.history li {
    margin-left: 0;
    padding: 0.2em;
    list-style-type: none;
    margin-top: 5px;
}

    ul.history li div {
        margin-left: 5px;
    }

    ul.history li h4 {
        font-size: 1.2em;
        border-bottom: 1px solid #888888;
    }

        ul.history li h4 span {
            font-size: 0.75em;
            font-style: italic;
            font-weight: normal;
        }

#dimmedPanel {
    background-image: url(/Content/Admin/images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: white;
    cursor: progress;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.dimmedPanelContainer {
    position: relative;
}

.dimmedPanelForSection {
    background-image: url(/Content/Admin/images/loading.gif);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: 50% 50%;
    background-position: 50% 50%;
    background-color: white;
    cursor: progress;
    height: 100%;
    left: 0;
    -ms-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.document-service-library > div {
    float: left;
    width: 50%;
}

.document-service-library div:first-child {
    margin-right: 100px;
}

.document-service-library li {
    margin-bottom: 8px;
}

    .document-service-library li a img {
        padding-right: 3px;
        margin-bottom: -3px;
    }

form#saveTemplate .dijitTextBox.dijitValidationTextBox {
    width: 350px;
}

.case-summary-fields table thead tr {
    background: none;
    border-bottom: none;
}

.case-summary-fields table thead th {
    color: black;
    font-weight: bold;
    background: none;
    width: 10em;
    text-align: left;
}

.case-summary-fields table td {
    padding: 0.2em;
}

.reservation .infoGroup {
    float: left;
}

    .reservation .infoGroup > div {
        float: left;
        margin-right: 10px;
    }

    .reservation .infoGroup label {
        display: block;
        float: none;
        height: auto;
        width: auto;
    }

.reservation .remove-link {
    color: #004E7D;
}

    .reservation .remove-link:hover {
        color: #3c7fa6;
    }

.reservation span.remove-link {
    horiz-align: right;
}


.reservation #newItemForm {
    margin-top: 10px;
}

.reservation h2 {
    margin-bottom: 10px;
}

.reservation .main-content {
    position: relative;
}

.reservation .infoGroup .dijitButton {
    margin-top: 25px;
}

.reservation #addedSlotsContainer {
    margin-top: 10px;
}

#reservationListPane img {
    padding: 0 5px 0 2px;
    height: 14px;
}


#reservationListPane .AdminUserImage {
    float: left;
    min-height: 1px;
    width: 25px;
}

#reservationListPane .reserved {
    padding-left: 5px;
}

.noAdminUser {
    font-style: italic;
    color: #747474;
}

.new-service label {
    display: inline-block;
    float: left;
    width: 180px;
}

.new-service form > div {
    margin-bottom: 0.5em;
    clear: both;
}

.field-validation-error {
    color: #D80000;
}


.knockoutTable {
    margin: 10px 0;
}

    .knockoutTable tbody tr {
        cursor: pointer;
    }

    .knockoutTable tr {
        height: 29px;
    }

    .knockoutTable thead tr th {
        padding: 8px 15px;
    }

    .knockoutTable th {
        background: #0B7FA3;
    }

    .knockoutTable tr:hover {
        background: #EEEEEE;
    }

    .knockoutTable td {
        padding: 8px 15px;
        border-bottom: 1px solid #DDDDDD;
    }


.adminPageWrapper {
    padding: 20px;
}


#editEmailMessageForm #ShortMessage,
#SendMessageDialog #ShortMessage,
#SendMessageDialog #ReminderComment {
    height: 250px;
}

#editEmailMessageForm .adminWarningBox {
    margin-bottom: 30px;
}

input[type=text].standard, .standard input[type=text] {
    width: 300px;
    height: 20px;
    float: left;
}

select.standard, .standard select {
    width: 306px;
    height: 26px;
    padding: 4px 4px 4px 0;
    float: left;
}

label.standard, .standard label {
    width: 120px;
    padding-right: 20px;
    padding-top: 3px;
    display: block;
    float: left;
}

div.standard, .standard {
    padding: 5px 0;
    overflow: hidden;
    clear: left;
}

#StartServiceDialog > div {
    padding: 7px;
}

#StartServiceDialog label {
    display: inline;
    margin-right: 5px;
}

#StartServiceDialog .field-validation-error {
    display: block;
}

#StartServiceDialog input[type="checkbox"] {
    margin-right: 5px;
}

#StartServiceDialog .startServiceButtonRow,
#StartServiceDialogAd .startServiceButtonRow {
    margin-bottom: 10px;
    margin-top: 20px;
    float: right;
}

.startServiceRadioAnswers {
    overflow: hidden;
}

    .startServiceRadioAnswers div {
        float: left;
        margin-right: 15px;
    }

.citizenIdentification label {
    font-weight: normal;
}

.textEditorArea {
    width: 75%;
    margin-top: 20px;
}
