@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

.campo {
  background: rgb(126, 199, 224);
  border: none;
  padding: 10px;
}

.seccion {
  background: rgb(67, 157, 187);
}

.editable {
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  color: white;
}

.observaciones {
  resize: none;
  width: 50em;
}

.form-header {
  background: #1872a2;
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  width: 100%;
}

.relative {
  position: relative;
}

.over-image {
  position: absolute;
  top: -4px;
  right: -2px;
}

.blackground {
  background: #1872a2;
  color: white;
  font-weight: bold;
}

.error-modal {
  color: red;
  font-weight: bold;
}

.label-purple {
  color: white;
  background: #a155e7;
}

.label-orange {
  color: white;
  background: #f1873e;
}

.img-actividades {
  height: 35px;
  width: 35px;
  min-width: 20px;
  min-height: 20px;
}

.img-actividades:hover {
  cursor: pointer;
}

.min-with-select {
  min-width: 119px;
}

.table-max-with {
  max-height: 500px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  top: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-header {
  vertical-align: middle;
  margin: 15px 0;
  padding: 0;
  border-bottom: none;
}
.page-header h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #848484;
  display: inline-block;
  margin-bottom: 15px;
}
.breadcrumb {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0 10px;
}
.breadcrumb li a {
  color: #999999;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}
.breadcrumb li:last-child a {
  color: #1e91cf;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: "/";
  font-family: FontAwesome;
  color: #bbbbbb;
  padding: 0 5px;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* fix for bootstrap hidden and visible */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
#container {
  min-height: 100%;
  width: 100%;
  position: relative;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
#header {
  min-height: 0px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
#header .nav > li {
  float: left;
}
#header .nav > li li {
  min-width: 200px;
}
#header .navbar-header {
  min-height: 0px;
  padding: 0;
}
/* Mobile */
@media (max-width: 767px) {
  #header .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
}
#header #button-menu + .navbar-brand {
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  height: auto;
}
#header .nav > li > a {
  padding: 3px 16px;
  line-height: 38px;
  cursor: pointer;
  color: #6d6d6d;
  border-left: 1px solid #e1e1e1;
}
#header .nav > li > a > .label {
  text-shadow: none;
  padding: 1px 4px;
  position: absolute;
  top: 8px;
  left: 6px;
}
#button-menu {
  padding: 10px 17px 9px 17px;
  line-height: 25px;
  float: left;
  display: inline-block;
  cursor: pointer;
  color: #6d6d6d;
  border-right: 1px solid #e1e1e1;
}
#profile {
  display: none;
}
#column-left.active #profile {
  display: block;
  padding: 10px 15px 10px 15px;
  overflow: auto;
  border-bottom: 1px solid #585858;
}
#profile div {
  float: left;
  color: #c4c4c4;
}
#profile div + div {
  margin-left: 15px;
}
#profile h4 {
  margin-top: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
#column-left {
  width: 50px;
  height: 100%;
  background-color: #515151;
  position: absolute;
  top: 0px;
  padding-top: 50px;
  z-index: 100;
  transition: all 0.3s;
}
#column-left.active {
  width: 235px;
  display: block;
}
#content {
  padding-bottom: 40px;
  transition: all 0.3s;
}
#column-left + #content {
  margin-left: 50px;
}
#column-left + #content + #footer {
  margin-left: 50px;
}
/* Mobile */
@media (max-width: 767px) {
  #column-left {
    overflow: hidden;
    display: none;
  }
  #column-left + #content {
    margin-left: 0;
  }
  #column-left + #content + #footer {
    margin-left: 0;
  }
}
/* Menu */
#menu,
#menu ul,
#menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu {
  margin-bottom: 25px;
}
#menu > li {
  position: relative;
}
#menu li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #515151;
}
#menu li a i {
  font-size: 16px;
}
#menu > li > a {
  color: #c4c4c4;
  font-size: 14px;
  padding-left: 13px;
  border-bottom: 1px solid #585858;
}
#menu > li > a:hover {
  background-color: #444444;
}
#menu > li > a > span {
  display: none;
  margin-left: 8px;
}
#menu li li a {
  color: #9d9d9d;
}
#menu li li a:hover {
  color: #ffffff;
  background-color: #373737;
}
#menu li li a:before {
  content: "\f101";
  font-size: 14px;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
  transition: margin ease 0.5s;
}
#menu li li a:hover:before {
  margin-right: 20px;
}
#menu > li.active > a {
  color: #dddddd;
  background: #373737;
}
#menu li.active li a {
  color: #c4c4c4;
}
#menu li li.active > a:last-child {
  color: #ffffff;
}
#menu li li.active a:last-child:before {
  margin-left: 20px;
  margin-right: 10px;
}

