
/* CSS Document */


/* BMSLOGIN */

/* GENERAL */

body {
    padding-bottom: 80px;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	/*background-color: #fdfdf2;*/
	background-color: #F0F0F0;
}

#sitelogo {
    max-width: 250px;
    margin: 20px auto;
    display: block;
    padding-top: 35px;
}
/* GRID */

*
{
  box-sizing: border-box;
}

header {
    width: 100%;
    /*background-color: #00506f;*/
	background-color: #AFCA0B;
    overflow: hidden;
    position: fixed;
    z-index: 3000;
}

#status-bar {
  padding-top: 9px;
  padding-bottom:9px;
  font-size: 12px;
}


#status-bar-container {
    /*height: 27px;*/
    /*background-color: #009fdd;*/
	background-color: #646363;
}

.navbar {
	border: none;
}

.main-menu {
	background-color: #AFCA0B;
}

.shop-menu {
	padding-left:10px;
}

.shop-menu .navbar-nav > .active > a {
	background-color:#666666;
}

.shop-menu .navbar-nav > .active > a:hover {
	background-color:#4C4C4C;
}

.shop-menu .navbar-nav {
	height:auto;
}

@media (max-width: 767px) {
	.navbar-nav {
		height: calc(100vh - 110px);
		overflow: auto;
	}
}


.nav > li > a  {
	color: #fdfdf2 !important;
}

.clearer {
	clear:both;
}

a {
	text-decoration:none;
	padding: 5px 0px;
}

a:visited {
	color: inherit;
}

#nav-section {
    font-weight: bold;
    background-color: #AFCA0B;
}

#content {
    width: 100%;
    padding-top:90px;
}

#admin-navigation {
    font-weight: bold;
}

.navbar-header, .navbar, .navbar-inverse {
    padding-bottom:0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover
{
  color: #ffffff;
  /*background-color: #002838;*/
  background-color: #646363;
}

#status-bar p {
	color: #AFCA0B !important;
	font-weight: bold;
}

.logout-link {
	color: #fdfdf2 !important;
	font-weight: bold;
}

.logout-link:hover {
	color: #AFCA0B !important;
	text-decoration: none !important;
}
/*.navbar-nav li {
    position: relative;
}*/

.container-fluid {
  margin-left:0;
  margin-right: 0;
  padding: 0;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  /*padding-bottom: 30px;*/
}

#main-content-wrapper {
  padding-top: 30px;
}

.spacer {
  width: 100%;
  height: 30px;
}

.spacer-sm {
  width: 100%;
  height: 20px;
}

.content-box {
    width: 100%;
    height: 100%;
    /*background-color: #fffffc;
    border: 1px solid #dfe0d5;*/
	background-color: #FCFCFC;
    border: 1px solid #D7D7D7;
    padding: 20px 30px;
}

.content-box-tabs {
    width: 100%;
    height: 100%;
	background-color: #FCFCFC;
    border-rigth: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
    padding: 20px 30px;
}

.boxed-content {
    
    /*background-color: #fffffc;
    border: 1px solid #dfe0d5;*/
	background-color: #FCFCFC;
    border: 1px solid #D7D7D7;
    padding: 20px 30px;
}

/* TEXT */

h1 {
    color: #646363;
}

h2 {
	
    color: #646363;
   
   
}

h2 img {
    margin-right:6px;
}

h3 {
    color: #646363;
   
}

h4 {
	color: #646363;
	font-weight: bold;
	margin-bottom: 20px;
}

h5 {
	color: #646363;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #646363;
	letter-spacing: -0.03em;
}

.hr-heading {
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #646363;
	margin-bottom: 20px;
}

.section-h {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}

hr {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #646363;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hr-sm {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-box {
	width: 100%;
    height: 100%;
    /*border: 1px solid #808080;*/
    padding: 20px 30px;
	/*background-color: #646363;*/
	color: #646363;
}

.popover {
	max-width: 100%;
	max-height: 50%;
}

/* STARTPAGE */

.result {
	display:inline-block;
	margin-right:8px;
	font-size: 22px; 
}

.news h4 {
	margin-bottom: 0px;
}

.digit {
    border-radius: 1em;
	font-size: 80px;
	padding-top: 0.4em;
	display: inline-block;
}

