@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('https://unpkg.com/zircle/dist/zircle.css');*/

.DayOfWeekField {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding:6px;
    padding-left: 0px;
    padding-right: 0px
}

.NDC {
    font-size: 32px;
    letter-spacing: 4px;
    opacity: 90%;
    font-weight: 800;
}

.page-break {
    page-break-before: always;
}

.color-picker-header {
    background-color: black !important;
    color: white !important;
    font-weight: 400 !important;
}

.color-picker-close-button
{
    font-size:larger !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    /*padding-top: 0.5rem;*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#Blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #Blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
    for details on configuring this project to bundle and minify static web assets. */

body {
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
    background-color: black;
    -webkit-print-color-adjust: exact !important;
    width: 100%;
    height: auto;
}

::-webkit-scrollbar {
    display: none;
}

input {
    border-radius: 4px;
    border-width: thin;
}

/*    input [type='checkbox'] {
        width: 25% !important;
        background-color: red;
    }
*/

.strike {
    text-decoration: line-through !important;
    color: red !important;
}

.body-content {
    width: 100%;
    color: #505050;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.MasterHeader {
    vertical-align: central;
    background-color: rgb(80, 184, 107);
    border-radius: 4px;
    width: 100%;
}

.divContent {
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    border: 1px none #a0a0a0;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.divContent-payment {
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    border: 1px none #a0a0a0;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.grayBorder {
    border: 1px solid #606060;
}

.divContentSection {
    border: 0;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.DialogInGrid {
    /*    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
*/
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.GridTable {
    width: 100%;
    /*    border-radius: 8px;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center !important;
}

    .GridTable th {
        /*    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
*/ text-align: center;
    }

.divContentSectionTitle {
    text-align: left;
    padding-left: 5px;
    padding-top: 8px;
    height: 40px;
    vertical-align: bottom;
    color: white;
    font-weight: 500;
    border-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.divSearchSectionTitle {
    padding-top: 8px;
    height: 50px;
    vertical-align: bottom;
    font-weight: 500;
    border-radius: 7px;
    /*border: 1px solid rgb(80, 80, 80);*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.DataEntry {
    margin-top: 10px;
    margin-bottom: 15px;
    color: black;
}

    .DataEntry table {
        width: 100%;
    }

    .DataEntry tr {
        height: 45px;
    }

    .DataEntry input {
        border-radius: 4px;
        border-width: thin;
    }

    .DataEntry select {
        border-radius: 4px;
        border-width: thin;
        height: 30px;
        color: #101010;
    }

    .DataEntry tr td:nth-child(1) {
        width: 5%;
        text-align: right;
        white-space: nowrap;
    }

    .DataEntry tr td:nth-child(2) {
        width: 10%;
        text-align: right;
        white-space: nowrap;
    }

    .DataEntry tr td:nth-child(3) {
        width: 25%;
        text-align: right;
    }

    .DataEntry tr td:nth-child(4) {
        width: 10%;
        text-align: left !important;
        white-space: nowrap;
    }

    .DataEntry tr td:nth-child(5) {
        width: 35%;
        text-align: left;
    }

    .DataEntry tr td:nth-child(6) {
        width: 5%;
        text-align: left;
    }

    .DataEntry .readonly {
        background-color: #b0b0b0;
    }

.Deselected {
    background-color: dimgray;
    color: lightgray;
}

.DataEntry2 tr {
    height: 42px;
}

.DataEntry2 table {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.DataEntry2 tr:last-child {
}

.DataEntry2 tr td:first-child {
    text-align: right;
    padding-right: 5px;
}

.DataEntry2 select {
    border-radius: 4px;
    border-width: thin;
    height: 30px;
}

.Caption1 {
    font-weight: 200;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px 10px 0px 0px;
    /*    width: 100%;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 34px
}

.Caption2 th {
    border-left: 0px;
    border-right: 1px solid gray;
    font-weight: 200;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

    .Caption2 th:first-child {
        border-left: none;
    }

    .Caption2 th:last-child {
        border-right: none;
    }

.CaptionHome {
    border: 0.5px solid gray;
    font-weight: 200;
    text-align: center;
    padding: 0px 5px 0px 5px;
    height: 30px;
    text-align: center;
}

.HomeData td {
    padding: 0px 2px 0px 2px;
    font-weight: 100;
    /*text-align: center;*/
    height: 24px;
    border: 1px solid #d0d0d0;
}

.GridData td {
    padding: 0px 5px 0px 5px;
    font-weight: 200;
    height: 48px;
    border: 1px solid #606060;
}

    .GridData td:last-child {
        padding: 0px 5px 0px 5px;
        font-weight: 200;
        height: 48px;
    }

.GridData .tableLine {
    border-bottom: 1px solid #d0d0d0;
    border: black;
}

.GridData input {
    text-align: center;
}

.GridDataUnicolor td {
    padding: 0px 5px 0px 5px;
    font-weight: 200;
    height: 48px;
    border: 1px solid #606060;
}

    .GridDataUnicolor td:last-child {
        padding: 0px 5px 0px 5px;
        font-weight: 200;
        height: 48px;
    }

.GridDataUnicolor .tableLine {
    border-bottom: 1px solid #d0d0d0;
    border: black;
}

.GridDataUnicolor input {
    text-align: center;
}

.tableFooter {
    border-left: 2px;
    border-right: 2px;
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

    .tableFooter input {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 48px !important;
    }

.AddButton {
    border: 1px solid #404040;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    margin: 10px;
    border-radius: 5px;
    color: black;
    background-color: white;
}

.BlackFriday {
    background-color: black !important;
    color: #d0ffd0 !important;
    font-weight: 200 !important;
    text-align: center !important;
    border: 1px solid black !important;
    border-bottom: 1px solid darkgray !important;
    border-top: 1px solid darkgray !important;
}

.GrayDate {
    background-color: lightgray !important;
    color: black !important;
    font-weight: 200 !important;
    text-align: center !important;
    border: 1px solid black !important;
    border-bottom: 1px solid darkgray !important;
    border-top: 1px solid darkgray !important;
}

.ActiveOnly {
    height: 34px;
    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.ActiveAll {
    height: 34px;
    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.SearchField {
    color: black;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 5px;
    width: 100%;
    border: 0;
    height: 32px
}

.frmCheckbox {
    width: 15px;
    height: 15px;
    text-align: center !important;
}

table.scrolldown {
    width: 100%;
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
}

    table.scrolldown thead tr th {
        height: 40px;
        line-height: 40px;
    }

    table.scrolldown tbody {
        /* Set the height of table body */
        height: 50px;
        /* Set vertical scroll */
        overflow-y: auto;
        /* Hide the horizontal scroll */
        overflow-x: hidden;
    }


        table.scrolldown tbody td, thead th {
            /*width: 200px;*/
            border-right: 2px solid black;
        }

.Scrolltable tfoot tr td {
}

.InnerMenu {
    padding: 5px;
    background-color: red;
}

.errorMessage {
    color: red;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    vertical-align:middle;
    margin-top:10px; 
    margin-bottom:10px; 
}

.hiddenBorder {
    border: 1px hidden;
}

.saveButton {
    position: fixed;
    z-index: 999;
    top: 3px;
    height: 52px;
    width: 140px;
    margin-right: 0px;
    border: 1px solid gray
}

.HomeGreen {
    color: green !important;
}

.HomeRed {
    color: red !important;
}

.HeaderHeaderBorderLeft {
    border-left: 2px dashed gray !important;
}

.HeaderHeaderBorderRight {
    border-right: 2px dashed gray !important;
}

.Spot1 {
    left: 20%;
    top: 510px;
    width: 220px;
    height: 220px;
    border-radius: 50% 50%;
    background-color: yellow;
    animation: aniSpot2 130s ease-in-out infinite;
    opacity: 0.5 !important;
}

.Spot2 {
    left: 60%;
    top: 250px;
    width: 130px;
    height: 130px;
    border-radius: 50% 50%;
    background-color: magenta;
    animation: aniSpot1 75s both infinite;
    opacity: 0.5 !important;
}

.Spot3 {
    left: 60%;
    top: 150px;
    width: 130px;
    height: 130px;
    border-radius: 50% 50%;
    background-color: cyan;
    animation: aniSpot2 75s alternate-reverse infinite;
    opacity: 0.6 !important;
}

.Spot4 {
    width: 230px;
    height: 230px;
    left: 10%;
    top: 330px;
    border-radius: 50% 50%;
    background-color: green;
    animation: aniSpot1 120s ease-in-out infinite;
    opacity: 0.4 !important;
}

.Spot5 {
    width: 110px;
    height: 110px;
    left: 50%;
    top: 34%;
    border-radius: 50% 50%;
    background-color: red;
    animation: aniSpot3 127s ease-in-out infinite;
    opacity: 0.7 !important;
}

.Spot52 {
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    border-radius: 50% 50%;
    background-color: #00000e;
    animation: aniSpot52 160s ease-in-out infinite;
    opacity: 0.59 !important;
}

.Spot6 {
    left: 20%;
    top: 330px;
    width: 230px;
    height: 230px;
    border-radius: 50% 50%;
    background-color: blue;
    animation: aniSpot1 65s alternate-reverse infinite;
    opacity: 65% !important;
}

.Spot7 {
    left: 40%;
    top: 150px;
    width: 130px;
    height: 130px;
    border-radius: 50% 50%;
    background-color: white;
    animation: aniSpot2 25s alternate-reverse infinite;
    opacity: 65% !important;
}

.Spot8 { /*jpg*/
    border-radius: 50% 50%;
    left: -250px;
    top: 190px;
    transform: scaleX(-1);
    background-color: darkgoldenrod;
    animation: aniSpot4 35s alternate;
}

.Spot9 { /*aircraft*/
    width: 180px;
    height: 180px;
    left: 25%;
    top: 150px;
    border-radius: 50% 50%;
    background-color: goldenrod;
    animation: aniSpot2 50s ease-in-out infinite;
    opacity: 65% !important;
}

.SpotMini {
    left: 40%;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50% 50%;
    background-color: silver;
    animation: aniMini 25s alternate-reverse infinite;
    opacity: 55% !important;
}

.SpotMini2 {
    left: 40%;
    top: 15px;
    width: 30px;
    height: 30px;
    background-color: darkgoldenrod;
    border-radius: 50% 50%;
    animation: aniMini2 27s alternate-reverse infinite;
    opacity: 55% !important;
}
.WelcomeAni {    
    animation: MyFadeInOutIn 60s alternate-reverse infinite;
    opacity: 200%;
}
/* ANIMATIONS*/
@keyframes MyAnimationStage {
    0% {
        background-position: 0% 37%;
        opacity: 0%;
    }

    25% {
        background-position: 0% 0%;
        opacity: 25%;
    }

    33% {
        background-position: 30% 30%;
        opacity: 33%;
    }

    50% {
        background-position: 50% 30%;
        opacity: 50%;
    }

    66% {
        background-position: 66% 66%;
        opacity: 66%;
    }

    75% {
        background-position: 0% 75%;
        opacity: 75%;
    }

    100% {
        background-position: 50% 50%;
        opacity: 100%;
    }
}

@keyframes MyAnimationWelcome {
    0% {
        background-position: 100% 100%;
        background-size: 150%;
        opacity: 100%;
    }

    50% {
        background-position: 0% 0%;
        background-size: 60%;
        opacity: 60%;
    }

    100% {
        background-position: 100% 100%;
        background-size: 100%;
        opacity: 100%;
    }
}

@keyframes MyStageDialog {
    0% {
        background-position: 0% 37%;
        background-size: 100%;
        opacity: 100%;
    }

    25% {
        background-position: 0% 0%;
        background-size: 75%;
        opacity: 70%;
    }

    33% {
        background-position: 30% 30%;
        background-size: 66%;
        opacity: 100%;
    }

    50% {
        background-position: 50% 30%;
        background-size: 50%;
        opacity: 95%;
    }

    66% {
        background-position: 66% 66%;
        background-size: 66%;
        opacity: 80%;
    }

    75% {
        background-position: 0% 75%;
        background-size: 75%;
        opacity: 90%;
    }

    100% {
        background-position: 50% 50%;
        background-size: 100%;
        opacity: 100%;
    }
}

@keyframes MyFadeInOutIn {
    0% {
        opacity: 100%;
    }

    10% {
        opacity: 98%;
    }

    20% {
        opacity: 90%;
    }

    30% {
        opacity: 85%;
    }

    40% {
        opacity: 40%;
    }

    50% {
        opacity: 20%;
    }

    60% {
        opacity: 40%;
    }

    70% {
        opacity: 90%;
    }

    80% {
        opacity: 95%;
    }

    90% {
        opacity: 98%;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes MyFadeOutInOut {
    0% {
        opacity: 0%;
    }

    10% {
        opacity: 80%;
    }

    20% {
        opacity: 55%;
    }

    30% {
        opacity: 85%;
    }

    40% {
        opacity: 80%;
    }

    50% {
        opacity: 100%;
    }

    60% {
        opacity: 80%;
    }

    70% {
        opacity: 90%;
    }

    80% {
        opacity: 75%;
    }

    90% {
        opacity: 42%;
    }

    100% {
        opacity: 0%;
    }
}

@keyframes MyFlash {
    0% {
        transform:rotate("40deg");
    }

    10% {
        opacity: 90%;
    }

    20% {
        opacity: 80%;
    }

    30% {
        opacity: 70%;
    }

    40% {
        opacity: 80%;
    }

    50% {
        opacity: 90%;
    }

    60% {
        opacity: 95%;
    }

    70% {
        opacity: 95%;
    }

    80% {
        opacity: 100%;
    }

    90% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes MyFlash2 {
    0% {
        opacity: 20%;
    }

    10% {
        opacity: 35%;
    }

    20% {
        opacity: 62%;
    }

    30% {
        opacity: 80%;
    }

    40% {
        opacity: 90%;
    }

    50% {
        opacity: 100%;
    }

    60% {
        opacity: 90%;
    }

    70% {
        opacity: 80%;
    }

    80% {
        opacity: 62%;
    }

    90% {
        opacity: 35%;
    }

    100% {
        opacity: 20%;
    }
}

@keyframes aniSpot1 {

    0% {
        width: 380px;
        height: 380px;
        left: 20%;
        top: 410px;
        opacity: 45% !important;
    }

    10% {
        left: 30%;
        top: 10px;
    }

    20% {
        left: 45%;
        top: 222px;
    }

    30% {
        left: 55%;
        top: 260px;
    }

    40% {
        left: 35%;
        top: 160px;
    }

    50% {
        width: 220px;
        height: 220px;
        left: 85%;
        top: 310px;
        opacity: 100% !important;
    }

    60% {
        left: 70%;
        top: 110px;
        opacity: 0% !important;
    }

    70% {
        left: 35%;
        top: 222px;
    }

    80% {
        left: 0%;
        top: 260px;
    }

    90% {
        left: 50%;
        top: 160px;
        opacity: 90% !important;
    }

    100% {
        width: 380px;
        height: 380px;
        left: 20%;
        top: 410px;
        opacity: 45% !important;
    }
}
@keyframes aniSpot2 {

    0% {
        width: 180px;
        height: 180px;
        left: 0%;
        top: 550px;
    }

    20% {
        left: 40%;
        top: 220px;
    }

    50% {
        left: 85%;
        top: 390px;
        width: 250px;
        height: 250px;
    }

    80% {
        left: 45%;
        top: 320px;
    }

    100% {
        width: 180px;
        height: 180px;
        left: 0%;
        top: 550px;
    }

}
@keyframes aniSpot3 {
    0% {
        width: 110px;
        height: 110px;
        left: 50%;
        top: 34%;
    }

    10% {
        left: 10%;
        top: 10%;
    }

    20% {
        opacity: 75% !important;
        left: 65%;
        top: 322px;
    }

    30% {
        left: 85%;
        top: 460px;
        width: 150px;
        height: 150px;
    }

    40% {
        left: 50%;
        top: 160px;
    }

    50% {
        width: 115px;
        height: 115px;
        left: 15%;
        top: 110px;
        opacity: 100% !important;
    }

    63% {
        left: 28%;
        top: 40%;
    }
    69% {
        width: 40px;
        height: 40px;
        left: -1%;
        top: 30%;
    }

    75% {
        width: 1000px;
        height: 1000px;
        left: 5%;
        top: 5%;
    }
    79% {
        width: 110px;
        height: 110px;
        left: 15%;
        top: 30%;
    }

    95% {
        width: 150px;
        height: 150px;
        left: 10%;
        top: 85%;
    }
    100% {
        width: 150px;
        height: 150px;
        left: 50%;
        top: 34%;
    }
}
@keyframes aniSpot52 {
    0% {
        width: 0px;
        height: 0px;
        left: 50%;
        top: 50%;
        opacity:0.1;
    }

    5% {
        width: 1px;
        height: 1px;
        left: -1%;
        top: 30%;
        opacity: 1;
    }

    45% {
        width: 1900px;
        height: 1900px;
        left: 5%;
        top: 5%;
    }

    65% {
        width: 0px;
        height: 0px;
        left: 85%;
        top: 50%;
        opacity: 0.1;
    }
    100% {
        width: 0px;
        height: 0px;
        left: 50%;
        top: 50%;
        opacity: 0.1;
    }
}
@keyframes aniSpot4 
{
    0% {
        width: 430px !important;
        height: 430px !important;
        left: 350px;
        top: 210px;
        opacity: 95% !important;
    }
    33% {
        width: 215px !important;
        height: 215px !important;
        left: -1%;
        top: 110px;
        opacity: 85% !important;
    }
    66% {
        width: 615px;
        height: 615px;
        left: 90%;
        top: 210px;
        opacity: 1% !important;
    }
    73% {
        transform: scaleX(1);
        width: 1px !important;
        opacity: 1% !important;
    }
    100% {
        opacity: 1% !important;
        left: 350px;
    }
}
@keyframes aniMini2 
{
    0% {
        opacity: 50%;
        width: 30px !important;
        height: 30px !important;
        top: 11px;
    }
    33% {
        width: 45px !important;
        height: 45px !important;
        left: 21px;
        top: 40px;
    }
    66% {
        width: 25px;
        height: 25px;
        left: 38px;
        top: 54px;
    }
    100% {
        width: 30px !important;
        height: 30px !important;
        left: 50px;
        top: 11px;
    }
}

@keyframes aniMini {

    0% {
        left: 55%;
        top: 50px;
        width: 15px;
        height: 15px;
    }

    20% {
        left: 0%;
        top: 8px;
    }

    50% {
        left: 60%;
        top: 39px;
        width: 35px;
        height: 35px;
    }

    80% {
        left: 95%;
        top: 42px;
        width: 12px;
        height: 12px;
    }

    100% {
        left: 55%;
        top: 50px;
        width: 15px;
        height: 15px;
    }
}

.form-controlNoBlock {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
/*    font-size: 1rem;*/
    height:36px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@keyframes Appear {
    0% {
        opacity: 10%;
    }

    10% {
        opacity: 20%;
    }

    20% {
        opacity: 30%;
    }

    30% {
        opacity: 40%;
    }

    40% {
        opacity: 50%;
    }

    50% {
        opacity: 60%;
    }

    60% {
        opacity: 70%;
    }

    70% {
        opacity: 80%;
    }

    80% {
        opacity: 90%;
    }

    90% {
        opacity: 90%;
    }

    100% {
        opacity: 90%;
    }
}

.form-control {
    height: 36px;
}

.chartdiv {
    width: 100%;
    height: 500px;
}

.containerUpload {
    width: 285px;
    background-color: #ff00ff;
}

.dropArea {
    border: 2px dashed black;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    cursor: pointer;
    position: relative;
    width: 125px;
    white-space: initial;
    float: left;
}

    .dropArea:hover {
        background-color: darkgray;
        color: #333;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 80px;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrag {
    background-color: lightgray;
}

.deleteUpload {
    float: left;
    text-align: center;
    height: 80px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.theme-NDC {
    --accent-color: red;
    --primary-color: transparent;
    --shade-color: #23040f;
    --border-color: green 2px solid !important;
}

.zircleTransparent2 {
    background-color: transparent;
    border-color: transparent;
    color: #66d2fd;
    z-index: 10000;
    /*animation: 0.2s ease-out;*/
}

.fs_xxs {
    font-size: 18px;
}

.fs_xs {
    font-size: 22px;
}

.fs_s {
    font-size: 16px;
}

.fs_m {
    font-size: 18px;
}

.fs_l {
    font-size: 30px;
}

.fs_xl {
    font-size: 42px;
}

.fs_xxl {
    font-size: 62px;
    margin-top: -100px;
    width: 180% !important;
    height: 180% !important;
    height: 180% !important;
    text-anchor: start;
    left: -100px !important;
    color: #5Baee2;
}

.AirlineList {
    min-width: 76px;
    min-height: 76px;
    cursor: pointer;
    display: inline-grid;
    border: 1px solid gray;
    border-radius: 4px;
    margin: 5px;
    padding: 1px;
    max-width: 75px;
}

.ck.ck-editor__editable_inline {
    height:500px;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.spinner2 {
    animation: spin 25s ease-in-out infinite;
}

.spinner3 {
    animation: spin 2s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.world-globe-pole {
    position: absolute;
    border-radius: 50% 50%;
}

@keyframes fadePicturesInOut {
    100%, 0%, 74% {
        opacity: 0;
    }

    78%, 97% {
        opacity: 1;
    }
}


.btn-toggleOn {
    background-color: #28a745;
    color: white;
}

.btn-toggleOff {
    background-color: #6c757d;
    color: white;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 4px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: red;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal-body {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.image-item {
    max-height: 132px;
    min-height: 132px;
    padding-right: 10px;
}

.delete-button {
    position: absolute;
    top: 2px;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
}