﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 600px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /* max-width: 560px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.table-zeromargins {
    margin-top: 0px;
    margin-bottom: 0px;
}


.label-success-dark {

    background-color: darkgreen;
}

.label-default-light {
    background-color: darkgray;
}


.signature-image {
    max-width: 250px;
}

.close {
    opacity: 1 !important;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-error {
    background-color: #b94a48;
}
.badge-error:hover {
    background-color: #953b39;
}
.badge-warning {
    background-color: #f89406;
}
.badge-warning:hover {
    background-color: #c67605;
}
.badge-success {
    background-color: #468847;
}
.badge-success:hover {
    background-color: #356635;
}
.badge-info {
    background-color: #3a87ad;
}
.badge-info:hover {
    background-color: #2d6987;
}
.badge-inverse {
    background-color: #333333;
}
.badge-inverse:hover {
    background-color: #1a1a1a;
}

.mb-0 {

    margin-bottom: 0px !important;
}

.mt-5 {
    margin-top:50px;
}
.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.body-popup {

    padding: 10px;
}

.dropdown-menu {

    max-height: 800px;
    overflow-y: auto;

}


.dx-scheduler-all-day-appointment {
    height: auto !important;
}
.dx-scheduler-all-day-appointment .showtime-preview > div {
        text-wrap: wrap !important;
}