/*B3JS*/
body{
    background-color:#afb4b7;
    background-color:#ffffff;
    color:#0A3957;
    position: relative;
   box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    
}
h2{
    color:#103c5c;
}
p{
    color:#103c5c;
}

.axis.x,.axis.y{
    font-size: 15px;
}

.container {
    height:100%;
}
.body{
    display: flex;
}
#year-graph > svg{
    overflow: visible !important;
    margin-left: 1em;
    margin-top: 0.75em;
}
.menu-item,.option {
    display: flex;
    align-items: center;
    gap: 7px;
   
}
.menu-item.selected{
    font-weight: bold;
}
.axis.x{
    font-size:16px !important;
}
.axis.y{
    font-size:18px !important;
}
.x-axis-label{
    font-size: 30px;
    font-family: 'Chillax-Regular';
    fill:rgb(16, 60, 92);
}
.y-axis-label{
    font-size: 30px;
    font-family: 'Chillax-Regular';
    fill:rgb(16, 60, 92);
}
.option{
    padding: 0 5px;
}

.option:hover,.option.selected{
    cursor: pointer;
    background: #4e4e4e3b;
    color: white;
   
    border-radius: 8px;
}
.option:hover i{
    animation:showInfo 1s ease;
    font-size: 16px;
}



.line {
    fill: none; 
    stroke: rgb(16, 60, 92);
}
.right-column{
    width: 80%;
}
g.world-map > path{
    stroke: white;
    stroke-width: 0.25px;
}
g.world-map.deselected > path {
    opacity: 0.7;

}

path.area{
    fill:rgb(16, 60, 92);
}

.graph-autores{
    display: block;
}

tbody{
    position:relative;
    width:50%;
    padding: 17.1px;
}
/*B3JS*/

/*web*/

@font-face {
    font-family: 'Chillax-Semibold';
    src: url('/metrixServer/unad/fonts/Chillax-Semibold.ttf');
}

@font-face {
    font-family: 'Chillax-Medium';
    src: url('/metrixServer/unad/fonts/Chillax-Medium.ttf');
}

@font-face {
    font-family: 'Chillax-Regular';
    src: url('/metrixServer/unad/fonts/Chillax-Regular.ttf');
}
@keyframes showPanel{
    from {
        left: -100%;
    }

    to {
        left: 0%;
    }
}

@keyframes showInfo{
    from {
        font-size: 0px;
    }

    to {
        font-size: 16px;
    }
}


.fa-circle-info{
    font-size: 0;
}

.left-column{
    width: 98%;
    
    background: #afb4b7;
    background: #ffffff;
    padding: 1em;
    border-radius: 0px 15px 15px 0px;
    box-shadow: 0 0 3px black;
    position: fixed;
    z-index: 2;
    top: 3%;
    left: -100%;
    height: fit-content;
    transition: all 1s ease;
      
} 

.left-column.show{
    
    
    left: 0%;
}

.left-column.hidden{
   
    left: -100%;
}

.fa-circle-chevron-left,
.fa-circle-chevron-right{
    font-weight: 900;
    position: relative;    
    font-size: 20px;
    
}

i.reset:hover{
    cursor: pointer;
    color: #e47906;
}

i.reset {
    color: #0A3957;
    font-size: 26px;
}

div.lanActive {    
    background: #182040fa !important;
}


#bleft{
    right: 0%;
}

.ctr{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#bright{
    right: -3%;
}

.fa-circle-chevron-left:hover,.fa-circle-chevron-right:hover {
    cursor: pointer;
}

#wpd{
    position: relative;
}

.langs {
    display: flex;
    gap: 1em;
    position: absolute;
    right: 0.5%;
    top: 0.1%;
    z-index: 3;
}


  .langs>div a{
    color: white;
  }
  .langs>div a:hover{
    color: white;
  }
  .langs>div{
    background: #bcbcbc;    
    border-radius: 25px;
    padding: 0.5em;
  }
  .langs>div:hover{
    background: #182040fa;    
    
  }

a.logscio>img{
    width: 70px;
}
a.logscio {
    position: fixed;
    right: 2%;
    z-index: 3;
    top: 95%;
    display: flex;
    gap: 9px;
    text-decoration: none;
    color: #00000052;
    align-items: center;
    font-family: 'Chillax-Medium';
}

body{
    margin: 0 !important;   
}


.font-title{

    font-family:'Chillax-Medium';
    color:#0A3957;

}
.font-parrafo{
    font-family: 'Chillax-Regular';
}

img{
    width: 100%;
    height: auto;
}
.headtitle{
    display: inline-block;
    width: 100%;
    
}
.log{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    padding: 1em 0;
}
.log>a>img.unadlog{
    width: 130px;
    height: 100px;

}
.log>a>img.sello {
    width: 90px;
    height: auto;
}
.titlePortal {
    width: 100%;
    text-align: center;
    
    font-size: 20pt;
}
.separador{
    width: 100%;
    height: 10px;
    background-color: #023a57;
}

