/* input fields */
input:focus,
input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid>input.select-dropdown
{
  border-bottom: .5px solid #3d4b4f !important;
  box-shadow: 0 .1px 0 0 #3d4b4f !important;
}

label.active {
  color: #3d4b4f !important;
}

.material-tooltip {
  max-width: 350px;
  background-color: #3d4b4f;
  border-radius: .25rem;
}

#preloader-outer {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#preloader-content {
  display: none;
}

#navigation-bar {
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0 0px 10px rgba(150,150,150,0.19);
  border-radius: 2rem;
  margin-bottom: 3rem;
}

/* main */
body {
   font-family: 'Open Sans', sans-serif !important;
   background-color: #f4f4f4;
   color: grey;
   background-image: url(/mediapool/images/background.svg);
   background-position: center center;
	 background-size: 1000px;
   cursor: default;
   font-size: 12pt;
   margin: 0px;
   padding: 0px;
}

.dropdown-content {
  border-radius: 1.25rem;
}

.sidenav .collapsible-body {
  background-color: #3d4b4f;
}

td {
  max-width: 250px;
}

/*
.file-field input.file-path {
  display: none;
}
*/

.sidenav li > a,
.sidenav .material-icons-outlined,
.sidenav {
  color: white !important;
}

nav .sidenav-trigger {
  float: right;
  color: white !important;
}

nav img {
  margin-top: .25rem;
}

.dashboard {
  max-width: 1500px;
  width: 95%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#boxContainer > .material-icons {
  margin-top: -9rem;
  margin-bottom: 3rem;
  padding: 1.75rem;
  border-radius: 100%;
}

#boxContainer .light {
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
  background-color:white;
  color: #dbdbdb;
}

#boxContainer .lightNegative {
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
  background-color:white;
  color: #dbdbdb;
}

#boxContainer .dark {
  background-image: linear-gradient(to top, #1bc237, #25e15d);
  color: #f2f2f2;
}

#boxContainer .darkNegative {
  background-image: linear-gradient(to top,#b91818, #e12525);
  color: #f2f2f2;
}

.notif{
  position: absolute;
}

button, input, optgroup, select, textarea {
  font-family: 'Open Sans', sans-serif !important;
}

input {
  color: grey;
}

.margin-bottom-1 {
  margin-bottom:1rem;
}

.margin-top-2 {
  margin-top:2rem;
}

.margin-top-3 {
  margin-top:3rem;
}

.margin-top-7 {
  margin-top:7rem;
}

nav.desktop {
  background-color: #333f42;
  box-shadow: none;
  margin-left: 300px;
  width: calc(100% - 300px);
  padding: 0 5% 0 5%;
  z-index: 900;
  top: 0;
}

.sidenav {
  background-color: #333f42;
  box-shadow: none;
}

.sidenav-overlay  {
  background-color: transparent;
}

.mobile {
  background-color: #333f42;
  color: white;
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
  display: none;
  z-index: 900;
}

.nav-header {
  background-color: #333f42;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0 1rem 0;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.nav-header .subtext {
  font-size: 1.25rem;
}

.small-text {
  font-size: 12pt;
}

#firstPage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100% !important;
}

.spacer-top {
  margin-top: 5rem;
}

.brand-logo {
  margin-left: 1rem;
  height: 100%;
}

.nav-headline {
  font-weight: bold;
}

.breadcrumb {
  cursor: pointer !important;
}

.breadcrumb::before {
  color: grey !important;
  margin: -3px 10px 0 8px !important;
}

.bread {
  padding-top: 2.5rem !important;
  padding-bottom: 1rem !important;
}

