ACC SHELL

Path : /srv/www/vhosts/calyx/web/modules/formular/
File Upload :
Current File : //srv/www/vhosts/calyx/web/modules/formular/style.css

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

*/
.formular_maly .li{
	/*width:90%;*/
	margin-bottom:5px;

    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:55%;
	float:right;
}
.formular_maly .li input.frm-tel{
	width:76%;
}
.formular_maly .li input.frm-email{
	width:75%;
}
.formular_maly .li input.frm-jmeno{

}

.formular_maly .li textarea{
	width:100%;
}
.formular_maly .li span.label{
	padding-top:10px;	
 color:black !important;
 font-size:100%;font-weight:normal
}

.formular_maly textarea, .formular_maly input{
	font:inherit;
}
.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{
	margin-left:50%;
	overflow:auto;
} 
.xform-right .li{
	height:143px;
	overflow:hidden;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
	.xform-right .li{
			height:141px;
	}
}


@-moz-document url-prefix() { /** FF */ 
	.xform-right .li{
			height:143px;
	} 
}
.formular_maly input.button-c{
	width:auto;
	  float:right;
   background: white;
text-decoration: none;
color: white;
font-weight:bold;
background: #07abef;
      border:none;
    cursor: pointer;
    display: inline-block;
       font-weight:normal;
    line-height: 1;
    padding: 14px 18px;
    position: relative;
    text-decoration: none;
    border-radius:3px;

	-webkit-transition: background .2s linear, color .2s linear;
transition: background .2s linear, color .2s linear;
	
	
} 
.formular_maly input.button-c{
background: #1b52a2     ;
}
.formular_maly input.button-c:hover{
background:#ffa401
}

ACC SHELL 2018