﻿.Bold {
  font-weight: bold; }

.Justify {
  text-align: justify; }

.Right {
  text-align: right; }

.Left {
  text-align: left; }

.Center {
  text-align: center; }

.LTR {
  direction: ltr; }

.RTL {
  direction: rtl; }

.Block {
  display: block; }

.Block-Inline {
  display: inline-block; }

.VerticalM {
  vertical-align: middle; }

.VerticalM img {
  vertical-align: middle; }

.imgMaxWidth {
  max-width: 100%;
  margin: auto;
  display: block; }

.imgFullWidth {
  display: block;
  width: 100%; }

.borderBox {
  border: 1px solid #999;
  background-color: #fff;
  padding: 4px; }

.FormInput {
  font-size: 12px;
  vertical-align: middle;
  padding: 3px 6px;
  margin: 1px 0px;
  font-family: 'droid arabic naskh',Tahoma;
  border: 1px solid #999;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box; }

.FormInput:focus,
input[type=submit].FormInput:hover {
  border-color: #000;
  -webkit-box-shadow: 0px 0px 6px 1px #30aed7;
  -moz-box-shadow: 0px 0px 6px 1px #30aed7;
  box-shadow: 0px 0px 6px 1px #30aed7; }

.ListSquare ul {
  list-style: square;
  padding-right: 24px;
  margin-right: 10px; }

.ShadowBox {
  background-image: url("/images/shadow.png");
  background-size: 100% 20px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 20px; }

.chkLabel {
  display: block;
  position: relative; }
  .chkLabel.Margin {
    margin: 16px auto; }
  .chkLabel input[type="checkbox"] {
    display: none;
    opacity: 0;
    position: absolute; }
  .chkLabel label {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 12px 70px 12px 12px;
    box-shadow: 0 1px 2px rgba(100, 100, 100, 0.5) inset, 0 0 10px rgba(100, 100, 100, 0.1) inset;
    text-shadow: 0 2px 2px #fff;
    cursor: pointer; }
  .chkLabel label::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 11px;
    width: 48px;
    height: 20px;
    border-radius: 10px;
    background: #eee;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5) inset, 0 0 10px rgba(100, 100, 100, 0.2) inset; }
  .chkLabel label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 22px;
    height: 22px;
    border: 4px solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); }
  .chkLabel label, .chkLabel label::before, .chkLabel label::after {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .chkLabel label:hover, .chkLabel input:focus + label {
    color: black; }
  .chkLabel label:hover::after, .chkLabel input:focus + label::after {
    background-color: #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .chkLabel input:checked {
    counter-increment: total; }
  .chkLabel input:checked + label::before {
    background: #1CE; }
  .chkLabel input:checked + label::after {
    transform: translateX(-32px) translateY(-50%); }

#MapSide {
  height: 320px; }
