/* 
   =================================
   =================================
   !!! CORE STYLING !!!
   Gebruik voor custom styling per klant: /Content/css/client.less     
   ---
   Alle wijzigingen die je hier in maakt zullen bij updates verloren gaan.    
   =================================
   ================================= 
*/
/* ======== Kleurstelling ======== */
/* -- Algemene achtergrondkleur -- */
/* -- Hoofdkleur huisstijl -- */
/* ======== Lettertype ======== */

.mainfont {
  font-family: Roboto condensed, 'Fira Sans', sans-serif;
}
/* 
   =================================
   =================================
   !!! CORE STYLING !!!
   Gebruik voor custom styling per klant: /Content/css/client.less      
   ---
   Alle wijzigingen die je hier in maakt zullen bij updates verloren gaan.    
   =================================
   ================================= 
*/

input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
  margin-top: 8px;
  cursor: pointer;
  margin: 8px 5px 12px 0;
}
table input[type="checkbox"] {
  margin-top: 0;
}
.control-label {
  display: block;
}
.form-control,
.btn,
.btn-group > .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form-control:focus,
.form-control.as_container .advancedSelectList:focus {
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #3b53a1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #3b53a1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #3b53a1;
}
.details-sluiten {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 5;
  background-color: #0062ff;
  color: white;
  border-radius: 0 0 12px;
}
.details-sluiten:hover {
  background-color: #61a7ff;
  color: white;
}
.input-group-addon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn {
  float: none;
}
.form-control.upload-url {
  width: 325px;
  float: left;
  margin-bottom: 10px;
}
.btn.upload-btn,
.btn.remove-file,
.btn.current-file {
  padding: 6px;
  margin-left: 5px;
}
.btn.current-file,
.btn.upload-btn {
  margin-left: 0;
}
.btn-group.col-md-offset-3 {
  padding-left: 8px;
}
.form-group {
  margin-bottom: 5px;
}
.form-vertical .form-group {
  float: left;
  width: 100%;
}
.form-vertical .form-group [class*='col-md-'] {
  padding: 0 20px 0 0;
}
.form-group.radiobuttons {
  margin-bottom: 15px;
}
.form-vertical .checkbox {
  float: left;
  width: 100%;
  margin: 3px 0;
}
.form-vertical .checkbox:last-child {
  margin-bottom: 10px;
}
.form-vertical .checkbox input[type=checkbox],
.strength-check {
  position: relative;
  margin: 0;
}
.strength-check #strength {
  right: 0;
}
.form-vertical .radio label,
.form-vertical .checkbox label {
  padding-left: 5px;
}
span.input-group-addon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 40px;
}
.input-validation-error,
.input-validation-error input,
.input-validation-error .advancedSelectList.form-control {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.05);
}
.optionbar.form-horizontal .as_container {
  width: 200px;
}
.radiobuttons input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.radiobuttons label {
  margin-right: 15px;
}
.required-marker {
  color: red;
  display: inline-block;
  margin: 0px;
}
.hasDatepicker,
.small {
  width: 30%;
  float: left;
}
.zoeken {
  float: left;
  padding: 0px 10px 5px 10px;
}
.zoeken label {
  margin-top: 5px;
}
.zoeken .rzslider {
  width: 180px;
}
.zoeken.kilometerstanden .col {
  padding-left: 0;
  padding-right: 0;
}
.zoeken.kilometerstanden .col.first-col {
  padding-right: 10px;
}
a.toggle-filters {
  float: left;
  padding: 7px 0px 7px 0px;
  text-decoration: none;
}
a.toggle-filters .icon {
  font-size: 11px;
  line-height: 19px;
}
.input-group .form-control.small {
  text-align: left;
  width: 40%;
  float: left;
}
.input-group .form-control .medium {
  text-align: left;
  width: 80%;
}
.hasDatepicker {
  width: 100px;
}
.ui-datepicker-trigger {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-left: 0;
  padding: 7px 12px 5px 12px;
  margin-right: 5px;
  float: left;
  color: #3b53a1;
}
#ui-datepicker-div table td.ui-datepicker-today {
  border: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
