:root {
    --ligtblue-color: #0727d7;
    --orange-color: #EE6411;
    --dellblue-color: #0076ce;
    --midnightblue-color: #00447c;
    --train-gap: 65px;
    --train-gap-xs: 20px;
}

body,
p,
div,
li,
a,
button,
strong,
em {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
}

strong {
    font-weight: 500;
}

img {
    max-width: 100%;
}

h1 {}

h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.btn {
    font-size: 25px;
    font-weight: 400;
    background-color: var(--orange-color);
    border-color: var(--orange-color);
    color: white;
    border-radius: 0px;
    padding: .175rem .75rem;
    text-transform: uppercase;
}

.btn:hover {
    background-color: var(--ligtblue-color);
    border-color: var(--ligtblue-color);
    color: white;
}

.btn-link, .btn-link:hover {
  font-size: 16px;
  background-color: transparent;
  border-color: transparent;
  color: var(--orange-color);
  border-radius: 0px;
  padding: .175rem .75rem;
  text-transform: uppercase;
  border-width: 0px;
  border-radius: 0px;
}

.btn-link:hover {
  color: var(--ligtblue-color);
}
.ligtblue {
    color: #0727d7;
}

.dellblue {
    color: #0076ce;
}

.midnightblue {
    color: #00447c;
}

.orange {
    color: #EE6411;
}

.bg-ligtblue {
    background-color: #00aede;
}

.bg-dellblue {
    background-color: #0076ce;
}

.bg-midnightblue {
    background-color: #00447c;
}


/* MENU */

#menu-icon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99999;
}

#menu-dashboard {
  display: hidden;
  width: 70vw;
  float: right;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: none;
  color: #ffffff;
  background-image: url(../img/menu-dashboard-bg.png);
  background-size: cover;
}

#menu-dashboard .points {
  font-size: 124px;
}

#side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #00447C;
  overflow-x: hidden;
  transition: 0.5s;
}

#side-menu a {
  padding: 8px 8px 8px 60px;
  text-decoration: none;
  font-size: 25px;
  color: #0727d7;
  display: block;
  transition: 0.3s;
}

#side-menu a:hover, #side-menu a.active {
  color: #ffffff;
}

#side-menu ul {
  margin-bottom: 0px;
}

#side-menu a.active {
  color: #ffffff;
}

.menu-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    z-index: 9999;
    top: 0;
}

#user-profile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  background-color: #0076CE;
  overflow-x: hidden;
  transition: 0.5s;
  color: #ffffff;
}

.inner-profile {
  padding: 60px;
  height: 100vh;
}

.inner-profile p {
  margin-bottom: 16px;
  font-weight: medium;
}

.inner-profile img {
  margin-bottom: 30px;
}

p.password-text {
  font-size: 16px;
  font-weight: lighter;
}

.username {
  font-size: 35px;
  font-weight: medium;
}

.email {
  font-size: 16px;
  font-weight: lighter;
  margin-bottom: 20px;
}
.big-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.small-title {
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
}

.manage-password {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  font-size: 25px;
  font-weight: medium;
}

.manage-password a {
  float: right;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffffff;
}

.partner-logo {
  width: 120px;
}

.menu-open {
  width: 30vw!important;
  min-width: 400px;
}

.dell-partner-logo {
  margin: 10px 0px 0px 10px;
  position: absolute;
  max-width: 300px;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.toggle-password {
  width: 25px;
  bottom: 8px;
  right: 5px;
}

.password-eye {
    position: absolute;
    top: 36px;
    color: #000000;
    right: 6px;
}
/* Welcome page */

.welcome-container{

  padding-top: 22rem;
  max-width: 80%;
}

.welcomeBox {
  font-size: 200px;
  color: white;
  font-family: 'Roboto', serif;
}

.welcomeText {
  font-weight: 600;
  font-size: 7rem;
  line-height: 6rem;
}

.welcome-video {
font-weight: 500;
font-size: 38px;



}

#video{
        display: none;
        position: absolute;
        width:100%;
        height: 100%;
        z-index:999991;

}

/* END MENU */

/* wheel */

.wheel-page
    {
        display: none;
        position:fixed;
        left:0px;
        top:0px;
        bottom: 0px;
        height:100%;
        width:100%;
        z-index:999991;
        overflow-y: auto;
        overflow: hidden;
    }
/* LEADERBOARD TABLE */

.leaderboard
    {
        display: none;
        position:fixed;
        left:0px;
        top:0px;
        bottom: 0px;
        height:100%;
        width:100%;
        z-index:999991;
        background-image: url('../img/bg-darkblue.jpg');
        background-size: cover;
        overflow-y: auto;
    }

#leaderboard-table {
  border-spacing: 1px;
  border-collapse: unset;
}

#leaderboard-table th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  background-color: #003157;
}

