html, body{
  height: 100%;
  margin: 0px;
  overflow: hidden !important;
  padding: 0px;
  /*background: #fff no-repeat center center fixed; */
  background-image: url("/static/img/bg/bg2.webp");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fontRem2{ font-size: 2rem!important; }
.fontRem2 > i { color:#cd381c!important; }

.chivate-active{ color:yellow; }

.img-responsive{
  width: 100%!important;
}

.img-circle{
  border-radius: 50%!important;
}

.text-white{
  color: white!important;
}

.form-register{
  width:50%; 
  margin: 3% auto;
}

.form-login{
  width:30%; 
  margin: 10% auto;
}

.form-login .go_to_back a{
  color: white!important;
}

.console{
  background-image: url("/static/img/bg_console.jpg");
  height: 97%; /* min. height for IE */    
  margin: 15px;
  overflow:hidden;
  
  /*border-radius: 200px 200px 100px 100px;
  -moz-border-radius: 200px 200px 100px 100px;
  -webkit-border-radius: 30% 30% 100px 100px;
  
  border-radius: 20% 20% 100px 100px / 30% 30% 100px 100px;
  

  border-top-left-radius: 80%;
  border-top-right-radius: 80%;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
  */

  border-radius: 80% 80% 30% 30%;

  /*border-radius: 80% 80% 10% 10%;  Centrado uniforme */

  /*border-radius: 30% 30% 10% 10% / 60% 60% 10% 10%;   Intermedio */

  /*border-radius: 30% 30% 10% 10% / 80% 80% 10% 10%;  Mas parecido al moccup*/

  border: 2px solid #000000;
  box-shadow: inset 15px 15px 15px rgba(50,50,50,.7), inset -17px -17px 18px; 

  


  
}

.logo_gtk{

  position: absolute;
  bottom:10px;
  left: 10px;

}

.logo_momotos{

  position: absolute;
  bottom:10px;
  right: 10px;
  width: 100px;

}

      
#widget_top_left{
  width: 28%;
  max-width: 430px; 
  max-height: 80px; 
  margin: 10px 0px 0px 10px; 
  padding: 10px; 
  background-color:rgba(0, 0, 0, 0.4); 
  color: white; 
  font-size: 14px; 
  overflow-y: auto;
  border-radius: 5px;
}

.logo_momotos img {width: 100px;}

.content_col1{width: 25%; float: left; margin: 0px 10px 0px 10px; color:white;}

.content_col2{ width: calc(50% - 40px); float: left; margin: 25px 0px 0px; color:white; font-weight: bold;}
.content_col2 .scroll_details{ min-width:100%; overflow: auto; }

.col2_det{ margin: 42px 0px 0px!important; }
.col2_det>.row{ margin-bottom: 20px!important; }
.text_center{ text-align: center!important; }

.content_col3{width: 25%;float: left; margin: 0px 10px 0px 10px; color:white; }

.red_button{ background-color: #cc1717; border-color: #000; color: white; }

.red_button:hover { background-color: #990101; border-color: #000; color: white; }

.gray_button{background-color: #6c757d; border-color: #000; color: white; }

.gray_button:hover {background-color: #494949; border-color: #000 }

.col3_dashboard_details_scroll{ height: 100%;  overflow-y: auto; overflow-x:hidden; margin: 10px; }

.scroll::-webkit-scrollbar {
  height: 0.8em; 
  border-radius: 0.5em;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb{
  border-radius: 0.5em; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.5);
}

.scroll::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 0.5em;
}


.go_to_back{

  width: 100%;
  margin-top: 20px;
  color: yellow;
  text-align: right;

}

.go_to_back a{ color: yellow;}


.auth_msg {
  color: red;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: rgb(33, 30, 30, 0.5);
  font-weight: bold;

}


.title {width: 100%; text-align: center; font-size: 20px; font-weight: bold;}


.ac_row_hover {

  padding-top: 10px;

}

.ac_row_hover:hover {

  background-color: #000;

}




#keypad2{

  font-size:2em;
  width: calc(100% - 40px);
  margin:10px auto;
}


#keypad2 span{ 
  background-color:#ddd9d9;
  border-radius:50%;
  border:2px solid #cc1717;
  color:black; 
  display:inline-block; 
  font-size: 1em;
  line-height: 1em;
  margin-right: 2.5%;
  padding: 0.2em;
}

#keypad2 span:hover {
  background-color:#cc1717;
  color:#ddd9d9;
  border-color: black;
  cursor: pointer; 
}

.lang_span{ 
  background-color:#ddd9d9;
  border-radius:50%;
  border:2px solid #cc1717;
  color:black; 
  display:inline-block; 
  margin-right: 3%;
  position: relative;
  height:1.525em; 
  width:1.525em;
}

.lang_span:hover{ 
  background-color:#cc1717;
  border: 2px solid #000;
}

.img_flags{
  width: 25px;
  margin-top: -0.357em;
}

.img_flags{
  cursor:pointer;
}

.img_flag{
  width: 35px;
  margin-top: -0.357em;
}

.img_flag{
  cursor:pointer;
}

.img_flags_login{
  width: 35px;
  margin-top: -0.357em;
}

.img_flags_login{
  cursor:pointer;
}

#flags_container{
 display: block;
}

