/* layout */

body {
    color: #222222;
}

html, body {
    height:100%;	
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#wrapMain {
    padding-bottom: 137px;
}

#logo {
    display: inline-block;
    height:70px;
    margin-top: 10px;
}

.header { height:90px }

.categoryName { margin: 0; margin-bottom: 10px }
.navigationItem { font-size: 1.5em; position: relative;  }
.navigationItem:hover { text-decoration: none;  color: #41bfbc }

#footer {
    position: relative;
    height: auto;
    clear:both;
    padding:0;
    padding-top: 25px; 
    padding-bottom: 30px; 
    border:none;
    border-top: 1px solid #ddd;
    background-color: #fbfbfb; 
    color: #fff;
    margin-top:-137px;
    font-size: 0.9em;
    line-height: 1.7em; 
    font-weight: normal; 
}

#footer .container {  
	padding: 0px;
}

#footer .static, 
#footer .static a 
{
    color: #FFFFFF;
    font-variant: small-caps;
    font-weight: bold;
}

#footer a { color: #999 }
#footer .footerIcon { width: 20px }

#cartItemCount { 
	position: absolute; 
	top: -5px; 
	right: -7px; 
	font-size: 11px; 
	padding: 1px 4px; 
	padding-bottom: 1px; 
	line-height: 12px; 
	padding-bottom: 2px; 
}

#login-button, 
#logout-button {
    color: #444;
    display: inline-block;
    font-size: 1em;
    font-variant: normal;
    line-height: 1em;
    margin: 0;
    margin-top:8px;
}

#login-button {
    height:20px;
    line-height: 20px;
}

#logout-button {
    margin-top:-2px;
    margin-left:10px;
    padding: 5px 10px;
}

#logout-button:hover {
    text-shadow: none;
    background-color: inherit;
    background-position: inherit;
}

.main-navigation {
    height:45px;
}
.login-navigation {
    height:33px;
}

.main-navigation,
.login-navigation {
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap;
}

.main-navigation .last,
.login-navigation .last {
    margin-right:0px;
}

.main-navigation-row {
    border-top: 1px solid #868789;
    border-bottom: 1px solid #868789;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.53);
}

.login-navigation-row {
    border-bottom:1px solid #41BFBC;
}

.main-navigation a,
.login-navigation a {
    font-variant: small-caps;
    letter-spacing: 1.2px; 
    display:inline-block;
    margin-right:15px;
    margin: 0;
}

.login-navigation a {
	letter-spacing: 1.5px; 
    line-height:33px;
}

.login-navigation a:hover,
.login-navigation a.active {
    background-color: #41bfbc;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.53);
    color:#FFFFFF;
    text-decoration: none;
}

.login-navigation .portalicon { 
	font-size: 0.75em;
	position: relative;
	top:-1px 
}

.main-navigation a,
.main-navigation a:hover {
    color: #FFFFFF;
    font-size: 1.2em;
}

.main-navigation a:hover, .main-navigation a.active { 
	background-color: #608b9b; 
	text-decoration: none 
}

.main-navigation .cart {
    margin-right:0px;
    padding-right:0px;
}

.main-navigation-row .login-dropdown {
    text-shadow: none;
}

.main-navigation-row .login-dropdown a {
    color:#444;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.login-form {
    margin-bottom:10px;
}

.login-dropdown {
    width:250px; 
    padding:15px;
}

.main {
	padding-top:20px;
    padding-bottom: 50px;
}

.listControl { margin-top:5px; margin-right:5px }
.listControl a { font-size:1.25em; color: #666666 }

.well.product { 
	background-color:#FFF;
	margin-bottom:25px; 
	padding:10px; 
	height:350px; 
	position: relative;
	border-color: #C5ECE7;
}

.badge.badge-light {
  border: 1px solid #DDD;
  font-weight: normal;
}

.product-badge {
  position: absolute;
  left: -6px; 
  top: -6px;
  z-index: 1;
  overflow: hidden;
  width: 108px; 
  height: 108px;
  text-align: right;
}

.product-badge span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 146px;
  display: block;
  background: linear-gradient(#B445A2 0%, #FC5BE7 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 27px; 
  left: -31px;
}

.product-badge span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #FC5BE7;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FC5BE7;
}