.digit-sm {
    border-radius: 1em;
	font-size: 14px;
	padding-top: 0.4em;
}

.digit-red, .badge-red {
	background-color: #e74011;
}

.digit-yellow, .badge-yellow {
	background-color: #f7bd2e;
}

.digit-green, .badge-green {
	background-color: #95c11f;
}

.digit-black, .badge-black {
	background-color: #000;
}

.digit-azur, .badge-azur {
	background-color: #46b8da;
}

.newsbar {
	background-color: #ebf7fc;
}

.label {
	padding-top: 0.4em;
}

.badge-black {
    background-color: #646363;
}

.badge {
	padding-top: 0.4em;
}

.btn-black
{
  color: #FFFFFF;
  background-color: #000000;
  border-top-color: #646363;
  border-right-color-value: #646363;
  border-bottom-color: #646363;
  border-left-color-value: #646363;
}

.btn-black .badge {
	background-color: #FFFFFF;
	color:#646363;
}

.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open > .dropdown-toggle.btn-black
{
  color: #FFFFFF;
  background-color: #808080;
  border-top-color: #808080;
  border-right-color-value: #808080;
  border-bottom-color: #808080;
  border-left-color-value: #808080;
}

.btn-green
{
  color: #FFFFFF;
  background-color: #c0ce2e;
  border-top-color: #c0ce2e;
  border-right-color-value: #c0ce2e;
  border-bottom-color: #c0ce2e;
  border-left-color-value: #c0ce2e;
}

.btn-green.active, .btn-green.focus, .btn-green:active, .btn-green:focus, .btn-green:hover, .open > .dropdown-toggle.btn-green
{
  color: #FFFFFF;
  background-color: #909b23;
  border-top-color: #909b23;
  border-right-color-value: #909b23;
  border-bottom-color: #909b23;
  border-left-color-value: #909b23;
}

.heading-box-container {
    position: relative;
    left:-42px;
    min-width:100%;
    margin-bottom: 20px;
    float: left;
}

.heading-box {
    min-height: 34px;
    position: relative;
    color: #FFFFFF !important;
    padding-left: 15px;
    padding-right:15px;
    padding-top:6px;
    padding-bottom: 5px;
    float: left;
}

.h-box-black {
    background-color:#000000;
}

.h-box-success {
    background-color:#5cb85c;
}

.h-box-warning {
    background-color:#eea236;
}

.h-box-danger {
    background-color:#d43f3a;
}

.heading-patch {
    height: 6px;
    min-width: 100%;
    position: relative;
    background-image: url(../Img/heading-patch.png);
    background-repeat: no-repeat;
    float: left;
}
  
.heading-box h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
	color: #FFFFFF !important;
}

.top-btns {
    padding-bottom: 10px;
}

.confirm-box, .delete-box {
  text-align: center;
}

.confirm-box .glyphicon {
    color:#c0ce2e;
    font-size: 40px;
}

.delete-box .glyphicon {
    color:#e00916;
    font-size: 40px;
}

.warning-box a, .danger-box a, .info-box a {
   /*text-align: center;*/
   color: inherit;
}

.warning-box .glyphicon, .danger-box .glyphicon, .info-box .glyphicon{
    font-size:18px;
    margin-right: 4px;
}

.info-box {
    /*color: #509fdb; */
}

.info-box .badge {
  background-color: #509fdb;
}

.danger-box {
    /*color: #e00916;*/
    /*background-color: #fde8e0;*/
}

.danger-box .badge {
  background-color: #e00916;
  color: #FFFFFF;
}

.warning-box {
    /*color: #f7931e;*/
}

.warning-box .badge {
  background-color: #f7931e;
}

.modal {
	z-index: 3000;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.clickable-row, .toggle-link {
	cursor: pointer;
}

.on-top-btn {
	z-index: 4000;
}

.redblock, .greenblock, .yellowblock, .blackblock {
	display: inline-block;
	padding: 3px 2px 1px 2px;
	color: #FFF;
	min-width: 20px;
	text-align: center;
}

.redblock a, .greenblock a, .yellowblock a, .blackblock a {
	padding: 3px 2px 1px 2px;
	color: #FFF;
}

.redblock {
	background-color: #e74011;
}

.yellowblock {
	background-color: #f7bd2e;
}

.blackblock {
	background-color: #000000;
}

.greenblock {
    background-color: #95c11f;
}

#statslist a, #top a {
    color: inherit;
    text-decoration: none;
}

