@font-face {
  font-family: 'segoe';
  font-display: swap;
  src: url('../fonts/Segoe UI.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Segoe UI.ttf')  format('truetype');
}
@font-face {
  font-family: 'segoe-light';
  font-display: swap;
  src: url('../fonts/Segoe UI light.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Segoe UI light.ttf')  format('truetype');
}
@font-face {
  font-family: 'mygold';
  font-display: swap;
  src: url('../fonts/Mygold.ttf'); /* IE9 Compat Modes */
  src: url('../fonts/Mygold.ttf')  format('truetype');
}

nav#nav a.tile.tile-medium:active {
    margin-bottom: 4px;
    -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 1px 0px rgb(255 255 255 / 50%);
    box-shadow: 0px 1px 0px rgb(255 255 255 / 50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

body{
	font-family: Helvetica;
    color: #666;
}
input[type="submit"]{
    background: #fe9f01;
    color: #fff;
    border: 0;
    padding: 5px 20px;
}
.field.col1 {
    float: left;
    width: 4.1666%;
}
.field.col2 {
    float: left;
    width: 8.3333%;
}
.field.col3 {
    float: left;
    width: 12.5%;
}
.field.col4 {
    float: left;
    width: 16.6666%;
}
.field.col5 {
    float: left;
    width: 20.83333%;
}
.field.col6 {
    float: left;
    width: 25%;
}
.field.col7 {
    float: left;
    width: 29.16666%;
}
.field.col8 {
    float: left;
    width: 29.16666%;
}
.field.col9 {
    float: left;
    width: 37.5%;
}
.field.col10 {
    float: left;
    width: 41.66666%;
}
.field.col11 {
    float: left;
    width: 45.8333333%;
}
.field.col12 {
    float: left;
    width: 50%;
}
.field.col13 {
    float: left;
    width: 54.16666666%;
}
.field.col14 {
    float: left;
    width: 58.3333333%;
}
.field.col15 {
    float: left;
    width: 62.50%;
}

.field.col16 {
    float: left;
    width: 66.666666%;
}
.field.col17 {
    float: left;
    width: 70.8333333%;
}
.field.col18 {
    float: left;
    width: 75%;
}
.field.col19 {
    float: left;
    width: 79.1666666%;
}
.field.col20 {
    float: left;
    width: 83.33333%;
}
.field.col21 {
    float: left;
    width: 87.5%;
}
.field.col22 {
    float: left;
    width: 91.666666%;
}
.field.col23 {
    float: left;
    width: 95.833333%;
}
.field.col24 {
    float: left;
    width: 100%;
}


.page-header-container {
    text-align: center;
}

.select2-container {
    z-index: 999999;
}

.logo {
    float: none;
    margin: 0 auto;
    max-width: 225px;
}

body .nav-primary {
    margin-top: 0;
}

.store-language-container {
    display: none;
}
ul.nav-primary {
    background: #f2f2f2;
    padding: 6px 0;
}

a.skip-link.skip-search {
    display: none;
}

.tile-container > a {
    display: block;
    padding-top: 16px;
    width: 24.5%;
    float: left;
    margin: 0.25%;
    height: 170px;
}

.tile-container > a .tile-label {
    display: block;
    width: 100%;
    text-align: center;
    text-align: center;
    transform: none;
    text-indent: 0;
    display: block;
    float: left;
    padding-top: 38px;
}

.tile-container span.icon {
    position: relative;
    top: 0;
    margin: 0;
    /* transform: none; */
    text-align: center;
    display: block;
    margin: 0 auto;
    float: left;
    clear: both;
    /* -webkit-transform: none; */
    /* transform: none; */
    -webkit-transform: translateY(53%) translateX(-50%);
    transform: translateY(53%) translateX(-50%);
}

.sidebar {
    position: relative;
}

.tile-container > a:hover {
    background: #c2ebff;
    outline: none;
    box-shadow: 0px 3px 4px -3px #000;
}

.form-list > li {
    list-style: none;
}

.select2-container {
    min-width: 100%;
    border: 0;
}

.input-control.select {
    border: 0;
}

ul.nav-primary li {
    list-style: none;
}

.panel > .heading > .icon {
    position: absolute;
    background-color: #1b6eae;
    top: 0;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    height: 2.625rem;
    width: 2.625rem;
    text-align: center;
    padding: .625rem;
}
.panel > .heading {
    padding: .625rem 0;
    color: #ffffff;
    background-color: #fe9f01;
    cursor: default;
    vertical-align: middle;
    z-index: 2;
    height: 2.625rem;
    box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
    font: 500 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel > .content {
    background-color: #e8f1f4;
    z-index: 1;
    font-size: 17px;
}
.padding10 {
    padding: 0.625rem;
}
.panel > .heading > .icon + .title {
    margin-left: 3.625rem;
}
.panel .cell .row {
    margin-bottom: 9px;
    padding: 0 5px;
    margin-top: 9px;
}
ul.messages {
    list-style: none;
}

ul.messages ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
table.dataTable thead th {
    padding: 8px 10px;
}
table th {
    font-size: 18px;
    padding: 8px 10px;
}

table td {
    padding: 8px 10px;
}
.dataTable {
    min-width: 100%;
    max-width: 100%;
    width: auto !important;
}
form#changeStatus p {
    margin-bottom: 5px;
}

.headFields {
    float: left;
    width: 100%;
}

.orderItems {
    float: left;
    width: 100%;
}

.orderPayment {
    float: left;
    width: 100%;
}

.orderFooter {
    float: left;
    width: 100%;
}
.headFields > .field > label, .headFields > .field > div {
    padding-right: 10px;
}
.orderHead {
    float: left;
    width: 100%;
}

.fancybox-container {
    z-index: 9999998;
}
.select2-container.select2-container--open {
    z-index: 9999999;
}
input[readonly]:not([data-role]) {
    cursor: not-allowed;
}

.calendar-picker .calendar.open {
    z-index: 99999999;
}

a.confirmAttachment.button.primary.fa.fa-save:before {
    font-family: FontAwesome;
}

a.confirmAttachment.button.primary.fa.fa-save {
    font-family: Arial;
    padding-top: 8px;
    text-transform: none;
    float:right;
}
ul#sortable {
    width: 100%;
    margin: 0;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
}
.fleft{
	float:left;
	width:100%;
}

