﻿.Hebrew {
  font-family: 'David Libre', serif !important;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
.dl-horizontal dt {
  white-space: normal;
}
input,
select,
textarea {
  max-width: 280px;
}
.centre {
  margin: auto;
}
.pic {
  border: 2px solid #636363;
  background-color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 10px #d8d8d8;
}
.field-validation-error {
  color: #e6423f;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e6423f;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e6423f;
}
.validation-summary-valid {
  display: none;
}
fieldset {
  border: 1px solid #999;
  border-radius: 8px;
  box-shadow: 3px 3px 3px #aeaeae;
  border: 1px solid #000;
  margin: 10px auto 1.5em auto;
  padding: 0 1.4em 1.4em 1.4em;
  max-width: 800px;
}
legend {
  background: #fff;
  border: none;
  padding-left: 10px;
}
#ajaxBusy {
  padding: 10px 10px 10px 10px;
  text-align: center;
  background: #ededed url(/Content/Images/ajax-loader.gif) no-repeat center center;
  opacity: 0.8;
  border: 1px solid #000;
  border-radius: 8px;
}
#ajaxBusy #ajaxBusyMsg {
  margin-top: 20%;
  font-size: 250%;
  font-weight: bolder;
  color: #1D67F0;
}
#footer {
  clear: both;
}
h1 {
  font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100;
}
#container {
  width: 980px;
  margin: 0 auto;
}
section {
  height: 300px;
  margin: 60px 0;
}
.section--purple {
  background-color: #9b59b6;
}
.section--blue {
  background-color: #3498db;
}
.section--green {
  background-color: #2ecc71;
}
#main {
  text-align: center;
}
#more {
  margin: 20px auto 48px;
}
@media (max-width: 450px) {
  .tweenywarning {
    visibility: visible;
    color: red !important;
    text-align: center;
    font-weight: bold;
  }
}
@media (min-width: 450px) {
  .tweenywarning {
    visibility: collapse;
    height: 0;
  }
}