/****estilos generales****/
.desktop_element {
    display: block;
}
.mobile_element {
    display: none;
}

html {
    position: relative;

    min-height: 100%;
}

body {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

main.page-content.content-wrap {
    display: flex;
    overflow: auto;

    min-height: 100vh;
    margin-top: 64px;
    margin-bottom: -44px;
}
.page-inner {
    width: 100%;
    min-width: calc(100% - 25%);
    max-width: calc(100% - 250px);
}
#main-wrapper {
    margin-top: 2.5em;
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
}
body.login main.page-content.content-wrap {
    margin-top: 0;
}
body.login main.page-content.content-wrap .page-inner {
    width: 100%;
    max-width: 100%;
}
.titlefont {
    font-family: "Lato", Arial, sans-serif;
}

textarea {
    resize: none !important;
}

.help-block {
    font-style: italic;

    color: #aaa;
}

.btn-primary {
    background-color: #006fb1;
}
.btn-primary a {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    color: #006fb1;
    border: 1px solid #006fb1;
    background-color: #fff;
}
.btn-primary:hover a,
.btn-primary:active a,
.btn-primary:focus a {
    color: #006fb1;
}
.btn-outline-primary {
    color: #006fb1;
    border: 1px solid #006fb1;
    background-color: #fff;
}
.btn-success {
    background-color: #055ca8 !important;
}

.btn-outline-success {
    color: #055ca8;
    border: 1px solid #055ca8;
    background-color: #fff;
}
.blue {
    color: #337ab7;
}

.btn-success:hover,
.btn-success:active,
.btn-success:link {
    opacity: 0.7;
    color: #fff !important;
}

.center {
    text-align: center;
}

.btn-file {
    position: relative;

    overflow: hidden;
}
.btn-file input[type="file"] {
    font-size: 100px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

    min-width: 100%;
    min-height: 100%;

    cursor: inherit;
    text-align: right;

    opacity: 0;
    outline: none;
    background: white;

    filter: alpha(opacity=0);
}
.btn .badge {
    height: auto;
    display: unset;
}
.dropdown-menu a.dropdown-item {
    text-transform: capitalize;
}
li.active > a,
a:hover {
    color: #055ca8;
}

