/*
  Red: #9e1f31
*/

* {
	margin:0;
	padding:0;
	box-sizing:	border-box;
}
html, body {
	height:100%;
	font-family: tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	font-size: 12px;
	color:#7a2633;
}
a {
	color: #000000;
}
.content a {
	color: #7a2633;
}
.content th a {
	color: #53101a;
}
li {
	list-style-type:none;
	margin: 2px 0;
}
li:hover {
color: #800020;	
}
img {
	vertical-align: middle;
}
p {
	padding: 0 0 20px 0;
}
table {
/*	border: 1px solid #f2d6da; */
	margin: 0 0 20px 0;
	border-collapse:collapse;	
}
th, td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	max-width:	280px;
}
th {
	padding: 10px;
	color: #53101a;
}
td {
	padding: 2px 10px;
	vertical-align: middle;
}
h1 {
	font-size: 29px;
	font-weight: 100;
	padding: 0 0 20px 0;
	color:#450c14;
}
h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 8px 0 18px 0;
	color:#53101a;
}
h3 {
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0;
	color:#53101a;
}
span.bullet {
	background-color: #9e1f31;
	color: #ffffff;
	padding: 2px 8px;
	border-radius: 50%;
}
img {
	border: 0;
	vertical-align: middle;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}
/* @TODO: rewrite label to <class> label*/
/*
label {
	font-weight: bold;
	display: inline-block;
	width: 120px;
	margin: 4px 0;
}
*/
#qsId table {
	margin: 0;
}
#qsId table td {
	padding: 0;
}
#qsId #qMessage {
	width: 100px;
}
#qsId #qFooter {
	margin-top: 5px;
}
#qsId #qFooter table td {
	padding: 2px 4px;
}
#qsId #qFooter table {
	font-size: 11px;
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
	width: 182px;
}

