﻿@font-face {
    font-family: "AvenirNextLTW01BoldRegular";
    src: url("/fonts/AvenirNextLTW01BoldRegular.woff2") format("woff2"),url("/fonts/AvenirNextLTW01BoldRegular.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

:root {
    --bh-blue: #0A195A;
    --bh-orange: #EB602C;
    --bh-orange-light: #f3784a;
}

body {
    color: #333;
    display: flex;
    flex-direction: column;
    font-family: Verdana, sans-serif;
    font-size: 1.2rem;
    height: 100vh;
}

.bh-blue {
    color: #0A195A;
}

.bh-orange {
    color: #EB602C;
}

.bh-orange-light {
    color: #f3784a;
}

.bh-header {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
}

.bh-subheader {
    background-color: var(--bh-orange);
    color: var(--bh-blue);
    min-height: 2rem;
    padding: .5rem 0;
    width: 100%;
}

.bh-subheader-content {
    align-items: center;
    display: flex;
    justify-content: end;
    margin: auto;
    max-width: 56%;
}

.bh-header-main {
    margin: auto;
    max-width: 56%;
    width: 100%;
}

.bh-header-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 0;
    width: 100%;
}

.bh-logo {
    max-width: 180px;
}

.bh-logout {
    background-color: #EEE;
    border-radius: 20px;
    color: var(--bh-blue);
    font-weight: 600;
    padding: 1rem 2rem;
}

.bh-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.bh-input-field {
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: AvenirNextDemiBold, sans-serif;
    font-weight: bold;
    color: #03468d;
    margin: 1rem 0 1.6rem 0;
    line-height: 1.2;
}

h1 {
    font-family: AvenirNextLTW01BoldRegular, sans-serif;
    font-size: 3.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4, h5, h6 {
    font-size: 1.6rem;
}

p {
    margin: 0 0 2rem 0;
}

a {
    color: var(--bh-orange);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

a:visited {
    color: var(--bh-orange);
}

a:active {
    color: var(--bh-orange);
    text-decoration: none;
}

a:hover {
    color: var(--bh-orange);
    text-decoration: none;
}

a.list-group-item {
    font-family: AvenirNextLTW01BoldRegular, sans-serif;
    font-weight: bold;
    color: #333;
}

input, select, textarea {
    font-family: Verdana, sans-serif;
    font-size: 1.6rem;
    margin: 0;
    padding: .5rem 1rem;
    border: 1px solid rgba(79,92,96,0.75) !important;
    border-radius: .5rem;
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0 1rem 0 0;
    padding: 0;
    width: 20px;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: rgba(79,92,96,0.5);
}

::-moz-placeholder {
    font-style: italic;
    color: rgba(79,92,96,0.5);
}

:-ms-input-placeholder {
    font-style: italic;
    color: rgba(79,92,96,0.5);
}

:-moz-placeholder {
    font-style: italic;
    color: rgba(79,92,96,0.5);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: .5;
}

html {
    font-size: 10px;
    font-weight: normal;
    color: #333;
    background-color: #fefdf6;
    line-height: 1.6;
}

.navbar {
    position: fixed;
    top: 0;
    padding: 0 1rem;
    width: 100%;
    min-height: 0;
    background-color: #FFF;
}

.navbar:after {
    content: "";
    display: table;
    clear: both;
}

.navbar-header {
    position: absolute;
}

.navbar-brand {
    display: block;
    width: auto;
    height: 100px;
    background: transparent url("/img/logo-stichting-buitenhof.png") no-repeat left top;
    background-size: contain;
    overflow: hidden;
}

.navbar-brand p {
    font-size: 1.4rem;
    color: #fff;
    margin: -.7rem 0 0 0;
    padding: 0 0 0 200px;
}

.navbar-brand:hover {
    text-decoration: underline;
}

#navbar {
    float: right;
}

#navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navbar ul li {
    float: left;
}

#navbar ul li a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    line-height: 1;
}

#navbar ul li a:hover {
    text-decoration: underline;
}

#navbar.collapse {
    display: block;
}

.navbar-toggle {
    display: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0;
}

#sidebar-wrapper {
    background-color: transparent;
}

.sidebar-nav {
    margin-top: 75px !important;
    padding-right: 15px;
    width: 305px;
}

