
.school-items-left{
    width: 43%;
    left: 3%; 
    bottom: 0;
}

@media only screen and (max-width: 767px) {
  .school-items-left{
    width: 50%;
    left: 1%; 
  }
}

.school-items-right{
    width: 43%;
    right: 3%; 
    bottom: 0;
}


@media only screen and (max-width: 767px) {
  .school-items-right{
    width: 50%;
    right: 1%; 
  }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.bg-blackboard {

  background: #000 url(../images/bg-blackboard.png) no-repeat;
  background-size: cover;
  border: 8px solid #bda991;
  color: #eee9e9;
}


@media only screen and (max-width: 767px) {
  .bg-blackboard {
    padding-right: 0;
  }
}

.bg-blackboard input.number {
    background-color: #e1e1e1;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #262627;
    font-size: 1.6rem;
    max-width: 100px;
    padding: .25rem 1rem;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
}



.bg-blackboard input.number:focus {
    border-color: #fff !important;
    -webkit-box-shadow: 0 1px 1px #fff inset, 0 0 4px #fff !important;
    box-shadow: 0 1px 1px #fff inset, 0 0 4px #fff !important;
    outline: 0 none;
}

.school .highlight {
    color: #000000;
    background: #bababa;
    font-weight: bold;
    padding: 5px;
}


.form-check-input {
  margin-top: 0;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  max-width: 100px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.form-check-input:focus {
    border-color: #fff !important;
    -webkit-box-shadow: 0 1px 1px #fff inset, 0 0 4px #fff !important;
    box-shadow: 0 1px 1px #fff inset, 0 0 4px #fff !important;
    outline: 0 none;
}


.form-check-input:checked {
    background-color: transparent; 
    border-color: #eee9e9;
}



.form-check-inline {
    margin-right: 2rem;
}
.form-check {
    padding-left: 0;
}

.form-check .form-check-input {
    margin-left: 0;
}

.btn-primary {
    background-color: #e1e1e1;
    border: 1px solid #eeeeee;
    border-radius: 32px;
    color: #323232;
    display: inline-block;
    font-weight: bold;
    padding: 16px 64px;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.btn-primary:focus, 
.btn-primary:hover, 
.btn-primary:active {
    border-color: rgb(238 238 238 / 78%) !important;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(238 238 238 / 60%) !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 255 255 / 60%) !important;
    outline: 0 none;
    color: #000;
    background-color: #ffffff;
}


.btn-primary:hover {
    color: #2e2e2e;
    background-color: #f6f6f0;
    border-color: transparent;
}


