/*animaciones para los iconos*/

.icon-title-animate {
  opacity: 0;
}

iframe.ucontactagentform {
  border: none;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

#listaCampStatus {
  right: -240px;
  left: auto;
}

/* estilos para las tabs */

#tabsPortal {
  margin-top: 10px;
}

.tab-content > ul > li {
  padding: 0 !important;
}

.tab-content > ul > li:hover {
  background-color: transparent !important;
}

.tab-content > ul > li a {
  padding: 0;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 2px 7px 2px 7px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.tab-content > ul > li a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.tab-content > ul > li.active a {
  background-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.tab-content > ul > li.active {
  background-color: transparent;
}

@keyframes animation-title {
  from {
    transform: translateX(-22px);
    opacity: 1;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes animation-title {
  from {
    transform: translateX(-22px);
    opacity: 1;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes animation-title {
  from {
    transform: translateX(-22px);
    opacity: 1;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.title-animated {
  animation-name: animation-title;
  animation-duration: 0.5s;
  animation-iteration-count: 1;

  -webkit-animation-name: animation-title;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;

  -moz-animation-name: animation-title;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
}

/**/
.fa-2x {
  font-size: 18px;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled > a:hover {
  cursor: not-allowed !important;
}

.gaugeSize {
  height: 227px;
  width: 227px;
}

.gaugeSize2 {
  height: 210px;
  width: 210px;
}

.gaugeSize3 {
  height: 210px;
  width: 210px;
}

.nav .navbar-nav .quick-actions li.dropdown.divided > a .badge {
  position: absolute;
  top: 8px;
  left: 23px;
  z-index: 9;
  font-size: 9px;
  padding: 2px 4px;
}

.menuBadge {
  position: absolute;
  background-color: #d9534f;
  font-size: 11px;
  font-weight: 400;
  color: white;
  padding: 3px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;

  display: inline-block;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-left: -10px;
  margin-top: 3px;
}

html.mm-opened #wrap > .row #content {
  padding-right: 25px !important;
}

.tab1 {
  position: static;
  float: none;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}

.h1SMS {
  font-family: "Open Sans", "Arial", sans-serif;
  margin: 0;
  font-size: 11px;
  padding: 15px;
  font-weight: 300;
  background-color: #444;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border-radius: 3px;
}

.SMSWrapper {
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 10px;
  border-radius: 5px;
  display: block;
  clear: both;
  border-bottom-color: lightgray !important;
  border-radius: 0px;
  border-bottom: 1px solid;
}

.profile-photoSMS {
  display: inline-block;
}

.message-infoSMS {
  vertical-align: top;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  width: 290px;
}

.message-contentSMS {
  white-space: normal;
  margin-top: 5px;
  color: #a4a4a4;
}

.timeSMS {
  float: right;
  font-weight: 300;
  font-size: 9px;
  color: #bebebe;
}

.senderSMS {
  color: #717171;
}

.tweetHastag {
  color: white;
}

.headerNotification {
  font-size: 12px !important;
  color: white !important;
}

.notificationIcon {
  float: right;
  font-size: 16px;
  transform: translateY(-3px);
}

.mensajeNoLeidoCyan {
  background-color: rgba(34, 190, 239, 0.46) !important;
}

.mensajeNoLeidoGreen {
  background-color: rgba(162, 210, 0, 0.49) !important;
}

.hideOverflow {
  overflow: hidden;
}

.label-facebook {
  background-color: #3a5795;
  width: 25px;
}

/*Esto lo agrego para cuando esta en iphone que se pueda ver bien la tabla con su caret */
@media only screen and (max-width: 768px) {
  #ulTablaLlamadas:before {
    left: 145px;
  }
}

.customWhite {
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  color: #717171;
}

.dropdown-menu.wide.arrow.nopadding.bordered li a > span {
  font-size: 18px;
  float: left;
}

.dropdown-menu.wide.arrow.nopadding.bordered li a > strong {
  display: table;
}

.dropdown-menu.wide.arrow.nopadding.bordered li a > label {
  float: left;
  max-width: 200px;
  overflow: hidden;
}

S li.dropdown ul.dropdown-menu.dropdown-menu-right:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-bottom-color: #444;
  position: absolute;
  top: -10px;
  left: 80%;
  z-index: 1;
  color: white;
}

.centrarBotones {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  width: 19.6666%;
}

a.centrarBotones:hover {
  background: #526373;
  border-radius: 2px;
}

div.col-md-2.centrarBotones:hover {
  background: #526373;
  border-radius: 2px;
}

.search-users {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  font-size: 14px;
  color: white;
}

input.search-users:focus {
  outline: 0;
}

#btn-login:hover {
  background-color: rgba(158, 155, 155, 0.3);
  color: white;
}

.navbar-nav.side-nav.collapsed
  > li.navigation
  > ul
  > li.hovered
  > .dropdown-menu
  li
  > a:hover {
  background-color: transparent;
  color: white;
}

.mailStyle {
  border-bottom-color: lightgray !important;
  border-bottom: 1px solid;
}

.mailStyle > i {
  color: orange !important;
}

a.mailStyle {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.webChatIcon {
  font-size: 30px;
  color: palevioletred;
}

#listaChats li > a {
  background-color: transparent !important;
  border-radius: 0px !important;
  border-bottom: 1px solid;
  border-bottom-color: lightgray;
}

.SMSWrapper.profile-photoSMS.fa.fa-mobile {
  font-size: 30px;
}

#tabSMS {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}

li.dropdown ul.dropdown-menu.arrowWhite:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -10px;
  left: 12px;
  z-index: 1;
}

.menuBadgeRightSideBar {
  position: fixed;
  background-color: #d9534f;
  font-size: 11px;
  font-weight: 400;
  color: white;
  padding: 2px 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  margin-left: -10px;
  margin-top: -10px;
}

#tableHeader th {
  font-weight: bold;
}

.dias {
  margin-bottom: 10px !important;
}

.programacion {
  padding: 0;
}

.programacion legend {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fafafa;
}

.dropdown-menu li a:hover {
  background-color: rgba(160, 122, 122, 0.92);
}

.pie {
  padding: 10px;
}

#programacion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.checks {
  margin-bottom: 10px;
}

.checks > div {
  float: left;
  margin-right: 39px;
}

.programacionPanel {
  background-color: transparent;
}

.programacionPanel div h4 a {
  color: rgba(255, 255, 255, 0.8);
}

#ocultaProgramacion label {
  font-size: 14px !important;
}

#ocultaProgramacion {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 11px;
}

