@import url(http://fonts.googleapis.com/css?family=Vibur);

.clearfix:before{
	
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus{
	/*color: #438e2a !important;*/
}
.small-logo{
	padding:0px;
}
@media only screen and (min-width: 768px){
	.oculta{
		display:none;
	}
}
.quote-right{
	border: 10px solid #66fd12;
	width: 140px;
	height:170px;
}
.quote-right:hover{
	border: 4px solid #66fd12;
}
.client-part-haead{
	color: #000;
}
#accesoestudio div a{
	color: #FFF;
	text-decoration:none;
	font-size:34px;
	font-weight:600;
}
/*#accesoestudio:hover div a, .quote-right:hover + #accesoestudio div a{
	color: #7cc576;
}*/
.login-form{
	width:500px;
}
@media only screen and (max-width: 550px){
	.login-form{
		max-width:350px;
	}
}
@media only screen and (max-width: 380px){
	.login-form{
		max-width:250px;
	}
}

.main-nav-outer{
    border-bottom: 2px solid #dddddd;
}
.client-part{
	background: url(../images/pulso.jpg) center -220px; no-repeat;
}
#SendButt:hover{
	background-color:#5fa559;
}
.main-nav li a{
	padding: 17px 30px;
	margin: 0px;
}
@media only screen and (max-width: 1000px) and (min-width: 768px){
	.main-nav li a{
		padding: 17px 17px;
	}
}
.main-nav li i:hover{
	color: #7cc576;
}
.main-nav .marcado a{
	color: #7cc576;
}
.main-nav .marcado a:hover{
	color: #000;
}
.alertformulario{
	max-width:550px;
	margin:auto;
	/*background-color:#7cc576;*/
	background: rgba(124, 197, 118, .8); 
	padding:5px;
	margin-bottom:18px;
	border: 1px solid transparent;
    border-radius: 4px;
}

.form-group .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #e7ebee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group .form-control:focus {
	border-color: rgba(52, 151, 219, 0.6);
	color: rgba(52, 151, 219, 1);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
}
.form-control:focus + .fa {
	color: rgba(52, 151, 219, 1);
}
.form-group .fa {
	top:11px;
}
.btn-primary {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 6px 12px;
    border-bottom: 4px solid;
    -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: none;
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
.btn-primary:hover {
    background-color: #357ebd !important;
    border-color: #428bca !important;
}
.selecgris{
	display:none;
	color:rgb(169, 169, 169) !important;
}
select { color: red; }
option:not(:checked) { color: green; }

.has-error .form-control:focus, .log-status.wrong-entry .form-control{
	border-color: rgba(169, 68, 66, 0.6);
    color: rgba(169, 68, 66, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.wrong-entry .form-control + .fa{
    color: rgba(169, 68, 66, 1);
}
.log-alert{
    color: rgba(169, 68, 66, 1);
}

.has-success .form-control:focus{
	border-color: rgba(60, 118, 61, 0.6);
    color: rgba(60, 118, 61, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 118, 61, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 118, 61, 0.6);
}


