/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

#logo_footer {
    margin-bottom: 20px;
}

.text-truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visor_open_data {
}

.visor_open_data_contenido {
    height: 600px;
    border: 2px #ddd solid;
    background: #355B7F !important;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #ff0000;
}


.main-container {
    padding: 30px 0;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Para el fileupload en IE*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.progress-csm {
    margin-top: 15px !important;
}

.btn-clave {
    color: #ffffff !important;
    background-color: #ec6105;
    border-color: #ec6105;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #aaa !important;
}

.mr-10 {
    margin-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #000 !important;
}

.goog-te-gadget-simple img {
    display: inline;
}

#googleTranslatePanel {
    padding-top: 5px;
}

/*Sortable*/
body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.ordenado {
    margin: 0;
    padding: 5px;
    list-style: none;
    border: 1px solid #ccc;
}

    ol.ordenado li {
        list-style-image: none;
    }

.puntero {
    cursor: pointer;
}

ol.ordenado li.placeholder {
    position: relative;
    /** More li styles **/
}

    ol.ordenado li.placeholder:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        margin-top: -5px;
        left: -5px;
        top: -4px;
        border: 5px solid transparent;
        border-left-color: #c3331f;
        border-right: none;
    }

ol.ordenado ol {
    margin: 10px 0px 10px 20px;
    padding: 5px;
    list-style: none;
    border: 1px solid #ccc;
}

