p.error {
    margin-top: 200px;
}

.navbar-morena {
    background-color: #3B0B0B !important;
}

body {
     padding-top: 0px;
     background-color: #E6E6E6;
}

.alert {
     border-radius: 0px;
}

.margin-block {
     margin-bottom: 6px;
     /*min-height: 300px;*/
}

body .margin-block:last-child {
     margin-bottom: 200px;
}

.map-container {
    width: 100%;
    height: 500px;
    display: none;
}

.map-element {
    width: 100%;
    height: 90%;
}

.cover-game {
    width: 220px;
    height: 310px;
}

.remove-list {
	margin: 0px;
	padding: 0px;
}

.hidden-hp {
     display: none;
}

.input-hide-container {
     display: block;
     width: 200px;
     background: transparent; none left top no-repeat;
}

.input-hide-text {
     color:#2E2E2E; 
     font-weight: bold;
     background-color: #FAFAFA;
     line-height: 100px;
     text-align: center;
     position: absolute;
     top:0;
     bottom: 0;
     right:0;
     height: 100% !important;
     width: 100%;
     cursor: pointer;
}

.input-hide {
     position: absolute;
     top:0;
     bottom: 0;
     right:0;
     height: 100% !important;
     width: 100%;
     opacity: 0;
}

.form-actions {
     padding-top:10px;
     border-top: solid 1px #E6E6E6;
}

.btn {
    margin-bottom: 5px;
}

.btn-yellow {
    color: #FFFFFF;
    background-color: #F7FE2E;
    border-color: #FFFF00;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.right {
     float: right;
}

.text-center {
     text-align: center;
}

.center {
     display: block;
     margin-left: auto !important;
     margin-right: auto !important;
}

.sidebar-nav {
     padding: 9px 0;
}

.thumb {
     margin: 4px;
     padding: 4px;
     border: solid 1px #E6E6E6;
}

.block-title {
     background-color: #08C;
     padding: 10px 0px 10px 4px;
     width: 100%;
     height: 20px;
     font: bold 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     color: #FAFAFA;
     margin-bottom: 10px;
}

.ajax-loader {
     background-image: url('../img/ajax-loader.gif');
     background-color: transparent;
     background-repeat: no-repeat;
     width: 160px;
     height: 24px;
}

.ajax-loader2 {
     background-image: url('../img/ajax-loader2.gif');
     background-color: transparent;
     background-repeat: no-repeat;
     width: 16px;
     height: 11px;
}

/**************

***************/

.hide-input {
     background-color: transparent;
     border: solid 1px #FFFFFF:
     margin: 0px;
     padding: 0px; 
}


#block-main {
    padding: 0px;
    margin: 0px;
}

.main-block {
    margin-bottom: 20px;
}

.search-box {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 1px 2px 5px #BDBDBD;
    border: solid 1px #D8D8D8;
}

.search-box .search-box-title a {
    color: #424242;
    text-decoration: none; 
}

.search-box .search-box-title a:hover {
    text-shadow:0px 1px 2px #BDBDBD;
}

.search-box .search-box-title {
    text-transform: uppercase;
    font: bold 12px 'Titillium Web';
    color: #585858;
    padding: 10px;
    width: 100%;
}

.search-box .search-box-content {
    padding: 10px;
    
}

.slide-index {
    width: 100%;
    height: 600px;
}

/*
 * Sidebar
 */

@media only screen and (max-width: 760px) {

    .sidebar {
        position: fixed;
        z-index: 99;
        display: none;
    }
    
}

.sublink-1 {
    padding-left: 20px;
    background-color: #E6E6E6; 
    border-radius: 6px;
}

.sublink-2 {
    padding-left: 30px;
    border-radius: 6px;
    font-weight: bold;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}






.route-list-container {
    padding-top: 5px;
    margin: 0px;
}   

.route-list-container h2{
    color: #FFFFFF;
}   

.route-list-container .remove-route {
    margin: 5px;
}

.route-list-container .route-boton {
    margin: 5px;
}

.route-list {
    padding: 0px;
    height: 100%;
}   

.route-list img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.route-list li {
    border-radius: 0px;
    padding: 0px;
}

.route-list .place-name {
    font-size: 0.7rem;
}
