@font-face { font-family: lobster; src: url('../fonts/lobster.ttf'); }
@font-face { font-family: arvobold; src: url('../fonts/arvobold.ttf'); }
@font-face { font-family: myriad-reg; src: url('../fonts/myriad-reg.otf'); }

.salogo{
  font-family:lobster;
  font-size:80px;
  text-align: center;
  color:#3f3f3f;
}
.container{
  margin-top:30px;
}

.menulogo{
  font-family:lobster;
  text-align: center;
  font-size: x-large;
}

#footer{
  text-align: center;
  margin-top:30px;
  font-size:small;
  margin-bottom: 50px;
}

#upperRibbon{
  width: 100%;
  height: 90px;
  margin-left:70px;
}
#upperRibbon a{
  color:black;
  text-decoration: none;
}

#upperRibbonLeft{
  min-width: 30%;
  max-width: 50%;
  width: auto;
  text-align: center;
  float:left;

}

#upperRibbonLeft h1{
  font-size: 3em;
  margin: 0 0 0 0;
}

#upperRibbonLeft h3{
  font-size: 1.25em;
  margin: 0 0 0 0;
}

#upperRibbonRight{
  width: auto;
  max-width: 40%;
  float: left;
}

#upperRibbonFloatedRight{
    width: 400px;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}


#estribbon{
  width: 74px;
  height:auto;
  min-height: 40px;
  float:left;
  margin-left: 30px;
  background-color: #b00004;
}
#estribbon p{
  font-family: arvobold;
  color:#f2f2f2;
  text-align: center;
  margin: 0;
  font-size: 1em;
}
#esttriangle{
  width: 0px;
  float: left; 
  height: 0px; 
  width: 0; 
  height: 0; 
  border-left: 37px solid #FFFFFF;
  border-right: 37px solid #FFFFFF;
  border-top: 20px solid #b00004;
}
#roletriangle{
  width: 0px;
  float: left; 
  height: 0px; 
  width: 0; 
  height: 0; 
  border-left: 35px solid #FFFFFF;
  border-right: 35px solid #FFFFFF;
  border-top: 20px solid #b00004;
}

#roleribbon{
  width: 70px;
  float:left;
  min-height: 70px;
  background-color: #b00004;
  margin-left: 30px;
  margin-top:0px;
}
#roleribbon h2{
  font-family: arvobold;
  word-wrap: break-word;
  color:#f2f2f2;
  font-size:medium;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  padding-top: 10px;

}

.ui.container1000 {
    width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ui.container100p {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ui.container800 {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.ui.container900 {
    width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ui.container700print {
    width: 700px;
    height: 1200px;
    margin-top: .5em;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }



.fixed.launch.button {
  display: none;
  position: fixed;
  top: 2.5em;
  left: 0px;

  width: 55px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition:
    0.3s width ease,
    0.5s transform ease
  ;
  -moz-transition:
    0.3s width ease,
    0.5s transform ease
  ;
  -o-transition:
    0.3s width ease,
    0.5s transform ease
  ;
  -ms-transition:
    0.3s width ease,
    0.5s transform ease
  ;
  transition:
    0.3s width ease,
    0.5s transform ease
  ;
}
.launch.button .icon {
  margin-left: 0px;
}


.fixed.launch.button .text {
  position: absolute;
  white-space: nowrap;
  top: auto;
  left: 54px;
  opacity: 0;
  -webkit-transition:
    0.2s opacity 0.2s
  ;
  -moz-transition:
    0.2s opacity 0.2s
  ;
  -o-transition:
    0.2s opacity 0.2s
  ;
  -ms-transition:
    0.2s opacity 0.2s
  ;
  transition:
    0.2s opacity 0.2s
  ;
}
 .fixed.launch.button:hover {
  width: 130px;
}
 .fixed.launch.button:hover .text {
  opacity: 1;
}

/* Position Change */
.pushable.left.overlay .fixed.launch.button {
  transform: translate3d(0, 0, 0);
}
.pushable.overlay.left.pushed .fixed.launch.button {
  transform: translate3d(260px, 0, 0);
}

#mgr-stats-chart-holder{
  margin:0 auto;
  overflow:auto;


}
#mgr-stats-chart{
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#statspageblock{
  margin-top:30px;
  height: auto;
  overflow: auto;
}

#statspagewide{
  float: left;
  width: 60%;
  height: auto;
}

#statspagethin{
  float: left;
  width: 35%;
  height: auto;
}

#mgr-stats-legend, #mgr-survey-legend, #mgr-prof-legend, #store-survey-legend, #store-fin-legend{
  float: left;
  width:auto;
  padding: 2px 2px 0px 2px;
  font-family: myriad-reg;
}


.legend {
    width: 10em;
    border: 1px solid black;
}

