/*************** Buttons */

.a-btn, .a-btn-l {
    /*border-radius: 5px;*/

    padding: 5px 10px 5px 10px;

    background: #E23935;

  	text-transform: uppercase;
  	font-size: 14px;
  	color: #FFF;

    box-shadow:
        0px 0px 7px rgba(0,0,0,0.2),
        0px 0px 0px 1px rgba(188,188,188,0.1);

	transition: box-shadow 0.3s ease-in-out;
    margin-left: 5px;
	margin-right: 5px;
	cursor:pointer;
	/*box-sizing: border-box;*/
}

.a-btn-login {
    /*border-radius: 5px;*/

    padding: 5px 10px 5px 10px;

    background: #E23935;

  	text-transform: uppercase;
  	font-size: 14px;
  	color: #FFF;

    box-shadow:
        0px 0px 7px rgba(0,0,0,0.2),
        0px 0px 0px 1px rgba(188,188,188,0.1);

	transition: box-shadow 0.3s ease-in-out;
    margin-left: 5px;
	margin-right: 5px;
}

.a-btn:hover, .a-btn-l:hover, .c-btn:hover, .a-btn-login:hover {
    opacity: 0.9;

    box-shadow:
        0px 0px 9px rgba(0,0,0,0.4),
        0px 0px 0px 1px rgba(188,188,188,0.1);
}

.a-btn:hover .bnt-icon, .a-btn-l:hover .bnt-icon, .c-btn:hover, .a-btn-login:hover {
    transform: scale(1.05);
}

.b-btn {
    border-radius: 5px;

    padding: 5px 10px 5px 10px;

    background: #E53933;

	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;

    box-shadow:
        0px 0px 7px rgba(0,0,0,0.2),
        0px 0px 0px 1px rgba(188,188,188,0.1);

	transition: box-shadow 0.3s ease-in-out;

	margin-left: 5px;
	margin-right: 5px;
}

.c-btn {
    border-radius: 5px;

    padding: 5px 10px 5px 10px;

    background: #777;

  	text-transform: uppercase;
  	font-size: 14px;
  	color: #FFF;

    box-shadow:
        0px 0px 7px rgba(0,0,0,0.2),
        0px 0px 0px 1px rgba(188,188,188,0.1);

	transition: box-shadow 0.3s ease-in-out;

	margin-left: 5px;
	margin-right: 5px;
}

.bnt-icon {
	font-family: 'WebSymbols', cursive;
    color: #FFF;
    font-size: 20px;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	transition: all 0.3s ease-in-out;
	padding-right: 5px;
}

.r-btn {
    text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #E23935;
}

.r-btn:hover{
    /*color: #fff;*/
	text-decoration:underline;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	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;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

/*************** TextBox */
input[type="text"], input[type="password"], input.main-style{
	font-family:sans-serif;
	font-size:14px;
	appearance: none;
    box-shadow: none;
	display:inline-block;
	/*width:100%;*/
	/*box-sizing:border-box;*/
	padding:7px;
	color:#495057;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
}


input[type="text"]:focus, input[type="password"]:focus, input.main-style:focus {
  border: 1.5px solid #ced4da;
  box-shadow: 0 0 5px 1px #969696;
}

.input-error{
	border: 1px solid #FF0033 !important;
	/*background-color: #FF9494 !important;*/
	background-color: #fff !important;
}

.select-error{
	border: 1px solid #FF0033 !important;
	background-color: #FF9494 !important;
}

.form-control{
	/*text-transform:uppercase;*/
	display:block;
	width:100%;
	box-sizing:border-box;
}


/*
input[type="text"], input[type="password"], input.main-style {
  margin: 0;
  font-family: sans-serif;
  font-size: 15px;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;

  
  padding:6px 12px;
  color:#333;

  border: 2px solid #E23935;

  transition: border 0.3s;
  
  height:20px;
}

input[type="text"]:focus, input[type="password"]:focus, input.main-style:focus {
  border: 2px solid #E23935;

  box-shadow: 0 0 5px 1px #969696;
}*/

/**** Texto campo oblibatorio *****/

small.required-text{
	color:#FF0033;
	font-family:sans-serif;
	display: block;
	margin-top:5px;
}

/****** Labels **/


.input-label {
	display: inline-block;

	width: 115px;
}

.input-separator {
	margin-right: 25px;
}

input.timer {
	width: 25px;
	height: 25px;

	/*margin-left: 5px;
	margin-right: 5px;
	*/
}

/*************** TextArea */

textarea {
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	/*border-radius: 5px;*/

	padding: 4px;

	border:1px solid #ced4da;

	transition: border 0.3s;

	outline: none;

	resize: none;
}

textarea:focus {
  /*border: 2px solid #278A8F;*/

  box-shadow: 0 0 5px 1px #969696;
}


/*************** Radio Buttons */

[type="radio"]:checked,[type="radio"]:not(:checked),
[type="checkbox"]:checked,[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity:0;
}

[type="radio"]:checked + label,[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}


[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
	background: #fff;
}


[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E23935;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 12px;
	border: solid #E23935;
	border-width: 0 3px 3px 0;
    position: absolute;
	top: 1px;
    left: 5px;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0) rotate(45deg);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1) rotate(45deg);
}