#flag_item{
 height: 25px;
}

.dropdown-flags{
  background-color: transparent;
  border:none;
}

.dropdown-flags:hover{
  background-color: transparent;
  border:none;

}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-left: 30px;
  margin-top: -30px;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-toggle::after {
  display:none;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-toggle::after {
  display:none;
}


.modal_title_icon{width: 2rem; float: left; font-size: 2rem; margin-right: 10px;}

.modal_title{width: 100%-2rem; float: left;}

.accordion_container {

  margin: 10px;
}
.accordion_head {
  background-color:rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font-family: arial;
  font-size: 14px;
  margin: 0 0 1px 0;
  padding: 7px 11px;
  font-weight: bold;
}
.accordion_body {
  background-color:rgba(10, 10, 10, 0.5);
}
.accordion_body p{
  padding: 8px 5px;
  margin: 0px;
}
.plusminus{
  float:right;
}


#col1_content_child{overflow-y: scroll;}

.cBlack{ font-size: 40px; color: white }

.cBlue{ font-size: 40px; color: blue }

.cGreen{ font-size: 40px; color: green }

.cRed{ font-size: 40px; color: red }




/*ESPECIFICANDO A QUE TABS AFECTARAN ESTOS CAMBIOS - PARA QUE NO MODIFIQUE TABS INNECESARIAMENTE*/
.content_col1>.nav-tabs .nav-item,
.content_col2>.nav-tabs .nav-item,
.content_col3>.nav-tabs .nav-item 
{ background-color: rgba(0, 0, 0, 0.4); 
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;  /* Safari  */
-moz-border-radius: 5px 5px 0px 0px;     /* Firefox */ }

.content_col1>.nav-tabs .nav-item i,
.content_col2>.nav-tabs .nav-item i,
.content_col3>.nav-tabs .nav-item i 
{ color: #ddd9d9; font-size: 30px; }

.content_col1>.nav-tabs .nav-item.show .nav-link, .content_col1>.nav-tabs .nav-link.active,
.content_col2>.nav-tabs .nav-item.show .nav-link, .content_col2>.nav-tabs .nav-link.active,
.content_col3>.nav-tabs .nav-item.show .nav-link, .content_col3>.nav-tabs .nav-link.active 
{  background-color: rgba(0, 0, 0, 0.4);   }

.content_col1>.nav-tabs .nav-item.show .nav-link, .content_col1>.nav-tabs .nav-link.active i,
.content_col2>.nav-tabs .nav-item.show .nav-link, .content_col2>.nav-tabs .nav-link.active i,
.content_col3>.nav-tabs .nav-item.show .nav-link, .content_col3>.nav-tabs .nav-link.active i 
{ color:red; }

.content_col1>.tab-content>.active,
.content_col3>.tab-content>.active,
.content_col1>.tab-content>.active 
{  background-color: rgba(0, 0, 0, 0.4); }

.content_col1>.nav-tabs,
.content_col2>.nav-tabs,
.content_col3>.nav-tabs 
{  border-bottom: none;}

/*END TABS*/

/*REPORTS ROUTES*/
.general{
  margin: 30px 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc
}

.titles
{
  background: #ebebeb; padding-top: 8px; padding-bottom: 8px; color:#cc1717;-webkit-print-color-adjust:exact;
}

#map-routes{
  height:400px; width:100%;
}
.map_reports{
  height:400px; width:100%
}

/*END REPORTS*/

.w100{
  width: 100%!important;
}

.Cdiv{
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  font-weight: normal; 
  text-align: left;  
}

.Cdiv.up{line-height: 20px;}

.Cdiv.up2{line-height: 5px;}

.label_short{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}

.w3-badge{
  padding: 3px 6px;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-left: -8px;
}


span.cursor-pointer{ cursor: pointer; }

span.cursor-pointer:hover{ color:#f7ce00; }


.eye-size{ font-size: 19px; margin-left: -1; }

.bike_status_empty_msg{padding: 10px;}


/* Social Layouts*/

.avatar_icon{

  max-height: 50px;
  max-width: 50px;
  margin: 10px;
  border-radius: 50%;
  border:solid 2px #ffffff;
  background-color: #ffffff;

}

.post_conteiner{

  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius:5px;
  border: solid 1px #fff; 



}

.route_avatar{
  width: 100%;
  height: 200px;

}

.content_col1, .content_col3{
  position: relative;
}

.card2{
  background-color: rgba(0, 0, 0, 0.4); 
  border-color: #dee2e6 #dee2e6 #fff; 
  border-radius: 0px 0px 5px 5px;
  position: relative!important;
  height: calc(100% - 5em)!important;
  overflow: hidden;
}

#panel1,#panel2,#panel1_3,#panel2_3,#panel3_3,#panel4_3,#panel5_3{
  position: relative!important;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#status_bikes>.accordion_container, #status_bike_groups>.accordion_container, .tab-extra>.accordion_container{
  margin-bottom: 50px;
}

#container{
  position: relative;
  min-height: 10em;
}

