/**
 * Global
 */
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
}
strong {
    font-weight: bold;
}
a {
    color: #00bdff;
    text-decoration: none;
    transition: all 0.2s
}
a:hover {
    color: #00a4dd;
}
input {
  filter: none;
}
h1 {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    padding: 20px 0px;
}
h1 a {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 5px 20px;
    text-align: center;
    margin: -3px 0px 20px 0px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
h1 a:hover {
    background-color: #00a4dd;
	color: #fff;
}
h1 select {
    float: right;
	border:0px;
	border-radius: 100px;
	padding: 5px 20px;
	font-size: 18px;
	margin: -5px 0px 0px 0px;
}
h1 .selectbox div.selector {
	top: -5px;
	height: 35px;
	width: 35px;
	line-height: 29px;
	font-size: 18px;
}


h2 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
h2 a {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 5px 20px;
    text-align: center;
    margin: -3px 0px 20px 0px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
h2 a:hover {
    background-color: #00a4dd;
	color: #fff;
}
hr {
	border: 0px;
	margin: 20px 0px;
	border-bottom:1px solid #ccc;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.selectbox {
	position: relative;
}
.selectbox div.selector {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00bdff;
	border-radius: 100px;
	height: 41px;
	width: 41px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	font-size: 20px;
	pointer-events: none;
}

/**
 * Popup
 */ 
.overlay {
	position: fixed;
	z-index: 200000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
}
.overlayLarge {
	position: fixed;
	z-index: 100000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
}
.popupLarge {
	position: fixed;
	z-index: 100001;
	left: calc(50% - 430px);
	top: calc(50% - 330px);
	width: 90%;
	height: 90%;
	overflow: auto;
	background-color: #fff;
}
.popupLarge .hdr {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 6px -2px #000;
}
.popupLarge .hdr .team {
    float: left;
    width: calc(33% - 40px);
    padding: 0px 20px;
    line-height: 40px;
    font-size: 14px;
}
.popupLarge .hdr .duedate {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.popupLarge .hdr .closebox {
    float: left;
    width: 33%;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
}
.popupLarge .left {
	float: left;
	width: calc(60% - 60px);
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding: 30px;
	height: calc(100% - 100px);
}
.popupLarge .right {
	float: right;
	width: calc(40% - 61px);
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding: 30px;
	height: calc(100% - 100px);
	border-left: 1px solid #ccc;
}



.popup {
	position: fixed;
	z-index: 200001;
	left: calc(50% - 430px);
	top: calc(50% - 330px);
	width: 800px;
	height: 600px;
	overflow: auto;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
}
.popup .left {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
.popup > .right {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin: 0px 0px 0px 4%;
	text-align: left;
}
.popup label {
	display: block;
	margin: 0px 0px 5px 0px;
}
.popup input, .popup textarea, .popup select {
	border-radius: 100px;
	padding: 10px 20px;
	border: 0px;
	background-color: #EBEBEB;
	width: calc(100% - 40px);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 0px 0px 20px 0px;
}
.popup textarea {
	border-radius: 15px;
	height: 200px;
}
.popup select {
	width: 100%;
}
.popup input[type=button] {
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    margin: 0px 0px 20px 0px;
    transition: all 0.2s;
}
.popup input[type=button]:hover {
    background-color: #00a4dd;
}

/**
 * Tabel layout
 */
.tbl thead th {
    background-color: #eef3f9;
    color: #333;
    text-align: left;
    padding: 0px 5px;
    font-weight: bold;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
}
.tbl thead th a {
	color: #333;
}
.tbl thead th a i {
	font-size: 12px;
	margin: -2px 0px 0px 10px;
}
.tbl tbody tr td {
    background-color: #fff;
    text-align: left;
    padding: 0px 5px;
    line-height: 37px;
    height: 37px;
}
.tbl tbody tr:nth-child(even) td {
	background-color: #F1F1F1;
}
.tbl tbody tr:hover td {
    background-color: #C9E8FF;
}
.tbl thead tr th.center, .tbl tbody tr td.center {
    text-align: center;
}

/**
 * Inlog pagina
 */
.login {
    background-image: url("/images/login.jpg");
    background-size: cover;
    background-position: center top;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.login form > div {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.login form > div >div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.login form {
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    width: 300px;
    padding: 0px 50px;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 100%;
}
.login form img {
    display: block;
    margin: 0px auto 30px auto;
}
.login form span {
    position: relative;
}
.login form input {
    background-color: #fff;
    color: #000;
    border: 0px;
    padding: 10px 20px 10px 40px;
    width: calc(100% - 60px);
    margin: 0px 0px 20px 0px;
}
.login form input[type=submit] {
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    margin: 0px 0px 20px 0px;
    transition: all 0.2s;
}
.login form input[type=submit]:hover {
    background-color: #00a4dd;
}
.login form span i {
    position: absolute;
    top: 3px;
    left: 18px;
}


/**
 * Messages
 */
.message {
    position: fixed;
    bottom: 50px;
    left: -500px;
    width: 280px;
    padding: 20px 30px;
    color: #fff;
    z-index: 2000;
    transition: all 0.4s;
    text-align: left;
}
.message.show {
    left: 0px;
}
.message.m200 {
    background-color: #090;
}
.message.m500 {
    background-color: #900;
}

/**
 * Navigation
 */ 
.nav {
    position: fixed;
    top: 61px;
    left: 0px;
    width: 250px;
    height: calc(100% - 61px);
    background-color: #f4f5f7;
	border-right: 1px solid #ccc;
}
.nav .btn {
	display: inline-block;
	border-radius: 100px;
	background-color: #2369f6;
	color: #fff;
	padding: 8px 20px;
	margin: 20px 0px 0px 20px;
	font-size: 12px;
	line-height: 12px;
}
.nav .btn i {
	font-size: 10px;
	margin: 0px 10px 0px 0px;
}

.nav img {
    display: block;
    max-width: 70%; 
    margin: 30px auto 40px auto;
}
.nav ul {
	margin: 10px 20px 0px 20px;
}
.nav ul li {
	padding: 5px 0px;
}
.nav ul li.active {
    background-color: #e0eafd;
}
.nav ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    padding: 0px 10px 0px 10px;
}
.nav.min ul li a {
    padding: 0px 0px;
}
.nav ul li.active a {
    color: #2369f6;
}
.nav ul li span {
    float: right;
    margin: 14px 0px;
    width: calc(100% - 55px);
    transition: all 0.2s;
}
.nav.min ul li span {
    width: 0px;
    overflow: hidden;
    height: 0px;
}
.nav ul li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.nav.min ul li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

/**
 * Header
 */ 
.header {
	background-color: #fff;
    position: fixed;
	z-index: 10;
    top: 0px;
    width: calc(100% - 60px);
    left: 0px;
    color: #000;
    text-align: right;
    line-height: 18px;
    height: 60px;
	box-shadow: 0px 0px 21px 5px #ccc;

}
.header img {
	position: absolute;
	top: 15px;
	left: 20px;
	max-height: 30px;
	padding: 0px 25px 0px 0px;
	margin: 0px 40px 0px 0px;
}

.header ul { 
    float: left;
    display: inline;
    margin: 0px 0px 0px 130px;
}
.header ul  li {
    float: left;
}
.header ul  li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-weight: 600;
	margin: 0px 10px;
	padding: 0px 10px;
	
}
.header ul li.active a {
	border-bottom: 5px solid #00bdff;
	height: 55px;
	
}
.header a {
    color: #000;
    text-decoration: none;
}
.header a i {
    font-size: 18px;
    margin: 0px 0px 0px 20px;
}

/**
 * Content
 */
.content {
    position: fixed;
    left: 250px;
    top: 40px;
    height: calc(100% - 100px);
    width: calc(100% - 330px);
    padding: 40px;
	overflow: auto;
}





/**
 * Kolommen
 */
.col33 {
	display: inline-block;
	vertical-align: top;
	width: calc(31% - 40px);
	margin: 0px 3% 0px 0px;
	background-color: #fff;
	padding: 20px;
}
.col33.nomarg {
	margin: 0px;
}
.col50 {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 58px);
	margin: 0px 30px 0px 0px;
	background-color: #fff;
	padding: 20px;
    box-shadow: 0px 0px 8px -2px #ccc;
}
.col50.nomarg {
	margin: 0px;
}
.col100 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	background-color: #fff;
	padding: 20px;
	margin: 30px 0px 0px 0px;
    box-shadow: 0px 0px 8px -2px #ccc;
}

/**
 * Ballen
 */
.bal {
	display: inline-block;
    vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 100px;
    margin: -8px 0px 0px 0px;
}

.bal.type1 {
	background-color: #FF0000; /*rood*/
}
.bal.type2 {
	background-color: #00B3FF; /*blauw*/
}
.bal.type3 {
	background-color: #3AFF00; /*groen*/
}
.bal.type4 {
	background-color: #F8FF00; /*geel*/
}

.bal.severity1 {
	background-color: #3AFF00; /*groen*/
}
.bal.severity2 {
	background-color: #E3E3E3; /*grijs*/
}
.bal.severity3 {
	background-color: #FF6700; /*oranje*/
}
.bal.severity4 {
	background-color: #FF0000; /*rood*/
}
.bal.severity5 {
	background-color: #00B3FF; /*blauw*/
}

.bal.urgency1 {
	background-color: #E3E3E3; /*grijs*/
}
.bal.urgency2 {
	background-color: #3AFF00; /*groen*/
}
.bal.urgency3 {
	background-color: #FF0000; /*rood*/
}

/**
 * box layout
 */
.box {
	background-color: #fff;
	width: calc(50% - 58px);
	box-shadow: 0px 0px 5px 0px #ccc;
}
.box > div {
	padding: 0px;
}
.box > div .col50 {
	padding: 0px;
    box-shadow: 0px 0px 0px 0px #fff;
	width: calc(50% - 18px);
}

/**
/**
 * Comms
 */
.comms {
	overflow: auto;
}
.comms li {
	position: relative;
	width: calc(80% - 40px);
	padding: 10px 20px;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	border-radius: 0px 20px 20px 20px;
	margin: 0px 0px 20px 0px;
	float: right;
	clear: both;
}
.comms li div {
	padding: 0px 0px 15px 0px;
}
.comms li.me {
	float: right;
	border-radius: 20px 0px 20px 20px;
}
.comms li.first {
	border-radius: 20px;
	background-color: #00bdff;
	width:calc(100% - 40px);
	border: 0px;
	color: #fff;
}
.comms li.last {
	border-radius: 20px;
	background-color: #0E8A00;
	width:calc(100% - 40px);
	border: 0px;
	color: #fff;
}
.comms li.reject {
	border-radius: 20px;
	background-color: #D50003;
	width:calc(100% - 40px);
	border: 0px;
	color: #fff;
}
.comms li.first em, .comms li.last em, .comms li.reject em {
	color: #fff;
}
.comms li strong {
	font-weight: normal;
	font-size: 16px;
}
.comms li em {
	display: inline-block;
	margin: 0px 0px 0px 20px;
	color: #666;
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 10px;
}

.comment {
	margin: 20px 0px 0px 0px;
	border:1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.comment textarea {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
	border: 0px;
	width: calc(100% - 20px);
	padding: 10px;
	border-bottom:1px solid #ccc;
}
.comment input[type=button] {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 5px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
.comment input[type=button]:hover {
    background-color: #00a4dd;
	color: #fff;
}


/**
 * Edit
 */
.display {
	position: relative;
}
.display .editbtn {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 24px;
	color: #666;
	opacity:0;
	transition: all 0.2s;
	cursor: pointer;
}
.display:hover .editbtn {
	opacity:1;
}
.edit {
	display: none;
	margin: 20px 0px 0px 0px;
	border:1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.edit textarea {
	width: calc(100% - 22px);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
	height: 300px;
	padding: 10px;
	border: 0px;
	border-bottom: 1px solid #ccc;
}
.edit input[type=button] {
    float: right;
    background-color: #00bdff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    border-radius: 100px;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 5px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s
}
.edit input[type=button]:hover {
    background-color: #00a4dd;
	color: #fff;
}



/**
 * Kanban
 */
.kanban {
	overflow: hidden;
}
.kanban .kban {
	float: left;
	border-left:1px solid #f7f7f7;
	border-right:1px solid #f7f7f7;
}
.kanban .kban.closed {
	border-top:3px solid #ccc;
}
.kanban .kban .kbHeader {
	padding: 20px 20px;
	text-align: left;
	height: 10px;
	line-height: 10px;
}
.kanban .kban .kbHeader i {
	float: right;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.kanban .kban .kbHeader span {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.kanban .kban.closed .kbHeader span {
	display:none;
}

.kanban .kban.closed .kbBody {
	position: relative;
}
.kanban .kban .kbBody {
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
    border-radius: 10px;
}
.kanban .kban:hover .kbBody {
	background-color:rgba(231,231,231,1.00);
}
.kanban .kban.open .kbBody span {
	display:none;
}
.kanban .kban.closed .kbBody > span {
	display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	margin: 80px 0px 0px 0px;
	text-transform: uppercase;
	color: #999;
}
.kanban .kban .kbBody .collaps {
	display: none;
}
.kanban .kban .kbBody .open {
	display: block;
}
.kanban .kban.closed .kbBody .collaps {
	position: absolute;
	display: block;
	font-weight: bold;
	color: #999;
	text-align: center;
	font-size: 20px;
	top: 50%;
	width: 100%;
	left: 0px;
}
.kanban .kban.closed .kbBody .collaps span {
	display: block;
	font-size: 10px;
}
.kanban .kban.closed .kbBody .open {
	display: none;
}
.kanban .kban .kbBody .name {
	font-weight: bold;
	font-size: 16px;
}
.kanban .kban .kbBody ul {
	min-height: 500px;
}
.kanban .kban .kbBody li {
	background-color: #fff;
	margin: 0px 0px 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -1px #ccc;
}
.kanban .kban .kbBody li .ttl {
	padding: 5px 10px;
	color: #333;
	font-weight: bold;
}
.kanban .kban .kbBody li .txt {
	padding: 10px 10px;
}
.kanban .kban .kbBody li .data {
	overflow: hidden;
	font-size: 10px;
}
.kanban .kban .kbBody li .data span:first-child {
	float: left;
	display: block;
	width: calc(50% - 20px);
	padding: 0px 10px
}
.kanban .kban .kbBody li .data span:last-child {
	float: right;
	display: block;
	text-align: right;
	width: calc(50% - 20px);
	padding: 0px 10px
}

.kanban .kban .kbFooter {
	font-size: 16px; 
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.kanban .kban.closed .kbFooter span{
	display: none;
}
.popupLarge hr {
	border:0px;
	border-bottom: 1px solid #333;	
}
.todos li {
	border-bottom: 1px solid #ccc;
	color: #666666;
	line-height: 46px;
}
.todos li i {
	color:#adb5bd;
	font-size: 30px;
	float: left;
	margin: 8px 20px 8px 0px;
}
.todos li .dd {
	float: right;
	width: 200px;
	text-align: right;
}
.todos li .man {
	float: right;
	position: relative;
	text-align: right;
	width: 100px;
	height: 40px;
	margin: 0px 0px 0px 20px;
}
.todos li .man img {
	position: relative;
	margin: -3px 0px 0px 0px;
	z-index: 1;
}

.todos li .man img:nth-child(2) {
	margin: -3px 0px 0px -20px;
	z-index: 2;
}
.todos li .man img:nth-child(3) {
	margin: -3px 0px 0px -20px;
	z-index: 3;
}
.todos li .man img:nth-child(4) {
	margin: -3px 0px 0px -20px;
	z-index: 4;
}

.todos li .descr {
	display: none;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	line-height: 24px;
	background-color: #F0F0F0;
	border-top:1px solid #ccc;;
}
.todos li.open .descr {
	display: block;
}
.newtodo {
    float: right;
    color: #adb5bd;
    cursor: pointer;
    line-height: 26px;
    margin: -5px 0px 0px 0px;
}
.newtodo i {
    font-size: 24px;
    margin: 0px 0px 0px 4px;
    vertical-align: middle;
}

.manlist {
	display: none;
}
.todos .manlist {
	position: absolute;
	top: 46px;
	background-color: #fff;
	z-index: 10000000;
	display: block;
	width: 175px;
	text-align: left;
	right: 0;
	padding: 10px;
	box-shadow: 0px 0px 12px -7px #000;
}
.todos .manlist li {
	line-height: 32px;
}
.todos .manlist li:last-child {
	border: 0px;
}
.todos .manlist i {
	font-size: 16px;
	margin: 8px 10px 8px 0px;
}

.domainlist {
	max-width: 600px;
}
.domainlist li {
	background-color: rgba(227,227,227,1.00);
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
}
.domainlist li strong {
	font-size: 16px;
}
.domainlist li span {
	float: right;
	margin: 0px 20px;
	font-weight: bold;
}
.domainlist li a {
	float:right;
	background-color: #00bdff;
	color: #fff;
	padding: 5px 10px;
	margin: -4px 0px 0px 0px;
}


.filterform {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0px;
	margin: 0px 0px 20px 0px;
}
.filterform input[type=text] {
	border-radius: 5px;
	padding: 5px 10px;
	width: 400px;
	border: 1px solid #ccc;
}
.filterform input[type=submit] {
	border-radius: 5px;
	background-color: #00bdff;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #00bdff;
}


form strong {
	display: block;
}
form label {
	display: block;
}
form .w33 {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
form .w50 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
form .w100 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}