@charset "UTF-8";

@font-face {
  font-family: 'Glyphicons';
  src: url("../font/glyphicons-regular.eot");
  src: url("../font/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../font/glyphicons-regular.woff") format("woff"), url("../font/glyphicons-regular.ttf") format("truetype"), url("../font/glyphicons-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular-webfont.eot');
    src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



* { 
	padding: 0;
	margin: 0;
}

body {
	float: left;
	width: 100%;
}

.form-divider { 
	float: left; 
	padding: 5px 0; 
}

.col-sm-input {
	width: 12%;
}

#navigation {
    background: none repeat scroll 0 0 #4c7098;
    width: 100%;
	display: inline-block;
	position: relative;
	z-index: 3;
	padding-left: 200px;
}

#navigation #logo {
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  background: #fff;
  height: 55px;
  width: 200px;
}

#navigation #logo img {
  padding-left: 10px;
}

#navigation .main-nav {
  float: left;
}

#navigation ul.main-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;	
}

#navigation .main-nav > li {
  float: left;
  position: relative;
  margin: 0;
}

#navigation .main-nav > li a {
  text-decoration: none;
}

#navigation .main-nav > li.active a {
  background: #FFF;
  text-decoration: none;
  color: #2a2a2a;
}

#navigation .main-nav > li.active > a:hover {
  background: #FFF;
}

#navigation .main-nav > li > a {
  display: block;
  padding: 10px 20px;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
}

#navigation .main-nav > li > a:hover {
  text-decoration: none;
  background: #1e74c5;
}

#navigation .dropdown {
  float: right;
  display: block;
  line-height: 35px;
}

#navigation .dropdown a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  line-height: 40px;  
}

#navigation .dropdown.open a, .language_flags {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  line-height: 40px;  
  cursor: pointer; 
}

.language_flags label { cursor: pointer; }
.language_flags:hover { background-color: #f5f5f5; }

#navigation .dropdown.open .dropdown-toggle {
  color: #FFF;
}

#navigation .dropdown.open > .dropdown-menu {
	border: #368ee0 solid 1px;
}

#navigation .dropdown.open ul li a {
	padding: 5px 15px;
}

#content {
	display: block;
	width: 100%;
}

#leftBackground {
	background-color: rgb(238, 238, 238);
	height: 100%;
	position: fixed;
	float: left;
	width: 200px;
	z-index: 1;
	margin-top: -70px;
}

#left {
	width: 200px;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 20px;
	padding: 0 10px;
}

#left .subnav {
	margin-bottom: 20px;
}

#left .subnav .subnav-title {
    color: #444;
    display: block;
    overflow: hidden;
    padding: 5px 0 0 5px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

#left .subnav .subnav-title a{
	color: #444;  
	cursor:pointer;
}

#left .subnav .subnav-title h3 {
   	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
}

#left .subnav .subnav-title h3 i {
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#left .subnav .subnav-title h3 .transformdown
{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	padding-right: 10px;
}

#left .subnav .subnav-title h3 .transformright
{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	padding-right: 0;
}

#left .subnav ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0 0 0 25px;
}

#left .subnav ul li {
    padding: 3px 0;
}

.submenu .subnav-menu {
	display: none;
}

#main {
	padding-bottom: 30px;
	margin-left: 200px;
	margin-top: 10px;
}

#main .pointer {
	cursor: pointer;
}

.nav-tabs {
	display: -webkit-box;
}

.container-fluid {
	padding: 0 25px!important;
}

.container-fluid .page-header {
	margin-top: 15px!important; 
}

.container-fluid .header {
	height: 110px;
	display: inline;
}

.container-fluid .header h2 {
	display: inline;
}

.container-fluid .dataTables_filter {
    float: right;
    margin: 10px 10px 5px 5px;
}

.container-fluid .dataTables_filter input {
	padding-left: 5px;
	font-weight: normal;
}

.btn {
    background: none repeat scroll 0 0 #eee;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #444;
    filter: none;
    padding: 5px 9px;
    text-shadow: none;
}

.btn.btn-primary {
    background: none repeat scroll 0 0 #368ee0;
    color: #fff;
    filter: none;
    text-shadow: none;
}

.dz-progress {
	height: 15px;
}

.dz-message {
	cursor: pointer;
}

/* task box css */


table {
	margin-top: 10px;	
}

.table-pointer tbody tr {
	cursor: pointer;
}

table h3 {
	margin: 8px;	
}

table.lightgrey {
	border: 1px solid #666;
}

table.lightgrey th {
	background: #37608C;
}

table.lightgrey th h3 {
	color: #fff;
	float: left;
}

table.lightgrey th i {
	padding: 0 8px 0 0;
}

