
body {
  font-family: 'Open Sans', sans-serif;
  }
  
  .ttl h3 {font-size: 30px;}
  .ttl p  { text-align:justify;} 
  

.eml h4 {font-size: 30px;
font-family: 'Open Sans', sans-serif;} 

.form-group { padding:0;}


.navbar-brand {
  float: inherit !important;
  height: inherit !important;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 10px;
}

.navbar-brand > img {
  display: block;
  width: 20%;
}


.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: none;
}

.bdr {border: 2px solid #ccc;
border-radius: 10px; margin-bottom:50px;}

.checkbox { margin-top:0px;}
input[type="checkbox"] { margin:0px;}


.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 5px;
}

.txta {
  height: 70px !important;
}


.btn-info {
  border-color:none !important; 
  border: none !important;
  background: #003049 !important;
  padding: 10px !important;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
  background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
  padding: 10px;
  border: none;
}


.countrt { border: none;
height: 40px;
}

.btn-success { padding: 10px;
  border: none;}
  
  .form-control[readonly]{
  background-color: #eeeeee69;
  opacity: 1;
}