﻿
html,body
{
	margin: 0;
	padding: 0;
	min-height:100%;
	min-width:100%;
	height:100%;
	overflow:hidden;
	width:100%;
	border: none;
}

.hoverlink
{
	text-decoration: none;
	color: inherit;
}

.hoverlink:hover
{
	text-decoration: underline;
}

body
{
	font-family: 'Open Sans' , 'Comic Sans MS';
	font-size: 12px;
	color: #323232;
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.form
{
	min-height: 100%;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	text-align:center;	
}

.ProjectLogo
{
	height: 82px;
	padding-left: 25px;
	padding-top: 0px;
}

.nobg
{
	background-image: none;
	background-color: transparent;
}


.NonDialogAlert
{
	position: absolute;
	right: 20px;
	bottom: -6px;
	min-height: 100px;
	z-index: 9999999999999999999999999999;
	background-color: #EFEFEF;
	padding: 30px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	color: #333333;
	font-size: 12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px #F8F8F8;
    -webkit-box-shadow: 1px 1px 1px #F8F8F8;  
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#F8F8F8');
	min-width: 200px;
	max-width: 40%;
}

.fullscreen {
	min-height:100%;
	min-width:100%;
	height:100%;
	width:100%;
}


.fullsize
{
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	max-height: 100%; 
	min-width: 100%; 
	max-width: 100%;
}


.CenterBoxParent
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;	
}

.CenterBox
{
	position: absolute; 
	min-width: 420px;
	max-width: 420px;
	width: 420px;
	min-height: 200px;
	max-height: 420px;
	padding: 20px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 8px #C0C0C0;
	-webkit-box-shadow: 1px 1px 8px #C0C0C0;
	box-shadow: 1px 1px 8px #C0C0C0; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C0C0C0')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C0C0C0');
	border: 1px solid #dfdfdf;		
	/*left: calc(50% - 230px);*/
	text-align: center;
	display: inline-block;
	background-color: #FBFCFD;
    top: 50%;
    left: 50%;
    margin-left: -225px; /* Negative half of width. */
    margin-top: -230px; /* Negative half of height. */
}

.MarginLeftRight
{
	margin-left: 1px;
	margin-right:1px;
}
.inline
{
	display: inline-block;
}
.center-align
{
	text-align: center;
}
.left-align
{	
	text-align:left;
	}
	
.right-align
{
	text-align: right;
	}
	
.plaintext
{
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}	
	
.smallText
{
		font-size: small;
	font-weight: bold;
	}