#menu > li > ul {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 210px;
  background-color: #444444;
  visibility: hidden;
}
#menu li ul {
  overflow: hidden;
}
#menu > li:hover > ul {
  visibility: visible;
}
#menu li li a.parent:after,
#column-left.active #menu > li a.parent:after {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  margin-right: 8px;
}
#menu li li.open > a.parent:after,
#column-left.active #menu > li.open > a.parent:after {
  font-family: FontAwesome !important;
  content: "\f107" !important;
  float: right !important;
  margin-right: 8px !important;
}

#menu li ul a {
  padding-left: 20px;
}
#menu li li ul a {
  padding-left: 40px;
}
#menu li li li ul a {
  padding-left: 60px;
}
#menu li li li li ul a {
  padding-left: 80px;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
  #column-left.active {
    overflow: auto;
  }
  #column-left.active + #content {
    margin-left: 235px;
  }
  #column-left.active + #content + #footer {
    margin-left: 235px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  #column-left.active + #content {
    position: relative;
    left: 235px;
  }
  #column-left.active + #content + #footer {
    position: relative;
    left: 235px;
  }
}
#column-left.active {
  width: 235px;
}
#column-left.active #menu li i {
  font-size: 14px;
}
#column-left.active #menu > li > a > span {
  display: inline;
}
#column-left.active #menu > li > ul {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  visibility: visible;
}
/* footer */
#footer {
  height: 100px;
  text-align: center;
}

/* Navs */
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
}
/* Tabs */
.nav-tabs > li > a {
  color: #666;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs {
  margin-bottom: 25px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: bold;
  color: #333;
}
.form-control:hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
div.required .control-label:not(span):before,
td.required:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.table thead td span[data-toggle="tooltip"]:after,
label.control-label span:after {
  font-family: FontAwesome;
  color: #1e91cf;
  content: "\f059";
  margin-left: 4px;
}
fieldset legend {
  padding-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
.radio,
.checkbox {
  min-height: 18px;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  width: 13px;
  width: 16px \0;
  height: 13px;
  height: 16px \0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #dcdcdc;
  border: 1px solid transparent \0;
  border-radius: 1px;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  border-color: #4d90fe;
  outline: 0;
}
input[type="radio"]:active,
.radio input[type="radio"]:active,
.radio-inline input[type="radio"]:active,
input[type="checkbox"]:active,
.checkbox input[type="checkbox"]:active,
.checkbox-inline input[type="checkbox"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6;
}
input[type="radio"]:checked,
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:checked,
input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
  background: #fff;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 15px;
  width: 18px \0;
  height: 15px;
  height: 18px \0;
  border-radius: 1em;
}
input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #666;
  border-radius: 1em;
}
input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: none \9;
}
input[type="checkbox"]:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  position: absolute;
  top: -6px;
  left: -5px;
  display: block;
  content: url("../image/checkmark.png");
}

.table thead td {
  font-weight: bold;
}
.table thead > tr > td,
.table tbody > tr > td {
  vertical-align: middle;
  overflow: hidden;
}

.tabla-asignar-rutas tbody > tr > td {
  vertical-align: top;
  overflow: hidden;
}
.table a.asc:after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 14px;
}
.table a.desc:after {
  content: " \f106";
  font-family: FontAwesome;
  font-size: 14px;
}

