/* CSS Document */
html {
	/* 1 */
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	color: #124123;
}
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
	margin: 0 0 20px 0;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #124123;
}
/*
 * Title Sizes
 */
h1, .uk-h1 {
	font-size: 2.23125rem;
	line-height: 1.2;
}
h2, .uk-h2 {
	font-size: 1.7rem;
	line-height: 1.3;
}
h3, .uk-h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}
h4, .uk-h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}
h5, .uk-h5 {
	font-size: 16px;
	line-height: 1.4;
}
h6, .uk-h6 {
	font-size: 0.875rem;
	line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
h1, .uk-h1 {
	font-size: 2.625rem;
}
h2, .uk-h2 {
	font-size: 2rem;
}
}
.uk-section-default {
	background: #fff;
}
/*
 * Muted
 */
.uk-section-muted {
	background: #eceff0;
}
/*
 * Primary
 */
.uk-section-primary {
	background: #124123;
}
/*
 * Secondary
 */
.uk-section-secondary {
	background: #222;
}
.uk-background-muted {
	background-color: #eceff0 !important;
}
.uk-background-primary {
	background-color: #124123 !important;
}
.uk-background-secondary {
	background-color: #222;
}
.top {
	padding: 0 46.5px;
}
.uk-navbar-dropdown-nav.scuro .uk-nav-header {
	color: #e9b434;
	text-transform: none;
}
.uk-navbar-dropdown.scuro a {
	color: rgba(255, 255, 255, 0.7) !important;
	box-shadow: none;
}
.uk-navbar-dropdown.scuro a:hover {
	color: white !important;
	box-shadow: none;
}
.uk-navbar-dropdown.scuro .uk-active a {
	color: white !important;
}
.uk-tab > .uk-active > a {
	color: #1A5D32;
	border-color: #1A5D32;
	font-weight: 600;
}
.uk-logo {
	padding: 15px 0;
	max-width: 240px;
}
.uk-button-primary {
	background-color: #1A5D32;
	color: #fff;
	border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: #154D28;
	color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active, .uk-button-primary.uk-active {
	background-color: #1A5D32;
	color: #fff;
}
/*
 * Secondary
 */
.uk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-secondary:hover, .uk-button-secondary:focus {
	background-color: #151515;
	color: #fff;
}
/* OnClick + Active */
.uk-button-secondary:active, .uk-button-secondary.uk-active {
	background-color: #080808;
	color: #fff;
}
.footer-copyright {
	border-top: 1px solid #7f919a;
	padding: .5em 0;
}
.footer-copyright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-copyright li {
	margin: 10px 0;
	padding: 0;
	line-height: 1;
	font-size: 14px;
}
html,
body {
  height: 100%;
  margin: 0;
}

.main-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	/*ie*/
	display: flex;
  flex-flow: column;
  height: 100%;
}
.menu {

	 flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto*/
}
.flex-fill {
	flex: 1;
	/*ie*/
	flex: 1 1 auto;
}
.footer {
flex: 0 1 auto;
/*	min-height: 91px !important;
*/	display: block;
}
/*pagina login*/


.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border-color: #124123;
}

@media (min-width: 640px) {
.footer-copyright li {
	display: inline-block;
}
.footer-copyright li:not(:last-child)::after {
	display: inline-block;
	content: '|';
	text-align: center;
	margin: 0 8px 0 14px;
}
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #124123 !important;
	/*border attivo anche #c5c5c5*/
	background: #e9b434 !important;
	font-weight: normal;
	color: #fff;
}
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
	background-color: #e9b434 !important;
	border-color: transparent;
}
.uk-alert-warning {
	background: rgba(233, 180, 52, 0.1);
	color: #E9B434;
}
.uk-alert-success {
	background: #edfbf6;
	color: #32d296;
}

@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
	width: 220px !important;
	margin-top: 7px;
	float: left;
}
.uk-form-horizontal .uk-form-controls {
	margin-left: 240px;
}
}
/*ticket*/

