/* Minification failed. Returning unminified contents.
(4136,50): run-time error CSS1046: Expect comma, found '0'
(4136,54): run-time error CSS1046: Expect comma, found '/'
(4137,42): run-time error CSS1046: Expect comma, found '0'
(4137,46): run-time error CSS1046: Expect comma, found '/'
(5361,54): run-time error CSS1030: Expected identifier, found '.'
(5361,70): run-time error CSS1031: Expected selector, found ')'
(5361,70): run-time error CSS1025: Expected comma or open brace, found ')'
(5367,52): run-time error CSS1030: Expected identifier, found '.'
(5367,68): run-time error CSS1031: Expected selector, found ')'
(5367,68): run-time error CSS1025: Expected comma or open brace, found ')'
(5371,53): run-time error CSS1030: Expected identifier, found '.'
(5371,69): run-time error CSS1031: Expected selector, found ')'
(5371,69): run-time error CSS1025: Expected comma or open brace, found ')'
(6619,52): run-time error CSS1030: Expected identifier, found '>'
(6619,104): run-time error CSS1031: Expected selector, found ')'
(6619,104): run-time error CSS1025: Expected comma or open brace, found ')'
(8048,44): run-time error CSS1030: Expected identifier, found '>'
(8048,96): run-time error CSS1031: Expected selector, found ')'
(8048,96): run-time error CSS1025: Expected comma or open brace, found ')'
(12716,43): run-time error CSS1030: Expected identifier, found '>'
(12716,95): run-time error CSS1031: Expected selector, found ')'
(12716,95): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; } 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
button.ui-datepicker-close {
    display: none !important
} 
 
.ui-datepicker.ui-datepicker-buttonpane {
    margin: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right !important;
}

button.ui-datepicker-trigger {
    width: 16px !important;
    height: 16px !important;
    margin-left: 3px !important;
    background: url(/BetterDay/Content/themes/static/Images/datePicker.gif) no-repeat no-repeat !important;
}
/* Grid Styles -----------------------------------------------------------------------------------*/
.grid
{
    width:100%;
    border: 1px dotted #888;
    padding-top:3px;
    padding-right:0px;
    padding-left:0px;
    padding-bottom:3px;
    border-spacing: 3px 0px;
}

.gridcustom
{
    width:100%;
    background-color: #FBFBFB;
}
.k-widget.k-grid.k-display-block{
    overflow: hidden;
}
table.gridcustom 
{
    /*border-style: solid;
    border-bottom-style: none;  
    border-width: 1px;
    border-color: #037193;*/
}

.t-widget {
    border-style: none;
}

.k-grid {
    border-collapse: collapse;
}

.t-grid .t-status-text {
    margin: 0;
    line-height:35px;
    height:35px;
}

 .t-grid .t-grid-pager 
 {
    margin: 0;
    padding: 0;
    line-height: normal;
	height:36px;
	background:url(/BetterDay/Content/themes/static/Images/UIv2/section-footer-bg.jpg) repeat-x;
}

.t-grid td.t-hierarchy-cell a.t-icon {
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/expand-button-sprite.png);
    height: 20px;
    width: 20px;
}

.t-grid td.t-hierarchy-cell a.t-plus,
.t-grid td.t-hierarchy-cell a.t-plus-disabled {
    background-position: 0px 0px;
}

.t-grid td.t-hierarchy-cell a.t-minus,
.t-grid td.t-hierarchy-cell a.t-minus-disabled {
    background-position: -20px 0px;
}

.gridcustom .k-alt 
{
    background-color:#D0EDFB;
}

.gridcustom tbody tr:hover {
    background-color:#aed1e1;
    cursor: pointer;
}

.gridcustom th.k-header .k-link:hover
{
    background-color: transparent;
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/thsp.png);
}

.t-header, .t-header .t-link {
    color:#3c404b;
}


.gridcustom .k-grid-header .k-header .k-link
{
    padding-left: 13px;
}

.gridcustom .k-filter-row th, .gridcustom .k-grid-header th.k-header{
    border: none;
}

.gridcustom thead th {
	font-size:14px;
	padding:10px 15px;
	background: #d5edfa;
	border:none;
}
.gridcustom tr {
    border-bottom: 1px solid #ebebeb;
	color:#505050;
}

.gridcustom td {
	line-height:18px;
	padding:10px 10px 10px 11px;
	border:none;
	font-size: 14px;
}

.gridcustom a:not(.hhbutton):not(.hhgridbutton):not(.integrationWeeklyLogErrors):not(.internalServiceWeeklyLogErrors):not(.k-link) {
    font-weight: bold;
    color: #037193;
    text-decoration: none;
}

.gridcustom td a.integrationWeeklyLogErrors {
    font-weight:bold;
    color:red;
    text-decoration:none;
}

.gridcustom td a.internalServiceWeeklyLogErrors {
    font-weight: bold;
    color: red;
    text-decoration: none;
}

.gridcustom td p.ccdaImportErrors {
    font-weight: bold;
    color: red;
    text-decoration: none;
}

a.hhgridbutton
{
    line-height: 10px;
    text-decoration: none;
	-webkit-appearance:none;
	color:#938583;
    padding: 6px 18px;  /*7px 30px;*/
	font-weight:bold;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #b7b7b7;
    background: #e3e3e3;
    background:-moz-linear-gradient(top, #fbfbfb, #e3e3e3);
    background:-ms-linear-gradient(top, #fbfbfb, #e3e3e3);
    background:-o-linear-gradient(top, #fbfbfb, #e3e3e3);
	background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e3e3e3));
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;         
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 1px 0px 0px #b7b7b7, 0px 1px 0px #b7b7b7, -1px 0px 0px #b7b7b7, 0px -1px 0px #b7b7b7; 
	-webkit-box-shadow: 1px 0px 0px #b7b7b7, 0px 1px 0px #b7b7b7, -1px 0px 0px #b7b7b7, 0px -1px 0px #b7b7b7; 
	box-shadow: 1px 0px 0px #b7b7b7, 0px 1px 0px #b7b7b7, -1px 0px 0px #b7b7b7, 0px -1px 0px #b7b7b7;
    margin: 0 0 0 5px;
    white-space: nowrap;
    display: inline-block;
}

a.hhgridbutton:hover {
	color:#037193;
}

.gridcustom td span.date {
	padding-right:10px;
}

.gridcustom .grid tr:nth-child(even) {
	background:#e7f6fd;
}


.gridcustom tr.k-state-selected {
    background-image: none;
    background-color: #aed1e1 !important;
}

.gridcustom .k-filter-row th, .gridcustom .k-grid-header th.k-header{
    padding-left: 0;
}
.k-pager-numbers .k-state-selected {
    background-image: none,linear-gradient(to bottom,#004258 0,#037193 100%);
    background-color: #004258;
    border-color: #004258;
    color: white;   
}

.grid tr:nth-child(odd) {
	background:#FFF;
}

h4.col-table-title {
	line-height:22px;
	color:#fff;
}

table.col-table td img {
	display:none;
}

table.col-table td {
	padding:5px 5px 5px 10px;
	vertical-align:middle;
}

table.col-table td:hover img {
	display:inline-block;
	cursor:pointer;
	float:right;
}

.k-grid input.number-field {
    width: 50px;
}

.k-grid span.k-datepicker {
    width: 120px;
}

/* Pager */
.t-grid .t-pager {
    font-weight: bold;
}

div.pagination {
	padding:7px 0 0 25px;
	overflow:hidden;
	color:#3c404b;
	font-weight:bold;
}

ul#pager {
	height:24px;
}

ul#pager li,
.t-pager .t-page-i-of-n {
	display:inline;
}

ul#pager li.info,
.t-pager .t-page-i-of-n {
	float:left;
	margin-right:5px;
}

ul#pager li.pager-current.button {
	float:left;
	height:24px;
	width:24px;
	margin-right:10px;
	line-height:24px;
	text-align:center;
	background:url(/BetterDay/Content/themes/static/Images/UIv2/pager-button-sprite.png) -48px 0;
}

ul#pager li a, .t-pager .t-link{
	cursor:pointer;
}

ul#pager li a, .t-pager .t-link{
	float:left;
	outline:none;
	overflow:hidden;
	margin-right:10px;
	width:24px;
	height:24px;
	margin-top:5px;
}

.t-arrow-first, .t-arrow-last, .t-arrow-prev, .t-arrow-next, .t-grid-pager .t-page-i-of-n input {
    background-image:url(/BetterDay/Content/themes/static/Images/UIv2/pager-button-sprite.png);
	background-repeat:no-repeat;
	width: 24px;
    height: 24px;
}

.k-pager-input input{
    text-align: center;
}

.t-grid-pager .t-page-i-of-n{
    outline:none;
	overflow:hidden;
	margin-right:10px;
	height:24px;
	margin-top:5px;
    vertical-align: middle;
}

ul#pager li.info {
	line-height:24px;
	margin-right:10px;
}

ul#pager li.pager-first a,
.t-arrow-first,
.t-state-disabled .t-arrow-first {
	background-position:0 0;
}

ul#pager li.pager-prev a,
.t-arrow-prev,
.t-state-disabled .t-arrow-prev {
	background-position:-24px 0;
}

ul#pager li.pager-next a,
.t-arrow-next,
.t-state-disabled .t-arrow-next {
	background-position:-72px 0;
}

ul#pager li.pager-last a,
.t-arrow-last,
.t-state-disabled .t-arrow-last {
	background-position:-96px 0;
}

ul#pager li.pager-first a:hover,
.t-state-hover .t-arrow-first {
	background-position:0 -24px;
}

ul#pager li.pager-prev a:hover,
.t-state-hover .t-arrow-prev {
	background-position:-24px -24px;
}

ul#pager li.pager-current a:hover,
.t-page-i-of-n input {
	background-position:-48px -24px;
}

ul#pager li.pager-next a:hover,
.t-state-hover .t-arrow-next {
	background-position:-72px -24px;
}

ul#pager li.pager-last a:hover,
.t-state-hover .t-arrow-last
{
	background-position:-96px -24px;
}

.t-state-hover:hover
{
    border-color: transparent;
    background-color: transparent;
}

.t-widget .t-status {
    color:#037193;
	border-left:1px solid #d9d6d6;
	border-top:1px solid #d9d6d6;
	border-bottom-right-radius:5px;
    padding: 8px 8px 12px 13px;
	background:url(/BetterDay/Content/themes/static/Images/UIv2/section-footer-details-bg.jpg) 0 1px repeat-x;
    height: 17px;
}

.k-grid-header .k-header .k-link {
    padding-right: 16px;
}

.k-grid-header .k-header .k-link {
    height: auto;
}
/*---------*/
.t-filter-options input[type="text"] {
    width: 125px;
}

tr.lightGray-item, .gridcustom .lightGray-item, tr.k-alt.lightGray-item.readonly-item {
    background-color: #D3D3D3;
}

tr.gray-item, .gridcustom .gray-item, tr.k-alt.gray-item.readonly-item {
    background-color: #C8C8C8;
}

/* Styles for grid invalid item highlighting ---------------------------------------------*/
tr.invalid-item, .gridcustom .invalid-item, tr.k-alt.invalid-item.readonly-item
{
	background-color: #ffe0e0;
	color: #f00;
}

tr.expired-item, .expired-item
{
	color: #f00;
}

a.invalid-item, li.invalid-item
{
	color: #f00;
}

tr.warning-item, .gridcustom .warning-item
{
	background-color: #f39c12;
}

tr.is-generic-item, .gridcustom .is-generic-item
{
	/*background-color: #E8B400;*/
}

a.is-generic-item, li.is-generic-item
{
	/*color: #E8B400;*/
}

tr.is-associated-item, .gridcustom .is-associated-item
{
	background-color: #CCCCCC;
}

a.is-associated-item, li.is-associated-item
{
	color: #CCCCCC;
}

table.gridWrapper {
    border: 0px;
    padding: 0px;
    width: 100%;
}

tr.readonly-item,  tr.readonly-item.k-state-selected{ 
    background-color: #dcdcdc;
    color: #4B4B4B;
}

tr.invalid-item.k-state-selected {
    background-color: #dcdcdc;
    color: #f00;
}

tr.k-alt.readonly-item {
    background-color: #cbcbcb;
    color: #4B4B4B;
}

tr.readonly-item:hover td, tr.k-alt.readonly-item:hover td{
    background-color: #b0b0b0;
    cursor: default;
}

.readonly-item-pointer tr.readonly-item:hover td, .readonly-item-pointer tr.k-alt.readonly-item:hover td {
    cursor: pointer;
}

tr.grid-item-bold-red td{
    font-weight: bold;
    color: #FF5959;
}

tr.grid-item-italic-grey td{
    font-style: italic;
    color: #737373;
}

tr.grid-item-italic-red td {
    font-style: italic;
    color: #f00;
}

/* Grouping */
.t-group-cell {
    display: none;
}

/* Row Templates */
.grid-row-template
{
    display:block;
}
        
.grid-row-template:after
{
    content:"";
    display:block;
    clear:both;
}
        
.grid-row-template dl,
.grid-row-template dt,
.grid-row-template dd
{
    margin:0;
    padding:0;
}
        
.grid-row-template dt
{
    margin-right: 5px; 
    float: left;
}
        
.grid-row-template img,
.grid-row-template h3,
.grid-row-template dl,
.commands
{
    float:left;
    clear:none;
    margin:0 14px 0 0;
}
.grid-row-template h3,
.grid-row-template dl
{
    width:200px;
    border-width:0 1px 0 0;
    background-color:transparent;
    color:inherit;
}
        
.grid-row-template h3
{
    width:90px;
    padding:0;
    font-size:1.5em;
    padding-right:20px;
}
        
.grid-row-template dt
{
    font-weight:bold;
}
/* End Row Templates */

td.k-state-focused {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* plain Grid */

.plaingrid .k-header, .plaingrid .k-grid-header {
    background: #fff;
    border-style: none;
    margin: 0;
    font-weight: bold;
}

.k-grid .plaingrid td {
    border: 0;
}

.plaingrid th:first-child {
    padding-left: 5px;
}

.plaingrid th input:first-child {
    margin-left: 3px;
}

.appointment-summary-page .k-grid {
    border: 0;
}

.medlinePlusIcon {
    width: 20px;
    padding: 7px;
}

.openInfoButtonIcon {
    width: 24px;
    padding: 5px;
}

.infoButton {
    width: 25px;
    padding: 2px 0px 0px 2px;
}

.cdsButton {
    width: 25px;
    padding: 7px;
}


.imageViewer {
    width: 25px;
    padding: 4px;
}

.quickLinks {
    width: 21px;
    padding: 2px;
}

.infoButtonSummary {
    width: 20px;
    padding: 1px;
    margin-left: 5px;
}

/* plain Grid */

/* in-line Grid*/
  .abutton,
    div.k-grid .k-grid-edit,
    div.k-grid .k-grid-delete,
    div.k-grid .k-grid-cancel,
    div.k-grid .k-grid-update  {
        display:inline-block;
        width:16px;
        height:16px;
        text-align:center;
        text-indent:-444px;
        min-width:0;
        border:0;
    }

    div.k-grid .k-grid-edit {
        background: url(/BetterDay/Content/themes/static/Images/Design/edit.png);
        width: 20px;
        height: 20px;
    }

    div.k-grid .k-grid-delete {
        background: url(/BetterDay/Content/themes/static/Images/Design/appCanceled.png);
    }

    div.k-grid .k-grid-cancel {
        background: url(/BetterDay/Content/themes/static/Images/Design/appCanceled.png);
    }

    div.k-grid .k-grid-update {
        background: url(/BetterDay/Content/themes/static/Images/Design/app.png);
    }

    .abutton.delete {
        background: url(/BetterDay/Content/themes/static/Images/Design/appCanceled.png);
    }

    .abutton.edit {
       background: url(/BetterDay/Content/themes/static/Images/Design/edit.png);
    }

    .abutton.update {
        background: url(/BetterDay/Content/themes/static/Images/Design/app.png);
    }

    .abutton.cancel {
        background: url(/BetterDay/Content/themes/static/Images/Design/appCanceled.png);
    }

/*in-line Grid*/


/* Tooltip in Grid */

/*Commenting wrongly placed CSS*/
/*.k-widget.k-tooltip {
    border-color: #006080;
    background-color: #037092;
    color: #fff;
}*/

.k-callout-e {
    border-left-color: #006080;
}

.k-grid div.searchTooltip {
    background: url(/BetterDay/Content/themes/static/Images/Design/tooltipsearch.png) no-repeat;
    width: 20px;
    height: 23px;
}

/* excel toolbar*/
.k-grid-toolbar {
    background: #037193;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004258', endColorstr='#037193'); 
    background:-moz-linear-gradient(center top, #004258, #037193);
    background:-ms-linear-gradient(center top, #004258, #037193);
    background:-o-linear-gradient(center top, #004258, #037193);
	background:-webkit-gradient(linear, center top, center bottom, from(#004258), to(#037193));
}

.k-grid-toolbar .k-grid-excel {
    margin: 5px 20px;
}

.k-grid-toolbar .k-grid-excel .k-i-excel, .k-grid-toolbar .k-grid-excel:hover .k-i-excel{
    background-image: url(/BetterDay/Content/themes/static/Images/excel_icon.png);
    background-position: 0 0;
    opacity: 1;
}

.noClientFooter .k-footer-template {
    display: none;
}

/* grid tabs */
.gridTabs {
    margin-top: 15px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.gridTabs td {
    padding: 0 2px;
}

.gridTabs td > div {
    border: 1px solid #037193;
    border-bottom: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(#aeaeae, #d3d3d3);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3C404B;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gridTabs td:first-child {
    padding-left: 0;
}

.gridTabs td:last-child {
    padding-right: 0;
}

.gridTabs td:not(.active) div:hover {
    background: #d3d3d3;
}

.gridTabs td.active div {
    background: linear-gradient(#037092, #004359);
    color: #fff;
    text-shadow: 0 1px 1px #013140;
}

.gridTabs + .section {
    border-top:1px solid #037193;
}
/* grid tabs end;*/

.bdhScrollable div.k-grid-header{
    background: #d5edfa;
    z-index: 1;
    position: relative;
    box-shadow: 0 -1px 4px 1.5px rgba(0, 0, 0, 0.359);
}

:not(.k-virtual-scrollable-wrap) > .gridcustom tbody tr:first-child {
    box-shadow: inset 0px 3px 4px -1.5px rgba(0, 0, 0, 0.359);
}

.k-grid-header th.k-header>span.k-link {
    overflow:visible;
}

span.medication-end-date-in-past {
    color: #FFA500;
    font-weight: bold
}
.ui-autocomplete-input
{
	width: 238px;
	padding-right:30px;
}

.ui-autocomplete-input-icon
{
	vertical-align: bottom;
	margin: 0 0 2px 0;
}

.ui-autocomplete
{
	height: 276px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#ui-datepicker-div
{
	font-size: 12px;
}

#hhtabs.ui-widget-content a.hhbutton  {
    color: #FFF;
}

span.ui-selectmenu-status {
    line-height: 22px;
}

.ui-selectmenu-menu li a,span.ui-selectmenu-status {
     padding: .405em 38px .405em 1em;
}

/*-----------Tabs--------------*/
#hhtabs.ui-tabs {
    padding: 0;
    position: static;
    font-family: inherit;
}

#hhtabs.ui-corner-all,      #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-all, 
#hhtabs.ui-corner-bottom,   #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-bottom, 
#hhtabs.ui-corner-right,    #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-right, 
#hhtabs.ui-corner-br,       #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-br,
#hhtabs.ui-corner-left,     #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-left,
#hhtabs.ui-corner-bl,       #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-bl,
#hhtabs.ui-corner-top,      #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-top,
#hhtabs.ui-corner-tr,       #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-tr,
#hhtabs.ui-corner-tl,        #hhtabs.ui-tabs .ui-tabs-nav.ui-corner-tl
{
    border-radius: 0 0 0 0;
}

#hhtabs.ui-widget-content {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#hhtabs.ui-tabs .ui-tabs-nav.ui-widget-header 
{
    height:30px;
	background:url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x;
	background-position: top;
	border-color: #232323;
    padding:18px 0px;
    /*min-width: 958px;*/
    width: 100%;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x;
	background-position: top;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px solid #d9d6d6;
	border-left:1px solid #d9d6d6;
	border-right:1px solid #d9d6d6;
    border-bottom: none;
    display: table;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #232323;
}

#hhtabs.ui-tabs .ui-tabs-nav {
    padding: 0;
}

#hhtabs.ui-tabs .ui-tabs-nav li {
    border-style: none;
    float: none;
    position: static;
    top: auto;
    white-space: normal;
    background-image: none;
    background-color: transparent;
}

#hhtabs.ui-tabs .ui-tabs-nav li a {
    float: none;
    padding: 0;
}

#hhtabs.ui-tabs .ui-tabs-panel {
    padding: 0;
}

/* Vertical Tabs
----------------------------------*/
/*.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; width: 40em;}	
*/

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
}

.section .ui-widget-content a.hhbutton {
    color: #FFF;
}
.k-textbox > input, 
.k-autocomplete .k-input, 
.k-picker-wrap .k-input, 
.k-numeric-wrap .k-input, 
.k-dropdown-wrap .k-input, 
.k-selectbox .k-input {
    height: 2.004em !important;
    line-height: 1.65em !important;
    padding: .177em 0 !important;
    text-indent: .33em !important;
    border: 0 !important;
    margin: 0 !important;
    color: #454545 !important;
}

.k-combobox, 
.k-combobox .k-state-default, 
.k-combobox .k-state-disabled,
.k-combobox .k-state-hover,
.k-combobox .k-state-focus {
  border-radius: 7px;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #232323;
    background-color: #003a4e;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/**:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
}*/

table 
{
	border-collapse : collapse; 
	border: none;
}

.window table {
    width: 100%;
}

.window .reportWrapper table {
    width: auto;
}

table td, table th {
	padding : 0; 
}

table.tableCellPadding td, table.tableCellPadding th {
	padding : 5px; 
}

h1
{
	font-size: 30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	white-space:nowrap;
	margin-top: 0;
}

.pageTitle
{
	font-size: 30px;
	color:#333;
	font-weight:normal;
	white-space:nowrap;
}

.sub-title
{
	font-size: 14px;
	color:#DDD;
	font-weight:normal;
	white-space:nowrap;
}

.sub-title-padding {
    padding-left: 35px;
}

.titleicon img
{
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -3px;
}

.titleicon
{
    width: 30px;
    height: 30px;
    display: inline;
}

.section-title .sub-title {
    color: #666;
}

button 
{
	cursor:pointer;	
}

body.window
{
	background-color:#F7F7F7;
    background-image: none;
}


/*----------------------------------- */

.display-label-cell
{
	width: 135px;
	font-weight: bold;
	height: 23px;
	color: #333;
	vertical-align: top; 
	padding-top: 3px;
}

.editor-field-cell
{
	width: 282px;
	height: 26px;
}

.date-picker
{
	width: 80px;
}

select
{
    border: 1px solid silver;
    width: 276px;
    margin: 1px;
	padding: 1px;
}

.section-sub-header select{
    width: 250px;
}

.section-sub-header input[type="text"], input[type="password"] {
     width: 228px;
}

.lookup
{
    width: 253px;
    background-image: url(/BetterDay/Content/themes/static/Images/Design/lookup12.png);
    background-repeat: no-repeat;
    background-position:right;
    padding-right: 20px;
}

.textWrap {
    text-wrap: normal;
    word-wrap: break-word;
    width: 600px;
    line-height: 18px;
}

.single-line
{
}

.time-picker
{
    width: 50px;
}

.blue, .blue16, .blue14, .blue20, .blue11
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #2692d0;
}

.blue20
{
	font-size: 20px;
}
.blue16
{
	font-size: 16px;
}

.blue14
{
	font-size: 14px;
}

.blue11
{
	color: #2692d0;
	text-decoration: none;
	font-size: 11px
}

.blue11:hover
{
	color: #00567a;
}

.darkGrey, .darkGrey14, .darkGreyLink14
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #333333;
}

.darkGrey14
{
	font-size: 14px;
}

.lightGrey16
{
	font-size: 16px;
	color:#656565;
}

.darkGreyLink14{
	font-size: 14px;
	font-weight: bold;
}
.darkGreyLink14:hover{
	text-decoration:none;
}

.black24{
	font-size: 24px;
	color: #000;
}

.footerText{
    float: left;
	color: #80a2ad;
    padding: 19px 0 0 10px;
	line-height: 1;
}

.bold
{
	font-weight: bold;
}

a.hhlink:hover,
a:hover {
    color:#000;
}

.moduleButtons
{
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #ffffff;
	background-color: #f4f4f4;
}

.rolloverDivButton
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width: 132px;
	height: 23px; 
    text-align: center; 
    padding-top: 3px;
}

.rolloverDivButtonImage
{
    background-image: url(/BetterDay/Content/themes/static/Images/Design/menuButton.png)
}

.rolloverDivButtonImageRollover
{
    background-image: url(/BetterDay/Content/themes/static/Images/Design/menuButtonRollover.png)
}



div.verticalMenuLink
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #0e58a4;
    font-size: 14px;
    font-weight: bold;
    
    background-image: url(/BetterDay/Content/themes/static/Images/Design/submeniuButtonBackground.png);
    background-position:bottom right;
    background-repeat:no-repeat;
}

div.verticalMeniuArrow
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/submeniuArrow.png);
    background-position:center left;
    background-repeat:no-repeat;
    padding-left: 24px;
    border-bottom: 1px #e1e1e1 dotted;
       
    padding-top:10px;
	padding-bottom:10px;
}

div.verticalMenuLink:hover
{
    color: #2692d0;
}

.rightMenu
{
	padding:2px 0px 2px 10px;
}

.imgborder {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.1);
}

.imgbutton {
    margin-top: 6px;
}

.mainAreaHeader{
	height: 300px; 
	background-repeat:repeat-x; 
	background-image: url(/BetterDay/Content/themes/static/Images/Design/headerSpacer.png); 
	vertical-align: top; 
	background-color: #ffffff;
}

.footer{
	height: 100px; 
	background-repeat:repeat-x; 
	background-image: url(/BetterDay/Content/themes/static/Images/Design/footerSpacer.png);
	padding-top:60px;
	text-align:center;
}

.dotedLine{
	height: 1px; 
	background-repeat:repeat-x; 
	background-image: url(/BetterDay/Content/themes/static/Images/Design/horizontalSeperatorSpacer.png);
}
.mainAreaFooter{
	height: 300px; 
	vertical-align: top; 
	padding-top: 10px; 
	padding-bottom: 10px;
}
table.mainArea{
	width:100%;
	
}

.mainArea .topRow
{
	padding-left:15px; 
	padding-right:15px;
	height: 30px; 
	padding-top:6px; 
	text-align:right;
}

div.largeButton{
	background:url(/BetterDay/Content/themes/static/Images/Design/btnLarge.png);
	background-repeat:no-repeat;
	width:326px;
	height:101px;
	cursor:pointer; 
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	padding-right:12px;
	padding-bottom:12px;
}

div.mediumButton{
	background:url(/BetterDay/Content/themes/static/Images/Design/btnMedium.jpg);
	background-repeat:no-repeat;
	width:264px;
	height:80px;
	cursor:pointer; 
	text-align:center;
	padding-top:8px;
	padding-left:8px;
	padding-right:12px;
	padding-bottom:12px;
}

