﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*.card-columns {
    @include media-breakpoint-only(sm) {
        column-count: 1;
    }

    @include media-breakpoint-only(md) {
        column-count: 2;
    }

    @include media-breakpoint-only(lg) {
        column-count: 2;
    }

    @include media-breakpoint-only(xl) {
        column-count: 2;
    }
}*/

html,
body {
    height: 100%;
    /*background-color: #f8f9fa !important;*/
}

body {
    font-family: 'Roboto', 'Montserrat', sans-serif !important; /*,'Open Sans','Roboto'*/
}

.aDisabled {
    opacity: 0.5;
    pointer-events: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*.shadow {
    box-shadow: 0 0.5rem 1rem #cecdcd !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.30) !important;
}*/

/* 
    This divRounded* classes are for smooth round bottoms on divs
*/
.divRoundedMain {
    overflow: hidden;
}

.divRounded {
    overflow: hidden !important;
    /*background-image: linear-gradient(to bottom left, blue, cyan);*/
    width: calc(100% + 200px) !important;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 0 0 70% 30% / 0 0 calc(20% + 3vw) calc(3% + 1vw);
    margin: 0 -100px 0 -100px;
}

.divRoundedInner {
    width: calc(100% -200px) !important;
}


.h-24 {
    height: 24px !important;
}

.h1vw {
    font-size: calc(1vw + 1rem) !important;
}

.h08vw {
    font-size: calc(0.6vw + 1rem) !important;
}

.dashboard h3 {
    color: #1F76BB;
}

.card-img-top {
    object-fit: cover;
}

/*******************************************/
/****** Credit Gateway Other - Begin ******/
/*******************************************/

/*@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}*/

.modal-dialog-scrollable {
    height: calc(100% - 4rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.cursor-pointer {
    cursor: pointer;
}

.table-royal,
.table-royal > th,
.table-royal > td {
    background-color: #d7c6f5;
}

    .table-royal th,
    .table-royal td,
    .table-royal thead th,
    .table-royal tbody + tbody {
        border-color: #b596ed;
    }

.table-hover .table-royal:hover {
    background-color: #c7b0f1;
}

    .table-hover .table-royal:hover > td,
    .table-hover .table-royal:hover > th {
        background-color: #c7b0f1;
    }

.badge-royal {
    color: #fff;
    background-color: #6f42c1;
}

a.badge-royal:hover, a.badge-royal:focus {
    color: #fff;
    background-color: #6f42c1;
}

.badge-credit-gateway {
    color: #fff;
    background-color: #1F76BB;
}

a.badge-credit-gateway:hover, a.badge-credit-gateway:focus {
    color: #fff;
    background-color: #1F76BB;
}

.text-royal {
    color: #6f42c1 !important;
}

.text-dark-gray {
    color: #787a7d !important;
}

.text-light-gray {
    color: #cacaca !important;
}

.border-dark-gray {
    border-color: #585b60 !important;
}

.text-credit-gateway {
    color: #1F76BB !important;
}

.text-credit-gateway-landing {
    color: #1F76BB !important;
}

.bg-credit-gateway {
    background-color: #1F76BB !important;
}

.border-primary-light {
    border-color: #60acff !important;
}

.text-primary-light {
    color: #60acff !important;
}

.bg-primary-light {
    background-color: #60acff !important;
}

.bg-green-light {
    background-color: #d3ecd9 !important;
}

.bg-blue-light {
    background-color: #cbe4fe !important;
}

.bg-gray-light {
    background-color: #cacaca !important;
}

.bg-gray-medium {
    background-color: #b2b2b2 !important;
}

.bg-royal {
    background-color: #6f42c1 !important;
}

.btn-outline-primary-light {
    color: #60acff;
    border-color: #60acff;
}

    .btn-outline-primary-light:hover {
        color: #212529;
        background-color: #60acff;
        border-color: #60acff;
    }

    .btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(96, 172, 255, 0.49);
    }

    .btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
        color: #60acff;
        background-color: transparent;
    }

    .btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-light.dropdown-toggle {
        color: #212529;
        background-color: #60acff;
        border-color: #60acff;
    }

        .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(96, 172, 255, 0.49);
        }


.navbar-dark .text-primary-light:hover {
    color: #9fceff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.90);
    }

