.bootstrap-iso {
	max-width:1080px;
	margin:0 auto;
}

/* BEGIN TOGGLE BUTTON */
.trc-toggle {
  color: #666 !important;
  background-color: #f9f9fa !important;
  background-image:url(../img/bg-radio41.gif) !important;
  background-repeat:repeat-x !important; 
  border-color: #dfdee0 !important;
  height:43px !important;
  line-height:28px !important;
  font-size:16px;
}
.trc-toggle:before {
	content: "\f10c";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	right:5px;
	position:absolute;
	top:6px;
	font-size: 1.33333333em;
	font-weight:normal;
}
.trc-toggle:focus, .trc-toggle.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.trc-toggle:not(:disabled):not(.disabled):active, .trc-toggle:not(:disabled):not(.disabled).active {
  font-weight:bold;
  background-color: #f9f9fa;
  background-image:url(../img/bg-radio.gif);
  background-repeat:repeat-x; 
}
.trc-toggle:not(:disabled):not(.disabled):active:before, .trc-toggle:not(:disabled):not(.disabled).active:before {
	content: "\f05d";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	right:5px;
	position:absolute;
	top:6px;
	font-size: 1.33333333em;
	font-weight:normal;
}
.trc-toggle:not(:disabled):not(.disabled):active:focus, .trc-toggle:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
}
/* END TOGGLE BUTTON */


/* BEGIN GROUP RADIO BUTTON */
.trc-radio {
  color: #666 !important;
  background-color: #f9f9fa !important;
  background-image:url(../img/bg-radio41.gif) !important;
  background-repeat:repeat-x !important;;
  border-color: #dfdee0 !important;
  height:43px !important;
  line-height:28px !important;
  font-size:16px;
}
.trc-radio:focus, .trc-radio.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.trc-radio:not(:disabled):not(.disabled):active, .trc-radio:not(:disabled):not(.disabled).active {
  font-weight:bold;
  background-color: #f9f9fa;
  background-image:url(../img/bg-radio.gif) !important;
  background-repeat:repeat-x; 
}
.trc-radio:not(:disabled):not(.disabled):active:before, .trc-radio:not(:disabled):not(.disabled).active:before {
	content: "\f14a";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	right:5px;
	position:absolute;
	top:6px;
	font-size: 1.33333333em;
}
.trc-radio:not(:disabled):not(.disabled):active:focus, .trc-radio:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
}
/* END GROUP RADIO BUTTON */


/* BEGIN PLACEHOLDERS */	
.trc-placeholder::placeholder {color: #666 !important} /* Chrome, Firefox, Opera, Safari 10.1+ */
.trc-placeholder::placeholder {opacity: 1 !important} /* Firefox */
.trc-placeholder:-ms-input-placeholder {color: #666 !important} /* Internet Explorer 10-11 */
.trc-placeholder::-ms-input-placeholder {color: #666 !important} /* Microsoft Edge */
/* END PLACEHOLDERS */	


/* BEGIN CHECKBOX */	
.trc-checkbox {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #aaa!important;
	overflow: hidden;
	margin-top: 0!important;
	vertical-align: middle;
	-webkit-appearance: none!important;
	outline: 0!important;
	background: 0 0;
	font-size: 9px!important;
	text-decoration: none!important;
}
.trc-checkbox:checked, .trc-checkbox:indeterminate {
	border-color:#53ac53!important;
	background:#53ac53;    
}
.trc-checkbox:checked:before, .trc-checkbox:indeterminate:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	line-height: 18px;
	color: #fff;
	display: block;
	text-decoration: none!important;
}
/* END CHECKBOX */

.trc-div-requerido{color:#F00}
.trc-requerido{border-color:#F00 !important}
