/* this is a file which defines CSS classes for the Shiny application. */


/* TODO from KR 2023-01-23 

    - font and heading hierarchies
    */

/* right-align navbar on desktop*/
@media screen and (min-width: 601px) {
  body {
   font-size: 16px; 
  }
  
  .download-buttons {
    float: right;
  }

}

/* left-align navbar on mobile and tablet-ish */
@media screen and (max-width: 600px) {
  body {
   font-size: 12px; 
  }
  
  .download-buttons {
    float: left;
  }

}

/* right-align navbar on desktop*/
@media screen and (min-width: 801px) {
  .navbar .nav {
  float: right;
  font-size: 0.875em;
}
}

/* left-align navbar on mobile and tablet-ish */
@media screen and (max-width: 800px) {

  .navbar .nav {
  float: left;
  font-size: 0.875em;
}
}


/* vertical line class for page header  */
.vl {
  border-left: 1px solid white;
  height: 30px;
}



/* Define the colors and border for the navigation bar at the top */
.navbar-default {
  background-color: #06325D;
  /*border-bottom: 3px solid #9C978A;*/
  border-bottom: 0px;
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 100px;
}

.navbar-brand {
  padding-left: 25px;
  padding-top: 20px;  
}

/* Define the font color and weight for when a navigation tab is hovered over */
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #FBBA17;
  background-color: transparent;
  font-weight: bold;
}

/* Dropdown text when hamburger */
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
    background-color: #06325D;
}

.nav>li>a {
    padding: 10px 10px;
}


.container-fluid {
  padding: 0px;
  margin: 0px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FBBA17;
}

/* Define the font color and weight for when a navigation tab is hovered over */
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #FBBA17;
  background-color: transparent;
  font-weight: bold;
}

/* Define the font color and weight for when the selected navigation tab (active tab) */
.navbar-default .navbar-nav>.active>a {
  color: #FBBA17;
  background-color: transparent;
  padding-bottom: 2px;
  border-bottom: 2px solid #FBBA17;
  font-weight: bold;
}


.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;
  font-weight: bold;
}

.navbar-nav {
  padding-top: 25px;
  font-size: 14px;
}

.navbar-default .navbar-toggle  {
  margin-top: 25px;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #06325D;
}

.navbar-collapse {
  border-top: 0px;
  box-shadow: none;
}

.dropdown-menu {
  background-color: #FFFFFF;
}

.dropdown-menu>li>a {
  color: #000000;
  font-weight: 300;
}

.dropdown-menu>.active>a{
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  border-bottom: 2px solid grey;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

label {
  font-weight: 300;
  font-size: 12px; 
}

.awesome-checkbox label {
  font-weight: 900 !important;
}

.awesome-radio label {
  font-weight: 500 !important;
}

.awesome-radio {
  margin-left: 15px !important;
}

hr {
    margin-top: -5px;
    margin-bottom: 5px;
    border: 1px solid #000;
    border-top: 0px solid #000;
}

/* Define the background color for the whole app */
body {
  background-color: #E7EDF3;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  /*margin-bottom: 260px; /* define margin for the footer to go */
}

/* add min-height so we can stick footer at the bottom when needed. */
html {
  /*position: relative; */
  min-height: 100vh;
  margin: 0;
  flex: 1;
}

 /* define footer classes */
 
 .footer {
   /*position: absolute; */
  /* bottom:0; */
   width:100%;
   min-height:300px;
 }
 
 
.footer1 {
  /*position: absolute;
  left: 0;
  bottom: 60px; */
  width: 100%;
  min-height: 200px;
  /*height: 200px; /* Set the fixed height of the footer here */
  background-color: #074480;
  color: #ffffff;
  padding-left: 0px;
}

.footer1-left {
  text-align: left;
  width: 65vw; 
  display: inline-block;
}

.footer1-right {
  width: 30vw;
  float: right;
  display: inline-block;
  padding-top: 50px;
  margin: auto;
  text-align:center;
  
}

#twitter-share {
  background-color: #074480;
  color: white;
  border: 0px;
  font-size: 1.5em;
}
#linkedin-share {
  background-color: #074480;
  color: white;
  border: 0px;
  font-size: 1.5em;
}

