/*############################# MAIN THEME ###################################*/

/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');


/* ----------------------GENERAL-----------------------*/
html, body {
    height: 100%;
}

body {
    font-family: Arial;/*'Poppins', sans-serif;*/
    /*background-color: #f8f9fb;*/
    font-size: 12px; /* AÑADIDO SONIA: 21/04/2017 */
    background-color: #eeeeee;
    font-weight: 300;
}

#login {
    background-color: #ecedf1;
}

p {
    font-size: 12px; /* CAMBIO SONIA (21/04/2017 ) 16px;*/
    line-height: 24px;
    color: #313b3d;
    font-weight: 300;
}

    p span {
        font-size: 12px; /* CAMBIO SONIA (21/04/2017 ) 16px;*/
        line-height: 24px;
        color: #fc3615;
        font-weight: 300;
    }

h1 {
    color: #313b3d;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    color: #313b3d;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    font-weight: 300;
    color: #313b3d;
    margin: 0px;
}


.space-top {
    margin-top: 30px; /* CAMBIO(Álvaro): 23/11/2016 */
}

.space-left {
    padding-left: 30px;
}

.space {
    margin: 40px 0;
}

.no-padding {
    padding: 0;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
}

.row-eq-height {
    display: flex;
}

.huge {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .huge {
        margin-top: 12px;
    }
}


.fa {
    font-size: 15px; /* CAMBIO SONIA (21/04/2017 ) 16px;*/
    color: #6d6e70;
}

.nav-tabs .fa {
    font-size: 16px;
    color: #fff;
}

/*ALERTIFY - AVISOS*/
.ajs-message.ajs-error {
	color: white !important;
}

.alertify-notifier {
	z-index: 100000 !important;
}

.alertify-notifier .ajs-message.ajs-warning {
	color: dimgrey;
}

.alertify-notifier .ajs-message.ajs-error,
.alertify-notifier .ajs-message.ajs-warning,
.alertify-notifier .ajs-message.ajs-message {
        color: #fff;
}

/*navbar*/
.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 60px; /* CAMBIO SONIA (03/04/2017 ) 70px;*/
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-top-links li a {
    min-height: 50px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.navbar-top-links li {
    width: 100%;
    display: inline-block;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-alerts {
    float: left;
    height: 40px;
    width: 50px;
    padding: 10px;
}

.footer .nav {
    /*background-color: #f8f9fb;*/
    border: none;
    margin-bottom: 10px !important;
}

.footer .nav-left {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 15px;
}

.footer .nav-right {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 15px;
}

.user img {
    /*padding-right: 5px;*/ /* CAMBIO Álvaro (16/11/2016) */
}

.user i {
    padding-left: 5px;
}

#languages {
    padding-top: 15px;
}

    #languages img {
        margin-right: 5px;
    }

.input_search {
    background: #f4f8f9;
    border: none;
    border-radius: 15px;
    padding: 10px 25px;
    width: 100%;
}

#search {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.button_search {
    position: absolute;
    border: none;
    background: transparent;
    border-radius: 15px;
    top: 10px;
    right: 10px;
}

.titlepanel li {
    display: inline-block;
    list-style: none;
    padding: 0 15px;
}

    .titlepanel li.actived {
        border-bottom: 2px solid #00c0f1;
    }

    .titlepanel li a {
        font-size: 16px;
        color: #313b3d;
        padding: 20px;
        display: inline-block;
        text-decoration: none;
    }

.titlepanel a i.fa-times-circle {
    color: #f46521;
    position: relative;
    top: -10px;
    right: -10px;
}

.titlepanel ul {
    margin: 0px;
    padding: 0px;
}

.titlepanel .fa {
    padding-right: 8px;
    font-size: 18px !important;
}

.badge {
    background-color: #ec4e1b;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 5px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    position: absolute;
    top: 12px;
}

.badge-green {
    background-color: #7cbe31;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 5px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    position: absolute;
    top: 12px;
}

/* ----------------------panels-----------------------*/
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #313b3d;
    font-size: 20px;
}

.panel-footer {
    background-color: #fff;
    padding-top: 15px;
}

.numero-colo01 {
    font-weight: 700;
    color: #222;
}

.numero-colo02 {
    font-weight: 700;
    color: #33c1f2;
}

.numero-colo03 {
    font-weight: 700;
    color: #754798;
}

.numero-colo04 {
    font-weight: 700;
    color: #5cb85c;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0px solid #fff;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 5px solid #fff;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    background-color: #f5f8f9;
}
/* ----------------------tabs login-----------------------*/

.tab-content {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 4px #004485; /* CAMBIO SONIA (05/09/2017 #9c2d37 para Anvis) (03/04/2017 ) #009ad6*/
    border-radius: 0 0px 4px 4px;
    min-height: 270px; /* CAMBIO ÁLVARO (15/11/2016) 320px*/
    padding: 30px;
    background-color: #fff;
}