.legend .title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    padding: 0 0.3em;
}
#mgr-stats-legend li, #mgr-survey-legend li, #mgr-prof-legend li, #store-survey-legend li, #store-fin-legend li{
list-style-type:none;
line-height: 150%;
font-size: large;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 1px;
}
ul.polararea-legend{
padding: 0;
margin-top: 0;
list-style-type:none;

}
#legendHolder li:hover{
  background-color:#3F3F3F;
  color: #f2f2f2;
  border-radius: .125em;
  padding-right: .5em;
  padding-bottom: 1px;
}

#mgr-stats-legend li span, #mgr-survey-legend li span, #mgr-prof-legend li span, #store-survey-legend li span, #store-fin-legend li span{
  margin-bottom: 3px;
  margin-left: 3px;
  display: block;
  font-weight: bold;
  text-align: center;
  font-family: myriad-reg;
  font-size: large;
  float:left;
  color: #CECECE;
  width: 2.25em;
  height: 1.5em;
  border: 1px solid #7A7A7A;
  border-radius: .125em; /* Comment out if you prefer squarish samples */
  margin-right: .5em;
}
.line-legend-text{
  width: auto;
  border: none;
}
#store-survey-legend{
  float: left;
}

#store-sell-it-summary{
  float: left;
  margin-left: 30px;
}

#historyleft{
  float: left;
  height: 100%;
  width: 15%;
  margin-top:20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#historymiddle{
  float: left;
  height: 100%;
  width: 65%;
  margin-top:20px;
  margin-bottom: 20px;
}

#historyright{
  float: left;
  height: 100%;
  width: 15%;
  margin: 10px,10px,10px,10px;
}

.recon_header{
  background-color:#b00004;
}

#recon_holder{
  float: left;
  margin-left: 20px;
  width: 30%;
  height: auto;
  padding-bottom:20px;
}

#recon{

}

#scoreboard_card{
  width: 325px;
  max-width: 325px;
  float: left;
  margin-left:40px;
}

#scoreboard_card table a{
  text-decoration: none;
  color: inherit;
}

#scoreboard_card table tbody{
  padding-bottom:10px;
}

#scoreboard_card table td{
  font-size:20px;
  line-height: 1.25;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 4px;
  padding-bottom:3px;
}

#scoreboard_card table th{
  font-size:20px;
  font-family: arvobold;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 20px;
  padding-bottom:20px;
}

#scoreboard_deck{
  max-width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 30px;
}

#embeddedquiz{
  height: auto;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#embeddedquiz iframe{
  min-height: 800px;
  height: auto;
  overflow:auto;
  padding-top: 0px;
}

#embeddedquizlink{
  line-height: 150%;
  width: 500px;
  padding-top: 50px;  
  margin: auto;
  text-align: center;
}

#statsSpinPoints{
  min-width: 30%;
  max-width: 50%;
  width: auto;
  float:left;
  margin-left: 40px;
}

#feedbackSegmentFloat{
  float:left;
  max-width: 30%;
  width: 30%;
}

#surveyPanel{
  float: left;
  height: auto;
  min-height: 300px;
  width: 30%;
  max-width: 30%;
  margin-left: 2%;
  margin-top: 20px;
}

#surveyPanels{
  height: auto;
  overflow: auto;
}

#points-block-left{
  width: 85%;
  max-width: 85%;
  height: auto;
  float: left;
}
#points-block-right{
  width: 13%;
  max-width: 13%;
  height: auto;
  float: left;
}
#points-block-right-points{
  width: 100%;
  text-align: center;
}

#points-half-width{
  width: 50%;
  max-width: 50%;
  height: auto;
  float: left;
}

#points-half-width h3{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2px;
}

#points-half-width .ui.divider {
  margin: .5rem 0;
}

#printpage{
  max-height: 100vh;
  max-width: 10in;
  height:100vh;
  width: 10in;
  margin-top: 0px;
  background-color: #ffffff;
}

#printpage-header{
  height: 40px;
  width: 100%;
}
#printpage-header-left{
  float: left;
}
#printpage-header-right{
  float: right;
}

#scoreboardStoreInfo{
   width: 100%;
   height: 50px;
   text-decoration: none;
   text-align: center;
}

#scoreboardStoreEmployee table tr td a{
   color:#000000;
   text-decoration: none;
}


#scoreboardStoreInfo h1{
  font-size: 2em;
  margin: 0 0 0 0;
}

#scoreboardStoreInfo h1 a{
  color:#000000;
  text-decoration: none;
}

#scoreboardStoreInfo h3{
  font-size: 1em;
  margin: 0 0 0 0;
}

#table-scroll{
  max-height: 150px;
  overflow-y: scroll;
  padding: 2,2,2,2;
}


.ui.table thead tr:first-child > th {
     position: sticky !important;
     border-collapse: none;
     top: 0;
     z-index: 2;
}


