/* GENERAL */

.hide {
	display: none ;
}
input.noborder{
	border: 0 !important;
	padding: 0 !important;
}


/* LOGIN */
.login .visual {
	width:100%;
	height:auto
}

.formsection {
    padding: 6em;
}
.formsection img {
    padding-bottom: 2em;
}
	
.half {
	width: 49vw;
	display: inline-block;
}
.right {
	float: right;
}

.login input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #D6DADA;
    margin: 2em 0;
}


.login .btn {
	background-color: #f29200;
	width: 100%;
	height: 3em;
}

.login .forgotten {
	text-align: center;
	margin-top: 1em;
}



/* DATATABLES */

.pagination {
    list-style-type: none;
	display: flex;
}

.pagination li {
    float: left;
    padding: 0 5px;
}


#projects_table tfoot tr th{
	background-color: #ffffff;
	border-left: 1px solid #e9ebeb;
}
#projects_table tfoot tr th .heading{
	box-shadow: none;
}


.dt-body-right {
    text-align: right !important;
}
.dt-body-center {
    text-align: center !important;
}
 
.orange {
	color: #ff6200;
	font-size: 1.5em;
}
.green {
	color: #3c276c;
}
.red {
	color: #cc0000;
}


/* Dashboard */
select#projects {
	text-align: left;
}
	
.dashboard.filter-form {
	padding: 15px 15px 5px;
	background: transparent;
	box-shadow: none;
	position: relative;
	z-index: 9;
	margin: 0 0 10px;
	justify-content: normal;
}

.dashboard.filter-form a {
	width: 33%;
	margin-bottom: 30px;
}
.dashboard.filter-form .form-holder {
	
	color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 10px 0 0;
	padding: 10px;
	text-align: center;
}
.dashboard.filter-form .form-holder .form-group {
	width: 100%;
}
.dashboard.filter-form .form-holder i {
	font-size: 2em;
	display: block;
	margin: 0 auto;
	padding: 1em 1em 0 1em;
}
.dashboard.filter-form .form-holder label {
	font-size: 1.25em;
	text-align: center;
	padding: 1em 1em 0 1em;
}

.dashboard.filter-form .form-holder.purple {
	background-color: #662583;
}
.dashboard.filter-form .form-holder.orange {
	background-color: #F29200;
}

.dashboard.filter-form .form-holder.lightpurple {
	background-color: #662583db;
}
.dashboard.filter-form .form-holder.blue {
	background-color: #7b4394d4;
}

.dashboard.filter-form .form-holder.red {
	background-color: #9e78b1e6;
}
.dashboard.filter-form .form-holder.green {
	background-color: #a784b8c7;
}
.dashboard.filter-form .form-holder.grey {
	background-color: #b89ec7b3;
}

.dashboard.filter-form .form-holder.sand {
	background-color: #FFE699;
	color: #000000;
}

.dashboard.filter-form .form-holder.yellow {
	background-color: #ecde54;
}





.dashboard-visuals {
	margin: 15px 25px 15px 15px;
	align-items: flex-start;
}

.current_month{
	font-size: 1em;
}
.current_year{
	font-size: 0.825em;
	font-weight: normal;
}
.dashboardlabel{
	font-size: 1em;
}
.widget img{
	max-width: 25vw;
}
.message{
	margin: 1em 0;
}

	
/* End dashboard */

/* Registraties */
.ProjectIdOverzicht, .ArticleIdOverzicht, .EmployeeIdOverzicht, .RelationIdOverzicht{
	width: 30% !important;
	float: left !important;
	margin-right: 5px !important;
}
.calender-input{
	min-width: 100px !important;
}
.periode-input{
	width: 12% !important; /* was 10% */
	float: left !important;
	margin-right: 5px !important;
}
.margin-right-5px{
	margin-right: 5px !important;
}

.materiaalregistratie_project, .verlofregistratie_medewerker, .bestekpostenregistratie_project{
	min-width: 30% !important;
}
.materiaalregistratie_materiaal, .bestekpostenregistratie_bestekpost{
	min-width: 20% !important;	
}
/* end Registraties */

/* Planning */