div.helpButton{
	background:url(/BetterDay/Content/themes/static/Images/Design/btnHelpLarge.jpg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	cursor:help; 
	float:right;
}

div.loginHelp{
	background:url(/BetterDay/Content/themes/static/Images/Design/btnHelpLargeGrey.jpg);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	cursor:help; 
	float:right;
}

.dottedHeader{
	background:url(/BetterDay/Content/themes/static/Images/Design/horizontalSeperatorSpacer.png);
	background-repeat:repeat-x;	
	background-position:top;
	height:1px;
	padding-top:40px;
}

.toolBar
{
    text-align:right;
    vertical-align:bottom;
}

.vpadding20 {
    padding: 20px 0;
}

ul.uiCollection  {
    /*border: 1px solid silver;
    margin: 1px;
    padding: 1px;*/
    list-style-type: none;
    /*width: 272px;
    height: 72px;*/
    /*overflow: auto;*/
}

.uiCollection li {
    /*background-color: #FFF;
    border: 1px solid #EFEFEF;*/
    padding: 2px;
    list-style-type: none;
}

.redflag
{
    width: auto;
    height: 11px;
    background-image: url(/BetterDay/Content/themes/static/Images/redflag.gif);
    background-repeat: no-repeat;
    background-position:center;
}

div.horizontalAjaxLoader {
	width: 100%;
	height: 4px;
	background: transparent url(/BetterDay/Content/themes/static/Images/horizontalAjaxLoader.gif) no-repeat center center;
}

/* Slider Styles -------------------------------------------------------------------------*/
 .slider-container
{
    width: 640px;
    height: 50px;
    float: left;
}


/* TreeView Styles -------------------------------------------------------------------------*/
.t-treeview span.t-in
{
    cursor: pointer;
}

#TreeView {
    background-color: transparent;
}

.t-menu-vertical {
    background-color: #037193;
    border:1px solid #004258;
	-moz-box-shadow:2px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:2px 2px rgba(0,0,0,0.7);
	box-shadow:2px 2px rgba(0,0,0,0.7);
}

.t-menu-vertical li.k-item a{
    color: #FFF;
    font-weight: bold;
    white-space: nowrap;
    line-height: 18px;
}

.t-menu-vertical li:hover{
    background-color: #004258;
}

li.t-item .treeItemEdit 
{
    padding: 10px;
    height: 100px;
    border: 1px solid #004258;
    background: #004258;
	background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
	-moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
	box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 15px rgba(0,0,0,0.7);
}

/*-------------------------*/
#NUSA_containerId {
    width: 60px;
    float: left;
}

#NUSAI_Options_Container{
    /*z-index: 99 !important;*/
}

#NUSAI_CommandBar_Container{
    /*z-index: 99 !important;*/
}

.divMain {
    padding: 10px 0;
}
/* Tooltip -------------------------*/
.dotted {
    border-bottom: 1px dotted #000000; 
}
.tooltip 
{
	color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative; 
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.spanCssClass{
	padding: 10px 0 18px 0;
	float: left;
}

.instructionsCssClass {
    padding: 10px 0 18px 0;
    vertical-align: top;
    overflow: hidden;
}

.instructionsCssClass .instructionsTitle {
    float: left;
}

.instructionsCssClass .instructionsText {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.smallInstructionsCssClass {
    padding: 10px 0 18px 0;
    vertical-align: top;
    overflow: hidden;
}

.smallInstructionsCssClass .instructionsTitle {
    float: left;
}

.smallInstructionsCssClass .instructionsText {
    padding-top: 5px;
    overflow: hidden;
    text-align: left;
}

.instructionsFilterCssClass {
    padding: 0px 0 0px 0px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    display: inline;
}

.instructionsFilterCssClass .instructionsText {
    margin-top: 5px;
}

span.instructionsTitle {
    line-height: normal;
    margin-right: 10px;
}

.tooltip:hover span, .tooltip:active span, .tooltip:focus span {
    visibility: visible;
}
.tooltip:hover, .tooltip:focus
{visibility:visible;}


.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}

.tooltip:hover img.tooltipIcon {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/*-------------------------*/
.password-recovery-pages {
        text-align:right;
        padding:20px 0 0 0;
    }
    
/*-----------TIME PICKER--------*/
.timePickerComponent div{
        display:inline;
}

.timePickerComponent label,.timePickerComponent input {
        white-space: nowrap;
        padding:0;
        margin:0;
}

.timePickerComponent input[type="text"] {
    width:50px;
    text-align: center;
}

.timePickerComponent label,
.form-row .timePickerComponent label {
    width:16px;
}
/*-------*/

.chart {
    border: 1px solid #CCC;
}
/*-------------------------------*/

/*-------SOCIAL SUMMARY CSS----------*/


#social-summary fieldset legend {
    font-weight: bold;
}

#social-summary .container {
    border:1px solid; padding:10px; margin:20px 0 20px 0;
}

#social-summary legend {
    padding-bottom:10px;
}

#social-summary fieldset table {
    
}

#social-summary fieldset .webGrid {
    width: 100%
}

#social-summary fieldset .webGrid thead th {
    text-align: left;
    padding-left:2px;
}

#social-summary fieldset .webGrid tbody tr:nth-child(even) {
    background: #ddd
}

#social-summary fieldset .webGrid tbody tr:nth-child(odd) {
    background: #eee
}
#social-summary fieldset .webGrid tbody tr {
    padding:3px;
    border-top:1px solid #eee;
    border-right:   1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
    margin:2px;
}

#social-summary fieldset .webGrid tbody tr:hover,#social-summary .container div:hover {
    background:#fff;
}

#social-summary fieldset .webGrid  tbody td {
    padding:3px;
    margin:5px;
}


/*-------------------------------*/

/*-------PATIENT SUMMARY CSS----------*/


#patient-summary fieldset legend {
    font-weight: bold;
}

#patient-summary .container {
    border:1px solid; padding:10px; margin:20px 0 20px 0;
}

#patient-summary legend {
    padding-bottom:10px;
}

#patient-summary fieldset table {
    color: #2e2e2e;
}

#patient-summary fieldset .webGrid {
    width: 100%
}

#patient-summary fieldset .webGrid thead th {
    text-align: left;
    padding-left:2px;
}

#patient-summary fieldset .webGrid tbody tr:nth-child(even) {
    background: #ddd
}

#patient-summary fieldset .webGrid tbody tr:nth-child(odd) {
    background: #eee
}
#patient-summary fieldset .webGrid tbody tr {
    padding:3px;
    border-top:1px solid #eee;
    border-right:   1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
    margin:2px;
}

#patient-summary fieldset .webGrid tbody tr:hover,#social-summary .container div:hover {
    background:#fff;
}

#patient-summary fieldset .webGrid  tbody td {
    padding:3px;
    margin:5px;
}

#patient-summary .k-header, #patient-summary .k-grid-header {
    border-color: inherit;
    background: inherit;
    padding: inherit;
    border-width: inherit;
    border-style: inherit;
    font-weight: inherit;
    white-space: inherit;
    text-overflow: ellipsis;    
}


/*-------------------------------*/

.btn-padding-row {
    padding: 15px 0;
}

.test-question-row {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.test-question-row label, .test-questions-form label
{
     font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
     font-size: 14px;
}

.test-question-row input[type="radio"] 
{
    margin-right: 3px;      
}

.test-question-row input[type="checkbox"] 
{
    margin-left: 4px;    
    margin-right: 3px;   
}

.test-question-row table
{
    width: auto;   
}

.test-questions-form legend, .test-questions-form legend label
{
    font-size: 16px;
    font-weight: bold;
    color: #362B36;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

textarea[readonly="readonly"], textarea[readonly], 
input[readonly="readonly"], input[readonly], 
input[type="checkbox"][readonly="readonly"], input[type="checkbox"][readonly]
{
    opacity:0.4;
}

[disabled] {
    opacity:0.4;
} 

input[type="checkbox"][disabled] {
    opacity:0.4;
} 

#hhtabs.ui-tabs .ui-tabs-panel .section-body {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #FBFBFB; 
}

.timeout {
    text-align: center;
    line-height: 60px;
    width: 100%; 
    height: 100%;
}

#timeout {
    top:0; 
    background-image:url(/BetterDay/Content/themes/static/Images/UIv2/menubg.png);
    text-align:center; 
    color:red; 
    font-weight:bold; 
    width:100%; 
    padding-top:16px; 
    padding-bottom:16px; 
    display:none;
}

#timeout span {
    padding-right: 20px;
}

.timeout .countDownTimer {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.timeout .hhbutton {
    display: inline-block;
    vertical-align: top;
}

.hhbuttonIcon {
    float: left;
    margin-left: -10px;
    padding-right: 5px;
    height: 16px;
    width: 16px;
}

li:focus, a:focus {
	outline:none;
}

table.RadioButtonListTable {
    width: auto;
}

.CheckBoxListTable .check-box-label {
    width: auto; /*Changed to auto to fix view of checkbox list in Forms*/
    padding-left: 0px;
}

.CheckBoxListTable input {
    vertical-align: top;
    margin-right: 5px;
}

.fullCalendar {
    width: 1170px;
    margin: 0 auto;
}

.fullCalendar .fc-day div {
    min-height: 39px !important;
}

.t-menu .k-item {
    padding: 3px 11px;
}

.k-treeview .k-in.k-state-selected {
    background-color: #deecfe;
    background-image: none;
    border-color: #8fb0d6;
    color: black;
}

.k-treeview .k-in.k-state-hover {
    background-color: lightgray;
    background-image: none;
    border-color: lightgray;
}

.k-button:active {
    background-color: #e3e3e3;
    border-color: rgb(155, 155, 155);
    color: initial;
}

.brown {
    color: brown;
}

.listitem-remove
{
	border: 1px solid #efefef;
	float: right;
	cursor: pointer;
}

.symptomModifiersSection .section {
    min-height: 450px;
}

table.symptomModifiersSummary {
    float:right; 
    width:450px;
}

.symptomModifiersSummary #nuanceContainer {
    width: 370px;
}

.symptomModifiersSummary .areaNotes {
    height: 100px;
}

.symptomModifiersSummaryContent {
    margin-left: 20px;
}

#symptomModifiersSummaryContentBody{
    display: block;
    max-height: 370px;
    overflow-y: auto;
}

.symptomModifiersSummaryGroupTitle {
    text-align: right;
    padding-right: 10px; 
    width:90px;
}

.symptomModifiersSummaryGroupContent {
    font-weight: bold;
}

.symptomModifiersTypeGroup {
    padding-bottom: 20px;
}

.symptomModifiersTypeGroup label.symptomModifiersTypeLabel {
    font-size: 18px;
    padding-bottom: 10px;
    width: initial;
}

.symptomModifiersTypeGroup .validation-summary-errors {
    width: 500px;
}

.symptomModifiersLookup {
    width: 270px;
}

.symptomModifierLine {
    width: 530px;
    float: left;
    border: 0;
    border-bottom: 1px solid lightgrey;
}

.lookupEmpty {
    color: darkgrey; 
}

.disable-scroll {
    position: relative;
    z-index: 1;
}

.question-label {
    width: 100% !important;
    padding-bottom: 5px;
    font-weight: bold;
}

.question-textbox {
    width: 98% !important;
    margin-bottom: 20px;
}

.question-number-textbox {
    width: 150px;
    margin-bottom: 20px;
}

.question-dropdown {
    margin-bottom: 20px !important;
} 

.normalTextColor {
    color: black;
    font-weight: normal;
}

.goodTextColor {
    color: green;
    font-weight: bold;
}

.warningTextColor {
    color: #FFD800;
    font-weight: bold;
}

.errorTextColor,
.start-dates-warning {
    color: red;
    font-weight: bold;
}

.disable-link {
    pointer-events: none;
}

.preView {
    white-space: pre;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}
.preLine {
    white-space: pre-line;
}

.personInfoCell {
    max-width: 250px;
}

.buttonList {
    width: 100%;
}

    .buttonList input[type="checkbox"],
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"] {
        margin: 4px;
        background-color: #EFEFEF;
        border-radius: 4px;
        border: 1px solid #D0D0D0;
        overflow: auto;
        float: left;
        position: absolute;
        left: -20px;
    }

.buttonList .CheckBoxListTable td {
    padding-right: 20px;
}

    .buttonList label.check-box-label:hover,
    .CheckBoxListTable.ButtonsListOnly label.check-box-label:hover {
        cursor: pointer;
		background: #cccccc;
    }

	.buttonList label.check-box-label,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label {
		 line-height: 10px;
		 text-decoration: none;
		 -webkit-appearance: none;
		 color: #3C404B;
		 padding: 6px 18px;
		 border: 1px solid black;
		 background: white;
		 -moz-border-radius: 8px;
		 -webkit-border-radius: 8px;
		 border-radius: 8px;
		 -moz-background-clip: padding;
		 -webkit-background-clip: padding-box;
		 background-clip: padding-box;
		 display: inline-block;
		 -webkit-touch-callout: none;
		 -webkit-user-select: none;
		 -khtml-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
		 cursor: pointer;
	}

    .buttonList.grey input[type="checkbox"] + label,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"] + label {
        color: #3C404B;
        border-top: 1px solid #FFF;
    }

    /*BLUE CHECKED STATE FOR CHECKBOX*/
    /*----------------------------------------------------------*/
    .buttonList label.check-box-label-blue.checked,
    .CheckBoxListTable.ButtonsListOnly label.check-box-label-blue.checked {
        line-height: 10px;
        padding: 6px 18px;
        color: white;
		background: #037092;
		border: 1px solid black;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
    }

    .buttonList input[type="checkbox"]:checked + label.check-box-label-blue,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label.check-box-label-blue {
        line-height: 10px;
        padding: 6px 18px;
        color: white;
        border-width: 2px;
        border-color: black;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
    }
    /*----------------------------------------------------------*/

	.buttonList label.check-box-label.checked:hover,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label.checked:hover {
		cursor: pointer;
		background: #00435F;
	}

	.buttonList label.check-box-label.checked,
	.CheckBoxListTable.ButtonsListOnly label.check-box-label.checked {
		color: white;
		background: #037092;
		border-width: 1px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px; 
		border-radius: 8px; 
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

    .buttonList input[type="checkbox"]:checked + label,
    .CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label {
        color: #3C404B;
        background: #bebebe;
        border-width: 1px;
        border-color: #bebebe;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px; 
        border-radius: 8px; 
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

/*GREY CHECKBOX*/
/*----------------------------------------------------------*/
.buttonList label.check-box-label-grey,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey {
    display: block;
    text-align: center;
    line-height: 10px !important;
    text-decoration: none;
    -webkit-appearance:none;
    padding: 6px 18px;
    border-right:none;
    border-left:none;
    border-bottom:none;
    color: #3C404B;
    border-top:1px solid #FFF;
    background: #aeaeae;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

.buttonList label.check-box-label-grey:hover,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey:hover
{
    background: #bebebe;
}

.buttonList label.check-box-label-grey.checked,
.CheckBoxListTable.ButtonsListOnly label.check-box-label-grey.checked {
    color: #3C404B;
    background: #bebebe;
    border-width: 1px;
    border-color: #bebebe;
}

.buttonList input[type="checkbox"]:checked + label.check-box-label-grey.checked,
.CheckBoxListTable.ButtonsListOnly input[type="checkbox"]:checked + label.check-box-label-grey.checked {
    color: #3C404B;
    background: #bebebe;
    border-width: 1px;
    border-color: #bebebe;
}
/*----------------------------------------------------------*/

.sureScriptsLogMessage {
    width: 900px; 
    height: 200px;
    opacity: 1 !important;
}

.resultDisplayArea {
    width: 685px; 
    height: 200px;
    opacity: 1 !important;
}

.resultIsValidCell {
    width: 100px;
}

.confirmationCode {
    width: 100px;
}

#serverEnvironmentInfo {
    position: absolute; 
    color: white; 
    right: 10px; 
    top: 55px; 
}

.analyte-text {
    width: 90% !important;
    padding: 5px;
    line-height: normal !important;
}

.isabelKnowledge {
    background:url(/BetterDay/Content/themes/static/Images/isabelKnowledge.ico);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer; 
	text-align:center;
    border: 0;
    display: block;
}

.lightGreyBg {
    background-color: #BBB
}

.darkGreyBg {
    background-color: #999
}

.lab-test-label {
    width: 150px;
    display: inline-block;
    line-height: 20px !important;
}

.lab-question-label {
    width:50%;
    font-weight: normal;
    display: inline-block;
    line-height: normal !important;
}

.lab-answer-input {
    width: 45%;
    margin-bottom: 2px;
}

.lab-result-table {
    width: 100%;
    border-collapse: collapse;
}
      
.lab-result-table > thead > tr 
{
    border-bottom: 1px solid #e1e1e1;
}
          
.lab-result-table > thead > tr > th 
{
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 5px;
}

.lab-result-table > tbody > tr > td
{
    vertical-align: middle !important;
    padding-left: 2px;
    padding-right: 2px;
}

.lab-result-table > tbody > tr > td.InfoButton
{
    text-align: center;
    width: 75px;
}

/* fixed toolbar in popups */
div.modal-box form.form-fixed-toolbar > div.toolbar 
{
	margin-top: 0px;
	position: absolute;
	top: 0px;
	padding: 15px 0 15px 0;
	z-index: 100 !important;
	background: #F7F7F7;
	width: calc(100% - 36px);
	height: 20px;
}

div.modal-box form.form-fixed-toolbar div.form-fixed-content {
	margin-top: 50px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-success {
	margin-top: 40px;
	margin-bottom: -40px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-valid {
	margin-top: 40px;
}

div.modal-box form.form-fixed-toolbar > div.validation-summary-errors {
	margin-top: 40px;
	margin-bottom: -40px;
}
iframe.modal-iframe {
    width: 100%;
    height: 100%;
}
/* end fixed toolbar in popups */

.count-of-selected-items {
    float: left;
    margin-left: 50px;
    margin-top: 8px;
}

.consent-type {
    font-size: large;
    font-weight: bold;
}

/* fixed overlaping close button in addImage form*/

.k-filename {
    margin-right: 2em;
    margin-left: 1em;
}

.removeLeftLabelPadding .check-box-label {
    padding-left: 0px;
}

.gridColorDisplay {
    width: 60px;
    height: 18px;
}

.k-colorpicker {
    width: 125px;
}

.k-colorpicker .k-selected-color {
    width: 100%;
}

/*Captcha*/

.g-recaptcha:first-child div.error {
  border: solid 2px #c64848;
}

.jquery-ajax-loader {
    position: absolute !important;
}

/* design fix for unobrusive and normal validator functionality*/
/*.form-row label.error {
    display: none;
}*/

.expanding-textarea {
    overflow: hidden;
}

.session-expire {
    z-index: 900001 !important;   
}

.section-arrows {
	display: inline;
	margin-left: 4px;
}

.section-collapsed {
	padding-top: 5px;
	padding-right: 10px;
}

.doNotAddToClaim {
	background-color: #ffe5e5 !important
}

#bdhChatSearch {
	width: 87%;
	margin: 2%;
}

.draggableFillInListAdvanced ul {
	cursor: move;
}

form input.string-field.width500 {
	width: 500px;
}

.breakWord {
	word-break: break-word;
}

.normalWordBreak {
    word-break: normal;
}

.formMedicalRecordTable {
	border: 1px solid lightgray;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.formMedicalRecordTable td {
	border: 1px solid lightgray;
	padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

.formMedicalRecordTable .hhbutton {
        margin: 0;
}

.formMedicalRecordMainFieldSet {
    margin-top: 10px;
    width: 50%;
    padding-top: 16px;
}

.formMedicalRecordLegend {
    font-weight: bold;
}

.formMedicalRecordButtonAddColumn {
    width: 70px;
}

.formMedicalRecordButtonColumn {
	width: 100px;
}

.formMedicalRecordDeleteColumn {
	width: 15px;
}

.formMedicalRecordDeleteColumn > span {
    margin-top: 5px;
}

.driverLicense {
    vertical-align: top;
}

.driverLicense .driverLicenseEditor {
    margin: 0 10px 0 0;
    vertical-align: top;
}

.driverLicense .driverLicenseEditor label {
    vertical-align: middle;
}

.dicPayerClaimFilingAddress {
	max-width: 258px;
}

.opsLogDetails, .gecLogDetails, .cdsmLogDetails, .gePacsLogDetails, .integrationMessageLogDetails, .eFaxlogDetails, .aledadeLogDetails, .lifetrackLogDetails {
    font-family: monospace;
    line-height: 1;
    white-space: pre;
    overflow-x: scroll;
    overflow-y: hidden;
}

.pendingMessageLogDetails {
	font-family: monospace;
	line-height: 1;
	white-space: pre-line;
	word-break: break-word;
	overflow-y: hidden;
}

.gePacsLogResponse, .lifetrackLogResponse {
    padding-top: 10px;
    font-family: monospace;
    line-height: 1;
    overflow-y: hidden;
}

.opsLogModifiedMessage, .gecLogModifiedMessage, .integrationModifiedMessage {
	font-family: monospace !important;
	line-height: 1;
}

.italic {
	font-style: italic;
}

.imagingModifiers .inline-search, .cptCodes .inline-search {
    width: 100px;
}

.imagingModifiers .li {
	width: 270px;
}

.cptCodes .li {
    width: 280px;
}

div.bottomToolbarSection {
	margin-top: 41px;
}
.documentRouteComment {
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard-header-text-message, .dashboard-header-text-message div {
	color: red;
	font-size: 14pt;
	font-weight: bold;
}

.dashboard-header-text-message div {
	padding-bottom: 4px;
}

.appointment-header-text-message {
    margin-top: 6px;
	display:inline-block;
	float:left;
}

.appointment-header-text-message div {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.two-lines-truncated-with-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.disclaimerTextContainer {
    width: 100%;
    text-align: center
}

.disclaimerText {
    font-size: xx-small;
    width: 100% !important;
}

div.disclaimerTextContainer label.disclaimerText {
    line-height: 16px
}

.timeSpan {
	height: 16px;
	padding: 7px 6px 7px 6px;
}

.ancillaryDataEditor {
	width: 100%; 
	height: 200px;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ---------------------------- SCHEDULING ------------------------------------------------- */

span.timeslot-created, 
span.timeslot-appointment, 
span.timeslot-published, 
span.timeslot-canceledappointment, 
span.timeslot-notforpublishing 
{
    white-space: nowrap;    
}
span.timeslot-created
{
	color: gray;
}

span.timeslot-appointment, span.timeslot-published
{
	color: green;
}

span.timeslot-canceledappointment, span.timeslot-notforpublishing
{
	color: red;
}

span.timeslot-appointment, span.timeslot-canceledappointment
{
    display: inline-block;
	width: 112px;
}

span.app-canceled, span.app-appointment, span.app-notForPublishing, span.app-published, span.app-created
{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
    margin-right: 2px;
}

span.app-canceled
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/appCanceled.png);
	margin-left: 5px;
}

span.app-appointment
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/app.png);
    margin-left: 5px;
    background-repeat: no-repeat;
}

span.app-notForPublishing
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/appNotForPublishing.png);
}

span.app-published
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/appPublished.png);
}

span.app-created
{
	background-image: url(/BetterDay/Content/themes/static/Images/Design/appCreated.png);
}

.fullCalendar .fc-event-vert .fc-event-time {
    font-size: 13px;
}

.eventBoxTitle {
    font-weight: bold;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-valid
{
    color: #0c9d17;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error,
input[inputtype="Lookup"].input-validation-error ~ input[inputtype="lookupbox"],
select.input-validation-error + span[id^='ddcl-'],
.input-validation-error-fake {
    border: 1px solid #ff5555 !important;
    background-color: #fff2f2;
    box-shadow: 0 0 10px #ff5555 inset !important;
}

.input-validation-error:focus, input.inline-search.input-validation-error:focus,
input[inputtype="Lookup"].input-validation-error~input[inputtype="lookupbox"]:focus
{
    background-color: #fff2f2;
    box-shadow: 0 0 10px #ff5555;
}

span.field-validation-error 
{
    display: none;
}

/* grid input validation */
.grid-validation-error input
{
    border: 1px solid #ff5555;
    background-color: #fff2f2;
    box-shadow: 0 0 10px #ff5555 inset;
}

.grid-validation-error input:focus
{
    border: 1px solid #ff5555;
    background-color: #fff2f2;
    box-shadow: 0 0 10px #ff5555;
}

/* grid lookup validation */
.grid-validation-error span.k-autocomplete,
.grid-validation-error span.k-autocomplete.k-state-focused,
.grid-validation-error span.k-autocomplete.k-state-hover
{
    border: 1px solid #ff5555;
}

.grid-validation-error span.k-autocomplete input,
.grid-validation-error span.k-autocomplete.k-state-focused input,
.grid-validation-error span.k-autocomplete.k-state-hover input
{
    border: none;
}

/* grid dropdown validation */
.grid-validation-error .k-dropdown-wrap,
.grid-validation-error .k-dropdown-wrap.k-state-focused,
.grid-validation-error .k-dropdown-wrap.k-state-hover {
    border-color: #ff5555;
}

.grid-validation-error .k-dropdown-wrap .k-input {
    background-color: #fff2f2;
    box-shadow: 0 0 10px #ff5555 inset;
}

/* grid date picker validation */
.grid-validation-error .k-datepicker {
    border: 1px solid #ff5555;
}

/* Validation Summary  */

.validation-summary-errors, .validation-summary-success, .validation-summary-warning, .validation-summary-information {
    margin: 1em 0;
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: left;
}

.validation-summary-errors
{
    background: #FBE3E4;
    color: #8A1F11;
    border: 1px solid #FBC2C4;
}

.validation-summary-error-delete
{
    padding: 1px 3px;
    background: transparent;
    color: #8A1F11;
    font-weight: bolder;
    font-size: 10px;
    border: 2px solid #8A1F11;
    -moz-border-radius:10px 10px 10px 10px;  
    border-radius:10px 10px 10px 10px;
    cursor: pointer; 
}

.validation-summary-success
{
    background: #e7fbe3;
    color: #1e550b;
    border: 1px solid #c5fbc2;
}

.validation-summary-warning {
    background: #FFEBCD;
    color: #BA600A;
    border: 1px solid #FDCC85;
}

.validation-summary-information {
    background: #CCEEFC;
    color: #3B83A1;
    border: 1px solid #A6E2FB;
}

.validation-summary-errors ul, .validation-summary-success ul, .validation-summary-warning ul, .validation-summary-information ul {
    list-style-type: disc;
    margin-left: 15px;
    font-size: 14px;
}

.validation-summary-errors ul li, .validation-summary-success ul li, .validation-summary-warning ul li, .validation-summary-information ul li {
    padding: 2px;
}

.validation-summary-valid
{
    display: none;
}

.input-validation-warning {
    border: 1px solid #f7e032 !important;
    box-shadow: 0 0 10px #f7e032 inset !important;
}

.input-validation-warning:focus {
    background-color: #fff2f2;
}

/* --- Reset --- */

html {
    overflow-x: auto !important;
}

html, body {
    height: 100%; /*needs to display footer correctly*/
}

.base_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px;
    overflow: hidden;
}

.base_footer, .base_push {
    height: 82px;
}

.base_footer {
    width: 100%; /* For those good old-fashioned browsers with no vw or calc() support */
    width: -webkit-calc(100vw - 15px);
    width: -moz-calc(100vw - 15px);
    width: calc(100vw - 15px);
    max-width: 100%;
    overflow-x: hidden;
}

#footer-logo-container {
    float: right;
    overflow: hidden;
}

#footer-logo {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font-size:12px;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* --- Clear Fix --- */

.clear:after, .section-body:after, .section-row:after, .row:after, #profile-area:after, 
.col-left:after, .col-right:after, .tab-footer:after, .section-sub-header:after, 
.col-table-header:after, .col-table-footer:after, #tab-1:after, #tab-2:after, .graph-footer:after,
.modal-body:after, .modal-footer:after { 
 content: ".";  
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden; 
}

/* --- Main Page & Elements Styling --- */

body {
    font-family:Arial, Sans-serif;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/body-bg.jpg) #F3f3f3;
}

body.window.overflow {
    overflow: visible;
}

.cursor-pointer {
    cursor: pointer;    
}

h4 {
    font-weight:bold;
    font-size:14px;
    color:#666666;
}

.col-table-header h4 {
    line-height:27px;
}

/* --- Layout Styling --- */

.float-left {
    float:left;
}

.float-right,
.lowerRightCornerAlign a.hhbutton {
    float:right;
}

.no-float {
    float:none;
}

div.modal-box.overflow-auto {
    overflow: auto;
    height: 100%;
}

.squeeze {
    
}

.no-padding {
    padding: 0 0 0 0 !important;
}

.stretch {
    width:960px;
    margin-left:-41px;
}