.with100 {
    width: 100%;
}
.padding0 {
    padding: 0 !important;
}
.padding30 {
    padding: 30px !important;
}
.pdleft0 {
    padding-left: 0 !important;
}
.pdright0 {
    padding-right: 0 !important;
}
.top30 {
    margin-top: 30px;
}
.top20 {
    margin-top: 20px;
}
.top15 {
    margin-top: 15px;
}
.top10 {
    margin-top: 10px;
}
.bottom30 {
    margin-bottom: 30px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom15 {
    margin-bottom: 15px;
}
.bottom10 {
    margin-bottom: 10px;
}
.mgleft30 {
    margin-left: 30px;
}
.mgright30 {
    margin-right: 30px;
}
.lineaform {
    margin-top: 10px;
}
.movil {
    cursor: move !important;
}
.menu-xs-vertical .menu li {
    position: relative;
    float: right;
}

.horizontal-bar-static {
    position: relative;
}

.bg-grey {
    background: #efefef;
}

.switch {
    position: relative;

    display: inline-block;

    width: 30px;
    height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;

    background-color: #ddd;
}

.slider:before {
    position: absolute;
    bottom: 1px;
    left: 1px;

    width: 17px;
    height: 17px;

    content: "";
    -webkit-transition: 0.4s;
    transition: 0.4s;

    background-color: white;
}

button.btn.buscador_paginacion {
    color: white;
    background-color: #0d4f85;
}

input:checked + .slider {
    background-color: #006fb1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #006fb1;
}

input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}
.form-busqueda {
    display: flex;

    margin-bottom: 1em;
    padding: 0.5em 1em;

    text-align: right;

    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;

    justify-content: flex-end;
    align-items: center;
}
.form-busqueda button {
    height: 34px;

    border-radius: 0 3px 3px 0;
}
.form-busqueda input {
    border-radius: 3px 0 0 3px;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.hrdasheddescripcion {
    margin: 0 0 10px 0;

    border-top: 1px dashed #efefef;
}

a:hover {
    text-decoration: none;
}

/****top radar*****/
.logo-text span {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;

    float: right;

    margin-left: 20px;

    color: #fff;
}

.navbar {
    /*background:url('http://radar.isotools.org/img/bgtopradar.jpg' ) no-repeat top center;*/
    position: fixed;
    top: 0;

    width: 100%;
    height: auto;
    /*background: linear-gradient(to right, #00598e 0%, #00598e 40%, #000000 100%);*/
    min-height: 64px;

    border: none;
    background: #006fb1;
}
.navbar-inner {
    padding-right: 2em;
    padding-left: 0.75em;
    /*padding-left: 2em;*/
}
.navbar .logo-box {
    float: right;
    float: right;

    height: auto;
    margin-top: 8px;
}
.navbar .logo-box span {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;

    color: #fff;
}

.navbar .logo-box .logotopcircle {
    float: right;
    overflow: hidden;

    width: 38px;
    height: 38px;
    margin: 4px 0 0 10px;

    text-align: center;

    border-radius: 30px;
    background: #fff;
}
.navbar .logo-box .logotopcircle img {
    display: table;
    float: none;

    width: auto;
    height: 20px;
    /* line-height: 38px; */
    margin: 9px auto;
}
.navbar .btn_logout {
    display: none;
}
/**sidebar**/

.logohome {
    position: relative;

    padding: 32px 0;

    text-align: center;
    text-align: center;

    border-bottom: 1px solid #444;
    border-radius: 4px;
}
.logohome img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

a.btn_logout {
    font-size: 0.9em;

    display: flex;

    cursor: pointer;

    color: #666;

    align-items: center;
}
a.btn_logout span {
    margin-left: 5px;
}
.page-sidebar {
    width: 25%;
    max-width: 250px;
    padding-left: 0;
}
.page-sidebar:before {
    display: none;
}
.page-sidebar .page-sidebar-inner {
    position: fixed;

    width: 25%;
    max-width: 250px;

    background: #00598e;
    background: linear-gradient(to bottom, #006fb1 0%, #0095e0 100%);
}
.page-sidebar .menu {
    display: flex;
    flex-direction: column;

    padding: 0;

    background: none;
}
.page-sidebar .menu li.divider {
    height: 0;
    padding: 0;

    border-top: 1px solid #00000010;
}
.page-sidebar .menu li a {
    font-size: 14px;

    display: flex;

    padding: 10px;

    transition: padding 0.2s;
    text-decoration: none;

    color: #fff;

    align-items: center;
}

.page-sidebar .menu li a span {
    margin-right: 10px;
}
.page-sidebar .menu li:not(.disable):hover,
.page-sidebar .menu li:not(.disable):active {
    background: #00000020;
}
.page-sidebar .menu li:not(.disable):hover a,
.page-sidebar .menu li:not(.disable):active a {
    padding-left: 1.5em;

    color: #fff;
}

.page-sidebar .caption {
    font-weight: bold;

    margin-top: 0.5em;
    padding-left: 0.5em;

    color: #fff;
}

.page-sidebar .menuitem {
    padding-left: 1.5em;

    color: #fff;
}

.page-sidebar .menu.logout_sidebar {
    position: fixed;
    bottom: 0;

    width: 25%;
    max-width: 250px;
}
.page-sidebar .menu li > ul.menu.vertical.nested {
    position: relative;
    top: 0;

    width: 100%;

    border: none;
    background: none;
}
.page-sidebar .menu li > ul.menu.vertical.nested li {
    padding-left: 15px;
}

/**fin sidebar**/

/****************PAGE TITTLE**************/
.horizontal-bar {
    border: none !important;
}
/*
.page-breadcrumb{
    overflow:visible ;
    position: fixed;
    width: calc(100% - 250px);
    min-width: calc(100% - 20%) !important;
    z-index: 101;
    padding: 0.5em 2em;
}
*/
.page-breadcrumb {
    position: fixed;
    z-index: 101;
    right: 0;

    width: calc(100% - 250px);
    min-width: calc(100% - 25%) !important;
    min-height: 30px;
    padding: 0;

    background: #00598e;
}
.page-breadcrumb .page-breadcrumb-inner {
    display: flex;

    padding: 0.5em 2em;

    background: #fff;

    justify-content: space-between;
    /*border-radius: 5px 0px 0px 0px;*/
}
.cuadrogris {
    float: left;

    width: 13px;
    height: 13px;
    margin-top: 3px;

    background: #f5f5f5;
}
.arrowdespadmin {
    position: absolute;
}

.page-breadcrumb .breadcrumb > li {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 0.9em;

    color: #90999c;
}
.page-breadcrumb .breadcrumb > li strong {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 400 !important;
    line-height: 2em;

    color: #444;
}
.page-breadcrumb ol.breadcrumb li a,
.page-breadcrumb ol.breadcrumb li.active,
.page-breadcrumb ul li a {
    font-size: 0.9em;

    color: #90999c;
}
.page-breadcrumb ol.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb > li:nth-child(2):before {
    display: none;

    width: 1px;
    padding: 0;

    opacity: 0;
}

h3.title-pag {
    font-family: Arial, sans-serif !important;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;

    float: left;

    margin: 0 0 15px 0;
    padding: 0;

    color: #888;
}
#main-wrapper .menu.accordion-menu > li > a {
    /*
    padding: 20px 0px 10px 20px !important;
    margin:0px 0px 15px 0px;
    */
    padding-right: 0;
}

table td {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;

    color: #444;
}

.backlink {
    font-size: 0.9em;

    margin-right: 5px;

    color: #878787;
}
.backlink span {
    font-weight: 800;
}
.backlink:hover {
    text-decoration: none;
}
.backlink:hover span {
    color: #878787 !important;
}

.titulo-pantalla {
    display: inline-block;

    width: 100%;
}
.titulo-pantalla p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;

    margin: 0;

    color: #888;
}
.titulo-pantalla p strong {
    font-size: 1em;
}

.titulo-pantalla h2 {
    margin: 0;
    padding: 0;
}

#dropdownMenuAdmin {
    color: #333;
    background: none;
}
.select2-search--dropdown {
    padding: 4px 0;
}
.select2-dropdown {
    transition: none !important;
}
.select2-container--bootstrap .select2-dropdown {
    border-color: #dce1e4;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-container span.select2-selection__clear {
    margin-right: 1em;
}

/*************FOOTER****************/

.page-footer {
    position: relative;
    bottom: 0;

    width: 100%;
    height: 44px;
    padding: 0;

    color: #fff;
    border: none;
    background: #0d4f85;
}
.page-footer p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 44px;

    text-align: center;

    color: #fff;
}

