html {}

body {
  background-color: #ebebeb;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}

.tituloPage {}

.bloque {
  display: block;
}

.inactivo {
  background-color: #ccc;
}

.page-header {
  border-bottom: none;
  margin: 15px 0 10px 0;
}

#wrapper {
  width: 100%;
  position: relative;
}

.delivery-titulo-text {
  margin-left: 10px;
  float: left;
  width: 20%;
  font-weight: bold;  
  margin-top: 10px;
}

.delivery-bar {
  float: left;
  width: 70%;
}

.delivery-bar-container {
  width: 0%;
  background-color: rgb(170, 169, 169);
}

.delivery-bar-container-global {
  width: 0%;
  background-color: rgb(170, 169, 169);
}

.delivery-bar-container-click {
  width: 0%;
  background-color: rgb(170, 169, 169);
}

.delivery-bar-container-encuestas {
  width: 0%;
  background-color: rgb(170, 169, 169);
}

.delivery-bar-container-reviews {
  width: 0%;
  background-color: rgb(170, 169, 169);
}

.delivery-porcentaje {
  float: right;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 17px;
  color: #EBEBEB;
}

.bar-enviados {height: 24px; background-color: #F38828; margin-top: 4px; width: 0%;}
.bar-entregados {height: 24px; background-color: #5cb85c; margin-top: 4px; width: 0%;}
.bar-abiertos {height: 24px; background-color: #3B5998; margin-top: 4px; width: 0%;}
.bar-click {height: 24px; background-color: #3C8D1B; margin-top: 4px; width: 0%;}
.bar-rechazados {height: 24px; background-color: #B77BB7; margin-top: 4px; width: 0%;}
.bar-spam {height: 24px; background-color: #FF2B19; margin-top: 4px; width: 0%;}
.bar-encuestas {height: 24px; background-color: #fcba03; margin-top: 4px; width: 0%;}
.bar-reviews {height: 24px; background-color: #07b2f5; margin-top: 4px; width: 0%;}

.title-row {
  font-weight: bold;
  color: grey;
}

.super-title-row {
  font-size: 16px;
  font-weight: bold;
  color: grey;
}

.super-title-row-number {
  margin-left: 10px;
  font-size: 30px;
  font-weight: normal;
  color: black;  
}

.label-rating {
  padding-left: 5px;
  font-size: large;
  font-weight: 600;
}

.respuestas-rating {
  padding-left: 5px;
  font-size: large;
}

/* Individual bars */
.bar-5 {height: 14px; background-color: #3F8B24; margin-top: 4px;}
.bar-4 {height: 14px; background-color: #45E421; margin-top: 4px;}
.bar-3 {height: 14px; background-color: #F5F026; margin-top: 4px;}
.bar-2 {height: 14px; background-color: #F59326; margin-top: 4px;}
.bar-1 {height: 14px; background-color: #D25533; margin-top: 4px;}

.bar-opciones {height: 14px; margin-top: 4px;}

/* Three column layout */
.side {
  float: left;
  width: 28%;
  font-size: large;
  text-align: right;
  margin-right: 5px;
}

.middle {
  width: 50%;  
  display: inline-flex;
}

.div-canvas-preguntas {
  position: absolute; 
  right: 10vw; 
  top: 15vh;
}

.canvas-preguntas {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* vendor prefixes omitted due to brevity */
}

.text-area-comentarios {
  margin-left: 15px;
  padding:5px; 
  background-color: #f5f5f5; 
  width: 75%; 
  height: 200px; 
  overflow: auto; 
  text-align:justify; 
  border-radius: 15px;
}

.hr-comment {
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ccc;
}

p.comment {
  margin-left: 15px;
  font-style: italic;
}

p.date-name-comment {
  margin-left: 15px;
  font-size: smaller;
}

.text-area-comentarios_2 {
  width: 50%; 
  resize: horizontal; 
  max-width:100%; 
  margin-top: 10px;
}

.panel {
  padding-left: 20px;
  padding-bottom: 20px;
  padding: 0 20px 20px 20px;
  background-color: #ddd;
}

.panel-grafica-square {
  padding: 5px 20px 40px 20px;
  background-color: #ddd;
}

.panel-heading {
  background-color: #222 !important;
  border: none;
  color: #EEE !important;
}

.list-group-item {
  background-color: #222;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0px;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #ebebeb;
  padding-bottom: 5px;
}


.navbar {
  height: 61px;
  border: none;
  line-height: 9px;
  /*background-image: url("http://imageabstraction.com/wp-content/uploads/circular-blue-light-pattern.jpg");*/
  background-size: 100%;
  background-position: 1%;
  background-color: #337ab7;
  position: static;

  /*box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3), bottom internal shadow*/
  /*inset 0 1px 1px rgba(255,255,255,0.4); top internal highlight*/
}

.show-filtros-aplicados > li {
  margin-left: -20px;
}

.nav-local {
  background-color: #337ab7;
}

.nav-organizacion {
  background-color: #a94442;
}


.nav-division {
  background-color: #3c763d;
}


.nav-tabs {
  margin-bottom: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #ababab;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #ebebeb;
  color: #A2A2A2;
  border: 1px solid #ababab;
  border-bottom-color: transparent;
  padding-top: 10px;
}

.nav-tabs>li>a:hover {
  border-bottom-color: #ababab;
  background-color: #f9f9f9;
}

.nav-tabs>li.active>a {
  pointer-events: none;
}

.nav-tabs [class^="flaticon-"] {
  display: inline-block;
  min-width: 1.8em;
  line-height: 1em;
  font-size: 1.2em;
}

.nav-tabs [class^="fa"] {
  display: inline-block;
  min-width: 1.8em;
  line-height: 1em;
  font-size: 1.2em;
}

.navbar-top-links {
  margin-right: 0;
  padding-top: 6px;
  line-height: 22px;
}

.navbar-top-links li {
  display: block;
}

.navbar-top-links li a {
  color: white;
  padding: 2px 15px 0px 10px !important;
  font-size: 16px;
}

.navbar-top-links li a:HOVER {
  background-color: transparent !important;
}

.dropdown-menu li a {
  color: #333;
}

.enlacedivision {
  color: #3c763d !important;
}

.enlaceorg {
  color: #a94442 !important;
}


.enlacelocal {
  color: #555 !important
}




.enlaceorginvisible>.jstree-anchor,
.enlaceorginvisible>.jstree-icon,
.el-invisible {
  display: none;
}




.dropdown-wifreezone {
  background-color: white;
  padding: 15px;
  z-index: 3;
  position: absolute;
  right: 2px;
  display: none;
  border-radius: 10px;
  min-width: 200px;
  webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#listado-tree {
  overflow: hidden;
}

#container-manual {
  display: none;
  background-color: white;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  width: 50%;
  height: 100%;
  webkit-box-shadow: 0 6px 12px rgb(0, 0, 0);
  box-shadow: 0 6px 12px rgb(0, 0, 0);
}

#container-soporte {
  display: none;
  background-color: #ebebeb;
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  width: 50%;
  -webkit-box-shadow: 3px 4px 21px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 3px 4px 21px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 4px 21px -5px rgba(0, 0, 0, 0.7);
}

#tapo {
  background-color: white;
  position: absolute;
  bottom: -30px;
  width: 95%;
  height: 95px;
}

#framemanual {
  margin-top: 28px;
  width: 100%;
  height: 100%;
  border: none;
  overflow: visible;

  direction: rtl;
}

#framesoporte {
  margin-top: 28px;
  width: 100%;
  height: 850px;
  border: none;
  overflow: visible;

  direction: rtl;
}

#manual-mostrar {
  color: #337ab7;
  font-size: 25px;
  position: absolute;
  top: 70px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
}

#contenedor-credit-badge
{
	color: #9aa5af;
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 2;
	    margin-top: 10px;
}

.ver_pregunta {
  cursor: pointer;
}

#soporte-mostrar {
  color: #337ab7;
  font-size: 25px;
  position: absolute;
  top: 70px;
  right: 15px;
  z-index: 2;
}

#soporte {
  color: #337ab7;
  font-size: 22px;
  position: absolute;
  top: 72px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
}

#manual-cerrar {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px;
  cursor: pointer;
}


#captura-pdf {
  color: #337ab7;
  font-size: 20px;
  position: absolute;
  top: 75px;
  left: 74px;
  z-index: 2;
  cursor: pointer;
}

#soporte-cerrar {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px
}



.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}



.navbar-right li a:focus {
  background-color: transparent !important;
}

.sidebar {
  background-color: #3d3d3d;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  font-size: 20px;
}

.sidebar .sidebar-search {
  padding: 15px;

}

.sidebar ul {
  background-color: #3d3d3d;
}

.sidebar ul li {
  border-bottom: 0px solid #aaa;
}

.sidebar ul li a {
  background-color: transparent;
  border-radius: 2px;
}

.sidebar ul li a:HOVER {
  background-color: #999;
}


.sidebar ul li a.active {
  background-color: #838383;
  border-radius: 3px;

}

.sidebar ul li a i {
  font-size: 32px;
  color: #fff;
}

.sidebar ul li a {
  color: #fff;
}

.menu-texto {
  display: none;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}



.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-primary.pulsado {
  background-color: #6bb2ef !important;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

a.pulsado
{
	text-decoration: underline;
    font-weight: bolder;
    font-size: 16px;
    pointer-events: none;
}


.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}



.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {

  display: none;

  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, .5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green a {
  color: #5cb85c;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}



input,
select {
  color: #333;
  margin-bottom: 8px;
}

input#qos_upload,
input#qos_download,
input#tiempoRecuerdoMac,
input#sessionTimeout,
input#qos_upload_user,
input#qos_download_user {
  max-width: 50px;
}


.navbar-brand {
  font-size: 15px;
  background-color: #ebebeb;
  height: 60px;
  padding: 0;
  /*width: 250px;*/
}

.navbar-toggle {
  background-color: #555;
}

#logo {
  height: 55px;
  margin-right: 20px;
  margin-top: 3px;
}

#logo-small-holder {
  height: 60px;
  text-align: center;
  background-color: #3d3d3d;
}


