
body{
  font-family: 'Maven Pro', sans-serif;
  font-size:15px;
  /*background-image: url("../img/Logos-body.png");*/
  background-repeat: no-repeat;
  
  background-size: cover;
  
}

table{
    table-layout: fixed;
    width: 250px;
}

th, td {
    border: 1px solid blue;
    width: 80px;
    word-wrap: break-word;
}
.contendor-form{
  display:flex;
  justify-content:center;
  
  flex-wrap:wrap;
  
  align-items:center;
}

.content-form{
  width: 500px;
  background: white;
  padding: 50px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2%;
  
}

.content-form-empresa{
  background: white;
  padding: 50px;
  width: 800px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2%;
}

.content-center{
  display:flex;
  justify-content:center;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
}

.content-img{
   width: 80%;
}

.div_height{
  height: 120px;
}

.bt-menu{
  display:none;
}

nav{
position:fixed;
z-index:90;

/*right:-200px;*/
background:#2f323a;
color:black; 
padding:35px 10px 35px 5px; 
cursor:pointer; 
/*margin-top:60px;*/
height:100vh;
transition: all 0.5s ease-out;

}

nav ul{
list-style-type: none;
margin: 0;
padding: 0;
}

nav ul  li a {
display: block;
color:white;
padding: 8px 16px;
text-decoration: none;
}

 .submenu {
    overflow: hidden;
    max-height: 0;
   -webkit-transition: all 0.5s ease-out;
}

 .submenu2 {
  display: block;
  margin-left: 20px;
  max-height: 250px;
}


.menu_map{
  position:fixed;
  z-index:90;

/*right:-200px;*/
background:white;
color:black; 
padding:35px; 
cursor:pointer; 
/*margin-top:60px;*/
height:100vh;
transition: all 0.5s ease-out;
}

.content-dasboart{
    /*padding-left: 130px;*/
    padding-left: 11%;
  

}


.menu_up{
	position: fixed;
  width: 100%;
	
	background:#2f323a;
  padding:10px;
  /* Flexbox */
  display: flex;
  z-index: 10;
  justify-content:space-between;
  align-items:center;
 
  flex-direction:row;
  flex-wrap:wrap;
  
}

.btn-secondary {
     color: #fff;
     background-color: transparent !important; 
     border-color: transparent !important; 
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5);
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5);
}

.nombre_perfil {
    color: #f2f2f2;
    margin-top:10px;
    font-weight: 700;
}

.img_perfil{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid white;
}

.content-menu-user{
  padding:20px; 
  top:-40px !important;
  left: 90px !important;
  width: 400px !important;
}

.menu-vertical{
  
  height: 80%;
  overflow-y: auto;
  direction: rtl;

}

.menu-vertical::-webkit-scrollbar {
    -webkit-appearance: none;
     height: 8px !important;  


}

.menu-vertical::-webkit-scrollbar:vertical {
    width:4px;
     height: 8px !important;
}

.menu-vertical::-webkit-scrollbar-button:increment{
    display: none;
    height: 2px !important;
} 
.menu-vertical::-webkit-scrollbar-button {
    height: 2px !important;
    background: #444;

}

.menu-vertical::-webkit-scrollbar:horizontal {
    height: 1px !important;

}

.menu-vertical::-webkit-scrollbar-thumb {
    background-color: #2f323a;
    border-radius: 10px;
    border: 1px solid #2f424a;
   
    height: 2px !important;
}

.menu-vertical::-webkit-scrollbar-track {
    border-radius:10px
    height: 2px !important;
}

.cerrar{
	
	right:0;
	color:white;
	cursor:pointer;
}

.cerrar_der{
  display:none;
}

.cerrar_iz{
  display:block;
}

.desactive_option{
  display:none;
}

#add_input_file{
  cursor:pointer;
}


.content-mensaje{
  background: white;
  padding: 50px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2%;
  margin-top: 20px;
  
}

.responder{
  cursor:pointer;
  color:#28a745;
}

.aprobar{
  width: 200px;
}

input[type=checkbox]{
   cursor:pointer;
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;
    
}

 .subject-info-box-1 select{
      height: 200px;
      padding: 0;
}

 .subject-info-box-1 select option{
       padding: 4px 10px 4px 10px;
}

 .subject-info-box-1 select option:hover {
            background: #EEEEEE;
}

 .subject-info-box-1 select{
      height: 200px;
      padding: 0;
}

 .subject-info-box-2 select option{
       padding: 4px 10px 4px 10px;
}

 .subject-info-box-2 select option:hover {
            background: #EEEEEE;
}

 .subject-info-box-2 select{
      height: 200px;
      padding: 0;
}


.subject-info-arrows {
    float: left;
    width: 10%;

   
}

.subject-info-arrows input {
    width: 70%;
    margin-bottom: 5px;
}


.content_mensaje{
  display: flex;
  z-index: 10;
  justify-content:space-between;
  align-items:center;
 
  flex-direction:row;
  flex-wrap:wrap;
}
/* table */

th{
  font-size: 13px !important;
  
}

.custom-radio{
  cursor:pointer;
}

input[type=checkbox], input[type=radio] {
    
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
   cursor:pointer;
}
.custom-control-label {
    margin-bottom: 0;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
   cursor:pointer;
}
/* wizar*/

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #b32efb;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #D896FD;
    color: #fff;
}