/****estilos preguntas****/
.bg-etapa-1 {
    background: #cf3;
}
.bg-etapa-2 {
    background: #ffc000;
}
.bg-etapa-3 {
    background: #92d050;
}
.bg-etapa-4 {
    color: #fff;
    background: #0070c0;
}

.bg-etapa-trans-1 {
    background: rgba(222, 255, 0, 0.15);
}
.bg-etapa-trans-2 {
    background: rgba(238, 193, 0, 0.15);
}

.bg-etapa-trans-3 {
    background: rgba(168, 208, 66, 0.15);
}

.bg-etapa-trans-4 {
    background: rgba(65, 109, 194, 0.15);
}

.itempregunta > div {
    background: #fff;
}

.itempregunta p {
    color: #444;
}

.etapa1 {
    padding: 7px 7px;

    border: 3px solid #cf3;
    border-radius: 6px;
}
.etapa2 {
    padding: 7px 7px;

    border: 3px solid #ffc000;
    border-radius: 6px;
}
.etapa3 {
    padding: 7px 7px;

    border: 3px solid #92d050;
    border-radius: 6px;
}
.etapa4 {
    padding: 7px 7px;

    border: 3px solid #0070c0;
    border-radius: 6px;
}

.cabecerasresultados {
    border-bottom: 1px solid #666;
}
.brd-ds-bottom {
    padding-bottom: 5px;

    border-bottom: 1px dashed #ccc;
}

.linearesultadostabla {
    padding-top: 5px;
}
.linearesultadostabla .col-sm-1 {
    border-right: 1px solid #ddd;
}
.linearesultadostabla .col-sm-11 .itemetapa div {
    border-right: 1px solid #ddd;
}
.itemetapa {
    margin: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.itemetapa.bg-grey {
    margin-bottom: 30px !important;

    border-bottom: 5px solid #ccc;
}

.tituloetapa {
    background: #f6f6f6;
}
.tituloetapa p {
    line-height: 35px;

    margin: 0;
    padding: 0;
}

.tablapuntaje p {
    margin-top: 5px;
    margin-bottom: 0;
}

/**************HOME ***************/

.panel-primary .panel-heading {
    background: #006FB1;
    color: #fff;
}

.panel .panel-heading {
    height: auto;
    min-height: 55px;
}

.panel .panel-heading h1.panel-title {
    font-size: 2rem;
}

.panel .panel-heading.bienvenida_home {
    display: flex;

    padding: 1.5em;

    justify-content: space-between;
}
.panel .panel-heading.bienvenida_home input {
    max-width: 300px;
    margin-top: 20px;

    border-radius: 5px;
}
.btn-comenzar {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    display: table;
    float: none;

    width: 100%;
    max-width: 442px;
    height: auto;
    margin: 27px auto;
    padding: 15px 0;

    text-align: center;

    color: #fff !important;
    border-radius: 4px;
    background: #006fb1;
}
.btn-comenzar:hover {
    text-decoration: none !important;

    color: #fff !important;
    background: #006fb1;
}
.divcontenidohome {
    padding: 40px 50px 40px 50px;
}
.divcontenidohome h2 {
    font-family: Arial, sans-serif !important;
    font-size: 34px;

    float: left;

    width: 100%;
    margin-top: 0;

    color: #888;
}
.divcontenidohome span {
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    line-height: 30px;

    float: left;

    width: 100%;
    margin-bottom: 20px;

    color: #006fb1;
}
.divcontenidohome p {
    float: left;

    width: 100%;
}
.divbtnhome {
    float: left;

    min-height: 110px;
    margin-top: 40px;
    padding: 20px 0 30px 0;

    border-radius: 4px;
    background: #f5f5f5;
}
.divbtnhome p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;

    color: #666;
}

#sel_plantilla_ini {
    font-family: "Lato", Arial, sans-serif;
    font-size: 1em;
    line-height: 42px;

    height: 42px;

    color: #666;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.lista-plantillas {
    display: grid;
    overflow-y: auto;

    max-height: 100%;
    padding: 1em;

    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-auto-rows: minmax(80px, auto);
}
.item-plantilla:hover,
.item-plantilla:active,
.item-plantilla:focus {
    text-decoration: none;
}
.item-plantilla {
    min-height: 160px;
    margin-bottom: 0;

    cursor: pointer;
    text-decoration: none;

    color: #000;
    border-left: 7px solid #0070b5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f9f9f9;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.item-plantilla:hover,
.item-plantilla:active,
.item-plantilla:focus {
    transition: background-color 200ms linear;
    text-decoration: none;

    background-color: #0095e020;
}
.item-plantilla p.titulo {
    font-size: 1.2em;
    font-weight: bold;
    font-weight: 600;
    line-height: 1.2em;

    margin: 0;
    padding: 0.75em 1em;

    text-decoration: none;

    color: #000;
    /*border-bottom: 1px solid #ababab;*/
}
.item-plantilla hr {
    height: 1px;
    margin: 0;
    padding: 0;

    border-color: #ababab;
}
.item-plantilla p.descripcion {
    font-size: 0.9em;
    font-weight: 300;

    margin: 0;
    padding: 1em;

    text-decoration: none;

    color: #000;
}

/*
.item-plantilla:hover {
    background: #006fb190;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.item-plantilla:hover p{
    color: #fff;
}
*/
@media (max-width: 1366px) {
    .lista-plantillas {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        grid-auto-rows: minmax(80px, auto);
    }
}

@media (max-width: 1024px) {
    .lista-plantillas {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(50px, auto);
    }
}
/***********ENTIDAD ********/
.titletabla {
    font-family: "Lato", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #444;
}

.table > thead > tr > th {
    border-bottom: none;
}
/*
#tabla_entidades span.menu-icon {
    font-size: 18px !important;
}
#tabla_entidades .btn {
    padding: 6px 0 6px 12px;
}*/
.check-eliminar {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;

    vertical-align: middle;
}

input.seleccionar-todo,
input.seleccionar-todo-child {
    line-height: 30px !important;

    width: 20px;
    height: 20px;
}

input.seleccionar-todo-child {
    margin-left: 7px !important;
}

.btn-eliminar-items {
    display: none;

    border-radius: 3px;
}

.btn-eliminar-items.active {
    display: block;
}

/****************LISTA DIAGNOSTICOS *************/
#tabla_diagnosticos .menu-icon {
    font-size: 18px !important;
}
#tabla_diagnosticos .btn {
    padding: 6px 0 6px 12px;
}
#tabla_diagnosticos td.text-left .btn:first-child {
    padding-left: 0;
}