.filter-form.planning {
	padding: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.btn-active {
	color: #253939;
	border-bottom-color: rgba(0, 0, 0, .2);
}

.planning-details {
	padding: 15px 15px 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
	margin: 0 0 10px;
	width: 70%;
	float: left;
}
.planning-info {
	width: 25%;
	float: left;
	padding-left: 3em;
}
.column-left{
	width: 30%;
	float: left;
}
.column-right{
	width: 70%;
	float: left;
	color: gray;
	text-align: center;
}
.column-left .planning-nav-left{
	float: right;
	margin-right: 2em;
}
.column-right .planning-nav-right{
	float: right;
	margin-left: 2em;
}
.planning-details-kop{
	color: black;
	font-weight: bold;
}


/* end Planning */


/* Chat */
#chat-container {
	border: solid 1px #c0c0c0;
	padding: 1em;
	box-shadow: 5px 10px 8px #888888;
    background-color: white;
    width: 30%;
	min-width: 350px;
    position: fixed;
    right: -2000px;
	bottom: 15vh;
	margin-right: 2vw;
	z-index: 99999;
}
#chat-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 4%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: white;
	border-bottom: 0;
	margin-left: -25px;
	margin-bottom: -25px;
}

#chat-container tr.userchat {
	cursor: pointer;
}
#chat-container tr.userchat:hover {
	background-color: #d0d0d0;
}
#chat-container tr.userchat:hover td {
	background-color: transparent;
}
#chat_conversation form {
	background-color: #F4F5F5;
}
#chat_conversation textarea#message {
	height: 5em;
	min-height: 5em;
}

#conversatie {
	width: 100%;
	max-height: 50vh;
	overflow: auto;
	margin-top: 2em;
}

.chatmessage {
	border-radius: 5px;
	width: 60%;
	padding: 1em;
	margin: 1em 0;
	color: #000000;
}
.chatmessage.you {
	background-color: #ffffff;
	margin-left: 1em;
}
.chatmessage.me {
	background-color: #D3E8ED;
	text-align: right;
	margin-left: 35%
}
.chatmessage .date {
    font-style: italic;
    text-align: right;
}


@media (max-width: 768px) { 
	#chat-container {
		width: 90% !important;
		margin-right: 5% !important;
	}
	
	.half.left {
		display: none;
	}
	.half.right {
		float: left !important;
	}
	.half {
		width: 99vw;
	}
	.formsection {
		padding: 10px;
	}
	
}

.bericht-img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.bericht-naam{
	font-weight: bold;
}
.bericht-tijd{
	float: right;
	font-weight: bold;
}
.bericht-opties{
	float: right;
}
.bericht-inhoud{

}
.chat-titel{
	text-align: center;
}
.chat-nieuw{
	float: left;
}
.chat-sluiten{
	float: right;
}
.chat-form{
	width: 60%;
}
	
.bericht span.empty {
    background: #3E98BC;
	border-radius: 50%;
	color: white;
    width: 45px !important;
    height: 45px !important;
    padding: 13px 13px;
	margin: 1px;
	display: block;
}

/* end Chat */


/* Medewerkers */
#employees_table{
	width:100% !important;
}
#Street, #City{
	width:80% !important;
}
#HouseNumber, #ZipCode{
	width:20% !important;
}
/* End Medewerkers */

/* Gebruikers */
#image_preview {
	max-width: 200px;
}

.icon-big {
	font-size: 3em;
	font-weight: bold;
	padding: 1em;
}

.input-holder.image .btn {
	margin: 1em 0;
	cursor: pointer;
}

.author-img img {
	border-radius: 50%;
}

.author-img span.empty {
    background: #3E98BC;
	border-radius: 50%;
	color: white;
    width: 40px !important;
    height: 40px !important;
    padding: 10px 8px;
    position: relative;
    top: 0.5em;
}
/* end Gebruikers */


/* Menu submenus */
#nav .submenu {
	display: none;
}
/*
#nav li.active .submenu, #nav li:hover .submenu, #nav li .submenu:hover {
	display: block;
}
*/

#nav .submenu li a {
    padding: 3px 12px 3px 27px;
	font-size: .75rem;
}

/* sub sub */
#nav .subsubmenu {
	display: none;
}

.subsubmenu li span:before {
	content: '-' !important;
	padding-right: 3px;
}

#nav .subsubmenu li  {
    margin: 0px;
}
#nav .subsubmenu li a {
    padding: 1px 12px 1px 27px;
}

#nav .subsubmenu li span {
    padding: 6px 12px 6px 40px;
}