#icon-router {
  height: 55px;
  margin-top: -7px;
}

.boton-reboot {
  margin-top: 10px;
  margin-left: 5px;
}

.msg_ultima_conexion {
  display: inline-block;
  font-size: 12px;
  top: 9px;
  position: relative;
  margin-left: 7px;
  font-weight: bold;
}


#borde-parcial {
  height: 3px;
  background: #3d3d3d;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 1px;
}

#borde-parcial hr {
  margin: auto;
  border: 0;
  width: 60%;
  background-color: #AAA;
  height: 1px;
}

#logo-small {
  height: 80px;
  margin-top: -13px;
  margin-left: -21px;
}

#logo_pag_login {
  height: 40px;
  margin: auto;
  margin-top: 12vh;
  margin-bottom: 3vh;
}

.dropdown-lang-login {
  margin-bottom: 7px;
}

.dropdown-lang-login a {
  text-decoration: none;
}

.navbar-inverse {}


.btn-guardar {
  width: 200px !important;
}



#asunto {
  width: 50%;
}

#envoltorio-editor {
  margin: 0 10px 0 10px;
}

#editor img,
#editor div img {
  max-width: 100%;

}

.bg-success,
.bg-info,
.bg-danger,
.bg-warning {
  padding: 15px;
  border-radius: 3px;
}


#infoLoged {
  color: #777;
  float: left;
  padding: 3px 0px 0 0;
}

#tituloPage {
  color: #fff;
  float: left;
  margin-top: 23px;
  font-size: 24px;
}

#infoLoged h5 {
  font-size: 16px;
}

#infoLoged h5 i {
  font-size: 13px;
}

#enviarMail,
#enviarMailTest {
  display: inline-block;
  /*margin: 5px 7px 0 0;*/
}

#tipologin-legend,
#genero-legend {
  margin-left: -15px;
  margin-top: -8px
}

#edad-legend {
  white-space: nowrap;
  font-size: 85%;
}

#visitas_container {
  padding: 5px 10px 0 5px;
}

#visitas-legend {
  margin-left: 10px;
}

.lista-leyenda {
  list-style: none;
  padding: 0;
}

.lista-leyenda.horizontal {
  margin: 5px 0 0px 0;
}

.cuadrito-leyenda.horizontal {
  margin-left: 20px;
}

.cuadrito-leyenda {
  display: inline-block;
  width: 25px;
  height: 10px;
  margin-right: 5px;
  border-radius: 10%;

}

canvas {
  margin: 0px;
}


.panel_ultimas_opiniones {
  height: 275px;
  overflow: auto;
}


#botonDialogImgAceptar {
  position: absolute;
  top: 68px;
  right: 10px;
}