/*.text-linear-credit-gateway-dark {
    background: -webkit-linear-gradient(#14568b, #6dabdc) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.bg-linear-credit-gateway-dark {
    background-image: linear-gradient(to bottom left, #14568b, #186db1);
}
.bg-linear-credit-gateway {
    background-image: linear-gradient(to bottom left, #186db1, #1F76BB);
}
.bg-linear-credit-gateway-light {
    background-image: linear-gradient(to bottom left, #1F76BB, #6dabdc);
}*/

.table .thead-light-custom th {
    color: #252627;
    background-color: #dddfe2; /*   #e9ecef     */
    border-color: #d0d3d7; /*   #dee2e6     */
}


.table-hover tbody tr:hover {
    background-color: #dcecff;
}



.bg-linear-grey {
    background-image: linear-gradient(to bottom left, rgba(60, 60, 80, 1), rgba(60, 60, 70, 0.8)), url('../../images/placeimg_1000_180_grayscale_tech.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-linear-grey-blue {
    background-image: linear-gradient(to bottom left, rgba(40, 65, 85, 1), rgba(40, 65, 85, 0.8)), url('../../images/placeimg_1000_180_grayscale_tech.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.border-credit-gateway {
    border-color: #1F76BB !important;
}
/*****************************************/
/****** Credit Gateway Other - End ******/
/*****************************************/

/*******************************************/
/****** Credit Gateway Button - Begin ******/
/*******************************************/
.btn-cg-white {
    color: #1F76BB;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-royal {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}


    .btn-royal:hover {
        color: #fff;
        background-color: #663db0;
        border-color: #663db0;
    }

    .btn-royal:focus, .btn-royal.focus {
        box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.49);
    }

    .btn-royal.disabled, .btn-royal:disabled {
        color: #fff;
        background-color: #6f42c1;
        border-color: #6f42c1;
    }

    .btn-royal:not(:disabled):not(.disabled):active, .btn-royal:not(:disabled):not(.disabled).active,
    .show > .btn-royal.dropdown-toggle {
        color: #fff;
        background-color: #482090;
        border-color: #482090;
    }

        .btn-royal:not(:disabled):not(.disabled):active:focus, .btn-royal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-royal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.49);
        }


.btn-outline-royal {
    color: #6f42c1;
    border-color: #6f42c1;
}

    .btn-outline-royal:hover {
        color: #fff;
        background-color: #6f42c1;
        border-color: #6f42c1;
    }

    .btn-outline-royal:focus, .btn-outline-royal.focus {
        box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.49);
    }

    .btn-outline-royal.disabled, .btn-outline-royal:disabled {
        color: #6f42c1;
        background-color: transparent;
    }

    .btn-outline-royal:not(:disabled):not(.disabled):active, .btn-outline-royal:not(:disabled):not(.disabled).active,
    .show > .btn-outline-royal.dropdown-toggle {
        color: #fff;
        background-color: #6f42c1;
        border-color: #6f42c1;
    }

        .btn-outline-royal:not(:disabled):not(.disabled):active:focus, .btn-outline-royal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-royal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.49);
        }



.btn-creditgateway {
    color: #fff;
    background-color: #1F76BB;
    border-color: #1F76BB;
}


    .btn-creditgateway:hover {
        color: #fff;
        background-color: #1b6aa8;
        border-color: #185e95;
    }

    .btn-creditgateway:focus, .btn-creditgateway.focus {
        box-shadow: 0 0 0 0.2rem rgba(31,118,187, 0.5);
    }

    .btn-creditgateway.disabled, .btn-creditgateway:disabled {
        color: #fff;
        background-color: #1F76BB;
        border-color: #1F76BB;
    }

    .btn-creditgateway:not(:disabled):not(.disabled):active, .btn-creditgateway:not(:disabled):not(.disabled).active,
    .show > .btn-creditgateway.dropdown-toggle {
        color: #fff;
        background-color: #155282;
        border-color: #155280;
    }

        .btn-creditgateway:not(:disabled):not(.disabled):active:focus, .btn-creditgateway:not(:disabled):not(.disabled).active:focus,
        .show > .btn-creditgateway.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(31,118,187, 0.5);
        }

