﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #222222;
    background: #fff;
    margin: 0 auto;
}

a {
    color: #21578A;
}

img {
    border: none;
}

.instructions {
    color: #778087;
}

.th {
    background-color: #1F477D;
    border-width: 0 0 0 1px;
    color: White;
    padding: 1px 3px;
    text-align: center;
}

/** Container
==============================================================================*/

.divheader {
    width: 100%;
    height: 110px;
    overflow: hidden;
    display: block;
}

    .divheader .left {
        float: left;
        width: 40%;
        padding: 10px 10px 3px 10px;
    }

    .divheader .right {
        float: right;
        background: #e5f2f9;
        height: 12px;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: right;
    }

        .divheader .right a {
            padding: 0px 5px 0px 2px;
            color: #333333;
            text-decoration: none;
        }

            .divheader .right a:hover {
                padding: 0px 5px 0px 2px;
                color: #333333;
                text-decoration: underline;
            }

        .divheader .right strong {
            padding-right: 10px;
            padding-left: 10px;
        }

    .divheader .systemlogo {
        float: right;
    }

.clearboth {
    clear: both;
}

.divnavigation {
    background: #2b86bc;
    background: -moz-linear-gradient(100% 100% 90deg, #4aa0d3, #2b86bc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4aa0d3), to(#2b86bc));
    height: 31px;
    width: 98.5%;
    padding: 0px 0px 0px 20px;
}

.divfooter {
    background: url(Images/bg-footer.png) repeat-x;
    height: 55px;
    color: #778087;
    font-size: 12px;
    display: block;
}

    .divfooter .left {
        float: left;
        height: 37px;
        padding: 19px 0px 3px 10px;
    }

    .divfooter .right {
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: right;
        padding-right: 10px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .divfooter a {
        padding: 0px 5px 0px 2px;
        color: #333333;
        text-decoration: none;
    }

        .divfooter a:hover {
            padding: 0px 5px 0px 2px;
            color: #333333;
            text-decoration: underline;
        }

/** Reset
==============================================================================*/

* {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}

/** Enable HTML5 for older browsers
==============================================================================*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    /** Floats
==============================================================================*/

    nav .left {
        float: left;
    }

    nav .right {
        float: right;
    }

.pull-right {
    float: right;
}

/*------------------ Menu ------------------*/

nav {
    height: 31px;
    background: #2b86bc;
    background: -moz-linear-gradient(100% 100% 90deg, #4aa0d3, #2b86bc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4aa0d3), to(#2b86bc));
}


.borderright {
    border-left: none !important;
}

nav#dark {
    background: #2b86bc;
    background: -moz-linear-gradient(100% 100% 90deg, #4aa0d3, #2b86bc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4aa0d3), to(#2b86bc));
}

nav li {
    float: left;
    display: block;
}

nav#dark li {
    padding: 1px 0 1px;
}

nav li:first-child {
    border-left: none;
}

nav li:last-child,
nav#dark li:last-child {
    border-right: none;
}

nav li a {
    float: left;
    display: block;
    color: #ffffff;
    padding: 6px 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}

nav#dark li a {
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
}

nav li a:hover {
    background: #dfdfdf;
    background: -moz-linear-gradient(100% 100% 90deg, #dfdfdf, #eee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#dfdfdf));
}

nav#dark li a:hover {
    background: #025d8c;
    background: -moz-linear-gradient(100% 100% 90deg, #003f5f, #025d8c);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#025d8c), to(#003f5f));
}

nav li.drop,
nav li.drop li {
    position: relative;
    z-index: 999;
}

    nav li.drop a {
        padding-right: 30px;
    }

nav ul > li.drop {
    background: url(Images/arrows/b_arrow_down.png) no-repeat right;
}

nav#dark ul > li.drop {
    background: url(Images/arrows/l_arrow_down.png) no-repeat right;
}