.nav-tabs > li {
    margin-left: 2px;
}

    .nav-tabs > li:first-of-type {
        margin-left: 0px;
    }

    .nav-tabs > li > a {
        background-color: #004485 !important; /* CAMBIO SONIA (05/09/2017 #9c2d37 para Anvis) (03/04/2017 ) #009ad6*/
        color: #fff;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        line-height: 1.42857;
        margin-right: 0;
        border: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #004485; /* CAMBIO SONIA (05/09/2017 #9c2d37 para Anvis)  (03/04/2017 ) #009ad6*/
        border-color: #004485 #004485 transparent; /* CAMBIO SONIA (05/09/2017 #9c2d37 para Anvis)  (03/04/2017 ) #009ad6*/
        border-image: none;
        border-style: solid;
        border-width: 1px;
        color: #fff;
        cursor: default;
    }

/*#table .row {
    padding: 5px;
    margin: 5px;
}*/

@media (max-width: 768px) {
    #table .row {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

        #table .row:last-of-type {
            margin-bottom: 0px;
            border-bottom: none;
        }
}

/* ----------------------home-----------------------*/

.borderbox {
    border: 3px solid #9e9e9e;
    border-radius: 40px;
    display: inline-block;
    margin: 50px 0;
    padding: 20px 30px;
}

.boxicon {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 15px;
}

    .boxicon img {
        float: left;
    }

.general {
    padding: 20px 15px;
}

.col-sm-4 p {
    font-size: 18px;
    line-height: 26px;
    color: #313b3d;
    margin-bottom: 20px;
    font-weight: 300;
}

.titledashboard {
    background-color: #fff;
    padding: 10px; /* CAMBIO SONIA (03/04/2017 ) 20px*/
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.titlepanel {
    background-color: #f2f6f7;
    border-bottom: solid 1px #ddd;
}


.title {
    background-color: #ecedf0;
    padding: 40px;
    0;
    margin-bottom: 30px;
}

.gris {
    background-color: #eee;
    padding: 40px;
    0;
    margin-bottom: 30px;
}

.borderimg {
    border: solid 1px #ddd;
    ;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}


.btn-default {
    background-color: #009ad6; /* CAMBIO SONIA (03/04/2017 ) #009ad6*/
    border-radius: 8px;
    border: solid 3px #fff;
    padding: 8px 12px;
    font-weight: 400; /* CAMBIO SONIA (03/04/2017 ) 700*/
    color: #fff;
    font-size: 16px;
}

    .btn-default i {
        color: #fff;
    }


footer .contact-footer {
    background-color: #009ad6;
}

footer .legal-footer {
    background-color: #fff;
    color: #454545;
    padding: 20px 0;
    border-top: solid 1px #ddd;
}

    footer .legal-footer p {
        font-size: 16px;
    }


/*------------------------------Login--------------------------*/
#login header {
    text-align: center;
}

    #login header img {
        margin-top: 50px; /* CAMBIO SONIA (03/04/2017 )*/ /* CAMBIO ÁLVARO (15/11/2016 )*/
        margin-bottom: 50px; /* CAMBIO SONIA (03/04/2017)*/ /* CAMBIO ÁLVARO (15/11/2016 )*/
        margin-right: 150px;
    }

.form-group {
    position: relative;
}

label.error {
    display: table-caption;
    width: 100%;
    color: #ff4141; /* CAMBIO ÁLVARO (15/11/2016 )*/
    /*white-space: nowrap; CAMBIO ÁLVARO (15/11/2016)*/
    font-weight: 100;
}

#login button {
    background-color: #004485; /* CAMBIO SONIA (05/09/2017 #9c2d37 para Anvis) (03/04/2017 ) #009ad6*/
    border-radius: 8px;
    border: solid 3px #fff;
    padding: 8px 12px;
    font-weight: 400; /* CAMBIO SONIA (03/04/2017 ) 700*/
    color: #fff;
    font-size: 16px;
}

    #login button:hover {
        background-color: #7c9fc7; /* CAMBIO ÁLVARO  (05/09/2017 #d73644 para Anvis) (26/04/2017)*/
    }
/*------------------------------Login--------------------------*/

/*------------------------------Favorites--------------------------*/
#production {
    border-radius: 5px;
    background-color: #57b8e2;
}

#energy {
    border-radius: 5px;
    /*background-color: #d4615c;*/
    background-color: #84a555;
}

#general {
    border-radius: 5px;
    /*background-color: #cbccce;*/
    background-color: #8b8b8b;
}

h2 {
    color: #fff;
}

h3 {
    font-size: 26px;
}

#production .row, #energy .row, #general .row {
    margin: 0px;
}

#production .border-radius, #energy .border-radius, #general .border-radius {
    border-radius: 5px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*------------------------------Favorites--------------------------*/
