.shoppingcart-count {
	position: absolute !important;
	top: -15px !important;
	right: -20px !important;
	background-color: #AFD154 !important;
	color: #FFF !important;
	font-weight: 700;
	font-family: Arial;
	font-size: 14px;
}

.user-menu {
	min-width: 250px;
	display: none;
	position: absolute;	
	background-color: #FFF;
	color: #333;
	border-radius: 5px;
	z-index: 1000;	
	padding: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    font-size: 14px;
    text-align: left;
    outline: none;
}

table.header-login {
	width: 100%;
	max-width: 400px;
}

a.menu-active {
  //text-decoration: underline !important;	
  border-left: 2px solid #EEE !important;
}

table.header-login > tbody > tr > td {
  color: #999;
  padding: 5px;
}

table.header-login input {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 2px 5px;
  width: 100%;
}

table.header-login button {
  border: 0px solid rgb(204, 204, 204);
  padding: 3px 8px;
  background-color: #305987;
  color: rgb(255, 255, 255);
  //border-radius: 4px;
}

.header-button { 
  padding: 5px;
  background-color: #305987;
  border: 0px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.header-image {
  display: none;
  box-shadow: 0px 20px 30px -30px inset;
  overflow: hidden;	
  width: 100%; 
  background-color: rgb(241, 244, 246); 
  margin: 0px; 
  padding: 0px; 
  height: 120px; 
  //opacity: 1;
  background-repeat: repeat; 
  background-size: 100%;	  
  background-position: center top;
}

.header-image-large {
  height: 170px; 
}

a.menu-link {
  color: #888;
  text-decoration: none;  
  padding: 5px 10px 5px 10px;
  margin-right: 0px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.5s ease;
}

a.menu-link:hover {
  //background-color: rgb(46, 100, 161);
  text-decoration: none;  
  color: #003F86;
  //border-bottom: 2px solid #003F86;
}

#mobile-menu-slider {
  position: fixed;
  height: 100%;
  background-color: #FFF;
  width: 90%;
  left: -300px; 
  top: 0px;
  overflow-y: auto;
  z-index: 2000; 
  max-width: 300px; 
  border-right: 2px solid #CCC; 
  transition: 0.5s ease;
  padding-left: 5px;
}

#new-books {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  opacity: 1;
  background-color: #305987;
  color: #FFF;
  z-index: 10;
  font-size: 0.9em;
  padding: 5px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
  text-align: center; 
  text-decoration: none;
} 

.well {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;	
}

.container-main {
	 padding-top: 15px; 
	 //color: #333; 
	 background-color: rgb(255, 255, 255); 
	 position: relative;
	 padding-bottom: 40px;
}

.container-bottom-margin {
	display: none;
}

.with-border {
  border-bottom: 1px solid #ddd;
}

.btn-user-menu {
	cursor: pointer;
}

.hidden {
	display: none;
}


.top-navi-bar { 
  display: none;
}

/* Raportit */
table.table-xs { 
  font-size: 0.8em
}

table#report {
    empty-cells: show;
}

table#report tbody tr td.number,
table#report tbody tr th.number,
table#report thead tr th.number {
    text-align: right;
}

table#report thead tr th.category {
  text-align: center;
}

#report tr td.tick {
  cursor: pointer;
}

.group2 {
  border-top: 2px solid #ddd;
}

.group1 td.tick:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}
.group1.closed td.tick:before {
  content: "\e080";
}

.group2 td.tick:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}
.group2.closed td.tick:before {
  content: "\e080";
}

.group3 td.tick:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}
.group3.closed td.tick:before {
  content: "\e080";
}

.group4 td.tick:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
}
.group4.closed td.tick:before {
  content: "\e080";
}


#report-parameters .btn-group {
  display:block;
}

#report-parameters button.multiselect {
  width: 100%;
}

#overall td, tr.total td {
  font-weight: bold;
}

#report-menu {
  padding: 75px 0 10px 0;
}

#report-menu a {
  padding: 0 10px 0 10px;
}

#report-menu a.active {
  font-weight: bold;
}

@media only screen and (min-width: 992px){
	#mobile-menu-slider {
	  position: relative;
	  height: auto;
	  background-color: transparent;
	  width: 100%;
	  left: 0px; 
    padding-left: 0px;
	  overflow-y: auto;
	  z-index: inherit; 
	  max-width: inherit; 
	  border-right: none; 
	  transition: none;
	}
}

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

	.header-image-large {
	  height: 350px; 
	}
	
	.header-image {
	  display: block;
	}
	
	.container-bottom-margin {
	   display: block;
	   height: 50px;
    }	
	
	.top-navi-bar { 
	    border-top: 10px solid #05371E; 
	    width: 100%; 
	    display: block;
	    top: 0px; 
	    left: 0px; 
	    background-color: #FFF; 
	    margin: 0px; 
	    padding: 7px 10px 10px 10px; 
	    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	    z-index: 100;
	    position: fixed;
	  }
	  
	  .top-navi-bar-small { 
	    border-top: 0px; 
	    padding: 0px 10px 0px 10px; 
	    transition: all 0.3s ease ;
    }

    .loader {
      border: 2px solid #333;
      border-radius: 50%;
      border-top: 2px solid #999;
      width: 10px;
      height: 10px;
      padding-top: 2px;
      -webkit-animation: spin 1s linear infinite; /* Safari */
      animation: spin 1s linear infinite;
    }
    
    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    
    form#report-parameters {
      background: #e8f0f8;
    }

    tr.group1, tr.main-row {
      background: #e8f0f8;
    }

    table#report tr:hover {
      background: #f2f2f2
      ;
    }

    [class^="group"] .hilite,
    [class^="group"] .shade2 {
      background-color: rgba(155, 200, 90, 1);
    }

    table#report tr:hover td.hilite {
      background: #e2e2e2;
    }
    
    table#report tr:hover td.shade2 {
      background: #e2e2e2;
    }
    

    table#report th {
      background: #fff;
    }
