@charset "UTF-8";

/*!
* Pasimo 1.0.0
* Author: Joey de Jonge & Jarno Bakker
* License: Open source - MIT <http://opensource.org/licenses/MIT> */
/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * * ALERT!! * Dont Format the file, it will break the root "--" to "- -" */
:root {
  --primary-color: #4197cb;
  --secondary-color: #006E96;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  overflow-x: hidden;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 0px solid #4b545c;
    color: rgba(255,255,255,.8);
}

.tbodyAbsence {
    text-align: center;
}

.bg-light-gray {
	background-color: #EAEBEC !important;
}
.nav-link-ps {
	color: white;
	white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-bottom: .2rem;
    display: block;
    padding: .5rem 1rem;
}

/*! * Home page 1.0 *
  Author: Jarno Bakker & Joey de Jonge */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94vh;
  background: url(../../img/background/ao-background-white.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-image {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-image--video {
	width: 80vw;
	height: 45vh;
}

/* * Affix and center */
@media (max-width : 1475px) {

.hero-image--video {
	display: none;
 }
}

.hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 68vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hero-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-self: flex-end;
  width: 100%;
}

.hero-head {
  font-size: 4.667em;
  font-weight: bold;
  line-height: 1.029;
  color: var(--primary-color);
  margin-bottom: 40px;
}

.hero-text {
  color: black;
}

.hero-button {
  color: var(--primary-color);
  background-color: transparent;
  background-image: none;
  border-color:
    var(--primary-color);
}

.hero-button:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.hero-footer {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}

/* * Affix and center */
@media (min-width : 768px) {

  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }

  .hero-footer {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the
  widths */
  .masthead, .hero-footer, .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width : 992px) {
  .masthead, .hero-footer, .cover-container {
    width: 700px;
  }
}

/*! * Login 1.0 *
  Author: Jarno Bakker & Joey de Jonge */
.login-page, .logout-page {
  background: url(../../img/background/hero-achtergrond.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-logo--small {
  width: 50px;
  height: 50px
}

.logout-box {
  width: 560px;
  margin: 7% auto
}

.login-box-msg, .logout-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
  font-size: 1.5rem;
}

.login-box-msg {
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  text-align: left;
}

.logout-card-body {
  padding: 20px;
  border-top: 0;
  color: #212529
}

.login-failure {
  padding-right: 50px;
  background: #fff;
  color: #172b4d;
  border: 1px solid #ff5630;
  border-radius: 3px;
  line-height: 20px;
  margin: 20px 0 20px 0;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: normal;
}

p.title {
  font-weight: bold;
  margin-bottom: 0rem;
}

.login-failure::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  color: #ff5630;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  left: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
}

.login-failure ul {
  padding: 0;
  list-style-type: none;
}

.icon-close {
  background-image: url("../../img/common/icon-close.png");
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.input-group .input-group-prepend .input-group-text, .register-card-body .input-group .input-group-text {
  color: var(--primary-color);
  background-color: transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-left-color: rgb(206, 212, 218);
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
  border-right: none;
  border-right-color: rgb(206, 212, 218);
  border-right-style: solid;
  border-right-width:
    1px;
}

.login-card-body, .register-card-body {
  border-radius: .25rem;
}

.login-support {
  font-size: .68rem;
  color: var(--primary-color);
}

.login-box-form {
  /** border-bottom: 1px solid #ccc; **/
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.pas-links {
  color: white;
}

/*! * Navbar * */
.nav-sidebar>.nav-item .nav-icon.fa, .nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.far, .nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.glyphicon, .nav-sidebar>.nav-item .nav-icon.ion {
  font-size: 0.875rem;
}

.nav-treeview {
  margin-left: .3rem
}

.header {
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  color: #ffffff;
  background: #4d4d4d;
  filter: brightness(50%);
}

.sidebar {
  padding-left: 0rem;
  padding-right: 0rem
}

.btn-manual-checkin {
	margin-bottom: 4%;
}

.btn-icon-pas {
  color: white !important;
  margin: 10px;
  background-color: rgb(54, 127, 169, 0.85);
}

.btn-icon-pas>.fa, .btn-icon-pas>.fab, .btn-icon-pas>.far, .btn-icon-pas>.fas,
.btn-icon-pas>.glyphicon, .btn-icon-pas>.ion {
  font-size: 15px
}

.btn-icon-pas:hover {
  background: #f4f4f4;
  border-color: #aaa;
  color: #444
}

.btn-icon-pas:active, .btn-icon-pas:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.dropdown-menu-lg-pas {
  max-width: 300px;
  min-width: 330px;
  padding: 0px 0px 0px 0px
}

.flex-container-pas {
  display: flex;
  justify-content: flex-start;
}

.logo-delphinity-pas, .logo-delphinity-bottom-pas {
  float: left;
  line-height: .8;
  margin-left: .2rem;
  margin-right: .2rem;
  max-height: 20px;
  width: auto;
  max-width: 42.55px;
}

.logo-delphinity-bottom-pas {
  max-height: 34px;
}

.logo-delphinity-link {
  color: #ffffff;
}

.logo-scalda-pas {
  float: left;
  line-height: .8;
  margin-left: .2rem;
  margin-right: .5rem;
  max-height: 20px;
  width: auto;
}

.picture-small-pas {
  transition: transform .3s;
}

.picture-small-pas-student {
  transition: transform .3s;
}

.picture-small-pas:hover {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.picture-small-pas-student:hover {
  transform: scale(2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.nav-treeview .nav-treeview {
  padding-left: 20px;
}

.main-footer {
  padding: .0rem;
}

.bottom-pas {
  background-color: #f2f2f2;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.nav-sidebar .nav-header:not (:first-of-type) {
  padding:
    .5rem .5rem .5rem .5rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar .nav-treeview .nav-treeview {
  padding-left: 0px;
  margin-left: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar .nav-treeview {
  padding-left: 0px;
  margin-left: 0px;
}

.sidebar-mini .sidebar-collapse .nav-sidebar:not (:hover) {
  align-content:
    center;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-image {
  margin-left: 0px;
  height: 34px
}

@media (min-width : 992px) {
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-text {
    display: none;
  }
}

.brand-image {
  transition: margin-left .3s linear, opacity .3s ease, visibility .3s ease;
}

.navbar {
  padding-bottom: .355rem;
  padding-top: .355rem;
}

.main-header {
  border-bottom-style: none;
}

.nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: inherit;
}

.content {
  min-height: 1400px
}

.navbar-nav>.user-menu .user-image {
  margin-top: 0rem;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.form-control {
  font-size: 0.875rem;
}

.nav-sidebar .nav-link>span>.right {
  position: absolute;
  right: 1rem;
  top: 12px;
}

.card {
  background-color: #ffffff5e;
}

.todo-list>li>.text {
  margin-top: -10px;
}

.text>.user-image {
  width: 25px;
  height: auto;
  border-radius: 50%;
  transition: transform .3s;
}

.overview .row+.row {
  margin-top: .5rem;
}

.overview-contacts {
  margin-top: .5rem;
}

#search {
  margin-top: .5% !important;
}

.date-small {
  width: 190px !important;
  margin-right: 10px;
  float: left;
}

.fa-li {
  text-align: left;
}

.fa-ul {
  margin-left: 0em;
}

.form-group {
  margin-bottom: 0rem;
}

.text-sm {
  margin-bottom: 0.5rem;
}

.ui-widget-header {
  background: rgb(54, 127, 169) !important;
}

.ui-widget-content {
  background: lightblue !important;
}

.ui-state-highlight {
  background: lightgrey !important;
}

.btn-date {
  float: left;
  width: 30%;
  height: 35px;
  background-color: white;
  border: none;
  border-radius: 20px;
  background-color: #66ccf8;
}

.btnFilter {
  float: right;
  width: 15%;
  height: 35px;
  background-color: white;
  border: none;
  border-radius: 20px;
  background-color: #66ccff;
  margin-left: 5px;
}

.active, .btnFilter:hover {
  background-color: #0077b3;
  color: white;
  text-decoration: none;
}

.tableAbsence {
  margin-top: 5px;
}

.topAbsence {
  font-size: 20px;
  color: white;
  height: 50px;
}

.td-sizing {
  width: 15%;
  align: center;
}

.td-sizing-students {
  color: black;
  text-align: left;
}

.table-sm td {
  padding: 0.1rem;
}

#disappearAnimation {
  animation: cssAnimation 0.5s ease-in 5s forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    border: none;
    border-radius: 0;
    visibility: visible;
    opacity: 0;
    transition-delay: 0s;
  }
}

.pas-alert {
  text-align: center;
  padding: .75rem 0;
}

.pas-li li {
  list-style-type: none !important;
}

.margin-small {
  margin-bottom: 10px;
}

.row-pas {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-lef: auto;
}

.nav-profile {
  display: block;
  color: white;
  padding-right: 1rem;
}

.h2-grid {
  font-size: 1.25rem;
  font-weight: 300;
  white-space: nowrap;
}

.table td, .table th {
  vertical-align: top;
}

.pas-educationteam--logo {
  background-image: url('../../img/common/user.png');
  background-repeat: no-repeat;
  margin-left: 50px;
  width: 60px;
  height: 60px
}

.content-wrapper>.content {
  padding: 0 .5rem;
  overflow: hidden;
}

div.title-text {
	font-family: roboto;
	font-weight: normal;
	text-align: center;
	width: 50%;
	margin: 2em auto;
	font-size: 2.3em;
	color: black;
}

.typed-cursor {
	animation: blink 1s infinite;
}

@keyframes blink { 0%, 100% {
	opacity: 1;
}
50%
{
opacity
:
 
0;
}
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.pasimo-table {
	width: 33.33%
}

@media (max-width : 958px) {
.pasimo-teacher--title {
	font-size: 14px
 }
}

@media (max-width : 958px) {
.pasimo-teacher--text {
	font-size: 12px
 }
}

@media (max-width : 958px) {
.pasimo-student--title {
	font-size: 14px
 }
}

@media (max-width : 958px) {
.pasimo-student--text {
	font-size: 12px
 }
}

/* Start of css for messages + fadeout animation */
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg li,
.success-msg li,
.warning-msg li,
.error-msg li {
	list-style: none; 
}

.success-msg {
  color: #270;
  background-color: #DFF2BF;
}

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

#hideMessage {
    -webkit-animation: cssAnimation 3s forwards; 
    animation: cssAnimation 3s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

a:hover {
    color: #bfbfbf;
    text-decoration: none;
}


/* end of css code for messages */

/* Custom css for edit DevopsTeams */
label.label {
	color: #595959;
	font-size: 15px;
}

td, th {
	padding: 2px;
}

td.tdlabel {
	width: 25%;
}

table.wwFormTable {
	width: 100%;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}
/* end of Custom css for edit DevopsTeams */

/* Custom css for absence request reasons */

.addcard {
	background-color: white;
	transition: background 0.2s;
	border-radius: 5px;
}

.addcard:hover {
	background-color: rgba(0,0,0,.03);
	cursor: pointer;
}
/* used for rotating the plus to add absence reason */
.plushover {
	font-size: 97px; 
	background: linear-gradient(to bottom, rgb(0, 110, 150) 26%, rgb(101, 165, 204) 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	transition: all 0.5s ease-in-out;
}
.plushover:hover {
	transform: rotate(180deg);
}
/* End of css for absence request reasons */

/* Begin of css for absence report */

.black-text {
	color: black;
}

.name-tag {
	background-color: rgb(54, 127, 169);
	color: white;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: fit-content;
	border-radius: 10px;
	font-size: 15px;
}

.pfp{
	top: 0;
	right: 0;
	margin: 10px;
	border: solid 3px rgb(54, 127, 169);
}

/* End of css for absence report */

.remember-me .login-label {
  font-weight: 500;
  color: #616161;
}

/* Checkbox */
.remember-me [type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary-color) !important;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  background: #CBD0DF87 none;
  transition: background 200ms;
  cursor: pointer;
}

.remember-me [type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

.remember-me [type=checkbox]:checked {
  background-color: currentColor;
}

.remember-me [type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.remember-me [type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

.remember-me [type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 5px;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

.remember-me [type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}