/*! custom forms css  */

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 3px 6px;
  font-size: 12px;
  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;
}

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

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

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  border : none;     
  background-color: #FFF;
}
    
.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

hr {
  border : #000000 solid .5px;
}

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

.padding-2px {
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
}  

.padding-5px {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
} 
input[type="radio"], input[type="checkbox"] {
    margin-top: 1px \9;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: normal;
}

.form-check-label {
    margin-right: 20px;
}

.siteheader {
    height: 200px;
    width : 100%;
    background-image:url(../images/CCwestview_header2.jpg);  
    background-repeat: no-repeat;
    background-size: contain; 
    position: relative;
    margin-top : 10px;
    margin-right: auto;
    margin-left: auto;
    z-index: auto;
}