html,
body {
    height: 100%;
    /*font-size: 9pt;
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;*/
    /*overflow: hidden;*/
}

/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
}

.form-horizontal .control-label{
    text-align:left;
}

.toolbar {
    margin-top: 10px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  /*height: 60px;*/
  background-color: #f5f5f5;
}  

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#logo {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

/*.k-widget {
    width: 100%;
}*/

#new-entity {visibility:hidden;}

#content-menu {
    min-height: 40px;
}



/*.field-validation-error{z-index: 99;width:90%;display:block; position:relative; top:-60px;height:0px;color: #ffffff}
.field-validation-error span {border-radius: 1px;padding:5px 5px 5px 5px;background-color:#000000;position:relative;border:1px solid #000000;}
.field-validation-error span:after { content: ' ';height: 0;position: absolute; width: 0;border: 10px solid transparent;border-top-color: #000000;top:100%;left: 10px;}
.field-validation-error span:before {content: ' ';height: 0;position: absolute; width: 0;border: 11px solid transparent;border-top-color: #000000;top: 100%;left: 9px;}


.validation-summary-errors {
     color: #c85305; 
     font-size: 100%;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


 /*Styling for Select2 with error */
div.has-error > div > span {
    margin: -1px;
  border-width: 1px;
  border-color: rgb(185, 74, 72);
  -webkit-box-shadow: inset 0 1px 1px rgb(185, 74, 72), 0 0, 6px #d59392;
  -ms-box-shadow: inset 0 1px 1px rgb(185, 74, 72), 0 0, 6px #d59392;
  box-shadow: inset 0 1px 1px rgb(185, 74, 72), 0 0, 6px #d59392;
}


/* Kendo overrides 
.k-dropdown .k-dropdown-wrap .k-textbox {
    height: 34px;    
}*/

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    text-indent: 10px;
}

.k-dropdown {
    width: 100%;
}

.listView {
    border-bottom-style: solid;
    border-bottom: 2px;
}

.k-dropdown .k-dropdown-wrap{
    height: 30px;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 10px 0;
  padding: 10px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #8a6d3b;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #34789a;
}

/*.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
margin-left: 10px;
}*/

.radio,
.checkbox {
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    padding: 0;
}

div.k-dropzone {
    border: 1px solid #c5c5c5; /* For Default; Different for each theme */
}

div.k-dropzone em {
    visibility: visible;
}

.actie span {
    display: block;
}

.actie .verslag {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Timeline */

.timelines {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px; /* Calculate exact value */
}

/* Spacing between timeline items */
.timeline .timeline-item:after, .timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

/* The container itself */
.timeline {
    line-height: 1.5em;
    font-size: 14px;
    position: relative;
}

/* The vertical line */
.timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #6DC4F6;
    left: 18px;
    top: 0;
    position: absolute
}

/* Distance between the items */
.timeline .timeline-item {
    position: relative;
    cursor: pointer;
}

.timeline .timeline-item:hover, .timeline .timeline-item.selected {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(219,240,253,0) 25%, rgba(109,196,246,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(219,240,253,0) 25%,rgba(109,196,246,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(219,240,253,0) 25%,rgba(109,196,246,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#996dc4f6',GradientType=1 );
}

/* The circle where the image goes */
.timeline .timeline-item .timeline-icon {
    background: #6DC4F6;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 18px;
    overflow: hidden;
    margin-left: -18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.timeline .timeline-item.future-item .timeline-icon {
    border: dashed 1px #6DC4F6;
    background-color: white;
    color: #6DC4F6;
}

/* The position of the image in the circle */
.timeline .timeline-item .timeline-icon img, .timeline .timeline-item .timeline-icon i {
    font-size: 1.5em;
    margin-left: 7px;
}

/* The timeline item itself */
.timeline .timeline-item .timeline-content {
    width: 80%;
    padding: 10px 20px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/* The header of the timeline item */
.timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
}

/* The content of the timeline item */
.timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #6DC4F6
}

/* Right align the timeline item */
.timeline .timeline-item .timeline-content.right {
    margin-left: 45px
}

/* The marker before the right aligned timeline item */
.timeline .timeline-item .timeline-content.right:before {
    content: '';
    left: 45px;
    border-left: 0;
    border-right: 7px solid #6DC4F6;
}

/* End Timeline */

.switch-input {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 60px 0 0;
    cursor: pointer;
}
.switch-input input {
    position: absolute;
    left: -9999px;
}
.switch-input input:checked + i {
    border-color: #cccccc;
}
.switch-input input:checked + i:before {
    right: 33px;
}
.switch-input input:checked + i:after {
    content: attr(data-swon-text);
    text-align: right;
    color: #777777;
}
.switch-input.disabled i {
    cursor: not-allowed;
}
.switch-input.disabled i:before {
    background-color: #eeeeee;
}
.switch-input i {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 50px;
    height: 20px;
    border: 1px solid #cccccc;
    background: white;
    font-style: normal;
}
.switch-input i:before {
    border-radius: 0;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background-color: #406da4;
}
.switch-input i:after {
    content: attr(data-swoff-text);
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #aaaaaa;
}
.switch {
    text-align: center;
}

.form-group {
    margin-bottom: 0;
}

.form-group .switch-input {
    padding-bottom: 15px;
}

.form-group > div > input:not(.k-button), .form-group .k-widget, .form-group .switch-input {
    margin-bottom: 15px;
}

.form-group .k-editor .k-widget, .form-group .k-editor .switch-input {
    margin-bottom: 0;
}

/* Align switch in grid */
.k-grid tr .switch-input {
    margin-top: -17px;
}

.switch-input-disabled {
    cursor: default;
}

.switch-input-left i {
    left: 0;
}

.invoice .section {
    border-top: 2px solid #ddd;
}

.invoice tfoot td.spacing {
    border-top: 0 !important;
}