body {
  font-size:15px;  
  font-family: "Arial","Helvetica","sans-serif";  
}
button.btn {
  font-size:15px; 
}  
form * {
  border-radius:0 !important;
}  

.tips-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}             
.inner-bg {
  padding: 0;
}      
.bd {
  margin:0;
  padding:0;  
}          
.form-top h2 {
  color: #007770;   
  font-size: 24px;     
  font-weight:bold;       
}   
input.form-control,
select.form-control{
  font-size:15px;
  color:#000;  
}
.desc h4 {
  line-height: 140%;     
  font-size: 15px;                 
}     
.desc {
  padding: 10px 0 0 0;     
}        
.desc p {
  color: #555;
  font-size:15px;
}
.desc i {
  color: #555;
  font-size:13px;
  font-style:normal;
}
label{
  font-weight:normal;
  font-size:15px;
  color:#000;
}
span.tips-block{
  font-size:15px;
  color:#555;  
}
label.right {
  vertical-align: bottom; 
  padding-left:10px;
  padding-top:10px;
}
label.left {
  vertical-align: bottom;
  padding-top:10px; 
}
.ln{
  float:right;
  margin-top:10px;
}
.ln a{  
  background: #888;
  color:#fff;
  padding: 4px;
  font-size:13px;
}
.form-top {
	overflow: hidden;
	padding: 15px 25px 15px 25px;
	background: #fff;                       	
	text-align: left;
  -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}
.form-middle {         
	overflow: hidden;
	padding: 20px 10px 10px 10px;
	/*background: #f6f6f6;*/
  background:#fff;
	text-align: left;
}
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #fff;
	text-align: left;
  -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}              
.notes {
  padding: 10px 0 0 0;
  color: #666;
  font-size:13px;
}
button.glyphicon{
  font-size:14px;
}
.glyphicon {
  top:0;  
}
fieldset {
  margin: 20px 0 0 0;      
}

legend {        
  border-bottom: 1px solid #aaa; 
  color:#007770; 

}       
legend p{
  font-size:50%;  
}    
.space{
  padding-left:10px;
}                
.box{
  padding-right: 0;
  padding-left: 0;
}
input.rent{
  width:120px;
  display:inline-block;
}
.ctn-date {
  width:160px;
  display: inline-table;
  vertical-align: bottom;
  margin-left:10px;
}
.ctn-date .date input, .ctn-date .date span {
  background:#fff;
}
.inline-block {
  display:inline-block;
}
textarea.remark {
  height:80px;
}
.modal-header .close {
  margin-top: -22px;
}
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}           
.modal-title {
  font-size:17px;
  color:#007770;
  font-weight:bold;
}
.modal label.btn {
  text-align:left;
  font-size:15px;
}     
.modal .btn:hover {     
  background:#eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}                      
.modal .btn:active,
.modal .btn.active {
  color:#fff;
  background:#265a88;
  -webkit-box-shadow: none;
          box-shadow: none;
}            
.modal h4{
  padding: 20px 0 0 0;
  color:#007770;          
}
.modal h4.top{
  padding: 0 0 0 0;       
}                   
.star{
  color:#f00;
}          
.complete{
  padding-bottom:100px;
}    
.complete b{
  color:#f00;
  font-size: 140%;
  font-weight:normal;
}        
.complete u{
  text-decoration:none;
  border-bottom:1px solid #000;
  padding-bottom: 2px;
}
.complete p.t1 {
  margin-top: 20px; 
}   
.complete p.t3 {
  margin-top: 30px; 
}              
.complete p.red{
  color:#f00;
  margin: 30px 0 30px 0;  
}

/* typeahead*/
.empty-message {
  padding: 5px 10px;
  text-align: center;
}   
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { width: 100%; }  
.tt-query,
.tt-hint {       
  color:#ccc;    
}                   
.tt-query {    
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}       
.tt-menu {
  margin: 2px 0;
  padding: 6px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}  
.tt-suggestion {
  padding: 3px 20px;
}               
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
}                
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #337ab7;      
}
/* typeahead*/

.fileinput-button {
  font-size:15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

label.photo {
  width: 80px;
}

tr.template-download td.col-preview {
  width: 15%;
}

tr.template-download td.col-name {
  width: 30%;
}

tr.template-download td.col-size {
  width: 20%;
}

tr.template-download td.col-control {
  width: 35%;
}     

.fileupload {
  padding: 10px 10px 0 10px;  
  border:2px dashed #ccc;  
}

.fileupload-border-leave {
  border:2px dashed #ccc;
}

.fileupload-border-over {
  border:2px dashed #666;  
  background:#ffffdc;
}

span.fileinput-button{
  position: relative;
  float:left;
  z-index:9999;
}

p.txt {
  color:#777;
  font-size: 15px;
  text-align: center;
  position: relative;
  margin-top: 18px;
}


.datepicker {
  background:#fff;
}
#complete-form #top{
  border:0;
  width:0;
  height:0;
}
input.upper { 
  text-transform: uppercase; 
}
b.whatsapp{
  background-image: url(../images/ic_whatsapp_24x25.gif);
  background-size: 24px 25px;
  width: 24px;
  height: 25px;
  padding:4px 13px;
  background-repeat: no-repeat;
}