#check_boton_like_aux,
#check_boton_encuestas_facebook_aux,
#check_boton_encuestas_gplus_aux,
#check_boton_encuestas_formu_aux,
#check_boton_encuestas_like_facebook_aux,
#check_boton_encuestas_twitter_aux,
#check_boton_formulario_user_pass_aux,
#check_boton_follow_aux,
#check_boton_follow_instagram_aux,
#check_boton_encuestas_instagram_aux,
#check_boton_encuestas_follow_instagram_aux,
#check_boton_encuestas_follow_twitter_aux,
#check_boton_encuestas_linkedin_aux {
  visibility: hidden;
}




.lista_horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.lista_horizontal li {
  float: left;
}

.lista_horizontal li a {
  display: block;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}


.contenedor-miniatura-plantilla
{
	background-color: white;
	padding: 14px;
	padding-top: 25px;
    border-radius: 5px;
    border: 5px solid transparent
    height: 382px;
}

.contenedor-miniatura-plantilla img
{
	border: 1px solid #d0c8c8;
    margin: auto;
    display: block;
    height: 250px;
    margin-bottom: 5px;
    max-width: 235px;
}

.row-miniaturas
{
	padding: 0px 30px;
}

.plantilla-container
{
	margin-bottom: 20px;
}

.nombre-pmantilla-miniatura
{
	width: 99%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

/*IPHONE SIMULATOR#############################################################*/

#iphone {

  margin: auto;
  margin-top: -5px;
  position: fixed;

  background: url("img/iphone6-proto.png");
  background-repeat: no-repeat;
  width: 360px;
  height: 895px;
  /*left: -15px;*/
  right: 2%;
}

.if {
  margin-left: 35px;
  -moz-box-shadow: inset -5px -5px 5px 5px #888;
  -webkit-box-shadow: inset -5px -5px 5px 5px#888;
  box-shadow: inset -5px -5px 5px 5px #888;
  margin-top: 110px;

  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #2D2C4D;
  scrollbar-highlight-color: #7D7E94;
  scrollbar-3dlight-color: #7D7E94;
  scrollbar-darkshadow-color: #2D2C4D;
  scrollbar-track-color: #7D7E94;
  scrollbar-arrow-color: #C1C1D1;
}

/* custom scrollbar*/
.if::-webkit-scrollbar {
  width: 23px;
}

/* Track */
.if::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
  background: rgba(90, 90, 90, 1);
}

/* Handle */
.if::-webkit-scrollbar-thumb {
  /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
  background: rgba(170, 170, 170, 1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.if::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(170, 170, 170, 1);
}


.black {
  width: 16px;
  height: 515px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 108px;
  background: url("img/white.png");
}

/*FIN IPHONE SIMULATOR#############################################################*/


.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}



.jcrop-light .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #555;
  -webkit-box-shadow: 0px 0px 15px #555;
  box-shadow: 0px 0px 15px #555;
  /*background-color: #dedede;*/

}

.jcrop-light {
  background-image: url('http://i.stack.imgur.com/CtW5Q.png');
}



#image_source {
  opacity: 1;
  display: none;
}

#mia {
  max-width: 600px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 25px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] {
  opacity: 0.4;
}


#image_output {
  /*background-color: #dedede;*/
  background-image: url('http://i.stack.imgur.com/CtW5Q.png');
  margin: 0px auto;
  /*width: 360px;
	height: 145px;*/
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /*
	-moz-box-shadow: 0px 0px 15px #999;
  	-webkit-box-shadow: 0px 0px 15px #999;
  	box-shadow: 0px 0px 15px #999;
    */
}


.col_image_output,
.col_image_input {
  text-align: center;
}


.control-mini {
  width: 190px;

}

.control-peque {
  width: 60%;
}

.control-medium {
  width: 70%;
}


.inline-control-nano {
  display: inline;
  width: 20%;
  min-width: 50px;
}

.inline-control-mini {
  display: inline;
  width: 50%;
}


.inline-control-peque {
  display: inline;
  width: 60%;
}

.inline-control-medium {
  display: inline;
  width: 70%;
}



.inline-control-extra {
  display: inline;
  width: 120%;
}

/*override multiselect wifreezone*/
.ms-parent {
  height: 34px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

}

.ms-choice {
  width: 100%;
  height: 100% !important;
  line-height: 30px !important;
  boreder: 1px solid #ccc;
}

.ms-choice span {
  padding-left: 15px !important;
}




.number-puntuacion,
.numberqosup {
  min-width: 50px;
  margin-left: -10px
}



.miniatura-logo,
.miniatura-banner,
.miniatura-background {
  max-height: 40px;
  max-width: 40px;
  border-radius: 5px;
  margin: auto;
  display:block;
}

#prov-img-holder-background
{
  /*margin-left:5px*/
}

.labelInputFileBackground
{
	width: 50px; 
	margin-right: 20px;
	font-weight: normal; 
	cursor: pointer; 
	color: #337ab7;
	margin-top: 7px;
}

.labelInputFileBackground:hover
{
	text-decoration: underline;
}

.logo-survey {
  max-height: 150px;
  max-width: 150px;
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
}

.contenedor-miniatura-logo {
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.contenedor-edita-logo-establecimiento {
  margin-top: 20px;
}

.contenedor-miniatura-banner {
  float: left;
  width: 40px;
  ;
  margin-right: 20px;
  display: inline-block;
}

.contenedor-miniatura-background {
  float: left;
  width: 40px;
  margin-right: 20px;
  display: inline-block;
}


.contenedor-boton-social {
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.contenedor-boton-social img {
  max-height: 40px;
  border-radius: 5px;
  margin: auto;
}

.contenedor-boton-idiomas,
.contenedor-boton-campo-formulario {
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.contenedor-boton-idiomas img {
  height: 30px;
  border-radius: 3px;
  margin: auto;
}

.contenedor-boton-idiomas-encuestas,
.contenedor-check-opciones-pregunta {
  margin-top: 26px;
}

.contenedor-boton-idiomas-encuestas img {
  height: 30px;
  border-radius: 3px;
}

.div_num_habitacion_pregunta img {
  height: 30px;
  border-radius: 3px;
  margin-left: -45px;
}

#text_pincode {
  font-weight: bolder;
  text-align: center;
}

.img-supra-text {
  max-height: 35px;
  max-width: 190px;
  margin-bottom: 10px;
}

.img-mano-like {
  max-height: 40px;
  float: left;
  position: relative;
  top: 18px;
  margin-right: 5px
}

.img-boton-follow {
  max-height: 47px;
  float: left;
  position: relative;
  top: 18px;
  margin-right: 5px
}

.switch-con-img {
  width: 200px;
  float: right;
}

.switch-left .bootstrap-switch {
  float: left;
  margin-top: 5px;
}


.bootstrap-switch {
  float: right;
}

.bootstrap-switch-handle-on {
  background-color: #5cb85c !important;
}

.col-lg-2 .bootstrap-switch {
  float: none;
}

.row-campo-formulario-custom .bootstrap-switch {
  float: none;
}

.contenedor-switch-left {
  float: left;
}

.contenedor-switch-idioma {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}

.contenedor-switch-idioma label {
  margin-top: 4%;
}





#seccion_msg_idiomas_adicionales {
  overflow: hidden;
  max-height: 0px;

}

.seccion-oculta {
  visibility: hidden;
  height: 0px;
  width: 0px;
}

.nowrap {
  white-space: nowrap;
}

.deploy-maximo {
  max-height: 1000px !important;
}

.control-filtro {
  margin-bottom: 10px;

}

.control-filtro #fecha-comienzo,
.control-filtro #fecha-fin {
  height: 25px;
}

