body {
    padding-top: 50px;
    background-color: #ffffff;
}

.popover-title {
    text-align: center;
}

.btnd:focus,
.btnd:active,
.btnd.active,
.btnd:focus:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-grey {
    background-color: #e6e6e6
}

.padding-table {
    padding: 5px 5px 5px 5px;
}

.angular-leaflet-map {
    width: 100%;
    height: 757px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .angular-leaflet-map {
        width: 100%;
        height: 250px;
        border-radius: 4px;
    }
}

@media (max-width: 992px) {
    .angular-leaflet-map {
        width: 100%;
        height: 250px;
        border-radius: 4px;
    }
}


/*
	CSS ADICIONAL
	LOGOUT BUTTON---------------------------------
*/

.inline {
    display: inline;
}

.link-button {
    background: none;
    border: none;
    color: black;
    /*text-decoration: underline;*/
    cursor: pointer;
    /*font-size: 1em;*/
    /*font-family: serif;*/
}

.link-button:focus {
    outline: none;
}

.link-button:active {
    color: black;
}


/*
LOGOUT BUTTON---------------------------------
*/


/*footer*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #101010;
    padding-top: 10px;
}

.vr {
    display: inline;
    height: 100%;
    width: 1px;
    border: 1px inset;
    margin: 10px
}


/*grid*/

.parA .ui-grid-cell-contents {
    background-color: hsl(120, 45%, 87%) !important;
    border-top: 1px solid;
}

.parClaroA .ui-grid-cell-contents {
    background-color: hsl(120, 45%, 90%) !important;
    border-bottom: 1px solid;
}

.parCustomA {
    background-color: hsl(120, 45%, 87%) !important;
    border-top: 1px solid;
}

.parClaroCustomA {
    background-color: hsl(120, 45%, 90%) !important;
    border-bottom: 1px solid;
    border-bottom-width: 1px !important;
    border-bottom-color: #000000 !important;
}

.parCustomANoBorder {
    background-color: hsl(120, 45%, 87%) !important;
}

.parANoBorder .ui-grid-cell-contents {
    background-color: hsl(120, 45%, 87%) !important;
}

.parB .ui-grid-cell-contents {
    background-color: hsl(204, 100%, 92%) !important;
    border-top: 1px solid;
}

.parClaroB .ui-grid-cell-contents {
    background-color: hsl(204, 100%, 95%) !important;
    border-bottom: 1px solid;
}

.parCustomB {
    background-color: hsl(204, 100%, 92%) !important;
    border-top: 1px solid;
}

.parClaroCustomB {
    background-color: hsl(204, 100%, 95%) !important;
    border-bottom: 1px solid;
    border-bottom-width: 1px !important;
    border-bottom-color: #000000 !important;
}

.parCustomBNoBorder {
    background-color: hsl(204, 100%, 92%) !important;
}

.parBNoBorder .ui-grid-cell-contents {
    background-color: hsl(204, 100%, 92%) !important;
}


.ui-grid-viewport {
    height: 618px !important;
}

.grid {
    height: 649px;
}

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgba(140, 140, 140, 0.2);
}

.grid-msg-overlay .msg {
    opacity: 1;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 50%;
    text-align: center;
    font-size: 100px;
    display: table;
}

.grid-msg-overlay .msg span {
    display: table-cell;
    vertical-align: middle;
}

.grid-msg-overlay-data {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgba(140, 140, 140, 0.06);
}

.grid-msg-overlay-data .msg {
    opacity: 1;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 50%;
    text-align: center;
    font-size: 20px;
    display: table;
}

.grid-msg-overlay-data .msg span {
    display: table-cell;
    vertical-align: middle;
}

.cargando {
    position: absolute;
    top: 20px;
    bottom: 20px;
    z-index: 999;
    width: 92.1%;
    /*background: rgba(140, 140, 140, 0.2);*/
}

.cargando .msg {
    opacity: 1;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 50%;
    text-align: center;
    font-size: 100px;
    display: table;
}

.cargando .msg span {
    display: table-cell;
    vertical-align: middle;
}

.popover {
    min-width: 700px;
}

.contenedor {
    min-width: 700px;
    width: 700px
}

