/*********************************/
/*********** navbar-out **********/
/*********************************/
.navbar-nav-out{
  background-color: #212121;
  border-bottom: 1px solid #575757;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  padding: 0px 15px 0px 15px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.75);
}


.navbar-nav-out .navbar-brand>img {
  padding-top: 12px;
  padding-bottom: 2px;
  max-height: 50px;
  max-width: 80%;
}

.navbar-nav-out .navbar-brand {
  padding: 0px;
}

.navbar-nav-out .navbar-btn{
 margin-top: 9px;
 margin-right: 5px !important;
}

.start-footer{
  bottom: 0px;
  max-height: 50px;
  position: fixed;
  border-top: 1px solid #575757;
}

/********************************/
/************** Div *************/
/********************************/
div.container-top-light {
  padding-top: 18px;
  background-color: #424242;
  color: #FFF;
  border-bottom: 1px solid #575757;
}

div.body-container-light {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #424242;
  border-bottom: 1px solid #575757;
  color: #FFF;
}

div.body-container-dark {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #303030;
  border-bottom: 1px solid #575757;
}

div.tab-container-outer{
  background-color: #303030;
  padding-top: 65px;
  height: 100%;
}
div.tab-container-inner{
  padding-top: 30px;
}

/********************************/
/************* Texts ************/
/********************************/
.news-date {
  margin-top: -20px;
  color: #999999;
}

p.lowlight-text {
  padding-top: 10px;
  color: #999999;
  font-size: 14px;
}


/********************************/
/********* Back To Top **********/
/********************************/
.back-to-top {
  text-align: center;
  vertical-align: middle;
  position: fixed;
  bottom: 50px;
  right: 35px;
  padding: 8px 4px 6px 4px;
  border-radius: 4px;
  border: 1px solid #575757;
  background-color: #424242;
  width: 50px;
  height: 50px;
  z-index: 200;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
}
.back-to-top > a > i  {
  font-size: 36px;
}
.back-to-top:hover {
    background-color: #575757;
}


/********************************/
/************* Icons ************/
/********************************/
#circle i.material-icons {
  border-radius: 50px;;
  font-size: 44px;
  width: 100px;
  height: 100px;
  color: #f0ffff;
  background: #e67e22;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
}

.start-container 
{
    position: fixed;
     top:0;
     bottom:0 !important;
     right: 0;
     left: 0;
     margin: 50px 0px 39px 0px !important;     
     padding-bottom:50px !important;
     overflow: auto;
     background-color: #303030;     
}