.sidebar-nav li {
    text-indent: 0 !important;
    line-height: 1.6 !important;
}

.sidebar-nav li a {
    display: block;
    position: relative;
    font-weight: bold;
    color: #333;
    padding: 5px 0 5px 30px;
    background: transparent url("/img/arrow-right-orange.svg") no-repeat 15px 16px;
    background-size: 10px 10px;
}

.sidebar-nav li a:hover {
    color: #333;
    background: transparent url("/img/arrow-right-orange.svg") no-repeat 15px 16px;
    background-size: 10px 10px;
    text-decoration: underline;
}

.sidebar-nav li a .fa.pull-right {
    position: absolute;
    top: .8rem;
    right: 0;
    margin: 0;
}

.sidebar-nav li ul {
    margin-left: 30px;
}

.sidebar-nav li ul li a {
    padding-left: 15px;
    background: none !important;
}

.sidebar-nav li ul li a:before {
    display: block;
    content: "•";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.2rem;
}

.main {
    padding-top: 60px;
}

#wrapper.toggled {
    padding-left: 300px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

.page-header {
    position: relative;
    padding-left: 50px;
}

#menu-toggle {
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: .25rem;
    width: 36px;
    height: 36px;
    background: transparent url("/img/icon-menu-grey.svg") no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

#menu-toggle span {
    display: none;
}

div.tab {
    border: 0;
    background-color: transparent;
}

div.tab button {
    font-family: AvenirNextLTW01BoldRegular, sans-serif;
    font-weight: bold;
    color: #fff;
    margin-right: .5rem;
    padding: 1rem 1.5rem 1rem 1rem;
    border-radius: .5rem .5rem 0 0;
    width: auto;
    background: #03468d;
}

div.tab button .fa-info-circle::before {
    right: 0;
    color: #03468d;
    background-color: #fff;
}

div.tab button:hover, div.tab button.active {
    color: #03468d;
    background-color: #fefdf6;
}

div.tab button:hover .fa-info-circle::before, div.tab button.active .fa-info-circle::before {
    color: #fff;
    background-color: #03468d;
}

div.tab button span {
    word-wrap: normal;
}

.btn {
    border-radius: 30px;
}

.btn.btn-primary {
    color: #fff;
    border: 0;
    background-color: var(--bh-orange);
    transition: all .2s ease-in-out;
}

.btn-secondary {
    background-color: var(--bh-blue);
    border: none;
    color: #FFF !important;
    transition: all .2s ease-in-out;
}

.btn.btn-info {
    color: #FFF;
}

.btn:hover {
    color: #FFF;
    background-color: var(--bh-orange-light);
}
.btn:active:focus {
    color: #FFF;
    background-color: var(--bh-orange-light);
}

.btn.btn-danger {
    background-color: #ac2925;
}

.btn.btn-danger:hover {
    background-color: #d33631;
}

.fa {
    position: absolute;
    right: 1rem;
}

.fa-info-circle:before {
    position: absolute;
    top: .4rem;
    right: .5rem;
    display: block;
    content: "?";
    font-family: Verdana,sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #4f5c60;
    line-height: 1.5rem;
    text-align: center;
    text-indent: 0;
}

.placeholders {
    position: relative;
    padding: 1rem;
    border-radius: .5rem;
}

.placeholders:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    border-radius: .5rem;
    width: 100%;
    height: 300px;
    z-index: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, #d0eaf4 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #d0eaf4 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #d0eaf4 0%, transparent 100%);
}

.placeholders form {
    position: relative;
    z-index: 10;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.tabcontent {
    border: 0;
    background-color: #fefdf6;
}

.tabcontent .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.tabcontent .tabcontent {
    background-color: #d0eaf4;
}

.tabcontent .tab button:hover, .tabcontent .tab button.active {
    color: #03468d;
    background-color: #d0eaf4;
}

#PersonInfo_IdGender {
    margin-top: 1.5rem;
}

#RememberMe {
    margin-top: .5rem;
}

.sweet-alert {
    display:none;
}

.swal-button,
.swal-button:hover {
    background-color: var(--bh-blue) !important;
    box-shadow: none !important;
    color: #FFF !important;
}