body {
  margin: 0;
}

TD {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

.developerInfo {
  width: 60%;
  background: #2B542C;
  color: #FFF;
  min-height: 50px;
}

.developerInfo legend {
  background: #333;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  width: 90%;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.b {
  font-weight: bold;
}

.rood {
  color: red;
}

.geel {
  color: yellow;
}

.groen {
  color: green;
}

.blauw {
  color: blue;
}

.maroon {
  color: maroon;
}

.navy {
  color: navy;
}

.bgGrijs {
  background: #EEE;
}

.brGrijs {
  border: 1px #DDD solid;
}

.pull-right {
  float: right;
}

.legendButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

A:link {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

A:visited {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

A:active {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
  color: Black;
  text-decoration: none;
}

#navigatie {
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #999;
}

#submenu {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  border: 0;
  margin-top: 2px;
  border-right: 1px solid #999;
}

#content {
  width: 100%;
  margin: 5px;
  border: 0;
  overflow-x: hidden;
  overflow: auto;
}

.forma {
  background: #EEE;
}

.formlinks {
  float: left;
  width: 120px;
}

.formrechts {
  float: left;
  text-align: left;
}

.formerror {
  float: left;
  color: Red;
}

.formblock {
  float: left;
  margin: 1px;
  margin-left: 13px;
  width: 95%;
  padding: 2pt;
  font-size: 12px;
}

TD {
  font-size: 12px;
}

BODY {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

.list_tabel {
  color: #000000;
  border-collapse: collapse;
  width: 95%;
  background: #FFFFFF;
  /* margin-left: 13px;  20140729 verwijderd voor voortgang */
}

.list_tabel td {
  border-right: 1px solid #CCC;
  border-bottom: 1px dashed #CCC;
  padding-left: 3px;
}

.list_tabel tr:hover {
  background: #ffff99;
}

.list_kopregel {
  background-color: #E8E8E8;
  color: Black;
  font-weight: bold;
}

.list_kopregel_data {
  border: 1px solid White;
  font-weight: bold;
}

.list_white {
  background-color: #FFFFFF;
}

.list_dataregel {
  background-color: #FFFFFF;
  font-size: 12px;
  height: 20px;
}

.list_dataregel_hover {
  background-color: #E8E8E8;
  font-size: 12px;
  height: 20px;
}

.list_dataregel_rood {
  background-color: #FA8072;
  font-size: 12px;
  height: 20px;
}

.list_dataregel_zand {
  background-color: #FAEBD7;
  font-size: 12px;
  height: 20px;
}

.rowPrioLow {
  background-color: #FFFACD;
}

.rowPrioHigh {
  background-color: #FF9900;
}

.list_button {
  background-color: transparent;
  width: 30px;
  text-align: right;
}

.listTableData {
  border-bottom: 1px solid Silver;
}

.edit_table {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  padding-left: 13px;
}

.edit_actionTxt {
  font-size: 14px;
  font-weight: bold;
}

.edit_veldnaam {
  width: 150px;
  padding-left: 13px;
  color: Blue;
  font-weight: bold;
}

.edit_veldwaarde {
  color: #00008B;
  font-weight: bold;
}

.edit_veld {
  padding: 8px;
}

.icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  text-align: center;
}

input {
  color: Navy;
  background-color: #F0F0F0;
  font-size: 14px;
  border: 0px;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 2px;
}

.input_error {
  background-color: #FFDDDD;
  border: 1px dashed Red;
}

.rekeningmutatie_geenverschil {
  border-color: Green;
}

.rekeningmutatie_verschil {
  border-color: #FFCECE;
}

.list_rekeningmutatie_verschil {
  background-color: #FFCECE;
}

.tabblad {
  position: absolute;
  visibility: hidden;
}

.tabbuttonActive {
  color: Navy;
  background-color: #E9E9E9;
  font-size: 14px;
  border: 0px;
  border-left: 1px solid Black;
  border-Bottom: 1px solid White;
  font-weight: bold;
}