.btn-outline-creditgateway {
    color: #1F76BB;
    border-color: #1F76BB;
}

    .btn-outline-creditgateway:hover {
        color: #fff;
        background-color: #1F76BB;
        border-color: #1F76BB;
    }

    .btn-outline-creditgateway:focus, .btn-outline-creditgateway.focus {
        box-shadow: 0 0 0 0.2rem #2488d8;
        box-shadow: 0 0 0 0.2rem rgba(31, 118, 187, 0.5);
    }

    .btn-outline-creditgateway.disabled, .btn-outline-creditgateway:disabled {
        color: #1F76BB;
        background-color: transparent;
    }

    .btn-outline-creditgateway:not(:disabled):not(.disabled):active, .btn-outline-creditgateway:not(:disabled):not(.disabled).active,
    .show > .btn-outline-creditgateway.dropdown-toggle {
        color: #fff;
        background-color: #1F76BB;
        border-color: #1F76BB;
    }

        .btn-outline-creditgateway:not(:disabled):not(.disabled):active:focus, .btn-outline-creditgateway:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-creditgateway.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #2488d8;
            box-shadow: 0 0 0 0.2rem rgba(31, 118, 187, 0.5);
        }


.btn-group-xs > .btn, .btn-xs {
    padding: .35rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

    .btn-xs > .btn, .btn-xs {
        padding: .35rem .4rem;
        font-size: .875rem;
        line-height: .5;
        border-radius: .2rem;
    }



.btn-group-xxs > .btn, .btn-xxs {
    padding: .25rem .34rem;
    font-size: .736rem;
    line-height: .34;
    border-radius: .25rem;
}

    .btn-xxs > .btn, .btn-xxs {
        padding: .25rem .34rem;
        font-size: .736rem;
        line-height: .34;
        border-radius: .25rem;
    }

/*****************************************/
/****** Credit Gateway Button - End ******/
/*****************************************/

/*******************************************/
/****** Google Button - Begin ******/
/*******************************************/
.btn-google {
    font-family: 'Roboto', sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #ffffff;
    background-color: #4285F4;
    border-color: #4285F4;
}

    .btn-google:hover {
        color: #fff;
        /*background-color: #1b6aa8;
        border-color: #185e95;*/
    }

    .btn-google:focus, .btn-google.focus {
        box-shadow: 0 0 0 0.2rem rgba(66,133,244, 0.5);
    }

    .btn-google.disabled, .btn-google:disabled {
        color: #fff;
        background-color: #4285F4;
        border-color: #4285F4;
    }

    .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
    .show > .btn-google.dropdown-toggle {
        color: #fff;
        /*background-color: #155282;
        border-color: #155280;*/
    }

        .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
        .show > .btn-google.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(66,133,244, 0.5);
        }
/*****************************************/
/****** Google Button - End ******/
/*****************************************/

/*******************************************/
/****** Custom Button Grey - Begin ******/
/*******************************************/
.btn-grey {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #e2e6ea;
}

    .btn-grey:hover {
        color: #212529;
        background-color: #d4d8dc;
        border-color: #c9cfd3;
    }

    .btn-grey:focus, .btn-grey.focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-grey.disabled, .btn-grey:disabled {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #e2e6ea;
    }

    .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
    .show > .btn-grey.dropdown-toggle {
        color: #212529;
        background-color: #c9cfd3;
        border-color: #c8cdd2;
    }

        .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
        .show > .btn-grey.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

/*******************************************/
/****** Custom Button Grey - End ******/
/*******************************************/

/*******************************************************/
/****** Add line before and after element - begin ******/
/*******************************************************/
.fancy {
    line-height: 0.2;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 2px solid #1F76BB;
            /*border-top: 1px solid blue;*/
            top: 0;
            width: 50px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }
/*****************************************************/
/****** Add line before and after element - end ******/
/*****************************************************/

/*****************************************************/
/************ Custom callout - begin *****************/
/*****************************************************/
.cg-callout {
    border-left: solid thick transparent;
}

    .cg-callout i {
        font-size: 40px;
        margin-right: .3em;
        min-width: 50px;
        width: 50px;
        float: left;
    }

    .cg-callout p {
        color: black;
    }

        .cg-callout p:last-child {
            margin-bottom: 0;
        }

    .cg-callout.cg-callout-info {
        border-left-color: #2574A9;
    }

    .cg-callout.cg-callout-info-with-border {
        border-left-color: #2574A9;
        border-top: solid thin rgba(238, 233, 205, 0.5);
        border-right: solid thin rgba(238, 233, 205, 0.5);
        border-bottom: solid thin rgba(238, 233, 205, 0.5);
    }

        .cg-callout.cg-callout-info h5, .cg-callout.cg-callout-info i,
        .cg-callout.cg-callout-info-with-border h5, .cg-callout.cg-callout-info-with-border i {
            color: #2574A9;
        }

    .cg-callout.cg-callout-warning {
        border-left-color: #ff851b;
    }

    .cg-callout.cg-callout-warning-with-border {
        border-left-color: #ff851b;
        border-top: solid thin rgba(238, 233, 205, 0.5);
        border-right: solid thin rgba(238, 233, 205, 0.5);
        border-bottom: solid thin rgba(238, 233, 205, 0.5);
    }

        .cg-callout.cg-callout-warning h5, .cg-callout.cg-callout-warning i,
        .cg-callout.cg-callout-warning-with-border h5, .cg-callout.cg-callout-warning-with-border i {
            color: #ff851b;
        }
