.logo_skf {
    background-repeat: no-repeat !important;
    background-image: url(../images/dest.png) !important;
    height: 100%;
    font-family: Arial;
    width: 250px;
    color: #FFFFFF;
    background-position: center !important;
}

.logo_int {
    background-repeat: no-repeat !important;
    /*background-image: url(../images/dest_int.png) !important;*/
    height: 100%;
    font-family: Arial;
    width: 250px;
    color: #FFFFFF;
    background-position: center !important;
}

.logo_bt {
    background-repeat: no-repeat !important;
    background-image: url(../images/BT_logo.svg.png?d=1) !important;
    height: 100%;
    font-family: Arial;
    width: 250px;
    color: #FFFFFF;
    background-position: center !important;
}

.logo_bt2 {
    background-repeat: no-repeat !important;
    background-image: url(../images/BT_logo2.png) !important;
    height: 100%;
    font-family: Arial;
    width: 250px;
    color: #FFFFFF;
    background-position: center !important;
}

.tbn-grid {
    height: 12px;
    width: 12px;
    margin: 0 auto;

}

/* PRUEBAS BRAYAN */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    left: 84%;
    top: 12px;
    z-index: 1;
}
.switchTwo {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    right: -110px;
    top: 5px;
    z-index: 1;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}
.switchTwo input {
    display: none;
}

.hide_comb {
    display: none !important;
}

/* 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: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6EB9F5;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 7px;
    height: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* FIN PRUEBAS BRAYAN */

html,
body {
    font-family: Arial !important;
    font-weight: normal !important;
    font-size: 10px !important;
    width: 100%;
    height: 100%;
}

hline {
    left: 0;
    right: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
    margin: 0 0 -1px;
    top: -1px;
    position: relative;
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    width: 100%;
}

hline-left {
    right: 30%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
    margin: 0 0 -1px;
    top: -1px;
    position: relative;
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    width: 40%;
}

hline-right {
    left: 30%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
    margin: 0 0 -1px;
    top: -30px;
    position: relative;
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    width: 40%;
}



.hline-text {
    text-align: center;
    position: relative;
    top: -14px;
}

pri {
    background: #f9f9f9;
    /* //font-family: Monaco,Menlo,Consolas,"Courier New",monospace!important; */
    font-size: 12px !important;
    font-family: Arial !important;
    padding: .5rem;
    font-variant-ligatures: none;
    word-break: normal;
    tab-size: 4;
    padding: 0px 15px;
    white-space: revert;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 10px;
}

section.cjaLog {}

pri .separator,
section.cjaLog .separator {
    display: block;
    /* border: 1px solid; */
    /*margin-bottom: -15px;*/
}

pri .header,
section.cjaLog .header {
    display:
        block;
    background-color: white;
    padding: 6px 11px;
    /* border-radius: 5px; */
    position: relative;
    border-bottom: 1px solid #e0dede;
    margin-left: -15px;
    width: 106%;
}

pri .header span,
section.cjaLog .header span {
    float: right;
}

pri img,
section.cjaLog img {
    max-width: 98%;
    display: block;
    margin: 5px auto;
    height: auto !important;
}

pri>p,
section.cjaLog>p {
    background: #f9f9f9;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
    padding: 0.5rem;
    font-variant-ligatures: none;
    word-break: normal;
    tab-size: 4;
    word-wrap: break-word;
    white-space: pre-wrap;
    /* border: 1px solid rgb(219 219 219); */
    /* border-radius: 4px; */
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.panel_e-solutions {
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    height: 7px;
    border-radius: 10px 10px 0px 0px;
}

.fitem {
    /*margin:5px;*/
    margin: 5px auto;
    width: 392px;
}

.fitem label {
    display: inline-block;
    font-weight: bold;
    padding-left: 1em;
    text-align: left;
    width: 150px;
}

.fitem input {
    text-align: left;
    width: 180px;
}

.required {
    background-color: rgb(255, 77, 77);
    border-radius: 4px;
    border: 0px;
}

.required #img {
    background-image: url("/protected/Common/JS/easyui/themes/gray/images/validatebox_warning.png");
    background-repeat: no-repeat;
    display: inline-table;
    float: right;
    height: 16px;
    margin: 3px;
    width: 16px;
}