/*------------------------------kpis--------------------------*/
.img_general {
    width: 30%;
}

    .img_general img {
        width: 90%;
        height: auto;
        max-width: 80px;
        max-height: 80px;
    }

.description_general {
    width: 50%;
}

.plus_general {
    width: 20%;
}

    .plus_general img {
        width: 100%;
        max-width: 50px;
        max-height: 50px;
    }

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.description_general, .plus_general, .img_general {
    padding: 10px;
    float: left;
    height: 120px;
    display: table;
}

    .description_general p {
        margin: 0px;
        font-size: 13px;
        color: #899496;
    }

    .description_general h3 {
        font-size: 20px;
    }

    .description_general p, .description_general h3 {
        text-align: left;
    }

.kpis .text-center {
    min-width: 250px !important;
}

/*------------------------------kpis--------------------------*/
/*------------------------------listados--------------------------*/
#listados .panel-heading h2 {
    color: #000;
    width: 70%;
    float: left;
}

#listados .panel-heading a {
    color: #fff;
    width: 109px;
    text-align: right;
    float: right;
    display: inline-block;
    padding: 5px 22px;
    line-height: 24px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    background-color: #009ad6;
}

#listados .panel-heading i {
    font-size: 30px;
    font-style: normal;
    position: absolute;
    left: 15px;
    top: 8px;
}

#listados .form-group {
    padding-left: 5px;
    padding-right: 5px;
}

    #listados .form-group label {
        vertical-align: top;
    }

    #listados .form-group input, #listados .form-group select {
        width: 100%;
        border: 1px solid #dedede;
        border-radius: 5px;
    }

    #listados .form-group input {
        /* CAMBIO SONIA (03/04/2017 ) 13px 21px;*/
        padding: 5px 10px;
    }

    #listados .form-group select {
        /* CAMBIO SONIA (03/04/2017 ) 10px 21px*/
        padding: 3px 10px;
        /*color: #b6b1ae;*/
    }

    #listados .form-group button {
        color: #fff;
        background: #009ad6;
        height: 29px; /* CAMBIO ÁLVARO (26/04/2017)*/
        border: none;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin-right: 10px;
    }

    #listados .form-group a.button_plus {
        color: #fff;
        background: #00bff3;
        height: 29px; /* Álvaro (26/04/2017) */
        border: none;
        border-radius: 5px;
        display: inline-block;
        text-align: right;
        text-decoration: none;
        position: relative;
        padding-left: 47px;
        font-size: 11px !important; /* CAMBIO ÁLVARO (26/04/2017)*/
    }

    #listados .form-group a i.i-plus {
        border: 1px solid #fff;
        border-radius: 15px;
        color: #fff;
        font-size: 20px; /* CAMBIO SONIA (03/04/2017 ) 30px;*/
        font-style: normal;
        position: absolute;
        left: 7px; /* CAMBIO SONIA (03/04/2017 ) 10px;*/
        top: 5px; /* CAMBIO ÁLVARO (26/04/2017)*/
        height: 20px; /* CAMBIO SONIA (03/04/2017 ) 30px;*/
        width: 20px; /* CAMBIO SONIA (03/04/2017 ) 30px;*/
        line-height: 22px; /* CAMBIO SONIA (03/04/2017 ) 36px;*/
        text-align: center;
    }

    #listados .form-group .button_filter {
        padding: 5px;
        width: 38px;
        border-radius: 5px;
    }

        #listados .form-group .button_filter i {
            color: #fff;
        }



    #listados .form-group.off {
        display: none;
    }

        #listados .form-group.off.actived {
            display: inline-block;
        }

#listados .advanced {
    display: table;
    padding-left: 10px !important;
}

#search_product {
    padding: 10px;
}

#listados .advanced a {
    /*display: table-cell;*/
    vertical-align: top; /* Álvaro (26/04/2017) */
    padding: 0px 10px; /* Álvaro (26/04/2017) */
    padding-left: 47px;
    /*border-radius: 5px;
             max-height:29px;
             width:38px;
             padding-top:0px;*/
}



