/* suplimentari chestionare satisfactie service */

body { font-size: 16px; }
h2 {
	font-family: 'Roboto Condensed';
	font-size: 2.3em; 
	font-weight: 400;
    line-height: 38px;
    margin: 0 0 20px 0;
}
h5 {
    font-size: 1.1em;
    color:#696969;
    font-weight: 400;
    line-height: 24px;
    margin: -5px 0 20px 0;
    text-transform: none;
}

.rosu {font-weight: 400;}

.mb-2 {margin-bottom: 20px;}

hr { background-image: none; }



header { border-top: none; }

header > div.container {
    height: 80px;
    margin-bottom: 0;
}

header.center h1.logo {
    margin-top: 0;
		text-align: center !important;
}
header h1.logo {
    padding: 2px 0;
}

.progress {
    margin-bottom: 40px;
}

.progress-bar {
    line-height: 20px;
    background-color: #a4a4a4;
}

.form { font-size: 18px; }
.error { font-size: 14px; margin-top: 0; font-style:italic; display: inline-block; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 10px;
    margin-left: 0;
}

.radio-inline, .checkbox-inline {
		margin-top: 10px;
    padding-left: 20px;
}


.cons label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.cons label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:3px solid transparent;
	-webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(0.9) opacity(.9);
       -moz-filter: brightness(0.9) opacity(.9);
            filter: brightness(0.9) opacity(.9);
}
.cons label > input + img:hover{ /* IMAGE STYLES */
    -webkit-filter: brightness(1.1) opacity(1);
       -moz-filter: brightness(1.1) opacity(1);
            filter: brightness(1.1) opacity(1);
}
.cons label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  	border:3px solid #d52822;
		border-radius: 10px;
	    -webkit-filter: brightness(1.1) opacity(1);
       -moz-filter: brightness(1.1) opacity(1);
            filter: brightness(1.1) opacity(1);
}
.cons span{
	display:block;
	font-family: 'Roboto Condensed';
	font-size:16px;
	font-weight:400;
	line-height:18px;
	margin-top:2px;
}


.rad,{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.rad > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.rad > i{     /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width:  18px;
  height: 18px;
  border-radius: 50%;
  transition: 0.1s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray;
}
/* CHECKBOX OVERWRITE STYLES */
.rad:hover > i{ /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray;
}
.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: #d52822;
}



@media (max-width:991px) {
	
.form-buttons {text-align: center;}
	
}

@media (max-width: 479px) {

body { font-size: 16px !important; }
	
}