﻿/* Compliance Header */

.titleContentWrapper > div{
	vertical-align:top;
	display: inline-block !important;
	height: 53px;
	font-size: 15px;
	font-weight: bold;
	line-height: 53px;
}

.titleContentWrapper > div:not(.spinBarDiv){
	margin-left: 10px;
	padding-right: 10px;
	position: relative;
	
}

.spinBarDiv{
	background: #FFFFFF;
	width: 75px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	padding-left: 5px;
	overflow-y: hidden;
	padding-top: 4px;
	height: 53px !important;
}

.acaComplianceDiv{
	border-right: 1px solid #AAAAAA;
}

/* Dashboard items */

.dashboardItemContent{
	background: #EEEEEE;
	width: 100%;

}

.dashboardItemSelectWrapper{
	height:100%;
	margin-left: auto;
	margin-right: 10px;
}

.dashboardSelectDDL{
	background: white;
	width: auto;
}

.dashboardItemTableLeftColumn{
	width: auto; 
	padding-right: 5px; 
	vertical-align: top;
}

.dashboardInputDDL{
    height:18px;
    width:205px;
    border:1px solid black;
    border-radius:2px;
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    padding-left:2px;
    padding-right:-2px;
    line-height:24px;
}

.dashboardDDL{
    height:22px;
    width:205px;
    border:1px solid black;
    border-radius:2px;
    font-size:12px;
    margin-right:5px;
    margin-left:5px;
    padding-left:2px;
    padding-right:-2px;
    line-height:24px;
}

/* Popup items */
#hoverComplianceWrapper{
	position: absolute; 
	width: 209px;  
	z-index: 99999; 
	display: none; 
	background-color: white; 
	border: 1px solid #0070bf
}

#trendWrapper{
	position: absolute; 
	z-index: 999999; 
	border: 1px solid #AAAAAA; 
	display: none;
}


#ACAComplianceText .popout { /* I don't think I need this, look at this in a bit*/
	box-shadow: 0 0 3px #000; 
	z-index: 999999; 
	position: absolute; 
	top: 30px; 
	left: -50px; 
	background: #FBF7AA; 
	background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%); 
	border-radius: 1px; 
	padding: 5px; 
	width: 230px; 
}

.description_popout { 
	display: none; 
	box-shadow: 0 0 3px #000; 
	z-index: 999999; 
	position: absolute; 
	top: 15px; 
	left: 50%; 
	margin-left: -115px;
	background: #FBF7AA; 
	background-image: -ms-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -moz-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -o-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8E78E), color-stop(1, #FBF7AA));
    background-image: -webkit-linear-gradient(top, #F8E78E 0%, #FBF7AA 100%);
    background-image: linear-gradient(to bottom, #F8E78E 0%, #FBF7AA 100%);
	border-radius: 3px; 
	padding: 5px; 
	width: 230px; 

}


/* Inside of Control CSS */

.tableDescriptionRow {
	background: #CCCCCC;
    color:black;
}

.informational_link{
	color: #1271CF !important;
}

/* Tooltips */
.tooltip > .tooltip-inner {
	background-color: rgb(0, 112, 191);
	text-align: left;
	min-width: 240px;
	max-width: 300px;
}

.tooltip > .tooltip-arrow {
	border-bottom-color: rgb(0, 112, 191) !important;
}

.tooltip.in {
	opacity: 1 !important;
}

/* FORM 1095 Estimate Tooltip */
#imgPenaltyBExplanation + .tooltip > .tooltip-inner {
	min-width: 350px;
	max-width: 400px;
}