.search_friends_input{
  border: none;
  font-size: 17px;
  width: 95%
}



.resume_widjet_title{

  font-size: .65em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0px!important;
  line-height: 1.1;
  width: 80%;
}

.resume_widjet_number{
  color: #fff;
  font-size: .65em;
  font-weight: bold;
  text-align: center;
}

.resume_widjet_number span{ font-size: 1.8em; color: #fff;  }


.widjet_right{width: 12.5%; height: 22%; position: absolute; }

.widjet_left{ width: 400px; height: 80px; position: absolute; top: -5px; margin:15px 0px 0px 0px; padding: 10px 10px 10px 30px; left: 10px; background-color:rgba(0, 0, 0, 0.4); color: white; font-size: 14px; }

.widjet_right{ 
  right: -25px; 
  top: -20px;
  transform: scale(0.6); 
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
}

.button_add{padding: 10px 10px 0px 10px; width: 100%; text-align: center;}

.dashboard_details_back{
  text-align: right;
  font-size: .7em!important;
}

.bike_info_dashboard_details ,.bike_warnigs_dashboard_details,.bike_groups_dashboard_details{
  padding-top: 10px; 
  padding-bottom: 5px; 
  overflow: hidden;
}
.padding_vertical{ padding-right: 0px!important; padding-left: 0px!important; }
.padding_horizontal{ padding-top: 0px!important; padding-bottom: 0px!important; }
.margin_vertical{ margin-right: 0px!important; margin-left: 0px!important; }
.margin_horizontal{ margin-top: 0px!important; margin-bottom: 0px!important; }

.bike_warnigs_dashboard_details { font-size: 1.6em;}

.no_link, .no_link:hover{ text-decoration: none!important; color: #fff!important; }
.content,.content1{ 
  overflow-x: hidden; 
  overflow-y: auto; 
  border: 1px solid #fff; 
  height: calc(100% - 10px); 
  border-radius: 0 0 5px 5px;  
}

.bike_groups_dashboard_details { font-size: 25px;}

.friends_top{
  padding-top: .7em!important;
}

.social_title{
  margin-bottom: 0px!important;
  padding: 10px 0px!important;
}

.search_border{
  border-radius: 0px .25rem .25rem 0px!important;
}

.search_border_i{
  border-radius: .25rem 0px 0px .0px!important;
}

.search_border_b{
  border-radius: 0px .25rem 0px 0px!important;
}


.led-grey, .led-green, .led-red, .led-yellow{
  border-radius: 50%;
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
}

.led-grey {
  background-color: #999797;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #999797 0 2px 14px;
}

.led-green {
  background-color: #ABFF00;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-red{
  background-color: #F00;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
  -webkit-animation: blinkRed 0.5s infinite;
  -moz-animation: blinkRed 0.5s infinite;
  -ms-animation: blinkRed 0.5s infinite;
  -o-animation: blinkRed 0.5s infinite;
  animation: blinkRed 0.5s infinite;
}

.led-yellow{
  background-color: #FF0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
  -webkit-animation: blinkYellow 1s infinite;
  -moz-animation: blinkYellow 1s infinite;
  -ms-animation: blinkYellow 1s infinite;
  -o-animation: blinkYellow 1s infinite;
  animation: blinkYellow 1s infinite;
}

.led_screen{
  background-color: #c4c2c2;
  background-color: #c4c2c2;
  border-radius: 10px;
  color: white;
  font-family: 'Orbitron', sans-serif !important;
  font-size: 13px;
  min-height: 80px;
  font-weight: normal;
  padding: 7px;
  
}



.alert_indicator{
  font-size: 4em;
  margin-top: 15px;
}

.alert_indicator_off {
  color: grey;
}

.alert_indicator_on {
  color: yellow;
}

.led_indicators {
  margin-top: 20px 0 0 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  width: 100%; 
}

.led_indicators span { font-size: 35px; margin: 10px; }

.bat_signals_indicators {
  margin: 10px;
  width: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,0.5); 
  font-size: 30px;
}

.icon-flag-dash{
  height: 52px !important;
  width: 53px!important;
}

.flag_lang_button{
  background: none;
  border: none;
  display: inline-block;
  margin-right: 2.5%;
  padding: 0.1em 0.09em;
  margin-bottom: -0.2em;
}

.flag_lang_img {
  height: 20px;
  width: 28px;
  cursor: pointer;
  margin-bottom: 10px;

}

.flag_lang_conteiner{
  height: 20px;
  left: 2%;
  position: absolute;
  top: 20px;
  width: 30px;
}


.returns_link{
  width: 100%;
  text-align: right;
  color: #ffcc00;
  margin-top: 10px;
  font-weight: bold;
}


.returns_link:hover{
  color: white;
}


.modal-body{padding:25px 30px;}
.modal-header{padding:25px 30px; display: block;}

.f_right{ 
  float:right!important;
}




.col1_msg_title {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font-family: arial;
  font-size: 14px;
  margin: 0 0 1px 0;
  padding: 7px 11px;
  font-weight: bold;
}


.icon-notif{
  cursor: pointer;
  margin: 2px;
  color: #cc1717;
}

.icon-notif:hover{
  color: #ddd9d9;
}

.icons-driver{
  cursor: pointer;
  margin: 2px;
  color: #cc1717;
}

.icons-driver:hover{
  color: #000000;
}

.accordion_active{
  display: block;
}

.error_msg { color: red; margin: 5px; font-weight: bold; }

.form-group label { font-weight: bold; }

.form-signin-container{overflow-y: auto; min-height: 350px; max-height: 600px;}

#success_message{ 
  display: none; 
  font-weight: bold; 
  border: 1px solid white; 
  border-radius: 5px;  
  padding: 5px; 
  text-align: center;
}