#listados table {
    width: calc(100% - 30px);
    margin: 15px;
}



    #listados table thead {
        background-color: #009ad6;
        color: white;
    }

  

    #listados table th, #listados table td {
        /* CAMBIO SONIA (03/04/2017 ) 5px 10px;*/
        padding: 1px 10px;
    }

  

    #listados table th { /* Álvaro (28/11/2016) */
        text-align: left;
    }

   

        #listados table th:last-child, #listados table td:last-child { /* Álvaro (28/11/2016) */
            /*min-width: 130px;*/
            text-align: center;
        }

         

    #listados table.actived th, #listados table.actived td { /* Álvaro (28/11/2016) */
        /*min-width: 130px;*/
    }

    #listados table th.column_see_more, #listados table td.column_see_more {
        min-width: 135px;
        width: 20px; /* Álvaro (22/11/2016) */
    }

    #listados table tr th {
        padding: 7px; /* CAMBIO SONIA (03/04/2017 ) 10px;*/
        font-weight: 500;
    }

        #listados table tr th a.see_more {
            padding: 2px 10px; /* CAMBIO SONIA (21/04/2017 ) 4px 10px;*/
            font-weight: 100;
            background-color: #7cbe31;
            color: #f8f9fb;
            text-decoration: none;
            border-radius: 15px;
        }

        #listados table tr th a.see_less {
            display: none;
            padding: 2px 10px; /* CAMBIO SONIA (21/04/2017 ) 4px 10px;*/
            font-weight: 100;
            background-color: #c51a00;
            color: #f8f9fb;
            text-decoration: none;
            border-radius: 15px;
        }

        #listados table tr th a i {
            color: #fff;
            margin: 0px 3px;
        }

    #listados table td.date_red {
        color: #c51a00;
        font-weight: 700;
    }

        #listados table td.date_red input { /* Cambio(Álvaro): 28/11/2016 */
            font-weight: 300;
        }

    #listados table tr .off {
        display: none;
    }

        #listados table tr .off.actived {
            display: table-cell;
        }

#listados .see_edit {
    display: none;
    white-space: normal;
}

#listados #edit {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

    #listados #edit > a {
        background: #0072bb;
        color: #fff;
        border-radius: 15px;
        padding: 3px 10px 3px 15px;
    }

        #listados #edit > a i {
            color: #fff;
            padding: 3px;
        }

        #listados #edit > a.up, #listados #edit > a.down {
            display: none;
        }

            #listados #edit > a.down.actived, #listados #edit > a.up.actived {
                display: inline-block;
            }

        #listados #edit > a i.fa-chevron-circle-down, #listados #edit > a i.fa-chevron-circle-up {
            padding-left: 6px; /* CAMBIO SONIA (21/04/2017 ) 11px;*/
            font-size: 16px; /* CAMBIO SONIA (21/04/2017 ) 23px;*/
            line-height: 8px;
            position: relative;
            top: 1px; /* CAMBIO SONIA (21/04/2017 ) 3px;*/
        }

#listados .see_edit.actived {
    display: block;
    background-color: #009ad6;
    width: 155px;
    position: absolute;
    padding: 7px;
    border-radius: 5px;
    color: #f8f9fb;
    z-index: 99;
    right: 0px;
    top: 27px; /* CAMBIO SONIA (21/04/2017 ) 35px;*/
}

    #listados .see_edit.actived a {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #fff;
        padding: 2px;
    }

        #listados .see_edit.actived a.delete {
            border-top: 1px solid #fff;
        }

        #listados .see_edit.actived a i {
            color: #fff;
            display: inline-block;
            width: 15px;
        }

#listados .product_off {
    display: none;
}

    #listados .product_off.actived {
        display: table-row;
        background: #f2f6f7;
    }

    #listados .product_off a, #listados .product_off p {
        display: inline-block;
        width: 100%;
        padding: 3px;
        text-align: left;
    }

    #listados .product_off a {
        text-decoration: underline;
    }

#listados .panel {
    padding: 15px;
}

.footer_pagination p {
    font-size: 13px;
}

.align-right {
    text-align: right;
}

    .align-right a {
        display: inline-block;
        padding: 5px;
        text-decoration: none;
        font-size: 13px;
        line-height: 13px;
    }

        .align-right a:hover i {
            color: #fff;
        }

        .align-right a:hover, .align-right .here {
            color: #fff;
            background: #009ad6;
        }
/*------------------------------listados--------------------------*/
/*------------------------------listados-imagen--------------------------*/
#listados .list_imagen .see_edit.actived {
    left: 20%;
    top: 95px;
}
/*------------------------------listados-imagen--------------------------*/


/*############################# RESPONSIVE ###################################*/

@media (min-width: 1220px) {
    .navbar-search {
        width: 500px;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    #listados .form-group {
        padding-left: 5px;
        padding-right: 5px;
        width: 20%;
    }
}

