html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', Arial;
  /* Margin bottom by footer height + 15px */
  margin-bottom: 75px;
  /*background-color: #4F974E;*/
  background-color: #fff;
}

.bg-content-img {
    background: #F9F9F9 url(../img/hospital-team.jpg) fixed no-repeat center 65%;
    background-size: 500px;
}

#header {
  /*background-image: url(../img/header.jpg);*/
  background: #fff;
  background-repeat: no-repeat;
  background-position: left top; 
}

.container-navbar{
  padding: 0px;
  /*border-left: 1px solid #E7E7E7;*/
  /*border-right: 1px solid #E7E7E7;*/
  border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
}

.navbar-default{
  margin: 0px;
  min-height: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
  /*border-top: 14px solid #9CBF23;*/
  border-bottom: 5px solid lightslategrey;
  border-radius: 0px;
/*  border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;*/
  background-color: #0E766F;  
}

.navbar-default .navbar-brand img {
  float:left;
  margin-right:10px;
  margin-left:10px;
  height: 50px;
}

.navbar-default .navbar-brand {
  margin-top: -15px;
  color: #000;
}

.navbar-default .navbar-nav>li>a {
    /*border: 1px solid #8ED5DB;*/
	margin-left:2px;
    /*background-color: #1A8375;*/
	font-weight: bold;
  text-transform: uppercase;
    color: #f93738;
}

.navbar-default .navbar-nav>li>a:hover {
    /*background-color: #08565A;*/
    color: #f93738;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    /*background-color: #08565A;*/
    background-color: transparent;
    /*color: #fff;*/
}

div .navbar-brand a{
  padding: 5px;
  /*background-color:#000;*/
  /*background-color:rgba(0,0,0,0.4);*/
  float: left;
  font-weight: bold;
  color: #f93738;
  border-radius: 5px;
}

div .navbar-brand a:hover{
  text-decoration: none;
}


@media (max-width: 767px) {
  .navbar-default .navbar-brand {
  width: 80%;
	margin-bottom:20px;
  }
  div .navbar-brand a {
    margin-top:-15px;
  }
 
  .navbar-nav{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
  }

  .container-content {
    padding: 10px!important;
    margin: 10px;
  }
 
}

.navbar-toggle {
  background-color: #fff;
}

.navbar-collapse{
	/*background-color: #fff;*/
	padding-left:0px;
	padding-right:0px;
}
	
.container-content{
  padding: 30px;
  border: 1px solid #E7E7E7;
  margin-top: 15px;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  background-color: #fdfdfd;
	
}

@media (min-height: 600px){
  .container-content{
	min-height: 500px;
  }
}

@media (min-height: 800px){
  .container-content{
	min-height: 700px;
  }
}

@media (min-height: 1000px){
  .container-content{
	min-height: 900px;
  }
}

@media (min-height: 1200px){
  .container-content{
	min-height: 1100px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  font-size: 12px;
  font-weight: bold;
}

.footer > .container {
  /*border: 1px solid #9CBF23;*/
  /*border-top: 3px solid #9CBF23;*/
  /*border-bottom: 7px solid #9CBF23;*/
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  background-color: #0E766F;
}

.container .text-muted {
  margin: 20px 0;
}

.text-muted {
    color: #fff;
}

.text-muted a:focus, .text-muted a:hover {
    color: #fff;
    text-decoration: underline;
}
.text-muted a {
    color: #fff;
    text-decoration: none;
}

code {
  font-size: 80%;
}

.page-header{
  padding: 0px;
  margin: 5px 0px 20px;
  /*border-bottom: 2px solid rgba(156, 191, 35, 0.32);*/
  border-bottom: 1px dotted #cfcfcf;
}

.panel .custom {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel .custom>.panel-heading {
  color: #fff;
  background-color: #9CBF23;
  border-bottom: 3px solid #4F974E;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

.panel .custom>.panel-heading >.panel-title{
  font-weight: bold;
  letter-spacing:3px;
}

.panel .custom>.panel-body {
  padding: 15px 25px;
  background-color: #B4D54F;
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  font-weight: bold;
}

.panel .custom>.panel-body  ul{
  margin-left: -10px;
}

.panel .custom>.panel-body  ul li{
  margin-left: -15px;
  margin-bottom: 5px;
}

.h1, h1 {
  font-size: 27px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.jumbotron {
  margin-bottom: 10px;
}

#daftarbenar-error, #uploadbenar-error{
	padding-left: 0;
}

form label.error {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: bold!important;
}