.pagination {
  margin: 0;
}

/* Panels */
.panel {
  border-radius: 0px;
}
.panel .panel-heading {
  position: relative;
}
.panel-heading h3 i {
  margin-right: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.panel-heading i {
  font-size: 16px;
  font-weight: 500;
}
.panel-heading h3 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

/* Primary Panel */
.panel-primary {
  border: 1px solid #c3e4f6;
  border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
  color: #1e91cf;
  border-color: #96d0f0;
  background: white;
}

/* Default Panel */
.panel-default {
  border: 1px solid #e8e8e8;
  border-top: 2px solid #bfbfbf;
}

.panel-default .panel-heading {
  color: #595959;
  border-color: #e8e8e8;
  background: #fcfcfc;
}
.img-thumbnail i {
  color: #ffffff;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  vertical-align: middle;
  display: inline-block;
}
.img-thumbnail.list i {
  width: 40px;
  height: 40px;
  padding-top: 10px;
}
/* Tiles */
.tile {
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #279fe0;
  color: #ffffff;
  transition: all 1s;
}
.tile:hover {
  opacity: 0.95;
}

.tile a {
  color: #ffffff;
}
.tile-heading {
  padding: 5px 8px;
  text-transform: uppercase;
  background-color: #1e91cf;
  color: #fff;
}
.tile .tile-heading .pull-right {
  transition: all 1s;
  opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
  opacity: 1;
}
.tile-body {
  padding: 15px;
  color: #ffffff;
  line-height: 48px;
}
.tile .tile-body i {
  font-size: 50px;
  opacity: 0.3;
  transition: all 1s;
}
.tile:hover .tile-body i {
  color: #ffffff;
  opacity: 1;
}
.tile .tile-body h2 {
  font-size: 42px;
}
.tile-footer {
  padding: 5px 8px;
  background-color: #3da9e3;
}
#column-left.active #stats {
  display: block;
}
#stats {
  display: none;
  border-radius: 2px;
  color: #666666;
  background: #2b2b2b;
  margin: 15px 20px;
  padding: 5px 0;
}
#stats ul,
#stats li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#stats li {
  font-size: 11px;
  color: #9d9d9d;
  padding: 5px 10px;
  border-bottom: 1px dotted #373737;
}
#stats div:first-child {
  margin-bottom: 4px;
}
#stats .progress {
  height: 3px;
  margin-bottom: 0;
}
.jqvmap-label {
  z-index: 999;
}

/* Menu Fix For System -> Layout -> Banner */
.collapse.in {
  display: block;
  visibility: unset;
}
.collapse {
  display: none;
  visibility: unset;
}
/* Menu Fix For System -> Layout -> Banner */

.nav_logo,
.navbar-brand {
  float: top;
  height: 38px;
  margin-right: 10px;
  padding: 2px 2px 0px;
}

.nav_logo_login {
  float: top;
  height: 35px;
  margin-right: 10px;
  padding: 0px 0px 0px;
}

.carousel {
  list-style-type: none;
  margin-left: -30px;
}

.carousel li {
}

.carousel-caption {
  top: 100px;

  padding: 5px;

  left: 10%;
  right: 70%;

  font-size: 14px !important;

  color: #666;
  position: absolute;
  text-align: left;

  line-height: 24px;

  text-shadow: none;
}

.item h3 {
  position: absolute;
  padding: 20px 0 10px 90px !important;
}

.carousel-indicators {
  position: relative;
  bottom: -10px;
}

.carousel-indicators li {
  border: 1px solid #333;
}

.carousel-control {
  width: 10%;
  opacity: 0.3;
}

.carousel-caption {
}

select {
  width: 100% !important;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .item h3 {
    margin-top: -5px;
    width: 100%;
    text-align: center !important;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    padding: 5px !important;
  }
}

