@charset "utf-8";
a {
	color: #333;
}
body,html {
	width: 100%;
	height: 100%;
}
body {
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center top;	
}
body.login {
	color: #333;
	background-color: #FFF;
	background: #0057a6; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #0057a6 0%, #003e75 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0057a6), color-stop(100%,#003e75)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #0057a6 0%,#003e75 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #0057a6 0%,#003e75 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #0057a6 0%,#003e75 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #0057a6 0%,#003e75 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a6', endColorstr='#003e75',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	padding-top: 120px;
}
.container {
	max-width: 920px;
}
.btn-primary {
    background-image: none;
    background-repeat: repeat-x;
	background-color: #333;
    border-color: #333;
}
select {
	color: #000;
	padding: 3px;
}
/* Top bar */
#supportbar {
	background-color: #000;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	background-repeat: repeat-x;
	background-position: center center;
}
#supportbar a {
	color:#ccc;
}
.alignright {
	text-align:right;
}
.username {
	color: #fff;
}
#topbar {
	background-color: #999;
	background-repeat: repeat-x;
	background-position: top;
}
#innertopbar {
	background-repeat: no-repeat;
	background-position: center top;
}
#crm {
	text-align: right;
	color: #fff;
	padding-top: 5px;
	font-size: 11px;
}
#topbluebar {
	background-color: #666;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}
#topblueinnerbar {
	line-height: 28px;
}
#topblueinnerbar a {
	color: #fff;
	margin-right: 20px;
	font-size: 12px;
}
.heading {
	padding-top: 20px;
	padding-bottom: 20px;
}
.heading h3 {
	color: #333;
}
h4 {
	color: #333;
}

/* Footer */
footer {
	color: #666;
	font-size: 11px;
	text-align:center;
}
footer a {
	color: #666;
}

/* Login form */
label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}
.loginform {
	text-align: center;
	max-width: 380px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.79);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.79);	
	padding: 30px;
	padding-bottom: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.loginform .submitbutton {
	margin-bottom: 20px;
	margin-top: 10px;
}
.loginform .page-header {
	margin-top: 10px;
}
.forget {
	margin-top: 20px;
	display: block;
	font-size: 10px;
	color: #999;
}
.loginform input[type="text"], .loginform input[type="password"] {
	text-align: center;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #333;
	background-position: 0 -15px;
	border-color:#666;
}

/* Tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: 	#333;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

/* Pills */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-image: none;
    background-repeat: repeat-x;
    color: #fff;
}

/* EU */
#nalozba {
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-top: 0px;
}
#nalozba img {
	max-width: 100%;
	height: auto;
}

/* Form */

.panel-body .form-group {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.panel-body .form-group:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* Responsive */
@media screen and (max-width: 600px) {
    #supportbar, #topbar, #innertopbar, #supportbar .alignleft, #supportbar .alignright, #crm, #topblueinnerbar {
        text-align: center;
    }
	#topblueinnerbar a {
		display: block !important;
		clear: both !important;
		margin: 5px !important;
	}
	#crm {
		padding: 5px;
	}
	#topbluebar {
		background-color: #328989;
		background-image: none;
		background-position: center center;
		background-repeat: repeat-x;
	}	
	#supportbar {
		background-color: #000;
		background-image: none;
		background-position: center center;
		background-repeat: repeat-x;.
		border-bottom: 1px solid #ccc;
		color: #aaa;
		font-size: 11px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
}
img {
	max-width: 100%;
	height: auto;
}