input {
	display: inline;
}
.clear {
	clear: both;
	float: none !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
.container, .subMenuContainer, .topMenuContainer {
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}
.container {
	background: url( ../images/watermark.png ) bottom right no-repeat;
	width: 75%;
	float: left;
}
.containerFullWidth {
	width: 1300px;
	background: #ffffff url( ../images/content-shadow.jpg ) top left repeat-x;
	display: inline-block;
}
.headerFullWidth {
	background-color: #9e1f31; /* url( ../images/header-shadow.png ) bottom left repeat-x; */
}

.header {
	width: screen.width;
	margin: 0 auto -40px auto;
	text-align: left;
	background: #9e1f31 url( ../images/header-revoltrace.png ) top right no-repeat;
	height: 116px;
}

/*
.header {
	height: 200px;
	overflow: hidden;
}
*/

img.logo {
	margin-top: 5px;
}
.content {
	width: 760px;
	float: right;
	padding: 0px 15px;
}
.content::after {
  content: "";
  clear: both;
  display: table;
}
.sideMenuContainer {
	max-width: 430px;
	padding-bottom: 20px;
	float: left;
}
.sideMenu {
	background: url( ../images/sidemenu-bg.png ) top left no-repeat;
	padding-bottom:20px;
	width: 25%;
	float: left;
}
.sideMenuContent {
	max-width:	200px;
	padding: 10px 25px 0 10px;
	float: left;
}
.sideMenuContent ul {
	padding: 10px 0;
}
.sideMenuContent	.sideMenu h2 h3	{
	align-content: center;
	font: italic;
	padding: 0 0 0 10px;
}
.news {
	background: url( ../images/news-bg.png ) top left no-repeat;
	padding-bottom:30px;
}
.newsContent {
	padding: 10px 25px 0 25px;
	min-height: 100px;
}
.newsPostedOn {
	float: right;
	font-size: 11px;
	color: #aaaaaa;
	padding-top: 8px;
}
.errorSmall {
	background: url( ../images/error-small.png ) no-repeat 10px 50%;
	width: 100%;
	margin: 0 0 10px 0;
}
.errorSmall p {
	margin: 0 0 0 35px;
	padding: 5px 0;
	font-size: 8pt;
	color: #aa0000;
}
.error {
	border: 1px solid #ffbab8;
	background: #ffdddd url( ../images/error.png ) no-repeat 10px 50%;
	width: 100%;
	margin: 0 0 10px 0;
}
.error p {
	margin: 0 0 0 55px;
	padding: 15px 0;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
.notify {
	border: 1px solid #b8baff;
	background: #ddddff url( ../images/info.png ) no-repeat 10px 50%;
	width: 100%;
	margin: 0 0 10px 0;
}
.notify p {
	margin: 0 0 0 55px;
	padding: 15px 0;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.notify p a {
	color: #000033;
}
.sideMenuContainer .btnContainer {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.trackLock {
	position:absolute;
	padding: 8px;
}
.sideMenuContent .error {
	background: #ffdddd;
}
.sideMenuContent .error p {
	margin-left: 15px;
}
.sideMenuContent label {
	font-weight:100;
}
.error p img, .notify p img {
	vertical-align: middle;
}

.topMenuFullWidth {
}

.topMenu, .topMenu .subNav {
	height: 35px;
}
.topMenu .topNav li {
	float: left;
	height: 35px;
	display: block;
	margin: 0;
}
.topMenu .topNav li a {
	display:block;
	text-decoration: none;
	float: left;
	height: 35px;
	line-height: 38px;	
	padding: 0;
	margin-right: 16px;
	font-size: 13px;
}
.topMenu .topNav li.inactive a:hover {
	color: #000000;
}
.topMenu .topNav li.active a {
	font-weight:bold;
	color:#333333;
}
.topMenu .topNav li.inactive a {
	font-weight:normal;	
	color:#444444;
}
.topMenu .topNav li.inactive {
	background: url( ../images/tab-inactive-right.png ) top right no-repeat;
}
.topMenu .topNav li.active {
	background: url( ../images/tab-active-right.png ) top right no-repeat;
}
.topMenu .topNav li.inactiveLeft {
	background: url( ../images/tab-inactive-left.png ) top left no-repeat;
	width: 16px;
}
.topMenu .topNav li.activeLeft {
	background: url( ../images/tab-active-left.png ) top left no-repeat;
	width: 16px;
}

.subMenuFullWidth {
	background-color:#FFFFFF;
	min-height: 5px;
}
.subMenu, .topMenu {
	margin-left: 220px;
}
.subMenu .subNav li {
	float: left;
	margin: 0;
}
.subMenu .subNav li a {
	text-decoration: none;
	padding: 6px 10px;
	display:block;
	float: left;
	font-size: 12px;
}
.subMenu .subNav li.inactive a:hover {
	color: #222222;
}
.subMenu .subNav li.active a {
	font-weight:bold;
	color:#333333;
}
.subMenu .subNav li.inactive a {
	font-weight:normal;	
	color:#666666;
}
.screenshot {
	width: 596px;
	padding: 3px;
	border: 1px solid #cccccc;
}
.validatingTable td, .validatingTable th {
	padding: 4px 10px;
}
.date {
	color: #CCCCCC;
}
h2.mainpage {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
	margin-bottom: 15px;
}
.newsBirthday,
.newsMember {
	margin-bottom: 10px;
	float: left;
	width: 175px;
}
.newsMemberImage,
.newsBirthdayImage {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #cccccc;
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.newsMemberImage a,
.newsBirthdayImage a {
	display: block;
	width: 52px;
	height: 52px;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsMemberText,
.newsBirthdayText {
	float: left;
	margin-left: 10px;
	line-height: 19px;
}
.newsMemberText {
	margin-top: 8px;
}
.newsRace {
	float: left;
	margin: 0 10px 15px 0;
	width: 226px;
}
.newsRace div {
	float: left;
}
.newsRaceResult {
	width: 155px;
	margin-left: 10px;
}
.newsRaceResult a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
.newsRaceResultPosition {
	width: 7px;
	display: inline-block;
}
.newsRaceResultLogin {
	width: 60px;
	display: inline-block;
}
.newsRaceResultTime {
	width: 60px;
	display: inline-block;
}
.newsRaceResult h3 {
	padding: 0;
	margin: 0 0 5px 0;
}
.newsTrack {
	float: left;
	margin: 0 15px 15px 0;
	width: 136px;
}
.newsTrack img {
	padding: 3px;
	border: 1px solid #cccccc;
	width: 128px;
	height: 128px;
	margin-bottom: 5px;
}
.newsTrack .author {
	color: #CCCCCC;
	padding-top: 2px;
	font-size: 12px;
}
.track {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
}
.track a img {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #cccccc;
}
img.viewTrack {
	padding: 3px;
	border: 1px solid #cccccc;
	width: 100%;
	max-width: 256px;
}
img.monthTrack {
	padding: 3px;
	border: 1px solid #cccccc;
	width: 151px; /* 716 (table) / 4 (#columns) - 20 (td padding) - 6 (img padding) - 2 (img border) = 151 */
}
table.monthTracks td {
	vertical-align: top;
	font-size: 14px;
	padding-bottom: 20px;
}
table.monthTracks td select {
	width: 159px;
	margin: 10px 0;
}
table.monthTracks td h3 a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: 20px;
	overflow: hidden;
	color: #CCCCCC;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.downloadTrack {
	float: right;
	padding: 10px 0;
}
.wallpaper img {
	padding: 3px;
	border: 1px solid #cccccc;
}
.trackLittleVotes,
.notAllTracksFinished,
.notAllTracksFinished a {
	color: #dfacb4;
}
.trackRacedBefore {
	color: #cccccc;
}
.monthTrackResult {
	color: #dfacb4;
	border-top: 1px solid #eeeeee;
	padding: 4px 0;
	clear: both;
}
.monthTrackResult strong {
	font-weight: 100;
	color: #7a2633;
	font-size: 12px;
	margin-bottom: 2px;
	display: block;
}
.monthTrackResult .position {
	padding: 0 15px 0 0;
	font-size: 20px;
	color: #cccccc;
	width: 20px;
	float: left;
}
.monthTrackResult .position img {
	padding: 7px 0;
}
.monthTrackResult .result {
	font-size: 12px;
}
.monthTrackResult .pic {
	float: right;
}
.monthTrackResult .result strong {
	overflow: hidden;
}

/* Records in another color and size */
.monthTrackRecord .result {
	color: #cccccc;
	font-size: 10px;
}
.monthTrackRecord .result strong {
	color: #aaaaaa;
}

.hideResults {
	display: none;
	color: #666666;
}

.pager {
	margin: 0 0 20px 0;
	text-align: center;
	color: #949abc;
}
.pageNumber {
	padding: 5px;
}
.ranking td {
	vertical-align: middle;
}
.award {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	vertical-align:middle;
	color: #ffffff;	
	font-size: 10px;
	font-weight: bold;	
}
#awardSemipro {
	background: url( ../images/award-semipro.png ) top left no-repeat;
}
#awardPro {
	background: url( ../images/award-pro.png ) top left no-repeat;
}
#awardSuperpro {
	background: url( ../images/award-superpro.png ) top left no-repeat;
}
#awardGod {
	background: url( ../images/award-god.png ) top left no-repeat;
	color: #000000;
}
#awardSupergod {
	background: url( ../images/award-supergod.png ) top left no-repeat;
	color: #000000;	
}

