html, body{
    background: #FFF;
    height:100%;
    font-size: 13px;
}

a,a:hover, a:focus {
    color: #008090;
}

.simalogo {
    display: block!important;
    float: left;
}

.panel-warning > .panel-heading {
  color: #FFFFFF;
  background-color: #008090 !important;
  border-color: #008090;
}

.botonacceso {
    display: block;
    padding: 7px 15px;
    color: #FFFFFF !important;
    background: #008090;
    border: none;
    text-decoration: none !important;
    text-align: center;
    width:100%;
}

.botonlogin {
    color: #FFFFFF !important;
    background: #008090;
    border: none;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.containerlogin {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loginframe {

    margin-top: 100px;
}

.loginframe div.panel-heading{
    display: none;
}

.paddinglogin{
    padding-top: 10px; padding-bottom: 10px;
}
.active {
    cursor: pointer;
}

.btn-success,.btn-success:hover,.btn-success:focus {
    background: #2b542c;
    border:none;
}

.cuadroitem div.panel-body {
    height:380px;
    overflow: hidden;
}

.cuadrousuario div.panel-body {
    height:200px;
    overflow: hidden;
}


.buttonmediaque a{
    display: inline-block;
    vertical-align: 2px;
}

.panelesproyectos  div.panel-heading{
    height:118px;
}


.botonportada {
    display: block;
    text-align: center;
    padding: 20px;
    min-height: 124px;
    text-decoration: none !important;
    margin-bottom: 30px;
    color: #000000;
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    font-size: 12pt;
}

.botonportada i {
    display: block;
    font-size: 29pt;
}

.tablalistado thead,#tabla_listado thead{
    background: #008090;
    color:#FFFFFF;
    font-weight: bold;
}


.easy-autocomplete {
    width: 100% !important;
}


.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 2;
    margin-top:0px;
}

.option-input:hover {
    background: #008090;
}

.option-input:checked {
    background: #008090;
}

.option-input:checked::before {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '\2716';
    display: inline-block;
    font-size: 13.66667px;
    text-align: center;
    line-height: 3px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #008090;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50% !important;
}

.option-input.radio::after {
    border-radius: 50% !important;
}

.labelinput {
    line-height: 15px;
    font-weight: normal;
    font-size: 13px !important;
    margin:0px;
}

.labelinput span {
    vertical-align: 3px;
    margin-right: 5px;
}

.easy-autocomplete-container {
    z-index: 10;
}

.cabecera {
    padding:7px 15px;
    background: #008090;
    color:#FFFFFF;
    margin-top:0px;
    margin-bottom: 30px;
}

.datospaciente{
    font-size: 11px;
    display: inline-block;
    line-height: 16px;
}

.botoncabecera{
    color: #FFF !important;
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    height:100%;
    padding: 7px;
    position: relative;
    vertical-align: 6px;
}

.botvolver{
    vertical-align: 1px;
    border-left:none;
    border-right: 1px solid #FFFFFF;
}

.sidebar{
    -webkit-box-shadow: 2px 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 0 10px 0 rgba(0,0,0,0.2);
    height: calc(100% - 101px);
}

#wrapper{

}

.historial{
    height:314px;
    overflow: auto;
}

.checkHistorial{
    line-height: 59px;
    display: block;
    padding-left: 25px;
    background: url('/images/checkok.png') no-repeat left center;
}

.checkActivo{
    background: url('/images/checknook.png') no-repeat left center;
}

.botonlink{
    border:none;
    background: transparent;
    color:#008090;
}

.clickable-row{
    cursor:pointer;
}

.canvasfirma{
    margin:auto;
    border:1px solid #CCCCCC;
}



.bg-deep-purple{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color:#FFF;
    width: 35px;
    height: 35px;
    overflow: hidden;
    padding: 5px;
}

.bg-deep-purple i.material-icons{
    font-size: 18px;
}

.botonamarillo{
    background: #ffa400;
}

.botonverde{
    background: #008090;
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    opacity: 1;
}

table.dataTable thead .sorting:after{
    color:#FFFFFF !important;
    opacity: 1 !important;
}

table.dataTable thead .sorting_asc:after{
    color:#FFFFFF !important;
    opacity: 1 !important;
}


.option-input.radio {
    border-radius: 50%;
    min-height: 15px !important;
    margin-top: 8px;
}

.derechos{
    list-style: none;
    margin:0px;
    padding:0px;
    font-style: italic;
}