/* make sure the element has position: relative */
[data-notifications] {
  position: relative;
}

/* append the notification badge after it */
[data-notifications]:after {
  /* the burger */
  content: attr(data-notifications);

  /* the fries */
  position: absolute;
  background: #959595;
  border-radius: 30%;
  display: inline-block;
  padding: 0.3em;
  color: #fff;
  right: -8px;
  top: -8px;
  z-index: 900;
  font-family: sans-serif;
  font-weight: bold;
}
/*
.seccion {
	background: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #CCC !important;
}
*/

.checkbox div.fa {
  display: block;
  font-weight: normal !important;
  margin-top: -18px;
  margin-left: 10px;
  color: #ffffff;
}

.progressBar {
  background-color: #0e90d2;
}

ul.files {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.files li {
  width: 100px;
  height: 100px;
  border: 1px #ccc solid;
  margin: 5px;
  padding: 5px;
  display: inline;
  float: left;
}

ul.files li a {
  display: block;
  height: 100%;
  background-size: auto 100px !important;
}

ul.files li div {
  position: relative;
}

ul.files li > div:after {
  background-image: url(../image/qutar_foto.png);
  background-size: 20px;
  content: " ";
  cursor: pointer;

  width: 20px;
  height: 20px;

  position: absolute;

  display: inline-block;
  padding: 0 3px 0 2px;

  right: -12px;
  top: -12px;
  z-index: 900;
}

ul.files li > div:hover {
  background: #cc0000 !important;
}

ul.files li:last-child {
  margin-top: 30px;
  height: 48px;
  width: 52px;
  border: none;
}

.progress {
  margin-top: 30px;
}

.bar {
  height: 18px;
  background: #5cb85c;
}
/*
.modal-dialog{
	position: relative;
	display: table;
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	min-width: 300px;
}
*/
.drag div {
  margin-top: 10px !important;
  margin-left: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  cursor: ns-resize;
}

/* The controlsy */
.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  margin-top: 90px;
}
.carousel-control.right {
  right: -12px;
}
/* The indicators */
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}
.carousel-indicators .active {
  background: #428bca;
}

ol {
  padding: 0 !important;
}

.seccion {
  background-color: #aaa;
  border-radius: 5px;
}

.campo {
  background-color: #ccc;
  border-radius: 5px;
  margin-bottom: 10px !important;
}

.campo:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.campo input::placeholder,
.seccion input::placeholder {
  color: white;
}

.tagsinput {
  border-radius: 5px;
}

div.tagsinput input {
  margin-bottom: 0;
}

div.tagsinput {
}

.seccion div.pull-left {
  width: 90%;
}

