/* --------------------------------------------------------------------------------------------- */
/*
button::-moz-focus-inner {
 border: 0;
}
button {
	margin-top: 0px;
}
button.btn {
	padding-top:2px;
	padding-bottom:2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding:0;
	border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
	padding-top:7px;
	padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
	padding-top:3px;
	padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	padding-top:1px;
	padding-bottom:1px;
}
*/

.btn {
	display: inline-block;

	padding: 2px 20px 2px;
	margin-bottom: 0;
	margin-left:.3em;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
/*
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
*/
	border: 1px solid #cccccc;

	border:0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-standard {
	padding: 6px 12px;
}

/*
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
}
.btn:first-child {
	margin-left:0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
*/
.btn-bigger-font {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left:25px !important;
	padding-right:25px !important;
}

.btn-large {
/*
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	margin-left:5px; 
	margin-right:5px; 
	padding:10px 30px; 
	font-size:25px; 
	font-weight:bold;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}

.btn-medium {
/*
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	margin-left:5px; 
	margin-right:5px; 
	padding:7px 20px; 
	font-size:20px; 
	font-weight:bold;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}

.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}


.btn-blue, .btn-blue:active, .btn-blue:hover, .btn-yellow, .btn-yellow:hover, .btn-red, .btn-red:hover, .btn-green, .btn-green:hover, .btn-gray:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-blue.active, .btn-yellow.active, .btn-red.active, .btn-green.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn-blue {
	background-color: #0074cc;
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
	background-color: #0055cc;
}
/*
.btn-blue:active, .btn-blue.active {
	background-color: #004099;
}
*/
.btn-yellow {
	background-color: #faa732;
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow.active, .btn-yellow.disabled, .btn-yellow[disabled] {
	background-color: #f89406;
}
.btn-yellow:active, .btn-yellow.active {
	background-color: #c67605;
}
.btn-red {
	background-color: #da4f49;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
	background-color: #bd362f;
	/*background-color:#a9302a;*/
}
.btn-red:active, .btn-red.active {
	background-color: #942a25;
}
/*
.btn-green {
	background-color: #5bb75b;
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	background-color: #51a351;
}
.btn-green:active, .btn-green.active {
	background-color: #408140;
}
*/
.btn-green {
	background-color: #069e5f;
	background-image: -ms-linear-gradient(top, #069e5f, #058a53);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#069e5f), to(#058a53));
	background-image: -webkit-linear-gradient(top, #069e5f, #058a53);
	background-image: -o-linear-gradient(top, #069e5f, #058a53);
	background-image: -moz-linear-gradient(top, #069e5f, #058a53);
	background-image: linear-gradient(top, #069e5f, #058a53);
	background-repeat: repeat-x;
	border-color: #058a53 #058a53 #046d42;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#069e5f', endColorstr='#058a53', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	background-color: #058a53;
}
.btn-green:active, .btn-green.active {
	background-color: #408140;
}
.btn-gray {
	background-color: #40586a;
	background-image: -ms-linear-gradient(top, #586276, #454f63);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#586276), to(#454f63));
	background-image: -webkit-linear-gradient(top, #586276, #454f63);
	background-image: -o-linear-gradient(top, #586276, #454f63);
	background-image: -moz-linear-gradient(top, #586276, #454f63);
	background-image: linear-gradient(top, #586276, #454f63);
	background-repeat: repeat-x;
	border-color: #454f63 #454f63 #657386;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#586276', endColorstr='#454f63', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: none !important;
}
.btn-gray:hover, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
	background-color: #454f63;
}
.btn-gray:active, .btn-gray.active {
	background-color: #959fac;
}
.btn-info {
	background-color: #49afcd;
	/*background-color:#2f96b4;*/
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4;
	/*background-color:#2a85a0;*/
}
.btn-info:active, .btn-info.active {
	background-color: #24748c;
}
.btn-inverse {
	background-color: #414141;
	background-image: -ms-linear-gradient(top, #555555, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -o-linear-gradient(top, #555555, #222222);
	background-image: -moz-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808;
}
/* --------------------------------------------------------------------------------------------- */
.btn-info {
	background-color: #49afcd;
	/*background-color:#2f96b4;*/
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c;
}

.btn-default {
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}
.btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
	color:#000 !important;
}
.btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.btn-orange {
	background-color: #ff9000;
	/*background-color:#2f96b4;*/
	background-image: -ms-linear-gradient(top, #ff9000, #e88300);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9000), to(#e88300));
	background-image: -webkit-linear-gradient(top, #ff9000, #e88300);
	background-image: -o-linear-gradient(top, #ff9000, #e88300);
	background-image: -moz-linear-gradient(top, #ff9000, #e88300);
	background-image: linear-gradient(top, #ff9000, #e88300);
	background-repeat: repeat-x;
	border-color: #e88300 #e88300 #c14d00;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff9000', endColorstr='#e88300', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow:none;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.active {
	background-color: #e88300;
}
.btn-pink {
	background-color: #a506c7;
	/*background-color:#2f96b4;*/
	background-image: -ms-linear-gradient(top, #a506c7, #82059d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a506c7), to(#82059d));
	background-image: -webkit-linear-gradient(top, #a506c7, #82059d);
	background-image: -o-linear-gradient(top, #a506c7, #82059d);
	background-image: -moz-linear-gradient(top, #a506c7, #82059d);
	background-image: linear-gradient(top, #a506c7, #82059d);
	background-repeat: repeat-x;
	border-color: #82059d #82059d #560368;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#a506c7', endColorstr='#82059d', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow:none;
}
.btn-pink:hover, .btn-pink:active, .btn-pink.active {
	background-color: #82059d;
}

.btn-purple {
	color:#FFF;
	background-color: #6241b7;
	/*background-color:#2f96b4;*/
	background-image: -ms-linear-gradient(top, #6241b7, #523699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6241b7), to(#523699));
	background-image: -webkit-linear-gradient(top, #6241b7, #523699);
	background-image: -o-linear-gradient(top, #6241b7, #523699);
	background-image: -moz-linear-gradient(top, #6241b7, #523699);
	background-image: linear-gradient(top, #6241b7, #523699);
	background-repeat: repeat-x;
	border-color: #523699 #523699 #560368;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#6241b7', endColorstr='#523699', GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow:none;
}
.btn-purple:hover, .btn-purple:active, .btn-purple.active {
	background-color: #523699;
}