﻿.label-title {
    font-weight: 700;
    display: inherit;
    font-size: 1.5rem;
    padding-top: 0.5rem;
    text-align: left;
}



.page-title {
    color: #f1d405;
    font-size: 2.8rem !important;
}



.btn-form {
    margin-top: 0.5rem;
    width: 100%;
    font-weight: 700;
    font-size: 2.1rem;
}

.link-location {
    color: #fff;
    background-color: #0074c5;
    border-color: #0d6efd;
    text-decoration: none;
    font-weight: 700;
}

    .link-location:hover, .link-location:active, .link-location:focus {
        color: #ffd800;
        background-color: #0074c5 !important;
        border-color: #0d6efd !important;
    }

#mylist {
    height: 220px;
    max-height: 220px;
}

/*combobox*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}


.ui-autocomplete-input {
    width: 100%;
}

.chosen-results {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-height: 39vh;
    overflow: auto;
}

.alert-success {
    background-color: #0074c5;
    border-color: #fff;
    color: #fff;
}

.close {
    display: none;
}

.close-message {
    float: right;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.alert-warning {
    color: #ffffff;
    background-color: #e5b20f;
    border-color: #ffffff;
}

.btn-primary {
    background-color: #0074c5;
    border-color: #0074c5;
}

.fancybox-content {
    background: transparent;
    padding: 0;
}

.fancybox-button svg {
    background: #fff;
}

#video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #7f7f7f;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