/*****************************************************/
/************ Custom callout - end *****************/
/*****************************************************/

/*********************************************************/
/**** Override card-columns to 2 columns instead of 3 ****/
/**** And add extra effects                           ****/
/*********************************************************/
card-columns {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        -ms-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}
/*********************************************************/
/**** Override card-columns to 2 columns instead of 3 ****/
/**** And add extra effects                           ****/
/*********************************************************/

/******************************************************/
/************ Floating Labels - begin *****************/
/******************************************************/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group .form-control:focus {
        /*border-color: transparent;*/
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
        border: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .form-label-group > input,
    .form-label-group > select {
        height: 3.125rem;
        padding: .75rem;
        border: 0;
        border-bottom: 1px solid #ccc;
        -ms-border-radius: 0;
        border-radius: 0;
        background: transparent;
    }

    /*.form-label-group > input.input-validation-error,
        .form-label-group > select.input-validation-error {
            height: 3.125rem;
            padding: .75rem;
            border: 0;
            border-bottom: 1px solid red;
            -ms-border-radius: 0;
            border-radius: 0;
            color: red;
        }*/

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        color: rgba(73, 80, 87, 0.5);
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        /*border: 1px solid transparent;*/
        /*border-radius: .25rem;*/
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group select::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group select::placeholder {
        color: transparent;
    }

    .form-label-group select:not(:placeholder-shown) {
        padding-top: 1.50rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.50rem;
        padding-bottom: .25rem;
    }

    .form-label-group select:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
/****************************************************/
/************ Floating Labels - end *****************/
/****************************************************/


#main-navbar .navbar-brand {
    color: #1F76BB;
}

#solarHomeBanner {
    height: 60vh;
    background: url(../images/index/gijima/solarBanner.png) no-repeat left;
    -ms-background-size: auto auto;
    -ms-background-size: cover;
    background-size: auto auto;
    background-size: cover;
}
    #solarHomeBanner h1 {
        font-size: 3rem;
    }

    #solarHomeBanner p {
        font-size: 1.2rem;
    }

#home {
    color: #fff;
    height: 80vh;
    background: url(../images/Home-Header-Opacity-Tiny.png) center;
    -ms-background-size: auto auto;
    -ms-background-size: cover;
    background-size: auto auto;
    background-size: cover;
}

    #home h1 {
        font-size: 4rem;
    }

    #home p {
        font-size: 1.5rem;
    }

/*#register {
    color: rgba(0,0,0,0.7);
    background: url('../images/Desktop-Icon-1500x800.png') right;
    -ms-background-size: auto auto;
    -ms-background-size: cover;
    background-size: auto auto;
    background-size: cover;
}*/

#register {
    height: 60vh;
}

    #register h1 {
        font-size: 3rem;
    }

    #register p {
        font-size: 1.2rem;
    }

.register-overlay {
    position: absolute;
    height: 60vh;
    left: 0;
    right: 0;
    background-color: rgba(119, 119, 119, 0.2);
}

#footer {
    background-color: #3a3f46;
    color: white;
}

    #footer ul {
        list-style-type: none;
        padding-left: 0;
    }

    #footer h5 {
        font-size: 1.2rem;
        color: white;
        font-weight: bold;
        margin-top: 1.25rem;
    }

    #footer a {
        color: #d2d1d1;
        text-decoration: none;
    }

        #footer a:hover,
        #footer a:focus {
            text-decoration: none;
            color: white;
        }



@media (min-width: 768px) {
    .cg-padding-margin {
        margin: 2rem 1rem 2rem 1rem;
    }
}

