/* Write your custom CSS here */
.logo-footer{
    width: 3em;
    margin-top: -0.2%;
}
.navbar-logo{
    width: 5em;
}
.modal-1050{
    width: 80em;
}
.form.mt-5 {
    margin-top: 80px;
}

.mw-500 {
    max-width: 300px;
    margin: auto;
}
.overlay-post {
    transition: .5s ease;

}
.overlay-post.active {
    background: rgba(0, 0, 0, 0.82);
    width: 100%;
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.panel-post {
    z-index: 2;
    position: relative;
}
.page-title {
    padding: 15px 0px 15px 0;
    margin-bottom: 25px;
}

ul.page-links li{ 
    position: relative;
    display: inline;
}   
ul.page-links li a{
    color: #5f5f5f;
    border: none;
    position: relative;

}
.waves-button {
    border-radius: 0px;
}
.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(247, 247, 247);
    padding: 5px 10px;
    border: 1px solid rgb(235, 235, 235);
}
.profile-image-container .avatar {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

/* Center */

.center {
    margin: 0 auto;
    float: none!important;
    display: block;
}

.ui-sortable:not(.no-shadow) > .panel{
    -webkit-box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -12px rgba(0,0,0,0.75);
}
.ui-sortable-handle {
    cursor: pointer;
}
/*.ui-sortable-handle > .panel:active{*/
/*    -webkit-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);*/
/*    -moz-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);*/
/*    box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);*/
/*}*/
.clickable-row{
    cursor: pointer
}

.mh-4 {
    min-height: 245px;
}

/* seccion noticias */
.panel.noticias {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
        margin: 15px 0;
}
.panel.noticias .img {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transitioderon: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.panel.panel.noticias .titulo {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}
.panel.noticias:hover .img, .panel.noticias:focus .img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.panel.noticias:hover .img:before, .panel.noticias:focus .img:before {
    display: block;
}

.panel.noticias .img:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.31);
}

.panel.noticias .panel-body {
    background: linear-gradient(to bottom,transparent 0%,transparent 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.74) 100%);

}

.timeline-options.noticia {
    border-bottom: 0px solid;
    margin-bottom: 0px;
    margin: 0;
}
.timeline-item textarea {
    border-radius: 30px;
    height: 34px;
}

.profile-timeline ul li .timeline-item-header.noticia img {
    width: 160px;
    height: 120px;
    margin-right: 20px;
    border-radius: 0px;
    display: flex;
}

.timeline-options.noticia-principal{
    border-bottom: 0px;
    margin-top: 0px;
}
.timeline-options.noticia-principal a{
    margin-right: 10px;
}
.panel-title-noticia {
    font-size: 24px;
    margin: 5px 0px;
}

.panel-title-secundario {
    font-size: 18px;
    margin: 0px;
}
.timeline-options.noticia-principal a:after{
    content: '/';
    display: inline-block;
    margin-left: 10px;
}

.timeline-options.noticia-principal a:last-child:after{
    content: '' !important;
}

.timeline-item-header.noticia a{
    text-decoration: none;
}
.timeline-item-header.noticia a{
    margin-top: 0px;
    color: #4E5E6A;
}

.timeline-item-header.noticia a:hover{
    color: #3ab2e5;
}
    
.profile-timeline ul li .timeline-item-header.noticia p {
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

.profile-timeline ul li .timeline-item-header.noticia p.author{
    margin-bottom: 10px;
    color: #4E5E6A;
    font-weight: 700;
}

.timeline-item-header.noticia{
    position: relative;
}

.timeline-item-header.noticia .image {
    background: #fff;
	overflow: hidden;
}
.timeline-comment.reply {
    padding-left: 40px;
    border-bottom: 0px;
    padding-right: 30px;
}
.timeline-comment.active {
    border-left: 2px solid #4dabe2;
    background-color: rgba(244, 244, 244, 0.588);
}

.reply .timeline-comment-header img {
    width: 20px;
    height: 20px;
}
.timeline-comment .timeline-comment-header img {
    width: 30px;
    height: 30px;
}
.timeline-comment p.timeline-comment-text {
    color: #4E5E6A;
}
/* Flashing */
.timeline-item-header.noticia .image:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/* seccion noticias */

/* seccion solicitudes */
h1.solicitud {
    font-size: 4em;
}
h1 sub{
    font-size: 100%;
}

.section-buttons {
    clear: both;
}
/* seccion solicitudes */
#home_carousel {
    z-index: 1;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 30px;
    bottom:0
}

