/*
Theme Name: Floral Retail Insights
Theme URI: https://retail-insights.nl
Author: Floral Innovations
Author URI: https://floralinnovations.nl/
Description: Floral innovations ondersteunt bedrijven in de groene sector aansluiting te houden in deze dynamische markt. Nieuwe technieken en het doorbreken van traditionele werkwijzen bieden volop kansen voor groei.
Version: 1.0
*/

body {
    color: #231f20;
    background-color: #fff;
    background-color: #f2f4f7;
    background-color: #fbfcfd;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 990px;
    }
}
@media (min-width: 1280px) {
	.container {
        max-width: 1600px;
        width: 80%;
    }
    .modal-lg {
        max-width: 1200px;
    }
}

a {
    color: #125194;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

a:hover {
    color: #bbc3cc;
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

li.breadcrumb-item a {
    text-transform: capitalize;
}
.breadcrumb-item.active {
    color: #aaa;
}

body.not_logged_in #navbarTogglerDemo02 {
    display: none !important;
}
p.error {
    font-style: italic;
}
#loginform input[type="text"],
#loginform input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginform #wp-submit {
    padding: 0.3em 1.6em;
    background-color: #125194;
    color: #fff;
    border-radius: 2em;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 1em;
    border: 2px solid #125194;
    cursor: pointer;
}
#loginform #wp-submit:hover {
    background-color: #231f20;
    color: #fff;
}

.btn {
    padding: 0.3em 1.6em;
    background-color: #125194;
    color: #fff;
    border-radius: 2em;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 1em;
    border: 2px solid #125194;
}
.btn:hover {
    background-color: #231f20;
    color: #fff;
}

.navbar {
    padding: 1rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar > .container, .navbar > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-nav .nav-item {
    padding: 0.375rem 0 0.375rem 3rem;
    font-weight: 700;
}

li.breadcrumb-item {
    padding: 0.375rem 0;
}

.btn.btn-primary.btn-sm {
    padding: 0.5rem 1rem;
}

table.dataTable {
    width: 100% !important;
}

#end_customer_table > .filters,
#end_customer_table > .table,
#exporter_table > .filters,
#exporter_table > .table,
#contact_table > .filters,
#contact_table > .table,
.dataTables_length,
.dataTables_filter {
    display: none;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: none !important;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table img {
    max-width: 50px;
}
.table th, .table td {
    text-align: center;
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr {
    cursor: pointer;
}
table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
    background-color: #125194;
    color: #fff;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #125194;
    color: #fff;
}
.table tbody tr:hover {
    background: #00aeef;
    color: #fff;
}


#recipe .table tr {
    cursor: inherit;
}
#recipe .table td {
    text-align: left;
}
#recipe table tbody tr:nth-child(odd):hover {
    background-color: #f9f9f9;
    color: inherit;
}
#recipe table tbody tr:nth-child(even):hover {
    background-color: #fff;
    color: inherit;
}


.remove-selected-file,
.c-pointer {
    cursor: pointer;
}
.remove-selected-file:hover,
.c-pointer:hover {
    color: #aaa;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }




.page-header h1 {
	display: inline;
}
/*.page-header button {
    margin-left: 3rem;
    margin-top: -2rem;
}*/


.navbar img {
    height: 76px;
}
.navbar .active a {
  font-weight: 600;
  color: #000;
}
.text-aaa {
  color: #aaa;
}
.bg-green {
  background-color: #231f20;
}
.bg-green:hover {
  background-color: #333;
}
#basic-settings .text-center {
  font-weight: 600;
}

#popupimg .modal-content {
  background-color: #fcfcfc;
}
#popupimg .modal-body {
  padding: 0;
}




#potdesign-buttons a:hover {
    color: #fff;
    text-decoration: none;
}
#potdesign-buttons a .col-12 {
    text-align: center;
    background: #fff;
    padding: 2em 0.4em;
    margin-bottom: 1em;
    border: 2px solid #00aeef;
    color: #00aeef;
    border-radius: 0.8em;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}
#potdesign-buttons a:hover .col-12 {
    background: #00aeef;
    color: #fff;
}



.fase-title {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
}
#file-input {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.file-preview {
    display: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border: 1px solid #ced4da;
}










#loading {
/*    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    text-align: center;
    /*z-index: 9;*/
}
#loading img {
    width: 32px;
    height: auto;
}

/*#filters {
    display: none;
}*/

#mal_table { 
    display: none;
    width:100% !important;
}

fieldset label, 
fieldset select, 
fieldset input, 
fieldset button {
    float: left;
    position: relative;
    margin: 0 0.4em;
    width: calc((100% / 4) - 0.8em);
    font-size: 1em;
    padding: 0.4em 0.5em;
    border: 2px solid #ececec;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.btn.button,
fieldset .button,
fieldset button {
    color: #125194;
    background-color: #fff;
    border: 2px solid #125194;
    font-weight: bold;
}
.btn.button:hover,
fieldset .button:hover,
fieldset button:hover {
    background-color: white;
    color: #125194;
}
input:focus, textarea:focus, select:focus, button:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
    outline: 0;
}




/*media-popup*/

.modal-dialog fieldset label, 
.modal-dialog fieldset select, 
.modal-dialog fieldset input, 
.modal-dialog fieldset button {
    /*width: calc((100% * 0.3333) - 0.8em);*/
    width: calc(25% - 0.8em);
}

#upload-popup .modal-dialog fieldset label, #upload-popup .modal-dialog fieldset select, #upload-popup .modal-dialog fieldset input, #upload-popup .modal-dialog fieldset button {
     width: calc((100% * 0.3333) - 0.8em); 
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute !important;
    z-index: -1;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-2 + label {
    font-weight: 700;
    text-align: center;
    border: 2px solid #231f20;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}





@media only screen and (max-width: 600px) {
    fieldset {
        padding: 0.6em 0.6em 0.2em;
    }
    select, input, button {
        width: 100%;
        margin: 0 0 0.4em;
        padding: 0.2em;
    }
}