.flecha {
  margin-left: 5px;
  float: right;
}

.checkbox label {
  margin-right: 3px !important;
}

select[name="horarios"] {
  width: 100%;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.checkbox-in-line {
  clear: both;
  width: 100%;
}

.checkbox label {
}

.checkbox-in-line > input {
  margin-right: 5px;
}

#errorHorarios {
  display: none;
}

#errorRepetidos {
  display: none;
}

@media (max-width: 1366px) {
  .navbar-nav.side-nav > li.navigation .menu > li > a,
  .navbar-nav.side-nav
    > li.navigation
    .menu
    > li
    > .dropdown-menu
    .dropdown
    > a {
    font-weight: normal !important;
  }

  .form-control {
    height: 30px !important;
    min-height: 30px !important;
    font-size: 12px !important;
  }

  label {
    font-size: 12px !important;
  }

  .input-group .input-group-btn .btn {
    line-height: 18px !important;
    min-height: 21px !important;
    min-width: 33px !important;
  }

  .gaugeSize {
    height: 217px;
    width: 217px;
  }

  .gaugeSize2 {
    height: 200px;
    width: 200px;
  }

  .gaugeSize3 {
    height: 200px;
    width: 200px;
  }
}

/*Ipad Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .gaugeSize {
    height: 150px;
    width: 150px;
  }
}

/*Ipad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .gaugeSize {
    height: 230px;
    width: 230px;
  }

  .marginPortrait {
    margin-top: 30px;
  }
}

.dropdown-ucontact {
  background: rgba(0, 0, 0, 0.2) !important;
  border: 0px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.dropdown-menu li a:hover {
  background-color: rgba(103, 96, 96, 0.64);
}

#content.full-page .inside-block form .input-group input {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -ms-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
  color: black !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* Sticky footer styles
        -------------------------------------------------- */

html,
body {
  /*height: 100%;
     The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height
    margin: 0 auto -60px;
} */

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 0px;
  position: fixed;
  float: right;
  width: 100%;
  margin-top: 25px;
}
#footer {
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gaugeSize {
    height: 100px;
    width: 100px;
  }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  float: right;
}
.container .credit {
  margin: 20px 0;
}

