/* Alignment */
.not.aligned { text-align: inherit; }
.left.aligned { text-align: left; }
.right.aligned { text-align: right; }
.center.aligned { text-align: center; }
.justify.aligned { text-align: justify; }

/* Alignment */
.not.v-aligned { vertical-align: inherit !important; }
.top.v-aligned { vertical-align: top !important; }
.middle.v-aligned { vertical-align: middle !important; }
.bottom.v-aligned { vertical-align: bottom !important; }

/* Floating */
.floating.not { float: none; }
.floating.left { float: left; }
.floating.right { float: right; }

/* Clear */
.clear { clear: both; }
.clear.left { clear: left; }
.clear.right { clear: right; }

/* Adaptibility */
.only.mobile { display: none !important; }
.only.tablet { display: none !important; }
.only.desktop { display: block !important; }

/* Wrap */
.nowrap { white-space: nowrap; }
.wrap { white-space: normal; }

.hidden {
	display: none;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Commons */
small.description {
	opacity: 0.4;
	display: none;
}
*:hover > small.description {
	display: block;
}

.borderless {
	box-shadow: none;
	border-width: 0px;
	border-radius: 0px;
}

.red.text { color: #d95c5c; }
.green.text { color: #a1cf64; }
.blue.text { color: #6ecff5; }
.orange.text { color: #f05940; }
.purple.text { color: #564f8a; }
.teal.text { color: #00b5ad; }

.marginless { margin: 0px !important; }
.paddingless { padding: 0px !important; }

::-webkit-selection {
  background-color: #CCE2FF;
  color: #555555;
}
::-moz-selection {
  background-color: #CCE2FF;
  color: #555555;
}
::selection {
  background-color: #CCE2FF;
  color: #555555;
}


a:link, a:visited, .link {
	color: rgba(64,64,64, 0.65);
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color: rgba(64,64,64, 1);
}

.ajax.link {
	text-decoration: none;
	border-bottom: 1px dotted;
}

html,
body {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "PT Sans",Tahoma,sans-serif;
  color: #555555;
}

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#contentWrapper {
	padding-top: 50px;
}

.container {
	width: 1280px;
	margin: 0 auto;
}

@media only screen and (max-width : 1300px) {
	.container {
		width: 100%;
	}
}
@media only screen and (max-width : 1024px) {
	.container {
		width: 1000px;
	}
}

#messageDialog {
	z-index: 2048;
	background-color: rgba(0, 0, 0, 0.65);
}

#messageDialog .dialog.window {
	min-width: 25%;
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
#messageDialog .dialog.contents {
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
	#messageDialog .dialog.window {
		width: 300px;
	}
}

#navWrapper div.container div.left.title.item a {
	text-decoration: none;
}

#navMainMenu div.ui.item span.title {}
#navMainMenu div.ui.item span.wide.title {
	display: inline-block;
	margin-right: 1em;
}

#errorMessage .icon {
	vertical-align: top;
}

#errorMessage span.divider {
  display: inline-block;
  font-weight: bold;
  opacity: 0.5;
  padding: 7px 0 7px 20px;
  vertical-align: middle;
}

#errorMessage .ui.button.section {
  margin-top: 3em;
}

#navWrapper {
	z-index: 1024;
}
#navWrapper .right.menu .item .username {
	display: inline;
}

#footerWrapper .links.list {
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 1rem;
}

.ui.form .ui.selection.dropdown {
	width: 370px;
}

.ui.form .ui.input {
	max-width: 400px;
}

.ui.button > i.icon {
	margin-right: 0;
}

.ui.filter.segment {
	margin-left: 4px;
	min-width: 310px;
	max-width: 450px;
	width: 100%;
}

.ui.table td.minimal, .ui.table th.minimal {
	padding-left: 0;
	width: 0%;
}

.ui.double.filter.segment {
	max-width: 910px;
}

.ui.double.filter.segment .ui.display.group.segment {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 430px;
	min-width: 310px;
	width: 100%;
}
.ui.double.filter.segment .ui.display.group.segment:first-child {
	border-right: 2px ridge rgba(0, 0, 0, 0.075);
}

.ui.double.filter.segment .ui.buttons.wrapper {
	margin-top: 0.5em;
	max-width: 430px;
	min-width: 310px;
	width: 100%;
}

.ui.filter.segment .filter.items {
	margin-left: 20px;
}

.ui.filter.segment .filter.items .integer.filter .ui.input,
.ui.filter.segment .filter.items .datetime.filter .ui.input {
	width: 195px;
}

.periods.field .ui.footer.segment h3.header {
	margin-top: 0;
	transition: margin ease 0.2s;
}

.prices.field .prices-field-row {
	margin-top: 0.5em;
	margin-left: 0.75em;
}
.prices.field .prices-field-row .ui.header {
	margin-top: 0;
	margin-left: -0.375em;
	margin-bottom: 0.175em;
}

.prices.field .prices-field-row .ui.left.icon.input > input {
	padding-left: 2em !important;
}
.prices.field .prices-field-row .ui.icon.input > .icon {
	width: 1.5em;
	text-align: right;
}


i.ui.clickable.icon {
	opacity: 0.5;
	cursor: pointer;
}
i.ui.clickable.icon:hover {
	opacity: 0.75;
}
i.ui.clickable.icon:active {
	opacity: 1;
}


.calculator.field .ui.grid > .date.from.row {
	margin-top: 0.75%;
}
.calculator.field .ui.grid > .date.to.row {
	margin-top: 0;
}
.calculator.field .ui.grid > .date.row > .column {
	font-size: 0.8rem !important;
}

.ui.attached.input {
	display: table;
}

.ui.attached.input > .ui.attached.button {
	display: table-cell;
}

.ui.attached.input > input {
	border-radius: 0 !important;
	border-right: medium none;
	border-left: medium none;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	display: table-cell;
}