#tabla_diagnosticos tr td {
    padding-bottom: 0;
}

#tabla_diagnosticos tbody tr td {
    font-size: 13px;

    color: #666;
    border-top: none;
}

#tabla_diagnosticos tbody tr td p {
    margin: 0;

    text-align: center;
}

#tabla_diagnosticos thead {
    border-bottom: 2px solid #cbcbcb;
}
#tabla_diagnosticos tbody {
    border-bottom: 1px solid #cbcbcb;
}
#tabla_diagnosticos tr.trpadrediag {
    border-top: 1px solid #444;
    border-bottom: 1px dashed #cbcbcb;
}
#tabla_diagnosticos tr.trpadrediag:first-child {
    border-top: none !important;
}
#tabla_diagnosticos tr.trpadrediag td.estadodiag,
#tabla_diagnosticos tr.trhijodiag td.estadodiag {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
#tabla_diagnosticos tr td.estadodiag {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.estadodiag span.icon-lock {
    font-size: 14px;

    float: left;

    width: 32px;

    text-align: center;

    color: #d87d7b;
    background: #f6e5e4;
}
.estadodiag span.icon-lock-open {
    font-size: 14px;

    float: left;

    width: 32px;

    text-align: center;

    color: #4a78b8;
    background: #dce5f2;
}

.trpadrediag .estadodiag span {
    line-height: 82px;

    height: auto;
}
.trhijodiag .estadodiag span {
    line-height: 66px;

    height: auto;
}

.guion_arbol_diag {
    line-height: 13px !important;

    float: left;

    width: 8px;
    height: 13px !important;
    margin: 25px 10px 0 10px;
    padding: 0 0 0 10px !important;

    color: #ccc !important;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
}
.flecha_derecha {
    font-size: 0 !important;
    line-height: 0 !important;

    position: absolute;

    width: 0 !important;
    height: 0 !important;
    margin-top: 33px;
    margin-left: -10px;

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cbcbcb;
}

/******************** DIAGNOSTICO ******************/

#chartdiv_radar, #chartdiv_barras {
  width: 100%;
  height: 500px;
}

.title-grupo-etapa {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 1em;
    font-weight: 400;
    line-height: 30px;
    padding: 0.25em;
    /*margin-top: 1em;*/
    clear: both;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize !important;
    color: #000;
    background: #58abdd;
}
.divinformecompleto  .title-grupo-etapa{
    color: #fff;
}
.title-grupo-etapa.con-hijos {
    font-size: 1.2em;
    font-weight: bold;
    background: #006fb1;
    color: #fff;
}

.title-grupo-etapa:hover {
    opacity: 0.8;
}

.title-grupo-etapa .icon-minus {
    font-size: 16px;
    line-height: 16px;

    display: none;

    margin-top: 6px;
    margin-right: 10px;
}
.title-grupo-etapa .icon-plus {
    font-size: 16px;
    line-height: 16px;

    display: block;

    margin-top: 6px;
    margin-right: 10px;
}

.title-grupo-etapa[aria-expanded="false"] .icon-plus {
    display: block;
}

.title-grupo-etapa[aria-expanded="true"] .icon-plus {
    display: none;
}

.title-grupo-etapa[aria-expanded="true"] .icon-minus {
    display: block;
}

.title-grupo-etapa[aria-expanded="false"] .icon-minus {
    display: none;
}

.title-grupo-etapa strong.pull-right {
    font-size: 14px;
}

.preguntas-caption {
    font-weight: bold;
    background: #444;
    color: #fafafa;
    font-size: 0.85em;
}

.subgrupotitle {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;

    float: left;

    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;

    text-align: center;

    color: #444;
    border-bottom: 2px solid #ddd;
    background: #eee;
}

.panel-collapse .divsubgrupotitle:first-child .subgrupotitle {
    margin-top: 20px !important;
}

.panel-collapse .itempregunta:last-child {
    border-bottom: none !important;
}

.nombresubgrupo {
    margin-top: 20px;

    background: #666;
}
.nombresubgrupo p {
    line-height: 35px;

    margin: 0;
    padding: 0;

    text-transform: uppercase !important;

    color: #fff;
}

.cabeceras {
    padding: 10px 0;

    border-bottom: 2px solid #ccc;
}
.cabeceras label strong {
    font-family: Helvetica, Arial, sans-serif !important;
}
.leyendadecreto {
    font-size: 13px;
    line-height: 26px;
}

.titleleyenda {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    color: #333;
}

