﻿body {
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    padding-top: 93px;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.menuItem {
    margin-bottom: 10px;
    margin-top:30px;
    font-size: 18px;
}
.errorText
{
    font-size:12px;
    color: #ff0000;
}

.rightColumn {
    text-align:right;
}

.printCustomForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 260mm;
}

.printCustomForm1 {

    max-width: 260mm;
}

#collapsetogglebtn {
    float: right;
    position: absolute;
    top: 27px;
    right: 20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

@media only screen and (min-width : 992px) {
    #collapsetogglebtn {
        display: none;
    }
    .openOnDesktop {
        display: block !important;
    }
    div#AddPatientModal {
        width: 800px;
    }
}

@media only screen and (max-width : 768px) {
    div#AddPatientModal {
        max-width: 800px;
    }
}

.OfficeCustomMessage {
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.OfficeCustomMessage label{
    margin-bottom: 0;
}