@font-face {
    font-family: ThemeIcons;
    src: url(ThemeIcons.woff);
}

/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - wwwi.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html, html .halflings {
    -webkit-font-smoothing: antialiased !important;
}

/*body {*/
/*    color: #243845;*/
/*    font-family: 'Raleway', sans-serif;*/
/*    font-size: 12px;*/
/*    background-color: #fafafa !important;*/
/*    overflow-y: scroll;*/
/*}*/

/*body {*/
/*    font: 75%/150% 'Quicksand', Arial, Helvetica, sans-serif;*/
/*    background-color: #fff;*/
/*    color: #333;*/
/*    !* text-align: center; *!*/
/*}*/

.float-left {
    float: left;
}

.header-slingerkoning, .header-nav {
    width: 100%;
    background-color: white;
    float: left;
    display: block;
}

.container {
    width: 96%;
    max-width: 1356px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    /* float: left; */
    display: block;
}

.header-slingerkoning .border-black-top {
    width: 100%;
    border-top: 5px solid black;
    float: left;
    display: block;
}

.header-nav {
    border-top: 1px solid #c4d1da;
    border-bottom: 1px solid #c4d1da;
    clear: both;
    float: left;
}

.header-nav ul {
    list-style: none;
    float: left;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.header-nav ul li {
    float: left;
}

.wrapper {
    float: left;
}

/*.nav-container {*/
/*    border-bottom: 5px solid #00a8e6;*/
/*}*/

/*.nav-regular .nav-item.level0 > a, #nav .nav-item--homeicon a {*/
/*    color: #333;*/
/*    !*font-family: 'Raleway', sans-serif;*!*/
/*    font-weight: 700;*/
/*    text-transform: inherit;*/
/*    font-size: 17px;*/
/*    line-height: 46px;*/
/*}*/

/*.nav-regular .nav-item.level0.active > a {*/
/*    background-color: #00a8e6;*/
/*}*/

/* All levels
-------------------------------------------------------------- */
/*.nav-regular .nav-item {*/
/*    text-align: left;*/
/*}*/

/*.nav-regular .nav-item > a {*/
/*    display: block;*/
/*    text-decoration: none;*/
/*}*/

/*.nav-regular .nav-item:hover {*/
/*    background-color: #333;*/
/*    color: white !important;*/
/*}*/

/*.nav-regular .nav-item:hover > a {*/
/*    background-color: #333;*/
/*    color: white !important;*/
/*}*/

/* Level 1 only
-------------------------------------------------------------- */
.nav-regular li.level0 {
    float: left;
    display: table-cell;
    text-align: left;
    height: 100%;
}

.nav-regular li.level0 > a {
    padding: 0 12px;
}

.nav-regular li.level0 > a > span {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    vertical-align: middle;
    line-height: 50px;
}

/* Top-level item on hover: pull up the link above the dropdown */
.nav-regular li.level0:hover > a {
    z-index: 2001; /* One level above the dropdown */
    position: relative;
}

.nav-regular .nav-item.level0.active > a {
    background-color: #243845 !important;
}

.nav-regular .nav-item.level0.active > a {
    background-color: #243845;
    color: #ffffff;
}

nav-regular li.level0 {
    float: left;
}

.nav-regular li.level0 > a {
    padding: 0 12px;
}

.nav-regular li.level0 > a > span {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

/* Class "feature" inside an item */
.nav-regular .nav-item--home a {
}

.nav-regular .nav-item--home .ic {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    width: 30px;
    text-align: center;
    vertical-align: middle; /* TODO: check for better option */
    float: none;
    background-color: transparent !important; /* Remove default colors */
    padding-top: 2px;
}

/* Single icon as a home link
-------------------------------------------------------------- */
#nav .nav-item--homeicon a {
    padding-left: 17px; /* The same as side padding of top-level items +5px */
    padding-right: 5px;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 1;
    transition: opacity 450ms ease-in-out;
    -moz-transition: opacity 450ms ease-in-out;
    -webkit-transition: opacity 450ms ease-in-out;
    -o-transition: opacity 450ms ease-in-out;
}

#nav .nav-item--homeicon a:hover {
    opacity: 0.6;
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}