nav ul > li.drop > a:hover,
nav ul > li.drop:hover > a {
    position: relative;
    background: #dfdfdf;
    background: url(Images/arrows/b_arrow_down.png) no-repeat right, -moz-linear-gradient(100% 100% 90deg, #dfdfdf, #eee);
    background: url(Images/arrows/b_arrow_down.png) no-repeat right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#dfdfdf));
}

nav#dark ul > li.drop > a:hover,
nav#dark ul > li.drop:hover > a {
    position: relative;
    background: url(Images/arrows/l_arrow_down.png) no-repeat right #000;
    background: url(Images/arrows/l_arrow_down.png) no-repeat right, -moz-linear-gradient(100% 100% 90deg, #003f5f, #025d8c);
    background: url(Images/arrows/l_arrow_down.png) no-repeat right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#025d8c), to(#003f5f));
}

nav ul li.drop li.drop,
nav ul > li.drop li.drop:hover > a {
    background: url(Images/arrows/b_arrow_right.png) no-repeat right;
}

nav#dark ul li.drop li.drop,
nav#dark ul > li.drop li.drop:hover > a {
    background: url(Images/arrows/l_arrow_right.png) no-repeat right;
}

nav ul > li.drop li.drop:hover > a {
    background: #dfdfdf;
    background: url(Images/arrows/b_arrow_right.png) no-repeat right, -moz-linear-gradient(100% 100% 90deg, #dfdfdf, #eee);
    background: url(Images/arrows/b_arrow_right.png) no-repeat right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#dfdfdf));
}

nav#dark ul > li.drop li.drop:hover > a {
    background: url(Images/arrows/l_arrow_down.png) no-repeat right #000;
    background: url(Images/arrows/l_arrow_right.png) no-repeat right, -moz-linear-gradient(100% 100% 90deg, #003f5f, #025d8c);
    background: url(Images/arrows/l_arrow_right.png) no-repeat right, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#025d8c), to(#003f5f));
}

nav li .menu {
    display: none;
}

    nav li:hover .menu,
    nav li .menu ul {
        width: 180px;
        background: #2b86bc;
        z-index: 999;
    }

nav li:hover .menu {
    display: block;
    position: absolute;
    top: 29px;
    left: 0px;
}

    nav li:hover .menu ul {
        display: none;
    }

nav li.drop li.drop:hover ul {
    display: block;
}

nav li .menu ul {
    position: absolute;
    top: -1px;
    left: 179px;
}

nav#dark li:hover .menu,
nav#dark li .menu ul {
    background: #00436b;
}

nav .menu li {
    float: none;
    border-right: none !important;
}

nav .menu a,
nav#dark menu a {
    display: block;
    float: none;
    border-bottom: 0;
}

nav .menu li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

nav#dark .menu li {
    border-top: 1px solid #777;
    border-bottom: 0;
}

nav .menu li:last-child {
    border-bottom: none;
}

/*------------------ Menu - Ends ------------------*/

.logo-image {
	max-height: 94px;
}

/*------------------ Breadcrumb - Starts ----------------*/

