/*******************************************************************************
********************************************************************************
**
*						Overlay CSS-file
*
* - GENERAL
*
* - 
*
* - 
*
* - 
*
**
********************************************************************************
*******************************************************************************/
/*  ------------------------------------------------------------------
    Test and unsorted 
    ------------------------------------------------------------------ */
    
    .modalInput {
		cursor:pointer;
		color:#003582;
		float:right;
		font-size:10px;
	}
	
	.modalInputTable {
		cursor:pointer;
		color:#003582;
	}
	
	.modal {
		background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
	    margin-bottom: 10px;
	    padding: 10px 25px;
		display:none;
		width:350px;
		padding:15px;
		
		opacity:1;	
	}
		
	.modal_fixedheight {
		background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
		display:none;
		padding:15px;
		opacity:1;	
	
		width:600px;
		height:500px;
		overflow-y:auto;
		padding:15px;
		
	}
	
	.modal_invoice {
		background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
		display:none;
		width:400px;
		padding:15px;
		
		opacity:1;	}
	
	.modal_wide {
		background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
		display:none;
		padding:15px;
		
		opacity:1;
	}

	.modal_sparr {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
		display:none;
		padding:15px;
		width: 550px;
		opacity:1;
	}

	
	.modal_invoice p {
			line-height:15px;
			float:left;
			clear:both;
			font-size: 11px;
	}
	
	.modal_invoice p.right {
			float:right;
			text-align:right;
			clear:both;
	}
	
	.modal_invoice p.right_header {
			float:right;
			text-align:right;
			clear:both;
			font-weight:bold;
	}
	
	#modal_invoice_spec .content_left {
			display:block;
			float:left;
			width:110px;
	}
	
	#modal_invoice_spec .content_right {
			display:block;
			float:left;
			width:290px;
	}
	
	#modal_invoice_spec .right_spec_wrapper {
			display:block;
			float:right;
			margin-left: 12px;
	}
	
	#modal_invoice_spec .right_spec_wrapper_first {
			display:block;
			float:right;
			width:90px;
			padding-right:5px;
			margin-bottom:5px;
	}
	
	.modal h2 {
		border-bottom:1px solid #333;
		font-size:20px;
	}
	
	.modal_fixedheight h2 {
		border-bottom:1px solid #333;
		font-size:20px;
	}
	
	.modal_wide h2, .modal_sparr h2 {
		border-bottom:1px solid #333;
		font-size:20px;
	}
	
	.modal_invoice h2 {
		border-bottom:1px solid #333;
		font-size:20px;
	}
	
	.modal_invoice h4 {
		color:#003582;
		font-size:11px;
		margin:5px 0 2px 0;
		float:left;
		width:400px;
	}
	
	.modal_wrapper_left {
		float:left;
		width:350px;
	}
		
	.modal_wrapper_right {
		float:left;
		padding-left:10px;
		margin-left:10px;
		border-left: 1px solid #CCC;
		display:none;
	}
	
	#modal_ajax_loading {
		padding:15px;
		width: 220px;
		height:65px;
		z-index:9999;
		opacity:1;
		background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
	    margin-bottom: 10px;
	    padding: 10px 25px;
		display:none;
		padding:15px;
	}
	
	#modal_ajax_loading p {
		font-size:20px;
		width:220px;
		text-align:center;
	}
	
	#modal_ajax_loading img {
	}	
	
	#modal_newvp_ajax_loading {
		background-color:#fff;
		display:none;
		padding:15px;
		border:2px solid #333;
		width: 220px;
		height:65px;
		z-index:9999;
		opacity:1;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
		box-shadow: 0 0 50px #ccc;
	}
	
	#modal_newvp_ajax_loading p {
		font-size:20px;
		width:220px;
		text-align:center;
	}
	
	#modal_newvp_ajax_loading img {
		margin-left:46px;
	}
		
	.modal_content_info {
		display:none;
	}
	
	#p201, #p202, #p211, #p212 {
		display: none;
	}
	
	.show {
		display: block;
	}
	
	ul.modalUl {
	}
	
	ul.modalUl li {
		font-size:11px;
		color:#444;
	}
    
    .overlayform input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:200px;
		float:left;
	}
	
	.overlayform label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:auto;
		text-align:right;
		float:left;
	}
	
	.overlayform_address input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:200px;
	}
	
	.overlayform_address label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:70px;
		text-align:right;
	}
	
	.overlayform_user input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:210px;
		float:left;
	}
	
	.overlayform_user label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:90px;
		text-align:right;
		float:left;
		line-height: 1.6em;
	}

	.overlayform_sparr input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:calc(100% - 14px);
		float:left;
		clear: left;
	}

	.overlayform_sparr input[type="checkbox"] {
		width: auto;
		float: none;
	}

	.overlayform_sparr label {
		font-size: 11px;
		padding: 0px 15px 0px 0;
		margin: 2px 0;
		text-align: left;
		float: left;
		line-height: 1.3em;
		clear: right;
		width: 100%;
	}

	.overlayform_sparr .checkboxlabel {
		float: none;
		width: auto;
	}
	
	.overlayform_user #sub_user_terms_wrapper {
			width:300px;
			float:left;
			margin:6px 0;
	}
	
	.overlayform_user #sub_user_terms_wrapper p {
			width:auto;
			margin-left:5px;
			font-weight:bold;
	}
	
	.overlayform_user input#sub_user_terms {
		width:auto;
	}
	
	.overlayform_vp input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:200px;
		float:left;
	}
	
	.overlayform_vp label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:120px;
		text-align:right;
		float:left;
	}
	
	.overlayform_vp div.toggleWrap {
			float:left;
			clear:both;
			width:345px;
			padding-right:5px;
	}
	
	.overlayform_vp input[type="checkbox"] {
		margin-right:5px;
		float:left;
		width:15px;
	}
	
	.modal_wide h4, .modal_sparr h4 {
		width:350px;
		margin-bottom:1px;
	}
	
	.overlayform_nbmm input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:265px;
	}
	
	.overlayform_nbmm label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:55px;
		text-align:right;
	}
	
	.overlayform_newnbmm input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width: 163px;
	}
	
	.overlayform_newnbmm label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:30px;
		text-align:right;
	}
	
	.overlayform_newnbmm select {
		width:210px;
	}
	
	.overlayform_password input {
		font-size:12px;
		padding:3px 4px;
		margin:2px 0;
		width:200px;
	}
	
	.overlayform_password label {
		font-size:11px;
		padding:3px 15px 2px 0;
		margin:2px 0;
		width:100px;
		text-align:right;
	}
	
	.modal-devider {
    	border-top: 1px solid;
    	clear: both;
    	height: 10px;
    	margin-top: 5px;
	}
	
	p.modal-body-text {
		line-height: 1.3;
		text-align: justify;
	}
	
	#searchModal {
		display: none;
	}

	#policeModal {
		display: none;
	}
	
	#finderModal {
		display: none;
	}
	
	#doneModal {
		display: none;
	}
/*  ------------------------------------------------------------------
    GENERAL 
    ------------------------------------------------------------------ */
