@import 'font.css';
@import 'icon-font.css';
@import 'products.css';


/* GUNG */
gung-cookie-accept {
    position: absolute;
    bottom: 0px;
    z-index: 1001;
    width: 100%;
    display: block;
    text-align: center;
    background-color: black;
    color: white;
}

gung-overview-filter .gung-search-input-group,
generic-overview-filter .gung-search-input-group {
	width:100%;
}

gung-overview-filter .gung-search-input-group .input-group-addon,
generic-overview-filter .gung-search-input-group .input-group-addon {
	display: none;
}

gung-overview-filter .gung-search-input-group input,
generic-overview-filter .gung-search-input-group input {
	border:2px solid white;
	border-bottom:2px solid #f1f1f1;
	height: 63px;
	padding-right: 50px;
}

gung-overview-filter .gung-search-input-group:after,
generic-overview-filter .gung-search-input-group:after {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    right: 24px;
    z-index: 99;
    line-height: 68px;
}
gung-overview-filter .gung-search-input-group input:focus,
generic-overview-filter .gung-search-input-group input:focus {
	border:2px solid #4dc10e;
	box-shadow: inset 0px 0px 2px #4dc10e;
}


/**/

.main {
	    margin-top: 80px;
}

select.ng-invalid-required, input.ng-invalid-required {
	border: 1px solid red;
}

/**
 * General
 */
@media (min-width: 1024px) {
	/* menu fix */
	header {
		max-height: 71px;
	}
	header ul.navigation {
		flex-wrap: nowrap;
	}
	header ul.navigation > li.nav-item > a {
		max-height: 70px;
		white-space: nowrap;
	}
	
	.header .nav-item > a {
		padding: 0 5px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	header .company-name {
	    max-width: 125px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: inline-block;
    }
}
@media (min-width: 1200px) {
    .container{
        width: 100%;
        max-width: 1400px;
    }
}

.popover {
    width: 450px;
    max-width: 450px;
}


.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
/*    margin-bottom: 2px;
    margin-top: 0px;*/
}
body {
	background: none;
	background-color: #f9f9fb;
	background-image: none;
	color: #262626;
	
	
	font-family: "Open Sans",Arial,sans-serif;
	overflow-x: hidden;
}


/* Fonts in search boxes */
gung-overview-filter input.gung-search-input, generic-overview-filter input.gung-search-input {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif,FontAwesome!important;
}
.form-control {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif,FontAwesome!important;
}


/* Adjust grid to only have 10px gutters */
.row {
	margin-left: -5px;
	margin-right: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: 500;
}

p {
	line-height: 1.5;
}

p a,
p a:hover {
	color: #4dc10e;
}

a,
a:hover {
	color: #4dc10e;
}


/* Buttons */
.btn {
	border: 0;
//	font-size: 14px;
//	border-radius: 3px;
//	text-transform: uppercase;
//	padding: 15px 30px;
	transition: .2s ease-in-out background;
}

.btn-default	{
   background:#4dc10e;
}



.table-cart td {
    color: #353535;
}
.table-cart>tbody>tr>td {
    height: 30px;
    line-height: 30px;	
    vertical-align: middle;
}

.btn .glyphicon {
	top: 2px;
	margin-right: 10px;
}

.btn-primary {
	background: #7aba4f;
}

.btn-primary:hover {
	background: #8BC863;
}

.btn-secondary {
	color: #fff;
	background: #303030;
}

.btn-secondary:hover {
	color: #fff;
	background: #606060;
}

.btn-default {
	color: #fff;
}

.btn-default:hover {

	color: #fff;
	background: #303030;
}

.btn-default .btn-sm .btn-block {
	background: #000000;
}

.btn-default .btn-sm .btn-block:hover {
	background: #303030;
}

