﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'jazeera';
    src: url('/Portal/fonts/jazeera.ttf') format('truetype');
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #bb141b;
    text-decoration: none !important;
}

    a:hover, .btn-link:hover {
        color: #767676;
        text-decoration: underline;
    }


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }

.page-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}


    .page-loader .page-loader-spinner {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #b70e0c;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 1s linear infinite; /* Safari */
        animation: spin 1s linear infinite;
        margin: 0 auto;
    }

    .page-loader p {
        color: #b70e0c;
    }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#copyright {
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
    text-align: right;
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
}

.header {
    background-color: #404040 !important;
    color: #fff !important;
    width: 100%;
}

    .header a {
        color: #fff !important;
    }

.header-right {
    position: absolute;
    right: 30px;
}

.header-left {
    position: absolute;
    left: 0px;
}

.navbar-brand {
    text-align: center;
    width: 100%;
}

/* Scrollbar Style */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bb141b;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #000;
    }



.btn-squared-default {
    width: 125px !important;
    height: 125px !important;
    font-size: 13px;
}

    .btn-squared-default:hover {
        border: 3px solid white;
        font-weight: 800;
    }

    .btn-squared-default i {
        margin-bottom: 10px;
    }


.landing-form {
    padding: 10px;
    border: #ced4da 1px solid;
    border-radius: 25px;
}

    .landing-form h4 {
        margin-bottom: 30px;
    }

@media screen and (min-width: 400px) {
    .landing-form {
        padding: 50px;
    }
}

@media screen and (min-width: 1000px) {
    .landing-form {
        margin: 30px 300px;
    }
}

.btn-default {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

    .btn-default:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
    }

.d-print-none {
    margin-bottom: .5rem !important;
}

input[type=text] {
    /*display: block;*/
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input[type=text]:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }


.iframe-full-height {
    position: relative;
    top: 0px;
    left: 0px;
    border: 0;
    width: 100%;
}

.navbar-toggler {
    position: absolute;
    left: 3px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.profile-cyrcle {
    padding: 0px;
}

    .profile-cyrcle * {
        background-color: #1b6ec2;
        padding: 10px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

.rz-panel-menu {
    background-color: #000000;
}

    .rz-panel-menu .rz-navigation-item-wrapper-active, .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
        background-color: #404040 !important;
    }

    .rz-panel-menu .rz-navigation-item-wrapper:hover {
        background-color: #b61a18 !important;
    }

    .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper-active {
        background-color: #b61a18 !important;
        padding-left: 10px;
    }


.mobile-top {
    display: none;
    position: absolute;
    right: 3px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

    .mobile-top a {
        color: #fff !important;
    }

@media(max-width: 640px) {
    .mobile-top {
        display: block;
    }
}

.rz-grid-table {
    table-layout: auto !important;
}

    .rz-grid-table th, .rz-grid-table td, .rz-grid-table thead th, .rz-grid-table tbody td, .rz-grid-table tfoot td, .rz-grid-table tfoot th {
        width: fit-content !important;
    }

.bg-purple {
    background-color: #6f42c1;
}

.bg-orange {
    background-color: #fd7e14;
}

.bg-teal {
    background-color: #20c997;
}

label.checkbox input[type=checkbox], label.checkbox span {
    position: relative;
    top: 8px;
}
