
/* PRIHLASENIE a DEFAULTNE */

::selection {
	background-color: #2399E6;
	color: #fff;
}

body {
	background: #f8f8f8;
}

#loginDialog {
  height: 320px;
	width: 390px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 1px;
}
.ui-widget-content {
	  color: #545454;
}

.ui-dialog .ui-dialog-content,
.ui-dialog {
	overflow: initial;
}
.ui-dialog-titlebar {
    padding: 0;
		text-align: center;
		border: 0;
		background: none;
		color: #2f8cc9;
		font-size: 22px;
		font-weight: normal;
}
#loginDialogContent {
    padding-top: 5px;
		width: 90%;
		margin: 0;
		font-size: 15px;
}

#loginDialogContent table {
	width: 100%;
}

#loginDialog {
    border: 0;
}
input.text {
    border-radius: 0;
}
input.text:hover {
    border: 1px solid #848383;
}
input.text:focus {
    border: 1px solid #2f8cc9;
	  outline: 0;
}

/* POSTA */
	/* responzivita */
	#content {
		width: 1280px;
		margin-top: 20px;
  }

	@media (max-width: 1320px){
		#content {	width: 1000px; }
	}

	#adminTabs { width: auto;}
	#postTable { width: 100%;}

	@media (max-width: 775px){
		#content {	width: 683px }
	}

#loggedUser {
	position: absolute;
	right: 114px;
	left: auto;
	top: 36px;
	color: #545454;
}

#loggedUser strong {
	color: #2f8cc9;
}

#logoutButton {
	right: 0;
	left: auto;
	top: 30px;
	background: none;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #404040;
	padding: 2px 5px;
	border: 1px solid  #2f8cc9;
	z-index: 1;
	color: #2f8cc9;
	transition: all .3s;
}
#logoutButton:hover {
	border: 1px solid #2399E6;
	background: #2399E6;
	color: white;
}

.ui-tabs {
    top: 30px;
		border-radius: 3px;
		padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 11px 16px;
		font-weight: 600;
}
.ui-tabs .ui-tabs-nav {
    padding:0;
		border: 0;
		background: none;
		position: absolute;
    top: -40px;
		font-size: 16px;
}
.ui-tabs .ui-tabs-nav li {
		background: #f5f5f5;
		color: #545454;
		border: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA !important;
    border-radius: 3px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		line-height: 1.2;
}
.ui-tabs .ui-tabs-nav li:hover {
		background: #fff;
		border:1px solid #DADADA;
		border-bottom: 0px solid #2399E6 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
li.ui-tabs-selected:hover {
	background: #fff;
	border: 1px solid #DADADA;
	border-bottom: 2px solid #fff !important;
	padding-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
 }

 .ui-state-active a, .ui-state-active a:link {
	color: #2f8cc9 !important;
 }

.filterBox {
    border: 0;
		border-bottom: 1px solid #DEDEE2;
		background: none;
}
.content {
	padding-top: 20px;
}
.ui-tabs .ui-tabs-panel {
    padding: 0 20px;
}

button,
.user-manual {
	line-height: 25px;
}

button.filter,
.user-manual {
	left: 530px;
	width: 110px;
  background: none;
  border: 1.5px solid #2f8cc9;
	font-size: 14px;
	border-radius: 3px;
  top: 43px;
	color: #2f8cc9;
	transition: all .3s;
}

button.filter.top {
	left: 413px;
	top: 43px;
	font-size: 14px;
}
button.filter:hover,
.user-manual:hover {
  background: #2399E6;
	border-color: #2399E6;
	color: #fff;
}

.user-manual {
	position: absolute;
	top: 20px;
	right: 0;
	left: auto;
	padding: 3px 25px;
	width: auto;
	text-decoration: none;
	text-align: center;
}

.button img {
	display: none;
}

h2.filter {
	color: #2f8cc9;
	font-size: 13px;
	font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none;
}
.ui-button-text-only .ui-button-text {
  padding: 4px 10px;
	font-weight: 400;
}
.ui-widget-content {
  border: 0;
}

.ui-widget-header {
  background: #2399E6;
  color: #fff;
  font-weight: bold;
}

.ui-icon-closethick {
	display: none;
}

#loginDialog .ui-widget-header {
	background: none;
	color: #404040;
	font-weight: normal;
	font-size: 29px;
	padding: 30px 0 0;
}

#loginForm input.text {
	min-height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	margin-top: 11px;
	vertical-align: middle;
	padding-left: 7px;
  width: 100%;
  border: 0;
  font-size: 16px;
	border: 0;
	background: none;
	border-bottom: 2px solid #ccc;
	transition: all .3s;
}