.editable {
  width: 100%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect .h3 {
  width: 100%;
  padding: 5px !important;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(100px);
  -ms-transform: translatey(100px);
  transform: translatey(100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover .h3,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.pac-container {
  z-index: 10000 !important;
}

.reporte-inteligencia-grafico {
}

.foto-requerida {
  font-weight: bold;
  color: #ff0303;
}

.preview_locales {
  display: none;
  /* with no content, nothing is rendered */
  content: "Obteniendo posiciones GPS...";
  position: fixed;
  /* element stretched to cover during rotation an aspect ratio up to 1/10 */
  top: -500%;
  left: -500%;
  right: -500%;
  bottom: -500%;
  z-index: 9998;
  pointer-events: none; /* to block content use: all */
  /* background */
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;

  /* animation */
  -webkit-animation-name: linearRotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: linearRotate;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -o-animation-name: linearRotate;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;

  animation-name: linearRotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.preview_locales_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}

.preview_locales_overlay span {
  padding: 10px;
  border-radius: 5px;
  color: #333;

  position: relative;
  top: 60%;
  font-weight: bold;
}

@-webkit-keyframes linearRotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.label-pregunta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pie-chart-no-data {
  display: table;
  width: 100%;
}

.pie-chart-no-data > p {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  text-align: center;
}

#secciones .bootstrap-select > .dropdown-toggle {
  background-color: #b3b3b3 !important;
  color: #ffffff;
  border-color: #999999;
}

#secciones .bootstrap-select .btn-default:hover,
#secciones .bootstrap-select .dropdown-toggle {
  color: #ffffff !important;
}

.alert-visita {
  padding: 5px !important;
  font-size: 12px;
  color: #666666;
  background-color: #eeeeee;
  border-color: #cccccc;
}

div.alert-visita:hover {
  border-color: #999999;
}

.alert-visita span {
  cursor: default;
}

.alert-visita a.close {
  position: absolute;
  top: -1px;
  right: auto;
  float: left;
  padding: 5px;
  height: 10px;
  width: 10px;
  display: block;
  z-index: 999;
  margin-left: -2px;
}

.alert-visita-ot {
  padding: 5px !important;
  font-size: 12px;
  color: #666666;
}

div.alert-visita-ot:hover {
  /*border-color: #999999;*/
}

.alert-visita-ot span {
  cursor: default;
}

.alert-visita-ot a.close {
  position: absolute;
  top: -1px;
  right: auto;
  float: left;
  padding: 5px;
  height: 10px;
  width: 10px;
  display: block;
  z-index: 999;
  margin-left: -2px;
}

.alert-visita-ejecutivo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1.5em; /* fallback */
  max-height: 3em;
}
/*
.alert-visita-ejecutivo::before {
   content: '...';
   float: right;
   margin-top: 1.5em;
}
*/
.alert-visita p {
  margin-top: 10px;
  /*margin-left: 10px;*/
}

.alert-visita p span {
  background-color: #999999;
  color: #ffffff;
  border-radius: 5px;
}

.fecha_click {
  width: 150px !important;
}

.table thead > tr > td,
.table tbody > tr > td {
  /* vertical-align: top; */
}

.tabla-asignar-rutas {
  min-width: 100px;
}

.reporte-gestion-supervisor {
  font-weight: bold !important;
  background-color: #ffffff;
  cursor: pointer;
}

.reporte-gestion-total {
  font-weight: bold !important;
  background-color: #666666;
  color: #ffffff;
}

.reporte-gestion-tabla {
  overflow-y: auto;
  height: 600px;
}

.reporte-gestion-tabla table {
  border-collapse: collapse;
  width: 100%;
}

/*
.reporte-gestion-tabla thead {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
*/
.reporte-gestion-tabla th,
.reporte-gestion-tabla td {
  padding: 8px 16px;
}

.reporte-gestion-tabla th {
  position: sticky;
  top: 0;
}

.map-label {
  color: #fff;
  font-size: 8px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  width: 60px;
  white-space: nowrap;
}

.seguimiento-controls {
  margin: 10px;
  background-color: #ffffff;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.seguimiento-controls a,
#google_map .dropdown-toggle,
#google_map .dropdown-menu li a,
.seguimiento-controls .filter-option,
.seguimiento-controls .bs-caret {
  color: #666666 !important;
  font-size: 13px;
  font-weight: bold;
}

#google_map .dropdown-menu small {
  font-weight: normal;
}

#google_map .bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0;
}

#google_map .dropdown-menu li {
  border-bottom: solid 1px #eeeeee;
}

.seguimiento-controls .btn-default {
  border: none;
}
.seguimiento-controls .btn-default:hover {
  background-color: #ffffff;
}

