* {
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
}

.logo--main {
  height: 50px;
  margin-left: 20px;
}

.logo--main--room {
  height: 30px;
  margin-left: 15px;
}

.search--header {
  background-color: #a8a8a7;
  border: none;
  width: 300px !important;
}

.dropdown__img-profile {
  width: 42px;
}

.dropdown__img-profile--room {
  width: 40px;
}

.dropdown-item {
  font-size: 1em;
}

.tools {
  background: #d0d1d2;
}

.tools__btn--active {
  background: #7abe43;
  color: #262523;
}

.tools__btn--active>.tools__text {
  color: #262523;
}

.tools__btn--active>.tools__icon--talk {
  background: url(../images/btn-talk-hover.png);
  background-size: 16px 16px;
}

.tools__btn--active>.tools__icon--chat {
  background: url(../images/btn-chat-hover.png);
  background-size: 16px 16px;
}

.tools__btn:hover {
  background: #7abe43;
  cursor: pointer;
}

.tools__btn:hover>.tools__text {
  color: #262523;
}

.tools__text {
  font-size: 0.75em;
  color: #868584;
  font-weight: 600;
}

.tools__icon {
  width: 16px;
  height: 16px;
}

.tools__icon--talk {
  background: url(../images/btn-talk.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__btn:hover>.tools__icon--talk {
  background: url(../images/btn-talk-hover.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__icon--chat {
  background: url(../images/btn-chat.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__btn:hover>.tools__icon--chat {
  background: url(../images/btn-chat-hover.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__icon--notes {
  background: url(../images/btn-notes.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__btn:hover>.tools__icon--notes {
  background: url(../images/btn-notes-hover.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__icon--attachment {
  background: url(../images/btn-attachment.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__icon--participants {
  background: url(../images/participants.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.tools__btn:hover>.tools__icon--attachment {
  background: url(../images/btn-attachment-hover.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

/*.leave-talk {
  margin-right: 80px;
}*/
.leave-talk__btn {
  background-color: #c1272d;
  color: #fff;
  font-size: 0.875em;
  padding: 5px 15px;
  border: none;
}

.leave-talk__btn:focus {
  outline: none;
}

.tools-mobile {
  height: 100%;
  padding-top: 58px;
  position: absolute;
  width: 150px;
}

.tools-mobile__content {
  background: #d0d1d2;
  height: 100%;
  position: relative;
}

.leave-talk-mobile {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.leave-talk__btn-mobile {
  background-color: #c1272d;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 15px;
  border: none;
}

.leave-talk__btn-mobile:focus {
  outline: none;
}

.app {
  background: #F7F8F9;
  height: 100%;
  width: 100% !important;
}

.content {
  overflow: auto;
  height: 100%;
}

.content__left {
  background: #eaeef4;
  width: 400px;
  overflow: auto;
  height: 100%;
  padding: 8px 0;
}

.content__main {
  overflow: auto;
  height: auto;
  padding: 20px;
}

.content__main .container {
  /* padding: 10px 10px; */
  background: white;
  height: 100%;
  max-width: 100% !important;
}

.not-focus {
  box-shadow: none !important;
}

.hamburger {
  margin: 10px 0 0 20px;
  height: 36px;
}

.hamburger .hamburger__btn {
  background: none;
  border: none;
}

.hamburger .hamburger__btn:focus {
  outline: none;
}

.hamburger .hamburger__image {
  width: 36px;
}

@media (max-width: 576px) {
  .content__left {
    background: #eaeef4;
    width: 100%;
    overflow: auto;
    height: 100%;
  }
}

input[type="file"]#txtProfilePicture {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"]#txtWebinarBanner {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"]#txtCompanyLogo {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for="txtProfilePicture"] {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 5px;
  border: 1px solid #5bc0de;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0.5em !important;
  text-align: center;
  margin-top: 0.2em;
  font-size: small;
}

label[for="txtWebinarBanner"] {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 5px;
  border: 1px solid #5bc0de;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0.5em !important;
  text-align: center;
  margin-top: 0.2em;
  font-size: small;
}

label[for="txtCompanyLogo"] {
  color: #fff;
  background-color: #5bc0de;
  border-radius: 5px;
  border: 1px solid #5bc0de;
  transition: all 0.5s;
  cursor: pointer;
  padding: 0.5em !important;
  text-align: center;
  margin-top: 0.2em;
  font-size: small;
}


.my-talks {
  width: 100%;
  max-width: 100%;
  padding: 30px 20px 20px 20px;
}

.my-talks__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  border-bottom: #252525 solid 3px;
  display: inline-block;
}

.my-talks__card {
  height: 250px;
  border-radius: 0;
  border: solid #8aaf69 2px;
  position: relative;
  margin-bottom: 25px;
}

.my-talks__card__summary {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 15px;
  color: #fff;
}

.my-talks__card__summary__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.my-talks__card__summary__text {
  font-size: 14px;
  line-height: 18px;
}

.my-talks__card--background {
  background-size: cover;
}

.my-talks__card__gotalk {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #8aaf69;
  color: #fff;
  font-size: 14px;
  padding: 1px 8px;
}

.my-talks__card__gotalk:hover {
  color: #fff;
}

.my-talks__card__date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #ffc107;
  font-weight: 700;
}

button.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

.content__inbox {
  position: fixed;
  background: #252c34;
  width: 210px;
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 5px 1px 16px -4px black;
  box-shadow: 5px 1px 16px -4px black;
  z-index: 10;
  color: #f5f8fd;
}

.content__inbox .col {
  padding: 0;
}

.content__inbox__section {
  border-bottom: solid #333a42 1px;
  padding: 12px 0;
}

.content__inbox__section__title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 10px;
}

.content__inbox__section__icon__button {
  float: right;
  background: none;
  border-radius: 50%;
  border: solid #fff 1px;
  margin: 0 10px 0 0;
}

.content__inbox__section__icon__button svg {
  color: #fff;
  margin: -3px -2px 0 0;
}

.content__inbox__section__item {
  padding: 10px;
  cursor: pointer;
}

.content__inbox__section__item:hover {
  background: #333c45;
}

.content__inbox__section__item__title {
  font-size: 14px;
  color: #9a9ea1;
}

.content__inbox__section__item__counter {
  font-size: 14px;
  margin-right: 8px;
}

.content__contacts {
  background: #2b323a;
  width: 320px;
  overflow: auto;
  height: 100%;
  position: fixed;
  margin-left: 210px;
}

.contacts__contact {
  border-bottom: solid #333a42 2px;
  padding: 10px 15px;
}

.contacts__contact__photo {
  position: relative;
  padding: 0 10px 0 0;
}

.contacts__contact__photo__notification {
  position: absolute;
  background: #34bc10;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.contacts__contact__photo__image {
  height: 60px;
}

.contacts__contact__summary {
  color: #9a9ea1;
}

.contacts__contact__summary__title {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contacts__contact__summary__text {
  font-size: 13px;
  line-height: 15px;
  display: block;
}

.contacts__contact__options {
  color: #9a9ea1;
  width: 50px;
}

.contacts__contact__options__more {
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}

.contacts__contact__options__time {
  display: block;
  font-size: 12px;
}

.highlight {
  border: 2px dashed #ccc;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 0 75px rgba(255, 255, 255, 0.05), 0 0 0 60px rgba(255, 255, 255, 0.05), 0 0 0 45px rgba(255, 255, 255, 0.05), 0 0 0 30px rgba(255, 255, 255, 0.05), 0 0 0 10px rgba(255, 255, 255, 0.05);
}

.btn-left-radius {
  border-radius: 8px 0 0 8px !important;
}

.btn-right-radius {
  border-radius: 0 8px 8px 0 !important;
}

.btn-none-radius {
  border-radius: 0 0 0 0 !important;
}

.event-message-text {
  font-size: 0.80em;
}

.replyHtml {
  margin-left: 1%;
  margin-right: 1%;
  /* background-color: gray; */
  opacity: 0.5;
  cursor: pointer;
  padding: 2%;
  border-radius: 15px;
  border: 1px solid;
  /* border-color: gray; */
}

.forwardHtml {
  margin-left: 1%;
  margin-right: 1%;
  opacity: 0.5;
  padding: 2%;
  
}

.repliedHtml {
  pointer-events: none;
}

@media (max-width:576px) {
  #push-toggle {
    /* margin-right: 3.5em; */
  }

  .hamburger {
    height: 36px;
    position: absolute;
    right: 10px;
  }

  .hamburger .hamburger__btn {
    background: none;
    border: none;
  }

  .hamburger .hamburger__btn:focus {
    outline: none;
  }

  .hamburger .hamburger__image {
    width: 36px;
  }
}

.ui-front {
  z-index: 9999999 !important;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif !important;
}

header {
    background: #343a40;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }

/*FOOTER Y PREFOOTER*/
.prefooter {
    background: #090F10;
    padding: 25px 0px;
}

.footer {
    background: #111C1E;
    padding: 10px 0px;
}

.prefooter-heading {
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.05rem;
    font-weight: bold;
}

.paddin0 {
    padding: 0px !important;
}

.padding15 {
    padding: 0px 15px;
}

.background30 {
    /* background: url("../img/background.png") no-repeat top right; */
    background-size: 100% 80%;
}



/* Secciones class
------------------------- */

.row-secciones {
    color: white;
    font-weight: bold;
   
}

.secciones-divider {
    margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.secciones-heading {
    font-weight: 900;
    letter-spacing: -.05rem;
    font-weight: bold;

}

.btn-green {
    background: #7ABF11;
    border-color: none;
    color: #ffffff;
}

    .btn-green:hover {
        background: #66990E;
        border-color: none;
        color: #ffffff;
    }

.btn-green-transparent {
    background: none;
    border: 2px solid #7ABF11;
    color: #7ABF11;
}

    .btn-green-transparent:hover {
        background: #7ABF11 !important;
        color: #ffffff !important;
    }

.redes_sociales i {
    font-size: 2.2em;
}

ul.menu_inferior li {
    display: inline;
    list-style: none;
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

    ul.menu_inferior li a {
        display: block;
        color: white;
        text-align: center;
        text-decoration: none;
    }

        ul.menu_inferior li a:hover {
            color: #7ABF11;
        }

p {
    margin-bottom: 0.3rem;
    text-align: justify;
}

.carousel-inner::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5) !important;
    transform: rotate(30deg);
}


.btn-outline-success {
    border: 1px solid #7ABF11 !important;
    color: #7ABF11 !important;
}

    .btn-outline-success:hover {
        background: #7ABF11 !important;
        color: #fff !important;
    }

.info-contact {
    background: #343a40;
    padding: 50px 0px;
}

.contact {
    background: #484745;
    padding: 50px 0px;
}

.big-icons i {
    color: #7ABF11;
    font-size: 2em;
}

.contact-heading {
    font-weight: 100;
    line-height: 1;
    letter-spacing: -.05rem;
    margin-bottom: 25px;
}

.caja-vacia {
    height: 100%;
    width: 100%;
    background: #7C7C7E;
}

.onMeetGreen {
    background: #7ABF11 !important;
    color: #fff !important;
}

.txt-bold {
    font-weight: bold;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .secciones-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .secciones-heading {
        margin-top: 2rem;
    }

    .carousel-item .secciones-heading {
        margin-top: 0rem;
        font-size: 1.3em;
    }
}


@media screen and (max-width : 3840px) {
    .div-only-mobile {
        display: none;
    }
}

@media screen and (max-width : 906px) {
    .desk {
        visibility: hidden;
    }

    .div-only-mobile {
        display: block;
    }

    .loginForm {
        padding: 0.7em !important;        
    }
}

.img-dashboard {
    max-height: 25vh;
    object-fit: cover;
}

.contactsDashboard{
    width: 95%;
    background-color: #252c33 !important;
    
}
.titleContacts{
    color: white;
}

.contactItem
{
    color: #999999 !important;
    background-color: #252c33 !important;
    border: none;
}
.contactItem a
{
    color: #999999 !important;
    border: none;
}
/* Side panel style */
/* The sidepanel menu */
.contactsPanel {
    height: 500px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 11em;
    left: 12em;
    background-color: #343a40 !important;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }

  /* The sidepanel links */
  .contactsPanel a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 1em;
    color: #999999 !important;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .contactsPanel a:hover {
    color: #7aba11 !important;
    background-color: #252c33 !important;
  }

  /* Position and style the close button (top right corner) */
  .contactsPanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
  }

  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }

  .openbtn:hover {
    background-color: #444;
  }

/* search list */

  #txtSearchContact {
      /* Add a search icon to input */
    /* background-image: url('/css/searchicon.png');  
    /*color: white !important;
    background-position: 10px 12px; /* Position the search icon */
    /*background-repeat: no-repeat; /* Do not repeat the icon image */
    /*background-color: #4b5258;
    /*width: 95%; /* Full-width */
    /*font-size: 12px; /* Increase font-size */
    /*padding: 12px 20px 12px 40px; /* Add some padding */
    /*border: 1px solid #4b5258; /* Add a grey border */
    /*margin-bottom: 12px; /* Add some space below the input */
    /*margin-left: 0.4em;
    /*
    
    */
  }
#txtSearchGroup {
    /* background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    /* color: white !important;
    /*background-position: 10px 12px; /* Position the search icon */
    /*background-repeat: no-repeat; /* Do not repeat the icon image */
    /*background-color: #4b5258;
    /*width: 95%; /* Full-width */
    /*font-size: 12px; /* Increase font-size */
    /*padding: 12px 20px 12px 40px; /* Add some padding */
    /*border: 1px solid #4b5258; /* Add a grey border */
    /*margin-bottom: 12px; /* Add some space below the input */
    /*margin-left: 0.4em;*/
}


  .listPanel {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

  .listPanel li a {

    margin-top: -1px; /* Prevent double borders */

    display: block; /* Make it into a block element to fill the whole list */
  }

  .listPanel li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
  }

  .dropdownDashboard{
    /* background-color: #4b5258 !important; */
    background-color: #252c33 !important;
    padding-left: 1em;
  }

  .contactsMenu a:hover {
    color: #7aba11 !important;
    background-color: #252c33 !important;
  }
.dashboard-quick-action {

    min-height:320px;

}
.text-highlight {
    color: var(--light);
}

.ui-front {
    z-index: 9999999 !important;
}
.my-break-word {
    word-wrap:break-word;
}

/*Recurrent Meeting calendar*/
.wrapper {
    width: 450px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 40px;
}

    .wrapper header {
        display: flex;
        align-items: center;
        padding: 5px 20px 5px;
        justify-content: space-between;
        background: ghostwhite;
    }
/*Iconos*/
header .icons {
    display: flex;
}

    header .icons span {
        height: 28px;
        width: 28px;
        margin: 0 1px;
        cursor: pointer;
        color: #000000;
        text-align: center;
        /*line-height: 38px;*/
        /*font-size: 2rem;*/
        user-select: none;
        border-radius: 50%;
        font-weight: bold;
    }

.icons span:last-child {
    margin-right: -10px;
}

header .icons span:hover {
    background: #f2f2f2;
}
/*Actual date*/
header .actual-date {
    /*font-size: 1.45rem;*/
    font-weight: bold;
}
/*Days*/
.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.days li.inactive {
    color: #aaa;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: #c5d9a1;
}

.days li.activeNo::before {
    background: #e0edca;
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.sunday {
    color: rgb(255, 0, 0) !important;
}
/*calendar*/
.calendar {
    padding: 5px;
}

    .calendar ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        text-align: center;
    }

    /*.calendar .days {
        margin-bottom: 25px;
    }*/

    .calendar li {
        /*color: #333;*/
        width: calc(100% / 7);
        /*font-size: 1.07rem;*/
    }

    .calendar .week li {
        font-weight: 500;
        cursor: default;
        background-color: #f2f2ed;
        /*border-radius: 10%;
        border: 1px solid #000;*/
    }