html, body {
        background-color: white;
        color: black;
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('fonts/327730_B_0.woff') format('woff');
}

body {
        font-family: 'ProximaNova-Regular', sans-serif;
}

img {
        border: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

a {
	text-decoration: none;
	color: #48BADD;
}

a.active {
	color: white;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 100%;
	color: #48BADD;
}

h3 {
	font-size: 100%;
}

table {
	font-size: 80%;
}

.row_even {
	background: #F4F4F4;
}

.row_error {
	background: #FFCCCC;
}

form {
	clear: both;
}

fieldset {
	border: 1px solid #DDDDDD;
	font-size: 90%;
}

fieldset legend {
	font-size: 90%;
	font-weight: bold;
}

textarea {
	resize: none;
}

#logo-mbox {
	float: left;
}

#logo-right {
	float: right;
	text-align: right;
	color: #48BADD;
	font-size: 110%;
}

#logo-right-text {
	margin-top: 48px;
	float: left;
	letter-spacing: 5px;
}

#logo-right img {
	float: left;
}

#gray-bar {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	background-color: #808080;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	color: white;
	clear: both;
}

#menu {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	font-size: 80%;
	font-weight: bold;
}

#menu-left {
	float: left;
	padding-left: 10px;
}

#menu-right {
	float: right;
	padding-right: 3px;
}

#menu span {
	padding-left: 5px;
	padding-right: 5px;
}

#main {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}

#footer {
	text-align: center;
	font-size: 80%;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: white;
}

.clear {
	clear:both;
}

.error {
	margin-top: 25px;
	text-align: center;
	color: #FF0000;
}

.user-list {
	width: 100%;
}

.user-list thead {
	font-weight: bold;
	background: #DDDDDD;
}

.big-table {
	width: 100%;
}

.big-table thead, .report-list thead, .operatori thead {
	font-weight: bold;
	background: #DDDDDD;
}

.big-table thead tr td a {
	color: black;
}

.nowrap {
	white-space: nowrap;
}

.aktivita-form {
	padding-bottom: 25px;
	padding-left: 10px;
}

.counter {
	background: #FF9900;
	color: black;
}

.stav_inactive {
	background: #CCFFFF;
}

.stav_activated {
	background: #CCFFCC;
}

.stav_deactivated {
	background: #FFCCCC;
}

.vysvetlivky {
	margin-top: 50px;
}

.vysvetlivky tr td {
	width: 160px;
	text-align: center;
}

.operatori {
	margin-top: 25px;
}

.filter {
	padding-bottom: 25px;
}

.pager {
	background: black;
	color: white;
	text-align: center;
}

.pager a {
	font-weight: bold;
}

.state_up {
	background: #CCFFCC;
}

.state_down {
	background: #FFCCCC;
}

.state_pending {
	background: #FFFFCC;
}

.media-list {
	border-collapse: collapse;
	margin: auto;
}

.media-list td,th {
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
	font-size: 80%;
	height: 24px;
}

.media-list td img {
	vertical-align: middle;
}

.media-list td input {
	height: 20px;
}

.summary {
	background-color: black;
	color: white;
	font-weight: bold;
}

.summary td {
	height: 21px;
}

.ready {
	background-color: #80FFFF;
}

.expire-today {
	background-color: #FFFF80;
}

.expired {
	background-color: #FF8080;
}

.media-form {
	text-align: center;
	width: 90%;
	margin: auto;
	border: 0;
	padding-bottom: 25px;
}

.media-form fieldset {
	border: 1px solid #DDDDDD;
}

.thumbnail-link {
	padding-top: 25px;
	text-align: center;
}

.library-add {
	clear: both;
	border: 0;
	text-align: center;
}

.library-item {
	float: left;
	width: 180px;
	height: 280px;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding: 5px;
	font-size: 80%;
}

.library-image {
	text-align: center;
}