﻿
/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}

.set-radius-zero {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.content-wrapper {
	margin-top: 40px;
	min-height: 600px;
	padding-bottom: 60px;
}

.page-head-line {
	font-weight: 900;
	padding-bottom: 20px;
	border-bottom: 2px solid #4b565c;
	text-transform: uppercase;
	color: #4b565c;
	font-size: 20px;
	margin-bottom: 20px;
}

.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.progress {
	height: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.login-icon {
	height: 60px;
	width: 60px;
	padding: 13px;
	border-radius: 50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	cursor:pointer;
	background-color:#4b565c;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
	background-color: #172984;
	color: #fff;
	padding: 10px;
	text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
	padding-left: 30px;
}

/*.navbar-brand {*/
/*width: 345px;*/
/*padding-top: 20px;*/
/*height: 110px;*/
/*}*/

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
	position: relative;
	display: block;
	padding: 15px 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: #4b565c;
	color: #fff;
}

.has-warning input{
	border-color: #4b565c!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.user-settings-wrapper {
	margin-top: 10px;
}

.user-settings-wrapper li {
	display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
	width: 200px;
	padding: 10px;
}

.user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
	text-decoration: none;
	background-color: #000000!important;
}

.user-settings-wrapper img {
	height: 64px;
	width: 64px;
	border: 1px solid #000000;
}

.user-settings-wrapper .dropdown-menu {
	margin: 0px;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}

.user-settings-wrapper .btn {
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
}

.user-settings-wrapper .media-heading {
	padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
	background-color: #4b565c;
}

#menu-top a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

.menu-top-active {
	background-color: #000000;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
	background-color: black;
	color: white;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
	background-color: #4b565c!important;
}

.navbar-inverse {
	background-color: #fff;
	border-color: transparent;
}

.navbar-toggle {
	background-color: #4b565c!important;
	border: 1px solid #fff;
}

.navbar-toggle:hover{
	background-color: #dc6e0a!important;
}

.navbar {
	margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
	padding: 10px;
	color: #fff;
	font-size: 12px;
	background-color: #4b565c;
}

footer a, footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*==============================================
    DASHBOARD  STYLES
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
	background-color: #B9B739;
}

.bk-clr-two {
	background-color: #F94C4C;
}

.bk-clr-three {
	background-color: #119c7e;
}

.bk-clr-four {
	background-color: #b739b9;
}

.dashboard-div-icon {
	height: 75px;
	width: 75px;
	border: 2px solid #fff;
	padding: 20px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.dashboard-div-wrapper {
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	color: #fff;
	margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
	height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.notice-board ul {
	padding-left: 0px;
	list-style: none;
}

.notice-board li {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
	margin-right: 10px;
	border: 1px solid #DBDBDB;
	padding: 5px;
}

.notice-board li a, li a:hover {
	text-decoration: none;
	color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
	color: white;
	opacity: 0.8;
}

.btn-social:hover {
	color: white;
	opacity: 1;
	text-decoration: none;
}

.btn-facebook {
	background-color: #3b5998;
}

.btn-twitter {
	background-color: #00aced;
}

.btn-linkedin {
	background-color: #0e76a8;
}

.btn-google {
	background-color: #c32f10;
}

.btn-oryx {
	color: #fff;
	background-color: #4b565c;
	border-color: #4b565c;
}
.btn-oryx:focus,
.btn-oryx.focus {
	color: #fff;
	background-color: #4b565c;
	border-color: #4b565c;
}
.btn-oryx:hover {
	color: #fff;
	background-color: #1b2a46;
	border-color: #4b565c;
}
.btn-oryx:active,
.btn-oryx.active,
.open > .dropdown-toggle.btn-oryx {
	color: #fff;
	background-color: #4b565c;
	border-color: #4b565c;
}
.btn-oryx:active:hover,
.btn-oryx.active:hover,
.open > .dropdown-toggle.btn-oryx:hover,
.btn-oryx:active:focus,
.btn-oryx.active:focus,
.open > .dropdown-toggle.btn-oryx:focus,
.btn-oryx:active.focus,
.btn-oryx.active.focus,
.open > .dropdown-toggle.btn-oryx.focus {
	color: #fff;
	background-color: #4b565c;
	border-color: #1b6d85;
}
.btn-oryx:active,
.btn-oryx.active,
.open > .dropdown-toggle.btn-oryx {
	background-image: none;
}
.btn-oryx.disabled:hover,
.btn-oryx[disabled]:hover,
fieldset[disabled] .btn-oryx:hover,
.btn-oryx.disabled:focus,
.btn-oryx[disabled]:focus,
fieldset[disabled] .btn-oryx:focus,
.btn-oryx.disabled.focus,
.btn-oryx[disabled].focus,
fieldset[disabled] .btn-oryx.focus {
	background-color: #4b565c;
	border-color: #46b8da;
}
.btn-oryx .badge {
	color: #4b565c;
	background-color: #fff;
}

.table.table-striped th a{
	color: #4b565c;
}

.table.table-striped a{
	color: #000000;
}

.table.table-striped a.btn{
	color:#fff;
}

.table.table-striped a.btn-xs{
	color: #ffffff;
}

.log.table {
	margin-bottom:0px!important;
}

.log.table tr td, .log.table tr th{
	vertical-align: middle;
}

.doorvoer.thumbnail{
	display:inline;
}

.action{
	margin-bottom:10px;
}

.picture{
	position:relative;

}

.picture:hover{

}

.picture:hover img {
}

.delete{
	position:absolute;
	top:20px;
	right:35px;

	opacity:0;
	transition:opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
}

.projectsUsers  > tbody > tr > td {
	vertical-align: middle!important;
}


.picture:hover .delete {
	opacity: 1;
	transition:opacity 2s linear;
	-moz-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
}​