#nav {
    overflow-y: hidden;
}


/* end Menu submenus */

/* Materiaal  */
#articles_table{
	width:100% !important;
}
.nieuweeenheidinvoeren {
	margin-bottom: 1em;
}

#nieuweeenheidinvoeren {
	margin-right: 1em;
}


/* end Materiaal  */

hr{
	border: 1px solid #eee;
}


#submit {
	visibility: hidden;
}

/* Materialcontracts */
.nieuwmateriaalinvoeren {
	margin-bottom: 1em;
}

#nieuwmateriaalinvoeren {
	margin-right: 1em;
}

#NieuwMateriaal{
	width: 70%;
}
.unitselect {
    width: 28%;
    float: right;
}

/* end Materialcontracts */





/* Algemeen overzichten (dataTables) */
label > span {
    display: inline-block !important;
	position: relative;
	top: 0.6em;	
}



.single_tab_option {
	width: 100px !important;		
	max-width: 100px !important;		
}


div.dataTables_wrapper div.dataTables_length label {
	padding-left: 1em;
}

h6.spacey {
	margin:1em;
	display: inline-block;
}


.registration_header {
	background: #ffffff;
	padding: 2em;	
	min-height: 7em;
}

#relaties_table_filter label, #eenzaamheidsregistratie_table_filter label {
	margin-top: 8px;
}

tfoot.editable td {
	padding: 6px 10px;
	text-align: left;
	background: #fff;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #e9ebeb;
	vertical-align: top;
}

tfoot.editable textarea {
	min-height: 3.5em;
}

.selectaction {
	float: right;
	cursor: pointer;
	margin:1em;
}
.selectaction:hover {
	color: #3c276c;
}
.selectaction:after {
    content: '';
    height: 2px;
    background: black; 
    display:block;
}
.selectaction:hover:after {
    background: #3c276c;; 
}
	
table.dataTable thead > tr > th.sorting_asc {
	padding-right: 0 !important;
}

th.dt-checkboxes-cell:before, th.dt-checkboxes-cell:after {
	content: '' !important;
}

th.dt-checkboxes-cell, td.dt-checkboxes-cell {
	text-align: left !important;
	width: 8px;
}

.box-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


textarea.Comment {
	min-height: 5em;
}

#zoekpositie {
    position: relative;
    top: -41px;
}

#zoekpositie label input {
    margin-top: 10px;
}

#opdrachtbonnen {
	min-width: 80%;
}
#opdrachtbonnen th {
	font-weight: bold;
	text-align: left;
}

#opdrachtbonnen .Methode {
	position: relative !important;
}
#opdrachtbonnen img {
    margin-left: 2em;
}


#Aannemersvergoeding {
	width: 20%;
}

.topmargin{
	margin-top: 1em !important;
}

textarea.description {
	min-height: 3.5em;
}

.one-fourth {
	width: 24%;
	display: inline-block;
	padding-right: 5px;
}

.flex {
	display: flex;
}
	
.error {
    padding: 1em;
    border: 1px solid red;
    background-color: pink;
    display: block;
    margin-bottom: 1em;
}
	
.planning-details-header {
	position: absolute;
	z-index: 9;
	text-align: center;
	width: 80%;
}

.eenzaamheidsregistratie .label-holder {
	display: block;
}

.eenzaamheidsregistratie .input-holder input {
    margin: 8px;
}

.radios input {
    position: relative;
    top: 2px;
	margin: 4px;
}

#nieuwe_relatie {
	margin: 1px 4px 1px 1px;
}

#name_container {
	min-height: 4em;
}

.behoefteregistratie .input-holder {
	margin-bottom: 50px;
}
.behoefteregistratie .input-holder label {
	width: 300px;
}
.behoefteregistratie .checkboxes label {
	width: 80%;
}
.behoefteregistratie .checkboxes input[type=text] {
	width: 500px;
}

.eenzaamheidsregistratie label {
	width: 80%;
	float: left;
}

label input {
    margin: 0 3px;
}

.tabcontainer{
	width: 100%;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background-color: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

.tab-content form {
	min-height: 50vh;
}

ul.tabs li i {
	font-size: 18px;
	top: 3px;
	position: relative;
}
ul.tabs li span {
	margin-left: 3px;
}

@media (max-width: 768px) { 
	ul.tabs li span {
		display: none;
	}
}




		