.control-filtro .input-group-addon {
  height: 10px;
  font-size: 9px;
}

.control-filtro input[type=number] {
  height: 27px;
  font-size: 12px;
}


.control-bajo {
  height: 27px;
  font-size: 12px;
  padding: 5px 12px;
}


#botonExportaVisitasCsv,
#botonExportaVisitantesCsv {}

.ms-parent {
  width: 175px !important;
  text-align: left;
}

.ms-drop input[type="checkbox"] {
  vertical-align: sub !important;
}

.ms-drop {
  font-size: 12px;
}

#selectfiltro {
  height: 35px;
  border-radius: 5px;
  color: #999;
}

#select_periodo_informe {
  width: 150px;
}

.boton-repliega {
  height: 26px;
  padding: 2px 8px;
  font-size: 14px;
}



.tooltip_graficas {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
  padding-bottom: 10px;
}


.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.chartjs-tooltip-section {
  white-space: nowrap;
}

.nowrapConTooltip {
  white-space: nowrap;
}

.nowrapConTooltip div {
  white-space: normal;
}


#idiomas_tooltip,
#tipo_acceso_tooltip,
#mensaje_bienvenida_tooltip,
#mensaje_pantalla_success_tooltip {
  font-size: 15px;
}

#likes_facebook_metricas div.image {
  content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Bot%C3%B3n_Me_gusta.svg/2000px-Bot%C3%B3n_Me_gusta.svg.png);
}

.estadisticas-mail {
  display: table;
  margin: 0 auto;
  background-color: #bbbbbb;
  border-radius: 15px;
}

.panel-filtro {
  display: table;
  margin: 0 auto;
  background-color: #bbbbbb;
  border-radius: 15px;
}

.estadisticas-mail ul {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}

.estadisticas-mail ul li {
  display: inline-block;
  list-style: none;
  font-size: 0;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  width: 24%;
  height: 140px;
  position: relative;
  vertical-align: top;
  z-index: 5;
  margin-top: 18px;
}

.estadisticas-mail ul li h2 {
  font-family: 'Proxima N W15 Smbd', Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  color: #8C9392;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #F7F7F7;
  padding: 7px 0;
  margin: 5px 15px 0;
}

.estadisticas-mail ul li div {

  font-size: 35px;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-top: 5px;
}

.estadisticas-mail ul li div div {

  font-size: 20px;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-top: 1px;
}

.sendgrid_delivery_camp {
  font-size: 55px; 
  font-weight: normal; 
}

#sendgrid_abiertos {
  color: #11A5B2;
  margin-top: 15px;
}

#sendgrid_recibidos {
  color: #5cb85c
}

#sendgrid_abiertos_unicos {
  color: #004A8F;
}

#sendgrid_enviados {
  color: #F38828;
  margin-top: 15px;
}

#sendgrid_clickados {
  color: #3C8D1B;
}

#sendgrid_rechazados {
  color: #B77BB7;
}

#sendgrid_reviews {
  color: #07b2f5;
}

#sendgrid_encuestas {
  color: #fcba03;
}

#sendgrid_spam {
  color: #FF2B19;
}

#sendgrid_bajas {
  color: #49524A;
  margin-top: 15px;
}

#sendgrid_peticiones {
  color: #000044;
}

#49524A .error-metricas-sendgrid {
  margin-top: 10px;
}
/* content: url('http://www.hyperconectados.com/wp-content/uploads/2014/08/facebook-like.png'); */
#estadisticas_facebook {
  height: 170px;
  width: 160px;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* content: url('http://www.hyperconectados.com/wp-content/uploads/2014/08/facebook-like.png'); */
#estadisticas_login {
  height: 208px;
}

#estadisticas_facebook img {
  height: 160px;
  width: 160px;
}

#panel_login_estadisticas img {
  height: 45px;
  width: 45px;
}

/*#panel_facebook_estadisticas div {
    height: auto;
}*/

.subpanel_fb_estadisticas {
  height: 300px;
  vertical-align: top;
}

#panel_facebook_estadisticas h3 {
  text-align: center;
}

.estadisticas-mail h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
}

#img_estadisticas_facebook {
  margin-top: 25px;
}

#panel_facebook_estadisticas h4 {
  text-align: center;
  font-size: 28px;
  margin: 0;
  color: #3B5998;
}

#panel_facebook_estadisticas p {
  text-align: center;
  font-size: 19px;
}

.image_metricas_facebook {
  position: relative;
  width: 100%;
}

.facebook_h1_1cifra {
  position: absolute;
  top: 83px;
  left: 81px;
  width: 100%;
  font-weight: 600;
  font-size: 3.5em;
  color: #3B5998;
}

.facebook_h1_2cifras {
  position: absolute;
  top: 89px;
  left: 70px;
  width: 100%;
  font-weight: 600;
  font-size: 3em;
  color: #3B5998;
}

.facebook_h1_3cifras {
  position: absolute;
  top: 93px;
  left: 67px;
  width: 100%;
  font-weight: 600;
  font-size: 2.2em;
  color: #3B5998;
}

.facebook_h1_4omascifras {
  position: absolute;
  top: 98px;
  left: 67px;
  width: 100%;
  font-weight: 600;
  font-size: 1.65em;
  color: #3B5998;
}

#panel_facebook_estadisticas h4 {
  text-align: center;
}

#estadisticas_login {
  margin: 0 auto;
}

#panel_login_estadisticas div {
  font-size: 1.15em;
}

#panel_login_estadisticas img {
  margin-right: 10px;
}

#panel_login_estadisticas h2 {
  display: inline-block;
}

#img_estadisticas_facebook {
  content: url("img/facebook-like.png");
}

#facebook-logo-login {
  content: url("img/facebook-logo.png");
}

#google-logo-login {
  content: url("img/google-plus-logo.png");
}