#navbar a:hover {
	color: #000000;
}

.mess {
	font-size: 0.87em;
	font-weight: bold;
	color:#e74011;
	margin-bottom: 4px;
}

.mess a {
	color:#95c11f;
}

.confirm {
	font-size: 0.95em;
	font-weight: normal;
	color:#000;
	margin-bottom: 4px;
	line-height: 120%;
}

.confirm a {
	font-weight: bold;
	color: #009fdd;
}

.confirm a:hover {
	color: #646363;
}

/* SHOW CASES */

.caselinks {
    margin-top: 20px;
    list-style-position: inside;
    width: 300px;
    background-color: #f4fbfd;
    padding: 20px;
}

.caselinks li {
    height: 20px;
    padding-bottom: 4px;
    color: #646363;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.casered {
    list-style-image: url(../Img/red_small.png);
}

.caseyellow {
    list-style-image: url(../Img/yellow_small.png);
}

.casegreen {
    list-style-image: url(../Img/green_small.png);
}

/* TABLES */

/*
.caselist {
    width: 720px;
    font-size: 0.87em;
    font-weight: bold;
    color: #00506f;
    margin-top: 10px;
}

.caselist tr {
    height: 46px;
    
}

.caselist td {
    border-bottom: 1px solid #99b9c5;
}*/

.caselisting {
	width: 720px;
	font-size: 0.87em;
	font-weight: bold;
	color: #646363;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	line-height: 150%;
}

.buttontbl {
	width: 100px;
	margin-top: 10px;	
}

.buttontbl tr {
	height: 20px;
}

.buttontbl td {
	padding-right: 8px;
}

.case {
    text-transform: uppercase;
    font-weight: normal;
    color: #99b9c5;
    letter-spacing: 0.03em;
}


#showcasewrapper {
    background-color: #f4fbfd;
    width: 680px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#showcasewrapper p {
    font-size: 0.87em;
    color: #646363;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 140%;
}

#showcasewrapper img {
    margin-right:6px;
}

.showcaseheading {
    font-weight: normal;
    text-transform: uppercase;
    color: #99b9c5;
}

.showcaseleft, .showcaseright {
    width: 300px;
    float: left;
    padding-right: 40px;
}

.caselist a {
	color: inherit;
}

.showcase {
    
}

.spacer {
  width: 100%;
  height: 30px;
}

.spacer-sm {
  width: 100%;
  height: 20px;
}

/* BUTTONS */

.bbutton, .ybutton, .gbutton, .greybutton, .rbutton {
    color: #FFF;
    display: block;
    text-transform: uppercase;
    padding: 8px 8px 5px 8px;
    float: left;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: inherit;
    text-align: center;
}

.loginbutton {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	padding: 8px 8px 5px 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: inherit;
	margin: 0 auto;
	text-align: center;
}

.bbutton, .loginbutton {
    background-color: #009fdd;
}

.rbutton {
    background-color: #e74011;
}

.ybutton {
    background-color: #f7bd2e;
}

.gbutton {
    background-color: #95c11f;
}

.greybutton {
    background-color: #999;
}

.bbutton:hover, .ybutton:hover, .gbutton:hover, .greybutton:hover, .rbutton:hover, .loginbutton:hover {
    background-color: #000;
    cursor: pointer;
}

.bbutton a, .ybutton a, .gbutton a, .greybutton a, .rbutton a, .loginbutton a {
    color: #FFF;
    text-decoration: none;
}

.bbutton a:visited, .ybutton a:visited, gbutton a:visited, .greybutton a:visited, .rbutton a:visited, .loginbutton a:visited {
	color: #FFF;
}

/* FORMS */

.formwrapper {
    background-color: #f4fbfd;
	padding: 20px;
    
}

.caseform {
    
}

/*
.caseform label {
    color: #99b9c5;
    font-size: 0.87em;
    text-transform: uppercase;
    line-height: 150%;
}*/

/*
.forminput {
    width: 300px;
    height: 30px;
    font-size: 1em;
}*/

/*
.forminputshort {
    width: 100px;
    height: 30px;
    font-size: 1em;
}*/

.submit {
    font-family: inherit;
    line-height: inherit;
    border: inherit;
    font-weight: bold;
}

