.model-selection-mainpanel
{
	z-index: 10;
	width: 100%;
	position:fixed;
	bottom: 65px;
	background-color:#fff;
}
.select-all-but
{
	display: block;
	float: left;
	padding: 2px;
}
.model-selection-mainpanel .panelheader
{
	float:left;
	width:100%;
	height: 18px;
	border-bottom:solid 2px #fff;
	background-color:#0c0c0c;
	cursor:pointer;
}

.model-selection-mainpanel .panelheader span.my-model-selection
{
	float:left;
	line-height:17px;
	padding-left:30px;
	margin-left:50px;
	color:#fff;
	background-image:url('../images/selectionheader-icon.png');
	background-repeat:no-repeat;
	text-transform:uppercase;
}

.model-selection-mainpanel span.fullscreen-selection
{
	float: left;
	width: 30px;
	height: 16px;
	cursor: pointer;
	margin-top: -19px;
	margin-left: 16px;
	background-image:url('../images/selectionheader-fullscreen-icon.png');
	background-repeat:no-repeat;	
}

.model-selection-mainpanel .controlwrapper
{
	float:left;
	width:100%;
	border-top:1px solid #000;
	position:relative;
}

.model-selection-mainpanel .controlwrapper .leftside
{
	float:left;
	width:360px;
	height:265px;
	position:relative;
}

.model-selection-mainpanel .controlwrapper .rightside
{
	float:left;
	width:330px;
	height:265px;
}

.model-selection-mainpanel .controlwrapper .ddline
{
	float:left;
	width:280px;
	padding-left:25px;
	padding-right:25px;
}

.model-selection-mainpanel .controlwrapper .leftside .ddline
{
	height: 65px;
}

.model-selection-mainpanel .controlwrapper .projectline
{
	float:left;
	width:330px;
	padding-right:0px;
}

.model-selection-mainpanel .controlwrapper .projectline .selectwrapper
{
	width:280px;
	float:left;
}

.model-selection-mainpanel .controlwrapper .projectline .km-small-buttonwrap
{
	float:left;
	margin-top: 5px;
	margin-left: 10px;
}

.model-selection-mainpanel .controlwrapper .projectline a.edit-project
{
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	border: solid 1px #d4d4d4;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/edit-pj-icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 5px;
	margin-right: 5px;
	margin-top: 0px;		
}

