.actions {
	text-align: center;
	vertical-align: middle;
}
i.button_action,.actions>.glyphicon
{
	color: #a41550;
	font-size: 1.5em;
}
i.button_action:hover, .actions>.glyphicon
{
	cursor: pointer;
}
form input {
	width: 100%;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
}
form input, form input.form-control, form textarea.form-control
{
	background: linear-gradient(to bottom, #e5e5e5 0%, #f7f7f7 100%);
}
form label
{
	margin-bottom: 0px;
	font-weight: normal;
	height: 35px;
	overflow: hidden;
	padding: 0px !important;
	display: block;
}

form .row {
	margin-left: 0px;
	margin-right: 0px;
}

form label>div{
	width: 100%;
	height: 100%;
	display: table;
	text-align: right;
}

form label>div>span {
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	font-size: 12px;
}

input[type=file] {
	height: 23px;
 	margin-top: 5px;
}

input[readonly], textarea[readonly], input[disabled], textarea[disabled] {
	background: #ccc !important;
}

input.error-field:not([readonly]), select.error-field+.chosen-container a, textarea.error-field:not([readonly]) {
	background: #f2dede !important;
}
select.error-field+.chosen-container>a>span {
	color: black;
}

.download_file .glyphicon-download {
	font-size: 30px;
}
.disabled-download-link {
	color: #aaa; cursor: not-allowed;	
}


/* TABLAS */
.editable_table {
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 10px;
}
.editable_table > thead th,.editable_table > tfoot th {
	background: #e8e8e8;
	color: black;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
/*
.editable_table tfoot th {
	background: white;
}
*/
.editable_table tr.header th {
	background: #7d7d7d;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}
.editable_table tr.subheader th {
	background: #e8e8e8;
	color: black;
	font-size: 12px;	
	padding: 5px;
  	text-align: center;
}
/*
.editable_table tfoot th {
	color: #aaa;
	font-weight: normal;	
}
*/
.editable_table td>.form-group, .editable_table td>.form-group>div, .editable_table th>.form-group, .editable_table th>.form-group>div{
	margin-bottom: 0px;
	padding: 0px;
}
.editable_table td {
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.editable_table tbody>tr:nth-child(even) {
	background: #fff;
}
.editable_table tbody>tr:nth-child(odd){
	background: #f1f1f1;
}
.editable_table tbody>tr>td {
	border-bottom: 1px solid #ddd;
}

.editable_table tfoot .total_text {
	text-align: right;
	font-weight: bold;
}
.editable_table tfoot .total_value {
	text-align: center;
	font-weight: bold;
}

.legend_group {
	width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid#ddd;
}

.btn.right
{
	float: right;
}

legend
{
	color: #aaa;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.accept_terms.long
{
	line-height: 31px;
}
div.checkbox_accept_terms
{
	padding: 0px;
}
div.checkbox_accept_terms input[type="checkbox"]
{
	float: right;
}
.especial_description_table {
	width: 100%;
}
.especial_description_table td:first-child{
	width: 20px;
}
.especial_description_table td{
	border: none !important;
}
.especial_description_table .alert {
	margin-bottom: 0px;
}
.especial_description_table tr {
	display: block !important;
}

.full-column>label.col-md-3 {
	width: 12.5%;
}
.full-column>div.col-md-9 {
	width: 87.5%;
}
.full-column {
	padding: 0px;
}
.nopadding {
	padding: 0px !important;
}

div.tooltip.left-top
{
	top: -16px !important;
	left: 0px !important;
}