 /*Clases exclusivas de Acciones*/
 .btn-positiva-accion-invert, .btn-positiva-accion-invert:visited {
    color: white!important;
    border: 1px solid #FF7500;
    background-color: #FD7500;
    text-align: center;
}

.btn-positiva-accion-invert:hover {
    color: #FD7500 !important;
    background-color: white;
}

 #acciones-container {
    width: 70%;
    margin: auto;
}

.TreeviewCont ul {
    padding: 0em;
}

    .TreeviewCont ul li, .TreeviewCont ul li ul li {
        position: relative;
        top: 0;
        bottom: 0;
        padding-bottom: 7px;
    }

        .TreeviewCont ul li ul {
            margin-left: 4em;
        }

.TreeviewCont li {
    list-style-type: none;
}

    .TreeviewCont li a {
        padding: 0 0 0 10px;
        position: relative;
        /*cambio 1.2*/
        top: 0.8em;
        cursor: pointer;
        color: #48388f;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        
        font-size:14px;
    }

        .TreeviewCont li a:hover {
            text-decoration: none;
        }

.TreeviewCont a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 35px;
    position: absolute;
    left: -47px;
    top: -16px;
    border-left: 1px solid #48388f;
}

.TreeviewCont li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 0;
    position: relative;
    left: 0em;
    top: 1.1em;
    border-top: 1px solid #48388f;
}

.TreeviewCont ul li ul li:last-child:after, .TreeviewCont ul li:last-child:after {
    content: '';
    display: block;
    width: 0.2em;
    height: 0.2em;
    position: relative;
    background: none;
    top: 9px;
    left: -1px;
}

.TreeviewCont .toogle {
    color: #48388f;
}

.TreeviewCont .addBorderBefore {
    color: #48388f;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;    
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modalAnalisis {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    
}

/* Modal Content (image) */
.modal-content-analisis {
    margin: auto;
    display: block;
    width: 90%;
    /*max-width: 700px;*/
    
}

/* Caption of Modal Image */
#captionAnalisis {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    
}

/* Add Animation */
.modal-content-analisis, #captionAnalisis {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
#close {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    #close:hover,
    #close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.textarea-dis {background-color:#e6eae8 !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content-analisis {
        width: 100%;
    }
}

.panel {
    border-color: #7e8a97 !important;
    border-radius: 20px;
    margin-bottom: 10px;
}

.panel-heading {
    text-transform: none;
    background-color: #FF7500 !important;
    border-color: #7e8a97 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white !important;
    letter-spacing: 1.5px;
}

.panel-yellow {
    width: 400px;
    margin: 1em auto 0;
}

.std-panel-body {
    border-color: #7e8a97 !important;
    background-color: rgba(196,202,196,0.1);
    color: #888;
    padding: 0;
    margin: auto;
}
    .std-panel-body input {
        color: #aaa;
    }

.panel-body {
    padding: 0;
}

.panel-heading-custom {
    text-align: center;
    background-color: #FF7500 !important;
    border-color: #7e8a97 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white !important;
    letter-spacing: 1.5px;
}

.panel-footer {
    background-color: #DDD;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 1.5em 0;
}

.panel-footer-analisis {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 1.5em 0;
}

