/************ Main Dashboard Styling ************/

#dashboard  {
	width: 100%;
	height: auto;
}

.dashboardpanel  {
	width: 100%;
	height: auto;
}

#dashboard_full  {
	width: 100%;
	height: auto;
}

#dashboardleft  {
	width: 62%;
	height: auto;
	float: left;
	padding: 10px;
	padding-left: 0 !important;
}

#dashboardright  {
	width: 38%;
	height: auto;
	float: left;
	padding: 10px;
	padding-right: 0 !important;
}

.dboard_item  {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin-bottom: 20px;
}

.dboard_item .header  {
	width: 100%;
	height: auto;
	padding: 14px;
	/*color: #FFF;*/
	color: #435F80;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: left;
	/*background-color: #004677;*/
	background: #fefeff;
	background: -moz-linear-gradient(top,  #fefeff 0%, #e7f2f8 100%);
	background: -webkit-linear-gradient(top,  #fefeff 0%,#e7f2f8 100%);
	background: linear-gradient(to bottom,  #fefeff 0%,#e7f2f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e7f2f8',GradientType=0 );
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #CCCCCC;
	
	/*background: #f0f0f0;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );*/
	
	/*border: 2px solid #004677;*/
	
	/*background-image: url('../images/whitelogo.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 120px auto;*/
}

.dboard_item .main  {
	width: 100%;
	height: auto;
	padding: 14px;
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.dboard_item_row  {
	width: 100%;
	height: auto;
}

.dboard_item
.dboard_item_row
.split  {
	width: 100%;
	height: auto;
	float: left;
}

#callback  {width: 100%;}

.callback_btn .standardbtn,
.callback_btn_wide .standardbtn  {
	width: 98% !important;
	height: auto !important;
	float: none !important;
	margin: 0 auto !important;
	font-size: 10px !important;
}

#callback_wrapper .dataTables_filter,
#callback_wrapper .dataTables_info  {width: 100% !important;}

.dsbactive  {
	background-color: #E8E8E8;
	-moz-box-shadow: inset 0 0 20px rgba(106,172,222, 0.75);
	-webkit-box-shadow: inset 0 0 20px rgba(106,172,222, 0.75);
}

#db_billing
.dboard_item_row:nth-child(1)
.split,
#db_patients
.dboard_item_row:nth-child(1)
.split  {
	width: 33.3%;
	padding: 0 0 20px 0 !important;
}

#db_billing
.dboard_item_row
.split,
#db_patients
.dboard_item_row
.split,
#db_letterqueue
.dboard_item_row
.split,
#db_scannerlog
.dboard_item_row
.split,
#faxLog
.dboard_item_row
.split,
#db_nextfive
.dboard_item_row
.split  {padding: 4px 0;}

#db_billing_sub .dashboarditembody
{	
	height: 250px;
	overflow-y: auto;
}

#db_callbacks
.dboard_item_row
.split,
#db_callbacks
.dboard_item_row
.norecord  {
	padding: 5px 0;
	color: #004677 !important;}

#db_callbacks
.dboard_item_row
.norecord  {font-family: 'Montserrat', sans-serif;}

#db_callbacks
.dboard_item_row  {padding: 0px;}

#db_callbacks
.dboard_item_row
.split  {cursor: pointer;}

#db_callbacks
.dboard_item_row
.split:hover  {color: #008ABE;}

/*.callback_row  {text-align: center; border-bottom: 2px solid #EAEAEA;}*/

#callback th  {cursor: pointer;}

#callback_wrapper  {
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: auto;
}

#dashboard #callback_wrapper table  {
	border-right: none;
	border-left: none;
}

#dashboard #callback_wrapper  .dataTables_filter  {
	border-top: none;
	border-right: none;
}

/*#callback thead  {position: fixed;}*/

/*#callback thead  {font-weight: 700;}*/

#callback thead th:nth-child(1)  {width: 10% !important; border-right: 1px solid #EAEAEA;}

#callback thead th:nth-child(2)  {width: 20% !important; border-right: 1px solid #EAEAEA;}

#callback thead th:nth-child(3)  {width: 20% !important; border-right: 1px solid #EAEAEA;}

#callback thead th:nth-child(4)  {width: 10% !important; border-right: 1px solid #EAEAEA;}

#callback thead th:nth-child(5)  {width: 20% !important; border-right: 1px solid #EAEAEA;}

#callback thead th:nth-child(6)  {width: 20% !important; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row  {}

#db_callbacks
.dboard_item_row
.split:nth-child(1)  {width: 10%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.split:nth-child(2)  {width: 20%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.split:nth-child(3)  {width: 20%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.split:nth-child(4)  {width: 10%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.split:nth-child(5)  {width: 20%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.split:nth-child(6)  {width: 20%; border-right: 1px solid #EAEAEA;}

#db_callbacks
.dboard_item_row
.norecord  {width: 100%; text-align: center;}

#db_callbacks .main  {padding: 0;}

.callback_row  {
	font-size: 90%;
	width: 100%;
	height: auto;
	clear: both;
}

#db_callbacks .callback_row:nth-child(even)  {background-color:#f9fbfd;}

.callback_row .split  {
	text-align: center;
	padding: 0px;
}

.callback_btn  {
	width: 33.3%;
	height: auto;
	float: left;
}

.callback_btn_wide  {width: 100%;}

.db_header_title  {
	widtH: auto;
	height: auto;
	float: left;
	padding-top: 4px;
}

.db_header_btns  {
	widtH: auto;
	height: auto;
	float: left;
	margin-left: 14px;
}

.dashboard_table thead tr {
    background-color:#e7f2f8 ;
    color: #435f80;
    text-align: left;
	border-top: 1pt solid #363636;
	border-bottom: 1pt solid  #363636;
}

.dashboard_table tr:nth-child(even) {
    background-color:#f9fbfd;
}

.dashboard_table th{
    padding: 2px 22px;
	font-size: 110%;
	border-top: 1pt solid #363636;
	border-bottom: 1pt solid  #363636;
}
.dashboard_table td {
    padding: 1px 22px;
	font-size: 90%;
	vertical-align: top;
}

.dashboard_table h2 {
    padding-top: 20px;
	font-size: 110%;;
}