/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,500,600,700|Roboto:100,300,400,500,700&display=swap');

html {
  /* 1 */
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #3d464d;
}

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: 'Roboto Condensed',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #111;
  text-transform: none;
}



.my-top {
	background-color: #e78431;
}
.my-footer {
	background-color: #dc5132;
}
.my-card {
-webkit-box-shadow: inset 0px 0px 0px 1px #e5e5e5;
-moz-box-shadow: inset 0px 0px 0px 1px #e5e5e5;
box-shadow: inset 0px 0px 0px 1px #e5e5e5);
}
.my-overlay-primary {
	background-color: rgba(0, 0, 0, 0.4);
}
.my-label-ordine {
	display: block;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.my-td-border {
	border: solid 1px #CCC;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 0.875rem;
  font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600 !important;
  /* 4 */
  text-decoration: none;
}
.uk-navbar-nav > li > a {
  color: #444;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #e78431;
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #dc5132;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #dc5132;
}

.uk-table th, .my-text-xsmall {
  font-size: 0.70rem !important;
}
.my-width-xsmall {
	width: 120px;
	
}
.my-width-xxsmall {
	width: 100px !important;
	
}

.my-list-divider > li:nth-child(n+1) {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e5e5e5;
}

.my-button-green {
  background-color: #3cb07a;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.my-button-green:hover,
.my-button-green:focus {
  background-color: #37a471;
  color: #fff;
}
/* OnClick + Active */
.my-button-green:active,
.my-button-green.uk-active {
  background-color: #309164;
  color: #fff;
}

.uk-table-small th,
.uk-table-small td {
  padding: 8px 10px;
}