.support-col {
    width:140px;
}

.logo {
    padding: 19px 10px 0 10px;
}

.strong {
    font-weight:bold;
}

.monospace {
    font-family: monospace;
    background-color: #eee;
    white-space: pre-wrap;
}

.row {
    width:100%;
}

.row.last {
    margin-bottom:0;
}

.col-left {
    width: 50%;
    min-width:  258px;
    display: inline-block;
    vertical-align: top;
}

.modal-box .col-left 
{
    width: auto;
    max-width: 100%;
    min-width: 100px;
}

.col-right {
    width: 50%;
    min-width: 258px;
    margin-right:0;
    display: inline-block;
    vertical-align: top;
}

.modal-box .col-right {
    width: auto;
}

.tab-footer {
    clear:both;
}

#tabs {
    margin-bottom:20px;
}

.section-row {
    position:relative;
    margin-bottom:20px;
    padding-bottom:20px;
}

.section-row.last {
    margin-bottom:0;
    border:none;
    padding-bottom:0;
}

.section-row-bottom-border {
    border-bottom:2px solid #afb0b0;
}

.section-row.last .anchor { /* Keeps the textarea in the last row flush with other form elements */
    bottom:0;
}

.col-table-header {
    padding-bottom:5px;
    width:100%;
}

.col-table-sub-header {
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
    -moz-box-shadow:inset 0px 5px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow:inset 0px 5px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow:inset 0px 5px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    padding:5px 15px;
    display:block;
    clear:both;
    height:20px;
}

.col-table-sub-header img {
    padding-top:2px;
    cursor:pointer;
}

table.col-table {
    width:100%;
    margin-bottom:10px;
}

.col-table-footer {
    margin-bottom:7px;
}

.col-table td {
    width:50%;
}

.fillinlistadvanced-li-field.form-row{
    line-height:30px;
}

li.form-row, .form-row {
    line-height: 30px;
}

.low-row-form li {
    line-height:18px;
}

.inactive {
    color: #aaa;
}

.center_warning {
    font-weight:bold;
    color: red;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 140px;
    z-index: 1;
}

/* --- Main Content Styling --- */

#main-content {
    min-height: 400px;
    padding: 122px 45px 50px 40px;
    min-width: 880px;
}

.header-left {
    width:300px;
    padding-right:20px;
    border-right:1px solid #ccc;
}

/* Isabel Search */

#isabel-search h4.title {
    font-size:18px;
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:2px solid #000;
}

.tab-header #isabel-search ul {
    margin-bottom:0;
}

.search-results {
    max-width:310px;
    padding:10px;
    background:#ecebea;
    margin-right:10px;
}

.search-results:hover {
    background:#d6d5d6;
}

.search-results ul li {
    display:inline;
    margin-right:5px;
}

/* --- Section Styling --- */

.no-header-body {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #d9d6d6;
}

.section-header {
    min-height: 26px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x;
    background-position: bottom;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top:1px solid #d9d6d6;
    border-left:1px solid #d9d6d6;
    border-right:1px solid #d9d6d6;    
    padding:20px 30px;
    background-color: #FFF;
}

.section-header ul.main-menu, .section-header ul.sub-menu,
#hhtabs ul.main-menu, #hhtabs ul.sub-menu{
    line-height:19px;
    text-align:center;
}

#hhtabs .section-header.tabDoubleRow {
    padding-top: 20px;
}
#hhtabs .section-header.tabDoubleRow ul.sub-menu
{
    line-height: 20px;
}

.tabDoubleRow {
    height: 55px;
}

.section-header ul.menu li a,
#hhtabs ul.menu li a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    white-space:nowrap;
    padding: 0 10px;
}

#hhtabs ul.menu li:hover a, 
#hhtabs ul.menu li.active a,
#hhtabs ul.menu li.ui-state-active a,
.section-header ul.menu li.active a,
.section-header ul.menu li a:hover{
    color:#fff;
    padding: 0 10px;
    display: block;
}

#hhtabs ul.tab-sub-menu li:hover a, 
#hhtabs ul.tab-sub-menu li.active a 
{
    color:#000;
    text-decoration: underline;
}

.section-header ul.menu li,
#hhtabs .section-header ul.menu li,
#hhtabs ul.menu li {
    height: 19px;
    font-size:12px;
    display: inline-block;
    text-align:center;
    padding:0;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;         
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border-top: 1px solid transparent;
}

#hhtabs ul.menu li {
    margin:6px 20px;
}

.section-header ul.menu li:hover,
#hhtabs .section-header ul.menu li.ui-state-hover,
#hhtabs ul.menu li.ui-state-hover,
#hhtabs ul.menu li:hover {
    cursor:pointer;
    color:#fff;
    background:#3c404b;
}

#hhtabs ul.menu li.ui-state-hover
 {
    margin: 6px 10px;
}

.section-header ul.menu li.active,
.section-header ul.menu li.ui-state-active,
#hhtabs .section-header ul.menu li.ui-state-active,
#hhtabs ul.menu li.ui-state-active,
#hhtabs ul.menu li.active {
    cursor: text;
    color: #fff;
    border: 1px solid black;
    background: #037092;
}

#hhtabs ul.menu li.ui-state-active
 {
   margin: 6px 10px; 
}

.section-header h4.section-title, span.ui-dialog-title, .plainSectionTitle, .instructionsTitle {
    font-size:18px;
    font-weight:bold;
    text-shadow:0px 1px #fff;
    color:#037193;
    line-height:26px;
    display:inline; 
    margin:0;
    float:left;
    white-space: nowrap;
}

.plainSectionTitle {
    float: none;
    line-height: 60px;
    display: block;
}

.ui-dialog span.ui-dialog-title{
    float: none;
    display: inherit;
    vertical-align: middle;
    padding-right: 30px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    width: 100%;
}

.titleBarAdd {
    position: absolute;
    right: 50px;
    top: 5px;
}

.section-header img.arrow 
{
    background: url(/BetterDay/Content/themes/static/Images/UIv2/up-arrow.jpg) no-repeat;
    cursor: pointer;
}

.section-header img.arrowdown 
{
    background: url(/BetterDay/Content/themes/static/Images/UIv2/down-arrow.png) no-repeat;
}

.section-header img.collapse-arrow 
{
    background: url(/BetterDay/Content/themes/static/Images/UIv2/collapse-all-up-arrow.jpg) no-repeat;
    margin-right: 3px;
    cursor: pointer;
}

.section-header img.collapse-arrow-down 
{
    background: url(/BetterDay/Content/themes/static/Images/UIv2/collapse-all-down-arrow.png) no-repeat;
}

.section-sub-header select:focus {
    outline:none;
}

div.dropdown, div.dropdown div,
div#CellPhoneNumberphonearea,
div#Ssnssncodearea,
div#Zipzipcodearea,
.inline-block, .inline-block div {
    display:inline-block;
}

.inline, .inline div {
    display:inline;
}

select {
    display:inline-block;
}

.section-sub-header 
{
    background: #037193;
    background:-moz-linear-gradient(top, #004258, #037193);
    background:-ms-linear-gradient(top, #004258, #037193);
    background:-o-linear-gradient(top, #004258, #037193);
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
    -moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    border-bottom:1px solid #000;
    padding:15px 15px 9px;
}

.section-sub-header {
    
}

.section-sub-header .row {
    height:32px;
}

.section-sub-header label, .section-body .section-sub-header label {
    color:#fff;
    font-weight: normal;
    font-size: inherit;
}

.section-body {   
}

.section {
    background-color: #FBFBFB;
    padding: 20px;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-bottom:20px;
}

.section-full {
    background-color: #FBFBFB;
    padding: 20px;
    border: 1px solid #d9d9d9;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 5px;
    margin-bottom:20px;    
}

.section-body.with-sub-header {
    padding:0px 0px 20px 0;
    border-left: none;
    border-right: none;
}

.section-body h2, .modal-box h2 {
    font-weight:bold;
    font-size:14px;
    color:#444444;
}

.body-row {
    margin-bottom: 9px;
    margin-top:9px;
    text-align: right;
}

.section-footer {
    height:36px;
    margin-bottom:20px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-footer-bg.jpg) repeat-x;
    border-bottom:1px solid #d9d6d6;
    border-left:1px solid #d9d6d6;
    border-right:1px solid #d9d6d6;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.section-footer p {
    padding-left:15px;
}

.section-footer .page-display.details {
    line-height:36px;
    height:36px;
}

.section-footer .page-display.details, .t-grid .t-status-text {
    color:#037193;
    border-left:1px solid #d9d6d6;
    border-top:1px solid #d9d6d6;
    border-right:1px solid #d9d6d6;
    border-bottom-right-radius:5px;
    padding:0 40px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-footer-details-bg.jpg) 0 -1px repeat-x;
}

div.k-grid table input[type="checkbox"],
div.instructionsTitle input[type=checkbox] {
    zoom:1.4;
    transform:scale(1.4);
}

div.k-grid table td.marked {
    background-color: yellow;
}

/* Sliders */
.graph-container {
    padding: 20px;
}

.graph-footer {
    width:762px;
    margin:0 auto;
}

#graph {
    width:762px;
    margin:0 auto;
    padding-bottom:40px;
}

.slider-container {
    padding-left:35px;
    padding-top:20px;
}
    #tabs-vertical .slider-container {
        background:url(/BetterDay/Content/themes/static/Images/UIv2/severity-slider-bg.png) no-repeat center top;
        padding-left:0;
        padding-top:50px;
        margin-bottom:30px;
    }

#tabs-vertical .ui-widget-header  {
    border-bottom:0;
}
    
.ui-slider.ui-slider-horizontal {
    height:6px;
    border:none;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/slider-bg.jpg) repeat-x black;
}

.range-slider .ui-slider-range {
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    border:none;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/slider-fg.jpg) repeat-x;
}

.ui-slider-horizontal a.ui-slider-handle {
    top:-0.4em;
    width:18px;
    height:18px;
    outline:none;
    border:none;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/slider-handle.png) no-repeat;
}

#tabs-vertical a.ui-slider-handle.ui-state-default {
    background:url(/BetterDay/Content/themes/static/Images/UIv2/slider-handle.png) no-repeat;
}

/* --- Header Styling --- */

#header {
    position: fixed;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/header-bg.jpg) repeat-x center top;
    height: 82px;
    width: 100%;
    min-width: 960px;
    z-index: 4;
    transition: height 200ms;
}

#header.scrolledDown {
    height: 45px;
}

#header .logo {
    width: 225px;
}

#header .logo a{
    text-decoration: none;
}

#header .logo img {
    transition: all 200ms;
}

#header.scrolledDown .logo img:nth-child(1) {
    transform: scale(0.55);
    transform-origin: left top;
    margin-left: 90px;
    margin-top: -8px;
}

#header.scrolledDown .logo img.smile {
    transform: scale(0.4) rotate(90deg);
    transform-origin: left top;
    margin-left: 120px;
    margin-top: -8px;    
}

#header.scrolledDown .logo img:nth-child(2) {
    display: none;
}

#sub-header {
    position: fixed;
    top: 82px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/sub-header-bg.jpg) repeat-x;
    height:40px;
    width: 100%;
    min-width:960px;
    z-index: 4;
    transition: top 200ms;
}

#sub-header.scrolledDown {
    top: 45px;
    box-shadow: 0 8px 10px -6px #9c9c9c;
}

.content-header h4.fixedOnScroll {
    position: fixed;
    top: 122px;
    left: 40px;
    transition: top 200ms;
    z-index: 3;
}

.content-header h4.fixedOnScroll.scrolledDown {
    top: 85px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

#profile-area.fixedOnScroll.scrolledDown {
    position: fixed;
    top: 85px;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 40px;
}

#profile-area.fixedOnScroll.scrolledDown #PersonImage{
    max-height: 90px;
}

.christmas {
    background: url(/BetterDay/Content/themes/static/Images/hhchristmas.jpg) repeat;
}

.col-left li .subhead-col,.col-right li .subhead-col .subhead-column {
    float: none;
}

.subhead-col {
    margin-right:10px;
    display: inline-block;
    padding: 3px;
    margin-left: auto;
}

.subhead-col label {
    padding-bottom: 5px;
}

.subhead-column {
    margin-right:10px;
    display: inline-block;
}

.subhead-column label {
    padding-bottom: 5px;
}

.timePickerComponent .subhead-col .subhead-column {
    margin-right:0px;
}

.subhead-col.last {
    margin-right:0;
}

ul#support-links {
    padding:21px 0 0 15px;
}

ul#support-links li.first {
    margin-bottom:6px;
}

ul#support-links li a {
    display:block;
    height:20px;
    width:0px;
    padding-left:113px;
    overflow:hidden;
}

ul#support-links li a {
    background-image:url(/BetterDay/Content/themes/static/Images/UIv2/support-sprite.png);
    background-repeat:no-repeat;
}

ul#support-links li.item-1 a {
    background-position:0 0;
}

ul#support-links li.item-2 a {
    background-position:0 -25px;
}

/* Content Area Styling */

.content-header {
    height: 60px;
    position: relative;
    float: left;
}

.header-container {
    height: 60px;
}

.appointment-task-button-icon {
    width: 28px;
    cursor: pointer;
}

.appointment-task {
    padding: 5px 7px;
    position: relative;
    left: 10px;
    top:0;
    color:#FFF;
    font-weight:bold;
    font-size:18px;
    text-shadow:0px 1px #01181f;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/button-bg.jpg) #037092 0 0 repeat-x;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-bottom:1px solid #05C6E4;
    -moz-box-shadow: 1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5);
    -webkit-box-shadow:1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5);
    box-shadow: 1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5);
    white-space: nowrap;
    float: left;
}

h4.tab {
    position:relative; /* Important to keep all tabs properly aligned to top left of header */
    top:0;
    left:0;
    color:#FFF;
    font-weight:bold;
    font-size:18px;
    text-shadow:0px 1px #01181f;
    padding:10px 15px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/button-bg.jpg) #037092 0 0 repeat-x;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-bottom:1px solid #05C6E4;
    -moz-box-shadow: 1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5); 
    -webkit-box-shadow:1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5); 
    box-shadow: 1px 0px 0px #004258, -1px 0px 0px #004258, 0px 1px 0px #004258, 0px 1px 4px rgba(2,2,4,.5);    
    white-space: nowrap;
    
}

.tab-header ul {
    margin-bottom:20px;
}

ul#main-symptoms li, ul#other-symptoms li {
    display:inline;
}

h4.main-symp, h4.other-symp {
    display:inline;
}

h4.main-symp, ul#main-symptoms li  {
    font-size:16px;
    line-height:16px;
}

h4.other-symp, ul#other-symptoms li {
    font-size:14px;
    line-height:14px;
}

/* Navigation Styling */

#header-left {
    white-space: nowrap;
    display: flex;
}

ul#navigation {
    margin-top: 2px;
    height:78px;
    font-size: 0;
    border-left: 1px solid #004d62; 
}

ul#navigation:before {
    border-left: 1px solid #017fa7; 
    content: "";
    line-height: 79px;
    font-size: 71px;
}

ul#navigation li {
    display:inline-block;
    background: linear-gradient(#0387ae, #00465f);
    border-right: 1px solid #004d62; 
}

ul#navigation li:before {
    border-right: 1px solid #017fa7; 
    content: "";
    line-height: 79px;
    font-size: 71px;
}

@-moz-document url-prefix() {
    ul#navigation:before {
        content: none;
    }

    ul#navigation li:before {
        content: none;
    }
}

ul#navigation li a {
    float: left;
    outline: none;
    height: 65px;
    padding-top: 14px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
    text-decoration: none;
    min-width: 80px;
    transition: padding 200ms;
}

.scrolledDown ul#navigation li a {
    padding-top: 5px;
}

ul#navigation li a span {
    transition: opacity 200ms;
}

.scrolledDown ul#navigation li a span {
    opacity: 0;
}

ul#navigation li:hover {
    background: none;
    background-color: #0387ae;
    /*background:radial-gradient(ellipse at 50% -3%, rgba(96, 251, 202, 0.8), rgba(112, 220, 255, 0.5), rgba(255, 116, 225, 0.0) 50%), radial-gradient(circle at 80% 10%, rgba(96, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 2%), radial-gradient(circle at 90% 20%, rgba(255, 251, 202, 0.8), rgba(255, 255, 255, 0.0) 1%);*/
}

ul#navigation li.activearea {
    -moz-box-shadow:    inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow:         inset 0 0 20px #000000;
    background: none;
    background-color: #004b68;
}

ul#navigation li:active {
    background-color: #01c3e7;
}
    
/* Footer */

#footer {
    min-width:960px;
    height:82px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/footer-bg.jpg) repeat-x center top;
}

#footer .logo {
    
}

/* Tables */

.section-body .table-body {
    width: auto;
    min-width: 960px;
    margin:0px 0 10px 0px;
}

td {
    vertical-align:top;
}

.section-sub-header img.calendar-picker {
}

.invalid-col label {
    padding-left:5px;
}

button.filter-button {
    cursor:pointer;
    border:none;
    text-indent:-9999em;
    width:92px;
    height:31px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/filter-button.png) 0 0 no-repeat;
}

.section label{
    display:inline-block;
    width:150px;
}

.form-row label {
    display:inline-block;
    width:150px;
    font-weight: bold;
    vertical-align:top;
}

.form-row > div.limitspace {
    width: calc(100% - 155px);
}

.labelmargin {
    margin-left: 167px;
}

.section-row .col-right label {
    line-height:30px;
}

.section .col-left label.inline-label {
    width:135px;
}

.section label.inline-label, .section h2 {
    height: 32px;
    line-height: 32px;
    color:#666666;
}

.section-sub-header label 
{
    display:inline;
}

.section-sub-header .row.blocklabel label {
    display:inline-block;
}

.section-sub-header label.block {
    display:inline-block;
    width:120px;
}

li.action-btn {
    text-align:center;
    margin-bottom:10px;
}

/* Buttons */

a.hhbutton {
    cursor:pointer;
}

a.hhbutton.hideImportant {
    display: none !important;
}

button.add-button {
    border:none;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/add-icon.png) left center no-repeat;
    padding:5px 0 5px 25px;
    font-size:12px;
    color:#666666;
}

button.add-button:hover {
    color:#333333;
}

a.hhbutton, .ui-widget-content a.hhbutton, input.hhbutton, input[type=checkbox].hhbutton ~ .hhbutton-label {
    cursor: pointer;
    line-height: 15px;
    text-decoration: none;
    -webkit-appearance: none;
    color: white;
    padding: 6px 18px; /*7px 30px;*/
    font-weight: bold;
    text-shadow: 0px 1px 1px #013140;
    border-top: 1px solid #05C6E4;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: #004359;
    background: -moz-linear-gradient(top, #037092, #004359);
    background: -ms-linear-gradient(top, #037092, #004359);
    background: -o-linear-gradient(top, #037092, #004359);
    background: -webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359));
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    -webkit-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    margin: 0 0 5px 5px;
    white-space: nowrap;
    display: inline-block;
}

input[type=checkbox].hhbutton ~ .hhbutton-label {
    border-top: 1px solid #bfffbf;
    background: #00a700;
    background: -moz-linear-gradient(top, #00FF00, #00A700FF);
    background: -ms-linear-gradient(top, #00FF00, #00A700FF);
    background: -o-linear-gradient(top, #00FF00, #00A700FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), to(#00A700FF));
    -moz-box-shadow: 1px 0px 0px #056401, 0px 1px 0px #056401, -1px 0px 0px #056401, 0px -1px 0px #056401;
    -webkit-box-shadow: 1px 0px 0px #056401, 0px 1px 0px #056401, -1px 0px 0px #056401, 0px -1px 0px #056401;
    box-shadow: 1px 0px 0px #056401, 0px 1px 0px #056401, -1px 0px 0px #056401, 0px -1px 0px #056401;
    width: auto;
    vertical-align: middle;
}

a.hhbutton div {
    line-height: 15px;
    text-decoration: none;
    -webkit-appearance: none;
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px 1px #013140;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
}

a.hhbutton.disabledWhileLoading {
    background: #03789c url(/BetterDay/Content/themes/static/Images/hhbutton-ajax.gif) no-repeat 4px center;
    padding-left: 25px;
    padding-right: 11px;
}

a.hhbutton.small {
    font-size: 11px;
    padding: 3px 12px;
    margin: 0;
}

a.hhbutton:hover:not(.disabledWhileLoading):not(.grey),
input.hhbutton:hover {
    background: #004b64;
    background: -moz-linear-gradient(top, #03789c, #004b64);
    background: -ms-linear-gradient(top, #03789c, #004b64);
    background: -o-linear-gradient(top, #03789c, #004b64);
    background: -webkit-gradient(linear, left top, left bottom, from(#03789c), to(#004b64));
}

input[type=checkbox].hhbutton ~ .hhbutton-label:hover {
    background: #00a700;
    background: -moz-linear-gradient(top, #76f676, #00A700FF);
    background: -ms-linear-gradient(top, #76f676, #00A700FF);
    background: -o-linear-gradient(top, #76f676, #00A700FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#76f676), to(#00A700FF));
}

a.hhbutton.active {
    background:-moz-linear-gradient(top, #004359, #037092);
    background:-ms-linear-gradient(top, #004359, #037092);
    background:-o-linear-gradient(top, #004359, #037092);
    background:-webkit-gradient(linear, left top, left bottom, from(#004359), to(#037092));
}

a.hhbutton.gray
{
    color: #3C404B;
    text-shadow:0px 1px 1px #c2c2c2;
    border-top:1px solid #FFF;
    background: #aeaeae;
    background:-moz-linear-gradient(top, #d3d3d3, #aeaeae);
    background:-ms-linear-gradient(top, #d3d3d3, #aeaeae);
    background:-o-linear-gradient(top, #d3d3d3, #aeaeae);
    background:-webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#aeaeae));
    -moz-box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2; 
    -webkit-box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2; 
    box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2;
}

a.hhbutton.gray:hover
{
    background: #bebebe;
    background:-moz-linear-gradient(top, #d3d3d3, #bebebe);
    background:-ms-linear-gradient(top, #d3d3d3, #bebebe);
    background:-o-linear-gradient(top, #d3d3d3, #bebebe);
    background:-webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#bebebe));
}

input[type=checkbox].hhbutton {
    visibility: collapse;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0 0 0 -2px;
    padding: 0;
}

input[type=checkbox].hhbutton:not(:checked) ~ .hhbutton-label {
    color: #3C404B;
    border-top: 1px solid #05C6E4;
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-shadow: none;
    background: #ffffff;
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
}

input[type=checkbox].hhbutton:not(:checked) ~ .hhbutton-label:hover {
    background: #eeeeee;
}

a.hhbutton.disabled
{
    cursor:default;
    color: #aeaeae;
    font-weight:normal;
    text-shadow:0 0 0 #c2c2c2;
    border-top:1px solid #FFF;
    background: #d3d3d3;
    background:-moz-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-ms-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-o-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#d3d3d3));
    -moz-box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2; 
    -webkit-box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2; 
    box-shadow: 1px 0px 0px #c2c2c2, 0px 1px 0px #c2c2c2, -1px 0px 0px #c2c2c2, 0px -1px 0px #c2c2c2;
}

a.hhbutton.disabled:hover
{
    background: #d3d3d3;
    background:-moz-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-ms-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-o-linear-gradient(top, #d3d3d3, #d3d3d3);
    background:-webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#d3d3d3));
}

a.hhbutton.hidden, .hidden {
    display: none !important;
}

.section-body a.hhbutton, .section-body input[type=checkbox].hhbutton ~ .hhbutton-label {
    display:inline;
}

.toolbar.inverted a.hhbutton {
    float: right;
}

a.hhbutton.btn-left
 {
    margin-top:0;
    margin-right:10px;
    margin-left:0px;
    margin-bottom:0;
}

a.hhbutton.btn-right,
.lowerRightCornerAlign a.hhbutton
{
    margin-top:0;
    margin-left:6px;
    margin-right:0px;
    margin-bottom:0;
}

a.hhbutton.btn-top {
    margin-top:10px;
}

a.hhbutton.gridselect img {
    margin: -3px -11px;
    padding-left: 4px;
}

a.hhbutton.withCalendar img {
    margin: -3px 0px;
}

a.appointmentSummaryLink {
    color: #037193;
    cursor: pointer;
    font-weight: bold;
}

button.ui-datepicker-trigger {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

button.ui-datepicker-trigger img {
    margin:0 0 7px 7px;
    vertical-align:middle;
    opacity:1;
}

button.ui-datepicker-trigger img[disabled] {
    opacity:0.4;
}

button.ui-datepicker-trigger[disabled] {
    cursor: default;
}

/* BDH Fixed Black Buttons */

.bdhfixedbutton {
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 4px 15px;
    top: 0;
    right: 0;
    background-color: #444;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    z-index: 5;
    margin-right: 10px;
}

.bdhfixedbutton:hover {
    background-color: #333;
}

.bdhfixedButtonsContainer {
    display: flex;
    float: right;
    position:fixed;
    z-index: 5;
    right: 0px;
}

#bdhHelpButton, #bdhHelpButton:hover {
    text-decoration: none;
    color: white;
}

#bdhHelpIcon::before {
    content: "?";
    font-weight: 900;
    font-size: 14pt;
    color: #26a1d6;
    margin-right: 4px;
    vertical-align: sub;
}

@media screen and (max-width: 1200px) {
    .bdhfixedButtonText {
        display: none;
    }
}

/* Radio Buttons */

.RadioButtonListTable.ButtonsListOnly input[type=radio],
.CheckBoxListTable.ButtonsListOnly input[type=checkbox] {
    display:none;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio] + label.radio-button-label,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox] + label.check-box-label{
    color: #3C404B;
    border: 1px solid black;
    background: white;
    display: block;
    text-align: center;
    line-height: 15px;
    text-decoration: none;
    -webkit-appearance:none;
    padding: 6px 18px;
    font-weight:bold;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;         
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    margin: 0 10px 10px 0;
    white-space: nowrap;
    cursor: pointer;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio] + label.radio-button-label:hover,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox] + label.check-box-label:hover {
    background: #cccccc;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio]:checked + label.radio-button-label,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox]:checked + label.check-box-label{
    color:white;
    border: 1px solid black;
    background: #037092;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio]:checked + label.radio-button-label:hover,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox]:checked + label.check-box-label:hover {
    background: #00435F;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio][disabled=disabled] + label.radio-button-label[disabled=disabled],
.CheckBoxListTable.ButtonsListOnly input[type=checkbox][disabled=disabled] + label.check-box-label[disabled=disabled] {
    background: #cccccc;
    user-select: none;
    cursor: default;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio][disabled=disabled] + label.radio-button-label[disabled=disabled]:hover,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox][disabled=disabled] + label.check-box-label[disabled=disabled]:hover {
    background: #cccccc;
    user-select: none;
    cursor: default;
}

.RadioButtonListTable.ButtonsListOnly input[type=radio][disabled=disabled]:checked + label.radio-button-label[disabled=disabled],
.CheckBoxListTable.ButtonsListOnly input[type=checkbox][disabled=disabled]:checked + label.check-box-label[disabled=disabled] {
    color: white;
    border: 1px solid black;
    background: #037092;
    cursor: default
}

.RadioButtonListTable.ButtonsListOnly input[type=radio][disabled=disabled]:checked + label.radio-button-label[disabled=disabled]:hover,
.CheckBoxListTable.ButtonsListOnly input[type=checkbox][disabled=disabled]:checked + label.check-box-label[disabled=disabled]:hover {
    color: white;
    border: 1px solid black;
    background: #037092;
    cursor: default
}

/* Contextual Menu */

.slide-out-div {
    border-top: 1px solid #004258;
    text-align:left;
    width: 250px;
    z-index: 5;
}

div.slide-out-div a.handle {
    top:-2px !important;
    height:290px;
    width:45px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/context-tab.png) no-repeat;
}

div.slide-out-div.open a.handle {
    background:url(/BetterDay/Content/themes/static/Images/UIv2/context-tab-open.png) no-repeat;
}

.slide-out-div h3.nav-title {
    border-left:1px solid #004258;
    letter-spacing:0.07em;
    color:#bbb;
    font-weight:bold;
    font-size:18px;
    padding:15px 20px 10px 15px;
    text-shadow:0px -1px 0px #000, 0px 1px 0px #fff;
    display:block;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x top center;
}

ul#menu, ul#menu ul {
    border-bottom:1px solid #004258;
    border-left:1px solid #004258;
    line-height:42px;
    list-style-type:none;
    margin: 0;
    padding: 0;
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/menubg.png);
    height: 283px;
}

ul#menu a {
    display: block;
    text-decoration: none;
}

ul#menu li {
    font-weight:bold;
    font-size: 14px;
    text-transform:uppercase;
    border:1px solid #d9d6d6;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg);
    background-size:100% 100%;
    text-shadow:0px 1px 2px #d9d6d6;
    padding-left: 10px;
}

ul#menu li:hover, ul#menu li.menu-item-selected:hover {
    border:1px solid #000;
    text-shadow:0px 1px 2px #000;
    background: #037193;
    background:-moz-linear-gradient(top, #004258, #037193);
    background:-ms-linear-gradient(top, #004258, #037193);
    background:-o-linear-gradient(top, #004258, #037193);
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
    -moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
}

ul#menu li:hover a {
    color:white;
}

ul#menu li a {
    color:#037193;
}

ul#menu li.menu-arrow
{
    background: #037193;
    border: 1px solid #004258;
}

ul#menu li.menu-arrow a
{
    color:white;
    text-shadow:0px 1px 2px #000;
    text-align:center;
}

ul#menu li#MenuUpArrow 
{
    background:-moz-linear-gradient(top, #037193, #004258);
    background:-ms-linear-gradient(top, #037193, #004258);
    background:-o-linear-gradient(top, #037193, #004258);
    background:-webkit-gradient(linear, left top, left bottom, from(#037193), to(#004258));
}

ul#menu li#MenuDownArrow 
{
    background:-moz-linear-gradient(top, #004258, #037193);
    background:-ms-linear-gradient(top, #004258, #037193);
    background:-o-linear-gradient(top, #004258, #037193);
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
}

ul#menu li[disabled]#MenuUpArrow 
{
    background:-moz-linear-gradient(top, lightgrey, grey);
    background:-ms-linear-gradient(top, lightgrey, grey);
    background:-o-linear-gradient(top, lightgrey, grey);
    background:-webkit-gradient(linear, left top, left bottom, from(lightgrey), to(grey));
    border: 1px solid grey;
    opacity: 1;
}

ul#menu li[disabled]#MenuDownArrow
{
    background:-moz-linear-gradient(top, grey, lightgrey);
    background:-ms-linear-gradient(top, grey, lightgrey);
    background:-o-linear-gradient(top, grey, lightgrey);
    background:-webkit-gradient(linear, left top, left bottom, from(grey), to(lightgrey));
    border: 1px solid grey;
    opacity: 1;
}

ul#menu li.menu-group:not(.menu-group-collapsed) {
    border: 0px;
    text-shadow:0px 1px 2px #000;
    background: #037193;
    background:-moz-linear-gradient(top, #004258, #037193);
    background:-ms-linear-gradient(top, #004258, #037193);
    background:-o-linear-gradient(top, #004258, #037193);
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
}

ul#menu li.menu-group:not(.menu-group-collapsed) a {
    color:white;
}

ul#menu li.menu-group a, ul#menu li.menu-group-collapsed a
{
    color:#036183;
    font-size: 14px;
    text-decoration: underline;
}

ul#menu li.menu-group:hover a {
    color:white;
}

ul#menu li.menu-group-item, ul#menu li.menu-group-item-collapsed {
    padding-left: 25px;
    font-size: 14px;
}

ul#menu li.menu-item-selected {
    border: 1px solid lightgrey;
    text-shadow:0px 1px 2px #000;
    background: grey;
    background:-moz-linear-gradient(top, lightgrey, grey);
    background:-ms-linear-gradient(top, lightgrey, grey);
    background:-o-linear-gradient(top, lightgrey, grey);
    background:-webkit-gradient(linear, left top, left bottom, from(lightgrey), to(grey));
}

ul#menu li.menu-item-selected a {
    color:white;
}

#tabs-vertical {
    position: relative;
    width:500px;
    height:380px;
}
#tabs-vertical .ui-tabs-nav {
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    bottom: 0.25em;
    width: 6em;
    padding: 0.2em 0 0.2em 0.2em;
}
#tabs-vertical .ui-tabs-nav li {
    right: 1px;
    width: 130px;
    border-right: none;
    border-bottom-width: 1px !important;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    overflow: hidden;
    margin-bottom:0;
}
#tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    border-right: 1px solid transparent;
    background:#f7f6f6;
}
#tabs-vertical .ui-tabs-nav li a {
    float: left;
    width: 100%;
    text-align: left;
}

#tabs-vertical .ui-state-default a {
    color:#949393;
}

#tabs-vertical > div {
    border:1px solid #d9d9d9;
    background:#f7f6f6;
    margin-left:133px;
    width:350px;
    height:330px;
    padding:10px;
}

#tabs, #tabs-vertical {
    border:none;
}

#tabs.ui-widget-content, #tabs-vertical.ui-widget-content {
    border:none;
    padding:0;
    background:transparent !important;
}

#tabs .ui-tabs, #tabs .ui-tabs-panel {
    padding:20px 40px;
}

#tabs .ui-widget-header {
    background:transparent;
    border-bottom:1px solid #d9d9d9;
    border-top:none;
    border-left:none;
    border-right:none;
    padding:0;
}

#tabs-vertical .ui-widget-header {
    background:transparent;
    border:none;
    padding:0;
}

#tabs .tab-titles li, #tabs-vertical .tab-titles li {
    font-size:14px;
    font-weight:bold;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-color:#d9d9d9;
}

#tabs .ui-state-default, #tabs-vertical .ui-state-default {
    color:#999;
    background:#e5e3e3;
}

#tabs .ui-state-active, #tabs-vertical .ui-state-active {
    background:#fff;
}

#tabs .ui-state-active a, #tabs-vertical .ui-state-active a {
    color:#037193;
}

#tabs .ui-state-hover a, #tabs-vertical .ui-state-hover a {
    color:#037193;
}

#tabs ul.ui-tabs-nav li, #tabs-vertical ul.ui-tabs-nav li {
    margin-right:0;
}

#tabs .row li {
    display:inline;
    line-height:32px;
}

/* Modal Styles */

.modal-box {
    padding: 0 20px;
}

.modal-box {
    font-family:Arial, Sans-serif;
    background-color: #f7f7f7;
    background-image: none;
}

.modal-box input{
    font-family:Arial, Sans-serif !important;
}

.modal-box > form {
    padding-bottom: 20px;
}

.modal-box > form.filter-form {
    padding-bottom: 0px;
}

.modal-box.overflow {
    overflow: visible;
}
#backToTopButtonModal:hover {
    cursor: pointer;
    opacity: 0.85 !important;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/back-to-top-hover.png);
    background-color: #006699;
}
#backToTopButtonModal {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/back-to-top.png);
    right: 2px;
    bottom: 95px;
    text-indent: -10000px;
    border-radius: 10px; 
    z-index: 101;
    right: 50px;
    bottom: 30px;
}

