/**
 * Main app styles
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    color: #3a3a3a!important;
    background-color: rgb(243, 244, 246);
    font-family: 'Poppins', sans-serif;
}
select {
    border-radius:3px;
}

legend {
    margin-bottom:20px;
}
legend + .control-group {
    margin-top:0;
}

#content > h1 {
    padding: 0px 0px 14px; border-bottom: 1px solid rgb(229, 229, 229); margin: 0px 0px 10px;
}

#profile-photo {
    margin:4px auto 4px !important;
    width:120px;
    height:110px;
}
#notes-dropdown {
    min-width:210px;
    padding:10px 0 0;
    color:#333;
}
    #notes-dropdown > div {
        padding:0 10px;
    }
    #notes-dropdown > div a {
        display:block;
        width:100%;
        margin:0 0 10px;
        padding:5px 0;
    }
    #notes-dropdown > p {
        padding:10px 10px;
        border-top:1px solid #eee;
        margin:0;
    }
    #notes-dropdown > p:hover {
        background:#f8f8f8;
    }

    #notes-dropdown > p a {
        color:#0088CC;
        display:inline;
        padding:0;
        font-weight:bold;
    }
    #notes-dropdown > p a:hover {
        color:#005580;
    }
    #notes-dropdown > p .label {
        position:relative;
        top:-2px;
    }
    #notes-dropdown > p:last-child {
        text-align: center;
        font-size:12px;
        background:#f8f8f8;
        border-color:#ccc;
    }

table .progress {
    margin:0;
}

.note {
    font-style:italic;
    margin:0 0 13px;
}

.simpleBlockList, .simpleBlockListSortable {
    margin:0;
}

.simpleBlockList li, .simpleBlockListSortable li {
    list-style:none;
    padding:5px;
    display:inline-block;
    border:1px solid #ddd;
    margin:0 3px 7px 0;
}
.simpleBlockList li:hover, .simpleBlockListSortable li:hover {
    background:#F9F9F9;
}

.simpleBlockListSortable {
    display:table-row;
}
.simpleBlockListSortable li {
    display:block;
}
.simpleBlockListSortable li > span {
    margin-right:8px;
}
.simpleBlockListSortable li > a {
    float:right;
    margin-left:5px;
}

.simpleBlockListSortablePlaceholder {
    background:#eee;
    border:1px solid #ddd;
    margin:0 3px 7px 0;
    height:18px;
}

.countdown {
    font-size:20px;
    display:inline-block;
    width:30px;
    color:#777;
    position:relative;
    top:5px;
    text-align:center;
}

.form-container {
    margin-left:39px;
}
.form-container.login {
    max-width: 575px;
    margin-left: 0;
    background-color: #fff;
    padding: 22px;
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
    .form-container {
        margin-left:0;
    }
}

.relationCategory {
    color:#0066cc;
}
.relationType {
    color:#0a7f0a;
}

.titleBorder {
    border-bottom:1px solid #e5e5e5;
    margin:12px 0 13px;
    padding-bottom:1px
}

.searchChosen {
    display:inline-block;
    position:relative;
    top:11px;
    margin-top:-12px;
    margin-bottom:12px;
    vertical-align: top;
}
    .searchChosen .chzn-container-multi .chzn-choices .search-field input {
        padding: 5px 5px 4px;
    }
.searchResult h2 a, .searchResult .searchDescription a {
    color:#444;
}
.searchResult h2 a:hover, .searchResult .searchDescription a:hover {
    color:#666;
    text-decoration:none;
}

.tooltip.in {
    opacity:1;
}

/* Training */
.trainingItems {
    position:relative;height:125px;
}
    .trainingItems > div {
        display:none;
        clear:left;
        position:absolute;
        top:0;
        width:100%;
    }
    .trainingItems > div > a {
        display:inline-block;
        float:left;
        margin-right:15px;
    }
    .trainingItems > div > div {
        margin-left:120px;
    }
    .trainingItems > div > div p {
        color:#888;
    }
    .trainingItems > div > div blockquote {
        margin-left:5px;
    }

