﻿.nav-link {
  float: left;
  position: relative;
  margin-top: -8px;
  padding: 0 7px;
  line-height: 34px;
  font-size: 10px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  z-index:10;
}
.nav-link-lider {
  float: right;
  position: relative;
  margin-top: -8px;
  padding: 0 7px;
  line-height: 34px;
  font-size: 10px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  z-index:10;
}

.nav-link-help {
  float: left;
  position: relative;
  /*margin-top: -8px;*/
  padding: 0 7px;
  line-height: 34px;
  font-size: 10px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  z-index:10;
}

.nav-link:hover {
  color: #333;
  text-decoration: underline;
}

.nav-counter {
  position: absolute;
  top: -1px;
  right: 1px;
  min-width: 8px;
  /*height: 20px;*/
  line-height: 20px;
  margin-top: 0px;
  /*font-family:'Times New Roman';*/
  font-size:14px;
    font-weight: bold;
  padding: 0 6px;

  color: white;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #e23442;
  border: 1px solid #911f28;
  /*border-radius: 11px;*/
  background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
  background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
  background-image: -o-linear-gradient(top, #e8616c, #dd202f);
  background-image: linear-gradient(to bottom, #e8616c, #dd202f);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-lider {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 8px;
  /*height: 20px;*/
  line-height: 20px;
  margin-top: 0px;
  /*font-family:'Times New Roman';*/
  font-size:14px;
    font-weight: bold;
  padding: 0 6px;

  color: white;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #e23442;
  border: 1px solid #911f28;
  /*border-radius: 11px;*/
  background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
  background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
  background-image: -o-linear-gradient(top, #e8616c, #dd202f);
  background-image: linear-gradient(to bottom, #e8616c, #dd202f);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-green {
  background: #75a940;
  border: 1px solid #42582b;
  background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
  background-image: -moz-linear-gradient(top, #8ec15b, #689739);
  background-image: -o-linear-gradient(top, #8ec15b, #689739);
  background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.nav-counter-blue {
  background: #3b8de2;
  border: 1px solid #215a96;
  background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
  background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
  background-image: -o-linear-gradient(top, #67a7e9, #2580df);
  background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}

.nav-counter-grey {
  color:black;
  font-weight:bold;
  background: #D5DBDB;
  border: 1px solid black;
  background-image: -webkit-linear-gradient(top, #E5E8E8, #D5DBDB);
  background-image: -moz-linear-gradient(top, #E5E8E8, #D5DBDB);
  background-image: -o-linear-gradient(top, #E5E8E8, #D5DBDB);
  background-image: linear-gradient(to bottom, #E5E8E8, #D5DBDB);
}

.nav-counter-white {
  color:black;
  font-weight:bold;
  background: #D5DBDB;
  border: 1px solid black;
  background-image: -webkit-linear-gradient(top, #ffffff, #D5DBDB);
  background-image: -moz-linear-gradient(top, #ffffff, #D5DBDB);
  background-image: -o-linear-gradient(top, #ffffff, #D5DBDB);
  background-image: linear-gradient(to bottom, #ffffff, #D5DBDB);
}

.nav-counter-yellow {
  background: #e07700;
  border: 1px solid black;
  background-image: -webkit-linear-gradient(top, #e3a600, #e07700);
  background-image: -moz-linear-gradient(top, #e3a600, #e07700);
  background-image: -o-linear-gradient(top, #e3a600, #e07700);
  background-image: linear-gradient(to bottom, #e3a600, #e07700);
}

.graf img {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
}

.graf-help {
    background-color: white;
    z-index: 100;
    position: relative;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    color: black;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
}

.graf-help-icon
{
    z-index: 101;
    position:relative;
    margin-bottom:15px;
    cursor:pointer;
}

.graf-help-icon span {
    color:white;
    font-size:16px;
    padding:10px;
    font-weight:bold;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
}


.chat-help-icon
{
    margin-left:60px;
    z-index: 102;
    position:relative;
    margin-bottom:15px;
    cursor:pointer;
}

.chat-help-icon span {
    color:black;
    font-size:16px;
    padding:10px;
    font-weight:bold;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(1px 0px 9px rgba(0, 0, 0, 0.8));
}


.leftmargin
{
    left: 20px;
    right:0px;
}

.topmargin
{
    margin-top:-16px;
}


.prep-step-orange {
	padding-left: 8px;
    padding-right: 8px;
	background: #fdc957;
    margin-right:5px;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #862411;
	text-shadow: 0 1px 0 #fff498;
	border: 1px solid #c27e1c;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 1px #1b5021;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}


.prep-step-green {
	padding-left: 8px;
    padding-right: 8px;
	background: #075d11;
    margin-right:5px;
	background-image: linear-gradient(bottom, rgb(13,168,31) 0%, rgb(13,126,26) 100%);
	background-image: -o-linear-gradient(bottom, rgb(13,168,31) 0%, rgb(13,126,26) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(13,168,31) 0%, rgb(13,126,26) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(13,168,31) 0%, rgb(13,126,26) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(13,168,31) 0%, rgb(13,126,26) 100%);
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 0 #1b5021;
    border: 1px solid #1b5021;
	box-shadow: inset 0 1px 0 #1b5021, 0 1px 1px #1b5021;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}


.prep-step-red {
	padding-left: 8px;
    padding-right: 8px;
	background: #075d11;
    margin-right:5px;
	background-image: linear-gradient(bottom, rgb(248,88,77) 0%, rgb(213,15,2) 100%);
	background-image: -o-linear-gradient(bottom, rgb(248,88,77) 0%, rgb(213,15,2) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(248,88,77) 0%, rgb(213,15,2) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(248,88,77) 0%, rgb(213,15,2) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(248,88,77) 0%, rgb(213,15,2) 100%);
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 0 #1b5021;
    border: 1px solid #1b5021;
	box-shadow: inset 0 1px 0 #1b5021, 0 1px 1px #1b5021;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}

.prep-step-white {
	padding-left: 8px;
    padding-right: 8px;
	background: #075d11;
    margin-right:5px;
	background-image: linear-gradient(bottom, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	text-shadow: 0 1px 0 #1b5021;
    border: 1px solid #1b5021;
	box-shadow: inset 0 1px 0 #1b5021, 0 1px 1px #1b5021;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}

.prep-step-small {
	padding-left: 8px;
    padding-right: 8px;
	background: #fdc957;
    margin-right:5px;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #862411;
	text-shadow: 0 1px 0 #fff498;
	border: 1px solid #c27e1c;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}