.mhd-breadcrumb {
    padding: 0px 0px;
    margin: 12px 8px 0px 0px;
    color: #7C7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.mhd-breadcrumb-link {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

.mhd-breadcrumb a:link {
    color: #7C7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.mhd-breadcrumb a:visited {
    color: #7C7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.mhd-breadcrumb a:hover {
    color: #7C7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

/*------------------ Breadcrumb - Ends ----------------*/

/*------------------ Div Column Container ------------------*/

.mhd-column-container {
    width: 99%;
    padding: 0px;
    display: block;
}

.mhd-column-two {
    width: 49%;
    display: inline-block;
    float: left;
    padding: 0px;
}

.mhd-column-three {
    width: 31%;
    display: inline-block;
    float: left;
    padding: 0px;
}

.mdh-column-six-container {
    width: 100%;
    min-width: 1050px;
    padding: 3px;
    display: inline-block;
}

.mhd-column-six {
    width: 15%;
    min-width: 150px;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

.mhd-column-six-bold-extra-length {
    width: 35%;
    min-width: 260px;
    font-weight: bold;
    float: left;
    margin-left: 3px;
    padding-top: 5px;
    padding-bottom: 2px;
    display: block;
}


.mhd-header-row {
    display: block;
    float: left;
    width: 100%;
    background: #f5f5f5;
    font-weight: bold;
}

.mhd-row-no-highlight {
	display: block;
	float: left;
	width: 100%;
}

.mhd-row {
    display: block;
    float: left;
    width: 100%;
}

    .mhd-row:nth-child(2n+1) {
        background-color: #f5f5f5;
    }

    .mhd-row:hover {
        background: rgb(255, 251, 204);
    }

.mhd-column-six-center-align {
    width: 15%;
    min-width: 150px;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.mhd-column-six-center-align-extra-length {
    width: 35%;
    min-width: 260px;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.mhd-column-manualwidth {
    display: inline-block;
    float: left;
    padding: 0px;
}

.mhd-column-manualwidth-padright {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

/*------------------ Div Column Container - Ends ------------------*/

/*------------------ Button styles ------------------*/

.mhd-button {
    background-color: #1F477D;
    border: 1px solid #1F477D;
    color: White;
    font-weight: bold;
    outline: medium none;
    height: 25px;
    padding: 0 3px 0 3px;
}

	.mhd-button:hover {
		background-color: inherit;
		border: 1px solid #1F477D;
		color: #1F477D;
		font-weight: bold;
		outline: medium none;
		height: 25px;
		padding: 0 3px 0 3px;
	}

.mhd-button-green {
    background-color: #93e26f;
    color: black;
    font-weight: normal;
    height: 25px;
    border-color: #93e26f;
    border: none;
}

.mhd-button-orange {
    background-color: #FCB13F;
    color: white;
    font-weight: normal;
    height: 25px;
    border-color: #FCB13F;
    border: none;
    font-size: 11px;
    padding: 0 2px 0 2px;
}

/*------------------ Button styles - Ends ------------------*/

/*------------------ Main content styles ------------------*/

.main {
    margin: 10px;
    min-height: 600px;
}

/*------------------ Main content styles - Ends ------------------*/

/*------------------ Success/Error Message Style -----------------*/

/* Messaging related CSS classes - Starts */

#MessageContainer {
    margin: 4px auto 3px auto;
    padding: 0px;
    width: 670px;
    height: 17px;
    position: relative;
    z-index: 100;
}

/* Message & alert styles */

.mhd-message {
    padding: 3px 5px 0 3px;
    min-height: 17px;
}

.mhd-message-icon {
    float: left;
}

.mhd-message-icon-messagetype {
    float: left;
    margin-right: 0.3em;
}

.mhd-message-icon-popup {
    float: right;
    margin-left: 0.3em;
    cursor: pointer;
}

.mhd-message-icon-close {
    float: right;
    margin-left: 0.3em;
    cursor: pointer;
}

.mhd-message-title {
    width: 100%;
    padding-left: 5px;
}

.mhd-message-message {
    padding-left: 5px;
}

.mhd-message-messagelist {
    padding-left: 5px;
}

    .mhd-message-messagelist ul {
        padding-left: 40px;
        list-style-type: circle;
    }

    .mhd-message-messagelist li {
        list-style-type: circle;
    }

.mhd-field-link {
    text-decoration: underline !important;
}

/*------------------ Success/Error Message Style - Ends -----------------*/

/*------------------ Letter Selection Style -----------------*/

.letterselection-label {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-right: 5px;
    cursor: pointer;
}

.LabelUnderline {
    text-decoration: underline;
}

.LabelWithoutUnderline {
    text-decoration: none;
}

a.LabelUnderline, a.LabelWithoutUnderline {
    cursor: pointer;
}

/*------------------ Letter Selection Style - Ends -----------------*/

/*------------------ Please Wait -----------------*/

.mhd-please-wait-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #aaaaaa;
    filter: alpha(opacity=55);
    opacity: 0.55;
}

.mhd-please-wait-popup {
    width: 250px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -25px;
    padding: 3px;
    z-index: 2001;
}

    .mhd-please-wait-popup p {
        top: 3px;
        left: 50px;
        font-size: 1.25em;
        padding: 1px;
        height: 50px;
        color: #21578A;
        margin-top: 13px;
        text-align: center;
    }

.mhd-please-wait-image {
    background-image: url('Images/indicator-big.gif');
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
    width: 32px;
}

/*------------------ Please Wait - Ends -----------------*/

/*------------------ Appointment Search - Starts ---------------------*/

.appointmentSearchHeader {
    text-align: center;
    height: 30px;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: bold;
    background-color: #5c9ccc;
    color: white;
}

.alternameGrayRow {
    background-color: #eefafd;
    font-size: 12px;
}

.alternameWhiteRow {
    background-color: white !important;
    font-size: 12px;
}

.appointmentSlotListingDiv {
    background-color: #eefafd;
    font-size: 12px;
    padding-top: 10px !important;
    text-align: center !important;
    margin-right: 2px !important;
}
/*------------------ Appointment Search - Ends ---------------------*/

/*------------------ Simple List Editor ---------------------*/

.listSelector{
    list-style: none;
    display: table;
    padding-top: 5px;
    margin-bottom: 5px;
}

.listSelector button {
    margin-left: .5em;
}

.list{
	display: table;
	width: 100%;
}

.listRow {
	display: table-row;
}

.listRow div.header{
	display: table-cell;
	padding: 3px 10px;
    font-weight: bold;
}

.listRow div{
	display: table-cell;
	padding: 3px 10px;
}

.listBody {
	display: table-row-group;
}

.listRow div input[type=submit]{
    border: none;
    background-color:transparent;
    margin-right:2px;
}

.listItem div{
    min-width: 8em;
    float:left;
 }


/*------------------ List Editor - Ends ---------------------*/

/*------------------ Print Appointment Confirmation - Starts ---------------------*/

.mhdlite-label-font12 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
}

.divWithBorder {
    border-style: solid;
    border-width: 1px;
}

.liCheckboxList {
    line-height: 1.6;
    list-style: none outside none;
    padding-left: 25px;
}

/*------------------ Print Appointment Confirmation - Ends -----------------------*/

.grayline {
    height: 10px;
    width: 100%;
    background-color: lightgray;
}

.divLogin {
    text-align: left;
    vertical-align: middle;
    /*width: 100%;*/
    padding: 5% 20% 0% 20%;
}

.login-layout-border {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #2b86bc !important;
}

.mhd-field-label {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    font-size: 12px;
}

.mhd-field-label-nopadding {
    display: inline-block;
    padding: 0 0 0 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    font-size: 12px;
}

.mhd-field-header-underlined {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 6px 0px 12px 0px;
    width: 100%;
}

.mhd-service-select-box input{
    height: 15.1px;
}
.mhd-service-select-box button{
    vertical-align: top;
    height: 15.1px;
}

.mhd-field-label-nowrap {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
}

.mhd-field-label-nowrap-rightalign {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: right;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
}

.mhd-field-label-nowrap-Width10 {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 10%;
}

.mhd-field-label-nowrap-Width10-rightalign {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: right;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 10%;
}

.mhd-field-label-nowrap-Width12 {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 12%;
}

.mhd-field-label-nowrap-Width15-rightalign {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: right;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 15%;
}

.mhd-field-label-nowrap-Width20 {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 20%;
}

.mhd-field-label-nowrap-Width30 {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 30%;
}

.mhd-field-label-nowrap-Width30-rightalign {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: right;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 30%;
}

.mhd-field-label-nowrap-Width40 {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 40%;
}

.mhd-field-label-nowrap-nopadding-Width30 {
    display: inline-block;
    padding: 0 0 0 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    width: 30%;
}

.mhd-field-label-medium {
    vertical-align: middle;
    font-weight: bold;
    color: #21578A !important;
    margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    width: 150px;
    display: inline-block;
}

.mhd-field-label-red-nopadding {
    display: inline-block;
    padding: 0 0 0 0;
    text-align: left;
    color: red !important;
    font-weight: bold !important;
    font-size: 12px;
}

.mhd-field-label-value {
    display: inline-block;
    padding: 0 0 9px 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
}

.mhd-field-input {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 150px;
}

/*-- replacement for ClsTextBox --*/
.mhd-field-textbox {
    color: #7C7878;
    border-right: thin groove;
    border-top: thin groove;
    font-weight: lighter;
    font-size: 12px;
    border-left: thin groove;
    color: black;
    border-bottom: thin groove;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: 2px;
    height: 20px;
}

.mhd-field-textbox-medium {
    color: #7C7878;
    border-right: thin groove;
    border-top: thin groove;
    font-weight: lighter;
    font-size: 12px;
    border-left: thin groove;
    color: black;
    border-bottom: thin groove;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: 2px;
    height: 20px;
    width: 250px;
}

.mhd-field-select {
    color: #2E3D47;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    width: 275px;
}

.mhd-helptext-PaddingLeft30 {
    display: inline-block;
    margin-right: 4px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
    padding-left: 32%;
}

.mhd-label-RedColor {
    color: Red;
    margin-right: 3px;
}

.mhd-label-bluecolor {
    color: Blue;
    font-weight: normal;
}

.mhd-leftpadding10 {
    padding-left: 10%;
}

.mhd-field-header {
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #21578A;
    font-size: 12px;
    padding: 6px 0px 6px 0px;
    width: 100%;
}

.mhd-field-header-red {
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    font-size: 14px;
    padding: 6px 0px 6px 0px;
    width: 100%;
}

.mhd-field-header-centered-red {
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    font-size: 14px;
    padding: 6px 0px 6px 0px;
    width: 100%;
    text-decoration: underline;
}

.link {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

    .link a:visited {
        color: #036;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
    }

.no-decoration {
    text-decoration: none;
}

.qlick-view-link {
    color: Blue;
    font-size: 16pt;
    font-weight: bold;
}

.mhd-image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 1.6em;
}

.mhd-print-cellBorder {
    border: 1px solid gray;
}

/* 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-errors ul {
        padding-left: 40px;
        list-style-type: circle;
    }

    .validation-summary-errors li {
        list-style-type: circle;
    }

.validation-summary-valid {
    display: none;
}

/*--------Styles for password strength display in ResetPassword page - starts here*/
#password-medium-strength {
    margin: 0 0 15px 0;
    padding: 0;
    height: 14px;
}

    #password-medium-strength ul {
        border: 0;
        margin: 4px 0 0 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        #password-medium-strength ul li {
            display: block;
            float: left;
            text-align: center;
            padding: 1px 0 0 0;
            margin: 0;
            height: 14px;
        }

#password-weak, #password-medium, #password-strong {
    width: 84px;
    font-size: .7em;
    color: #adadad;
    text-align: center;
    padding: 2px;
    background-color: #F1F1F1;
    display: block;
}

