@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');


/* classes we might use for attractive wells in second and third tabs */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}



/*
body {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
*/

/*

.navbar{ background-color: #00b8bd;
  min-height:100px !important;
}

.navbar-default .navbar-brand{color: white;}

.tab-panel{ background-color: #00b8bd; color: #00b8bd}

.navbar-nav li a:hover, .navbar-nav > .active > a {
color: #fff !important;
background-color:#00b8bd !important;
background-image: #fff !important;
padding-top:4px !important; 
                   padding-bottom:0 !important;
                   height: 100px;
}

*/


/* classes for our header and footer bars */ 

.header {
    position: relative;
    height: 60px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-top:0px;
    /*background-color:#3f3d3a;*/ /*norc grey*/
    /*background-color:#8d1821;*/ /*education red*/
    background-color:#d6d1ce; /*jonathon red*/
    text-align: left;
    border-bottom:3px solid #8d1821;
    box-shadow:
      0 0.4px 0.4px -7px rgba(0, 0, 0, 0.109),
      0 1px 1.1px -7px rgba(0, 0, 0, 0.155),
      0 2.1px 2.3px -7px rgba(0, 0, 0, 0.195),
      0 4.4px 4.7px -7px rgba(0, 0, 0, 0.241),
      0 8px 13px -7px rgba(0, 0, 0, 0.4)
    ;

    z-index:100000;
}

.footer {
    border-top:1px solid #8d1821;
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    /*background-color:#3f3d3a;*/ /*norc grey*/
    /*background-color:#8d1821;*/ /*education red*/
    background-color:#d6d1ce; /*jonathon red*/
    text-align: center;
        box-shadow:
      0 0.4px 0.4px 2px rgba(0, 0, 0, 0.109),
      0 1px 1.1px 2px rgba(0, 0, 0, 0.155),
      0 2.1px 2.3px 2px rgba(0, 0, 0, 0.195),
      0 4.4px 4.7px 2px rgba(0, 0, 0, 0.241),
      0 8px 13px 2px rgba(0, 0, 0, 0.4)
    ;
}

.img_footer{
    padding-top: 5px;
    padding-right: 100px;
    padding-left: 100px;
}

.imgContainerFooter{
    /*padding-top: 20px;*/
    float: right;
}

.imgContainerFooter img {
   height: 30px;
   padding: 0px 0px 0px 0px;
}

.logoContainerFooter{
   padding-top: 0px;
   float: left;
}

.logoContainerFooter img {
   height: 30px;
   margin-top:-20px;
}

.logoContainerSpark {
   padding-top: 0px;
   float: right;
}

.logoContainerSpark img {
   height: 30px;
   margin-top:8px;
   /*margin-top:-18px;*/
}


/* <hr> has a default margin, changed for the footer  */


.hrfooter {
  
  margin-top:5px !important;
  background-color:#8d1821 !important;
  color:#8d1821 !important;
  border-top:1px solid #8d1821 !important;
  
}

.header-text {
  
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight:400;
  color:black;
  margin-top:18px;
  margin-left:30px;
}

.flex-center {
  padding-top:10px;
  display:flex;
  align-items: center;
  flex-direction:column;
  margin:auto;
}

/*
.col-sm-8 {
  float:none;
}
*/


/* for the tabs at the top */

    .tabbable>.nav>li>a                  {
      
      background-color: white;  color:#8d1821;
      padding: 9px 15px;

      
    }
    
    
    .tabbable > .nav > li[class=active]>a {
      
      color:black;
      border-bottom:4px solid #8d1821;
      box-sizing: none !important;

      
      
    }
    
    .nav-tabs>li {
        font-family: 'Roboto', sans-serif;
        font-size:2.00vh;
        font-weight:400;
      
    }
    
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        cursor: default;
        background-color: #fff;
        border: none;
        border-bottom:4px solid #8d1821;
    }

/*
div.tooltip {	
    position: absolute;			
    text-align: center;			
    width: 60px;					
    height: 28px;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: lightsteelblue;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}
*/


body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5vh;
  font-weight:400;
  color:black;
}

.inputs {
  
  display:inline-block;
  vertical-align: text-top;
  margin-left:10px;
  margin-right:10px;
  
}