.overlay {
    position: absolute;
    height: 80vh;
    left: 0;
    right: 0;
    /*margin: 0 -100px 0 -100px;
    width: calc(100% + 200px) !important;
    border-radius: 0 0 70% 30% / 0 0 calc(20% + 3vw) calc(3% + 1vw);*/
}

.overlay-bg {
    background-color: rgba(4,9,30,0.4);
}

@media (max-width: 575.98px) {
    #register h1 {
        font-size: 1rem;
    }

    #register p {
        font-size: 0.5rem;
    }

    #home h1 {
        font-size: 1rem;
    }

    #home p {
        font-size: 0.5rem;
    }

    #s-home h1 {
        font-size: 1rem;
    }

    #s-home p {
        font-size: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    #register h1 {
        font-size: 2rem;
    }

    #register p {
        /*color: #ffffff;*/
        font-size: 0.8rem;
    }

    #home h1 {
        font-size: 2rem;
    }

    #home p {
        font-size: 0.8rem;
    }

    #s-home h1 {
        font-size: 2rem;
    }

    #s-home p {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    #register {
        background: url('../images/Desktop-Icon-New.png') 95%;
        background-repeat: no-repeat;
        background-size: 65vh auto;
    }
}
/***************************************************************************************************************/
/* SLIDER CODE START
/***************************************************************************************************************/
/*.slider-track-high {
        background: linear-gradient(to right, #1f76bb, #13466f);
    }*/
.slider-selection {
    background: linear-gradient(to left, #1F76BB, #1F76BB) !important;
}

.slider-handle, .min-slider-handle {
    background-color: #1F76BB !important;
    background-image: none !important;
    box-shadow: none !important;
}

.slider .tooltip-inner {
    background-color: #1F76BB !important;
}

.slider .tooltip-arrow {
    border-top-color: #1F76BB !important;
    color: #1F76BB;
}

.slider .tooltip.top .tooltip-arrow {
    border-top-color: #1F76BB !important;
}

.slider .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #1F76BB;
}

.slider .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #1F76BB;
}

.slider .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #1F76BB;
}

.slider .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #1F76BB;
}