/**/
.centercontrol
{	
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
.fullwidth
{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.PanelWithBorder	
{
	border: 1px solid #002A53; 	
	text-align: left;
	vertical-align: top;
}

input[type=submit]
{	
	border: 0px;
	background-color: #666666;
	font-family: 'Open Sans' , sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: White;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px;
	text-transform: uppercase;
}

	/*Hack for all but IE:*/
input[type=submit]:nth-of-type(1n)
{
		border: 0px;
	background-color: #666666;
	font-family: 'Open Sans' , sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: White;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px;
	text-transform: uppercase;
}

input[type=submit]:hover
{
	cursor: pointer;
	background-color: #00A9A4;
}
 
 input[type=submit]:hover:nth-of-type(1n)
{
	cursor: pointer;
	background-color: #00A9A4;
}


.btn
{
		border: 0px;
	background-color: #666666;
	font-family: 'Open Sans' , sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: White;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px;
	text-transform: uppercase;
}
.btn:nth-of-type(1n)
{
			border: 0px;
	background-color: #666666;
	font-family: 'Open Sans' , sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: White;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px;
	text-transform: uppercase;
}
 .btn:hover
{ 
	cursor: pointer;
	background-color: #00A9A4;
}
.btn:hover:nth-of-type(1n)
{
	cursor: pointer;
	background-color: #00A9A4;
}

.btn-grey
{
	-moz-border-radius: 3px;
    border-radius: 3px;
	display: inline-block; 

	/*height: 19px; */
	background-color: White;	
	border: 1px solid gray;
		text-decoration: none;			
		  color: gray;	
	/*font-size: 12px; 	*/
	
		padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left:16px;
	padding-right:16px;
}

.btn-grey:nth-of-type(1n)
{
 	text-transform: none;
	font-variant: normal;
}
.btn-grey:hover
{ 
	background-color: #E8E8E8;
	cursor: hand;	
}
.btn-grey:hover:nth-of-type(1n)
{
 	text-transform: none;
	font-variant: normal;
}

	   
.btn-selected
{
 	-moz-border-radius: 3px;
     border-radius: 3px;
 	display: inline-block; 
	padding-top: 0.2em;
	padding-bottom:0.2em;
	background-color: #D8D8D8;	
	border: 1px solid #002A53;
	text-decoration: none;		
	color: #002A53;	
	font-size: 12px; 
	text-transform: capitalize; 
	font-variant: small-caps;	
	padding-left:16px;
	padding-right:16px;
}
.btn-selected:nth-of-type(1n)
{
	text-transform: none;
	font-variant: normal;
}
.btn-selected:hover
{ 
	background-color: #E8E8E8;
	cursor: hand;	
}
.btn-selected:hover:nth-of-type(1n)
{
	text-transform: none;
	font-variant: normal;
}

.btnattention {
    border-bottom: 3px solid #ef402f !important;
}

.btnattention:hover {
   
}
 
input[type=text], textarea, input[type=password], select
{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: inherit;	
	border: 1px solid #999999;
	/*color: #4A4A4A; *//*color: #333333;*/ /*background-color: #FFFFFF;*/
	-moz-border-radius: 2px;
	border-radius: 2px; 
	
	/*  -moz-box-shadow: 1px 1px 1px #F8F8F8;
    -webkit-box-shadow: 1px 1px 1px #F8F8F8;
    box-shadow: 1px 1px 1px #F8F8F8; /* For IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#F8F8F8')"; /* For IE 5.5 - 7 */ /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#F8F8F8');*/
}

.paddinginput
{
	padding:0.2em 0 0.2em 16px;
}

input[type=text], textarea, input[type=password]
{
	min-width: calc(100% - 16px);
	max-width: calc(100% - 16px);	
	padding-left: 7px;
	padding-right: 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999999 !important;
	text-indent: 0.01px;
	background-color: #F5F5F5;
    min-height: 19px;
}

input[type=text]:hover,textarea:hover, input[type=password]:hover, select:hover
{
	background-color: #F8F8F8;
}

input[type=text]:focus, textarea:focus, input[type=password]:focus, select:focus
{
	outline: none;	
	-moz-box-shadow: 2px 2px 2px #C4E1FF;
    -webkit-box-shadow: 2px 2px 2px #C4E1FF;
    box-shadow: 2px 2px 2px #C4E1FF; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#C4E1FF')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#C4E1FF');
}

input[type=text], textarea, input[type=password]
{

}

.no-close .ui-dialog-titlebar-close {display: none; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float:left;
background: #900;
display: none;
}

.LinkButton
{
    font-size: .9em;
    color: #00A9A4;
}

/*select
{
		min-width: 100%;
	max-width: 100%;	
		padding-left:7px;
	padding-right:7px;
		-moz-border-radius: 2px;
	border-radius: 2px; 
	 	border: 1px solid #999999 !important;
		  text-indent: 0.01px;
	-webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;	
 cursor: pointer;  
    background: url('https://software.memic.maastrichtuniversity.nl/Global_Images/arrow3.png') no-repeat 98% 50%;
  font-size: inherit;
   text-overflow: '';
 background-color: #F5F5F5;
}

select option
{
	background-color: white !important;
	font-size: inherit;
}

select option:hover
{
	background-color: lightgrey;	
}

select option:checked
{
	background-color: lightgrey;	
	display:none; 
}

select::-ms-value {
	background: transparent;
	color: inherit;
	font-size: inherit;
}

select::-ms-expand {
  display: none;
}*/

span.radio > input[type='radio'] {
    display:none;    
}
span.radio > label {    
    display:inline-block;     
       padding-left: 5px;
       padding-right: 12px; /* 30 sept 2015: DH: set this to 12 pixels so you can see more clearly when the next option starts*/
       min-width: 40px;/* 30 sept 2015: DH: set this to 40 pixels so when using numbers they can be aligned nicely*/
}

span.radio > label > span {
    display:inline-block;
    width:20px;    
    white-space:nowrap;    
}
span.radio > label > span:before
{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 1px 1px #666666 inset;
	vertical-align: middle;	
}
span.radio > label > span:after {
    content:'';
    position:relative;    
    display:inline-block;
    vertical-align:middle; 
    left:-11px;    
    width:8px;
    height:8px;
    border-radius:50%;    
    background:#00a9a4;
    visibility:hidden;
}
span.radio[disabled] > label > span:after {
    content:'';
    position:relative;    
    display:inline-block;
    vertical-align:middle; 
    left:-11px;    
    width:8px;
    height:8px;
    border-radius:50%;    
    background:#939597;
    visibility:hidden;
}
span.radio > label:hover > span:before {
    box-shadow: 0 0 4px 3px #999999 inset;
}
span.radio > input[type='radio']:checked + label > span:after {
    visibility:visible;
}
span.radio {    	    
    margin-bottom:3px;
}


.checkbox > input[type='checkbox'] {
    display:none;    
}
.checkbox > label {    
    display:inline-block;     
       padding-left: 5px;
       padding-right: 12px; /* 30 sept 2015: DH: set this to 12 pixels so you can see more clearly when the next option starts*/
       min-width: 40px;/* 30 sept 2015: DH: set this to 40 pixels so when using numbers they can be aligned nicely*/
}

.checkbox > label > span {
    display:inline-block;
    width:20px;    
    white-space:nowrap;    
}
.checkbox > label > span:before
{
	content: '';
	width: 14px;
	height: 14px;	
	display: inline-block;
	box-shadow: 0 0 1px 1px #666666 inset;
	vertical-align: middle;	
}
.checkbox > label > span:after {
    content:'';
    position:relative;    
    display:inline-block;
    vertical-align:middle; 
    left:-11px;    
    width:8px;
    height:8px;    
    background:#00a9a4;
    visibility:hidden;
}
.checkbox > label:hover > span:before {
    box-shadow: 0 0 4px 3px #999999 inset;
}
.checkbox > input[type='checkbox']:checked + label > span:after {
    visibility:visible;
}
.checkbox {    	    
    margin-bottom:3px;
}

.gridview
{
	min-width: 100%;
	max-width: 100%;	
	border: 0px;
	text-decoration: none;
	color: #323232;
}

.gridview tbody
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	border: 0px;	
}

.gridview tbody tr
{
	background-color: #F9F9F9;
	cursor: pointer;
	padding: 5px;
	font-size: 10pt;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
}

.gridview *
{
	text-decoration: none;
	color: #323232;
}

.gridview tbody tr:hover
{
	background-color: #F2F2F2;
}

.gridview tbody tr:nth-of-type(odd) /*all odd rows*/
{	

}

.gridview tbody tr:nth-of-type(odd):hover
{

}

.gridview tbody tr:nth-of-type(even) /*all even rows*/
{

}

.gridview tbody tr:nth-of-type(even):hover
{
	
}

.gridview tbody tr td /*cell*/
{
	text-align: left;
	border-left: 0px;
	border-right: 0px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gridview tbody tr td a
{
	font-size: inherit;
	color: #00a9a4;	
	text-decoration: none;
}

.gridview tbody tr td a:hover
{
	text-decoration: underline;
}


.gridview tbody tr:nth-of-type(1) /*header*/
{
	border-bottom: 1px solid #323232;
	font-weight: 400;
}

.gridview tbody tr:nth-of-type(1):hover /*header*/
{
	background-color: #F9F9F9;
	cursor: default;
}

.gridview tbody tr th /*header cell*/
{
	text-align: left;
	border-left: 0px;
	border-right: 0px;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.GridviewSelectedRow
{
	font-style: italic;    
	font-weight: 500;    
}

.GridviewEditRow
{
	font-style: italic;
}

.GridviewEmptyDataRow *
{
	background-color: white;	
	cursor: default;
	font-style: italic;
	font-weight: 300;
    height: 22px;
}

.GridviewFooter *
{
	background-color: white;		
}

.GridviewPager *
{
	font-weight: 400;
	background-color: white;
	cursor: pointer; 
    font-size: 1.1em;
}

.tbDate
{
	min-width: 90px !important;
	max-width: 90px !important;
}

.tbTime
{
		min-width: 50px !important;
	max-width: 50px !important;
}

.hidden
{
	display: none !important;
}

.WaitText
{
	color: white; text-transform:uppercase; font-size: 12pt; font-weight: 800;
}

.firstDialog
    {
        z-index: 900 !important;
    }

.secondDialog
    {
        z-index: 901 !important;
    }

.thirdDialog
    {
        z-index: 902 !important;
    }

.ui-autocomplete { position: absolute; cursor: default;z-index:903 !important; overflow-x: hidden !important;}

.ExtendedSetting {
}