.cardWrap {
	width: 90%;
	min-height: 200px;
	display: block;
}
.card {
	background: linear-gradient(to bottom, #E9B434 0%, #D29A17 57px, #eceff0 57px, #eceff0 100%);
	position: relative;
	padding: 1em;
	margin-top: 0;
	background-color: #fec84e;
	height: 100%;
}
.cardLeft {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 100%;
}
.cardRight {
	width: 6.5em;
	border-left: .18em dashed #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.titolo {
	font-size: 1em;
	margin-top: 0;
	color: #ffffff;
}
.titolo span {
	font-weight: 400;
}
.title, .stazione, .tratta, .fermata, .orario {
	font-weight: 600;
}
.title h2, .data h2, .stazione h2, .tratta h2, .fermata h2, .orario h2 {
	font-size: .8em;
	color: #1A5D32;
	margin: 0;
	margin-top: .7em;
	text-transform: uppercase;
}
.title span, .data span, .stazione span, .tratta span, .fermata span, .orario span {
	font-size: 1em;
	color: #21743E;
	margin-top: -0.4 em;
}
.title {
	margin: 2em 0 0 0;
}
.stazione {
	margin-top: 34px;
}
.cardWrap .uk-input:disabled, .cardWrap .uk-select:disabled, .cardWrap .uk-textarea:disabled {
	background-color: transparent !important;
	font-size: 1em;
	color: #21743E !important;
	border-color: transparent !important;
	padding: 0 !important;
	height: 1.2em !important;
}
/*ticket*/
.navetta.uk-iconnav > * > a {
	display: block !important;
	color: rgba(255, 255, 255,0.8) !important;
	border-radius: 4px !important;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.navetta.uk-iconnav > * > a:hover {
	color: rgba(255, 255, 255, 1) !important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255,0.75);
	box-shadow: 0px 0px 2px 0px rgba(255, 255, 255,0.75);
}
.navetta.uk-iconnav > * > .new {
	background: #124123 !important;
}
.navetta.uk-iconnav > * > .edit {
	background: #007FFF !important;
}
.navetta.uk-iconnav > * > .copy {
	background: #FF7F00 !important;
}
.navetta.uk-iconnav > * > .trash {
	background: #FF0000 !important;
}
.uk-alert-danger {
	background: rgba(255, 0, 0,0.1);
	color: #FF0000;
}
.uk-alert-success {
	background: rgba(26, 93, 50, 0.1);
	color: #1A5D32;
}
.uk-button-danger {
	background-color: #FF0000;
	color: #fff;
	border: 1px solid transparent;
}
/* Hover + Focus */
.uk-button-danger:hover, .uk-button-danger:focus {
	background-color: #DF0000;
	color: #fff;
}
/* OnClick + Active */
.uk-button-danger:active, .uk-button-danger.uk-active {
	background-color: #FF0000;
	color: #fff;
}

@media (max-width: 410px) {
.large {
	display: none;
}
.small {
	margin: 20px auto 0 auto !important;
	text-align: center !important;
	flex: none !important;
	display: table!important;
}
.large1 {
	display: none !important;
}
.small1 {
	display: block !important;
}
.navetta.uk-iconnav li {
	margin: 0 7px;
}
.navetta.uk-iconnav > * > a {
	padding: 5px;
}
.navetta.uk-iconnav > * > a > svg {
	width: 28px;
	height: 28px;
}
}

@media (min-width: 411px) {
.small {
	display: none;
}
.large {
	display: block;
}
.small1 {
	display: none !important;
}
.large1 {
	display: block !important;
}
}
.small {
}
.ui-tooltip, .arrow:after {
	background: #21743E;
	border: 2px solid #21743E;
	box-shadow: 0 0 3px black;
}
.ui-tooltip {
	padding: 10px 20px;
	color: #21743E!Important;
	font-size: 0.9em !Important;
	line-height: 1.2em !Important;
	border-radius: 10px!Important;
	border: 2px solid #21743E !Important;
	box-shadow: 0 0 3px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

@media (max-width: 959px) {
.arrow.left {
	left: 88%;
}
}

@media (max-width: 639px) {
.arrow.left {
	left: 93%;
}
}
.tab.uk-panel-scrollable {
	height: 40px;
	padding: 0;
	border: 0 solid #e5e5e5;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	resize: both;
	display: flex !important;
	flex-wrap: nowrap !important;
	margin: 0;
}
.tab.uk-panel-scrollable li {
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
}
.uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 0px solid #e5e5e5;
}

@media (max-width: 639px) {
.tab.uk-panel-scrollable {
	height: 60px;
	padding: 0;
	border: 0 solid #e5e5e5;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	resize: both;
	display: flex !important;
	flex-wrap: nowrap !important;
	margin: 0;
}
.tab.uk-panel-scrollable li {
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
}
.uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 0px solid #e5e5e5;
}
}

