div.info-adicional {
    font-size: 12px;
}

.panzoom-parent {
    height: 500px;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

tr.row-link {
    cursor: pointer;
}

div.form-actions {
    margin-top: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted, .container .text-muted {
    margin: 20px 0;
}

.footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
	margin-top: 50px;
}

.btn .glyphicon, .btn .fa {
    margin-right: 6px;
}

.btn.btn-icon .glyphicon, .btn.btn-icon .fa {
    margin-right: 0;
}

.col-accion {
    width: 14px;
}

.col-fecha {
    width: 100px;
}

.col-data-xs {
    width: 30px;
}

.col-data-sm {
    width: 70px;
}

.col-data-lg {
    width: 200px;
}

.col-data-md {
    width: 150px;
}

ul.list-opciones {
    margin-right: 0;
    list-style-type: none;
    padding: 0;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

ul.list-opciones li {
    padding: 0;
	margin-bottom: 2px;
}

ul.list-opciones li a,  ul.list-opciones li.item{
	color: #333;
	background-color: #fff;
	padding: 8px 20px;
	display: block;
}

hr.seccion {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: default;
}

.dataTables_info {
    text-align: right;
}

.wrapper-filtro {
    margin-right: -20px !important;
    margin-left: -20px !important;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.wrapper-filtro .dataTables_filter {
    width: 100%;
    text-align: left;
}

.wrapper-filtro .dataTables_filter label {
    width: 100%;
    visibility: collapse;
}

.wrapper-filtro .dataTables_filter .input-sm {
    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;
    visibility: visible;
    margin: 0;
}

.wrapper-paginacion {
    margin-top: 20px;
}

.data-point-label {
    text-align: center;
    font-size: smaller;
    width: 40px;
}

.flot-x-axis .flot-tick-label {
    white-space: nowrap;
    transform: translate(-9px, 0) rotate(-60deg);
    text-indent: -100%;
    transform-origin: top right;
    text-align: right !important;

}