.isotipo {
  height: 20px;
}

#btnLogin:hover {
  background-color: white;
}

.dropdown {
  z-index: 3;
}

button {
  z-index: 2 !important;
}

.botones {
}

.botones button {
  float: right;
  margin: 10px;
}

.anuncio {
  padding-left: 0 !important;
}

.cajaBotones button {
  margin-bottom: 15px;
}

.penalizacion {
  padding-left: 0;
  padding-right: 0;
}

.default {
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.chosen-default span {
  padding-left: 5px;
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-top: 2px;
}

.form-group {
  margin-bottom: 12px !important;
}

.footer-eliminar {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  position: absolute !important;
}

.footer-eliminar div {
  float: right;
}

.footer-eliminar a {
  color: white;

  font-size: 25px;
}

.gradeA:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.black-select {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
}

#proveedoresDigitales input,
#proveedoresDigitales .chosen-container,
#provedoresDigitalesR2 input,
#provedoresDigitalesR2 .chosen-container {
  margin-bottom: 12px;
}

#provedoresDigitalesR2 {
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 15px;
}

#r2 {
  margin-left: 5px;
  font-size: 16px !important;
}

.selected {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8);
}

.margenInferior {
  margin-bottom: 12px;
}

tbody > tr > :first-child {
  padding-left: 5px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
}

.col10 {
  width: 10%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.btn-player {
  border-radius: 50px !important;
}

.date {
  padding: 0px;
  padding-left: 4px !important;
  font-size: 12px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #a3a9ad;
  text-decoration: none;
  background-color: rgba(17, 17, 17, 0.31);
}

.note-dropdown-menu.dropdown-menu > li > a:hover,
.note-dropdown-menu.dropdown-menu > li > a:focus {
  color: #414141;
  text-decoration: none;
  background-color: rgb(17 17 17 / 7%);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #8d9398;
  white-space: nowrap;
}

.barra-botones {
  margin-top: 10px;
}

#directAccess > a {
  padding-top: 15px;
  display: block;
  color: grey;
  float: right;
  margin-left: 7px;
}

#directAccess > a > i {
  color: #cccccc;
  -webkit-transition: color 300ms ease-in;
  -moz-transition: color 300ms ease-in;
  -ms-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}

#directAccess > a:hover > i {
  color: #fff;
}

.deleteDirectAccess {
  -webkit-transition: background 300ms ease-in;
  -moz-transition: background 300ms ease-in;
  -ms-transition: background 300ms ease-in;
  -o-transition: background 300ms ease-in;
  transition: background 300ms ease-in;
}

/*animaciones de los spinner*/
#loader {
  width: 50px;
  height: 50px;
  margin-left: 50%;
  margin-top: 25%;
  border: solid #ed2955;
  border-width: 3px 0px 0px 0px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff,
      -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff,
      -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
}

@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.51em -0.66em 0 -0.42em #ffffff, -0.75em -0.36em 0 -0.44em #ffffff,
      -0.83em -0.03em 0 -0.46em #ffffff, -0.81em 0.21em 0 -0.477em #ffffff;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.29em -0.78em 0 -0.42em #ffffff, -0.43em -0.72em 0 -0.44em #ffffff,
      -0.52em -0.65em 0 -0.46em #ffffff, -0.57em -0.61em 0 -0.477em #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #ffffff,
      -0.11em -0.83em 0 -0.42em #ffffff, -0.11em -0.83em 0 -0.44em #ffffff,
      -0.11em -0.83em 0 -0.46em #ffffff, -0.11em -0.83em 0 -0.477em #ffffff;
  }
}

.btn-info :hover {
  background-color: #2556d5;
}

.btn-info {
  background-color: #1976d2;
  float: right;
  color: white;
  border: none;
}

#campanaSMS > li:hover {
  background-color: white;
}

#campanaSMS > li > a {
  color: white;
  outline: none;
  text-align: center;
  font-size: 14px;
}

.tile .tile-header .controls {
  font-size: 16px;
}

.notifications {
  width: 398px;
  right: 0px;
  top: 0px;
  margin-top: 0px !important;
  position: relative;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px;
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  color: rgba(51, 51, 51, 0.9);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(68, 68, 68, 0.6);
  float: right;
  z-index: 99999999;
  display: block;
}

