body {
  font-family: 'Open Sans';
  font-size: 12px;
  background: #efefef;
}
html {
  overflow-y: scroll;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
a {
  color: #00829c;
}
input,
select {
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.form_success{cursor:pointer;}
.header {
  background: #fff;
  height: 90px;
  margin: 0 0 0px;
}
.header .container {
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  height: 38px;
  position: relative;
  max-width: 1170px;
}
.header .container .menu {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  background: #00829c;
  border-radius: 3px;
  padding: 9px 18px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
.header .container .button {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 3px;
  padding: 8px 17px;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.header .container .login_txt_full{
  border-radius: 3px;
  padding: 8px 17px;
  border: 1px solid #e3e3e3;
  font-weight: bold;
}
.header .container .left {
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 10px 0 0;
}
.header .container .center {
  margin: 10px auto;
}
.checkbox-io{
    width: 29px !important;
    margin-left: 5px;
    cursor:pointer;
}
.checkbox-io input {
    display: none !important;
}

.checkbox-io span {
    width: 29px !important;
    height: 29px !important;
    display: block !important;
    background: url("/img/checkbox-io.jpg") !important;
    background-position: 0px 0px !important;
}

.checkbox-io input:checked + span {
    background: url("/img/checkbox-io.jpg") !important;
    background-position: 0px 29px !important;
}
.header .container .center .button {
  text-align: center;
  float: none;
  margin: 0;
  width: 406px;
}
.header .container .right {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
}
.header .container .right a {
  float: right;
}
.header .container .right img {
  height: 60px;
}
.bar {
  width: 100%;
  height: 5px;
  background: url(../img/bar.jpg) center center;
  margin: 0 0 20px;
}
.bar div {
  width: 12.5%;
  float: left;
  background: red;
  height: 5px;
}
.bar .bar1 {
  background: #f5772b;
}
.bar .bar2 {
  background: #ffbb40;
}
.bar .bar3 {
  background: #5dc1c3;
}
.bar .bar4 {
  background: #48a8a7;
}
.bar .bar5 {
  background: #11c683;
}
.bar .bar6 {
  background: #9ae161;
}
.bar .bar7 {
  background: #cc0d39;
}
.bar .bar8 {
  background: #ef0f45;
}
.master {
  background: #fff;
  padding: 40px;
  border-radius: 3px;
  border: 1px solid #dedede;
  font-size: 16px;
  /* Module guests */
  /* /Module guests */
}
.master .container {
  background: #fff;
  margin: 0 auto 20px;
}
.master .dashboard {
  padding: 15px;
}
.master .dashboard .left {
  width: 74px;
  float: left;
}
.master .dashboard .center {
  width: 1022px;
  float: left;
}
.master .dashboard .right {
  width: 74px;
  float: right;
}
.master .dashboard .docks-vertical {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 8px;
  border-top: 1px solid #e3e3e3;
}
.master .dashboard .docks-vertical li {
  height: 29px;
  text-align: left;
  border: solid #e3e3e3;
  line-height: 29px;
  border-width: 0px 1px 1px;
  position: relative;
  padding: 0 0 0 0;
}
.master .dashboard .docks-vertical li span {
  position: absolute;
  border-top: 1px rgba(0, 0, 0, 0.1);
  height: 4px;
  width: 72px;
  display: block;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.master .dashboard .docks-vertical li b {
  font-size: 9px;
}
.master .dashboard .docks-horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 8px;
}
.master .dashboard .docks-horizontal li {
  float: left;
  height: 29px;
  width: 72px;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-width: 1px 1px 1px 0;
  line-height: 29px;
  position: relative;
  padding: 0 0 0 0;
}
.master .dashboard .docks-horizontal li span {
  position: absolute;
  border-top: 1px rgba(0, 0, 0, 0.1);
  height: 4px;
  width: 72px;
  display: block;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.master .dashboard .docks-horizontal li b {
  font-size: 9px;
}
.master .dashboard .docks-horizontal li:last-child {
  border-right: none;
}
.master .dashboard .inner {
  padding: 15px;
  height: 539px;
}
.master .dashboard .inner .form {
  position: relative;
  padding: 20px 176px 20px 226px;
  width: 590px;
  font-size: 14px;
  background: #222222 url(../img/dashboard.jpg) center center;
  color: #fff;
  height: 125px;
  line-height: 20px;
}
.master .dashboard .inner .form .item {
  margin: 0 0 6px;
  position: relative;
}
.master .dashboard .inner .form .item label {
  width: 85px;
  display: block;
  float: left;
  padding: 8px 0 0;
}
.master .dashboard .inner .form .item input[type=text] {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  height: 22px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  line-height: 20px;
  padding: 6px 12px;
  width: 100px;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.master .dashboard .inner .form .item input[type=text].error {
  border-color: #c33;
}
.master .dashboard .inner .form .item select {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  height: 34px;
  color: #fff;
  float: left;
  margin: 0;
  line-height: 20px;
  padding: 6px 12px;
  width: 182px;
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.master .dashboard .inner .form .item select option {
  background: rgba(0, 0, 0, 0.8);
  outline: 0;
  border: none;
}
.master .dashboard .inner .form .item select.error {
  border-color: #c33;
}
.master .dashboard .inner .form .item select::-ms-expand {
  display: none;
}
.master .dashboard .inner .form .item select + i {
  position: absolute;
  right: 60px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  pointer-events: none;
}
.master .dashboard .inner .form .item input[type=text]:hover,
.master .dashboard .inner .form .item select:hover,
.master .dashboard .inner .form .item input[type=text]:focus,
.master .dashboard .inner .form .item select:focus {
  opacity: 1;
}
.master .dashboard .inner .form .item span {
  display: block;
  float: left;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.master .dashboard .inner .form .item span:last-child {
  margin: 0;
}
.master .dashboard .inner .docks .dock-items {
  overflow: hidden;
  height: 332px;
  width: 992px;
  position: relative;
}
.master .dashboard .inner .docks table {
  width: 100%;
  border-collapse: separate;
  /* Not really necessary unless you use normalize.js */
  border-spacing: 0px;
  background: #222;
}
.master .dashboard .inner .docks table tr {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.master .dashboard .inner .docks table tr td {
  padding: 8px 15px;
  line-height: 18px;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.master .dashboard .inner .docks table tr td i {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 14px;
  opacity: 0.8;
}
.master .dashboard .inner .docks table tr:hover {
  opacity: 0.9;
}
.master .dashboard .inner .docks table tr:hover i {
  opacity: 1;
}
.master .dashboard .inner .docks table tbody tr:hover {
  cursor: pointer;
}
.master .dashboard .inner .docks .desc {
  background: #48a8a7;
  background: #666;
  color: #fff;
}
.map {
  padding: 15px;
  background: #fff;
  display: none;
  /*position:absolute;
  width:1180px;
  left:50%;
  margin-left:-590px;*/
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  animation: myfirst 1.6s;
  -webkit-animation: myfirst 1.6s;
}
.map .inner {
  width: 915px;
  height: 368px;
  background: url(../img/map.jpg) center center no-repeat;
  border: 1px solid #e3e3e3;
  float: left;
  position: relative;
}
.map .inner svg {
  position: absolute;
  top: 0;
  left: 0;
}
.map .inner svg polygon {
  fill: transparent;
  stroke: none;
  stroke-width: 2;
  cursor: pointer;
  opacity: 1;
  stroke-linejoin: round;
}
.map .info {
  float: left;
  width: 223px;
}
.map .info .title {
  background: #48a8a7;
  font-size: 30px;
  line-height: 32px;
  padding: 14px 20px;
  color: #fff;
  font-weight: 300;
}
.map .info .title #parking_info_close {
  display: block;
  float: right;
  line-height: 18px;
  width: 18px;
  font-size: 14px;
  text-align: center;
  background: #5dc1c3;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}
.map .info ul {
  margin: 0;
  background: #f6f6f4;
  position: relative;
  height: 299px;
  border: solid #e3e3e3;
  border-width: 0 1px 1px 0;
  overflow: hidden;
  padding: 0;
  height: 309px;
  list-style-type: none;
}
.map .info ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 20px;
  background: #fff;
}
.master label {
  line-height: 40px;
  margin: 0 0 15px;
  font-size: 24px;
}
.master label span {
  width: 49px;
  display: block;
  text-align: center;
}
.master input,
.master select {
  border-radius: 3px;
  border: 1px solid #dedede;
  padding: 10px 20px;
  margin: 0 0 15px;
  height: 40px;
  background: #fff;
  box-shadow: none;
}
.master select {
  padding: 0 20px;
}
.master .title {
  margin: 0 0 20px;
  line-height: 48px;
  height: 48px;
}
.master .refresh {
  height: 48px;
  width: 48px;
  background: #5dc1c3;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
  margin: 0 30px 0 0;
}
.master .name {
  line-height: 48px;
  color: #48a8a7;
  font-size: 24px;
  font-weight: 700;
}
.master .time {
  font-size: 16px;
  margin: 0 0px 0 0;
}
.master .flags img {
  margin: 0 0 0 10px;
  width: 36px;
}
.master .center {
  text-align: center;
}
.master button {
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  background: #11c683;
  color: #fff;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0 0;
}
.master .yellow {
  background: #ffbb40;
}
.master .red {
  background: #ef0f45;
}
.master .function {
  font-size: 36px;
  font-weight: 700;
  color: #48a8a7;
  line-height: 119px;
}
.popup {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s;
  z-index: 9999;
}
.popup input[type=submit] {
  background: #10c583;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: right;
  margin: 10px 0 0 10px;
  width: auto;
}
.popup input[type=button] {
  background: #10c583;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  display: inline-block;
  float: right;
  margin: 10px 0 0 10px;
}
.popup input[type=reset] {
  background: #00829c;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: left;
  margin: 10px 0 0;
}
.popup .popup-content {
  margin: 2em auto;
}
.popup .smallwindow {
  position: relative;
  padding: 42px 20px 20px;
}
.popup .smallwindow .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.3;
  font-size: 16px;
  cursor: pointer;
}
.inventaris input[type=submit],
.voorraad input[type=submit] {
  background: #10c583;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: right;
  margin: 10px 0 0;
  width: auto;
}
.inventaris input[type=button],
.voorraad input[type=button] {
  background: #10c583;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: right;
  width: auto;
  margin: 10px 0 0;
}
.inventaris input[type=reset],
.voorraad input[type=reset] {
  background: #00829c;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: left;
  margin: 10px 0 0;
}
.inventaris #object_description,
.voorraad #object_description,
.inventaris #location_description,
.voorraad #location_description {
  padding: 7px 12px;
  border-radius: 3px;
  float: none;
  width: auto;
  font-weight: 700;
  /*border: 1px solid #00829c;
  background: rgba(0, 130, 156, 0.6);
  color: #fff;*/
  border: 1px solid #cc9;
  background-color:#ffc;
  color: #333;
}
.inventaris .list,
.voorraad .list {
  margin: 10px 0 0;
  padding: 0;
  width: auto;
  float: none;
  list-style-type: none;
}
.inventaris .list li,
.voorraad .list li {
  border: 1px solid #dedede;
  padding: 7px 12px;
  margin: 0 0 -1px 0;
}
.bg-green {
  background: #10c583;
  color: #fff;
}
.bg-orange {
  background: #f5772d;
  color: #fff;
}
.bg-red, .header .container .bg-red, .popup input[type="button"].bg-red{
  background: #ef1044;
  color: #fff;
}
.bg-yellow {
  background: #ffbb41;
}
.bg-pink {
  background: #f13d6d;
}
.bg-blue {
  background: #5dc1c3;
}
.bg-lime {
  background: #99e15f;
}
.bg-grey {
  background: #666;
  color: #fff;
}
.bg-lightgrey {
  background: #ccc;
  color: #fff;
}
.bg-purple {
  background: #780eaf;
  color: #fff;
}
@keyframes myfirst {
  from {
    opacity: 0;
    margin-top: -30px;
  }
  to {
    opacity: 1;
    margin-top: 20px;
  }
}
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
    margin-bottom: -30px;
  }
  to {
    opacity: 1;
    margin-bottom: 20px;
  }
}
.docks-horizontal li,
.docks-vertical li {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
#taskform_errors {
  position: absolute;
  padding: 10px 226px;
  width: 520px;
  background-color: #c33;
  top: 10px;
  left: 10px;
  z-index: 5;
  text-align: center;
  cursor: pointer;
  display: none;
}
#taskform_errors_button {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
#taskform_loading {
  display: none;
  position: absolute;
  padding: 10px 226px;
  width: 540px;
  height: 145px;
  background-color: #333;
  top: 0;
  left: 0;
  z-index: 6;
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
}
#taskform_loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -110px;
}
#taskform_notice_editing {
  display: none;
  position: absolute;
  width: 540px;
  background-color: #fff;
  top: 143px;
  left: 50%;
  margin-left: -270px;
  text-align: center;
  z-index: 4;
  color: #333;
  font-size: 10px;
}
.smallwindow {
  width: 500px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 0px 0px #969696;
  -moz-box-shadow: 1px 1px 0px 0px #969696;
  box-shadow: 1px 1px 0px 0px #969696;
}
.smallwindow .menu {
  box-sizing: border-box;
  padding: 10px;
  list-style-type: none;
  margin: 0;
}
.smallwindow .menu li {
  padding: 10px;
  float: left;
  box-sizing: border-box;
  width: 50%;
  display: block;
  border-radius: 3px;
}
.smallwindow .menu li a {
  text-decoration: none;
}
.smallwindow .menu li span {
  padding: 10px;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  line-height: 36px;
  font-weight: 500;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}
.smallwindow .menu li span span:hover {
  background: #fff;
}
.smallwindow .menu li span i {
  font-size: 24px;
  padding: 10px;
  display: inline-block;
  background: #00829c;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  margin: 0 20px 0 0;
}
.mobilewindow {
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 0px 0px #969696;
  -moz-box-shadow: 1px 1px 0px 0px #969696;
  box-shadow: 1px 1px 0px 0px #969696;
}
h1 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  color: #00829c;
}
.main_form label,
.main_form input,
.main_form select,
.main_form div {
  display: block;
  float: left;
  width: 229px;
  margin-bottom: 10px;
}
.main_form div.form_error, 
.main_form div.form_success {
  width: 480px;
  width:99%;
}
.main_form div label,
.main_form div input,
.main_form div select {
  display: inline;
  float: none;
  width: auto;
  margin: 0;
}
.main_form input,
.main_form select{
  border-radius:5px;
  border:1px solid #ccc;
}
.main_form input.input_with_checkbox, 
.main_form select.input_with_checkbox{
  width:212px;
}
.main_form input[type="submit"],
.main_form input[type="reset"] {
  width: auto;
}
.main_form br {
  clear: both;
}
.mobile_form label,
.mobile_form input,
.mobile_form select {
  width: 90%;
  font-size: 1.5em;
}
.mobile_form input[type="submit"] {
  padding: 5px 20px;
}
.main_form_tellen label {
  width: 200px;
}
.main_form_tellen input[type="checkbox"] {
  width: auto;
  margin-left: 10px;
  margin-top: 3px;
}
.form_error {
  color: #c33;
  margin-bottom: 2px;
}
.form_success {
  border:1px solid #3c3;
  background-color:#cfc;
  padding:10px;
  margin-bottom: 2px;
}
#parking_info ul li {
  cursor: pointer;
}
#tablet-form-btn-submit,
#tablet-form-btn-clear,
#tablet-form-btn-refresh {
  cursor: pointer;
}
#tablet-form-btn-refresh {
  margin-left: 200px;
}
#loading_tablet {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.9);
  display: none;
}
#loading_tablet img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.btn_vehicle {
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 28px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
/* Tablet */
.tablet .header {
  background: #fff;
  height: 92px;
  margin: 0 0 0px;
}
.tablet .header .container {
  width: 1170px;
  padding: 15px 0;
  margin: 0 auto;
  height: 62px;
}
.tablet .header .container .menu {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  background: #00829c;
  border-radius: 3px;
  padding: 22px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
}
.tablet .header .container .button {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 3px;
  padding: 20px 38px;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
  cursor: pointer;
}
.tablet .header .container .left {
  width: 200px;
  float: left;
}
.tablet .header .container .center {
  width: 770px;
  float: left;
  position: relative;
}
.tablet .header .container .center .button {
  text-align: center;
  float: none;
  margin: 0;
  width: 768px;
}
.tablet .header .container .center select {
  height: 60px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  line-height: 58px;
  text-align: center;
  width: 80px;
  padding: 0 20px;
  margin: 0 0 0 10px;
  background-color: #fff;
  -webkit-appearance: none;
}
.tablet .header .container .center select + i {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 12px;
  color: #00829c;
  pointer-events: none;
}
.tablet .header .container .right {
  width: 200px;
  float: right;
}
.tablet .header .container .right a {
  float: right;
}
.tablet .container {
  margin: 20px auto;
  width: 1170px;
  background: #fff;
  padding: 15px;
  font-size: 18px;
}
.tablet .container table {
  width: 100%;
  border-collapse: separate;
  /* Not really necessary unless you use normalize.js */
  border-spacing: 0px;
  background: #222;
}
.tablet .container table thead tr {
  background: #666;
  color: #fff;
}
.tablet .container table tr {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.tablet .container table tr td {
  /*padding: 22px 28px;*/
  padding: 11px 28px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  border-right: none;
  border-left: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.tablet .container table tr td input[type="text"],
.tablet .container table tr td input[type="number"] {
  margin: 0;
  padding: 0;
  width: 90%;
}
.tablet .container .buttons {
  padding: 20px;
}
.tablet .container .buttons .button {
  padding: 22px 20px;
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  font-size: 26px;
  width: 200px;
  text-align: center;
  font-weight: 600;
}
.tablet .container .buttons .button:last-child {
  float: right;
}
.tablet .container .buttons input[type="text"] {
  padding: 22px 20px;
  display: block;
  float: left;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #999;
  margin-left: 190px;
  width: 200px;
}
#active_task_tablet tbody td {
  color: #333;
}
/* Rapportages */
.report {
  padding: 30px;
  width: 606px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 3px;
}
.report .filter .intro {
  padding: 14px 20px;
  text-align: center;
  background: #48a8a7;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  color: #fff;
}
.report .filter .intro h1 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.report .filter .intro span {
  display: block;
  padding: 0 0 10px;
}
.report .filter .filters {
  font-size: 14px;
  background: #222222 url(http://download.atention.nl/rotra/img/dashboard.jpg) center center;
  padding: 20px;
  float: left;
}
.report .filter .filters .selector {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
}
.report .filter .filters .selector select {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  height: 34px;
  color: #fff;
  float: left;
  line-height: 20px;
  padding: 6px 12px;
  width: 182px;
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.report .filter .filters .selector select option {
  background: rgba(0, 0, 0, 0.8);
  outline: 0;
  border: none;
}
.report .filter .filters .selector select::-ms-expand {
  display: none;
}
.report .filter .filters .selector select + i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #fff;
  pointer-events: none;
}
.report .filter .filters .selector select:hover {
  opacity: 1;
}
.report .filter .filters .selector:last-child {
  margin: 0;
}
.report .nav {
  position: relative;
  text-align: center;
  width: auto;
  width: 606px;
  background: #666;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.report .nav h1 {
  line-height: 38px;
  padding: 10px;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  margin: 0;
}
.report .nav i {
  font-size: 18px;
  background: #333;
  border-radius: 3px;
  padding: 10px;
  top: 10px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  color: #fff;
}
.report .nav .fa-chevron-left {
  position: absolute;
  left: 10px;
}
.report .nav .fa-chevron-right {
  position: absolute;
  right: 10px;
}
.report .inner table {
  width: 100%;
  border-collapse: separate;
  /* Not really necessary unless you use normalize.js */
  border-spacing: 0px;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.report .inner table tr {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.report .inner table tr td {
  padding: 2px 15px;
  line-height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
.report .inner table tr td i {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 14px;
  opacity: 0.8;
}
.report .inner table thead {
  background: #48a8a7;
}
.report .inner table thead td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 8px 15px;
}
.report .inner table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
.report .inner table tbody tr:last-child td {
  border: none;
}
.report .inner table tbody tr td:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}
.report .inner table tfoot {
  color: #fff;
  background: #222;
}
.report .inner table tfoot td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.report .inner table tfoot tr:hover {
  opacity: 1;
}
.refresh-button {
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #fff;
  background: #00829c;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease;
}
.refresh-button:hover {
  opacity: 0.8;
}
.refresh-button + h1 {
  line-height: 32px;
  margin: 0 0 0 10px;
  float: left;
}
#rapportages-btn-prev,
#rapportages-btn-next {
  cursor: pointer;
}
#taskform-btn-edit {
  margin-left: 10px;
}
.main_table {
  width: 100%;
}
.main_table thead th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.blue-button {
  background: #00829c;
  color: #fff;
  border-radius: 3px;
  padding: 7px 12px;
  border: none;
  font-weight: 600;
  float: left;
  margin: 10px 0 0;
}
.standard-table {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 11px;
}
.standard-table tr td,
.standard-table tr th {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: left;
}
.standard-table tr:nth-child(odd) {
  background: #f1f1f1;
}
.standard-table thead tr th {
  background: #00829c;
  color: #fff;
}
.standard-table thead tr th {
  border: 1px solid #fff;
}
.standard-table tr td:last-child {
  text-align: center;
  min-width: 72px;
}
.standard-table a {
  border-radius: 3px;
  background: #00829c;
  height: 20px;
  color: #fff;
  margin: 0;
  width: 20px;
  line-height: 20px;
  text-align: right;
  text-align: center;
  display: inline-block;
  opacity: 1;
  margin: 1px;
  transition: all 0.2s ease;
}
.standard-table a:hover {
  opacity: 0.8;
}
.standard-table .red-bg {
  background: #ef0f45;
}
.standard-table .green-bg {
  background: #11c683;
}
.new-button {
  border-radius: 3px;
  padding: 7px 12px;
  background: #00829c;
  color: #fff;
  border: none;
  margin: 10px 0 0 !important;
  opacity: 1;
  transition: all 0.5s ease;
}
.yellow-bg {
  background: #ffbb40;
}
.red-bg {
  background: #ef0f45;
}
.green-bg {
  background: #11c683;
}
.new-button:hover {
  opacity: 0.8;
}
.success_message {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #aaf171;
  border: 1px solid #9ae161;
}
.error_message {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #fc3d69;
  border: 1px solid #cc0d39;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 400px) {
  .container,
  .smallwindow {
    width: 100% !important;
    box-sizing: border-box;
  }
  .header {
    padding: 0px 20px;
  }
  .header .left,
  .header .center,
  .header .right {
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
    width: auto !important;
  }
  .header .center {
    display: none;
  }
  .tablet .header {
    padding: 0px 20px;
  }
  .smallwindow input[type=text] {
    width: 80%;
  }
  .smallwindow input[type=text],
  .smallwindow input[type=password],
  .smallwindow input[type=submit],
  .smallwindow input[type=reset],
  .smallwindow input[type=button] {
    box-sizing: border-box;
  }
  .smallwindow .empty-label {
    height: 0px;
  }
  .smallwindow .menu {
    padding: 0;
  }
  .smallwindow .menu li {
    width: 100%;
    padding: 0 0 10px;
  }
  @-ms-viewport {
    width: 320px;
  }
  .non-mobile {
    display: none;
  }
  .mobile-only {
    display: block;
    float: left;
  }
  .mobile-only a {
    background: #ef0f45 !important;
  }
}
@media screen and (max-width: 1080px) {
  .tablet .header .container,
  .tablet .header .container .center,
  .tablet .header .container .right,
  .tablet .header .container .left {
    width: 100% !important;
  }
  .header .container .center .button {
    width: auto;
  }
}
/*# sourceMappingURL=master.css.map */

.safety_popup_back{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color: #000;opacity:0.3;}
.safety_popup{display:none;background-color: #fff;position: absolute;top:10px;left:50%;margin-left:-410px;width:800px;padding: 10px;border: 1px solid #999;}
#safety_popup_link{display:none;text-align:center;padding:10px;}


@media screen and (max-width: 999px) {
  /*.safety_popup{width:300px;margin-left:-150px;}*/
  .safety_popup{width:90%;margin-left:0;left:5%;}
}

.loggedin_location{font-size:28px;color:#11c683;}
#curdatetime{font-size:14px;}

.biggertext{font-size:1.5em;}