﻿/* appointment date/time */
.appointment-dt {
    border: 1px solid #808080;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #ffffff;
    display: table-cell;
}

.appointment-dt-large {
    font-size: 18px;
    font-weight: bold;
}

.appointment-dt-small {
    font-size: 14px;
}

.pre-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre {
    font-family: "Roboto", sans-serif;
}

.overlay-feedback {
    text-align: center;
    font-size: 16px;
}

/* theme overrides */
/*.sidebar__nav > li > a > i {
    line-height: 13px !important;
    font-size: 13px !important;
}*/

/*.sidebar__nav > li > a {
    text-transform: uppercase;
}*/

/* Make the input boxes a little more visible */
form .form-group .form-control, form .input-group .form-control {
    padding-left: 16px;
    padding-right: 16px;
    border-width: 1px;
}

    /* Workaround theme_blue.css messed up selector specificity */
    form .form-group .form-control[readonly],
    form .input-group .form-control[readonly],
    form .form-group .form-control[disabled],
    form .input-group .form-control[disabled] {
        background-color: #eeeeee;
    }

.sidebar__user { background: none; }

.sidebar-user__info { cursor: default; }

.sidebar {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25)
}

.panel-news > .panel-heading {
    color: #d6e9c6;
}

.panel-title-solid {
    border-bottom: solid 1px lightgrey;
    padding-bottom: 10px;
}

.navbar-brand {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.navbar-brand:hover, a.navbar-brand:focus {
    background-color: white !important;
}

.navbar-brand > img {
    max-width: 210px;
    max-height: 65px;
    image-rendering: -webkit-optimize-contrast;
}

/* bootstrap dialog overrides */

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 13px !important;
    position: relative;
    padding: 15px;
}

.bootstrap-dialog .panel {
    margin-bottom: -15px
}

/*
    DataTables
*/

.dataTables_wrapper .dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
    background: #cccccc;
    height: 100%;
    font-weight: bold;
}

/* jquery validate overrides */

label.error { color: red !important; }

input[type="checkbox"] + label.error { color: red !important; }

/* dropzone */

.dropzone, .dropzone * { box-sizing: border-box; }

.dropzone { position: relative; }

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark { display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark { display: block; }

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}

a {
    color: #2196F3;
}