.product-badge span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #FC5BE7;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #FC5BE7;
}

.product h5 { margin-top:0px }

.modal-body {
	max-height: inherit;
}

.typesContainer { 
	margin-top:10px; 
}

.table.valignCenter .typesContainer div.input-prepend,
.table.valignCenter .typesContainer div.input-append {
	margin-bottom:10px;
}

.well,
.dropdown-menu {
    background-color: #FBFBFB;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
    border: 1px solid #c5ece7;
}

/* tables */

.table.table-border { 
	border: 1px solid #E5E5E5; 
}
.table th, .table td {
    border-top: none;
}

.table, .border-top {
    border-top: 1px solid #E5E5E5;
}

.table td, .table th {
    border-bottom: 1px solid #E5E5E5;
}

.table th {
    font-variant: small-caps;
    font-size: 0.98em;
}

.table.valignCenter td,
.table.valignCenter td,
.table.valignCenter th,
.table.valignCenter th,
.table tr.valignCenter td,
.table tr.valignCenter td.info,
.table td.valignCenter { vertical-align: inherit; }
.imagePlaceholder { font-size: 5.5em; color: #666666; width:100px }
.imagePlaceholderSmall { font-size: 2.5em; color: #666666; width:50px }

.table.valignCenter select,
.table.valignCenter input,
.table.valignCenter .input-prepend,
.table.valignCenter .input-append {
    margin-bottom:0px;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #F8F8F8;
}

.table-striped tbody > tr.info:nth-child(2n+1) > td, .table-striped tbody > tr.info:nth-child(2n+1) > th {
    background-color: #d9edf7;
}

.table-striped tbody > tr.warning:nth-child(2n+1) > td, .table-striped tbody > tr.warning:nth-child(2n+1) > th,
.table tbody td.warning, .table tbody th.warning {
    background-color: #fcf8e3;
}

table.table-striped .no-color tbody > tr td,
table.table-striped .no-color tbody > tr th,
table.no-color .table-striped tbody > tr td,
table.no-color .table-striped tbody > tr th {
    background-color: transparent;
}

.tableLoginNavigation td {
	padding:0px;
}

.tableLoginNavigation a {
	display:block;
	line-height:2.8em;
	margin:0px;
	margin-left:10px;
}

.tableLoginNavigation a:hover {
	text-decoration: none;
}

.table.tableLoginNavigation {
	border:none;
}

.tableLoginNavigation tr td {
   	border-bottom:1px solid #F8F8F8;
}

.tableLoginNavigation.table-hover tr.active td,
.tableLoginNavigation.table-hover tr:hover td {
	background-color: #FFF;
	border-bottom:1px solid #B5B5B5;
	font-weight: bold;
}

.tableLoginNavigation.table-hover tr.active,
.tableLoginNavigation.table-hover tr:hover {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
} 

/* input and forms */

#search form {
    margin-bottom:10px;
}

.input-large {
    font-size:1.3em;
}

.input-append.input-block-level,
.input-prepend.input-block-level {
    display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
    display: table-cell;
    width: 1%;
    border:0;
    padding:0;
}

.input-append.input-block-level > input,
.input-prepend.input-block-level > input {
    box-sizing: border-box; 
    display: table; 
    min-height: inherit;
    width: 100%;
}

.input-append.input-block-level > input {
    border-right: 0;
}

.input-prepend.input-block-level > input {
    border-left: 0;
}
.btn.disabled:hover, .btn[disabled]:hover,
.btn.disabled, .btn[disabled] {
    box-shadow: none;
    opacity: 0.75;
}

.btn-petrol, 
.btn-petrol:hover {
    background-position: inherit;
    background-image: none;
    background-color: #41BFBC;
    color: #FFFFFF;
}
.btn-petrol:hover,
.btn-petrol.active {
    background-color: #c5ece7;
    border-color: #41BFBC;
    color: #444444;
}
.btn-petrol.active {
    color: #222222;
}

/* common format */

.shadow {
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.53);
}

.shadowLight {
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.53);
}

.big { font-size:1.15em }

