@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, label{
	font-family: 'Rubik', sans-serif;
}
a{color: #5b4382}
a:hover{
	color: #4c415d;
}
#sidebar-menu>ul>li>a.active{
	color: #5b4382;
	font-weight: 700;
}
#sidebar-menu>ul>li>a.active svg{
	color: #5b4382;
}
.content-page, #wrapper{
  overflow: initial;
}
.mprospectos h6{
    color: #ff9800;
    text-transform: uppercase;
}
.mprospectos p{
    color: #009688;
    font-size: 1.3em;
}
.btn{
	box-shadow: 2px 2px 10px rgba(132, 130, 255, 0.3);
	transition: all ease-in 0.2s;
}
.btn:hover{
	box-shadow: none;
}
h2{
	font-size:1.35rem;
}
h5{
	font-size:0.9rem;
}
h1,h2,h3,h6{
	color: #241947;
}
h6{
	letter-spacing: 1px;
}
label{
	letter-spacing: 0px;
	font-weight: 700;
	color: #B0BAC9;
	font-size: 14px;
}
#formhojadeevento label{
  color: #5f5f5f;
  font-size: 13px;
  margin-right: 5px;
}
.acciones{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.acciones a{
	color: #6F6D6D;
 }
.display-inline{
	display: inline;
}
.flex-column-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-ludicorp{
	background-color: #FDFDFD;
	padding: 10px;
	border-radius: 15px;
	border: solid 2px rgba(0,0,0,0.1);
}
.scroll-actividad{
	height: 400px;
	overflow: auto;
}
.form-control{
	background-color: #fdfdfd;
}
.back-title-event {
	background-color: #acacac;
}
.back-title-event h4{
	color: #fff;
}
.back-title{
	background-color: #333f4f;
	padding-left: 15px;
	padding-right: 15px;
}
.back-title h2, .back-title h5{
	color: #fff;
}
.highcharts-credits{
	display: none;
}
.bag-action-task{
    color: #060606;
    background-color: #dadada;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
}
.card-body{
	box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
}
.slug{
	padding: 7px 10px;
    background: #5b4382;
    border-radius: 5px;
    color: #fff;
}
.fixed-save{
	position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
}
.card_visibility{
	visibility: hidden;
}
.slack-options{
	position: absolute;
    right: 30px;
}
.slack-options img{
	width: 20px;

}
.auth-page-sidebar{
	 background-image: url(../images/auth.png);
}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #fff;
  width: 180px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 10px;
  text-align: center;
  opacity: 1;
}
.tooltip-inner{
	color: #4b4b5a;
	background-color: transparent;
	text-align: left;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #fff;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.swal2-title{
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 500;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover{
  color: #fff;
  cursor: pointer;
}
a.fc-more{
  color: #000 !important;
}
a.fc-more:hover{
  color: #535353 !important;
}
a.addNote{
  color: #1E252B !important;
}
.btn-ludicorp{
  background-color: #241947;
  color: #fff;
}
a.tasksDash div{
  padding-bottom:5px;
  padding-top: 5px;
}
a.tasksDash div:hover{
  background-color: #f6f6f6;
}
.dtr-details{
  position: relative;
}
div.dataTables_wrapper div.dataTables_info{
  white-space: unset;
}
.printTotal{
  font-size: 20px;
  font-weight: 800;
}
.noactionNotes{
  pointer-events: none;
  opacity: 0.5;
}
.actividad .slimscroll{
  height: 420px !important;
}
#reciboDetalle{
  background-image: url();
}
.easy-autocomplete{
  width:100% !important
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 1001;
}
.color-accion-llamada{
  background-color: #FEB95F !important;
  color: #fff;
}
.color-accion-whatssapp{
  background-color: #06D6A0 !important;
  color: #fff;
}
.color-accion-correo{
  background-color: #118AB2 !important;
  color: #fff;
}
.color-accion-propuesta{
  background-color: #572364 !important;
  color: #fff;
}
.color-accion-junta{
  background-color: #c8f945 !important;
  color: #fff;
}
.color-accion-pendiente{
  background-color: #dc4769 !important;
  color: #fff;
}
.uilmedium{
  font-size: 20px;
}
.white{
  color: #fff;
}
.black{
  color: #000;
}
.fc-event{
  padding: 1px 5px !important;
  text-align: left;
}
.fc-day-grid-event .fc-time{
  font-size: 10px;
  font-weight: 900;
}
.badge-count-taller{
  position: absolute;
  background: #fff;
  right: 0;
  padding: 2px;
}
.no-visible{
  visibility: hidden;
}
.flex-items-center{
  display: flex;
  align-items: center;
}
.flex-justify-center{
display: flex;
justify-content: center;
}

.this-presence {
    display: none;
}

.this-online {
    display: none;
}

.this-undefined {
    display: none;
}

.show-opt {
    display: block !important;
}
