.page-content-wrapper {
margin-top: 15px;
}

#post-grid{
    word-break: break-all;
}

#sidebar-wrapper {
    font-size: 13px;
}

.select2fix .form-group label {
    display: block;
}
    
.errorSummary {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
padding: 5px;
}
.errorMessage {
    color: red;
}

.ui-datepicker-trigger{
    cursor: pointer;
}
    .boximage img {
    max-width: 100%;    
    }

.index_image img {
    width:20px;
    }
    
#content {
    margin-top: 20px;
    
    }

#ui-datepicker-div{
    padding: 5px;
    background: #F5F5FF;
}
    
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.42857143;
  color: #777;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  /*
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  */
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    /*
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  */
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  border-color: #838290;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #777;
  cursor: default;
  /*background-color: #428bca;*/
  border-color: #838290;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
    
/*    ui-menu ui-widget ui-widget-content ui-autocomplete ui-front     */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-menu-item-wrapper {
    cursor: pointer;
}

    /* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_2.gif) center no-repeat #fff;
}

    /* Colores institucionales */
    
    .color_1{color: #ed135e;}
    .color_2 {color: #40ae49;}
    .color_3 {color: #11486c;}
    .color_4 {color: #fdb414;}
    
    .color_back_1 {background: #ed135e;}
    .color_back_2 {background: #40ae49;}
    .color_back_3 {background: #11486c;}
    .color_back_4 {background: #fdb414;}
	
	.hidden {
    display: none;
}

            .map_image {
    border-radius: 10px;
    height: auto;
    margin: 0px 0px 10px 0px;
    max-width: 110px;
    max-height: 110px;
}
/*
.items {
    
    display: flex;
} */
.upload_file_container {
    padding: 10px;
    text-align: center;
}

.label {
    padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
margin-top:5px;
color: #fff !important;
background-color: #F68D24;
margin-top: 2px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

.label a {
color: #fff !important;
}

            #map_canvas{
                height: 600px;
                width: 97%;
                }
            .map_image {
    border-radius: 10px;
    height: auto;
    margin: 0px 0px 10px 0px;
    max-width: 110px;
    max-height: 110px;
}

.map_image_container {
text-align: center;
}

.indicator-list-item {
    margin-top: 20px;
}

.event_image {
  max-width: 100%;  
}

.nav-tabs {
    font-weight: 600;
    
}

.logo-login {
margin-top:50px; max-width:500px; padding:50px;}          