#spacerFoBackToTop {
    height:50px;    
}

.modal-footer {
    
}

.modal-header {
    
}

div.ui-widget-overlay {
    background:url(/BetterDay/Content/themes/static/Images/UIv2/modal-bg.jpg);
    opacity:0.90;
}

.arrow-navigation {
    display: -webkit-inline-box;
}

.left-navigation-arrow {
    background: url(/BetterDay/Content/themes/static/Images/Arrows/left-arrow.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 70px;
    position: absolute;
    left: 5%;
    top: 40%
}

.right-navigation-arrow {
    background: url(/BetterDay/Content/themes/static/Images/Arrows/right-arrow.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 70px;
    position: absolute;
    left: 95%;
    top: 40%
}

.left-navigation-arrow:hover {
    background: url(/BetterDay/Content/themes/static/Images/Arrows/left-arrow-hover.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 70px;
    position: absolute;
    left: 5%;
    top: 40%;
    cursor: pointer;
}

.right-navigation-arrow:hover {
    background: url(/BetterDay/Content/themes/static/Images/Arrows/right-arrow-hover.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 70px;
    position: absolute;
    left: 95%;
    top: 40%;
    cursor: pointer;
}

div.ui-dialog-titlebar.ui-widget-header {
    background:url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x center bottom;
    height:30px;
    border:none;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;         
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
}

.modal-box .section-body {
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;         
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    margin-bottom:0;
}

div.ui-dialog {
    position: fixed;
    border:10px solid #5ba0b8 !important;
    -moz-border-radius: 8px !important; 
    -webkit-border-radius: 8px !important; 
    border-radius: 8px !important;         
    -moz-background-clip: padding !important; 
    -webkit-background-clip: padding-box !important; 
    background-clip: padding-box !important;
}

div.ui-dialog .ui-dialog-content {
    background:#f7f7f7;
    padding:0px;
    margin:0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
}

.modal-col-left {
    width:320px;
    margin-right:35px;
    margin-bottom:20px;
}

.modal-col-right {
    margin-bottom:20px;
}

.modal-box h6 {
    font-weight:bold;
    margin-bottom:15px;
    font-size:14px;
    color:#333;
}

.modal-box .modal-col-right input {
    width:325px;
    margin-bottom:30px;
}

.graph-footer .range-slider {
    width:530px;
}

.modal-col-right .range-slider {
    width:325px;
    margin-left:10px;
}

.modal-box .search-box {
    margin-bottom:20px;
}

.modal-box li.row.first {
    max-width:300px;
    padding-left:165px;
}

.modal-box li.row {
    width:540px;
}

.modal-box label {
    font-weight:bold;
    color:#333;
    line-height:31px;
}

.modal-box .section-sub-header .filter .subhead-col label:first-child {
    color:#FFF;
}

.modal-box .section-sub-header .filter .subhead-col label.check-box-label {
    color: #000000;
}

.modal-box .section-sub-header label {
    color:#fff;
    font-weight: bold;
    font-size: inherit;
}

.modal-box .filter #invalid-col label {
    color:#FFF;
}

.modal-box li.row.first input {
    margin-right:15px;
}

#modal-2 .modal-box li.row input {
    width:90px;
}

#modal-2 .modal-box li.row.first input {
    width:20px;
    vertical-align:middle;
}

#modal-2 .modal-box li.row.first label {
    line-height:15px;
}

#modal-2 .ui-selectmenu {
    width:310px !important;
}

label.block, li.block {
    width:150px;
}

.modal-box li.row {
    margin-bottom:20px;
}

ul#symptom-list {
    margin-bottom:10px;
}

ul#symptom-list li {
    font-size:16px;
    display:block;
    cursor:pointer;
    font-weight:bold;
    background:#f6f6f6;
    border:1px solid #d9d9d9;
    height:32px;
    line-height:32px;
    padding-left:10px;
    color:#037193;
}

.ui-dialog-titlebar-close
{
    outline: 0;
}

.ui-dialog a.ui-dialog-titlebar-close {
    right:5px;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/close.png) no-repeat;
    height:24px;
    width:24px;
    opacity:0.50;
    margin: -13px 0 0;
}

.ui-dialog a.ui-dialog-titlebar-close span.ui-icon {
    background-image:none;
}

.ui-dialog a.ui-dialog-titlebar-close:hover {
    border:none;
    opacity:1;
    width:24px;
    height:24px;
    padding:1px;
}

/* confirm dialog */
#confirmDiv {
    padding: 10px;
    font-size:14px;
}

/* Select Menu Overrides */

div.ui-selectmenu-menu .ui-state-hover {
    border-top:1px solid black;
    border-bottom:1px solid black;
    background:none;
    font-weight:bold;
}

div.section-row .ui-selectmenu {
    min-width:270px;
}

div.section-row ul.ui-selectmenu-menu-dropdown {
    min-width:270px;
}

.ui-selectmenu {
    outline:none;
    min-width:inherit; /*195*/
    min-height:32px;
    -moz-border-radius: 7px !important; 
    -webkit-border-radius: 7px !important; 
    border-radius: 7px !important;         
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    font:13px/34px Arial, sans-serif;
    font-weight:bold;
    text-align:left;
    color:#3c404b;
    text-shadow:0px 1px 0 #fff;
    background:url(/BetterDay/Content/themes/static/Images/UIv2/dropdown-sprite.png) repeat-x #fff !important;
    background-image:url(/BetterDay/Content/themes/static/Images/UIv2/dropdown-sprite.png),url(/BetterDay/Content/themes/static/Images/UIv2/dropdown-sprite.png),url(/BetterDay/Content/themes/static/Images/UIv2/dropdown-sprite.png),url(/BetterDay/Content/themes/static/Images/UIv2/dropdown-sprite.png) !important;
    background-position:0 -62px, right -124px, 50% 0, 0 0 !important;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x !important;    
    cursor:pointer;    
}

a.ui-selectmenu-active {
    z-index:100;
}

.ui-selectmenu-item-focus {
    border:none;
    background:none !important;
}

ul.ui-selectmenu-menu-dropdown {
    min-width:195px;
    border:1px solid #32333b;
    list-style:none;    
    border-left:1px solid #000; 
    border-bottom:1px solid #000; 
    border-right:1px solid #000;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;       
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;    
    -moz-box-shadow:inset 0 -2px 1px #4e5360, inset 0px 0px 10px #1e1f25, inset 0 5px 10px rgba(0,0,0,.5); 
    -webkit-box-shadow:inset 0 -2px 1px #4e5360, inset 0px 0px 10px #1e1f25, inset 0 5px 10px rgba(0,0,0,.5); 
    box-shadow:inset 0 -2px 1px #4e5360, inset 0px 0px 10px #1e1f25, inset 0 5px 5px rgba(0,0,0,.5);
    background:#373a45;
}

ul.ui-selectmenu-menu-dropdown li {
    border-bottom:1px solid #2d3038;
    border-top:1px solid #464d60;
}

ul.ui-selectmenu-menu-dropdown a {
    font-weight:bold;
    text-shadow:0px 1px 1px black;
    color:white;    
}

/*ul.ui-selectmenu-menu-dropdown li a {
    height:31px;
    line-height:31px;
}*/

ul.ui-selectmenu-menu-dropdown li:first-child {
    border-top:none;
    height: 27px;
}

ul.ui-selectmenu-menu-dropdown li:first-child a {
    height: 19px;
}

ul.ui-selectmenu-menu-dropdown li:last-child {
    border-bottom:none;
}

ul.ui-selectmenu-menu-dropdown li.ui-corner-bottom a {
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}

ul.ui-selectmenu-menu-dropdown a:hover {
    color:white;
    border:none;
    background:-webkit-gradient(linear, left top, left bottom, from(#004258), to(#037193));
    -moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
    box-shadow:inset 0px 0px 15px rgba(0,0,0,0.7), inset 0px 0px 10px rgba(0,0,0,0.7);
}

.ui-selectmenu.ui-state-default {
    border:none !important;
}

.form-row .ui-selectmenu.ui-state-default {
    margin-right: 15px;
}

span.ui-selectmenu-icon.ui-icon {
    background-image:none;
}


/*---Sections----*/
.section-header label {
    width: auto;
    padding-right: 10px;
}

.section-header-row {
    display: inline-block;
    padding-top: 8px;
}

.section-header .divider 
{
    padding-left: 15px;
    border-left: 1px solid #CCC;
}

.section.login label {
    width: 127px;
}

/*-----Other---*/
img.arrow-down-sprite {
    width:10px;
    height:10px;
    background:url(/BetterDay/Content/themes/static/Images/Telerik_sprite.png) 16px 484px;
}

img.arrow-up-sprite {
    width:10px;
    height:10px;
    background:url(/BetterDay/Content/themes/static/Images/Telerik_sprite.png) 16px 503px;
}

a.openFilter, a.closeFilter, a.openFilter.imgiconbutton {
    line-height: normal;
    height: auto;
}

.filterWrapper 
{
    
}

.asmListItem {
    position: relative;
    margin: 0 0 -1px 0;
    padding-left: 0;
    list-style: none;
    background: #DDD;
    border: 1px solid #BBB;
    width: 100%;
    margin: 0 0 -1px 0;
    line-height: 1em;
}
.asmListItemRemove {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
.asmListItem {
    list-style: none;
    line-height: 1em;
}
.asmListItemLabel {
    padding: 5px;
    display: block;
}
.asmList {
    margin: 0.5em 0 1em 0;
    position: relative;
    display: block;
    padding-left: 0;
    list-style: none;
}

.smallSectionHeader h4.section-title
{
    font-size: 12px;
}

.smallSectionHeader {
    padding: 2px 5px;
}

.smallSectionContent {
    padding: 5px;
}

dt {
    font-weight: bold;
    float: left;
    width:50%;
    line-height: 23px;
}

dd {
    float: left;
    line-height: 23px;
}

label.gridTitle {
    display:inline-block;
    width:150px;
    font-weight: bold;
    vertical-align:top;
}

.fixedPopup {
    position: fixed !important;
}

.section label.testLabel {
    width: auto;
}

.totalRow {
    border-bottom: 1px #000 solid;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
}

.greenbg {
    background-color: rgba(0, 241, 25, 1);
}

.redbg {
    background-color: red;
}

.bluebg {
     background-color: #006699;
     color: #ffffff !important;
}

.bluebg:hover {
     color: black !important;
}

.bluetx {
    color: #006699 !important
}

#backToTopButton {
    opacity: 0;
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/back-to-top.png);
    right: 2px;
    bottom: 95px;
    text-indent: -10000px;
    visibility: hidden;
    border-radius: 10px;
    z-index: 99;
}

#backToTopButton.btt-is-visible {
    visibility: visible;
    opacity: 0.5;
}

#backToTopButton.btt-is-visible:hover {
    cursor: pointer; 
    opacity: 0.85 !important;
    background: url(/BetterDay/Content/themes/static/Images/UIv2/back-to-top-hover.png);
    background-color: #006699;
}

#personInsuranceForm label {
    width: 200px !important;
}

.fixedToTop {
    position: fixed !important;
    top: 2px !important;
}

/* --- Tasks Summary --- */
#taskSummaryButton {
    right: 160px;
    -webkit-user-select: none;
    z-index: 5;
}

#taskSummaryButton img{
    margin-right: 3px;
    position: relative;
    top: 2px;
}

#taskSummaryConteiner {
    text-align: center;
    position: fixed !important;
    top: 95px;
    right: 55px;
    width: 610px;
    z-index: 99;
    overflow: hidden;
    max-height: 755px;
}

#taskSummaryLoader {
    position: relative;
    top: 15px;
}

#taskSummaryConteiner.shadow {
    -moz-box-shadow:    0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow:         0 0 12px #000000;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#taskSummaryConteiner iframe {
    width: 100%;
    height: 100%;
    max-height: 700px;
    border: 0;
}

#taskSummaryHeader {
    background: linear-gradient(#037092, #004359);
    color: #fff;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 8px 0 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#taskSummaryFooter {
    display: none;
    background: #f7f7f7;
    height: 20px;
    position: relative;
    top: -3px;
    border: 2px solid #037193;
    border-top: 1px solid #004359;
}

#taskSummaryClose, #taskSummaryExpand {
    display: inline-block;
    height: 32px;
    padding-top: 3px;
    width: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
}

#taskSummaryClose:hover, #taskSummaryExpand:hover {
    background-color:rgba(255,255,255,0.1);
}

/* --- BDH Icons --- */

.bdh-icon-15 {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/BetterDay/Content/themes/static/Images/bdhIcons15.png);
}

.bdh-icon-15.close-icon {
    background-position: 0 0;
}

.bdh-icon-15.expand-icon {
    background-position: 0 -16px;
}

.BoldBlue {
    font-weight: bold;
    color: #006699;
}

.ui-dropdownchecklist-item.ui-state-default:has(label.redDropDownItem) {
    color: black;
    background: #f97a7a;
    border: 1px solid #c75959;
}

.ui-dropdownchecklist-item.ui-state-hover:has(label.redDropDownItem) {
    background: #de6d6d;
}

.ui-dropdownchecklist-item.ui-state-active:has(label.redDropDownItem) {
    background: #f89b9b;
}

.summaryIcon {
    content: url(/BetterDay/Content/themes/static/Images/UIv2/summaryicon.png);
    width: 64px; 
    height: 64px;
}

.documentIcon {
    content: url(/BetterDay/Content/themes/static/Images/QuickLinks/patient-docicon.png);
    width: 16px; 
    height: 16px;
    float: right;
}

/*Chrome offer for user*/
.getChromePopup {
    width: 300px;
    height: 75px;
    padding: 10px;
}

.getChromePopup div {
    width: 220px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.getChromePopup span {
    font-size: 1.2em;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.getChromePopup img {
    width: 47px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

.getChromepopup a {
    margin-left: auto;
    margin-right: auto;
}

/*CPT Disclaimer*/
#CPTDisclaimer {
    width: 800px;
    text-align: center;
    font-size: 10pt;
    margin: 0 auto;
    margin-top: 50px;
}

.outOfRange {
    background-color: #ffe0e0;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 1px;
    display: inline;
}

#infoTable td {
    padding: 5px;
    text-align: left;
    border: 1px solid;
}

/* Provider Diagnosis */

div.icdPannels {
    width: calc(99% / 3);
    display: inline-block;
    height: 250px;
}

div.icdPannelItems {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 225px;
}

div.icdPannelLabel {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    height: 25px;
}

.currentProblemButton, .favoriteIcdTenButton, .mostCommonButton {
    width: auto;
    display: block !important;
    margin-bottom: 5px !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

#listOfFavorites {
    font-size: 12px !important;
    height: 190px;
}

div.favoritesSearchPannel {
    margin-bottom: 5px;
}

.encounterAndIcd9Buttons {
    margin-right: auto;
}

.nobleDocButton {
    float: right;
}

.icdPannels .ui-accordion-header {
    line-height: 15px;
    text-decoration: none;
    -webkit-appearance: none;
    color: white;
    padding: 6px 18px; /*7px 30px;*/
    font-weight: bold;
    text-shadow: 0 1px 1px #013140;
    border-top: 1px solid #05C6E4;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background: #004359;
    background: -moz-linear-gradient(top, #037092, #004359);
    background: -ms-linear-gradient(top, #037092, #004359);
    background: -o-linear-gradient(top, #037092, #004359);
    background: -webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359));
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    -webkit-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140;
    margin: 0 0 0 5px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.greyBtnList label.check-box-label:before {
    content: url(/BetterDay/Content/themes/static/Images/dynamicquerybuilder/eqjs-ep-deselect-all.png);
    width: 23px;
    height: 23px;
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: -100%;
}

.greyBtnList label.check-box-label {
    color: #3C404B;
    border-top: 1px solid #FFF;
    text-shadow: 0 1px 1px #c2c2c2;
    background: -moz-linear-gradient(top, #d3d3d3, #aeaeae);
    background: -ms-linear-gradient(top, #d3d3d3, #aeaeae);
    background: -o-linear-gradient(top, #d3d3d3, #aeaeae);
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#aeaeae));
}

.icdPannels .ui-accordion-content {
    height: auto !important;
}

.icdPannels .ui-state-highlight {
    height: 30px;
    line-height: 30px;
    width: 68%;
}

#printSection {
    width: 99vw;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body.printHide * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

@media only screen and (max-width: 1322px) {
    .encounterAndIcd9Buttons, .nobleDocButton {
        width: 100%;
        float: right;
    }
}

@media only screen and (max-width: 1228px) {
    #IcdTens_FillInLookUp_Name {
        width: 20%
    }

    #icdItem_IcdTens {
        width: 80% !important;
    }
}

div#ajaxLoaderBgDiv {
    position: fixed !important;
}

@media print {
    .hhbutton {
        display: none !important;
    }
}

.border-bottom {
    border-bottom: #127999;
    border-bottom-style: ridge;
    border-bottom-width: 1px;
    padding: 5px;
    font-weight: bold;
}

.border-right {
    border-right: #127999;
    border-right-style: ridge;
    border-right-width: 1px;
}

.border-left {
    border-left: #127999;
    border-left-style: ridge;
    border-left-width: 1px;
}

.table-data {
    padding: 7px;
    text-align: center;
}

.table-data-report {
    padding: 12px;
    text-align: center;
}

.table-data-text {
    padding: 17px;
    text-align: center;
}

.table-data-border-left {
    border-left-color: #BCE4F8;
    border-left-style: ridge;
    border-left-width: 1px;
}

.table-data-border-right {
    border-right-color: #BCE4F8;
    border-right-style: ridge;
    border-right-width: 1px;
}

.right-side {
    float: right;
}

span.emergency-access-message-warning {
    color: #d4130d;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.nuance-field{
    background-image: url(https://speechanywhere.nuancehdp.com/3.3/3.3.11444.107/scripts/../images/nuance_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.quickLinksImageContainer {
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.lookup-wrapper-div {
    display: inline-block;
    height: 28px;
    padding-right: 4px;
}

.calendar-timeslot-appointment {
    color: black !important;
}

.calendar-timeslot-empty {
    color: black;
}

.reserved {
    background: repeating-linear-gradient(45deg, transparent, transparent 8px, #BBB 8px, #BBB 11px);
}

.needs-to-be-rescheduled {
    background: repeating-linear-gradient(45deg, transparent, transparent 8px, #bb4a44 8px, #bb4a44 11px);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #03789c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    width: 745px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.color-display{
    padding: 12px 2px;
    margin: auto; 
    border-radius:5px;
    width: 20px;
}
.address-container{
    display: inline-block; 
    line-height:22px;
}

.hamburgerMenu {
    cursor: pointer;
}

.hamburgerMenu > div {
    width: 20px;
    height: 3px;
    background-color: black;
    margin: 3px 0;
}

div.appointmentDetailsSectionAnchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

.appointmentDetailsHeaderItem {
    grid-column: 1;
    margin-bottom: 5px;
    font-size: 14px;
}

.active-coverage-icon {
    background-image: url(/BetterDay/Content/themes/static/Images/Design/ok.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    position: relative;
}

.inactive-coverage-icon {
    background-image: url(/BetterDay/Content/themes/static/Images/Design/cancel.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    position: relative;
}

span.dea-number-model span.verified {
    color: green;
    font-weight: bold
}

span.dea-number-model span.verified:after {
    content: "Verified"
}

span.dea-number-model span.not-verified {
    color: red;
    font-weight: bold
}

span.dea-number-model span.not-verified:after {
    content: "Not Verified"
}

span.nadean-number-model span.verified {
    color: green;
    font-weight: bold
}

span.nadean-number-model span.verified:after {
    content: "Verified"
}

span.nadean-number-model span.not-verified {
    color: red;
    font-weight: bold
}

span.nadean-number-model span.not-verified:after {
    content: "Not Verified"
}

.epcs-user-status-ready,
.epcs-identity-proofing-status-ready {
    font-weight: bold;
    color: green
}

.epcs-user-status-not-ready,
.epcs-identity-proofing-status-not-ready {
    font-weight: bold;
    color: red
}

div#epcs input[type="checkbox"][disabled][class="controlled-substance-level-present"],
div#epcs input[type="checkbox"][disabled][class="controlled-substance-level-not-present"] {
    opacity: 1;
    zoom: 1.1;
    transform: scale(1.1);
}

div#epcs .button-tooltip {
    font-weight: bold;
    font-style: italic;
    margin-left: 8px
}

/* Announcements */

.bdh-announcement-notification {
    color: #fff;
    border-radius: 12px;
    padding: 2px 5px 2px 5px;
    font: 10px Arial, Sans-serif;
    background-color: #ec5954;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

#announcementContainer {
    position: fixed;
    z-index: 1000;
    width: 100%;
    min-height: 100%;
}

#announcementFiller {
    background-color: rgba(0,0,0, 0.7);
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#announcementContent {
    position:absolute;
    right:0;
    float: right;
    z-index: 1000;
    width: 430px;
    min-height: 100%;
}

#announcementHeader {
    position: absolute;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
}

#announcementClose {
    float:right;
}

#announcementCloseIcon {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url(/BetterDay/Content/themes/static/Images/close-thick.png);
    background-position: 0 0;
}

#announcementBody {
    position: absolute;
    width: calc(100% - 30px);
    top: 60px;
    padding: 15px;
    right: 0;
    height: calc(100% - 90px);
    background: #FFF;
    overflow-y: auto;
}


#announcementCloseIcon {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url(/BetterDay/Content/themes/static/Images/close-thick.png);
    background-position: 0 0;
}

.announcementItemHeader {
    color: gray;
    margin-bottom: 5px;
}

.announcementItemImage {
    vertical-align: middle;
    margin-right: 5px;
}

.announcementItemTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.25em;
    font-weight: bold;
}

