p {
  font-size: 18px;
  font-weight:200;
}

ul {
  font-weight:200;
}

body {
  font-size: 16px;
}

h1 {
  font-weight:bold;
}



.nav-side-overlay:before {
    position: absolute;
 content:" ";
 top:0;
 left:0;
 width:100%;
 height:100%;
 display: block;
 z-index:0;
  background-color: rgba(255,0,0,0.5);
}
@media print {

   .nav-side-menu { display: none; }
}

.nav-side-menu {
  overflow: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  z-index:999;
  position: fixed;
  top: 0px;
  width: 300px;
  padding-right:10px;
  padding-left:10px;
  height: 100%;
  color: #313131;
  background-color: #F6F6F6;
  box-shadow: rgba(0, 0, 0, 0.0980392) 5px 0px 10px;
  /* background-image : url("/images/s4L_nav_bg.png"); */
  background-size: contain;
  /* background-image: url("/images/bg_menu.png");
  background-size: cover; */
}
.nav-side-menu .brand {
  height: 50px;
  background-color: #F6F6F6;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.bottom_brand {
  text-align: center;
  vertical-align: center;
  position:fixed;
  bottom:50px;
  width:300px;
}

@media (max-height: 867px) {
  .bottom_brand {
    display:none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
}

#bottom_brand_image{
position:relative;
height:100%;
}