.descript{
    font-size: 15px;
    text-align: justify;
    padding: 15px;
}

.header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header > :first-child {
    flex-grow: 2;
}

.header >div{
    display: grid;
    width: fit-content;   
}

.Total-productos>div{
    display: grid;  
    justify-items: end;
}

.Total-productos>div span.value, .Total-productos>div span.number-display{
    color: #f47e34;
    font-family: 'Chillax-Medium';
    font-size: 18px;
}

.header hr {
    border: 0.25px solid;
    border-top: 0.25px solid #0a395800;    
    position: absolute;
    left: 0%;
    bottom: 8%;
    margin: 0;
}

.t1{
    width: 40%;
}
.t2{
    width: 70%;
}
.t3{
    width: 92%;
}
.t4{
    width: 43%;
}

.my-tematica{
    font-family: 'Chillax-Medium';
    text-transform :uppercase ;
    font-size: 10px;
    position: relative;
    color:#0A3957;
    border-bottom: 1px solid #0A3957;
}

.my-tema{
    font-family: 'Chillax-Medium';
    text-transform :uppercase ;
    font-size: 10px;
    position: relative;
    color:#0A3957;
    border-bottom: 1px solid #0A3957;
    width: fit-content;
}

.container
{
    margin: 0 8px;
    border: 1px solid #80808033;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 3em;

    transition: all 1s ease;
    
}
.hrt{
    margin: 0;
}
span.my-descrip-tematica {
    font-size: 10px;
    color:#0A3957;
    font-family: 'Chillax-Regular';
}

.filter{
    margin: 0;
    font-family: 'Chillax-Regular';
    margin-top: 1em;
}

.info-icon {
    cursor: pointer;
}

#tipo-productos{
    margin-bottom: 2em;
}
#escuelas{
    margin-bottom: 2em;
}

#escuelas span.label {
    font-size: 13px;
}
.right-column {
    width: 100%;
}
.body {
    display: inline-block;
    width: 100%;
}
.tipo-productos{
    font-family: 'Chillax-Medium';
}
.menu-item p{
    margin: 0;
}
.menu-item {
    margin: 0.1em 0;
}
.year-graph>svg,#graph-Tematicas>svg{
    margin: 1em 0;
}

/*Temáticas (keywords) chart*/
#graph-Tematicas .net-link{
    fill: none;
    opacity: 0.4;
}

#graph-Tematicas .net-link.selected{
    opacity: 1;
}

#graph-Tematicas .net-link.deselected{
    opacity: 0.2;
}

#graph-Tematicas .net-node{
    cursor: pointer;
}

#graph-Tematicas .net-node circle {
    opacity: 0.7;
}

#graph-Tematicas .net-node text{
    text-anchor: middle;   
}

#graph-Tematicas .net-node.selected {
    opacity: 1;
}

#graph-Tematicas .net-node.deselected {
    opacity: 0.5;
}

/**/

/*Colaboración chart*/
#graph-colaboracion svg{
    overflow: visible;
}
#graph-colaboracion .net-link{
    fill: none;
    opacity: 0.4;
}

#graph-colaboracion .net-link.selected{
    opacity: 0.8;
}

#graph-colaboracion .net-link.deselected{
    opacity: 0.2;
}

#graph-colaboracion .net-node{
    cursor: pointer;
}

#graph-colaboracion .net-node circle {
    opacity: 0.7;
}

#graph-colaboracion .net-node text{
    text-anchor: middle;
    opacity: 0.7;
}

#graph-colaboracion .net-node.selected, #graph-colaboracion .net-node.selected text {
    opacity: 1;
}

#graph-colaboracion .net-node.deselected {
    opacity: 0.5;
}
/**/

/*Selectable line chart*/
#year-graph .line {
    fill: none;
    stroke-width: 5px;
}
#year-graph .grid-line line {
    stroke: grey;
    stroke-width: 2px;
}

#year-graph .dc-tooltip circle {
    fill: #00ffff;
    stroke-width: 2px;
    cursor: pointer;
}

#year-graph .dot.deselected {
    fill: gray;
}

#year-graph .overlay-rect {
    fill: black;
    opacity: 30%;
    pointer-events: none;
}
/**/

/*Autores Bar chart*/
.right-column.productos {
    display: flex;
    justify-content: space-around;
    gap: 8%; 
}