.derechos li{
    display: flex;
    align-items: flex-start;
}

.derechos input{
    display: flex;
}

.derechos label{
    padding-left:5px;
    font-weight: normal;
    display: flex;
    cursor: pointer;
}

.proceso{
    width: 100%;
    float:left;
    margin-bottom: 30px;
    height: 124px;
    background: url(/images/bg_proceso.png) repeat-x;
}

.itemproceso{
    float:left;
    width: 25%;
    text-align: center;

}

.itemfirst{
    background: url(/images/bg_proceso0.png) left center no-repeat,url(/images/bg_proceso.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itemlast{
    background: url(/images/bg_proceso.png) left center no-repeat,url(/images/bg_proceso0.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itempasado{
    background: url(/images/bg_proceso2.png) left center no-repeat,url(/images/bg_proceso2.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itemfirst.itempasado{
    background: url(/images/bg_proceso0.png) left center no-repeat,url(/images/bg_proceso2.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itemfirst.itemcurrent{
    background: url(/images/bg_proceso0.png) left center no-repeat,url(/images/bg_proceso.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itemlast.itemcurrent{
    background: url(/images/bg_proceso2.png) left center no-repeat,url(/images/bg_proceso0.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;

}

.itemproceso p{
    height:44px;
}

.itemproceso span{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #CCCCCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color:#CCCCCC;
    line-height: 70px;
    font-size: 40px;
    padding-top: 10px;
}

.itemcurrent{
    background: url(/images/bg_proceso2.png) left center no-repeat,url(/images/bg_proceso.png) right center no-repeat;
    background-size: 50% 100%,50% 100%;
}

.itemcurrent span{
    border:4px solid #ec971f;
    background:#FFFFFF;
    color:#FFFFFF;
}

.itemok span{
    color: #FFFFFF;
    border:none;
    background:#ec971f;
}


.panel-yellow a.btn{

    color:#ffffff!important;
}


a.btn{

    color:#ffffff!important;
}
.coloratras.btn{

    color:#000000!important;
}
.panel-yellow a{

    color:inherit!important;
}

.navbar-collapse a{
    color: #000000;
    text-decoration: none;
}

.a2 a{

    color:#ffffff!important;

}

/* titulos cuadros de texto*/

.r1{
    font-size: 19px;
    font-weight: bold;
}

.izquierda{

    float: left;
}

.derecha{
    float: right;
}
.r2{
    font-size: 16px;
    font-weight: bold;
}

.a-modded{

    color:#337ab7;
    text-decoration: inherit;
}

.movementpanel{

    cursor:move!important;
}
.heightselectusersproy{

}

#page-wrapper{
    margin: 0px;
    padding: 0px;
}

.sidebar{
    margin-left: -250px;
}

.formulariosede div.input-group{
    margin-bottom: 30px;
}

.disabled{
    background: #EEEEEE !important;
    color: #CCCCCC !important;
}

.dataTables_wrapper div.col-sm-12{
    width:100%;
    overflow-x: auto;
}
.botonEnvio{
    background-color: #008090;
    color: #FFFFFF;
}

.textOrcid{
    max-width: 60px;
    width: 60px;
    margin-right: 5px;
    float: left;
}
.inputAutorMarginTop{
    margin-top: 10px;
}
.fondopie{
    padding-top: 12px;
}
form.well.form-horizontal{
    background-color: #FFFFFF;
}

.well{
    margin-top: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



.correspondenciatitle, .autorTitle{
    display: none;
}

.modal-body {
    overflow-y: auto;
}

#selectable li.ui-widget-content{
    padding:3px;
}

#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin-left: 0px; padding-top: 10px; width: 100%; max-height: 150px; overflow: auto;cursor: default;padding-left:0px; }
#botonera{text-align: center; padding-top: 175px;}
.botonera2{text-align: center;
    padding: 10px 5px;
    margin-top: 15px;}

.botonera2 button, .botonera2 a{
    margin-right: 10px;
}
#botonera  button, #botonera a
{
    margin-right: 10px;
}


.display-none{
    display: none;
}

.input-group-revisores {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-left: 15px;
    padding-right: 15px;
}
.form-control-revisores {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    margin-bottom: 0;
}



/* navbar */

.navbar-default {
    background-color: #008090;
    border-color: #E7E7E7;
    font-weight: bold;
}

.navbar-signedUrl{
    margin-bottom: 0;background-color: #FFFFFF;
}
/* Title */
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FF0000;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #008090;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;

}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #45aab7;
    background-color: #008090;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #45aab7;
    background-color: #008090;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #008090;
    /*font-size: medium;*/
    /*text-decoration: underline;*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    color: #FFFFFF;
    background-color: #008090;
}


/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
        background-color: #008090;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: #008090;
    }
}
/*Menu Hoverable*/
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    /*padding: 16px;
    font-size: 16px;*/
    border: none;
}

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

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

.dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #008090;
    color: #FF0000;
}

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

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}
.dropdown-menu>li>a{
    color:#FFFFFF;
}

.dropdown-menu .dropdown-user>li>a:hover {
    color: #CCCCCC;
    background-color: #FFFFFF;
}



/*Fin menu hoverable*/

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
    color: black;
}

.dropdown-user>li>a:hover {
    background-color: transparent;
    color: black;
}

#salida_user,#salida_user li {
    background-color: #eee;
    color: black;
}
/*Tabla con row clicable*/
#tabla_listado td:hover {
    cursor: pointer;
}
/*Titulos de las secciones*/
h1{
    color: #e87b10;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #008090;
}

h1 span{
    color:#000000;
    font-size: 14px;
    font-weight: normal;
}

h2{
    margin-top:0;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #008090;
    border-bottom: 1px dotted #CCCCCC;
}

h3{
    margin-top:0;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #008090;
}

.revisores_solicitados{
    margin-top:0;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #008090;
    border-bottom: 1px dotted #CCCCCC;
}

label{
    font-size: 13px;
}

.form-control, .form-control-autor{
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 0;
    height: 25px;
}

.control-label{
    font-size: 13px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0 !important;
}

.clear{
    clear: both;
}
.txt-num-orden{
    font-size: 20px;
}

.boton-modal{
    height: 25px;
    display: flex;
}
.flex{
    display: flex;
}

.subtitulo{
    font-size: 20px;
    color: #e87b10;
    padding-bottom: 10px;
    border-bottom: 3px dotted #008090;
    margin-top: 30px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #008090;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #eea236;
    color:#FFFFFF;
}

.card .header a{
    float: right;
}

.nav{
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #008090;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


#menu_pest .active  a{
    font-weight: bold;
    color: #fff;
    cursor: default;
    background-color: #008090;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#menu_pest  a{
    background-color: #fff;
    color: #555;
    transition: all .5s;
    border-bottom: #555;
    cursor: pointer;

}
div .tab-pane.fade.in.active,#link_footer_privacidad{
    cursor: default;
}

.resumen{
    height: auto;
    min-height: 200px;
    overflow:auto;
}

.comentarios{
    min-height: 200px;
    overflow-y: auto;
}
.fichero_ellipsis{
    white-space: nowrap;
    /*width: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 13px;
}
.fichero_ellipsis_desc{
    white-space: nowrap;
    /*width: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: left;
}
.iconos_files{
    border: 1px solid #CCCCCC;
    padding: 10px;
    line-height:18px;
}
.iconos_files i{
    font-size: 50px;
}
.iconos_files a i{
    font-size: 14px;
}
.botoneraA a{
    padding: 10px;
}
.div_arrastre{
    position: absolute;
    left: 15px;
    top: 0px;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    background-color: #EFEFEF;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #008090;
    align-items: center;
    justify-content: center;
    display: flex !important;
    font-weight: bold;
    font-size: medium;
    border: 1px solid #CCCCCC;
    padding: 15px;
}

.div_arrastre:hover{
    cursor: pointer;
    background: #bbddf1;
}

.div_arrastre_mod{
    left: 15px;
    top: 0px;
    width: 100%;
    min-height: 100px;
    background-color: #EFEFEF;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #008090;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: medium;
    border: 1px solid #CCCCCC;
    padding: 15px;
}

.div_arrastre_mod:hover{
    cursor: pointer;
    background: #bbddf1;
}

.dz-file-preview{
    background: #FFFFFF;
    border:1px solid #CCCCCC;
    padding: 10px;
    font-weight: normal;
    margin:10px;
    text-align: center;
}

.data-dz-name{
    font-size: 12px !important;
    font-weight: normal !important;
}

.dz-success-mark ,.dz-error-mark{
    display: none;
}


.dropZoneButton{
    top: 5px;
    right: 5px;
    position: absolute;
    color: #e87b10;
    font-size: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.txt_paginadores{
    font-size: 14px;

}
.txt_paginadores li a{
    color: #0197ad;
}
.bibliografia{
    height: auto;
    min-height: 300px;
    overflow:auto;
}

.altura_auto{
    height: auto;
}
.bibliografia li{
    margin-top:10px;
    padding-bottom:5px;
    border-bottom: 1px dotted #CCCCCC;
}

.txtFicheroRojo{
    color:red;
}

.container{
    width: 92%;
    max-width: 100%;
}

.rounded-0{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.capitalizar
{
    text-transform:capitalize;
}

.factura_show_margen_sup{
    margin-top: 15px;
}

.numero_show_margen_sup{
    margin-top: 30px;
}

.sin-margen-ni-padding{
    margin: 0px;
    padding: 0px;
}

.display-inline{
    display: inline;
}

.div-show-numero{
    display: inline-block;
    margin-left: 15px;
}

@keyframes rotar
{
    from
    {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotar
{
    -webkit-animation: rotar .5s linear infinite;
    -o-animation: rotar .5s linear infinite;
    animation: rotar .5s linear infinite;
}

.articulosnumero{
    list-style: none;
    margin:0;
    padding:0;
}

.articulosnumero li{
    display: flex;
    align-items: flex-start;
    border:1px solid #CCCCCC;
    margin-top: 15px;
    padding:10px;
}

.articulosnumero li input{
    cursor: pointer;
}

.articulosnumero li label{
    margin-left: 15px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.articulosnumero li p{
    font-weight: normal;
}

.error{
    color: #FF0000;
}

.cursor_auto{
    cursor: auto!important;
}

.txt-button-shownumero{
    font-size: 25px;
}

.navbar-static-top{
    z-index:10;
}

#d1, #d2 {
    display: none;
    position: absolute;
    z-index:10;
    margin-top:10px;
}

#d1 li,#d2 li{
    color: #FF0000;
}

#d1 li.list-group-item-success, #d2 li.list-group-item-success{
    color:#3c763d;
}

.formpwd div.form-group{
    margin-left:0;
    margin-right:0;
}

#ampliar{
    margin-top: 15px;
}

.tabla-div{
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
}
.tabla-div-row{
    display: table-row;
}
.tabla-div-cell{
    display: table-cell;
}

.margenes-ficheros-revision{
    margin-left: 15px;
    margin-right: 15px;
}
.padding-ficheros-revision{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 0px;
}

.ancho_80_px{
    width: 80px !important;
}

.anchor{
    visibility: hidden;
    display: block;
    position: relative;
    top: -185px;
}

#container_xml_pubmed{
    overflow-y: auto;
    /*min-height: 600px;*/
    max-height: 500px;
}
/*Popover*/
.navpopover{
    background-color: #FFFFFF;
    border-color: #E7E7E7;
    text-align: left;
}
.dropdownpopover {
    position: relative;
    display: inline-block;
}

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

.dropdownpopover-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownpopover-content a:hover {
    background-color: #008090;
    color: #FF0000;
}

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

.dropdownpopover:hover .dropbtn {
    /*background-color: #3e8e41;*/
}
.dropdownpopover-menu>li>a{
    color:#FFFFFF;
}
.dropdownpopover-menu{
    background-color: #008090;
}
.dropdownpopover-menu>li>a:hover{
    color:#FFFFFF;
    font-weight: bold;
    background-color: #008090;
}
.dropdownpopover-menu .dropdownpopover-user>li>a:hover {
    color: #CCCCCC;
    background-color: #FFFFFF;
}
.dropdownpopover-menu a:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #008090;
    font-weight: bold;
}

.dropdownpopover-menu a:visited{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #008090;
    font-weight: bold;
}

.br_link_popover{
    display: block;
    content: '';
    margin-top: 5px;
    padding: 0px;
}

.css_div_avisos{
    background-color: #FFFFFF;
    max-width: 580px;
    right: -600px;
    padding:10px 10px 10px 10px;
    overflow-y: auto;
    position: fixed;
    height: calc(100% - 71px);
    -webkit-box-shadow: -1px 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: -1px 0 10px 0 rgba(0,0,0,0.2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


.css_div_avisos a{
    padding:0 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    font-size: 14px !important;
}

.avisosabierto{
    right: 0;
}

#avisos h3{
    background: #008090;
    color: #FFFFFF;
    padding: 7px 5px;
    font-weight: bold;
}

#cerraravisos{
    color: #FFF !important;
    opacity: 1 !important;
}

#tabla_avisos tr{
    background: rgba(0,128,144,0.1)
}

