﻿@charset "UTF-8";

html {
  position: relative;
}

.homepage-schoolbooks-widget {
  background-color: transparent;
}

.schoolbooks-info {
  display: none;
}

#addstudent-form input[type=text]
{
  min-height: 28px;
  max-height: 28px;
  text-align: center;
}
#SchoolCode
{
  width: 200px;
}
#addstudent-form
{
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
}
.text-uppercase
{
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  #selectBooklist > .k-dropdown {
    max-width: 25%;
    margin-right: 20px;
  }

  #selectBooklist {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
  }
}

@media screen and (min-width: 1024px) {

  #selectBooklist > .k-dropdown {
    max-width: 230px;
  }

  .webtail-public-wrapper .page-body
  {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1150px) {

  #selectBooklist {
    justify-content: center;
  }
}
