﻿@import 'header.css';

/*#region Fonts*/
@font-face {
  font-family: Lato;
  src: url('fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Lato Thin;
  src: url('fonts/Lato-Light.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: Lato Bold;
  src: url('fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
}
/*#endregion*/

body {
  font-family: Lato, 'Trebuchet MS', 'Helvetica Neue', sans-serif;
}


/*#region Header */

.header span {
  display: inline-block;
}
.header span a {
  color: white;
  font-family: 'Lato', 'Trebuchet MS', 'Helvetica Neue', sans-serif;
  font-family: 'Lato Thin';
  text-shadow: 2px 2px 1px #313131;
  text-transform: uppercase;
  display: inline-block;
}
.header span a:hover {
  text-decoration: none;
}
.header span a:visited {
  color: white;
}
.header .bg {
  background: #244c5a;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .header img {
    height: 130px;
    width: 130px;
    margin-bottom: 15px;
    margin-top: -15px;
  }
  .header span {
    margin-top: 35px;
    margin-left: 15px;
  }
  .header span a {
    font-size: 46px;
  }
  .header .bg {
    height: 65px;
    top: 36px;
  }
  .horizontal-form-button {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header img {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
  }
  .header span {
    margin-left: 10px;
    margin-top: 32px;
  }
  .header span a {
    font-size: 34px;
  }
  .header .bg {
    height: 50px;
    top: 33px;
  }
  .horizontal-form-button {
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header {
    margin: 0 15px;
  }
  .header img {
    height: 85px;
    width: 85px;
    margin-bottom: 15px;
  }
  .header span {
    margin-left: 5px;
  }
  .header span a {
    font-size: 26px;
    vertical-align: bottom;
  }
  .bg {
    height: 45px;
    top: 20px;
    margin-left: -15px;
  }

  .horizontal-form-button {
      margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .header {
    margin: 15px;
    margin-top: 0;
  }
  .header img {
    display: none;
  }
  .header span a {
    margin-left: 0;
    font-size: 28px;
  }
  .header .bg {
    margin-left: -15px;
    height: 40px;
    top: 0;
  }

  .horizontal-form-button {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=header.css.map */
/*#endregion*/

.box {
  padding: 15px;
  margin: 0 -7.5px;
  background-color: #f2f2f2;
  border-radius: 10px;
  color: #3d3d3d;
  font-size: 18px;
}
.box h2 {
  margin-top: 0;
  text-align: center;
  font-size: 40px;
}
.box p:first-child {
  text-align: center;
}
.box a.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.box a.button:active {
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  transform: translate(0, 5px);
  box-shadow: 0 1px 0 0;
}
.secondary {
  background-color: #24475b;
  box-shadow: 0 5px 0 0 #0b2e42;
}
.secondary:hover {
  background-color: #385b6f;
}
.primary {
  background-color: #83aa30;
  box-shadow: 0 5px 0 0 #6a9117;
}
.primary:hover {
  background-color: #97be44;
}
/*# sourceMappingURL=base.css.map */




.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

.input-validation-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.password-bad {
    color: #ff0000;
}

.password-good {
    color:#006400;
}

.green-color{color:#6BA80E}
.blue-color{ color: #2994C4;}
.red-color{ color: #F00;}

.courts-links {
    font-size: 1.2em;
}