#tablesearch {
  font-style: italic;
  min-width: 225px;
}
.form-control.as_container {
  padding: 0;
  border: 0;
  position: relative;
  background-color: transparent;
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}
.form-control.as_container:before {
  content: "\e93a";
  font-family: 'cleverdesk-icons';
  position: absolute;
  right: 7px;
  top: 7px;
  color: #919191;
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
}
.form-control.as_container .advancedSelectList {
  border: 1px solid #cccccc;
  width: 100%;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.checkboxlist input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.checkboxlist label {
  font-weight: normal;
}
label .checkboxes {
  float: left;
}
.form-control.as_container option {
  display: none;
}
.as_results {
  background-color: white;
  border: 1px solid #cccccc;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999;
  position: relative;
  top: -1px;
}
.as_results .alert {
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.as_results .subitem {
  padding: 6px 12px;
}
.as_results .subitem.as_over {
  background-color: #3b53a1;
  color: white;
  cursor: pointer;
}
ul.as_subinfo {
  list-style: none;
  margin: 0;
  color: white;
  width: 250px;
  position: fixed;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
ul.as_subinfo li div {
  width: 50%;
  float: left;
}
ul.as_subinfo li div.hoofdgroep-naam {
  font-weight: bold;
}
/** HRM uurtabel **/

.form-control.tijd,
.form-control.small {
  width: 50px;
  margin-right: 5px;
  float: left;
  text-align: center;
}
.form-control.tijd:last-child {
  margin-right: 0;
}
.dateselect.form-control {
  width: 100px;
  float: left;
  margin-right: 5px;
}
.medewerker-select {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 10px;
  margin-left: 10px;
}
.hourcontainer {
  width: 110px;
}
.hourcount {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 50px;
  padding: 10px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.hourcount p {
  margin: 0;
  font-weight: 300;
}
.hourcount .icon-clock {
  float: left;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.urentabel input[type="checkbox"] {
  margin-top: 7px;
}
.urentabel p {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.timedivider {
  float: left;
  margin: 0 5px 0 0;
  line-height: 32px;
}
.form-control.ng-valid-max-tags {
  padding: 0;
  height: auto;
}
.form-control.ng-valid-max-tags .tag-list {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
}
.form-control.ng-valid-max-tags input {
  padding: 4px 12px;
  margin: 2px;
  position: relative;
  border: 1px solid #cccccc;
  background-color: #f6f6f6;
  width: 75% !important;
}
.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tags input {
  width: 100% !important;
}
.autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  background-color: white;
  width: 100%;
  position: absolute;
  z-index: 5;
  border: 1px solid #cccccc;
}
.autocomplete .suggestion-list li {
  padding: 6px 12px;
}
.autocomplete .suggestion-list li:hover {
  background-color: #3b53a1;
  color: white;
  cursor: pointer;
}
.tag-item {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 3px 3px 1px 0;
  padding: 1px 6px;
  height: auto;
  line-height: 19px;
  font-size: 12px;
  font-size: 1.2rem;
  width: auto;
  float: left;
  background: #3b53a1;
  color: white;
}
.tag-list .remove-button {
  background-color: white;
  width: 10px;
  height: 10px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
}
.tags input[type="text"] {
  display: block;
  width: 100%;
  height: 27px;
  padding: 3px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/** Tooltip **/

form .flaticon-information35 {
  float: right;
  position: absolute;
  top: 7px;
  right: -4px;
}
form .flaticon-information35:before {
  margin: 0;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
form .flaticon-information35 div {
  display: none;
}
.ui-tooltip {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 12px;
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
}
.as_results .personeelslid span::before {
  content: "\e158";
  float: left;
  margin: 1px 0 0 -4px;
  font-family: flaticon;
}
.as_results .project span::before {
  content: "\e0f3";
  float: left;
  margin: 1px 0 0 -4px;
  font-family: flaticon;
}
.host {
  position: relative;
}
#strength {
  position: absolute;
  top: 1px;
  right: 15px;
}
.point:last {
  margin: 0 !important;
}
.point {
  background: #dddddd;
  display: inline-block;
  height: 4px;
  margin-right: 1px;
  width: 20px;
  float: left;
}
.close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.form-image .close {
  border-radius: 50%;
  background-color: red;
  color: white;
  opacity: 1;
  width: 15px;
  height: 15px;
  line-height: 13px;
  padding: 0;
  border: 0;
  right: 6px;
  top: 2px;
}
.form-image .btn.btn-danger {
  color: white;
}
.form-image {
  height: 75px;
  width: 75px;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
}
@media (max-width: 736px) {
  .btn-group.col-md-offset-3 {
    padding-left: 0;
  }
}
.pagina {
  box-sizing: border-box;
  outline: none;
  float: left;
  margin: 5px;
}
.pagina.selected {
  background: #3b53a1;
  color: white;
}