.model-selection-mainpanel .controlwrapper .projectline a.remove-project
{
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	border: solid 1px #d4d4d4;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/delete-pj-icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

.model-selection-mainpanel .controlwrapper .projectline a.remove-project:hover,
.model-selection-mainpanel .controlwrapper .projectline a.edit-project:hover
{
	opacity:0.8;
}

.projectcontrolewrap
{
	float:left;
}

.model-selection-mainpanel .controlwrapper .ddline select
{
	margin:0;
	width:100%;
}

.model-selection-mainpanel .controlwrapper h4
{
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	float: left;
}

.model-selection-mainpanel .controlwrapper .saveloadwrapper
{
	float:right;
	width:65px;
	height:25px;
	margin-top:5px;
}
.model-selection-mainpanel .controlwrapper .saveloadwrapper .save_pj_button
{

border-radius: 5px;
background-position: center center;
background-repeat: no-repeat;
padding: 2px;
border: solid 1px #d4d4d4;
width: 20px;
height: 20px;
display: block;
float: right;
background-image: url('../images/save-pj-icon.png');
background-repeat: no-repeat;
cursor: pointer;
margin-right: 5px;
margin-right: 5px;
margin-top: 5px;
}

.model-selection-mainpanel .controlwrapper .saveloadwrapper .load_pj_button
{
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	border: solid 1px #d4d4d4;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/load-pj-icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.model-selection-mainpanel .controlwrapper .km-button-wrapper
{
	float:left;
	width:280px;
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	padding-top:10px;
	border-top:solid 1px #adacad;
}

.model-selection-mainpanel .controlwrapper .project-info-wrapper
{
	position:absolute;
	bottom:20px;
	right:20px;
	float:left;
	width:270px;
	padding:5px;
	height:190px;
	border:solid 1px #e5e5e5;
	background-color:#fff;
	overflow:hidden;
	z-index:200;
}
.model-selection-mainpanel .controlwrapper .panelactive{
	cursor:pointer;
}

.model-selection-mainpanel .controlwrapper .project-info-wrapper .project-info-text
{
	width:700px;
	float:left;
}
.model-selection-mainpanel .controlwrapper .selectionareawrap
{
	float: left;
	min-width: 200px;
	height: 265px;
    overflow: auto;
	overflow-x:hidden;
	position:relative;
	z-index:10;
	background-color: #c7c7c7;
}

.model-selection-mainpanel .controlwrapper .selectionarea
{
	padding-top: 30px;
	float:left;
	min-width:200px;
	width:100%;
	min-height:235px;
	background-color:#c7c7c7;
	border-right:1px solid #535353;
	border-left:1px solid #535353;
	background-image:url('../images/bg-selectionarea.png');
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}

.km-button,
a.km-button 
{
	position: relative;
	top: 2px;
	padding-right: 21px;
	padding-left: 5px;
	width: auto;
	margin-right: 0px;
	text-transform:uppercase;
	font-size:11px;
	padding-top: 1px;
	letter-spacing:-1px;
}

.project-controles a.km-red-button,
.project-controles .km-red-button
{
	color:#000;
	border-left:1px solid #000;
}

.project-controles a.km-green-button,
.project-controles .km-green-button
{
	color:#000;
	border-left:1px solid #000;
}
.project-controles a.km-green-button:hover,
.project-controles .km-green-button:hover,
.project-controles a.km-red-button:hover,
.project-controles .km-red-button:hover
{	
	background: #404040; /* Old browsers */
	padding-bottom: 6px;
	padding-top:10px;
	margin-top: -4px;
	color:#fff;
}

.comparebutton
{
	left: 5px;
	top: 4px;
	z-index: 100;
	height: 18px;
	position: absolute;
	cursor:pointer;
	border-right:solid 1px #000;
	padding-right: 21px;
	padding-left: 5px;
	text-transform:uppercase;
	font-size:11px;
	line-height: 20px;
	background-image:url('../images/model-compair-icon.png');
	background-repeat:no-repeat;
	background-position: right 1px top 1px;
	letter-spacing:-1px;
}

.send-sms-button{
	background-image:url('../images/sms-model-icon.png');
	background-repeat:no-repeat;
	background-position: right 1px top;
}

.send-select-mail-button{
	background-image:url('../images/send-selection-icon.png');
	background-repeat:no-repeat;
	background-position: right 1px top;
}

.inform-models-button{
	background-image:url('../images/inform-model-icon.png');
	background-repeat:no-repeat;
	background-position: right 1px top;
}

.selectionareawrap .project-controles .send-sms-button:hover{
	background: #404040; /* Old browsers */
	background-image:url('../images/sms-model-icon-hov.png');
	background-repeat:no-repeat;
	background-position: right 1px top 6px;
	padding-bottom: 5px;
	padding-top: 7px;	
	color:#fff;
}

.selectionareawrap .project-controles .send-select-mail-button:hover{
	background: #404040; /* Old browsers */
	background-image:url('../images/send-selection-icon-hov.png');
	background-repeat:no-repeat;
	background-position: right 1px top 6px;
	padding-bottom: 5px;
	padding-top: 7px;	
	color:#fff;
}

.selectionareawrap .project-controles .inform-models-button:hover{
	background: #404040; /* Old browsers */
	background-image:url('../images/inform-model-icon-hov.png');
	background-repeat:no-repeat;
	background-position: right 1px top 6px;
	padding-bottom: 5px;
	padding-top: 7px;	
	color:#fff;
}

.selectionareawrap .project-controles .comparebutton:hover{
	background: #404040; /* Old browsers */
	background-image:url('../images/model-compare-icon-hov.png');
	background-repeat:no-repeat;
	background-position: right 1px top 5px;
	padding-bottom: 6px;
	padding-top:4px;
	margin-top: -4px;
	color:#fff;
}




/*CREAT PROJECT POPUP*/

.creat-pj-wrapper
{
	float:left;
	width:500px;
	padding:15px;
}

.pj-formline
{
	float:left;
	width:500px;
	border-bottom:1px solid #c3c3c3;
	padding-bottom:8px;
}

.new-mail-system .pj-formline{
	width: 600px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;	
}

.pj-formline:last-child
{
	border-bottom:0px;
}

.pj-formline h2
{
	margin:0;
}

.pj-formline label
{
	float:left;
	min-width: 140px;
}

.creat-pj-wrapper .pj-formline input
{
	float:left;
	margin:0;
	margin-top:8px;
	
}

.pj-formline textarea
{
	float:left;
	min-height: 85px;
	margin-bottom:0px;
}
.pj-formline select{
    margin-top: 6px;
    font-size: 12px;
    height: 25px;
}

.creat-pj-wrapper .pj-formline input.km-button
{
	margin-bottom:10px;
	float:right;
	
}

label.addprojecterror
{
	float:left;
	max-width:400px;
	color:red;
	margin:0px;
}

iframe.submitprojectformframe
{
	width: 100%;
	border: none;
	display:none;
}

/*DROPPING AND DROP AREA*/
.abovedrop
{
	background-color:green !important;
}

.selectedmodel
{
	margin-top:10px;
	margin-left: 17px;
	float:left;
	width:90px;
	height:auto;
	position:relative;
	
}

.selectedmodel .select-model-image-wrap
{
	float: left;
	margin-left: 13px;
	height: 64px;
	width: 59px;
	border: solid 2px #fff;
	overflow: hidden;
	background-color: #fff;
}

.selectedmodel .select-model-image-wrap img
{
	float:left;
	width:90px;
}

.selectedmodel .select-model-nrofpics
{
	color: #fff;
	margin-left: 30px;
	line-height: 15px;
	margin-bottom: 3px;
	font-size: 10px;
	float: left;
	width: 27px;
	text-align: center;
	background-color: #000;
}

.selectedmodel .select-model-name
{
	float:left;
	width:90px;
	text-align:center;
	background-color: #000;
	line-height: 15px;
	max-height:15px;
	overflow:hidden;
	color: #fff;
	font-size: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.selectedmodel .delete-model-button
{
	position:absolute;
	width:22px;
	height:22px;
	right: 5px;
	top: -10px;
	background-image:url('../images/remove-model-icon.png');
	cursor:pointer;
}

.vergelijk-check-replacement
{
	position:absolute;
	width:24px;
	height:24px;
	left: 3px;
	top: -10px;
	cursor:pointer;
}

.photos-model-button
{
	float: left;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -10px;
	left: 32px;
	background-image:url('../images/photos-model-icon.png');
	display:block;
}

#cboxTitle
{
	display: none !important;
}

/*MODEL-SETTINGS*/
.model-setting
{
	float:left;
	width: 890px;
	overflow:hidden;
}

.model-setting .panelheader
{
	float:left;
	height:17px;
	border-bottom:solid 2px #fff;
	background-color:#0c0c0c;
	cursor:pointer;
	width: 890px;
}

.model-setting .panelheader span
{
	float:left;
	line-height:17px;
	margin-left:5px;
	color:#fff;
	text-transform:uppercase;
}

.model-setting .right-settings
{
	float:left;
	width:200px;
	padding-left: 20px;
	border-top:solid 1px #000;
}

.model-setting .right-settings .model_info
{
	height: 220px;
}

.model-setting .right-settings .model_maten
{
	height: 256px;
}

.model-setting .right-settings .save-model-images
{
	border-top: 1px solid #E5E5E5;
	padding-top: 15px;
	margin-top:20px;
	float:left;
	width:200px;
}

.model-setting .left-settings
{
	float:left;
	width:650px;
	background-color:#c7c7c7;
	height:670px;
	overflow:hidden;
	border-top:solid 1px #000;
}

.model-setting .left-settings .image-selection-panel
{
	float:left;
	width:650px;
	height: 600px;
	overflow:auto;
}
.model-setting .left-settings .image-selection-panel h2
{
	float: left;
	margin-top: 12px !important;
	margin-left: 12px !important;
	padding: 0px !important;
	margin-bottom:0px !important;
	width:620px;
}

.model-setting .left-settings .image-selection-panel .image-wrapper
{
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	width: 105px;
	height: 140px;
	position:relative;
	background-color:#fff;
	border:solid 5px #fff;
}

.model-setting .left-settings .image-selection-panel-shadow
{
	background-image: url('../images/bg-selectionarea.png');
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
	width:650px;
	height: 29px;
}


.model-setting .left-settings .image-selection-panel .image-wrapper img
{
	width:105px;
}

.model-setting .left-settings .image-selection-panel .image-wrapper input.model-photo-checkbox
{
	margin: 0;
	position: absolute;
	top: 4px;
	left: 4px;
}

.model-setting .left-settings .selectallwrapper
{
	float:left;
	width:630px;
}

.model-setting .left-settings .selectallwrapper iframe.modelsettingssaveiframe
{
	border:none;
	float: right;
	height: 40px;
	margin-top: -9px;
	overflow: hidden;
}

.model-setting .left-settings .selectallwrapper span
{
	float:left;
	line-height:17px;
	margin-left:5px;
	color:#000;
	text-transform:uppercase;
	margin-left:30px;
}
.model-setting .left-settings .selectallwrapper input
{
	margin-top: 2px;
	float: left;
	margin-left: 7px;
	padding:0;
}

.lb-closeContainer
{
	display:none;
}
a.model-settings-popup 
{
	height: 100%;
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: underline;
}

#lightbox img {
max-width: 760px; 
max-height: 760px; 
width: auto;
height: auto;
}

.lb-outerContainer
{
	max-height:800px;
	max-width:800px;
}

/*Compare table*/
.comparetablecol
{
	float:left;
	width:150px;
	height: 715px;
	border:solid 1px #E3E3E3;
	margin-right:10px;
	overflow:hidden;
}

.comparetablehead
{
	height:250px;
	border-bottom: 1px solid #E3E3E3;
	width:150px;
	overflow:hidden;
}
.comparetablehead img
{
	max-width:150px;
}

.comparetableline
{
	float:left;
	width:150px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-bottom:solid 1px #E3E3E3;
}
.firstcompareline
{
	width:120px;
}
.firstcompareline .comparetablehead
{
	background-image: url('../images/bigscale.png');
	background-position: center center;
	background-repeat:no-repeat;
	width:120px;
}
.firstcompareline .comparetableline
{
	text-align:left;
	padding-left:20px;
	width:100px;
	font-weight:bold;
}
h3.compare-title
{
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	margin: 0px;	
}

.second-compareline
{
	background-color:#f2f2f2;
}


/*PROJECT STATUS*/
.projectstatus
{
	margin-top:12px;
	line-height: 30px;
	text-align: center;
	margin-left: -5px;
	float: left;
	width: 102%;
	height: 68px;
	background-color:#efefef;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inner 0 0 5px #888;
	position:absolute;
	bottom:0px;
}

.redtext,
.greentext
{
	color:green;
	position:relative;
	padding:0px;
	font-size:14px;
	line-height:22px;
	height:22px;
	width:100%;
	float:left;
}
.redh4text
{
	color:red;
}
.redtext
{
	color:red;
	position:relative;
}

.clientbuttons a.km-button
{
	width:200px;
	text-align:left;
	
}

.dragdropinfo
{
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:100;
	color:#fff;
	font-weight:bold;
}

.project-controles 
{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	background-color:#ececec;
	height: 27px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);	
}

.project-controles .buttonwrapper
{
	float: right;
	width:auto;
	height:30px;
}

.project-status-h4
{
	position:absolute;
	bottom:61px;
	left: 112px;
	font-size: 14px;
}

.project-controles .buttonwrapper a.km-button
{
	width:auto;
	margin-right:0px;
}

.savethismodel
{
	position:absolute;
	z-index:21;
	width:24px;
	height:24px;
	display:block;
	right:4px;
	top:213px;
	background-image: url('../images/add-model-icon.png');
	cursor:pointer;
}

.profilesavethismodel
{
	width:24px;
	height:24px;
	padding:2px;
	border: solid 1px #d4d4d4;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:5px;
	display:block;
	float:right;
	background-image: url('../images/add-model-icon-new.png');
	cursor:pointer;
	border-radius:5px;
}

.profileeditthismodel
{
	width:24px;
	height:24px;
	display:block;
	float:right;
	padding:2px;
	border: solid 1px #d4d4d4;
	background-position:center center;
	background-repeat:no-repeat;	
	background-image: url('../images/edit-profile-button-round.png');
	cursor:pointer;
	border-radius:5px;
	margin-right:5px;
}

.creatpdf
{
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	border: solid 1px #d4d4d4;
	width: 24px;
	height: 24px;
	display: block;
	float: right;	
	background-image: url('../images/pdf-icon.png');
	cursor:pointer;
	margin-right:5px;
}

.entry-cont .creatzip
{
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	border: solid 1px #d4d4d4;
	width: 24px;
	height: 24px;
	display:block;
	float:right;
	background-image: url('../images/icon_zip.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:5px;
	margin-top:0px;
}

.model-control-buttons{
	float: left;
	width: 100%;
	right: 33px;
}

.save_pj_button:hover,
.savethismodel:hover,
.profilesavethismodel:hover,
.creatpdf:hover,
.profileeditthismodel:hover,
.entry-cont .creatzip:hover,
.saveloadwrapper .load_pj_button:hover{
	opacity:0.8;
}

span.checkboxspan
{
	margin:3px;
}

.project-selections
{
	float:left;
	width:500px;
	min-height:50px;
	margin-top:10px;
	margin-bottom:10px;
}

.template-selections
{
	float:left;
	width:500px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:50px;
}	

.savedprojectrow
{
	float:left;
	width:500px;
	border-top:1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-top:-1px;
	height:30px;
	line-height:30px;
}

.savedprojectrow .load_pj_button
{
	margin-top: 3px;
	margin-right: 10px;
	float:right;
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(../images/load_button.png);
	cursor: pointer;
}

.savedprojectrow .delete_saved_pj_button
{
	margin-top: 3px;
	margin-right: 10px;
	float:right;
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(../images/remove-icon.png);
	cursor: pointer;
}

.savedprojectrow  .savecol
{
	float:left;
	width: 150px;
	overflow:hidden;
}

.savedprojectrow  .savenamecol
{
	float:left;
	width:270px;
	overflow:hidden;
}

/*SMS MODULE*/
.sms-sended-information
{
	float:left;
	margin-top: 10px;
	width: 476px;
	background-color:#e5e5e5;
	border:solid 1px #b2b2b2;
	min-height:40px;
	padding:10px;
}


.sms-succes
{
	float:left;
	width:440px;
	padding:5px;
	height:20px;
	border-bottom: solid 1px #b2b2b2;
	border-top: solid 1px #b2b2b2;
	margin-bottom:5px;
}
.client-selection-page{
	float: left;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.client-selection-page h2{
	margin-top:0px;
}

.client-selection-page .loginform{
	padding-top:0px;
}
.client-selection-page .loginform a.pwlink{
	margin-left: 20px;
	margin-top:4px;
}
.client-selection-page p.mijn-antimodels-instruction{
	margin-bottom: 20px !important;
}


.load-compleet-selection{
float: left;
width: 63px;
height: 50px;
color: #000;
background-color: #fff;
text-align: center;
margin-top: 10px;
margin-left: 31px;
font-size: 13px;
text-transform: uppercase;
padding-top: 18px;
line-height: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}


.load-compleet-selection:hover{
	opacity:0.8;
}