.notif-success {
  border-left-color: rgba(87, 190, 59, 0.83) !important;
}

.notif-danger {
  border-left-color: rgba(169, 55, 72, 0.83) !important;
}

.notif-warning {
  border-left-color: rgba(210, 207, 0, 0.831373) !important;
}

.notif-info {
  border-left-color: rgba(5, 84, 255, 0.831373) !important;
}
.btn {
  border: none;
}
.btn-danger {
  background-color: #9b1a18 !important;
}

.btn-success {
  background-color: #297e29 !important;
}

.btn-primary {
  background-color: #1f6199 !important;
}

.blurLoader {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
}

/*si el titulo de cada pantalla esta en un h1 en el tile-header, esto hace que se separe un poco del <i>
asi no queda tan pegado, el minimal le pone margin 0 al h1, por eso el important
*/
.tile-header h1 {
  margin-left: 5px !important;
}

/*scroll*/
::-webkit-scrollbar {
  margin-right: 4px;
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 0px;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
}

/**/

/*mmenu*/

/**/

.media-fecha-left {
  float: left;
}

.media-fecha-right {
  float: right;
}

.over {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}

.out {
  transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}

#horizontalUl li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

#horizontalUl li a:hover {
  background-color: rgba(176, 176, 176, 0.29);
  text-decoration: inherit;
}

li > a > i.answer {
  margin-left: 0px;
  cursor: pointer;
  animation: tada 1s linear 0s infinite;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.dataTables_filter {
  float: right;
}

.dataTables_paginate {
  float: right;
}

label {
  font-weight: normal !important;
}

.btn-defecto:hover {
  background-color: rgba(255, 255, 255, 0.38) !important;
}

input::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: white;
}

input::selection {
  color: black;
  background: white;
}

#listaBreaks > li > a {
  margin: 0px;
}

#listaBreaks {
  width: 271px !important;
}

.largeFont {
  font-size: 25px !important;
  padding-left: 0 !important;
  line-height: 18px !important;
  -webkit-font-smoothing: antialiased !important;
  color: white !important;
}

.navbar-nav.side-nav {
  width: 20%;
  transition: all 0.3s ease;
}

.navbar-nav.side-nav.collapsed {
  background-color: transparent;
}

.navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a:after {
  background-color: #20211c;
}

#mmenu .mm-panel {
  background-color: #272822;
}

.navbar-nav.side-nav.collapsed
  > li.navigation
  > ul
  > li.hovered
  > .dropdown-menu {
  background-color: #272822;
}

#ascrail2001 {
  display: none !important;
}

#licenciasCard span {
  font-size: 14px !important;
}

#hasChannels,
#hasGamification {
  margin-left: 2px;
}

li.dropdown ul.dropdown-menu.arrow:before {
  border-bottom-color: #f2f2f2 !important;
}

#listaBreaks.supervisor-breaks {
  border-radius: 5px;
  background-color: #f2f2f2;
}

#listaBreaks.supervisor-breaks li:first-child {
  margin-top: 10px;
}

.table-condensed > tr > td > a.btn {
  background-color: white !important;
}

.a-tab-class {
  float: left;
}

.button-tab-class {
  font-size: 19px;
  transform: translate(-27px, 2px);
  border-radius: 50%;
  color: white;
  opacity: 0.7;
}

.button-tab-class:hover {
  opacity: 0.9;
  color: white !important;
}

.a-tab-close-arrow {
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.dropdown.divided > ul {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

#content {
  overflow: auto !important;
}

.attachmentALink {
  float: left;
}

.attachmentADiv {
  background: rgba(231, 231, 231, 0.5);
  float: left;
  height: 35px;
  margin-left: 10px;
  padding: 6px;
  font-size: 13px;
  color: #212121;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.attachmentADiv .span-extension i {
  margin-left: 3px;
}

.attachmentADiv:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.attachmentADiv > i {
  font-size: 13px;
}

.attachaments {
  padding: 10px;
  padding-bottom: 0;
}

.tab-pane {
  height: calc(100% - 55px) !important;
}

/* The switch - the box around the slider */
.switchCustom {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}

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

/* The slider */
.sliderCustom {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderCustom:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 15px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderCustom {
  background-color: #74b1e2;
}

input:focus + .sliderCustom {
  box-shadow: 0 0 1px #74b1e2;
}

input:checked + .sliderCustom:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.sliderCustom.round {
  border-radius: 34px;
}

.sliderCustom.round:before {
  border-radius: 50%;
}

.modal .colorPreguntas {
  color: #717171 !important;
}

#selectdialerdiv {
  float: left;
  width: 300px;
}

#tabsdialerdiv {
  float: right;
  width: 300px;
}

