html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*
.footer {
    height: 74px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
*/

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.container {
    width: 100% !important;
}

.navbar {
    z-index: 9999;
}

.breadcrumb-row {
    top: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

@media(min-width:1024px) {
    .container-content {
        max-height: calc(100vh - 76px);
    }
}


.container-content {
    margin-top: 76px;
    /*margin-left: 3px;*/
    /*margin-right: 3px;*/
    padding-top: 3px;
}

@media(max-width:991px) {
    .container-content {
        margin-top: 50px;
    }
}

.form-actions {
    margin: 0 !important;
    padding: 20px 20px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

@media(min-width:1024px) {
    .form-actions {
        padding-left: 180px;
    }
    .kv-expand-row {
        width: 80px;
        padding: 0px 10px;
    }
}

@media(max-width:480px) {
    .form-actions {
        display: grid;
    }

    .panel-footer {
        padding-bottom: 45px;
    }

    .gebruiker-update h1 {
        display: none;
    }
    .gebruiker-form,
    .project-form
    {
      padding-top: 20px;
    }
    .form-horizontal legend {
        margin-top: 20px;
    }

}

.contain-screen {
    max-width: 100vw;
    overflow-x: hidden;
}

.breadcrumb {
    background: #bd143b linear-gradient(to top, #bd143b, #870227) repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    border-radius: 0px;
    padding: 2px 0px 4px 20px;
    margin-bottom: 0;
}

.breadcrumb a, .breadcrumb > .active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.btn-small {
    padding: 2px 10px;
}

.grid-view .btn-small {
    padding: 2px 10px;
    margin-right: 3px;
    color: black;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

.datepicker {
    margin-top: 80px;
}

.tab-pane {
    height: auto !important;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.center-block {
	float: none;
}

.nav .active > a {
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	background-color: #555;
}

.select2-container--krajee .select2-results__option[aria-selected="true"] {
    display: none !important;
}

.label-figuur:hover, .label-tekst:hover {
    cursor: pointer;
}

.label-blok .label-tekst {
    float: none;
}

.opmerking-wrapper {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
}

.label-tekst-wrapper {
    display: inline-block;
}

.float-none {
    float: none !important;
}

.navbar-collapse {
    max-height: initial !important;
}

.modal {
    z-index: 1111111;
}


@media(max-width:1024px) {

  .breadcrumb-row {
    display: none;
  }


}

.kv-expand-header-cell .kv-expand-header-icon {
    display: none;
}

@media screen and (max-width: 767px){
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: initial !important;
    }
}

@media screen and (max-width:480px) {
  .kv-table-wrap, .kv-table-wrap tr, .kv-table-wrap td {
    /* font-size: 1.2em !important; */
    font-size: 14px !important;
  }

  #w0-container > .table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #eaeaea;
  }

  td.w0[data-col-seq="0"] {
    font-weight: bold;
  }

}


/* Navbar mobile breakpoint 1024 */
@media (max-width: 1024px) {
    .navbar-header {
          float: none;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-collapse.collapse.in {
          display: block!important;
      }
      .navbar-nav {
          float: none!important;
          margin: 7.5px -15px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
}

@media (min-width: 1024px) {
    #installatie-temp_afsluiting {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


