/* Fonts */

body {
    font-family: 'IBM Plex Sans', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'IBM Plex Sans Condensed', 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

kbd,
pre,
code,
samp {
    font-family: 'IBM Plex Mono', monospace;
}

/* Sidebar logo image sizing */
.main-header .logo .logo-mini img {
    max-width: 75%;
}

.main-header .logo .logo-lg img {
    max-width: 75%;
}

@media (max-width: 767px) {
    .main-header .logo .logo-lg img {
        max-width: 49%;
    }
}

/* Login icons smaller than default */
.btn-social > :first-child {
    font-size: 1.2em;
}

/* Extra options for AdminLTE products-list */
.products-list.products-list-without-images .product-info {
    margin-left: inherit;
}

.products-list.products-list-hover .item:hover {
    background-color: #f5f5f5;
}

/* Meer label kleuren */
.label-gray {
    background-color: #b5bbc8 !important;
    color: white;
}

.control-sidebar-bg, .control-sidebar {
    right: -360px;
    width: 360px;
}

.control-sidebar-settings {
    padding: 10px;
}

.settings-sidebar-bg, .settings-sidebar {
    right: -360px;
    width: 360px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadingModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../images/loading.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingModal {
    display: block;
}

/* Loading spinner for products view */
#products.loading:before, div.disabled:before {
    content: '';
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

#products.loading:after {
    content: '';
    z-index: 1001;
    box-sizing: border-box;
    position: absolute;
    top: 250px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Loading spinner for products view */
.spinner:before {
    content: '';
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.spinner:after {
    content: '';
    z-index: 1001;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
}

#products.spinner:after {
    top: 250px;
}

.active-filter {
    margin-right: 15px;
}

.supplier-dropdown {
    min-height: 320px;
}

.supplierFilter {
    width: 100%;
}

.main-header .navbar .dropdown-menu {
    margin-top: 5px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-header .navbar .dropdown-menu .current-user {
    padding: 8px 12px;
}

.main-header .navbar .current-user .company-logo > img {
    width: 100%;
}

.main-header .navbar .dropdown-menu > li {
    padding: 0 1px;
}

.main-header .navbar .dropdown-menu > li > a {
    text-align: left;
    padding: 8px 12px;
    color: #555;
}

.dropdown-menu .divider {
    margin: 4px 0;
}

.main-header .navbar .apps-menu {
    min-width: 300px;
    height: auto;
}

.main-header .navbar .apps-row {
    margin: 0;
}

.main-header .navbar .apps-row .col-app {
    padding: 0;
    text-align: center;
}

.main-header .navbar .apps-menu .btn-app {
    margin: 10px;
}

.main-sidebar {
    padding-top: 52px;
}

.wizard-steps {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.wizard-steps ul {
    display: inline-flex;
}

.wizard-steps ul li {
    list-style: none;
}

.wizard-steps ul li a {
    display: block;
    float: left;
    height: 50px;
    background: #4060A5;
    text-align: center;
    padding: 15px 40px 15px 40px;
    position: relative;
    margin: 0 30px 0 0;
    text-decoration: none;
    color: #fff;
}

.wizard-steps ul li a:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 23px solid #4060A5;
    position: absolute;
    right: -25px;
    top: 0;
}

.wizard-steps ul li a:before {
    content: "";
    position: absolute;
    margin-top: -15px;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: #4060A5 #4060A5 #4060A5 transparent;
    left: -25px;
}

.wizard-steps ul li:first-child a:before {
    display: none;
}

.wizard-steps ul li:last-child a:after {
    display: none;
}

.wizard-steps ul li:first-child a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.wizard-steps ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.wizard-steps ul li a:hover {
    background: #5172B8;
}

.wizard-steps ul li a:hover::before {
    border-color: #5172B8 #5172B8 #5172B8 transparent;
}

.wizard-steps ul li a:hover::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 23px solid #5172B8;
}

.btn-sidebar {
    width: 100%;
    margin: 0 0 10px 0;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #666666;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #666666;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    border: 1px solid #ddd;
    color: #ddd;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: forestgreen;
    background: #ddd;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #ddd;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ddd;
}

.company-img {
    margin: 15px 0;
}

.profile .profile-picture {
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile .profile-picture .profile-user-img {
    width: 200px;
}

.profile .profile-info .profile-role {
    font-style: italic;
}

.profile .profile-info .profile-email {
    padding-top: 25px;
}

.profile .profile-info .profile-email .profile-email-icon {
    font-size: 1.2em;
    padding-right: 15px;
}

.profile .profile-info .label-space {
    margin-right: 5px;
}

.form-row-top-border {
    border-top: 2px solid #efeaea;
    padding-top: 15px;
}

.field-hint {
    color: #b9b9b9;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

span.summary {
    padding-left: 10px;
}

#products .layout-options {
    padding: 10px 0;
}

#products .layout-options .btn {
    background-color: white;
}

#products .sort-options .btn {
    background-color: white;
    padding: 3px 10px;
}

#products .product-list .item {
    padding-left: 0;
    margin-bottom: 15px;
}

#products .product-list .product-tile {
    background-color: white;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    display: block;
}

#products .product-list .product-tile:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    cursor: pointer;
}

#products .product-list .product-tile .product-image {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#products .product-list .product-tile .product-image .product-tile-img {
    max-height: 130px;
    max-width: 100%;
}