.slider-tick.in-selection {
    background-color: #cdcdcd !important;
    background-image: -moz-linear-gradient(top, #cdcdcd, #cdcdcd) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdcdcd), to(#cdcdcd)) !important;
    background-image: -webkit-linear-gradient(top, #cdcdcd, #cdcdcd) !important;
    background-image: -o-linear-gradient(top, #cdcdcd, #cdcdcd) !important;
    background-image: linear-gradient(to bottom, #cdcdcd, #cdcdcd) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#cdcdcd',GradientType=0) !important;
    opacity: 0.61 !important;
}

/*.light-slide .slider-selection {
    background: linear-gradient(to left, #482081, #8a41ff) !important; 
}

.light-slide .slider-handle, .light-slide .min-slider-handle {
    background-color: #482081 !important;
    box-shadow: none !important;
}

.light-slide .slider .tooltip-inner {
    background-color: #482081 !important;
}

.light-slide .slider .tooltip-arrow {
    border-top-color: #482081 !important;
    color: #482081 !important;
}

.light-slide .tooltip.top .tooltip-arrow {
    border-top-color: #482081 !important;
}*/

/*.light-slide .slider-selection {
    background: linear-gradient(to left, #007bff, #007bff) !important; 
}

.light-slide .slider-handle, .light-slide .min-slider-handle {
    background-color: #007bff !important;
    box-shadow: none !important;
}

.light-slide .slider .tooltip-inner {
    background-color: #007bff !important;
}

.light-slide .slider .tooltip-arrow {
    border-top-color: #007bff !important;
    color: #007bff !important;
}

.light-slide .tooltip.top .tooltip-arrow {
    border-top-color: #007bff !important;
}*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    /*background-color: #000;*/
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    /*border-top-color: #000;*/
}
/***************************************************************************************************************/
/* SLIDER CODE END
/***************************************************************************************************************/

.table-td-center td {
    text-align: center;
}

.card > img {
    max-height: 150px;
}

.highlight-div {
    background: #f9f9f9 !important;
    background: rgba(0, 0, 0, 0.10) !important;
}

.highlight-div-transition {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}


.custom-radio label {
    cursor: pointer;
}

    .custom-radio label:hover {
        color: #007bff;
    }

.custom-checkbox label {
    cursor: pointer;
}

    .custom-checkbox label:hover {
        color: #007bff;
    }


/***********************/
/*Account pages styling*/
/***********************/   
.body-sign {
    display: table;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 0;
    width: 100%;
}

    .body-sign .center-sign {
        display: table-cell;
        padding-top: 0px;
    }

.panel-body {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 20px 33px 33px 33px;
    margin: 40px 0px 40px 0px;
    color: #FFF;
}



.containerSpecial {
    /*width: 30rem;
    height: 20rem;*/
    /*box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);*/
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

    .containerSpecial:before {
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 100vh rgba(255, 255, 255, .077); /* none|h-offset v-offset blur spread color |inset|initial|inherit  */
        filter: blur(21px);
        margin: -52px;
    }


.containerSpecialLight {
    /*width: 30rem;
    height: 20rem;*/
    /*box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);*/
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

    .containerSpecialLight:before {
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 100vh rgba(255, 255, 255, .5); /* none|h-offset v-offset blur spread color |inset|initial|inherit  */
        filter: blur(21px);
        margin: -52px;
    }



/************/
/*Sticky Nav*/
/************/
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .sticky + .container-fluid {
        padding-top: 46px;
    }*/


/************/
/*Blue Nav*/
/************/

/*.navbar-blue .navbar-brand {
    color: #fff;
}

    .navbar-blue .navbar-brand:hover, .navbar-blue .navbar-brand:focus {
        color: #fff;
    }

.navbar-blue .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

    .navbar-blue .navbar-nav .nav-link:hover, .navbar-blue .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-blue .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-blue .navbar-nav .show > .nav-link,
    .navbar-blue .navbar-nav .active > .nav-link,
    .navbar-blue .navbar-nav .nav-link.show,
    .navbar-blue .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-blue .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-blue .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-blue .navbar-text a {
        color: #fff;
    }

        .navbar-blue .navbar-text a:hover, .navbar-blue .navbar-text a:focus {
            color: #fff;
        }*/

/* REMOVE BUTTON OUTLINE IN CHROME FOR MODALS ONLY */
/*-------------------------------------------------*/
.modal-header .close:focus {
    outline: none;
}
/*-------------------------------------------------*/

/* SET NAVBAR BRAND LOGO SIZE -------------------- */
/*-------------------------------------------------*/
.layout-logo > img {
    height: 42px;
}
/*-------------------------------------------------*/

/* RESIZE NAVBAR BRAND LOGO ---------------------- */
/*-------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .layout-logo > img {
        height: 32px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .layout-logo > img {
        height: 42px;
    }
}
/*-------------------------------------------------*/

/* WIZARD HEADING COLOUR ------------------------- */
/*-------------------------------------------------*/
.text-wizard-heading {
    color: #1F76BB
}

.border-wizard-heading {
    border-color: #1F76BB
}
/*-------------------------------------------------*/

/* POLICY PAGE HORIZONTAL LINE COLOUR ------------ */
/*-------------------------------------------------*/
hr.colour {
    border: 0.5px solid #1F76BB;
}
/*-------------------------------------------------*/

/* VIDEO STYLING AND OPTIONS --------------------- */
/*-------------------------------------------------*/
.float-video video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.float-video {
    background-color: transparent;
    border-radius: 0.3rem;
    width: 80%;
    max-width: 640px;
    height: auto;
    float: right;
    bottom: 0px;
    right: 10px;
    position: fixed;
    z-index: 1;
}
/*-------------------------------------------------*/

/* ELEMENT SHAKE ANIMATION ----------------------- */
/*-------------------------------------------------*/
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
/*-------------------------------------------------*/



#credit_report_summary .input-group > .input-group-prepend {
    flex: 0 0 130px;
}

#credit_report_summary .input-group .input-group-text {
    width: 100%;
}

#credit_report_summary .tab-content.active {
    background-color: #f8f9fa;
}

#credit_report_summary th {
    background-color: #1F76BB;
    color: #fff;
    position: sticky;
    top: 0;
}

::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    cursor: auto;
    height: 1.1vh;
    width: 1.1vh;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#1F76BB, #1F76BB);
    border: 1px solid transparent;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1b6aa8;
    }

/*#credit_report_summary .scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(#1F76BB, #1F76BB);
    border: 1px solid transparent;
    border-radius: 5px;
}

#credit_report_summary .scrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}*/

#credit_report_summary .overlay {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2 !important;
}

    #credit_report_summary .overlay .center-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

        #credit_report_summary .overlay .center-text .fs-20 {
            font-size: 20px;
        }