#noAnnouncementNotification {
    font-style: italic;
    color: grey;
    text-align: center;
}

.appointmentQuickViewReasonForVisit {
    width: 230px;
}

.visitPertinentSection.section {
    background: #aaaaaa;
}

.display-main-PersonImagingDataModel {
    padding-bottom: 10px; margin:0 15px 10px 0; border-bottom: 2px solid #afb0b0;
}

.editor-main-PersonImagingDataModel {
    padding-bottom: 10px; margin:0 15px 10px 0; border-bottom: 2px solid #afb0b0;
}

.personSearchImage {
    margin-top: 10px;
    max-width: 120px;
    height: auto;
    width: auto;
}

/* ICD-10 fill in list */

.icd {
    width: calc(100% - 158px) !important;
}

.icdLabels {
    float: left;
    align-items: stretch;
    height: 100%;
    min-width: 51px;
}

.icdTypeLabel {
    padding-top: 5px;
}

.mainIcdText {
    font-weight: bold;
    color: black;
    width: 90%;
    height: 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.otherIcdText {
    color: black;
    width: 90%;
    height: 15px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.icdItem {
    display: block !important;
    width: 100%;
    white-space: nowrap;
}

div.icd {
    cursor: pointer;
}

.icdTenFillInListItems {
    width: 100%;
}

#icdItem_IcdTens {
    width: 80%;
    float: left;
}
/* Styles for basic forms
-----------------------------------------------------------*/
input:focus, .dropdown select:focus, input.inline-search:focus
{
    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    outline:none;
} 

textarea:focus
{
    background-color: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
    background-color: #FFF;
}

fieldset.no-bottom-margin
{
    margin-bottom: 0;
}

fieldset.empty {
    border: 0;
    margin: auto;
    background-color: inherit;
    padding-left: 17px;
    padding-right: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
}

fieldset label,
.section fieldset label{
    /*width: auto;*/
}

legend 
{
    color: #444444;
    font-size: 14px;
}

textarea, .k-editor-inline
{
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    min-height: 75px;
    font-family: Arial, Helvetica, sans-serif;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.upperRightCornerAlign
{
    padding-top:15px;
    text-align: right;
    width: 100%;
}

.lowerRightCornerAlign
{
    padding-bottom:40px;
    text-align: right;
    width: 100%;
}

.lowerLeftCornerAlign
{
    padding-bottom:5px;
    text-align: left;
    width: 100%;
}

.filter-colum-padding td
{
    padding-right:10px;
}

.filterWidth100-150 td {
    width: 100px;
}

.filterWidth100-150 .lookup,
.filterWidth100-150 .text-box, 
.filterWidth100-150 .ui-autocomplete-input, 
.filterWidth100-150 .select-box,
.filterWidth100-150 .ui-autocomplete-input {
    width: 150px;
}

.suggestion {
    color: gray;
    font-size: smaller;
}

div.phoneInList {
    padding-bottom: 4px;
}

div.faxInList {
    padding-bottom: 4px;
}

input[type="checkbox"].shifted {
    margin-left: 154px;
}
/* FillInList Styles */
div.fillInList, .form-row div.fillInList, .form-row div.icdCodeFillInList {
    display: inline;
}

.fillInList a.shortPadding {
    padding-left: 10px;
    padding-right: 10px;
}

.icdCodeFillInList .icdCodeFillInListItems {
    padding-top: 20px;
    padding-left: 50px;
    width: 100%;
}

.fillInList .fillInListItems {
    padding-top: 2px;
    padding-left: 150px;
    min-width: 280px;
    max-width: 300px;
}

.fillInList .fillInListItems .listItemName {
    display: inline-block;
    max-width: 260px;
}

.fillInListItems ul{
    width: 100%;
    list-style-type:none; 
    margin:0px; 
    padding:0px;
}

.icdCodeFillInListItems div.witoutLabel {
    margin-left: 54px;
}

/* default line height for an item */
.fillInListItems li {
    line-height: 30px
}

.fillInListItems li, .icdCodeFillInListItems div.icd {
    /*background: url(/BetterDay/Content/themes/static/css/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;*/
    color: #555555;
    font-weight: normal;
    padding: 2px 2px 2px 20px;
    margin-bottom: 2px;
    background: url(/BetterDay/Content/themes/static/Images/Design/arrowRight.png) no-repeat left top;
    background-position: 0px 0px;
    background-color: #EEE;
}
	
.fillInListItems .remove-f-l-i, .icdCodeFillInListItems .remove-f-l-i
{
	border: 1px solid #efefef;
	float: right;
    cursor: pointer;
    margin-top: 5px;
}

.fillInListItems .ui-icon-arrowthick-2-n-s {
    float: right;
    margin-top: 6px;
}

.fillInDate {
    /*display: inline-block;*/
}

.fillInListInput {
    width: calc(100% - 154px);
}

.testRadio label,
.section .testRadio label
{
    width: auto;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin-top: 14px;
}

label.radio-button-label {
    width: auto;
    padding-left: 1px;
    padding-right: 7px;
    font-size: 12px;
    max-width: calc(100% - 21px);
}

.label-sigle-line label {
    max-width: calc(100% - 15px);
}

label.check-box-label {
    width: 90%;
    padding-left: 5px;
    padding-right: 10px;
    line-height: normal;
}

div.check-box-div {
    padding-bottom: 5px;
}

div.check-box-div-large {
    display: flex;
    padding-bottom: 20px;
}

div.check-box-div-inline {
    display: inline-block;
    margin-right: 15px;
}

.form-row div.check-box-div
{
    display: block;
}

input.inputlong,
textarea.inputlong,
input[type="text"].inputlong {
    width: 258px;
}

input.lookuplong,
input[type="text"].lookuplong {
    width: 250px;
}

.form.col li.last {
    margin-bottom: 0;
}

div.chkListItem {
    display: block;
}

/* START FORMS */

/* Forms */ 

span.jquery-checkbox img {
	position:relative;
	top:0;
	padding-left:0px;
}

.form-col {
}

.form-row {
	margin-bottom:5px;
}

.form-row div {
    display: inline-block;
}

.regionSeparator {
    border-right: solid 1px #ccc;
    padding-right: 10px;
    margin-right: 5px;
}

.col-left textarea, .col-right textarea {
	width:258px;
	max-width:405px;
	height:168px;
}

textarea.expanding-textarea {
    height: 75px;
}

.row textarea {
	width:100%;
	min-height:200px;
}

input.inline-search {
	background:url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png) 98% center no-repeat;
    background-color: #FFF;
}

.k-autocomplete .k-input {
	background:url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png) 98% center no-repeat;
    background-color: #FFF;
}

.k-autocomplete .k-input:hover,
.k-autocomplete .k-input:focus {
    background-color: #FFF;
}

.section-sub-header input.inline-search {
    background-color: #FFF;
}

.k-editor-inline {
    width: 100%;
    min-height: 100px;
}

input, textarea, .k-editor-inline{
	color:#333333;
	font-size:14px;
	padding:10px;
	border:none;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;         
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;	
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 	
}

.ReportToolbar input{
	font-size:12px;
	padding:0px;
	border:none;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;         
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;	
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	box-shadow:none; 	
}


/*remove shadow from checkbox*/
input[type="checkbox"]{
	box-shadow:none;
	padding:0px;
	border-radius: 0px;
}

input[type="checkbox"]:not([disabled]) {
    background-color: #FFF;
}

/*remove shadow from radio*/
input[type="radio"]{
	box-shadow:none;
	padding:0;
	border-radius: 0;
}

input {
	border:1px solid #9b9b9b;
}

.ReportToolbar input {
	border:none;
}

input[type="text"], input[type="password"] {
	padding-top: 6px;
	padding-bottom: 6px;
}

.showPasswordButton {
    vertical-align: middle;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-left: -30px;
    background: transparent url(/BetterDay/Content/themes/static/Images/eye-icon.png) no-repeat center center;
    position: relative;
    top: -1px;
    left: -4px;
    user-select: none;
}

.ReportToolbar input[type="text"] {
	height:15px;
    padding: 0;
}

.appointment-info input {
	width:225px;
}

.appointment-info textarea {
	display:block;
	width:420px;
	height:165px;
}

.appointment-info textarea:focus {
	outline:none;
}

.appointment-info .anchor {
	position:absolute;
	bottom:20px;
	right:0;
}

#sub-header .notification-bar {
    padding-top: 12px;    
}

/* Search Form */

#sub-header .search-container {
	padding-top:7px;
	padding-left:10px;
}

.search-box, .page-search-box {
	height:27px;
	width:201px;
	color:#999999;
}


.section-sub-header .search-box {
	width:211px;
}

.search-box input, .page-search-box input {
	padding:0;
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2) ;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2) ;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2) ;
}

input#search-form, input#page-search-form {
	padding-left:30px;
	height:24px;
	width:160px;
	color:#999999;
	background-color: #FFFFFF;
	background-image: url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.section-sub-header input#search-form {
	padding-left:35px;
	height:22px;
	width:160px;
	color:#999999;
    background-color: #FFFFFF;
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png); 
    background-repeat: no-repeat; 
    background-position: 10px center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

input:focus, input#search-form:focus, input#page-search-form:focus {
	outline:none;
}

form div.page-search-box, form div.search-box {
	position:relative;
}

.section .page-search-container label {
	width:75px;
}

.section-body .section-sub-header
{
    
}

.section .widesection 
{
    
}

textarea:focus span.hide {
	display:none;
}

div.textarea-tip {
	text-align:center;
}

/* In-field label styling */

.text-label {
	color:#999;
}

/* Datepicker */
input.datepicker {
    width:75px;
}

form input.string-field {
    width: 258px;
}

form input.number-field {
    width: 258px;
}

form input.currency-field.k-input {
    height: 23px;
    font-size: 14px;
}

form .k-numerictextbox.currency-field {
    width: 280px;
}

input.to, input.from,
.modal-box input.to, .modal-box input.from,
.section-sub-header input.datepicker, input.to, input.from{
	width:75px;
}

input.cc-date-picker {
    opacity: 1;
    width:75px;
}

.hideCalendar .ui-datepicker-calendar {
    display: none;
}

/* FILTER FORM STYLES */

.filter label 
{
    display: inline-block;
    width:115px;
    white-space:nowrap;
    margin-right: 10px;
}

.filter .section-sub-header input.datepicker,
.filterWrapper.section-sub-header input.datepicker {
    width:148px;
}

.filter .section-sub-header input,
.filterWrapper.section-sub-header input {
    width:171px;
}

.filter .section-sub-header .dropdown select,
.filterWrapper.section-sub-header .dropdown select {
    width:193px;
}

.filterWrapper.section-sub-header a.hhbutton {
    margin: 0 0 0 0;
    display: inherit;
}

.filter .section-sub-header input[type=checkbox],
.filterWrapper.section-sub-header input[type=checkbox] {
    width:13px;
}

.filter .section-sub-header input[type=radio],
.filterWrapper.section-sub-header input[type=radio] {
    width:20px;
}

.filter .ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector.ui-state-active-open),
.filterWrapper .ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector.ui-state-active-open),
.filter .ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector:focus-visible),
.filterWrapper .ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector:focus-visible) {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.filter .ui-dropdownchecklist-selector.ui-state-active-open,
.filterWrapper .ui-dropdownchecklist-selector.ui-state-active-open {
}

.filter .section-sub-header .ui-dropdownchecklist-selector-wrapper,
.filterWrapper.section-sub-header .ui-dropdownchecklist-selector-wrapper {
    margin: 0;
    background: #fff url(/BetterDay/Content/themes/static/Images/dropdownchecklist/dropdown.png) no-repeat center right !important;
}

.filter .section-sub-header .ui-dropdownchecklist-selector,
.filterWrapper.section-sub-header .ui-dropdownchecklist-selector {
    cursor: default;
}

.filter .section-sub-header .dropdown:after,
.filterWrapper.section-sub-header .dropdown:after {
    display: none;
}

.filter .section-sub-header .dropdown:before,
.filterWrapper.section-sub-header .dropdown:before {
    display: none;
}

div.filterWrapper.section-sub-header {
     padding: 0;
}
div.filterWrapper.section-sub-header .filter {
    padding: 0px 15px 9px;
}

div.filterWrapper.section-sub-header .filter{ text-align: left; }

.filterBtn {
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 15px;
    cursor: pointer;
}

/* FILTER FORM STYLES */



/* DROP DOWN */

.dropdown select {
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    color: #333333;
    background-color: #FFF;
    font-size: 14px;
    padding: 7px 0 7px 6px;
    border: 1px solid #9B9B9B;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 280px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dropdown select {padding-right:18px}
}

.dropdown { position: relative;}

.dropdown:after {
    content: '▼';
    font: 11px "Consolas", monospace;
    color: #333333;
    right: 10px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.dropdown:before {
    content: '';
    right: 1px;
    top: 0px;
    width: 25px;
    height: 30px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottomright: 7px;
    -webkit-border-topright: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    outline: none;
    z-index: 0;
}

.dropdown.disabled:after {
    content: '▼';
    font: 11px "Consolas", monospace;
    color: rgb(181,181,181);
}

.dropdown.disabled select {
    cursor:default;
}

.dropdown select.selectshort {
    width: 196px;
}

ul.ui-autocomplete {
    background-color: #FBFBFB; 
}

.dropdown select option.invalid {
    color: red;
}

.k-combobox {
    width:280px;
}

table.info-table {
    border-collapse:separate; 
    border-spacing: 10px 0px; 
    width: 100%;
}

table.info-table td{
    background-color: #FBFBFB;
    border: 1px solid #D9D9D9;   
    border-radius: 5px;
    padding: 5px;
}

.fixedOnScroll.scrolledDown table.info-table td {
    padding-bottom: 0;
}

table.appointment-person-info-table {
    border-collapse:separate; 
    border-spacing: 10px 0px; 
    width: 100%;
}

table.appointment-person-info-table td{
    padding: 5px;
}

label.Sub-tab {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    color: #037193;
    text-shadow: 0px 1px white;
    text-decoration: underline;
}

a.Sub-tab {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

a.Sub-tab-selected {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    color: #037193;    
    text-decoration: none;
}

.t-treeview .t-checkbox .t-input[type="checkbox"]{
    margin-top: 4px;
}

input[data-val-required],
.dropdown select[data-val-required],
select[data-val-required] + span[id^='ddcl-'],
textarea[data-val-required],
input[data-val-requiredif-condition-present],
.dropdown select[data-val-requiredif-condition-present],
select[data-val-requiredif-condition-present] + span[id^='ddcl-'],
textarea[data-val-requiredif-condition-present],
input.requiredStyle{
    background-color: #F2FFFF;
}

input[type="email"], input[type="url"]{
    height: 11px;
    width: 258px;
}

input[type="number"] {
    height: 29px;
    width: 100px;
    padding-top: 0;                
    padding-bottom: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.white-space-preserved {
    white-space: pre-wrap;
}

body:not(.window) .form-field {
    width: 365px;
}

.imgiconbutton {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}

.safe-padding {
    padding-right: 50px;
}

.k-button:active:hover, .k-button.k-state-active:hover {
    color: black;
    border-color: #9b9b9b !important;
}

#documentTypePartial {
    padding: 3px;
}

#familyIllnessTypePartial {
    padding: 3px;
}

/* --- Star --- */

.bdhStar {
    height: 25px;
    width: 25px;
    background-image: url(/BetterDay/Content/themes/static/Images/bdh-star.png);
    cursor: pointer;
    -webkit-user-select: none;
}

.bdhStar.selected {
    background-position: 0 25px;
}

.labelWidth150 label {
    width: 150px;
}
/* User Info */

#user-info {
	height:40px;
	line-height:40px;
	color:#3c404b;
	font-weight:bold;
	padding-right:50px;
}

#user-info a, 
.hhlink,
a {
	color:#3c404b;
}

#user-info p.title, #user-info p.username {
	display:inline;
}

p.username {
	color:#037193;
}

/* Profile Styling */

.prof-info .row {
    display: inline;
}

#profile-area {
	margin-bottom:20px;
	
}

div.prof-image {
    margin-right: 10px;
    margin-bottom: 10px;
}

#profile-area .row {
	margin-bottom:10px;
}

#profile-area.fixedOnScroll.scrolledDown .row {
    margin-bottom: 0;
}

#profile-area ul.basic-info li, #profile-area ul.chief-comp li, #profile-area ul.other-comp li {
	display:inline;
}

#profile-area ul.chief-comp {
    padding-top: 10px;
}

#profile-area li {
	margin-right:5px;
}

#profile-area li.title {
	font-size:18px;
}

#profile-area li span.date {
	padding-left:7px;
}

li.symptom:after {
	content:",";
}

li.symptom.last:after {
	content:"";
}

#login-area {
    height: 370px;
    width: 880px;
    margin: 14px auto 0;
}
#login-area .col-left {
    width: 346px;
    min-width: 346px;
    margin-right: 70px;
    display: inline-block;
}

#login-area .col-right div.section-body{
    margin-bottom: 0;
}

#login-area .col-right div.row {
    margin-bottom: 4px;
}

#login-area .col-right {
    min-width: 460px;
    width: 460px;
    display: inline-block;
}

#login-area .section-body {
    height: 192px;
}

/* Appt Details Section */
#appointmentInfoTable {
    width: 100%;
}

#appointmentInfoTable td {
    border: none;
    word-break: break-word;
}

span.assign-to-bold {
    font-weight: bold;
}

span.assign-to-bold #AssignedTo {
    font-weight: normal;
}

/* END Appt Details Section */
/* END Profile Styling */
* html .field-validation-error {
    position: relative;
}
    *+html .field-validation-error { position: relative; }
    
    .field-validation-error span
    {
        position: absolute;
        white-space: nowrap;
        color: red;
        padding: 17px 5px 3px;
    }
    
    /* in-form editing */
    .t-edit-form-container
    {
        width: 350px;
        margin: 1em;
    }
    
    .t-edit-form-container .editor-label,
    .t-edit-form-container .editor-field
    {
        padding-bottom: 1em;
        float: left;
    }
    
    .t-edit-form-container .editor-label
    {
        width: 30%;
        text-align: right;
        padding-right: 3%;
        clear: left;
    }
    
    .t-edit-form-container .editor-field
    {
        width: 60%;
    }
    
    #LabHarmonyHealthGrid .t-group-col{
        width: 100px;
    }
    
    #medorderform input.ui-autocomplete-input{
        width: 212px;
    }
    
/* ----Other ---*/
.paymentReceptWrapper {
    text-align: center;
}

.paymentReceiptAuthorizationBox {
    background-color: #FBFBFB;
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 5px;
}

.dictionaries li{
    color: #555555;
    font-weight: normal;
    padding: 2px 2px 2px 20px;
    margin-bottom: 2px;
    background: url(/BetterDay/Content/themes/static/Images/Design/arrowRight.png) no-repeat left top;
    background-position: 0px -7px;
}

.labTemplateFieldset {
     margin:0; 
     padding:0px; 
     background-color: #E7F6FD;
}

.labTemplateSection label{
    width: auto;
}

.customFieldset {
    border: 1px solid #ddd;
    padding: 0 0 0 1.4em !important;
    margin: 0;
    background-color: #FFF;
}

.addressForm .col-left {
    width: auto;
}

fieldset.labPanelTree {
    margin:0; 
    padding:0 0 0 0px;
}

fieldset.labPanelTree .t-item{
    width: 409px;
}

.fillinlistshort {
    width:180px;
}

.fillinlistshort~div.fillInListItems.text-box {
    padding-left: 0;
}

.fillinlistshort~div.fillInListItems.text-box li{
    background-position: 0px -7px;
}

.fillinlistshort~div.fillInListItems.text-box .remove-f-l-i {
    margin-top: 0;
}

/* Multiple choise fill in list */

#staffClsfRoles div{
    padding: 5px 10px 0 10px;
}

#staffClsfRoles span {
    padding: 0 5px;
    vertical-align: top;
    line-height:13px;
    font-size: 12px;
}

.isSuperAdminField{
    padding: 5px 0 0 10px;
}

.isSuperAdminField label{
    padding: 0 2px;
    vertical-align: top;
    line-height:13px;
    font-size:12px;
    width: auto;
}

#staffDicMedicalSpecialties div{
    padding: 5px 10px 0 10px;
}

#staffDicMedicalSpecialties span {
    padding: 0 5px;
    vertical-align: top;
    line-height:13px;
}

#SysPermissionTemplates div{
    padding: 5px 10px 0 10px;
}

#SysPermissionTemplates span {
    padding: 0 5px;
    vertical-align: top;
    line-height:13px;
}

#DicMedicalSpecialtiesDiv div{
    padding: 5px 10px 0 10px;
}

#DicMedicalSpecialtiesDiv span{
    padding: 0 5px;
    vertical-align: top;
    line-height:13px;
}

/* Multiple choise fill in list ends */


/* DS Templates */
.filter label[for=ListFilter_ClsfDsStateId_Historical] {
    width: 180px;
}

.filter label[for=ListFilter_ClsfDsStateId_Previous] {
    width: 200px;
}
.filter label[for=ListFilter_ClsfDsStateId_New] {
    width: 140px;
}
/* FORM DATA */
        .formData label {
            display: inline-block;
            width: 200px;
        }

        .formDataPrint label{
            display: inline-block;
            width: 271px;
        }

        .formDataPrint .placeOfServiceLabels label {
            width: 200px;
        }

        .formData .subhead-col {
            float: none;
        }
        
        .formData .floatLeftFormBlock {
            float: left;
            padding: 10px;
            width: 542px;
        }

         .formDataPrint .floatLeftFormBlock {
            float: left;
            padding: 10px;
            width: 450px;
        }
        
        .formData .formBlock {
            padding: 10px;
            width: 1100px;
        }

         .formDataPrint .formBlock {
            padding: 10px;
            width: 980px;
        }
        
        .formData textarea {
            width: 100%;
        }
        
        /* START Appointment summary page */
        
        .appointment-summary-page .patient-info-summary .col-left {
            width: 555px;
        }

        .appointment-summary-page .patient-info-summary .col-right {
            width: 440px;
        }

        .appointmentSummary {
            
        }
        
        .appointmentSummary div.summaryData label {
            font-weight: bold;
            font-size: 13px;
            width: auto;
            color: #037193;
            border-left: 4px solid #ccc;
            display: block;
            padding-left: 4px;
            margin-bottom: 10px;
        }
        
        .appointmentSummary .summaryData {
            padding: 10px;
        }
        .appointmentSummary .summaryData span {
            word-wrap: break-word;
        }
        /* END Appointment summary page */

        /* START medication prescription page */
        
        #medicationRightCol {
            width: 59%;
            float: left;
            min-width: 700px;
        }

        #medicationPrescriptionForm {
            
        }
        
        /* END medication prescription page */

#VaccinationForm input[type="number"] {
    width: 27px;
}

/* Preventive services */
.preventiveServiceBlock {
    font-weight: bold;
    padding: 10px;
    display: block;
    border-left: 1px solid #037193;
    border-right: 1px solid #037193;
}

.preventiveServiceRecommendedListHeader {
    background-color: #adf2a6;
}

.preventiveServiceUnRecommendedListHeader {
    background-color: #f2a6a6;
}

.preventiveServiceUncertainListHeader {
    background-color: #eef2a6;
}

.recomendedCount {
    
}

.notRecomendedCount {
    
}

.uncertainCount {
    
}
/* Preventive services */

/* START Appointment Patient Summary */

.appointment-summary-page .appointment-info-summary .col-right label {
    width: 155px;
}

.appointment-summary-page .appointment-info-summary .col-right ul {
    display: inline-block;
}

.appointment-summary-page .patient-info-summary .col-left ul {
    display: inline-block;
}

.appointment-info-summary .col-left {
    width: 100%;
}

.appointment-summary-page .col-right {
    margin-left: 20px;
}

.uiCollection span {
    display: inline;
    width: 100%;
}

/* END Appointment Patient Symmary */

a span.error {
    color: red;
    font: inherit;   
}

a span {
    font: inherit;
}


/* Consultation */

a.consultationProviderSearchBtn {
    float:right; 
    margin: 10px 23px 10px 0px;
}

/* End Consultation*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    /*font-size: 13px !important;*/
}

/*REPORT FILTER STYLE*/
    .field {
        text-align: center;
	    border-radius:5px;
	    border:1px solid #d9d6d6;
	    padding:5px;
        background-color: #FFF;
        float: left;
        margin: 2px;
        min-width: 100px;
    }
    
     button.addResultBtn, button.addFilterBtn {
        text-align: center;
	    border-radius:5px;
	    border:1px solid #d9d6d6;
	    background-color: #ccc;
        border-color: #aaa;
        float: left;
        margin: 2px;
        min-width: 50px;
    }
    
    button.addedResultBtn, button.addedFilterBtn {
	    background-color: #aaa;
        border-color: #aaa;
    }
          
    .fieldControls 
    {
        display: inline-block;
    }
    
    .fieldTitle {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding-right: 5px;
    }
    
    .filterField 
    {
        float: left;
        padding: 3px;
        text-align: center;
	    border-radius:5px;
	    border:1px solid #d9d6d6;
	    padding:5px;
        background-color: #FFF;
        float: left;
        margin: 2px;
        min-width: 100px;        
    }
    
    .andOr {
        float: left;
        padding: 3px;
        text-align: center;
	    border-radius:5px;
	    border:1px solid #d9d6d6;
	    padding:5px;
        background-color: #FFF;
        float: left;
        margin: 2px;
    }
    .reportProperty {
        float: left;
    }
    
    .filterField label {
        font-weight: bold;
    }
    
    .filterField select {
        width: 150px;
    }
    
    .filterField div {
        display: inline-block;
    }
    
    .filterField .conditionValue input {
        width: 120px;
    }
    
    .submitReport {
        padding: 10px 0 10px 0;
    }
    
    /* START filter fields area */
        
    .filterFields {
        clear: both;
    }
    
    /* END filter fields area */
    
    /* listing pagin style */
    a.reportpaging {
        display: inline-block;
        background-color: #ccc;
        padding: 4px 7px 4px 7px;
        margin: 3px;
        text-decoration: none;
    }
    
    a.reportpaging.selectedpage {
        background-color: #037193;
        color: #fff;
        font-weight: bold;
    }

    /* START DYNAMIC REPORT QUERY BUILDER STYLE */

.eqJsEmptyBlock{    
    width: 20%;
    float: left;
    margin: 0 20px 0 0;
}

#EntitiesPanel{
    height: 390px;
}

#EntitiesPanel > div.eqjs-ep-entity{
    height: 90%;
    height: 87% !IE7;
    overflow-x: auto;
    overflow-x: hidden !IE7;
}

/* conditions block */
.eqJsConditionsBlock, .eqJsColumnsBlock{
    width: 59%;
    float: left;
    background: #fff;
    border: 1px solid silver;
    margin: 0 0 20px 0; 
}

/* global block - top border */
.eqJsConditionsBlock_borderTop, .eqJsColumnsBlock_borderTop{
    background: #1777B1;
    height: 6px;
    border: none;
}

/* global block - title */
.eqJsConditionsBlock_title, .eqJsColumnsBlock_title{
    font: 100 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 8px 10px;
    background: #F8F7F7;
    border-bottom: 1px solid #7BC4F8;
}

/* global block - content */
.eqJsConditionsBlock_content, .eqJsColumnsBlock_content{
    padding: 10px;
    font: normal 15px Arial;
}


