@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: 'arquitectaoffice-regular';
    src: url('../fonts/arquitectaoffice-regular.WOFF');
}

@font-face {
    font-family: 'arquitectaoffice-bold';
    src: url('../fonts/arquitectaoffice-bold.WOFF');
}


@font-face {
    font-family: 'europa-light';
    src: url('../fonts/europa-light.WOFF');
}

@font-face {
    font-family: 'europa-lightitalic';
    src: url('../fonts/europa-lightitalic.WOFF');
}

@font-face {
    font-family: 'europa-regular';
    src: url('../fonts/europa-regular.WOFF');
}

@font-face {
    font-family: 'europa-regularitalic';
    src: url('../fonts/europa-regularitalic.WOFF');
}

@font-face {
    font-family: 'europa-bold';
    src: url('../fonts/europa-bold.WOFF');
}

@font-face {
    font-family: 'europa-bolditalic';
    src: url('../fonts/europa-bolditalic.WOFF');
}

.h1, h1 {
    font-family: 'europa-bold'
}

.h2, h2 {
    font-family: 'europa-bold'
}

.h3, h3 {
    font-family: 'europa-bold'
}

.h4, h4 {
    font-family: 'europa-bold'
}

.h5, h5 {
    font-family: 'europa-bold'
}

.h6, h6 {
    font-family: 'europa-regular'
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F7F7F7 !important;
}

.navbar {
/*    min-height: 5%;
    margin: 0;*/
/*    padding: 0;*/
    background-image: linear-gradient(to right, #343a40, #165796);
}

a, .btn-link {
    color: #165796;
}

.h1, h1 {
    font-size: 2rem;
}

.btn-primary {
    color: #fff;
    background-color: #165796;
    border-color: #165796;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #458DCB;
        border-color: #458DCB;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #458DCB;
        border-color: #458DCB;
    }

    .btn-primary:disabled {
        color: #fff;
        opacity: 0.6;
        background-color: #28482C;
        border-color: #28482C;
        cursor: not-allowed;
    }

.content {
    padding-top: 1.1rem;
}

.statuslabel {
    color: white;
    padding: 8px;
}


@media screen and (max-width: 600px) {
    .statuslabel {
        font-size: smaller;
    }
}


.success {
    background-color: #04AA6D;
}
/* Green */
.info {
    background-color: #2196F3;
}
/* Blue */
.warning {
    background-color: #ff9800;
}
/* Orange */
.danger {
    background-color: #f44336;
}
/* Red */
.other {
    background-color: #e7e7e7;
    color: black;
}
/* Gray */

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #165796;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.blazored-modal {
    margin: 5%;
    max-height: 85%;
    /* min-height: 25%; */
    margin-top: 100px;
    margin-bottom: 50px;
    z-index: 2000 !important;
    /*    max-width: 90vw;*/
    border-radius: 20px;
}

.blazored-modal-content {
    height: auto;
    width: auto;
    overflow-y: auto;
    margin-right: 1%;
    margin-left: 1%;
    align-items: normal;
    max-height: 70vh;
}


.blazored-modal-container {
    z-index: 2000 !important;
}

.custom-modal-overlay {
    z-index: 2000 !important;
}

.custom-modal-position {
    height: auto;
    width: auto;
    overflow-y: auto;
    align-items: normal;
    margin-right: 1%;
    margin-left: 1%;
    z-index: 2000 !important;
}

.modal {
    z-index: 2000 !important;
}

@media screen and (max-width: 600px) {
    .hideMobile {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .container {
/*        padding-right: 54px !important;*/
        max-width: 85% !important;
    }
}


@media screen and (max-width: 600px) {
    .mobileTextbox {
        width: 100% !important;
    }
}

.mud-card {
    border-radius: 10px !important;
}

.mud-card-content {
    border-radius: 10px !important;
}

#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;
    }

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #2E8741;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -50px;
    margin-top: -50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sort-link {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

.fa fa-sort-up {
    color: black;
}

.fa fa-sort-down {
    color: black;
}

table {
    table-layout: fixed;
    width: 100%;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

    .e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
        justify-content: center;
        text-align: center;
        font-weight: bold !important;
        background: #f7f7f8;
    }

.e-accordion {
    margin-bottom: 10px;
}

.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header > .e-acrdn-header-content {
    font-weight: bold;
    color: #0d6efd;
    background-color: #f7f7f8;
}

.e-accordion .e-acrdn-item.e-select.e-active > .e-acrdn-header,
.e-accordion .e-acrdn-item.e-select.e-item-focus > .e-acrdn-header {
    background-color: #f7f7f8 !important;
}    

@media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    }
}

table.alternaterowcolours tr:nth-child(even) {
    background: #ECECEC;
}

table.alternaterowcolours tr:nth-child(odd) {
    background: #F7F7F7;
}

@media screen and (max-width: 600px) {
    table.neatlist thead {
        display: none !important;
    }

    table.neatlist td {
        display: flex !important;
    }

        table.neatlist td::before {
            content: attr(label) !important;
            font-weight: bold !important;
            width: 120px !important;
            min-width: 120px !important;
        }

                        .code-column {
                            width: 100% !important;
                        }
            
                        .stop-column {
                            width: 100% !important;
                        }
            
                        .name-column {
                            width: 100% !important;
                            word-break: break-word;
                        }
            
                        .phone-column {
                            width: 100% !important;
                        }

                        .mobile-column {
                            width: 100% !important;
                        }
}

#bottom-cta-circle-one {
    background: #458DCB;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: -90px;
}

.zoomIn {
    animation-name: zoomIn;
}

.wow {
    visibility: hidden;
}

#bottom-cta {
    /*    background: #fff;
    background-color: #f7f9fb;
*/ text-align: center;
    /* padding-top: 5em; */
    /* padding-bottom: 5em; */
    overflow: hidden;
    height: 115px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

#bottom-cta-circle-two {
    background: #165796;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: -33px;
    bottom: 50px;
}

#page-container {
    position: relative;
    /*relative    min-height: 100%;
    height: 100%;*/
    background-color: #f7f9fb;
    /*    overflow-y: scroll;
}*/
}


#content-wrap-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 85vh;
    text-align: left;
}

#footer {
    /*position: relative;*/
    /*    bottom: -1.9rem;*/
    bottom: 0;
    width: 100%;
    /**/ /*height: 2.5rem;*/ /* Footer height */
}