html {
  width: 100%;
}

body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}

.light {
  font-weight: 300;
}

.semi-bold {
  font-weight: 500;
}


/* Reset  */

.border0 {
  border: 0px solid transparent;
}

.br-radius0 {
  border-radius: 0px;
}

.pad0 {
  padding: 0px;
}

.padl0 {
  padding-left: 0px;
}

.padr0 {
  padding-right: 0px;
}

.padb0 {
  padding-bottom: 0px;
}

.padt0 {
  padding-top: 0px;
}

.mar0 {
  margin: 0px;
}

.marl0 {
  margin-left: 0px;
}

.marr0 {
  margin-right: 0px;
}

.marb0 {
  margin-bottom: 0px;
}

.mart0 {
  margin-top: 0px;
}


/* Fonts */

h1 {
  font-size: 50px;
  line-height: 1.4;
}

h2 {
  font-size: 38px;
  line-height: 1.4;
}

h3 {
  font-size: 32px;
  line-height: 1.4;
}

h4 {
  font-size: 26px;
  line-height: 1.4;
}

p {
  font-size: 20px;
  line-height: 1.4;
}

p.sm {
  font-size: 16px;
  line-height: 1.4;
}

.big {
  font-size: 150px;
}


/* Power to super impose */

.sup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}


/* Center Mechanics */

.hcenter {
  margin: 0 auto;
}

.centraldiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*Background Image*/


/* .bg-cover {
  background-image: url("../img/cover.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.bg-cover-mobile {
  background-image: url("../img/cover-mobile.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
} */


/* Max Constraints */

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.height-inherit {
  height: inherit;
}


/*display*/

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.disp-none {
  display: none;
}

.disp-ib {
  display: inline-block;
}

.disp-tab {
  display: table;
}

.disp-tab-fixed {
  display: table;
  table-layout: fixed;
}

.disp-tab-cell {
  display: table-cell;
}


/* vertical align */

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}


/* Border Default  */

.b-none {
  border: none;
  outline: none !important;
}

.circa {
  border-radius: 50%;
}


/* Margin */

.martgutter {
  margin-top: 15px;
}

.marbgutter {
  margin-bottom: 15px;
}

.marlgutter {
  margin-left: 15px;
}

.marrgutter {
  margin-right: 15px;
}

.martbgutter {
  margin-top: 15px;
  margin-bottom: 15px;
}

.marlrgutter {
  margin-left: 15px;
  margin-right: 15px;
}

.margutter {
  margin: 15px;
}

.marbarbutton {
  margin-top: 20px;
  margin-bottom: 15px;
}

.mart8p {
  margin-top: 8%;
}

.mart7 {
  margin-top: 7px;
}


/* Padding */