#facebook-share {
  background-color: #074480;
  color: white;
  border: 0px;
  font-size: 1.5em;
}

#email-share {
  background-color: #074480;
  color: white;
  border: 0px;
  font-size: 1.5em;
}

.text1-footer1 {
  padding-top: 20px;
  padding-left: 25px;
  color: #FBBA17;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.text2-footer1 {
  padding-left: 25px;
  padding-top: 5px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2em;
}

.text3-footer1 {
  padding-top: 5px;
  padding-left: 25px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.875em;
}

.share-footer1 {
  float: right;
  color: #FFFFFF;
}



@media screen and (min-width: 601px) {
.footer2 {
  /*position: absolute;
  left: 0;
  bottom: 0; */
  width: 100%;
  min-height: 120px; /* Set the fixed height of the footer here */
  background-color: #06325D;
  color: #ffffff;
  padding-left: 0px;
}
.logo-footer2 {
  float: left;
  padding-top: 30px;
  padding-left: 25px;
} 

.text-footer2 {
  padding-top: 21px;

  float: right;
  padding-right: 31px;
  font-size: 12px;
  font-family: 'Roboto Light', sans-serif;
  text-align: right;
  color: #FFFFFF;
}

.text-footer2 > a {
  color: #FFFFFF;
}

}

/* left-align navbar on mobile and tablet-ish */
@media screen and (max-width: 600px) {
.footer2 {
  /*position: absolute;
  left: 0;
  bottom: 0; */
  width: 100%;
  min-height: 100px; /* Set the fixed height of the footer here */
  background-color: #06325D;
  color: #ffffff;
  padding-left: 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.logo-footer2 {
  /*float: left; */
  margin: auto;
  padding-top: 30px;
  /*padding-left: 15px; */
} 

.text-footer2 {
  padding-top: 21px;
  margin: auto;  
  /*float: right; */
  /*padding-right: 31px; */
  font-size: 12px;
  font-family: 'Roboto Light', sans-serif;
  text-align: center;
  color: #FFFFFF;
}

.text-footer2 > a {
  color: #FFFFFF;
}
}


/* Change font family throughout app */

html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: Roboto, sans-serif !important;
}


.h1, h1 {
  font-size: 3em;
  font-weight: 300;
}

/* Change drop-down menu styling */
.bootstrap-select > .dropdown-toggle{
  color: #000000;
  background-color: #FFF;
  border-bottom: 2px solid black;
  border-radius: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  font-size: 12pt;
  font-weight:bold;
  letter-spacing: 0px;
  text-decoration: none;
  padding-left: 0px;
}


.bootstrap-select > .dropdown-toggle:hover, .bootstrap-select > .dropdown-toggle:focus{
  color: #000000;
  background-color: #FFF;
  border-bottom: 2px solid black;
  border-radius: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  font-size: 12pt;
  font-weight:bold;
  letter-spacing: 0px;
  text-decoration:none;
  padding-left: 3px;
}



#home-carousel {
  margin-left: 10vw; 
  margin-right: 10vw;
  width: 80vw;
  /*height: 250px;*/
  position: relative;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  background: #FBBA17;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  font-size: 18px;
  padding-top: 13px;
}

.carousel-control.right {
  color: black;
  opacity: 1 !important;
  background: none !important; 
}

.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover, .carousel-control .glyphicon-chevron-left:focus, .carousel-control .glyphicon-chevron-right:focus {
  border: 1px solid black;
  box-shadow: 0px 4px 4px 2px #999999;
}

.carousel-control.left {
  color: black;
  opacity: 1 !important;
  background: none !important;
}

