/*******
* Latsar Style Sheet
* Design By Muhammad Ahsin (ahsin@paralel.co.id)
* 2019
*
*
*
* 
*
*
*
**********/ 
html, body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}


/* Header Section */
.header{
  background: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.title{
  font-family: 'Raleway', sans-serif;
  padding: 10px;
}


.header h3{
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  font-size: 2em;
}


a:hover{
  text-decoration: none;
  color: #FA5251;
}

/* CSS only for examples not required for centering */
.container {
    height: 100%;
}

/* Navbar */
.navbar-custom{
  background: transparent;
}
.navbar-nav>li>a{
  color: #fa5251; 
}
.navbar-nav>li:hover{
  border-bottom:5px solid #FA5251;
}

.navbar-active{
  border-bottom:5px solid rgba(255, 255, 255, 0.7);
}


.navbar-brand{
  color: #FA5251;
}

.navbar-brand:hover{
  color: #FA5251;
}

.primary-color{
  color: #fa5251;
}

.secondary-color{
  color: #FA5251;
}


.soft-color{
  color: #9e9e9e;
}

.white-color{
  color: #fff;
}


.btn.btn-login{
  width: 100%;
  background-color: #BC2F59;
  color: #fff;
  border-bottom: solid 3px #8e2242;
  cursor: pointer;
  transition: ease-out 0.2s;
}

.btn.btn-login:hover {
  box-shadow: -1px 8px 5px 0 rgba(146, 145, 145, 0.13);
}


.btn.primary-button{
  border: 1px solid #fff;
  background: #fa5251;
  color: #fff;
}
.btn.primary-button:hover{
  background: transparent;
  color: #fa5251;
  border: 1px solid #fa5251;
}


.btn.btn-search{
  background: #FA5251;
  color: #fff;
}


.btn.secondary-button{
  background: #e6b903;
  color: #fff;
}

.btn.secondary-button:hover{
  background: transparent;
  color: #e6b903;
  border: 1px solid #e6b903;
}

#loader{
   position:fixed;
   top:0px;
   right:0px;
   width:100%;
   height:100%;
   background-image:url('../images/loader.gif');
   background-color: rgba(255, 255, 255, 0.8);
   background-repeat:no-repeat;
   background-position:center;
   z-index:999999999999999999;  
 }

.search-section{
  background: #F5F6FA;
}

.search-box{
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 20px;
  margin-top: -60px;
}

.news-section{
  background: #F5F6FA;
  padding: 30px 5px 20px 5px;
}

.news-list{
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 5px;
}

.news-list:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0001), 0 6px 20px 0 rgba(0, 0, 0, 0.1112);
}

.news-list .left{
  padding: 15px;
}


.news-list .right{
  color: #fa5251;
}

.news-title{
  color: #424141;
}
.news-desc{
  color: #424141;
}
.news-date{
  color: #424141;
}

.section-lapor{
  background: #F5F6FA;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0001), 0 6px 20px 0 rgba(0, 0, 0, 0.1112);
  padding: 20px 0 20px 0;
}

.form-lapor .left{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-lapor .right{
  background: #fff;
  padding-top: 30px;
}

.section-statistik{
  background: #F5F6FA;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0001), 0 6px 20px 0 rgba(0, 0, 0, 0.1112);
  padding: 20px 0 20px 0;
}

.stand-alone-bg{
  background-image: 
    linear-gradient(
      rgba(255, 255, 255, 0.28),
      rgba(255, 255, 255, 0.8)
    ),
  url(../../images/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  
}

.soft-box div{
  background: #0D515E;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0 10px 0;
}

.soft-box-secondary div{
  background: #FA5251;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0 10px 0;
}

/*new-dataset{
  color: #fff;
  background: #eb4f66;
}
.new-dataset-container{
  padding: 100px 0 100px 0;
}
.new-dataset-container>h1{
  font-size: 25px;
}*/

.new-dataset-list{
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.new-dataset-list:hover{
  background: rgba(13, 81, 94, 0.1);
  padding: 5px;
}
.new-dataset-list>a{
  font-size: 20px;
  color: #008bbf;

}
.new-dataset-list p {
  padding: 0;
  margin:0;
  color: #9e9e9e;
}

.new-dataset-list>.badge{
  padding: 0;
  margin:0;
  color: #9e9e9e;
}

/* Radio */
label.custom-radio-button input[type="radio"] {
    opacity:0;
}

label.custom-radio-button input[type="radio"] ~ .helping-el {
    background-color: transparent;
    border: 2px solid #0D515E;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    padding: 11px;
    position: relative;
    top: 3px;
}

label.custom-radio-button input[type="radio"]:checked ~ .helping-el {
    border: 2px solid #0D515E;
}

label.custom-radio-button input[type="radio"]:checked ~ .helping-el:after {
    background-color: #0D515E;
    border-radius: 50%;
    content: " ";
    font-size: 33px;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 16px;
}

.circle-number {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
}

.circle-number-primary{
  border: 2px solid #0D515E;
  color: #0D515E;
}

.circle-number-white{
  border: 2px solid #fff;
  color: #fff;
}

.services{
  padding: 40px 0 40px 0;
}

.statistik{
  padding: 40px 0 40px 0;
  background:
    linear-gradient(
      rgba(13, 80, 94, 0.91),
      rgba(0, 0, 0, 0.76)
    ),
   url('../images/header_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.statistik-circle h3{
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}


.admin-panel{
  background: #fff;
  border-radius: 5px;
  border-left: 5px solid #0d505e;
  border-right: 5px solid #F3F3F3;
  margin: 5px 0 5px 0;
  padding: 30px 5px 30px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.admin-panel-primary{
  border: 5px solid #F3F3F3;
  background: #fff;
  margin: 5px 0 5px 0;
  padding: 20px 5px 20px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.admin-panel-primary>.head{
  background: #0d505e;
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.table-w100{
  width: 100%;
}

.table-w100, .table-w100 tr, .table-w100 th, .table-w100 td {
  border: 1px solid black;
  font-size: 12px;
}

.table-w100 th{
  padding: 5px;
  background: #0D4F5E;
  color: #fff;
}

.table-w100-nob{
  width: 100%;
}
.table-w100-nob, .table-w100-nob tr, .table-w100-nob th, .table-w100-nob td {
  border-bottom: 1px solid #cecece;
}

.table-w100-nob th{
  padding: 5px;
  
}

.ahs-list-table{
  width: 100%;
  font-weight: normal;
}

.ahs-list-table tr td{
  padding: 3px 0 3px 0;
  
}


.ahslist li:last-child{
  border-radius: 0;
}
.ahslist > li{
  padding: 5px 5px 5px 0;
  line-height: 120%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.ahslist li label,p{
  margin: 0;
}
.ahslist li label{
  font-weight: bold;
  color: #6b6b6b;
}

footer{
  background: #fa5251;
  color: #fff;
  padding: 50px 0 50px 0;
  text-align: center;
}


@media only screen and (min-width: 320px) and (max-width: 768px){
  /* For mobile phones: */
  .search-box{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 0px;
  }
}


