﻿body {
}

    body .container.body .right_col {
        background: #FFFFFF
    }

.panel {
    background: #f8f8f8 !important
}

h2 {
    font-size: 30px;
}

.textarea-format {
    resize: none;
}

.consolidado-hover div:hover {
    background-color: #ffe9d6;
}

.ver-info-hover div {
    padding-top: 3px;
}

.ver-info-hover .row {
    /*padding-bottom: 6px;*/
}

.ver-info-hover .row label {
    margin-bottom: 0px;
}

.ver-info-hover .row span {
    margin-bottom: 5px;
}

.ver-info-hover div:hover {
    background-color: #ffe9d6;
}

.hover-visualizar .row div {
    margin-top: 5px;
}

.hover-visualizar .row:hover {
    background-color: #ffe9d6;
}

.agregar-hover a {
    color: #333;
}

    .agregar-hover a:hover {
        color: #dc5c00;
    }

.div-boton {
    display: block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    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;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border: 1px solid transparent;
    border-radius: 6px;
    width: 100%;
}

    .div-boton:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

.btn-block, btn-lg {
    height: 100%;
}

.div-boton > p {
    padding: 0;
    margin: 0;
}

.navbar-inverse {
    background-color: #e67e22;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }

    .navbar-inverse .navbar-toggle {
        background-color: #e67e22;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #f39c12;
        }

.navbar-inverse {
    border-color: #e67e22;
}



/* MARGIN-TOP */
.sin-margin-top {
    margin-top: 0px !important;
}

.menos-margin-top-aun {
    margin-top: 5px !important;
}

.menos-margin-top {
    margin-top: 10px !important;
}

.margin-top {
    margin-top: 15px !important;
}

.mas-margin-top {
    margin-top: 20px !important;
}

/* MARGIN-BOT */
.sin-margin-bot {
    margin-bottom: 0px !important;
}

.menos-margin-bot-aun {
    margin-bottom: 5px !important;
}

.menos-margin-bot {
    margin-bottom: 10px !important;
}

.margin-bot {
    margin-bottom: 15px !important;
}

.mas-margin-bot {
    margin-bottom: 20px !important;
}

/* MARGIN LEFT */
.sin-margin-left {
    margin-left: 0px;
}

.menos-margin-left-aun {
    margin-left: 5px;
}

.menos-margin-left {
    margin-left: 10px;
}

.margin-left {
    margin-left: 15px;
}

.mas-margin-left {
    margin-left: 20px;
}

/* MARGIN RIGHT */
.sin-margin-right {
    margin-right: 0px;
}

.menos-margin-right-aun {
    margin-right: 5px;
}

.menos-margin-right {
    margin-right: 10px;
}

.margin-right {
    margin-right: 15px;
}

.mas-margin-right {
    margin-right: 20px;
}



.table-scrolleable {
    height: 378px;
    overflow-y: scroll;
    overflow-x: scroll;
}

/*.modal {
    overflow-y: auto;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .75;
}

.panel-margin {
    margin-bottom: 20px;
}

/* Alerts tradicionales*/
.alert-success-tradicional {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info-tradicional {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alert-primary-raiz {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.alert-primary-tradicional {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-default-tradicional {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.alert-warning-tradicional {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger-tradicional {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: rgba(245, 215, 110, 0.88);
    border-color: rgba(245, 215, 111, 0.88);
}
/* Fin Alerts Tradicionales */

/* Alerts light*/
.alert-success-light {
    color: #3c763d;
    background-color: #f7fff4;
    border-color: #d6e9c6;
}

.alert-danger-light {
    color: #a94442;
    background-color: #fff4f4;
    border-color: #ebccd1;
}

/* Fin Alerts light */

/* ALERTS REPORTES */
.alert-hse {
    color: #fff;
    background-color: #ff5200;
    border-color: #ff5200;
}

.alert-operacional {
    color: #fff;
    background-color: #5d4949;
    border-color: #5d4949;
}

.alert-sostenibilidad {
    color: #fff;
    background-color: #2d3161;
    border-color: #2d3161;
}

.alert-hallazgo {
    color: #fff;
    background-color: #54b5ca;
    border-color: #54b5ca;
}

/* Cuadros Información Curso */
.informacion-aprobado {
    color: #00882a;
    border: solid 1.5px #387b00;
}

.informacion-reprobado {
    color: #ab0300;
    border: #6f0012 solid 1.5px;
}

.tile-stats h3 {
    color: #949494;
}
/* Fin Cuadros Información Curso */

/* Cuadros Información Protocolos Ministeriales */
.protocolo-falta-poco {
    color: #e2d700;
    border: solid 1.5px #D4B400;
}

.protocolo-falta-mucho {
    color: #ff943a;
    border: solid 1.5px #ff6b00;
}


.protocolo-primary {
    color: #3a84a8;
    border: solid 1.5px #31708f;
}

/* Fin Cuadros Información Protocolos Ministeriales */

/* SEMAFORO NIVELES CUMPLIMIENTO PROTOCOLOS */
.protocolo-insuficiente {
    border-left-width: 10px;
    border-left-color: #000000;
}

.protocolo-bronce {
    border-left-width: 10px;
    border-left-color: #cd7f32;
}

.protocolo-plata {
    border-left-width: 10px;
    border-left-color: #cecfd0;
}

.protocolo-oro {
    border-left-width: 10px;
    border-left-color: #efb810;
}

/* FIN SEMAFORO NIVELES CUMPLIMIENTO PROTOCOLOS */

/* Labels Modificados */
.label-primary-modificado {
    background-color: #d9edf7;
    color: #31708f;
    border-style: solid;
    border-color: #337ab7;
    border-width: 1px;
}

.label-success-modificado {
    background-color: #dff0d8;
    color: #3c763d;
}

.label-success-select {
    background-color: rgba(38, 185, 154, 0.88);
    color: #ffffff;
}

.label-info-modificado {
    background-color: #d9edf7;
    color: #31708f;
}

.label-warning-modificado {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.label-warning-raiz {
    background-color: rgba(231, 76, 60, 0.88);
    color: #E9EDEF;
}

.label-danger-modificado {
    background-color: #f2dede;
    color: #a94442;
}

.label-default-modificado {
    background-color: #e6e6e6;
    color: #333;
}

.label-semaforo-amarillo {
    background-color: #dcba00;
    color: white;
}

.fix-label {
    padding: .2em .5em .2em;
    vertical-align: middle;
    margin-bottom: 1px;
    line-height: 0;
}

.fix-label-titulo {
    padding: .3em .5em .2em;
    vertical-align: middle;
    margin-bottom: 1px;
    line-height: 0;
}

.margin-label .label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 100%;
}
/* Fin Alerts Tradicionales */
.nodo {
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.subir {
    margin-top: -2px;
}

.jumbotron > h2 {
    font-size: 40px;
}

.btn-responsables {
    width: 230px;
}

.btn-masivo {
    width: 225px;
}

.btn-masivo-grande {
    width: 270px;
}

.btn-plantillas {
    width: 200px;
}

.btn-editor {
    width: 250px;
}

.btn-busqueda {
    margin-bottom: 0px;
}

.btn-editor-documentos {
    width: 230px;
}

.btn-180px {
    width: 180px;
}

.btn-185px {
    width: 185px;
}

.btn-200px {
    width: 200px;
}

.btn-220px {
    width: 220px;
}

.btn-eventos-rm {
    width: 183px;
}
/*.btn-cursos {
    width: 131px;
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    margin-bottom: 0px !important;
}
.btn-cursos:focus,
.btn-cursos.focus {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #122b40 !important;
}
.btn-cursos:hover {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-cursos:active,
.btn-cursos.active,
.open > .dropdown-toggle.btn-cursos {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-cursos:active:hover,
.btn-cursos.active:hover,
.open > .dropdown-toggle.btn-cursos:hover,
.btn-cursos:active:focus,
.btn-cursos.active:focus,
.open > .dropdown-toggle.btn-cursos:focus,
.btn-cursos:active.focus,
.btn-cursos.active.focus,
.open > .dropdown-toggle.btn-cursos.focus {
  color: #fff !important;
  background-color: #204d74 !important;
  border-color: #122b40 !important;
}
.btn-cursos:active,
.btn-cursos.active,
.open > .dropdown-toggle.btn-cursos {
  background-image: none !important;
}
.btn-cursos.disabled:hover,
.btn-cursos[disabled]:hover,
fieldset[disabled] .btn-cursos:hover,
.btn-cursos.disabled:focus,
.btn-cursos[disabled]:focus,
fieldset[disabled] .btn-cursos:focus,
.btn-cursos.disabled.focus,
.btn-cursos[disabled].focus,
fieldset[disabled] .btn-cursos.focus {
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
.btn-cursos .badge {
  color: #337ab7 !important;
  background-color: #fff !important;
}*/
/*MANUEL*/
.alert {
    margin-bottom: 10px !important;
}

.jumbotron {
    margin-top: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.jumbotron-mini {
    padding-top: 13px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.jumbotron-light {
    padding: 5px 15px !important;
    margin-bottom: 5px;
}

.jumbotron-light-actividades {
    padding: 15px 15px !important;
    margin-bottom: 5px;
}

.jumbotron-evaluacion {
    padding: 10px 20px 1px !important;
}

.jumbotron-peligros {
    padding: 20px 30px !important;
    margin-bottom: 10px;
}

.mini {
    padding: 7px 10px;
}

.mini-margin {
    margin: 0px 0px 10px;
    padding-left: 0px;
}

.mini-left {
    padding: 7px 10px;
    background-color: white;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.mensaje-ayuda {
    font-size: 11px;
    font-weight: normal;
    line-height: 2;
    color: #A4A4A4;
    vertical-align: top;
}

.formato-btn-ayuda {
    font-size: 16px;
    padding-top: 10px;
}

/*  BOTONES DE BUSQUEDA  */
.div-boton-busqueda {
    margin-bottom: 10px;
}

.boton-busqueda {
    margin-bottom: 0px;
    margin-right: 0px;
}

.boton-busqueda-dos {
    margin-bottom: 1px;
    margin-right: 0px;
}

.menos-padding-lat {
    padding-left: 1px;
    padding-right: 1px;
}

.dropdown-menu > .active > a {
    color: #fff;
}

.mensaje-eliminar-tc {
    display: table;
    /*margin-right: auto; 
    margin-left: auto;*/
    margin-left: 20px;
}

/*START - Breakpoint Navbar*/
.navbar-header {
    background: none !important;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: bold !important;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px !important;
    background-color: #620000 !important;
    /*background-color: rgba(66, 139, 202, 1) !important;*/
    border-width: 1px !important;
    border-radius: 6px !important;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(248, 248, 248, 0) !important;
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 1) !important;
            /*background-color: rgba(33, 104, 166, 1) !important;*/
            background-color: #620000 !important;
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(255, 255, 255, 1) !important;
        /*-webkit-box-shadow: inset 0px -5px 0px 0px rgba(26, 187, 156, 1) !important;
        -moz-box-shadow: inset 0px -5px 0px 0px rgba(26, 187, 156, 1) !important;
        box-shadow: inset 0px -5px 0px 0px rgba(26, 187, 156, 1) !important;e67e22
        background-color: rgba(33, 104, 166, 1) !important;*/
        -webkit-box-shadow: inset 0px -5px 0px 0px #e67e22 !important;
        -moz-box-shadow: inset 0px -5px 0px 0px #e67e22 !important;
        box-shadow: inset 0px -5px 0px 0px #e67e22 !important;
        background-color: #620000 !important;
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        /*border-color: #1abb9c !important;*/
        background-color: white !important;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            /*background-color: #1abb9c !important;*/
            background-color: #dedede !important;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            /*background-color: #1abb9c !important;*/
            /*background-color: #428bca !important;*/
            background-color: #620000;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            /*background-color: #428bca !important;*/
        }
/*END - Breakpoint Navbar*/

.boton-auxiliar-dev {
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 10000;
}

.nav_menu .navbar-right {
    width: auto !important;
}

.header {
    text-align: center;
}

.left {
    float: none !important;
}

table {
    /*border-collapse: initial !important;*/
}

.TableRow-Total {
    color: darkred;
    font-weight: bold;
    font-style: italic;
}

.TableRow-Area {
    color: black;
    /*font-weight: bold;*/
}

.borderless td, .borderless th {
    border: none !important;
}

.borderless-wings td, .borderless-wings th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none !important;
    border-right: none !important;
}

.borderless-primera + td, .borderless-primera + th {
    border: none !important;
}



/* INICIO ACORDION */
.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    /*font-size: 13px;
    font-weight: normal;*/
}
/* FIN ACORDION */

.btn-without-margin {
    margin: 0;
}

.gv-button {
    width: 160px;
    min-width: 160px;
}

.control-title {
    font-weight: bold;
}

.table-without-borders {
    border-width: 0;
}

.padding-lateral-dos-pixeles {
    padding-left: 2px;
    padding-right: 2px;
}

/*#region GridView Pager*/
.grid-view-pager {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .grid-view-pager td table > tbody > tr > td {
        display: inline;
    }

        .grid-view-pager td table > tbody > tr > td > a,
        .grid-view-pager td table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .grid-view-pager td table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .grid-view-pager td table > tbody > tr > td:first-child > a,
        .grid-view-pager td table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .grid-view-pager td table > tbody > tr > td:last-child > a,
        .grid-view-pager td table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .grid-view-pager td table > tbody > tr > td > a:hover,
        .grid-view-pager td table > tbody > tr > td > span:hover,
        .grid-view-pager td table > tbody > tr > td > a:focus,
        .grid-view-pager td table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*#endregion GridView Pager*/


.bg-default {
    /*color: #fff;*/
    background-color: #ededed;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.progress {
    margin-bottom: 0px;
    position: relative;
    background-color: #bababa;
}

.progress-bar {
    background-color: #00796b;
}

.progress-bar-success {
    background-color: #00796b;
}

.progress-bar-info {
    background-color: #1c8fdce0;
}

.progress-bar-warning {
    background-color: #f99900e0;
}

.progress-bar-danger {
    background-color: #f7311de0;
}

    .progress-bar span {
        line-height: 20px;
        position: absolute;
        display: block;
        width: 100%;
        color: #fff;
    }

.progress-protocolo {
    height: 30px !important;
}

    .progress-protocolo .progress-bar span {
        line-height: 30px;
    }

.table-poner-padding > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.gridview-label {
    padding-left: 5px;
    line-height: 20px;
}

.gridview-label-no-padding {
    line-height: 20px;
}

.table-responsive > div > .fixed-column, .fixed-column-dos {
    right: 10px;
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

    .fixed-column, .fixed-column-dos > tbody tr, th {
        background-color: #fff;
    }

/*a .glyphicon {
    position: unset !important;
}

.glyphicon {
    top: 2px;
}*/

.menos-padding {
    padding: 6px;
    width: 100px;
}

.mas-padding {
    padding: 6px;
    width: 106px;
}

.mas-padding-aun {
    padding: 6px;
    width: 112px;
}

.esconder-div {
    display: none;
}

.visible-xs-block {
    margin-right: 0px;
}

#chart-container {
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    /*height: 420px;*/
    width: calc(100% - 24px);
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

.orgchart {
    background: none;
}

    .orgchart .node {
        width: 200px;
    }

        .orgchart .node .content {
            height: auto;
            overflow: auto;
            text-overflow: initial;
            white-space: initial;
        }

    .orgchart tr.lines .downLine {
        background-color: #000000;
    }

    .orgchart tr.lines td.leftLine, .orgchart tr.lines td.rightLine {
        border-color: #000000;
    }

    .orgchart .chart-incidente .title {
        background-color: rgba(217, 83, 79, 0.8);
    }

    .orgchart .chart-incidente .content {
        border-color: rgba(217, 83, 79, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-causa-directa .title {
        background-color: rgba(62, 176, 188, 0.8);
    }

    .orgchart .chart-causa-directa .content {
        border-color: rgba(62, 176, 188, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-factor-contribuyente .title {
        background-color: rgba(20, 172, 88, 0.8);
    }

    .orgchart .chart-factor-contribuyente .content {
        border-color: rgba(20, 172, 88, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-evento-detonador .title {
        background-color: rgba(175, 175, 246, 0.8);
    }

    .orgchart .chart-evento-detonador .content {
        border-color: rgba(175, 175, 246, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-causa-evento .title {
        background-color: rgba(96, 125, 139, 0.8);
    }

    .orgchart .chart-causa-evento .content {
        border-color: rgba(96, 125, 139, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-causa-raiz .title {
        background-color: rgba(255, 153, 51, 0.8);
    }

    .orgchart .chart-causa-raiz .content {
        border-color: rgba(255, 153, 51, 0.8);
        white-space: pre-line;
    }

    .orgchart .chart-solucion-control .title {
        background-color: rgb(51, 122, 183);
    }

    .orgchart .chart-solucion-control .content {
        border-color: rgb(51, 122, 183);
        white-space: pre-line;
    }

.oc-export-btn {
    left: 10px;
    top: 10px;
}

.fijar-ancho {
    width: 20px !important;
}

.ancho-columna-acciones {
    width: 100px !important;
}

.breadcrumb {
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid transparent;
    border-color: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.treeview-seleccionada {
    color: #FF6600;
}

.subir-texto {
    padding-top: 5px !important;
    vertical-align: top !important;
}

.formato-vista-previa {
    width: 100%;
    height: 500px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.collapsable-heading {
    cursor: pointer;
}


.radio-padding td {
    padding-bottom: 15px;
}

#alternativa-correcta label {
    opacity: .99;
}

.flag > .dropdown-toggle {
    border-color: #ccc !important;
}

.block {
    padding-right: 5px !important;
}

.alumbrar:hover {
    border-color: #ff6a00;
}

    .alumbrar:hover hr {
        border-color: #ff6a00;
    }

.sidebar-footer a {
    color: #943c3c;
    /*background: #943c3c;
    text-decoration: none*/
}

    .sidebar-footer a:hover {
        color: #620000;
        /*background: #943c3c;
    text-decoration: none*/
    }

/* ADORNO DEL <li> EN MENÚ */
.nav-md ul.nav.child_menu li:before {
    background: #943c3c;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #943c3c;
}
/* FIN ADORNO DEL <li> EN MENÚ */

.table thead th {
    /*background-color: #ff6a00 !important;
    color: white;*/
}

.table-responsive div table, th, tr, td {
    /*border-color: red !important;*/
}

.borde-lateral {
    border-left: 3px solid !important;
    border-right: 3px solid !important;
}

.borde-bot {
    border-bottom: 3px solid !important;
}

.borde-top {
    border-top: 3px solid !important;
}

/* BTN PRIMARY ROJO */
.btn-primary {
    color: #fff;
    background-color: #790000;
    border-color: #5f0000;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #5f0000;
        border-color: #410000;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #5f0000;
        border-color: #410000;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #5f0000;
        border-color: #410000;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #4e0000;
            border-color: #3e0000;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #790000;
        border-color: #510000;
    }

    .btn-primary .badge {
        color: #790000;
        background-color: #fff;
    }
/* FIN BTN PRIMARY ROJO*/

/* BTN PRIMARY TRADICIONAL */
.btn-primary-tradicional {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary-tradicional:focus,
    .btn-primary-tradicional.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary-tradicional:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary-tradicional:active,
    .btn-primary-tradicional.active,
    .open > .dropdown-toggle.btn-primary-tradicional {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary-tradicional:active:hover,
        .btn-primary-tradicional.active:hover,
        .open > .dropdown-toggle.btn-primary-tradicional:hover,
        .btn-primary-tradicional:active:focus,
        .btn-primary-tradicional.active:focus,
        .open > .dropdown-toggle.btn-primary-tradicional:focus,
        .btn-primary-tradicional:active.focus,
        .btn-primary-tradicional.active.focus,
        .open > .dropdown-toggle.btn-primary-tradicional.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary-tradicional:active,
    .btn-primary-tradicional.active,
    .open > .dropdown-toggle.btn-primary-tradicional {
        background-image: none;
    }

    .btn-primary-tradicional.disabled:hover,
    .btn-primary-tradicional[disabled]:hover,
    fieldset[disabled] .btn-primary-tradicional:hover,
    .btn-primary-tradicional.disabled:focus,
    .btn-primary-tradicional[disabled]:focus,
    fieldset[disabled] .btn-primary-tradicional:focus,
    .btn-primary-tradicional.disabled.focus,
    .btn-primary-tradicional[disabled].focus,
    fieldset[disabled] .btn-primary-tradicional.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary-tradicional .badge {
        color: #337ab7;
        background-color: #fff;
    }
/* FIN BTN PRIMARY TRADICIONAL */

/* BTN CURSOS ROJO */
.btn-cursos {
    color: #fff !important;
    background-color: #790000 !important;
    border-color: #5f0000 !important;
    width: 131px;
    margin-bottom: 0px !important;
}

.btn-mejoramiento {
    width: 124px !important;
    margin-bottom: 10px !important;
}

.btn-app-115px {
    width: 115px !important;
}

.btn-app-140px {
    width: 140px !important;
}

.btn-app-155px {
    width: 155px !important;
}

.btn-cursos:focus,
.btn-cursos.focus {
    color: #fff !important;
    background-color: #5f0000 !important;
    border-color: #410000 !important;
}

.btn-cursos:hover {
    color: #fff !important;
    background-color: #5f0000 !important;
    border-color: #410000 !important;
}

.btn-cursos:active,
.btn-cursos.active,
.open > .dropdown-toggle.btn-cursos {
    color: #fff !important;
    background-color: #5f0000 !important;
    border-color: #410000 !important;
}

    .btn-cursos:active:hover,
    .btn-cursos.active:hover,
    .open > .dropdown-toggle.btn-cursos:hover,
    .btn-cursos:active:focus,
    .btn-cursos.active:focus,
    .open > .dropdown-toggle.btn-cursos:focus,
    .btn-cursos:active.focus,
    .btn-cursos.active.focus,
    .open > .dropdown-toggle.btn-cursos.focus {
        color: #fff !important;
        background-color: #4e0000 !important;
        border-color: #3e0000 !important;
    }

.btn-cursos:active,
.btn-cursos.active,
.open > .dropdown-toggle.btn-cursos {
    background-image: none;
}

.btn-cursos.disabled:hover,
.btn-cursos[disabled]:hover,
fieldset[disabled] .btn-cursos:hover,
.btn-cursos.disabled:focus,
.btn-cursos[disabled]:focus,
fieldset[disabled] .btn-cursos:focus,
.btn-cursos.disabled.focus,
.btn-cursos[disabled].focus,
fieldset[disabled] .btn-cursos.focus {
    background-color: #790000 !important;
    border-color: #510000 !important;
}

.btn-cursos .badge {
    color: #790000 !important;
    background-color: #fff !important;
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #e67e22
}

.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #e67e22 !important
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
    border-right: 5px solid #e67e22
}

.row-inventario {
    padding: 7px 5px;
}

.btn-margin-inventario {
    margin-top: 4px;
    margin-bottom: 1px;
}

.formato-row-area {
    border-left: 4px solid #e00000;
}

.formato-row-subarea {
    border-left: 4px solid #dc5c00;
}

.formato-row-operacion {
    border-left: 4px solid #dcba00;
}

.formato-row-operacion-unitaria {
    border-left: 4px solid #92cb00;
}

/* Botón area inventario */
.btn-area-inventario {
    color: #ffffff;
    background-color: #FF0000;
    border-color: #D60000;
}

    .btn-area-inventario:hover,
    .btn-area-inventario:focus,
    .btn-area-inventario:active,
    .btn-area-inventario.active,
    .open .dropdown-toggle.btn-area-inventario {
        color: #ffffff;
        background-color: #BD0000;
        border-color: #D60000;
    }

    .btn-area-inventario:active,
    .btn-area-inventario.active,
    .open .dropdown-toggle.btn-area-inventario {
        background-image: none;
    }

    .btn-area-inventario.disabled,
    .btn-area-inventario[disabled],
    fieldset[disabled] .btn-area-inventario,
    .btn-area-inventario.disabled:hover,
    .btn-area-inventario[disabled]:hover,
    fieldset[disabled] .btn-area-inventario:hover,
    .btn-area-inventario.disabled:focus,
    .btn-area-inventario[disabled]:focus,
    fieldset[disabled] .btn-area-inventario:focus,
    .btn-area-inventario.disabled:active,
    .btn-area-inventario[disabled]:active,
    fieldset[disabled] .btn-area-inventario:active,
    .btn-area-inventario.disabled.active,
    .btn-area-inventario[disabled].active,
    fieldset[disabled] .btn-area-inventario.active {
        background-color: #FF0000;
        border-color: #D60000;
    }

    .btn-area-inventario .badge {
        color: #FF0000;
        background-color: #ffffff;
    }
/* Fin Botón Área Inventario */

/* Botón Subárea Inventario */
.btn-subarea-inventario {
    color: #ffffff;
    background-color: #DC5C00;
    border-color: #D65900;
}

    .btn-subarea-inventario:hover,
    .btn-subarea-inventario:focus,
    .btn-subarea-inventario:active,
    .btn-subarea-inventario.active,
    .open .dropdown-toggle.btn-subarea-inventario {
        color: #ffffff;
        background-color: #BD4F00;
        border-color: #D65900;
    }

    .btn-subarea-inventario:active,
    .btn-subarea-inventario.active,
    .open .dropdown-toggle.btn-subarea-inventario {
        background-image: none;
    }

    .btn-subarea-inventario.disabled,
    .btn-subarea-inventario[disabled],
    fieldset[disabled] .btn-subarea-inventario,
    .btn-subarea-inventario.disabled:hover,
    .btn-subarea-inventario[disabled]:hover,
    fieldset[disabled] .btn-subarea-inventario:hover,
    .btn-subarea-inventario.disabled:focus,
    .btn-subarea-inventario[disabled]:focus,
    fieldset[disabled] .btn-subarea-inventario:focus,
    .btn-subarea-inventario.disabled:active,
    .btn-subarea-inventario[disabled]:active,
    fieldset[disabled] .btn-subarea-inventario:active,
    .btn-subarea-inventario.disabled.active,
    .btn-subarea-inventario[disabled].active,
    fieldset[disabled] .btn-subarea-inventario.active {
        background-color: #DC5C00;
        border-color: #D65900;
    }

    .btn-subarea-inventario .badge {
        color: #DC5C00;
        background-color: #ffffff;
    }
/* Fin Botón Área Inventario */


/* Botón Operación Inventario */
.btn-operacion-inventario {
    color: #ffffff;
    background-color: #DCBA00;
    border-color: #D4B400;
}

    .btn-operacion-inventario:hover,
    .btn-operacion-inventario:focus,
    .btn-operacion-inventario:active,
    .btn-operacion-inventario.active,
    .open .dropdown-toggle.btn-operacion-inventario {
        color: #ffffff;
        background-color: #C2A500;
        border-color: #D4B400;
    }

    .btn-operacion-inventario:active,
    .btn-operacion-inventario.active,
    .open .dropdown-toggle.btn-operacion-inventario {
        background-image: none;
    }

    .btn-operacion-inventario.disabled,
    .btn-operacion-inventario[disabled],
    fieldset[disabled] .btn-operacion-inventario,
    .btn-operacion-inventario.disabled:hover,
    .btn-operacion-inventario[disabled]:hover,
    fieldset[disabled] .btn-operacion-inventario:hover,
    .btn-operacion-inventario.disabled:focus,
    .btn-operacion-inventario[disabled]:focus,
    fieldset[disabled] .btn-operacion-inventario:focus,
    .btn-operacion-inventario.disabled:active,
    .btn-operacion-inventario[disabled]:active,
    fieldset[disabled] .btn-operacion-inventario:active,
    .btn-operacion-inventario.disabled.active,
    .btn-operacion-inventario[disabled].active,
    fieldset[disabled] .btn-operacion-inventario.active {
        background-color: #DCBA00;
        border-color: #D4B400;
    }

    .btn-operacion-inventario .badge {
        color: #DCBA00;
        background-color: #ffffff;
    }
/* Fin Botón Operación Inventario */

/* Botón Operación Unitaria Inventario */
.btn-operacion-unitaria-inventario {
    color: #ffffff;
    background-color: #92CB00;
    border-color: #84B800;
}

    .btn-operacion-unitaria-inventario:hover,
    .btn-operacion-unitaria-inventario:focus,
    .btn-operacion-unitaria-inventario:active,
    .btn-operacion-unitaria-inventario.active,
    .open .dropdown-toggle.btn-operacion-unitaria-inventario {
        color: #ffffff;
        background-color: #7EB000;
        border-color: #84B800;
    }

    .btn-operacion-unitaria-inventario:active,
    .btn-operacion-unitaria-inventario.active,
    .open .dropdown-toggle.btn-operacion-unitaria-inventario {
        background-image: none;
    }

    .btn-operacion-unitaria-inventario.disabled,
    .btn-operacion-unitaria-inventario[disabled],
    fieldset[disabled] .btn-operacion-unitaria-inventario,
    .btn-operacion-unitaria-inventario.disabled:hover,
    .btn-operacion-unitaria-inventario[disabled]:hover,
    fieldset[disabled] .btn-operacion-unitaria-inventario:hover,
    .btn-operacion-unitaria-inventario.disabled:focus,
    .btn-operacion-unitaria-inventario[disabled]:focus,
    fieldset[disabled] .btn-operacion-unitaria-inventario:focus,
    .btn-operacion-unitaria-inventario.disabled:active,
    .btn-operacion-unitaria-inventario[disabled]:active,
    fieldset[disabled] .btn-operacion-unitaria-inventario:active,
    .btn-operacion-unitaria-inventario.disabled.active,
    .btn-operacion-unitaria-inventario[disabled].active,
    fieldset[disabled] .btn-operacion-unitaria-inventario.active {
        background-color: #92CB00;
        border-color: #84B800;
    }

    .btn-operacion-unitaria-inventario .badge {
        color: #92CB00;
        background-color: #ffffff;
    }
/* Fin Botón Operación Unitaria Inventario */

/* NUEVO DISEÑO PARA TABLES */
.table tbody {
    background: white;
}

    .table tbody tr td a {
        color: #333;
    }

        .table tbody tr td a:hover {
            color: #ff6a00;
        }

        .table tbody tr td a .glyphicon, .table tbody tr td a .fa {
            color: #5A738E;
        }

            .table tbody tr td a .glyphicon:hover, .table tbody tr td a .fa:hover {
                color: #ff6a00;
            }

.table th {
    background: #ffc18d;
}

.table-hover > tbody > tr:hover {
    background-color: #ffe9d6;
}

.table > thead > tr > .second-header-table {
    border-bottom-color: #333;
}

/* NUEVO DISEÑO PARA PANEL COLLAPSE*/
.panel-heading a, .panel-heading a:hover, .panel-heading a:focus {
    color: #333;
}

.panel-default > .panel-heading {
    background: #f6f6f6;
}

.panel-body .panel {
    background-color: white !important;
}

/* NUEVO DISEÑO MENÚ SUPERIOR */
.page-header {
    border-bottom: 1px solid #dddddd;
}

.nav_menu {
    background: #ec8d20;
}

.navbar-right {
    /*background: #ffcfcf;*/
    /*background: #ff9624;*/
    background: #ec8d20;
}

#menu_toggle {
    /*color: #620000;*/
    color: #FFFFFF;
}

.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover {
    /*background: #b25555;*/
    background: #d77300;
    color: white !important;
}

.nav.navbar-nav > li > a {
    /*color: #333 !important;*/
    color: #FFFFFF !important;
}

.view .mask {
    bottom: 0;
}

.view p {
    position: absolute !important;
    left: 0;
    right: 0;
}

.view .tools {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}

.bootstrap-select .dropdown-menu {
    max-width: 200px;
}

    .bootstrap-select .dropdown-menu span.text {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
    }

.nav-sm ul.nav.child_menu {
    background: #620000;
}

.only-bg-white {
    background-color: white;
}

.bg-titulo-orange {
    background: #ffc18d;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg-ctsafety-rojo {
    background: #620000 !important;
}

.bg-ctsafety-naranja {
    background: #e67e22 !important;
}

.bg-ubicacion {
    background: #f2dede;
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 2px solid #ADB2B5;
    }

}

.navbar-nav > li > .dropdown-menu {
    width: 100% !important;
}

/* LOGO + TITULO MENU LATERAL */
.site_title {
    font-size: 16px;
}

    .site_title > img {
        vertical-align: text-bottom;
        margin-left: 5px;
    }

/* */
.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    /* (Optional) Apply a "closed-hand" cursor during drag operation. */
    .grabbable:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

/*#region Flecha menu activo*/
.nav-md li.current-page > :before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 16px;
    border-width: 15px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #e67e22;
}

.nav-sm ul.nav.child_menu li.current-page > :before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 16px;
    border-width: 15px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #e67e22;
}

/*#endregion Flecha menu activo*/


.diseño-cuentas {
    border: 1px solid #d1d1d1;
    padding: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.tipo-cuenta-texto {
    margin-top: 20px;
    color: #ec8d20;
    padding-right: 20px;
}

.tipo-permiso-text {
    color: #ec8d20;
}

/* GRÁFICOS PROTOCOLOS MINISTERIALES */

.c100 {
    float: none;
    margin: auto;
}

.mega-big {
    font-size: 340px !important;
}

.parent {
    display: table;
    table-layout: fixed;
    height: 100px;
    padding-left: 4px;
    padding-right: 10px;
}

.child {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

@media screen and (max-width: 478px) {
    .mega-big {
        font-size: 240px !important;
    }

    .padding-left-0px {
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .menos-padding-izq {
        padding-left: 0px;
    }

    .menos-padding-der {
        padding-right: 0px;
    }

    .controlar-tamanio-ddl {
        width: 40%;
    }

    .padding-25 {
        padding: 25px;
    }

    .pt-xs-22 {
        padding-top: 22px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .menos-padding-lat {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menos-padding-der-btn {
        padding-right: 0px;
    }

    .table-responsive > div > .fixed-column, .fixed-column-dos {
        display: none;
    }

    .controlar-tamanio-ddl {
        width: 100%;
    }

    .btn-mini-archivos {
        max-width: 40px;
        min-width: 40px;
        width: 40px;
    }

    .parent {
        display: table;
        table-layout: fixed;
        height: auto;
    }

    .padding-25 {
        padding: 5px;
    }

    .m-top-xs {
        padding-top: 10px;
    }

    .m-top-xs-6 {
        padding-top: 6px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 700px; /*900px;*/
    }

    .modal-xl {
        width: 900px; /*900px;*/
    }

    .modal-md {
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .page-header {
        margin-top: 0px;
    }
}


@media (max-width:1300px) and (min-width:992px) {
    .btn-eventos-rm {
        font-size: 12px;
        width: initial;
    }
}

    @media (min-width: 1200px) {
        .maxw-250-lg {
            max-width: 250px;
        }
    }

    @media (min-width: 1690px) {
        .navbar .navbar-nav {
            display: inline-block !important;
            float: none !important;
            vertical-align: top !important;
        }

        .navbar .navbar-collapse {
            text-align: center !important;
        }
    }

    @media (max-width: 1690px) {
        .navbar-header {
            float: none;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        .collapse.in {
            display: block !important;
        }

        #custom-bootstrap-menu.navbar-default .navbar-brand {
            line-height: normal !important;
        }
    }



    controlar-tamanio-ddl-dos {
        width: 70% !important;
    }

    /* ELIPSE RESPONSIVE */
    .table .ellipsis,
    .pre-ellipsis .ellipsis {
        position: relative;
    }

        .table .ellipsis span,
        .table .ellipsis a,
        .table .ellipsis HyperLink,
        .pre-ellipsis .ellipsis span,
        .pre-ellipsis .ellipsis a,
        .pre-ellipsis .ellipsis HyperLink {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            position: absolute;
            left: 0;
            right: 0;
        }

    .ellipsis:before {
        content: '';
        display: inline-block;
    }

.ellipsis:before {
    content: '';
    display: inline-block;
}

    .padding-contenido-celda {
        padding-left: 5px;
    }

    .padding-10 {
        padding: 10px !important;
    }

    /* COLORES SEMÁFORO */
    .semaforo-rojo {
        color: #e00000 !important;
    }

    .semaforo-naranja {
        color: #dc5c00 !important;
    }

    .semaforo-orange {
        color: #dc5c00;
    }

    .semaforo-amarillo {
        color: #dcba00;
    }

    .semaforo-verde-claro {
        color: #92cb00;
    }

    .semaforo-verde-oscuro {
        color: #3c763d !important;
    }
    /* FIN COLORES SEMÁFORO */

    /* TH CENTER */
    .th-center {
        text-align: center;
    }
    /* FIN TH CENTER*/

    /* MENU FIXED*/
    .menu-fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        /*max-width: 1000px;*/
        box-shadow: 0px 4px 3px rgba(121,0,0,.5);
        z-index: 2;
    }
    /* FIN MENU FIXED*/


    .mx-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .mostrar-error:hover {
        cursor: help;
    }

    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-validar-pase {
        width: 131.48px;
    }

    .no-pointer-cursor {
        cursor: default !important;
    }

    .no-hover:hover {
        color: #5A738E !important;
        text-decoration: none;
    }

    .fa-question-circle-o {
        -webkit-text-stroke: .25px black;
        color: #337ab7;
    }

    .odometer {
        font-size: 50px;
    }

    /*li {
    list-style: none;
    background: #d1703c;
    color: #fff;
    height: 0;
    line-height: 2em;
    margin: 0;
    padding: 0 0.5em;
    overflow: hidden;
    width: 10em;
}

    li.show {
        height: 2em;
        margin: 2px 0;
    }

.swing {
    perspective: 100px;
}
    .swing li {
        opacity: 0;
        transform: rotateX(-90deg);
        transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76);
    }

        .swing li.show {
            opacity: 1;
            transform: none;
            transition: all 0.5s cubic-bezier(.36,-0.64,.34,1.76);
        }*/

    /* BTN INVESTIGACION ROJO */
    .btn-investigacion {
        color: #fff !important;
        background-color: #790000 !important;
        border-color: #5f0000 !important;
        border-radius: 0 !important;
        width: 160px;
        height: 34px;
    }

        .btn-investigacion:focus,
        .btn-investigacion.focus {
            color: #fff !important;
            background-color: #5f0000 !important;
            border-color: #410000 !important;
        }

        .btn-investigacion:hover {
            color: #fff !important;
            background-color: #5f0000 !important;
            border-color: #410000 !important;
        }

        .btn-investigacion:active,
        .btn-investigacion.active,
        .open > .dropdown-toggle.btn-investigacion {
            color: #fff !important;
            background-color: #5f0000 !important;
            border-color: #410000 !important;
        }

            .btn-investigacion:active:hover,
            .btn-investigacion.active:hover,
            .open > .dropdown-toggle.btn-investigacion:hover,
            .btn-investigacion:active:focus,
            .btn-investigacion.active:focus,
            .open > .dropdown-toggle.btn-investigacion:focus,
            .btn-investigacion:active.focus,
            .btn-investigacion.active.focus,
            .open > .dropdown-toggle.btn-investigacion.focus {
                color: #fff !important;
                background-color: #4e0000 !important;
                border-color: #3e0000 !important;
            }

        .btn-investigacion:active,
        .btn-investigacion.active,
        .open > .dropdown-toggle.btn-investigacion {
            background-image: none;
        }

        .btn-investigacion.disabled:hover,
        .btn-investigacion[disabled]:hover,
        fieldset[disabled] .btn-investigacion:hover,
        .btn-investigacion.disabled:focus,
        .btn-investigacion[disabled]:focus,
        fieldset[disabled] .btn-investigacion:focus,
        .btn-investigacion.disabled.focus,
        .btn-investigacion[disabled].focus,
        fieldset[disabled] .btn-investigacion.focus {
            background-color: #790000 !important;
            border-color: #510000 !important;
        }

        .btn-investigacion .badge {
            color: #790000 !important;
            background-color: #fff !important;
        }



    .justificacion-columna-primero {
        border-width: 2px 1px 2px 2px !important;
        border-top-color: #a94442 !important;
        border-bottom-color: #a94442 !important;
        border-left-color: #a94442 !important;
    }

    .justificacion-columna-medio {
        border-width: 2px 1px !important;
        border-top-color: #a94442 !important;
        border-bottom-color: #a94442 !important;
    }

    .justificacion-columna-ultimo {
        border-width: 2px 2px 2px 1px !important;
        border-top-color: #a94442 !important;
        border-bottom-color: #a94442 !important;
        border-right-color: #a94442 !important;
    }

    .tile-stats .count-mini {
        position: relative;
        margin: 0;
        margin-left: 10px;
        z-index: 5;
        padding: 0;
    }

    .tile-stats .count-mini {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.65857;
    }

    .fix-checkbox {
        padding-left: 27px;
    }

        .fix-checkbox td label {
            margin-right: 40px;
            white-space: nowrap;
        }

    .well-xs {
        padding: 5px;
        margin-bottom: 5px;
    }

    .fa-14px {
        font-size: 14px;
    }

    .fa-16px {
        font-size: 16px;
    }

    .tag-incidente {
        background: #dc5c00;
    }

        .tag-incidente:after {
            border-left: 11px solid #dc5c00 !important;
        }

    a {
        cursor: pointer;
    }

    .min-w-50px {
        min-width: 50px;
    }

    .min-w-150px {
        min-width: 150px;
    }

    .min-w-200px {
        min-width: 200px;
    }

    .min-w-250px {
        min-width: 250px;
    }

    .min-w-300px {
        min-width: 300px;
    }

    .child_menu li ul.nav.child_menu {
        left: 20%;
        top: 100%;
    }

    .max-w-220 {
        max-width: 220px;
    }

    .profile_details .profile_view .left {
        margin-top: 5px !important;
    }

    .mensaje-vacios {
        padding: 8px;
        border: solid 1px #e4e4e4;
        border-radius: 5px;
    }

    .jumbo-ubicacion {
        border-left: solid 10px #620000;
        border-top: solid 1px #ddd;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        padding: 20px 10px !important;
    }
    /* SOLUCIÓN BUG MANUAL MENU */
    .nav-sm .nav.side-menu li a i.fa-book {
        font-size: initial !important;
        text-align: initial;
        width: initial !important;
        margin-bottom: initial;
    }


    .text-white {
        color: #FFFFFF !important;
    }

    .text-black {
        color: #000000;
    }

    .text-safety {
        color: #620000;
    }

    .text-link {
        color: #5A738E;
    }

    .media .date {
        width: 70px;
    }

    .row-vertical-align {
        display: flex;
        flex-wrap: wrap;
    }

    .col-vertical-align {
        display: flex;
        flex-direction: column;
    }

    .div-vertical-align {
        display: table;
        height: 100%;
    }

        .div-vertical-align > div {
            display: table-cell;
            vertical-align: middle;
        }



    .tile_count .tile_stats_count .count span {
        font-size: 30px;
        line-height: 47px;
        font-weight: 600;
    }

    @media (min-width: 768px) {
        .tile_count .tile_stats_count .count span {
            font-size: 40px;
        }
    }

    @media (max-width: 1100px) and (min-width: 992px) {
        .tile_count .tile_stats_count .count span {
            font-size: 30px;
        }
    }

    .orange {
        color: #ff9447;
    }

.detalle-archivo {
    border: 1px solid #cecece;
    padding: 10px 15px 20px;
}

@media (min-width: 768px) {
    .form-horizontal .label-tipo-analisis {
        margin-bottom: 5px !important;
    }
}

@media (max-width: 768px) {
    .xs-mb-10 {
        margin-bottom: 10px;
    }
}

.profile_pic {
    padding: 30px 0 0 30px;
}

.profile_name {
    font-size: 18px !important;
    line-height: 20px !important;
}

.checkboxlist-inline li, .radiobuttonlist-inline li {
    display: inline-block;
}

.checkboxlist-inline, .radiobuttonlist-inline {
    margin-left: 20px;
}

    .checkboxlist-inline label, .radiobuttonlist-inline label {
        padding-left: 0;
        padding-right: 30px;
    }

.centrar-seleccion {
    text-align: center; 
    text-align-last: center;
}

/* DISEÑO DDL PROTOCOLOS Y RESPONSABLES DE ADMIN */
.dropdown {
    padding: 0px 0 0px 0;
    text-align-last: center;
    font-size: 36px;
    height: 45px;
}

.dropdown-incidente {
    font-size: 28px;
}

.dropdown-text-center {
    text-align-last: center;
}

@media(max-width:767px) {
    .dropdown {
        font-size: 16px;
        height: 32px;
    }

    .fa-9x-xs {
        font-size: 9rem !important;
    }
}

.perfil-responsable {
    border: 2px solid #bdbdbd
}

.perfil-ingresar {
    height: 100%;
    border: 2px dashed #bdbdbd
}

.btn-quitar-responsable {
    color: #d9534f;
    border-color: #d43f3a;
}

    .btn-quitar-responsable:hover,
    .btn-quitar-responsable:focus {
        color: #c9302c;
        border-color: #ac2925;
    }

.c100.bar-success .bar,
.c100.bar-success .fill {
    border-color: #00796b !important;
}

.c100.bar-success:hover > span {
    color: #00796b;
}

.c100.bar-info .bar,
.c100.bar-info .fill {
    border-color: #1c8fdce0 !important;
}

.c100.bar-info:hover > span {
    color: #1c8fdce0;
}

.c100.bar-warning .bar,
.c100.bar-warning .fill {
    border-color: #f99900e0 !important;
}

.c100.bar-warning:hover > span {
    color: #f99900e0;
}

.c100.bar-danger .bar,
.c100.bar-danger .fill {
    border-color: #f7311de0 !important;
}

.c100.bar-danger:hover > span {
    color: #f7311de0;
}

.ellipsis2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

/**     EVALUACIÓN PELIGROS     **/
.pt-corporativo-p1 .panel-body {
    color: #fff;
    border-color: #620000 !important;
    background-color: #620000 !important;
}

.pc-corporativo-p1 {
    border-color: #620000 !important;
}

@media (min-width: 992px) {
    .pr-smxs-5 {
        padding-right: 2.5px;
    }

    .pl-smxs-5 {
        padding-left: 2.5px;
    }
}

@media (max-width: 992px) {
    .mb-smxs-5 {
        margin-bottom: 5px;
    }
}

/*   MODULO ACREDITACIÓN   */
.btn-otempresa {
    /*color: #10284c;*/
}

    .btn-otempresa:hover {
        color: #ff6a00;
    }

.bg-corporativo-ps1 {
    background-color: #ffe9d6;
}

.bl6-corporativo-p2 {
    border-left: 6px solid #ec8d20;
}

.bl4-verde {
    border-left: 6px solid #3c763d;
}

.bl4-amarillo {
    border-left: 6px solid #dcba00;
}

.bl4-rojo {
    border-left: 6px solid #a94442;
}

.bl4-grey {
    border-left: 6px solid #8b8b8b;
}

.fa-7x {
    font-size: 7rem;
}

.bl15-excel {
    border-left: 15px solid #1D6F42;
}

.bl15-pdf {
    border-left: 15px solid #ff0000;
}

.bl15-word {
    border-left: 15px solid #2b579a;
}

.bl15-powerpoint {
    border-left: 15px solid #b7472a;
}

.bl15-flash {
    border-left: 15px solid #CF302A;
}

.bl15-zip {
    border-left: 15px solid #3e5d96;
}

.bl15-rar {
    border-left: 15px solid #920159;
}

.bl15-unknown {
    border-left: 15px solid #333;
}

.bg-corporativo-s1 {
    background-color: #620000 !important;
    color: #ffffff;
}

.bg-corporativo-p1 {
    background-color: #ec8d20 !important;
}

.bg-corporativo-t1 {
    background: #ffc18d;
}

.empty-row {
    background-color: white;
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

    .empty-row:hover {
        background-color: #ffe9d6;
    }

.alumbrar-borde:hover {
    border: 2px dashed #ff6a00 !important;
}

/* HH */
.GVNumberTD {
    padding: 0 !important;
    position: relative;
}

.GVNumberTB {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    border: none;
}

.alumbrar-detalle {
    border-color: #ff6a00;
}

.hacer-click:hover {
    text-decoration: underline;
}

.table-resumen-filtro tbody {
    border-bottom: 1px solid #ddd;
}

.titulo-grande {
    font-size: 36px;
}

.titulo-muy-grande {
    font-size: 55px;
}

.hover-gris:hover {
    color: #dddddd !important;
}
/*===========================================*/
.fixme {
    position: fixed;
    top: 0px;
    margin-top: 10px;
    margin-right: 20px;
}

.fixme-biblioteca {
    position: fixed;
    top: 0px;
    margin-top: 10px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .fixme {
        position: static;
        margin-top: 0px;
        margin-right: 0px;
    }

    .fixme-biblioteca {
        position: static;
        margin-top: 0px;
        margin-right: 0px;
    }

    .titulo-muy-grande {
        font-size: 36px;
    }

    .titulo-grande {
        font-size: 28px;
    }
}


/* Salto de linea en item protocolo */
.preformatted {
    white-space: pre-line;
}