/*.carousel-control.left:focus, .carousel-control.right:focus {
  border: 1px solid black;
} */

a.carousel-control:focus {
  outline: none;
  box-shadow: none;
}

.carouselcard {
  background-color: white;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 0px 4px 8px 2px #999999;
  padding: 15px;
  padding-left: 20px;
  margin: 25px; 
  /*height: 70vh;*/
}

.sourcetext {
  font-size: 0.875em;
}

.herotext {
  /*font-size: 3em;*/
  font-weight: 300;
  text-align: center;
  margin-left: 10vw;
  margin-right: 10vw;
  color: white;
  padding-top: 24px;
}

.contactherotext {
  /*font-size: 3em;*/
  font-weight: 300;
  text-align: center;
  margin-left: 10vw;
  margin-right: 10vw;
  color: black;
  padding-top: 24px;
}

.contacttext {
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
}

.apptitleclass, .apptitleclass p {
  vertical-align: middle;
  margin: auto;
  height: 3.75em;
  font-size: 1.5em;
  height: 100px;
  
}

.homebackground {
    background: linear-gradient(0deg, #E7EDF3 50%, #074480 50%);
    width: 100%;

}

.contactbackground {
  background: #FFFFFF;
  width: 100%;
  min-height: 50vh;
}

.aboutbackground {
    background: linear-gradient(0deg, #E7EDF3 50%, #074480 50%); 
    width: 100%;
    /*background: #074480; */

}


a {
  font-weight: bold;
  color: #06325D;
}

a:hover, a:focus {
  color: #3A7CA9;
}

/* styling for actionButtons */
.btn-default {
  border-radius: 0px;
  background-color: #FBBA17;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.875em;
}

.btn:hover, .btn:focus {
  text-decoration: underline;
  background-color: #FBBA17;
  color: #000000;
}


/* create chart card style */

.chartcard {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 0px 4px 8px 2px #999999;
  padding: 20px;
  padding-left: 25px;
  padding-right:25px;
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  margin: 3vw 5vw;
  width: 90vw;
  
}

.charttitle {
  font-size: 1.5em; 
  font-weight: 700;
  padding-bottom: 10px;
}

.charttitled4 {
  font-size: 1.5em; 
  font-weight: 700;
}
.chartsubtitle {
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 10px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  
  color: black;
  background-color: #FBBA17;
  font-family: 'Roboto', sans-serif;
}

.nav-pills > li > a{
  
  border: 0px;
  color: white;
  background-color: #757575;
  font-family: 'Roboto', sans-serif;
  padding: 5px 8px;
  /*width: 20vw;*/
  /*font-size: 9pt;*/
  font-size: 0.75em;
  font-weight: 600;
}


.nav-pills>li+li {
    margin-left: 10px;
}

ul.nav-pills {
  display: flex !important;
  justify-content: center !important;
}

.greybox {
  background-color: #eeeeee;
  margin: 0px;
  padding: 10px;
  font-size: 16;
  /*width:80vw;*/
}


.d1link {
  width: 25%; 
  background-color: #CACCCE; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d1link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}

.d1link:hover, .d1link:focus {
  background-color: #074480;
  color: #FFFFFF;
}

.d1link:hover a{
  /*background-color: #074480; */
  color: #FFFFFF;
}

.d1link a:hover, .d1link a:focus{
  color: #FFFFFF;
  text-decoration: underline;
}



.d2link {
  width: 25%; 
  background-color: #CACCCE; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d2link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}

.d2link:hover, .d2link:focus {
  background-color: #317347;
  color: #FFFFFF;
}

.d2link:hover a{
  /*background-color: #074480; */
  color: #FFFFFF;
}

.d2link a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}

.d2link a:focus{
  color: #000000;
  text-decoration: underline;
}

.d3link {
  width: 25%; 
  background-color: #CACCCE; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d3link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}

.d3link:hover, .d3link:focus{
  background-color: #4975C6;
}


.d3link a:hover, .d3link a:focus {
  text-decoration: underline;
}

.d4link {
  width: 25%; 
  background-color: #CACCCE; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding: 24px 0px;
  height: 75px;
}

.d4link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}

.d4link:hover, .d4link:focus {
  background-color: #FDBA17;
}


.d4link a:hover, .d4link a:focus{
  text-decoration: underline;
}

.d1d1link {
  width: 25%; 
  background-color: #074480;
  color: #FFFFFF;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d1d1link a {
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}
.d1d1link a:hover, .d1d1link a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}


.d2d2link {
  width: 25%; 
  background-color: #317347;
  color: #FFFFFF;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d2d2link a {
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}
.d2d2link a:hover, .d2d2link a:focus{
  color: #FFFFFF;
  text-decoration: underline;
}

.d3d3link {
  width: 25%; 
  background-color: #4975C6;
  color: #000000;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d3d3link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}
.d3d3link a:hover, .d3d3link a:focus {
  color: #000000;
  text-decoration: underline;
}

.d4d4link {
  width: 25%; 
  background-color: #FDBA17;
  color: #000000;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border-right: 2px solid #000000; 
  padding: 24px 0px;
  height: 75px;
}

.d4d4link a {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 95%;
  /*display: flex; 
  justify-content: center; 
  align-items: center; */
  text-align: center;
}
.d4d4link a:hover, .d4d4link a:focus{
  color: #000000;
  text-decoration: underline;
}



input[type='radio'] + *::before {
  border: 1px solid #767676 !important;
  /*background: black !important; */
}

/*input[type='radio']:checked + *::before{
  border: 2px solid black !important;
  background: black !important; 
} */


/* boxes */

.box.box-solid.box-primary>.box-header {
/*color:#FFFFFF; */
color: #000;
/*background:#000000; */
/*background: #06325D;*/ /*dark blue*/
background: #E7EDF3; /* grey/light blue */
padding: 5px;
border-radius: 5px;
/*box-shadow: 0px 4px 8px 2px #999999; */
}

.box.box-solid.box-info>.box-header {
  /*color:#FFFFFF; */
color: #000;
/*background:#000000; */
/*background: #06325D;*/ /*dark blue*/
background: #E0EAE3; /* grey/light blue */
padding: 5px;
border-radius: 5px;
/*box-shadow: 0px 4px 8px 2px #999999; */
}

.box.box-solid.box-primary, .box.box-solid.box-info {
/*border-bottom-color:#7d7470;
border-left-color:#d5d0ca;
border-right-color:#7d7470;
border-top-color:#d5d0ca;*/
border: 0px;
border-radius: 5px;
background:#ffffff;
box-shadow: none;
}



.box-title {
  font-size: 1.25em;
}

.box.box-solid.box-primary>.box-header .btn, .box.box-solid.box-primary>.box-header a, .box.box-solid.box-info>.box-header .btn, .box.box-solid.box-info>.box-header a {
  background-color: #FDBA17;
  border-radius: 50%;
  color: #000;
}

.box-header>.box-tools {
  top: -4px;
  height: 50px;
}

.btn-box-tool {
  padding: 10px 12px;
}

.fa-solid, .fas {
  font-size: 18px;
}


#domain4_girafe, #domain1_girafe, #domain2_girafe, #domain3_girafe {
  max-width: 1000px;
  min-width: 200px;
}

#domain4_girafe:focus, #domain3_girafe:focus, #domain2_girafe:focus, #domain1_girafe:focus {
  border: 1px solid black;
}

/*.girafe.html-widget.html-widget-output.shiny-bound-output:focus {
   border: 1px solid black;
}*/


.tab-pane.active:focus {
  border: 1px solid black;
}


td {
  padding-right: 5px;
}

th {
  padding-right: 5px;
}