@media (max-width: 767px) {
    .popover {
        min-width: 300px;
        width: 100%;
    }

    .contenedor {
        min-width: 300px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .popover {
        min-width: 300px;
        width: 100%;
    }

    .contenedor {
        min-width: 300px;
        width: 100%;
    }
}

.myInvisible {
    opacity: 0;
    animation-fill-mode: forwards;
}

.myFadeIn {
    animation-name: myFadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes myFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.myFadeOut {
    animation-name: myFadeOut;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes myFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/**arrow buttons */

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 5px;
    /* move it down because of rounded corners */
    width: 22px;
    /* same as height */
    height: 22px;
    /* button_outer_height / sqrt(2) */
    background: inherit;
    /* use parent background */
    border: inherit;
    /* use parent border */
    border-left-color: transparent;
    /* hide left border */
    border-bottom-color: transparent;
    /* hide bottom border */
    border-radius: 0px 4px 0px 0px;
    /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}


/* xs button**/

.btn-xs-arrow-right,
.btn-xs-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}


.btn-xs-arrow-right {
    padding-left: 25px;
}

.btn-xs-arrow-left {
    padding-right: 25px;
}

.btn-xs-arrow-right:before,
.btn-xs-arrow-right:after,
.btn-xs-arrow-left:before,
.btn-xs-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 2px;
    /* move it down because of rounded corners */
    width: 16px;
    /* same as height */
    height: 16px;
    /* button_outer_height / sqrt(2) */
    background: inherit;
    /* use parent background */
    border: inherit;
    /* use parent border */
    border-left-color: transparent;
    /* hide left border */
    border-bottom-color: transparent;
    /* hide bottom border */
    border-radius: 0px 4px 0px 0px;
    /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-xs-arrow-right:before,
.btn-xs-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-xs-arrow-left:before,
.btn-xs-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-xs-arrow-right:before,
.btn-xs-arrow-left:before {
    /* align the "before" square to the left */
    left: -7px;
}

.btn-xs-arrow-right:after,
.btn-xs-arrow-left:after {
    /* align the "after" square to the right */
    right: -7px;
}

.btn-xs-arrow-right:after,
.btn-xs-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-xs-arrow-right:before,
.btn-xs-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}


/* animacion ng-switch**/

.animate-switch.ng-animate {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.animate-switch.ng-leave,
.animate-switch.ng-leave.ng-leave-active {
    display: none;
}

.animate-switch.ng-enter {
    opacity: 0;
}

.animate-switch.ng-enter.ng-enter-active {
    opacity: 1;
}


/**higlight buttons*/

.button-disabler {
    -webkit-transition: background-color, border-color, opacity 2s ease-out;
    -moz-transition: background-color, border-color, opacity 2s ease-out;
    -o-transition: background-color, border-color, opacity 2s ease-out;
    transition: background-color, border-color, opacity 2s ease-out;
}

.disabler {
    background-color: grey !important;
    border-color: grey !important;
    opacity: 0.5;
}


/*button selected "toggle button" **/

.li-red {
    border-radius: 4px 4px 0 0 !important;
    border-bottom: 1px solid #c9302c !important;
}

.transitioner {
    -webkit-transition: background-color, border-color, color 0.25s ease-out;
    -moz-transition: background-color, border-color, color 0.25s ease-out;
    -o-transition: background-color, border-color, color 0.25s ease-out;
    transition: background-color, border-color, color 0.25s ease-out;
}

.activated,
.activated:hover,
.activated:focus {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: white
}


/**  MODULO DE GRAFICOS **/

.normalFlow {
    border-color: rgb(92, 184, 92);
    border-width: thick;
    border-style: solid;
}

.hbFlow {
    border-color: #343A40;
    border-width: thick;
    border-style: solid;
}

.reverseFlow {
    border-color: rgb(217, 83, 79);
    border-width: thick;
    border-style: solid;
}



.openBarrierFlow {
    border-color: rgb(91, 192, 222);
    border-width: thick;
    border-style: solid;
}

.noStopFlow {
    border-color: rgb(240, 173, 78);
    border-width: thick;
    border-style: solid;
}

.timeoutFlow {
    border-color: rgb(128, 128, 255);
    border-width: thick;
    border-style: solid;
}

.panel panel-default {
    border-width: medium;
    border-style: double;
}

#chartjs-tooltip {
    z-index: 1 !important;
    position: absolute !important;
}

.popoverCustom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}


.offTable {
    background-color: #d3d3d3;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.row.text-center>div {
    display: inline-block;
    float: none;
}

.navelement {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(157, 157, 157);
}

.charButtonGreen {
    outline: none !important;
    background-color: #056800;
    border-color: #056800;
    cursor: default;
}

