body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: 'Abel', sans-serif !important;
  font-size: 16px !important;
  color: white;
}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

#login-wrap {
    margin-top: 40px;
    width: 250px;
    display: flex;
    flex-direction: column;
}

#registerForm input{
    text-align: left;
    padding: 5px;
}
#register input {
    color:gray;
}
#register:hover > input{
    color:white;
}

select option {
    background: black;
    color: #fff;
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../img/bg-mobile.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }

}



a {
  text-decoration: none;
  color: black;
}
a:any-link {
  text-decoration: none;
}

.greenBack {
  /* background-color: rgba(38, 108, 23, 0.16); */
}
.nav-item{
  padding: 2px;
}
.product-box-wrap {
  height: 230px;
  overflow: scroll;
}
.product-box {
  display: block;
  overflow-x: hidden;
}
.product-label {
  display: inline;
}
.logout {
  background-color: rgb(255, 177, 168);
  border: 1px solid white;
  border-radius: 2px;
  width: inherit;
  text-align: center;
  font-weight: 800;
}
.admin {
  background-color: gold;
  border: 1px solid white;
  border-radius: 2px;
  width: inherit;
  text-align: center;
  font-weight: 800;
}
.logout:hover {
  background-color: rgb(255, 157, 148);
}
.list-group-item {
  background-color: rgba(255,255,255,0.2);
}
.list-item-delete {
  background-color: rgba(0,0,0,0);
  border: 0;
  color: darkred;
  padding: 0;
}
.list-item-delete:hover{
  color: white;
}

.navbar-toggler{
  /* background-color: rgba(255, 255, 255, 0.16); */
  }

#meni {
  background-color: rgba(255, 255, 255, 0.0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* background: #1F0318;
  background: -moz-linear-gradient(left, rgba(178, 27, 10, 0.6), rgba(255, 191, 80, 0.69) 14.29%, rgba(244, 255, 108, 0.67) 28.57%, rgba(70, 178, 77, 0.59) 46.64%, rgba(119, 236, 241, 0.66) 64.29%, rgba(9, 104, 194, 0.44) 82.35%, rgba(6, 9, 146, 0.48));
  background: -webkit-linear-gradient(left, rgba(178, 27, 10, 0.6), rgba(255, 191, 80, 0.69) 14.29%, rgba(244, 255, 108, 0.67) 28.57%, rgba(70, 178, 77, 0.59) 46.64%, rgba(119, 236, 241, 0.66) 64.29%, rgba(9, 104, 194, 0.44) 82.35%, rgba(6, 9, 146, 0.48));
  background: linear-gradient(to right, rgba(178, 27, 10, 0.6), rgba(255, 191, 80, 0.69) 14.29%, rgba(244, 255, 108, 0.67) 28.57%, rgba(70, 178, 77, 0.59) 46.64%, rgba(119, 236, 241, 0.66) 64.29%, rgba(9, 104, 194, 0.44) 82.35%, rgba(6, 9, 146, 0.48)); */
}


#footer {
background-color: rgba(255, 255, 255, 0.05);
padding: 5px;
}


/* calendar */
.fc-buttons {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: white;
}
.fc-today {
  background-color: rgba(255,255,255,0.1) !important;
}
.fc-highlight {
  background: rgba(255, 255, 255, 0.56);
}
.shadow {
  /* box-shadow: -3px 3px 5px green !important; */
}
#script-warning {
  display: none;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: red;
}

#loading {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
}

#calendar {
  max-width: 900px;

  padding: 0 0px;
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 0.8em;
}

#calendar:hover {
  cursor: cell;
}

/* forme */
input[type=checkbox] {
    display: inline;
}
input[type=checkbox]:checked {
 background: green;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
  /* box-shadow: -3px 3px 5px green; */
  border-radius: 0px;
}
input {
  /* -webkit-appearance: none; */
  border-radius: 0;
  text-align: center;
}
.carousel-caption{
  top: 20px;
  bottom: auto;
}

.form-group {
  margin-bottom: 5px;
}
.logininput {
  width: 100%;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  padding-bottom: 2px;
}
.logininput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray;
}
.logininput::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
.logininput:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
.logininput:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

.registerinput {
  width: 100%;
  border: 0px;
  background-color: rgba(255,255,255,0);
  border-bottom: 1px solid white;
  color: white;
  /* box-shadow: -3px 3px 5px green !important; */
  -webkit-appearance: none;
  padding-bottom: 2px;
}
.registerinputAdmin {
  width: 100%;
  border: 0px;
  background-color: rgba(255,255,255,0.44);
  border-bottom: 1px solid white;
  color: black;
}
.registerinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray;
}
.registerinput::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}
.registerinput:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}
.registerinput:-moz-placeholder { /* Firefox 18- */
  color: gray;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
.modal-content {
    background-color: black;
    border: 1px solid white;
}
*/

.modal-wrap {
    overflow:scroll;
    max-height: 100vh;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: black;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
    animation-name: slideIn;
    animation-duration: 1s;
    z-index:1000;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px 36px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

.carousel-item {
    height:300px;
}

.button5 {
    background-color: rgba(0,0,0,0);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius:5px;
}

.button5:hover {
    background-color: rgba(255, 255, 255, 0.25);;
    color: white;
}

.slick-slide img {
    padding:3px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

}

#sendy:active {
    color: black;
    background-color:rgba(255,255,255,0.8);
}

.fc-event {
    background-image: url('/static/img/patern.png');
}
.slick-slide img {
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 1s ease;
}
.slick-slide:hover img {
    -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
#lightshow-text img {
    width: 30px;
}
