﻿
.hit {
    background-color: yellow;
    font-weight: bold;
}

.botonera {
    min-width: 400px;
}

.affix-placeholder {
    display: none;
}

.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}

.big-wrapper {
    max-width: 1200px;
}

.medium-wrapper {
    max-width: 800px;
}

.short-wrapper {
    max-width: 500px;
}

a:hover {
    cursor: pointer;
}

.btn-app-toogle {
    border-radius: 3px;
    min-width: 25px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app {
    margin-left: 5px;
    margin-bottom: 0px;
    min-width: 70px;
}

.divider-vertical {
    padding-right: 14px;
}

.btn-tab .label {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-group-bordered {
    border-bottom: 3px solid #3c8dbc;
}

    .btn-group-bordered .btn-first {
        border-bottom: none;
        border-left: none;
        border-top: none;
        border-radius: 0px !important;
    }

    .btn-group-bordered .btn {
        border-bottom: none;
        border-top: none;
        border-radius: 0px !important;
    }

.box-header-tab {
    margin: 20px 0px;
}

    .box-header-tab h3 {
        vertical-align: bottom;
        margin: 0px;
    }

#exp-panels .panel-title-btn {
    padding-top: 2px;
}

#exp-panels .panel-heading-click {
    cursor: pointer;
}



.panel .panel-footer {
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
}

#exp-panels .panel-heading-click .first-column:before {
    height: 14px;
    width: 14px;
    display: inline-table;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '-';
    background-color: #d33333;
    margin-right: 5px;
    margin-bottom: 5px;
    border-collapse: separate;
}

#exp-panels .panel-heading-click.collapsed .first-column:before {
    height: 14px;
    width: 14px;
    display: inline-table;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
    margin-right: 5px;
    margin-bottom: 5px;
    border-collapse: separate;
}

.list-view-header {
    margin-top: 1px;
    font-weight: bold;
}


/*#exp-panels .panel-heading .panel-title-btn:before {
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    font-weight: bold;
}

#exp-panels .panel-heading.collapsed .panel-title-btn:before {
    content: "\f105";
    font-weight: bold;
}*/

#tecnologias .badge {
    font-size: 14px;
    font-weight: normal;
}

.table-lbl-nowrap td:nth-child(1) {
    white-space: nowrap;
}


.affix {
    position: fixed !important;
}

.content-header {
    position: relative;
    padding: 12px 30px;
    background-color: #fff !important;
    border-bottom: 1px solid #e1e6ef;
    margin-bottom: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 5px;
    z-index: 800;
}

    .content-header .header-icon {
        font-size: 48px;
        /* color: #337ab7; */
        color: #222d32;
        width: 68px;
        float: left;
        line-height: 0;
    }

/*.content-header .header-title {
    margin-left: 68px;
}*/

@media (max-width: 767px) {
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 50px;
    }
}



.content-header .header-title h1 {
    margin: 0;
    font-size: 24px;
    color: #222;
    font-weight: 600;
}

.content-header .header-title small {
    font-size: 13px;
    display: inline-block;
    padding-left: 2px;
    font-weight: 600;
    color: #222;
}

.vertical-center {
    display: flex;
    align-items: center;
}



/* FORMULARIOS */
.checkbox, .radio {
    padding-top: 6px !important;
}


.profile-user-img {
    width: 100px;
}

.user-profile h2, .user-profile h3 {
    margin-top: 0px;
}


.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

.no-padding-left {
    padding-left: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

/* Don't print link hrefs */
@media print {
    a[href]:after {
        content: none;
    }
}

@media print {
    .container {
        max-width: none !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        margin-left: -1%;
        margin-left: -1%;
    }

    [class*="col-"] {
        float: left;
        padding-left: 1%;
        padding-right: 1%;
    }

    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%;
    }

    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75%;
    }

    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50%;
    }

    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25%;
    }

    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333%;
    }
}


@media (max-width: 767px) {
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
}



/*.nav-tabs {
    border-bottom: 3px solid #367fa9;
    padding-bottom: 1px;
}*/

.nav-tabs > li.active > a {
    box-shadow: inset 0 3px 0 #367fa9;
    border-radius: 0px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

.nav-tabs > li > a {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 1px;
    padding: 10px 10px;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        border-bottom: none;
    }

.nav-tabs > li {
    min-width: 5%;
}

    .nav-tabs > li > a > .label {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0px;
    }

/*Cambiamos el color del placeholder por defecto del select2*/
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}

.img-preview {
    max-height: 200px !important;
}

.img-preview-listado {
    max-height: 200px !important;
}

.multiselect-native-select .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.multiselect-native-select .btn.active, .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.multiselect-container.dropdown-menu {
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.multiselect.dropdown-toggle.btn {
    text-align: left;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
}

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
        margin: 0 0 2px;
        font-size: 13px;
    }

.img-theme-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

    .img-theme-container img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.form-group.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
    vertical-align: -10%;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 370px) {
    .btn-app {
        margin-left: 5px;
        margin-bottom: 0px;
        margin-top: 5px;
        min-width: 70px;
    }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


td.control-button.fit.hidden-lg {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    td.control-button.fit.hidden-lg:before {
        position: initial !important;
    }

.well {
    margin-bottom: 10px !important;
}


.bootstrap-tagsinput {
    width: 100% !important;
    background-color: #f5f5f5;
}

h2.page-header.filters {
    margin-bottom: 10px !important;
}




/*Estilos para los tags*/
.input-group .bootstrap-tagsinput {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.input-group-btn {
    height: 0px;
}

    .input-group-btn .btn {
        height: 100%;
    }


.alert-tag {
    display: inline-block;
    padding: 5px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .alert-tag.alert-dismissible {
        padding-right: 25px;
        font-size: 11px;
    }

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}



.filter_panel_border_home {
    border-bottom: 1px solid #ccc;
}


@media (max-width: 991px) {
    .filter_panel_border_991 {
        border-right: none !important;
    }
}

.filter_panel_border_991 {
    border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
    .filter_panel_border_768 {
        border-right: none !important;
    }

    .filter_panel_border_1200 {
        border-right: none !important;
    }
}

.filter_panel_border_768 {
    border-right: 1px solid #ccc;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter_panel_border_1200 {
        border-right: none !important;
    }
}

.filter_panel_border_1200 {
    border-right: 1px solid #ccc;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

a.dashboard_link {
    color: #fff;
    text-decoration: underline;
}


a.advanced-search-btn {
    padding-left: 0px;
}

a.filter-link {
    color: black;
    text-decoration: underline;
    opacity: 0.9;
}

.close-tags {
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.p_home {
    padding-top: 10px;
    text-decoration: underline;
}


.slimScrollBar {
    background: none repeat scroll 0 0 #337ab7 !important;
    border-radius: 0;
    display: none;
    height: 702.936px;
    position: absolute;
    right: 1px;
    top: 145px;
    width: 10px !important;
    z-index: 99;
    opacity: 0.7 !important;
}