@media (max-width: 1720px) {
    .description_general p {
        font-size: 12px;
    }

    .description_general h3 {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .description_general p {
        font-size: 11px;
    }

    .description_general h3 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    header .float-right {
        float: none;
        !important;
    }

    #login header img {
        margin-right: 0px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    navbar-nav {
        margin-top: 0px;
    }

    .navbar-nav > li > a {
        padding: 0px;
        margin: 10px 18px 20px 18px;
    }
}

@media (max-width: 480px) {
    h3 {
        font-size: 15px;
        font-weight: 700;
    }

    h1 {
        /*color: #fff;*/
        font-size: 40px;
    }

    td {
        max-width: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
}

@media only screen and (min-width: 767px) and (max-width: 992px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 280px) and (max-width: 380px), only screen and (min-width: 380px) and (max-width: 480px) {
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .home-section .mobile-bg {
        display: table;
        height: 46vh;
    }
}

@media only screen and (min-width: 380px) and (max-width: 480px) {
    .home-section .mobile-bg {
        display: table;
        height: 60vh;
    }
}

@media only screen and (min-width: 280px) and (max-width: 380px) {
    .home-section .mobile-bg {
        display: table;
        height: 66vh;
        padding: 0 6px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 380px) and (max-width: 480px), only screen and (min-width: 280px) and (max-width: 380px) {
    .row-eq-height {
        display: block;
    }
}

@media (max-width:960px) {
    .navbar-header, .navbar-right {
        float: left;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        margin: 7.5px 0;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}



/* ÁLVARO 18/11/2016 */
.titlepanel {
    display: none;
}

p.error {
    color: #ff4141;
}

a.list-column-sort {
    color: #fff;
}

.ewHighlightSearch {
    font-weight: bold;
    background-color: #ff0;
}

/*#listados {
    padding: 20px;
}*/

/*TEMPORAL*/

#chart-oee-dash {
    height: 344px;
}

.see_export {
    display: none;
}

    .see_export.actived {
        display: block;
        background-color: #009ad6;
        width: 108px;
        position: absolute;
        padding: 7px;
        border-radius: 5px;
        z-index: 100;
        left: 0px;
        top: 43px;
    }

        .see_export.actived a {
            display: inline-block;
            width: 100%;
            text-align: left;
            color: #fff;
            padding: 2px;
        }

            .see_export.actived a i {
                color: #fff;
                display: inline-block;
                width: 15px;
            }

.ewInlineUpdate, .ewInlineInsert, .ewGridInsert, .ewGridSave {
    background-color: #76ba69;
    opacity: 0.8;
    color: #fff;
    padding: 10px; /* CAMBIO SONIA (03/04/2017 )  15px*/
    margin-right: 5px;
    display: inline-block;
    transition: opacity ease-in 0.2s;
}

.ewInlineCancel, .ewGridCancel {
    background-color: #e95757;
    opacity: 0.8;
    color: #fff;
    padding: 10px; /* CAMBIO SONIA (03/04/2017 )  15px*/
    display: inline-block;
    transition: opacity ease-in 0.2s;
}

.ewInlineUpdate:hover, .ewInlineUpdate:active, .ewInlineUpdate:focus, .ewInlineInsert:hover, .ewInlineInsert:active, .ewInlineInsert:focus,
.ewGridInsert:hover, .ewGridInsert:active, .ewGridInsert:focus, .ewGridSave:hover, .ewGridSave:active, .ewGridSave:focus {
    color: #fff;
    border-color: #ffffff;
    background-color: #76ba69;
    opacity: 1;
}

.ewInlineCancel:hover, .ewInlineCancel:active, .ewInlineCancel:focus, .ewGridCancel:hover, .ewGridCancel:active, .ewGridCancel:focus {
    color: #fff;
    border-color: #ffffff;
    background-color: #e95757;
    opacity: 1;
}

.ewAddBlankRow {
    color: #fff;
    background-color: #0072bb;
    color: #fff !important;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
}

    .ewAddBlankRow > i {
        color: #fff;
    }

.ewTemplate {
    display: none;
}

.align-left {
    text-align: left;
}

.ewDetailColumn {
    text-align: center;
    font-weight: bold;
}

#listados table tr th.ewListOptionHeader {
    padding: 0px;
}

.core-link {
    margin-top: 5px;
    background-color: #0072bb;
    color: #fff;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}

    .core-link:hover, .core-link:active, .core-link:focus {
        color: #fff;
    }

.core-link-informe {
    background-color: #d44b4b;
}

#listados #list .form-group {
    padding: 0;
}

.ewListOptionBody {
    text-align: center;
}

span.has-error > * {
    border-color: #a94442 !important;
    outline: none;
}

.top-actions {
    /* CAMBIO SONIA (03/04/2017 )  10px 15px 15px 15px;*/
    padding: 5px 10px 5px 10px;
}

.search_form {
    /* CAMBIO SONIA (03/04/2017 ) 15px 10px;*/
    padding: 5px 10px;
}

.ewMessageDialog {
    margin: 0px 15px;
}

.ewListOptionSeparator {
    margin: 0px 15px 15px 15px;
}

.ewMasterCaption {
    padding-left: 15px;
    text-decoration: underline;
}


#listados #list {
    margin-top: 0;
}

.panel {
    border-color: #ddd;
}

.tt-hint {
    display: none;
}

.tt-suggestions {
    cursor: pointer;
}

.tt-dropdown-menu {
    top: 29px !important; /* CAMBIO SONIA (21/04/2017 ) 50px !important;*/
    background-color: #FFFFFF;
    border: 1px solid #009ad6;
    padding: 7px 13px 0px 11px; /* CAMBIO SONIA (21/04/2017 ) 21px 13px 11px 13px;*/
    border-radius: 5px;
    margin-top: 1px;
}

.ewAggregate {
    font-weight: bold;
}

.full-form-group {
    width: 100% !important;
}

#list input, #list select {
    width: auto !important;
}

