#map {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

strong {
	font-weight: bold;
}

.transport-selection {
	position: fixed;
	left: 150px;
	top: 10px;
	z-index: 100000;
	width: 600px;
}

.select2-container {
	min-width: 400px;
}

.overlay {
	padding: 7px;
	color: #333;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 100000;
	position: fixed;
	top: 80px;
	left: 10px;
}

.overlay input {
	padding: 2px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about {
    margin: 250px auto 40px;
    padding: 8px;
    width: 180px;
    border-radius: 4px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
}
.about a:hover {
	text-decoration: none;
	background: #fafafa;
	background: rgba(255, 255, 255, 0.7);
}

.about-links {
	height: 30px;
}
.about-links > a {
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 12px;
}

.about-author {
	margin-top: 5px;
}
.about-author > a {
	padding: 1px 3px;
	margin: 0 -1px;
}
/* FIM COMUM */
body {
	padding-top: 37px;
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #404040;
	background: rgba(45, 45, 45, 0.85) url("../img/geoCodes.png");
	background-position:30% 250px;
	background-repeat: no-repeat;  
}

a {
	color: #00a1d2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.login {
	position: relative;
	margin: 80px auto;
	width: 400px;
	padding-right: 32px;
	font-weight: 300;
	color: #a8a7a8;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
	margin: 0 0 10px;
}

input, button, label {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.buttonColor, .colorbox {
	display:inline-block;     
	padding: 0 10px;
	width: 10px;
	height: 10px;
}

input[type=text], input[type=password] {      
	padding: 0 10px;
	width: 300px;
	height: 40px;
	color: #000;
	/* text-shadow: 1px 1px 1px black;*/
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus, input[type=password]:focus {
	color: white;
	background: rgba(0, 0, 0, 0.1);
	outline: 0;
}
input[type=text]:hover, input[type=password]:hover {
	border: 2px solid #c5d5e6;
}

label {
	float: left;
	width: 100px;
	line-height: 40px;
	padding-right: 10px;
	font-weight: 100;
	text-align: right;
	letter-spacing: 1px;
}

.forgot-password {
	padding-left: 100px;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 1px;
}

.login-submit {
	position: absolute;
	top: 5px;
	right: 0;
	width: 42px;
	height: 51px;
	padding: 40px 8px;
	border-radius: 32px;
	
	-webkit-box-shadow: 0 0 4px rgba(45, 45, 45, 0.35);
	box-shadow: 0 0 4px rgba(45, 45, 45, 0.35);
}
.login-submit:before, .login-submit:after {
	content: '';
	z-index: 100000;
	position: absolute;
}
.login-submit:before {
	top: 28px;
	left: -4px;
	width: 4px;
	height: 10px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
	top: -4px;
	bottom: -4px;
	right: -4px;
	width: 36px;
}

.login-button {
	position: relative;
	z-index: 200000;
	width: 48px;
	height: 48px;
	padding: 0 0 48px;
	/* Fix wrong positioning in Firefox 9 & older (bug 450418) */
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: none;
	border: 0;
	border-radius: 24px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.2), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.2), 0 1px rgba(255, 255, 255, 0.1);
	/* Must use another pseudo element for the gradient background because Webkit */
	/* clips the background incorrectly inside elements with a border-radius.     */
}
.login-button:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background: #00a2d3;
	border-radius: 24px;
	background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
	background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
	background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
	background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
	-webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:active:before {
	background: #0591ba;
	background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
	background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
	background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
	background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-button:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 12px;
	width: 25px;
	height: 19px;
	background: url("../img/arrow.png") 0 0 no-repeat;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
	line-height: 40px;
	background: #282828;
}
.lt-ie9 .login-submit {
	position: absolute;
	top: 12px;
	right: -28px;
	padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
	display: none;
}
.lt-ie9 .login-button {
	line-height: 48px;
}
.lt-ie9 .titulosMenu {
	background: #313131;
}

/* MENU */
.titulosMenu {
	width: 95% !important;
	font: 14px/18px 'Lucida Grande', Arial, sans-serif;
	color: #666;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
	background: #eee;
	background: rgba(250, 250, 250, 0.8);
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.titulosMenu a {
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
}
.titulosMenu a:hover {
	text-decoration: none;
	background: #fafafa;
	background: rgba(255, 255, 255, 0.7);
}

.titulosMenu-links {
	height: 30px;
}
.titulosMenu-links > a {
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 12px;
}

.titulosMenu-author {
	margin-top: 5px;
}
.titulosMenu-author > a {
	padding: 1px 3px;
	margin: 0 -1px;
}

.volta {
	float:right;
	margin: 2px; 
	position:relative;
	padding: 4px 8px 4px 0; 
	cursor: pointer; 
	list-style: none;
}
.volta span.ui-icon { float: right; margin: 0 4px; }  

.side-nav {
	width: 180px;
	margin: 5px auto;
	padding: 10px;
	background: #c5d5e6;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.5);
}

.side-nav-button, .side-nav:active .active {
	display: block;
	position: relative;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	padding: 0 14px;
	font-size: 13px;
	font-weight: bold;
	color: #597490;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.8);
	background: #d8e6f4;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #b2bcc8 #acb6c0 #97abba;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, #f1f6ff, #d3dde7 70%, #bfcddc);
	background-image: -moz-linear-gradient(top, #f1f6ff, #d3dde7 70%, #bfcddc);
	background-image: -o-linear-gradient(top, #f1f6ff, #d3dde7 70%, #bfcddc);
	background-image: linear-gradient(to bottom, #f1f6ff, #d3dde7 70%, #bfcddc);
	-webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.06);
}

.side-nav-button:before, .side-nav-button:after {
	content: '';
	position: absolute;
}
.side-nav-button:before {
	top: 10px;
	right: 12px;
	width: 15px;
	height: 15px;
	background: #59718a;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
}
.side-nav-button:after {
	top: 14px;
	right: 13px;
	border: 4px solid transparent;
	border-left: 4px solid #ecf1f7;
}
.side-nav-button:hover, .side-nav-button.active, .side-nav-button.active, .side-nav-button.active:active {
	color: #f6fdff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	background-clip: border-box;
}
.side-nav-button:hover {
	background: #99abb9;
	border-color: #718190;
	background-image: -webkit-linear-gradient(top, #99abb9, #7e93a8);
	background-image: -moz-linear-gradient(top, #99abb9, #7e93a8);
	background-image: -o-linear-gradient(top, #99abb9, #7e93a8);
	background-image: linear-gradient(to bottom, #99abb9, #7e93a8);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(255, 255, 255, 0.3);
}
.side-nav-button:active, .side-nav-button.active, .side-nav-button.active:active {
	background: #7d91a9;
	border-color: #708191 #6d8295 #7b8c9e;
	background-image: -webkit-linear-gradient(top, #7d91a9, #92a7bc);
	background-image: -moz-linear-gradient(top, #7d91a9, #92a7bc);
	background-image: -o-linear-gradient(top, #7d91a9, #92a7bc);
	background-image: linear-gradient(to bottom, #7d91a9, #92a7bc);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.side-nav-button:last-child {
	margin-bottom: 0;
}

/* FIM MENU */

/* DIVS */
.hidden {
	padding: 7px;
	color: #333;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);	
	
	float: left;
	z-index:200000;
	position:absolute;
	left:-1000px;
	top:80px;
}
/* FIM DIVS */


.buttonSSet {
    position: relative;
    z-index: 9000 !important; /* ou outro adequado ao contexto */
    overflow: visible !important; /* garantir visibilidade total */
}

.buttonSSet label { 
    width: 38px;
    padding-top: 1px;      
    position: relative !important;
    z-index: 2100001 !important;
    height: 32px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #597490;
    top: 2px;
}
.buttonSSet label.ui-button {
    position: relative;
    z-index: 9999 !important;
}

.buttonSSet label.ui-button span.ui-icon {
    position: relative;
    z-index: 9999 !important;
}


.buttonSSet input {   
    height: 32px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #597490;
    top: 2px;
}

.ui-tooltip {
  z-index: 3000000 !important; /* acima do .buttonSSet */
}


div.simpleColorContainer { 
	z-index:1000000;
	display:inline-block !important; 
	left:5px !important; 
	top:2px !important;
}




.botaoMenu{ 
	height: 32px;
	top:2px;
	left:2px; 
	vertical-align:top !important;
}

.leaflet-control-zoom a {
	margin-left: -60px !important;
}
.leaflet-control-zoom {
	margin-top:40px !important;
}
.labelMarkerRastro {
	margin-left:40px;
}

/* TOP BAR */
.containerTopBar {
	width: 580px;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000000;
	height: 37px;
	line-height: 37px;
	color: #ddd;
	text-shadow: 0 -1px black;
	background: #243942;
	border-bottom: 1px solid #191919;
	background-image: -webkit-linear-gradient(top, #243942, #22373f 50%, #1d2e35 50%, #1b2b32);
	background-image: -moz-linear-gradient(top, #243942, #22373f 50%, #1d2e35 50%, #1b2b32);
	background-image: -o-linear-gradient(top, #243942, #22373f 50%, #1d2e35 50%, #1b2b32);
	background-image: linear-gradient(to bottom, #243942, #22373f 50%, #1d2e35 50%, #1b2b32);
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
}
header a {
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	transition-property: background, color;
}
header h1 {
	float: left;
	display: block;
}
header h1 a {
	display: block;
	padding: 0 15px;
	font-size: 12px;
	color: #eee;
	text-decoration: none;
}
header h1 a:hover {
	color: white;
}
header nav {
	float: right;
	border-left: 1px solid #2f4b56;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid #111;
}
header nav li {
	float: left;
}
header nav a {
	display: block;
	padding: 0 15px;
	color: #d0d9de;
	text-decoration: none;
	border-left: 1px solid #191919;
	border-right: 1px solid #2f4b56;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
}
header nav a:hover {
	background: #2f4b56;
	background: rgba(255, 255, 255, 0.1);
}
header nav a.icon {
	padding-left: 40px;
	background-position: 12px 11px;
	background-repeat: no-repeat;
}
header nav a.tasks {
	background-image: url("../img/tasks.png");
}
header nav a.messages {
	background-image: url("../img/messages.png");
}
header nav a.settings {
	background-image: url("../img/settings.png");
}
header nav li.active a, header nav a:active {
	padding-right: 16px;
	background-color: #1b2b32;
	border-right: 0;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}
header nav span {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 10px;
	padding: 0 5px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	text-shadow: 0 1px #902a27;
	background: #e93631;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(to bottom, #f65d5f, #e93631);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
/* FIM TOP BAR */



.login-submit, .login-submit:before, .login-submit:after {
	background: #191919  0 0 repeat;
}
/* MENU CONTEXTO */
.well {
	min-height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-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(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 1;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
	
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-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 \9;
	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-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	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='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #003399 \9;
}