.div_membersg {
    width: 16px;
    height: 16px;
    display: inline-block;
}

#btn_accept_edit,
#btn_cancel_edit {
    margin: 0.5em;
}


.loader {
    position: absolute;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: black;
    opacity: 0.6;
    z-index: 9999;
}

.loader img {
    margin-top: 20%;
    width: 40px;
}

.window {
    z-index: 99999 !important;
}

.datagrid {
    font-size: 5px !important;
}

.datagrid-cell {
    font-size: 11px;
}


.panel_e-solutions {
    height: 15px;
    background: #333333;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}

.td_alert {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: red;
}

.td_neverseen {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #842584ab;
}

.td_nosnmp {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #ff9900;
}

.td_ok {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #99FF33;
}

.td_d {
    width: 100%;
    height: 100%;
    color: #000;
}

.pestana_interna {
    width: 20px;
    height: 20px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 3px;
    /* Safari  */
    -moz-border-radius: 3px;
    /* Firefox */
    float: left;
    margin: 2px;
    /*padding-top:3px;*/
    /* display: initial !important; */
    display: initial;
}

.pestana_interna:hover {
    width: 20px;
    height: 20px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 3px;
    /* Safari  */
    -moz-border-radius: 3px;
    /* Firefox */
    float: left;
    margin: 2px;
    background-color: #D3D3D3;
    cursor: pointer;
    /*padding-top:3px;*/
}

.btn_pestana {
    width: 16px;
    height: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.combo-text {
    color: #000 !important;
}

.barra_tools_tab {
    padding-top: 2px;
    height: 0;
}

.datagrid-header-row,
.datagrid-row {
    height: 20px;
}

.centrado {
    width: 50px;
    height: 50px;
    border: solid 3px #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.centrado2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.centrado3 {
    width: 100%;
    height: 100%;
    border: solid 3px #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000057;
    /* opacity: 0.4; */
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}


.td_warnning {
    width: 100%;
    height: 100%;
    color: '#FFFF00';
}

.td_revention {
    width: 100%;
    height: 100%;

    color: '#eb9316';
}

.oc_pila {
    width: 100%;
    height: 15px;
    background-color: #FEFBF6;
    border: 1px solid;
    border-color: #AAAAAA;
    border-radius: 3px;
    text-align: center;
}

.cnt_pila {
    height: 15px;
    border-radius: 2px;
}

.form_rt,
.form_rt2 {
    width: auto;
    height: 20px;
    padding-bottom: 2px;
    /*border: solid;*/
}

.contenedor_rt select {
    height: 22px;
    line-height: 22px;
    background: #f4f4f4;
}

/*






*/


* {
    font-family: Arial !important;
    font-size: 12px;
}

#e-flows_data {
    width: 100%;
    height: 100%;
}

#e-flows_data table,
td,
th {
    /*border: solid silver thin !important;*/
    border-collapse: collapse !important;
    padding: 3px;
}

.even {
    background-color: #DDD;
}

.odd {
    background-color: #FFF;
}

#table-wrapper {
    float: left;
    height: 100%;
    width: 50%;
}

#chart-wrapper {
    position: relative;
    left: 50%;
    height: 100%;
    width: 50%;
}

#results_table {
    width: 98%;
    height: 95%;
    margin-top: 2%;
    margin-left: 1%;
}


#results_table tbody tr:hover {
    background-color: #e0eee0;
    cursor: pointer;
}

.easyui-combobox {
    background: #f4f4f4;
    //font-size:14px !important;
    //border-radius:.25rem !important;
    //border: none;
    //position: absolute;
    //right: 10px;
    //top: 10px;
    height: 22px;
    line-height: 22px;
    max-width: 100px;

}


/*.jqplot-target{
        width: 100%;
        height: 100%;
}*/

