﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #FFFFFF;
    color: #32489D;
    font-size: 13px;
    font-weight: 100;
    font-family: "tahoma";
    text-decoration: none;
    margin: 0;
    padding: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}

#header h1, #header h2, #header h3 {
    font-weight: bold;
    margin: 0;
    color: #32489D;
    border: none;
    line-height: 1.3em;
    margin: 0px;
    padding-top: 4px;
}

#header h2 {
    font-size: 16px;
}

#header h3 {
    font-size: 13px;
}

#main {
    padding: 1x 1px 1px 1px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

#footer 
{
    color: #32489D;
    text-align: left;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    width: 150px;
}

select {
    font-family: "tahoma";
    border: 1px solid #ccc;
    padding: 2px;
}

input[type="submit"] {
    font-family: "tahoma";
    color: #198CFD;
    font-size: 1.2em;
    padding: 8px 24px 8px 24px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

#menucontainer {
    margin-top: 40px;
    padding-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

.floatLeft {
    float: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Quick Form */

div.form {
    padding: 12px;
}

div.form div.field {
    padding: 4px;
    margin-left: 12px;
}

div.form div.field label {
    display: inline-block;
    width: 100px;
}

div.form input.error {
    border: solid 1px red;
}

/* Scheduler Grid */

#basicSettings {
    padding: 12px;
}

#scheduleTable {
    border: solid 1px black;
    border-collapse: collapse;
}

#scheduleTable td {
    text-align: center;
    border-top: solid 1px black;
    padding: 4px 8px 4px 8px;
}

#scheduleTable th {
    padding: 8px;
}

#scheduleTable th:first-child,
#scheduleTable td:first-child {
    width: 90px;
    border-right: solid 1px black;
}

#scheduleTable td.scheduleCell.available {
    cursor: pointer;
}

#scheduleTable td.booked {
    background-color: #ffcbcb;
}

#scheduleTable td.selected {
    background-color: #bcffbc;
}

#scheduleDetails input#selectedDoctor {
    width: 320px;
}

#patientDetails h5 {
    font-style: italic;
}

#bookingStatus {
    font-size: 1.2em;
    color: Green;
}

#bookingStatus.error {
    color: red;
}

#submitContainer {
    padding-left: 28px;
    padding-top: 28px;
}

#baseInfo {
    padding-right: 10px;
}

#additionalInfo {
}

ol#scheduleMessages {
    list-style-type: none;
}