.listados-wrapper {
    width: auto;
    min-width: 100%;
}

/* PO */
.mgnTB-20 {
    margin: 20px 0px 20px 0px;
}

.mgnT-20 {
    margin-top: 20px;
}

.mgnB-20 {
    margin-bottom: 20px;
}

.selected {
    background-color: #428bca !important;
    color: white;
}

.table-modal {
    width: 100%;
}

    .table-modal td {
        cursor: pointer;
    }

    .table-modal tbody {
        width: 100%;
        max-height: 450px;
        overflow: auto;
        display: block;
    }

/* FIN PO */

.button_filter {
    /*padding: 10px;*/
    width: 44px;
    color: #fff;
    background: #009ad6;
    height: 29px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px !important;
    /*margin-right: 10px;*/
}

    .button_filter i {
        color: #fff;
        line-height: 18px !important;
    }

.button_clear_filter {
    background: #d44b4b;
}

.search_form .form-group {
    padding-left: 5px;
    padding-right: 5px;
}

.search_form select, .search_form input, .search_form textarea {
    padding:  5px 10px; /*SONIA 11/09/2017 10px 21px*/
    /*color: #b6b1ae;*/
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    outline: none;
}

.search_form input {
    padding: 5px 10px; /*SONIA 11/09/2017 13px 21px*/
}

.search_form textarea {
    resize: vertical;
}


.search-operator {
    width: auto !important;
    margin-bottom: 10px !important;
    padding: 0px 10px !important;
    height: 23px;
    margin-bottom: 0px !important;
}

/*.search_form > div:not(.off):nth-of-type(6n), .search_form > div.off.actived:nth-of-type(6n)  {
    clear: both;
}*/

#ui-datepicker-div {
    background-color: #fff;
    padding: 11px;
    border: 1px solid #009ad6;
    display: none;
    min-width: 222px;
}

.ui-datepicker-title {
    margin-top: 2px;
    margin-bottom: 6px;
    text-align: center;
}

.ui-datepicker-prev {
    cursor: pointer;
    font-size: 22px;
    float: left;
}

.ui-datepicker-next {
    cursor: pointer;
    font-size: 22px;
    float: right;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    padding: 2px 3px;
    text-align: right;
}

.ui-datepicker-month {
    margin-right: 5px;
}

.ui-datepicker-month, .ui-datepicker-year {
    border-color: #009ad6;
}

.ui-datepicker-today {
    background-color: #ffde65;
}

.ui-datepicker-current-day {
    background-color: #009ad6;
}

    .ui-datepicker-current-day > a {
        color: #fff;
    }


/*TIME PICKER*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

.ui_tpicker_hour_slider > select, .ui_tpicker_minute_slider > select, .ui_tpicker_second_slider > select {
    border-color: #009ad6;
}

.ui-datepicker-close {
    float: right;
    border: none;
    background-color: #84a555;
    color: #fff;
    padding: 5px;
}

button.ui-datepicker-current {
    border: none;
    background-color: #ffde65;
    padding: 5px;
}

.ui-datepicker-calendar {
    margin: 0 auto;
}

.popover {
    max-width: none;
    width: auto;
    font-weight: normal;
}

    .popover .ewListOptionBody, .popover .ewPreviewLowerPanel, .popover .ewListOptionHeader {
        display: none;
    }

.k-progressbar {
    width: 100% !important;
    background-color: #dddddd !important;
    border-color: #c6c6c6 !important;
}

.kpi {
    display: inline-block;
    max-width: 325px;
    min-width: 325px;
    border-radius: 5px;
    padding: 0px;
}

@media (max-width: 480px) {
    .kpi {
        min-width: 100%;
    }
}

#production .kpi {
    border: 15px solid #57b8e2;
}

#energy .kpi {
    border: 15px solid #84a555;
}

#general .kpi {
    border: 15px solid #8b8b8b;
}

#favoritos {
    padding: 0px;
}

.a-mapa-normal {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
}

/* MAPA SITIO */
#mapasitio ul {
    list-style: none;
    padding-left: 26px;
    margin: 0px;
}

    #mapasitio ul li {
        margin-bottom: 4px; /* CAMBIO SONIA (21/04/2017 ) 10px;*/
    }

#mapasitio .glyphicon {
    top: 3px;
}