.logo img {
    max-height: 112px;
    float: none;
    margin: 0 auto;
}

.logo {
    text-align: center;
}

a.tile.tile-medium {
    background: #fe9f01;
}

.nitile-content > span {
    float: left;
}

.nitile-content > span:first-child {
    width: 50px;
}

.nitile-content > span:first-child img {
    width: 100%;
    margin:3px 0;
}

.nitile-content > span:last-child {
    width: calc(100% - 50px);
    float: left;
}

nav#nav a.tile {
    height: auto;
}

.nitile-container.bg-white > a {
    display: inline-block;
}

.nitile-content > span:first-child {
    width: 50px;
    background: #f96b01;
}

nav#nav a.tile {
    width: 275px;
    height: auto;
}

nav#nav a.tile {
    width: 275px;
    height: auto;
}

.nitile-content > span:last-child {
    text-align: left;
    padding: 7px 11px;
}

.nitile-content > span:last-child {
    text-align: center;
    padding: 8px 11px;
    font-size: 28px;
    font-family: 'segoe-light';
}

nav#nav a.tile {
    margin: 6px;
    border-radius: 5px;
}

nav#nav a.tile:hover {outline: none;}
.no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
    background-color: #fe9f01;
}

a.logo {
    margin: 20px auto;
}
nav#nav a.tile {
    transform: none !important;
}

/* ********************************************* */
/* Responsive */
/* ********************************************* */
/* Colonne grid */
@media screen and (max-width: 640px) {
    .field[class^='col'],
    .field[class*='col'] {
        width: 100%;
    }

    .ni-appointment-book-index .cell,
    .ni-appointment-calendar-index .cell {
        flex: auto;
    }
}
/* ********************************************* */
/* Dashboard */
/* ********************************************* */
.tile-app, .tile-large, .tile-medium, .tile-small, .tile-wide {
    background: #fe9f01;
}

.tile-container > a .tile-label {
    font-weight: bold;
}
.header-language-background {
    background: #666;
    display:block;
}
.tile-container > a:hover {
    background: #666;
    color: #fff;
}
.footer address {
    border: 0;
    padding: 0;
    margin: 0;
}
.h2, .sub-leader, h2 {
    font-size: 25px;
}
h2.docSection, h2.tableSection{
    font-family: Helvetica;
    text-align: left;
    color: #666;
    border-bottom: 2px solid;
}

.docList table {
    margin-bottom: 35px;
}
.tableList table {
    margin-bottom: 35px;
}
span.classStatus {
    padding: 2px 4px;
    
    margin: 1px;
}
div#chartContainer:after {
    display: block;
    width: 100%;
    height: 9px;
    background: #fff;
    position: absolute;
    content: "";
    bottom: 3px;
    z-index: 2;
    width: 59px;
}

div#chartContainer {
    position: relative;
}

/* solo schermi PC +larghi di 1024 */
@media (min-width:1024px) {
	.ni-template-conto-index .col-main > .grid {
	    max-width: 90%;
	    margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
    .tile-container {
        padding: 0 15%;
        width: 100%;
    }
    .tile-container .tile {
        width: 100%;
        height: 200px;
        line-height: 70px;
    }
    .tile-container .tile:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 481px) and (max-width: 720px) {
    .tile-container .tile {
        width: 45%;
        height: 200px;
        line-height: 70px;
    }
}
/* ********************************************* */
/* Fullcalendar */
/* ********************************************* */
.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
    float: none;
}
.fc-toolbar .fc-left,
.fc-toolbar .fc-center,
.fc-toolbar .fc-right {
    margin-top: 5px;
}
.fc .fc-toolbar > * > * {
    float: none;
}
.fc .fc-button-group > * {
    float: none;
}

