﻿/* Styles for the Data Parameter Picker in Trends */

.tabCollapseAnchor{
    position: absolute;
    overflow: visible;
    z-index: 1000;
}

.trendSelectControls {
    box-shadow: 3px 3px 2px #555;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
		height: 100%;
}
.tabCollapseWrap .controlTab {
    background-color: #ddd;
}

.tabCollapseWrap .popupPanel {
    box-shadow: 3px 3px 2px #999;
}

.unsetButton {
	background-color: white;
}


#serviceTypeDropdown .dropdown-item {
	border-bottom: 2px solid white;
}




	#serviceTypeDropdown .dropdown-item.svcTotal {
		border-bottom-color: #FFECBA;
		border-bottom-width: 3px;
		background-color: rgba(255, 236, 186, 0.5);
		font-weight: bold;
	}

	#serviceTypeDropdown .dropdown-item.svcMedical {
		border-bottom-color: #B6FF00;
		font-weight: bold;
		font-style: italic;
	}
	#serviceTypeDropdown .dropdown-item.svcProf {
		border-bottom-color: #ADFFE2;
		border-bottom-width: 1px;
	}
	#serviceTypeDropdown .dropdown-item.svcTotalFac {
		border-bottom-color: #0094FF;
		border-bottom-width: 1px;
	}
	#serviceTypeDropdown .dropdown-item.svcInFac {
		border-bottom-color: #9ED6FF;
		border-bottom-width: 1px;
	}
	#serviceTypeDropdown .dropdown-item.svcOutFac {
		border-bottom-color: #87EBFF;
		border-bottom-width: 1px;
	}
	#serviceTypeDropdown .dropdown-item.svcPerscDrug {
		font-weight: bold;
		font-style: italic;
		border-bottom-color: #FFC596;
	}
	#serviceTypeDropdown .dropdown-item.svcBrandPersc {
		border-bottom-color: #FFA987;
		border-bottom-width: 1px;
	}
	#serviceTypeDropdown .dropdown-item.svcGenPersc {
		border-bottom-color: #FFD366;
		border-bottom-width: 1px;
	}



/* dead style below*/



.popupAnchor {
	position: relative;
	display: inline-block;
	overflow: visible;
	min-width: 300px;
}

.popupPanel {
    position: absolute;
    z-index: 10;
}


.trendSelectControls > .label-row > label {
    vertical-align: top;
}

.trendSelectControls .assumptionRow .valueNum {
    margin-left: 15px;
}


.trendSelectControls .flexrow {
	display: flex;
	flex-direction: row;
}

	.trendSelectControls .flexrow > .item {
		flex: 1;
	}

.trendSelectControls .paramSelectRow {
	margin-bottom: 30px;
}
.trendSelectControls .paramSelectRow label{
	display: inline-block;
	margin-right: 15px;
	min-width: 140px;
	font-weight: bold;
}

.trendSelectControls .popupPanel {
	font-size: 12pt;
	line-height: 1.2;
	min-width: 350px;
}

.trendSelectControls .popupPanel {
    top: -40px;
    left: 40px;
}

    .trendSelectControls .popupPanel.anchorBelow {
        top: 35px;
        left: -140px;
    }
    .trendSelectControls .popupPanel.anchorMidRight {
        top: -135px;
        left: -40px;
    }

.areaSelectTabs .tab-pane {
    min-height: 250px;
    min-width: 350px;
}


.lobPanel button p {
}

.callout-left {
    /*
    width: 40px;
    height: 40px;
    background-color: white;
    */
    position: absolute;
    left: -23px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid #428bca;
}

    .callout-left .callout-inner {
        position: relative;
        top: -20px;
        left: 2px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid white;
    }

.trendSelectControls .popupPanel.anchorMidRight .callout-left {
    top: 110px;
}

    .callout-bottom {
    /*
    width: 40px;
    height: 40px;
    background-color: white;
    */
    position: absolute;
    left: 20px;
    top: -23px;
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 23px solid transparent;
    border-bottom: 23px solid #428bca;
    border-right: 23px solid transparent;
}

    .callout-bottom .callout-inner {
        position: relative;
        top: 2px;
        left: -20px;
        width: 0;
        height: 0;
        border-top: 0;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #ffffff;
        border-right: 20px solid transparent;
    }


.areaSelectPanel {
    width: 720px;
    min-width: 650px;
}


td .svcButton.fillCell {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
}

.svcButton.singleHeight {
    /* height: 2rem; */
}

.svcButton.doubleHeight {
    min-height: 5rem;
}

.svcButton.tripleHeight {
    min-height: 7rem;
}

.svcButton.totalHeight {
    height: 150px;
}


.svcButton.inpatient {
    background-color: #9ED6FF;
}

.svcButton.outpatient {
    background-color: #87EBFF;
}

.svcButton.totalfacility {
    background-color: #0094FF;
    color: white;
}

.svcButton.totalall {
    background-color: #FFECBA;
}

.svcButton.professional {
    background-color: #ADFFE2;
}

.svcButton.medical {
    background-color: #B6FF00;
}

.svcButton.brandpresc {
    background-color: #FFA987;
}

.svcButton.genericpresc {
    background-color: #FFD366;
}

.svcButton.prescriptiondrug {
    background-color: #FFC596;
}

.lobPanel button img, button.currentLob img {
    height: 30px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lobPanel p, .lobPanel div.buttonLine {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lobPanel button {
    min-height: 70px;
    margin-bottom: 10px;
    padding: 7px 10px 10px 8px;
}
