@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');
}

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #F7F7F7 !important;
}

.navbar {
    min-height: 5%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to right, #343a40, #ff8435);
}

a,
.btn-link {
    color: #28482C;
}


.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'
}

.btn-primary {
    color: #fff;
    background-color: #f07032;
    border-color: #f07032;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ff8435;
        border-color: #ff8435;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #ff8435;
        border-color: #ff8435;
    }

.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;
}

.success {
    background-color: #04AA6D;
}

/* Green */
.info {
    background-color: #ff8435;
}

/* 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 #28482C;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.blazored-modal {
    margin: 5%;
    max-height: 85%;
    min-height: 10%;
    margin-top: 100px;
    margin-bottom: 50px;
    /*    min-width: 450px;*/
    border-radius: 20px;
}

.blazored-modal-content {
    /*    height: auto;
    width: auto;*/
    overflow-y: auto;
    /*    margin-right: 5%;
    margin-left: 5%;
    align-items: normal;*/
}

.blazored-modal-container {
    z-index: 1200;
}

.custom-modal-position {
    height: auto;
    width: auto;
    overflow-y: auto;
    align-items: normal;
    margin-right: 5%;
    margin-left: 5%;
}

.custom-modal-position-pdfview {
    overflow-y: auto;
}

.e-container {
    width: 100%;
    height: 100%;
}

.e-listview {
    background: white;
}

.e-chart {
    width: inherit !important;
    height: inherit !important;
}

.e-accumulationchart {
    width: inherit !important;
    height: 100% !important;
    overflow: hidden !important;
}

.e-listview:not(.e-list-template) .e-list-item {
    height: 100% !important;
}

@media screen and (max-width: 600px) {
    .e-listview .e-list-item {
        min-height: 10vh;
        display: flex;
        justify-content: center;
        /* align horizontal */
        align-items: center;
        /* align vertical */
    }
}

@media screen and (min-width: 600px) {
    .col-md-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 600px) {
    .searchBar {
        display: inline-flex;
    }
}

@media screen and (min-width: 600px) {
    .accountPayment {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 15px !important;
        bottom: 0;
        right: 0;
        padding-top: 100px;
        position: absolute;
    }

    .searchBarSearchButton {
        margin-left: 10px;
    }
}

@media screen and (max-width: 599px) {
    .accountPayment {
        padding-bottom: 20vh;
        padding-top: 20px;
    }

    .navbar {
        padding-left: 3%;
        padding-right: 3%;
    }

    .searchBarSearchButton {
        margin-top: 10px;
    }

    .pdfview {
        height: 65vh !important;
        width: 100% !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;
}

.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;
}


@media only screen and (max-width: 480px) {

    /* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    }
}

@media screen and (max-width: 1700px) {
    table.style1 thead {
        display: none;
    }

    table.style1 td {
        display: table;
    }

    table.style1 td::before {
        content: attr(label);
        font-weight: bold;
        width: 120px;
        min-width: 120px;
    }
}

@media only screen and (max-width: 600px) {
        #title::before{
            content: "FOXHAY C.P";
        }
}

@media only screen and (min-width: 600px) {
    #title::before {
        content: "FOXHAY CUSTOMER PORTAL";
    }
}


@media only screen and (max-width: 600px) {
    .mud-popover-provider {
        height: 50% !important;
    }
}

/* Mobile view */
@media only screen and (max-width: 600px) {
    .invoice-container {
        flex-direction: column;
    }

    .invoice-details {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
    }
}

.odd {
    background: #F7F7F7;
}

.even {
    background: #ECECEC;
}

#bottom-cta-circle-one {
    background: #458DCB;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: -90px;
}

.zoomIn {
    animation-name: zoomIn;
}

.wow {
    visibility: hidden;
}

.mud-card {
    border-radius: 10px !important;
}

.mud-card-content {
    border-radius: 10px !important;
}

#bottom-cta {
    /*    background: #fff;
    background-color: #f7f9fb;
*/
    text-align: center;
    /* padding-top: 5em; */
    /* padding-bottom: 5em; */
    overflow: hidden;
    height: 195px;
    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 */
}

#default_YAxisTitle {
    font-size: 15px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

#default_XAxisTitle {
    font-size: 15px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}