
.navbar{
    background-color: #002a5c;
    font-size: 20px;
    height: 60px;
}

.navbar-red {
    background-color: #8A1538 !important;
    font-size: 20px;
}

.bg-uoft-dark {
    background-color: #001228;
}

.bg-uoft {
    background-color: #002a5c;
}

#links a:visited {
    color: white;
}

#links a:hover {
    color: white;
}

#links a:active {
    color: white;
}

.navbar-brand:hover,
#navbarDropdown:hover {
    color: white;
}

a.nav-link,
.card-body a.white {
    color: white !important;
}

a.nav-link.black {
    color: black !important;
}

.card-body a {
    color:black !important
}

.reset {
    color: #3490dc !important;
}

.dropdown-menu a {
    color: black !important;
}



/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

div.option{
    white-space: nowrap;
    overflow-x: auto;
}

input.form-control.option {
    display:inline-block;
    width:90%;
}

.required:before {
    content: "* ";
    color: red;
    white-space: pre;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    padding: 1rem;
}

.quiz,
.choices {
    list-style-type: none;
    padding: 0;
}

.choices li {
    margin-bottom: 5px;
}

.choices label {
    display: flex;
    align-items: center;
}

.choices label,
input[type="radio"] {
    cursor: pointer;
}

input[type="radio"] {
    margin-right: 8px;
}

.dataTables_filter,
.dataTables_length {
    display: inline;
}


.dataTables_filter {
    float: right !important;
}

textarea {
    width: 100%;
}

.border-img {
    border: 1px solid black;
    padding: 1%;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}


.full-width {
    position:absolute;
    left:0%;
    right:0;
    top:80px;
}




button:active {
  outline:none;
}

button.ribbon {
  margin: 20px 0;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  user-select: none;
  width:100%;
  outline:none;
  outline-color: transparent;
}
button.ribbon:before, button.ribbon:after {
  top: 5px;
  z-index: -10;
}
button.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -25px;
  border-width: 17px;
}
button.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -25px;
  border-width: 17px;
}

button:before, button:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline:none;
}

button.btn-default:before {
  border-color: #757575 #757575 #757575 transparent;
}


button.btn-default:after {
  border-color: #757575 transparent #757575 #757575;
}
    
    
button.btn-primary:before {
    border-color: #2e6da4 #2e6da4 #2e6da4 transparent;
}

button.btn-primary:after {
  border-color: #2e6da4 transparent #2e6da4 #2e6da4;
}

.paginate_active {
    color: black !important;
    background-color: lightgrey !important;
    border: 1px solid black;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}

.paginate_button, .black_link {
    color: black !important;
    margin-bottom: 3em;
}

.navbar-brand h4 {
    color: white !important;
}

.navbar-toggler.collapse {
    color: white !important;
}
    

.dt-buttons {
    margin-left: 10%;
}

.pagination a {
    color: black !important;
    background-color: #e6ebf1;
}

.tab-pane {
    color: black;
    background-color: #f8fafc;
    padding: 1%;
}

.flex-center.position-ref.full-height {
    margin-left: 250px !important;
    height: 70vh !important;
}

hr.top {
    border-top:4px solid #002a5c;
    border-bottom: 1px solid #002a5c;
    height: 5px;
}

hr.bottom {
    border-top:1px solid #002a5c;
    border-bottom: 4px solid #002a5c;
    height: 5px;
}

.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #afbbca !important;
  filter: contrast(20);
}
  .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #001228;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
  }
  .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
  }
span.loader {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #001228;
    border-radius: 50%;
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
    
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}









 .strength-home-2 {
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    padding-bottom: 30px;
}

.strength-home-1 {
    /* You must set a specified height */
    background-position: top;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.nego-circle {
    border-radius: 50%;
}

.circle {
    background: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: black;
    display: table-cell;
    padding: 55px;
    height: 400px;
    width: 400px;
    margin: auto;
}















/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";




a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}







/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */



#sidebar {
    background-color: #002a5c;
    width: 250px;
    position: fixed;
    font-size: 80%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .list-group-item {
    border-radius: 0;
    background-color: #002a5c;
    font-size: 130%;
    color: #ccc;
    border-left: 0;
    border-right: 0;
    border-color: #001228;
    white-space: nowrap;
    text-decoration: none;
}


/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    font-weight: bolder;
    background-color: #3a92ff;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
    font-weight: bolder;
    background-color: #001228;
}

#sidebar .list-group .list-group-item.deep {
    font-weight: bolder;
    background-color: #0060d8;
}

#sidebar .list-group .list-group-item.deeper {
    color: black;
    font-weight: bolder;
    background-color: #3a92ff;
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item {
    padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse>.collapse .list-group-item {
    padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse>.collapse>.collapse .list-group-item {
    padding-left: 40px;
}








/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1024px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
    }

    #content.active {
        left: 250px;
    }

    #app-margin {
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

@media (max-width: 420px) {
    #img-map {
        width: 80vw !important;
        height: 80vw !important;

    }
}



/* change Bootstrap default color */
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color: #002a5c !important;
}

.btn-primary:hover {
    background-color: #0060d8 !important;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.btn-danger,
.btn-danger:active,
.btn-danger:visited {
    background-color: #A21B16 !important;
}

.btn-danger:hover {
    background-color: #CE221C !important;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.text-muted {
    color: black !important;
}

.bg-light-gray {
    background: #f2f2f2;
}

.bg-medium-gray {
    background: #717171;
    color: white;
}

.border-dark-gray {
    border: #aaaaaa 1px solid;
}

.bg-leonnova {
    background: #8c1239;
    color: white;
}

.bg-black {
    background: black;
    color: white;
}

.rounded-extra {
    border-radius: .75rem!important;
}

.font-medium {
    font-size: 1.2rem;
}

.font-weight-900 {
    font-weight: 900;
}

.welcome-box-title {
    color: #b7dd79;
}

.hyperlink {
    text-decoration: underline;
}

.hyperlink:hover {
    color: #8bb8e8;
}

.force-print-bg-color {
    print-color-adjust:exact;
    -webkit-print-color-adjust:exact;
}

.score-button {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #fff;
    font-size: 1.5em;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .25rem;
    margin-right: .25rem;
    margin-bottom: .75rem;
    transition: background 0.1s ease-out;
    user-select: none;
}

.score-button.active {
    cursor: auto;
}

.score-button:not(.active):hover {
    opacity: 80%;
}

.question-box .score-button:hover, .question-box .score-button.active, .question-sidebar {
    background: #666;
    color: #fff;
}

.question-sidebar {
    width: 5.5rem;
}

.banner-title-box {
    position: absolute;
    top: 40%;
    width: 50%;
    margin-left: 2%;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.welcome-box {
    background: black;
    top: 80px;
    max-width: 520px;
}

.report-subcategory-description {
    font-size: 10pt;
}

.report-subcategory-description p {
    margin-bottom: .5rem;
}

.report-subcategory-description p:last-child {
    margin-bottom: 0;
}