.awardSmall {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align:middle;
}
#awardSemiproSmall {
	background: url( ../images/award-semipro-small.png ) top left no-repeat;
}
#awardProSmall {
	background: url( ../images/award-pro-small.png ) top left no-repeat;
}
#awardSuperproSmall {
	background: url( ../images/award-superpro-small.png ) top left no-repeat;
}
#awardGodSmall {
	background: url( ../images/award-god-small.png ) top left no-repeat;
	color: #000000;
}
#awardSupergodSmall {
	background: url( ../images/award-supergod-small.png ) top left no-repeat;
	color: #000000;	
}


#awardsExplanation {
	border: 1px solid #aaaaaa;
	display: none;
	position:absolute;
	background-color: #FFFFFF;
	z-index: 1;
	color: #333333;
}
#awardsExplanation th {
	color: #333333;
}
.resultsByDriver {
	width: 100%;
}
.resultsByDriver th {
	font-size: 11px;
	padding: 10px 7px;
}
.resultsByDriver td {
	font-size: 11px;
	padding: 3px 7px;
}
.resultsByDriver td.selected {
	background-color:#f2d6da;
	border: 1px solid #ffffff;
}
.thumb {
	width: 52px;
	padding: 3px;
	border: 1px solid #cccccc;
}
.thumbLink img, .thumbLinkSelected img {
	padding: 1px;
	margin: 10px 0;
	float: left;
	width: 48px;
	border: 1px solid #ffffff;
	vertical-align: middle;
	-moz-opacity: 0.5;	
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.thumbLink:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.thumbLinkSelected img {
	border: 1px solid #000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.noBorder {
	border: none;
}
.formTable {
	border: none;
}
.formTable td {
	padding: 7px 10px;
}
.avatar {
	max-width: 175px;
	padding: 3px;
	border: 1px solid #cccccc;
	display: block;
}
.sideMenuContent input {
	margin: 4px 0;
}
.sideMenuContent .profile {
	margin: 10px 0;
	padding: 0;
}
.sideMenuContent .profile a {
	text-decoration: none;
	color: #53101a;
	font-weight: bold;
}
.sideMenuContent .profile a.logout {
	font-weight: 100;
	color: #e2c6ca;
}
.profile img {
	vertical-align: middle;
}
#rememberMeInfo {
	border: 1px solid #aaaaaa;
	display: none;
	position:absolute;
	background-color: #FFFFFF;
	z-index: 1;
	padding: 10px;
	color:#333333;
}
#rememberMeInfo strong {
	display: block;
	margin-bottom: 10px;
}