#email-logo-login {
  content: url("img/email-logo.png");
}

.encuestas {
  margin: 0 auto;
  background-color: #ddd;
  border-radius: 15px;
}

.encuestas-show {
  margin: 0 auto;
  background-color: #bbbbbb;
  border-radius: 15px;
}

/*.pregunta_activa {
  //display: inline-block;
}*/

/*
.num_habitacion {
    float: left;
}
*/
.preguntas_panel {
  list-style-type: none;
  font-size: 1.15em;
  width: 100%;
  float: right;
  display: block;
  text-align: left;
}

.modulos_pantallas {
  list-style-type: disc;
  font-size: 1.15em;
  margin-left: 20px;
}

.tabla_encuestas {
  text-align: center;
  border-bottom: 1pt solid #ababab !important;
}

.registros_encuestas {
  text-align: center !important;
  vertical-align: middle !important;
}

td ul {
  margin-left: 38px;
}


.preguntas_panel i {
  width: 24.14px;
  margin-right: 10px;
}

.preguntas_panel i {
  font-size: 1.5em;
  float: left;
}

.fa-check {
  color: #5cb85c;
}

.fa-times {
  color: #d9534f;
}

.disabled_pregunta {
  color: #B4B0B0 !important;
}

#select_locales {
  height: 25px;
  border-radius: 5px;
  color: #999;
}

.glyphicon-info-sign {
  font-size: 12px !important;
}

.img-trip {
  margin-top: 15px;
  height: auto;
  width: 190px;
}

.img-holiday {
  margin-top: 15px;
  height: auto;
  width: 190px;
}

.img-facebook {
  height: auto;
  width: 190px;
  margin-left: -15px;
}

.img-twitter {
  width: 180px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.img-booking {
  height: auto;
  width: 190px;
  margin-top: 15px;
}

.img-expedia {
  height: auto;
  width: 170px;
  margin-top: 15px;
}

.img-zoover {
  height: auto;
  width: 160px;
  padding-bottom: 10px;
  margin-top: 15px;
}

.img-yelp {
  height: auto;
  width: 160px;
  margin-top: 15px;
}

.img-google {
  height: 65px;
}

.estado_sin_usar {
  border-style: solid;
  border-width: unset;
  border-color: darkred;
}

.estado_en_uso {
  border-style: solid;
  border-width: unset;
  border-color: darkblue;
}

.estado_por_defecto {
  border-style: solid;
  border-width: unset;
  border-color: darkgreen;
}

.celda_uso_plantilla {
  text-align: center;
  margin: 0;
  padding: 2px;
  border-radius: 5px;
}

.plantilla_predefinida td,
.pregunta_heredada td {
  background-color: #d4e3ec !important;
}

.pantalla_readonly td {
  background-color: #d4e3ec !important;
}

.bubble_filtros {
  position: relative;
  width: 115px;
  height: 25px;
  padding: 0px;
  background: #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: white;
  text-align: center;
  float: right;
  padding-top: 2px;
  max-width: 200px;
  margin-left: -13px;
  margin-top: 15px;
}

.bubble_filtros:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 14px 5px 0;
  border-color: transparent #333;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -5px;
  left: -14px;
  top: 50%;
}

.breadcrumbs {
  color: white;
}

.breadcrumbs:hover {
  color: white;
}

.odd .estadisicas_visitas,
.odd .estadisicas_visitas.sorting_1 {
  background-color: rgba(51, 122, 183, 0.2) !important;
}

.even .estadisicas_visitas,
.even .estadisicas_visitas.sorting_1 {
  background-color: rgba(51, 122, 183, 0.4) !important;
}

.odd .estadisicas_incorporaciones,
.odd .estadisicas_incorporaciones.sorting_1 {
  background-color: rgba(92, 184, 92, 0.2) !important;
}

.even .estadisicas_incorporaciones,
.even .estadisicas_incorporaciones.sorting_1 {
  background-color: rgba(92, 184, 92, 0.4) !important;
}

.odd .puntuacion_excelente,
.odd .puntuacion_excelente.sorting_1 {
  background-color: rgba(183, 207, 182, 0.6) !important;
}

.even .puntuacion_excelente,
.even .puntuacion_excelente.sorting_1 {
  background-color: rgba(183, 207, 182, 0.4) !important;
}

.odd .puntuacion_buena,
.odd .puntuacion_buena.sorting_1 {
  background-color: rgba(165, 193, 207, 0.6) !important;
}

.even .puntuacion_buena,
.even .puntuacion_buena.sorting_1 {
  background-color: rgba(165, 193, 207, 0.4) !important;
}

.odd .puntuacion_mala,
.odd .puntuacion_mala.sorting_1 {
  background-color: rgba(229, 168, 165, 0.5) !important;
}

.even .puntuacion_mala,
.even .puntuacion_mala.sorting_1 {
  background-color: rgba(229, 168, 165, 0.35) !important;
}

.last_update_cache {
  font-size: 0.85em;
}

.globo-blanco {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
}

/* Estadisticas Social Agrupadas */
.numero_principal_celda {
  font-size: 1.5em;
}

.centrado {
  text-align: center;
}