.carousel-inner .item img{
    height: 500px;
    width:  760px;
}

.carousel-caption {
    background-color: #00000085;
}
.mobile-carousel-caption .carousel-inner a {
    color: inherit;
    text-decoration: none;
}


/* cumpleaños table */
table.cumple>tbody>tr>th {
    padding: 10px!important;
    font-weight: normal;
}

table.cumple>thead>tr>th {
    padding: 10px!important;
    border-bottom: 0px;
}

table.cumple>tbody>tr>td {
    text-align: right;
    padding: 10px!important;

}
table.cumple>tbody>tr>th a{
    color: inherit;
}
/* cumpleaños table */


/* directorio table */
table.directorio>tbody>tr>td {
    background-color: #f3f3f3;
    color: inherit;
}
/* directorio table */



/* profile page */
.profile-cover-default {
    background: url("../img/perfil/profile-cover.png");
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

.profile-cover-default .profile-info-value span{
    border: 2px solid;
    padding: 12px;
    border-radius: 50px;
    -webkit-transitioderon: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.edit-bio{
    float: right;
}
.edit-bio span{
    border: 1px solid white;
    padding: 5px;
    border-radius: 50px;
    -webkit-transitioderon: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.profile-cover-default .profile-info:hover span,.edit-bio:hover span{
    border: 1px solid;
    background-color:rgba(41, 171, 226, 0.71);
    /* color: white; */
}

.post .picture-post {
    display: flex;
}
a.responder {
   display: block;
   font-size: 12px;
   margin: 10px;
   padding-left: 31px
}
textarea {
   resize: none;
}

.post .picture-post img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}
.post .picture-post textarea {
    border: 0px;
}
/* profile page */


@media (min-width: 1600px) {
    .mt-5 {
        margin-top: 80px;
    }
}
@media (min-width: 1200px) {
    .modal-lg.modal-large {
        width: 1170px !important;
    }
}

@media (max-width: 475px) {
    .profile {
        display: block;
        text-align: center;
    }
}
    
@media (min-width: 768px) {
    .show-sm {
        display: none !important;
    }
    .modal-md {
        width: 500px;
    }
}
@media (max-width:992px) and (min-width:475px) {
    .grid figure {
       padding: 15px !important;
    }
    
}
@media (min-width:992px) {
    .profile-cover-default .profile-info {
        margin: 250px 0 0;
    }
    .modal-lg.modal-large {
        width: 970px;
    }
    .border-right{
        border-right: 15px solid #fff;
    }
}

@media (max-width:992px) {
    .table-responsive {
        border: none;
    }
    .grid figcaption {
        padding: 10px !important;
    }
    .edit-background {
        position: absolute;
        right: 0;
        bottom: 25px;
        z-index: 1;
    }
}
.nombreFicha {
    font-size: 18px;
}
.bordered  {
    border: 1px solid rgb(241, 241, 241);
    border-radius: 8px;
}
.tabs-left>.nav-tabs:not(.default) {
    max-width: 150px;
}
.fa-arrows-alt{
    cursor: pointer;
}
.tabs-left>.nav-tabs li, .tabs-theme>.nav-tabs li {
    word-wrap: break-word;
    max-width: 170px;
}
@media (max-width: 767.9px) {
    .tabs-left>.nav-tabs {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .nombreFicha {
        display: flex;
        flex-direction: column;
    }
    .carousel-caption{
        display: none;
    }
    .page-sidebar.sidebar {
    position: fixed;
    top: 0;
}
    #home_carousel {
        margin-bottom: 0px;
    }
    .page-links {
        background: white;
        margin: 0;
        padding-left: 0px;
        background: white;
        border-bottom: 1px solid #e9e9e9!important;
    }
    .hide-sm {
        display: none;
    }
    .show-sm {
        display: block !important;
    }

 
    /* .page-horizontal-bar .page-inner {
        padding-top: 95px;
    } */
    /* .page-horizontal-bar.page-header-fixed .horizontal-bar {
        padding-top: 100px;
    } */
}

@media (min-width: 767.9px) {
    .mobile-carousel-caption {
        display: none;
    }
    .nombreFicha strong + strong {
        margin-left: 15px;
    }
    .searchAnexado {
        max-width: 600px;
        margin: auto;
    }
    
}
@media (max-width: 475px) {
    .panel.panel-info .panel-heading{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }
    .grid li {
        width:100% !important;
    }
    ul.page-links li {
        display: block;
        padding-left: 0;
    }
    ul.page-links li a{
        padding: 10px;
        line-height: 20px !important;
        width: 100%;
        text-align: left !important;
    }
    ul.page-links ul.sub-menu {
            width: 100%;
    }
    .page-links li{
        border-bottom: 1px solid #e9e9e9!important;
        padding-left: 27px;
    }
}

.chart-desktop{
    width: 5em;
}
.logo-footer{
    width: 100px;
}
/*
    MAIN
*/

#TabEstadisticas .tab-content {color:#282828;background-color:#eaeaea;padding:20px}
#TabEstadisticas li a{color:#6c6c6c;font-size:20px}
#TabEstadisticas li.active a{color:#282828;background-color:#eaeaea}
/*.container{width:90%}*/
.margin-right-20{margin-right:20px}.modal-1050{width:1050px!important}.badge-primary{background:#286090; font-weight:normal;}
.value_item {
    background-color: #5bc0de;
}
.value_item_less {
    background-color: white;
    -webkit-transition: background-color 750ms linear;
    -ms-transition: background-color 750ms linear;
    transition: background-color 750ms linear;
}
.thead-grey-docs{
    background: grey;
    color: white;
}
.w50{width:100%}
.pmicon{margin-right: 4%;}
.panel-heading-combinator{padding: 16px 15px !important;}
.mrg-btn-heading{margin-top: -0.4%;}


.loading-cube{
    background-color: #e8e7e661;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;

}

@keyframes lds-cube {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-cube {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.lds-cube {
    position: relative;
    top:20%;
    display: flex;
    justify-content: center;
}
.lds-cube div {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    background: #1d3f72;
    -webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-cube div:nth-child(2) {
    top: 10px;
    left: 110px;
    background: #5699d2;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.lds-cube div:nth-child(3) {
    top: 110px;
    left: 110px;
    background: #71c2cc;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-cube div:nth-child(4) {
    top: 110px;
    left: 10px;
    background: #d8ebf9;
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.lds-cube {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.box_add_focus {
    z-index: 9999999;
    background: white;
    padding: 10px;
    box-shadow: 4px 1px 7px 1px;
}
.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar {
    display: inline-block;
}
.kv-avatar .file-input {
    display: table-cell;
    width: 213px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
#cke_appbundle_documento_ckelement{
    display: none !important;
}
div.file-input div.file-preview{
    width: 100% !important;
}
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
.navbar-default{
    margin-top: 5px !important;
}



.form-group .form-s {
    margin-bottom: 15px;
    display: flex;
}
label.checkbox-inline.especial {
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: baseline;
}
.especial input#attr_orden {
    width: 100px;
    margin-left: -1em;
}
.totem-stash{
    margin-left: 4em;
    margin-top: 1.2em;
}

#form_build>.modal-dialog>.modal-content>.modal-body>.container>form#formvirtual{
    width: 64em;
}
#form_build .modal-body .form-group label, #form_build .modal-body .form-group p  {
    margin-bottom: 0px
}
.tabs-left li.active a ,.tabs-theme li.active a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(122, 111, 190) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
#form_build .modal-body .tabs-left .tab-content, .tabs-left.newDoc .tab-content, .tabs-theme .tab-content:not(.no-bg) {
    background-color: rgb(245, 245, 245);
    box-shadow: 1px 1px 3px 1px #796fbe70;
}
.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li, .tabs-theme>.nav-tabs>li {
    background-color: rgb(255, 255, 255); 
}
#form_build .modal-body .tab-content>.active {
    display: grid;
}
/* #form_build .modal-body .input-group {
    max-width: 25em;
    margin: auto;
} */
/* .select2-container{
    z-index: 9999999;
} */
.test-merge{
    width: 0;
}
.no-load-employee {
    background-color: #f0efef;
    padding: 10px;
    height: 100px;
    text-align: center;
}

.no-load-employee p {
    text-align: center;
    padding: 30px 0;
}
.inbox-widget {
    overflow: auto;
}
 
.badge {
    background-color: #4dabe2;
}

.modal-body span.select2{
    width: 100% !important;
}

table.table-bordered.table-hover.table-striped>tbody>tr>td {
    padding: 5px!important;
}

.form-group.has-error label {
    color:#a94442 !important;
}
.ul-container-w {
    width: 24em;
}
.boxContainer {
    background-color: white;
    box-shadow: 0px 0px 10px #00000030;
    margin-top: 10px;
}
.boxContainer .cuerpo {
    margin-bottom: 15px;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#anexadosTabs {
   animation: slide-up 0.4s ease; 
   /* display: none; */
}

.tab-content .btn-group, .btn-group-vertical {
    margin-right: 3px;
    margin-bottom: 3px;
}
.lds-css {
    position: relative;
}

.lds-css .text-center{ 
    position: absolute;
    left: 0;
    z-index: 10;
    right: 0;
}

#dialogModalDelete.anexado {
    top: 50%;
    transform: translateY(-50%);
}

#addAdjunto .modal-dialog {
    top: 20%;
}
#addAdjunto { background-color: rgba(60, 60, 60, 0.52); }

.modal-content.anexado {
    border: 1px solid rgb(210, 210, 210);
    box-shadow: 2px 2px 8px 4px #00000040;
}

table.dataTable tbody tr.active_tr{
    background-color: rgba(121, 111, 190, 0.13);
}

table.dataTable tbody tr.active_tr.new {
    background-color: rgba(121, 111, 190, 0.13);
    animation: pulse 1.5s;
}
.pulse {
    animation: pulse .5s;
}
@keyframes pulse {
  0% {
    background-color: rgb(121, 111, 190);
    padding: 10px 0px;
  }
  100% {
    background-color: rgba(121, 111, 190, 0.13);
  }
}

#modalDocumentoAdjunto embed, #modalViewAdjuntos embed{
    height: calc(100vh - 200px)
}

