/*---------------------*\
		SITE SETTINGS
\*---------------------*/
.editormodal-lg {
  width: 100%;
}

.modal-content {
  height: 100%;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Absolute-Center.is-Responsive {
  height: 250px;
  min-width: 400px;
  max-width: 600px;
  padding: 40px;
  text-align: center;
}

.equal-height-thumbnail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.equal-height-thumbnail li {
  width: 22%;
  margin: 0 1% 20px;
  padding: 0 0.5%;
  background: #FFF;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.equal-height-thumbnail figure {
  display: block;
  margin: 5px 0;
  padding: 0;
}

.equal-height-thumbnail figure img {
  width: 100%;
}

.caption {
  padding: 2%;
}

#messageModal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}

#messageModal .bg-danger {
  background: #d9534f;
  color: white;
  font-weight: bold;
}

#messageModal .model-dialog {
  height: auto !important;
}

#messageModal .messagemodal-content {
  background-color: #FFFFFF !important;
}

#messageModal .input-group-addon:first-child {
  min-width: 150px;
}

@media only screen and (max-width: 990px) {
  .equal-height-thumbnail li {
    width: 30.2%;
  }
}

@media only screen and (max-width: 767px) {
  .equal-height-thumbnail li {
    width: 46.5%;
  }
}
/*# sourceMappingURL=settings.css.map */