table.table tbody a {
  color: #0026a1;
  text-decoration: underline;
}

table.table tbody a.btn {
  color: #fff;
  padding: 1px 10px 1px 10px;
  text-decoration: none;
}

table.table tbody a.btn:hover {
  text-decoration: underline;
}

.orange {
  color: #994a00;
}

.purple {
  color: #852180;
}

.green {
  color: #238b19;
}

.grey {
  color: #646464;
}

strong {
  font-weight: 700;
}

.hidden {
  display: none !important;
}

div.formbuilder div.form input, div.formbuilder div.form textarea, div.formbuilder div.form select {
  width: 99%;
}

div.formbuilder div.form div.row {
  background-color: #fff;
  margin: 5px 0 5px 0;
}

div.formbuilder div.form div.row div.drag {
  background-image: url("../images/drag.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  height: 30px;
}

div.formbuilder div.form div.row div.col:hover {
  background-color: #f5ecec;
}

div.formbuilder div.form div.row div.col div.item {
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

div.formbuilder div.form div.row div.col div.item:hover {
  background-color: #ecf5ec;
}

div.formbuilder div.form div.row div.col div.item input, div.formbuilder div.form div.row div.col div.item select, div.formbuilder div.form div.row div.col div.item textarea {
  cursor: pointer;
}

div.formbuilder div.form div.addrow {
  cursor: pointer;
  margin: 2px 0 2px 0;
  border: 1px dotted #F2F4F6;
  padding: 5px;
  text-align: center;
  font-size: 13px;
}

div.formbuilder div.form div.addrow:hover {
  border: 1px dotted #0026a1;
}

div.formbuilder div.form div.additem {
  cursor: pointer;
  margin: 2px 0 2px 0;
  color: #adadad;
  border: 1px dotted #fff;
  padding: 5px;
  text-align: center;
  font-size: 13px;
}

div.formbuilder div.form div.additem:hover {
  border: 1px dotted #0026a1;
}

.small {
  font-size: 0.9em;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

#googlemaps {
  height: 400px;
}

a.blue {
  color: #234faf;
  text-decoration: underline;
}

.align-right {
  text-align: right;
}

/* Servicereport */
div.servicereport div.heading-1 {
  font-size: 18px;
  font-weight: 700;
  background-color: #ecf3eb;
  padding: 5px 10px 5px 10px;
  margin: 5px 0 5px 0;
}

div.servicereport textarea.fw, div.servicereport input.fw, div.servicereport select.fw {
  display: block;
  width: 100%;
}

div.servicereport div.layout-col {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Notater */
div.notes {
  padding: 20px 0 10px 0;
}

div.notes div.note {
  margin-bottom: 10px;
  padding: 15px 15px 15px 80px;
  border: 1px solid #e7e7f0;
  border-radius: 3px;
}

div.notes div.note:last-child {
  margin-bottom: 0;
}

div.notes div.note.editable:hover {
  cursor: pointer;
  background-color: #f4f8fa;
}

div.notes div.note div.initials {
  float: left;
  font-size: 15px;
  width: 50px;
  margin-left: -70px;
  text-align: center;
  color: #686868;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 5px;
}

div.notes div.note div.info {
  font-size: 12px;
  font-weight: 700;
  color: #535353;
}

div.notes div.note div.text {
  padding-top: 5px;
}

div.notes div.block {
  height: 30px;
  clear: both;
}