/* menu block */
.menu-block{
    width: 17%;
    float: right;
    background: #fff;
    border: 1px solid silver;
}

/* menu block - top border */
.menu-hr{
    background: #AE67DF;
}

/* menu block - title */
.menu-title{
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #1777B1;
}

/* menu block - content */
.menu-content{
    padding: 10px;
}

.menu-content div{
    margin: 10px 0;
}

/* menu block - buttons */
.get-query-button{
    background : url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/loadButton.png) no-repeat center left;
    width: 118px;
    border: none;
    font-family: Segoe UI;
    font-size: 15px;
    color: white;
    cursor: pointer;
    padding: 10px 9px 9px 33px;
    display: inline-block;
    text-align: center;
}

.execute-sql-button{
    float: right;
    font: normal 18px Calibri;
    color: #1777B1;
    text-decoration: underline;
    padding: 10px 10px;
    cursor: pointer;
}

.get-sql-button{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/execute.png) no-repeat center;
    width: 118px;
    border: none;
    font-family: Segoe UI;
    font-size: 15px;
    color: white;
    cursor: pointer;
    padding: 10px 9px 9px 33px;
    display: inline-block;
    text-align: center;
    margin: 30px 0px !important;  
}

.clear-button{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/clearButton.png) no-repeat;
    width: 118px;
    border: none;
    font-family: Segoe UI;
    font-size: 15px;
    color: white;
    cursor: pointer;
    padding: 10px 9px 9px 33px;
    display: inline-block;
    text-align: center;
}

.save-button{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/saveButton.png) no-repeat;
    width: 117px;
    border: none;
    font-family: Segoe UI;
    font-size: 15px;
    color: white;
    cursor: pointer;
    padding: 7px 9px 6px 30px;
    display: inline-block;
    text-align: center;
}

.eqJs-language-block{
    float: right;
    margin: 10px 0 0 0;
}
/* sql panel */
.sql-panel{
    width: 25%;
    border: 1px solid #C4D6E5;
    background: white;
    float: left;
}

/* sql panel - border -top */
.sql-panel-hr{
    background: #A8ABAD;
}

/* sql panel - title */
.sql-panel-title{
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #A8ABAD;
}

/* sql panel - block */
.sql-block{
    padding: 7px;
    position: relative;
    height: 226px;
    overflow-y: auto;
    overflow-x: auto;
}

/* sql panel - result block */
.eqjs-sql-result{
    height: 222px;
    overflow-y: auto;
    overflow-x: hidden;
    font: normal 11px Verdana;
}

/* result panel */
.result-panel{
    background: white;
    position: relative;
    border: 1px solid #C1D5E4;
    width: 73%;
    float: right;
}

/* result panel - border top */
.result-panel-hr{
    background: #237901;
}

/* result panel - title */
.result-panel-title{
    border-bottom: 1px solid #237901;
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F8F7F7;
}

/* result panel - content result */
.result-panel-content{
    padding: 10px 5px 10px 5px;
    font: normal 15px Arial;
    height: 224px;
    height: 216px !IE7;
    overflow-x: auto;
    overflow-y: auto;
}

.result-panel-content table{
    font: normal 12px Calibri;
}

.result-panel-content table td{
    padding: 5px;
    color: #4F4F4F;
    font: 10px Arial;
    border-bottom: 1px solid #E4E4E4;
}

.eqjs-result-header th{
    background-color: #F6F6F6;
    color: #4F4F4F;
    height: 30px;
    font: bold 11px Arial !important;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}


/* content - block min height */
.header-panel{
    height: 433px;
    height: 450px !IE7;
}
.header-panel > div{
    height: 433px;
    margin: 0 0 20px 0;
}

.bottom-panel{
    height : 313px;
}

.bottom-panel > div{
    height : 287px;
    margin: 0 0 20px 0;
}
/* query panel & query text */
.eqjs-result-error{
    color: Red;
    font: normal 20px Calibri;
    text-align: center;
}

.eqjs-result.loader{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/ajax-loader.gif) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* result table style */
.eqjs-result-header td{
    font: bold 14px Calibri;
    border-bottom: 1px solid silver !important;
}

/* error text */
.error, .error div{
    color: Red;
    font: normal 20px Calibri;
}

#ColumnsPanel{
    height: 135px;
}

#QueryPanel{
    height: 152px;
    height: 150px !IE7;
}

/* central block */
.central-block{
    width: 59%;
    float: left;
}

.columns-block{
    background: white;
    border: 1px solid silver;
    height: 180px;
    margin: 0 0 20px 0;
}

.columns-hr{
    background: #1777B1;
}

.columns-title{
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #1777B1;
}

.eqjs-qc-columns{
    max-height: 85px;
    max-height: 80px !IE7;
    overflow-y: auto;
    padding: 4px 0;
}
/*
.ui-state-highlight { 
    height: 1px !important;
}*/

.eqjs-qc-column-drag{
    opacity: 0.7;
    cursor: n-resize !important;
    background: #E8F3FF;
    padding: 0 20px !important;
    width: auto !important;
}

.eqjs-qc-column-sort{
    opacity: 0.7;
    cursor: n-resize !important;
    background: #E8F3FF;
    padding: 0 20px !important;
}

/* condition panel */
.condition-block{
    background: white;
    border: 1px solid silver;
    height: 230px;
}

.condition-hr{
    background: #1777B1;
}

.condition-title{
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #1777B1;
}

.condition-content{
    font: normal 15px Arial;
    padding: 5px 1px 10px;
}

#reportManagementArea {
    float: right;
    width: 70%;
}

label.eqjs-ep-entity-node-label {
    width: 93% !important;
}

#reportBuildingArea {
    float: left;
    width:28%
}

.eqjs-menu-searchDiv input {
    width: 93% !important;
}

div.info-report {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
    margin: 0 0 5px 30px;
}

/* END DYNAMIC REPORT QUERY BUILDER STYLE */
.ui-dropdownchecklist {
    display: block;
    height: 30px;
    background-color: #fff;

    border: 1px solid #9b9b9b;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    outline: none;
    vertical-align: middle;
    
    text-decoration: none;
}

.ui-dropdownchecklist-disabled {
    background-color: #eee;
    opacity: .35;
}

.ui-dropdownchecklist-text {
    display: flex;
    align-items: center;
    padding-right: 17px;
    padding-left: 10px;
    color: #333333;
    vertical-align: middle;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
}

.ui-dropdownchecklist-dropcontainer {
    border: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ui-dropdownchecklist-item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

.ui-dropdownchecklist-item.ui-state-default {
    display: block;
    background: none;
}

.ui-dropdownchecklist-item.ui-state-hover {
    background-color: #006A8C;
}

.ui-dropdownchecklist-item-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-item.ui-state-default label,
.ui-dropdownchecklist-item.ui-state-default input {
    color: #000;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 38px;
    font-weight: normal;
}

.ui-dropdownchecklist-item.ui-state-default input[type=checkbox] + label {
    padding-left: 20px;
}

.ui-dropdownchecklist-item.ui-state-default label.bold {
    font-weight: bold;
}

.ui-dropdownchecklist-item.ui-state-default label {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

.ui-dropdownchecklist-item.ui-state-default input {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 5px;
}

.ui-dropdownchecklist-item.ui-state-active.ui-state-hover label {
    color: #000;
}

.ui-dropdownchecklist-item.ui-state-default input[type=radio] {
    visibility: collapse;
    display: none !important;
}

.ui-dropdownchecklist-item.ui-state-hover .ui-dropdownchecklist-text {
}

.ui-dropdownchecklist-group.ui-widget-header {
    font-weight: bold;
    font-style: italic;
    display: block;
}

.ui-dropdownchecklist-indent {
    padding-left: 20px;
}

.ui-dropdownchecklist-dropcontainer-wrapper {
    z-index: 2;
    overflow: hidden;
    margin: 2px 0 0;
    padding: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 7px;

    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector.ui-state-active-open),
.ui-dropdownchecklist-selector-wrapper:has(>.ui-dropdownchecklist-selector:focus-visible) {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.ui-dropdownchecklist-selector {
    cursor: pointer;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: calc(100% + 1px);
}

.ui-dropdownchecklist-selector.ui-state-active-open {
}

.ui-dropdownchecklist-selector:focus-visible {
    outline: none;
}

.ui-dropdownchecklist-selector::after {
}

.ui-dropdownchecklist-selector::before {
}

.ui-dropdownchecklist-search {
    box-sizing: border-box !important;
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d3d3d3 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 32px !important;
    background-color: white;
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    position: sticky !important;
    z-index: 2;
    top: 0 !important;
    outline: none !important;
    margin: 0 !important;
}
div.jquery-ajax-loader {
	background: url(/BetterDay/Content/themes/static/Images/Loader/ajaxLoader.gif) no-repeat;
	z-index: 10002;
}

div.jquery-ajax-loader_frame {
	background: url(/BetterDay/Content/themes/static/Images/Loader/loaderBg.png) no-repeat;
	z-index: 10001;
}

div.jquery-ajax-loader-background {
	background: url(/BetterDay/Content/themes/static/Images/Loader/coverBg.png);
	opacity: 0.7;
	z-index: 10000;
}
.counter-analog span.part {
    display: inline-block;
}

.counter-analog span.separator {
    display: inline-block;
    height: 77px;
    line-height: 77px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.counter-analog span.part span.digit {
    display: inline-block;
    height: 77px;
    line-height: 77px;
    width: 53px;
    vertical-align: middle;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0;
}

.counter-analog span.part span.digit {
    background: transparent url(/BetterDay/Content/themes/static/Images/UIv2/digits.png) 0 0 repeat-y;
}

.counter-analog span.part span.digit0 { background-position: 0     0; }
.counter-analog span.part span.digit1 { background-position: 0  -462px; }
.counter-analog span.part span.digit2 { background-position: 0  -924px; }
.counter-analog span.part span.digit3 { background-position: 0  -1386px; }
.counter-analog span.part span.digit4 { background-position: 0  -1848px; }
.counter-analog span.part span.digit5 { background-position: 0 -2310px; }
.counter-analog span.part span.digit6 { background-position: 0 -2772px; }
.counter-analog span.part span.digit7 { background-position: 0 -3234px; }
.counter-analog span.part span.digit8 { background-position: 0 -3696px; }
.counter-analog span.part span.digit9 { background-position: 0 -4158px; }

/* UP */
@-webkit-keyframes counter-analog-01 { from { background-position:  0     0; }
                               to {   background-position:  0  -462px; }}
@-moz-keyframes counter-analog-01 {    from { background-position:  0     0; }
                               to {   background-position:  0  -462px; }}
@-ms-keyframes counter-analog-01 {     from { background-position:  0     0; }
                               to { background-position:    0  -462px; }}

@-webkit-keyframes counter-analog-12 { from { background-position:  0  -462px; }
                               to {   background-position:  0  -924px; }}
@-moz-keyframes counter-analog-12 {    from { background-position:  0  -462px; }
                               to {   background-position:  0  -924px; }}
@-ms-keyframes counter-analog-12 {     from { background-position:  0  -462px; }
                               to { background-position:    0  -924px; }}

@-webkit-keyframes counter-analog-23 { from { background-position:  0  -924px; }
                               to {   background-position:  0  -1386px; }}
@-moz-keyframes counter-analog-23 {    from { background-position:  0  -924px; }
                               to {   background-position:  0  -1386px; }}
@-ms-keyframes counter-analog-23 {     from { background-position:  0  -924px; }
                               to { background-position:    0  -1386px; }}

@-webkit-keyframes counter-analog-34 { from { background-position:  0  -1386px; }
                               to {   background-position:  0  -1848px; }}
@-moz-keyframes counter-analog-34 {    from { background-position:  0  -1386px; }
                               to {   background-position:  0  -1848px; }}
@-ms-keyframes counter-analog-34 {     from { background-position:  0  -1386px; }
                               to { background-position:    0  -1848px; }}

@-webkit-keyframes counter-analog-45 { from { background-position:  0  -1848px; }
                               to {   background-position:  0  -2310px; }}
@-moz-keyframes counter-analog-45 {    from { background-position:  0  -1848px; }
                               to {   background-position:  0  -2310px; }}
@-ms-keyframes counter-analog-45 {     from { background-position:  0  -1848px; }
                               to { background-position:    0  -2310px; }}

@-webkit-keyframes counter-analog-56 { from { background-position:  0  -2310px; }
                               to {   background-position:  0  -2772px; }}
@-moz-keyframes counter-analog-56 {    from { background-position:  0  -2310px; }
                               to {   background-position:  0  -2772px; }}
@-ms-keyframes counter-analog-56 {     from { background-position:  0  -2310px; }
                               to { background-position:    0  -2772px; }}

@-webkit-keyframes counter-analog-67 { from { background-position:  0  -2772px; }
                               to {   background-position:  0  -3234px; }}
@-moz-keyframes counter-analog-67 {    from { background-position:  0  -2772px; }
                               to {   background-position:  0  -3234px; }}
@-ms-keyframes counter-analog-67 {     from { background-position:  0  -2772px; }
                               to { background-position:    0  -3234px; }}

@-webkit-keyframes counter-analog-78 { from { background-position:  0  -3234px; }
                               to {   background-position:  0  -3696px; }}
@-moz-keyframes counter-analog-78 {    from { background-position:  0  -3234px; }
                               to {   background-position:  0  -3696px; }}
@-ms-keyframes counter-analog-78 {     from { background-position:  0  -3234px; }
                               to { background-position:    0  -3696px; }}

@-webkit-keyframes counter-analog-89 { from { background-position:  0  -3696px; }
                               to {   background-position:  0  -4158px; }}
@-moz-keyframes counter-analog-89 {    from { background-position:  0  -3696px; }
                               to {   background-position:  0  -4158px; }}
@-ms-keyframes counter-analog-89 {     from { background-position:  0  -3696px; }
                               to { background-position:    0  -4158px; }}

@-webkit-keyframes counter-analog-90 { from { background-position:  0  -4158px; }
                               to {   background-position:  0  -4620px; }}
@-moz-keyframes counter-analog-90 {    from { background-position:  0  -4158px; }
                               to {   background-position:  0  -4620px; }}
@-ms-keyframes counter-analog-90 {     from { background-position:  0  -4158px; }
                               to { background-position:    0  -4620px; }}

.counter-analog span.part span.digit01 {
    -webkit-animation: counter-analog-01 .3s steps(6, end) 1;
    -moz-animation: counter-analog-01 .3s steps(6, end) 1;
    -ms-animation: counter-analog-01 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit12 {
    -webkit-animation: counter-analog-12 .3s steps(6, end) 1;
    -moz-animation: counter-analog-12 .3s steps(6, end) 1;
    -ms-animation: counter-analog-12 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit23 {
    -webkit-animation: counter-analog-23 .3s steps(6, end) 1;
    -moz-animation: counter-analog-23 .3s steps(6, end) 1;
    -ms-animation: counter-analog-23 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit34 {
    -webkit-animation: counter-analog-34 .3s steps(6, end) 1;
    -moz-animation: counter-analog-34 .3s steps(6, end) 1;
    -ms-animation: counter-analog-34 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit45 {
    -webkit-animation: counter-analog-45 .3s steps(6, end) 1;
    -moz-animation: counter-analog-45 .3s steps(6, end) 1;
    -ms-animation: counter-analog-45 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit56 {
    -webkit-animation: counter-analog-56 .3s steps(6, end) 1;
    -moz-animation: counter-analog-56 .3s steps(6, end) 1;
    -ms-animation: counter-analog-56 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit67 {
    -webkit-animation: counter-analog-67 .3s steps(6, end) 1;
    -moz-animation: counter-analog-67 .3s steps(6, end) 1;
    -ms-animation: counter-analog-67 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit78 {
    -webkit-animation: counter-analog-78 .3s steps(6, end) 1;
    -moz-animation: counter-analog-78 .3s steps(6, end) 1;
    -ms-animation: counter-analog-78 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit89 {
    -webkit-animation: counter-analog-89 .3s steps(6, end) 1;
    -moz-animation: counter-analog-89 .3s steps(6, end) 1;
    -ms-animation: counter-analog-89 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit90 {
    -webkit-animation: counter-analog-90 .3s steps(6, end) 1;
    -moz-animation: counter-analog-90 .3s steps(6, end) 1;
    -ms-animation: counter-analog-90 .3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog-10 { from { background-position:  0  -462px; }
                               to {   background-position:  0     0; }}
@-moz-keyframes counter-analog-10 {    from { background-position:  0  -462px; }
                               to {   background-position:  0     0; }}
@-ms-keyframes counter-analog-10 {     from { background-position:  0  -462px; }
                               to { background-position:    0     0; }}

@-webkit-keyframes counter-analog-21 { from { background-position:  0  -924px; }
                               to {   background-position:  0  -462px; }}
@-moz-keyframes counter-analog-21 {    from { background-position:  0  -924px; }
                               to {   background-position:  0  -462px; }}
@-ms-keyframes counter-analog-21 {     from { background-position:  0  -924px; }
                               to { background-position:    0  -462px; }}

@-webkit-keyframes counter-analog-32 { from { background-position:  0  -1386px; }
                               to {   background-position:  0  -924px; }}
@-moz-keyframes counter-analog-32 {    from { background-position:  0  -1386px; }
                               to {   background-position:  0  -924px; }}
@-ms-keyframes counter-analog-32 {     from { background-position:  0  -1386px; }
                               to { background-position:    0  -924px; }}

@-webkit-keyframes counter-analog-43 { from { background-position:  0  -1848px; }
                               to {   background-position:  0  -1386px; }}
@-moz-keyframes counter-analog-43 {    from { background-position:  0  -1848px; }
                               to {   background-position:  0  -1386px; }}
@-ms-keyframes counter-analog-43 {     from { background-position:  0  -1848px; }
                               to { background-position:    0  -1386px; }}

@-webkit-keyframes counter-analog-54 { from { background-position:  0  -2310px; }
                               to {   background-position:  0  -1848px; }}
@-moz-keyframes counter-analog-54 {    from { background-position:  0  -2310px; }
                               to {   background-position:  0  -1848px; }}
@-ms-keyframes counter-analog-54 {     from { background-position:  0  -2310px; }
                               to { background-position:    0  -1848px; }}

@-webkit-keyframes counter-analog-65 { from { background-position:  0  -2772px; }
                               to {   background-position:  0  -2310px; }}
@-moz-keyframes counter-analog-65 {    from { background-position:  0  -2772px; }
                               to {   background-position:  0  -2310px; }}
@-ms-keyframes counter-analog-65 {     from { background-position:  0  -2772px; }
                               to { background-position:    0  -2310px; }}

@-webkit-keyframes counter-analog-76 { from { background-position:  0  -3234px; }
                               to {   background-position:  0  -2772px; }}
@-moz-keyframes counter-analog-76 {    from { background-position:  0  -3234px; }
                               to {   background-position:  0  -2772px; }}
@-ms-keyframes counter-analog-76 {     from { background-position:  0  -3234px; }
                               to { background-position:    0  -2772px; }}

@-webkit-keyframes counter-analog-87 { from { background-position:  0  -3696px; }
                               to {   background-position:  0  -3234px; }}
@-moz-keyframes counter-analog-87 {    from { background-position:  0  -3696px; }
                               to {   background-position:  0  -3234px; }}
@-ms-keyframes counter-analog-87 {     from { background-position:  0  -3696px; }
                               to { background-position:    0  -3234px; }}

@-webkit-keyframes counter-analog-98 { from { background-position:  0  -4158px; }
                               to {   background-position:  0  -3696px; }}
@-moz-keyframes counter-analog-98 {    from { background-position:  0  -4158px; }
                               to {   background-position:  0  -3696px; }}
@-ms-keyframes counter-analog-98 {     from { background-position:  0  -4158px; }
                               to { background-position:    0  -3696px; }}

@-webkit-keyframes counter-analog-09 { from { background-position:  0  -4620px; }
                               to {   background-position:  0  -4158px; }}
@-moz-keyframes counter-analog-09 {    from { background-position:  0  -4620px; }
                               to {   background-position:  0  -4158px; }}
@-ms-keyframes counter-analog-09 {     from { background-position:  0  -4620px; }
                               to { background-position:    0  -4158px; }}

.counter-analog span.part span.digit10 {
    -webkit-animation: counter-analog-10 .3s steps(6, end) 1;
    -moz-animation: counter-analog-10 .3s steps(6, end) 1;
    -ms-animation: counter-analog-10 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit21 {
    -webkit-animation: counter-analog-21 .3s steps(6, end) 1;
    -moz-animation: counter-analog-21 .3s steps(6, end) 1;
    -ms-animation: counter-analog-21 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit32 {
    -webkit-animation: counter-analog-32 .3s steps(6, end) 1;
    -moz-animation: counter-analog-32 .3s steps(6, end) 1;
    -ms-animation: counter-analog-32 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit43 {
    -webkit-animation: counter-analog-43 .3s steps(6, end) 1;
    -moz-animation: counter-analog-43 .3s steps(6, end) 1;
    -ms-animation: counter-analog-43 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit54 {
    -webkit-animation: counter-analog-54 .3s steps(6, end) 1;
    -moz-animation: counter-analog-54 .3s steps(6, end) 1;
    -ms-animation: counter-analog-54 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit65 {
    -webkit-animation: counter-analog-65 .3s steps(6, end) 1;
    -moz-animation: counter-analog-65 .3s steps(6, end) 1;
    -ms-animation: counter-analog-65 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit76 {
    -webkit-animation: counter-analog-76 .3s steps(6, end) 1;
    -moz-animation: counter-analog-76 .3s steps(6, end) 1;
    -ms-animation: counter-analog-76 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit87 {
    -webkit-animation: counter-analog-87 .3s steps(6, end) 1;
    -moz-animation: counter-analog-87 .3s steps(6, end) 1;
    -ms-animation: counter-analog-87 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit98 {
    -webkit-animation: counter-analog-98 .3s steps(6, end) 1;
    -moz-animation: counter-analog-98 .3s steps(6, end) 1;
    -ms-animation: counter-analog-98 .3s steps(6, end) 1;
}
.counter-analog span.part span.digit09 {
    -webkit-animation: counter-analog-09 .3s steps(6, end) 1;
    -moz-animation: counter-analog-09 .3s steps(6, end) 1;
    -ms-animation: counter-analog-09 .3s steps(6, end) 1;
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

.eqjs-qp-addrow, .eqjs-qc-addrow{
    border-top: 1px solid silver;
}

.eqjs-qp-addrow a, .eqjs-qc-addrow a{
    margin: 5px 10px;
    display: inline-block;
}

.eqjs-qp-addrow-empty, .eqjs-qc-addrow-empty{
    border-top: none;
    margin: 0;
}

.eqjs-qp-addrow a, .eqjs-qc-addrow a{
    font: bold 13px Calibri;
    color: #165E0C;
    outline: none;
    text-decoration: none;
}

.eqjs-qp-addrow > a:hover, .eqjs-qc-addrow > a:hover{
    text-decoration: underline;
}

.eqjs-qc-header {
    font: normal 15px Calibri;
    border-bottom: 1px solid silver;
    padding: 0 0 2px 0;
    overflow: hidden; /* !IE7;*/
}

.eqjs-qc-header div {
    font: normal 15px Calibri;
    display: inline-block;
    float: left; /* !IE7;*/
}

.eqjs-qc-header-expression
{
    margin-left: 28px;
    min-width: 300px;
    /*width:expression(($.browser.msie  && parseInt($.browser.version, 10) === 7)? "300px": "auto" );*/  /* IE7 */
}

.eqjs-qp-row {
    padding: 2px 0 2px 10px;
}

.eqjs-qp-level-offset {
    display: inline-block;
    width: 20px;
}

.eqjs-qc-row{
    padding: 2px 0;
    cursor: pointer;
}

.eqjs-qp-row:hover, .eqjs-qc-row:hover{
    background: #E8F3FF;
}

.eqjs-qp-row.active, .eqjs-qc-row.active{
    background: #EDF7E1;
}

.eqjs-qp-row-predicate {
    margin-left:0px;
}

.eqjs-qp-row-predicate-root{
    margin: 0;
}

.eqjs-qp-row-predicate-root .eqjs-qp-condition-button-hidden{
    display: none;
}

.eqjs-qp-row-predicate-root .eqjs-qp-condition-buttonsBlock{
    width: auto;
    max-width: 165px;
}

.eqjs-qp-conditions {
    max-height: 135px;
    overflow-y: auto;
}

.eqjs-qp-condelement, .eqjs-qc-colelement {
    font: normal 15px Calibri;
    display : inline-block;
    margin-right: 8px;
    vertical-align:bottom;
    float: left; /* !IE7;*/
}
.eqjs-qp-condelement.eqjs-qp-valueelement{
    white-space: nowrap;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eqjs-qc-expr-block{
    display:inline-block;
    min-width:300px;
    float: left; /* !IE7;*/
    width: 300px; /* !IE7;*/
}

.eqjs-qc-captionelement{
    float: left; /* !IE7;*/   
}
    
.eqjs-qp-predelement {
    font: normal 15px Calibri;
    display : inline-block;
    display: inline; /* !IE7;*/
    float: left; /* !IE7;*/
    vertical-align: bottom;
    margin-right: 8px;
}

.eqjs-qp-condelement > a, .eqjs-qp-predelement > a, .eqjs-qc-colelement > a {
    color: #4676AE;
    text-decoration: none;
    font: normal 15px Calibri;
}

.eqjs-qp-condelement > a:hover, .eqjs-qp-predelement > a:hover, .eqjs-qc-colelement > a:hover {
    text-decoration: underline;
}


.eqjs-qp-valueelement a{
    max-width: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eqjs-qp-disabled span, .eqjs-qc-disabled span  {
    color: #9E9E9E;
    font: 15px Calibri;
}

.eqjs-qp-readOnly span {
    color: #333333;
    font: 15px Calibri;
}

.eqjs-qp-error {
    color: red;
    font-weight:bold;
}

.eqjs-qp-ve-loader {
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/ve-loader.gif) no-repeat;
    width:16px;
    height:11px;
}

/* dialog */
.ui-dialog{
    overflow: visible !important;    
}

.eqjs-qp-ve-subquery{
    overflow: visible !important;
}

.korzh-dd-menu-state-checkbox{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/state-checkbox.png) no-repeat;
    width: 13px;
    border: none;
    padding: 1px 0 0 0;
    outline: none;
    cursor: default;
    text-indent: -30000px;
}


.eqjs-qp-condition-buttonsBlock{
    float: right;
    width: auto;
    max-width: 165px;
}

.eqjs-qc-column-buttonsBlock{
    float: right;
    width: 80px;
}

.eqjs-qp-condition-button, .eqjs-qc-column-button {
    float: left;
    margin: -1px 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.eqjs-qp-condition-button-hidden, .eqjs-qc-column-button-hidden{
    width: 0px;
    /*margin-right: 30px !important;*/
}
    
.eqjs-qp-condition-button-active, .eqjs-qc-column-button-active, .eqjs-qc-sortbutton-active{
    opacity: 1 !important;
}

.eqjs-qp-condition-button-enable{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/condbtn-disabled.png) no-repeat;
}

.eqjs-qp-condition-button-enable.enabled{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/condbtn-enabled.png) no-repeat;
}

.eqjs-qp-condition-button-delete, .eqjs-qc-column-button-delete{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/condbtn-delete.png) no-repeat;
}

.eqjs-qp-condition-button-addPredicate{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/condbtn-addpredicate.png) no-repeat;
}

.eqjs-qp-condition-button-addCondition{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/condbtn-addcondition.png) no-repeat;
}

.eqjs-qp-condition-checkbox{
    width: 16px;
    height: 16px;
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/checkbox_unchecked.png) no-repeat;
}

.eqjs-qp-condition-checkbox:hover{
    box-shadow: inset 0 0 10px 2px #999;
}

.eqjs-qp-condition-checkbox.enabled{
    width: 16px;
    height: 16px;
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/checkbox_checked.png) no-repeat;
}


.eqjs-qc-column-button-type{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/colbtn-aggrfunc.png) no-repeat;
}

.eqjs-qc-column-button-type.aggregated{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/colbtn-aggrfunc.png) no-repeat;
}

.eqjs-qc-sortbutton{
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    opacity: 0.5;
}

.eqjs-qc-sortbutton-none{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/sorting_none.png) no-repeat;
}

.eqjs-qc-sortbutton-asc{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/sorting_asc.png) no-repeat;
}

.eqjs-qc-sortbutton-desc{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/sorting_desc.png) no-repeat;
}



/*.eqjs-ep-node-block*/
.eqjs-ep-entity-block{
    display: block;
    color: black;
    font: normal 12px Arial;
    margin: 0 10px;
}

.eqjs-ep-entity-node{
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0;
}

/*.eqjs-ep-node-label*/
.eqjs-ep-entity-node-label{
    display: inline;
    cursor: pointer;
    font: normal 15px Calibri;
}

.eqjs-ep-entity-node-label input{
    margin: 0 5px 0 0;
}

.eqjs-ep-entity-attr-root{
    margin: 0 !important;
    padding: 6px 10px !important;
}

.eqjs-ep-entity-attr, .eqjs-ep-entity-attr-root{
    margin: 0 10px;
    padding: 6px 0 6px 30px;
}

.eqjs-ep-entity-block input{
    margin: 0 5px;
}

.eqjs-ep-entity-attr-label{
    display: inline;
    color: black;
    cursor: pointer;
    font: normal 15px Calibri;
}

.eqjs-ep-entity-attr-label input{
    margin: 0 5px 0 0;
}

/*.eqjs-ep-node-button*/
.eqjs-ep-entity-node-button{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/node-close.png) no-repeat center;
    float: left;
    padding: 11px 10px 7px;
    padding: 1px 5px 4px; /* !IE7;*/
    margin: 0 0 0 5px; /* !IE7;*/
}

.eqjs-ep-entity-node-button-open{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/node-open.png) no-repeat center;
}

.eqjs-ep-tool-panel{
    margin: 8px 0;
}

.eqjs-ep-tool-panel div.eqjs-ep-tool-panel-left-side{
    float: left;
    width: 50%;
}

.eqjs-ep-tool-panel div.eqjs-ep-tool-panel-right-side{
    float: right;
    width: 50%;
}

.eqjs-ep-tool-panel div div{
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin: 0 10%;
}

.eqjs-ep-tool-panel-select-all{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-select-all.png) no-repeat;
}

.eqjs-ep-tool-panel-select-all:hover{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-select-all-hover.png) no-repeat;
}

.eqjs-ep-tool-panel-deselect-all{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-deselect-all.png) no-repeat;
}

.eqjs-ep-tool-panel-deselect-all:hover{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-deselect-all-hover.png) no-repeat;
}
.eqjs-ep-tool-panel-add-columns{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-add-columns.png) no-repeat;
}

.eqjs-ep-tool-panel-add-columns:hover{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-add-columns-hover.png) no-repeat;
}

.eqjs-ep-tool-panel-add-cond{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-add-cond.png) no-repeat;
}

.eqjs-ep-tool-panel-add-cond:hover{
    background: url(/BetterDay/Content/themes/static/images/dynamicquerybuilder/eqjs-ep-add-cond-hover.png) no-repeat;
}

.eqjs-highlight{
    height: 20px;
}

.eqjs-drophover {
    border: 1px dotted black;
}

.eqjs-ep-entity > .eqjs-ep-entity-children{
    float: left;
    width: 100%;
}

.eqjs-ep-entity{
    clear: both;    
}


/**/
.eqjs-menu-rootLevel{
    background-color: #888;
}

.eqjs-menu-levelDiv{
    background-color: white;
    border: 1px solid #666;
    margin: -2px 2px 2px -2px;
    position: relative;
}

.eqjs-menu-searchDiv{
    border-bottom: 1px solid #666;
    background-color: white;
    cursor: pointer;
    padding: 5px;
}

.eqjs-menu-searchDiv input{
    font: normal 8pt monospace;
    width: 100%;
}

.eqjs-menu-scrollDiv{
    overflow: auto;
    min-width: 140px;
}

.eqjs-menu-itemDiv input{
    margin: 4px 10px 0 0;
    vertical-align: top;
}

.eqjs-menu-itemDiv{
    font-size: 14px;
    color: black;
    padding: 0 6px 0 15px;
    cursor: pointer;
}

.eqjs-menu-scrollDiv .active{
    background-color: #B6BDD2;
}

.eqjs-menu-applyDiv{
    padding: 5px;
    border-bottom: 1px solid;
    margin: 0 0 5px 0;
}

.eqjs-menu-applyDiv button{
    padding: 0 5px;
}

.eqjs-menu-cancel{
    margin: 0 0 0 15px;
}

/* dialog */
.eq-js-dialog-overlay{
    background: #fff;
    opacity: 0.75;
}

.eq-js-dialog{
    -webkit-box-shadow: 0 4px 16px #DDD;
    -moz-box-shadow: 0 4px 16px #DDD;
    box-shadow: 0 4px 16px #DDD;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ACACAC;
    border-radius: 0;
}

.eq-js-dialog .ui-widget-header{
    border: 0;
    background: #fff;
}

.eq-js-dialog .ui-dialog-title{
    font: normal 16px Arial;
}

.eq-js-dialog .ui-icon-closethick{
    text-indent: 0;
    background: none;
}

.eq-js-dialog .ui-dialog-titlebar-close{
    background: none;
    border: 0;
    text-decoration: none;
    padding: 0;
    color: #888;
    font: normal 13px Tahoma;
}

.eq-js-dialog .ui-dialog-titlebar-close:hover{
    color: #222;
}

.eq-js-dialog .eqjs-qp-ve-subquery-qp{
    
}

.eq-js-dialog .eqjs-qp-ve-subquery-column{
    border-bottom: 1px solid #ACACAC;
}

.eq-js-dialog .eqjs-qp-ve-subquery-column-element{
    margin: 0 10px;
    display: inline;
}

.eq-js-dialog .eqjs-qp-ve-subquery-qp{
    border: 1px solid #ACACAC;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 180px;
    min-height: 180px;
}

.eq-js-dialog .eqjs-qp-ve-subquery-qp .eqjs-qp-ve-editbox{
    min-height: 16px;
}

.eq-js-dialog .eqjs-qp-valueelement{
    max-width: 200px;
}

.eq-js-dialog .eqjs-qp-ve-subquery-column-title, .ui-dialog .eqjs-qp-ve-subquery-qp-caption{
    font: normal 15px "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    display: inline;
    margin: 0 5px;
}

.eq-js-dialog .eqjs-qp-ve-subquery-column-element a{
    color: #4676AE;
    text-decoration: none;
    font: normal 15px Calibri;
    outline: none;
}

.eq-js-dialog .eqjs-qp-ve-subquery-column-element a:hover{
    text-decoration: underline;
}

.eq-js-dialog .eqjs-qp-ve-subquery-qp-caption{
    display: block;
    margin: 20px 0 0 5px;
}

.eq-js-dialog .ui-dialog-buttonpane{
    background: none;
    border: 0;
    text-align: center;
}

.eq-js-dialog .ui-dialog-buttonset{
    float: none !important;
}

.eq-js-dialog .ui-dialog-buttonset button, .eq-js-dialog .ui-dialog-buttonset .ui-button-disabled:hover{
    color: #222;
    padding: 5px 30px !important;
    font: bold 11px Lucida Grande, Lucida Sans, Arial, sans-serif;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
}

.eq-js-dialog .ui-dialog-buttonset button:hover{
    box-shadow: 0px 0px 3px 0px #BEBEBE;
}

.eq-js-dialog .ui-dialog-buttonset button:active{
    box-shadow: inset 0px 0px 3px 0px #BEBEBE;
    border: 1px solid #B1ABAB;
}
/*!
 * FullCalendar v1.6.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border: 1px solid #5BA0B8; /* default BORDER color */
	background-color: #5BA0B8; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: .85em;
	cursor: default;
}

.fc-event.emptySlot {
    color: #000;
    background-color: greenyellow;
    border: 1px solid #DDDDDD;
}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-day div {
    min-height: 20px !important;
}

.fc-grid th {
	text-align: center;
    font-weight: bold;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
    color: #6bb300;
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 30px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
.fc-view-month .fc-event {
    border: none;
}

.fc-view-month td.fc-day {
    cursor: pointer;
}

.fc-view-month td.fc-day:hover {
    opacity: 0.5;
}
.k-content {
    padding: 10px !important;
}

.k-link.k-state-hover {
    color: #037193;
}

.k-state-selected, .k-state-selected:link {
    color: #2e2e2e;
}

 .k-state-active>.k-link, .k-button:active, .k-panelbar>.k-item>.k-state-focused {
     background: url(/BetterDay/Content/themes/static/Images/UIv2/section-header-bg.jpg) repeat-x scroll center bottom #FFF;
 }

.k-panelbar > li > .k-link {
    font-weight: bold;
    text-shadow: 0px 1px #FFF;
    color: #037193;
    line-height: 26px;
}

.k-panelbar>li.k-state-default>.k-link {
    color: #037193;
}

.k-state-focused.k-state-selected {
    box-shadow: none;
}

ul.k-header li.k-item {
    background-color: transparent !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid #d9d6d6 !important;
}

ul.k-header {
    border: none;
}

ul.k-header li.k-item {
    margin: 0 0 0px 0;
}

ul.k-panelbar {
    background: transparent;
}

.k-panelbar .k-panel, .k-panelbar .k-content {
    border-bottom-style: none;
    border-bottom-width: 1px;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link {
    display: block;
    position: relative;
    border-bottom-style: none;
    border-bottom-width: 1px;
    padding: 0 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
/* ------- Button icons -----------*/
.bdh-chat-bubble, .bdh-chat-notification {
    display: inline-block !important;
    vertical-align: middle;
    margin-right:3px;
    position: relative;
    top: -1px;
}

.bdh-chat-bubble {
    width:17px;
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/bubble.png) no-repeat top left;
    background-position: 0 -62px;
    width: 15px;
    height: 12px;
}

.bdh-chat-notification {
    color: #fff;
    border-radius: 12px;
    padding: 2px 5px 2px 5px;
    font: 10px Arial, Sans-serif;
    background-color: #ec5954;
}

/*------Chat contacts window---------------*/
#bdhChatContainer {
    bottom: 0px; 
    right: 0;
    z-index: 1;
}

#bdhChatPopup {
    bottom: 0px; 
    display: none; 
    width: 307px; 
    z-index: 100; 
    margin-right: 5px !important;
    float: right;
    position: fixed;
    right: 0;
}

#bdhChatControls {
    position: absolute; 
    z-index: 100; 
    right: 0px; 
    width: 42px;
}

#bdhChatClose {
    cursor: pointer; 
    float: right; 
    position: relative; 
    background-color: -webkit-gradient(linear, left top, left bottom, from(#03789c), to(#004b64)); 
    right: 20px; top: 8px;
}

#bdhChatMinimize {
    cursor: pointer; 
    float: right; 
    position: relative; 
    background-color: -webkit-gradient(linear, left top, left bottom, from(#03789c), to(#004b64)); 
    right: 22px; 
    top: 8px;
}    
       
#bdhChatContacts {
    margin: 8px 8px 10px 2px;  
    overflow-y: auto; 
    max-height: 279px;
    min-height: 279px;
}

#bdhChatUserImage {
    width: 35px;
    height: 35px;
}

#bdhChatMessage {
    padding: 2px; 
    display: block; 
    font-size: 12px; 
    border: 1px solid rgb(187, 187, 187); 
    background-color: rgb(238, 238, 238); 
    color: rgb(102, 102, 102); 
    text-align: center; 
    width: 94%; 
    margin: 5px 3px 3px 5px; 
    background-position: initial; 
    background-repeat: initial;
}