/* Logo */
.navbar .brand {
    padding: 9px 20px 0px;
    color: #fff;
    font-style: normal;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.sidebar-nav {
    box-shadow: none!important;
    border: 1px solid #ccc;
    margin-top: -3000px;
}
.brand img {
    width:auto;
    height:auto;
}

.icon-tree-view {
    background:transparent url(/images/ico-tree-view.png) 1px 1px no-repeat;
}
.icon-return {
    background:transparent url(/images/ico-return.png) 0px 1px no-repeat;
}

.help-small {
    font-size:11px;
    margin-top:1px !important;
}

.noty_bar.noty_layout_topCenter {
    top:40px;
}

.inlineProgressBar {
    margin-top:3px;
}
@media (min-width: 450px) {
    .inlineProgressBar {
        display:inline-block;
        width:400px;
        margin:0;
        position:absolute;
        top:1px;
        left:87px;
    }
}

@media (max-width: 979px) {
    .sidebarShortText {
        display:none !important;
    }
}
@media (min-width: 1350px) {
    .sidebarShortText {
        display:none !important;
    }
}
@media (min-width: 768px) and (max-width: 1350px) {
    /**/
    .sidebarLongText {
        display:none !important;
    }
}


.dropdown-menu li > a:hover i[class^="icon-"], .dropdown-menu li > a:hover i[class*=" icon-"],
.dropdown-menu .active > a i[class^="icon-"], .dropdown-menu .active > a:hover i[class*=" icon-"]{
    background-image:url("/template/img/glyphicons-halflings-white.png");
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background:#D65F58;
}

/* FIX dropdown in btn-group */
.btn-group > .btn-group {
    float:left;
}
.btn-group > .btn-group > .btn.dropdown-toggle {
  margin-left: -1px;
  border-radius:0;
}
.btn-group > .btn-group:last-child > .btn.dropdown-toggle {
  margin-left: 0;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-left: 1px;
}
.btn-group > .btn-group:first-child > .btn.dropdown-toggle {
  margin-right: 0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  border-right:1px;
}
.btn-group.dropdown+.btn-group.dropdown {
    margin-left: 0;
}

/* Text colors */
.text-warning {
    color: #C09853;
}
.text-error {
    color: #B94A48;
}
.text-info {
    color: #3A87AD;
}
.text-success {
    color: #468847;
}

/* Chosen plugin in gridview */
.grid-view .filters .chzn-container .chzn-choices {
    margin:3px 0;
    top:2px;
}
.grid-view .filters .chzn-container .search-field {
    height: 29px;
}
.grid-view .filters .chzn-container .search-field input {
    height:27px;
}
.grid-view .filters .chzn-container {
    /*margin-right:-33px;*/
    -moz-box-sizing:border-box;
    width:100% !important;
}
/* Deleted row */
.grid-view .deleted td {
    background:#F2DEDE !important;
}

.grid-view .deleted:hover td {
    background:#F2D1D1 !important;
}


/* Detail view */
table.detail-view .null {
    color:#bbb;
    font-style: italic;
}

.tarea_vencida {
    font-weight: bold;
    color: #f00;
}
.tarea_espera {
    font-weight: bold;
    color: #005fd8;
}
.tarea_realizada {
    font-weight: bold;
    color: #00af1f;;
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.errors-inline {
    color: #b94a48;
    font-size: 13px;
    margin-left: 15px;
}
@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}
@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.mk-floating-vertical {
    -webkit-animation: mk_float 2s infinite linear;
    -moz-animation: mk_float 2s infinite linear;
    -ms-animation: mk_float 2s infinite linear;
    -o-animation: mk_float 2s infinite linear;
    position: relative;
}
.mk-floating-horizontal {
    -webkit-animation: mk_floatx 2s infinite linear;
    -moz-animation: mk_floatx 2s infinite linear;
    -ms-animation: mk_floatx 2s infinite linear;
    -o-animation: mk_floatx 2s infinite linear;
    position: relative;
}
@keyframes mk_floatx{
  0%,100%{
    left:0
  }
  50%{
    left:15px
  }
}
@keyframes mk_float{
  0%,100%{
    top:0
  }50%{
    top:15px
  }
}

ul.list_archivos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.list_archivos li {
    float: left;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(252,252,252,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0 );
}

ul.list_archivos li .elementList {
    background-repeat:no-repeat;
    display: inline-block;
}
ul.list_archivos li .textList {
    display: block;
    font-size: 12px;
}
ul.list_archivos li:hover {
    background: #fffce6;
}

ul.list_archivos li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.ck-editor__editable {
    min-height: 200px;
}

.crm_movimiento {
    margin: 0 30px 30px;
    float: left;
    clear: both;
}
#messaging .crm_movimiento {
    float: none;
}
.crm_movimiento .crmMovTarea {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.crm_movimiento .crmMovEstado {
    float: left;
    margin-left: 15px;
}
.crm_descripcion {

}
.crm_descripcion .imagen_detalle img {
    width: 100px;
    border-radius: 50%;
}
.crm_descripcion .texto_detalle {
    font-size: 20px;line-height: 25px;
}
.crm_movimiento .crmMovContenido {
    width: 96%;
    clear: both;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    margin-left: 40px;
    margin-top: 9px;
    float: left;
}
.crm_movimiento.der .crmMovContenido,
.crm_movimiento.iz .crmMovContenido {
   width: 50%;
   margin-bottom: 10px;
   margin-top: 10px;
   background: #fff;
}
@media (min-width: 1000px) and (max-width: 1395px) {
    .crm_movimiento.der .crmMovContenido,
    .crm_movimiento.iz .crmMovContenido {
       width: 70%;
    }
}
@media (max-width: 999px) {
    .crm_movimiento.der .crmMovContenido,
    .crm_movimiento.iz .crmMovContenido {
       width: 80%;
    }
}
.crm_movimiento.der .crmMovContenido {
    float: right;
    margin-right: 60px;
}

.crm_movimiento.iz .crmMovContenido {
    float: left;
    margin-left: 60px;
}
.crm_movimiento.der .crmMovContenido {
    background-color: #dcf8c6;
}
.crm_movimiento .crmMovContenido audio {
    border: 1px solid #929292;
    border-radius: 25px;
}
.crm_movimiento .crmMovContenido:before {
    position: absolute;
    right: 100%;
    top: 46px;
    left: 28px;
    border: solid transparent;
    border-right-color: #ccc;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 6px;
}
.crm_movimiento.der .crmMovContenido:before,
.crm_movimiento.iz .crmMovContenido:before {
    right: 0;
    left: unset;
    border-right-color: transparent;
    border-width: 0;
    content: '';
    border: none;
}
.crm_movimiento .crmMovContenido:hover {
    background: #fffff5;
}
.crm_movimiento ul.list_archivos {
    margin-bottom: 10px;
}
.crm_movimiento ul.list_archivos li {
    /*padding: 0 5px 0 0;*/
}
.crm_caso_abierto {
    color: #00c734;
    font-weight: bold;
}
.crm_caso_cerrado {
    color: #999999;;
    font-weight: bold;
    font-style: italic;
}

.crm_movimiento ul.detallerMov {
    list-style: none;
    margin: 0 0 0 20px;
}
.crm_movimiento ul.detallerMov li {
    float: left;
    margin-left: 35px
}
.crm_movimiento ul.detallerMov li.crmMovUsuario {
    font-weight: bold;
}
.crm_movimiento ul.detallerMov li.crmMovfecha {
    float: left;
    margin-left: 20px;
    font-style: italic;
}
#crm-grid .disabled td:first-child,
#leads-grid .disabled td:first-child,
#pagos-impuestos-grid .disabled td:first-child {
    background-color: #ffeded;
}