#tb_flows table {
    width: 98.7% !important;
}

#tb_flows td>div {
    text-align: center;
    margin-left: 7px;
    float: left;
}

.table_tools_tabs tr,
.table_tools_tabs td {
    border: none !important;
    font-size: 12.5px !important;
    color: #555 !important;
    font-weight: bold;
}

/*JQPLOT*/
/*
.datagrid-body .jqplot-target{height: 40px;}
.datagrid-body .jqplot-axis, .datagrid-body .jqplot-xaxis, .datagrid-body .jqplot-yaxis{display: none;}
.jqplot-grid-canvas {display: none;}
.datagrid-body .jqplot-series-ShadowCanvas, .datagrid-body .jqplot-series-canvas{position:absolute; left: 0px !important; top:5px !important;}
*/
#tb_flows_div_img_wrapper {
    width: 30px;
    height: 30px;
}

#tb_flows_div_img_wrapper_last {
    float: right !important;
    text-align: center;
    vertical-align: middle;
}

#tb_flows_div_img_wrapper_last div {
    float: left;
    width: 30px;
    height: 30px;
}

.clickable {
    border-radius: 5px;
}

.clickable img {
    margin: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.clickable:hover {
    background-color: #D3D3D3;
    border: solid silver 0.5px;
    cursor: pointer;
}

#pie_chart_wrapper {
    width: 90% !important;
    padding: 5px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border: solid silver thin;
}

#timeline_chart_wrapper {
    width: 90% !important;
    padding: 5px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border: solid silver thin;
}

#btn_0 {
    margin-right: 15px;
}

/*.jqplot-axis{
    margin-left: 5px;
}

.jqplot-title{
    top: 5px !important;
}
*/
#msg_writter {
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

#msg_writter img {
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
}

#chart_super_wrapper_2 {
    text-align: center;
    margin-top: 45px;
}

#dir_img {
    width: 350px;
}

.centrado {
    width: 50px;
    height: 50px;
    border: solid 3px #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.total_sha {

    border: none !important;
    font-size: 12.5px !important;
    color: #555 !important;
    font-weight: bold;
}

.footer {
    height: 40px;
    background-color: #E9E9E9;
    z-index: 10;
    position: fixed;
    left: 2px;
    bottom: 0px;
    width: 100%;
    margin-top: 10px;
}

#disponibilidadContentpare .panel-icon,
.panel-tool {
    overflow: inherit;
    /*! left: 0; */
}

.cualquiera {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    position: relative;
    left: -10%;
    z-index: 9;
}

.cualquiera b {
    margin-right: 5px;
}

.icon-fgnExcel {
    background: url('icons/fgnExcel.png') no-repeat center center;
}

.icon-fgnPdf {
    background: url('icons/fgnPdf.png') no-repeat center center;
}

.icon-excelTime {
    background: url('icons/excelt.png') no-repeat center center;
}

.icon-clock {
    background: url('icons/clock.png') no-repeat center center;
}





