BODY {
    FONT-FAMILY: verdana, arial;
    background-color: #F4F4FF;
    margin: 0;
    padding: 0;
}

/************************
********* TEXT **********
************************/

.NewPlainText {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    font-style: normal;
    font-weight: normal;
}

.NewPlainTextLarge {
    font-family: Verdana;
    font-size: 14px;
    color: Black;
    font-style: normal;
    font-weight: normal;
}

.NewPlainTextBold {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    font-style: normal;
    font-weight: bold;
}

.NewPlainTextLargeBold {
    font-family: Verdana;
    font-size: 12px;
    color: Black;
    font-style: normal;
    font-weight: bold;
}

.NewPlainTextMessage {
    font-family: Verdana;
    font-size: 11px;
    color: Red;
    font-style: normal;
    font-weight: normal;
}

.NewPlainTextMessageBold {
    font-family: Verdana;
    font-size: 11px;
    color: Red;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.small {
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
}

.smallbold {
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.largeheader {
    font-family: Verdana;
    font-size: 20px;
    color: #000066;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

.header {
    font-family: Verdana;
    font-size: 13px;
    color: #000066;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

.mediumheader {
    font-family: Verdana;
    font-size: 12px;
    color: #000066;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

.smallheader {
    font-family: Verdana;
    font-size: 11px;
    color: #000066;
    text-decoration: none;
    FONT-WEIGHT: bold;
}

.smalltext {
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
}

.smallNotice {
    font-family: Verdana;
    font-size: smaller;
    color: Black;
    font-style: normal;
    font-weight: normal;
    color: Red;
}


.HeaderCaption {
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000066;
    font-weight: bold;
    text-decoration: none;
}

.RenderWithSpaces {
    white-space: pre-wrap;
}

/************************
********* LINKS *********
************************/
A:link {
    COLOR: blue;
    TEXT-DECORATION: underline;
}

A:visited {
    COLOR: blue;
    TEXT-DECORATION: underline;
}

A:hover {
    COLOR: red;
    TEXT-DECORATION: none;
}

/************************
******* TEXT INPUT ******
************************/
.AppTextBoxes {
    border-right: #D7D7D5 1px solid;
    border-top: #D7D7D5 1px solid;
    border-left: #D7D7D5 1px solid;
    border-bottom: #D7D7D5 1px solid;
    font-size: 11px;
    font-family: Verdana;
    width: 120px;
}

.width-150 {
    width: 150px !important;
}

.width-75 {
    width: 75px !important;
}

.AppTextBoxes-important {
    border-right: #D7D7D5 1px solid !important;
    border-top: #D7D7D5 1px solid !important;
    border-left: #D7D7D5 1px solid !important;
    border-bottom: #D7D7D5 1px solid !important;
    font-size: 11px !important;
    font-family: Verdana !important;
    width: 120px !important;
}

.AppTextBoxes-important-80 {
    border-right: #D7D7D5 1px solid !important;
    border-top: #D7D7D5 1px solid !important;
    border-left: #D7D7D5 1px solid !important;
    border-bottom: #D7D7D5 1px solid !important;
    font-size: 11px !important;
    font-family: Verdana !important;
    width: 80px !important;
}

.RadAppTextBoxes {
    border-right: #D7D7D5 1px solid !important;
    border-top: #D7D7D5 1px solid !important;
    border-left: #D7D7D5 1px solid !important;
    border-bottom: #D7D7D5 1px solid !important;
    font-size: 11px !important;
    font-family: Verdana !important;
    padding: 0px !important;
    height: 17px !important;
}

.AppTextBoxes-name {
    border-right: #D7D7D5 1px solid;
    border-top: #D7D7D5 1px solid;
    border-left: #D7D7D5 1px solid;
    border-bottom: #D7D7D5 1px solid;
    font-size: 11px;
    font-family: Verdana;
    width: 90px;
}

.TextBoxBootstrap .AppTextBoxes-important {
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    border-radius: 0px !important;
}

.TextBoxBootstrap .dateInput {
    height: 27px !important;
    width: 100% !important;
}

.TextBoxBootstrap .datePicker, .TextBoxBootstrap .datePicker table {
    width: 105px !important;
}

.AppFileFields {
    border-right: #D7D7D5 1px solid;
    border-top: #D7D7D5 1px solid;
    border-left: #D7D7D5 1px solid;
    border-bottom: #D7D7D5 1px solid;
    font-size: 10px;
    font-family: Verdana;
    height: 18px;
}

.AppTextBoxesLong {
    border-right: #D7D7D5 1px solid;
    border-top: #D7D7D5 1px solid;
    border-left: #D7D7D5 1px solid;
    border-bottom: #D7D7D5 1px solid;
    font-size: 11px;
    font-family: Verdana;
    width: 200px;
}

.LongWidthTextBox {
    width: 90%;
}

/************************
******** BUTTONS ********
************************/
.Buttons, .ButtonsWithoutActivePseudo {
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    CURSOR: hand;
    FONT-SIZE: 11px;
    font-weight: bold;
    background-color: White;
    padding: 3px 15px 3px 15px;
    color: #000066;
    background: #CCCCCC; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #FFCC33 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#FFCC33)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#FFCC33 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#FFCC33 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#FFCC33 99%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#FFCC33 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFCC33',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 3px #000;
    -moz-box-shadow: 0px 1px 3px #000;
    -webkit-box-shadow: 0px 1px 3px #000;
}

    .Buttons:disabled {
        color: gray;
    }

    .Buttons:active {
        position: relative;
        top: 1px;
        color: #fqq;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.elipses-button {
    padding: 3px 5px 3px 5px;
}





/************************
********* TABS **********
************************/
.Tabs {
    color: #000066;
    background-image: url("tab-gradient.svg");
    background: -moz-linear-gradient(top, #CCCCDD 0%, #F4F4FF 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCDD ), color-stop(99%,#F4F4FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CCCCDD 0%,#F4F4FF 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CCCCDD 0%,#F4F4FF 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCCCDD 0%,#F4F4FF 99%); /* IE10+ */
    background: linear-gradient(top, #CCCCDD 0%,#F4F4FF 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCDD ', endColorstr='#F4F4FF',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    float: left;
    margin-left: 5px;
    min-width: 115px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #666666;
    text-decoration: none; /* removes underline applied by global link css */
}

.SelectedTab {
    color: #000066;
    background-image: url("selectTab-gradient.svg");
    background: -moz-linear-gradient(top, #F4F4FF 0%, #CCCCDD 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4FF ), color-stop(99%,#CCCCDD )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F4F4FF 0%,#CCCCDD 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F4F4FF 0%,#CCCCDD 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F4F4FF 0%,#CCCCDD 99%); /* IE10+ */
    background: linear-gradient(top, #F4F4FF 0%,#CCCCDD 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4FF ', endColorstr='#CCCCDD ',GradientType=0 ); /* IE6-9 */
}

.TabContainer {
    margin-top: 10px;
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.TabContainerDialog {
    margin-top: 10px;
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width: 100%;
    overflow: hidden;
}

.LastTab {
    margin-right: 5px;
}

/************************
********* MISC **********
************************/
.BlueVerticalSeparator {
    background: url("../images/dotted_line_blue_vertical.gif") repeat-y;
}

.LoginTable {
    margin: 100px auto;
    margin-bottom: 30px;
    width: 300px;
    border-right: #BCBCBC 1px solid;
    border-left: #BCBCBC 1px solid;
    border-bottom: #BCBCBC 1px solid;
    border-top: #BCBCBC 1px solid;
}

.LoginTableLabelCell {
    padding-left: 10px;
}

.LoginTableButtonCell {
    text-align: center;
}

.LoginTableTextbox {
    height: 20px;
    width: 250px;
}

.LoginTableButton {
    width: 100px;
}

.LoginHeaderText {
    font-family: Verdana;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #2F395F;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.login-message-container {
    width: 600px;
    text-align: justify;
    margin: 0 auto;
}

.TableContent {
    border-right: #BCBCBC 1px solid;
    border-left: #BCBCBC 1px solid;
    border-bottom: #BCBCBC 1px solid;
    border-top: #BCBCBC 1px solid;
    background-color: #F8F8FF;
    margin: 10px;
    padding: 5px;
    overflow: auto;
}

.TableContent-bootstrap {
    border-right: #BCBCBC 1px solid;
    border-left: #BCBCBC 1px solid;
    border-bottom: #BCBCBC 1px solid;
    border-top: #BCBCBC 1px solid;
    background-color: #F8F8FF;
    margin: 10px;
    overflow: auto;
}

.TableInput td {
    padding: 3px 5px 3px 5px;
}

.Grid {
    border-right: #BCBCBC 1px solid;
    border-left: white 1px solid;
    border-bottom: #BCBCBC 1px solid;
    border-top: white 1px solid;
    margin-left: 10px;
    margin: 10px;
}

    .Grid td {
        padding: 3px;
    }

.GridView {
    border-right: #BCBCBC 1px solid;
    border-left: white 1px solid;
    border-bottom: #BCBCBC 1px solid;
    border-top: white 1px solid;
}

.GridViewPadding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.GridHeaderStyle th, .GridHeaderStyle td {
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background-color: #D8D8E4;
    border-collapse: collapse;
    color: #000066;
    text-align: left;
}

.GridHeaderStyle td {
    border-color: #BCBCBC;
}

.hidden {
    display: none;
}


/* a tags with an href do not inherit color from their parent by default */
.GridHeaderStyle a {
    color: #000066;
    text-decoration: none;
}

.GridItemStyle {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    font-style: normal;
    font-weight: normal;
}

    .GridItemStyle td {
        border-color: #BCBCBC;
    }

.GridAlternatingItemStyle {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    background-color: #D0D0E0;
    font-style: normal;
    font-weight: normal;
}

    .GridAlternatingItemStyle td {
        border-color: #BCBCBC;
    }



.invisible {
    width: 0px !important;
    height: 0px !important;
    border-width: 0px !important;
    padding: 0px !important;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

.email-column-width {
    max-width: 300px;
    overflow: hidden;
}

/************************
********* QTIP **********
************************/
.qtip {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    font-style: normal;
    font-weight: normal;
}

/* StdTimeControl CSS */
.RadCalendarTimeView .timeCell .timeCellMinutesMenu {
    border: 1px solid #9199A4;
    background-color: white;
    min-width: 0 !important;
}

    .RadCalendarTimeView .timeCell .timeCellMinutesMenu li {
        display: inline-block;
    }

    .RadCalendarTimeView .timeCell .timeCellMinutesMenu .minutesCell {
        /* Undo css from Telerik's rcHover class and center text */
        background: white none;
        border: 1px solid white;
        padding: 0 0;
        text-align: center;
        width: 75px;
    }

        .RadCalendarTimeView .timeCell .timeCellMinutesMenu .minutesCell:hover {
            /* Apply styling similar to rcHover */
            border-color: #f7c840;
            background: #fff3c8 0 -1900px repeat-x url('sprite.gif');
        }

.RadCalendarTimeView_Default td.rcHover > ul > li > a {
    /* Apply styling similar to rcHover */
    border-color: #f7c840 !important;
    background: #fff3c8 0 -1900px repeat-x url('sprite.gif') !important;
}

/* RadSplitter customization */
.rspCollapseBarCollapse, .rspCollapseBarCollapseOver {
    background: url('../Images/arrow.png') no-repeat 0 0 !important;
    width: 10px !important;
}

.rspCollapseBarExpand, .rspCollapseBarExpandOver {
    background: url('../Images/arrow.png') no-repeat 100% 0 !important;
    width: 10px !important;
}

.rsSatCol {
    border-right: 1px solid #49494A !important;
}

/* Custom styling for appointments with dark backgrounds */
.AppointmentDark .rsAptRecurrence {
    background: url("../Images/recurrenceIconsLight.png") no-repeat 0 0 !important;
}

.AppointmentDark .rsAptRecurrenceException {
    background: url("../Images/recurrenceIconsLight.png") no-repeat 100% 0 !important;
}

.AppointmentDark .rsAptDelete {
    background: url("../Images/appointmentDeleteLight.png") no-repeat 70% 30% !important;
}


.rspResizeBar {
    background: none !important;
}

.timeSlotToday {
    background-color: #edc99e;
}

/* Fixes issue where the radscheduler header was appearing over JQuery dialogs */
.rsHeader {
    z-index: 100 !important;
}

.exceptionsTable .exceptionsTableRow td {
    vertical-align: inherit;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.ButtonPadding {
    padding-left: 10px;
}

.InboxTotalPadding {
    padding-left: 65px;
}

.region-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px; /* CSS3 */
}