.panel .panel-ficha {
    position: relative;
    padding: 10px 20px 0px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.info-box .info-box-icon.ficha i {
    font-size: 50px;
}

.info-box .info-box-icon.ficha {
    position: absolute;
    right: 30px;
}
.info-box-stats span {
    margin-left: 5px;
    text-transform: capitalize;
}
.info-box .info-box-stats.ficha {
    margin-top: 10px;
    min-height: 90px;
}

.info-box .info-box-stats.ficha span.info-box-title {
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
    overflow: hidden;
    max-height: 35px;
}
.panel.info-box.panel-white.ficha {
    width: 260px;
    cursor: pointer;
    transition: all 0.2s;
}
.panel.info-box.panel-white.ficha.active,.ficha.active .info-box-stats span,.ficha.active .info-box-stats p,.ficha.active .info-box-icon.ficha i   {
    color: #fff;
}

.panel.info-box.panel-white.ficha.active {
    background-color: rgb(55, 122, 183);
}
.panel.info-box.panel-white.ficha .close-container {
    display: none;
}
.panel.info-box.panel-white.ficha.active .close-container {
    display: block;
    background-color: rgb(255, 255, 255);
}
.panel.info-box.panel-white.ficha.active .close-container:hover {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 3px 8px 0px #6d6d6dad;
}
.close-container{
    position: absolute;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    right: 0px;
    width: 29px;
    height: 29px;
    border: 1px solid;
    border-radius: 5px;
}

.leftright{
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: grey;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: grey;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}


.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: rgb(225, 68, 68);
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: rgb(225, 68, 68);
}
.close-container:hover label{
  opacity: 1;
}
.panel.info-box.panel-white.ficha:hover {
    box-shadow: 10px 6px 10px 0px #377ab726;
    margin: 5px 0px;
}
.table-responsive h1 {
    text-transform: capitalize;
}