.cuadro_estadisticas {
  min-height: 235px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media(min-width:1140px) {
  .manImg {
    display: block;
    margin: auto;
  }
}

.panel-facebook {
  background-image: url("./img/iconos-estadisticas-social/facebook2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}

.panel-twitter {
  background-image: url("./img/iconos-estadisticas-social/twitter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}

.panel-tripadvisor {
  background-image: url("./img/iconos-estadisticas-social/tripadvisor2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 255px;
}

.panel-google {
  background-image: url("./img/iconos-estadisticas-social/google.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230px;
}

.panel-holidaycheck {
  background-image: url("./img/iconos-estadisticas-social/holidaycheck.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}

.panel-doctoralia {
  background-image: url("./img/iconos-estadisticas-social/doctoralia.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}

.panel-masquemedicos {
  background-image: url("./img/iconos-estadisticas-social/masquemedicos.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 240px;
}




/*@media only screen and (min-width : 768px) and (max-width : 991px) {
                    .panel-facebook
                    {
                            background-image: url("./img/iconos-estadisticas-social/facebook2.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 240px;
                    }
                    .panel-tripadvisor
                    {
                            background-image: url("./img/iconos-estadisticas-social/tripadvisor2.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 255px;
                    }
                    .panel-google
                    {
                            background-image: url("./img/iconos-estadisticas-social/google.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 230px;
                    }
                    .panel-holidaycheck
                    {
                            background-image: url("./img/iconos-estadisticas-social/holidaycheck.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 240px;
                    }
                    .panel-doctoralia
                    {
                            background-image: url("./img/iconos-estadisticas-social/doctoralia.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 240px;
                    }
                    .panel-masquemedicos
                    {
                            background-image: url("./img/iconos-estadisticas-social/masquemedicos.png");
                            background-repeat: no-repeat;
                            background-position-x: 100%;
                            background-position-y: 10px;
                            background-size: 240px;
                    }
                }*/

/*datatables cartel processing*/



@-webkit-keyframes bluePulse {
  from {
    background-color: #256194;
    -webkit-box-shadow: 0 0 0px #256194;
  }

  50% {
    background-color: #3a81be;
    -webkit-box-shadow: 0 0 12px #256194;
  }

  to {
    background-color: #256194;
    -webkit-box-shadow: 0 0 0px #256194;
  }
}

#pretabla_processing {
  position: fixed !important;
  background-color: #337AB7;
  font-weight: bold;
  padding-bottom: 40px;
  z-index: 1;

  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
}

.datatables_pretabla_processing {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}



#beta-icon-holder {
  position: absolute;
  right: 5px;
  width: 12%;
  z-index: 100;
}


#beta-icon-holder img {
  width: 100%;
}

#beta-icon-holder span {
  position: absolute;
  top: 80%;
  left: 2px;
  height: 14px
}

#text_descipcion_pregunta {
  font-size: 18px;
  font-weight: bold;
}


#plugin_fb {
  max-width: 100%;
}

.widErrBx {
  max-width: 90%;
}

/*rangeinput###############----------------------------------------------------------------------------*/


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.65px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10.7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #337ab7;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.85px;
}

input[type=range]:disabled::-webkit-slider-thumb {
  background: #bbb;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #87b5de;
}

input[type=range]:disabled::-webkit-slider-runnable-track {
  background: #aaa;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10.7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #337ab7;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]:disabled::-moz-range-thumb {
  background: #bbb;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #183a57;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #337ab7;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 10.7px;
}

input[type=range]:disabled::-ms-thumb {
  background: #bbb;
}

input[type=range]:focus::-ms-fill-lower {
  background: #337ab7;
}

input[type=range]:focus::-ms-fill-upper {
  background: #87b5de;
}


input:disabled {
  cursor: not-allowed;
}

/*fin rangeinput---------------------------------------------------------------------------*/





/*estilos checks class regular-checkbox y big-checkbox-----------------------------------------------*/


.regular-checkbox,
.big-checkbox {
  -webkit-appearance: none;
  background-color: #eee;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px !important;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0px 5px !important;
}


.regular-checkbox:active,
.regular-checkbox:checked:active,
.big-checkbox:active,
.big-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked,
.big-checkbox:checked {
  background-color: #FFF;
  border: 1px solid #cdb8cd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}





.regular-checkbox:checked:after,
.big-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #337AB7;
  font-weight: bold;
}

.big-checkbox {
  padding: 18px !important;
}

.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}


.checkbox-centered {
  margin-left: 25px !important;
}


.checkbox-left {
  float: left;
}

/*FIN estilos checks class regular-checkbox y big-checkbox----------------------------------------------*/




/*PUNTOS INTERACTIVOS ENCUESTAS --------------------------------------------------------------------*/

#contenedor_puntos_interactivos_encuestas {

  font-size: 18px;
  float: right;
  /*REFERENCIA DE ANCHO PRINCIPAL se puede elegir px o % del body*/
  /*el alto sera AUTOMATICO! usando el de la imagen proporcionada*/
  width: 50%;
}

.choice {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: auto;
}

.star-rating, .star-rating-base6 {
  font-size: 0;
  white-space: nowrap;
  position: relative;


  width: 100%;
  max-width: 300px;

  margin: auto;

}

#empty {
  width: 100%;
}

.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover+img,
.star-rating input:checked+img {
  opacity: 1;
}

.star-rating img.imgrating {

  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
}


.star-rating img.imgrating~img.imgrating {
  width: 40%;
}

.star-rating img.imgrating~img.imgrating~img.imgrating {
  width: 60%;
}

.star-rating img.imgrating~img.imgrating~img.imgrating~img.imgrating {
  width: 80%;
}

.star-rating img.imgrating~img.imgrating~img.imgrating~img.imgrating~img.imgrating {
  width: 100%;
}




.star-rating input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 2;
}

.star-rating input~input {
  left: 20%;
}

.star-rating input~input~input {
  left: 40%;
}

.star-rating input~input~input~input {
  left: 60%;
}

.star-rating input~input~input~input~input {
  left: 80%;
}





.star-rating-base6 input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 16.7%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating-base6 input:hover+img,
.star-rating-base6 input:checked+img {
  opacity: 1;
}


.star-rating-base6 img.imgrating {

  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16.7%;
  z-index: 1;
}


.star-rating-base6 img.imgrating~img.imgrating {
  width: 33.4%;
}

.star-rating-base6 img.imgrating~img.imgrating~img.imgrating {
  width: 50%;
}

.star-rating-base6 img.imgrating~img.imgrating~img.imgrating~img.imgrating {
  width: 66.7%;
}

.star-rating-base6 img.imgrating~img.imgrating~img.imgrating~img.imgrating~img.imgrating {
  width: 83.2%;
}

.star-rating-base6 img.imgrating~img.imgrating~img.imgrating~img.imgrating~img.imgrating ~img.imgrating {
  width: 100%;
}



.star-rating-base6 input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16.7%;
  z-index: 2;
}



.star-rating-base6 input~input {
  left: 16.7%;
}

.star-rating-base6 input~input~input {
  left: 33.4%;
}

.star-rating-base6 input~input~input~input {
  left: 50%;
}

.star-rating-base6 input~input~input~input~input {
  left: 66.7%;
}

.star-rating-base6 input~input~input~input~input~input {
  left: 83.2%;
}













#textarea_opinion {
  height: 100px;
  width: 90%
}

.num_habitacion {
  width: 100px;
  margin: auto;
  text-align: center;
}

.msg-comentario,
.msg-rating,
.msg-titulo-pregunta {
  max-width: 90%;
  margin: auto;
}


#radio-testigo-rating-vacio {
  display: none;
}

#envio-opinion-button {
  padding: 10px 20px 10px 20px;
  background-color: #AAFFAA;
  border: none;
  font-weight: bolder;
}



#encuestas_container {
  max-width: 400px;
  text-align: center;
  margin: auto;
}


 #envio-checkin-button {
  padding: 10px 20px 10px 20px;
  background-color: #1976d2;
  border: none;
  font-weight: bolder;
  color: white;
}

