/*#region Primary*/
/*#endregion Primary*/
/*#region Secondary*/
/*#endregion Secondary*/
.btn {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 18px;
  background-color: #fff;
  color: #497B99;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #497B99;
  padding: 8px 18px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn .material-icons {
  font-size: 18px;
}
.btn.btn-small {
  padding: 6px 12px !important;
}
.btn.btn-small-x {
  padding: 4px 8px !important;
}
.btn.primary,
.btn.delete {
  background-color: #497B99;
  color: #fff;
  border-color: #497B99;
}
.btn:hover {
  background-color: #F1F1EF;
  border-color: #326482;
  color: #326482;
  border-width: 1px;
}
.btn:hover.primary,
.btn:hover.delete {
  color: #fff;
  background-color: #6B9CBA;
  border-color: #6B9CBA;
}
.btn:focus,
.btn:active {
  background-color: #e5e5e3;
  border-color: #326482;
  color: #326482;
}
.btn:focus.primary,
.btn:active.primary,
.btn:focus.delete,
.btn:active.delete {
  color: #fff;
  background-color: #326482;
  border-color: #326482;
}
.btn.disabled,
.btn[disabled] {
  background: #e5e5e3;
  color: #757572;
  border-color: #BDBDBA;
  pointer-events: none;
  cursor: not-allowed;
}
.btn.flat-style {
  background-color: #497B99;
  color: #fff;
  border-width: 0px;
}
.btn.flat-style:hover {
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px !important;
  color: #000;
  background-color: #98BFD7;
}
.btn.min-border-white {
  border: 1px solid #fff;
}
.btn.min-border-white:hover {
  border: 1px solid #fff;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
html {
  height: 100%;
  font-size: 16px;
  color: #497B99;
  font-family: 'Roboto' !important;
}
body {
  margin: 0px;
  height: 100%;
  background-image: url(../../images/squared_greyish.da7f081a.svg);
  background-position: top 110px right -200px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 45%;
  background-attachment: fixed;
  color: #497B99;
  position: relative;
  font-family: 'Roboto' !important;
  overflow: hidden;
}
.body-content {
  height: 100%;
}
.modal {
  z-index: 1010;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  max-width: 50%;
  min-width: 320px;
  height: 300px;
  max-height: 50%;
  min-height: 200px;
}
.modal .modal-content {
  border-radius: 2px;
}
.modal .modal-content .modal-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #497B99;
  color: #fff;
  padding: 6px;
  font-weight: bold;
}
.modal .modal-content .modal-body {
  background-color: #F9F9F5;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-content .modal-footer {
  background-color: #F9F9F5;
}
.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #497B99;
}
.modal-focus-helper {
  opacity: 0.75;
  background-color: #497B99;
  z-index: 1000;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#hide-focus-button {
  z-index: 1001;
  position: absolute;
  top: 15px;
  right: 15px;
}
#wait {
  -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.waitlogo {
  z-index: 1010;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.waitlogo > div {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #000;
}
input {
  width: 100%;
  padding: 4px 8px;
  margin: 1px;
  border: 1px solid #497B99;
  color: #497B99;
}
a {
  color: #497B99;
  text-decoration: underline;
}
a:hover {
  color: #6B9CBA;
  text-decoration: underline;
}
#main-content-container {
  display: block;
  width: calc(100% - 240px);
  padding: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mainmenu {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-attachment: fixed;
  background-color: #497b99 !important;
  background-image: url("../../images/menu_background.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 100%;
  width: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#mainmenu .menu-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
}
#mainmenu .header {
  color: #1B3545;
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
}
#mainmenu .header .menu-icon {
  height: 85px;
  width: 85px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
#mainmenu .header .menu-icon > div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainmenu .header .menu-icon > div > i {
  font-size: 30px;
}
#mainmenu .header .menu-icon:hover {
  cursor: pointer;
  background-color: #326482;
}
#mainmenu .header .menu-text {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
  width: calc(100% - 85px);
  display: block;
  padding-top: 33px;
}
#mainmenu .menu-items {
  height: calc(100% - 170px);
}
#mainmenu .menu-items > ul {
  height: 100%;
  margin: 0px;
  list-style: none;
  padding: 0px;
  overflow-y: auto;
}
#mainmenu .menu-items > ul > li {
  height: 85px;
  width: 100%;
}
#mainmenu .menu-items > ul > li.active {
  background-color: #326482;
}
#mainmenu .menu-items > ul > li:hover {
  cursor: pointer;
  background-color: #326482;
}
#mainmenu .menu-items > ul > li > a {
  width: 100%;
  height: 85px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#mainmenu .menu-items > ul > li > a:hover {
  text-decoration: none;
}
#mainmenu .menu-items > ul > li > a .menu-icon {
  height: 85px;
  width: 60px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#mainmenu .menu-items > ul > li > a .menu-icon > div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainmenu .menu-items > ul > li > a .menu-icon > div > i {
  font-size: 30px;
}
#mainmenu .menu-items > ul > li > a .menu-text {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 60px);
  display: block;
  padding-top: 33px;
  padding-left: 0px;
}
#mainmenu .motto {
  text-align: center;
  height: 85px;
  font-weight: bold;
}
#mainmenu .motto .menu-icon {
  height: 55px;
}
#mainmenu .motto .menu-icon img {
  width: 90%;
}
#mainmenu .motto .menu-text {
  height: 30px;
}
.menu-icon {
  position: relative;
}
.menu-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-text {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-text.menu-text-title {
  padding-left: 18px;
}
.nav-item {
  text-decoration: none!important;
}
.no-padding {
  padding: 0px;
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #fff;
  border: 1px solid #497B99;
  border-radius: 2px;
  display: inline-block;
  padding: 9px;
  position: relative;
  vertical-align: bottom;
  margin: 2px;
  cursor: pointer;
}
.regular-checkbox.box-right + label {
  float: right;
}
.regular-checkbox + label + label {
  cursor: pointer;
  font-weight: normal;
}
input[type=checkbox].regular-checkbox:checked + label {
  background-color: #497B99;
  border: 1px solid #497B99;
}
input[type=checkbox].regular-checkbox:checked + label::after {
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 96 96' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(2,0,0,2,-4279.05,-10931.7)'%3E%3Cg id='Checkmark' transform='matrix(0.141327,0,0,0.170526,1857.64,4554.42)'%3E%3Crect x='1994.55' y='5344.72' width='339.506' height='281.481' style='fill:none;'/%3E%3Cg transform='matrix(3.75251,3.10996,-3.75251,3.10996,-9622.1,-25925.1)'%3E%3Cpath d='M6632,3454L6632,3503L6604,3503L6604,3487L6616,3487L6616,3454L6632,3454Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  bottom: 0px;
  content: " ";
  left: 1px;
  position: absolute;
  right: 0px;
  top: 0px;
}
input[type=radio].regular-checkbox + label {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #497B99;
}
input[type=radio].regular-checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #497B99;
  border-radius: 10px;
}
input[type=radio].regular-checkbox:checked + label::after {
  border-radius: 5px;
  background: none repeat scroll 0 0 #497B99;
  bottom: 3px;
  content: " ";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}