.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 10px;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active a{
  /* color: white; */
  border-left: 3px solid #d19b3d;
  /* background-color: #E3000E; */
  color:#E3000E;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  /* color: white;
  color:#E3000E; */
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  /* /* color: white; */
  color:#E3000E;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  /*background-color: #181c20;*/
  border: none;
  font-weight: 200;
    font-size: 14px;
  line-height: 18px;
  /*border-bottom: 1px solid #23282e;*/
  margin-left: 0px;
}
.nav-side-menu ul {
  margin-bottom: 20px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover a {
  /* color: white; */
  /* background-color: rgba(227, 0, 14, .75); */
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  /*content: "\f105";*/
  content:"";
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  /*border-left: 3px solid #2e353d;*/
  /*border-bottom: 1px solid #23282e;*/
}
.nav-side-menu li a {
  text-decoration: none;
  color: #313131;
  font-weight:bold;
}

.nav-side-menu a li {
  text-decoration: none;
  color: #313131;
}
.nav-side-menu ul a:hover {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-side-menu li:hover a {
  text-decoration: none;
  color: #E3000E;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-side-menu li a i {
  padding-left: 0px;
  width: 10px;
  padding-right: 30px;
  font-size: 20px;
}
.nav-side-menu li:hover {
  color: #E3000E;
  text-decoration: none;
  /* border-left: 3px solid #d19b3d; */
  /* background-color: #4f5b69; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .btnfooter {
    left: 0;
    width:100%;
  }
  .btnfooterFull {
    left: 0;
    width:100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
    background-color: #E3000E;
    height: 50px;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #main {
  	width:calc(100% - 300px);
  	float: right;
  }
  .btnfooter {
    left: 300px;
    width:calc(100% - 300px);
  }
  .btnfooterFull {
    width:100%;
  }

}

.btnfooter {
    position: fixed;
    bottom: 0;
    background-color: #636b6f;
    color: white;
    text-align: left;
    padding:10px;
}
.btnfooterFull {
    position: fixed;
    bottom: 0;
    background-color: #636b6f;
    color: white;
    text-align: left;
    padding:10px;
}

.main-container {
  margin-top: 100px;
  margin-left: 300px;
}

@media (max-width: 767px) {
  .main-container {
    margin-top: 50px;
    margin-left: 0px;
  }
  .s4lnavbar {
    display:none;
  }
}

.container {
  width:100%;
  padding-bottom:50px;
}

html, body {
  -webkit-overflow-scrolling: touch;
font-family: "Open Sans", sans-serif;
 height: 100%;
 max-width: 100%;
 overflow-x: hidden;
 -ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
background: #FAFAFA;
}

h1 {
  -ms-hyphens: none;
 -webkit-hyphens: none;
 hyphens: none;
}

.col-centered {
  display: table;
  margin: auto;
}

.login-bg {

}

.range_value {
  font-weight: 600;
  background-color: #E3000E;
  padding:2px;
  color:white;
  text-align: center;
  width: 5%;
  /*margin-bottom: 20px;*/
}

.range_label {
  font-size: 0.8em;
}

.s4lnavbar {
  background-color: #555;
  /* background-color: #EA404A; */
  height: 50px;
  border:none;
  color:white;
  /* box-shadow: rgba(0, 0, 0, 0.0980392) 0px 10px 10px; */
}

.s4lnavbar .navbar-nav > li > a {
  color:white;
  font-size: 12px;
font-weight: 400;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}

.s4lnavbar .navbar-nav > li:hover {
  transition: all .5s ease-in-out !important;
  background-color:#eee !important;
  /* color:white !important; */
}
.s4lnavbar .navbar-nav > li > a:hover {
  transition: all .5s ease-in-out !important;
  /* color:white !important; */
}

.s4lnavbar-brand > img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.s4lnavbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.navbar-right {
  margin-right:0px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #313131;
  background-color: #fff;
  border: 1px solid #ccd0d2;
  border-radius: 0px;
  box-shadow: none;
}


.pagination > li > a {
  color: #999;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #777;
  border-color: #999;

}

.btn{

    color: white;
    /*padding: 14px 20px;*/
    background-color: rgba(227, 0, 14, .75)!important;
    color: #fff !important;
    font-size: 0.8em !important;
    letter-spacing: 2px;
    /*padding: 12px 50px !important;*/
    border: 1px solid #fff !important;
    transition: all .5s ease-in-out !important;
    border-radius: 1.5em;

}

.btn-small{

    color: white;
    /*padding: 14px 20px;*/
    background-color: rgba(227, 0, 14, .75)!important;
    color: #fff !important;
    font-size: 0.7em !important;
    letter-spacing: 2px;
    /*padding: 12px 50px !important;*/
    border: 1px solid #fff !important;
    transition: all .5s ease-in-out !important;

    border-radius: 1.5em;

}

.btn-big{

    color: white;
    /*padding: 14px 20px;*/
    background-color: rgba(227, 0, 14, .75)!important;
    color: #fff !important;
    font-size: 1.2em !important;
    letter-spacing: 2px;
    /*padding: 12px 50px !important;*/
    border: 1px solid #fff !important;
    transition: all .5s ease-in-out !important;
    border-radius: 1.5em;
        padding:2%;

}

dt-buttons.a{

    color: white;
    /*padding: 14px 20px;*/
    background-color: rgba(227, 0, 14, .75)!important;
    color: #fff !important;
    font-size: 0.8em !important;
    letter-spacing: 2px;
    /*padding: 12px 50px !important;*/
    border: 1px solid #fff !important;
    transition: all .5s ease-in-out !important;
    border-radius: 1.5em;

}
.btn:hover{

    background-color: rgba(227, 0, 14, 1)!important;

}

a:link {
    color: #E3000E;
}

/* visited link */
a:visited {
    color: #E3000E;
}

/* mouse over link */
a:hover {
    color: #E3000E;
}

/* selected link */
a:active {
    color: #E3000E;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 22px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: #fff;
  border-radius: 1.3px;
  border: 1.2px solid #aaa;
}
input[type=range]::-webkit-slider-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 2px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #E3000E;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: #fff;
  border-radius: 1.3px;
  border: 1.2px solid #aaa;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 2px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #E3000E;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 2px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #E3000E;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}

.row.display-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*display: flex;*/
  /*flex: 1;*/
  /*flex-direction: column;*/
}

.nav-pills > li.active.bg-info > a, .nav-pills > li.active.bg-info > a:hover, .nav-pills > li.active.bg-info > a:focus {
  background-color: #555;
  color:white;
}

.nav-pills > li.bg-info > a, .nav-pills > li.bg-info > a:hover, .nav-pills > li.bg-info > a:focus {
  background-color: #aaa;
  color:white;
}

.eval_label {
  color: #E3000E;
  font-size: 1.1em;
}


.ShortLine {
  margin-left: 8%;
  margin-right: 8%;
}

.roundAvatar {


  /* fill the container, preserving aspect ratio, and cropping to fit */
background-size: cover;

/* center the image vertically and horizontally */
background-position: top center;
}

.avatarBig {
  width: 60%;
  height: 60%;
}

.avatarSmall {
  width: 100%;
  height: auto;
}

.start_panel {
  /* min-height: 250px; */
  min-height: 300px;
  font-weight: 200;
}
.start_panel:hover {
  /* min-height: 250px; */
  box-shadow: rgba(0, 0, 0, 0.2980392) 0px 0px 20px;
  transition: all .5s ease-in-out !important;
}

.start_panel > .panel-body {
 margin-top:35px;
}

.panel-heading > h3 > i {
  margin-right:10px;
}
.panel-heading > h3  {
  font-size:18px;
  color:#EA404A;
  font-weight:bold;
}

.panel-heading > h3  {
  font-size:16px;
  color:#EA404A;
  font-weight:bold;
}
@media (min-width: 1000px) {
  .panel-heading > h3  {
    font-size:18px;
  }
}
@media (min-width: 1200px) {
  .panel-heading > h3  {
    font-size:20px;
  }
}

@media (min-width: 1400px) {
  .panel-heading > h3  {
    font-size:22px;
  }
}

.start-link:link { text-decoration: none; color:inherit}


.start-link:visited { text-decoration: none;  color:inherit}


.start-link:hover { text-decoration: none;  color:inherit}


.start-link:active { text-decoration: none;  color:inherit}


.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

/* Welabs changes*/