.tabbuttonInActive {
  color: Gray;
  background-color: White;
  font-size: 14px;
  border: 0px;
  border-left: 1px solid Black;
  border-Bottom: 1px solid Black;
}

.inputChanged {
  color: Gray;
  background-color: Beige;
}

.simbisIcon {
  border: 0;
  vertical-align: middle;
  text-align: left;
}

.simbisIconGray {
  filter: url(gray.svg#desaturate);
  -webkit-filter: grayscale(100%);
}

.simbisNavButton {
  width: 30px;
  text-align: center;
}

.simbisNavButton:hover {
  background: #DDD;
}

.todoHeader {
  background: cadetblue;
  padding: 2px;
  color: white;
  text-align: center;
  margin: 0;
  margin-right: 20px;
}

.todoHeader:hover {
  cursor: pointer;
  opacity: 0.7;
}

.todobarTeLaat {
  background: red !important;
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 3s steps(5, start) infinite;
}

#AgendaNavRow {
  width: 90%;
  background: #DDD;
  margin: 0 auto;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  height: 18px !important;
}

#AgendaTopRow {
  width: 90%;
  background: beige;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  height: 10px;
}

#AgendaTopRow_left {
  width: 33%;
  text-align: left;
  float: left;
}

#AgendaTopRow_middle {
  width: 33%;
  text-align: center;
  float: left;
}

#AgendaTopRow_right {
  width: 33%;
  text-align: right;
  float: right;
}

.copyToClipboard {
  cursor: copy;
}

.relatiePicker {
  border: 2px rgba(255, 165, 0, 0.8) dotted;
}

.contactPicker {
  border: 2px rgba(165, 199, 0, 0.8) dotted;
}