.tab-chat[class^="tab"] > div  {
    overflow: hidden;
}
.highcharts-credits,.d-none{
    display: none !important;
}
 .has-error .select2-selection.select2-selection--single{
    border-color: rgb(169, 68, 66) !important;
}

/* .inbox-widget .inbox-item {
    padding: 18px 0 5px;
    margin: 0px 0px;
} */

@media (min-width:1200px) {
    .inbox-widget .inbox-item .inbox-item-author {
        text-overflow: ellipsis;
        max-width: 144px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width:475px) {
        .inbox-widget .inbox-item {
        padding: 18px 0 5px;
        margin: 0px 0px;
    }
}

/* Loader */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(77, 171, 226);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* /loader */


/* owl-carousel */
.owl-carousel.owl-gou .owl-nav .disabled {
    opacity: 0.1;
    cursor: default;
}
.owl-carousel.owl-gou .owl-nav button {
    outline: 0;
}
.owl-carousel.owl-gou .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    margin-top: -18px;
    left: -35px;
    zoom: 1;
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(76, 186, 160);
}
.owl-carousel.owl-gou .owl-nav button span {
    color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 8px;
}
.owl-carousel.owl-gou .owl-nav .owl-next {
    left: auto;
    right: -35px !important;
}
.owl-carousel.owl-gou .owl-nav button.owl-prev span{
    background-image: url('../img/flecha-slider-izq.svg');
}
.owl-carousel.owl-gou .owl-nav button.owl-next span {
    background-image: url('../img/flecha-slider-der.svg');
}
.owl-carousel.owl-gou .owl-nav [class*=owl-] {
    border: 0px;
}
/* owl-carousel */