#loginForm input.text:hover {
	border-color: #999;
}

#loginForm input.text:focus {
	border-color: #2399E6;
}

input.text:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border-color: #2399E6;
}

#userTable tbody tr.admin td {
	color: black;
	background: rgba(0, 0, 0, .1);
	font-weight: bold;
}

.userTypeColumn.admin {
	color: black;
}

#postTable,
#userTable {
  border-collapse: collapse;
}

#userTable, #postTable {
	width: 100%;
}

#postTable tbody tr,
#userTable tbody tr {
    transition: all .3s;
}
#postTable tbody tr:hover,
#userTable tbody tr:hover {
    background: #EAEAEA;
}
.dataList tbody tr {
    background: #fefefe;
}
.dataList tbody tr.odd {
    background: #fff;
}
.dataList tbody tr.unread {
    color: inherit;
}
.dataList th, .dataList td {
  padding: 8px;
	border-right: 1px solid #EAEDEF;
	font-size: 14px;
}

.dataList th {
	text-align: left;
}

.dataList td {
	padding: 5px 10px;
	font-weight: 400;
}

.actionColumn {
	width: 75px;
}

.dataList tr, .dataList td {
		border-bottom: 1px solid #DEDEE2;
}
#adminTabs-1,
#adminTabs-2 {
	border: 1px solid #DADADA;
	border-radius: 3px;
	border-top-left-radius: 0;
	padding-top: 15px;
}

#topBanner {
	position: relative;
	height: 130px;
	width: 100%;
	background: url('../image/top-banner.png') no-repeat top left;
	text-align: left;
	padding-left: 125px;
	padding-top: 29px;
	margin-bottom: -15px;
}

#topBanner.page-login {
	margin: 0 auto;
}

#topBanner .title{
	display: block;
	font-size: 20px;
	color: #2399E6;
	font-weight: bold;
}
#topBanner .evidencia-posty{
	display: block;
	font-size: 29px;
	color: #404040;
}

#help {
	float: right;
}

#newPostButton,.ui-dialog .ui-dialog-buttonpane button, #loginButton {
	background: none;
	font-weight: bold;
	border: 1.5px solid #2f8cc9;
	border-radius: 3px;
	top: 8px;
	color: #2f8cc9;
	transition: all .3s;
}
#newPostButton:hover,.ui-dialog .ui-dialog-buttonpane button:hover,#loginButton:hover {
	background: #2399E6;
	border-color: #2399E6;
	color: #fff;
}

#newPostButton,
#newUserButton {
	font-weight: 600;
	font-size: 20px;
	padding: 3px 20px;
	background: #2399E6;
	border: 1px solid #2399E6;
	color: white;
	transition: all .3s;
}

#newPostButton:hover,
#newUserButton:hover {
	background: none;
	color: #2399E6;
}

#newBackupButton,
#newBackupButton {
	font-weight: 600;
	font-size: 20px;
	padding: 3px 20px;
	background: #2399E6;
	border: 1px solid #2399E6;
	color: white;
	transition: all .3s;
}

#loginButton {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #2f8cc9;
	color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  position: absolute;
  right: -80px;
	top: auto;
  bottom: 13px;
  padding: 0;
  text-align: center;
  line-height: 65px;
  color: white;
  font-size: 23px;
  font-weight: 400;
	border: 0;
  transition: all .3s;
}

#loginButton:hover {
	color: #2f8cc9;
	background: white;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1), 0 6px 8px rgba(0, 0, 0, .2);
}

#loginButton:active {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .24);
}

#loginButton .ui-button-text {
	line-height: 62px;
}

/* select */
.chzn-container {
	margin: 0 10px;
}

.ui-draggable .chzn-container {
	margin: 0;
}

.chzn-container-single .chzn-single {
	width: 305px;
	background: none;
	border-radius: 4px;
	height: 29px;
	border-color: #2f8cc9;
	transition: all .3s;
}

.chzn-container-single .chzn-single.chzn-single-with-drop {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-color: #aaa;
}

.chzn-container-single .chzn-single.chzn-single-with-drop:hover {
	background: none;
	color: #404040 !important;
}

.chzn-container-single .chzn-single:hover {
	background: #2399E6;
	color: white !important;
}

.chzn-container-single .chzn-single div {
	background: none;
	border: 0;
	background: url('../image/arrow.png') no-repeat center right;
	width: 25px;
}

.chzn-container-single .chzn-single div b {
	display: none;
}

.chzn-container-single .chzn-search input {
	width: 100%;
}

.icon24,
.clickIcon {
	transition: all .3s;
}