.wizard > .content {
    background: transparent;
    display: block;
    margin: 0.5em;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .content > .body {
    float: left;
    position: relative; 
    width: 95%;
    height: 95%;
    padding: 1%;
}

.wizard > .actions > ul {
    display: block;
    text-align: left;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #164ab5;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-all-option{
  background: red;
  margin-top:20px; 
  width:100%; padding: 10px; 
  background:#21252905;
  box-shadow: 0 0 13px 0 rgba(22,45,61,.2);

}

.contenedor_icon{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.item_icon{
  background: white; 
  height: 100%; 
  padding: 5px;  
  width: 25%;
  height: 120px;
  border-right: 4px solid #21252905;
  border-bottom: 4px solid #21252905;
  cursor:pointer;
}

.item_icon:hover{
   background: #b32efb; 
   color:white;
}

.seleccion-opcion{
  display:none;
}

.cancel-circle{
  font-size: 25px; 
  position: absolute;
  margin-top:-30px;
  cursor:pointer;
}

.cancel-circle_res{
  font-size: 25px; 
  position: absolute;
  margin-top:-30px;
  cursor:pointer;
  right: 20px;
}

.cancel-circle_res_2{
  font-size: 25px; 
  position: absolute;
  margin-top:-30px;
  cursor:pointer;
  right: 70px;
}

.titulo-respuesta{
  color:#b32efb;
  font-weight: bold;
}
.fadeIn{
   -webkit-animation-duration: 0.50s;
   -moz-animation-duration: 0.50s;
   animation-duration: 0.50s;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-top: 30%;
}

.modal-iframe{
   margin-top: 0px;
}

.btn-agregar-respuesta{
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}

.active-seleccion{
  cursor:pointer;
}

  .content-pregunts {
      background: white;
      padding: 50px;
      box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
      border-radius: 2%;
      margin-top: 20px;
  }

.add_select{
  position: absolute;
  z-index:100;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

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

.accordion button {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

iframe{
 height:450px !important;
}

iframe::-webkit-scrollbar {
    -webkit-appearance: none;
}

iframe::-webkit-scrollbar:vertical {
    width:10px;
}

iframe::-webkit-scrollbar-button:increment,.countryall::-webkit-scrollbar-button {
    display: none;
} 

iframe::-webkit-scrollbar:horizontal {
    height: 10px;
}

iframe::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

iframe::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.vehiculo-add{
  background: #b32efb;
    border: #b32efb;
}
 
 .vehiculo-add:hover{
    background: #b32efb;
     border: #b32efb; 
 }


 .cancel-circle_res_3 {
    font-size: 25px;
    color:white;
    position: absolute;
     margin-top: 5px; 
    cursor: pointer;
    right: 20px;
}

.quitar_content{
   display:none;
}

.content-peso{
  display:none;
}

.add-content-peso{
     display:block;
}

.select_perfil{
   display:none;
}

.select_perfil_active{
     display:block;
}

.select_usuarios{
     display:none;
}

.select_usuarios_active{
     display:block;
}


.url_video_active{
    display:block;
}

.url_video{
    display:none;
}

.archivo_video{
   display:none;
}

.archivo_video_active{
    display:block;
}

.pre-load{
    position: fixed;
    display:none;
    background: rgba(34,34,34,0.1);
    z-index: 200;
    height: 100%;
    width: 100%;
}

.pre-load::before{
  height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}

.error_sesion{
    width: 100%;
    height: 40px;
    background: #d35351;
    padding: 10px;
    margin-bottom: 10px;
}

.correta_sesion{
    width: 100%;
    height: 40px;
    background: #67ba5b;
    padding: 10px;
    margin-bottom: 10px;
}

.content-start ul{
   margin: 0;
   padding: 5px;
}

.content-start ul li {
  cursor: pointer;
  list-style-type: none;
  display: inline-block;
  color: #F0F0F0;
  text-shadow: 0 0 2px #666666;
  font-size: 30px;
}

.content-start ul .selected, .content-start ul .highlight{

    color: #b32efb;
    text-shadow: 0 0 1px #b32efb;

}
#distanandhoras{
    background: #b32efb;
    width: 35%;
    padding: 10px;
}

#distanandhoras p{
  color:white;
  font-weight: bold;
}






@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  49% {
    transform: rotate(359deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preload-active{
  display:block;
}

.barra {
    background: #b32efb;
    clear: both;
    height: 30px;
    color: white;
    font-weight: bold;
    /* text-align: right; */
    padding: 5px;
    border-radius: 4px;
    max-width: 200px;
    min-width: 35px;
   
}


.btn_map_none{
   display:none;
}

.content_marcar_ub{
    display:none;
}

@media only screen and (max-width: 768px) {
  .menu_up{
    z-index: 100;
  }
  
  .bt-menu{
     display:block;
     font-size:30px;
  }

  nav{
    left:-100%; 

  }

  /*.menu_map{
    left:0; 
  }*/

  .logo{
    display:none;
  }

.cerrar_der{
  display:block;
}

.cerrar_iz{
  display:none;
}

.content-dasboart{
    padding-left: 5px;
    padding-right: 5px;
}

  .content-form-empresa {
    
    padding: 0px;
    width: 100%;
   
  }

  .img_perfil {
   
    margin-top: 25px;
   }

   .wizard > .steps > ul > li {
    width: 100%;
}

 .wizard, ::after, ::before {
    box-sizing: inherit;
}

#distanandhoras {
    
    width: 100%;
    
}

  
}

@media only screen and (max-width: 1250px) {
   .menu_up{
    z-index: 100;
  }
  
  .bt-menu{
     display:block;
     font-size:30px;
  }

  nav{
    left:-100%; 

  }

  /*.menu_map{
    left:0; 
  }*/

  .logo{
    display:none;
  }

  .cerrar_der{
  display:block;
}

.cerrar_iz{
  display:none;
}

.content-dasboart{
    padding-left: 5px;
    padding-right: 5px;
}

 .wizard > .steps > ul > li {
    width: 100%;
}

.wizard, ::after, ::before {
    box-sizing: inherit;
}

#distanandhoras {
    
    width: 100%;
    
}



}


