/* These styles are generated from project.scss. */

html {
  position: relative;
  min-height: 100%;
  font-size: 1rem;
}

body {
  color: #333333;
  background-color: #eaeaea;
}

.blue-bg {
  background: -ms-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%);
  background: -moz-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 91, 144, 0.9)), color-stop(100%, rgba(0, 68, 123, 0.9)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f5b90', endColorstr='#e600447b', GradientType=0);
}

.top-action-navbar {
  position: absolute;
  color: #fff;
  display: inline-block;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.8rem;
}

.top-action-navbar ul li {
  float: left;
  padding-right: 10px;
}

.top-action-navbar .navbar-nav {
  margin-left: 85px;
  display: block;
}

.navbar-dark .navbar-text,
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-brand {
  position: absolute;
  top: -5px;
}

#top-actions > ul > li {
  display: inline-block;
}

#top-actions a {
  color: #fff;
}

#top-actions > ul > li > a, #top-actions .dropdown-toggle,
#top-actions .static-link {
  white-space: nowrap;
  padding: 10px 10px;
  color: #fff;
  display: block;
}

#user_box .dropdown-menu {
  background: -ms-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%);
  background: -moz-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 91, 144, 1)), color-stop(100%, rgba(0, 68, 123, 1)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f5b90', endColorstr='#e600447b', GradientType=0);
  margin-top: 0;
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: 0 6px 11px -5px #2d2d2d;
  min-width: 120px;
}

#user_box {
  padding: 0 0 0 90px;
  display: inline-block;
  z-index: 15;
  color: #fff;
  list-style: none;
  margin-bottom: 0;
}

.tuevsued-logo {
  left: 15px;
  position: absolute;
  top: 0;
  z-index: 100;
}

#searchbar {
  padding: 10px;
  position: absolute;
  right: 30px;
  width: 280px;
  z-index: 15;
  top: 0;
  color: #fff;
  font-size: 0.8rem;
}

#searchbar p {
  color: #fff;
  margin: 0 0 4px;
}

#searchbar input,
#searchbar button {
  border-radius: 0;
}

#banner {
  position: relative;
  height: 170px;
  background: #2e7092;
  background: -moz-linear-gradient(top, #2e7092 0%, #60a0c7 100%);
  background: -webkit-linear-gradient(top, #2e7092 0%, #60a0c7 100%);
  background: linear-gradient(to bottom, #2e7092 0%, #60a0c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7092', endColorstr='#60a0c7', GradientType=0);
}

.cm-title {
  color: #FFFFFF;
  font-size: 40px;
  left: 100px;
  position: absolute;
  z-index: 100;
  line-height: 36px;
  top: 50%;
  transform: translateY(-50%);
}

.top-navbar.bg-dark {
  background-color: transparent !important;
  padding: 0;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  transform: translateY(-45px);
  margin-left: 1rem;
}

.top-navbar .navbar-nav li {
  margin-right: 1px;
}

.navbar-nav .dropdown-menu {
  margin-top: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  font-size: 16px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  color: #235E8F;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .show > .nav-link:hover,
.navbar-dark .navbar-nav .show > .nav-link:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 91, 144, 0.9)), color-stop(100%, rgba(0, 68, 123, 0.9)));
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #235E8F;
  text-decoration: none;
  background-color: #D3E5F1;
}

.top-navbar .navbar-nav .nav-link {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #adadad 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #adadad 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #adadad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#adadad', GradientType=0);
  color: #195788;
  border-top: 1px solid #f9f9f9;
  padding: 8px 15px 12px;
}

.top-navbar .navbar-nav .nav-link:hover,
.top-navbar .navbar-nav .nav-link:focus {
  color: #000;
}

.content {
  margin-bottom: 3rem;
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  background-color: #fff;
  border: 1px solid #dedede;
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1F5B8C;
  font-weight: normal;
  padding-right: 10px;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

select {
  width: 100%;
}

.select2-container--bootstrap4 {
  width: 100% !important;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.form-inline .select2-container--bootstrap4 {
  width: 200px !important;
  margin-right: 15px;
}

.form-inline .btn {
  margin-left: 15px;
}

.form-inline label {
  margin-right: 15px;
}

.form-inline .select2-dropdown {
  width: 200px !important;
}

.form-inline .form-group {
  margin-bottom: 1rem;
}

.dataTables_wrapper {
  position: relative;
}

.dt-buttons {
  position: absolute;
  top: 40px;
}

.week_capacity_zero {
  color: black;
  margin-left: 5px;
}

.progress_custom {
  height:30px;
  margin-bottom: 10px;
  color: black;
}

.modal-position {
  padding-top:10%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: rgba(31, 91, 144, 0.9);
}

.footer span {
  color: white;
}

/* live - search */
#live-search .content {
  margin-bottom: 0.2rem;
}

#live-search a.result {
  text-decoration-line: none;
}

.ui.search > .results .result:hover, .ui.category.search > .results .category .result:hover {
  background: #ebf2f8;
}

/* comments hide honey-pot */
#id_honeypot {
    display: none;
}

#id_comment{
  resize: none;
  margin-bottom: 1rem;
}

#comments-save {
  margin-bottom: 1rem;
}

.elapsed {
  color: red;
}

.completion-target-date-warning {
    color: orange;
}

.completion-target-date-danger {
  color: red;
}

.hidden {
  display: none;
}

.fifty_chars {
    display: block;
    width: 47ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

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

}

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

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}

@media (min-width: 1920px) {

}

@media (min-width: 2200px) {

}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width: 1399px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  #searchbar {
    display: none;
  }

  .top-navbar.bg-dark {
    background: -ms-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%) !important;
    background: -moz-linear-gradient(top, rgba(31, 91, 144, 0.9) 0%, rgba(0, 68, 123, 0.9) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 91, 144, 0.9)), color-stop(100%, rgba(0, 68, 123, 0.9))) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f5b90', endColorstr='#e600447b', GradientType=0) !important;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}
