/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
  height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
      background: linear-gradient(40deg,#582020,#4c4021)!important;}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
   background: linear-gradient(40deg,#582020,#4c4021)!important; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #4b2904; }


.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}
.chip.chip-lg img {
    height: 52px;
    width: 52px;
}
.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.chip{
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    line-height: 32px;
    padding: 0 12px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.serverIn{
    display: none;
}
.serverSelect{
    position: relative;
    display: inline-table;
    width: 150px;
    line-height: 80px;
    background-color: #000;
    background: linear-gradient(to bottom, #020202 7%, #3d1d02 57%, #010101 100%);
    border-radius: 5px;
    margin-left: 5px;
    font-size: 10px;
}
.serverSelect:hover{
  cursor: pointer;
  box-shadow: 0 0 20px 3px #c36b18;
}
input.serverIn:checked + label.serverSelect:after{
    position: absolute;
    left: 8px;
    top: -7px;
    width: 150px;
    height: 80px;
    content: "\f00c";
    text-align: right;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    border-radius: 5px;
    color: #d27c2a;
    text-shadow: 1px 4px 3px #502500;
}
.paysystemKass{
  display: none;
}
.paysystem{
  position: relative;
  width: 120px;
  height: 50px;
  margin-right: 5px;
  border-radius: 5px; 
}
.paysystem:hover{
  cursor: pointer;
  box-shadow: 0 0 20px 0 #c64f00;
}
input.paysystemKass:checked + label.paysystem:after{
    position: absolute;
    left: 8px;
    top: -7px;
    width: 120px;
    height: 50px;
    content: "\f00c";
    text-align: right;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    border-radius: 5px;
    color: #1aa954;
    text-shadow: 4px 3px 5px #7f3904;
    background: transparent;
}

.filter{
     background-color: #0000009e;
     border-radius: 3px;
     padding:10px;
     padding-bottom: 20px;
     box-shadow: 0px 0px 6px 0px #64504e;
}
#int{
    font-size: 25px;
    color: #c67719;
    font-weight: 900;
    vertical-align: middle
}


.timer {
     padding: 70px;
	 padding-left: 10px;
}

