/*
* ================== ZORGVERGELIJKER DAISYCON ==================
*/
.daisyconZorgContainer, .daisyconZorgPakkettenContainer, .health-ensurance-wrapper{
	display: table;
	width:100%;
	border-radius:2px;
	font-family:Arial;
	line-height:100%;
	font-size:12px;
	margin-top:10px !important;
	text-align: left;
	background:#FFF !important;
}

.daisyconZorgContainer div{
	-webkit-box-sizing: border-box !important;/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box !important;         /* Opera/IE 8+ */
}

.daisyconZorgContainer img, .health-ensurance-wrapper img{
	box-shadow:none !important;
	background:none !important;
	margin-bottom:0px !important;
	display: inline-block !important;
}

.daisyconZorgAfmNoLicense{
	padding:5px;
	border-top:2px solid #094f5e;
	border-radius:2px;
	margin-top:-2px;
}

.daisyconZorgAfmLicense{
	border:none !important;
}

.daisyconZorgAfmLicense .daisyconZorgAboutLogoContainer, .daisyconZorgAfmLicense .daisyconZorgAboutTitle, .daisyconZorgAfmLicense .daisyconZorgAbout, .daisyconZorgAfmLicense .daisyconZorgFooter{
	display:none !important;
}

/* OPBOUW */

.daisyconZorgFilters{
	float:left;
	width:20%;	
	margin-right:1%;
}

.daisyconZorgResults{
	float:right;
	width:79%;	
	position: relative;
}


/* Filters */
.daisyconFilterBox{
	border:1px solid #3498db;
	border-radius:2px;
	margin-bottom:10px;
}

.daisyconFilterBoxHeader{
	background: #3498db;
    color: #FFF;
    font-size: 125%;
    padding: 10px !important;
    text-align: justify;
    width: 100%;
    line-height:100% !important;
    cursor:pointer;
    display: table;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.daisyconFilterBoxHeader img {
    width: 12px !important;
    border: none !important;
    vertical-align: middle !important;
    margin:0px !important;
    margin-right: 5px !important;
}
.daisyconZorgHeaderContent {
    display: table-cell;
    text-align: left;
}
.daisyconZorgHeaderContent img{
	width:16px !important;
}
.daisyconZorgHeaderArrow{
	display: table-cell;
    text-align: right;
}
.daisyconFilterBoxContent{
}
.daisyconZorgOptionContainer{
	
}
.daisyconFilterBoxOption{
	border-bottom:1px dotted #ccc;
	padding:10px;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;     /* Firefox, other Gecko */
	box-sizing: border-box !important;         /* Opera/IE 8+ */
}

.daisyconFilterBoxOptionTitle{
	color:#5c5c5c;
	margin-bottom:5px;
	font-weight:bold;
	font-style: italic;
}

.daisyconFilterBox select{
	width:100% !important;
	border:1px solid #ccc !important;
	padding:5px !important;
	border-radius:2px !important;
	background:#FFF !important;
	color:#000 !important;
	box-shadow:none !important;
	font-size:100% !important;
	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;     /* Firefox, other Gecko */
	box-sizing: border-box !important;         /* Opera/IE 8+ */
	visibility: inherit !important;
}

.daisyconFilterBoxRow{
	padding-top:5px;
	padding-bottom:5px;
	line-height:18px;
}

.daisyconFilterBoxRow input[type=radio] {
    display: none;
}

.daisyconFilterBoxRow label{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding:0px !important;
    padding-left: 20px !important;
    font-weight:100 !important;
}

.daisyconFilterBoxRow label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border-radius:100%;
    bottom: 1px;
    background:#CCC;
}

.daisyconFilterBoxRow[data-checked="1"] label:before{
	content: "\2713";
	font-size: 18px;
	font-weight:bold;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
	background-color: #3498db;
}
.daisyconZorgExtraInfoButton{
	float:right;
	background:#3498db;
	width:16px;
	height:16px;
	border-radius:100%;
	text-align:center;
	line-height:16px;
	color:#FFF;
	margin-top:-2px;
	cursor:pointer;
	position: relative;
}

