@charset "utf-8";
/* =======================| frontend editor styles |=========================== */

.icons {
  width: 120px;
  margin: 10px auto 10px 0;
}

.pull-right {
  float: none;
  display: block;
  width: 100%;
}
.pull-right ul, .pull-right ul li {
  list-style-type: none;
  background-color: none;
}
.pull-right li a, .pull-right li a:link, .pull-right li a:visited {
  padding: 0 8px;
  list-style-type: none;
  background-color: #E5E5E5;
  text-decoration: none !important;
  /*color: #fff !important;*/
  border: 1px solid #983212;
  border-radius: 3px;
}
.pull-right button {
  display: none;
}

.popover {
  margin-left: 500px !important;
  left: 200px !important;
  max-width: 250px;
}
.popover * {
  font-size: 0.8rem;
  line-height: 1.2rem !important;
  padding: 0 !important;
  margin: 0 !nportant;
  color: blue;
}
.popover h3 {
  font-weight: 700;
  margin-bottom: 5px !important;
}
.btn-secondary {  
  height: 25px;
  width: 25px;
  position: relative;
  margin-left:5px;
  top: -8px;
  background-image: url("../images/ico-calendar.png");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}
.controls select {
  min-width: 100px !important;
  /*-webkit-appearance: none;*/
}
.controls input, .search-field input {
  width: 200px !important;
  /*-webkit-appearance: none;*/
}
a.modal, a.hasTooltip {
  margin: 10px 0 !important;
  padding: 4px 10px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  box-shadow: none !important;
}
a.hasTooltip {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  background-image: url("../images/ico-remove.png") !important;
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
}
.media-preview {
  display: block;
}

#com-content-formTabs li {
  margin-right: 8px;
}
.btn-primary {
  background-image: none;
  margin: 10px auto 10px 0;
  color: #ffffff !important;
  background-color: #983212;
  pointer-events: auto !important;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
  text-decoration: none;
  outline-width: 0;
  font-style: initial;
  white-space: nowrap;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  align-self: flex-start;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}
.btn-primary:hover {
  background-color: #72240C;
}