/*FIN PUNTOS INTERACTIVOS ENCUESTAS ----------------------------*/








/*##########MEDIA QUERIES###############*/


/* Small Devices, Tablets */
@media(min-width:768px) {



  #logo {
    display: none;
  }

  #infoLoged {
    margin-left: 70px;
  }

  #tituloPage {
    margin-left: 85px;
  }


  .sidebar {
    z-index: 2;
    position: absolute;
    width: 60px;
    top: 0px;
    bottom: 0px;
    /*trick 100%altura container*/

  }

  .sidebar li a {
    padding: 30px 10px 25px 10px !important;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }


  #page-wrapper {
    position: inherit;
    margin: 12px 0 0 60px;
  }

  #page-wrapper-aislada {
    position: inherit;
    margin: 20px 60px 0 60px;
  }


}

@media (min-width: 1170px) {


  .boton_prueba_correo_diferido {
    margin-left: -30px;
  }


  .modal-lg {
    width: 1160px;
  }

  #image_output {
    margin-left: 20px;
  }

  .col_image_output,
  .col_image_input {
    text-align: left;
  }

}



@media(max-width:767px) {
  #logo-small-holder {
    display: none;
  }

  #borde-parcial {
    display: none;
  }

  .menu-texto {
    display: inline-block;
  }

  .navbar-top-links {
    /*height: 40px;*/
    padding: 3px 0 3px 0;
    float: right;
  }

  .navbar {
    height: auto;
  }

  .navbar-header {
    background-color: #ebebeb
  }

  #page-wrapper {
    padding-top: 30px;
  }

  #infoLoged {
    color: #FFF;
    float: right;
    padding: 0 10px 0 0;
    position: absolute;
    right: 3px;
  }

  #tituloPage {
    margin-left: 10px;
  }

  #infoLoged h5 {
    font-size: 11px;
  }

  #infoLoged h5 i {
    font-size: 9px;
  }


  .navbar {
    position: relative;
    z-index: 100;
    padding-bottom: 5px;
  }

  #envoltorio-editor {
    margin: 0;
  }

  #asunto {
    width: 100%;
  }

  .breadcrumbs {
    margin-left: 5px;
  }

  #filtros-fecha {
    float: none !important;
  }
}








/*BOOTSTRAP MEDIA QUERIES OVERRIDE****/

/*lg and above*/
@media only screen and (min-width : 1201px) {



  .msg-textsize-responsive {
    padding-top: 10px;
    font-size: 18px;
  }

  .panel-malas {
    background-image: url("img/warning.png") !important;
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: 70%;
    background-size: 70%;
    text-align: left;
  }

  .panel-buenas {
    background-image: url("img/star_azul.png") !important;
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: 70%;
    background-size: 70%;
    text-align: left;
  }

  .panel-excelentes {
    background-image: url("img/trophy.png") !important;
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: 70%;
    background-size: 70%;
    text-align: left;
  }

  .panel-media {
    /*background-image: url("img/graph.png") !important;*/
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: 70%;
    background-size: 70%;
    text-align: center;
  }

  .icono_encuestas {
    display: none !important
  }

}

/* Large Devices, Wide Screens md*/
@media only screen and (max-width : 1200px) {
  .msg-textsize-responsive {
    font-size: 17px;
  }

  .panel-malas {
    text-align: center;
  }

  .panel-buenas {
    text-align: center;
  }

  .panel-excelentes {
    text-align: center;
  }

  .panel-media {
    text-align: center;
  }

  .panel_ultimas_opiniones {
    margin-bottom: 15px;
  }


}

/* Medium Devices, Desktops (sm?)*/
@media only screen and (max-width : 992px) {
  .msg-textsize-responsive {
    font-size: 15px;
  }

  #contenedor_puntos_interactivos_encuestas {
    width: 70%;
  }

  .dropdown-wifreezone {
    max-width: 900px;
  }

}

/* Small Devices, Tablets (sm?)*/
@media only screen and (max-width : 768px) {
  .msg-textsize-responsive {
    padding-top: 5px;
    font-size: 12px;
  }

  .star-rating,
  .choice {
    margin: auto;
  }

  #contenedor_puntos_interactivos_encuestas {
    float: none;
    margin: auto;
    width: 80%;
  }

  .boton-reboot {
    margin-left: 0px;
  }

  .dropdown-wifreezone {
    max-width: 750px;
  }

}

/* Extra Small Devices, Phones (xs)*/
@media only screen and (max-width : 480px) {
  .msg-textsize-responsive {
    font-size: 9px;
  }

  .boton-reboot {
    margin-left: 0px;
  }

  .dropdown-wifreezone {
    max-width: 350px;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

  .star-rating,
  .choice {
    margin: auto;
  }

  .boton-reboot {
    margin-left: 0px;
  }

  .dropdown-wifreezone {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  #row_grafica_likes,
  #bocadillo_fb,
  #row_fb {
    display: flex;
    align-items: center;
  }

  #row_grafica_social,
  #bocadillo_social,
  #row_social {
    display: flex;
    align-items: center;
  }

  #plugin_fb {
    margin-top: 20px;
    margin-left: 80px;
  }

  #plugin_trip {
    margin-top: -10px;
  }

  #TA_selfserveprop149 {
    margin-left: 100px;
  }

  .url_erronea {
    margin-top: 20px;
    width: 75%;
    margin-left: 80px;
  }
}

@media (max-width: 992px) {

  #row_grafica_likes,
  #bocadillo_fb,
  #row_fb {
    display: block;
  }

  #plugin_fb {
    margin-top: 30px;
    margin-left: 0px;
  }

  #TA_selfserveprop149 {
    margin-left: 80px;
  }

  #plugin_trip {
    margin-left: -60px;
  }

  .url_erronea {
    width: 70%;
    margin-left: 0px;
    margin-top: 30px;
  }
}



/* Pantallas almacenadas */

.boton_nueva_pantalla {
  float: left;
}

.espacio {
  margin-top: 15px;
}

/* Log correos diferidos */

.envio_bloqueado {
  pointer-events: none;
  opacity: 0.6;
}

.text_info_peque {
  font-size: 0.85em;
}

.cajon_filtros {
  display: none;
  background-color: lightgray;
  border-radius: 5px;
}

.oculto {
  display: none;
}

.cambios_masivos {
  z-index: 4;
  position: fixed;
  right: 30px;
  top: 20px;
  border-radius: 10px;
  width: 25%;
  min-height: 500px;
  background-color: white;
  -webkit-box-shadow: -10px -6px 21px -10px rgba(48,48,48,1);
  -moz-box-shadow: -10px -6px 21px -10px rgba(48,48,48,1);
  box-shadow: -10px -6px 21px -10px rgba(48,48,48,1);
}

