@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/rbw7ayw.css');

:root {
	--bs-heading-color: #263529;
	--rodeo-color: #27332A;
}
body {
	/* font-family: 'Playfair Display', serif; */
	color: #263529;
	font-family: 'azo-sans-web', sans-serif;
	/* background-image: url('../img/baggrund.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

h1 {
	font-size: 1.3rem;
	font-weight: 700;
}

th, td {
	min-width: 88px;
}

tbody, td, tfoot, th, thead, tr {
	font-size: 15px;
	color: #263529;
}
thead tr th {
	font-size: 1rem;
}
.small {
	font-size: 0.75rem;
}
.gray {
	color: #a8a8a8;
}
a.the-salon-link {
	color: var(--rodeo-color);
}
.vtop {
	vertical-align: top;
}

/*
    display: inline-flex;
justify-content: space-between;
width: 100%;
padding-right: 1rem;
font-size: 3rem;
 */
.logo {
	width: 160px;
	height: auto;
	margin-right: 3rem;
}
.logo-wrapper {
	display: flex;
	justify-content: flex-start;
}

.oraco-overlay {
	display: none;
	position: fixed;
	background: rgba(255,255,255,0.78);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.oraco-overlay svg {
	width: 64px;
	height: 64px;
}

.none {
	display: none;
}

.black {
	color: black;
}
.no-underline {
	text-decoration: none;
}

.table-auto {
	width: auto !important;
}
.table-auto td {
	vertical-align: middle;
}

table.table tr:last-child {
	border-bottom: 1px solid #000;
}
table.table tr.border {
	border-bottom: 1px solid #000;
}
.row-seperator {
	line-height: 0;
}

body:has( #all_salons) {
	background-image: url('../img/baggrund.jpg');
}
body:has( #individual_salon) {
	background-image: url('../img/baggrund_lys.jpg');
}

.main-container-wrapper {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}
.main-container-wrapper img {
	max-width: 100%;
	height: auto;
}

body:has( #all_salons) .main-container-wrapper > .container > .row > [class*="col-"] > :is(h1, h2, h3, h4, h5, h6, p, div, span) {
	color: #fff;
}

tr.table-secondary.pad td,
tr.table-secondary.pad th {
	padding-top: 30px;
}


.hidden-div {
	max-height: 0;
	transition: all 0.3s ease-in-out;
	overflow:hidden;
}
#change-pass {
	max-width: 300px;
}

tr td:last-child {
	font-weight: 700;
}
.no-bold-last-td tr td:last-child {
	font-weight: 400;
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #263529;
	--bs-table-border-color: #373b3e;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #263529;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #263529;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}
.table-dark tbody,
.table-dark td,
.table-dark tfoot,
.table-dark th,
.table-dark thead,
.table-dark tr {
	color: #ffffff;
}

.table-secondary tbody,
.table-secondary td,
.table-secondary tfoot,
.table-secondary th,
.table-secondary thead,
.table-secondary tr {
	font-weight: 700;
}

.table>:not(caption)>*>* {
	padding: 0.015rem 0.25rem;
}
.table>:not(caption)>.row-seperator>*{
	padding: 0.2rem 0.25rem;
}
/*#263529*/

.form-add-edit-competition {
    padding: 2em;
    background: #fafafa;
}
.form-add-edit-competition label.form-label {
    font-weight: 600;
}
.form-add-edit-competition .container {
    margin-bottom: 1em;
}
.form-add-edit-competition .gns-header {
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 0.5em 0;
}
.form-add-edit-competition .gns-col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    padding: 0.3em 0;
}
.form-add-edit-competition .gns-col .col {
    display: flex;
    align-items: center;
}

.bootstrap-datetimepicker-widget {
    width:auto !important;
}
.datepicker-days {
    width: auto;
}
.bootstrap-datetimepicker-widget table {

}
.bootstrap-datetimepicker-widget table td {
    padding: 2px 0 !important;
    margin: 0 !important;
    width: 10px !important;
    max-width: 10px !important;
}
td.diff-red {
	background-color: #d9887a;
	--bs-table-accent-bg: #d9887a !important;
}
td.diff-green {
	background-color: #a4c0aa;
	--bs-table-accent-bg: #a4c0aa !important;
}
.btn-primary {
	--bs-btn-border-color: var(--rodeo-color);
	--bs-btn-bg: var(--rodeo-color);
}

/** Datepicker **/
body .bootstrap-datetimepicker-widget.dropdown-menu {
	width: auto;
}

.delegates-data {
    display: none;
}
#delegatesModal .salon-name {
    width: 250px;
    white-space: nowrap;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
#delegatesModal .employee-wrapper {
    overflow-x: auto;
}
#delegatesModal .salon-col {
    width: 250px;
}