.daisyconZorgExtraInfoDes{
	display:none;
	position: absolute;
	padding:5px;
	bottom:25px;
	left:-5px;
	text-align: left;
	width:250px;
	font-size:11px;
	font-weight: 100;
	line-height:12px;
	background: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:10;
}
.daisyconZorgExtraInfoDes:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #333333 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 6px;
}

.daisyconExtraInfoOldPrice{
	text-decoration:line-through;
}

/* RESULTATEN */
.daisyconZorgBanner{
	padding:10px;
	width:100%;
	text-align: center;
}
.daisyconZorgBanner img{
	width:100%;
	max-width:728px;
}
.daisyconZorgTableDiv{
	width: 100%;
    vertical-align: middle !important;
    margin: 0px !important;
    font-family: inherit;
    font-size: inherit;
    border-collapse: inherit !important;
    overflow: auto;
}
.daisyconZorgRow{
    background: #FFFFFF;
    border: solid 1px #D6D6D6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    border-radius:2px;
}

.daisyconZorgRowHeader{
	padding: 5px;
    border-bottom: 1px solid #eaeaea;
    line-height: 30px;
    position: relative;
    margin-bottom:5px;
}

.daisyconZorgRowHeaderInfo{
	float: left;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.daisyconZorgRowHeaderInfo img{
	height: 25px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 10px;
    border: none !important;
    margin-left: 10px;
    margin-top:0px !important;
}

.daisyconZorgRowInfo{
	padding: 10px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.daisyconZorgRowInfoContainer {
    float: left;
    width: 33.33333%;
    text-align: center;
    display: table;
}

.daisyconZorgRightContainer{
	float:left;
	width:66.67%;
}

.daisyconZorgRightContainer .daisyconZorgRowInfoContainer{
	width:50%;
}

.daisyconZorgRowInfoContainerFirst{
	text-align:left;
}

.daisyconEnergyRowAanbiederPrice a {
    vertical-align: middle;
    font-size: 200%;
    color: #FF8300 !important;
    text-decoration: none;
}

.daisyconEnergyRowAanbiederPriceOld{
	text-decoration:line-through;
	margin-bottom:5px;
}

.daisyconZorgMoreInfo{
	clear: both;
    margin-top: 5px;
    text-align: center;
    padding: 6px;
    border-top: 1px solid #EAEAEA;
    cursor: pointer;
}

.daisyconZorgMoreInfo img {
    display: inline-block !important;
    vertical-align: middle !important;
    height: 8px !important;
    margin-right: 5px !important;
    border: none !important;
    margin-top:-3px;
}

.daisyconZorgInfoBar{
	padding: 2px 5px;
    color: #333333;
    border-radius: 2px;
    float: left;
    margin-bottom:5px;
    position: relative;
}

.daisyconZorgInfoBarDes{
	display: none;
	color:#FFF;
    position: absolute;
    padding: 5px;
    bottom: 25px;
    left: 10px;
    text-align: left;
    width: 250px;
    font-size: 11px;
    font-weight: 100;
    line-height: 12px;
    background: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 10;
}

.daisyconZorgInfoBarDes:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #333333 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 90px;
}

.daisyconZorgInfoBar img{
	display: inline-block !important;
    vertical-align: middle !important;
    height: 12px !important;
    margin:0px !important;
    margin-right: 5px !important;
    border: none !important;
    margin-top: -3px;
}

.daisyconZorgTextGrey{
	color:#CCC;
	font-size:90%;
	margin-top:5px;
}

.daisyconZorgRowHeaderCompare {
    float: right;
    background: #eaeaea;
    padding: 5px 10px;
    margin-top: 3px;
    line-height: 120%;
    border-radius:2px;
    cursor: pointer;
}

.daisyconZorgRowHeaderCompare img {
    width: 13px !important;
    height: 13px !important;
    margin: 0px;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 5px;
    background: none !important;
    border: none !important;
}

.daisyconZorgStartComparePackage {
    background: #00a6da;
    border-radius: 2px 2px 0 0;
    color: #000000;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
    color:#FFF;
}

/* MEER INFORMATIE */

.daisyconZorgMoreInfoContainer{
    overflow: hidden;
    margin-top: -12px !important;
    border: 1px solid #dddddd;
    background: #FFF;
    margin-top: 10px;
    position: relative;
    border-radius: 2px;
    position: relative;
    z-index: 3;
    padding:5px;
    width:100%;
    display: none;
    margin-bottom:10px;
}

.daisyconZorgTableRow{
	border-bottom:1px solid #CCC;
	padding:5px;
}

.daisyconZorgTableColl{
	width:50%;
	float:left;
}



/* BUTTON */
.daisyconAction {
    color:#FFF !important;
    background:#FF8300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding:10px 20px;
    padding-right:15px;
    text-decoration: none !important;
    border-radius:2px;
    font-size:120%;
}
.daisyconAction:hover{
	text-decoration: none;
}
.daisyconZorgTableRowCompare{
	height:41px;
	line-height:41px;
}

.daisyconZorgTableRowCompare  .daisyconAction{
	padding:5px 10px !important;
	
	line-height:100% !important;
}

.daisyconAction:after {
    content: '»';
    padding-left:10px;
    padding-right:5px;
    font-size:140%;
}
.daisyconAction:hover:after {
   padding-left:15px;
   padding-right:0px;
}

.daisyconAction:hover {
    opacity: 0.9;
}

/* VERGELIJKEN */
.daisyconZorgPackagesCompareBg, .daisyconZorgBackgroundPopup{
	background:#000;
	opacity:0.6;
	width:100%;
	height:100%;
	left:0px;
	position: fixed;
	top:0px;
	z-index: 100;
	display:none;
}
.daisyconZorgPackagesCompare, .daisyconZorgAboutPopup{
	width:80%;
	background:#FFF;
	position: fixed;
	z-index: 101;
	top:100px;
	left:10%;
	display:none;
}
.daisyconZorgPackagesCompareContent{
	padding:20px;
	line-height:130%;
}

.daisyconZorgPackagesCompareTitle{
	width:100%;
	padding:10px;
	background:#3498db;
	color:#FFF;
	font-size:14px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box !important;/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.daisyconZorgPackagesCompareCross{
	float:right;
	font-size:14px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
}
.daisyconZorgTableCollCompare{
	line-height:30px;
	width:20%;
	float:left;
}

.daisyconZorgTableCollCompare:hover{
	background:#F3F3F3;
}

.daisyconZorgTableRowCompare{
	border-bottom:1px solid #CCC;
	padding:5px;
	text-align:center;
	text-overflow: ellipsis;
}

.daisyconZorgTableRowCompareBg{
	background:#f3f3f3;
}

.daisyconZorgTableRowCompare img{
	height:20px !important;
	
}

.daisyconZorgTableRowCompare a{
	
}

.daisyconCompareInsurer{
	height:20px;
	padding-top:5px !important;
}

.daisyconZorgSpefDes{
	display:none;
	position: absolute;
	padding:10px;
	bottom:30px;
	line-height:18px;
	width:200px;
	background: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.daisyconZorgSpefDes:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #333333 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 6px;
}
.daisyconZorgSpefDesButton{
	margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    background: #000;
    color: #FFF;
    height: 20px;
    padding-top: 5px;
    width: 20px;
    line-height: 10px;
}




/* ZORGMAIL */
.daisyconZorgMailContainer{
	background:#F3F3F3;
	margin-top:10px;
	height:0px;
	overflow: hidden;
	transition: background-color 250ms,  color 250ms, height 250ms;
}

.daisyconZorgMailContainerContent{
	padding:20px;
}

.daisyconZorgPopupSendTableName{
	width:49.5%;
	margin-right:1%;
	border:1px solid #CCC;
	padding:5px;
	line-height:20px;
	float:left;
	margin-top:10px;
	border-radius:2px;
}
.daisyconZorgPopupSendTableEmail{
	width:49.5%;
	border:1px solid #CCC;
	padding:5px;
	line-height:20px;
	float:left;
	margin-top:10px;
	border-radius:2px;
}

.daisyconSendMailbutton, .daisyconZorgPopupSendEmailButton{
   -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
    font-size: 125%;
    background:#3498db;
    padding:5px 10px;
    width:100%;
    text-align:center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    color:#FFF;
    cursor:pointer;
    border:none;
}

.daisyconZorgPopupSendEmailButton{
	margin-top:10px;
	background:#ff8300;
}

.daisyconSendMailbutton:after, .daisyconZorgPopupSendEmailButton:after {
    content: '>';
    float: right;
    font-size: 140%;
    margin: 0 5%;
    text-align: center;
    transition: margin 250ms;
}
.daisyconSendMailbutton:hover:after ,.daisyconZorgPopupSendEmailButton:hover:after {
    margin: 0 3% 0 7%;
}

.daisyconSendMailbutton:active, .daisyconZorgPopupSendEmailButton:active {
    opacity: 0.5;
}

.daisyconZorgPopupSendEmailFeedback {
	width:70%;
}

.daisyconZorgAbout{
	width:100%;
	margin-bottom:10px;	
	font-size:11px;
	border-top:1px solid #CCC;
}

/* ZORGALERT */
.daisyconZorgAlertContainer{
	margin-bottom:10px;
	width:100%;
	line-height:110% !important;
	border:1px solid #CCC;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.daisyconZorgAlertEmail{
	width:60% !important;
	padding:10px !important;
	border:1px solid #CCC !important;
	border-radius:2px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left !important;
	height:36px !important;
	margin-top:10px !important;
	background:#FFF !important;
}

.daisyconZorgAlertButton{
	background:#f68e07 !important;
	color:#FFF !important;
	width:39% !important;
	height:36px !important;
	line-height:36px !important;
	float:right !important;
	margin-top:10px !important;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor:pointer;
}

.daisyconZorgAlertContainerTitle{
	font-weight:bold;
	color:#f68e07;
	font-size:125%;
	margin-bottom:5px;
}

.daisyconZorgAlertInfo{
	margin-top:10px;
	padding:5px;
	display:none;
	width:100%;
	border:1px solid #CCC;
	background:#F3f3f3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* DSC Finance */
.daisyconZorgDscfinanceLogo{
	display:inline-block;
	vertical-align: middle;
	margin-top:-2px;
	box-shadow: none !important;
	height:14px !important;
	margin-left:5px;
}


.daisyconZorgAboutLogoContainer{
	float:right;
	padding:5px 10px;
	border:2px solid #2d6376;
	background:#2d6376;
	border-bottom:none;
	border-radius:2px;
	color:#FFF;
	line-height:16px;
	font-size:11px;
}
.daisyconZorgAboutLogoContainer img{
	display:inline-block !important;
	vertical-align: middle !important;
	height:16px !important;
	box-shadow:none !important;
	background:none !important;
	border:none !important;
	margin:0px !important;
	margin-left:5px;
}
.daisyconZorgAboutLogo{
	
	margin-bottom:10px;
	background:#00a6da;
	color:#FFF;
	font-size:20px;
	width:150px;
}
.daisyconZorgAboutLogo img{
	width:100%;	
}
.daisyconZorgFooter{
	text-align:center; 
	font-family:arial; 
	color:#FFF !important;
	padding:10px;
	margin-top:-2px;
	background:#2d6376;
	font-size:11px;
	color:#333333;
	display:block !important;
}

.daisyconZorgAboutQuestion{
	margin-top:10px;	
}

.daisyconZorgAboutQuestion .daisyconZorgAboutQuestionTitle{
	padding:5px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
	font-weight:bold;
	font-style:italic;
	margin-bottom:5px;
}

.daisyconZorgAboutQuestion .daisyconZorgAboutQuestionContent{
	display:none;	
	font-weight:100;
	font-size:12px;
}

.daisyconZorgAboutQuestionContent a{
	color:#00a6da;
	font-weight:bold;
	text-decoration:underline;
}

.daisyconZorgAboutOption{
	cursor:pointer;
	font-weight:100;
	font-style:italic;
	padding:5px;
	padding-bottom:0px;
}

.daisyconZorgAboutTitle{
	padding-bottom:2px;
	padding-left:5px;
	color:#333333;	
	margin-top:25px;
	font-size:11px;
	font-weight:bold;
}

.daisyconZorgBrand{
	font-weight:bold;
}

.daisyconZorgAbout .daisyconZorgAboutOptionCol{
	width:33.333%;
	float:left;	
}

.daisyconZorgAfmDisplayNone{
	display:none !important;
}