/*================================================================================
        Item Name: Stack - Responsive Admin Theme
        Author: PIXINVENT
        Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.navbar-dark{
    background: #001A5A !important;
}
.fa-1_5x {
    font-size: 1.3em; }

.filtros {
    border: 1px solid #ddd;
    box-shadow: 0 0 6px 3px #ddd;
    padding: 0 1px 1px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

div .form-actions.right{
    text-align: right;
}

div .form-actions{
    border-top: 1px solid #d3dce9;
    padding: 20px 0;
    margin-top: 20px;
}

.cuernito {
    background: url("../images/new-record-header.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 130px;
    position: relative;
    top: 7px;
    /*z-index: 10000;*/
}

.filtros_busqueda{
    border-top: 2px solid #000;
    text-align: right;
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 5px;
}

/*Estilo para la Descarga de Archivos*/
#overlay_download_file {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#overlay_download_file:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/*FIN Estilo para la Descarga de Archivos*/

.dropzone .dz-preview .dz-error-message{
    top: 150px !important;
}

.selected_row_cm{
    background-color: #49a3da !important;
    color: #fff !important;
}

.btn_row_cm{
    padding: 0.35rem 0.45rem !important;
}

.navbar-dark.navbar-horizontal{
    background: #4c4c4c !important;
}

.header-navbar.navbar-brand-center .navbar-header{
    left: 20% !important;
}