#crm-grid .enabled1 td:first-child,
#leads-grid .enabled1 td:first-child {
background-color: #e5ffde;
/*animation: parpadeo_uno 5s;
-webkit-animation: parpadeo_uno 5s;
-moz-animation: parpadeo_uno 5s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;*/
}
.crm_movimiento .crmImgPerfil {
    position: absolute;
    left: -20px;
    top: 10px;
}
.crm_movimiento .crmImgPerfil img {
    border-radius: 50%;
    width: 50px;
    border: 1px solid #ccc;
}
.crm_movimiento.der .crmImgPerfil {
    left:unset;
    right: 0px;
}
.inbox_people {
    width: 30%;
    float: left;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .inbox_people {
        width: 95%;
    }
}
.inbox_chat {
    overflow-y: scroll;
    border: 1px solid #c5c5c5;
    border-top: none;
}
.headind_srch {
    overflow: hidden;
    height: 80px;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 130px;
}
.headind_srch .container_srch {
    
}
.headind_srch .srch_bar {
    display: inline-block;
    text-align: right;
    width: 100%;
    background-color: #f6f6f6;
    height: 50px;
    position: relative;
}
.headind_srch .srch_bar .input-group-addon {
    position: absolute;
    left: 45px;
    top: 14px;
    font-size: 15px;
    color: #636363;
}
.headind_srch .srch_bar input {
    border: none;
    width: 90%;
    margin: 7px 10px;
    padding: 8px;
    background: #fff;
    padding-left: 30px;
    font-size: 12px;
}
.headind_srch .srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}
.mesgs {
    width: 70%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    background: url('../images/fondo-chat.jpg') repeat;
}
@media (max-width: 767px) {
    .mesgs {
        width: 5%;
    }
}
.mesgs #divH1 {
    background: #ededed;
    width: 70%;
    border: 1px solid #d8d8d8;
    /*height: 80px;*/
    float: left;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}