#password-weak, #password-medium {
    border-right: solid 1px #DEDEDE;
}

#password-medium {
    width: 84px;
}

#password-medium, #password-strong {
    border-left-width: 0;
}

div.strong #password-weak, div.strong #password-medium, div.strong #password-strong {
    background: #00CC66;
    color: #00CC66;
}

div.medium #password-weak, div.medium #password-medium {
    background: #FFFF99;
    color: #FFFF99;
}

div.medium #password-weak, div.medium #password-medium {
    background: #FFFF99;
    color: #FFFF99;
}

div.weak #password-weak {
    background: #FF0000;
    color: #FF0000;
}

div.strong #password-strong, div.medium #password-medium, div.weak #password-weak {
    color: #000;
}

/*--------Styles for password strength display in ResetPassword page - starts here*/

/* END
-----------------------------------------------------------*/

.divWithBackgroundColor {
    background-color: #E2E2E2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ClsHorizontalLine {
    background-image: url('Images/Strip.gif');
    height: 35px;
    background-repeat: repeat-x;
}

.mhd-align-right {
    text-align: right;
}

.mhd-align-center {
    text-align: center;
}

.mhd-datepicker-zindex {
    z-index: 99999 !important;
}

/*-------------------------- jQuery UI override - Starts -------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}

/*-------------------------- jQuery UI override - Ends -------------------------*/

