﻿.validation-summary-errors
{
    background: #DC002E url(images/errormessage.png) no-repeat 6px 6px;
    padding: 7px 7px 7px 32px;
    color: white;
}

.field-validation-error
{
    color: #DC002E;
}

select.inputbrand
{
    border: 1px solid;
    height: 25px;
    font-size: 1em;
    color: #5A5A5F;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 246px;
}

.buttonlink
{
    background-color: transparent;
    border: none;
    color: #DC002E;
}

/* Base styles for skip link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 10px;
  background: #DC002E;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  border-radius: 4px;
  text-decoration: none;
  transition: top 0.3s ease;
}

/* When focused (tabbed into), bring it into view */
.skip-link:focus {
  top: 10px;
  outline: 2px solid #fff;
}


.td400
{
    width: 400px;
}

.td150
{
    width: 150px;
    max-width: 200px;
}

.tdremove
{
    width: 30px;
    text-align: right;
}

.quantity
{
    text-align: center;
    width: 150px;
}

.tdtotal
{
    text-align: center;
    width: 120px;
}

.stampTemplate
{
    background-image: url(/content/images/stampModule/template_h_1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    max-width: 200px;
    width: 190px;
}

.stampTemplate img
{
    padding: 8px;
}

.mini-shopping-cart
{
    text-align: center;
}

.mini-shopping-cart input.btnstyle2
{
    margin: 5px auto 0px auto;
    padding: 0px 25px;
}

.floatright
{
    float: right;
    margin-left: 10px;
}

h1 .floatright, h2 .floatright, h3 .floatright, h4 .floatright
{
    text-decoration: none;
    color: #DC002E;
    font-weight: normal;
    padding: 0px 2px;
    border-bottom: 1px dotted #DC002E;
}

h1 a:hover.floatright, h2 a:hover.floatright, h3 a:hover.floatright, h4 a:hover.floatright
{
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #DC002E;
    border-bottom: 1px solid #DC002E;
}

h1 input.floatright, h2 input.floatright, h3 input.floatright, h4 input.floatright
{
    text-decoration: none;
    color: #DC002E;
    font-weight: normal;
    padding: 0px 2px 5px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #DC002E;
    background-color: White;
    height: 20px;
    line-height: 20px;
}
h1 input:hover.floatright, h2 input:hover.floatright, h3 input:hover.floatright, h4 input:hover.floatright
{
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #DC002E;
    border-bottom: 1px solid #DC002E;
    margin-top: 0px;
    margin-bottom: 0px;
}

#reorderform
{
    display: inline;
}

.stampTemplate img.horizontal
{
    padding: 6px 50px 6px 7px; /* 57 x 14 */
}

.stampTemplate img.vertical
{
    padding: 6px 58px 6px 7px; /* 66 x 16 */
}

.stampTemplate img.horizontalprior
{
    padding: 5px 50px 5px 5px  /* 57 x 14 */
}

.stampTemplate img.verticalprior
{
   padding: 7px 58px 6px 7px /* 66 x 16 */
}


.stampSheetThumb
{
    border: 1px solid #A8A8A8;
    margin-right: 6px;
}

#homepagediv
{  
    width: 100%;
    
}

ul.homescreenoptions 
{
    margin: 0; 
    padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

.homescreenoptions li 
{
    float: left;
    display: inline;
    margin-bottom: 25px;
}

.homescreenoptions li a 
{
    text-align: center;
}

.productsHeader
{
    border-bottom: 1px solid #A8A8A8;
    margin: 20px 0px 0px 0px;
}

.facebookShare
{
    margin: 3px 5px 0px 2px;
    display: inline-block;
}

.showComplete
{
    margin-top: 3px;
    vertical-align: top;
}

.hidden
{
    display: none;
}

#uniform-Profession
{
    width: 240px;
}


.dropdown-menu > li { float: none !important;}
.dropdown-menu > li > a:hover { background-color: transparent !important;background-image: none;}

/*#notauthenticated { position: relative;}
#authenticated { position: relative;}
#stampdesign { position: relative;}
#topcartlink  { position: relative;}
#notauthenticated a { padding: 0px 0px 0px 8px !important;}
#notauthenticated a.dropdown-toggle { padding: 0px 8px 0px 0px !important;}
#authenticated a { padding: 0px 0px 0px 8px !important;}
#authenticated a.dropdown-toggle { padding: 0px 8px 0px 0px !important;}*/

#authentication .headerico-user { padding-right: 5px;}
a > .headerico-stamp { margin-right: 5px;}
#infomenu > li { position: relative;}
#infomenu > li .caret { vertical-align: middle;}

#stampdesign > a > .caret { margin-left: 5px;}

/* MINI-SHOPPING CART */
#flyout-cart
{
  display:none;
  position:absolute;
  float:left;
  top:17px;
  right:0px;
  width:300px;
  min-height:50px;
  background:#F7F7F7;
  z-index:99999;
  color: #5A5A5F;
  text-decoration: none;
  padding: 0px 8px;
  background: white;
  margin-top: 13px;    
}

#flyout-cart.active
{
  display:block;
}

#flyout-cart.dropdown-menu .divider
{
  margin: 0px;
}

#flyout-cart h2
{
  margin: 0px;
  padding: 0px;
  border-bottom: initial;
}

#flyout-cart input
{
  margin-bottom: 5px;
}

@media only screen and (max-width: 800px)
{
	.master-wrapper-page {width: 640px}
}


#groupnavigation
{
    height: 25px;    
}

#topmenu li.active a
{
    color: #DC002E;
    font-weight: bold; 
}

#infomenu > li:last-child {
    margin-right: 10px;
}

/*
#topmenu ul li {
      background:url(images/header_sprite.png);
}*/

[class^="headerico-"], [class*=" headerico-"] 
{
  background-image: url(images/header_sprite.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  /*margin-top: 1px;*/
  line-height: 25px;
  vertical-align: middle;
  background-position: 14px 14px;
  background-repeat: no-repeat;  
}

.headerico-home {
  background-position: 0px -1px;
}

.headerico-home.active {
  background-position: 0px -38px;
}

.headerico-user {
  background-position: 0px -75px;
}

.headerico-user.active {
  background-position: 0px -112px;
}

.headerico-shopping-cart {
  background-position: 0px -148px;
}

.headerico-shopping-cart.active {
  background-position: 0px -185px;
}

.headerico-stamp {
  background-position: 0px -223px;
}

.headerico-stamp.active {
  background-position: 0px -260px;
}

.header .divider-vertical {
  height: 25px;
  margin: 0 9px;
  border-right: 1px solid white;
  border-left: 1px solid #F2F2F2;
}

#groupnavigation ul li a.headerico-user 
{
  padding: 0px !important;  
}
 
#groupnavigation ul li a.headerico-home
{  
  margin: 0px 8px;
  padding: 0px;
}


#groupnavigation ul li a.headerico-shopping-cart
{  
  margin: 0px 8px;
  padding: 0px;
}

#groupnavigation ul > li > a > span
{  
  float: left;
}

#groupnavigation ul > li#authentication > a > span.caret
{  
  float: none;
  margin-top: auto;
}

div.kader .radio input
{
  float: none;
  margin: 0px;
}

div.editor .tab-content 
{
  overflow: initial;
}

#footer
{
  margin-top: 20px;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #F7F7F7;
  border-bottom: 1px solid white;
}

.dropdown.open > .dropdown-menu
{
  margin-top: 5px !important; 
}

.open > .dropdown-menu {
  display: block;
}

.dropdown > .headerico-user
{
   margin-right: -3px !important;
}


.header li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}


.header li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

li.dropdown > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}


li.dropdown > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}

#infomenu > li > a > span.badge
{
  position: absolute;
  top: -11px;
  left: 22px;
  float: left;
  display: block;
  width: 12px;
  font-size: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 1px 2px 1px;
  text-align: center;
  border: 2px solid white;  
}

#infomenu > li > a
{
  float: left;
}

#infomenu > li > a > [class^="headerico-"] /*[class*=" headerico-"] */
{
  float: left;
}
.badge-important {
  background-color: #DC002E;
}

.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

a .caret {
  margin-top: 11px;
  margin-left: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #87888A;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}


#addresses > a 
{
  margin-left: 0px;
  margin-bottom: 10px;
}

.kader .box
{
  margin: 0px 0px 0px 0px;
}

.modalWindow
{
  top: 335px;
  left: 0px;
}

a.btn-submit-input:hover
{
	color:#FFFFFF;
	text-decoration: none;
}
