@font-face {
  font-family: "Raleway";
  /* src:url("font/LemonMilklight.otf"); */
  font-weight: 400;
}

body {
    font-weight: 500;
}

#printArea{
  display: none;
}

body, h1, h2 {
    font-family: 'Raleway', sans-serif;
    color: #2e3139;
}

.ui.celled.table #subCEFR th{
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.ui.celled.table tr #percentageCell{
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9pt;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

#partnerName{
  color: white;
  margin-top: 20px;
  margin-bottom: 15px;
  /* opacity: .8; */
  font-size: 18pt;
}

#partnerCompany{
  color: white;
  margin-top: 0px;
  margin-bottom: 8px;
  opacity: .9;
  font-size: 12pt;
}

#totalUser{
  opacity: .9;
  font-size: 60pt;
  margin: 5px;
  margin-top: -25px;
}

#totalUser2{
  opacity: .7;
  font-size: 12pt;
  margin: 0;
}

.segmentTitle{
  opacity: .75;
  font-size: 16pt;
}

.segmentSubtitle{
  opacity: .65;
  font-size: 13pt;
  font-weight: 600;
  margin-top: 40px;
}

.ui.skills.grid > .row > .column{
  padding-top: 35px;
  padding-bottom: 35px;
}

.skillName{
  margin-top: 14px;
  font-size: 12pt;
  opacity: 0.95;
  font-weight: 500;
}

.skillDesc{
  font-size: 9pt;
  opacity: 0.95;
  font-weight: 500;
  margin-top: 0;
}

.bioKey{
  font-size: 9pt;
  font-weight: 600;
  opacity: 0.5;
  margin-top: 0;
  margin-bottom: 3px;
}

.bioValue{
  font-size: 13pt;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 0px;
  margin-bottom: 17px;
}

.bioValue:last-child{
  margin-bottom: 25px;
}

.bioKey:first-child + .bioValue{
  font-size: 18pt;
}

#partnerDetails{
  color: white;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 9pt;
  opacity: .8;
  font-weight: 500;
}

#rankTable{
  color: #2e3139;
  font-size: 10pt;
  font-weight: 500;
  opacity: 0.9;
}

#rankTable > tr:first-child{
  font-size: 12pt;
  font-weight: 700;
  opacity: 0.9;
}

#rankTable > tr > td:first-child{
  width: 15px;
}

#rankTable > tr > td:last-child{
  text-align: right;
}

.ui.button{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.ui.analytics.button{
  border-radius: .28571429rem;
}

.ui.menu{
  box-shadow: 0 0.5px 10px 0 rgba(46,49,57,.30);
  border: 0;
}

.ui.analytics.menu{
  box-shadow: 0 0.5px 10px -3px rgba(46,49,57,.30);
  background-color: #2e3139;
  height: 50px;
  z-index: 9999;
}

.ui.secondary.analytics.menu{
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.ui.analytics.menu .item{
  font-size: 10pt;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  opacity: 0.7;
  color: white;
  border-bottom: 2.5px solid rgba(0,0,0,0);
  border-top: 2.5px solid rgba(0,0,0,0);
}


.ui.analytics.menu .item:hover{
  /* font-weight: 400; */
  opacity: 0.4;
  color: white;
  /* border-bottom: 2.5px solid white; */
}

.ui.analytics.menu .item.image{
  opacity: 1;
}

.ui.analytics.menu .item.active{
  font-size: 11pt;
  font-weight: 600;
  opacity: 0.9;
  border-bottom: 2.5px solid #2185D0;
}


.ui.secondary.analytics.menu .item{
  color: #2e3139;
  opacity: 0.9;
  font-size: 11pt;
  border-bottom: 1.5px solid rgba(0,0,0,0);
  border-top: 1.5px solid rgba(0,0,0,0);
  border-radius: 0;
}

.ui.secondary.analytics.menu .item:hover{
  background: none;
  opacity: 0.5;
}

.ui.secondary.analytics.menu .item.active{
  background: none;
  color: #2e3139;
  opacity: 0.9;
  font-size: 11pt;
  border-bottom: 1.5px solid #2185D0;
}

.ui.analytics.segment, .ui.negative.analytics.segment{
  /* box-shadow: 0px 0px 20px -4px rgba(46,49,57,.15); */
  border: 0;
}

.ui.fluid.very.padded.counter.analytics.center.aligned.segment{
  padding-left: 10px;
  padding-right: 10px;
}

.ui.negative.analytics.segment{
  background-color: #2e3139;
}

#upButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  /* box-shadow: 0px 0px 0px #FFB247; */
  -webkit-transition: box-shadow 0.5s, bottom 0.5s, visibility 1s; /* Safari */
    transition: box-shadow 0.5s, bottom 0.5s, visibility 1s;


}

  @media only screen and (max-width: 700px) {
    #upButton{
      /* opacity: 0.3; */
      bottom: -5px;
      right: -10px;
      border-radius: 100% 15% 15% 15%;
      /* padding: 10px; */
    }

    #upButton:hover {
      /* box-shadow: 0px 0px 20px #FFB247; */
      bottom: -5px !important;
    }
  }

