
/*loader page*/
#preloader{
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1000;
}

#loader{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    background: url("../img/d.gif") no-repeat center 0;

    
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
input[type=number] { -moz-appearance:textfield; }

/*Loading ajax*/
#indicador{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  .is-hide{
    display:none;
  }

  .abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
/* Nuevo */

.container{
  width: 50%;
}
#map{
  height: 50vh;
  margin-bottom: 10px;
  display: none;
}

#locationList .card{
  padding: 10px;
}

#toast-container{
top: 50%;
bottom: unset;
}
.toast{
background-color: rgba(0,0,0,.8);
}
.btn i{
font-size: 1rem;
margin-right: 2px;
}

@media only screen and (min-width: 768px){
.container{
  width: 80%;
    max-width: 800px;
}
}


/******* Modales *******/

/*-------define root colors---------*/
:root {
  --color-facebook: #3b5998;
  --color-google: #ea4335;
  --color-twitter: #1da1f2;

  --style-1-color: #009688;
  --style-2-color: #009688;
  --style-3-color: #009688;
}




/*-------------------------------------------------
* Modal Style 2 CSS start
*-----------------------------------------------*/

.modal-style-2 .modal-login {
  /*width: 350px;*/
  width: 95%;
}

.modal-style-2 .modal-login a{
  text-decoration: none !important;
}

.modal-style-2 .modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-style-2 .modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-style-2 .modal-login .close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal-style-2  .close:focus, .modal-style-2 .close:active {
 outline: none !important;
 box-shadow: none;
}
.modal-style-2 .modal-login h4 {
  color: var(--style-2-color);
  text-align: center;
  font-size: 18px;
  margin-top: 0;
  border-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}

.modal-style-2 .modal-login .modal-content {
  color: #999;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 25px;
}

.modal-style-2 .modal-login .form-group {
  margin-bottom: 20px;
}

.modal-style-2 .modal-login label {
  font-weight: normal;
  font-size: 13px;
}

.modal-style-2 .modal-login .modal-body {
  padding: 0;
}

.modal-style-2 .modal-login .form-control {
  min-height: 38px;
  padding-left: 5px;
  box-shadow: none !important;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 13px
}

.modal-style-2 .modal-login .form-control:focus {
  border-color: #ccc;
}

.modal-style-2 .modal-login .input-group-addon {
  max-width: 42px;
  text-align: center;
  background: none;
  border-width: 0 0 1px 0;
  padding-left: 5px;
  border-radius: 0;
  margin-right: 10px;
  padding-top: 15px;
}

.modal-style-2 .modal-login .btn {
  font-size: 15px;
  font-weight: bold;
  background: var(--style-2-color);
  border-radius: 25px;
  border: none;
  min-width: 140px;
  padding: 10px;
  outline: none !important;
}

.modal-style-2 .modal-login .btn:hover,
.modal-style-2 .modal-login .btn:focus {
  background: var(--style-2-color);
}
.modal-style-2  input:-internal-autofill-selected {
  background-color: transparent !important;
}
.modal-style-2 .modal-login .hint-text {
  text-align: center;
  padding-top: 5px;
  font-size: 13px;
}

.modal-style-2 .modal-login .modal-footer {
  color: #999;
  border-color: #dee4e7;
  text-align: center;
  margin: 0 -25px -25px;
  font-size: 13px;
  justify-content: center;
}

.modal-style-2 .modal-login a {
  color: #fff;
  text-decoration: underline;
}

.modal-style-2 .modal-login a:hover {
  text-decoration: none;
}

.modal-style-2 .modal-login a {
  color: var(--style-2-color);
  text-decoration: none;
}

.modal-style-2 .modal-login a:hover {
  text-decoration: underline;
}

.modal-style-2 .modal-login .fa {
  font-size: 16px;
}


.dark.modal-style-2 .modal-content{
  background: #0b0b1f !important;
  color: #fff!important;
}
.dark.modal-style-2 .close, .modal-style-2.dark .modal-login h4{
  color:#fff!important;
}
.dark.modal-style-2 .modal-login .form-control{
  background: transparent !important;
  color: #fff;
  border-color: #777;
}
.dark.modal-style-2 .modal-login .input-group-addon{
  color:#9E9E9E;
}
.dark.modal-style-2 .modal-login .modal-footer{
  border: none;
}
.dark.modal-style-2 .modal-login .btn{
  background: #70807e;
}
.dark .text-danger{
  color: #777!important;
}

@media only screen and (max-width: 360px) {
  .modal-style-2 .modal-login {width: 100%; margin:5px;}
  .modal-style-2 .modal-login form{width: 100%;}
}



/*------extra css----------*/

.main-container{
  width:1140px;
  margin: 0 auto;
}
.text-12{
  font-size: 12px;
}

.button-card {
  margin: 0 auto;
  box-shadow: 1px 2px 5px 2px #d1d1d1;
  padding: 20px;
  border-radius: 5px;
}
.button-card img {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  max-height: 350px;
  position: relative;
}

.btn-theme{
  width: 100px;
  height: 35px;
  padding: 3px;
  border-radius: 26px;
}

@media only screen and (max-width: 1140px) {
  .main-container{ width: 100%; margin: 0 15px;}
}

@media only screen and (max-width: 480px) {
  .button-card img {width: 100%; height: auto;}
}