table .actions {
  margin-top: 5px;
  float: right;
  margin-right: 10px;
}
table .actions .btn {
  color: #333;
  padding: 5px 9px;
}

table .actions .btn:hover {
  background: #368ee0;
  color: #fff;
}

table .tasklist .check {
	border-right: 1px solid #37608C;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 10px;
}
table .tasklist .done
{
	background: #e7f1fb;
}
table .tasklist a {
	color: #444;  
	cursor:pointer;
}

table .tasklist .task {
    float: left;
    left: 55px;
    max-width: 100%;
    overflow: hidden;
    padding: 11px 5px 3px;
    position: absolute;
    right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deleteButton
{
	border: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	border-bottom: 4px solid #c0392b;
	text-decoration: none;
	color: #fff;
	background: #e74c3c;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.addButton
{
	border: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	border-bottom: 4px solid #27ae60;
	text-decoration: none;
	color: #fff;
	background: #2ecc71;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=text], input[type=email], input[type=date], input[type=time], input[type=number], textarea, select
{
	border: 2px solid #1265a6 !important;
	background: #FFF !important;
	margin-top: 10px !important;
	width: 100% !important;
	height: 40px !important;
	padding: 10px !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	margin-bottom: 20px !important;
	-webkit-appearance: none;
}

table .tasklist{
	padding: 0px !important;	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	-o-user-select: none;
}

.table-hover > tbody > tr:hover > .done 
{
	background-color: #4CAF50;
}

table .done {
	background: #388E3C;
}

table .done .task span, table .done .task i {
	color: #FFF;
}

table .tasklist .task span{
	padding-left: 10px;	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* MODAL */

.fc-row table {
	margin-top: 2px;
}

#calendar td .addEventLink {
	width: 100%;
	height: 143px;
	display: block;
}

.modal-border {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

.modal-border .left-modal-border{
	float:left;
	width: 20%;
	height: 45px;
	text-align: left;
	padding: 12px 0 0 10px;
	background-color: #CCC;
}

.modal-border .right-modal-border {
	width: 80%;
	float: right;
	padding: 10px;
}

.task-bookmarked{
	vertical-align:-5% !important;
	margin-top:1px !important;
}

.neutral{
	margin-top:0px !important;
	margin-bottom:0px !important;	
}

.delete-task {
	cursor: pointer;
	float: right;	
	margin-right: 15px;
	margin-top: 13px;
}

.important-task {
	cursor: pointer;
	float: right;	
	margin-right: 5px;
	margin-top: 13px;
}
/* task box css */

.send-sms-box{
	max-width:500px !important;	

}


.control-label {
	text-align: left!important;
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.form-control {
	color: black;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.form-horizontal img{ width: 250px; }



.timetable .day {width: 120px; float:left; }
.timetable .form-control {width: 20%; display: table-row;}
/* -----------------------------------------------------------
	login -> colors
----------------------------------------------------------- */ 

#login
{
	box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	margin: 10% auto 0 auto;
	padding: 0;
	width: 420px;
}

.loginBody {
	background-color: rgb(238, 238, 238);
	font-family: Roboto;
	font-size: 14px;
}

#login div.color
{
	left: auto;
	right: auto;
	margin: 10px auto 0 auto;
	padding: 3px 3px 3px 0;
	clear: both;
	overflow: hidden;
	background: #FFFFFF;
}

#login div.color a
{
	margin: 0 0 0 3px;
	padding: 0;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

/* -----------------------------------------------------------
	login -> title
----------------------------------------------------------- */ 

#login div.title
{
	margin: 0 auto;
	padding: 0;
	width: 420px;
	clear: both;
	overflow: hidden;
	position: relative;
	font-size: 17px;
	background: #4c7098;
}

#login div.title h5
{
	margin: 10px;
	padding: 0;
	color: #ffffff;	
}

/* -----------------------------------------------------------
	login -> title / corners
----------------------------------------------------------- */ 


#login div.title div.tl
{
	top: 0;
	left: 0;
	background-position: 0 0;
}

#login div.title div.tr
{
	top: 0;
	right: 0;
	background-position: -6px 0;
}

/* -----------------------------------------------------------
	login -> messages
----------------------------------------------------------- */

#login div.messages
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: #ffffff;
}

#login div.message
{
	margin: 20px 20px 0 20px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.messages div.message div.image
{
	margin: 2px 0 2px 5px;
	padding: 6px;
	float: left;
}

#login div.messages div.message div.image img
{
	margin: 0;
	vertical-align: middle;
}

#login div.messages div.message div.text
{
	margin: 0;
	padding: 10px 6px 10px 6px;
	float: left;
}

#login div.messages div.message div.dismiss
{
	margin: 0;
	padding: 0;
	float: right;
}

#login div.messages div.message div.dismiss a
{
	margin: 15px 14px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	display: block;
	background: url("../images/icons/cross.png") no-repeat;
}

#login div.messages div.message div.text h1,
#login div.messages div.message div.text h2,
#login div.messages div.message div.text h3,
#login div.messages div.message div.text h4,
#login div.messages div.message div.text h5,
#login div.messages div.message div.text h6
{
	margin: 0;
	padding: 0px;
	border: none;
}

#login div.messages div.message div.text span
{
	margin: 0;
	padding: 5px 0 0 0;
	height: 1%;
	display: block;
}

#login div.messages div.message-error
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #860006;
}

#login div.messages div.message-error h6
{
	color: #860006;
}

#login div.messages div.message-warning
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	color: #5f5200;
}

#login div.messages div.message-warning h6
{
	color: #5f5200;
}

#login div.messages div.message-notice
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #8FBDE0;
	border: 1px solid #6BACDE;
	color: #003863;
}

#login div.messages div.message-notice h6
{
	color: #003863;
}

#login div.messages div.message-success
{
	height: 1%;
	clear: both;
	overflow: hidden;
	background: #E6EFC2;
	border: 1px solid #C6D880;
	color: #4e6100;
}

#login div.messages div.message-success h6
{
	color: #4e6100;
}

/* -----------------------------------------------------------
	login -> inner
----------------------------------------------------------- */

#login div.inner
{
	margin: 0 auto;
	padding: 20px;
	width: 380px;
	background: #FFFFFF url("../images/login.png") no-repeat top left;
	border-top: none;
	border-bottom: none;
}

/* -----------------------------------------------------------
	login -> form
----------------------------------------------------------- */

.loginBody input[type=submit] {
	background-color: #368ee0;
	border: 0;
	padding: 5px 9px;
	color: #FFF!important;
	cursor: pointer;
}

#login div.form
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.form div.fields
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#login div.form div.fields div.field
{
	margin: 0;
	padding: 0 0 20px 0;
	clear: both;
	overflow: hidden;
	border: none;
}

#login div.form div.fields div.field span.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #FF0000;
}

#login div.form div.fields div.field label.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #FF0000;
}

#login div.form div.fields div.field div.label
{
	left: 0;
	margin: 2px 10px 0 0;
	padding: 5px;
	width: 40%;
	float: left;
	position: relative;
	text-align: right;
}

#login div.form div.fields div.field div.label label
{
	color: #000000;
	font-weight: bold;
}

#login  div.form div.fields div.field div.label span
{
	margin: 0;
	padding: 2px 0 0 0;
	height: 1%;
	display: block;
	color: #363636;
}

#login div.form div.fields div.field div.input
{
	margin: 0;
	padding: 0;
	width: 54%;
	float: left;
}

#login div.form div.fields div.field div.input input
{
	margin: 0;
	padding: 5px;
	width: 100%;
	background: #FFFFFF;
	border: 0;
	border-bottom: 1px solid #7e7e7e;
	color: #000000;
	outline: 0;
	font-family: Roboto;
	font-size: 14px;
}

#login div.form div.fields div.field div.input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#login div.form div.fields div.field div.input  input.error
{
	background: #FBE3E4;
	border-top: 1px solid #e1b2b3;
	border-left: 1px solid #e1b2b3;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

#login div.form div.fields div.field div.input  input.success
{
	background: #E6EFC2;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

#login div.form div.fields div.field div.input div.link
{
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
}

#login div.form div.fields div.field div.checkbox
{
	margin: 0 0 0 184px;
	padding: 0;
}

#login div.form div.fields div.field div.checkbox label
{
	color: #565656;
	font-weight: bold;
}

#login div.form div.fields div.buttons
{
	margin: 0;
	clear: both;
	overflow: hidden;
	text-align: right;
}

#login div.form div.fields div.buttons input
{
	margin: 0;
	color: #000000;
	font-size: 1.0em; 
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif; 
}

#login div.form div.fields div.buttons input.ui-state-default
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../images/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
}

#login div.form div.fields div.buttons input.ui-state-hover
{
	margin: 0;
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../images/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}

/* -----------------------------------------------------------
	login -> links
----------------------------------------------------------- */

#login div.form div.links
{
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	clear: both;
	overflow: hidden;
}

.action_icons a {
	margin-right: 10px;
}


#banner1_img, #banner2_img {
	width: 250px;
}

/*====================================================== ???? Start added by Demian Meuldijk ======================================================*/

.set_flex{
	display: -webkit-flex;
	display: flex;
}
.flex_wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.flex_justify_space_between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.padding_right{
	padding-right: 10px;
}
.padding_bottom{
	padding-bottom: 10px;
}