.charButtonGray {
    outline: none !important;
    background-color: #777677;
    border-color: #777677;
    cursor: default;
}


.panel-vehicle {
    border-color: #5591c3;
}

.panel-vehicle .panel-heading {
    border-color: #5591c3;
    color: #fff;
    background-color: #5591c3;
}

.panel-vehicle a {
    color: #5591c3;
}

.panel-vehicle a:hover {
    color: #5591c3;
}


.panel-general-data {
    border-color: #77a7cf;
}

.panel-general-data .panel-heading {
    border-color: #77a7cf;
    color: #fff;
    background-color: #77a7cf;
}

.panel-bundle {
    border-color: #FF9F40;
}

.panel-detail-bundle {
    border-color: #fde9c9;
}

.panel-bundle .panel-heading {
    border-color: #FF9F40;
    color: #fff;
    background-color: #FF9F40;
}


.panel-aborted a {
    color: #e3343d;
}

.panel-aborted a:hover {
    color: #e3343d;
}

.panel-aborted {
    border-color: #e3343d;
}

.panel-aborted .panel-heading {
    border-color: #e3343d;
    color: #fff;
    background-color: #e3343d;
}

.panel-aborted a {
    color: #e3343d;
}

.panel-aborted a:hover {
    color: #e3343d;
}


.noDisplay {
    display: none;
}



table.dataTable thead {
    background-color: #77a7cf !important;
    color: white;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}


table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}


.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f2f7fa !important;
}

.dataTables_info {
    padding-bottom: 10px;
}

.bottom {
    padding-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

.dataTables_filter {
    display: none;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #5591c3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #77a7cf !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #5591c3 !important;
}

.navbar-develop {
    background-color: #000c33;
    border-color: #080808;
}

.navbar-production {
    background-color: #001433;
    border-color: #080808;
}

.btn-dashboard {
    color: #fff;
    background-color: #77a7cf;
    border-color: #77a7cf;
}

.img-thumbnail {
    border: 2px solid #77a7cf;
}

.navelement {
    color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #77a7cf;
    background-color: transparent;
}

.dashboard-admin-text {
    color: #290066;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: justify;
    word-spacing: 10px;
}


.panel-approved {
    border-color: white;

}

.panel-approved .panel-first-header {
    background-color: #eef6ee;
    color: white;

}




.panel-approved .panel-footer {
    background-color: #f5f5f5;
}


.panel-automatic {
    border-color: #f0ad4e;

}

.panel-automatic .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-automatic .panel-footer {
    background-color: #fdf7ee;
}

.panel-overall {
    border-color: #5591c3;
}

.panel-overall .panel-heading {
    color: white;
    background-color: #5591c3;
}

.panel-overall .panel-footer {
    background-color: #337ab7;
}

.panel-loading {
    border-color: #eee;
}

.panel-loading .panel-heading {

    color: #46789e;
    background-color: #eee;
    text-align: center;
}

.panel-description {
    border-color: #337ab7;

}

.panel-description .panel-heading {
    border-color: #337ab7;
    color: white;
    background-color: #337ab7;
}

.panel-description .panel-footer {
    background-color: #fdf7ee;
}


.panel.panel-horizontal {
    display: table;
    width: 100%;
}

.panel.panel-horizontal>.panel-heading,
.panel.panel-horizontal>.panel-body,
.panel.panel-horizontal>.panel-footer {
    display: table-cell;
}

.panel.panel-horizontal>.panel-heading,
.panel.panel-horizontal>.panel-footer {
    width: 25%;
    border: 0;
    vertical-align: middle;
}

.panel.panel-horizontal>.panel-heading {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.panel.panel-horizontal>.panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

.green-border {

    border-width: 1px;
    border-color: #5cb85c;
    /** background-color: #5cb85c; **/
}

.red-border {
    border-width: 1px;
    border-color: red;
    background-color: #c9302c;
}

.btn-gray {
    outline: none !important;
    background-color: #777677;
    border-color: #777677;
}


.btn-layout-1 {
    color: #fff;
    background-color: #5cbae6;
    border-color: #46b8da;
}

.btn-layout-2 {
    color: #fff;
    background-color: #b6d957;
    border-color: #46b8da;
}

.btn-layout-3 {
    color: #fff;
    background-color: #fac364;
    border-color: #46b8da;
}

.btn-layout-4 {
    color: #fff;
    background-color: #8cd3ff;
    border-color: #46b8da;
}

.btn-layout-5 {
    color: #fff;
    background-color: #d998cb;
    border-color: #46b8da;
}

.btn-layout-6 {
    color: #fff;
    background-color: #f2d249;
    border-color: #46b8da;
}

.btn-layout-7 {
    color: #fff;
    background-color: #93b9c6;
    border-color: #46b8da;
}

.btn-layout-8 {
    color: #fff;
    background-color: #ccc5a8;
    border-color: #46b8da;
}

.btn-layout-9 {
    color: #fff;
    background-color: #52bacc;
    border-color: #46b8da;
}

.btn-layout-10 {
    color: #fff;
    background-color: #dbdb46;
    border-color: #46b8da;
}

.btn-layout-11 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}

.btn-layout-12 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}