.gung-warning1,.gung-warning2 {
	background: none;
}
/* Page title */
h1:first-of-type {
    background-image: url(http://www.brigo.se/wp-content/uploads/2014/11/start-prover.jpg);
    background-size: cover;
    background-position: center center;
  	color: #fff;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 30px;
}
h1:first-of-type {
	display: none;
}
gung-orderrows-item-cancel-modal {
	width: 20px;
}
gung-orderrows-item-edit-modal {
	width: 20px;
}
.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
h1.product-name {
		text-align: left;
		color:rgb(38, 38, 38);
		background: none;
    font-family: "Open Sans",Arial,sans-serif;
    margin: 0;
    font-weight: 500;
	padding: 0;
}
.gung-filter-option {
	padding-bottom: 5px;
	padding-top: 5px;
}
.gung-filter-option > .badge {
	display: none;
}
.gung-filter-option-selected {

}

gung-cart-save-button .btn {
	display: block;
    width: 100%;
}

.page-title h1 {
	font-weight: normal;
	font-size: 30px;
}


/* Forms */
/*

.form-group {
	margin-bottom: 40px;	
}


.form-control-static {
	padding-top: 0px;
	padding-bottom: 0px;
}
*/
.form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-horizontal .control-label {
	padding-top: 5px;
}
.form-horizontal .form-control-static {
	padding-top: 5px;
}

.form-control {
	border: 1px solid #D5D5D5;
	color: #3D3D3D;
	box-shadow: none;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8D8D8D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8D8D8D;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8D8D8D;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8D8D8D;
}

/* Products */

.toggle-filter	{
	display:none;
}

.panel-heading	{
	padding:0;
	height:80px;
	overflow:hidden;
}

.panel-heading h2	{
	font-size:1.6rem;
	overflow:hidden;
}

.product-stock-status .btn-sm	{
	background:none;
	padding:0;
	color:#4dc10e;
}

.product-card-big {
    padding:20px;
}

.product-card-list	{
    padding:20px;
	width:100%;
}

.product-card-list .panel-body	{
	padding:0;
	width:100%;
}

.product-card-list .panel-heading	{
	height:auto;
}

.product-card-big .product-stock-status {
    padding: 0;
	float:left;
}

.product-sku	{
    font-size:11px;
	font-weight:700;
	color:#777 !important;
	padding: 4px 0 !important;
    float: none;
}

.product-card-big .product-buy	{
   padding:0;
}

.imagewrapper	{
   border:1px solid #f1f1f1;
   width:100%;
   height:200px;
   text-align:center;
   overflow: hidden;
}

.imagewrapper img	{
  width:auto;
  height:auto;
  max-width:90%;
  max-height:90%;
  margin:0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-card-list	.imagewrapper	{
   height:120px;
   width:90%;
}

.price-wrapper .price {
    color: #4dc10e;
    font-size: 2em;
    line-height: 1;
    vertical-align: top;
	margin-top:10px;
}

.product-card-big .price-wrapper	{
   height:auto;
}

p.small	{
   font-size:12px;
   display:block;
   margin:4px 0;
   min-height: 3em;
}

.product-card-big a, .product-card-list a {
    color: inherit;
    display: block;
    overflow: none;
}

/* Single */

.product-details h1 {
   display:block !important;
}

.product-details .btn {
   margin:4px 0;
}

.product-details .product-stock-status {
   margin:10px 0 0 0;
}

.product-details {
    padding: 40px;
}

.product-tabs-wrapper {
    display:none;
}

gung-products-input-single button.btn {
	margin: 0px!important;
}

/* Tabs */
.nav-tabs {
	display: block;
	width: 100%;
	border-bottom: 0px;
	margin: 20px 0px 0px 0px;
}

.nav-tabs > li {
	display: block;
	float: left;
	width: auto;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	background:none;
	margin:0 1px 0 0;
	opacity:0.75;
}

.nav-tabs > li > a {
	border-bottom: none;
	border-right: none;
	color: inherit;
	margin: 0;
	padding: 18px 22px;
	position: relative;
	background:#eee;
	font-size:13px;
}

.nav-tabs > li:last-child > a {
	border-right: 0;
}

.nav-tabs > li > a:hover {
	border-top: 0;
	border-left: 0;
	background-color: transparent;
	opacity:1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 0;
	border-right:none;
	background:#fff;
	opacity:1;
}

.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover,
.nav-tabs > li.active:last-child > a:focus {
	border-right: 0;
}
.tab-content {
   margin-top: 0px; 
}
.gung-tab-heading {
   display: none;
}
.panel {
    margin-bottom: 10px
}

/* Pills */
.nav-pills {
	background: #fff;
}

.nav-pills > li > a {
	border-left: 1px solid #f1f1f1;
	color: #727272;
	padding: 20px 25px;
}

.nav-pills > li > a:hover {
	background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: transparent;
	color: #4dc10e;
}

.nav-pills > li .fa {
	font-size: 2rem;
	vertical-align: middle;
}


/* Panels */
.panel-group {
	margin-bottom: 10px;
}

.thumbnail-heading {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
.panel {
	box-shadow: none;
}

.panel-default {
	border: 0;
	border-bottom: 1px solid #F2F2F2;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: 0;
	color: #4dc10e;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 25px 30px;
}

.panel-body {
	padding: 25px 30px;
	padding-top: 0;
}


/* Thumbnails */
.thumbnail {
	border: 0;
}

/**
 * Header and navigation
 */
.header {
	background: #000000;
	border-bottom: 1px solid #404040;
	width: 100%;
	position:fixed;
	top:0;
	z-index:1000;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.header .logo {
	max-width: 60%;
	max-height: 40px;
}
 
.header .header-left {
	height: 70px;
	line-height: 70px;
	padding-left: 0;
	border-right: 1px solid #404040;
	text-align:center;
}

.header .header-right {
	padding: 0;
}

.header .user-bar {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}

/* User bar custom background */
.header .user-bar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	border-bottom: 1px solid #404040;
	background: #0A0A0A;
}

.header .user-bar a {
	color: #8d8d8d;
	position: relative;
}

header .toggle-nav	{
	display:none;
}

.header .navigation {
	padding: 0 20px;
	list-style: none;
	margin: 0;
}

.header .nav-item {
	line-height: 70px;
	float: left;
	position: relative;
	margin:0 20px 0 0;
}

.header .nav-item > a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 5px;
	text-transform: uppercase;
    color: #FDFDFD;
}

.header .nav-item:hover > a,
.header .nav-item > a:hover,
.header .nav-item > a:active,
.header .nav-item > a:focus {
   	color: #EDEDED;
	text-decoration: none;
}

.header .nav-item.has-submenu > a:after {
	font-family: "unident" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    
    content: "\65";
    font-size: 11px;
    margin-left: 5px;
}

.header .nav-item:hover .submenu {
	display: block;
}

.header .nav-item .submenu:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-bottom-color: #4dc10e;
	top: -24px;
	left: 50%;
	margin-left: -10px;
}

.header .nav-item .submenu {
	display: none;
	position: absolute;
	background: #fff;
	border-top: 4px solid #4dc10e;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	line-height: 1;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	min-width: 200px;
}

.header .nav-item .submenu ul {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.header .nav-item .submenu a {
	display: block;
	color: #4dc10e;
	padding: 5px 20px;
	line-height: 1.5em;
}

/* Mini cart */
.header .cart-item > a {
	padding: 0;	
}

.header .cart-item > a,
.header .cart-item > a:hover,
.header .cart-item > a:active,
.header .cart-item > a:focus {
	color: inherit;
}

.cart-mini {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.cart-mini .icon {
	font-size: 24px;
}

.cart-mini .cart-count {
	position: absolute;
	top: -12px;
	right: -12px;
    background: #4dc10e;
    display: block;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
}

/**
 * Search field
 */
.search-wrapper {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fff;
	margin-bottom: 40px;
}

.search-inner-wrapper {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.search-wrapper .input-group-addon {
	background: transparent;
	border: 0;
}

.search-wrapper input[type="text"] {
	border: 0;
	box-shadow: none;
	height: 60px;
	padding: 0 10px;
}
 
.footer1 {
	background: #639e49;
	color: #FFFFFF;
	min-height: 300px;

	
}


/**
 * Login and register pages
 */
.login-page {
	padding-bottom: 100px;	
}

.login-page .row {
	margin-left: -15px;
	margin-right: -15px;
}

.login-page .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.login-wrapper {
	background: #fff;
}

.login-info {
	padding: 30px;
	border-bottom: 1px solid #E9E9E9;
}

.login-info h2 {
	margin-bottom: 0.5em;
}

.login-info p {
	color: #3A3A3A;
}

.login-form-wrapper {
	padding: 30px;
}

.login-form-wrapper .form-control {
	border: 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 20px;
	padding-left: 0;
	padding-right: 0;
}

.login-form-wrapper .form-control:focus {
	border-color: #F16541;
}


/**
 * Footer
 */
.footer-social {
	background: #505050;
	text-align: center;
	padding: 50px 0;
}

.footer-social .social-link {
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 8px;
	transition: color .2s ease-in-out, background .2s ease-in-out;
}

.footer-social .social-link:before {
	font-size: 16px;
	line-height: 35px;
}

.footer-social .social-link:hover {
	text-decoration: none;
	color: #7BBD5D;
	background: #fff;
}

footer {
	height: auto;
	line-height: 1;
	border: 0;
	text-align: left;
}

.footer {
	background: #303030;
	color: #fff;
	padding: 50px 0;
}

.footer h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li a {
	color: #fff;
	display: block;
	padding: 8px 0;
}

.footer-extra {
	background: #202020;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

@media (max-width: 1024px) {
	.container		{
		padding:0;
	}
	
	.header .container, .footer .container		{
		padding:0 15px;
	}
	
	.header .toggle-nav	{
		float:right;
		display:block;
		color:#fff;
		margin:22px 10px 0 0;
		cursor:pointer;
	}
	
	.header .toggle-nav .bar1, .bar2, .bar3 {
		width: 25px;
		height: 2px;
		background-color: #fff;
		margin: 4px 0;
		transition: 0.4s;
	}
	
	.header .toggle-nav.change	{
		margin: 22px 5px 0 5px;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 0px) ;
		transform: rotate(-45deg) translate(-9px, 0px) ;
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, 0px) ;
		transform: rotate(45deg) translate(-8px, 0px) ;
	}
	
	.header .navigation	{
		display:none;
		width:100%;
		float:left;
		margin-left:-1px;
		border-left:1px solid #404040;
	}
	
	.header .navigation li	{
		position:relative;
		display:block;
		text-align:left;
		width:100%;
		line-height:50px;
	}
	
	.header .nav-item .submenu	{
		position:relative;
		text-align:left;
		width:100%;
		left:0;
		transform:none;
		background:none;
		border:none;
		padding:0;
	}
	
	.header .nav-item .submenu	ul	{
		padding:0;
		margin:-10px 0 10px 0;
	}
	
	.header .nav-item .submenu:before	{
		display:none;
	}
	
	.header .nav-item .submenu a {
		display: block;
		color: #fff;
		padding: 5px 20px;
		line-height: 1.5em;
	}
	
	.nav-pills > li > a {
		font-size:10px;
		padding: 12px;
	}
	
	.nav-pills > li .fa {
		font-size: 1rem;
	}
	
	.product-listing-info .products-count {
		padding: 12px;
		font-size:10px;
	}

	.nav-tabs > li {
		width: 100%;
		margin:0 0 2px 0;
	}
	
	
	
	.product-filter	{
		display:none;
	}
	
	
	
	.toggle-filter	{
		display:block;
		background:#4dc10e;
		padding: 16px;
		cursor:pointer;
		color:#fff;
	}
	
	.product-details {
		padding: 20px;
		min-height: 0;
	}
	
}

@media (max-width: 767px)	{
	
	h1  {
		font-size: 20px !important;
	}
	
	.table-cart>tbody>tr>td {
	    line-height: initial;
	}
	.table-cart>tbody>tr>td>input {
		padding: 2px;
		text-align: center;
	}

}

@media (max-width: 480px)	{
	
	.panel-heading {
		height: auto;
	}
}
