﻿.error {
    color: red;
    border-color: red !important;
}

.is-invalid {
    color: red;
}

.valid {
    border-color: green !important;
}

/*
    When it is a phone the notification will be full size
*/
@media (max-width: 575.98px) {
    /*    body #gritter-notice-wrapper {
        width: 100%!important;
        padding: 15px 20px;
        max-width: 360px;
    }*/
}




@media (min-width:200px) and (max-width:576px) {
    .optionsSearchFlighs {
        margin-right: -11px;
        margin-left: -15px;
    }

    .col-xs {
        flex: 1 0 0%
    }

    .row-cols-xs-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.33333%
    }

    .offset-xs-2 {
        margin-left: 16.66667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.33333%
    }

    .offset-xs-5 {
        margin-left: 41.66667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333%
    }

    .offset-xs-8 {
        margin-left: 66.66667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333%
    }

    .offset-xs-11 {
        margin-left: 91.66667%
    }

    .g-xs-0, .gx-xs-0 {
        --bs-gutter-x: 0;
    }

    .g-xs-0, .gy-xs-0 {
        --bs-gutter-y: 0;
    }

    .g-xs-1, .gx-xs-1 {
        --bs-gutter-x: 0.23438rem;
    }

    .g-xs-1, .gy-xs-1 {
        --bs-gutter-y: 0.23438rem;
    }

    .g-xs-2, .gx-xs-2 {
        --bs-gutter-x: 0.46875rem;
    }

    .g-xs-2, .gy-xs-2 {
        --bs-gutter-y: 0.46875rem;
    }

    .g-xs-3, .gx-xs-3 {
        --bs-gutter-x: 0.9375rem;
    }

    .g-xs-3, .gy-xs-3 {
        --bs-gutter-y: 0.9375rem;
    }

    .g-xs-4, .gx-xs-4 {
        --bs-gutter-x: 1.40625rem;
    }

    .g-xs-4, .gy-xs-4 {
        --bs-gutter-y: 1.40625rem;
    }

    .g-xs-5, .gx-xs-5 {
        --bs-gutter-x: 2.8125rem;
    }

    .g-xs-5, .gy-xs-5 {
        --bs-gutter-y: 2.8125rem;
    }
}

.widthImg {
    width: 200px;
}

.calendar{
    text-align: left !important;
}

.app-content {
    padding-bottom: 65px !important;
}

.btn-primary {
    color: white !important;
    border-color: #27A9DF !important;
    background-color: #27A9DF !important;
}
/*
.app-sidebar .menu .menu-item.active > .menu-link {
    background-color: #27A9DF !important;
}*/

    .app-sidebar .menu .menu-item.active > .menu-link .menu-icon {
        color: #ffffff !important;
    }

.btn-outline-primary {
    color: #27A9DF !important;
    border-color: #27A9DF !important;
}

    .btn-outline-primary:hover {
        color: white !important;
        background-color: #27A9DF !important;
        border-color: #27A9DF !important;
    }

.page-item.active .page-link {
    color: white !important;
    background-color: #27A9DF !important;
    border-color: #27A9DF !important;
}

.swal-overlay .swal-modal .swal-text {
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

.swal-overlay .swal-modal {
    padding: 30px;
}