.variant-image {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.variant-image .variant-img {
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
}

.variant-img-link {
    margin-right: 1em;
}

#products .product-list .product-tile .options {
    right: 15px;
    top: 0;
    padding-right: 1px;
    position: absolute;
    z-index: 900;
}

#products .product-list .product-tile .options .btn {
    border-right: 0;
    border-top: 0;
    background-color: white;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    color: #717082;
}

#products .product-list .product-tile .options .btn:hover {
    color: cornflowerblue;
    border-color: #ddd;
}

#products .product-list .product-tile .options .btn:focus {
    border-color: #ddd;
}

#products .product-list .product-tile .product-options {
    position: absolute;
    width: 90px;
    right: 0;
    top: 33px;
}

#products .product-list .product-tile .product-options .layout-button {
    font-family: "Roboto Custom", sans-serif;
    line-height: 1.5em;
    background-color: white;
    color: #717082;
    padding-left: 10px;
}

#products .product-list .product-tile .product-options .btn {
    background-color: white;
    text-align: left;
}

#products .product-list .product-tile .product-details-row {
    text-align: left;
    height: 150px;
    margin-top: 5px;
    color: #717082;
}

#products .product-list .product-tile .product-details-row .product-title {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#products .product-list .product-tile .product-details-column {
    height: 100%;
}

#products .product-list .product-tile .product-details-row dt {
    text-align: left;
    width: 80px;
}

#products .product-list .product-tile .product-details-row dd {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    margin-left: 0;
    white-space: nowrap;
}

.product-color-box {
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
}

.products-detail-view tr {
    background-color: white;
}

.products-detail-view tr:nth-child(odd) {
    background-color: white !important;
}

.products-detail-view tr:hover {
    cursor: pointer;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
    background-color: #ebebf2 !important;
}

.products-detail-view .flex-img-container {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-detail-view .product-detail-img {
    max-height: 75px;
    max-width: 100%;
}

.products-detail-view .flex-img-container-small {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-detail-view .product-detail-small-img {
    max-width: 100%;
    max-height: 20px;
}

.products-detail-view .product-list ul {
    list-style-type: none;
    padding-left: 0;
}

.products-detail-view .product-list ul li span {
    float: left;
    width: 100px;
    padding-right: 10px;
}

.supplier-list .item .supplier-logo {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.supplier-list .item .supplier-logo .supplier-img {
    max-height: 100px;
    max-width: 100%;
}

.supplier-list .item .wide {
    min-width: 200px;
    max-width: 200px;
    overflow: auto;
}

.supplier-list .item .small {
    min-width: 100px;
    max-width: 100px;
    overflow: auto;
}

.supplier-stats dt {
    text-align: left !important;
    width: 200px !important;
}

.supplier-stats dd {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    margin-left: 0;
}

.colored-checkboxes {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.colored-checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.colored-checkboxes .checkbox {
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin: 0;
}

.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.colored-checkboxes input:checked ~ .checkbox:after {
    display: block;
}

.colored-checkboxes .checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.colored-checkboxes .promobase-color-none.checkbox:after {
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 3px solid black;
    border-radius: 5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}


.colored-checkboxes .checkbox.checkbox-dark:after {
    border-color: black;
}

.promobase-color-blue {
    background: blue;
}

.promobase-color-brown {
    background: brown;
}

.promobase-color-yellow {
    background: yellow;
}

.promobase-color-gray {
    background: gray;
}

.promobase-color-green {
    background: green;
}

.promobase-color-orange {
    background: orange;
}

.promobase-color-purple {
    background: purple;
}

.promobase-color-red {
    background: red;
}

.promobase-color-pink {
    background: pink;
}

.promobase-color-white {
    background: white;
}

.promobase-color-white {
    background: white;
}

.promobase-color-black {
    background: black;
}

.promobase-color-bronze {
    background: #cd7f32;
}

.promobase-color-silver {
    background: silver;
}

.promobase-color-gold {
    background: gold;
}

.promobase-color-transparent {
    background: repeating-conic-gradient(
            #fff 0deg 90deg,
            grey 0 180deg) 0 0/25% 25%;
    margin: 15px;
    padding: 10px;
}

.promobase-color-multi_color {
    background: black;
    background: linear-gradient(to bottom, red, orange, yellow, green, indigo, violet);
}

.promobase-color-two_color {
    background: linear-gradient(0deg, blue 0%, blue 50%, red 50.001%, red 100%);
}

.promobase-color-none {
    background: url('../images/red-x.png') center center no-repeat;
}

div.spaced.row {
    margin-bottom: 2em;
}

.checkbox-list-filter {
    padding-top: 5px;
    max-height: 320px;
    overflow: auto;
}

.product-list-label {
    font-weight: normal;
    color: #ccc;
}

.subtle {
    color: grey;
    font-style: italic;
}

.navbar-basic {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .navbar-basic .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.selectize-dropdown-content .option {
    cursor: pointer;
}

.text-muted {
    color: #777 !important;
}

.text-primary {
    color: #337ab7 !important;
}

.text-success {
    color: #3c763d !important;
}

.text-info {
    color: #31708f !important;
}

.text-warning {
    color: #8a6d3b !important;
}

.text-danger {
    color: #a94442 !important;
}

img.small {
    max-width: 120px;
    max-height: 120px;
}
