﻿html, body {
    width: auto;
    height: 100%;
    font-family: 'Arial', arial;
    background-color: #f8f9fb;
    color: #333;
}

.navbar-nav li .active {
    text-decoration: none;
    background-color: #E3DFF6;
    color: #392A93;
}

div::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

div::-webkit-scrollbar-track {
    background-color: #eee;
}

div::-webkit-scrollbar-thumb {
    background-color: orange;
}

/* Overwrite bootstrap */

.row {
    margin: 0px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    position: initial;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Clases propias */

.headerRight {
    position: relative;
    /*display: inline-block;*/
    float: right;
}

.logoContainer {
    margin: 3px 50px 3px 50px;
    width: 136px;
}

.modalCrud {
    z-index: 500;
}


/*TOP_MENU */
.menu_naranja_background {
    background: #392A93;
    padding-top: 10px;
    z-index: 8;
    border: none;
    border-radius: 0;
}

.menu_top_blanco {
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.231;
    text-align: center;
}

.menu_top_logo {
    vertical-align: middle;
}

.num_notification {
    font-size: 8px;
    font-family: 'Arial', sans-serif;
    background-image: url('Icons/top_menu/circle_notification.png');
    background-size: cover;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
}

.logo_nexus_blanco {
    float: left;
    left: 30px;
    margin-bottom: 15px;
}


/*MENU LATERAL*/
.menu_lateral {
    background-color: transparent;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    min-height: fit-content;
    width: 100%;
}

.menu_lateral_nav {
    border: 0;
    background-color: transparent;
    z-index: 1;
}

.menu_lateral_header {
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    background-color: #f8f8f8;
    box-shadow: 7px 0px 10px 0px rgba(0, 0, 0, 0.09);
    border-color: #e7e7e7;
}

.menu_lateral_grupo {
    margin-bottom: 0px;
    box-shadow: 7px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.menu_lateral_typo {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    color: rgb(255, 255, 255);
}

.menu_lateral_typo_blanco {
    font-size: 14px;
    line-height: 1.2;
    z-index: 140;
    padding: 10px 0px 10px 10px;
}

.menu_lateral_typo_azul {
    font-size: 13px;
    background-color: #E3DFF6;
    line-height: 1.2;
    text-align: left;
    padding: 10px 0px 10px 10px;
    margin-right: 5px;
    border-style: none;
}

.menu_lateral_typo_button {
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    background-color: rgb(0, 54, 99);
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    border-style: none;
    width: 100%;
}


/* CONTENIDO CENTRAL */
.contenidoCentral {
    margin-bottom: 25px;
    float: left;
}

/*************** SUBMENU *************/
.submenu_azul {
    background-color: #E3DFF6;
    z-index: 602;
    font-weight: bold;
}

.submenu_azul_typo {
    z-index: 1;
    font-family: 'Arial', sans-serif;
}

/*svg:hover path {
    fill: red;
}*/
.svg icon {
    fill: blue;
}

.svg noticias {
    color: #333;
}


/********************* ROW 1 *********************/
.row_1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.titulo_row_1_naranja {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #ff684d;
    line-height: 1;
    text-align: left;
}

.titulo_row_1_naranja_BorradorInformeAV {
    font-size: 23px;
    font-family: 'Arial', sans-serif;
    color: #ffad18;
    line-height: 2;
    text-align: left;
}

.detalle_row1 {
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    color: #FA7E5F;
    line-height: 1.6;
    text-align: left;
}

.box_row_1 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    max-width: 326px;
    padding: 20px 20px 20px 20px;
    margin-right: 33px;
    width: 326px;
}

.Graph-row1 {
    background-color: rgb(255, 112, 47);
}

/********************* ROW 2 **********************/
.row_2 {
    margin-bottom: 30px;
}

.titulo_row2 {
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    line-height: 1;
    text-align: left;
    padding-bottom: 20px;
}

.dato_row2 {
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    line-height: 0.667;
}

.box_row2 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    max-width: 1030px;
}

    .box_row2 table {
        width: inherit;
        height: inherit;
    }

        .box_row2 table td {
            text-align: center;
        }

        .box_row2 table th {
            padding-left: 20px;
        }

.row_2 ul {
    list-style: none;
    clear: right;
}

    .row_2 ul li {
        float: left;
    }
/********************** ROW 3 **********************/
.row_3 {
    float: left;
    clear: both;
    margin-bottom: 30px;
}

.box_row_3 {
    background-color: #E3DFF6;
    width: 326px;
    height: 270px;
    margin-right: 33px;
    padding-top: 10px;
}

.titulo_row_3 {
    font-size: 20.724px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
}

.detalle_row3 {
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    color: rgb(78, 78, 78);
    line-height: 1.2;
}

.dato_row3 {
    font-size: 60px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    text-transform: uppercase;
}

.kWh_row3 {
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    line-height: 0.458;
}

.row_3 .box_row_3 article {
    height: inherit;
    width: inherit;
}

