.has-error {
    border-color: red;
}

.nvMailform .has-error input{
    border-color:red;
}
.nvMailform .has-error .form-validation {
    position: absolute;
    top: 100%;
    /*left: 15px;*/
    margin-top: 2px;
    color: red;
    font-size: 0.625em;
    line-height: 10px;
    font-weight: 600;
}

.nvNewsletterform .has-error .form-validation {
    position: absolute;
    top: 100%;
    /*left: 15px;*/
    margin-top: 2px;
    color: red;
    font-size: 0.625em;
    line-height: 10px;
    font-weight: 600;
}

/*
    xs <576
    sm >=576
    md >=768
    lg >=992
    xl >=1200

.section-0
.section-20
.section-34
.section-41
.section-50
.section-66
.section-85
.section-98
.section-110
.section-124
.section-254
.section-350

sm +480
md +768
lg +992
xl +1200
xxl +1600
*/
/*
.owl-carousel-default .owl-prev {
    left: -100px;
}

.owl-carousel-default .owl-next {
    right: -100px;
}
*/
.owl-item{
    padding: 0 1em;
}

.rd-navbar-fixed li.nvCustom {
    margin-top: 18px !important;
    margin-left: 14px;
}

.is-section img{
    /*border-radius:6px;*/
}

/*.gm-style-iw-a, .gm-style-iw-t, .gm-style-iw, .gm-style-iw-c, .gm-style-iw-d,*/ .nvGmap {
    background-color: white !important;
    padding: 1em !important;
    border-radius: 6px !important;
    min-width: 160px !important;
}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {
    /*padding: 24px 85px 24px;*/
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li > a:hover {
    /*color: #5ab4e4;*/
}

/*
 .slider-menu-position .rd-navbar-wrap {
    position: static;
}
*/
/*
.row img {
    margin: 1.4em 0 1em;
}
*/
div.circle-avatar {
    /* make it responsive */
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    /* div height to be the same as width*/
    padding-top: 100%;
    /* make it a cirkle */
    border-radius: 50%;
    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    /* it makes the clue thing, takes smaller dimention to fill div */
    background-size: cover;
    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-classic-desc {
    background: none !important;
    box-shadow: none; /*0 3px 11px 0 rgba(0,0,0,.15)*/
}
.thumbnail-classic-desc a {
    box-shadow: 0 3px 11px 0 rgba(0,0,0,.15);
}

html, body {
    height: 100%;
}
body {
    /*Bootstrap dialog adds right padding to body*/
    padding-right: 0 !important;
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.popupClose {
    position:static;
    display:none !important;
}

.popupOpen {
    position: fixed !important;
    display: block !important;
    top: 0px;
    border-radius: 10px;
    background: none !important;
    z-index: 1999;
    overflow: auto;
    height:100vh !important;
}

.popup .card{
    background-color:#fff;
    margin:30px auto;
}
    .popup h2 {
        /*
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background: hotpink;
        border-radius: 10px 10px 0px 0px;
        */
    }

.btnOpenTest {
    width: 80px;
    height: 25px;
    color: #fff;
    font-weight: bolder;
    border-radius: 10px;
    background: silver;
}

.popup .btnCloseTest {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #000;
    display: inline-block !important;
    z-index:999;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.table-custom.large-only th, .table-custom.large-only td{
    padding: 8px !important;
}

.cellAantal, .cellStukprijs, .cellBtwPercentage, .cellSubtotaal {
    text-align: right;
}

.tblConfigTotals {
    width:100%;
}

.dtp-buttons button {
    margin: 0 .25em;
}

.tblCartTotals{
    width:100%;
}

/*5ab4e4 -> b19886*/
/*251d1b -> 2f2e2e*/

.nvModelPagination{
    margin-top:3em;
}

.nvAlbumOverview div.isotope-item, .nvAlbum div.isotope-item {
    margin-top: 1em;
    margin-bottom: 1em;
}
label img{
    margin:0 0.25em;
}