.div_pregunta_observacion,
.div_pregunta_evidencia,
.div_pregunta_adjunto, .div_pregunta_adjunto-evidencia{
    position: absolute;
    z-index: 100;
    right: 0;

    display: none;

    width: 400px;
    padding: 15px 5px 10px 5px;

    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f5f5f5;
    box-shadow: #666 0 1px 20px;
}

.div_pregunta_observacion {
    margin-top: 0;
}

.pregunta_observacion {
    width: 90%;
    height: 100px;
    resize: none;
    color: #444;
    padding: 0.3em;
}

.pregunta_observacion:focus,
.pregunta_observacion:active {
    background-color: khaki;
}

.btn-aceptar-observacion,
.btn-aceptar-evidencia,
.btn-aceptar-adjunto {
    font-size: 18px;
    font-weight: 600;

    float: right;

    margin-right: 5px;
    margin-left: 5px;

    cursor: pointer;

    color: #006fb1;
}

.preguntas-del-grupo {
    background: white;
    border: 1px solid #444;
}

.preguntas-del-grupo > tbody > tr > td {
    border: none;
}

.circle-etapa {
    width: 20px;
    height: 20px;
    margin: 10px auto;

    border-radius: 50px;
}
.btn-observacion span,
.btn-evidencia span,
.btn-file span {
    font-size: 18px;

    color: #ccc;
}
.btn-evidencia span {
    font-size: 18px;

    color: #006fb1;
}

.btn-despues {
    width: 35px;
    height: 35px;
    padding: 0;

    cursor: default;
    text-align: center;

    border-radius: 30px;
    background: #707070;
}
.btn-despues span {
    font-size: 16px;
    line-height: 32px;

    width: 100%;

    cursor: default;
    text-align: center;

    color: #fff;
}
.btn-observacion.filled span,
.btn-file.filled span {
    color: #006fb1;
}
.btn_ver_indicadores span,
.delete-file .eliminarHallazgo {
    font-size: 18px !important;
}

.pdescripcionpreg {
    float: left;

    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pdescripcionpreg p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal !important;
    line-height: 18px;

    float: right;

    width: 94%;
    margin: 0;

    text-align: left;

    color: #666;
}
.pdescripcionpreg span {
    font-size: 16px;
    line-height: 18px;

    float: left;

    width: auto;
    margin: 0;
    margin-right: 10px;

    color: #b7b7b7;
}

.preguntadisabled {
    overflow: visible;
    cursor: not-allowed;
    background: #f5f5f5;
}

.preguntadisabled td, .preguntadisabled p, .preguntadisabled span:not(.menu-icon) {
    color: #888;
}

.preguntadisabled .delete-file .eliminarHallazgo {
    display: none;
}

.etiqueta {
    font-weight: 400 !important;

    padding: 5px;

    color: white;
    border: 0 solid #000 !important;
    -webkit-border-radius: 55px 55px 55px 55px !important;
    -moz-border-radius: 55px 55px 55px 55px !important;
    border-radius: 55px 55px 55px 55px !important;
    background: gray;
}

#cerrar_diagnostico,
#btn_submit_diag {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 32px;

    padding: 10px 10px 10px 5px;

    text-align: center;

    color: #ffff;
    border-radius: 3px;
}
#btn_submit_diag span,
#cerrar_diagnostico span {
    font-size: 26px;
    line-height: 32px;
}

.respuestas-radio {
    margin-bottom: 10px;
}
.respuestas-radio span {
    line-height: 20px !important;

    float: left;

    height: 20px;
    margin: 0;
    padding: 0;
}
.respuestas-radio input {
    line-height: 20px !important;
    line-height: 20px;

    float: left !important;

    width: 16px;
    height: 20px;
    margin: 0;
    padding: 0;

    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
}
.select_escala {
    display: none;
}

.select_escala.gradoactivo {
    display: block;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #b1cbeb;
}
.br-theme-bars-1to10 .br-widget a {
    display: block;
    float: left;

    width: 12px;
    height: 28px;
    margin: 1px;
    padding: 5px 0;

    text-align: center;

    background-color: #eee;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;

    float: left;

    padding: 0 20px 0 20px;

    color: #006fb1;
}
.br-widget.br-readonly {
    float: right;
}

/*******************+INFORMES **********************/

.contenido-etapas-informe {
    display: none;
}
.contenido-etapas-informe.activo {
    display: block;
}

.div_botones_informe {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}
.div_comparar_informes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.div_comparar_informes span{
    margin-right: 1em;
}
.div_comparar_informes .select2-container {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    height: 30px;
}
.brd-bottom-etapa-1 {
    padding: 7px 0;

    border-bottom: 3px solid #cf3;
}
.brd-bottom-etapa-2 {
    padding: 7px 0;

    border-bottom: 3px solid #ffc000;
}
.brd-bottom-etapa-3 {
    padding: 7px 0;

    border-bottom: 3px solid #92d050;
}
.brd-bottom-etapa-4 {
    padding: 7px 0;

    border-bottom: 3px solid #0070c0;
}

.panel.panelinformes .panel-body {
    padding: 0 15px 0 15px;

    border-radius: 3px;
}

.ul-tipos-informe {
    display: table;

    margin: 0;
    padding: 0 0;

    border: none;
}
.ul-tipos-informe li {
    min-height: 27px;
    padding: 0;

    text-align: center;

    border-right: 1px solid #cbcbcb;
    background: #efefef;
}
.ul-tipos-informe li:last-child {
    border: none !important;
}
.ul-tipos-informe li a {
    font-weight: bold;
    line-height: 27px;

    position: relative;

    min-height: 27px;
    padding: 10px 0;

    text-align: center;

    border-top: none;
}
.ul-tipos-informe li.active a {
    border: none !important;
    border-top: none;
}
.ul-tipos-informe li.active {
    border-right: 1px solid #ccc;
    /*border-left: 1px solid #cccccc;*/
    background: #fff;
}