.tabdialer {
  float: right;
  background-color: rgba(0, 0, 0, 0.1);
  height: 30px;
  border-radius: 5px 5px 0 0;
  margin-left: 3px;
  cursor: pointer;
  padding: 7px;
}

.tabdialer.activetabdialer {
  background-color: rgba(0, 0, 0, 0.3);
}

.tabdialer a {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  text-decoration: none;
}

.contenedortabs {
  margin-top: 10px;
}
.fa-messenger:before {
  content: url(../../../images/template/messenger.svg);
}
.fa-messengerProfile:before{
  content: url(../../../images/template/messenger-profile.svg);
}
.fa-messenger-black:before {
  content: url(../../../images/template/messenger-black.svg);
}

.iconoInteraction.fa.fa-messenger:before {
  content: url(../../../images/template/messenger2.svg);
}

.fa-messenger {
  padding-top: 2px;
}

.beatPlay {
  animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1.5);
  }
  40% {
    transform: scale(1.25);
  }
  60% {
    transform: scale(1.5);
  }
  80% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.25);
  }
}

body {
  transition: 1s all ease-in;
}

#color-schemes > li > a {
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 50px;
}
#color-schemes > li:not(.title) {
  display: inline-block;
}
#color-schemes {
  padding: 0px !important;
}

.spanBack {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50px;
  float: right;
}

.activePortalScreen {
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.2) 0%,
    transparent 100%
  ) !important;
}

.screen-spy__container {
  position: fixed;
  bottom: -390px;
  right: 17px;
  height: 390px;
  width: auto;
  opacity: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
}

.screen-spy__container.show {
  opacity: 1;
  bottom: -60px;
  transition: all 0.3s ease-in;
}

#screenSpy {
  background-color: black;
  z-index: 10;
  border-radius: 3px;
  right: 24px;
  width: auto;
  bottom: -60px;
  outline: none;
  opacity: 0;
  box-shadow: 0 0 6px 4px #00000059;
  transition: all 0.3s ease-out;
}

#screenSpy.show {
  bottom: 29px;
  opacity: 1;
  transition: all 0.3s ease-in;
}

#screenSpy::-webkit-media-controls-play-button {
  display: none;
}

#donutBreaks {
  margin-top: 10px;
}

.screen-spy__controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  height: 47px;
}

.closeSession {
  color: #2d2d2d;
  font-size: 19px;
  background-color: #efefef;
  padding: 8px 10px;
  border-radius: 50px;
  position: absolute;
  right: 13px;
  top: 20px;
  z-index: 101;
  box-shadow: 0 0 5px 1px #00000070;
  cursor: pointer;
  margin: 4px;
  outline: none;
}

#goToDispositionStatusFromAgent {
  padding-right: 32px;
}

#close_tab_dispositon_btn {
  position: absolute !important;
  top: 0px;
  right: 0px;
  border: 0px !important;
  background-color: transparent !important;
  color: white !important;
}

#liCampStatus {
  display: inline-block !important;
}

#listaChats {
  width: 400px !important;
}

#recordingBadge {
  right: 78px;
  left: unset;
  height: 10px;
  width: 10px;
  display: none;
}

.sentiment-face {
  position: absolute;

  filter: invert(100%);
  bottom: 0;
}

.sentiment-face.left {
  right: -40px;
}

.sentiment-face.right {
  left: -40px;
}

#goToWfm {
  padding-right: 32px;
}

#close_tab_schedule_btn {
  position: absolute !important;
  top: 0px;
  right: 0px;
  border: 0px !important;
  background-color: transparent !important;
  color: white !important;
}

.nav-bar-darker{
  background-color: rgba(0, 0, 0, 0.2);
}

.mb-10{
  margin-bottom: 10px !important;
}

.mb-20{
  margin-bottom: 20px !important;
}