.mesgs #divH1 .container_h1 {
    padding: 10px 10px 0 10px;
    display: inline-block;
    width: 98%;
    border-bottom: 0px solid #ccc;
    margin-top: -75px;
    transition: margin-top 0.3s; 
}
@media (max-width: 767px) {
    .mesgs #divH1 .container_h1 {
        margin-top: 0px;
    }
}
.mesgs #divH1 .container_h1:hover {
    margin-top: 0;
}
.mesgs #divH1 .container_h1 span {
    display: inline-block;
    float: left;
}
.mesgs #divH1 .container_h1 .nombre_h1 #select2-search-select-container {
    font-size: 12px;
}

.mesgs #divH1 .container_h1 #cambiar-alumno {
    margin-left: 24px;
    padding: 1px 5px;
}
@media (max-width: 767px) {
    .mesgs #divH1 .container_h1 #cambiar-alumno {
        display: none;
    }
}
.mesgs #divH1 .container_h1 #search-select {
    display: none;
}
.mesgs #divH1 .container_h1 .info_h1 {
    margin-left: 10px;
}
.mesgs #divH1 .subinfo {
    clear: both;
    font-size: 15px;
    color: #6b6b6b;
}

#messaging {
    margin-top: -17px;
    display: block;
    position: relative;
    float: left;
    background-color: #00bfa5;
    padding-top: 6px;
    width: 100%;
}
#messaging .alert {
    margin-bottom: 0;
}
.chat_img {
  float: left;
  width: 10%;
  margin-top: 10px;
}
.chat_img img {
    border-radius: 50%;
    padding: 8px;
}