#tabla_avisos input.option-input.radio{
    background: #008090;
}

.tr_aviso_leido input.option-input.radio{
    background: #cbd1d8;
}

#tabla_avisos p{
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

#tabla_avisos a.link_articulo_aviso{
    font-weight: bold !important;
}


.link_articulo_aviso{
    text-decoration: underline;
}
.link_articulo_aviso:hover{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.tr_aviso_leido{
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-weight: normal !important;
}
.tr_aviso_leido a{
    color: #000000 !important;
}

.tr_aviso_leido b{
    font-weight: normal;
}

.uppercase{
    text-transform: uppercase;
}

.show_article_txt_normal {
    font-weight: normal;
}

.cookies{
    background-color: rgba(0,0,0,0.7);
    padding-top:10px;
    color:#FFFFFF;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom:0px;
    font-size: 12px;
}

.cookies a{
    color:#FFFFFF;
    text-decoration: underline;
}

.avisoportada{
    border: 3px solid #008090;
    padding: 15px;
    margin-bottom: 30px;
    color: #008090;
}

.avisoportada a{
    text-decoration: underline;
    font-weight: bold;
}

.avisoportada svg,.avisoportada i{
    /*color: #901107;*/
    color: #008090;
    margin-top: 17px;
    font-size: 60px;
}

.avisoportada h2{
    border:none;
    text-transform: uppercase;
    font-weight: bold;
}

.textoaviso{
    display: flex;
}

.textoaviso > div{
    margin: 15px;
}

.td_tabla_show_numeros{
    align-items: flex-start;
    border: 1px solid #CCCCCC;
    margin-top: 15px;
    padding: 10px;
}

ul#banderas_frontend li{
    display:inline;
}
ul#banderas_frontend a{
    color: #ffffff;
}
.tituloSubmenu{
    color: #ffffff;
    /*display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;*/
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*text-transform: uppercase;*/
    /*font-weight: bolder;*/

}
.numberObjid{
    width: 100px;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 0;
    height: 25px;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.idioma_newsletter{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 12px;
}

.fecha_fichero{
    color: #fff;
    background-color: #398439;
    border-color: #398439;
    /* display: table-cell; */
    /* width: 1%; */
    white-space: nowrap;
    vertical-align: middle;
    /* padding: 6px 12px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 3;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 12px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 300px;
}

.botonup{
    position: fixed;
    right: 35px;
    bottom: 75px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f0ad4e;
    color: #FFFFFF !important;
    text-align: center;
    padding: 5px;
    font-size: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.botdown{
    bottom: 35px;
}


.listadoanual{
    display: flex;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.listadoanual > div{
    width: calc(20% - 30px);
    margin: 0 15px;
}

.kpi{
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #008090;
}

.kpi p{
    font-size: 12px;
}

.kpi span {
    color: #008090;
    font-size: 35px;
    font-weight: bold;
}

.kpi span span{
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
}

.totales{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

.totales strong{
    font-size: 35px;
    color: #008090;
}

@media(min-width: 1400px){
    .container{
        width: 1170px;
        max-width: 1170px;
    }
}


@media(max-width: 992px){
    .cuadroitem div.panel-body {
        height:auto;
    }

    .cuadroitem div.panel-body {
        height:auto;
    }


    .correspondenciatitle,autorTitle{
        display: inline;
    }
}

/*medias 375px */
@media(max-width: 375px){

  .buttonmediaque{
    
    margin-bottom: 5%!important;
    float: left!important;
    margin-top: 5%!important;
 
  }



}

/*medias */

@media(max-width: 768px) {
    .panelesproyectos div.panel-heading {
        height: auto;
    }
}

/*medias 768px*/
@media(min-width:768px) {


    .marg-menu {
        margin-top: 75px!important;
    }



}

@media(max-width:768px) {


 .panel-yellow a.btn{

  margin-top: 10px!important;
  margin-right: 5px!important;
}
a.btn{

   /*margin-top: 10px!important;*/
  margin-right: 5px!important;
}

.mrgn-768{

  margin-top:15px!important;
}
}


/*medias 1064px*/
@media(min-width: 1064px){

  .marg-menu {
        margin-top: 101px !important;
    }


}