.chevron { background-color: #ffffff; border-color: #ffffff; color: black; background-image:none; 

  font-size: 20px; min-width: 50px; 

       float:none;}
       
.chevron:hover {
  background-color:#f9f9f9; border-color: #f9f9f9; color: blue;
  
}

.chevron:active {
  background-color:#f9f9f9; border-color: #f9f9f9; color: blue;
  
}

.chevron:target {
  background-color:#f9f9f9; border-color: #f9f9f9; color: blue;
  
}

.drawertog { 
  background-color: #8d1821 !important;
  color: white !important; 
  background-image:none !important; 
  font-size: 18px !important;
  
}

.reset { 
  background-color: white !important;
  color: #8d1821 !important;
  border:1.5px solid #8d1821 !important;
  background-image:none !important; 
  font-size: 18px !important;
  border-radius:8px;
  
}

.drawertog:hover .drawertog:active .drawertog:focus {
  
  background-color: #8d1821 !important; 
  color: white !important; 
  background-image:none !important; 
  font-size: 18px !important;
}
       



/* parsets style*/
/*
.dimension { cursor: ns-resize; }
.category { cursor: ew-resize; }
.dimension tspan.name { font-size: 1.5em; fill: #333; font-weight: bold; }
.dimension tspan.sort { fill: #000; cursor: pointer; opacity: 0; }
.dimension tspan.sort:hover { fill: #333; }
.dimension:hover tspan.name { fill: #000; }
.dimension:hover tspan.sort { opacity: 1; }
.dimension line { stroke: #000; }
.dimension rect { stroke: none; fill-opacity: 0; }
.dimension > rect, .category-background { fill: #fff; }
.dimension > rect { display: none; }

.category:hover rect { fill-opacity: .3; }
.dimension:hover > rect { fill-opacity: .3; }
.ribbon path { stroke-opacity: 0; fill-opacity: .5; }
.ribbon path.active { fill-opacity: .9; }
.ribbon-mouse path { fill-opacity: 0; }

.category-0 { fill: #1f77b4; stroke: #1f77b4; }
.category-1 { fill: #ff7f0e; stroke: #ff7f0e; }
.category-2 { fill: #2ca02c; stroke: #2ca02c; }
.category-3 { fill: #d62728; stroke: #d62728; }
.category-4 { fill: #9467bd; stroke: #9467bd; }
.category-5 { fill: #8c564b; stroke: #8c564b; }
.category-6 { fill: #e377c2; stroke: #e377c2; }
.category-7 { fill: #7f7f7f; stroke: #7f7f7f; }
.category-8 { fill: #bcbd22; stroke: #bcbd22; }
.category-9 { fill: #17becf; stroke: #17becf; }
*/
.tooltip {
  background-color: rgba(250, 250, 250, .9);
  position: absolute;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight:400;
  /*background: lightsteelblue;*/
  border: 1px solid #8d1821;		
  border-radius: 2px;			
  pointer-events: none;	
  
}








/* Kiegan styling buttons for career outcomes page*/

button.btn.radiobtn.btn-default.active {
    background: #8d1821;
    color: #fff;
    box-shadow: none;
    border-color: #8d1821;
    font-weight: 500;
    /* 700 font-weight (default bold) was tough to read, dropped to 500*/
    text-shadow: none !important;

}

button.btn.radiobtn.btn-default {
  background: #fff;
  color: #000;
  border-color: #8d1821;
  border-width: 1px;
  font-weight: 400;  /* should default to 400, but declared so it doesnt adopt body default if we choose to change that */
  text-shadow: none !important;
}

button.btn.radiobtn {
  margin-bottom: 5px !important;
  border-radius: 20px;
}

/* Kiegan styling picker inputs for breadcrumb and selector combo sentences */

button.btn.dropdown-toggle.btn-default {
  border-bottom-color: #000 !important;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-width: 2px;
  border-radius: 0px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #8d1821;
}

/* Kiegan creating legend squares for Shalima's page */
#redsquare{
  height: 14px;
  width: 14px;
  background-color: #8d1821;
  display: inline-block;
}
#greysquare{
  height: 14px;
  width: 14px;
  background-color: #ada39d;
  display: inline-block;
}

.drawer {
  
  width:650px !important;
  /*min-width:650px;*/
  
}