.mhd-field-text-290 {
    width: 290px;
}

.cursor-pointer {
    cursor: pointer;
}

.mhd-block-element {
    display: block;
    overflow: auto;
    width: 500px;
    height: 300px;
}

.mhd-multiple-selection-list {
    height: 200px;
    width: 250px;
}

.mhd-margin-top7 {
    margin-bottom: 7px;
}

.horizontalRule, .horizontalRular {
    margin-top: 10px;
    margin-bottom: 15px;
}

.ui-jqgrid-btable .ui-state-hover {
    background: yellowgreen;
}

/*---------------------------- Email template related classes - Starts -------------------*/
.mhd-print-title-nopadding {
    display: inline-block;
    padding: 0 0 0 0;
    margin-right: 4px;
    text-align: left;
    vertical-align: middle;
    color: #21578A !important;
    font-weight: bold !important;
    font-size: 16px;
}

.mhd-print-label-font16 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-right: 5px;
    vertical-align: middle;
}

.mhd-print-title-big {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding-right: 5px;
}

.mhd-print-general {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}

.mhd-print-content-area {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.mhd-print-title {
    color: #7C7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.mhd-print-general-small {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-right: 5px;
}

.mhd-print-title-bold {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-decoration: underline;
    font-weight: bold;
    padding-right: 5px;
}

.mhd-main-table {
    padding-right: 26px;
    width: 98%;
    padding-left: 14px;
}

.mhd-page-title {
    color: #5d86af;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}
/*---------------------------- Email template related classes - Ends -------------------*/

.patientAttendanceReport-IE8-fix {
    white-space: normal !important;
}


/*--------------------------- Multi-select style overrides - Starts --------------------*/

.multiselect-button-override {
    background-image: none !important;
    background-color: white !important;
    border-color: gray !important;
    border-radius: 0px !important;
    color: #222222 !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.ui-multiselect-header ul {
    font-size: inherit !important;
}

.ui-multiselect-checkboxes li {
    font-size: inherit !important;
}

select[multiple="multiple"], select[multiple="true"] {
	overflow: auto;
}

/*--------------------------- Multi-select style overrides - Ends ---------------------*/

.futureAppointmentHighlight {
    background: lightGreen;
}

.privacyStatement {
    font-weight: bold;
}

.subscribe {
    float: left;
    padding-left: 10px;
    color: #D20000;
    font-weight: bold;
}

.mhd-help-icon {
    vertical-align: text-bottom;
}

.mhd-textarea-label {
    vertical-align: top;
}

.guid-input {
    width: 300px;
}

.tinymce-html-padding ul, .tinymce-html-padding ol {
    padding-left: 40px;
    margin: 1em 0;
}

.mhd-checkbox input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	bottom: 1px;
}


.mhd-textarea-maxlength-hint {
	display: block;
	font-size: 80%;
	color: #444444;
}

.mhd-textarea {
	width: 400px;
	height: 150px;
}

hr.solid {
    border-top: 3px solid #bbb;
}

/* Full Calendar override */
thead .fc-widget-header {
    background-color: #1f477d !important;
    color: #fff !important;
}

.fc-event {
    background-color: green;
    border-color: green;
}

.mhd-available-slot,
.fc-event.fc-event-vert,
.fc-event.fc-event-hori,
.fc-agenda .fc-event-time {
    border-style: solid;
    border-color: green;
    background-color: green;
    color: #fff;
}

.fc-event-vert div.fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-header-title {
    font-size: 1.5em;
    font-weight: bold;
}

.ui-dialog {
    z-index: 1000 !important;
}