.ul-tipos-informe li.active:first-child {
    border-left: none;
}
.ul-tipos-informe li.active:last-child {
    border-right: none;
}

.ul-etapas-informe {
    width: 100%;
}
.ul-etapas-informe li {
    float: left;

    width: 100%;

    border: 1px solid #cbcbcb;
    border-top: none;
    background: #f9f9f9;
}
.ul-etapas-informe li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;

    float: left;

    width: 100%;
    padding: 15px 0 15px 10px;

    color: #444 !important;
}
.ul-etapas-informe li.active {
    border-right: none;
    border-left: none;
    background: #fff;
}

.ul-etapas-informe li.active a {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #cbcbcb !important;
}

.ul-etapas-informe li.active {
    border-right: none;
    border-left: none;
    background: #fff;
}
.ul-etapas-informe li.active a:hover {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #cbcbcb !important;
}

.ul-etapas-informe li:last-child.active {
    border-bottom: none !important;
}

.divcontentdetalles {
    padding: 0 15px 0 0;

    border-top: 1px solid #cbcbcb;
}
.ul-etapas-informe li a span {
    font-size: 14px;
    line-height: 26px;

    visibility: hidden;
    float: right;
}
.ul-etapas-informe li.active a span {
    visibility: visible;
}

.ul-etapas-informe li a span.resultadoetapa {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;

    visibility: visible;
    float: right;

    width: auto;
    margin-right: 5px;
    padding: 5px 5px;

    text-align: center;

    border-radius: 4px;
}

#btn-etapa-1 > span.resultadoetapa {
    color: #444;
    background: #deff00;
}
#btn-etapa-2 > span.resultadoetapa {
    color: #444;
    background: #edc200;
}
#btn-etapa-3 > span.resultadoetapa {
    color: #444;
    background: #a8d042;
}
#btn-etapa-4 > span.resultadoetapa {
    color: #fff;
    background: #406dc4;
}