.box_row_3_icon {
    width: 40px;
    height: 40px;
    vertical-align: inherit;
}

.box_row_3_arrow {
    cursor: pointer;
}

.row_3 table {
    width: inherit;
    height: inherit;
}

    .row_3 table th {
        padding-left: 20px;
    }

    .row_3 table td {
        padding-left: 20px;
    }

.row_3 ul {
    list-style: none;
}

    .row_3 ul li {
        float: left;
    }
/************************ ROW 4 **************************/
.row_4 {
    float: left;
    clear: both;
}

.box_row_4 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    margin-right: 33px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.titulo_row_4 {
    font-size: 20.724px;
    font-family: 'Arial', sans-serif;
    color: rgb(0, 54, 99);
    line-height: 1.2;
}

.box_row_4 table {
    width: inherit;
    height: inherit;
}

    .box_row_4 table td {
        text-align: center;
    }

    .box_row_4 table th {
        padding-left: 20px;
    }

.box_row_4_icon {
    max-width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.box_row_4_arrow {
    cursor: pointer;
}

.searchText {
    opacity: 0.8;
    border-radius: 5px 5px;
    margin-top: -10px;
}

/* Tooltip */
.test + .tooltip > .tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}

/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}

/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}
/*elimina el icono de orden del boostrap. solo deja el del css del datatable*/
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 {
    display: none;
}

/* limita el tamaño de las columnas del grid y añade ... si el texto supera ese maximo */
table.dataTable.compact tbody th,
table.dataTable.compact td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    cursor: default;
}
/*tooltip para los campos de la tabla*/
.tooltipDatatable {
    position: absolute;
    z-index: 1001;
    display: none;
    font-size: small;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 5px;
    background-color: cornsilk;
}


#contact {
    padding: 10px 0 10px;
}

.contact-text {
    margin: 45px auto;
}

.mail-message-area {
    width: 100%;
    padding: 0 15px;
}

.mail-message {
    width: 100%;
    background: rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin: 0 auto;
    border-radius: 0;
}

.not-visible-message {
    height: 0px;
    opacity: 0;
}

.visible-message {
    height: auto;
    opacity: 1;
    margin: 25px auto 0;
}

/* Input Styles */

.form {
    width: 100%;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 25px;
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .form:hover {
        border: 1px solid #8BC3A3;
    }

    .form:focus {
        color: white;
        outline: none;
        border: 1px solid #8BC3A3;
    }

.textarea {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

/* Generic Button Styles */

.button {
    padding: 8px 12px;
    background: #0A5175;
    display: block;
    width: 120px;
    margin: 10px 0 0px 0;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

    .button:hover {
        background: #8BC3A3;
        color: white;
    }

/* Send Button Styles */

.form-btn {
    width: 180px;
    display: block;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #8BC3A3;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

    .form-btn:hover {
        background: #111;
        color: white;
        border: none;
    }

    .form-btn:active {
        opacity: 0.9;
    }

center {
    margin-top: 330px;
}

input {
    position: relative;
    /*z-index: 9999;*/
}

.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.iconbar {
    margin: 0;
    padding: 0;
}

    .iconbar ul {
        margin: 0;
        padding: 5px;
    }

    .iconbar li {
        text-align: center;
        /*width: 7%;*/
        /*margin-bottom: 3px !important;*/
        /*background-color: #fff;*/
        /*border: 1px solid #eee;*/
        display: inline-block;
        font-size: 10px;
        padding-left: 15px;
    }

        .iconbar li:hover {
            color: #333;
        }

    .iconbar a img::after hover {
        display: block;
        margin: 10px auto 10px auto;
        width: 32px;
        height: 32px;
        margin: 10px auto 5px;
        line-height: 32px;
        text-align: center;
        font-size: 20px;
        color: #333;
        margin-top: 0;
        padding-top: 5px;
    }

    .iconbar a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

        .iconbar a span {
            color: #fff;
            font-size: 10px;
            padding: 5px 0 10px 0;
            display: block;
            text-transform: uppercase;
            font-family: 'Josefin Sans';
            letter-spacing: 1px;
            font-family: 'Arial', sans-serif;
        }

            .iconbar a span:hover {
                color: #333;
            }

div.topBanner {
    background-image: url('./Images/banner-AV2.jpg');
    background-size: 100% 100%; /* Generic*/
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    height: 250px;
    margin-top: -20px;
}

    div.topBanner div.topBanner_title {
        text-align: center;
        width: 100%;
        padding-top: 30px;
    }

        div.topBanner div.topBanner_title h1 {
            font-size: 36pt;
            color: #FA7E5F;
            text-shadow: 5px 0px 14px white,0px 0px 8px white;
            font-family: 'Arial', sans-serif;
            font-weight: bold;
            text-size-adjust: 80%;
            overflow: hidden;
        }

div.GradientBar {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #392A93;
}

div::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #FA7E5F 10%, #392A93 100%);
}

.bolded {
    font-weight: bold;
}