.padlrhalfgutter {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.padtgutter {
  padding-top: 15px;
}

.padbgutter {
  padding-bottom: 15px;
}

.padlgutter {
  padding-left: 15px;
}

.padrgutter {
  padding-right: 15px;
}

.padtbgutter {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padlrgutter {
  padding-left: 15px;
  padding-right: 15px;
}

.padgutter {
  padding: 15px;
}


/* ImagePadding */

.padlrhalfimg {
  padding-left: 4px;
  padding-right: 4px;
}

.padtimg {
  padding-top: 8px;
}

.padbimg {
  padding-bottom: 8px;
}

.padlimg {
  padding-left: 8px;
}

.padrimg {
  padding-right: 8px;
}

.padtbimg {
  padding-top: 8px;
  padding-bottom: 8px;
}

.padlrimg {
  padding-left: 8px;
  padding-right: 8px;
}

.padgimg {
  padding: 8px;
}

.pad20 {
  padding: 20px;
}

.padInnerNav {
  padding: 20px 20px 20px 35px;
}

.padt4p {
  padding-top: 4%;
}


/*Visibility*/

.hideous {
  visibility: hidden;
}

.lookilook {
  visibility: visible;
}


/*Position*/

.rel-pos {
  position: relative;
}

.abs-pos {
  position: absolute;
}

.fix-pos {
  position: fixed;
}


/* Absolute Mechanics */

.bot0 {
  bottom: 0;
}

.top0 {
  top: 0;
}


/* Floats */

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.f-none {
  float: none;
}


/* Colors */

.tc-white {
  color: #FFF;
}

.tc-black {
  color: #000;
}

.tc-dk-blue {
  color: #0C1B71;
}

.tc-blue {
  color: #471BE6;
}

.tc-red {
  color: #E51A1A;
}

.tc-green {
  color: #33CC33;
}

.tc-ltst-grey {
  color: #EFEFEF;
}

.tc-ltr-grey {
  color: #D1D1D1;
}

.tc-md-grey {
  color: #B2B2B2;
}

.tc-dk-grey {
  color: #787878;
}

.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #000;
}

.bg-dk-blue {
  background-color: #0C1B71;
}

.bg-blue {
  background-color: #471BE6;
}

.bg-red {
  background-color: #E51A1A;
}

.bg-green {
  background-color: #33CC33;
}

.bg-ltst-grey {
  background-color: #EFEFEF;
}

.bg-ltr-grey {
  background-color: #D1D1D1;
}

.bg-md-grey {
  background-color: #B2B2B2;
}

.bg-dk-grey {
  background-color: #787878;
}

.bg-transp {
  background-color: transparent;
}


/* Brightness */

.opa3 {
  opacity: 0.3;
}

.opa7 {
  opacity: 0.7;
}

.opa8 {
  opacity: 0.8;
}

.bg-black-opa5 {
  background: rgba(0, 0, 0, 0.5);
}


/* Width Constraints */

.width2 {
  width: 2%;
}

.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.widthOneThird {
  width: 33.33%;
}

.width40 {
  width: 40%;
}

.width48 {
  width: 48%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.h1px {
  height: 1px;
}


/* Height Constraints */

.height30 {
  height: 30%;
}

.height50 {
  height: 50%;
}


/* Top Constraints */

.top60 {
  top: 60%;
}


/* Cursors */

.curp {
  cursor: pointer;
}


/* Compponet Specific */

a, a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

.alertDialog {
  z-index: 10;
}

.loadingDialog {
  z-index: 9;
}

.icon {
  font-size: 15px;
  cursor: pointer;
  padding: 5px;
}

.cross {
  padding-top: 20px;
  margin-right: 15px;
  float: right;
  cursor: pointer;
}

.bg-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* Buttons */

.bluebtn, .bluebtn:focus {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #0C1B71;
  outline: none !important;
}

.bluebtn:hover {
  color: #FFF;
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
}

.whitebtn, .whitebtn:focus {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #FFF;
  border: 1px solid #000;
  outline: none !important;
}

.whitebtn:hover {
  color: #FFF;
  background-color: #B2B2B2;
  border: 1px solid transparent;
}

.okButton, .okButton:hover, .okButton:focus {
  padding: 5px 40px;
}

.blackbtn {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
  border-radius: 0px;
  background-color: #000;
  border: 1px solid #000;
  outline: none !important;
}

.blackbtn.focus, .blackbtn:focus, .blackbtn:hover {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}


/* Loading Bar */

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #0C1B71;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


/* Shadows */

.loginBoxShadow {
  border: 1px solid #EFEFEF;
  box-shadow: 0px 3px 10px #B2B2B2;
}

.cardBoxShadow {
  border: 1px solid #EFEFEF;
  box-shadow: 1px 1px 10px #B2B2B2;
}

.navBoxShadow {
  box-shadow: 0px 2px 5px #B2B2B2;
}


/* Nav Bar */

.navbar-brand {
  height: 80px;
}

.logodimen {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  width: 8%;
}

.navbar-default {
  background-color: #FFF;
  border-color: #EFEFEF;
  box-shadow: 0px 2px 5px #B2B2B2;
  margin-bottom: 0px;
  border-radius: 0px;
  z-index: 10;
}


/* Nav Pills */

.nav-pills>li>a {
  background-color: #FFF;
  border-radius: 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #FFF;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #FFF;
  background-color: #0C1B71;
}


/* Borders */

.b-dash-dk-grey {
  border: 1px dashed #787878;
}

.b-bot-ltr-grey {
  border-bottom: 1px solid #D1D1D1;
}

.b-right-ltr-grey {
  border-right: 1px solid #D1D1D1;
}

.b-tb-ltr-grey {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

@media only screen and (max-width:120em) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  p {
    font-size: 20px;
  }
  p.sm {
    font-size: 16px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 18px;
    padding: 8px 20px;
  }
  .okButton, .okButton:hover, .okButton:focus {
    padding: 5px 40px;
  }
}

@media only screen and (max-width:100em) {
  h1 {
    font-size: 41.67px;
  }
  h2 {
    font-size: 31.67px;
  }
  h3 {
    font-size: 26.67px;
  }
  h4 {
    font-size: 21.67px;
  }
  p {
    font-size: 16.67px;
  }
  p.sm {
    font-size: 13.4px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 15px;
  }
  .navbar-brand {
    height: 75px;
  }
}

@media only screen and (max-width: 91em) {
  h1 {
    font-size: 37.5px;
  }
  h2 {
    font-size: 28.5px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 19.5px;
  }
  p {
    font-size: 15px;
  }
  p.sm {
    font-size: 12px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 13.5px;
  }
}

@media only screen and (max-width:85.375em) {
  h1 {
    font-size: 35.573px;
  }
  h2 {
    font-size: 27.035px;
  }
  h3 {
    font-size: 22.767px;
  }
  h4 {
    font-size: 18.498px;
  }
  p {
    font-size: 14.229px;
  }
  p.sm {
    font-size: 11.33px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 12.806px;
  }
  .navbar-brand {
    height: 70px;
  }
}

@media only screen and (max-width:80em) {
  h1 {
    font-size: 33.333px;
  }
  h2 {
    font-size: 25.333px;
  }
  h3 {
    font-size: 21.333px;
  }
  h4 {
    font-size: 17.333px;
  }
  p {
    font-size: 13.333px;
  }
  p.sm {
    font-size: 10.66px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 12px;
  }
  .navbar-brand {
    height: 65px;
  }
}

@media only screen and (max-width:75em) {
  h1 {
    font-size: 26.667px;
  }
  h2 {
    font-size: 20.267px;
  }
  h3 {
    font-size: 17.067px;
  }
  h4 {
    font-size: 13.867px;
  }
  p {
    font-size: 10.667px;
  }
  .bluebtn, .bluebtn:focus, .bluebtn:hover, .whitebtn, .whitebtn:focus, .whitebtn:hover, .blackbtn, .blackbtn:focus, .blackbtn:hover {
    font-size: 9.6px;
  }
}

@media only screen and (max-width:48em) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}


/* @media only screen and (max-width:23em) {} */


/* Old CSS */

.ttooltip {
  position: absolute;
  bottom: 0;
  padding: 0.5em 1.2em;
  margin: 2em;
  background-color: #FFF;
  color: #000;
  opacity: 0.8;
}

.imgScrollDown {
  position: absolute;
  bottom: 0;
  margin-left: 3.824%;
  filter: brightness(0%);
  width: 0.12%;
  margin-bottom: 10px;
}

.fullheight {
  height: 100vh;
}