@keyframes doubleLine {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes doubleLine {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes doubleLine {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes doubleLine {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.containerLoading {
    transition: .5s;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.63);
    z-index: 0;
}

.containerLoading.in {
    transition: .5s;
    z-index: 9999;
    opacity: 1;
}

.doubleLine {
    position: relative;
}

.doubleLine div {
    box-sizing: border-box;
}

.doubleLine>div {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 35px;
    left: 35px;
    border-radius: 50%;
    border: 10px solid #000;
    border-color: #ea6363 transparent #ea6363 transparent;
    -webkit-animation: doubleLine 1s linear infinite;
    animation: doubleLine 1s linear infinite;
}

.doubleLine>div:nth-child(2),
.doubleLine>div:nth-child(4) {
    width: 106px;
    height: 106px;
    top: 47px;
    left: 47px;
    -webkit-animation: doubleLine 1s linear infinite;
    animation: doubleLine 1s linear infinite;
}

.doubleLine>div:nth-child(2) {
    border-color: transparent #91b7ff transparent #91b7ff;
}

.doubleLine>div:nth-child(3) {
    border-color: transparent;
}

.doubleLine>div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.doubleLine>div:nth-child(3) div:before,
.doubleLine>div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    left: 50px;
    background: #ea6363;
    border-radius: 50%;
    box-shadow: 0 120px 0 0 #ea6363;
}

.doubleLine>div:nth-child(3) div:after {
    left: -10px;
    top: 50px;
    box-shadow: 120px 0 0 0 #ea6363;
}

.doubleLine>div:nth-child(4) {
    border-color: transparent;
}

.doubleLine>div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.doubleLine>div:nth-child(4) div:before,
.doubleLine>div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -10px;
    left: 38px;
    background: #91b7ff;
    border-radius: 50%;
    box-shadow: 0 96px 0 0 #91b7ff;
}

.doubleLine>div:nth-child(4) div:after {
    left: -10px;
    top: 38px;
    box-shadow: 96px 0 0 0 #91b7ff;
}

.doubleLine {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.tooltip {
    z-index: 9999999 !important;
}

#modalLogsOcupations {
    height: 190px;
    overflow: auto;
    border-top: 1px solid #9c9a9a;
    width: 100%;
}

#modalLogsOcupations .logs2 {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: calc(90% - 20px);
    padding: 5px 10px;
    background-color: #eaeaea;
    position: relative;
    text-align: justify;
    margin: 10px 5%;
}

#modalLogsOcupations .logs2 .badgeFecha {
    background-color: white;
    width: max-content;
    padding: 3px 10px;
    color: red;
    border-radius: 10px;
    position: absolute;
    right: 4px;
    top: 3px;
}

#modalLogsOcupations .logs2 h4 {
    line-height: 1;
    text-align: left;
    margin: 7px 0px;
    border-bottom: 1px dotted;
    padding-bottom: 2px;
}

#modalLogsOcupations .logs2 p {
    margin: 5px 0px;
}

/* estilos logs de equipos jn */
.panel-body.layout-body {
    position: relative;
}

#logsChangeEstados,
#containerObservacion {
    transition: 1s;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: white;
    height: 0;
    overflow: hidden;
}

.hiden {
    display: none !important;
}

#logsChangeEstados.active {
    transition: 1s;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
    bottom: 0;
    margin: auto;
    min-height: 100%;
}

#logsChangeEstados .sectionLogs {
    border: 1px solid #fdfdfd;
    width: calc(90%);
    margin: 10px auto;
    padding: 10px;
    border-radius: 7px;
    background-color: #e6ebf1;
}

#logsChangeEstados .sectionLogs:nth-of-type(1) {
    margin-top: 35px;
}

#logsChangeEstados .sectionLogs:nth-child(even) {
    background-color: #f0f0f0;
}

#logsChangeEstados .sectionLogs h3 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid gray;
    font-size: 17px !important;
}

#logsChangeEstados .sectionLogs h3 span {
    color: red;
}

#logsChangeEstados .sectionLogs ul {
    padding: 0;
    list-style-position: inside;
}

#logsChangeEstados .sectionLogs ul li {}

#logsChangeEstados .sectionLogs ul+p {
    text-align: justify;
    padding: 20px;
}

#containerObservacion {
    height: 100vh;
    min-height: 300px;
    background-color: rgba(0, 0, 0, 0.5098039215686274);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

#containerObservacion h3 {
    text-align: center;
    color: #dc4747;
}

#containerObservacion .sectionObs {
    background-color: white;
    width: 75%;
    max-width: 400px;
    height: 50%;
    padding: 20px 10px;
    border-radius: 5px;
    min-height: 200px;
    overflow: auto;
    box-shadow: 0px 0px 8px 1px black;
}

#containerObservacion .sectionObs.lg {
    background-color: white;
    width: 70%;
    max-width: inherit;
    height: 80%;
    padding: 20px 10px;
    border-radius: 5px;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0px 0px 8px 1px black;
}