/*
input[type=radio], input[type=checkbox] {
	display:none;
}

input[type=radio] + label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align:middle;
	margin-right: 8px;
	background-color: #CCC;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
	border-radius: 10px;
}

input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align:middle;
	margin-right: 8px;
	background-color: #CCC;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
	border-radius: 4px;
}

input[type=radio]:checked + label:before {
	content: "\2022";
	color: #E23935;
	background-color: #FFF;
	font-size: 28px;
	line-height: 10px;
	text-shadow: 0px 0px 3px #eee;
	border: 2px solid #E23935;
}


[type=checkbox]:checked + label:before {
	content:"\2714";
	color: #E23935;
	background-color: #FFF;
	text-align:center;
	line-height:15px;
	text-shadow:0px 0px 3px #eee;
}

*/

/*************** Input File */
.upload-section {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}



.inputFile-field {
	width: 325px;
	display: inline-block;
    vertical-align: top;
	/*border-radius: 5px;
	padding: 2px;
	border: 2px solid #E23935;
	*/
	padding:7px;
	color:#495057;
	font-size:14px;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
}

/*
.inputFile-field{
	font-family:sans-serif;
	font-size:15px;
	appearance: none;
    box-shadow: none;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	color:#495057;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
}
*/

.upload-label {
	width: 250px;
	position: relative;
	overflow: hidden;
	display: inline;
    vertical-align: top;
}

.upload-button {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
	cursor: pointer;
}

.upload-label input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}


/*************** Table */
ul.table {
	list-style: none;
	display: table;
	table-layout: fixed;
}

ul.table li.table-header {
	cursor: default;

	text-transform: uppercase;
}

ul.table li div {
	float: left;

	padding: 6px 10px;
}

/*************** Search Options */
#search-options {
	text-align: left;

	background: #F3F3F3;

	padding-top: 15px;
	padding-left: 25px;

	font-size: 14px;

	/*min-height: 100px;*/
}

ul.link-options {
	list-style:none;

	margin-top: 20px;

	padding-left: 25px;

	width: 800px;
}


ul.search-options, ul.form-controls, ul.form-multiple-controls{
	list-style:none;

	margin-top: 10px;

	padding-left: 10px;  /* modificado 060923 */ 

	min-height: 40px;
}

ul.search-options li, ul.form-controls li, ul.link-options li, ul.form-multiple-controls li {
	float: left;

	display: block;
}

ul.form-multiple-controls li{
	width: 33%;
}

ul.search-options li {
	width: 150px;
}

ul.link-options li {
	width: 200px;

	height: 25px;
}

ul.link-options li.long-item {
	width: 400px;

	height: 25px;
}

li.form-label {
	width: 50px;

	padding-top: 10px;

	/*font-weight: bold;*/
}

li.form-long-label {
	width: 85px;

	padding-top: 10px;

	font-weight: bold;
}

li.form-control {
	width: 150px;
}

/*Chrome Fix*/
li.form-control:not(*:root) {
	margin-right: 5px;
}

li.form-control-item, li.form-control-button {
	width: 100%;

	height: 40px;
}

li.form-control-button {
	padding-top: 10px;
	padding-left: 200px;

	height: 30px;
}

li.form-button {
	padding-top: 5px;
}

#messages {
	clear:both;

	height: 25px;
}

ul.data-form {
	list-style:none;

	margin-top: 20px;

	padding-left: 15px;

	min-height: 50px;
}

input.data-form-normal {
	width: 200px;

	/*height: 31px;*/
	/*height: 25px;*/

	text-transform: uppercase;
}

input.data-form-input-date {
	width: 85px;

	/*height: 25px;*/
}

input.data-form-normal-lowercase {
	width: 200px;

	/*height: 31px;*/
}

input.data-form-upload-file {
	width: 300px;

	/*height: 31px;*/

	display: inline-block;
}

input.data-form-full-width {
	width: 564px;

	/*height: 31px;*/

	text-transform: uppercase;
}

input.data-form-fixed-width {
	width: 734px;

	/*height: 31px;*/

	text-transform: uppercase;
}

input.inputFile-field {
	height: 23px;
}

ul.data-form li {
	float: left;

	height: 45px;
}

ul.data-form li.long-item {
	float: left;

	height: 60px;
}