#upButton:hover {
  /* box-shadow: 0px 0px 20px #FFB247; */
  bottom: 25px;
  -webkit-transition: box-shadow 0.5s, bottom 0.5s; /* Safari */
    transition: box-shadow 0.5s, bottom 0.5s;
}

.ui.button.portal-yellow{
  background: #FFB247;
  font-weight: 700;
}

.ui.card>.image{
    background-color: white;
}

.landingpage-header{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
    color: black !important;
}

.landingpage-header-small{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #E69E13 !important;
    text-shadow: 1px 1px 2px #444;
}

.cell-main{
    font-weight: bold;
    text-align: center !important;
}

form .error{
    color: darkred !important;
}

.ui.inverted.segment.masthead{
    background-image:url("../images/svg/masthead.svg");
    background-position:fixed;
    background-size: cover;
}

#padding50{
  padding-top: 50px;
}

#title{
  font-size: 80px;
}

.ui.vertical.stripe.analytics.segment{
    min-height: 70%;
    background-color: #eaedf3;
    padding-top: 70px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 700px) {
  .ui.inverted.segment.masthead{
      background-image:url("../images/svg/bg.svg");

  }
  .ui.very.padded.basic.segment{
    width: 90%;
  }

  #padding50{
    padding-top: 10px;
  }

  #title{
    font-size: 45px;
  }
}

#three_approach{
  box-shadow: 0px 0px 0px #CFD8DC;
  zoom: 100%;
  transition: box-shadow 0.5s;
}


#three_approach:hover{
  box-shadow: 0px 0px 70px #CFD8DC;
  -webkit-transition: box-shadow 0.5s; /* Safari */
  transition: box-shadow 0.5s;
}

#what_is_segment{
  -webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

#chart_segment{
  -webkit-transition: box-shadow 0.5s; /* Safari */
    transition: box-shadow 0.5s;
}

.ui.segment.bottom-bg{
    /*background-image:url("../images/SE title page.jpeg");*/
    /* background-image:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.0)),url("../images/SE title page.jpeg"); */
    background-image:url("../images/svg/mastheadbottom.svg");
    /*background-image:linear-gradient(0deg,rgba(255,255,255,0.4),rgba(33,133,208,0.7)),url("../images/SE title page.jpeg");*/
    background-position:fixed;
    /* background-attachment:fixed; */
    /*background-position:center;*/
    background-size: cover;
}

.ui.segment.blue-bg{
    /*background-image:url("../images/SE title page.jpeg");*/
    /* background-image:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.0)),url("../images/SE title page.jpeg"); */
    background-image:url("../images/bgblue.png");
    /*background-image:linear-gradient(0deg,rgba(255,255,255,0.4),rgba(33,133,208,0.7)),url("../images/SE title page.jpeg");*/
    background-position:fixed;
    background-attachment:fixed;
    /*background-position:center;*/
    background-size: cover;
}

.inactive{
    opacity: 0.5;
}

.borderless-segment{
    border: none !important;
    box-shadow: none !important;
}

div.inverted.segment{
    background-color: rgb(33,133,208) !important;
}

.ui.large.secondary.inverted.pointing.menu{
    border: none;
}

.ui.large.top.fixed.menu{
    height: 75px;
}

.right.item{
    height: 75px;
}

.item.image{
    width: 125px;
}

img.fulfill{
    width: 100% !important;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height:500px;
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical p {
    /* font-size: 12pt; */
    font-family: 'Raleway';
    /* font-weight: 500; */
    /* opacity: 0.8; */
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

#explanation{
  font-size: 9pt;
}


@media only screen and (max-width: 700px) {
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        min-height: 350px;
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

@media print{

    html body *{
      font-weight: 500 !important;
      opacity: 1 !important;
    }

    .ui.top.fixed.borderless.analytics.menu{
      display: none;
    }

    .pusher{
      display: none;
    }

    #printArea{
      display: block;
    }

    .segmentSubtitle{
      margin-top: 30px;
    }

    .bioValue:last-child{
      margin-bottom: 15px;
    }

    .ui.skills.grid > .row > .column{
      padding-top: 15px;
      padding-bottom: 15px;
    }

    #metaDate{
      font-size: 8pt;
      opacity: 0.7 !important;
    }

}