.bdh-chat-successNotification {
    border: 1px solid rgb(57, 166, 69) !important;
    color: rgb(57, 166, 69) !important;
}

.bdh-chat-warningNotification {
    border: 1px solid rgb(234, 101, 50) !important;
}

.bdh-chat-errorNotification {
    border: 1px solid rgb(235, 39, 39) !important;  
    color: rgb(235, 39, 39) !important;
}

.bdh-chat-powered {
    margin-right:5px; 
    margin-top:3px; 
    text-align: right;
    margin-bottom: 0px; 
    font-size:1.2em; 
    width:100%;
}

.bdh-chat-header {
    height: 35px; 
	border-right:none;
	border-left:none;
	border-bottom:none;
    background: #004359;
    background:-moz-linear-gradient(top, #037092, #004359);
    background:-ms-linear-gradient(top, #037092, #004359);
    background:-o-linear-gradient(top, #037092, #004359);
	background:-webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359));
	-moz-border-radius: 8px;       
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140; 
    white-space: nowrap;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
}

.bdh-chat-title {
    color: white; 
    position: relative; 
    z-index: 100; 
    top: 25px; 
    left:10px;
}

.bdh-chat-contentForm {
    display: block; 
    background-color: rgb(255, 255, 255); 
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: #8c8888; 
    border-right-width: 1px; 
    border-right-style: solid; 
    border-right-color: #8c8888; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #8c8888; 
    text-align: left; 
    padding: 4px 4px 10px 4px; 
    position: relative;
    z-index: 90;
    min-height: 210px; 
    min-width: 250px;       
}

.bdh-chat-offline {
    padding-top:15px; 
    margin-top:10px; 
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/offline.png) no-repeat;
}

.bdh-chat-online {
    padding-top:15px; 
    margin-top:10px; 
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/online.png) no-repeat;
}

.bdh-chat-private-messages-topRow {
    display: inline-block;
    width: 100%;
    background-color: #d9d9d9;
    padding: 15px 0 0 0;
}

.chat-warning-message {
    margin: 10px 0 10px 0;
    padding: 20px;
    background-color: #f44336;
    color: white;
    border-radius: 10px;
}

.fadeable{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.7s, opacity 0.7s linear;
}

.chat-warning-message-close-button{
    padding-top: 5px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.chat-warning-message-close-button:hover {
    color: black;
}

.bdh-chat-addContact {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/addContact.png) no-repeat; 
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    float: right;
}

.bdh-chat-removeContact {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/removeContact.png) no-repeat; 
    width: 30px;
    height: 30px; 
    display: inline-block;
    cursor: pointer;
    float: right;
}

.bdh-chat {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/chat.png) no-repeat; 
    width: 30px;
    height: 30px; 
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.bdh-chat-addContactRow {
    height: 30px;
    width: 100%;
    background-color: #d6d6d6;
}

.bdh-chat-addContactRow div {
    float: right;
}

/*---------Minimized Chat Window----------*/
#bdhMiniChat {
    bottom: 0px; 
    display: none; 
    position: fixed; 
    z-index: 100;
    float: right;
    width: 307px;
    margin-right: 5px !important;
    right: 0;
}

#bdhMiniChatControls {
    position: absolute; 
    z-index: 100; 
    right: 0px; 
    margin-top: 5px;
}

#bdhMiniChatClose {
    cursor: pointer; 
    float: right; 
    position: relative; 
    background-color: -webkit-gradient(linear, left top, left bottom, from(#03789c), to(#004b64)); 
    right: 20px;
}

.bdh-chat-mini-title {
    color: white; 
    position: relative; 
    z-index: 100; 
    top: 11px; 
    left:10px;
}

/*-------Users list-------------*/
.bdh-chat-userListItem {
    background-position: 2px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px;
    overflow: hidden;
}

.bdh-chat-userListItem .bdh-chat-profilePicture {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
}

.bdh-chat-userListItem .bdh-chat-profileStatus {
    display: block;
    float: right;
    height: 7px;
    margin: 10px 6px 0;
    width: 10px;
}

.bdh-chat-userFullName {
    margin-top:10px; 
}

.bdh-chat-boldUserFullName {
    font-weight: bold;
    margin-top:10px;
}

/*------- Private chat window-------------------*/
.bdh-chat-private-headerImage {
    float: left; 
    width: 28%;
}

.bdh-chat-private-headerCo {
    color: white; 
    margin-left: -20px;
}

.bdh-chat-private-userImage {
    margin-left:10px; 
    margin-top:10px;
    width: 35px;
    height: 35px;
}

.bdh-chat-private-messages {
    overflow-y: auto; 
    min-height:230px; 
    max-height:230px; 
    max-width:250px; 
    min-width: 100%;
}

.bdh-chat-private-userFullName {
    float: right; 
    width: 60%; 
    border: none; 
    height: 0px;
}

.bdh-chat-private-historyButton {
    cursor: pointer; 
    padding-left:70px; 
    font-weight:bold;
}

.bdh-chat-private-textArea {
    resize: none;
    font-size: 13px;
    min-height:30px;
}

.bdh-chat-private-controls {
    cursor: pointer; 
    float: right;
    margin-right: 5px; 
    margin-top: 3px;
}

.bdh-chat-private-closeImg {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/close.png) no-repeat;
    padding: 10px;
}

.bdh-chat-private-minimizeImg {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/minimize.png) no-repeat;
    padding: 6px;
}

.bdh-chat-private-maximizeImg {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/maximize.png) no-repeat;
    padding: 10px;
}

.bdh-chat-private-popoutImg {
    background: url(/BetterDay/Content/themes/static/Images/MessagingChat/popout.png) no-repeat;
    padding: 6px;
}

.bdh-chat-private-container {
    display: none;
    margin-right: 10px; 
    bottom: 0;  
    z-index:100; 
    float: right;
    right: 0;
    position: fixed;
}

#bdhChatPrivateAllMessages {
    overflow-wrap: break-word;
    word-break: break-word;
}

#bdhChatPrivateTop {
    border-right:none;
	border-left:none;
	border-bottom:none;
	background:-webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359));	
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
    white-space: normal;
    display: block;
    height: 50px;
    text-align: left;
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px;
}

/*--------Private Minimazed------------*/
#bdhChatPrivateMiniTop {
    display: none;
    border-right:none;
	border-left:none;
	border-bottom:none;
	background:-webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359));	
	background-clip: padding-box;	
    white-space: normal;
    height: 50px;
    min-width: 261px;
    bottom: 0;
    text-align: left;
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px;
}

.bdh-chat-private-mini-userFullName {
    float: right;
    width: 70%;
    border: none;
    height: 0px;
}
.bdh-multiselect {
    border-color: #9b9b9b !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.bdh-multiselect:hover{
    background-color: white !important;
    border-color: #9b9b9b !important;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5) !important;
}

.bdh-multiselect input{
   background-color: transparent !important;
   border: none !important;
   -webkit-box-shadow: inset 0px 0px 10px transparent !important;
   box-shadow: inset 0px 0px 10px transparent !important;
}

.k-multiselect input{
   background-color: transparent !important;
   border: none !important;
   -webkit-box-shadow: inset 0px 0px 10px transparent !important;
   box-shadow: inset 0px 0px 10px transparent !important;
}

.k-multiselect-wrap {
   background-color: transparent;
}

.k-editor .k-content {
    width: 96%; 
}

.k-editor-inline{
	color:#333333;
	font-size:14px;
	padding:10px;
	border:none;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;         
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;	
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 	
}

div[data-role="editor"].k-editor {
    display: inline-block;
    margin: 0;
    padding: 7px;
    font-size: 12px;
}

div[data-role="editor"].k-editor p {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

div[data-role="editor"].k-editor p:first-child {
    -webkit-margin-before: 0;
}

div[data-role="editor"].k-editor p:last-child {
    -webkit-margin-after: 0;
}

div[data-role="editor"].k-editor strong, 
div[data-role="editor"].k-editor b {
    font-weight: bold;
}

div[data-role="editor"].k-editor i, 
div[data-role="editor"].k-editor cite, 
div[data-role="editor"].k-editor em, 
div[data-role="editor"].k-editor var, 
div[data-role="editor"].k-editor address, 
div[data-role="editor"].k-editor dfn {
    font-style: italic;
}

div[data-role="editor"].k-editor s, 
div[data-role="editor"].k-editor strike, 
div[data-role="editor"].k-editor del {
    text-decoration: line-through;
}

div[data-role="editor"].k-editor li {
    display: list-item;
    text-align: -webkit-match-parent;
}

div[data-role="editor"].k-editor ol, 
div[data-role="editor"].k-editor ul, 
div[data-role="editor"].k-editor ol ul, 
div[data-role="editor"].k-editor ul ol, 
div[data-role="editor"].k-editor ul ul, 
div[data-role="editor"].k-editor ol ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

div[data-role="editor"].k-editor ul ul, 
div[data-role="editor"].k-editor ol ul {
    list-style-type: circle;
}

div[data-role="editor"].k-editor ol, 
div[data-role="editor"].k-editor ul {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 30px;
}

div[data-role="editor"].k-editor ol {
    list-style: decimal;
    list-style-type: decimal;
}

div[data-role="editor"].k-editor ul {
    list-style: disc;
    list-style-type: disc;
}

div[data-role="editor"].k-editor a {
    color: rgb(3, 113, 147);
}

div[data-role="editor"].k-editor table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
div[data-role="editor"].k-editor table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
    text-align: center;
}
div[data-role="editor"].k-editor table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
    text-align: center;
}





.k-scheduler-groupcolumn, .k-scheduler-times .k-slot-cell {
    width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollRow {
    background-color: lightgrey;
    cursor: pointer;
}

.scrollRow:hover {
    background-color: grey;
}
/*.scrollHelper {
    background-color: lightgrey;
    cursor: pointer;
    text-align: center;
    max-height: 16px;
    margin-top: auto;
    width: 100%;
}
.groupWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}*/
.emergencyAccess {
    background: none repeat scroll 0% 0% #FCC7CD !important;
    border: 1px solid #DB0B12;
    color: #8A1F11;
    height: 37px;
}

.emergencyAccessReportTable {
    width: 100%;
    border: 1px solid rgb(98, 97, 97);   
}

.eAReportColumnHeader {
    border: 1px solid rgb(98, 97, 97);
    color: white;
    background-color: rgb(20, 117, 155);
    text-align: center;
    padding: 5px;
}

.eAReportColumn {
    border: 1px solid rgb(98, 97, 97);
    padding: 5px;
}


div.accordionButtonsPannels {
    display: inline-block;
    margin: 0 15px 25px 0;    
}

div.accordionButtonsPannelItems {
    overflow-y: scroll;
    overflow-x: hidden;
}

.noItems {
     overflow-y:hidden;
}

div.accordionButtonsPannelLabel {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    height: 25px;
    text-align: left;
}

div.accordionButtonsPannelLabel span {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    color: #037193;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 20px;
    white-space: nowrap;
}

/*.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; support: IE7
}*/

div.accordionButtonsPannels .ui-state-default,
div.accordionButtonsPannels .ui-widget-content .ui-state-default,
div.accordionButtonsPannels .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: normal !important;
    color: white !important;
}