.detalletextopregunta {
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.detalletextohallazgo {
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.contentinforme h4.titleinforme {
    font-family: Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;

    float: left;

    width: 100%;
    margin: 20px 0 30px 0;
    padding: 0 0 0 0;

    text-align: center;

    color: #888;
    border-bottom: 1px solid #efefef;
}
.tooltip-inner {
    white-space: pre-wrap;
}

.bordercontentinformes {
    border: 1px solid #ddd;
    border-top: none;
}
/***barra progreso porcentaje grupo **/
.barra_porcentaje {
    height: 24px;

    border: solid 1px;
}

.bgcuadropercent {
    border: 1px solid;
}

.progress {
    margin: 0;
}

.progress.color1 {
    background: #f00;
}
.progress.color2 {
    background: #e26b0a;
}
.progress.color3 {
    background: #ff0;
}
.progress.color4 {
    background: #f90;
}
.progress.color5 {
    background: #00b050;
}
.h2percent {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 22px;

    color: #333;
}

/*******RESULTADOS *********/

.resnombreetapa {
    margin-top: 20px;

    background: #333;
}
.resnombreetapa p {
    line-height: 35px;

    margin: 0;
    padding: 0;

    text-transform: uppercase !important;

    color: #fff;
}

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

.btn.active {
    margin: 13px 0 15px 0;
}

.btn-eliminar-items span:before {
    margin-right: 5px;
}

.panel-body.panel-resultados .col-sm-12:last-child .itemetapa {
    border-bottom: none !important;
}

.itemresumentotales {
    border-radius: 4px;
    background: #b1cbeb !important;
}

.itemresumentotales p {
    font-size: 13px;
    line-height: 45px !important;
    line-height: 18px;

    margin: 0;

    color: #333;
}
.itemresumentotales p.valortotaletis {
    font-family: "Lato", sans-serif !important;
    font-size: 17px !important ;
    line-height: 45px !important;

    color: #fff !important;
}
.brd-totales {
    border-bottom: 1px solid #ccc;
}
/*************************MODAL INDICADORES DIAGNOSTICO*******/

.preguntas_indicadores .modal-dialog {
    width: 94%;
}
.preguntas_indicadores .modal-content {
    background: #f9f9f9;
}
.panellistapreguntas {
    margin-bottom: 0;
}

.btn-add-indicador {
    line-height: 30px;

    width: auto;
    height: 30px;
    margin: 20px 0;
    padding: 0;

    border-radius: 30px;
    background: none;
}
.btn-add-indicador span {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;

    float: left !important;

    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #006fb1;
}
.div_lineaindicadores {
    width: 100%;
}
.listapreguntasfixed {
    position: fixed;
    z-index: 9999;

    margin: 0 !important;
    padding: 0 !important;
}

.div_lineaindicadores {
    height: auto !important;
    max-height: 450px !important;
}
.panelrespuestaspreguntas .slimScrollDiv {
    height: auto !important;
    max-height: 450px !important;
}

.itemindicador {
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
.btnEliminarIndicador {
    padding: 0;

    color: #f00;
}

/*************AYUUDA*****************/

.titulosayuda {
    padding-bottom: 5px;

    border-bottom: 2px solid #efefef;
}
.itemsayuda {
    min-height: 100px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #efefef;
}

.div_ayuda_observacion {
    position: absolute;
    z-index: 9999;
    right: 0;

    display: none;

    width: 500px !important;
    margin-top: -200px;
    margin-left: -400px;
    padding: 15px 5px 10px 5px;

    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f5f5f5;
    box-shadow: #666 0 1px 20px;
}
.ayuda_observacion {
    font-size: 12px;
    line-height: 18px;

    float: left;
    /* margin-top: -15px; */

    width: 90% !important;
    height: auto;
    margin: 5px 0 10px 10px;
    padding: 10px 15px;

    resize: none !important;
    text-align: left;

    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.ayuda_observacion ul {
    padding-left: 12px;
}
.ayuda_observacion ul li {
    margin-bottom: 5px;

    list-style-type: none;
}

.btn-aceptar-observacion-ayuda {
    font-size: 18px;
    font-weight: 600;

    float: right;

    margin-right: 5px;

    cursor: pointer;

    color: #006fb1;
}

.btn-ayuda-observacion span {
    font-size: 18px;

    color: #006fb1;
}

.title-pag {
    display: flex !important;

    align-items: center;
}

.title-pag .icon-arrow-left:before {
    vertical-align: middle;
}

.table-responsive {
    margin: 0.5em 0;
    padding:  0.5em 0;
}
.table-responsive table {
    width: 100%;
}

.dataTables_paginate {
    margin-top: 0.25em;
}

/*********************control formulario **************/

.form-control:focus {
    border: 1px solid #444 !important;
}

/*******************ADMINISTRACION*****************/

.title-grupos-preguntas {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;

    padding: 10px 10px;

    cursor: pointer;
    text-align: left;
    text-transform: capitalize !important;

    color: #444;
    border-radius: 5px 5px 0 0;
    background: #f3f3f3;
}

@media (max-width: 1200px) {
    /* *{ font-size:0.96em !important }*/
}
.tabla_plantillas th {
    font-size: 14px;
}
.th-grupos-plantilla{
    width: 150px;
}
.th-acciones{
    width: 150px;
    text-align: right;
}
.th-eliminar,
table thead th.th-eliminar{
    width: 20px;
    padding-right: 0;
}
.th-eliminar span{
    font-size: 18px;
}
.tabla_plantillas td{
    font-size: 13px;
}
.tabla_plantillas .btn{
    padding: 5px 7px;
}
.tabla_plantillas .check-eliminar{
    margin: 0;
}
.tabla_plantillas .grupos_plantillas {
    display: table;
    margin: auto;
    max-width: 150px;
}
.tabla_plantillas .grupos_plantillas a{
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 150px;
}
.tabla_plantillas .grupos_plantillas a .icon {
    margin-right: 5px;
}
.tabla_plantillas .grupos_plantillas a .badge{
    text-align: right;
}
.tabla_plantillas .dropdown-menu form{
    width: 100%;
}
.tabla_plantillas .dropdown-menu .dropdown-item {
    background: none;
    width: 100%;
    text-align: left;
    padding: 7px 10px;
    font-size: 14px;
    border-top: 1px solid #eee;
}
.tabla_plantillas .dropdown-menu a.dropdown-item:nth-child(1){
    border: none;
}
.tabla_plantillas .dropdown-menu a.dropdown-item:hover{
    background: #f5f5f5;
    color: #006fb1;
}
/*********** RESULTADOS DIAGNOSTICOS *********************/

.div_tabla_cumplimiento {
    display: flex;
    flex-direction: row;

    padding: 20px 0;

    justify-content: center;
    align-content: center;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_izda {
    float: left;

    width: 70%;
    padding-right: 10px;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_dcha {
    display: flex;
    float: right;
    flex-direction: column;

    width: 30%;
    padding-left: 10px;

    justify-content: center;
    align-content: center;
}
.div_tabla_cumplimiento table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_izda table th {
    color: #444;
    border-bottom: 1px solid #ddd;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_dcha table th {
    text-align: center;

    color: #444;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_izda table tbody tr {
    height: 30px;

    border-bottom: 1px solid #ddd;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_izda table tbody tr td {
    font-size: 13px;

    vertical-align: middle;
}
.div_tabla_cumplimiento .div_tabla_cumplimiento_dcha table tbody tr td {
    font-size: 20px;

    padding: 15px;

    text-align: center;
}

div.pagination-wrapper {
    margin-top: -20px;
    margin-bottom: 1em;
    padding-top: 0.5em;

    text-align: right;

    border-top: 1px solid #444;
}

ul.pagination {
    margin: 0;
    padding: 0;
}

form.inline {
    display: inline-block;

    vertical-align: middle;
}

.info-pregunta-seleccionada {
    padding: 0.5em;
    padding-left: 3em;

    color: #888;
}

.antecesor:last-of-type {
    display: inline-block;
    font-weight: bold;
}

.vam {
    display: inline-block;
    vertical-align: middle;
}

.signature-pad {
    display: none;
    text-align: center;
    padding-top: 1em;
}

.signature-pad--footer {
    font-size: 12pt;
    margin-bottom: 1em;
}

.signature-pad--actions {
    text-align: center;
}

.signature-pad--actions button {
    margin-left: 0.5em;
}

.signature-pad.resaltado {
    background: LightPink;
}

.signature-pad .cv_firma {
    touch-action: none;
    border: 2px dashed grey;
}

/* DIRECTIVAS PARA IMPRESION */
.print-only {
    display: none;
}

.para-imprimir .print-only {
    display: block !important;
}
.para-imprimir .no-print {
    visibility: hidden !important;
    display: none !important;
}
.para-imprimir .navbar {
    background: none !important;
}
.para-imprimir .logotopcircle img {
    max-height: 40px !important;
}
.para-imprimir .print-col-12 {
    height: auto !important;
    width: 800px !important;
}
.para-imprimir .page-content.content-wrap {
    margin: 0 !important;
}

.page-print {
    page-break-after: always;
    page-break-inside: avoid;
}

.new-page {
    page-break-before: always;
}

.para-imprimir .titleinforme {
    display: none;
}

.cabecera_diagnostico_imprimir{
    display: none;
    margin-bottom: 50px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 20px;
}
.para-imprimir .cabecera_diagnostico_imprimir {
    display: inline-block;
}
.cabecera_diagnostico_imprimir .izda {
    width: 15%;
    float: left;
    text-align: left;
}
.cabecera_diagnostico_imprimir .izda img {
    width: 100%;
    max-width: 150px;
}

.cabecera_diagnostico_imprimir .centro {
    text-align: center;
    width: 70%;
    float: left;
}
.cabecera_diagnostico_imprimir .dcha{
    font-size: 18px;
    text-align: right;
    width: 15%;
    float: left;
}
.cabecera_diagnostico_imprimir .centro p {
    font-size: 16px;
    display: table;
    width: 100%;
}
.cabecera_diagnostico_imprimir .centro p strong {
    font-size: 20px;
}
.cabecera_diagnostico_imprimir .dcha p {
    font-size: 16px;
}

.para-imprimir  .title-informe-diagnostico{
    width: 100%;
}
.para-imprimir  .title-informe-diagnostico h3{
    width: 100%;text-align: center;
}

body.para-imprimir
{
    background: none !important;
}

.para-imprimir * {
    box-shadow: none !important;
}

.para-imprimir .panel,
.para-imprimir .panel-white,
.para-imprimir .panel-body,
.main-wrapper
{
    border: none !important;
    margin: 0 !important;
    background: none !important;
}


.para-imprimir .div_respuestas_resultado {
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
    margin-bottom: 100px;
}

.para-imprimir .div_respuestas_resultado tbody,
.para-imprimir .div_respuestas_resultado tr,
.para-imprimir .div_respuestas_resultado td, {
    page-break-inside: avoid !important;
}
.para-imprimir * {
  overflow: visible !important;
}

.para-imprimir .div_respuestas_resultado td img{
    max-width: 90px;
}
.para-imprimir  .div_respuestas_resultado .title-grupo-etapa .icon-minus,
.para-imprimir  .div_respuestas_resultado .title-grupo-etapa .icon-plus {
    display: none;
}

input.error, select.error, .select2.error .select2-selection{
    background-color: #ffc6bb !important;
}

#nice-overlay {
    display: none;
    background-color: rgba(0, 0, 0, .70);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#overlay-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    width: 120px;
    height: 100px;
    padding: 1.5em;
    border-radius: 0.75em;

    background-color: rgba(255, 255, 255, .30);
    background-image: url("/img/Ellipsis-2s-100px.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

tr.pregunta.itemetapa {
    border-top: 1px solid #ccc;
}

/*********************** HALLAZGOS *********************************/
.title-hallazgo {
    background: #f5f5f5;
    padding-top: 10px;
}

.selector-adjunto-pregunta-hallazgos .krajee-default.file-preview-frame .kv-file-content{
    width: 100%;
}

.div_pregunta_hallazgos span.menu-icon.icon-check.btn-aceptar-observacion {
    float: unset;
}

div#editar_hallazgo .modal-content, div#confirm_delete_hallazgo .modal-content {
    max-width: 80%;
    border: 1px solid #444;
    margin: 50% auto;
    box-shadow: 1px 1px 10px #888;
}

textarea.pregunta_hallazgos {
    width: 100%;
    height: 80px;
}


.div_pregunta_adjunto-evidencia .btn-aceptar-adjunto-evidencia {
    justify-content: right;
    display: flex;
    margin-right: 10px;
    font-size: 1.25em;
}

td.acciones{
    min-width: 120px;
}

td.acciones .btn{
    padding: 5px;
}

.itemetapa_hallazgos .hallazgos {
    margin: 0;
    padding: 15px;
}
/******************************************************************/

.actividades-filtros{
    display: flex;
    justify-content: space-between;
    padding: 1.5em;
}

.filtros-home {
    display: flex;
    justify-content: flex-start;
}

.filtros-home .filtro{
    margin-right: 10px;
}

.leyenda{
    display: flex;
    flex-direction: column;
    align-content: flex-end;

}

.item-leyenda{
    font-size: 0.75em;
    padding-left: 5px;
    margin-bottom: 5px;
}

.item-leyenda.bpm{
    border-left: 7px solid #006fb1;
}

.item-leyenda.proyectos{
    border-left: 7px solid #40f2fe;
}

.lista-actividades .item-actividad p.descripcion {
    font-weight: 500;
    padding: 0 1em;
}

p.nombre-plantilla {
    padding: 0 1em;
    font-weight: 600;
    margin-top: 0.75em
}

.item-plantilla.item-bpm{
    border-left: 7px solid #006fb1;
}

.item-plantilla.item-proyectos{
    border-left: 7px solid #40f2fe;
}

select[readonly].select2 + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2 + .select2-container .select2-selection {
      background: #eee;
      box-shadow: none;
}

select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
      display: none;
}
