@import url('https://fonts.googleapis.com/css?family=Roboto');

textarea{
  border: none;
  resize: none;
  height: 250px;
  width:100%;
  background-color: #fff;
  text-align: justify;
  white-space: pre-line;
  -moz-text-align-last: left;
  text-align-last: left;
}

html,
body{
  font-family: Roboto;
  width: 100%;
  height: 100%;
}

.navbar-inverse{
  background: #FBD84A;
  min-height: 80px;
  border: unset;
  box-shadow: 0px 0px 5px #000;
}

.navbar-inverse .navbar-nav>li>a{
  color: #000;
  font-weight: bold;
  transition: all 0.2s;
}

.nav>li>a{
  padding: 25px 10px;
}


#myNavbar{
  background-color: #FBD84A;
}

.navbar-inverse .navbar-nav>.active>a::after{
  content: "   ";
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FBD84A;
}

.navbar-right li a span{
  color: #E73C3E;
}

.bg-yellow{
  background-color: #FBD84A!important;
  box-shadow: 1px 1px 5px #ddd;
}

.bg-soft-yellow{
  background-color: #ffffd6ff!important;
}

.box-content{
  padding: 10px 5px;
  border: 1px dashed #FBD84A;
  border-radius: 5px;
}

.box-image{
  max-height: 300px;
  line-height: 300px;
  overflow: hidden;
  position: relative;
}

.box-image img{
  margin-top: -15px;
}

.font-bold-14{
  font-size: 14px;
  font-weight: bold;
}

.font-bold-16{
  font-size: 16px;
  font-weight: bold;
}

.font-bold-18{
  font-size: 18px;
  font-weight: bold;
}

.font-bold-20{
  font-size: 20px;
  font-weight: bold;
}

.font-bold-24{
  font-size: 24px;
  font-weight: bold;
}

.padding-top-20{
  padding-top:20px;
}

.padding-top-10{
  padding-top:10px;
}

.padding-left-0{
  padding-left:0px;
}

.margin-bottom-10{
  margin-bottom: 10px;
}

.margin-bottom-20{
  margin-bottom: 20px;
}

.margin-top-10{
  margin-top:10px;
}

.margin-top-20{
  margin-top:20px;
}

.margin-top-min-5{
  margin-top: -5px;
}

.margin-top-min-10{
  margin-top: -10px;
}

.margin-left-right-20{
  padding-right: 20px;
  padding-left: 20px;
}

.overflow-200{
  height: 200px;
  line-height: 200px;
  overflow: hidden;
  position: relative;
}

.overflow-100{
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  cursor: pointer;
  /* text-align: center;
  margin-bottom: 10px; */
}

.overflow-100.active{
  background-color: #FBD84A;
}

.table-max-height{
  max-height: 200px;
}

.align-justify{
  text-align: justify;
}

.center-img{
  position: absolute;
  top: 0;
  bottom: 0;
}

.news-content{
  text-align: justify;
  margin: 0px 0px;
  display: block;
}

.display-none{
  display: none;
}

.panel-heading p{
  margin: 0px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

#content{
  position: relative;
  min-height: 100%;
  background: #ccc;
  background-image: url('../../img/bg_home.png');
  background-size: 100%;
  background-position: center;
  padding-bottom: 100px;
}

#content-box{
  position: relative;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}

#header{
  position: relative;
  background: #ccc;
  background-image: url('../../img/bg_home.png');
  background-size: 100%;
  background-position: center;
  margin-top: 80px;
}

#header .container img{
  padding: 10px;
}

#header-single{
  position: relative;
  background: #FBD84A;
  background-image: url('../../img/bg_home.png');
  background-size: 100%;
  background-position: center;
  margin-top: 80px;
  height: 50%;
}

#header-single .container img{
  padding: 10px;
}

#footer{
  padding: 10px;
  position: absolute;
  bottom: 0px;
  background: #E73C3E;
  color: #fff;
  width: 100%;
}

.error-message{
  font-size: 12px;
  font-weight: normal;
  color: #E73C3E;
}

#content-login{
  padding-top: 140px;
  /* padding-bottom: 100px; */
}

.panel-default{
  box-shadow: 0px 0px 10px #fff;
}

.unset-panel-default{
  box-shadow: unset!important;
  border: unset!important;
}

#logo-text{
  color: #fff;
}

#logo-tagline{
  margin-top: -10px;
  color: #fff;
}

#login-text{
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

#login-text-1{
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.form-input{
  background-color: #fff;
  padding: 5px;
}

.form-input input{
  border-color: transparent;
  box-shadow: unset;
}

.form-input input:focus{
  border-color: transparent;
  box-shadow: unset;
}

.form-input label{
  font-size: 18px;
  padding-left: 12px;
}

#btn-login{
  position: relative;
  vertical-align: bottom;
}

#btn-login a{
  color: #fff;
  text-decoration: none;
}

#login-box{
  background-color: #000000bd;
}

#login-box-head{
  /* background-color: #fff; */
}

#login-box-body{
  /* border: 10px solid #fff; */
}

#note_text{
  background: #fff;
  padding: 10px 5px;
}

@media (max-width: 991px) {
  .navbar.navbar-inverse.navbar-fixed-top .container{
    width: 100%;
  }
}

@media (max-width: 907px) {
  .navbar-inverse .navbar-nav>li>a{
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse{
    min-height: 50px;
  }

  #header-single{
    margin-top: 50px!important;
  }

  .nav>li>a{
    padding: 10px;
    font-size: 14px!important;
  }

  .navbar-inverse .navbar-nav>.active>a::after{
    content: "   ";
    border-bottom: 0px solid transparent;
  }

  #large-news p.font-bold-24{
    margin-top: 20px;
  }
}