ol.no-ordenable {
    border: none !important;
    padding: 0 !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-top: 5px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 23px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.autoevaluacion {
    margin-bottom: 0px !important;
}

    .autoevaluacion .form-control {
        padding-right: 5px !important;
    }

.evaluacion {
    margin-bottom: 0px !important;
}

    .evaluacion .form-control {
        padding-right: 5px !important;
    }

.cuestion h5 {
    font-weight: 500;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.caip_panel {
    padding: 10px 15px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

    .caip_panel .nivel1 {
        background-color: #fafafa;
    }

    .caip_panel .nivel2 {
        background-color: #fcfcfc;
    }

    .caip_panel .nivel3 {
        background-color: #fefefe;
    }

    .caip_panel .nivel4 {
        background-color: #ffffff;
    }

.imprimir {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding-right: 10px;
    margin-top: 10px;
}

.dark-translucent-bg .imprimir a {
    color: #000000 !important;
    text-decoration: none;
}

.table-colored > thead > tr > th > a {
    color: #ffffff;
    text-decoration: underline;
}

    .table-colored > thead > tr > th > a:hover {
        color: #ffffff;
        text-decoration: none;
    }

@media print {
    a[href]:after {
        content: none !important;
    }
}

.display-inline {
    display: inline !important;
}

.list-unstyled li label {
    padding-left: 10px;
}

#servicios-pae img {
    display: inline !important;
}

.padding-hor-clear {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-right-clear {
    padding-right: 0 !important;
}
.padding-left-clear {
    padding-left: 0 !important;
}
#pulse {
    height: 5px;
    min-height: 5px;
}

th.rotate {
    /* Something you can count on */
    height: 250px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(0, 10px)
        /* 45 is really 360 - 45 */
        rotate(270deg);
        width: 0px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #fff;
            padding: 5px 0px;
        }

.mt-30 {
    margin-top: 30px !important;
}

.h-120 {
    height: 120px !important;
}

.h-180 {
    height: 180 !important;
}

.border-color {
    border: 1px solid #ADADAD;
}

.tab-enlace {
    word-wrap: break-word;
}

.tab-table {
    word-break: break-all;
}

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406 !important;
}

    .badge-warning:hover {
        background-color: #c67605 !important;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.egt_panel_carga {
    min-height: 350px;
}

.egt_panel_remision {
    min-height: 220px;
}

@media (min-width: 800px) {
    .canvas-style {
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.canvas-style-div {
    width: 800px;
}

.fs-15 {
    font-size: 15px;
}

/*Estilo mapa*/
.infomapa.leyendamapa {
    opacity: 1;
    background-color: white;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 3px 14px #444;
    border-radius: 12px;
}

.font-info-titulo {
    font-size: 14px;
    font-weight: bold;
    color: #095889;
    text-align: center;
}

.font-info-separator {
    height: 0;
    border-bottom: 1px solid rgba(35,35,35,1);
    border-top: 1px solid rgba(92,92,92,1);
    margin: .2em 0;
    margin-bottom: 10px;
}

.color-leyenda {
    margin-top: 10px;
    display: block;
}

    .color-leyenda ul {
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        list-style: none;
    }

    .color-leyenda .scale-content ul li {
        font-size: 12px;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

        .color-leyenda .scale-content ul li span {
            display: block;
            float: left;
            height: 16px;
            width: 30px;
            margin-right: 5px;
            margin-left: 0;
            border: 1px solid #999;
        }

.font-label-mapa {
    font-size: 14px;
}
/*********/

.dropdown-item-custom {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item-custom:focus, .dropdown-item-custom:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.font-info-options {
    font-size: 1em;
    font-weight: bold;
    color: #A0A0A0;
    text-align: center;
    opacity: 1;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
}

ul.capas_seleccion_mapa {
    margin-right: 0;
    margin-top: 10px;
    padding: 0;
}

    ul.capas_seleccion_mapa li {
        display: inline;
        margin: 0 5px;
    }

.mapsbuttons {
    width: 200px;
}

.ejerciciomapsbuttons {
    width: 100px;
}

.cell-hyphens {
    word-wrap: break-word;
    max-width: 1px;
    -webkit-hyphens: auto; /* iOS 4.2+ */
    -moz-hyphens: auto; /* Firefox 5+ */
    -ms-hyphens: auto; /* IE 10+ */
    hyphens: auto;
}



.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.text-info-danger {
    font-size: 14px;
}

.wt-25 {
    width: 25%;
}

.wt-50 {
    width: 50%;
}

.popUpList {
    max-height: 180px;
    overflow-y: auto;
    margin-top: -10px;
}

.popUpListNoDepend {
    font-size: 12px;
    margin-top: -12px;
}

.color-b {
    color: black !important;
}

.celda-warning {
    background-color: #F4E8B2 !important;
}

    .celda-warning:hover {
        background-color: #F7E371 !important;
    }

.footer {
    word-break: break-all !important;
}


    /** Accesibilidad */
    .footer h3 {
        font-size: 22px;
    }

.breadcrumb > li {
    color: #000000;
}

.social-links li a span {
    line-height: 40px;
}

.social-links.small li a span {
    line-height: 29px;
}

.social-links.large li a span {
    line-height: 60px;
}

.social-links .dropdown-menu li a span {
    padding-left: 0;
}

.social-links .dropdown-menu li a:hover span {
    color: #ffffff;
}

.scrollToTop span {
    line-height: 50px;
    font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .scrollToTop span {
        line-height: 40px;
        font-size: 20px;
    }
}

.btn-animated span {
    -webkit-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    z-index: 3;
    right: 17px;
    position: absolute;
    line-height: 34px;
    top: 0;
    min-width: 12px;
}

.btn-animated:hover span {
    right: 11px;
}

.btn-animated.btn-sm span {
    right: 14px;
    line-height: 28px;
    min-width: 11px;
}

.btn-animated.btn-sm:hover span {
    right: 7px;
}

.btn-animated.btn-lg span {
    right: 25px;
    line-height: 48px;
    min-width: 15px;
}

.btn-animated.btn-lg:hover span {
    right: 15px;
}

.btn-animated.btn-xl span {
    right: 25px;
    line-height: 64px;
    min-width: 15px;
    text-align: center;
}

.btn-animated.btn-xl:hover span {
    right: 13px;
}

.mega-menu .menu > li > a span,
.dropdown-menu > li > a span {
    padding-left: 5px;
    font-size: 12px;
    width: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #cdcdcd;
}

    .mega-menu .menu > li > a span.fa,
    .dropdown-menu > li > a span.fa {
        width: 32px;
        text-align: center;
    }

    .mega-menu .menu > li > a span.fa-circle-o,
    .dropdown-menu > li > a span.fa-circle-o {
        font-size: 7px;
        top: -3px;
    }

    .mega-menu .menu > li > a span.fa-spin {
        width: 11px;
        padding: 0;
        margin-right: 13px;
        margin-left: 8px;
    }

.alert-icon em {
    position: absolute;
    font-size: 28px;
    left: 21px;
    top: 13px;
    width: 30px;
    text-align: center;
}

.overlay-link span {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 32px;
    line-height: 80px;
}

    .overlay-link span:hover {
        background-color: #ffffff;
        color: #777777;
    }

.overlay-link.small span {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0 -12.5px;
    font-size: 14px;
    line-height: 25px;
}

.separator.with-icon span {
    font-size: 36px;
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 77px;
    z-index: 5;
}

    .separator.with-icon span.bordered {
        border-width: 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.04);
        background-color: rgba(0, 0, 0, 0.02);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.default-bg .separator.with-icon span.bordered,
.dark-translucent-bg .separator.with-icon span.bordered,
.default-translucent-bg .separator.with-icon span.bordered {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.list-icons li span {
    min-width: 25px;
    text-align: center;
}

/* Google translate bar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}
/**********************/

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 38px !important;
}

/* Se cambia de posici�n por el Bot De Google (Dialog Flow) */
.scrollToTop {
    left: 25px;
}

.egt_panel_revision {
    min-height: 400px;
}

.tributo {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.contacto {
    word-break: break-all !important;
}
.bnt-upload-icio {
    position: absolute;
    top: -20px;
    right: -10px;
    background-color: #f2f2f2;
    border: 1px solid #e9e9e9;
    color: #777777;
}
.bnt-upload-icio:hover {
        background-color: #eda900;
        color: #ffffff !important;
        border-color: #b0984d;
   }
.bnt-upload-drop-icio {
    position: absolute;
    top: 0;
}