.panel-footer-comunicaciones {
    background-color: #DDD;
    padding: 1em 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    display: flex; 
    justify-content: space-evenly; 
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.remove-left-padding {
    padding-left: 0;
}

.remove-bottom-margin {
    margin-bottom: 0;
}

.add-bottom-margin-05em{
    margin-bottom:.5em !important;
}

.add-bottom-margin-10em{
    margin-bottom:1.5em !important;
}

.add-bottom-margin-15em{
    margin-bottom:2em !important;
}

.remove-side-margin {
    margin-left: 0;
    margin-right: 0;
}

.internal-panel-header {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    background-image: linear-gradient(to right, #304b58 , #516f7a, #304b58);
}

.internal-panel-header > h4 {
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white;
    letter-spacing: 2px;
}

.internal-panel-body{
    width:100%;
    padding: 10px 30px 10px 30px;
}

.internal-descargas{
  color:black;
  margin-left:12px;
}


.remove-padding {
    padding:0 !important;
}

.remove-side-padding{
    padding-left:0;
    padding-right:0;
}

.table-positiva {
    margin-top: 10px;
}


.cell-head-table-positiva {
    padding: 5px 1em !important;
    background-color: #CAD1DA;
    color: black;
}

.btn-width-170 {
    width: 170px;
}

.btn-wrapper {
    white-space: normal !important;
    width: 230px;
}

.font-black {
    color: black;
}

.add-bottom-padding {
    padding-bottom: 1em !important;
}

.add-side-padding {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.add-margin-right {
    margin-right: 0.5em !important;
}

.max-width-700-responsive {
    width: 100%;
}

.add-top-margin-05em {
    margin-top: .5em !important;
}

.add-top-margin-10em {
    margin-top: 1.5em !important;
}

.add-top-margin-15em {
    margin-top: 2em !important;
}

.set-overflow-auto {
    overflow: auto !important;
}


.form-width-100{
    max-width:100% !important;
}

.firma-acciones-estilo{
    width: 230px;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius:2px;
}

.hide-content{
    display:none;
}

.tbody-positiva-style{
    
    border-radius:3px;
    font-weight:bold;
}

.tree-img-style{
    border:solid 1px #7e8a97;
    height:auto; 
    width:200px !important; 
    margin:auto
}

.tree-img-style > img{
    width:100%;
}

.tree-img-style + p{
    color:#7e8a97;
}

.set-transparent-text{
    color:transparent !important;
}

.set-color-black{
    color:black !important;
}


.divMensajes{
    margin: 0.5em auto;
    width:90%;
}

.ImagenFirmaAud, .ImagenFirmaRes{
    min-height:20px;
    max-height:100px;
}

.gen_img_style {max-height:200px !important;
}

/*CUSTOM EXTRA SMALL MEDIA QUERY*/
@media screen and (max-width: 575px) {
    .panel-yellow {
        width: 90%;
    }

    .no-lmargin-xs {
        margin-left: 0 !important;
    }
}


/*EXTRA SMALL MEDIA QUERY*/
@media screen and (max-width: 768px) {
    .col-margin {
        margin-bottom: 10px;
    }
    .remove-top-padding-sm-responsive{
        padding-top:0;
    }

}




/*SMALL MEDIA QUERY*/
@media screen and (min-width: 769px) {
    .col-margin {
        margin-bottom: 10px;
    }

    .padding-top-1em {
        padding-top: 1em;
    }



    .max-width-700-responsive {
        max-width: 700px;
    }
}

/*MEDIUM MEDIA QUERY*/
@media screen and (min-width: 992px) {
    .height-38px {
        height: 38px;
}
}

/*LARGE MEDIA QUERY*/
@media screen and (min-width: 1200px) {
    .height-38px {
        height: auto;
}
}



/*QUERY FOR FIREFOX INPUT SOLUTION*/
@-moz-document url-prefix() {
    .input-moz-fix {
        height: auto !important;
        text-align: left;
    }
}

.navigation-formulario {
        /*text-transform: capitalize;*/
        color: gray;
        background-color: rgb(202,209,218);
    }

    .navigation-formulario:hover {
        /*text-transform: capitalize;*/
        color: gray;
        background-color: rgb(175,184,196);
    }


#TabsPrevencionPromocion input[type='radio'] { transform: scale(1.3); }

#TabsBateria input[type='radio'] { transform: scale(1.5); }

#respuesta_cerrar_evaluacion input[type='radio'] { transform: scale(1.3) !important; }

    /*TABLAS BATERIAS*/
.bateriatbl-10 {
    width:10% !important;
}
.bateriatbl-40 {
    width:40% !important;
}
.bateriatbl-50 {
    width:50% !important;
}

.mce-statusbar {
    display:none !important;
}


.add-bottom-margin-25em{
    margin-bottom:2.5em !important;
}
.add-top-margin-25em {
    margin-top: 4em !important;
}

.ipp-red {
    color: red;
}

.ipp-field-title {
    color: #304b58;
}

.ipp-disabled-field {
    background-color: #efe8e8 !important;
    color: #a9a3a3;
}

.ipp-error-field {
    display: none;
}


.ipp-disabled-button {
    display: none !important;
}

.ipp-indicativo-novisible {
    display: none !important;
}

.ipp-solicitante-novisible {
    display: none !important;
}

.ipp-habeas-parrafo {
    text-align: justify !important;
    color: #304b58;
    font-weight: normal;
}

.ipp-habeas-textbox {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #aaa;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 20px !important;
}

.ipp-validacion-radicador {
    background-color: #fff;
}
.ipp-habeas-data-no-visible {
    display: none !important;
}
.ipp-habeas-data-visible {
    display: initial !important;
}

.ipp-form-no-visible {
    display: none !important;
}

.ipp-form-visible {
    display: initial !important;
}

.ipp-input-group-addon {
    padding: 0px 0px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: #aaaaaa !important;
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.indicativo-ipp {
    background-color: #efe8e8 !important;
    color: #a9a3a3;
    pointer-events: none;
}

.disabled-form-ipp {
    background-color: #304a59 !important;
    color: #fff;
}