.topMargin {
	margin-top: 30px;
}
.form-control {
	height: 100% !important;
}
.center {
	text-align: center;
}
#boxContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 25px;
  margin-top: 4rem;
  transform: scale(.95);
  padding: 4rem;
  min-height: 17rem;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: rgb(150 150 150 / 19%) 0px 4px 8px -2px, rgb(150 150 150 / 19%) 0px 0px 0px 1px;
  border-radius: 2rem;
  font-size: 2.5rem;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.overview-item-wrapper {
  background-color: rgba(255, 255, 255, .95);
  box-shadow: rgb(150 150 150 / 19%) 0px 4px 8px -2px, rgb(150 150 150 / 19%) 0px 0px 0px 1px;
  border-radius: 1rem;
  padding: 1rem;
  margin-top:  1.5rem;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.overview-item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: rgb(150 150 150 / 19%) 0px 25px 25px -12px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.default-text {
  font-size: 1.5rem !important;
}

.container-text {
  text-align: center;
  font-size: 1rem;
}

#boxContainer:hover {
  transform: translateY(-15px);
  box-shadow: rgb(150 150 150 / 19%) 0px 25px 25px -12px;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
.padding-1 {
  padding:1rem !important;
}
a {
	color: grey !important;
}
.footer {
  /* Set the fixed height of the footer here */
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.border-fix {
  border-bottom-right-radius: 1rem;
}

.chart {
  width: 100%;
  min-width: 600px;
  max-width: 1250px;
}

.chartContent {
  margin-top: 50pt;
  font-size: 12pt;
}

.container {
  max-width: 1500px !important;
  margin-top: 4rem !important;
  padding: 2rem;
  background-color: rgba(255, 255, 255, .95);  
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
  border-radius: 2rem;
  width: 90% !important;
}

.container .table-responsive {
  overflow-x: auto !important;
  white-space: nowrap;
}

table  *  button {
  margin: .5rem !important;
}

.container:first-of-type {
  margin-top: 3rem !important;
}

.no-margin {
  margin:0;
}

.default-padding {
  padding: inherit !important;
}

.no-bg {
  background: none !important;
  box-shadow: none;
}

.headline {
  text-align: center;
  font-weight:bold;
  margin: 0 0 2rem 0 !important;
  padding-bottom: 1rem;
}

.modal-container {
  position: relative;
  z-index: 999 !important;
}

.modal {
  max-width: 500px;
  width: 100% !important;
  top: 1rem !important;
  border-radius: 1rem !important;
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
}

.modal-footer {
  border-top: 1px solid #333f42;
}

.modal-overlay {
  opacity: .8 !important;
  background: #333f42 !important;
}

.container-headline {
  text-align: center;
  padding-top: 0 !important;
  margin-top:2rem !important;
  margin-bottom: -5rem !important;
  box-shadow: 0 0px 20px rgba(150,150,150,0.19);
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  z-index: 2;
  position: relative;
}

hr {
	margin: 25px 0px 25px 0px !important;
}

.btn {
  box-shadow: none;
}
.btn:hover {
  box-shadow: none;
}

.btn-primary {
  cursor: pointer;
  height: 55px;
  text-align:center;
  border: none;
  border-radius: 1.25rem;
  background-color: #333f42;
  box-shadow: none !important;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary-file {
  cursor: pointer;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 1.25rem;
  background-color: #333f42;
  box-shadow: none !important;
  background-position: 0 100%;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary-green {
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 100%;
  background-color: green;
  box-shadow: none !important;
  background-position: 0 100%;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary-red {
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 100%;
  background-color: rgb(130, 0, 0);
  box-shadow: none !important;
  background-position: 0 100%;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:hover,
.btn-primary-green:hover,
.btn-primary-red:hover,
.btn-primary-file:hover {
  background-color: #4f585b;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:focus,
.btn-primary-green:focus,
.btn-primary-red:focus,
.btn-primary-file:focus {
  background-color: #4f585b;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a.link {
	color: grey !important;
}

.right-align > form {
  display: inline-block;
  padding:1rem;
}

.form-signin {
  background-color: rgba(255, 255, 255, .95);
  box-shadow: rgb(150 150 150 / 19%) 0px 4px 8px -2px, rgb(150 150 150 / 19%) 0px 0px 0px 1px;
  width: 100%;
  max-width: 700px;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  border-radius: 2rem;
}

.form-signin .row {
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#signin-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.cursor-default {
	cursor: default !important;
}

.dropdown-item:active,
.dropdown-item:hover {
	background-color: rgba(0,0,0,.05) !important;
}

.dropdown-content li>a, .dropdown-content li>span {
  color:grey;
}

h3 {
	margin: 10px 0px 0px 0px !important;
	padding: 15px 0px 15px 0px;
}

.big {
	font-weight: bold;
}

.secondColumn {
	background-color: rgba(230,230,230,1);
}

.align-items-center {
  display: -ms-flexbox!important;
  display: flex!important;
}

footer {
	margin-bottom: 1.5rem;
	background-color: transparent !important;
}

.mobile-hide {
  display: inherit;
}

.wrap {
  white-space:normal;
  min-width: 250px;
}

/* Navbar */
header, main, footer {
  padding-left: 300px;
}

/*
	Breakpoints
*/

/* Tablets */
@media screen and (max-width : 1500px) {

  nav .sidenav-trigger {
    display: block !important;  
  }

  .form-signin {
    padding: 1rem;
  }

  header, main, footer {
    padding-left: 0;
  }

  .mobile {
    display: flex;
    align-items: center;
    line-height: 0;
    min-height: 65px;
    position: sticky;
    top: 0px;
  }

  nav.desktop {
    display: none;
  }
  
  #boxContainer {
    margin-top: 3rem;
  }

  .container {
    padding: 0px;
  }

  nav .nav-wrapper {
    color:white;
  }

  .btn[type=submit] {
    margin-bottom: 1.5rem;
  }

  .btn[name=loginStart] {
    margin-bottom: 0px;
  }
  
}

/* Mobile */
@media screen and (max-width: 600px) {

  h5 {
    font-size: 15pt;
  }
  
  body,
  .container-text,
  .sidenav li > a,
  .breadcrumb,
  input,
  .small-text,
  .mobile {
    font-size: 10pt !important;
  }

  .breadcrumb:before {
    font-size: 13pt;
  }

  .container,
  .form-signin,
  .modal
  {
    width: 95% !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .chart {
    display: none;
  }

  .margin-top-7 {
    margin-top: 0px;
  }

}

/* Mobile */
@media screen and (max-height: 500px) {

  #firstPage {
    display: inherit;
  }

}