#containerObservacion .sectionObs .formH {
    transition: .8s;
    text-align: center;
    height: 0px;
    overflow: hidden;
}

#containerObservacion .sectionObs .formH.active {
    transition: .8s;
    height: 270px;
}

#containerObservacion .cjatextarea {
    display: block;
    border-top: 1px solid gray;
    padding: 20px 0px;
    text-align: center;
}

#containerObservacion textarea {
    display: block;
    width: 90%;
    margin: auto;
    resize: none;
    height: 60px;
    padding: 8px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

#containerObservacion textarea+span {
    color: red;
    display: block;
    text-align: left;
}

#containerObservacion button {
    display: inline-block;
    background-color: #299016;
    color: white;
    border-radius: 5px;
    border: 1px solid #299016;
    padding: 8px 20px;
    margin: 15px 5px;
    box-shadow: 2px 2px 2px 2px black;
    box-shadow: 2px 2px 5px 1px black;
}

#containerObservacion button.close {
    background-color: #dc4747;
    border: 1px solid #dc4747;
}

#containerObservacion button:focus {
    outline: none;
}

#containerObservacion .tableResponsive {
    height: 200px;
    width: 100%;
    overflow-x: auto;
}

#containerObservacion button:hover {
    box-shadow: 0px 0px 1px 1px #6b6b6b;
}

/* Aplica directamente */
#containerObservacion .sectionObs.lg .tableResponsive {
    height: 83%;
}

.rigthFlt {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-right: 15px;
    margin-top: 0px;
}

.rigthFlt .l-btn-icon {
    /* border: 1px solid; */
    width: 15px;
    height: 15px;
    margin-left: -1px;
}

.rigthFlt .l-btn-left .l-btn-empty {
    height: 18px;
    padding: 0px 1px;
    /* border: 1px solid; */
    width: 20px;
    margin: auto;
}

.leftFlt {
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 45.5%;
    /* Ajusta según sea necesario */
    /* Ajuste del margen izquierdo */
    margin-top: 0;
}


.leftFlt .l-btn-icon {
    /* border: 1px solid; */
    width: 15px;
    height: 15px;
    margin-left: -1px;
}

.leftFlt .l-btn-left .l-btn-empty {
    height: 18px;
    padding: 0px 1px;
    /* border: 1px solid; */
    width: 20px;
    margin: auto;
}

#hide_report_user {
    position: relative;
}

.inputFrm {
    border: 1px solid gray;
    border-radius: 5px;
    display: block;
    margin: 5px 7px;
    width: 90%;
}

.imgLogoActive {
    /* border: 1px solid black; */
    background-size: auto 100% !important;
    height: 85%;
    margin-top: 4px;
    position: relative;

}

.imgLogoActive::before {
    /* 
    opacity: 0;
    content: "Logo";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: sans-serif;
   */
}

.imgLogoActive .caret {
    position: relative;
    float: right;
    width: 20px;
}

.list_client {
    width: 200px;
    border: 1px solid #a5a2a2;
    position: absolute;
    top: 65px;
    background-color: white;
    left: 7%;
    max-height: 300px;
    box-shadow: 5px 4px 4px -1px #bfbfbf;
    border-radius: 0px 0px 5px 5px;
    /* border-top: none; */
}

.list_client ul {
    list-style: none;
    padding: 1px 3px;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    /* border: 1px solid; */
    max-height: 297px;
}

.list_client li {
    padding: 5px 7px;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #f1f0f0;
    border: 1px solid #ebebeb;
    font-size: 9px !important;

}

.list_client li:hover,
.list_client li.active {
    cursor: pointer;
    background-color: #409eb4;
    color: white;
}

.list_client.off {
    display: none;
}

.list_client.on {
    display: block;
}

.closeModalClnt {
    position: absolute;
    width: 25px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: white;
    right: -3px;
    top: -5px;
    box-shadow: 0px 0px 7px -1px #454545 inset;
    cursor: pointer;
}

.logo_rgh {
    display: inline-flex;
    /* border: 1px solid black; */
    position: absolute;
    height: 100%;
    width: 183px;
    right: 0;


}