.div-check-ejecutivos {
  margin: 10px 0 0 0;
  float: left;
}
.enlace-check-ejecutivos a {
  width: 100%;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.enlace-check-ejecutivos a:hover {
  color: #333333 !important;
}

.seguimiento-ejecutivos li:hover {
  background-color: #eeeeee;
  opacity: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #1e91cf !important;
}

.seguimiento-controls .dropdown-menu li {
  padding: 5px;
}

.seguimiento-controls #ejecutivos {
  /*width: 324px;*/
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.seguimiento-controls-icon {
  margin-top: -5px;
  width: 24px;
  height: 24px;
}

.seguimiento-controls p {
  font-size: 18px;
  margin-top: 10px;
  padding-right: 10px;
  display: inline-block;
}

.seguimiento-controls-rb {
  margin-bottom: 30px;
  padding: 2px 0 0 5px;
}

.seguimiento-controls-lb {
  /*display: none;*/
  padding: 5px 0 5px 8px;
  margin-left: -60px;
  margin-bottom: 30px;
}

.seguimiento-controls-lb .ejecutivo-ruta {
  display: none;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.lista-ejecutivos-fix {
}
.select-ejecutivos {
  border-radius: 3px !important;
  margin-top: 2px;
  background-image: url("/admin/view/image/seguimiento-buscar.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: normal;
}

.seguimiento-bateria {
  width: 24px;
  height: 10px;
  padding-top: 3px;
  color: #333333;
  margin: 4px 0 0 1px;
  font-size: 7px;
  text-align: center;
  line-height: 5px;
  background-image: url("/admin/view/image/seguimiento-bateria.png");
}

#form_lista .gm-style-iw-d {
  overflow: hidden !important;
  font-weight: 500;
}

#panel {
  width: 200px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  float: right;
  margin: 10px;
}

#color-palette {
  clear: both;
}

.color-button {
  width: 14px;
  height: 14px;
  font-size: 0;
  margin: 2px;
  float: left;
  cursor: pointer;
}

#delete-button {
  margin-top: 5px;
}

.gmnoprint div[role="button"] {
  background-color: #ffffff;
  padding: 10px !important;
}

.editor-ruta div.minicolors {
  display: inline-block !important;
}

#calendario .table tbody > tr > td {
  vertical-align: top;
}

#calendario .fc-time-grid-event {
  margin: 2px 0 3px 1px;
}
#calendar .fc-time-grid-event {
  margin: 1px -5px 2px -1px;
}

.asignar-zona-active-th {
  background-color: #4a90e2 !important;
  color: #ffffff;
}
.asignar-zona-active-td {
  background-color: #fefefe !important;
}
.ruta-filtro {
  padding: 6px 7px;
}

.ruta-badge {
  min-width: 10px;
  padding: 3px 3px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;

  vertical-align: baseline;

  background-color: #777777;
  border-radius: 3px;
}

.asignar-zona-inactive-th {
  background-color: #dddddd;
}
.asignar-zona-inactive-td {
}

.dashboard-ultimas-campanas {
  color: #666666;
}

.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}
.delete-menu:hover {
  background: #eee;
}

.tabla-asignar-rutas tbody > tr > td {
  vertical-align: top;
  overflow: hidden;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline > li:last-child {
  border: none;
}

.calendario.fc-time-grid-container,
.fc-divider {
  display: none;
}
.fc-day-header {
  cursor: pointer;
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: move !important;
}

.calendario .fc .fc-axis {
  display: none;
}

.calendario .fc-week {
  min-height: 400px !important;
}

.agenda .fc-time-grid .fc-slats td,
.calendario-ruta .fc-time-grid .fc-slats td {
  height: 60px !important;
  border-bottom: 0;
}

.calendario-ruta .fc-time-grid .fc-slats td {
}

.calendario-ruta td.fc-time span {
  opacity: 0.5;
}

.agenda td,
.calendario-ruta td {
  background-color: transparent;
}

.fc-day-header {
  height: 30px;
  vertical-align: middle !important;
}

.fc-button-primary {
  background-color: #1582c5 !important;
  border: none !important;
}

.filtro-tooltip p {
  width: auto;
  overflow-wrap: break-word !important;
}

.filtro-tooltip span.badge {
  cursor: default !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.swal-text {
  color: #333333;
}
.swal-button {
  background-color: #1582c5;
}

.col-mdd-3,
.col-mdd-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#contenido-notas-modal {
  width: 50% !important;
}
.modal-videotutorial {
  width: 80% !important;
}
@media (min-width: 768px) {
  .col-mdd-3,
  .col-mdd-9 {
    float: left;
  }
  .col-mdd-3 {
    width: 18%;
    padding-right: 10px;
  }
  .col-mdd-9 {
    width: 82%;
    padding-left: 0;
  }
}

.calendario {
  min-width: 100%;
}

@media (min-width: 320px) and (max-width: 700px) {
  .calendario {
    min-width: 1200px;
  }
}
@media (max-width: 768px) {
  #contenido-notas-modal {
    width: 95% !important;
  }
  .modal-videotutorial {
    width: 95% !important;
  }

  .modal-body {
    overflow: scroll;
  }
  #text-ayuda-videos,
  #editar-perfil-usuario {
    display: none !important;
  }
  .ayuda-videos .dropdown-submenu .dropdown-menu {
    margin-left: -395px;
  }
  #footer {
    position: relative;
    left: 245px;
  }
}

