.file {
    visibility: hidden;
    position: absolute;
}

.top-navigation .wrapper.wrapper-content {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

pre.detalles {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* TABLA RED */
table.simple-tab {
    border-collapse: collapse;
    /*border: 1px solid #ccc;*/
}

.simple-tab th, .simple-tab td {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

.simple-tab tr:hover {
    background-color: #f5f5f5
}

.simple-tab input {
    border: 1px solid #ccd6eb;
    border-radius: 2px;
    padding: 3px;
    width: 100%;
}

.simple-tab select {
    border: 1px solid #ccd6eb;
    width: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}


.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 2px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon, .inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon, .left-addon .fa {
    left: 0;
}

.right-addon .glyphicon, .right-addon .fa {
    right: 0;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.top-navigation .navbar-brand {
    background: #0d4671 !important;
}

table.fixhead tbody {
    display: block;
    height: 450px;
    overflow: auto;
}

table.fixhead thead, table.fixhead tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*LARGE MENU*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

/*#0d4671*/
.top-navigation .nav > li.active > a {
    color: #0d4671 !important;
}
.btn-primary {
    background-color: #0d4671!important;
    border-color: #0d4671!important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #0a60a1!important;
    border-color: #0a60a1!important;
}
.form-control:focus, .single-line:focus {
    border-color: #0d4671 !important;
}



.minitabla > thead > tr > th, .minitabla > thead > tr > td {
    padding: 2px !important;
    font-size: 11px!important;
}

.minitabla > tbody > tr > th {
    padding: 2px 3px !important;
    font-size: 11px!important;
}

.minitabla > tbody > tr > td {
    padding: 2px !important;
    font-size: 11px !important;
}

.minitabla.centerhead > thead > tr > th,
.minitabla.center > tbody > tr > td,
.minitabla.center > tbody > tr > th {
    text-align: center;
}

.minitabla input {
    font-size: 12px;
    /*border: 0;*/
    /*border-bottom: 1px solid #ccc;*/
    padding: 2px 4px;
}

.minitabla textarea {
    font-size: 12px;
    padding: 4px 4px;
}

.minitabla select.form-control {
    font-size: 13px;
    padding-left: 3px;
}

.minitabla input[type="checkbox"].input-sm, .minitabla input[type="radio"].input-sm {
    margin: 3px !important;
    height: initial;
}

.minitabla div.form-control {
    font-size: 12px;
}

/**  small form  */
.smallForm label {
    font-size: smaller !important;
    padding: 3px 10px !important;
}

.smallForm .form-group {
    margin-bottom: 4px !important;
}

.smallForm input.form-control, .smallForm select.form-control {
    font-size: smaller !important;
    padding: 4px 10px !important;
}

.smallForm button.dropdown-toggle {
    font-size: smaller !important;
    padding: 3px 10px !important;
}

.smallForm .form-control {
    height: auto !important;
}

.smallForm textarea {
    font-size: smaller !important;
}

/** para controles */

.pointer {
    cursor: pointer !important;
}

.page-item.active .page-link {
    background-color: #051837 !important;
    border-color: #051837 !important;
}

.tableFixHead {
    overflow: auto;
    height: 150px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.select2-selection__choice__display {
	color: #051837 !important;
}