@media (min-width: 640px) {
.tab.uk-panel-scrollable {
	height: auto;
	padding: 10px 0 10px 0;
	border: 0 solid #e5e5e5;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	resize: both;
	display: flex !important;
	flex-wrap: wrap!important;
	margin: 0;
}
.tab.uk-panel-scrollable li {
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
}
.uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}
	
::-webkit-scrollbar {
 width: 13px;
}
::-webkit-scrollbar-track {
 background: #ffffff;
 border-radius: 10px;
 border: 1px solid #aeaeb5
}
::-webkit-scrollbar-thumb {
 background: #dadae3;
 border-radius: 10px;
 border: 1px solid #aeaeb5
}
::-webkit-scrollbar-thumb:hover {
 background: #c4c4cc
}
::-webkit-scrollbar-thumb:active {
 background: #aeaeb5
}
::-webkit-scrollbar-corner {
background: rgba(0,0,0,0.5);
}
}
.uk-button-mini {
	box-sizing: border-box;
	min-width: 16px;
	height: 16px;
	padding: 0 7px;
	border-radius: 500px;
	vertical-align: middle;
	/* 1 */
	background: #E9B434;
	color: #fff;
	font-size: 0.775rem;
	/* 2 */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	margin-bottom: 4px;
}
.uk-button-mini:hover {
	background: #BA8814;
}
.uk-width-alert {
	width: 500px;
}
.green {
	color: #008000 !important;
}
.uk-icon-link {
	color: #008000 !important;
}
.errore {
	position: absolute;
	top: 42px;
	left: 11px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}
.uk-icon-image-personal {
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.uk-link {
	color: #008000 !important;
	text-decoration: none;
	cursor: pointer;
}
.uk-link:hover {
	color: #124123 !important;
	text-decoration: underline;
}
.chiaro {
	color: rgba(255, 255, 255, 0.7) !important;
	text-decoration: none;
	cursor: pointer;
}
.chiaro:hover, .chiaro-toggle:hover .chiaro, .chiaro-toggle:focus .chiaro {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}
.header-large {
	display: block !important;
	line-height: 84.14px;
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
	text-transform: uppercase;
	position: absolute;
	left: 330px;
	top: 0;
}
.header-small {
	display: none !important;
}

@media (max-width: 1059px) {
.header-large {
	display: none !important;
}
.header-small {
	display: block !important;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
}
.uk-overlay-primary {
background: rgba(18, 65, 35, 0.7) !Important;
}
.link-overlay {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
color: rgba(255, 255, 255, 0.7) !important;
text-align: center;
text-transform: uppercase;
}
.link-overlay:hover {
text-decoration: none;
color: rgba(255, 255, 255, 1) !important;
}
.link-no:hover {
text-decoration: none;
}

.colore > .uk-icon {

}
.colore > .uk-icon-image {
    width: 24px;
    height: 24px;
}

@media (max-width: 639px) {
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    padding: 0 3px !important;

}
}