/* NYHETER */

.newslist {
    list-style-type: none;
    padding: 20px;
    background-color: #f4fbfd;
   
}

.newslist li {
    margin-bottom: 25px;
    border-bottom: 1px solid #009fdd;
}

.newslist p {
    font-size: 0.87em;
    width: 550px;
    line-height: 140%;
    margin-bottom: 8px;
}

.newslist p a {
	color: #009fdd;
}

.newslist p a:hover {
	color: #646363;
}
	
.newslist h3 {
    margin-bottom: 5px;
}

.newslistdate {
    display: block;
    font-size: 0.87em;
    color:#bfbfbf;
    font-weight: normal;
    margin-bottom: 3px;
}

.orderValue {
	color:#009fdd;
}

/* Form Validation */

.required {
	visibility: hidden;
	padding-left: 5px;
	font-weight: bold;
}

#reqFname {
	
}

.messagebox {
	width: 100%;
    height: 100%;
    padding: 20px 30px;
	margin-top: 200px;
	text-align: center;
    border: 1px solid #808080;
	background-color: #646363;
	color: #ffffff;
}

.loginbox img {
	margin-bottom: 40px;
}

.loginbox label {
	width: 100%;
	text-align: center;
	font-size: inherit;
	color: #009fdd;
	line-height: 140%;
}

.loginInput {
	margin-bottom: 8px;
}

.loginbox p, .messagebox p {
	font-size: 0.87em;
	line-height: 140%;
}

.messagebox h4 {
	color:#fff;
}

.messagebox p a {
	color:#fff;
}

/* STATS */

#caseListingWrapper {
	display: none;
}

#hideplants {
	display: none;
	cursor: pointer;
}

#statsWrapper {
    background-color: #f4fbfd;
    
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#statsWrapper label {
	font-size: 0.8em;
	line-height: 140%;
}

.statstable {
	font-size: 0.9em;
	max-width: 400px;
	width: 100%;
}

.statstable a, .statstable a:visited {
	color: inherit;
	
}

.statsCount {
	
}

.closelink {
	cursor: pointer;
}

.statstable tr:nth-child(even) {
    background: #f4fbfd;
}

.statstable tr:nth-child(odd) {
    background: #dbe1e4;
} 

/*** CALENDAR ***/

#calwrapper {
    width: 680px;
    margin-bottom: 20px;
}


.calleft {
    width: 330px;
    float: left;
    padding-right: 0px;
}

.calright {
    width: 200px;
    float: left;
    padding-left: 40px;
    padding-top: 20px;
}

.calTable {
	width: 330px;
}

.calHeader {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	
}

.calArrow {
	width: 42px;
	text-align: center;
}

.calCell {
	width: 42px;
	height: 42px;
	text-align: center;
	/*background-color: #F5F5F5;*/
	font-size: 1em;
	color: #000;
}

.calCell:hover {
	/*background-color: #e6e6e6;*/
}

.calDay {
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #f4fbfd;
	font-weight: bold;
	font-size: 0.8em;
}

.calBooked {
	/*background-color: #FADCEB;*/
}

.calBooked:hover {
	/*background-color: #BCA5B0;
	color: #FFFFFF;*/
}

.calBooked a {
	padding: 10px;
}

.calCell button {
	width: 100% !important;
	height: 100%;
	border-radius: 0px;
	background-color: #F5F5F5;
}

.calCell button:hover {
	background-color: #b4b4b4;
}

.calBooked button {
	background-color: #FADCEB;
}

.calBooked button:hover {
	background-color: #BCA5B0;
	color: #FFFFFF;
}

.no-event {
	color: #aeaeae;
}

.today {
	font-weight: bold;
	color: #2094d2;
}

.calCell a, .today a {
	color: inherit;
}

.poptext {
	font-size: 0.8em;
	line-height: 140%;
}

.book {
	font-size: 0.8em;
	color: #444444;
}

.bookInput {
	width: 200px;
	margin-bottom: 8px;
}

.hidden {
	display: none;
}


.expl {
	padding-left: 7px;
	font-size: 0.9em;
}

/*** DOCS ***/

.docs p {
	font-size: 0.9em;
	line-height: 120%;
	margin-bottom: 6px;
}

.docs-links {
	font-weight: bold;
}