.content {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  overflow-y: hidden;
  height: calc(100% - 181px);
}
.content > div {
  padding: 0px;
  height: 100%;
}
.content .nav-tabs {
  border-bottom: 0px solid transparent;
  position: relative;
}
.content .nav-tabs .nav-item:first-child.active ~ #nav-ist-tab-slider {
  left: 0;
}
.content .nav-tabs .nav-item:nth-child(2).active ~ #nav-ist-tab-slider {
  left: 50%;
}
.content .nav-tabs #nav-ist-tab-slider {
  position: absolute;
  left: 0px;
  height: 2px;
  background-color: #497B99;
  width: 50%;
  bottom: 0px;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}
.content .nav-tabs .nav-link {
  color: #497B99 !important;
  border-bottom-width: 2px;
  border-radius: 0px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.content .nav-tabs .nav-link:hover {
  border-color: transparent;
  background-color: #CEDFE9;
}
.content .nav-tabs .nav-link.active {
  border-color: transparent transparent transparent;
  background-color: transparent;
}
.content .nav-tabs .nav-link.active:hover {
  border-color: transparent transparent transparent;
  background-color: #CEDFE9;
}
.content .tab-content {
  height: calc(100% - 27px);
  padding: 0px !important;
}
.content .tab-content .tab-pane {
  overflow-y: scroll;
  height: 100%;
}
.content .found-schools {
  font-weight: bold;
}
.content .school-list-empty {
  padding: 15px;
}
.content .school-list {
  padding: 0 15px;
}
.content .school-list .school-element {
  padding-bottom: 30px;
  position: relative;
  /*&:hover {
                background-color: rgba(206, 223, 233, 0.4); // blue steel-xx-light
            }*/
}
.content .school-list .school-element.selected {
  background-color: #CEDFE9;
}
.content .school-list .school-element > .school-checkbox {
  position: absolute;
  right: 15px;
  top: 39px;
  z-index: 5000;
}
.content .school-list .school-element > div {
  padding: 0px;
}
.content .school-list .school-element:not(first-child) {
  padding-top: 30px;
  border-bottom: 2px solid #497B99;
}
.content .school-list .school-element:last-child {
  border-bottom: 2px solid transparent;
}
.content .school-list .school-element .school-name {
  text-align: left;
  font-weight: bold;
  padding-bottom: 8px;
  padding-top: 8px;
}
.content .school-list .school-element .school-name:hover {
  background-color: #CEDFE9;
  cursor: pointer;
}
.content .school-list .school-element .school-content {
  padding-left: 15px;
  padding-right: 15px;
}
.content .school-list .school-element .school-content .info-element {
  padding-bottom: 10px;
}
.content .school-list .school-element .school-content .content-detail {
  padding-left: 28px;
  padding-right: 28px;
}
.content .school-list .school-element .school-content .content-detail .devices-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  text-align: center;
}
.content .school-list .school-element .school-content .content-detail .devices-container .devices-header {
  background-color: #CEDFE9;
}
.content .school-list .school-element .school-content .content-detail .devices-container .apple-icon {
  width: 100%;
  background-position: center;
}
.content .school-list .school-element .school-content .content-detail .devices-container > div {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #98BFD7;
}
.content .school-list .school-element .school-content .content-detail .devices-types-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  text-align: center;
}
.content .school-list .school-element .school-content .content-detail .devices-types-container .devices-types-header {
  background-color: #CEDFE9;
}
.content .school-list .school-element .school-content .content-detail .devices-types-container > div {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #98BFD7;
}
.generalViewContainer {
  height: 100%;
}
.generalViewContainer .school-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #CEDFE9;
}
.generalViewContainer .school-login .school-login-url,
.generalViewContainer .school-login .school-login-username,
.generalViewContainer .school-login .school-login-password,
.generalViewContainer .school-login .school-login-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.generalViewContainer .schools-found {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #CEDFE9;
  border-bottom: 1px solid #497B99;
}
.generalViewContainer .schools-found > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.generalViewContainer .schools-found .found-count {
  padding: 4px 0px;
}
.generalViewContainer .schools-found-hint {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #CEDFE9;
  min-height: 98px;
  border-bottom: 1px solid #497B99;
}
label {
  font-weight: bold;
  margin-bottom: 0px;
}
.material-icons {
  vertical-align: bottom;
}
.width-100 {
  width: 100%;
}
.width-50-inline {
  width: 49%;
  display: inline-block;
}
.width-20-inline {
  width: 19%;
  display: inline-block;
}
.width-80-inline {
  width: 79%;
  display: inline-block;
}
.contact-person-card {
  padding: 15px;
  border: 1px solid #497B99;
}
.contact-person-card .info-element {
  padding-left: 15px;
}
.contact-person-card .info-element .content-detail {
  padding-left: 28px;
  padding-right: 28px;
}
.user-image {
  border-radius: 4px;
  background-color: #F1F1EF;
  width: 100%;
}
.user-image > img {
  width: 100%;
  background-color: #CEDFE9;
}
.apple-icon {
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23497B99' viewBox='0 0 24 24'%3E%3Cpath d='M18.71,19.5C17.88,20.74 17,21.95 15.66,21.97C14.32,22 13.89,21.18 12.37,21.18C10.84,21.18 10.37,21.95 9.1,22C7.79,22.05 6.8,20.68 5.96,19.47C4.25,17 2.94,12.45 4.7,9.39C5.57,7.87 7.13,6.91 8.82,6.88C10.1,6.86 11.32,7.75 12.11,7.75C12.89,7.75 14.37,6.68 15.92,6.84C16.57,6.87 18.39,7.1 19.56,8.82C19.47,8.88 17.39,10.1 17.41,12.63C17.44,15.65 20.06,16.66 20.09,16.67C20.06,16.74 19.67,18.11 18.71,19.5M13,3.5C13.73,2.67 14.94,2.04 15.94,2C16.07,3.17 15.6,4.35 14.9,5.19C14.21,6.04 13.07,6.7 11.95,6.61C11.8,5.46 12.36,4.26 13,3.5Z' /%3E%3C/svg%3E");
}
.padding-top-15 {
  padding-top: 15px;
}
.progress {
  border-radius: 2px;
}
a.disabled.btn {
  text-decoration: none !important;
  background: #e5e5e3;
  color: #757572;
  border-color: #BDBDBA;
  pointer-events: none;
  cursor: not-allowed;
}
a.btn {
  text-decoration: none !important;
}
.delete-selection {
  padding: 1px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
