@font-face {
  font-family: "PT Sans";
  src: url("../font/PTS55F/PTS55F.eot");
  src: url("../font/PTS55F/PTS55F.eot?#iefix") format("embedded-opentype"), url("../font/PTS55F/PTS55F.ttf") format("truetype"), url("../font/PTS55F/PTS55F.svg") format("svg"), url("../font/PTS55F/PTS55F.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PT Sans bold";
  src: url("../font/PTS75F/PTS75F.eot");
  src: url("../font/PTS75F/PTS75F.eot?#iefix") format("embedded-opentype"), url("../font/PTS75F/PTS75F.ttf") format("truetype"), url("../font/PTS75F/PTS75F.svg") format("svg"), url("../font/PTS75F/PTS75F.woff") format("woff");
  font-weight: bold; }
@font-face {
  font-family: "PT Sans";
  src: url("../font/PTS56F/PTS56F.eot");
  src: url("../font/PTS56F/PTS56F.eot?#iefix") format("embedded-opentype"), url("../font/PTS56F/PTS56F.ttf") format("truetype"), url("../font/PTS56F/PTS56F.svg") format("svg"), url("../font/PTS56F/PTS56F.woff") format("woff");
  font-style: italic; }
@font-face {
  font-family: "PT Sans";
  src: url("../font/PTS76F/PTS76F.eot");
  src: url("../font/PTS76F/PTS76F.eot?#iefix") format("embedded-opentype"), url("../font/PTS76F/PTS76F.ttf") format("truetype"), url("../font/PTS76F/PTS76F.svg") format("svg"), url("../font/PTS76F/PTS76F.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../font/PTN57F/PTN57F.eot");
  src: url("../font/PTN57F/PTN57F.eot?#iefix") format("embedded-opentype"), url("../font/PTN57F/PTN57F.ttf") format("truetype"), url("../font/PTN57F/PTN57F.svg") format("svg"), url("../font/PTN57F/PTN57F.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../font/PTN77F/PTN77F.eot");
  src: url("../font/PTN77F/PTN77F.eot?#iefix") format("embedded-opentype"), url("../font/PTN77F/PTN77F.ttf") format("truetype"), url("../font/PTN77F/PTN77F.svg") format("svg"), url("../font/PTN77F/PTN77F.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
* {
  font-family: "PT Sans";
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*::before, *::after {
  box-sizing: border-box; }

body {
  background-color: white;
  font-size: 14px;
  font-weight: normal;
  color: #595350; }

a {
  color: #33aabf; }
  a img {
    border: none;
    vertical-align: top; }

a:hover {
  color: #3dc9e2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  margin: 0 0 15px 0;
  line-height: 20px; }

ul {
  list-style-position: inside;}

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  position: relative;
  min-height: 1px;}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
  float: left; }
  @media screen and (max-width: 860px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
      width: 100% !important;
      float: none; } }

.col-sm-1 {
  width: 8.33333%; }

.col-sm-2 {
  width: 16.66667%; }

.col-sm-3 {
  width: 25%; }

.col-sm-4 {
  width: 33.33333%; }

.col-sm-5 {
  width: 41.66667%; }

.col-sm-6 {
  width: 50%; }

.col-sm-7 {
  width: 58.33333%; }

.col-sm-8 {
  width: 66.66667%; }

.col-sm-9 {
  width: 75%; }

.col-sm-10 {
  width: 83.33333%; }

.col-sm-11 {
  width: 91.66667%; }

.col-sm-12 {
  width: 100%; }

.pull-lett {
  float: left; }

.pull-right {
  float: right; }

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


.form-control {
  background-color: #ffffff;
  border: 1px solid #dfdcdb;
  border-radius: 4px;
  color: #595350;
  display: block;
  font-size: 14px;
  height: 40px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%; }

.form-control:hover {
  border-color: #ada8a6;
  color: #3c3735;
}

.form-control:disabled, .btn:disabled {
  background-color: #eaeae8 !important;
  border-color: #aca99d !important;
  color: #322c2a; }

.form-control.has-error {
  border-color: #cb0d0d;
  background-color: #fde2e2; }
.form-control.has-error:hover, .form-control.has-error:focus {
  border-color: #b20707;
}

/* Prevent the field from getting blue background when the user
  autofills a username/password */
.form-control:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}


/* ----------------------------------------------------------------------------- */
/* Change the color of the placeholder text, and polyfill for different browsers */
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #776e6a;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #776e6a;
}

.form-control:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3735;
    opacity: 1; /* Firefox */
}

.form-control:hover::-ms-input-placeholder {
    color: #3c3735;
}
/* ----------------------------------------------------------------------------- */


.control-label {
  display: inline-block;
  color: #776e6a;
  max-width: 100%;
  margin-bottom: 5px; }

.btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none; }

.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover {
  text-decoration: none; }

.btn:active {
  outline: 0;
  text-decoration: none; }

.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: white;
  background-color: #68aa22;
  border: 1px solid #68aa22; }

.btn-default:hover {
  background-color: #5E9820;
  color: white; }

.btn-default:active {
  background-color: #4E801A; }

.btn-default.disabled {
  background-color: #fff;
  border-color: #ccc; }

.btn-outline {
  border-color: #68aa22;
  background-color: transparent;
  color: #68AA22;
  font-weight: bold; }

.btn-outline:hover {
  color: white;
  background-color: #5E9820;}

.btn-outline:active {
  color: white;
  background-color: #4E801A;}

.btn-gray {
  font-size: 16px;
  border-color: #c7c4c3;
  background-color: #fff;
  color: #776e6a;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  vertical-align: bottom;
  padding: 5px 10px;
  height: auto;}
  .btn-gray.left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .btn-gray.right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .btn-gray.active {
    background: #68aa2233;
    border-color: #68aa22;
    color: #355629;
    font-weight: bold;}

.btn-gray:hover {
  color: #595350;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

.align-right {
  float: right; }

.text-right {
  text-align: right; }

#wrapper {
  width: 860px;
  padding: 0 10px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #wrapper {
      width: 80%; } }

header {
  padding-top: 100px;
  padding-bottom: 50px;}
  @media screen and (max-width: 860px) {
    header {
      padding-top: 60px;
      padding-bottom: 20px;
    }
    header img {
      margin: 0px 0px 0px -60px;
      left: 50%;
      position: relative; } }

.title {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
  color: #3c3735; }

.sub-title {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0;
  color: #3c3735; }

.right-border {
  border-right: 1px solid #dfdcdb;
  padding-right: 60px;
  margin-right: -1px; }
  @media screen and (max-width: 860px) {
    .right-border {
      padding: 0px;
      border: 0px; } }

.left-border {
  padding-left: 60px;
  border-left: 1px solid #dfdcdb; }
  @media screen and (max-width: 860px) {
    .left-border {
      padding: 0px;
      border: 0px; } }

.invisible {
  display: none; }

.change-value {
  cursor: pointer; }

.tabs {
  height: 45px; }

.selected-row {
  background-color: #eaeae8 !important;
  color: #322c2a;
  padding: 15px;
  line-height: 20px;
  vertical-align: middle; }

.text-right {
  text-align: right; }
  @media screen and (max-width: 860px) {
    .text-right {
      text-align: left;
      margin: 10px 0px; } }

.alert {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #a1d7e4;
  color: #0e5768; }

.alert.alert-success {
  border-color: #7dba3c;
  color: #529100; }

.alert.alert-danger {
  border-color: #d1475b;
  color: #891d3e; }

.alert.alert-warning {
  border-color: #edd924;
  color: #c1a817; }

.alert.alert-info {
  border-color: #a1d7e4;
  color: #0e5768; }

.elem-message {
  padding: 5px;
  color: #0e5768; }

.elem-message.elem-message-success {
  color: #7dba3c; }

.elem-message.elem-message-danger {
  color: #d1475b; }

.elem-message.elem-message-warning {
  color: #edd924; }

.elem-message.elem-message-info {
  border-color: #0000ff;
  color: #0000ff; }

/**
 * SIGN UP
 */
#school-list {
  background: white;
  position: absolute;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 5px rgba(144, 131, 122, 0.6);
  max-height: 200px;
  overflow: auto; }

#school-list > div {
  background: #f4f4f2;
  padding: 10px; }

#school-list .no-schools {
  color: #d8d9cf;
  font-size: 1.2em;
  font-style: italic;
  padding-bottom: 0; }

#school-list .school-row {
  margin: 1px 0;
  cursor: pointer; }

#school-list .school-row:hover {
  background: #ddeace;
  color: #7dba3c; }

#school-list > .school-row:hover > span {
  color: #7dba3c; }

#school-list .school-name {
  float: left; }

#school-list .school-postal-code {
  float: right;
  color: #7dba3c; }

#sign-up-result-msg {
  padding-left: 80px;
  background: url("../img/email.png") left top no-repeat; }

.groups {
  padding-bottom: 15px;
  width: 100%; }

option {
  padding: 5px; }

.approve-info {
  margin: 20px 0; }

.small {
  font-size: 75%;
  line-height: 14px; }

.space-16 {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px 0; }

/**
 * FOOTER
 */
footer {
  color: #ada8a6;
  text-align: left;
  padding: 40px 0px 20px 0px; }

footer a {
  color: #ada8a6;
  text-decoration: underline; }

footer a:hover {
  color: #776e6a; }

/* BETT banner */
#bett-banner {
  color: white;
  background-color: #7dba3c;
  width: 100%;
  padding: 30px 0 40px;
  display: none;
  font-size: 16px; }
  #bett-banner a {
    color: white;
    text-decoration: underline; }
  #bett-banner .banner-content {
    margin: 0 auto;
    width: 860px; }
    #bett-banner .banner-content p {
      margin: 0; }
    @media screen and (max-width: 860px) {
      #bett-banner .banner-content {
        width: 80%; } }
  #bett-banner .close-btn {
    position: absolute;
    top: 15px;
    right: 50px;
    width: 55px;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    background: url("../img/close.png") right 2px no-repeat; }
    #bett-banner .close-btn a {
      color: white; }
  #bett-banner b {
    font-family: 'PT Sans bold'; }

/* end of BETT banner */

/*# sourceMappingURL=style.css.map */