#leaderboard-table td {
  font-size: 18px;
}

.leaderboard-inner-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.leaderboard-title {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: normal;
}

.leaderboard-wrap {
  background-color: #21447B;
  padding: 20px;
}

.my-leaderboard-wrap {
  background-color: #003156;
  padding: 20px;
}

.my-leaderboard-wrap td {
  background-color: #00aede;
  font-size: 18px;
}

#my-leaderboard-table {
  border-spacing: 1px;
  border-collapse: unset;
}

.site-top-margin {
  margin-top: 50px;
}
/* END LEADERBOARD TABLE */

.dell-partner-logo-right {
  float: right;
  margin-bottom: 20px;
}

.main-logo{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 990;
}

.main-logo img {
  max-width: 260px;
}

.points-top-main {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(33 68 123));
  color: #ffffff;
  font-size: 23px;
  padding: 5px 30px;
  text-align: center;
  z-index: 990;
}

.points-top {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(33 68 123));
  color: #ffffff;
  font-size: 23px;
  padding: 5px 30px;
  text-align: center;
  z-index: 990;
}

.points-star {
  content:url(../img/star-icon.png);
}

.badge-padding {
  margin-right: 15px;
}

.user-points.id {

}

.trophy {
  margin-right: 10px;
}

.first, .last {
  width: 10%;
}

.middle {
  width: 80%;
}

.inner-profile .btn {
    font-size: 10px;
}

#job_role {
    width: 100%;
    margin-bottom: 15px;
}

#jobSelect {
  margin: 15px 0 15px 0;
}

#fields {
    width: 100%;
    margin: 0px 15px 15px 15px;
}

#passwordFields {
  width: 100%;
  margin: 15px 0 80px 0;
}

#fields label, #passwordFields label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.passworderrors {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
}

@media screen and (max-height: 450px) {

  #side-menu {
    padding-top: 15px;
  }

  #side-menu a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}


@media only screen and (max-width: 800px) and (orientation: portrait) {

  body {
    background-position-x: 713px;
  }

  h3 {
      font-size: 20px;
  }

  h2 {
      font-size: 20px;
  }

  p {
      font-size: 16px;
  }

  .btn {
    font-size: 16px!important;
  }


  .menu-open {
    width: 100vw!important;
  }

  .inner-profile {
    padding: 30px;
    height: unset;  }

  .inner-profile img {
    margin-bottom: 30px;
  }

  .username {
    font-size: 20px;
  }

  .email {
    font-size: 15px;
  }

  .leaderboard-inner-title {
    font-size: 18px;
  }

  .leaderboard-title {
    text-align: center;
    font-size: 20px;
    margin-top: 120px;
  }

  #user-profile {
    height: 60vh;
    width: 0;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    background-color: #0076CE;
    overflow-x: hidden;
    transition: 0.5s;
    color: #ffffff;
  }
  #user-profile.menu-open{
    width: 100vw !important;
  }
  #menu-dashboard {
    width: 100vw;
    float: right;
    height: 40vh;
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 999;
    display: none;
    color: #ffffff;
    background-image: url(../img/menu-dashboard-bg.png);
    background-size: cover;
  }

  #menu-dashboard .points {
    font-size: 55px;
    margin-top: -20px;
  }

  .dell-partner-logo-right {
    float: unset;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    /* text-align: center; */
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .dell-partner-logo {
    position: unset;
  }

  .my-leaderboard-wrap td, #leaderboard-table td {
    font-size: 16px
  }

  .bg-midnightblue, .points-top {
    display: none;
  }

  .trophy {
    width: 26px;
  }

  #passwordFields {
    margin: 15px 0 0px 0;
  }
}

@media only screen and (min-width: 834px) and (max-width: 834px) and (max-height: 1112px) and (orientation: portrait) {
  .dell-partner-logo-right {
    float: unset;
    margin: 0 auto;
    position: absolute;
    top: 0;
    /* text-align: center; */
    left: 50%;
    transform: translate(-50%, 50%);
}
.leaderboard-title {
  text-align: center;
  font-size: 20px;
  margin-top: 110px;
}

}

@media only screen and (min-width: 768px) and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .menu-open {
    width: 40vw!important;
  }


}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {


  .inner-profile {
    padding: 20px;
  }

  .username {
    font-size: 20px;
  }

  .email {
    font-size: 15px;
  }

  .dell-partner-logo-right {
      float: unset;
      margin: 0 auto;
      position: absolute;
      top: 0;
      /* text-align: center; */
      left: 50%;
      transform: translate(-50%, 50%);
  }

  .leaderboard-title {
    font-size: 20px;
    margin-top: 110px;
  }

  .leaderboard-inner-title {
    font-size: 18px;
  }

  .trophy {
    width: 26px;
  }
}

