/* Minification failed. Returning unminified contents.
(262,1): run-time error CSS1019: Unexpected token, found '0'
 */
@font-face {
	font-family: 'Roboto slab';
	src: url('themes/base/fonts/Roboto/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

body {
	color: #626250;
	line-height: 1.5em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
header
{
	top: 0;
    left: 0;
	min-height: 100px;
	width: 330px;
	float: right;
	z-index: 1000;
}

header a.logo { display: block; position: absolute; background-position: 0px 0px; background-repeat: no-repeat; }

header div.logo_zorgportaal {
	display: block;
	position: absolute;
	width: 350px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/Content/images/logo_zorgportaal_.png);
	top: 10px;
}

h1 {
	font-family: 'Roboto slab';
	font-weight: 400;
	font-size: 30px;
	color: #1A3C91;
	text-align: left;
}
h2 {
	font-family: 'Roboto slab';
	font-weight: 400;
	font-size: 22px;
	color: #1A3C91;
}

a {
	color: #1A3C91;

}

a:hover {
	color: #4D4D4D;
}

footer
{
	border-top: 1px solid #BBBBBB;
}


*:focus {
    outline: none;
}


.page {
	max-width: 1600px;
	min-width: 1600px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}
.info {
	width: 664px;
	float : right;
}
.info_box
{
	position: absolute;
	top: 240px;
	padding-left: 50px;
	padding-right: 20px;
}

.login
{
	float: left;
	background-image: url(/Content/images/model_left_1600.png);
	background-repeat: no-repeat;
	min-height: 828px;
	width: 935px;
}


.logo_bosman {
	width: 220px;
	height: 66px;
	/*display: block;*/
	/*background-image: url(/Content/images/logo_large.jpg);*/
}

.logo_onemed {
	float: right;
	width: 326px;
	height: 53px;
	/*display: block;*/
	background-image: url(/Content/images/logo_onemed_large.jpg);
}

.login_box {
	position: absolute;
	left: 340px;
	top: 300px;
	width: 550px;
	height: 309px;
	background-color: #1A3C91;
	border: 2px solid #1A3C91;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	box-shadow: 0px 0px 5px 5px #1a3c912b;
}

.login_box a {
	color: #FFFFFF;
}

	.login_box.pin {
		height: 250x;
	}

	

.login_box H1 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 10px;
}

.login_box table
{
	width: 100%;
}

.login_box table td
{
	padding: 5px;
}

	.login_box input[type=text], input[type=password] {
		height: 44px;
		width: 350px;
		color: #616250;
		border: 1px solid #888;
		padding: 0 0 0 5px;
		font-size: 18px;
		border-radius: 10px;
	}

	.login_box input[type=submit] {
		background-color: #D7F0FF;
		color: #285FA0;
		text-align: center;
		border: 0;
		padding: 10px 0px;
		border-radius: 10px;
		font-size: 18px;
		width: 200px;
		cursor: pointer;
		font-weight: bold;
	}

.login_box input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #1A3C91;
}

.asbutton:hover {
	background-color: #1A3C91;
	color: #FFFFFF;
}

.info_box h1 {
	font-weight: bold;
}

.info ul {
	margin-bottom: 20px;
	margin-left: 1em;
	list-style-type: none;
}
.info li
{
	background-repeat: no-repeat;
	margin-left: -30px;
	margin-bottom: 10px;
}
.info li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #C8E655; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space */
	margin-left: -1em; /* Also needed for space */
}

.footer_container
{
	font-size : 16px;
	color: #bbb;
}
.onethird
{
	width: 33%;
	float: left;
	border : 0px solid #000;
}
.onequarter
{
	width: 25%;
	float: left;
	border : 0px solid #000;
}
.onehalf
{
	width: 50%;
	float: left;
	border : 0px solid #000;
}

.left 
{
	text-align: left;
}

.center 
{
	text-align: center;
}

.right
{
	text-align: right;
}
.clearfix {
    overflow: hidden;
    clear: both;
}
.clearfix.spacer {
	height: 20px;
}
0
div.hr-dottedwhite
{
    height: 10px;
    background: transparent url(/Content/images/dottedline-white.png) repeat-x left 50%;
    margin-bottom: 10px;
}

