
@media only screen (max-width: 767px) {
  .modal-dialog {
    width: 77%;
    max-width: 77%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen (min-width: 768px) {
  .modal-dialog {
    max-width: 27%;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-content {
  background-color: white;
}

.modal-header {
  padding: 15px;
  border-bottom: 0px;
  text-align: center;
  background-color: #9fc641;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-size: 15px !important;
  color: white !important;
  padding-bottom: 5px !important;
  padding: 5px;
  font-weight: bold;
  /*  width: 305px;*/
  width: 100%;
}

ul, ol {
  margin: 0px 0 10px 40px;
}

.modal-footer {
  padding: 0px;
  text-align: right;
  border-top: 0px;
}

.inline {
  display: -webkit-box;
}

.btn-info {
  color: #537226;
  background-color: white;
}

.btn-info:hover {
  color: #fff;
  background-color: #537226;
  border-color: #537226;
}

.btn {
  box-shadow: none;
}

.close {
  color: #537226;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  background-color: #537226 !important;
  border-color: #537226 !important;
}

div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: #9dc936;
  background-image: #5A55A3;
  color: #ffffff;
  border-color: #9dc936;
}

/*div.bhoechie-tab-menu div.list-group>a.active:after {
    border-left: 10px solid #9dc936;
}*/
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #537226;
  border-color: #537226;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: none;
}

.nav-link:focus, .nav-link:hover {
  background: #9fc641;
  text-decoration: none;
}

.size-full {
  width: 300px;
}

.callecomunidad {
  text-align: center;
  font-weight: bold;
  background-color: #9fc641;
  padding: 5px 0px;
}

.close:hover {
  color: #537226;
  box-shadow: none;
  opacity: 1;
}

.contenido-comunidad p {
  text-align: center;
}