.inbox-item .progress{
    margin-left: 55px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.owl-theme.owl-gou .owl-nav [class*=owl-]:hover {
    background: rgb(64, 158, 136);
}

#formDoc .form-group label.error{
    display: none !important;
}
.row.bg-color p {
    margin-bottom: 0px;
    padding: 5px 0px;
    word-break: break-all;
}
/* .row.bg-color:nth-child(even){
    background-color: rgb(247, 247, 247);
} */
.row.bg-color {
    border-bottom: 1px solid rgba(232, 232, 232, 0.65);

}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 15px;
}

/* new template */
.participante .inbox-item-img {
    background-image: url('../img/59f2084e818154276a17c892ad6d5ce6.png');
}

.inbox-widget.users .inbox-item-img{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.bg-profile{
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
}
.btn-add {
    float: right;
    padding: 5px 10px;
}
.inbox-widget:not(.users){
    height:341px!important
}
.team.users  {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    flex-wrap: wrap;
}
.team.users .team-member {
    margin-right: -8px;
    margin-bottom: 0px;
}
.team.users .team-member img {
    border: 2px solid rgb(255, 255, 255);
    margin: 0px;
}
.input-group-addon.rounded {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.usersbox {
    padding: 15px 15px 0px 15px;
    max-height: 280px;
    box-shadow: inset 0px 11px 14px -10px #dedede, 
        inset 0px -11px 14px -10px #dedede;
}
.usersbox .checkbox  {
    margin-top: 0px;
    margin-bottom: 0px;
}
.usersbox .checkbox label {
    display: flex;
    justify-content: space-between;
    align-items: center;padding: 0px;
}

.usersbox .checkbox input {
    right: 0;
    top: 8px;
}
.team-member.flex {
    display: flex;
    align-items: center;
}
.team .team-member.flex img {
    width: 30px;
    height: 30px;
}
.team .team-member.flex strong {
    margin-left: 10px;
    font-size: 16px;
}
.empty {
    display: none;
}
.empty::after {
    pointer-events: none;
    content: 'No se encontraron resultados';
    border-radius: 0.5rem;
    display: flex;
    background:#7a6fbe1a;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(108, 117, 125, 0.5);
    height: 192px;
    opacity: 1;
    transition: opacity .35s ease;
 }
.empty-cuerpo::after {
    pointer-events: none;
    content: 'No hay elementos para mostrar';
    border-radius: 0.5rem;
    display: flex;
    background: rgb(233, 236, 239);
    text-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(108, 117, 125, 0.5);
    height: 150px;
    opacity: 1;
    transition: opacity .35s ease;
 }
 .bg-comment {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
 }

#bulkloadtable > thead > tr > th> .form-control{
    width: auto;
}
.table-striped.table.dataTable.template thead th, .table-striped.table.dataTable.template thead td {
    border: 0px;
    background: #fff;
}
 .table-striped.table.dataTable.template tbody td {
    color: rgb(114, 114, 114);
    border: 0px;
    vertical-align: middle;
}

.absolute-buttons{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.info-title {
    margin-top: 5px;
    margin-bottom: 5px;
}
.top-right {
    text-align: right;
    padding: 0px 10px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.info-title span {
    font-weight: normal;
}
.panel.m-b-xs {
    margin-bottom: 10px;
}
.row.less-padding [class^='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.info-box-flex, .info-box-cuerpo {
    display: flex;
    align-items: stretch;
    min-height: 40px;
}

.info-box-flex{ justify-content: space-between;}
.info-box-cuerpo{ justify-content: center;}

.info-box-flex .title{
    margin-top: 0px;
    max-width: 14em;
    text-transform: capitalize;

}
.info-box-flex span {
    top: 20px;
    position: absolute;
    right: 22px;
    text-shadow: 2px 0px 2px #676767;
    font-size: 13px !important;
    color: rgb(0, 0, 0) !important;
}
.info-box-date{
    font-size: 14px;
    position: absolute;
}
.info-box-cuerpo .atributo {
    text-transform: capitalize;

}
.info-box-cuerpo .slimScrollDiv{
    background-color: rgb(233, 236, 239);
    padding-right: 8px;
    /* box-shadow: inset 0px 0px 8px 0px #d4d4d4; */
    border: 1px solid rgb(232, 232, 232);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-width: 218px;
}
.atributos .list-group-item span {
    font-weight: 300;
    text-transform: lowercase;
    word-break: break-all;

}
.atributos .list-group-item {
    font-weight: 600;
    text-transform: capitalize;
}
.deadline{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 85px;
    /* box-shadow: inset 0px 0px 15px 3px #00000014; */
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 5px solid rgb(242, 86, 86);
}
.deadline.warning {
    border-bottom: 5px solid rgb(247, 211, 12);
}
.deadline.success {
    border-bottom: 5px solid rgb(34, 186, 160);
}

.deadline span {
    font-size: 32px;
}
.deadline p{
    line-height: 1;
    color: rgb(78, 94, 106);
}
.deadline span {
    font-weight: bold;
    color: rgb(242, 86, 86);
}
.deadline span.warning{
    color: rgb(255, 212, 10);
}
.deadline span.success{
    color:rgb(34, 186, 160);
}
.deadline p {
    font-weight: 500;
}
#vencimientos > .panel-body, .panel-body.grey {
    background-color: rgb(249, 249, 249);
    border-right: 1px solid rgb(237, 237, 237);
    border-left: 1px solid rgb(237, 237, 237);
}
.img-container {
    margin-left: 5px; 
}
.img-container img {
    border-width: 0.6px; 
    border-color: #a3a3a3; 
    border-style: solid;
    width: 30px;
    height: 30px;
}
.img-container .btn {
    min-width: 25px;;
}
.d-flex {
   display: flex; 
}.space {
    justify-content: space-between;
}
.d-block {
   display: block; 
}
.flex-column {
    flex-direction: column;
}
.badge.badge-warning {
    background: rgb(246, 212, 51);
    color: rgb(0, 0, 0);
}

.popover-title {
    background-color: rgb(76, 175, 203);
    color: rgb(255, 255, 255);
}

.topCards {
    min-height: 153px;
}
.popover {
    z-index: 100;
}
.topCards .preloader {
    position: absolute;
    z-index: 10;
    left: 15px;
    right: 15px;
    background: rgba(249, 249, 249, 0.82);
    min-height: 120px;
}
.capitalize 
{
    text-transform:capitalize;
}

.doc {
    width: 100%;
    min-height: 500px;
}
.darkinside{
    display: none;
}

.input-group.m-b-sm .filter-icon {
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding-left: 5px;
    display: table-cell;
    border:1px solid rgb(204, 204, 204);
    border-radius: 50% 0 0 50%;
    border-right: 0px;
    vertical-align: middle;
}
.filter-icon i {
    color: rgb(153, 153, 153);
}

.input-group.m-b-sm input {
    border-left: 0px;
}
.filterUsers {
    border: 1px solid rgb(204, 204, 204);
    border-left: 0px;
}

.text-white {
    color: #fff !important;
}
.tipo-participante {
    
}

.panel-info .panel-heading.light{
    background:none;
    color:#000 
}