ACC SHELL

Path : /srv/www/vhosts/sc-brno/tecaprint/modules/formular/
File Upload :
Current File : /srv/www/vhosts/sc-brno/tecaprint/modules/formular/style.css

.formular_maly{
	overflow:auto;
}
/*
.formular_maly input{
	width:90%;
	margin-bottom:5px;
}

*/
.formular_maly .li{
	/*width:90%;*/
	margin-bottom:5px;
      border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #E7E7E7;
    color: black;
    font-size: 14px;
    padding: 10px;
}
.formular_maly .li.focus{
    border: 1px solid #BDDAE3;
    box-shadow: 0 0 4px #6A9EC9;
}
.formular_maly input:focus, .formular_maly textarea:focus{
    border: none;
    box-shadow: none;
}

.formular_maly input, .formular_maly textarea{
	background:none;
	border:none;
	padding:0px;

}
.formular_maly .li input{
	width:54%;
	float:right;

}
.formular_maly .li input.frm-tel{
	width:67%;
}
.formular_maly .li input.frm-email{
	width:75%;
}
.formular_maly .li input.frm-jmeno{
	width:43%;
}

.formular_maly .li textarea{
	width:100%;
}
.formular_maly .li span{
	padding-top:10px;	
}

.formular_maly textarea{
	width:88%;
	height:145px;
	height:133px;
	height:86px;
	margin-bottom:5px;
  /*float:right*/
	resize: none;
}
.xform-left{
	float:left;
	width:47%;
  margin-right:15px;
}
.xform-right{
float:right;width:50%;
	overflow:auto;
} 
.xform-right li{
	
} 
.formular_maly input.button-c{
	padding: 6px 19px 7px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: 32px;
cursor: pointer;
color: white !important;
font-size: 13px;

margin-left: 7px;
background: #ff6000 repeat-x top;
font-family: arial, sans-serif;
font-weight: normal;
  float:right;
  position:relative;

  -webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
	
}
.formular_maly input.button-c:hover{
 color:black ! important;

	
}

ACC SHELL 2018