#mapasitio .fa {
    font-size: 20px;
    color: #313b3d;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.node-box {
    font-size: 14px; /* CAMBIO SONIA (21/04/2017 ) 16px;*/
}

.node-list .a-mapa-normal {
    float: left;
    line-height: 35px;
}

.node-list img {
    float: right;
}

.img-fav-mapa {
    opacity: 0.4;
    cursor: pointer;
}

.node-fav {
    opacity: 1;
}

.fix-panel {
    margin-bottom: -15px;
}

#searchMapaSitio {
    border: 1px solid #dddddd;
    background: #fff;
    outline: none;
}
/* FIN MAPA SITIO */

.quick-search input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quick-search .dropdown-toggle {
    background-color: #009ad6;
    color: #FFFFFF;
}

.quick-search .dropdown-menu > .active > a {
    background-color: #0072bb;
}

.quick-search #psearch {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

#btnAction, .ewPopupBtnOk {
    background-color: #52aa39 !important;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
    margin-right: 20px;
}

#btnCancel, .ewPopupBtnCancel {
    background-color: #f55353 !important;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
}

.ewToolbar div.ewActionOption.ewListOptionSeparator {
    margin: 0px;
}

.ewToolbar {
    margin: 0px 15px 15px 15px;
}

.related-data-drop {
    margin-left: 2px;
    margin-right: 15px;
}


/* SUMMARY */
.ewRptGrpAggregate {
    font-weight: bold;
    background: #e7e7e7;
}
/* END SUMMARY */

/* CROSSTAB */
#report_crosstab .ewRptPageSummary, .ewRptGrandSummary {
    font-weight: bold;
    background-color: #e7e7e7;
}

#report_crosstab .ewRptColSummary {
    background: #298bb2;
    text-align: center;
}

#report_crosstab .ewRptColHeader {
    background: #165b76;
}

#report_crosstab .ewReportTable thead tr:last-of-type td:not(.ewTableHeader) {
    background: #165b76;
}

#report_crosstab .ewReportTable tbody tr td[data-field] {
    background-color: #009ad6;
    color: white;
}

#report_crosstab .ewReportTable thead tr:last-of-type td:last-of-type {
    background: #298bb2;
}

#report_crosstab .ewReportTable tbody td:last-of-type {
    background: #e7e7e7;
    font-weight: bold;
}

#report_crosstab .ewTableHeader {
    vertical-align: middle !important;
}

#report_crosstab .ewCrosstabValues {
    margin: 0;
}
/* END CROSSTAB */

/* CHARTS REPORT */
#report_crosstab .fa-filter, #report_summary .fa-filter {
    color: #fff;
    cursor: pointer;
}

.ewChartDiv {
    margin-left: 50px;
    margin-bottom: 12px;
}

.ewTopLink {
    display: none;
}

.popover {
    border: 1px solid #009ad6;
    border-radius: 5px;
}

    .popover .modal-footer {
        border-color: #009ad6;
    }
/* END CHARTS REPORT */

/* ROJO */
.quick-search .caret {
    line-height: 0.42;
}

.form-group.advanced {
    margin-top: 22px !important;
}

.quick-search .dropdown-toggle {
    padding: 6px 21px !important;
}
/* END ROJO */

/* MAPS */
#map {
    height: 550px;
}

.ubicaciones-tree {
    margin-bottom: 50px;
}

    .ubicaciones-tree .k-in {
        cursor: pointer !important;
    }
/* END MAPS */

.options-down {
    background-color: #fdecae;
}

#list tbody tr:hover:not(.options-down) {
    background-color: #ECE9D8;
}


 /* LOADING */
.loading-spinner {
    position: absolute;
    height: 40px;
    width: 60px;
    position: fixed;
    top: -40px;
    left: 50%;
    background-color: #ecb065;
    text-align: center;
    z-index: 56546546;
    color: white;
    border: 1px solid #464646;
    border-radius: 2px;
    transition: top linear 0.4s;
}

.loading-spinner.active {
    top: 80px;
}

    .loading-spinner > i {
        color: white;
        font-size: 24px;
        line-height: 36px;
    }

.blockUI.active {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	filter: alpha(opacity=0);
	z-index: 10000;
}

/*END LOADING */



/* MONITORIZACION */


.ControlMonitorizacion {
    border-style: solid; 
    border-color: gray;
    border-width: thin;
     width: 10%; 
     height: 140px;
   padding:8px;
   background-color:white;
   border-radius: 10%;
}

.ControlMonitorizacion tr td {
   
     height: 17px;
  
}

/* END MONITORIZACION */

/* PERMISOS */
#permisos .panel-heading h2 {
    color: #000;
    float: left;
}

#permisos h3 {
    font-size: 15px;
    margin-bottom: 15px;
}

