.spinner {
  margin: auto;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
@media screen {
  .wes-manager {
    padding: 0;
    position: fixed;
    z-index: 99999999999999;
    width: 100%;
  }
  .wes-manager ul {
    padding: 0;
    margin: 0;
  }
  .wes-manager .close {
    font-size: 1em;
  }
  .wes-manager .alert h4,
  .wes-manager .alert button.close > span {
    font-size: 1.5em;
  }
  .wes-manager .alert.alert-danger h4 > small,
  .wes-manager .alert.alert-danger h4 > span,
  .wes-manager .alert.alert-danger button.close > span {
    color: #a94442;
  }
  .wes-manager .alert.alert-success h4 > small,
  .wes-manager .alert.alert-success h4 > span,
  .wes-manager .alert.alert-success button.close > span {
    color: #3c763d;
  }
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
html,
body {
  height: 100%;
  min-height: 100% !important;
  max-height: 100% !important;
}
@media screen {
  .ln-0 {
    height: 0%;
  }
  .ln-1 {
    height: 8.33333333%;
  }
  .ln-10 {
    height: 83.33333333%;
  }
  .ln-11 {
    height: 91.66666667%;
  }
  .ln-12 {
    height: 100%;
  }
  .ln-2 {
    height: 16.66666667%;
  }
  .ln-3 {
    height: 25%;
  }
  .ln-4 {
    height: 33.33333333%;
  }
  .ln-5 {
    height: 41.66666667%;
  }
  .ln-6 {
    height: 50%;
  }
  .ln-7 {
    height: 58.33333333%;
  }
  .ln-8 {
    height: 66.66666667%;
  }
  .ln-9 {
    height: 75%;
  }
  .ln-min-0 {
    min-height: 0%;
  }
  .ln-min-1 {
    min-height: 8.33333333%;
  }
  .ln-min-10 {
    min-height: 83.33333333%;
  }
  .ln-min-11 {
    min-height: 91.66666667%;
  }
  .ln-min-12 {
    min-height: 100%;
  }
  .ln-min-2 {
    min-height: 16.66666667%;
  }
  .ln-min-3 {
    min-height: 25%;
  }
  .ln-min-4 {
    min-height: 33.33333333%;
  }
  .ln-min-5 {
    min-height: 41.66666667%;
  }
  .ln-min-6 {
    min-height: 50%;
  }
  .ln-min-7 {
    min-height: 58.33333333%;
  }
  .ln-min-8 {
    min-height: 66.66666667%;
  }
  .ln-min-9 {
    min-height: 75%;
  }
  .ln-offset-0 {
    margin-top: 0%;
  }
  .ln-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-offset-12 {
    margin-top: 100%;
  }
  .ln-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-offset-3 {
    margin-top: 25%;
  }
  .ln-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-offset-6 {
    margin-top: 50%;
  }
  .ln-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-offset-9 {
    margin-top: 75%;
  }
}
@media (max-width: 575.98px) {
  .ln-xs-0 {
    height: 0%;
  }
  .ln-xs-1 {
    height: 8.33333333%;
  }
  .ln-xs-10 {
    height: 83.33333333%;
  }
  .ln-xs-11 {
    height: 91.66666667%;
  }
  .ln-xs-12 {
    height: 100%;
  }
  .ln-xs-2 {
    height: 16.66666667%;
  }
  .ln-xs-3 {
    height: 25%;
  }
  .ln-xs-4 {
    height: 33.33333333%;
  }
  .ln-xs-5 {
    height: 41.66666667%;
  }
  .ln-xs-6 {
    height: 50%;
  }
  .ln-xs-7 {
    height: 58.33333333%;
  }
  .ln-xs-8 {
    height: 66.66666667%;
  }
  .ln-xs-9 {
    height: 75%;
  }
  .ln-xs-min-0 {
    min-height: 0%;
  }
  .ln-xs-min-1 {
    min-height: 8.33333333%;
  }
  .ln-xs-min-10 {
    min-height: 83.33333333%;
  }
  .ln-xs-min-11 {
    min-height: 91.66666667%;
  }
  .ln-xs-min-12 {
    min-height: 100%;
  }
  .ln-xs-min-2 {
    min-height: 16.66666667%;
  }
  .ln-xs-min-3 {
    min-height: 25%;
  }
  .ln-xs-min-4 {
    min-height: 33.33333333%;
  }
  .ln-xs-min-5 {
    min-height: 41.66666667%;
  }
  .ln-xs-min-6 {
    min-height: 50%;
  }
  .ln-xs-min-7 {
    min-height: 58.33333333%;
  }
  .ln-xs-min-8 {
    min-height: 66.66666667%;
  }
  .ln-xs-min-9 {
    min-height: 75%;
  }
  .ln-xs-offset-0 {
    margin-top: 0%;
  }
  .ln-xs-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-xs-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-xs-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-xs-offset-12 {
    margin-top: 100%;
  }
  .ln-xs-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-xs-offset-3 {
    margin-top: 25%;
  }
  .ln-xs-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-xs-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-xs-offset-6 {
    margin-top: 50%;
  }
  .ln-xs-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-xs-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-xs-offset-9 {
    margin-top: 75%;
  }
}
@media (min-width: 576px) {
  .ln-sm-0 {
    height: 0%;
  }
  .ln-sm-1 {
    height: 8.33333333%;
  }
  .ln-sm-10 {
    height: 83.33333333%;
  }
  .ln-sm-11 {
    height: 91.66666667%;
  }
  .ln-sm-12 {
    height: 100%;
  }
  .ln-sm-2 {
    height: 16.66666667%;
  }
  .ln-sm-3 {
    height: 25%;
  }
  .ln-sm-4 {
    height: 33.33333333%;
  }
  .ln-sm-5 {
    height: 41.66666667%;
  }
  .ln-sm-6 {
    height: 50%;
  }
  .ln-sm-7 {
    height: 58.33333333%;
  }
  .ln-sm-8 {
    height: 66.66666667%;
  }
  .ln-sm-9 {
    height: 75%;
  }
  .ln-sm-min-0 {
    min-height: 0%;
  }
  .ln-sm-min-1 {
    min-height: 8.33333333%;
  }
  .ln-sm-min-10 {
    min-height: 83.33333333%;
  }
  .ln-sm-min-11 {
    min-height: 91.66666667%;
  }
  .ln-sm-min-12 {
    min-height: 100%;
  }
  .ln-sm-min-2 {
    min-height: 16.66666667%;
  }
  .ln-sm-min-3 {
    min-height: 25%;
  }
  .ln-sm-min-4 {
    min-height: 33.33333333%;
  }
  .ln-sm-min-5 {
    min-height: 41.66666667%;
  }
  .ln-sm-min-6 {
    min-height: 50%;
  }
  .ln-sm-min-7 {
    min-height: 58.33333333%;
  }
  .ln-sm-min-8 {
    min-height: 66.66666667%;
  }
  .ln-sm-min-9 {
    min-height: 75%;
  }
  .ln-sm-offset-0 {
    margin-top: 0%;
  }
  .ln-sm-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-sm-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-sm-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-sm-offset-12 {
    margin-top: 100%;
  }
  .ln-sm-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-sm-offset-3 {
    margin-top: 25%;
  }
  .ln-sm-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-sm-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-sm-offset-6 {
    margin-top: 50%;
  }
  .ln-sm-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-sm-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-sm-offset-9 {
    margin-top: 75%;
  }
}
@media (min-width: 576px) {
  .ln-md-0 {
    height: 0%;
  }
  .ln-md-1 {
    height: 8.33333333%;
  }
  .ln-md-10 {
    height: 83.33333333%;
  }
  .ln-md-11 {
    height: 91.66666667%;
  }
  .ln-md-12 {
    height: 100%;
  }
  .ln-md-2 {
    height: 16.66666667%;
  }
  .ln-md-3 {
    height: 25%;
  }
  .ln-md-4 {
    height: 33.33333333%;
  }
  .ln-md-5 {
    height: 41.66666667%;
  }
  .ln-md-6 {
    height: 50%;
  }
  .ln-md-7 {
    height: 58.33333333%;
  }
  .ln-md-8 {
    height: 66.66666667%;
  }
  .ln-md-9 {
    height: 75%;
  }
  .ln-md-min-0 {
    min-height: 0%;
  }
  .ln-md-min-1 {
    min-height: 8.33333333%;
  }
  .ln-md-min-10 {
    min-height: 83.33333333%;
  }
  .ln-md-min-11 {
    min-height: 91.66666667%;
  }
  .ln-md-min-12 {
    min-height: 100%;
  }
  .ln-md-min-2 {
    min-height: 16.66666667%;
  }
  .ln-md-min-3 {
    min-height: 25%;
  }
  .ln-md-min-4 {
    min-height: 33.33333333%;
  }
  .ln-md-min-5 {
    min-height: 41.66666667%;
  }
  .ln-md-min-6 {
    min-height: 50%;
  }
  .ln-md-min-7 {
    min-height: 58.33333333%;
  }
  .ln-md-min-8 {
    min-height: 66.66666667%;
  }
  .ln-md-min-9 {
    min-height: 75%;
  }
  .ln-md-offset-0 {
    margin-top: 0%;
  }
  .ln-md-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-md-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-md-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-md-offset-12 {
    margin-top: 100%;
  }
  .ln-md-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-md-offset-3 {
    margin-top: 25%;
  }
  .ln-md-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-md-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-md-offset-6 {
    margin-top: 50%;
  }
  .ln-md-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-md-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-md-offset-9 {
    margin-top: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ln-lg-0 {
    height: 0%;
  }
  .ln-lg-1 {
    height: 8.33333333%;
  }
  .ln-lg-10 {
    height: 83.33333333%;
  }
  .ln-lg-11 {
    height: 91.66666667%;
  }
  .ln-lg-12 {
    height: 100%;
  }
  .ln-lg-2 {
    height: 16.66666667%;
  }
  .ln-lg-3 {
    height: 25%;
  }
  .ln-lg-4 {
    height: 33.33333333%;
  }
  .ln-lg-5 {
    height: 41.66666667%;
  }
  .ln-lg-6 {
    height: 50%;
  }
  .ln-lg-7 {
    height: 58.33333333%;
  }
  .ln-lg-8 {
    height: 66.66666667%;
  }
  .ln-lg-9 {
    height: 75%;
  }
  .ln-lg-min-0 {
    min-height: 0%;
  }
  .ln-lg-min-1 {
    min-height: 8.33333333%;
  }
  .ln-lg-min-10 {
    min-height: 83.33333333%;
  }
  .ln-lg-min-11 {
    min-height: 91.66666667%;
  }
  .ln-lg-min-12 {
    min-height: 100%;
  }
  .ln-lg-min-2 {
    min-height: 16.66666667%;
  }
  .ln-lg-min-3 {
    min-height: 25%;
  }
  .ln-lg-min-4 {
    min-height: 33.33333333%;
  }
  .ln-lg-min-5 {
    min-height: 41.66666667%;
  }
  .ln-lg-min-6 {
    min-height: 50%;
  }
  .ln-lg-min-7 {
    min-height: 58.33333333%;
  }
  .ln-lg-min-8 {
    min-height: 66.66666667%;
  }
  .ln-lg-min-9 {
    min-height: 75%;
  }
  .ln-lg-offset-0 {
    margin-top: 0%;
  }
  .ln-lg-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-lg-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-lg-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-lg-offset-12 {
    margin-top: 100%;
  }
  .ln-lg-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-lg-offset-3 {
    margin-top: 25%;
  }
  .ln-lg-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-lg-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-lg-offset-6 {
    margin-top: 50%;
  }
  .ln-lg-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-lg-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-lg-offset-9 {
    margin-top: 75%;
  }
}
@media (min-width: 1200px) {
  .ln-xl-0 {
    height: 0%;
  }
  .ln-xl-1 {
    height: 8.33333333%;
  }
  .ln-xl-10 {
    height: 83.33333333%;
  }
  .ln-xl-11 {
    height: 91.66666667%;
  }
  .ln-xl-12 {
    height: 100%;
  }
  .ln-xl-2 {
    height: 16.66666667%;
  }
  .ln-xl-3 {
    height: 25%;
  }
  .ln-xl-4 {
    height: 33.33333333%;
  }
  .ln-xl-5 {
    height: 41.66666667%;
  }
  .ln-xl-6 {
    height: 50%;
  }
  .ln-xl-7 {
    height: 58.33333333%;
  }
  .ln-xl-8 {
    height: 66.66666667%;
  }
  .ln-xl-9 {
    height: 75%;
  }
  .ln-xl-min-0 {
    min-height: 0%;
  }
  .ln-xl-min-1 {
    min-height: 8.33333333%;
  }
  .ln-xl-min-10 {
    min-height: 83.33333333%;
  }
  .ln-xl-min-11 {
    min-height: 91.66666667%;
  }
  .ln-xl-min-12 {
    min-height: 100%;
  }
  .ln-xl-min-2 {
    min-height: 16.66666667%;
  }
  .ln-xl-min-3 {
    min-height: 25%;
  }
  .ln-xl-min-4 {
    min-height: 33.33333333%;
  }
  .ln-xl-min-5 {
    min-height: 41.66666667%;
  }
  .ln-xl-min-6 {
    min-height: 50%;
  }
  .ln-xl-min-7 {
    min-height: 58.33333333%;
  }
  .ln-xl-min-8 {
    min-height: 66.66666667%;
  }
  .ln-xl-min-9 {
    min-height: 75%;
  }
  .ln-xl-offset-0 {
    margin-top: 0%;
  }
  .ln-xl-offset-1 {
    margin-top: 8.33333333%;
  }
  .ln-xl-offset-10 {
    margin-top: 83.33333333%;
  }
  .ln-xl-offset-11 {
    margin-top: 91.66666667%;
  }
  .ln-xl-offset-12 {
    margin-top: 100%;
  }
  .ln-xl-offset-2 {
    margin-top: 16.66666667%;
  }
  .ln-xl-offset-3 {
    margin-top: 25%;
  }
  .ln-xl-offset-4 {
    margin-top: 33.33333333%;
  }
  .ln-xl-offset-5 {
    margin-top: 41.66666667%;
  }
  .ln-xl-offset-6 {
    margin-top: 50%;
  }
  .ln-xl-offset-7 {
    margin-top: 58.33333333%;
  }
  .ln-xl-offset-8 {
    margin-top: 66.66666667%;
  }
  .ln-xl-offset-9 {
    margin-top: 75%;
  }
}
/*
Light-blue : #5799D6
Dark-blue	: #27244C

Green : #00BD9C

Clean-blue : #E5E8EE

Light-Gray : #EDEDED
Dark-gray 	: #D9D9D9
Alice-blue : aliceblue;

*/
/** GENERALE HELPER CLASSES */
.table-selected {
  color: #919ca7;
  background-color: #f1f3fa;
  border-color: #eef2f7;
}
.et {
  padding: 0 5px;
  border-bottom: 2px solid silver;
  margin-left: 5px;
  margin-right: 5px;
}
.underlined {
  text-decoration: underline;
}
.image-cover,
.image-laptop,
.image-phone-container,
.image-bg1-container,
.image-bg3-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hover-big-white-shadow {
  transition: box-shadow, 0.5s;
  box-shadow: 0px 0px 0px white;
}
.hover-big-white-shadow:hover {
  box-shadow: 0px 0px 100px white;
}
.min-height-500 {
  min-height: 500px;
}
.min-height-250 {
  min-height: 250px;
}
.height-250 {
  height: 250px;
}
.height-300 {
  height: 300px;
}
.height-350 {
  height: 350px;
}
.height-60 {
  height: 60px;
}
.height-40 {
  height: 40px;
}
.height-450px {
  height: 450px;
}
.height-300px {
  height: 300px;
}
.height-100 {
  height: 100px;
}
.height-70 {
  height: 70px;
}
.height-70-percent {
  height: 70%;
}
.height-60-percent {
  height: 60%;
}
.height-50-percent {
  height: 50%;
}
.height-510px {
  height: 510px;
}
.image-bg1-container {
  background-image: url('/assets/img/bg-1.jpg');
}
.image-bg3-container {
  background-image: url('/assets/img/bg-3.jpg');
}
.image-phone-container {
  background-image: url('/assets/img/bg-phone.jpg');
}
.image-laptop {
  background-image: url('/assets/img/bg-laptop.jpg');
}
.image-savane {
  background-image: url('/assets/img/savane.jpg');
}
.image-elephants {
  background-image: url('/assets/img/elephants.jpg');
}
/* TEXT AND TYPOGRAPHY UI*/
.row.row-pad {
  padding: 30px 0;
}
.row.row-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-7 {
  margin-top: 7px;
}
.row.row-margin-top {
  margin-top: 30px;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.row.row-margin-bottom {
  margin-bottom: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-30 {
  padding: 30px;
}
.padding-7 {
  padding: 7px;
}
.margin-15 {
  margin: 15px;
}
.padding-100-0 {
  padding: 100px 0;
}
.margin-7 {
  margin: 7px;
}
.padding-top-30 {
  padding-top: 30px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.row.row-white {
  background-color: white;
}
.row.row-eee {
  background-color: #F4F4F4;
}
.col-no-pad-left {
  padding-left: 0;
}
.row-no-pad-horizontal,
.col-no-pad-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.col-no-pad-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.col-no-pad {
  padding: 0;
}
.col-no-pad-right {
  padding-right: 0;
}
.surface {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3em;
  background-color: white;
}
.link.link-secondary {
  margin: 7px 15px;
  font-size: 14px;
}
.no-border {
  border: none;
}
.no-border-except-bottom {
  border-top: none;
  border-right: none;
  border-left: none;
}
.border-ddd {
  border: 1px solid #ddd ;
}
.alert-msg-bold {
  font-size: 18px;
  font-weight: 400;
}
.alert-msg {
  font-size: 14px;
}
.border-debug,
.debug-border {
  border: 1px solid red ;
}
.border-transparent {
  border: 1px solid transparent ;
}
.border-bottom-selected,
.border-selectable {
  border-bottom-width: 2px  ;
  border-bottom-style: solid;
}
.border-selectable {
  border-bottom-color: transparent  ;
}
.border-bottom-selected {
  border-bottom-color: #0067B2;
}
.border-separation {
  border: 2px solid rgba(152, 166, 173, 0.2);
}
.border-top-separation {
  border-top: 2px solid rgba(152, 166, 173, 0.2);
}
.border-left-separation {
  border-left: 2px solid rgba(152, 166, 173, 0.2);
}
.border-right-separation {
  border-right: 2px solid #333 ;
}
.border-right-1px--light-silver {
  border-right: 1px solid #EEE;
}
.border-right-1px--light-black {
  border-right: 1px solid #34495e;
}
.border-right-light-silver {
  border-right: 1px solid #EEE;
}
.border-top-transparent {
  border-top: 5px solid transparent;
}
.border-right-transparent {
  border-right: 5px solid transparent;
}
.border-bottom-transparent {
  border-bottom: 5px solid transparent;
}
.border-left-transparent {
  border-left: 5px solid transparent;
}
.border-top-light-silver {
  border-top: 1px solid #EEE;
}
.border-bottom-light-silver {
  border-bottom: 1px solid #EEE;
}
.border-left-333-2px {
  border-left: 2px solid #333 ;
}
.border-bottom-separation {
  border-bottom: 2px solid #333 ;
}
.border-bottom-clean-blue {
  border-bottom: 2px solid #f4f7fa;
}
.no-padding {
  padding: 0 !important ;
}
.color-darkblue {
  color: #27244C;
}
.color-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margin-horizontal-2 {
  margin-right: 2px;
  margin-left: 2px;
}
.margin-horizontal-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.margin-horizontal-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-5 {
  margin-left: 5px;
}
.row.full-height {
  margin-bottom: 0;
}
.please-do-it {
  color: #333;
  font-size: 3em;
}
.text-silver {
  color: silver;
}
.text-black {
  color: black;
}
.font-thin {
  font-style: normal;
  font-weight: 100;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.padding-7-except-left,
.padding-7-except-right,
.padding-7-except-right-top,
.padding-7-except-top,
.padding-7 {
  padding: 7px;
}
.padding-7-except-top {
  padding-top: 0;
}
.padding-7-except-right-top {
  padding-right: 0;
  padding-top: 0;
}
.padding-7-except-right {
  padding-right: 0;
}
.padding-7-except-left {
  padding-left: 0;
}
/*
.padding-7-except-left,
.padding-7-except-right,
.padding-7-except-right-top,
.padding-7-except-top,
.padding-7{
  margin: 7px;
}
.padding-7-except-top{
  margin-top: 0;
}
.padding-7-except-right-top{
  margin-right: 0;
  margin-top: 0;
}
.padding-7-except-right{
  margin-right: 0;
}
.padding-7-except-left{
  margin-left: 0;
}

*/
.select2-search-choice * {
  color: white;
}
.select2-search-choice {
  background-color: #0067B2;
  border: 1px solid #0067B2;
}
.explore-sdm-container {
  min-height: 700px;
  margin-top: 2em;
  background: white url('/assets/img/bg-3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.download-on-appstore,
.download-on-googleplay {
  padding: 1px;
  border: 1px solid black;
  margin-bottom: 50px;
}
.download-on-appstore {
  margin-right: 10px;
}
.download-on-googleplay {
  margin-left: 10px;
}
.download-on-appstore:hover,
.download-on-googleplay:hover {
  border: 1px solid #5799D6;
}
.text-big.bordered {
  border: 2px solid #34495E;
  padding: 0.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.text-big {
  font-size: 2.2em;
}
.font-light {
  font-style: normal;
  font-weight: 300;
}
.font-regular {
  font-style: normal;
  font-weight: 400;
}
.font-monospace {
  font-family: monospace, monospace;
}
.light-gray-shadow {
  -moz-box-shadow: 0px 0px 1px gray;
  -webkit-box-shadow: 0px 0px 1px gray;
  box-shadow: 0px 0px 1px gray;
}
.light-gray-300-shadow {
  -moz-box-shadow: 0px 0px 300px gray;
  -webkit-box-shadow: 0px 0px 300px gray;
  box-shadow: 0px 0px 300px gray;
}
.light-silver-300-shadow {
  box-shadow: 0px 0px 300px silver;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.opacity-transition {
  transition: opacity,  .8s;
}
.opacity-0,
.opacity-100 {
  transition: opacity,  .8s;
}
.opacity-100-without-transition,
.opacity-100 {
  opacity: 1;
}
.opacity-0-without-transition,
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-96 {
  opacity: 0.96;
}
.opacity-97 {
  opacity: 0.97;
}
.opacity-98 {
  opacity: 0.98;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: 0.15;
}
.hide-animating {
  height: 0;
  opacity: 0;
}
.hide-animating * {
  display: none;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-100 {
  margin-right: 100px;
}
.line-height-inherit {
  line-height: inherit !important;
}
.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.color-red {
  color: #f08080;
}
.border-red {
  border-color: #f08080;
}
.color-light-black {
  color: #34495e;
}
.color-gray {
  color: gray;
}
.color-green {
  color: #1abc9c;
}
.color-silver {
  color: silver;
}
.color-silver-light {
  color: #e4e4e4;
}
.color-light-blue {
  color: #5799D6 !important;
}
.color-white {
  color: white;
}
.color-333 {
  color: #333;
}
.color-444 {
  color: #444;
}
.color-111 {
  color: #111;
}
.color-222 {
  color: #222;
}
.color-transparent {
  color: transparent;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-9 {
  font-size: 9px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.border-width-2 {
  border-style: solid;
  border-width: 2px;
}
.border-width-1px {
  border-width: 1px !important;
  border-style: solid;
}
.background-darkblue {
  background-color: #E5E8EE;
}
.transparent-border {
  border: 1px solid transparent;
}
.padding-10 {
  padding: 10px;
}
.padding-10-12 {
  padding: 10px 12px;
}
.padding-10-13 {
  padding: 10px 13px;
}
.padding-10-5 {
  padding: 10px 5px;
}
.padding-5 {
  padding: 5px;
}
.padding-3 {
  padding: 3px;
}
.padding-2 {
  padding: 2px;
}
.padding-1 {
  padding: 1px;
}
.padding-20 {
  padding: 20px;
}
.padding-0-20 {
  padding: 0 20px;
}
.gray-scale-on-hover:hover,
.gray-scale {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: grayscale(100%);
}
.gray-scale-on-hover {
  transition: filter 0.5s ease;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.half-height {
  height: 50%;
  min-height: 50%;
  max-height: 50%;
}
.full-height {
  height: 100%;
}
.all-small-caps {
  font-variant: all-small-caps;
}
.font-family-code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
}
.scrollable {
  overflow-y: auto;
  height: 100%;
}
.uppercase {
  text-transform: uppercase;
}
.dropdown-toggle.no-triangle:after {
  content: none;
  border: none;
}
.hover-primary-bg:hover {
  color: white;
  background-color: #5799D6;
}
.hover-border-light-blue {
  border: 1px solid transparent;
  transition: border 1s ease;
}
.hover-border-light-blue:hover {
  border: 1px solid #5799D6;
  transition: border 1s ease;
}
.border-white {
  border: 1px solid white;
}
.border-left-white {
  border-left: 1px solid white;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-auto {
  margin: auto;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
html .rotate-90 {
  -ms-transform: rotate(90deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(90deg) !important;
  /* Safari 3-8 */
  transform: rotate(90deg) !important;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-round {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-error {
  color: #f08080;
}
.clear-both {
  clear: both;
}
.float-left {
  float: left;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-dnd {
  cursor: move;
}
.blur-20 {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
}
.visibility-hidden {
  visibility: hidden;
}
.margin-left-2em {
  margin-left: 2em;
}
.margin-left-4em {
  margin-left: 4em;
}
.margin-left-25percent {
  margin-left: 25%;
}
.position-absolute {
  position: absolute;
}
.right-0 {
  right: 0;
}
.padding-5-0 {
  padding: 5px 0;
}
.padding-0-5 {
  padding: 0 5px;
}
.padding-5-10 {
  padding: 5px 10px;
}
.padding-10-15 {
  padding: 10px 15px;
}
.padding-5-7 {
  padding: 5px 7px;
}
.padding-5-20 {
  padding: 5px 20px;
}
.padding-5-30 {
  padding: 5px 30px;
}
.padding-3-10 {
  padding: 3px 10px;
}
.padding-2 {
  padding: 2px ;
}
.padding-0-10 {
  padding: 0 10px;
}
.padding-2-10 {
  padding: 2px 10px;
}
.right-15 {
  right: 15px;
}
.bg-transparent {
  background-color: transparent;
}
.bg-eee {
  background-color: #eee;
}
.bg-black {
  background-color: black;
}
.bg-light-silver {
  background-color: #EEE;
}
.bg-e8 {
  background-color: #e8e8e8;
}
.bg-clean-blue {
  background-color: #E5E8EE;
}
.border-1px-light-blue {
  border: 1px solid #5799D6;
}
.border-1px-light-silver {
  border: 1px solid #EEE;
}
.border-3px-light-silver {
  border: 3px solid #EEE;
}
.border-2px-white {
  border: 2px solid white;
}
.border-1px-white {
  border: 1px solid white;
}
.border-1px-silver {
  border: 1px solid silver;
}
.border-1px-gray {
  border: 1px solid gray;
}
.border-1px {
  border-width: 1px;
  border-style: solid;
}
.border-2px-light-blue {
  border: 2px solid #5799D6;
}
.border-3px-light-blue {
  border: 3px solid #5799D6 !important;
}
.bg-light-blue {
  background-color: #5799D6;
}
.bg-white {
  background-color: white;
}
.bg-f4 {
  background-color: #f4f4f4;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.border-333 {
  border: 1px solid #333;
}
.border-primary {
  border: 1px solid #5799D6;
}
.border-222 {
  border: 1px solid #222;
}
.block-bg-262626 {
  background-color: #262626;
  padding: 20px;
}
.block-bg-222 {
  background-color: #222;
  padding: 30px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.float-right {
  float: right;
}
.inline-block {
  display: inline-block;
}
.with-border {
  border: 1px solid;
  padding: 5px 10px;
}
.border-top-gray {
  border-top: 1px solid gray;
}
.border-gray {
  border: 1px solid gray;
}
.border-top-silver {
  border-top: 1px solid #e4e4e4;
}
.border-bottom-silver {
  border-bottom: 1px solid #e4e4e4;
}
.border-bottom-eee {
  border-bottom: 1px solid #eee;
}
.border-silver {
  border: 1px solid #e4e4e4;
}
.border-light-black {
  border: 1px solid #34495e;
}
.border-dark-silver {
  border: 1px solid silver;
}
.no-border-top {
  border-top: none;
}
.border-top-only {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.border-color-secondary-text {
  border-color: rgba(152, 166, 173, 0.2);
}
.border-bottom-only {
  border-top: none;
  border-left: none;
  border-right: none;
}
.border-dashed {
  border-style: dashed;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-vertical-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-vertical-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-horizontal-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.padding-horizontal-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.padding-vertical-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-horizontal-17 {
  padding-right: 17px;
  padding-left: 17px;
}
.padding-horizontal-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
/*
.padding-row{
  padding : 0 30px;
}
*/
.padding-row {
  padding: 0 15px;
}
.padding-page {
  padding: 15px 20px 0 20px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-2 {
  padding-top: 2px;
}
.padding-15 {
  padding: 15px;
}
.max-height-full {
  max-height: 100%;
}
.max-width-full {
  max-width: 100%;
}
.padding-15-0 {
  padding: 15px 0;
}
.padding-7-15 {
  padding: 7px 15px;
}
.padding-0-30 {
  padding: 0 30px;
}
.bg-red {
  background-color: #f08080;
}
.bg-444 {
  background-color: #444;
}
.bg-262626 {
  background-color: #262626;
}
.bg-181818,
.bg-18 {
  background-color: #181818;
}
.bg-333 {
  background-color: #333;
}
.bg-222 {
  background-color: #222;
}
.bg-111 {
  background-color: #111;
}
.bg-555 {
  background-color: #555;
}
.rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.not-rounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.center-container {
  display: table-cell;
  vertical-align: middle;
}
.disabled-cursor {
  cursor: not-allowed !important;
}
.flex-direction-row {
  display: flex;
  flex-direction: row;
}
.flex-direction-column {
  display: flex;
  flex-direction: column;
}
.no-flex-wrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.width-0percent,
.width-0 {
  width: 0;
}
.width-5percent {
  width: 5%;
}
.width-7percent {
  width: 7%;
}
.width-10percent {
  width: 10%;
}
.width-40px {
  width: 40px;
}
.width-15px {
  width: 15px;
}
.width-20percent {
  width: 20%;
}
.width-30percent {
  width: 30%;
}
.width-40percent {
  width: 40%;
}
.width-50percent {
  width: 50%;
}
.width-53percent {
  width: 53%;
}
.width-63percent {
  width: 63%;
}
.width-60percent {
  width: 60%;
}
.width-65percent {
  width: 65%;
}
.max-width-80percent {
  max-width: 80%;
}
.max-width-600px {
  max-width: 600px;
}
.max-width-500px {
  max-width: 500px;
}
.width-500px {
  width: 500px;
}
.width-400px {
  width: 400px;
}
.max-width-90percent {
  max-width: 90%;
}
.max-width-91percent {
  max-width: 91%;
}
.max-width-100percent {
  max-width: 100%;
}
.width-70percent {
  width: 70%;
}
.width-75percent {
  width: 75%;
}
.width-80percent {
  width: 80%;
}
.select-padding {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.width-85percent {
  width: 85%;
}
.width-90percent {
  width: 90%;
}
.width-100percent,
.full-width {
  width: 100%;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-7 {
  padding-right: 7px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-7 {
  padding-left: 7px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.z-index-0 {
  z-index: 0;
}
.z-index-9000 {
  z-index: 9000;
}
.z-index-9001 {
  z-index: 9001;
}
.z-index-1 {
  z-index: 1;
}
.invisible-at-screen {
  position: fixed;
  top: -4000px;
  left: -4000px;
}
.center-children-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.center-children-horizontally {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.center-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bordered-hover {
  border: 2px solid transparent;
  transition: border, 2s;
}
.bordered-hover.selected,
.bordered-hover:hover {
  border: 2px solid #0067B2;
}
.transition-height {
  transition: height  0.8s;
}
.transition-width {
  transition: width 0.8s;
}
.position-fixed {
  position: fixed;
}
.position-relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.left--2 {
  left: -2px;
}
.left--3 {
  left: -3px;
}
.left-75 {
  left: 75px;
}
.left-15 {
  left: 15px;
}
.left-30 {
  left: 30px;
}
.left-245 {
  left: 245px;
}
.left-350 {
  left: 350px;
}
.top--15 {
  top: -15px;
}
.top--45 {
  top: -45px;
}
.top--7 {
  top: -7px;
}
.top--3 {
  top: -3px;
}
.top--2 {
  top: -2px;
}
.top-3 {
  top: 3px;
}
.top-4 {
  top: 4px;
}
.top-2 {
  top: 2px;
}
.top-7 {
  top: 7px;
}
.top-20 {
  top: 20px;
}
.top-90 {
  top: 90px;
}
.top-80 {
  top: 80px;
}
.top-75 {
  top: 75px;
}
.bottom-0 {
  bottom: 0;
}
.top-25 {
  top: 25px;
}
.top-50-percent {
  top: 50%;
}
.left-50-percent {
  left: 50%;
}
.top-0 {
  top: 0;
}
.top--4 {
  top: -4px;
}
.right--15 {
  right: -15px;
}
.always-at-the-bottom {
  position: absolute;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  left: 0px;
  right: 0px;
}
.center-with-position-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.transition-height-width {
  transition: width 0.8s, height 0.8s;
}
@media (max-width: 765px) {
  .border-right-none-if-xs {
    border-right: none;
  }
  .border-bottom-1px--light-silver-if-xs {
    border-bottom: 1px solid #EEE;
  }
}
/* Large desktop                                lg */
@media (min-width: 1500px) {
  .if-lg-height-30 {
    height: 30px;
  }
  .if-lg-height-40 {
    height: 40px;
  }
  .if-lg-height-50 {
    height: 50px;
  }
  .if-lg-height-60 {
    height: 60px;
  }
  .if-lg-height-100 {
    height: 100px;
  }
  .if-lg-height-150 {
    height: 150px;
  }
  .if-lg-height-200 {
    height: 200px;
  }
  .if-lg-height-300 {
    height: 300px;
  }
  .if-lg-height-350 {
    height: 350px;
  }
  .if-lg-height-450 {
    height: 450px;
  }
  .if-lg-height-700 {
    height: 700px;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-ExtraLight.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-ExtraLight.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-ExtraLightIt.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-ExtraLightIt.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-Light.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-Light.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-LightIt.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-LightIt.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-Regular.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-Regular.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-It.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-It.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-Semibold.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-Semibold.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-SemiboldIt.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-SemiboldIt.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-Bold.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-Bold.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-BoldIt.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-BoldIt.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-Black.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-Black.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: url(assets/font/SourceSansPro-BlackIt.ttf.woff2) format('woff2'), url(assets/font/SourceSansPro-BlackIt.otf.woff) format('woff');
}
button:focus,
input.like-normal-text,
input.like-normal-text:active,
input.like-normal-text:focus,
[contenteditable="true"]:active,
[contenteditable="true"]:focus {
  border: none;
  outline: none;
}
body {
  font-family: "Source Sans Pro", "Lato", sans-serif;
}
/* Overrides default browser style */
ol,
ul {
  list-style: none;
}
button[disabled] {
  cursor: not-allowed;
  opacity: .6;
  background: red;
}
.color-default {
  color: #98a6ad;
}
.color-clean-blue {
  color: #f4f7fa;
}
.color-primary {
  color: #0067B2;
}
.bg-silver {
  background-color: #f8f9fa;
}
.bg-white {
  background-color: white;
}
.rounded-xs {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rounded-s {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rounded-m {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.rounded-xxl {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.rounded-50Percent {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.has-error {
  color: #f08080;
  border: 2px solid #f08080;
}
.font-size-xxxl {
  font-size: 2.8rem;
}
.font-size-xxl {
  font-size: 2.2rem;
}
.font-size-xl {
  font-size: 1.2rem;
}
.font-size-l {
  font-size: 1.1rem;
}
.font-size-m {
  font-size: 1rem;
}
.font-size-normal {
  font-size: 0.9rem;
}
.font-size-s {
  font-size: 0.83rem;
}
.font-size-xs {
  font-size: 0.7rem;
}
.font-size-xxs {
  font-size: 0.6rem;
}
.color-secondary-text {
  color: rgba(152, 166, 173, 0.2);
}
.color-primary-text {
  color: #0067B2;
}
.font-weight-extra-light {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.form-control.form-data,
.form-control.form-data:hover,
.form-control.form-data:active {
  border-radius: 0;
  padding-left: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.form-control.form-data:hover,
.form-control.form-data:active {
  color: #0067B2;
  border-color: #0067B2 !important;
}
.spinner-border {
  -webkit-animation: spinner-border 2s linear infinite !important;
  animation: spinner-border 2s linear infinite !important;
}
span.error-code {
  font-size: 4em;
  font-weight: 100;
  display: inline;
  border: 2px solid gray;
  padding: 0.3em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.little-dark-loader {
  border: 2px solid #EDEDED;
  border-radius: 50%;
  border-top: 2px solid #474d56;
  border-left: 2px solid #474d56;
  border-bottom: 2px solid #474d56;
  width: 13px;
  height: 13px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  /* Safari */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.little-warning-loader {
  border: 2px solid #EDEDED;
  border-radius: 50%;
  border-top: 2px solid #f9bc0d;
  border-left: 2px solid #f9bc0d;
  border-bottom: 2px solid #f9bc0d;
  width: 13px;
  height: 13px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  /* Safari */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.little-info-loader {
  border: 2px solid #EDEDED;
  border-radius: 50%;
  border-top: 2px solid #44badc;
  border-left: 2px solid #44badc;
  border-bottom: 2px solid #44badc;
  width: 13px;
  height: 13px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  /* Safari */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app.css.map*/