#abbodiv{
	display: none;	
}

.abboTitle{
	font-size: 150%;
	text-align: center;
	margin-top: 40px;	
}

.abboTitle: hover{
	text-decoration: none !important;
	color: green !important;
	font-size: 150%;
	text-align: center;
	margin-top: 20px;	
}
.abboTitle: visited{
	text-decoration: none !important;
	color: green !important;
	font-size: 150%;
	text-align: center;
	margin-top: 20px;	
}

.noPrio{
	background-color: green !important;
	color: white;	
}

.buttonTopMargin{
	margin-top: 25px;	
}

.topBorder{
	border-top-style: solid;
	border-top-color: #bbb;
	border-top-width:thin;	
}

.addDoel{
	z-index: 999999;
	width: 95.3%;
	margin-left: 2.4%;
}

.textColorGreen{
	color: green !important;	
}

.textColorOrange{
	color: #ffa500;	
}

.textColorRed{
	color: red;	
}

.centerText{
	text-align: center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidePrut{
	display: none;	
}

.taakhover: hover{
	background-color: red !important;
	color: white !important;
	z-index: 999999;	
}

.smallspacert{
	margin-top: 20px;	
}

.btn-red{
	background-color: red !important;
	color: #fff;	
}

.notValid{
	color: red;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: red;	
}

.validTrue{
	background-color: green !important;
	color: #fff !important;
}

.valid{
	color: green;
	border-style: solid;
	border-width: thin;
	border-radius: 4px;
	border-color: green;
}

.werklogScreenshot{
	width: 100%;	
}

.screenshotBorder{
	border-style: solid;
	border-width: middle;
	border-color: #bbb;
	background-color: #000;
}

.highPrio{
	background-color: red !important;
	color: white;	
}

.medPrio{
	background-color: orange;	
}

.doelstelling{
	font-size: 120%;
	font-weight: bold;	
	margin-left: 20px;
	margin-top: 10px;
}

.doelBorder{
	border-style: solid;
	border-color: #bbb;
	border-width: thin;
	padding: 5px;	
}

.contractweergave
{
	font-size:14px;
}

.borderBottom{
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	border-bottom-width: thin;	
}

.spacert{
	margin-top: 50px;	
}

div.contracttype{
	display: none;	
}

#show{
	display: block;	
}

.marginLeft{
	margin-left: 10%;	
}

.title{
	border-bottom-style: solid;
	border-width: thin;
	border-color: black;
	background-color: #f9f9f9;	
}

.taskBorder{
	border-style: solid;
	border-color: #bbb;
	border-width:thin;
	margin-left: 5%;
	margin-bottom: 3%;	
	background-color: #ffffff;
	opacity: 0.8;
}

.contractBorder{
	border-style: solid;
	border-color: #bbb;
	border-width:thin;
	margin-bottom: 3%;	
	background-color: #ffffff;
	opacity: 0.8;
}

.backButton{
	color: #ffffff;
	border: 1px solid transparant;
	border-radius: 4px;
	background-color: #428bca;
	text-align: center;
	margin-top: 25px;
}

.backButton:hover{
	color: #ffffff;
	border: 1px solid #357ebd;
	border-radius: 4px;
	background-color: #0a519f;
	border-color: #357ebd;
	text-align: center;
	margin-top: 25px;
}

.newContract{
	color: #ffffff;
	border: 1px solid transparant;
	border-radius: 4px;
	background-color: #428bca;
	text-align: center;
	margin-top: 25px;
}

.newContract:hover{
	color: #ffffff;
	border: 1px solid transparant;
	border-radius: 4px;
	background-color: #0a519f;
	border-color: #357ebd;
	text-align: center;
	margin-top: 25px;
}

.newContractText{
	margin-top: 8px;
}

.green
{
	color:#093;	
}

.orange
{
	color:orange;
}

.red
{
	color:#FF0000;	
}

.hand:hover
{
	cursor:pointer;
}

.overzichttable
{
	font-size:14px;
}

.overzichttable tr td
{
	moz-transition: all .35s;
	webkit-transition: all .35s;
	transition: all .35s;
}

.overzichttable tr:hover td, .overzichttable tr.highlight:hover td
{
	background: #e8f3ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8f3ff 0%, #bce1ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f3ff), color-stop(100%,#bce1ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8f3ff 0%,#bce1ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8f3ff 0%,#bce1ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8f3ff 0%,#bce1ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8f3ff 0%,#bce1ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f3ff', endColorstr='#bce1ff',GradientType=0 ); /* IE6-9 */
}

.overzichttable tr.highlight td 
{
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
	color:#000;
}

/*------------------------------------------------------------------------------draggable----------------------------------------*/

.border{
	border-style: solid;
	background-color: grey;
	height: 600px !important;	
}


.drag{
	width: 80% !important;
	height: 80% !important;
	margin-left: 10% !important;
	margin-top: 10% !important;
	float: left;
	background-color: red;	
}