img#rememberMe {
	vertical-align: middle;
}

.contentBackgroundSmall {
	background: url( ../images/news-bg-small.png ) top left no-repeat;
	padding: 25px;
}
.contentBackground {
	background: url( ../images/news-bg.png ) top left no-repeat;
	padding: 25px;
}
.contentBackgroundHot {
	background: url( ../images/news-bg.png ) top left no-repeat;
	padding: 25px;
}
.contentbirthdate {
	background: url( ../images/news-bg-birthday.png ) top left no-repeat;
	padding: 25px;
}

.contentBackgroundSmall h2,
.contentBackground h2,
.contentBackgroundHot h2 {
	margin-top: -15px;
}

.contentBackground table, .contentBackgroundSmall table {
	max-width: 740px;
}
.contentBackground {
	
}


.members {
	background: url( ../images/news-bg.png ) top left no-repeat;
	padding: 20px;
}
.members table {
	width: 740px;
}
.members table td {
	padding: 2px 10px;
}
.newResultCount {
	float: right;
	text-align:left;
	margin: 0;
	padding: 5px 15px 8px 15px;
	margin-right: 20px;
	border: 1px solid #b8baff;
	background-color: #ddddff;
	font-size: 10pt;
	color: #000066;	
	width: 200px;
}
.languages {
	float: right;
	margin: 0;
	padding: 10px 15px 8px 10px;
	margin-right: 20px;
	width: 240px;
}

