@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

i.rzi {
    font-size: 1.5em !important;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1 {
    margin-left: 0;
}

a.nav-link {
    color: #0366d6;
}

btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.rz-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
    border-left: 7px solid;
    margin-left: 10px;
}

    .content div#header h1 {
        float: left;
        margin-right: 5px;
    }

    .content div#header {
        height: 50px;
    }


.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;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.loader {
    z-index: 1000;
    position: absolute;
}

.page .main {
    margin-bottom: 100px;
}

.topLabel {
    display: block;
}

.navbar img#capitaLogo {
    width: 170px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #181E53 !important;
}

.rz-button-md.rz-primary, .rz-button-md.rz-primary:hover, .rz-button-md.rz-primary:active, .rz-button-md.rz-primary:visited {
    background-color: #181E53 !important;
    min-width: 7.25rem;
    font-size: 1.0625rem !important;
    font-weight: 500 !important;
}

.rz-button.rz-button-xs.rz-variant-filled.rz-primary.rz-shade-default {
    background-color: #181E53 !important;
}

.rz-chkbox-box {
    border-width: 1px !important;
}

.rz-dropdown{
    display: inline-block !important;
}


/*#region footer*/
footer {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    height: 80px; /* Set the fixed height of the footer here */
    width: 100%;
    padding: 1rem;
}

.footer .logos {
    width: auto;
    padding: 0 15px;
    float: right;
    margin-right: 80px;
}

.footer span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    width: 100%;
    margin-left: 35px;
}

.footer .copyright {
    margin-left: 5px;
    margin-top: 38px;
    color: #666;
    float: left;
    font-style: italic;
}

.footer img#capitaLogo {
    width: 120px;
}

.footer img#clientLogo {
    height: 30px;
}

/*#endregion */

/*#region: Not Logged In */
body#notLoggedIn {
    color: #000;
    background-image: url('/images/pyramid/pyramid.png');
    background-position: 650px 0;
    background-color: #181E53;
    background-repeat: no-repeat;
    background-size: cover;
}

    body#notLoggedIn img#capitaLogoHeader {
        width: 256px;
        margin-bottom: 20px;
    }

    body#notLoggedIn .container.page {
        border: 1px solid black;
        background-color: #fff;
        float: left;
        height: 100vh;
        /*        min-height: 100%;*/
        min-height: 800px;
        width: 600px;
    }

    body#notLoggedIn #content {
        position: relative;
        top: 25%;
        left: 15%;
        width: 400px;
    }

        body#notLoggedIn #content .row {
            margin-left: 0;
        }

/*    body#notLoggedIn .container.page #footer {
        position: absolute;
        bottom: 20px;
        width: 200px;
        margin-left: 220px;
    }*/

    body#notLoggedIn .container.page #footer {
        position: absolute;
        bottom: 20px;
        width: 200px;
        margin-left: 170px;
        text-align: center;
    }

@media only screen and (max-height: 800px) {
    body#notLoggedIn .container.page #footer {
        display: none;
    }
}

    body#notLoggedIn .container.page #versionNo {
        position: absolute;
        left: 400px;
        bottom: 0;
        font-size: x-small;
        color: #999;
    }

    body#notLoggedIn .container.page #punchline {
        position: absolute;
        right: 40px;
        bottom: 10px;
        font-size: x-large;
        font-family: 'Arimo', sans-serif;
        color: #fff;
    }

.verify-account-row {
    margin-left: -0.75rem !important;
}


/*#endregion*/
/*#region: Your Profile page */
.vertbanner ul.list-inline:after {
    clear: both;
    display: block;
    content: "";
}

#roles .list-group-item {
    float: left;
    width: 200px;
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    background-color: #D4F8F9;
}

#dataTags .list-group-item {
    float: left;
    width: 200px;
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    background-color: #f1ec87c2;
}

/*#endregion*/

/*#region Bootstrap Tooltips */
.tooltip-inner {
    padding-top: 15px;
    padding-right: 20px;
}

    .tooltip-inner ul {
        text-align: left;
    }
/*#endregion*/

/*#region Bootstrap Tooltips */

#userAdminWrapper #superAdminMenu {
    margin-bottom: 10px;
}

#editRolesWrapper .panel:not(:first-child) {
    margin-top: 10px;
}

/*#endregion*/

/*#region: Contacts page */
#contactsWrapper #jobWrapper {
    margin-top: 20px;
    margin-left: 10px;
}

    #contactsWrapper #jobWrapper .largeLoader {
        margin: 0 auto;
        margin-right: 5px;
    }
/*#endregion*/

#homeContent {
    clear: both;
    margin-top: 50px;
}

#topmenu .main {
    font-family: 'Arimo', sans-serif;
}

.main #topmenu #username {
    color: #999;
    font-weight: bolder;
    font-size: 1.1rem;
}

.main #topmenu a.nav-link {
    color: #999;
    font-size: 1rem;
    background-color: #636138;
    border-radius: 4px;
    height: 1.7rem;
    line-height: 1.7rem;
    color: #fff;
    display: flex;
    align-items: center;
    float: left;
}

    .main #topmenu a.nav-link.dashboard {
        background-color: #2196F3;
    }

    .main #topmenu a.nav-link:hover {
        background-color: #999999;
    }

.form-group {
    margin-bottom: 1rem;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
    background-color: #ffffff;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: #479cc8;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 12px !important;
    background-color: transparent !important;
}

.custom-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #479cc8;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 8px;
}

/*.custom-scrollbar {
    scrollbar-width: thin;*/ /* For Firefox */
    /*scrollbar-color: #479cc8 transparent;*/ /* For Firefox */
/*}*/

.rz-dropdown-label {
    margin-top:2px !important;
    margin-left:2px !important;
    width:11.25rem;
}
/*#region: Version History*/
#verHistWrapper h2 {
    width: 100%;
    margin-top: 40px;
    font-size: 1.5rem !important;
}

#verHistWrapper h3 {
    font-size: 1.3rem !important;
}

#verHistWrapper .footnote {
    margin-top: 20px;
}

.rz-card .badge {
    position: absolute;
    width: 90px;
    top: -23px;
    right: -4px;
}

/*#endregion*/

