.inaadressSearchContainer {
  z-index: 999;
}

.highlight {
  color: #F80000;
  font-size: 14px;
}

.sign-help {
  margin: 10px 0;
  font-size: 12px;
  color: #BB2222;
  font-weight: bold;
}

#mid_dialog {
  padding-top: 40px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.form-group {
  margin-bottom: 15px;
}

.control-label {
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  padding-top: 2px;
  padding-right: 15px;
  box-sizing: border-box;
}
.control-label.required:after {
  content: ' *';
  color: red;
}
@media (max-width: 900px) {
  .control-label {
    text-align: left;
    margin-bottom: 5px;
  }
}

.form-control {
  display: block;
  width: 90%;
  border: 1px solid #cccccc;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 2px;
}

textarea.form-control {
  height: 100px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-group-addon {
  display: table-cell;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 90%;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}
.help-inline {
  color: #737373;
  font-size: 12px;
}
.table-basic .help-inline {
  color: #737373;
  font-size: 12px;
  line-height: 12px;
}
.error-highlight {
  color: #F80000 !important;
}
.warning-highlight {
  color: orange !important;
}

.in-address-container {
  width: 90%;
}
.in-address-container .ui-listview {
  padding: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-decoration: none;
}
.btn:hover {
  background-color: #cccccc;
  background-position: 0 -15px;
}

.btn.btn-primary {
  color: white;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn.btn-primary:hover {
  background-color: #265a88;
}
.btn.btn-disabled {
  background-color: #DADADA;
  background-position: 0 -15px;
  color: #999999;
  cursor: not-allowed;
}
.btn.btn-disabled:hover {
  background-color: #DADADA;
  background-position: 0 -15px;
}
.btn.btn-info {
  color: white;
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn.btn-info:hover {
  background-color: #2aabd2;
}
.btn.btn-success {
  color: white;
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn.btn-warning {
  color: white;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn.btn-default {
  color: #333;
  background-image: -webkit-linear-gradient(top, #fafafa 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fafafa 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
}
.btn.btn-default:hover {
  background-image: none;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.table-basic, .table-basic * {
  font-size: 14px;
}

.table-basic th {
  background-image: -webkit-linear-gradient(top, #fafafa 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fafafa 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  text-align: left;
}

.table-basic a {
  color: #666;
}

.table-basic th a {
  color: #333;
}

.table-basic th a:hover {
  color: #666;
}

.table-basic th.sort {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  border-color: #28a4c9;
}

.table-basic th.sort-asc::after {
   font-family: 'Font Awesome 5 Free', sans-serif;
   content: "\00a0\f062";
}
.table-basic th.sort-desc::after {
   font-family: 'Font Awesome 5 Free', sans-serif;
   content: "\00a0\f063";
}

.table-basic th.sort a:hover {
  color: white;
}

.table-basic tfoot td {
  font-size: 12px;
  color: #999;
  font-style: italic;
  border: none;
}

select[multiple], select[size] {
  height: auto;
}

.table-basic {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.table-basic th, .table-basic td {
  padding: 4px;
  border: 1px solid #dadada;
}

.ui-dialog-titlebar-close .ui-icon {
  left: 0 !important;
  top: 0 !important;
}

.inaadressSearchContainer .ui-listview {
  margin-top: 0 !important;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.inaadressSearchContainer .ui-listview li {
  padding-bottom: 0 !important;
}

.inAdsCopyright {
  display: none;
}

[hidden] {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .mobile-only {
    display: none !important;
  }
}

ul.action-buttons, ul.pagination {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: auto;
  height: inherit;
  list-style: none;
}
ul.pagination li, ul.action-buttons li {
  float: left;
  margin-bottom: 10px;
}

ul.pagination li + li, ul.action-buttons li + li {
  margin-left: 10px;
}

.list-unstyled {
  list-style: none;
}

.form-error ul {
  color: #ee0000;
}

.form-error ul li {
  line-height: 14px;
  padding-bottom: 0;
}

.al-menu a {
  color: black;
  padding: 10px 10px 3px 10px;
}

.al-menu > ul {
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background-image: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  background-repeat: repeat-x;
}

.al-menu > ul > li > a {
  border-bottom: 3px solid rgba(0,0,0,0);
}

.al-menu > ul > li > a:hover {
  border-bottom: 3px solid #5bc2ef;
}

.al-menu .sub-menu {
  min-width: 150px;
  border: 1px solid #dadada;
}

.al-title {
  padding: 0 0 10px 0;
}

tr.inactive {
  background-color: #efefef;
  color: #999999;
}

.table-basic ul li {
  padding-bottom: 0;
  line-height: 18px;
}

.table-basic ul li ul li {
  padding-left: 25px;
}

.expanded-helper {
  font-size: 12px;
}

.al-info-box {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 4px;
  display: table;
  margin-bottom: 4px;
  width: 100%;
}

.al-info-box .al-row {
  display: table-row;
}

.al-info-box .al-row > div {
  display: table-cell;
  padding-right: 10px;
  padding-top: 2px;
}

.al-info-box .al-row:not(:last-child) > div {
  border-bottom: 1px dashed #7193b33d;
}

.al-info-box .al-label {
  color: #7193b3;
  width: 160px;
}

.al-info-box .al-content {
  min-width: 300px;
}

.al-form-grid {
  display: flex;
  flex-wrap: wrap;
}
.al-form-column-wide {
  min-width: 60%;
  flex-grow: 1;
}
.al-form-column-narrow {
  width: 320px;
}

@media only screen and (min-width: 900px) {
  .form-basic.search, .form-basic.search .form-inline {
    display: flex;
  }
}

.form-basic.search div:not(:last-child) {
  padding-right: 3px;
}

.form-basic.search .form-control {
  padding: 3px;
  line-height: 20px;
  width: 100%;
  min-width: 95px;
}

.form-basic.search .btn {
  margin-bottom: 2px;
  margin-top: 17px;
}

.form-basic.search .help-block {
  font-size: 12px;
  margin: 0 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#addressSearch {
  z-index: 999;
  min-height: 32px;
}
.meeting-title {
  font-size: 18px;
  color: #333333;
}

.registration-warning {
  font-weight: bold;
  color: #b81900;
}

em.action {
  color: #1c94c4;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