/** Css for alerts AE_Message **/
.alert {
  padding: 8px 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-error hr {
  border-top-color: #e4b9c0;
}

.alert-error .alert-link {
  color: #843534;
}

/** End css for alerts AE_Message **/
.calendarImage {
  float: left;
  height: 20px;
}

/*
.fc-title {
  font-size:1.4em;
}*/
.modalActions > * {
  float: right;
  margin-right: 20px;
}

.modalActions {
  border-top: 1px solid gray;
  width: 100%;
  border-top: 1px solid lightgray;
  padding: 5px;
}

/** Button style **/
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e6e6e6", GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-weight: bold !important;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/**Standaard knop**/
.btn-default {
  /*text-shadow: 0px 1px 0px #ffffff;*/
  /*color: #a0a1a2!important;*/
  background-color: #F0F1F2;
  background-image: -moz-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -ms-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d2d3d4));
  background-image: -webkit-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: -o-linear-gradient(top, #ffffff, #d2d3d4);
  background-image: linear-gradient(top, #ffffff, #d2d3d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d2d3d4", GradientType=0);
  border-color: #F0F1F2 #d2d3d4 #d2d3d4 #F0F1F2;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
  font-weight: normal !important;
  /*font: 12px 'Arial' bold;*/
  color: Black;
  text-decoration: none;
}

.btn-default:hover {
  /*color: #8c8d8e;*/
  text-shadow: 0px 1px 0px #ffffff;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
  background-color: #d2d3d4;
}

/** einde Standaard knop**/
/**Blauwe knop**/
.btn-blue {
  text-shadow: 0px -1px 0px #56a2b1;
  color: #ffffff;
  background-color: #74C0CF;
  background-image: -moz-linear-gradient(top, #92deed, #56a2b1);
  background-image: -ms-linear-gradient(top, #92deed, #56a2b1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#92deed), to(#56a2b1));
  background-image: -webkit-linear-gradient(top, #92deed, #56a2b1);
  background-image: -o-linear-gradient(top, #92deed, #56a2b1);
  background-image: linear-gradient(top, #92deed, #56a2b1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92deed", endColorstr="#56a2b1", GradientType=0);
  border-color: #74C0CF #56a2b1 #56a2b1 #74C0CF;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn-blue:hover {
  color: #ffffff;
  text-shadow: 0px -1px 0px #388493;
}

.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
  background-color: #56a2b1;
}

/**einde Blauwe knop**/
/**Opslaan knop**/
.btn-save {
  text-shadow: 0px -1px 0px #24644e;
  color: #ffffff !important;
  background-color: #42826C;
  background-image: -moz-linear-gradient(top, #60a08a, #24644e);
  background-image: -ms-linear-gradient(top, #60a08a, #24644e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#60a08a), to(#24644e));
  background-image: -webkit-linear-gradient(top, #60a08a, #24644e);
  background-image: -o-linear-gradient(top, #60a08a, #24644e);
  background-image: linear-gradient(top, #60a08a, #24644e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#60a08a", endColorstr="#24644e", GradientType=0);
  border-color: #42826C #24644e #24644e #42826C;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn-save:hover {
  color: #ffffff;
  text-shadow: 0px -1px 0px #064630;
}

.btn-save:hover, .btn-save:active, .btn-save.active, .btn-save.disabled, .btn-save[disabled] {
  background-color: #24644e;
}

.btn-save:focus {
  color: #a6e6d0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #42826C #24644e #24644e #42826C;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

/**Einde opslaan knop**/
.btn-delete {
  text-shadow: 0px -1px 0px #9f2b14;
  color: #ffffff;
  background-color: #BD4932;
  background-image: -moz-linear-gradient(top, #db6750, #9f2b14);
  background-image: -ms-linear-gradient(top, #db6750, #9f2b14);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db6750), to(#9f2b14));
  background-image: -webkit-linear-gradient(top, #db6750, #9f2b14);
  background-image: -o-linear-gradient(top, #db6750, #9f2b14);
  background-image: linear-gradient(top, #db6750, #9f2b14);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db6750", endColorstr="#9f2b14", GradientType=0);
  border-color: #BD4932 #9f2b14 #9f2b14 #BD4932;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn-delete:hover {
  color: #fffffa;
  text-shadow: 0px -1px 0px #810d00;
}

.btn-delete:hover, .btn-delete:active, .btn-delete.active, .btn-delete.disabled, .btn-delete[disabled] {
  background-color: #9f2b14;
}

.icoEdit {
  color: #00008B !important;
  font-size: 1.5em;
}

.ico1em5 {
  font-size: 1.5em;
}

/** form addons **/
.notEditable {
  cursor: not-allowed;
  border-color: darkgray;
  color: graytext;
}

.fc-timeline-event {
  padding: 0px;
}

.form fieldset {
  width: 95%;
  border: 0px outset Gray;
  border-top: 1px solid Gray;
}
.form fieldset legend {
  background: #666666;
  color: white;
  min-width: 100px;
  padding: 4px 10px;
}

.form .nextInput {
  display: inline-block;
  padding-left: 30px;
}

.form .btnAnchor {
  color: white;
  background: #00008B;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  box-shadow: 2px 2px 2px #DDD;
  opacity: 0.7;
  border: none;
  outline: none;
}

.form .btnAnchor:hover {
  cursor: pointer;
  opacity: 1;
}

.TableBijlage,
.TableWerk {
  width: 100%;
}
.TableBijlage thead td,
.TableWerk thead td {
  background: #333;
  color: #999;
  padding: 4px 10px;
}

.bl_chkbox,
.wz_chkbox {
  text-align: center;
  margin-left: 12px;
}

.bl_prio,
.wz_prio {
  width: 50px;
  text-align: center;
}

.bl_text,
.wz_text {
  width: 605px;
}

.bl_kost,
.wz_kost {
  width: 100px;
  text-align: right;
}

th {
  background: #333;
  color: #999;
  padding: 4px 10px;
  text-align: left;
}

#frmKosten, #frmWerk, #frmBijlage {
  width: 100%;
  min-height: 70px;
  overflow: auto;
}

.fa-stack-1x {
  color: white !important;
  z-index: 100 !important;
  font-size: 12px !important;
  top: 10px !important;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*# sourceMappingURL=simbis.css.map */