.docsDownload {
	list-style-type: none;
	font-size: 0.9em;
	margin-bottom: 40px;
	margin-top: 5px;
	font-weight: bold;
}

.docsDownload li {
	margin-bottom: 8px;
}

.docs a {
	color: #2094d2;;
}

.docs a:hover {
	color: #999999;
}

.doc-header {
	text-transform: uppercase;
}

/*** DISPLAY   ***/

#display {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;	
}

#displayWrapper {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
}

.bigheader {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0px !important;
	
}

.displayOrder {
	font-size: 7em;
	font-weight: bold;
	letter-spacing: -7px;
	/*color: #009fdd;*/
	color:#AFCA0B;
}

.displayTotal {
	font-size: 10em;
	font-weight: bold;
	letter-spacing: -16px;
	margin-bottom: 0px !important;
	/*color: #009fdd;*/
}

.display-static {
	color: #AFCA0B !important;
}

.displayPlant {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #AFCA0B;
	line-height: 120%
}

.displaylogo {
	margin-top: 80px;
}

.export {
	font-size: 15px;
	max-width: 600px;
	width: 100%;
	border:0;
}

.export a, .export a:visited {
	color: #2094d2;
	font-weight: bold;
}

.export tr:nth-child(even) {
    background-color: #e6e6e6;
}

.export tr:nth-child(odd) {
    background-color: #fafafa;
} 

.col-3 {
	position: relative;
	box-sizing: border-box;
	
	width: 33%;
	float: left;
}

.col-4 {
	position: relative;
	box-sizing: border-box;
	max-width: 230px;
	width: 25%;
	float: left;
}

.col-5 {
	position: relative;
	box-sizing: border-box;
	
	width: 20%;
	padding-right: 20px;
	float: left;
}





.check-label {
	padding-left: 5px;
}





.border {
	width: 100%;
	height: 1px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #2094d2;
}

.printList {
	list-style-type: none;
}

.printList li {
	margin:20px;
	display: inline-block;
	width: 30%;
}

/* SHOP */

.shop-item {
	/*height:400px;*/
	/*min-height:450px;*/
	overflow:hidden;
	border:1px solid #D7D7D7;
	padding:15px;
	margin-bottom:20px;
}

.shop-item h4 {
	margin-bottom:3px;
}
 
.shop-item-img {
	width:100%;
	height:200px;
	overflow:hidden;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	border:1px solid #D7D7D7;
}

.shop-price {
	font-weight:bold;
	font-size:18px;
	color:#646363;
}

.shop-details-link {
	cursor:pointer;
}

.shop-details-link:hover {
	text-decoration:underline;
}

.shop-item-details {
	padding:10px 0px;	
}

.order-badge {
	right:-2px;
	top:4px;
	position:absolute;
}

/* CART */

.cart-table a {
	color:inherit;
}

.cart-table img {
	max-width:80px;
}

.cart-table-sum td {
	font-size:18px;
	font-weight:bold;
}

/* PRODUCT IMAGE-GALLERY */

#product-img-gallery img {
	cursor:pointer;
}

#product-img-gallery img:hover, .active-image {
	border:2px solid #000;
}

#remove-img-link:hover {
	color:#000;
}

.product-img-gallery-large {
	width:100%;
	height:400px;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#E8E8E8;
	background-position:center;
	padding:20px;
	margin-bottom:10px;
}

.product-img-gallery-title {
	padding:8px;
	background-color:rgba(255, 255, 255, 0.8);
	margin-bottom:5px;
}

#product-img-container img {
	max-width:100%;
}

/* TILLÄGG APRIL 17 */

.create-form-container {
	display:none;
}

a.btn {
	color:#fff;
}

.navbar-right {
	margin-right:0px;
}

.nav-tabs li a {
	color:inherit !important;
}

.nav-tabs > li.active > a {
	background-color: #FCFCFC;
}

#resellernavbar .navbar-header {
	background-color:#6C6C6C;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

#resellernavbar label {
	visibility:hidden;
}

#userstats h3 a {
	color:inherit;
}

#userstats a:hover {
	text-decoration:none;
	color:#999;
}

/* Tillägg okt 17 */
.plant-details-well {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #646363;
	padding:19px;
	padding-left:30px;
	margin-top:20px;
}

.toggle-hidden {
	display:none;
}