.categoryName { font-size:2em; display: block; margin: 0 0 15px 0; color: #555; font-weight:normal  }

.no-margin { margin:0px }

.no-border tr th, 
.no-border tr td,
.no-border { border: 0px }

.alert-success {
    background-color: rgba(197, 227, 224, 0.3);
    border: 1px solid #41BFBC;
    color: #41BFBC;
}

.alert-danger, 
.alert-error {
    background-color: rgba(242, 222, 222, 0.6);
    border: 1px solid #EEBBBB;
}

.alert-light { 
	border: 1px solid #CCC 
}

.alert-info {
	border:1px solid #41BFBC;
}

.alert .fa {
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: top;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.53);
} 

.hero-unit {
    background-color: rgba(197, 227, 224, 0.03);
    border: 1px solid #c5ece7;
    font-size: 1.5em;
}

/* elements */

a, a:hover { color: #707070 }

hr { height:0px; border:0px; border-top:1px solid; border-color:#ddd }

h1, h2, h3, h4, h5, h6 { color: #646382 }
h3 { font-size:2em; display: block; margin: 0 0 6px 0; font-weight:normal; border-bottom: 1px solid #CCC; padding-bottom: 5px; margin-bottom: 10px }
h3.petrol { border: none; padding: auto; }

.table tbody tr.info td,
.table-striped tbody > tr.info:nth-child(2n+1) > td, .table-striped tbody > tr.info:nth-child(2n+1) > th {
    background-color: #c5ece7;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: rgba(36, 175, 174, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(36, 175, 174, 0.6);
    outline: 0 none;
}


/* colors */
.purple {
	color: #646382;
}

.petrol {
    color: #5EB4AB;
}

.petrol-bg {
    background-color: #5EB4AB;
}

.petrol2 {
    color: #C5ECE7;
}

.petrol2-bg {
    background-color: #C5ECE7;
}

.grey {
    color: #888888;
}

.grey-bg {
    background-color: #FCFCFC;
}

.cedro-bg {
    background-color: #C7DD6E;
}

.purple-bg {
    background-color: #D665A6;
}

.cedro {
    color: #C7DD6E;
}

.red {
    color: #DD0000;
}

.orange {
    color: #FFAA00;
}

.dark {
    color: #111111;
}
.dark-middle {
    color: #555555;
}

.white {
    color:#fff;
}

.black {
    color:#000;
}

/* special items */


#cart, #quota, #search {
    margin-top:20px;
}

#productSearchForm input,
#productSearchForm button {
	height: 30px;
    font-size:16px;
}

#productSearchForm button {
	height: 40px;
}

#productSearch {
    height: 45px;
    font-size:18px;
    padding-left: 10px;
}

li.searchResult {
    background-color: #FFF;
    font-weight: normal;
    font-size:12px;
    border:1px solid #FFF;
}

li.searchResult:hover,
li.searchResult:focus,
li.searchResult.ui-state-focus {
    background-image:none;
    background-color: #c5ece7;
    font-weight: normal;
    border:1px solid #FFF;
    margin:0px;
}

li.searchResult a {
    display: block;
    color: #444;
    font-weight:normal;
    line-height:42px;
	margin: auto;
}

li.searchResult a.ui-state-active,
li.searchResult a:hover,
li.searchResult a:focus {
    background-color: #c5ece7;
    text-decoration: none;
    color: #444;
    border: none;
	margin: auto;
}

li.searchResult .img { 
    margin-right: 5px; 
    width:40px; 
    height:40px 
}

li.searchResult .img-polaroid { 
    max-height:30px 
}

#cartIcon { 
	font-size: 25px;
    margin:auto;
    margin-right:10px;
}

#cart, #quota { text-align: center }
#cart a, #quota a { color: #333; text-decoration: none }
#cartAmount { font-size:1.7em; vertical-align: super }

@media (max-width: 767px) { 
    
    #logo {
        display: block;
    }
    
    #search {
        display:none;
    }
}


@media (max-width: 1199px) { 
    #logo-sub {
        display:none;   
    }
}

.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover { 
    outline: 0;
}

.tabbable ul.nav-tabs {
	margin-bottom:0;
}
.tabbable ul.nav-tabs li a {
	font-size:0.9em;
	font-weight:bold;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

input.input-large {
	height:45px;
	font-size:1.5em;
}

.form-control::placeholder {
  color: #AAA;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #AAA;
}

.form-control::-ms-input-placeholder {
  color: #AAA;
}