.icon24:hover,
.clickIcon:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.pagination {
	margin-top: 15px;
  font-size: 12px;
}

#version {
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #A5A5A5;
	text-align: center;
	margin: 30px 0;
}

#topPanel {
  height: 70px;
}

.ui-widget {
	font-family: 'Open Sans', sans-serif;
}

/*  vyskakovacie okno "Nova posta"  */
.ui-widget-overlay {
  background: rgba(0, 0, 0,.4);
}
.ui-draggable .ui-dialog-titlebar {
  	width: auto;
	height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 0;
}

.ui-dialog {
	padding: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	background: #f2f2f2;
}

#postDialog,
#userDialog {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0;
}

#postDialog .text-label,
#userDialog .text-label {
	display: block;
	margin: 10px 0;
	margin-bottom: 5px;
}

#postDialog input.date,
#postDialog input.text,
#postDialogNote,
#userDialog input.date,
#userDialog input.text {
	width: 307px;
	border-radius: 4px;
	border-color: #2399E6;
	background: white;
	line-height: 30px;
	height: 30px;
}

#postDialog input:focus,
#postDialog textarea:focus,
#userDialog input.date:focus,
#userDialog input.text:focus  {
	border-color: #444;
	outline: none;
}

#postDialogNote {
	height: 130px;
}

/* DATEPICKER START */
.ui-datepicker {
  background: #f2f2f2;
	width: 295px;
	height: auto;
	margin: 0px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .5);
  border-radius: 0;
  border: 0;
  padding: 0;
  padding-top: 3px;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
  margin: 0;
}
.ui-datepicker-header {
  background: none;
	color: #234b5c;
	font-weight: 600;
	line-height: 30px;
	border: 0;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0;
  margin-top: 3px;
	font-size: 16px;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	line-height: 30px;
	margin: 4px 5px;
	height: 30px;
	border-radius: 4px;
	width: 45% !important;
	border-color: #2399E6;
}

.ui-datepicker  .ui-datepicker-prev,
.ui-datepicker  .ui-datepicker-next {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	overflow: hidden;
  top: -1px;
  border-radius: 50%;
}

.ui-widget-header .ui-icon {
}

.ui-datepicker .ui-datepicker-prev {
	float: left;
	background: url('../images/arrowL.gif') center center no-repeat;
}
.ui-datepicker .ui-datepicker-next {
	float: left;
	background: url('../images/arrowR.gif') center center no-repeat;
}
.ui-widget-content .ui-datepicker-prev.ui-state-hover,
.ui-widget-content .ui-datepicker-next.ui-state-hover {
  border: 0 !important;
  background: none !important;
}
.ui-widget-content .ui-datepicker-prev.ui-state-hover {
  background: url('../images/arrowL.gif')  center center no-repeat !important;
  top: -1px;
  left: -1px;
}
.ui-widget-content .ui-datepicker-next.ui-state-hover {
  background: url('../images/arrowR.gif')  center center no-repeat !important;
  top: -1px;
  right: -1px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: white;
}

.ui-datepicker  .ui-datepicker-prev:active,
.ui-datepicker  .ui-datepicker-next:active {
	background-color: white !important;
}

.ui-datepicker thead {
	background-color: none;
	border-bottom: 0;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border: 0;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 40px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #fff;
	box-shadow: none;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 0;
  font-size: 14px;
  text-shadow: none;
  : none;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
	background: #2399E6;
  color: white;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #bbb !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	background: none;
	border: 1px solid #2399E6;
	color: #2399E6;
	line-height: 26px;
	height: 34px;
	padding: 3px 10px;
	margin: 10px;
	font-weight: 400;
	transition: all .3s;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
	background: #2399E6;
	color: #fff;
}
/* DATEPICKER END */

#uploaderContainer {
	border-radius: 4px;
	background: #2399E6 url('../image/upload.png') no-repeat right center;
	border: 0;
	width: 100%;
	transition: all .15s;
}

#uploaderContainer:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

#uploaderContainer #uploaderPickFiles {
	width: 100%;
	display: block;
	line-height: 43px;
	padding-left: 16px;
	transition: all .3s;
}

#uploaderContainer * {
	color: white !important;
	text-decoration: underline !important;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	margin-bottom: 20px;
}

/* INFO SPRAVA */
.loginMessage {
	background: white !important;
	color: #2399E6;
	margin: 0 auto;
	width: 390px;
}


/* USER POST DIALOG  */
#userPostDialog {
	margin-top: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}

@media (max-width: 1320px) {
	#userPostDialog {
		width: 1000px;
	}
}


.ui-dialog .ui-dialog-titlebar {
	border-radius: 0;
	margin-bottom: 20px;
}
