
.form,.table-str{ font-family:Calibri;  margin:0px auto;  }

.form input[type="text"], .toul-input,.table-str input[type="text"]{   display: block;  width:100%; float:left;   padding: 6px 0px 6px 12px; font-size: 14px; line-height: 1.428571429;   color: #999; vertical-align: middle; background-color: #ffffff;  border: 1px solid rgb(217, 217, 217); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; position:relative; margin-bottom:11px; box-sizing:border-box;}
		  
		  
.form input[type="text"]:focus { 
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(33, 194, 248, 0.9);
          box-shadow: 0 0 2px rgba(33, 194, 248, 0.9);
		  position:relative;
}	

.toul-input{display:none; margin-left:10px;  width:150px; font-size:13px; font-family:Calibri; float:left; background:#000; padding:5px 8px;  color:#fff;}	  
		  
.form textarea, .toul-textarea,.table-str li textarea{   display: block;
width:100%;
float:left;
  padding: 6px 0px 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid rgb(217, 217, 217);

  resize:none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		  position:relative;
		   margin-bottom:11px;}
		  
.form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(33, 194, 248, 0.9);
          box-shadow: 0 0 2px rgba(33, 194, 248, 0.9) ;
		  position:relative;
}

.toul-textarea	{ display:none; margin-left:10px;  width:150px; font-size:13px; font-family:Calibri; float:left; background:#000; padding:5px 8px;  color:#fff;}		  


.form select, .toul-select,.table-str li select{ display: block;
width:100%;
float:left;
  padding: 6px 0px 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid rgb(217, 217, 217);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		   margin-bottom:11px; box-sizing:border-box;}
		   
		   
.form select option{ border-radius:20px;}		  
		  
.form select:focus {
  
  outline: 0;
  -webkit-box-shadow:0 0 2px rgba(33, 194, 248, 0.9);
          box-shadow:0 0 2px rgba(33, 194, 248, 0.9);
          border-color:#66afe9;
}

.toul-select{display:none; margin-left:10px;  width:200px; font-size:13px; font-family:Calibri; float:left; background:#000; padding:5px 8px;  color:#fff;}

.form input[type="checkbox"]{  
 display: block;
  line-height: 1.428571429;
  float:left;
  margin-right: 5px;
  border: 1px solid rgb(217, 217, 217);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
		  
		  
.form input[type="radio"]{   display: block;
  line-height: 1.428571429;
  float:left;
  border: 1px solid #ebebeb;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
		  
		  
		  
		  
.notifi-box1-arrow {
width:0px; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid black; 
height: 0;
margin-top: 0;
opacity: 0;
position: absolute;
left: -8px;
top: -15px;
transition: all 0.25s ease 0s;
width: 0;
z-index: 10;
margin-top: 20px;
opacity: 1;
}


.form span{ position:absolute; z-index:999; }

.i-form {
font-family: Calibri;
display: block;
width:90%;
margin-bottom: 0px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: rgb(101, 101, 101);
vertical-align: middle;
background-color:#fff;
border: 1px solid #dbdbdb;
border-radius:3px;
margin-bottom:8px;

}
.i-form:focus {
 border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

	
		  
		  
	  
		  


 