.noMargin{ 
  margin: 0px!important;
}

.noPadding{
  padding: 0px !important;
}

#message_user_vcard {margin-top: 20px; padding: 15px 0px; border:1px solid black; border-radius: 4px; display:none;} 


.followers-circle-text {
  display: inline-block;
  height: 80px;
  /*change this and the width for the size of your initial circle*/
  width: 80px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  /*make it pretty*/
  background: #f21515;
  color: #fff;
  border: 3px solid #b70000;
  font: 12px "josefin sans", arial;
  /*change this for font-size and font-family*/
}

.followers-circle-text-number{ font-size: 20px; padding-top: 20px; font-weight: bold; }

.sent_request_icons { color: #cc1717 }

.sent_request_icons:hover { color: #ddd9d9; cursor: pointer; }

.sent_request_links { color: #cc1717 }

.sent_request_links:hover { color: #ddd9d9; cursor: pointer; }

.sent_request_indicator { color: #cc1717 }

#search_ul {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}


#search_ul li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.post_link { color: #cc1717 }
.post_link:hover { color: #990101 }

.page-item.active .page-link {background-color: #cc1717 }

.icon-table-actions { color: #cc1717 }

.icon-table-actions:hover { color: #000 }

.loader{margin: 5px; display: none;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  float: left;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

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

.slidecontainer {
  width: 200px; /* Width of the outside container */
  float: left;
  margin: 0px;
}

/* The slider itself */
.slider_velocity {
  -webkit-appearance: none;
  width: 100%;
  height: 34px;    
  background: #CA2426;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider_velocity.round {
  border-radius: 34px;
}

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


/* Mouse-over effects */
.slider_velocity:hover {
  opacity: 0.85; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider_velocity::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #FFF;
  cursor: pointer;

}

.slider_velocity::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #CA2426;
  cursor: pointer;
}

#caption_rangue{
  color: #CA2426
}


.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  line-height: 30px;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: 580px;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin: 2px;
  color: white;
  background-color: #CA2426;
  padding: 0px 2px 2px 5px;
  border-radius: 15px;
  border: 1px solid black;
  padding: 4px 3px 5px 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  color: black;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color:white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.show-calendar{z-index: 100000 !important;}

.cover {
  display: none;
  text-align: center;
  padding-top: 250px;
  color: #cc1717;
  font-weight: bold;
  background: #CCC;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.cover.active{
  display: block;
}

#container {
  min-width: 300px;
  max-width: 800px;
  height: 300px;
  margin: 1em auto;
}

#activity{
  min-height:100px!important;
  padding-top: 20px;
}

.legend_activity{margin: 10px 0px 10px 0px; font-size: 12px; font-weight: bold;}

.legend_activity_container{ float: left; }

.leyend_activity_gray{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(145, 142, 142); float: left; margin: 4px;-webkit-print-color-adjust:exact;}

.leyend_activity_red{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(249, 46, 46); float: left; margin: 4px;-webkit-print-color-adjust:exact;}

.leyend_activity_blue{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(47, 75, 185); float: left; margin: 4px;-webkit-print-color-adjust:exact;}

.leyend_activity_green{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(31, 117, 5); float: left; margin: 4px 4px 4px 10px;-webkit-print-color-adjust:exact;}

.leyend_activity_yellow{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(214, 190, 10); float: left; margin: 4px 4px 4px 10px;-webkit-print-color-adjust:exact;}

.leyend_activity_black{height: 10px; width: 10px; border:1px #000 solid; background-color: rgb(61, 54, 54); float: left; margin: 4px 4px 4px 10px;-webkit-print-color-adjust:exact;}


#go_to_up {  
  position:fixed;  
  font-family:verdana,arial;  
  font-size:11pt;  
  text-align:center;  
  padding: 5px 10px 10px 10px;    /* margen con valores: arriba - derecha - abajo - izquierda */   
  top: 75%;                    /* Distancia hasta el borde superior */  
  left: 90%;            /* Distancia hasta el borde izquierdo */ 
  width:40px;
  height: 30px;  
  background-color:#cb2528; 
  color: #FFFFFF;  
  z-index: 99999999;               /* hace que la capa sea opaca  */  
}  

#go_to_up:hover {background-color: black}

.download span {font-size: 26px; color: #cb2528; }

.download span:hover {color: black}

.hr_dotted_white{ border-top: 1px dotted white; margin: 5px 0px 5px 0px; width: 100%; }

.col1_bg_row{
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  padding:0px 5px 10px;
}

.col3_bg_row{
  background-color: rgba(0,0,0,0.5);
  margin: 0px;
  padding: 5px 0px;

}

.icon_button_map{
  font-size: 16px;
}
.icon_button_map2{
  font-size: 32px;
}
.icon_button_map3{
  font-size: 14px;
}




