﻿

html {
    position: relative;
    min-height: 100%;
}
body {
    font: 13px / 1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 50px;
}


    body > .container {
        padding: 5px 15px 0;
    }

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    vertical-align: middle;
    font-weight: 700;
    font-size: 11px;
    color: #515151 !important;
}

    .footer a {
        color: #334C34 !important;
    }

#footerCopy {
    color: darkgray;
}

    #footerCopy a {
        color: darkgray !important;
    }

a, a:hover {
    color: lightblue;
}

 h2 {
    margin-bottom: 1em;
    margin-top: 1em;
}

#overviewForm .dx-field-value label,
#overviewForm .dx-field-label {
    line-height: 1.3em;
    font-size: 1.2em;
    width: 250px;
}

#overviewForm .dx-field-value {
    width: 140px !important;
    float: left;
}

#overviewForm .dx-field input {
    font-weight: 500 !important;
}

#orderMultiview .dx-field-value label,
#orderMultiview .dx-item-content,
#orderMultiview .dx-field-label {
    line-height: 1.3em;
    font-size: 1.2em;
}

#orderMultiview .dx-field-label {
    width: 200px;
}

#orderMultiview .dx-field-value {
    float: left;
    max-width: 400px;
    width: 100%;
}


.unavailable {
    color: red;
}

.available {
    color: green;
}


.dx-list .dx-empty-message {
    color: white;
    padding-left: 0;
}

/*.dx-list-item-content, .dx-list-select-all-label { 
    color: white;
}*/

.attention {
    color: white;
    background-color: #334C34;
    font-size: 1.2em;
    padding: 1em;
}

.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
    height: 100px;
}
