﻿.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

.pagination-div {
    text-align: center;
    clear: both;
}

.small-select {
    width: 100px;
    vertical-align: middle;
    height: 30px;
    /* align-items: flex-end; */
}

.absoulte-align-right {
    position: absolute;
    right: 0;
    top: 0;
}

.react-modal {
    position: absolute;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    overflow: auto;
    border-radius: 4px;
    outline: none;
}

.version-modal {
    width: 80%;
}

.preview-modal {
    width: 40%;
}

.template.deactivated .card, .template.deactivated .card .card-header {
    background: #dddddd !important;
    color: black !important;
}

.absoulte-align-left {
    position: absolute;
    left: 0;
    top: 0;
}

.folder:hover {
    border: 1px solid lightgray;
    border-radius: 5px;
    color: #ffffff;
    background: #17b882;
}
.folder:hover > i{
    color: #ffffff;
}
.folder > i {
    color: #17b882;
}

.file:hover {
    border: 1px solid lightgray;
    border-radius: 5px;
    color: #ffffff;
    background: #17b882;
}
.file:hover > i{
    color: #ffffff;
}
.file > i {
    color: #17b882;
}
.job-text{
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #777474;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 100%;
    bottom: 0px;
    pointer-events: none;
}

.file:hover .tooltiptext {
    visibility: visible;
}

.add-box-shadow:hover {
    -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.13);
}

.relative {
    position: relative;
}

tr.rows-loading {
    position: absolute;
    background-color: white !important;
    border-top: none !important;
    width: 100%;
    bottom: 0;
    height: 100%;
    opacity: 0.7;
    right: 0;
    z-index: 100;
}

table.table-with-loader, .table-with-loader tbody {
    position: relative;
}

div.rows-loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white !important;
    border-top: none !important;
    width: 100%;
    bottom: 0;
    height: 100%;
    opacity: 0.4;
    right: 0;
    z-index: 100;
}

.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 9999;
}

.loader_ajax_small {
    border: 2px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 2px solid #2D2D2D !important;
    width: 29px;
    height: 29px;
    top: 45%;
    position: relative;
    margin: 0 auto;
    -webkit-animation: spin_loader_ajax_small 2s linear infinite;
    animation: spin_loader_ajax_small 2s linear infinite;
}

.completion {
    z-index: 100;
    color: black;
    font-style: italic;
    font-weight: 600;
    max-width: 36%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    max-width: 45%;
    min-width: 45%;
    margin-top: 3px;
    font-size: small;
    margin-right: 10px;
}

.groups {
    width: 100%;
}

.group {
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.group-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: large;
    font-weight: 500;
    text-align: center;
}

.legend-item {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
}

.legend-item-wrapper {
    display: inline-block;
}

.legend-text {
    margin-right: 10px;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border: 1px solid black !important;
    border-width: 1px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    width: unset;
}

.input-label {
    font-weight: bolder;
    /*width: 100%*/
}

.img {
    width: 100%
}

.image-selector {
    text-align: center;
    display: block;
}

.info-field {
    text-align: center;
    color: brown;
    font-style: italic;
    width: 100%
}

.input-section {
    border: .5px solid #968787;
    padding: 20px 40px 20px 40px;
}

.center {
    justify-content: center;
}

.btn-sm {
    max-height: 40px;
}

.removeButton {
    padding: 5px;
    cursor: pointer;
    float: right;
    color: red;
}

.sortHandle {
    float: right;
    color: aquamarine;
    padding: 5px;
    cursor: grab;
}

.editButton {
    float: right;
    color: darkgreen;
    padding: 5px;
    cursor: pointer;
}

.confirmButton {
    float: right;
    color: green;
    padding: 5px;
    cursor: pointer;
}

.removeButton:hover {
    color: lightcoral;
}

.sortable-placeholder {
    border: .5px dashed black;
    display: block;
    height: 50px;
}

field, .field {
    margin-bottom: 10px;
}

.editDiv {
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
    border: 1px dashed;
    background-color: #fffef3;
}

.editInput {
    margin-right: 5px;
}

.divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.toolbox-header {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.toolbox {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    margin-top: -1rem;
    min-height: 100vh;
    margin-bottom: -10px;
    background-color: #fdfdfd;
}

.toolbox.fixed {
    position: fixed;
    top: 10px;
    right: 0px;
    padding: 20px;
    max-width: 16%;
}

.bottom.with-footer {
    bottom: 60px;
    min-height: auto;
    margin-bottom: auto;
}

.toolbox-section {
    margin-left: 10px;
}

.toolbox-tool {
    padding: 10px;
    border: 1px solid darkgray;
    border-radius: 5px;
    cursor: grab;
    margin-bottom: 5px;
    margin-left: 10px;
    word-break: break-word;
}

.error {
    color: red;
}

textarea.error {
    border: 1px solid red;
}

.required {
    color: red;
    margin-left: 10px;
}

span.error {
    width: 0px;
    margin-left: 10px;
}

input[type=text].error {
    border: 1px solid red;
}

input.error:focus, textarea.error:focus {
    border-color: red;
    box-shadow: 0 0 0 0.05rem red;
}

.errors {
    color: red;
    text-align: center;
}

.image-row {
    width: 100%;
}

input.success {
    border: 1px solid #82ef82;
}

input.success:focus {
    border-color: #127312;
    box-shadow: 0 0 0 0.05rem #82ef82;
}

/*Templates*/

.card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.template-container {
    padding: 0px 70px 10px 70px;
    overflow-y: auto;
}

.template {
    margin-bottom: 20px;
    text-decoration: none;
    color: black;
    display: block;
    /*Added*/
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.template.deactivated .simple-card, .template.deactivated .simple-card .simple-card-header {
    background: #dddddd !important;
    color: black !important;
}

.template:hover {
    text-decoration: none;
    color: black;
}

.template-wrapper {
    /*display: flex;*/
    height: 100%;
}

.header-link {
    float: right;
    padding: 5px;
    width: 20%;
    text-decoration: none;
    text-align: center;
}

.button-container {
    display: block;
    margin-bottom: 20px;
    height: 30px;
    color: white;
}

.small {
    font-size: medium
}

.warn:hover, .warn:hover .fa {
    background-color: red;
    color: white !important;
}

.info:hover, .info:hover .fa {
    background-color: deepskyblue;
    color: white !important;
}

.edit:hover, .edit:hover .fa {
    background-color: forestgreen;
    color: white !important;
}

.fa.warn {
    color: red;
}

.fa.info {
    color: deepskyblue;
}

.fa.edit {
    color: forestgreen;
}

.customer-divider {
    display: block;
    width: 100%;
    margin: 15px 0px 15px 0px;
    border-bottom: 1px solid black;
    padding: 10px;
    font-size: large;
    font-weight: 600;
    font-style: italic;
    /*background-color: #c0d4c338;*/
    /*border-radius: 40px;*/
    text-align: center;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 70% !important;
}

.w-90 {
    width: 70% !important;
}

.card-current-spot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-current-spot-row {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    align-items: center;
}

.card-current-spot-date-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}