.newResultCount a {
	color: #000066;	
}
.hide {
	border: 1px solid #b8baff;
	padding: 1px;
	float: right;
}
ul.bullits {
	padding: 0 0 0 20px;
}
ul.bullits li {
	list-style-type: circle;
	padding: 3px 0;
}
ol.bullits {
	padding: 0 0 0 20px;
}
ol.bullits li {
	padding: 3px 0;
	list-style-type: decimal;
}
.help {
	display: block;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 10px 0;
}
.border, .border td, .border th {
	border: 1px solid #f2d6da;
}
.validate {
	border: 1px solid #dfdfff;
	background-color: #fafaff;
	color:#000066;
}
#trackSearch, #trackType, #memberSearch {
	font-size: 14px;
	padding: 2px;
}
#trackSearch {
	width: 300px;
}
.membersOnline li a {
	padding: 1px 5px 1px 0;
}
a.linkDownload {
	padding: 0 0 5px 20px;
	display: inline-block;
	background: url( ../images/download.png ) center left no-repeat;
	line-height: 20px;
	font-size: 20px;
}
.language {
	float: right;
	padding: 0 2px;
}
.toggle {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.startRevolt {
	font-size: 20px;
	background: url( ../images/start-button.png ) top left no-repeat;
	height: 93px;
	line-height: 82px;
	padding-left: 235px;
	display: block;
}

.notValidated,
.toBeValidated {
	position: absolute;
	width: 58px;
	height: 58px;
	margin: 3px;
}
.notValidated {
	background: url( ../images/race_not_validated.png ) top left no-repeat;
}
.toBeValidated {
	background: url( ../images/race_to_be_validated.png ) top left no-repeat;
}

.facebookButton {
	margin: 20px 0 0 8px;
}

button.imageButton {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
  height: 24px;
}
button.imageButton img {
  vertical-align: top;
  border: none;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}
button.imageButton span.buttonLeft {
  height: 22px;
  background: url( ../images/button-left.png ) center left no-repeat;
  display: block;
}
button.imageButton span.buttonRight {
  height: 14px;
  margin-left: 7px;
  padding: 4px 12px 4px 5px;
  background: url( ../images/button-right.png ) center right no-repeat;
  display: block;
  color: #ffffff;
  font-size: 11px;
  white-space: nowrap;
}

.sitemap {
	margin: 0 auto;
	width: 900px;
}
.sitemapColumn {
	float: left;
	text-align: left;
	padding: 10px 15px;
}
.sitemapColumn a {
	color: #53101a;
	font-size: 12px;
	text-decoration: none;
}
.footer {
	color: #ffffff;
	background-color: #9e1f31;
	padding: 5px;
	font-size: 12px;
}

/* multiselect styles */
.multiselect {
	width: 430px;
}

/* Google Ads */

.rvrads {
  /*width: 720px;*/
  margin-left: 25px;
  margin-bottom: 25px;
}

/* Google search form */

.google-search input[type="text"] {
	width: 180px;
	max-width:	180px;
}

/* Responsive scrolll tables */

.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

/* 
 * Responsive styling
 */

@media only screen and (max-width: 480px) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {

	*, html {
		box-sizing: border-box;
	}

	.header,
	.container, 
	.subMenuContainer, 
	.topMenuContainer,
	.sideMenuContainer,
	.content,
	.sitemap,
	.contentBackground table, 
	.contentBackgroundSmall table,
	.button,
	.languages,
	.sitemapColumn,
	.newsRace
	{
		width: 100%;
		float: none;
	}
	
	.header {
		margin: 0;
	}
	
	.header a {
		display: block;
		text-align: center;
	}
	
	.subMenu, 
	.topMenu {
		margin: 0;
	}
	
	.subMenuFullWidth {
		clear: both;
	}
	
	.topMenu, 
	.topMenu .topNav li,
	.topMenu .topNav li a,
	.topMenu .subNav {
		height: auto;
		line-height: normal;
	}
	
	.topMenu .topNav li.active,
	.topMenu .topNav li.activeLeft,
	.topMenu .topNav li.inactive,
	.topMenu .topNav li.inactiveLeft {
		background: none;
	}
	
	.topMenu .topNav li.activeLeft,
	.topMenu .topNav li.inactiveLeft {
		display: none;
	}
	
	.subMenu .subNav li a,
	.topMenu .topNav li a {
		margin: 0;
		padding: 10px 10px;
		font-size: 14px;
	}
	
	.topMenu ,
	.subMenu {
		padding-top: 5px;
		padding-bottom: 5px;
	}
 
	.subMenu {
		background-color: #e8e8e8;
	}
 
	.languages,
	.button {
		display: none;
	}
	
	.sideMenu {
		background: none;
	}
	
	.containerFullWidth {
		padding: 0 10px;
	}
	
	.container  h1,
	.sideMenuContainer h2,
	.content h2 {
		border-bottom: 1px solid #e8d7da;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	.sideMenuContent,
	.content {
		padding: 0;
	}
	
	.sideMenuContent label {
		display: inline-block;
	}
	
	.content img {
		max-width: 100%;
	}
	
	.members,
	.contentBackground,
	.contentBackgroundSmall,
	.contentBackgroundHot {
		background: none;
		padding: 0;
	}
	
	.contentBackgroundSmall h2, .contentBackground h2, .contentBackgroundHot h2 {
		margin-top: 0;
	}
	
	.hidden-sm {
		display: none !important;
	}

	h1 {
		padding-top: 15px;
	}
	
	/* Home */
	
	.rvrads {
		margin-left: 0;
	}
	
	/* Best4 laps */
	
	.ranking thead {
	}
	
	/* Month tracks */
	
	.monthTracks td {
		display: block;
	}
	
	.monthTrackResult .position {
		width: auto;
	}
	
	/* Members */
	
	.members td {
		display: block;
	}
	
}

/* Buttons */

.btn {
	text-decoration: none;
	box-sizing: border-box;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success {
  color: #ffffff;
  background-color: #3cb521;
  border-color: #3cb521;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #2e8a19;
  border-color: #18490d;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #2e8a19;
  border-color: #2b8118;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2e8a19;
  border-color: #2b8118;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #246c14;
  border-color: #18490d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #3cb521;
  border-color: #3cb521;
}
.btn-success .badge {
  color: #3cb521;
  background-color: #ffffff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.btn-success {
  background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));
  background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid #2e8a19;
}
.btn-success:hover {
  background-image: -webkit-linear-gradient(#52da34, #36a41e 50%, #31921b);
  background-image: -o-linear-gradient(#52da34, #36a41e 50%, #31921b);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52da34), color-stop(50%, #36a41e), to(#31921b));
  background-image: linear-gradient(#52da34, #36a41e 50%, #31921b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52da34', endColorstr='#ff31921b', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid #287916;
}
.btn:active,
.btn.active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

