﻿/*btn-background-color: #e6e6e6;
btn-border-color: #adadad;*/
html {
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: #ebebec;
  min-height: 100%; }

.current-content-container {
  /*height: 100%;*/
  margin-top: 110px; }

.main-button {
  background-color: #344e66;
  border-color: #344e66; }

.main-button:hover {
  background-color: #344e66;
  border-color: #344e66;
  opacity: 0.4; }

.btn, input, .modal-content, .form-control {
  border-radius: 0px !important; }

.cuerpo {
  color: #344e66; }

.table-borderless td, .table-borderless th {
  border: none !important; }

.grid .table thead {
  background-color: white; }

.grid .table tbody tr {
  background-color: white; }

.grid .table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5; }

.grid .pagination-container {
  text-align: center; }
  .grid .pagination-container .pagination-total {
    float: right;
    margin-right: 30px;
    margin-top: -55px; }

.detail-content {
  background-color: #ebebec;
  padding: 30px 0;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .detail-content h3 {
    margin: 0;
    padding-bottom: 18px; }
  .detail-content .btn-header {
    float: right;
    margin-top: -43px; }
    .detail-content .btn-header .glyphicon {
      margin-right: 5px; }
  .detail-content table {
    margin-bottom: 0;
    margin-top: 15px; }
  .detail-content .detail-form {
    background-color: white;
    margin-left: 10%;
    padding: 20px;
    width: 60%;
    float: left; }
    .detail-content .detail-form h3 {
      border-bottom: 1px solid #0888b1; }
    .detail-content .detail-form th {
      text-align: right;
      width: 25%; }
    .detail-content .detail-form .detail-form-map {
      margin-top: 25px; }
    .detail-content .detail-form .detail-scroll {
      max-height: 200px;
      overflow: auto; }
    .detail-content .detail-form .btn-edit {
      margin-top: 45px; }
    .detail-content .detail-form .detail-footer {
      float: right;
      padding-top: 37px;
      font-size: 13px;
      color: #999; }
  .detail-content .detail-aditional-info {
    background-color: #0888b1;
    color: white;
    padding: 20px;
    width: 20%;
    float: left;
    height: 200px; }
    .detail-content .detail-aditional-info a {
      color: white; }
    .detail-content .detail-aditional-info .detail-aditional-scroll {
      max-height: 850px;
      overflow: auto;
      display: block; }
    .detail-content .detail-aditional-info h3 {
      margin-top: 20px; }
    .detail-content .detail-aditional-info detail-aditional-item:nth-child(1) h3 {
      margin-top: 0; }
    .detail-content .detail-aditional-info:nth-child(1) h3 {
      margin-top: 0; }
    .detail-content .detail-aditional-info .aditional-info-single-title {
      margin-top: 0; }
    .detail-content .detail-aditional-info p {
      margin-top: 15px; }

#accordion h3 {
  background-color: #dcdcdc;
  padding: 5px;
  border: 1px solid #bbb;
  margin: 0;
  color: #666; }
  #accordion h3.ui-accordion-header-active {
    background-color: #0888b1;
    color: white; }

#accordion .ui-accordion-content {
  background-color: white;
  padding: 15px; }

.loading-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#target {
  width: 345px; }

.dropdown-menu-detail {
  max-height: 200px;
  overflow: auto; }

.btn-default-action {
  color: white;
  background-color: #0888b1;
  border-color: #0888b1; }
  .btn-default-action:active {
    outline: none; }

.glyphicon {
  margin-right: 5px; }

.login-title {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 50px; }

.sign-in-container {
  text-align: center;
  background-color: white;
  width: 450px;
  padding: 40px 20px;
  margin: 0 auto;
  height: 240px; }
  .sign-in-container #my-signin2 {
    margin-left: -120px; }
  .sign-in-container .sign-in-link {
    width: 400px;
    /*margin-left: -200px;*/
    margin-top: 20px;
    font-size: 12px; }
  .sign-in-container .table-login {
    margin-bottom: 20px;
    margin-left: 10%;
    width: 80%; }

/*
We set the element we are applying our loading mask to relative  
*/
.loading-mask {
  position: relative; }

/*
Because we set .loading-mask relative, we can span our ::before  
element over the whole parent element  
*/
.loading-mask::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }

/*
Spin animation for .loading-mask::after  
*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*
The loading throbber is a single spinning element with three  
visible borders and a border-radius of 50%.  
Instead of a border we could also use a font-icon or any  
image using the content attribute.  
*/
.loading-mask::after {
  content: "";
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-color: transparent white white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33)); }

.label-info {
  background-color: #666;
  font-size: 12px;
  font-weight: normal; }

.bootstrap-tagsinput {
  border-radius: 0;
  border-color: #aaa;
  box-shadow: none; }

.alert {
  text-align: center;
  width: 66%;
  margin: 0 auto; }

.alert-success {
  display: none; }

cartas-t p {
  color: #002d4e;
  font-size: 14px;
  font-family: "Lato", sans-serif; }

home-test p {
  color: #0094ff;
  font-size: 14px;
  font-family: "Lato", sans-serif; }

home-test .button-logos {
  background-color: white;
  margin-top: 100px;
  cursor: pointer;
  text-align: center; }
  home-test .button-logos:hover {
    background: #ccc; }
  home-test .button-logos:hover .image-logos-back {
    display: inline; }
  home-test .button-logos .image-logos {
    position: absolute;
    max-width: 150px;
    left: 0; }
  home-test .button-logos .image-logos-back {
    display: none;
    position: absolute;
    left: 0; }
  home-test .button-logos .image-logos-big {
    max-width: 300px;
    left: 0; }

home-test figure {
  position: relative;
  display: inline-block;
  height: 175px;
  width: 150px; }

home-test .title-logos {
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 0px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700; }

home-test .row:nth-child(2) .button-logos {
  margin-top: 0px; }

home-test .col-logos {
  padding-left: 5px;
  padding-right: 5px; }

.main-menu {
  height: 95px;
  background-color: white; }
  .main-menu .nav-logo {
    height: 100%;
    float: left;
    width: 20%; }
  .main-menu .img-logo {
    margin-top: 7px;
    margin-left: 41px;
    height: 80px; }
  .main-menu .nav-main-menu {
    height: 100%;
    float: left;
    width: 20%; }
    .main-menu .nav-main-menu ul {
      margin-right: 30px;
      margin-top: 12px; }
    .main-menu .nav-main-menu a {
      color: #344e66; }
    .main-menu .nav-main-menu img {
      height: 20px;
      margin-top: 5px; }
    .main-menu .nav-main-menu .main-menu-link {
      margin-top: 6px; }
  .main-menu .nav-main-menu .nav-main-menu a:hover {
    background-color: #ffffff !important;
    color: #578ECB; }
  .main-menu .nav-title {
    height: 100%;
    float: left;
    width: 60%;
    text-align: center;
    font-size: 30px;
    padding-top: 25px;
    color: #344e66;
    font-family: "Roboto Slab", serif; }
  .main-menu .user-button {
    float: right;
    border: none;
    top: 8px; }
    .main-menu .user-button button {
      border: none; }
    .main-menu .user-button .dropdown-menu {
      margin-right: 0px;
      margin-top: 5px; }
      .main-menu .user-button .dropdown-menu .user-name {
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin: 5px; }
      .main-menu .user-button .dropdown-menu a {
        padding: 3px 40px; }

.second-menu {
  height: 51px; }
  .second-menu .nav-second-menu {
    top: 95px;
    background-color: #344e66;
    font-family: "Roboto Slab", serif;
    z-index: 100; }
    .second-menu .nav-second-menu a {
      color: #ffffff; }
      .second-menu .nav-second-menu a:hover {
        background-color: #344e66 !important;
        color: #777; }
      .second-menu .nav-second-menu a:focus {
        background-color: transparent; }
    .second-menu .nav-second-menu .dropdown {
      float: right; }
      .second-menu .nav-second-menu .dropdown button {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: transparent;
        border-color: transparent; }
      .second-menu .nav-second-menu .dropdown a {
        color: black; }
        .second-menu .nav-second-menu .dropdown a:focus, .second-menu .nav-second-menu .dropdown a:hover {
          color: #262626;
          /*text-decoration: none;*/
          background-color: #f5f5f5 !important; }

.grid-header {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.total-count {
  font-size: 16px;
  margin-left: 10px; }

.btn-header {
  margin-top: 20px;
  margin-left: 60px;
  float: left; }

.grid .tabla {
  margin-top: 20px; }
  .grid .tabla td, .grid .tabla th {
    min-width: 114px;
    max-width: 550px;
    vertical-align: middle; }
  .grid .tabla .table-action-row {
    cursor: pointer; }

.grid .fila {
  margin-right: 0px;
  margin-left: 0px; }

.grid a:focus, .grid a:hover {
  text-decoration: none;
  color: #0888b1; }

.grid a {
  margin: 3px;
  color: #bbb; }
  .grid a.tooltip-custom-disabled:hover, .grid a.tooltip-custom-disabled:focus {
    color: #bbb;
    cursor: not-allowed; }

.actor-edit-t h3 {
  margin-top: 185px; }

.locations-edit-container input[type=text] {
  width: 100%;
  text-overflow: ellipsis;
  cursor: pointer;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap; }

.locations-edit-container .actions-row {
  text-align: right; }

.locations-edit-container .first-row {
  margin-top: 20px !important; }

.locations-edit-container .point-form .row {
  margin-top: 10px; }
  .locations-edit-container .point-form .row .arrow-col {
    text-align: center;
    padding-top: 3px; }
  .locations-edit-container .point-form .row textarea {
    resize: none; }
  .locations-edit-container .point-form .row .arrow-col-region {
    padding-top: 24px; }
  .locations-edit-container .point-form .row .glyphicon {
    color: #0888b1; }

.locations-edit-container .point-form .label-coord {
  text-align: right; }

.locations-edit-container .row {
  margin-top: 10px;
  /*.glyphicon {
            margin-right: 5px;
        }*/
  /*.btn-default {
            color: white;
            background-color: $second-color;
            border-color: $second-color;

            &:active {
                outline: none;
            }
        }*/
  /*.alert {
            text-align: center;
            width: 66%;
            margin: 0 auto;
        }

        .alert-success {
            display: none;
        }*/ }
  .locations-edit-container .row .glyphicon-share-alt {
    transform: scale(-1, 1);
    font-size: 12px;
    color: #0888b1; }
  .locations-edit-container .row .btn-link {
    font-size: 14px;
    outline: none;
    color: #0888b1; }
    .locations-edit-container .row .btn-link:active {
      outline: none; }
  .locations-edit-container .row .pagination-container {
    text-align: center; }
    .locations-edit-container .row .pagination-container .pagination {
      margin-top: 0; }

.maps-container h2 {
  margin: 0;
  padding-bottom: 18px; }

.maps-container .map-filter-container {
  margin-top: 20px; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0; }

#map-canvas {
  margin: 0;
  padding: 0;
  height: 400px;
  max-width: none; }

#map-canvas img {
  max-width: none !important; }

.gm-style-iw {
  width: 300px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 10px 10px; }

#iw-container {
  margin-bottom: 10px; }

#iw-container .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #0888b1;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
  width: 300px !important; }

#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  overflow-x: hidden; }

.iw-content img {
  float: right;
  margin: 0 5px 5px 10px; }

.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0; }

.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); }

.map-section {
  padding-left: 290px; }

.functions-detail .range-slider {
  width: 383px;
  margin-left: 9px;
  float: left;
  margin-top: 5px; }

.functions-detail .control-info {
  width: 30%;
  float: left;
  padding-left: 20px; }

.functions-detail .dropdown-toggle {
  margin-top: -6px; }

.functions-detail .dropdown-menu {
  left: inherit;
  top: inherit; }

.functions-detail .dropdown-backdrop {
  display: none; }

.functions-detail .btn-primary {
  color: white;
  background-color: #0888b1;
  border-color: #0888b1; }
  .functions-detail .btn-primary:active {
    outline: none; }

.functions-detail .range-slider .ui-state-active {
  background-color: #0888b1;
  border-color: #0888b1; }

.functions-detail .range-slider .ui-slider-handle:focus {
  outline: none; }

.functions-detail .form-control {
  box-shadow: none;
  width: 400px; }
  .functions-detail .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #bbb; }
  .functions-detail .form-control option[selected] {
    background-color: red; }

.functions-detail select option[selected] {
  background-color: red; }

.filter-section {
  float: left;
  padding: 0 20px;
  width: 290px; }
  .filter-section .filter-section-title {
    border-bottom: 1px solid; }
    .filter-section .filter-section-title p {
      font-size: 16px;
      font-weight: bold; }
  .filter-section .filter-section-applied {
    margin-top: 10px; }
    .filter-section .filter-section-applied .filter-applied-title {
      font-size: 14px;
      font-weight: bold; }
    .filter-section .filter-section-applied a {
      font-size: 14px;
      float: right;
      cursor: pointer;
      text-decoration: none; }
    .filter-section .filter-section-applied ul {
      padding-left: 0;
      margin-top: 8px;
      max-height: 120px;
      overflow: auto; }
      .filter-section .filter-section-applied ul li {
        margin-top: 4px;
        font-size: 14px;
        list-style: none;
        background-color: #bbb;
        border-radius: 5px;
        padding: 0 8px; }
        .filter-section .filter-section-applied ul li a {
          font-size: 12px;
          margin-top: 3px;
          color: #666; }
        .filter-section .filter-section-applied ul li span {
          text-overflow: ellipsis;
          width: 190px !important;
          white-space: nowrap;
          display: inline-block;
          overflow: hidden; }
  .filter-section .filter-section-group a {
    font-size: 10px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: black; }
  .filter-section .filter-section-group .filter-section-group-title {
    background-color: #ddd;
    padding: 6px 8px; }
    .filter-section .filter-section-group .filter-section-group-title span {
      font-size: 14px;
      font-weight: bold; }
  .filter-section .filter-section-group ul {
    padding-left: 0;
    margin-top: 8px;
    max-height: 180px;
    overflow: auto; }
    .filter-section .filter-section-group ul li {
      list-style: none;
      padding: 2px 8px; }
      .filter-section .filter-section-group ul li span {
        padding: 0 8px; }
  .filter-section .filter-section-group button {
    color: white;
    background-color: #0888b1;
    border-color: #0888b1;
    margin: 20px 0; }
    .filter-section .filter-section-group button .glyphicon {
      margin-right: 5px; }
  .filter-section .filter-section-group .filter-section-group-content {
    margin-top: 20px;
    text-align: center; }
    .filter-section .filter-section-group .filter-section-group-content .control-info {
      font-size: 13px;
      font-weight: bold;
      margin-top: 8px; }
  .filter-section .filter-section-group .range-slider {
    width: 198px;
    margin-left: 25px; }
    .filter-section .filter-section-group .range-slider .ui-state-active {
      background-color: #0888b1;
      border-color: #0888b1; }
    .filter-section .filter-section-group .range-slider .ui-slider-handle:focus {
      outline: none; }

.header-dropdown {
  vertical-align: middle !important; }

.btn-unify-primary, .btn-unify-secondary {
  color: black;
  background-color: white;
  border-color: #ebebec; }
  .btn-unify-primary:hover, .btn-unify-primary:focus, .btn-unify-primary:active, .btn-unify-secondary:hover, .btn-unify-secondary:focus, .btn-unify-secondary:active {
    background-color: #ebebec !important;
    border-color: #dcdcdc !important;
    color: black !important; }

.dropdown.open button {
  background-color: #ebebec !important;
  border-color: #dcdcdc !important;
  color: black !important; }