@media (min-width: 320px) and (max-width: 700px) {
  .calendario {
    min-width: 1200px;
  }
}

@media (max-width: 320px) {
  .navbar-brand {
    display: none;
  }
}

.table-responsive {
  overflow-y: auto;
}

.modal-header-local {
  padding-bottom: 45px !important;
}

.cantidad-contacto-error {
  background-color: rgba(156, 0, 5, 0.33) !important;
}
.cantidad-contacto-ok {
  background-color: rgba(0, 167, 26, 0.33) !important;
}

.numerico {
  text-align: right;
}

#div-rutas-comunas-finales .bootstrap-tagsinput {
  min-height: 100px;
  width: 100%;
}
#div-rutas-comunas-finales .bootstrap-tagsinput .label-info {
  font-size: 14px;
  font-weight: normal;
}
#div-rutas-comunas-finales .label-info [data-role] {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 6px;
  font-size: 12px !important;
}

#agregar-ruta-comuna {
  margin-left: 30px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 0 !important;
}

.select2-results__option[aria-selected="true"] {
  display: none;
}

.campana-contacto-resultado {
  margin-left: 50px;

  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;

  vertical-align: middle;

  white-space: nowrap;

  font-size: 12px;
  line-height: 1.42857143;
}

.note-editor ul {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.note-editor ul,
.note-editor ol {
  margin-left: 10px;
}

.agenda-filtro {
  font-weight: bold !important;
}

.scrtabs-tab-scroll-arrow {
  border: none !important;
  color: #666666 !important;
}

.calendario-ruta .fc-view-container {
  width: auto;
}

.calendario-ruta .fc-view-container .fc-view {
  overflow-x: scroll;
}

.calendario-ruta .fc-view-container .fc-view > table {
}

.aprob-pend > td {
  background-color: rgba(145, 123, 123, 0.12) !important;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  border: 4px solid rgb(163, 163, 163);
  box-sizing: border-box;
  animation: fill 2s linear infinite alternate;
  color: rgba(255, 61, 0, 0.9);
  border-radius: 0 0 4px 4px;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid rgb(163, 163, 163);
  width: 20px;
  height: 25px;
  border-radius: 0 4px 4px 0;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 inset;
  }
  100% {
    box-shadow: 0 -48px inset;
  }
}
/*
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;	
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
*/
.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 99;
}

.nube-sync-actividad {
  padding: 0px 1px;
}

.ot-table-wrapper {
  max-height: 300px;
  overflow: auto;
  display: inline-block;
}

.fc .fc-timegrid-slot-label-cushion {
  height: 60px !important;
  border-bottom: 0;
}

.fc-timegrid-slot {
  height: 60px !important;
}

/* #calendar .fc-event {
	border: solid 1px #cccccc !important;
} */
.element {
  border-color: rgb(102, 102, 102);
  background-color: rgb(51, 51, 51);
}
#calendar .fc-event {
  /* border: solid 1px #cccccc !important; */
  overflow: hidden;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: none !important;
}

.select2-container--open {
  z-index: 50 !important;
}