.center-align {
  letter-spacing: -4px;
  text-align: center;
  font-size: 0;
}

.center-align [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  float: none;
}

#cuadro_cambios_masivos_agrupacion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#cuadro_cambios_masivos_agrupacion::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#cuadro_cambios_masivos_agrupacion::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

hr.separador {
  border-top: 1px solid #8c8b8b;
  margin-top: 2px;
  margin-bottom: 2px;
}

.exportar {
  float: right;
}

.panel_filtros {
  background-color: #DFE3EA !important;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid blue;
  border-bottom: 4px solid blue;
  width: 27px;
  height: 27px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
Reputacion
*/

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.center_row_360 {
  display: flex;
  align-items: center;
}

.eleccion_rep_condicion {
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.info_reputacion_tripadvisor {
  border: solid 2px;
  border-color: #078171;
  border-radius: 5px;
}

.info_reputacion {
  border: solid 2px;
  border-radius: 5px;
}

.info_reputacion_holidaycheck {
  border: solid 2px;
  border-color: #edc515;
  border-radius: 5px;
}

.info_reputacion_facebook {
  border: solid 2px;
  border-color: #3A5896;
  border-radius: 5px;
}

.info_reputacion_booking {
  border: solid 2px;
  border-color: #1da0d7;
  border-radius: 5px;
}

.info_reputacion_expedia {
  border: solid 2px;
  border-color: #1da0d7;
  border-radius: 5px;
}

.info_reputacion_zoover {
  border: solid 2px;
  border-color: #f26924;
  border-radius: 5px;
}

.info_reputacion_yelp {
  border: solid 2px;
  border-color: #d32323;
  border-radius: 5px;
}

.nivel_booking {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #003580;
}

.puntuacion_booking {
  font-size: 20px;
  border-radius: 8px 8px 8px 0;
  width: 40px;
  margin: 0 4px 0 0;
  background: #003580;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 2;
  padding: 0;
}

.puntuacion_zoover {
  background: none #f3f4f8;
  border: 1px solid #dae5f1;
  border-radius: 3px 3px 0 0;
  color: #008fc5;
  display: inline-grid;
  font-size: 25px;
  width: 90px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.row_condiciones_correo {
  margin: 5px auto 10px auto;
}


.passwordDatatable {
  padding-right: 10px;
  font-size: x-large;
  vertical-align: top;
}

.fragment-filter {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  /* padding: 0 40px 20px 70px; */
}

.iconos_info {
  font-size: 130%;
  padding: 0 3px;
}

#observaciones_modificadas {
  font-size: smaller;
  font-style: italic;
  font-weight: 600;
}

.rol_no_editable td {
  background-color: #d4e3ec !important;
}

.row_ultima_visita {
  margin-left: 1vw;
  font-size: initial;
}

.ultima_visita {
  margin-bottom: 1vh;
}

.tooltip {
  pointer-events: none;
}



.dt-encuestas {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}


.traducir{
  display: block;
  float: right;
  cursor: pointer;
  font-size: smaller;
  color: darkblue;

}

.i-comentario{
  padding-left: 10px;
}


#valida_guarda_apikey {
  vertical-align: middle;
  padding-left: 5px;
  font-size: x-large;
}

.dropdown-menu-right {
  right: 1vw;
  left: auto;
}

.contenedor-idiomas-sms{
  float: right;
  margin-right:10px;
}

.contenedor-idioma-sms{
  display: inline-block;
  border-right: 1px solid black;
  padding-right: 3px;
}

.noresize{
  resize:none;
}

.boton_idiomas{
  border:none;
  padding: 0;
  font-size: 8pt;
  font-weight: normal !important;
  float:right;
  background-color: #ddd;
}

.boton_idiomas_activo{
  border:none;
  padding: 0;
  font-size: 11pt;
  font-weight: bold !important;
  float:right;
  background-color: #ddd;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  width: 20vw;
  float: left;
  margin: 1vw;
  position: relative;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

.might-overflow {
  text-overflow: ellipsis;
  overflow : hidden;
  white-space: nowrap;
  width: 18vw;
}

#footercsv{
  width: 18vw;
}

.savecsv{
  margin-bottom: 1vw;
  margin-top: 1vw;
  float:right;
}

.controlcsv{
  margin-bottom: 1vw;
  margin-top: 1vw;
  float: left;

}

.csvIcon{
  position: absolute;
  right: 1vw;
  top: 2vh;
  font-size: x-large;
}

.fa-exclamation-triangle.csvIcon{
  color: orange;
}

.fa-ban.csvIcon{
  color: black;
}

.fa-check-circle.csvIcon{
  color: green;
}

.obynoexiste{
  color:red;

}

.obyexiste{
  color: green;
  text-decoration: line-through;
}

.checkin-estado {
  text-align: center;
  margin: 0;
  padding: 2px;
  border-radius: 5px;
  color: black;
}

.checkin-container {
  margin-top: 2vh;
  margin-bottom: 5vh;
  padding-bottom: 0px;  
  margin-left: 10vh;
  margin-right: 10vh;
  height: max-content;
}

.checkihn-tabla {
  border: 1px solid rgb(0, 0, 0) !important;
}

.centrar-datos-huespedes-boton{
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.checkin-huespedes-tabla>tbody>tr:nth-child(odd)>td, 
.checkin-huespedes-tabla>tbody>tr:nth-child(odd)>th {
  background-color: #EBEBEB;
}

table.checkin-tabla > thead > tr > th{
  border:1px solid blue;
}

table.checkin-tabla{
  border: 1px solid #718182;
  margin-top:20px;
  margin-left: 2vh;
  margin-right: 2vh;
}
table.checkin-tabla > thead > tr > th{
  border: 1px solid #718182;
}
table.checkin-tabla > tbody > tr > td{
  border: 1px solid #718182;
}

.datos-usuario-checkin{
  width: 90%;
  margin-left: 10px;
}
.texto_alertas_titulo {
  text-align: center;
  text-decoration: underline;
}

.texto_alertas {
  font-size: 20px; 
  font-weight: normal; 
}

hr.solid {
  border-top: 3px solid #000000;
  border-radius: 10px 10px 10px 10px;
}

.proximamente{
  float: right;
  position: relative;
  top: 6vh;
  padding: 5px;
  border-radius: 25px;
  background: #1c94fc;
}

.contenedor-alertas{
  margin-top: 25px;
}