.graph-autores{
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.graph-autores g.row text{
    fill: #103c5c;
}

.graph-autores g.axis text{
    font-size: 12px;
}

.graph-autores g.row {
    cursor: pointer;
}

.graph-autores rect.deselected{
    fill: #999;
}

.auth-button{
    font-family: 'Chillax-Medium';
}

.auth-button.deselected{
    pointer-events: none;
    opacity: 30%;
}

/**/

/*Tooltips*/
.tooltip {
    opacity: 0;
    position: absolute;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    word-wrap: break-word;
    max-width: 450px;
    font-family: 'Chillax-Medium';
    z-index: 2;
  }
/**/
.subhead{
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    margin-bottom: 1em;    
    padding: 4px 0;
    font-family: 'Chillax-Medium';
}
#year-graph{
    margin-top: 1em;
}

#year-graph .reset {
    font-size: inherit;
}

.escuelas.buttons {
    margin-top: 0.4em;
}
.escuelas{
    
    position: relative;
}


.escuela{
    display: flex;
    font-family: 'Chillax-Regular';
    align-items: center;
    gap: 10px;

}
.escuela>div{
    width: 10px;
    height: 10px;
}
.serieName {
    border-radius: 25px;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}
.ECACEN{    
    background: red;
    
}
.ECAPMA{    
    background: #06e43a;
    
}
.ECBTI{    
    background: #e4e406;
    
}
.ECEDU{    
    background: #e406a9;
    
}
.ECJP{    
    background: #5406e4;
    
}
.ECSAH{    
    background: #e47906;    
}
.ECISA{
    background: #6ee406;     
}
.INSTITUCIONAL{
    background: #06395c;
}

tr.dc-table-row {
    display: grid;
    background: #a0a1a2;
    background: #f1f1f1;
    text-align: center;
    margin: 1em 0;
    padding: 1em 0;
    border-radius: 5px;
}

.dc-table-column a{
    text-decoration: auto;
    color: #103c5c;
    font-family: 'Chillax-Medium';
}

button {
    background: #103c5c;
    color: white;
    padding: 0.5em;
    border-radius: 11px;
    margin-top: 1em;
}

.dc-table-row>td:nth-child(1) {
    color: #f47e34;
    font-family: 'Chillax-Medium';
    font-size: 21px;
    text-shadow: 0 0 2px BLACK;
    font-weight: 900;
}

td.dc-table-label {
    font-family: 'Chillax-Regular';
    text-transform: capitalize;
    text-align: center;
    font-size: 26px;
}

td.dc-table-column._3 {
    display: grid;
}

g.world-map > path:hover{
    cursor: pointer;
    stroke-width: 1px;
}

span.value,span.label{
    font-family: 'Chillax-Regular';
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {


    .langs{
        
        top: 1%;
        
      }


    @keyframes showPanel{
        from {
            left: -22%;
        }
    
        to {
            left: 0%;
        }
    }
    @keyframes sizeContainer{
        from {
            
            margin-left: 0%;
            width: 94%;
        }
    
        to {
            margin-left: 24%;
            width: 70%;
           
        }
    }

    .body{
        display: flex;
    }
    
    .left-column{
        width: 20%;
        left: 0;
        top: 29%;
        
    }
    .container {
        width: 70%;
        margin-left: 24%;
        padding: 1em;
    }

    #bright{
        display: none;
    }

    .left-column.show{   
        left: 0%;
    }
    
    .left-column.hidden {
        left: -21%;
    }

    span.my-descrip-tematica {
        font-size: 18px;
    }
    .my-tematica {
    font-size: 20px;
    }

    .my-tema{
        font-size: 38px;
    }
    .Total-productos>div span.value, .Total-productos>div span.number-display{
        font-size: 35px;
    }
    td.dc-table-column._3 {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .log>a>img.unadlog {
        width: 134px;
        height: 98px;
    }
    .log>a>img.sello {
        width: 90px;
        height: auto;
    }
    .log {
        width: 20%;
        justify-content: unset;
    }
    .headtitle{
        display: flex;
        align-items: center;
        padding: 0 2em;
    }
    .titlePortal {
        width: 70%;
        text-align: left;
        margin-left: 0em;
        font-size: 60px;
        display: grid;
        align-items: center;
        justify-content: center;
        text-align: center; 
        line-height: 40px;
        margin-top: 0.5em;
    }

    .titlePortal>span:nth-child(2){
        font-size: 35px;
    }

    .descript {
        padding: 15px 2em;
        margin: 1em 0 0 0;
    }
    .separador {       
        height: 2px;
    }
    
    

    .tr.dc-table-row {
        padding: 1em;
    }

    button {        
        margin: 0 1em;
    }

    button:hover{
        background: #48535b;
        cursor: pointer;
    }

   

    #year-graph{
        margin-top: 1em;
    }

}
@media (min-width: 1200px) {
    .right-column.productos{
        gap: 0;
    }
}

@media (min-width: 1400px) {

    

   

}
@media (min-width: 1600px) {
    .descript {
        font-size: 20px;
    }
}


/*web*/
