body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
}

.achtergrondkleur {
    background-color: red;
}

ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

header h2 {
    color: #c3c3c3;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b7b7b7;
}

.pw-strength-indicator {
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: -15px;
    font-size: 12px;
}

.pw-strength-indicator[data-score="1"] {
    background: red;
    color: #ffffff;
}

.pw-strength-indicator[data-score="2"] {
    background: #ff7000;
    color: #ffffff;
}

.pw-strength-indicator[data-score="3"] {
    background: #ffaa00;
}

.pw-strength-indicator[data-score="4"] {
    background: green;
    color: #ffffff;
}

.pw-strength-indicator[data-score="5"] {
    background: #07ff37;
}

.btn-verzend {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-verzend:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-indruk {
    background: #449D44;
    color: #fff;
    box-shadow: 0 6px #245324;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-indruk1 {
    border-radius: 5px;
}

.btn-indruk1:hover {
    box-shadow: 0 4px #449D44;
    top: 2px;
}

.btn-verzend .fa {
    margin-right: 15px;
}

.btn-default {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fafafa', GradientType=0); /* IE6-9 */
    border: 1px solid #b7b7b7;
}

tr.greyed-out td,
tr.greyed-out td a:not(.btn) {
    color: #337ab7;
    font-weight: 600;
}

.controlpanel-icon {
    margin: 0 5px 0 0;
    max-width: 30px !important;
}

#brandMain {
    margin-top: 39px;
    margin-bottom: 17px;
}

.description {
    margin-top: 4px;
    display: block;
    text-indent: -9999px;
    width: 296px;
    height: 26px;
    background-size: 296px 26px;
    float: right;
}

.whiteBar {
    height: 39px;
}

.bb-content .row-space {
    margin-bottom: 50px;
}

.bb-content p span {
    font-weight: bold;
}

.logo {
    display: block;
    text-indent: -9999px;
    width: 90px;
    height: 54px;
    background: url("../img/verkooploep.png");
    background-size: 90px 54px;
    margin-bottom: 17px
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

/*/////////////////////////////////////
      Hoofd Navigatie Horizontaal
/////////////////////////////////////*/
.MainMenu {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.MainMenu * {
    box-sizing: border-box;
    -webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
}

.MainMenu li {
    display: inline-block;
    list-style: outside none none;
    /*margin: 0 1.2em;*/
    overflow: hidden;
    margin-right: 3em;
}

.MainMenu a {
    padding: 0 0.5em 0 0.2em;
    color: #000;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}

.MainMenu a:before,
.MainMenu a:after {
    position: absolute;
    -webkit-transition: all 0.01s ease;
    transition: all 0.01s ease;
}

.MainMenu a:before {
    right: 100%;
    display: block;
    width: 15px;
    height: 100%;
    content: url("../img/current.png");
}

.MainMenu a:after {
    padding: 0 0.5em 0 0.2em;
    position: absolute;
    right: 100%;
    top: 0;
    content: attr(data-hover);
    color: #000;
    white-space: nowrap;
}

.MainMenu li:hover a,
.MainMenu .current a {
    /*transform: translateX(100%);*/
}

ul.MainMenu li.current:after {
    content: url("../img/current.png");
}

/*/////////////////////////////////////
      Linker en Rechter kant content
/////////////////////////////////////*/
/*borders als scheiding van blokken*/
div#linker-main div.row-left-content:nth-child(even) {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

/*/////////////////////////////////////
        Linker kant content
/////////////////////////////////////*/
/*Plaatjes en tekst op juiste positie*/
div#linker-main p,
div#linker-main img {
    margin: 30px 0 35px 0;
}

/*/////////////////////////////////////
        Rechter kant content
/////////////////////////////////////*/
/*Ruimtes tussen de blokken*/
div#rechter-main div.row:nth-child(-n+2) {
    margin-bottom: 15px;
}

div#rechter-main div.row:nth-child(3) {
    margin-bottom: 37px;
}

div#rechter-main div.row:nth-child(4) {
    margin-bottom: 8px;
}

div#rechter-main div.row:nth-child(5) {
    margin-bottom: 29px;
}

div#rechter-main div.row:nth-child(6),
div#rechter-main div.row:nth-child(7),
div#rechter-main div.row:nth-child(8) {
    padding-bottom: 47px;
    padding-top: 25px;
}

div#rechter-main div.row:nth-child(6),
div#rechter-main div.row:nth-child(7) {
    border-bottom: 1px solid #c0c0c0;
}

div#rechter-main div.row:nth-child(6) span,
div#rechter-main div.row:nth-child(7) span,
div#rechter-main div.row:nth-child(8) span {
    line-height: 40px;
}

div#rechter-main button.row-recht-button,
div#rechter-main button.row-recht-button2 {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fafafa', GradientType=0); /* IE6-9 */
    border: 1px solid #b7b7b7;
    height: 42px;
    max-height: 42px;
}

button.row-recht-button span,
button.row-recht-button2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding-top: 4px;
}

button.row-recht-button span {
    color: #6ba92e;
}

button.row-recht-button span:hover {
    color: #000;
}

button.row-recht-button2 span {
    color: red;
}

button.row-recht-button2 span:hover {
    color: #000;
}

button.row-recht-button2 img {
    padding-top: 5px;
}

div.row-recht-content span {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #ccc6c6;
    font-size: 50px;
}

h3.woning-verkopen {
    font-weight: 300;
    color: #bababa;
    text-transform: uppercase;
    font-size: 28px;
}