.logo_rgh img {
    width: auto;
    height: 75%;
    margin: auto;
}

/* Estilos para setear los mensajes de alerta */

.panel.window.panel-htop {
    background-color: rgb(116 194 220);
    border-radius: 8px;
}

.panel.window.panel-htop .panel-title {
    color:
        white;
}

/* Estilos para el modal de info topologia  */

.infoNode {
    position: absolute;
    width: 140px;
    top: 0;
    bottom: 35%;
    left: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 8px 2px #cacaca;
    margin: auto;
    height: max-content;
    z-index: 99;
    max-height: 165px;
    overflow: auto;
}

.infoNode label {
    font-size: 10px;
    background-color: white;
    display: block;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 8px;
    color: black;
    max-height: 50px;
    overflow: auto;
    /* width: 88%; */
}

.infoNode ul {
    display: block !important;
    font-size: 11px;
    padding: 8px !important;
}

.infoNode ul li {
    display: block !important;
    margin: 3px !important;
    font-family: sans-serif;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 2px;
}

.contendorTp {
    position: relative;
    width: 98%;
    height: 95%;
    margin-left: 8px;
    /* border: 1px solid; */
}

/* Fin estilos topologia */
.totalScreen {
    width: 98%;
    height: 100%;
    /* border: 1px solid;   */
}

.headerTabs {
    position: relative;
    width: 100%;
    height: max-content;
}

.btnIcon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.inputSearch {
    margin-right: 10px;
    height: 14px;
    border: 1px solid #dedede;
}

.tabs-panels.tabs-panels-noborder.panel-noscroll {
    padding-top: 5px;
    width: 99% !important;
    margin: auto !important;
}

table.cardInformation {
    margin: auto;
    margin-top: 30px;
    width: 400px;
}

table.cardInformation caption {
    border: 1px solid;
    border-bottom: none;
    background-color: #63d4d9;
}

table.cardInformation tr {}

table.cardInformation tr td {
    padding: 2px 11px;
    border: 1px solid gray;
}

table.cardInformation tr td:nth-child(1) {
    text-align: left;
}

.containerGraph {
    /* border: 1px solid; */
    width: 98%;
    margin: auto;
}

.containerGraph select {
    margin: 5px 5px;
    width: 70px;
    float: right;
}
/* Estilos ventana confirmacion sesiones */
#sessionModal p {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

#sessionModal .buttons {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

#sessionModal button {
    margin-left: 10px;
    padding: 5px 10px;
    background: #ccc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

#sessionModal button.primary {
    background: #007bff;
    color: #fff;
}

#panelarbol::-webkit-scrollbar {
    width: 7px !important;
}


/**
 * Hacks | Anular el efecto de .container-fluid y .row
 **/
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

iframe {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #e9e9ed;
    color: #333;
    padding: 8px 16px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    border-color: #8f8f9d;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.dropdown-content label {
    display: block;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 12px;
}

.dropdown-content label:hover {
    background-color: #f1f1f1;
}

.dropdown-content input[type="checkbox"] {
    margin-right: 5px;
}

.dropdown-content input[type="checkbox"]:checked+label {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ddd;
}

.certificado {
    font-family: monospace;
    white-space: pre-wrap; 
    word-break: break-word;
    background-color: #f4f4f4;
    padding: 10px;
    font-size: 10px;
    overflow: auto;
}
.container-certificates {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 11px !important;
}

.card-certificate {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid black;
    border-radius: 10px;
}
.card-certificate h2 {
    margin: 0;
    text-align: center;
}
.card-certificates-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
} 

/* 20250318 LC v2.0 ENH -Agrego burbuja de detalle para origen, destino y servicio - inicio */
.tooltipp{
    border: 1px solid black;
    width: auto;
    background-color: #FFF !important;
    position: absolute;
    z-index: 10000000 !important;
    padding: 5px;
}
/* 20250318 LC v2.0 ENH -Agrego burbuja de detalle para origen, destino y servicio - fin */