.medium {
  
    font-family: 'Roboto', sans-serif;
  font-size: 2.8vh;
  font-weight:500;
  color:black;
  padding-left:10px;
  padding-top:10px;
  
}

th {
  
  font-weight:500 !important;
}




/* board game */

/* We want visible modal background */



.modal-backdrop {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    */
    position:relative;
     background-color: white; 
}



/*

.modal-dialog {
  
  border:2px solid #8d1821;
  border-radius:0px;
  
}

*/

.modal-content {
  
    border:2px solid #8d1821;
  border-radius:0px;
  
}

#modalapp.modal-title {
  
  line-height:2.0;
  
}

#modalapp.modal-header {
  
  
  padding:5px 15px 0px 15px !important;
  
}

#modalapp.modal-footer {
  
  padding:5px 15px 5px 15px !important;
  
}
/*

#modalapp.modal-body {
  
      width: 20vw;
    margin: 20vw 40vw 20vw 40vw;
  
}

*/


/*


#modalapp .modal-body {padding: 10px}
#modalapp .modal-content  {-webkit-border-radius: 6px !important;-moz-border-radius: 6px !important;border-radius: 6px !important;}
#modalapp .modal-dialog { width: 240px; display: inline-block; text-align: left; vertical-align: top;}
#modalapp .modal-header {background-color: #339FFF; border-top-left-radius: 6px; border-top-right-radius: 6px}
#modalapp .modal { text-align: right; padding-right:10px; padding-top: 24px;}
#modalapp .close { font-size: 16px}

*/

/*

@media (min-width: 768px) {
  
   .modal-dialog {
    width: 20vw;
    margin: 20vw 40vw 20vw 40vw;
}


  
}

*/

.closebutton {
  
  border-radius: 50% !important;
  border: 1px solid #8d1821;
  background-color:#8d1821;
  color:white;
  float:right;
}
  
.closebutton:selected .closebutton:focus .closebutton:active {
  
  border-radius: 50% !important;
}

.moretabbutton {
  
  border: 1px solid #8d1821;
  background-color:#8d1821;
  color:white;
  float:right;
}


.downloadbuttton {
  margin-top:1vh;
  /*border-radius: 50% !important;*/
  border: 1.5px solid #8d1821;
  /*background-color:#8d1821;*/
  /*color:white;*/
  color:#8d1821;
  float:right;
}


/*DATATABLE STYLING*/

.even {
  background-color:white !important;
  
}

.odd {
  
  background-color:white !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color:white !important;
  
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color:white !important;
}




/* NEW HEADER */

.container-fluid {
  margin:0 !important;
  padding:0 !important;
  
}

.logo-temp {

  height:70px;
  /* position:relative; */
  position:static;
  width:100%;
  top:0;
  left:0;
  padding:10px;
  background:inherit;
  background-color:white;
  z-index:5;
  /*border-bottom:1px solid darkgrey;*/
  background-color:#d6d1ce; /*jonathon red*/
  border-bottom:2px solid #8d1821;
  
}

.norclogo-temp {
  height:50px;
  padding-top:2px;
  padding-left:16px;
}

.rightheader-temp {
  float:right;
  display:inline-block;
  font-size:16px;
  line-height:100%;
  text-decoration: none;
}

.info-menu {
  text-decoration: none;
  color: var(--font-color);
}
.rightheader-temp {
  padding:0;
  margin:0;
  list-style-type: none;
  margin-right:35px;
  margin-top:16px;

}

.rightheader-temp > li {
  display:inline;
}

.rightheader-temp > li:not(:first-of-type) {
  margin-left:12px;
}

.rightheader-temp > li:not(:first-of-type):before {
  content: '|';
  opacity: 0.5;
  margin-right: 12px;
}

.shareicon {
  transform: translate(0, -1px);
  padding-left: 4px;
  height:14px;
  opacity:0.6;
}

/* methods METHODS */


.meth1 {
  background-color: #F5F5F5;
  /*margin:15px;*/
  padding:10px;
      width: 50vw;
    margin-left: 7vw;
  
  
}


.meth2 {
  background-color: #FAFAFA;
  /*margin:15px;*/
  padding:10px;
      width: 50vw;
    margin-left: 7vw;
}