.ic {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* If icon is applied to 'i' tag */
i.ic {
    font-style: normal;
}

/* Floating icons - with generic modifiers
-------------------------------------------------------------- */
.ic.left {
    margin-right: .3em;
}

.ic.right {
    margin-left: .3em;
}

/* Size
-------------------------------------------------------------- */
/* Makes the font 33% larger relative to the icon container */
.ic-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-4x {
    font-size: 4em;
}

.ic-5x {
    font-size: 5em;
}

.ic-6x {
    font-size: 6em;
}

.ic-7x {
    font-size: 7em;
}

.ic-8x {
    font-size: 8em;
}

.ic-fw {
    width: 1.28571429em;
    text-align: center;
}

/* Lists
-------------------------------------------------------------- */
.ic-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.ic-ul > li {
    position: relative;
}

.ic-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.ic-li.ic-lg {
    left: -1.85714286em;
}

.ic-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.ic.pull-left {
    margin-right: .3em;
}

.ic.pull-right {
    margin-left: .3em;
}

/* Stacking
-------------------------------------------------------------- */
.ic-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.ic-stack-1x,
.ic-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.ic-stack-1x {
    line-height: inherit;
}

.ic-stack-2x {
    font-size: 2em;
}

.ic-inverse {
    color: #ffffff;
}

/* Effects
-------------------------------------------------------------- */
.ic-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ic-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ic-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ic-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ic-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.ic-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* Characters as icon (letters, numbers etc.)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-char {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Images as icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ic-img {
    font-family: inherit; /* Remove icon font to fix vertical alignment */
}

/* Set max size for images displayed as icons */
.ic-img img,
.icon img /* For backward compatibility */
{
    vertical-align: middle;
}

.ic-home:before {
    content: "\e21f";
}

body > div.header-slingerkoning > div.container > div > a {
    float: left;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

.logo-wrapper {
    float: left;
}

@media only screen and (min-width: 1280px) {
    .header-slingerkoning .container .logo-wrapper .logo {
        max-width: 295px !important;
        max-height: 103px;
    }
}

.phonenumber {
    padding-top: 17px;
    float: right;
    color: #999;
    font-size: 17px;
    padding-bottom: 15px;
    text-align: center;
    /*font-family: 'Raleway', sans-serif;*/
}

.phonenumber a {
    color: #999;
    cursor: inherit;
}

.phonenumber a:hover {
    color: #999;
    cursor: inherit;
}

.breadcrumbs {
    display: block;
    width: 100%;
    padding-top: 30px;
    float: left;
    margin-bottom: 5px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

.breadcrumbs ul li {
    float: left;
    font-size: 13px;
    color: #aaa !important;
}

.breadcrumbs ul li a {
    color: #aaa !important;
}

.breadcrumbs .sep {
    display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1em;*/ /* Important: don't overrid line height, it depends on the size of the icon */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs .sep:before {
    content: "\e228";
    font-size: 8px;
}

.breadcrumbs li > * {
    font-size: 13px;
}

.breadcrumbs {
    line-height: 1.5em; /*18px*/
    margin: 0 0 5px;
}

.breadcrumbs li {
    float: left;
    font-size: 0.9166em;
}

.breadcrumbs li > * {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li .sep {
    margin-left: 6px;
    margin-right: 6px;
}

.wrapper {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.card {
    border-radius: 0px;
}

.card .card-header {
    background-color: black;
    color: white;
    border-radius: 0px;
}

.card .card-header .btn {
    color: white;
}

.card .card-body .form-control, .btn {
    /*border-radius: 0px;*/
}

.btn-group-toggle .btn-white:not(:disabled):not(.disabled).active {
    background-color: #FFD700;
    color: white;
    border: 1px solid #FFD700;
}

.container-fluid .table {
    background-color: white;
}

.container-fluid .table thead th {
    background-color: black;
    color: white;
}

.container-fluid .table tbody th {
    background-color: #fafafa;
    -webkit-font-smoothing: antialiased !important;
    font-size: 13px;
}

.container-fluid .table tfoot {
    background-color: black;
    color: white;
    border-color: black;
}

.container-fluid .table tfoot th, .container-fluid .table tfoot td {
    border-color: black;
}

.container-fluid .table tfoot .btn {
    padding: 5px;
    margin: 0;
}

.container-fluid .table tfoot .btn-order {
    color: black;
    background-color: #fafafa;
    border-color: #D4af37;
    border-width: 3px;
}

.container-fluid .table tfoot .active {
    background-color: #D4af37;
    border-color: #D4af37;
    color: white;
}

.container-fluid .table tfoot .btn-order input[type="checkbox"] {
    display: none;
}

.container-fluid .table tfoot .btn-order:hover {
    background-color: #D4af37;
    border-color: #D4af37;
    color: white;
    content: "Gekozen";
}

.modal, .modal-content {
    border-radius: 0;
    color: black;
}

.modal .modal-header {
    background-color: black;
    color: white;
    border-radius: 0;
}

.modal .modal-footer {
    border-radius: 0;
    padding: 0.5rem;
}

.btn-success {
    background-color: #D4af37;
    /*border-color: #D4af37;*/
}

.btn-success:hover {
    background-color: #AB8732;
    /*border-color: #AB8732;*/
}

.btn-black {
    background-color: black;
    border-color: black;
    color: white;
}

.btn-black:hover {
    background-color: #27000d;
    border-color: #27000d;
    color: white;
}

.border-grey {
    border-color: #f5f5f5;
}

.btn-new-config {
    display: block;
    color: black;
    background-color: #fafafa;
    border-color: #D4af37;
    border-width: 3px;
    margin-bottom: 1.5rem;
}

.vorm2 {
    background: rgba(252, 205, 77, 1) !important;
    background: -moz-linear-gradient(-45deg, rgba(252, 205, 77, 1) 0%, rgba(252, 234, 187, 1) 30%, rgba(232, 187, 72, 1) 72%, rgba(248, 181, 0, 1) 100%) !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252, 205, 77, 1)), color-stop(30%, rgba(252, 234, 187, 1)), color-stop(72%, rgba(232, 187, 72, 1)), color-stop(100%, rgba(248, 181, 0, 1))) !important;
    background: -webkit-linear-gradient(-45deg, rgba(252, 205, 77, 1) 0%, rgba(252, 234, 187, 1) 30%, rgba(232, 187, 72, 1) 72%, rgba(248, 181, 0, 1) 100%) !important;
    background: -o-linear-gradient(-45deg, rgba(252, 205, 77, 1) 0%, rgba(252, 234, 187, 1) 30%, rgba(232, 187, 72, 1) 72%, rgba(248, 181, 0, 1) 100%) !important;
    background: -ms-linear-gradient(-45deg, rgba(252, 205, 77, 1) 0%, rgba(252, 234, 187, 1) 30%, rgba(232, 187, 72, 1) 72%, rgba(248, 181, 0, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(252, 205, 77, 1) 0%, rgba(252, 234, 187, 1) 30%, rgba(232, 187, 72, 1) 72%, rgba(248, 181, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd4d', endColorstr='#f8b500', GradientType=1) !important;
    border-color: #D4af37;
    color: #fff;


}