button[type=button]
{
	height: 44px;
	width: 250px;
	background-color: #616250;
	color : #fff;
	text-align: left;
	border : 0;
	border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.asbutton {
	background-color: #D7F0FF;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	color: #1A3C91;
	border: 0;
	font-size: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	font-weight: bold;
	cursor: pointer;
}


.validation
{
    position:relative;
    top: 620px;
    left: 350px;
    width:550px;
}

.information,
.validation-summary-warning,
.success,
.validation-summary-success,
.errors,
.validation-summary-errors {
	padding: 10px 10px 10px 60px;
	margin: 1em 0;
	display: flex;
	border-radius: 10px;
	min-height: 34px;
}

.information,
.validation-summary-warning {
	border: 3px solid #FFA455;
	color: #000000;
	background: #FFA455 url("/Content/images/warning-16.png") 19px 19px no-repeat;
}

.success,
.validation-summary-success {
	border: 3px solid #007B64;
	color: #FFFFFF;
	background: #007B64 url("/Content/images/success-16.png") 19px 19px no-repeat;
}

.errors,
.validation-summary-errors,
.field-validation-error {
	border: 3px solid #C30000;
	color: #FFFFFF;
	background: #C30000 url("/Content/images/error-16.png") 19px 19px no-repeat;
}

.validation-summary-errors a {
	color: #FFFFFF;
}

.validation-summary-errors a:hover {
	color: #FFFFFF;
}

.errors UL,
.success UL,
.information UL,
.validation-summary-errors UL,
.validation-summary-success UL,
.validation-summary-warning UL
 {margin:0;padding:0;list-style:none;}

	.validation-summary-errors UL,
	.validation-summary-success UL,
	.validation-summary-warning UL
	{
		margin-bottom: 0;
	}
@media screen and (min-width: 1367px)  and (max-width: 1440px) {
	.page 
	{
		min-width: 1440px;
		margin: 0px auto;
		position: relative; background-color: #fff;
	}

	.login {
		background-repeat: no-repeat;
		min-height: 829px;
		width: 842px;
		border-right: 1px solid #BEBEBC;
	}
	.login_box
	{
		position: absolute;
		left: 250px;
		width: 550px;
		height: 309px;
		border-radius: 10px;
	}
	.info 
	{
		width: 599px;
		float : right;
	}
    .validation
    {
        left: 260px;
    }

}

@media screen and (min-width: 1281px)  and (max-width: 1366px) {
	body 
	{
		font-size: 14px;
	}
	header div.logo_zorgportaal 
	{
		display: block;
		position: absolute;
		width: 230px;
		height: 34px;
		background-position: 0px 0px; background-repeat: no-repeat;
		background-image: url(/Content/images/logo_zorgportaal_medium.png);
		top: 10px;
	}
	h1 
	{
		/*font-size: 26px;*/
		text-align: left;
	}
	h2 
	{
		font-size: 16px;
		/*color: #95BD0F;*/
	}
	.login {
		background-repeat: no-repeat;
		min-height: 695px;
		width: 795px;
		border-right: 1px solid #BEBEBC;
	}
	.info 
	{
		width: 570px;
		float : right;

	}
	.info_box
	{
		position: absolute;
		top: 140px;
		padding-left: 20px;
		padding-right: 20px;

	}
	.page 
	{
		min-width: 1366px;
		margin: 0px auto;
		position: relative; background-color: #fff;
	}
	.logo_bosman
	{
		width: 140px;
		height: 42px;
	}

	.logo_onemed 
	{
		float: right;
		width: 247px;
		height: 34px;
		/*display: block;*/
		background-image: url(/Content/images/logo_onemed_medium.jpg);
		background-repeat: no-repeat;
	}
	.login_box
	{
		position: absolute;
		left:350px;
		top: 250px;
		width: 408px;
		height: 291px;
		border-radius: 10px;
	}
	.login_box input[type=text], input[type=password]
	{
		height: 44px;
		width: 250px;
		color: #000;
        border:1px solid #888;
        padding:0;
	}
	.footer_container
	{
		font-size : 11px;
		color: #bbb;
	}
    .validation
    {
        top: 550px;
        width:410px;
        left: 360px;
    }
}

@media screen and (min-width: 1025px)  and (max-width: 1280px) {
	body 
	{
		font-size: 14px;
	}
	header div.logo_zorgportaal 
	{
		display: block;
		position: absolute;
		width: 230px;
		height: 34px;
		background-position: 0px 0px; background-repeat: no-repeat;
		background-image: url(/Content/images/logo_zorgportaal_medium.png);
		top: 10px;
	}
	.login {
		background-repeat: no-repeat;
		min-height: 976px;
		width: 750px;
		border-right: 1px solid #BEBEBC;
	}
	.info 
	{
		width: 530px;
		float : right;

	}
	.info_box
	{
		position: absolute;
		top: 250px;
		padding-left: 20px;
		padding-right: 20px;

	}
	.page 
	{
		min-width: 1280px;
		margin: 0px auto;
		position: relative; background-color: #fff;
	}
	.logo_bosman
	{
		width: 140px;
		height: 42px;
	}

	.logo_onemed 
	{
		float: right;
		width: 247px;
		height: 34px;
	}
	.login_box
	{
		position: absolute;
		left:300px;
		top: 330px;
		width: 408px;
		height: 291px;
		border-radius: 10px;
	}
	.login_box input[type=text], input[type=password]
	{
		height: 44px;
		width: 250px;
		color: #000;
        border:1px solid #888;
        padding:0;
	}
	.footer_container
	{
		font-size : 11px;
		color: #bbb;
	}
    .validation
    {
        top: 630px;
        width:410px;
        left: 310px;
    }

}
@media screen and (min-width: 0px)  and (max-width: 1024px) {
	body 
	{
		font-size: 14px;
	}
	header div.logo_zorgportaal 
	{
		display: block;
		position: absolute;
		width: 230px;
		height: 34px;
		background-position: 0px 0px; background-repeat: no-repeat;
		background-image: url(/Content/images/logo_zorgportaal_medium.png);
		top: 10px;
	}
/*	h1 
	{
		font-size: 26px;
		color: #616250;
		text-align: left;
	}
	h2 
	{
		font-size: 16px;
		color: #95BD0F;
	}*/
	.login {
		background-repeat: no-repeat;
		min-height: 723px;
		width: 602px;
		border-right: 1px solid #BEBEBC;
	}
	.info 
	{
		width: 425px;
		float : right;

	}
	.info_box
	{
		position: absolute;
		top: 140px;
		padding-left: 20px;
		padding-right: 10px;

	}
	.page 
	{
		min-width: 1024px;
		margin: 0px auto;
		position: relative; background-color: #fff;
	}
	.logo_bosman
	{
		width: 140px;
		height: 42px;
	}

	.logo_onemed 
	{
		float: right;
		width: 247px;
		height: 34px;
	}
	.login_box
	{
		position: absolute;
		left:160px;
		top: 250px;
		width: 408px;
		height: 291px;
		border-radius: 10px;
	}
	.login_box input[type=text], input[type=password]
	{
		height: 44px;
		width: 250px;
		color: #000;
        border:1px solid #888;
        padding:0;
	}
	.footer_container
	{
		font-size : 11px;
		color: #bbb;
	}
    .validation
    {
        top: 550px;
        width:410px;
        left: 170px;
    }

}

.ui-widget-overlay {
  background-image: none !important; 
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: black;
}
 
.ui-dialog-titlebar {
  background-color: #fff;
  background-image: url(/Content/Images/dottedline-gray.png);
  background-repeat: repeat-x;
  background-position-y:55px;
  color: #626250;
  border: none;
  

}

.ui-icon
{
    width: 60px !important;
    height: 60px !important;
    padding:0;
    position:static !important;
}
.ui-dialog-titlebar-close 
 { 
    width: 48px !important; 
    height: 48px !important; 
    top: 12px !important;
 }

.ui-icon-closethick
{
    background-image: url(/Content/Images/close-window-48.png) !important;
    background-repeat: no-repeat !important;
    background-position: 6px 6px;
}

.ui-widget-header{
    height: 50px !important;
}
.ui-widget-content{
    color: #616250 !important;
}
.ui-widget
{
    font-family: Arial !important;
    font-size: 18px !important;
}
.ui-dialog-title
{
    font-size:30px;
}
.ui-dialog p 
{
    line-height: normal;
}
#privacyContainer
{
    height: 680px;
    overflow: scroll;
    overflow-x: hidden;
}
.bottom_right
{
    position: absolute;
    right:    15px;
    bottom:   20px;
}

button[type=button].btn_green {
	background-color: #D7F0FF;
	color: #1A3C91;
	width: 250px;
	height: 44px;
	border-radius: 10px;
	border: solid 1px #1A3C91;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

button[type=button].btn_green:hover {
	background-color: #1A3C91;
	color: #FFFFFF;
}

.footer_container a
{
    color: #bbb;
    text-decoration:none;
}

#privacyContainer,
#disclaimerContainer,
#dialogContainer {
	height: 680px;
	overflow: scroll;
	overflow-x: hidden;
}

.dialogFooter {
	bottom: 0px;
	position: relative;
	height: 80px
}
