@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

div.escapeFloating {
    float:none;
    clear: both;
}



.btn-topmenu {
    font-size: 1em !important;
    padding: 2px !important;
}

.bg-lightgray {
    background-color: #dfdfdf;
}

.bs-tooltip-right {
    left: 5px !important;
}

.modal-full {
    min-width: 95%;
}

.modal-full-75 {
    min-width: 75%;
}

.modal-full-60 {
    min-width: 60%;
}


.modal-fixed {
    min-width: 800px;
}

.jk-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.jk-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.kontRating:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-family: FontAwesome;
    color: #ffca08 ;
    
}

.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #e0e0e0; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */


.fakeLink:hover {
    color: #a0a0a0;
    cursor: pointer;
}


.dropdown-submenu {
  position: relative;
}


.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.jk-submenu::after{
    display:inline-block;
    width:0;height:0;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}

a.hlt:hover {
    background-color: #17a2b8;
    color: white;
}

a.normallink {
    color: inherit;
}

.centered {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Yep! */
/*    width: 48%;
    height: 59%;*/
}


.table-nowrap {
    table-layout:fixed;
}
    
.table-nowrap td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.jk-padding-v-3 td, table.jk-padding-v-3 th {
    padding-top: 3px;
    padding-bottom: 3px;

}



table.jk-padding-v-3 th::before, table.jk-padding-v-3 th::after {
 bottom: 0.3em !important;
}

table.jk-v-center td, table.jk-v-center th {
    vertical-align: middle;
}

table.jk-table td, table.jk-table th {
    border: 1px solid gray;
    padding: 2px;
}

table.jk-table th {
    padding: 8px 20px 4px 2px !important;
    background-color: #000;
    color: #f0f0f0;
}

.jkChanged {
    background-color: #FFFF99 !important;
}

.ic-small {
    font-size: 0.7em;
}

div.itemHover {
    //background-color: #f8f9fa;
}

div.itemHover:hover {
    background-color: #fefefe !important;
}

table.jk-v-center td, table.jk-v-center th {
    vertical-align: middle !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.indent {
    text-indent: 15px;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 50px;
}

#back-top a {
    width: 64px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

#back-top span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/toparrow.png) no-repeat center center;

    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}

.actlink {
    color: inherit;
}

.actlink:hover {
    color: #5dade2;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    
}

.tablebutton {
    color: inherit;
    min-width: 30px;
    background-color: inherit;
    display: inline-block;
    text-align: center;
}

.tablebutton:hover {
    background-color: #5dade2;
    cursor: pointer;
    //font-weight: bold;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.sticky {
     position: -webkit-sticky; /* Safari */
     position: sticky;
     top: 0;
}

.shopCart:hover {
    background-color: #FF8400 !important;
    cursor: pointer;
}

.dropdown-submenu {
  position: relative;
}


.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.jk-submenu::after{
    display:inline-block;
    width:0;height:0;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}

.jk-shadow {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.jk-shadow-all {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);
}


.cartOverLimit {
    color: #fc5e03; !important;
    font-weight: bold;
}


.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('../img/loginscreen.jpg');
    background-repeat:repeat;
  }
.bg-darkred {
    background-color: #b30000 !important;
 }
 
.text-light1 {
    color: #F2F2F2;
}

#konto_chosen {
    line-height: 37px;
}

button.btn-table-secondary {
    background-color: #e2e3e5;
    color: black;
}

button.btn-table-secondary:hover {
    background-color: #8f9193;
}