@charset "UTF-8";


@media (min-width : 800px ){
}

window {  min-width:800px; }

.logoPane
{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	width: 1300px;
	height: 80px;
	padding: 2px;
	cursor: auto;
	border-width: 10px;
	z-index: 1000;	
}

.topPane
{
	
	width: auto;
	height: 50px;
	border-radius: 5px;
	background-color: #f0f0f0;
	z-index: 1000;
	}
	
.navigate
{
	margin-top: 10px;
	width: auto;
	height: 50px;
	border-radius: 5px;
	margin-bottom: 4px;
	z-index: 1000;
	
}	
	
.rightPane
{
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	width: 300px;
	right:10px;
	z-index: 1000;
	
		}

.leftPane
{
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	width: 300px;
	left:10px;
	z-index: 1000;
}

.pagePane
{
	position:fixed;
	height: auto;
	border-radius: 3px;
	margin-top: 2px;
	background-color: #dedede	;
	z-index: 50;
	clip: rect(10px, 1020px, 1020px, 10px);
	
}

.pagePane.rPaneexists
{
	right:310px;
	clip: rect(10px, 1620px, 1620px, 10px);
}


pagePane.rPaneexists.lPaneexists
{
	right:310px;
	left:310px;
	clip: rect(10px, 1620px, 1620px, 10px);
	
}

.pagePane.lPaneexists
{
	left:310px;
	clip: rect(10px, 1620px, 1620px, 10px);
}

.pagePane.rPanenotexists.lPanenotexists
{
	right:10px;
	left:10px;
	clip: rect(10px, 1820px, 1820px, 10px);
}


.pagePane.rPanenotexists
{
	right:10px;
	clip: rect(10px, 1620px, 1620px, 10px);
}

.pagePane.lPanenotexists
{
	left:10px;
	clip: rect(10px, 1620px, 1620px, 10px);
}


#Rpanebutton
{
	float: right;
}

#Lpanebutton
{
	float: left;
}

#Trimbox
{
	float: left;
}


#tumbs
{	
	overflow: auto;
	height: 200px;
}

#progressbar
{
	position:absolute;
	right: 120px;
	width: 230px;
	
}


a.button{
		background: #f9f9f9;
		border-radius: 5px;
		padding: 10px 20px;
		display: block;
		font-family: arial;
		font-weight:lighter;
		color:#454545;
		text-decoration: none;
		text-shadow:0px 1px 0px #fff;
		margin:6px;
		border:1px solid #a7a7a7;
		display: inline-flex;
		box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
		-webkit-transition:box-shadow 0.2s;
		
	}
	a.button i{
		float: right;
		margin-top: 2px;
	}
	a.button:hover{
		box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	}
	a.button:active{
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
		background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
	}
	
a.buttonsmall{
		background: #f9f9f9;
		border-radius: 10px;
		padding: 5px 10px;
		display: block;
		font-family: arial;
		font-weight:lighter;
		color:#454545;
		text-decoration: none;
		text-shadow:0px 1px 0px #fff;
		margin:5px;
		border:1px solid #a7a7a7;
		display: inline-flex;
		box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
		-webkit-transition:box-shadow 0.1s;
		
	}
	a.buttonsmall i{
		float: right;
		margin-top: 2px;
	}
	a.buttonsmall:hover{
		box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 255, 0.1), 0px 8px 10px rgba(0, 0, 255, 0.1);
	}
	a.buttonsmall:active{
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
		background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
	}
	
	
.ui-accordion .ui-accordion-content {padding: 6px;}

tr:nth-child(even) {background: #f0f0f0}
tr:nth-child(odd) {background: #FFF}


td {
	
	max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Cyan
{
	background-color:#02bafd;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}

.Yellow
{
	background-color:#fff700;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
	
}

.Magenta
{
	background-color:#ff00c8;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
	
}

.Black
{
	background-color:#555454;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
	
}

.terug
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

.cmyk
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

.Bleed
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

.Trim
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

.Ink
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

.Resolution
{
	background-color:#0ef3ec;
	width:20px;
	height: 20px;
	border-radius: 50%;
	margin: 5px;
}	

#saldopunten
{
	position:fixed;
	font-size:30px;
	color: black;
	top:30px;
	right: 30px;
	
}

#Windowname
{
	margin-right: 10px;
	margin-top: 4px;
	color: black;
	float: right;
	font: 35px MyriadPro-Bold, sans-serif;
	
}


#klantinfo
{
	position:fixed;
	font-size:30px;
	color: black;
	top:30px;
	left: 500px;
	
}

#Activiteit
{
	position: relative;
	font-size:30px;
	color: black;
	left: 26px;
	padding-bottom: 30px;
	
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 10px;
    padding: 10px 10px;
  }
  
#productinfo
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #306db8;


}  


.pantone
{
	width:20px;
	height: 20px;
	margin: 5px;
}

input[type="text"] {
    font-size:20px;
}

input[type="password"] {
    font-size:20px;
}

textarea#textarea {
    font-size:20px;
}

#Approvalform
{
	
	padding: 30px;
	
}



#colorlist tr:nth-child(even) {background: #FFF}
#colorlist tr:nth-child(odd) {background: #FFF}