#permisos #perfiles ul {
    list-style: none;
    padding: 0px;
}

    #permisos #perfiles ul li {
        padding: 10px;
        margin-bottom: 5px;
        background: #009ad6;
        color: #fff;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

        #permisos #perfiles ul li.active, #permisos #perfiles ul li:hover {
            background: #0072bb;
        }

#permisos table {
    width: 100% !important;
}

#permisos .node {
    font-size: 13px;
}

#permisos th {
    font-weight: 100;
}

#permisos .node td, #permisos th {
    padding: 5px 10px;
}

    #permisos .node td div {
        padding-left: 0px;
    }

#permisos .node.firstNode {
    background-color: #f2f6f7;
}

    #permisos .node.firstNode td:first-child {
        font-size: 16px;
    }

@media (max-width:441px) {
    #permisos th, #permisos td, #permisos .node.firstNode td:first-child {
        font-size: 11px;
    }
}

#permisos .node.secondNode {
    background-color: #FDF4E3 !important;
}

@media (max-width:375px) {
    #permisos th, #permisos td, #permisos .node.firstNode td:first-child {
        font-size: 9px;
        padding: 5px;
    }
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: none;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    border: 1px solid #009ad6;
    border-radius: 10px;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 1.2em;
        line-height: 0;
        top: 52%;
        left: -4%;
        color: #009ad6;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"][checked="checked"] + .cr > .cr-icon,
    .radio label input[type="radio"][checked="checked"] + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }
/* FIN PERMISOS */

.panel-toolbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.panel-toolbar-option {
	margin-right: 20px;
	padding: 5px;
	background-color: #017baa;
	border-radius: 3px;
}

	.panel-toolbar-option p {
		color: #fff;
		margin-bottom: 2px;
	}

.separator {
	width: 100%;
	border: 1px solid #c7c7c7;
	margin-bottom: 15px;
}

.card-linea .panel-heading {
	background: #017baa;
	color: #fff;
}

	.card-linea .panel-heading i {
		color: #fff;
		font-size: 20px;
	}

.card-linea .card-subtitle {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #777777;
}

.card-linea .card-kpi {
	font-size: 30px;
	font-weight: 800;
	color: #009ad6;
}

.k-grid .k-hierarchy-col {
	width: 20px !important;
}
.k-textbox {
	width: 90% !important;
}

.k-dropdown {
	width: 90% !important;
}

.k-edit-form-container {
	width: 600px !important;
}
.k-grid-filter.k-state-active {
	background-color: #009ad647 !important;
}
.k-combobox {
	width: 90% !important;
}
.button_blue {
	background: #009ad6 !important;
	color: #fff !important;
	-webkit-appearance: button;
	cursor: pointer;
}

/*DateTimePicker*/
.ui_tpicker_minute_label {
	display: none;
}

.ui_tpicker_hour_label {
	display: none;
}

.k-calendar .k-header, .k-calendar .k-today, .k-calendar .k-header .k-state-hover {
	background-color: #009ad6 !important;
}

.k-nav-today {
	color: #009ad6 !important;
}

.k-loading-pdf-mask {
	color: #009ad6 !important;
	background-color: #009ad6 !important;
}

/*EXPORTAR A PDF*/
/* Evita que se muestre al exportar a pdf los iconos de filtro*/
.k-pdf-export .k-command-cell,
.k-pdf-export .k-button,
.k-pdf-export .k-grid-filter,
.k-pdf-export .k-grid-pager,
.k-pdf-export .k-grid-top,
.k-pdf-export .grid-command {
	display: none !important;
}

/* para el template.*/
.titleinformes {
	/*background-color: #009ad6;*/
	padding: 5px;
	/*font-weight:bold;*/
	color: black;
	font-size: 20px;
	/*margin-bottom: 10px;*/
}

.pageinformes {
	padding: 20px;
	font-size: 12px;
}

#logo img {
	max-height: 60px;
	width: auto;
}

.page-template {
	/*font-family: "DejaVu Sans", "Arial", sans-serif;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	left: 0px;
}

	.page-template .header {
		position: absolute;
		top: 20px;
		left: 30px;
		right: 30px;
		/*border-bottom: 1px solid #888;*/
		text-align: center;
		color: black;
		font-size: 24px;
	}

	.page-template .footer {
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
		border-top: 1px solid #888;
		text-align: center;
		color: #888;
	}

	.page-template .watermark {
		font-weight: bold;
		font-size: 400%;
		text-align: center;
		margin-top: 30%;
		color: #aaaaaa;
		opacity: 0.1;
		transform: rotate(-35deg) scale(1.7, 1.5);
	}

/*FIN EXPORTAR A PDF*/

/* Recursos preventivos */
.recursos-preventivos {
    display: none;
    margin-left: 25px;
    border: 1px solid gainsboro;
    padding: 15px;
    border-radius: 5px;
    width: fit-content;
}

.recursos-preventivos-check {
    width: 25px !important;
}