h3.woning-verkopen i {
    font-weight: 400;
    font-style: italic;
}

.backgroundImageUp {
    position: relative;
    margin-bottom: 50px;
}

.backgroundImageUp img {
    display: block;
    width: 100%;
    /*max-width: 1200px; /* corresponds to max height of 450px */
    margin: 0 auto;
}

.backgroundImageDown {
    position: relative;
}

.backgroundImageDown img {
    display: block;
    width: 100%;
    /*max-width: 1200px; /* corresponds to max height of 450px */
    margin: 0 auto;
}

/*/////////////////////////////////////
      YAY MENU MET BOVEN NAVBAR
/////////////////////////////////////*/
.navbar-default {
    background: #f0ffe3;
    border-color: #b7b7b7;
}

.yay-toggle {
    margin-right: 50px;
}

.current-page {
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #EEE;
}

/*/////////////////////////////////////
        Footer home page
/////////////////////////////////////*/
#footerMain {
    background-color: #6ba92c;
    min-height: 120px;
    padding-top: 13px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #FFF;
    font-size: 13px;
    list-style: none;
}

#footerMain li a {
    color: #FFF;
    font-size: 13px;
}

#footerMain li a:hover {
    color: #000;
}

.footerHead {
    text-transform: uppercase;
    font-weight: bold;
}

.footerLine {
    background-color: #FFF;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.mailUs {
    color: #FFF;
}

#footerMain .fa {
    color: #000;
    padding-right: 4px;
    font-size: 13px;
}

.footerLastLine {
    border-top: 1px solid #5e9427;
    box-shadow: 0 1px 0 #7dda1f;
    margin-top: 20px;
    padding: 5px 0 20px 0;
    font-size: 10px;
}

/*///////////////////////////////////////////////
        BIJZONDER BEHEER PAGE DASHBORARD
////////////////////////////////////////////////*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 24px 0px 22px;
}

.underline {
    border-bottom: solid 1px;
}

.bb-content {
}

.bb-content .row-seperator {
    margin-bottom: 0;
}

.bb-content h4:first-child {
    padding: 0 100px 0 0;
}

.mk-content input [type=text],
.bb-content input[type=text] {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fafafa', GradientType=0); /* IE6-9 */
    border: 1px solid #b7b7b7;
}

.bb-content span.icon-content-red {
    padding-left: 18px;
    background: url('../img/icon-content-red.svg') no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
}

.bb-content span.icon-content-orange {
    padding-left: 18px;
    background: url('../img/icon-content-orange.svg') no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
}

.bb-content span.icon-content-green {
    padding-left: 18px;
    background: url('../img/icon-content-green.svg') no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
}

/*/////////////////////////////////////
        Makelaars page
/////////////////////////////////////*/
.mk-alert span {
    color: red;
}

.mk-alert-text {
    color: red;
}

.circle {
    width: 10px;
    height: 10px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/*/////////////////////////////////////
        FOOTER CONTROL PANEL
/////////////////////////////////////*/
.footer {
    text-align: center;
    /*margin: 13px;*/
    margin-top: 13px;
}

.footer p {
    color: #6ba92c;
    padding: 0 10px 0 0;
    display: inline;
}

.footer a {
    color: #6ba92c;
}

.footer a:hover {
    color: #000;
}


/*
ROMKE
*/

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/img/background3.jpg');
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
/*
.sidebar {
  display: none;
}
@media (min-width: 768px) {
*/
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #d5fcb3;*/
    /*background-color: #c2daff;*/
    border-right: 1px solid #b7b7b7;
    width: 255px;
}

/*}*/

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
    /*background: #d5fcb3;*/
    border-right: 1px solid #b7b7b7;
    width: 255px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    /*color: #6CA943;*/
    color: #00B0F0;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    background: #e4e4e4;
    background: -moz-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fafafa', GradientType=0);
    border: 1px solid #b7b7b7;
    border-right: 0px solid #e4e4e4;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.page-header {
    margin-top: -55px;
}

.main {
    margin-top: 55px;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}


#alles {
    margin-left: 255px;
}

/*.well {
    background-color: #D5FCB3;
}
*/
.input-group-addon,
.form-control,
.btn,
.alert {
    border-radius: 0px;
    font-size: 14px;
}


.navbar-default .navbar-nav > li > a {
    color: #EEE;
    text-decoration: none;
}

.navbar-nav > li:hover {
    background-color: #337ab7;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

.alert-warning {
    background-color: #ffe5b6;
    color: #785b28;
}


.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

textarea.form-control {
    overflow-x: hidden;
}

[class^='select2'] {
    border-radius: 0px !important;
    font-size: 14px !important;
    color: #555 !important;
}

.text-left.control-label {
    text-align: left;
}

/*
.btn{
    width: auto;
}
a.btn-block{
    width: auto;
}
*/

.inline-buttons {
    display: inline-block;
    *display: inline;
    line-height: 1;
    vertical-align: top;
}

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*  fdjdsk */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.well {
    border-radius: 0;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0;
}

#audittable {
    table-layout: fixed;
    width: 100% !important;
}

#audittable td,
#audittable th {
    width: auto !important;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-modal p,
.text-modal li {
    line-height: 20px;
}

.text-modal ul {
    margin-bottom: 15px;
}

.text-modal ul li {
    list-style: disc;
    margin: 0 0 5px 20px;
}

.login-disclaimer {
    margin-top: 10px
}

.login-disclaimer a {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
