﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

textarea {
    resize: none;
}

/* Set style for navbar*/
.navbar {
    border-radius: 0;
    margin: 0;
}

.navbar-header {
    float: none;
}

/* set style for logo*/
.logo {
    display: inline-block;
    padding: 20px 0;
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

/* set style for 'caring for' dropdown*/
.caring-for {
    padding: 20px 0;
}

    .caring-for .form-group select {
        max-width: 100%;
    }

@media screen and (min-width: 768px) {
    .caring-for {
        float: right;
        text-align: right;
    }

        .caring-for .form-group {
            width: 100%;
        }

            .caring-for .form-group select {
                width: 65%;
            }
}

/* set style for calendar title*/
.fc-toolbar h2 {
    font-size: 2em;
}

.cursor-pointer, .sos-action-link {
    cursor: pointer;
}

.column-with-icons-1 {
    width: 2em;
}

.column-with-icons-2 {
    width: 4em;
}

.column-with-icons-3 {
    width: 6em;
}

.field-validation-error {
    color: red;
}

.eperture-required-field {
    color: red;
}

.epeture-left-label-container {
    height: 34px;
    line-height: 34px;
}

.eperture-delete-document-container span {
    top: 3px !important;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
.auto-suggest-text-box input.input-validation-error + .input-group > input,
.drop-down-tree input.input-validation-error + input {
    background: #FEF1EC !important;
    border: 1px solid #CD0A0A;
}

/* add style for fieldset and legend border*/
fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    position: relative;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 0;
}

#calendar {
    margin-top: 1em;
    margin-bottom: 1em;
}

.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ccc;
}

.reorder-icon span {
    cursor: move;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-15 {
    margin-top: 15px;
}

.font-bold {
    font-weight: bold;
}

.filter-element-active select,
.filter-element-active input {
    background-color: #FFFE97;
}

/* rewrite default */
.ui-datepicker-current {
    opacity: 1 !important;
    font-weight: bold !important;
}

.text-success-light {
    color: #5cb85c;
}

.text-danger-light {
    color: #d9534f;
}

@media (min-width: 768px) {
    .live-preview {
        top: 0;
        right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .live-preview fieldset {
            margin-bottom: 0 !important;
        }

        .live-preview.affix {
            position: fixed !important;
            right: 10px;
            top: 0;
            bottom: 80px;
            overflow: hidden;
            overflow-y: auto;
        }
}

.search-label {
    font-size: 18px;
    font-weight: normal;
}