li.data-form-normal {
	width: 50%;

	text-align: left;
}

li.data-form-full-width {
	width: 100%;

	text-align: left;
}

li.data-form-date-field {
	width: 30%;

	text-align: left;
}

li.data-form-auth-field {
	width: 25%;

	text-align: left;
}

li.data-form-upload {
	width: 100%;

	padding-top: 10px;

	text-align: left;
}

li.data-form-full-width-right {
	width: 100%;

	text-align: right;
}

ul.form-multiple-controls li.normal {
	float: left;
	width: 50%;
	height: 40px;
}

ul.form-multiple-controls li.full-width {
	width: 100%;
	margin-top: 10px;
}

li.data-form-button {
	width: 100%;

	padding-top: 15px;

	text-align: right;
}

label {
	/*text-transform: uppercase; */
	display:inline-block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}

label.data-form-label, label.data-form-long-label, label.data-form-upload-label {
	text-transform: uppercase;

	text-align: left;

	font-weight: bold;

	display: inline-block;

	width: 175px;
}

label.hidden {
	display: none;
}

label.data-form-item-label {
	text-align: left;

	font-weight: bold;

	display: inline-block;

	width: 75px;
}

label.data-form-upload-label {
	padding-top: 15px;
}

label.data-form-long-label {
	height: 40px;

	vertical-align: middle;
}

.data-form-title {
	width: 100%;
	height: 20px;

	padding-top: 15px;

	text-align: right;
	text-transform: uppercase;

	font-weight: bold;

	color: #C75C5C;

	display: inline-block;
}

.icon-message-warning:before{
	color: #E53933;

	content:'\f05a';

	font-size: 20px;

	margin-right: 5px;
}

/*************** Table Form */
#form-table {
	margin-top: 25px;
	margin-bottom: 50px;

	font-size: 15px;

	text-align: left;
}

.form-table-header {
	height: 30px;

	border-radius: 5px;
	/*background: #E23935;*/
	background: #1C2A43;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	/*
	border-style: solid;
	border-color: #40B2B8;
	border-width: 2px !important;*/
}

ul.data-table {
	display: block;

	margin-top: 20px;
	margin-left: 15px;

	min-height: 100px;
}

ul.data-table li {
	float: left;

	width: 50%;

	height: 20px;

	text-transform: uppercase;
}

ul.address-table {
	display: block;

	margin-top: 20px;
	margin-left: 15px;
}

ul.address-table li {
	height: 20px;

	text-transform: uppercase;
}

ul.data-table li.long-item, ul.address-table li.long-item {
	height: 40px;
}

ul.data-table li.full-width {
	width: 100%;
}

.data-table-label {
	display: inline-block;

	float: left;

	color: #141D36;

	font-weight: bold;

	width: 125px;
}

.data-table-field {
	display: inline-block;

	float: left;

	color: #141D36;

	width: 940px;
	height: 30px;
}


/*************** Buttons */
.overflow{
	min-height: 20px;
    max-height: 140px;
    position: relative;
}

.btn-lg{
	padding: 15px 32px;
	font-size:16px;
}

button.btn-outline{

	padding: 8px 20px;
	border: 2px solid #E23935;
	background-color: transparent;
	color: #E23935;
	font-size: 14px;
	font-family: Lato;
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

button.btn-outline:hover{
	color:white;
	background-color: #E23935;
}

button.btn-normal{
	
	background-color: #E23935;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family:Lato;
    font-size: 14px;
	margin-left:10px;
	
	transition: box-shadow 0.3s ease-in-out;
	cursor:pointer;
}

button.btn-normal:hover, button.btn-default:hover{
	opacity: 0.9;
    box-shadow:
        0px 0px 9px rgba(0,0,0,0.4),
        0px 0px 0px 1px rgba(188,188,188,0.1);
}

button.btn-default{
	
	background-color: #e7e7e7;
    border: none;
    color: #777;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family:Lato;
    font-size: 14px;
	margin-left:10px;
	
	transition: box-shadow 0.3s ease-in-out;
	cursor:pointer;
}

button.btn-disabled{
	
	background-color: #E23935;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family:Lato;
    font-size: 14px;
	margin-left:10px;
	opacity:0.5;
	transition: box-shadow 0.3s ease-in-out;
	cursor:not-allowed;	

}

/**** Selects *****/
.custom-select {
  position: relative;
  font-family: sans-serif;
  text-transform:uppercase;
  width:100%;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #E23935;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 9px;
}

.select-selected {
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  height:35px;
  line-height:15px;
}

.select-items div{
  color: #777;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #777;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height:250px;
  overflow-y:scroll;
}

.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#go-sign-up{
	color: #FFFFFF;
}
.bod{
	color: #777;
	margin-right: 5px;
}
