﻿/* 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. */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../font-awesome/webfonts/main.woff') format('woff');
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    overflow-y: scroll;
    margin-bottom: 160px;
    font-family: 'Open Sans', sans-serif !important;
    padding-right: 0 !important;
}
body.modal-open {
    height: 100%;
    overflow-y: hidden;
}
#exampleModalCenter {
    padding-right: 0 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.text-green {
    color: #84BB21 !important;
}
.nav-link-active {
    color: #84BB21 !important;
    border-left: solid 4px #84BB21 !important;
}

.full-screen-button {
    margin: 0px 10px 15px 0px;
   /* width:30px;*/
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

.card-image {
    height:120px;
}
.card-image-long {
    height: 120px;
    width: 200px;
}
.card-image-small {
    height: 80px;
}

.card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
   /* padding: 14px 80px 18px 36px;*/
    cursor: pointer;
}

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        z-index:100000;
    }
    .card-star {
        position: absolute;
        top: 10px;
        right:10px;
        color:lightgray;
    }
    .card-star.fav {
        color:gold;
    }

h1,h2,h3,h4,h5,h6 {
    color: #84BB21;
}

.text-dark{
    color: #111;
}
.text-white {
    color: white;
}
.text-bold {
    font-weight:bold;
}
hr.white {
    background-color: white;
}
hr.green {
    background-color: #84BB21;
}
hr.black {
    background-color: black;
}

hr.green {
    background-color: #84BB21;
}

.nav-item {
    padding-left: 10px;
}

.btn.btn-rounded {
    border-radius: 50px !important;
}


.link-green {
    color: #84BB21 !important;
}
.link-green:hover {
    color: gray!important;/*#c4f56b!important;*/
}
.nav-link.active-green {
    /*color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;*/
    color: #fff !important;
    background-color: #84BB21;
    border-color: #84BB21;
    border-radius: 0rem;
}
.btn-green {
    color: #fff!important;
    background-color: #84BB21;
    border-color: #84BB21;
    border-radius: 0rem;
    /*padding: .1rem .8rem !important;*/
}

.btn-green:hover {
    color: #84BB21!important;
    background-color: white;
    border-color: #84BB21;
}

.btn-green:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #94d421;
    border-color: #94d421;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-green {
    color: #84BB21;
    background-color: white;
    border-color: #84BB21;
    border-radius: 0rem !important;
}

.btn-outline-green:hover {
    color: white;
    background-color: #84BB21;
    border-color: #84BB21;
    /*padding: .1rem .8rem !important;*/
}


.btn-white {
    color: #fff;
    background-color: #ffffff00;
    border-color: #fff;
    border-radius: 0rem;
    /*padding: .1rem .8rem !important;*/
}

    .btn-white:hover {
        color: #84BB21;
        background-color: white;
        border-color: #84BB21;
    }

/*.btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #94d421;
    border-color: #94d421;
}

    btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }*/

.sc {
    width:200px;
}
.sc-l {
    width: 300px;
}

.image-preview {
    max-height:210px;
}

.tile-card {
    width: 12rem;    
    border-radius: 0rem 0rem;
}
.tile-card.t1 {
    border-left: solid 8px #86BC25 !important;
}
    .tile-card.t2 {
        border-left: solid 8px #007CB0 !important;
    }
    .tile-card.t3 {
        border-left: solid 8px #ED8B00 !important;
    }
    .tile-card.t4 {
        border-left: solid 8px #BABBBF !important;
    }



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.deloitte-welcome {
    /* background-image: url('https://cdn.govexec.com/media/featured/deloitte_snowflake_slate_back.png');*/
    width: 100%;
    /*height: 90vh;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #fbfbfb;
    /*background-image: linear-gradient( #111, #0000000a ), url('/images/background.png');*/
    background-size: cover;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}




.spinner-text > h3 {
    /*border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;*/
    color:white;
    width: 80px;
    height: 80px;    
    /*top: 50%;
    left: 54%;
    position: fixed;*/
}
.spinner {
    border: 16px solid white;
    border-top: 16px solid #84BB21;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    /*top: 40%;
    left: 55%;
    position: fixed;*/
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


/* custom checkbox */
.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
    background-color: #84BB21; /*#2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* loading spinner */
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-grid div {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 8px;
            left: 8px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 8px;
            left: 32px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 8px;
            left: 56px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 32px;
            left: 8px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 32px;
            left: 32px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 32px;
            left: 56px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 56px;
            left: 8px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 56px;
            left: 32px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 56px;
            left: 56px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.small-text {
    font-size:x-small;
    color: gray;
    font-style: italic;
}


#Password_info {
    position: absolute;
    bottom: -75px;
    bottom: -115px\9; /* IE Specific */
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}
#password_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}
#Password_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.passwordBadge {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.solidCorners {
    border-radius:0px !important;
}
.displayBadge {
    margin-top: 0%;
    display: block;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.border-green {
    border-color: #84BB21;
    border-top: 0px solid #84BB21;
}

.pw-invalid {
    /*background: url(../images/invalid.png) no-repeat 0 50%;*/
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
    /*rgba(220, 53, 69, 0.9)*/
}

.pw-valid {
    /*background: url(../images/valid.png) no-repeat 0 50%;*/
    padding-left: 22px;
    line-height: 24px;
    color: #84BB21;
}

/* screen size */

.successfully-saved.hide-opacity {
    opacity: 0;
}

.successfully-saved {
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
}


@media (min-width: 576px) {
    /*.container-sm, .welcome-message */
    .welcome-message-sm, .welcome-message {
        padding-top: 20px !important;
    }
}

@media (min-width: 768px) {
    /*.container-md, */
    .welcome-message-md, .welcome-message-sm, .welcome-message {
        padding-top: 20px !important;
    }
}

@media (min-width: 992px) {
    /*.container-lg*/
    .welcome-message-lg, .welcome-message-md, .welcome-message-sm, .welcome-message {
        padding-top: 20px !important;
    }
}

@media (min-width: 1200px) {
    /*.container-xl*/
    .welcome-message-xl, .welcome-message-lg, .welcome-message-md, .welcome-message-sm, .welcome-message {
        padding-top: 100px !important;
    }
}

@media (min-width: 1400px) {
    /*.container-xxl*/
    .welcome-message-xxl, .welcome-message-xl, .welcome-message-lg, .welcome-message-md, .welcome-message-sm, .welcome-message {
        padding-top: 100px !important;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}