body .fc-day-grid-event .fc-content {
    white-space: normal;
}
.nav-primary li.level0 > a {
    text-transform: none;
}

.docList thead {
    background: #f2f2f2;
}

.docList thead th {
    padding: 8px 15px;
}

.docList tbody td {
    padding: 8px 15px;
}

.docList {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.docList table {
    width: 100%;
}

.docList thead th, .docList tbody td {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.docList tbody td.docFile {
    font-size: 25px;
    padding: 0;
    text-align: center;
}
.docList a {
    color: inherit;
}
.tableList thead {
    background: #f2f2f2;
}

.tableList thead th {
    padding: 8px 15px;
}

.tableList tbody td {
    padding: 8px 15px;
}

.tableList {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.tableList table {
    width: 100%;
}

.tableList thead th, .tableList tbody td {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.tableList tbody td.docFile {
    font-size: 25px;
    padding: 0;
    text-align: center;
}
.tableList a {
    color: inherit;
}
body #header-nav {
    border: 0;
}
td.fc-list-item-time.fc-widget-content {
    display: none;
}

@media screen and (min-width: 640px) {
    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }
    .fc .fc-toolbar > * > * {
        float: left;
    }
    .fc .fc-button-group > * {
        float: left;
    }
}

.ni-appointment-calendar-neworder div#configwrapper {
    overflow: visible;
}

.fancyRowShipment.fancybox-content a.removeRowShipment {
    margin-left: 0;
}
.fancyRowShipment.fancybox-content a.confirmRowShipment {
    margin-top: 10px;
}
.fancyRowShipment.fancybox-content a.removeRowShipment,
.fancyRowShipment.fancybox-content a.confirmRowShipment {
    width: 100%;
}
a.canvasjs-chart-credit {
    display: flex;
    overflow: hidden;
    width: 0;
}
.table-vend thead td {
    font-size: 19px;
}

.table-vend thead td span {
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.planSelectorWrap {
    width: 100%;
    max-width: 754px;
    margin: 0 auto;
    margin-bottom: 39px;
}

select.planSelector.select2-hidden-accessible {}

.planSelectorWrap > .select2 {
    max-width: 100%;
}

nav#nav a.tile {
    color: #fff;
    padding-top: 0;
}

nav#nav a.tile .icon {margin-top: -15px;font-size: 30px;}

nav#nav .tile-container > a .tile-label {
    padding-top: 29px;
}
table.table-vend tr:nth-child(even) {
    background: #f2f2f2;
}

table.table-vend td {
    padding: 4px 7px;
}

body.page-empty.cms-index-index.cms-home p {
    font-family: 'mygold' !important;
}

@media screen and (min-width: 520px) {
    .fancyRowShipment.fancybox-content a.removeRowShipment {
        margin-left: 5px;
    }
    .fancyRowShipment.fancybox-content a.confirmRowShipment {
        margin-top: 0;
    }
    .fancyRowShipment.fancybox-content a.removeRowShipment,
    .fancyRowShipment.fancybox-content a.confirmRowShipment {
        width: auto;
    }
}
/* ********************************************* */
/* END Responsive */
/* ********************************************* */

label.radio-inline
{
	margin-right: 2%;
	padding-top: 15px;
	position: relative;
	left: -11px;
}

.peso-lingotti-container
{
    margin-top: 2%;
    margin-bottom: 17px;
}

.button-submit input[type="submit"]
{
    background: #fe9f01;
    color: #fff;
    border: 0;
    padding: 1px 10px;
}

#message
{
	color: red;
}

a.ok-prelievo {
    background: #801313;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid;
    min-width: 145px; 
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.peso-lingotti-container:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c2ae67;
    top: 32px;
    z-index: 0;
    width: 297px;
}

.peso-lingotti-container input {
    position: relative;
    z-index: 2;
    top: -16px;
    left: 13px;
}

.peso-lingotti-container label {
    cursor: pointer;
}

input#lingotti_prelevare,input#grammi_rivendere {
    width: auto;
}

.ni-template-prelievi-index .button-submit input[type="submit"],
.ni-template-rivendi-index .button-submit input[type="submit"] {
    background: rgb(131, 99, 13);
    background: linear-gradient(135deg, rgba(131, 99, 13, 1) 0%, rgba(236, 172, 10, 1) 48%, rgba(185, 173, 127, 1) 100%);
    padding: 2px 17px;
}
