.formBox{
	border:1px solid #eee;
	background:#fcfff5;
	margin-bottom:15px;
}

.formBox h2{
    font-size: 14px;
    font-weight: 600;
    padding:10px 15px;
    background: #ebf0e0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    
}

.formTable td{
	padding:3px 10px !important;
	border:none !important;
	vertical-align:middle;
	}
	
        
.formTable th{
	padding:5px 10px !important;
	border:none !important;
	vertical-align:middle;
	background:#a2c14a;
	font-weight:normal;
	color: white;
}

.formTable th:first-child{
	text-align:right;
	font-weight:500;
	
}
.formTable{
	margin:0;
}	

.formTable label{
	display:block;
	text-align:right;
	padding-top:0;
	font-size:14px;
	font-weight:normal;
	margin:0;
	
}
.formTable input[type="text"], .formTable input[type="number"] {
	background:none;
	border:none;
	box-shadow:none;
	padding: 0 !important;
	height:auto;
	font-size:14px;
	min-width: 100px;
}

.formTable select {
	background:none;
	border:none;
	padding: 0 !important;
	height:auto;
	width: 50px;
	
}



.formBox ul.token-input-list-facebook{

	border:none !important;
	background: none !important;
}


.formBox2{
	border:1px solid #eee;
	background:#fcfff5;
    padding:30px 10px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom:15px;
       
         
}

.formBox2:after{
      clear:both;
      display: block;
      content: "";
}

.formBox2 h2{
    font-size: 16px;
    font-weight: 600;
    padding:0 0 15px 0;
    border-bottom: 2px solid #ebf0e0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    
}

.formBox2 label{
    padding-top: 5px;
    text-align: right;
}

.formBox2 p{
    padding-top: 5px;
    
}



.formBox3{
	border:1px solid #eee;
	background:#fcfff5;
	margin-bottom:15px;
        padding:30px 20px;
       
         
}

.formBox3:after{
      clear:both;
      display: block;
      content: "";
}

.formBox3 h2{
    font-size: 16px;
    font-weight: 600;
    padding:0 0 15px 0;
    border-bottom: 2px solid #ebf0e0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    
}
 

.formBox3 p{
   padding:7px 10px;
   background: #fff;
   border: 1px solid #ccc;
   margin: 0;
   text-transform: capitalize;
    
}
.formBox3 .form-group{ 
    margin-bottom: 3px;
}

.formBox3 .form-control{
    padding: 3px 5px !important;
    height: auto;
    border: none;
    background: #e9f1d7;
}

.clientName {
	background: #fff;
    padding: 20px 15px;
    margin: 20px 0px;
    border-left: 15px solid #1a5584;
    border-right: 15px solid #1a5584;
}

.clientName img {
	width: 100%;
	height: auto;
}

.siteBtnGreen{
 display:inline-block;
 padding:10px 30px;
 background:#97c357;
 color:#fff;
 text-decoration:none;
 font-size:14px;
 border: none;
 outline: none;
 border-radius:5px !important;
 margin-right: 10px;
 margin-bottom: 10px;
}
.siteBtnGreen:hover{
 background:#7ca442;
 color:#fff;
 text-decoration:none;
}

.siteBtnGreen:focus{
 background:#7ca442;
 color:#fff;
 text-decoration:none;
}

.siteBtnBlue{
 display:inline-block;
 padding:10px 30px;
 background:#2b91bc;
 color:#fff;
 text-decoration:none;
 font-size:14px;
 border: none;
 outline: none;
 border-radius:5px !important;
 margin-right: 10px;

}
.siteBtnBlue:hover{
 background:#1b7398;
 color:#fff;
 text-decoration:none;
}
.siteBtnBlue:focus{
 background:#1b7398;
 color:#fff;
 text-decoration:none;
}

.btnRed{
 background:#b14d4d;
}
.btnRed:hover{
 background:#943b3b;
}
.btnRed:focus{
 background:#943b3b;
}


.btnGray{
 background:#777777;
}
.btnGray:hover{
 background:#616161;
}
.btnGray:focus{
 background:#616161;
}

.formTableSelect select{	 
	width: 100% !important;
	min-width: 100px;
}
.tableVoucher th:nth-child(2){
	max-width:150px;
}
.tableVoucher th:nth-child(4){
	max-width:100px;
}
.tableVoucher th:nth-child(5){
	max-width:100px;
}

.tableVoucher td:nth-child(2){
	max-width:150px;
}
.tableVoucher td:nth-child(4){
	max-width:100px;
}
.tableVoucher td:nth-child(5){
	max-width:100px;
}




.ta-and-ch td:nth-child(2){
	max-width: 80px;
}
.ta-and-ch td:nth-child(3){
	max-width: 80px;
}
.ta-and-ch td:nth-child(4){
	max-width: 80px;
}
.ta-and-ch input[type="text"], .ta-and-ch input[type="number"] {

	min-width: auto !important;
}




.swTbThird td:first-child{
  min-Width: 100px;
}


.clientlogo {
	background: #aed1e2;
	padding:30px 50px;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 0 !important;
	margin-top: 20px;
}

.clientlogo img{
	width:100%;
	height: auto;
}