@keyframes parpadeo_uno {
0% {background-color: #e5ffde}
100%{background-color: #fff}
}

@-webkit-keyframes parpadeo_uno {
0% {background-color: #e5ffde}
100%{background-color: #fff}
}

#crm-grid .enabled2 td:first-child,
#leads-grid .enabled2 td:first-child {
background-color: #e5ffde;
/*animation: parpadeo_dos 5s;
-webkit-animation: parpadeo_dos 5s;
-moz-animation: parpadeo_dos 5s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;*/
}


@keyframes parpadeo_dos {
0% {background-color: #e5ffde}
100%{background-color: #f9f9f9}
}

@-webkit-keyframes parpadeo_dos {
0% {background-color: #e5ffde}
100%{background-color: #f9f9f9}
}

i.tomadoPor {
    border-top: dashed #ccc 1px;
    margin-top: 5px;
    display: inline-block;
    padding-top: 3px;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?8cmc1j');
    src:  url('/fonts/icomoon.eot?8cmc1j#iefix') format('embedded-opentype'),
      url('/fonts/icomoon.ttf?8cmc1j') format('truetype'),
      url('/fonts/icomoon.woff?8cmc1j') format('woff'),
      url('/fonts/icomoon.svg?8cmc1j#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
    content: "\e951";
}
.nav .nav-header {
    color: #363636 !important;
    padding: 6px 15px 14px 15px;
}

.faa-ring {
    color: #f89406
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.faa-ring {
    font-size: 15px;
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}
/* GRABADOR DE AUDIO */
.audioMp3 {
    margin: 0;

}
.audioMp3 li {
    list-style: none;
    padding-bottom: 20px;

}
.audioMp3 li a{
    font-size: 18px;
}
.audioMp3 li div{
    padding-left: 10px;
}

#grabacion button {
    flex-grow: 1;
    height: 2.5rem;
    min-width: 2rem;
    border: none;
    border-radius: 0.15rem;
    background: #ed341d;
    margin-left: 2px;
    box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    width: 200px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#grabacion button:hover, #grabacion button:focus {
    outline: none;
    background: #c72d1c;
}
#grabacion button:first-child {
    margin-left: 0;
}
#grabacion button:disabled {
    pointer-events: none;
    background: lightgray;
}
#grabacion #log {
    width: 180px;
    margin-top: 5px;
}
/*ADVERTENCIAS CRM*/
.advertenciasCrm {
    clear: both; padding-top:10px
}
.advertenciasCrm .row {
    padding: 5px 30px;
}
.advertenciasCrm a {
    padding: 0 5px;
    display: inline-block;
    background-color: #e5f4ff;
    border-radius: 5px;
    margin-bottom: 5px;
}
.advertenciasCrm a.tuyo {
    background-color: #219622;
    color: #fff;
}
.advertenciasCrm button {
    margin-top: 5px;
}
.advertenciasCrm .dropdown-separator {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #ffe9e9;
    color: #d00000;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
}
.advertenciasCrm .dropdown-separator.amarillo {
    background-color: #f9eeae;
}
.advertenciasCrm .dropdown-separator.azul {
    background-color: #b9dafd;
}
.misTareasCount {
    border-color: #5AAD34;
    background-color: #76c552;
    padding: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px #284e00;
    font-weight: bold;
}
.texto_detalle ol li {
    line-height: 23px;
}

div.preview span {
    display: block;
}

/* Select2 */
span.select2-selection {
    min-height: 30px;
    border-color: '#ccc';
}

input.select2-search__field {
    margin: 0 !important;
    min-height: 26px;
}
input.select2-search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13.7px;
}
input.select2-search__field::-moz-placeholder { /* Firefox 19+ */
    font-size: 13.7px;
}
input.select2-search__field:-ms-input-placeholder { /* IE 10+ */
    font-size: 13.7px;
}
input.select2-search__field:-moz-placeholder { /* Firefox 18- */
    font-size: 13.7px;
}

li.select2-results__option:not([id]) {
    height: 18px;
}

#containerDrag {
    padding: 1rem;
  }
  
  .draggable {
    padding: 1rem;
    background-color: white;
    border: 1px dotted black;
    cursor: move;
    margin-bottom: 10px;
  }

  .nodraggable {
    padding: 1rem;
    background-color: white;
    border: 1px solid black;
    cursor: default;
  }

  .draggable.dragging {
    opacity: .5;
  }


/* sortable */
.column {
    width: 100%;
    float: left;
    padding-bottom: 100px;
  }
  .portlet {
    margin: 0 0 1em 0;
    padding: 0.3em;
  }
  .portlet-header {
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative;
  }
  .portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
  .portlet-content {
    padding: 0.4em;
  }
  .portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
  }

  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .flex-container > div {
    margin: 10px;
    padding: 20px;
    width: 300px;
  }

  .penalizado {
    background-color: red;
  }
  .no_penalizado {
    background-color: green;
  }
  blockquote {
    float: left;
    width: 97%;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 10px;
    border-left: 4px #ffbb23 solid;
}
.msjNota {
    font-size: 11px;
    margin-top: 15px;
    border-top: 1px #ccc dotted;
}
.divFechaHora {
    float: right;
    font-size: 13px;
    padding-top: 8px;
    color: #757575;
}
.crm_movimiento ul.detallerMov {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 5px;
}
.crm_movimiento ul.detallerMov li {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    font-size: 12px;
    color: #545454;
}

.msgCuerpo {
    width: 100%;
    float: left;
    margin-top: 15px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}
.crm_movimiento ul.list_archivos {
        margin-bottom:0;
}
.navbar-inner{
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    /*padding-top:5px; 
    padding-bottom:5px;*/
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    background-image: none;
    background-color: #191919;
    border-bottom: 1px solid #ccc;
    min-width: 667px;
}
.inicio.acciones {
    display: inline-block;
    background: #fdfdfd;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none;
    text-shadow: none;
    border: 1px solid #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: none;
    background-image: none;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-default {
    box-shadow: none;
}

.btn-info {
    background-color: #49afcd;
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color: #fff;
}

.navbar .btn {
    display: inline-block;
    padding: 15px 10px 14px;
    margin: 0 0 0 -4px;
    line-height: 18px;
    box-shadow: none;
    background-color: #fdfdfd;
    background-image: none;
    border-radius: 0 !important;
    border-left: #e9e9e9 1px solid;
    border-bottom: 0;
    border-right: 0;
}
.navbar .btn:hover {
    background-color: #e1e1e1;
}
.navbar .btn-navbar {
    display: none;
}
@media (max-width: 767px) {
    /*.navbar .btn-navbar {
        display: block;
        background-color: #6e6e6e;
    }*/
    .navbar .brand {
        padding: 10px 0 0 14px;
        margin: 0;
        width: 60px;
    }
    .navbar-inner {
        padding: 0;
    }
}

.custom-file, .custom-select, .form-control, .form-select, input {
    color: #283c50;
    padding: 12px 15px;
    border-color: #e5e7eb;
    border-radius: 5px;
}
input {
    display: block;
    padding: .375rem .75rem;
    font-size: .845rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease, box-shadow .15s ease;
    box-shadow: none!important;
}
.chzn-container-multi .chzn-choices {
    background-image:none;
    box-shadow: none!important;
}
#nSilenciar {
    padding: 14px;
    color: #fff;
}
.btn.dropdown-toggle .icon-share-alt,
.btn .icon-plus {
    margin-top: 4px;
}
.navbar .btn-group {
    padding:0;
    margin: 0;
}
.btn-danger {
    background-color: #da4f49!important;
    color:#fff!important;
}
.btn-warning {
    background-color: #faa732!important;
    color: #fff!important;
}
.biz {
    border-right: #e9e9e9 1px solid;
}
.groupControl {
    float:left;
    margin-right:10px;
    background:#fff;
    padding:6px ;
    border-radius:6px;
    border:1px solid #e6e6e6;
    margin-top: 5px;
    box-shadow: none;
}
.groupControl.p0{
    padding:0px ;
}

.groupControl.cb {
    clear: both;
}
.groupControl.mt0{ 
    margin-top:0px;
}
.groupControl.mt5 {
    margin-top:5px;
}
.transTotal {
    background:#fff;
    padding:11px 11px;
    border-radius:6px;
    border:1px solid #e6e6e6;
    font-size:19px;
    color:#666;
    margin-top: 5px;
    float:left;
    margin-right: 5px;
}
.pager a {
    border-radius: 0;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 11px !important;
    border: 1px solid #ccc !important;
}
.breadcrumb {
    background-color: #fbfbfb;
    background-image:none;
    box-shadow:none;
}
.icon-ban-circle, .icon-edit, .icon-remove, .icon-search, .icon-trash, .icon-flag, .icon-th, .icon-adjust, .icon-eye-open, .icon-user, .icon-repeat, .icon-th-list, .icon-envelope, .icon-list {
    margin-top: 5px;
}
.sidebar-nav > ul > li:not(.nav-header) {
    background-color: #fff;
}
.nav-tabs.nav-stacked > li > a {
    padding-top: 14px;
    padding-bottom: 11px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    font-weight: bold;
}
.btnVerTomar {
    display: block;
    margin-top: 4px;
    clear: both;
    text-align: left;
    font-size: 14px;
    padding: 2px 0 0 5px;
    width: 123px;
}
.top-block {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #dbdbdb;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px;
}
.select2-container .select2-search--inline .select2-search__field {
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
}

.navbar .btn-navbar .icon-bar {
    height: 4px;
}
.main-menu-span {
    position: absolute!important;
    display: block!important;
    z-index: 9999999!important;
    width: 369px!important;
}
#toggle-main-menu {
    top: 40%;
    background-color: #3b3b3b;
    padding: 10px 1px 7px 5px;
    border-radius: 0 10px 10px 0;
    position: fixed;
    margin-left: 369px;
    color: #fff;
    
}
#toggle-main-menu i {
    background-image: none;
}
.well.nav-collapse.sidebar-nav {
    height: auto!important;
}
@media (max-width: 767px) {
    #toggle-main-menu {
        top: 20%;
    }
}
.aluescWrap, .alutallerWrap, .nuevoPago, .nuevoMov, .gGrupo {
    background-color: #fff;
    padding: 10px;
    margin-top: 17px;
    float: left;
    clear: both;
    width: 98%;
}
.nuevoMov {
    float: left;
    clear: both;
    width: 98%;
}
.grid-view .topButtons {
    height: 38px;
}
.form-horizontal {
    background-color: #fff;
    padding: 10px;
}
/* Estilos para el contenedor */
#keyboard-shortcuts {
    margin: 20px 0 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    float: left;
    clear: both;
}

#keyboard-shortcuts h3 {
    font-size: 12px;
    color: #585858;
}

/* Estilos para la tabla */
.keyboard-shortcuts-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 11px;
    color: #484848;
}

/* Estilos para las cabeceras */
.keyboard-shortcuts-table thead th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Estilos para las filas */
.keyboard-shortcuts-table tbody td {
    border: 1px solid #ddd;
    padding: 8px;
}

.keyboard-shortcuts-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Fondo alternado */
}

.keyboard-shortcuts-table tbody tr:hover {
    background-color: #e0e0e0; /* Fondo al pasar el mouse */
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
  
.btn-small [class^="icon-"] {
    margin-top: -1px;
}
  
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

#ws-reconnect-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8d7da; /* Rojo de alerta */
    color: #721c24;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10000;
    border-top: 1px solid #f5c6cb;
    transition: background-color 0.5s, color 0.5s;
}

#ws-reconnect-notice.success {
    background-color: #d4edda; /* Verde de éxito */
    color: #155724;
    border-top: 1px solid #c3e6cb;
}