.parpadea {
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.tooltip{
    position: fixed;
}

.btn-grilla {
    margin-bottom: 5px;
}


fieldset {
    min-width: 0;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 0;
}

legend {
    letter-spacing: 1px;
    margin-bottom:10px;
    font-size: 12px;
    /*font-weight:bold;*/
}

.tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

select option[disabled] {
    color: #999;
    font-style: italic;
}

.table-3 tr:hover {
    background-color: #FCF8E3 !important;
}
.form-group {
    margin-bottom: 10px;
}

.info-box {
    min-height: 70px;
}
.info-box-icon {
    line-height: 70px;
    height: 70px;
    width: 70px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 70px;
}

.skin-blue .sidebar-form select {
    color: #999;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}
.skin-blue .sidebar-form label {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #4b646f;
    font-weight: bold;
}
.skin-blue .sidebar-menu>li.header{
    font-weight: bold;
}
/*
.input-group {
    margin-bottom: 10px !important;
}
*/

.box {
    border-left: 0.1px solid #eee !important;
    border-right: 0.1px solid #eee !important;
    margin-bottom: 10px !important;
}
.box-footer {
    border-top: 1px solid #eee;
}
.box-header.with-border{
    border-bottom: 1px solid #eee;
}

/*
.box{
    background-color: #fff !important;
    border-left: 0.5px solid #f4f4f4 !important;
    border-right: 0.5px solid #f4f4f4 !important;
    margin-bottom: 10px !important;
}
.box-header>.box-tools{
    right: 8px;
    top: 6px;
}
.box-header{
    padding: 6px 5px 16px 5px;
}
.box-body{
    padding: 10px 10px 0px 10px;
}
.box-footer {
    background-color: #fff !important;
}
*/
.textarea-addon{
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border:1px solid #ccc !important;
    border-bottom: none !important;
}
.modal-body{
    padding: 15px 15px 5px 15px;
}
.modal-footer{
    padding: 10px 15px 10px 15px;
}
.checkbox{
    margin-top: 2px;
}
/* icono del input */
.input-group-addon{
    padding: 4px 8px;
}
/* td 
.table>tbody>tr>td,  .table>tfoot>tr>td,  .table>thead>tr>td {
    padding: 4px 8px 4px 8px;
}
*/
/* label*/
label {
    margin-bottom: 2px;
}
/* select*/
select.input-sm{
    height: 24px;
    padding: 0px 10px;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.hr2{
    margin-top: 5px;
    margin-bottom: 5px;
}
/* input*/
.input-sm{
    height: 24px;
    font-size: 13px;
}
.btn-sm{
    font-size: 13px;
}




/* menu toogle */
@media (min-width: 768px) {
    .sidebar-form-titulo {
        display: none !important;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 200px;
        left: 40px;
    }
    .carousel-indicators {
        bottom: 5px;
    }
}
/*
.carousel .item {
    height: 270px;
    width: 640px;
  }
*/
.carousel {
    margin-bottom: 5px;
}
.g-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0;
}

@media print {
    /*
    .nav {
        display: none !important;
    }

    .sw-theme-arrows > .nav .nav-link::after {
        display: block !important;
    }
    */
    

    .tab-content {
        height: 100% !important;
    }

    .tab-content > .tab-pane {
        display: block !important;
    }

    .tab-content > .fade {
        opacity: 1 !important;
    }

    /* Contenido del fichero print.css */
    
    .box-footer, .box-header > .box-tools, .fila-boton, .encabezado-tabla, .dato-print  {
        display: none;
    }
    body {
        font-size: 12px;
    }
    .dato-print {
        font-size: 16px;
    }
    
}
/*
.popover {
    background: #FFFBE5;
}
.popover.top > .arrow:after {
    border-top-color: #FFFBE5;
}
*/

.table-bordered > tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.input-validation-error {
    border-color: #dd4b39;
    background-color: #F8D7DA;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F8D7DA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #F8D7DA;
    /*border-radius: 4px;*/
}

/* corrige problema bootstrap que agrega padding rigth al abrir ventana modal */
body:not(.modal-open) {
    padding-right: 0px !important;
    font-size: 14px;
}

/*.content{
    padding-bottom: 0px;
}*/

.input-group-separator {
    padding: 0;
    width: 0;
    border: none;
}

.input-group-separator + .form-control {
    border-left: none;
}

/* smart-wizard */
.sw-theme-arrows > .nav .nav-link.active {
    border-color: #5bc0de;
    background: #5bc0de;
}

.sw-theme-arrows > .nav .nav-link.default::before {
    border-left-color: #ccc;
}

.sw-theme-arrows > .nav .nav-link.done {
    border-color: #3c8dbc;
    background: #3c8dbc;
}

.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #3c8dbc;
}

.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: #5bc0de;
}

.sw-theme-arrows > .nav .nav-link::before {
    margin-left: 1px;
}
/* smart-wizard end */

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td {
    font-size: 13px;
}

.icon_awesome_color {
    color: orange !important;
}

.alert_info {
    color: #777;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 6px;
    background: #FFFBE5;
    box-sizing: border-box;
    border-radius: 3px;
}

.asterisco{
    color:red;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}
/* label select establecimiento _layout*/
.label-establecimiento {
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    line-height: 20px;
    line-height: 20px;
    position: relative;
    display: block;
    font-weight: 400;
    color: #fff;
    line-height: 1.42857143;
    font-size: 14px;
}

.colTexto{
    text-align:left;
    width:300px;
}

.colValor {
    text-align: right;
    width: 100px;
}

.ui-menu-item {
    font-size: 12px;
}

/* Remove default bullets */
ul, #myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    height: 100%;
    width: 100%;
    border: 0;
}

/* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        content: "\002B";
        color: #333;
        display: inline-block;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    /*transform: rotate(90deg);*/ 
    content: "\2212";
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}
