html {
	height: 100%
	}
	
body {
	height: 100%;
	font-family: "Verdana",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.42857;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0px;
    padding-top: 5px;
    max-width: 100%;
}

p {
	padding: 5px 0px 5px 0px !important;
}

a {
	color: #175B81;
}

a:hover {
    color: #16394C;
}

[colorARC] {
	color:#660303;
}

.linia {
	border-top: 2px solid #e7e7e7;
}

.linia2 {
	border-top: 2px solid #e7e7e7;
	width:100%
}


.navbar {
	margin-bottom: 0px;
}

.panel-body {
	padding-top: 0px;
}	

.titol {
	color: #175B81; 
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0px 15px 0px
}

.titol2 {
	color: #175B81; 
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.titol3 {
	color: #175B81; 
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}


.container {
		padding-left:0px;
}

.dropdown-menu > li > a {
	cursor: pointer;
}

.btn-granate{
	background-color: #175B81;
	color:white;
	font-weight: bold;
	font-size: 12px;
}
.btn-granate:hover{
	background-color: #16394C;
	color:white;
	font-weight: bold;
}
.btn-granate:ACTIVE {
	color:white;
	font-weight: bold;
}

.btn-granate:FOCUS {
	color:white;
	font-weight: bold;
}

.btn-granate:VISITED {
	color:white;
	font-weight: bold;
}

.blog-footer {
	background-color: #FFF;
	border-top: 1px solid #4D4D4D;
	color: #4D4D4D;
	padding: 0px 0; 
	text-align: center;
	font-size: 11px;
	margin: 0 4px;
}

.negreta{
	font-weight: bold;
}

.nopadding {
	padding: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year	{
	color: grey;
}

.eixos	{
    font-size: 12px;
    padding: 5px;   
}
.tema1	{
	background: #409629; /* Old browsers */
}
.tema2	{
	background: #69ad4d; /* Old browsers */
}
.tema3	{
	background: #97C67C; /* Old browsers */
}
.tema4	{
	background: #F9A72B;
}