div.accordionButtonsPannels .ui-widget-header .ui-state-focus {
    border-top: 1px solid #05C6E4 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    background: #004359 !important;
    background: -moz-linear-gradient(top, #037092, #004359) !important;
    background: -ms-linear-gradient(top, #037092, #004359) !important;
    background: -o-linear-gradient(top, #037092, #004359) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359)) !important;
    font-weight: normal !important;
    color: #212121 !important;
}

div.accordionButtonsPannels .ui-widget-header .ui-state-active {
    border-top: 1px solid #05C6E4 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    background: #004359 !important;
    background: -moz-linear-gradient(top, #037092, #004359) !important;
    background: -ms-linear-gradient(top, #037092, #004359) !important;
    background: -o-linear-gradient(top, #037092, #004359) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359)) !important;
    font-weight: bold !important;
    color: white !important;
}

div.accordionButtonsPannels .ui-accordion-header {
    line-height: 15px !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    color: white !important;
    padding: 6px 18px; /*7px 30px;*/
    font-weight: bold !important;
    text-shadow: 0 1px 1px #013140 !important;
    border-top: 1px solid #05C6E4 !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    background: #004359 !important;
    background: -moz-linear-gradient(top, #037092, #004359) !important;
    background: -ms-linear-gradient(top, #037092, #004359) !important;
    background: -o-linear-gradient(top, #037092, #004359) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#037092), to(#004359)) !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    -moz-background-clip: padding !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    -moz-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140 !important;
    -webkit-box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140 !important;
    box-shadow: 1px 0px 0px #013140, 0px 1px 0px #013140, -1px 0px 0px #013140, 0px -1px 0px #013140 !important;
    margin: 0 0 0 5px;
    white-space: nowrap !important;
    margin-bottom: 5px;
}

div.accordionButtonsPannels .ui-accordion-header-active {
    margin-bottom: -2px;
}

div.accordionButtonsPannels div.ui-accordion-content {
    height: auto !important;
    margin-left: 4px;
    text-align: center;
}

div.accordionButtonsPannels .ui-state-highlight {
    height: 30px;
    line-height: 30px;
    width: 68%;
}

div.accordionButtonsPannels h3.ui-accordion-header span.ui-accordion-header-icon {
    margin-top: 0;
}

div.accordionButtonsPannels h3.ui-accordion-icons span.ui-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 1em;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    font: 16px/1 WebComponentsIcons;
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    float: right;
}

*, *::after, *::before {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    /*changes browser default of 16px to font size default of 1rem = 10px*/
}

.bdh-listing__container {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

@media (min-width: 1620px) {
    body {
        margin: auto;
    }
}

.bdhButton.bg-green,
.bdhButton.bg-blue,
.bdhButton.bg-blue-dark,
.bdhButton.bg-red {
    color: #ffffff;
    border: none;
}

.bg-green {
    background-color: #72bb53 !important;
}

.bg-blue {
    background-color: #2f7090 !important;
}

.bg-blue-dark {
    background-color: #004c64 !important;
}

.bg-red {
    background-color: #ff3823 !important;
}

.bg-white {
    background-color: #FFF !important;
    border: 1px solid #aaaaaa !important;
    color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
    color: #FFF !important;
}

.fill-red svg use {
    fill: #ff3823 !important;
}

.fill-blue svg use {
    fill: #2f7090 !important;
}


.fill-black svg use {
    fill: #000 !important;
}

.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: flex-end;
}

.align-top {
    align-self: baseline;
}

.nowrap {
    flex-flow: nowrap !important;
}

.w-30 {
    width: 30% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.hide {
    display: none !important;
}

.disabled {
    opacity: .25;
}

.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.col-4 {
    grid-column: auto/span 4;
}

.col-6 {
    grid-column: auto/span 6;
}

.col-8 {
    grid-column: auto/span 8;
}

.col-12 {
    grid-column: auto/span 12;
}

.dashboard {
    position: relative;
    height: 100vh;
}

.dashboard__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40rem;
    margin: auto;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    overflow: hidden;
}

.dashboard__header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #d4d4d4;
    background: linear-gradient(0deg, #e8e8e8 0%, white 100%);
    border-bottom: 1px solid #aaaaaa;
    z-index: 3;
}

.dashboard__header__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2f7090;
    margin: 0 .5rem;
    margin-right: auto;
}

.dashboard__header__btn {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: #7a7a7a;
    background: linear-gradient(0deg, #a6a6a6 0%, #e6e6e6 100%);
}

.dashboard__header__btn::after {
    content: '▲';
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
    color: #FFF;
}

.dashboard__header__btn:hover {
    cursor: pointer;
}

.dashboard__header__btn:focus {
    outline: none;
}

.dashboard__filter {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    background-color: #f7f7f7;
    padding: 1.5rem 1.8rem;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dashboard__filter__search {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-height: 0;
    opacity: 0;
    padding: 0;
    background-color: #FFF;
    position: absolute;
    top: 5rem;
    left: 0;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.dashboard__filter__search::before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
}

.dashboard__filter__search__dropdown {
    display: inherit;
    flex-flow: wrap;
    width: 100%;
    max-height: inherit;
}

.dashboard__filter__search.dashboard__filter__search-open {
    max-height: 200%;
    opacity: 1;
    padding: .5rem 2rem .8rem;
    transition: all 0.3s ease;
}

.dashboard__filter__label {
    font-size: 1.4rem;
    color: #aaaaaa;
}

.dashboard__filter__input {
    display: block;
    margin-bottom: .5rem;
    padding: .8rem 1rem;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    z-index: 1;
}

.dashboard__filter__btn {
    border: none;
    border-radius: 3px;
    background-color: #72bb53;
    color: #FFF;
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
    margin-left: auto;
    z-index: 1;
}

.dashboard__filter__btn:hover {
    cursor: pointer;
}

.dashboard__filter__btn:focus {
    outline: none;
}

.dashboard__checkbox {
    position: relative;
    right: -1.5rem;
    width: auto;
    z-index: 1;
    cursor: pointer;
}

.dashboard__checkbox:checked + .dashboard__checkbox__label:after {
    opacity: 1;
}

.dashboard__checkbox + .dashboard__checkbox__label {
    position: relative;
    font-size: 1.2rem;
    padding: 0 .5rem 0 2.2rem;
    overflow: hidden;
}

.dashboard__icon {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    display: inline-block;
    text-decoration: none;
    margin: 0 .5rem;
    border: none;
    width: 1.8rem;
    height: 1.8rem;
}

.dashboard__icon:hover {
    cursor: pointer;
}

.dashboard__icon:hover use {
    fill: #000;
}

.dashboard__icon:hover use:active {
    fill: #000;
}

.dashboard__icon:focus {
    outline: none;
}

.dashboard__icon svg {
    width: 100%;
    height: 100%;
}

.dashboard__icon svg use {
    fill: #aaaaaa;
}

.dashboard-table {
    overflow-y: auto;
    height: 50vh;
    min-height: 180px;
}

.dashboard-table__icon {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    display: inline-block;
    text-decoration: none;
    margin: 0 .5rem;
    border: none;
    width: 1.8rem;
    height: 1.8rem;
}

.dashboard-table__icon:hover {
    cursor: pointer;
}

.dashboard-table__icon:hover use {
    fill: #000;
}

.dashboard-table__icon:hover use:active {
    fill: #000;
}

.dashboard-table__icon:focus {
    outline: none;
}

.dashboard-table__icon svg {
    width: 100%;
    height: 100%;
}

.dashboard-table__icon svg use {
    fill: #aaaaaa;
}

.dashboard-table table {
    position: relative;
    width: 100%;
    background-color: #FFF;
    border-collapse: collapse;
}

.dashboard-table table tr {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-table table tr:last-child {
    border: none;
}

.dashboard-table__row {
    position: relative;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    padding: 0 .5rem;
}

.dashboard-table__row:nth-child(even) {
    background-color: #f7f7f7;
}

.dashboard-table__row td {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 0;
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6;
}

.dashboard-table__row td span:first-child {
    font-weight: bold;
}

.dashboard-table__row .dashboard-table__filter {
    padding-left: initial;
    width: 10%;
    justify-content: center;
}

.dashboard-table__row .dashboard-table__heading {
    padding-left: initial;
    width: 40%;
    justify-content: center;
}

.dashboard-table__row .dashboard-table__status {
    padding-left: initial;
    width: 15%;
    justify-content: center;
}

.dashboard-table__row .dashboard-table__status button {
    width: 3rem;
    height: 3rem;
}

.dashboard-table__row .dashboard-table__details {
    width: 75%;
    flex-direction: column;
    align-items: baseline;
}

.dashboard-table__row .dashboard-table__snooze {
    width: 10%;
}

.dashboard-table__row .dashboard-table__snooze button {
    position: absolute;
    top: .5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.dashboard-table__dropdown {
    display: flex;
    max-height: 0;
    opacity: 0;
    padding: 0;
    background-color: #FFF;
    position: absolute;
    top: 3rem;
    right: 0;
    border: 0.5px solid #ebebeb;
    border-radius: 3px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: all .2s ease-out;
    z-index: 2;
}

.dashboard-table__dropdown ul {
    display: inherit;
    flex-flow: column;
    width: 100%;
    max-height: inherit;
    align-items: baseline;
}

.dashboard-table__dropdown ul li {
    display: inherit;
    align-items: inherit;
}

.dashboard-table__dropdown ul li:first-child {
    font-weight: bold;
    padding-left: 1rem;
}

.dashboard-table__dropdown.dashboard-table__dropdown-open {
    max-height: 200%;
    opacity: 1;
    padding: .8rem .5rem .8rem 0;
    transition: all 0.3s ease;
}

.bdh-listing {
    position: relative;
    padding: 2rem 3rem;
}

.bdh-listing__container {
    display: block;
    position: relative;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    margin-bottom: 4rem;
    overflow: hidden;
}

.bdh-listing__container:last-child {
    margin-bottom: initial;
}

.bdh-listing__header {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    background-color: #FFF;
    border-bottom: 1px solid #aaaaaa;
}

.bdh-listing__header__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2f7090;
    margin: 0 .5rem;
    display: inline-block;
}

.bdh-listing__dropdown {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-height: 0;
    opacity: 0;
    padding: 0;
    background-color: #FFF;
    position: absolute;
    top: 4.3rem;
    left: 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.bdh-listing__dropdown-list {
    display: inherit;
    flex-flow: nowrap;
    width: 100%;
    max-height: inherit;
}

.bdh-listing__dropdown-group {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    margin: 0 1rem;
    justify-content: center;
}

.bdh-listing__dropdown-group label {
    width: 100%;
}

.bdh-listing__dropdown-group .bdh-listing__input {
    width: 100%;
}

.bdh-listing__dropdown-group button:first-child {
    margin-left: 0;
    margin-right: auto;
}

.bdh-listing__dropdown ul {
    display: inherit;
    width: 100%;
    max-height: inherit;
    align-items: baseline;
}

.bdh-listing__dropdown ul li {
    display: inherit;
    align-items: inherit;
    margin-top: .2rem;
}

.bdh-listing__dropdown ul li:first-child {
    font-weight: bold;
    padding-left: 1rem;
    margin-right: auto;
}

.bdh-listing__dropdown button {
    background-color: #72bb53;
    color: #FFF;
    border: none;
    margin-right: 0;
}

.bdh-listing__dropdown div.bdh-form {
    display: block;
    flex-flow: unset;
}

.bdh-listing__dropdown div.bdh-form .bdh-form__checkbox__label::after {
    top: 0;
}

.bdh-listing__dropdown.bdh-listing__dropdown-open {
    max-height: 1000%;
    opacity: 1;
    padding: .5rem 2rem .8rem;
    transition: all 0.3s ease;
    z-index: 2;
}

.bdh-listing__icon {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    text-decoration: none;
    margin: 0 .5rem;
    border: none;
    width: 1.8rem;
    height: 1.8rem;
}

td .bdh-listing__icon {
    display: inline-block;
}

.bdh-listing__icon:hover {
    cursor: pointer;
}

.bdh-listing__icon:hover use {
    fill: #000;
}

.bdh-listing__icon:hover use:active {
    fill: #000;
}

.bdh-listing__icon:focus {
    outline: none;
}

.bdh-listing__icon svg {
    width: 100%;
    height: 100%;
    min-width: 1.8rem;
}

.bdh-listing__icon svg use {
    fill: #aaaaaa;
}

.bdh-listing__checkbox {
    position: relative;
    right: -1.5rem;
    width: auto;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.bdh-listing__checkbox:checked + .bdh-listing__checkbox__label:after {
    opacity: 1;
}

.bdh-listing__checkbox + .bdh-listing__checkbox__label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 .5rem 0 2.2rem;
    overflow: hidden;
}

.bdh-listing__checkbox + .bdh-listing__checkbox__label::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-56%);
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    background-color: #FFF;
}

.bdh-listing__checkbox + .bdh-listing__checkbox__label:after {
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: .4rem;
    left: .4rem;
    width: 12px;
    height: 8px;
    opacity: 0;
    background: transparent;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
}

.bdh-listing__label {
    /*DELETE*/
    font-size: 1.4rem;
    color: #aaaaaa;
}

.bdh-listing__input {
    /*DELETE*/
    display: block;
    margin-bottom: .5rem;
    padding: .8rem 1rem;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    z-index: 1;
}

.bdhButton {
    margin: 0 .5rem;
    margin-left: auto;
    padding: .5rem 1.2rem;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    background-color: #FFF;
    color: #000;
    white-space: nowrap;
}

.bdhButton:hover {
    cursor: pointer;
}

.bdhButton:focus {
    outline: none;
}

.bdh-listing__toggle {
    display: flex;
    align-items: center;
    margin: 0 1rem;
}

.bdh-listing__toggle p {
    margin: .5rem;
}

.bdh-listing__toggle-label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    border-radius: 34px;
}

.bdh-listing__toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.bdh-listing__toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #ccc;
    box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.2);
    transition: .4s;
}

.bdh-listing__toggle-slider::before {
    position: absolute;
    content: "";
    top: .2rem;
    left: .1rem;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #fff;
    transition: .4s;
}

.bdh-listing__toggle input:checked + input + .bdh-listing__toggle-slider {
    box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.2);
    background-color: #72bb53;
}

.bdh-listing__toggle input:checked + input + .bdh-listing__toggle-slider::before {
    transform: translateX(24px);
}

.bdh-listing-table {
    overflow-y: auto;
    height: 19vh;
    min-height: 180px;
    box-sizing: border-box;
}

.bdh-listing-table table {
    position: relative;
    width: 100%;
    background-color: #FFF;
    border-collapse: collapse;
}

.bdh-listing-table table thead tr {
    position: sticky;
    top: 0;
    background-color: #d5edfa;
    box-shadow: 0 -1px 4px 1.5px rgba(0, 0, 0, 0.359);
    z-index: 2;
}

.bdh-listing-table table thead tr::after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.122);
    display: block;
    position: absolute;
}

.bdh-listing-table table tr {
    border-bottom: 1px solid #ebebeb;
}

.bdh-listing-table table tr:last-child {
    border: none;
}

.bdh-listing-table__row {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}

.bdh-listing-table__row:nth-child(even) {
    background-color: #f7f7f7;
}

.bdh-listing-table__row td {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 0;
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
}

.bdh-listing-table__row .bdh-listing__check {
    padding-left: initial;
    width: 4%;
    justify-content: center;
}

.bdh-listing-table__row .bdh-listing__name {
    width: 19%;
}

.bdh-listing-table__row .bdh-listing__date {
    width: 14%;
}

.bdh-listing-table__row .bdh-listing__type {
    width: 14%;
}

.bdh-listing-table__row .bdh-listing__title {
    width: 14%;
}

.bdh-listing-table__row .bdh-listing__staff {
    width: 19%;
}

.bdh-listing-table__row .bdh-listing__view {
    padding-left: initial;
    width: 8%;
    justify-content: center;
}

.bdh-listing-table__row .bdh-listing__status {
    padding-left: initial;
    width: 8%;
    justify-content: center;
}

.bdh-heading {
    position: relative;
    display: flex;
    padding: 1rem 2rem;
    background-color: #FFF;
    border-bottom: 1px solid #7a7a7a;
    align-items: center;
}

.bdh-heading__title {
    font-size: 2rem;
    font-weight: bold;
    color: #2f7090;
    margin-right: auto;
}

.bdh-heading__btn {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    display: inline-block;
    text-decoration: none;
    margin: 0 1rem;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
}

.bdh-heading__btn:hover {
    cursor: pointer;
}

.bdh-heading__btn:focus {
    outline: none;
}

.bdh-heading__btn svg {
    width: 100%;
    height: 100%;
}

.bdh-heading__btn svg use {
    fill: #aaaaaa;
}

.bdh-heading__btn svg use:hover {
    fill: #000;
}

.bdh-heading__btn svg use:active {
    fill: #000;
}

.document-main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.bdh-patient {
    position: relative;
}

.bdh-patient__img {
    display: block;
    width: 9rem;
    height: 9rem;
    margin: 0 2rem 1rem 1rem;
    border-radius: 3px;
    overflow: hidden;
}

.bdh-patient__img img {
    width: 100%;
    height: 100%;
}

.bdh-patient__name {
    font-size: 2rem;
    font-weight: bold;
}

.bdh-patient__birthday {
    font-size: 1.6rem;
    font-weight: normal;
}

.bdh-form {
    display: block;
}

.bdh-form__group {
    display: flex;
    align-items: center;
    margin: 1.8rem 0;
}

.bdh-form__label {
    font-size: 1.6rem;
    font-weight: bold;
}

.bdh-form__input {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
    padding: .8rem 1.2rem;
    margin-left: 1.5rem;
    text-decoration: none;
}

.bdh-form__icon {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    display: inline-block;
    text-decoration: none;
    margin: 0 1.5rem;
    border: none;
    width: 2.8rem;
    height: 2.8rem;
}

.bdh-form__icon:focus {
    outline: none;
}

.bdh-form__icon svg {
    width: 100%;
    height: 100%;
}

.bdh-form__icon svg use {
    fill: #aaaaaa;
}

.bdh-form__icon svg use:hover {
    fill: #000;
}

.bdh-form__icon svg use:active {
    fill: #000;
}

.bdh-form__message {
    margin-left: 1.5rem;
    padding: .8rem 1.2rem;
}

.bdh-form__checkbox {
    position: relative;
    right: -1.5rem;
    width: auto;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.bdh-form__checkbox:checked + .bdh-form__checkbox__label:after {
    opacity: 1;
}

.bdh-form__checkbox + .bdh-form__checkbox__label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 .5rem 0 2.2rem;
    overflow: hidden;
}

.bdh-form__checkbox + .bdh-form__checkbox__label::before {
    content: "";
    margin-right: 0.5em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-56%);
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #7a7a7a;
    border-radius: 2px;
    background-color: #FFF;
}

.bdh-form__checkbox + .bdh-form__checkbox__label:after {
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: .5rem;
    left: .4rem;
    width: 12px;
    height: 8px;
    opacity: 0;
    background: transparent;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
}

.bdh-form__record {
    display: flex;
    flex-flow: wrap;
    width: 70%;
}

.bdh-form__record select {
    width: 75%;
    margin-top: 1rem;
}

.bdh-form__record__item {
    margin: .5rem 0 0 1.5rem;
    font-size: 1.2rem;
}

.bdh-form__record__item span {
    margin-right: .5rem;
}

.bdh-form__record__item span use {
    fill: blue;
}

.bdh-form__record__item a {
    color: #000;
}

.bdh-form__record__item .bdh-form__icon {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    display: inline-block;
}

.bdh-form__record__item .bdh-form__icon:hover {
    cursor: pointer;
}

.bdh-form__radio {
    display: none;
}

.bdh-form__radio__group {
    display: inline-block;
    margin-left: 1.5rem;
    align-self: baseline;
}

.bdh-form__radio__label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
    font-size: 1.4rem;
}

.bdh-form__radio__btn {
    background-color: #FFF;
    height: 1.6rem;
    width: 1.6rem;
    border: 1px solid #7a7a7a;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .2rem;
}

.bdh-form__radio__btn::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0;
    transition: opacity .2s;
}

.bdh-form__radio:checked + .bdh-form__radio__label .bdh-form__radio__btn::after {
    opacity: 1;
}

.bdh-form__btn {
    width: 100%;
    margin: 0 1rem;
    padding: .8rem 2rem;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

.bdh-form__btn:hover {
    cursor: pointer;
}

.bdh-form__btn:focus {
    outline: none;
}

.bdh-form__submit {
    margin: 0 1rem;
    padding: .8rem 2rem;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    color: #FFF;
    align-self: flex-end;
}

.bdh-form__submit:hover {
    cursor: pointer;
}

.bdh-form__submit:focus {
    outline: none;
}

.bdh-form__upload {
    width: 100%;
    background-color: transparent;
    border: 1px dashed #7a7a7a;
    padding: 1rem;
    box-sizing: border-box;
}

.bdh-form__upload:hover {
    cursor: pointer;
}

.bdh-form__upload svg {
    width: 5rem;
    height: 5rem;
}

.bdh-form__upload svg use {
    width: 100%;
    height: 100%;
    fill: #aaaaaa;
}

.bdh-form__upload svg use:hover {
    fill: #000;
}

.bdh-form__upload svg use:active {
    fill: #000;
}

.document-upload {
    background-color: #FFF;
    border-radius: 3px;
    padding: 1rem 2.5rem;
}

.document-upload.document-file__container {
    border: none !important;
}

.document-file__container {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
    padding: 1rem 2.5rem;
}

.document-file__title {
    font-size: 1.6rem;
    font-weight: bold;
}

.document-file__titleTrimmed {
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-file__author {
    font-size: 1.6rem;
    font-weight: normal;
}

.document-file__icon {
    border: none;
    text-decoration: underline;
}

.document-file__icon:hover {
    cursor: pointer;
}

.document-file__icon:focus {
    outline: none;
}

.document-file__uploaded {
    display: block;
    width: 100%;
    height: auto;
}

.document-file__uploaded img {
    position: relative;
    width: 100%;
    height: 100%;
}

.document-divider {
    background-color: #7a7a7a;
    height: 1px;
    margin: 2rem 0;
}

.document-excuse .bdh-form__group {
    flex-flow: wrap;
}

.document-excuse .bdh-form__checkbox {
    left: .5rem;
}

.document-excuse .bdh-form__checkbox__label {
    left: -1rem;
}

.document-excuse .bdh-form__input {
    margin-left: initial;
}

.document-excuse .bdh-form__message {
    margin-left: initial;
}

.document-excuse .bdh-form__label-date {
    margin: 0 1rem;
}

.document-excuse .bdh-form__btn {
    margin: initial;
}

.document-phone-note .bdh-form__group {
    flex-flow: wrap;
}

.document-phone-note .bdh-form__checkbox {
    left: .5rem;
}

.document-phone-note .bdh-form__checkbox__label {
    left: -1rem;
}

.document-phone-note .bdh-form__input {
    margin-left: initial;
}

.document-phone-note .bdh-form__message {
    margin-left: initial;
}

.document-phone-note .bdh-form__label-date {
    margin: 0 1rem;
}

.document-phone-note .bdh-form__btn {
    margin: initial;
}

.document-free-form-letter .bdh-form__group {
    flex-flow: wrap;
}

.document-free-form-letter .bdh-form__checkbox {
    left: .5rem;
}

.document-free-form-letter .bdh-form__checkbox__label {
    left: -1rem;
}

.document-free-form-letter .bdh-form__input {
    margin-left: initial;
}

.document-free-form-letter .bdh-form__message {
    margin-left: initial;
}

.document-free-form-letter .bdh-form__label-date {
    margin: 0 1rem;
}

.document-free-form-letter .bdh-form__btn {
    margin: initial;
}

.quick-sign {
    padding: 2.5rem;
}

.quick-sign__heading {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 1rem;
}

.quick-sign__heading__title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: auto;
    white-space: normal;
}

.quick-sign__heading__btn {
    text-align: center;
    background-color: transparent;
    color: #aaaaaa;
    display: inline-block;
    text-decoration: none;
    margin: 0 1rem;
    border: none;
    width: 2rem;
    height: 2rem;
}

.quick-sign__heading__btn:hover {
    cursor: pointer;
}

.quick-sign__heading__btn:focus {
    outline: none;
}

.quick-sign__heading__btn svg {
    width: 100%;
    height: 100%;
}

.quick-sign__heading__btn svg use {
    fill: #aaaaaa;
}

.quick-sign__heading__btn svg use:hover {
    fill: #000;
}

.quick-sign__heading__btn svg use:active {
    fill: #000;
}

.quick-sign__preview {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.quick-sign__preview-img {
    display: flex;
    width: 100%;
    max-height: 50rem;
    justify-content: center;
    overflow-y: scroll;
}

.quick-sign__preview-img img {
    display: block;
    max-width: 500px;
    width: 100%;
    height: 100%;
}

.quick-sign__btn {
    text-align: center;
    background-color: transparent;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    margin: 2rem;
    padding: .8rem 1rem;
    border: none;
    border-radius: 3px;
    max-width: 10rem;
}

.quick-sign__btn:hover {
    cursor: pointer;
}

.quick-sign__btn:focus {
    outline: none;
}

.quick-sign__details {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.quick-sign__details-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aaaaaa;
    margin: .5rem 0;
}

.quick-sign__details-group:last-child {
    border-bottom: none;
}

.quick-sign__message {
    position: relative;
}

.quick-sign__message .bdh-form__submit {
    margin: 0;
}

.quick-sign__message .bdh-listing-table {
    overflow: hidden;
    overflow-y: unset;
    height: unset;
    min-height: unset;
}

.quick-sign__img {
    position: relative;
    display: block;
    max-width: 5rem;
    height: auto;
}

.quick-sign__img img {
    width: 100%;
    height: 100%;
}

.quick-sign__patient {
    font-size: 2rem;
    font-weight: bold;
    margin-left: auto;
}

.quick-sign__text {
    display: inherit;
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
}

.quick-sign__text span:first-of-type {
    font-weight: bold;
    margin-right: auto;
}

.quick-sign__list {
    display: flex;
    overflow-x: scroll;
    align-items: center;
}

.quick-sign__list-item {
    display: inherit;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 3px;
    list-style: none;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.quick-sign__list-item img {
    max-width: 10rem;
    height: auto;
    border-radius: 2px;
}

.quick-sign__list-item.selected {
    background-color: #aaaaaa;
}

.quick-sign__list-item:hover {
    cursor: pointer;
}

/* BDH CSS */
div.bdh-listing__header {
    min-height: 4.3rem;
    box-sizing: border-box;
}

div.bdh-listing__container input[type="checkbox"] {
    margin: 0 0.5rem;
    padding: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    line-height: initial;
}

div.ui-dialog-content div.bdh-listing__container input[type="checkbox"],
div.bdh-listing__container.embedInLegacyStyle input[type="checkbox"] {
    padding: 8px;
    width: 16px;
    height: 16px;
}

div.modal-box.overflow-auto > div.bdh-listing__container {
    margin: -20px;
}

div.bdh-listing__container div.k-grid table input[type="checkbox"],
div.bdh-listing__container div.instructionsTitle input[type=checkbox] {
    zoom: 1;
    transform: scale(1);
}

div.bdh-listing__container label {
    font-size: 1.4rem;
}

.bdh-form__input .ui-dropdownchecklist-text {
    font-size: 12px;
}

.bdh-listing__dropdown {
    margin-top: -1px;
    box-sizing: border-box;
}

.bdh-listing__dropdown-group {
    width: 200px;
}

.bdh-listing__dropdown-group label {
    font-size: 1.4rem;
    color: #aaaaaa;
}

.bdh-listing__dropdown-group ul label {
    padding: 0 .5rem 0 2.2rem;
}

.bdh-listing__dropdown-group label,
.bdh-form__group label {
    white-space: pre;
}

.bdh-listing__dropdown-group input:not([type='checkbox']),
.bdh-listing__dropdown-group select,
.bdh-form__group input:not([type='checkbox']),
.bdh-form__group select,
.bdh-form__group textarea {
    display: block;
    margin-bottom: .5rem;
    padding: .8rem 1rem;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    z-index: 1;
    width: 100%;
}

.bdh-form__input.ui-dropdownchecklist:has(>.ui-dropdownchecklist-selector.ui-state-active-open),
.bdh-listing__dropdown-group .ui-dropdownchecklist:has(>.ui-dropdownchecklist-selector.ui-state-active-open),
.bdh-form__input.ui-dropdownchecklist:has(>.ui-dropdownchecklist-selector:focus-visible),
.bdh-listing__dropdown-group .ui-dropdownchecklist:has(>.ui-dropdownchecklist-selector:focus-visible){
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.bdh-form__input .ui-dropdownchecklist-selector,
.bdh-listing__dropdown-group .ui-dropdownchecklist-selector {
    cursor: default;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.bdh-form__input .ui-dropdownchecklist-selector:focus,
.bdh-listing__dropdown-group .ui-dropdownchecklist-selector:focus {
    outline-offset: -2px;
    box-shadow: none;
    background-color: #ffffff;
    outline: -webkit-focus-ring-color auto 1px;
}

.bdh-form__input.ui-dropdownchecklist,
.bdh-listing__dropdown-group .ui-dropdownchecklist {
    display: block;
    border: 1px solid #7a7a7a;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    height: 34px;
    text-decoration: none;
}

.bdh-form__input.ui-dropdownchecklist + .ui-dropdownchecklist-dropcontainer-wrapper,
.bdh-form__group .ui-dropdownchecklist-dropcontainer-wrapper,
.bdh-listing__dropdown-group .ui-dropdownchecklist-dropcontainer-wrapper {
    border: 1px solid #7a7a7a;
    border-radius: 3px;
}

.bdh-form__input .ui-dropdownchecklist-selector::before,
.bdh-listing__dropdown-group .ui-dropdownchecklist-selector::before {
    content: none;
}

.bdh-form__input .ui-dropdownchecklist-selector::after,
.bdh-listing__dropdown-group .ui-dropdownchecklist-selector::after {
    content: "˅";
    font-size: 18px;
    font-family: "Consolas", monospace;
    font-weight: bold;
    right: 6px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    background: none;
    box-shadow: none;
}

bdh-form
.bdh-listing__dropdown-group input:not([type="radio"]):focus,
select:focus,
.bdh-listing__container input:not([type="radio"]):focus {
    outline-offset: -2px;
    box-shadow: none;
    background-color: #ffffff;
    outline: -webkit-focus-ring-color auto 1px;
}

.bdh-listing__container {
    overflow: visible;
    background: #f7f7f7;
}

div.bdh-listing__container input,
div.bdh-listing__container textarea,
div.bdh-listing__container .k-editor-inline {
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.bdh-listing__container .k-editor-inline {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quickFilter-Name {
    font-weight: bold;
    padding-left: 1rem;
    margin-right: auto;
    font-size: 1.6rem;
}

.k-grid-header .k-auto-scrollable th.k-header {
    vertical-align: bottom;
    background: none;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}

.k-grid-header .k-auto-scrollable th.k-header:hover {
    background-color: #0000000f;
}

.k-grid tr:hover {
    background-color: #d5edfa;
}

.k-grid-header-wrap.k-auto-scrollable {
    border: none;
}

.bdh-form__group .bdh-form__input:not([type="checkbox"]) {
    width: auto;
}

div.bdh-listing__container textarea:focus {
    box-shadow: none;
}

.bdh-listing__container .gridcustom {
    box-sizing: border-box;
}

.bdh-listing__dropdown-group .lookup-wrapper-div {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 40px;
}

.bdh-listing__dropdown-group .lookup-wrapper-div input {
    box-sizing: border-box;
    height: 35.5px;
}

.printButton {
    margin-left: auto;
}

.addButton {
    margin-left: auto;
}

.push-right {
    margin-left: auto;
}

.bdh-form input.bdh-form__input.ui-autocomplete-input {
    width: 25vw;
}

.filterQuickClear:after {
    content: 'x';
    font-weight: bold;
    padding-left: 0.3rem;
    color: grey;
    pointer-events: auto;
    cursor: pointer;
}

.filterQuickClear {
    padding: 0 10px 0 0;
    pointer-events: none;
}

.bdh-listing__container input.ui-autocomplete-input {
    padding-right: 25px;
    box-sizing: border-box;
}

div.bdh-listing__container .k-grid input[type="checkbox"] {
    margin: 0;
}

.dateDisabled {
    opacity: .25;
    pointer-events: none;
}

.bdh-listing__container input.inline-search {
    background-color: #ffffff;
}

.bdh-form__value {
    margin-left: 0.5rem;
    padding-left: 1rem;
    font-size: 14px;
}

.bdh-listing__container pre {
    font-family: Helvetica, Arial, sans-serif;
}

/* BDH CSS END */


/* Search Message */
div.search-message-container div.search-message-box {
    height: 27px;
    width: 201px;
    color: #999999;
}

div.search-message-container div.search-message-box input {
    padding: 0;
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

div.search-message-container div.search-message-box input.ui-autocomplete-input {
    padding-left: 30px;
    height: 24px;
    width: 160px;
    color: #999999;
    background-color: #FFFFFF;
    background-image: url(/BetterDay/Content/themes/static/Images/UIv2/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div.search-message-container  input:focus {
    outline: none;
}

div.search-message-container div.search-message-box {
    position: relative;
}

div.search-message-container div.search-message-box ul.ui-menu li.ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    text-align: left;
}

