
body {
  font-family: "Source Sans Pro",Helvetica, Arial;
  font-size: 1em;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1200px;
}

.span12{width: 1200px;}

div.header{
  height:110px;
  background: url('/img/logo100x100.png') no-repeat 0px 0px;
}
#error_explanation {
	ul {margin: 0; padding: 0;}
  ul li {
    list-style: none; } }

h1 {
  color: #A2C52A;
  font-size: 1.8em;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #A2C52A;
  font-size: 1.4em;
}

h3 a {color: black;}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}


label {
	font-weight:bold;
	margin-top: 10px;
}

.spanleft {background: #F9F9F9; padding-left_: 10px; padding-right_: 10px;}

.actions {margin-top: 10px;}

.geld{text-align:right;}

#overzicht {font-size: 11px; font-family: Arial;}

.popover {width: 400px;}

.diff{overflow:auto;}
.diff ul{background:#fff;overflow:auto;font-size:13px;list-style:none;margin:0;padding:0;display:table;width:100%;}
.diff del, .diff ins{display:block;text-decoration:none;}
.diff li{padding:0; display:table-row;margin: 0;height:1em;}
.diff li.ins{background:#dfd; color:#080}
.diff li.del{background:#fee; color:#b00}
.diff li:hover{background:#ffc}
/* try 'whitespace:pre;' if you don't want lines to wrap */
.diff del, .diff ins, .diff span{white-space:pre-wrap;font-family:courier;}
.diff del strong{font-weight:normal;background:#fcc;}
.diff ins strong{font-weight:normal;background:#9f9;}
.diff li.diff-comment { display: none; }
.diff li.diff-block-info { background: none repeat scroll 0 0 gray; }

.projectlist {padding: 0; margin: 0;}
.projectlist li {list-style: none; padding: 10px; margin-bottom: 10px; border-left: 2px solid gray; border-bottom: 1px dotted silver;}
.projectlist li.impact_2 {border-left: 2px solid yellow;}
.projectlist li.impact_3 {border-left: 2px solid red;}
.projectlist li:hover {background: #eee;};
.projectlist li small {font-size: 0.1em;}
.projectlist li p{margin: 0; margin-top: 5px;}

.sprints {background: white; position:fixed; top: 0; right: 0;}
.sprints li {list-style: none; background: #ddd; height: 100px; width: 100px; border: 1px solid #ccc; margin: 10px; text-align: center}
.sprints li.ui-state-hover {background: #bbb;}
.sprints li .urenover {font-size: 25px; font-weight: bold; margin-top: 0px;}


#sprint {margin-top: 10px;}
#sprint .projectlist {display: none;}

#sprint .sprintbar{float: left; width: 300px; border: 1px solid #eee; min-height: 800px;}
#sprint .sprintbar ul{min-height: 780px;}
#sprintinprogress {margin-left: 10px; margin-right: 10px;}
#sprint .sprintbar .title{background: #ccc; text-align: center; padding: 5px;}
.sprintbar li{list-style: none; border-left: 2px solid gray; padding-left: 2px; border-bottom: 1px dotted silver; margin-bottom: 5px;}
.sprintbar li.impact_2 {border-left: 2px solid yellow;}
.sprintbar li.impact_3 {border-left: 2px solid red;}
.sprintbar ul{margin:0; padding: 5px;}
.sprintbar li:hover{background: #eee;}

#licenties ul {padding: 0; margin:0;}
#licenties ul li {list-style: none; float:left; margin: 5px;}

#dragandrophandler {
  background: silver;
  padding: 10px;
  margin: 20px;
}

#dragandrophandler.dragover {background: #eee;}
ul.nocheck li {list-style: none;}


a {color: #191919; text-decoration: underline;}
a:hover {color: #A2C52A;}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #A2C52A;
    background-image: linear-gradient(to bottom, #A2C52A, #A2C52A);
    background-repeat: repeat-x;
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #A2C52A;
    border-top-color: #A2C52A;
    margin-top: 6px;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: rgba(162,197, 42, 0.1);
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #A2C52A;
}

.btn-primary {
    background-color: #A2C52A;
    background-image: linear-gradient(to bottom, #A2C52A, #A2C52A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #A2C52A;
    color: #ffffff;
}

.label-info, .badge-info {
    background-color: #A2C52A;
}
.label, .badge {
    text-shadow:none;
    font-weight: normal;
}

.table-striped tbody tr.prio_3:nth-child(2n+1) td, .table-striped tbody tr.prio_3 td {
    background-color: rgba(255, 122, 0, 0.3);
}
.table-striped tbody tr.prio_:nth-child(2n+1) td, .table-striped tbody tr.prio_ td,
.table-striped tbody tr.prio_1:nth-child(2n+1) td, .table-striped tbody tr.prio_1 td {
    background-color: #ddd;
}

.table-striped tbody tr.prio_:nth-child(2n) td,
.table-striped tbody tr.prio_1:nth-child(2n) td {
    background-color: #eee;
}
.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
  border: 2px solid red;
}