#credit_report_summary .card-link > h6 {
    color: #fff !important;
    text-decoration: none;
}

    #credit_report_summary .card-link > h6:hover {
    }

#credit_report_summary .anchor-style > a {
    color: #fff !important;
    text-decoration: none !important;
}

#credit_report_summary .card-header-default {
    min-height: 134px;
}

#credit_report_summary .tab-pane-body-default {
    max-height: 624px;
    height: 624px;
}

#credit_report_summary .table-default {
    max-height: 300px;
    height: 300px;
}

#credit_report_summary .icon:hover {
    animation: shake 0.7s;
    animation-iteration-count: infinite;
    text-shadow: 0px 2px 30px rgba(255,255,255,0.5);
}

#tab_panes .nav-pills .nav-link.active {
    background-color: #1F76BB !important;
    border-radius: 0px;
}

#tab_panes .nav-pills .nav-link:not(.active) {
    background-color: transparent !important;
    color: #000;
}

#nav_tabs.nav-tabs .nav-link:hover, #nav_tabs.nav-tabs .nav-link:focus {
    border-color: transparent transparent #1F76BB !important;
}

#nav_tabs.nav-tabs .nav-link.active,
#nav_tabs.nav-tabs .nav-item.show .nav-link {
    /*color: #495057;
    background-color: rgba(0, 0, 0, 0.1) !important;*/
    border-color: transparent transparent #1F76BB !important;
}

/* Font Size Utility */
.text-003 {
    font-size: .4em !important;
}

.text-002 {
    font-size: .5em !important;
}

.text-001 {
    font-size: .6em !important;
}

.text-0 {
    font-size: .7em !important;
}

.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.2em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

.text-11 {
    font-size: 3em !important;
}

.text-12 {
    font-size: 3.5em !important;
}

.text-13 {
    font-size: 4em !important;
}

.text-14 {
    font-size: 4.5em !important;
}

.text-15 {
    font-size: 5em !important;
}

/* DATATABLE RESPONSIVE BUTTON TOP SPACING */
table.table-sm.small.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    top: 4px !important;
}

table.table-sm.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    top: 7px !important;
}

.nav-item.dropdown .dropdown-menu {
    max-height: 610px;
    overflow-y: auto;
}
/*
body {
    overflow: unset;
}*/

/*
* ==========================================================
* OVERLAY
* ==========================================================
*/
.full-screen-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2001;
    cursor: progress;
}

    .full-screen-overlay .content {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 50px;
        color: white;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

/*
* ==========================================================
* LOADER
* ==========================================================
*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
* ==========================================================
* CALLOUT
* ==========================================================
*/
.callout {
    position: fixed;
    bottom: 10px;
    right: -320px;
    margin-left: 20px;
    max-width: 290px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px 3px #888888;
    transition: right 1s;
    z-index: 10;
}

.callout-border-success {
    border-top: 3px solid green;
}

.callout-border-danger {
    border-top: 3px solid #dc3545;
}

.callout h5 {
    color: #6c757d;
}

.callout hr.success {
    border-top: 1px solid green;
}

.callout hr.danger {
    border-top: 1px solid #dc3545;
}

.callout p {
    font-size: small;
    color: #6c757d;
}

.callout span {
    position: absolute;
    top: -5px;
    right: 10px;
    color: #6c757d;
    font-size: 25px;
    cursor: pointer;
}

    .callout span:hover {
        color: #dc3545;
    }

.callout-hidden {
    right: -320px;
}

.callout-visible {
    right: 10px;
}

.callout-opacity {
    opacity: 0.6;
    transition: opacity 0.7s;
}

    .callout-opacity:hover {
        opacity: 1;
    }

.fa-danger {
    color: #dc3545;
    animation-name: pulse;
    animation-duration: 2s;
}

.fa-success {
    color: #28a745;
    animation-name: pulse;
    animation-duration: 2s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    12.5% {
        transform: scale(1.4);
    }

    25% {
        transform: scale(1);
    }

    37.5% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(1);
    }

    62.5% {
        transform: scale(1.4);
    }

    75% {
        transform: scale(1);
    }

    87.5% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

/*******************************************/
/****** Learning Management Courses ******/
/*******************************************/

@media only screen and (min-width: 0px) and (max-width: 576px) {
    .side-bar {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    #partialContent.side-bar-active {
        width: calc(100vw - 350px);
    }
    .w-vidContainer {
        width: 80% !important;
    }
}