.btn-layout-13 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}

.btn-layout-13 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}

.btn-layout-14 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}


.btn-layout-15 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}


.btn-layout-16 {
    color: #fff;
    background-color: #98aafb;
    border-color: #46b8da;
}


.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: white;
}

.eventDetail+.tooltip>.tooltip-inner {
    background-color: black;
    color: #FFFFFF;
    border: 1px solid #77a7cf;
    padding: 15px;
    font-size: 15px;
    opacity: 1 !important;
}

/* Tooltip on top */
.eventDetail+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #77a7cf;
}

/* Tooltip on bottom */
.eventDetail+.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid #77a7cf;
}

/* Tooltip on left */
.eventDetail+.tooltip.left>.tooltip-arrow {
    border-left: 5px solid #77a7cf;
}

/* Tooltip on right */
.eventDetail+.tooltip.right>.tooltip-arrow {
    border-right: 5px solid #77a7cf;
}


.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.circle-tile-heading.green:hover {
    background-color: #138F77;
}

.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}

.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}

.circle-tile-heading.red:hover {
    background-color: #CF4435;
}

.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}

.green {
    background-color: #16A085;
}

.blue {
    background-color: #2980B9;
}

.orange {
    background-color: #F39C12;
}

.red {
    background-color: #E74C3C;
}

.purple {
    background-color: #8E44AD;
}

.dark-gray {
    background-color: #7F8C8D;
}

.gray {
    background-color: #95A5A6;
}

.light-gray {
    background-color: #BDC3C7;
}

.yellow {
    background-color: #F1C40F;
}

.text-dark-blue {
    color: #34495E;
}

.text-green {
    color: #16A085;
}

.text-blue {
    color: #2980B9;
}

.text-orange {
    color: #F39C12;
}

.text-red {
    color: #E74C3C;
}

.text-purple {
    color: #8E44AD;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.panel.panel-horizontal>.panel-heading {
    -moz-box-shadow: 5px 0px 5px -3px #ccc;
    -webkit-box-shadow: 5px 0px 5px -3px #ccc;
    box-shadow: 5px 0px 5px -3px #ccc;
}


.orange {
    background-color: #FF9F40;
}

.dataTables_length {
    float: left;
}

.dashboard-left-column {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}


#hbPanel div {
    font-size: 1.5rem;
    padding-left: 1em;
    color: #343A40;

}

#risk-high div {
    font-size: 1.5rem;
    padding-left: 1em;
    color: #C9302C;

}

#risk-mid div {
    font-size: 1.5rem;
    color: #F0AD4E;
    padding-left: 1em;

}

#risk-low div {
    font-size: 1.5rem;
    padding-left: 1em;

    color: #449D44;
}

.green-light-on {
    margin: auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: green;
    border: 2px solid green;
    text-align: center;
}

.green-light-off {
    margin: auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: right;
    border: 2px solid green;
    text-align: center;
}

.red-light-on {
    margin: auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: red;
    border: 2px solid red;
    text-align: center;
}

.red-light-off {
    margin: auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: right;
    border: 2px solid red;
    text-align: center;
}

#facilityData2 {
    display: block;
    /* Organización vertical para las plantas */
}

.plant {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.plant table {
    flex: 1;
    width: 100%;
}

.plant table:first-child {
    flex: 3;
}

.plant table:last-child {
    flex: 1;
}

.plant table td,
.plant table th {
    padding: 8px;
    text-align: center;
}

.plant table tr:first-child td {
    font-weight: bold;
}


.header-table-alerts {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 2.5rem;
    color: black;
    border-collapse: collapse;
    /* Quitar bordes adicionales */
}

.header-table-alerts td {
    border: none !important;
    /* Sin bordes en las celdas */
    border: 1px solid white !important;
    text-align: left !important;
}