/*
* It is advised not to edit the smartadmin_production.css
* as this will override any changes you make in the
* later versions of this theme.
*
* We advise that you use use this CSS to override
* SmartAdmin styles.
*
* Rename the stylesheet to whatever your liking so it will stay
* unique to you with each update of SmartAdmin.
*/

/*
* INDEX
*
* - HTML
* - BODY
* - CUSTOM STYLES
*/

/*.ajax-loading-animation {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    left: 50%;
    margin: 0;
    padding: 10px;
    position: fixed;
    top: 90px;
}*/

.btn-primary {
    background-color: #EBB518;
    border-color: #E5AD14;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #E2A90B;
    border-color: #D8A20D;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #E2A90B;
    border-color: #D8A20D;
}

table.dataTable tr.DTTT_selected.odd, table.dataTable tr.DTTT_selected.odd td.sorting_1, table.dataTable tr.DTTT_selected.odd td.sorting_2, table.dataTable tr.DTTT_selected.odd td.sorting_3, table.dataTable tr.DTTT_selected.even, table.dataTable tr.DTTT_selected.even td.sorting_1, table.dataTable tr.DTTT_selected.even td.sorting_2, table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #CE9A0A;
}

table.dataTable a.btn {
    margin-right: 5px;
}

table.dataTable a.btn:last-child {
    margin-right: 0;
}

#logo {
    margin-top: 5px;
    width: 210px;
}

#logo img {
    width: 155px;
}

.ajax-loading-animation {
    background: rgba(0, 0, 0, 0) url("../img/preloader.gif") repeat scroll 0 0 / cover;
    height: 60px;
    width: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 100000000;
}

.dataTables_processing {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    padding-top: 16px;
}

.table-responsive {
    padding-bottom: 20px;
}

.daterangepicker.dropdown-menu, .ranges li {
    font-size: 11px;
}

.smart-style-1 #hide-menu i {
    color: #697488 !important;
}

.login-info a span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.smart-style-1 .jarviswidget-color-darken > header {
    background: transparent !important;
    border-color: #e7ecf1 !important;
    box-shadow: none;
    border-bottom: 1px solid #e7ecf1 !important;
}

.jarviswidget {
    border-radius: 2px;
    background: #fff none repeat scroll 0 0;
}

.jarviswidget-placeholder {
    background-color:#F1F1F1;
    border:1px dashed #EBB518
}

.jarviswidget > div {
    border-width: medium 0 2px;
    border-radius: 0 0 5px 5px;
}

body#login-page {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,416882+100 */
    background: #bbb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, #bbb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fff 0%,#bbb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fff 0%,#bbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#bbb',GradientType=0 ); /* IE6-9 */
    height: 100vh;
}


body#login-page .logo {
    margin-top: 10%;
    padding: 20px 0;
    text-align: center;
}

body#login-page .panel, body#login-page .form-control {
    background: transparent;
    color: #605D4D;
}

body#login-page .form-control {
    border: 1px solid #ddd;
    font-weight: 300;
}

body#login-page .panel {
    border-width: 1px 0 0 0;
    box-shadow: none;
}

body#login-page .page-footer {
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: #0F2F4F;
}

.smart-style-1 .MsgTitle .txt-color-orangeDark {
    color: #EBB518 !important;
}

td.branch-color {
    padding: 0 !important;
    width: 3px;
}

.smart-style-1 .btn-header > *:first-child > a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #697488 !important;
}

#ribbon {
    font-size: 11px;
    min-height: 30px;
}

#ribbon .breadcrumb {
    padding: 9px 34px 9px 0 !important;
}

.ribbon-button-alignment {
    padding-top: 7px;
}

.jarviswidget > div {
    font-size: 12px;
}

.p1 {
    background-color: #9ABCC3;
    color: #F2F5F7;
}

.big-value.p1 {
    background-color: transparent;
    color: #9ABCC3;
}

.input-group-addon {
    min-width: 30px;
}

nav ul li a, nav ul ul li > a {
	font-size: 12px !important;
    font-weight: 300 !important;
}

.fixed-navigation nav > ul {
    width: 107%;
    /*padding-right: 0 !important;*/
}

table.dataTable span.highlight {
	background-color: #EBB518;
    border-radius: 10px;
    color: #ffffff;
    padding: 0 5px;
}

#message {
	padding: 0 13px;
	position: relative;
}

#content-toolbar {
	border-radius: 0;
	border-width: 0 0 1px;
	margin: -11px -14px 20px;
	font-size: 80%;
	padding: 0;
	min-height: 0;
    background-color: #fff;
}

#content-toolbar ul.navbar-nav {
	padding: 10px 0;
}

#content-toolbar .form-group {
   padding: 0 10px 10px 0;
}

#content-toolbar .form-group:first-child {
   padding-left: 0;
}

#content-toolbar .form-group:last-child {
   padding-right: 0;
}

#content-toolbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,334e65+100&0+0,0.03+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(51,78,101,0.03) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(51,78,101,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(51,78,101,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08334e65',GradientType=0 ); /* IE6-9 */
}

.date-form {
   float: left;
   cursor: pointer;
}

.date-form .reportrange {
	padding: 6px;
	font-weight: bold;
}

#daterange-form {
   border: 1px solid #EBB518;
}

#compare-container {
	border: 1px solid #EBB518;
	background-color: #EBB518;
	display: inline;
	float: left;
	margin: 0;
	text-align: center;
	width: 30px;
}

input#compare-active {
	display: none;
}

#compare-container > label {
    margin: 0;
    padding: 6px;
    cursor: pointer;
    color: #fff;
}

#reportrange2-container {
    float: left;
    border: 1px solid #EBB518;
}

.header-daterange, .header-branches {
    font-size: 90%;
    margin: 10px 0 0 5px;
}

.select2-drop, .select2-dropdown {
    color: #777777;
}

.select2-results li {
    font-size: 11px;
    padding: 2px 6px;
}

.branches-form .select2-container {
	height: 30px;
	font-size: 90%;
}

.branches-form .select2-container .select2-choice > .select2-chosen {
	margin-right: 42px
}

.branches-form .select2-container .select2-choice {
	height: 100%;
	border: 1px solid #EBB518;
}

.branches-form .select2-container .select2-choice, .select2-selection {
    height: 30px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #EBB518;
    border-color: #c14800;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #EBB518;
}

.table-hover > tbody > tr:hover {
    background-color: #f2f5f7;

}

.table.datatable-minimal > tbody > tr > td, .table.datatable-minimal > tbody > tr > th, .table.datatable-minimal > tfoot > tr > td, .table.datatable-minimal > tfoot > tr > th, .table.datatable-minimal > thead > tr > td, .table.datatable-minimal > thead > tr > th {
    border-top: 1px solid #eee;
}

/*.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #EBB518;
	border-color: #EBB518;
}

.pagination > li > a, .pagination > li > span {
	color: #EBB518;
}*/

.chart-intervals-form {
	height: 100%;
}

#chart-intervals-form label input[type="radio"] {
	display: none;
}

#chart-intervals-form label {
	cursor: pointer;
	color: #EBB518;
	margin: 0;
	border-right: 1px solid #c2c2c2;
	padding: 2px 5px;
}

#chart-intervals-form label:first-child {
	border-left: 1px solid #c2c2c2;
}

.select2-drop-active {
	border-color: -moz-use-text-color #EBB518 #EBB518;
}

.select2-results .select2-highlighted {
    background: #EBB518 none repeat scroll 0 0;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #EBB518;
}

.ranges li.active {
    background: #EBB518 none repeat scroll 0 0;
    border: 1px solid #EBB518;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #EBB518;
}

.ranges li {
    color: #EBB518;
}

.ranges li:hover {
    background: #EBB518 none repeat scroll 0 0;
    border: 1px solid #EBB518;
}

.daterangepicker .input-mini.active {
    border: 1px solid #EBB518;
}

nav ul li a i {
    color: #EBB518;
}

nav ul li.active > a i, nav ul li.active ul li.active a i {
    color: #EBB518;
}

aside {
    background: #2a2a2a none repeat scroll 0 0;
}

nav ul ul {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

/*.smart-style-1 nav ul ul, .smart-style-1.minified nav > ul > li > ul {
    background: #333 none repeat scroll 0 0;
}*/

.smart-style-1 nav ul ul, .smart-style-1.minified nav > ul > li > ul {
    background: #046f74 none repeat scroll 0 0;
}

.minified nav > ul > li > a > .menu-item-parent {
    border: 0;
    background-color: #EBB518;
    color: #fff;
    left: 45px;
    top: 0;
}

.minified nav > ul > li > ul {
    border-color: #333333;
    left: 45px;
    margin-top: 0;
    width: 198px;
}

nav ul ul li a i, aside#left-panel nav ul ul li a {
    color: #fff !important;
}

/*nav ul li.open > a, nav ul li.open > a b {
    color: #333333 !important;
}*/

.smart-style-1 nav ul ul li > a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
}

.smart-style-1.minified nav > ul > li {
    border-bottom: 0;
    border-top: 1px solid #333333;
}

.minifyme {
    border-bottom: 1px solid #333333;
}

.page-footer {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    font-size: 10px;
    height: 34px;
    padding-top: 5px;
    height: 25px;
    border-top: 1px solid #e7ecf1;
}

.filter-form .form-group {
    width: 20%;
}

/*///////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////-- NEW --/////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/

/*.jarviswidget-color-darken .widget-body.no-padding  {*/
.jarviswidget .widget-body.no-padding  {
    margin: 0;
}

/*.jarviswidget-color-darken .widget-body i.fa-5x {*/
.jarviswidget .widget-body i.fa-5x {
    color: #BDC3C7;
}

body {
    background: #f7f7f7;
    color: #EBB518;
}

#header {
    color: #ffffff;
}

.jarviswidget > div {
    padding: 15px;
}

.widget-body.no-padding {
    margin: -15px -15px 0;
}

/*.jarviswidget-color-darken > header {
    box-shadow: none !important;
    border: 0 !important;
}

.jarviswidget-color-darken > div {
    background: #404040 none repeat scroll 0 0 !important;
    color: #fff;
    border: 0 !important;
}*/

.jarviswidget-color-white > header h2,
.jarviswidget-color-white > header .fa {
    color: #000000;
}

/*.jarviswidget-color-darken > header h2 i {*/
.jarviswidget > header h2 i {
    margin-right: 5px;
}

.jarviswidget > header {
    border: 0;
}

.widget-big-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #fff;
}

.icon-bar-code {
    background: url(../img/bar-code-icon.png) no-repeat scroll center center transparent;
}

.icon-order {
    background: url(../img/order-icon.png) no-repeat scroll center center transparent;
}

.icon-orange {
    color: #EBB518;
}

.icon-white {
    color: #ffffff;
}

.medium-value, .big-value {
    font-weight: 300;
}

.big-value {
    font-size: 30px;
    line-height: 30px;
}

.medium-value {
    font-size: 20px;
    line-height: 20px;
}

.widget-separator {
    background: #BDC3C7 none repeat scroll 0 0;
    height: 1px;
    margin: 10px 0;
}

.italic-text {
    font-size: 12px;
    font-style: italic;
}

/*.jarviswidget-color-darken .italic-text {
    color: #999999;
}*/

.widget-inner-title-container {
    margin-bottom: 20px;
}

a.DTTT_button,
button.DTTT_button,
div.DTTT_button {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 10px;
    border-color: #dddddd;
}

.jarviswidget-color-darken .widget-summary-result-container {
    /*background: #555555 none repeat scroll 0 0;*/
    padding: 20px 10px;
    width: 100%;
    display: table;
}

.jarviswidget-color-darken .widget-summary-result-container div.row {
    display: table-row;
}

.jarviswidget-color-darken .widget-summary-result-container div.row > div {
    display: table-cell;
}

.summary-result-total {
    text-align: right;
}

/*/-- dataTable --/*/

.no-table-heading .dataTables_scrollHead,
.no-table-footer .dataTables_paginate {
    display: none;
}

div.dataTables_paginate ul.pagination {
    margin: 10px 20px 0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > li > a,
.pagination > li > span {
    background: transparent none repeat scroll 0 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -widgetkit-border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    box-shadow: none;
    font-size: 10px;
}

.dataTable .big-value {
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 20px;
}

.smart-style-1 .pagination > .active > a, .smart-style-1 .pagination > .active > a:focus, .smart-style-1 .pagination > .active > a:hover, .smart-style-1 .pagination > .active > span, .smart-style-1 .pagination > .active > span:focus, .smart-style-1 .pagination > .active > span:hover {
    background-color: #EBB518;
    border-color: #EBB518;
}


/*.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #585AA6 !important;
}*/

.dt-toolbar-footer {
    background: transparent;
}

table.dataTable tfoot > tr > th input, table.dataTable thead > tr > th input {
    font-size: 10px;
    padding: 4px 8px;
}

/*.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
}*/

/*.table-striped > tbody > tr:nth-of-type(2n+1),
.fc-head-container thead tr,
.table thead tr,
.dataTables_scroll .dataTables_scrollHead {
    background: transparent none repeat scroll 0 0;
}*/

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: transparent;
}

table.dataTable tbody > tr > td, table.dataTable thead > tr > th, table.dataTable tfoot > tr > th {
    white-space: nowrap;
}

/*/-- dataTable darken --/*/

.jarviswidget-color-darken .dataTables_scroll .dataTables_scrollHead {
    background: transparent;
}

.jarviswidget-color-darken table.dataTable,
.jarviswidget-color-darken .dataTables_scroll .dataTables_scrollHeadInner {
    margin-top: 0 !important;
}

/*.jarviswidget-color-darken table.dataTable thead .sorting,
.jarviswidget-color-darken table.dataTable thead .sorting_asc,
.jarviswidget-color-darken table.dataTable thead .sorting_desc {
    background-position: right 7px center;
    padding: 10px;
}*/

.jarviswidget-color-darken header:first-child .nav-tabs li a {
    color: #ddd;
    font-size: 11px;
}

.jarviswidget header .nav-tabs > li.active > a, .jarviswidget header .nav-tabs > li.active > a:focus, .jarviswidget header .nav-tabs > li.active > a:hover {
    color: #EBB518;
    border-color: #e7ecf1;
    border-bottom: 0;
}

.nav-tabs > li.active > a {
    box-shadow: 0 -2px 0 #EBB518;
    font-weight: 300;
}

.jarviswidget-color-darken tbody tr:first-child {
    border-top: 0;
}

.jarviswidget-color-darken tbody tr {
    border-top: 1px solid #222;
}

.jarviswidget-color-darken tbody td {
    padding: 10px;
}

.jarviswidget-color-darken .widget-body.no-padding tbody td  {
    padding: 5px;
    vertical-align: middle;
}
/*
.jarviswidget-color-darken .pagination > .disabled > a,
.jarviswidget-color-darken .pagination > .disabled > a:focus,
.jarviswidget-color-darken .pagination > .disabled > a:hover,
.jarviswidget-color-darken .pagination > .disabled > span,
.jarviswidget-color-darken .pagination > .disabled > span:focus,
.jarviswidget-color-darken .pagination > .disabled > span:hover,
.jarviswidget-color-darken .pagination > li > a,
.jarviswidget-color-darken .pagination > li > span {
    border-color: #222222;
}

.jarviswidget-color-darken .pagination > .disabled > a,
.jarviswidget-color-darken .pagination > .disabled > a:focus,
.jarviswidget-color-darken .pagination > .disabled > a:hover,
.jarviswidget-color-darken .pagination > .disabled > span,
.jarviswidget-color-darken .pagination > .disabled > span:focus,
.jarviswidget-color-darken .pagination > .disabled > span:hover {
    color: #999999;
}

.jarviswidget-color-darken .pagination > li > a:focus,
.jarviswidget-color-darken .pagination > li > a:hover,
.jarviswidget-color-darken .pagination > li > span:focus,
.jarviswidget-color-darken .pagination > li > span:hover {
    background: #222222;
}

.jarviswidget-color-darken .pagination > li > a,
.jarviswidget-color-darken .pagination > li > span {
    color: #ffffff;
}
*/
/*/-- Featured darken --/*/

/*/--

rimuovere la classe best-customer-table per applicarla a tutte le tabelle
IMPORTANTE: va gestito al posto del first-child una classe specifica ad esempio featured

--/*/

.jarviswidget-color-darken .best-customer-table tbody tr:first-child td:first-child {
    font-size: 20px;
    line-height: 20px;
}

.jarviswidget-color-darken .best-customer-table tbody tr:first-child td {
    background: #555555;
    padding: 15px 10px;
}

.jarviswidget-color-darken .best-customer-table tbody tr:first-child td .customer-name {
    font-size: 20px;
    line-height: 20px;
}

/*/-- dataTable white --/*/

.jarviswidget-color-white .table-hover > tbody > tr:hover {
    background-color: #dddddd;
}

.jarviswidget-color-white table.dataTable tr.DTTT_selected.even,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.even td.sorting_1,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.even td.sorting_2,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.even td.sorting_3,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.odd,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.odd td.sorting_1,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.odd td.sorting_2,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #fbab6c;
}

.jarviswidget-color-white table.dataTable tr.DTTT_selected.even td,
.jarviswidget-color-white table.dataTable tr.DTTT_selected.odd td {
    border-right-color: #585AA6;
    color: #ffffff;
}

/*/-- dataTable best-customer-table --/*/

.best-customer-table tbody td:first-child {
    color: #585AA6;
    font-weight: bold;
    text-align: center;
}

/*/-- dataTable order-number-table --/*/

.order-number-table tbody td:first-child {
    font-weight: bold;
}

/*/-- dataTable summary-result-table --/*/

.summary-result-table {
    width: 100%;
    /*background-color: #F2F5F7;*/
}

.summary-result-table h3 {
    margin: 0;
    font-size: 12px;
}

.summary-result-table p {
    font-size: 9px;
    color: #999;
    margin: 0;
}

.summary-result-table tr.p1 td {
    background: #9ABCC3;
}

.summary-result-table tr.p1 td p {
    color: #ffffff;
}

.summary-result-total > div:nth-child(2), .p1-value {
    color: #9ABCC3;
}


/*/-- /////////////////////////////// --/*/

#content-toolbar .navbar-collapse ul,
#content-toolbar .navbar-collapse > ul > li {
    width: 100%;
}

.header-daterange, .header-branches {
    min-width: 200px;
}

.filter-form .btn.btn-primary {
    margin-top: 19px;
}

#chart-intervals-form label {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#chart-intervals-form .btn-group label:first-child {
    border-left: 0;
}

#chart-intervals-form label .fa {
    display: none;
}

article header .select2-selection {
    padding: 0 45px 0 10px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    height: 34px;
    line-height: 34px;
}

article header #charts-form {
    margin: 0 0 0 15px;
}

article header #charts-form .select2 {
    width: auto !important;
    margin-left: 20px;
}

#daterange-form2 .reportrange {
    background: #9ABCC3;
    color: #ffffff;
}

#daterange-form2 #reportrange2-container {
    border-color: #9ABCC3;
}

.dataTables_wrapper .row:nth-child(3) .col-sm-7 {
    width: 100%;
}

.jarviswidget-ctrls .button-icon {
    height: 34px;
    border: none;
}

.form-group .btn.btn-primary {
    box-sizing: border-box;
    width: 100%;
}

.account-info-container {
    background: #f0f0f0;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-top: 20px;
}

.account-info-container > div {
    padding: 5px 0;
}

.account-info-container .row-info {
    border-bottom: 1px solid #fff;
}

.account-info-container .row-info:last-child {
    border-bottom: 0;
}

.account-info-container .row-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.profile-user-img {
    border-left: 15px solid #0aa699;
    margin: 0 auto;
}

.module-title-container h3 {
    border-bottom: 3px solid #f0f0f0;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.module-body-container {
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 20px;
}

.module-body-container .store-name {
    font-weight: bold;
}

.module-body-container .store-container {
    margin-bottom: 5px;
}

.module-body-container .store-container .store-color {
    float: left;
    height: 35px;
    margin-right: 10px;
    width: 10px;
}

h3.special-title {
    font-size: 14px;
    font-weight: bold;
    color: #585AA6;
    text-transform: uppercase;
}

.progress-bar-warning {
    background: #585AA6;
}

.progress-bar {
    background-image: none;
}

.progress.month-progress-bar {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #585AA6;
    border-radius: 3px;
    box-shadow: none;
}

.progress.month-progress-bar .progress-bar-warning {
    box-shadow: none;
}

.month-container {
    display: flex;
}

.month-container .month {
    flex: 1 1 0;
    line-height: 12px;
    font-style: italic;
    color: #cccccc;
    text-align: center;
}


/*//////////////////////////////*/

body {
    color: #777777;
}

header#header {
    background: #333 none repeat scroll 0 0 !important;
}

#main #ribbon #refresh,
aside#left-panel .minifyme {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

nav ul li a i,
aside#left-panel nav ul li a {
    /*color: #333333 !important;*/
    color: #eee !important;
}

nav ul li.active > a::before {
    color: #fff;
}

.jarviswidget > header > h2 {
    color: #777777 !important;
    font-weight: 400;
}

.widget-icon i {
    color: #EBB518 !important;
}

.jarviswidget-ctrls .button-icon i {
    color: #EBB518 !important;
}

body aside#left-panel nav ul li a.active {
    color: #ffffff !important;
}

header#header #logo-group {
    background: transparent !important;
}

/*aside#left-panel {
    background: #605D4E;
}*/

aside#left-panel {
    background: #01585c;
}

#main #ribbon {
    background: #fff !important;
}

#main {
    background: #ffffff;
}

article > div {
    border: 1px solid #e7ecf1;
    border-bottom: 2px solid #EBB518;
}

.jarviswidget > div {
    border: 0;
    background: transparent !important;
}

.jarviswidget .widget-body i.fa-5x {
    color: #EBB518 !important;
}

.login-info {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07) inset;
}

.smart-style-1 img.online {
    border-left-color: #EBB518 !important;
}


.select2-results .select2-highlighted, .select2-results__option--highlighted {
    background: #EBB518 none repeat scroll 0 0;
}

.select2-container--open .select2-dropdown, .select2-drop-active {
    border-color: -moz-use-text-color #e7ecf1 #EBB518;
}

.select2-container--open .select2-selection, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #e7ecf1;
}

.summary-result-total .smaller-stat span.label {
    margin: 4px 10px 4px 0;
}

/*//////////////////////////////*/

@media screen and (min-width: 768px) {
    .btn-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    #reportrange2 > span, #reportrange > span {
        font-size: 8px;
    }

}

@media screen and (max-width: 767px) {

    .navbar-header {
        box-sizing: border-box;
        padding: 10px 20px;
    }

    .fixed-header #header {
        box-sizing: border-box;
        height: auto;
        padding: 0 10px;
    }

    #header > .pull-right {
        float: none;
        margin: 0 !important;
        width: 100%;
    }

    #hide-menu.btn-header.pull-right {
        margin: 0 !important;
        position: fixed;
        right: 6px;
        top: 0;
        width: 50px;
    }

    #logout {
        position: fixed;
        right: 60px;
        top: 0;
        width: 50px !important;
    }

    .fixed-header #header {
        padding: 0 10px;
        height: auto;
        box-sizing: border-box;
    }

    .header-daterange, .header-branches {
        margin: 0;
        width: 50%;
        box-sizing: border-box;
    }

    .header-branches {
        padding-left: 15px;
    }

    .header-daterange {
        padding-right: 15px;
    }

    body {
        padding-top: 50px;
    }

    #left-panel {
        padding-top: 100px;
    }

    header .filter-container  {
        width: 100%;
        float: none;
    }

    header .filter-container .pull-left {
        border-top: 1px solid #c2c2c2;
        width: 50%;
        float: left;
    }

    header .filter-container #charts-form span.select2 {
        display: block;
    }

    header .filter-container #charts-form .select2, header .filter-container #charts-form {
        margin: 0;
    }

    header .filter-container #charts-form .select2-selection {
        border-left: 0;
    }

    header .filter-container #chart-intervals-form label {
        font-size: 10px;
        padding: 0 5px;
    }

    #chart-intervals-form .btn-group {
        display: block;
    }

    header .filter-container #charts-form label {
        display: none;
    }

    #orders-navbar-collapse ul.navbar-nav {
        margin: 0;
    }

    #orders-navbar-collapse ul.navbar-nav .filter-form .form-group {
        box-sizing: border-box;
        float: left;
        padding: 0 10px;
        width: 50%;
    }

    #hide-menu > *:first-child > a, .btn-header a {
        line-height: 34px !important;
    }

    .navbar-toggle .sr-only {
        position: relative;
        margin: 0;
    }

}

@media screen and (max-width: 480px) {

    body {
        padding-top: 80px;
    }

    .header-branches {
        margin-bottom: 10px;
    }

    .header-daterange, .header-branches {
        padding: 0;
        width: 100%;
        float: none !important;
    }

    #header > .pull-right {
        height: auto;
        padding-bottom: 10px;
    }

    #left-panel {
        padding-top: 130px;
    }

    #orders-navbar-collapse ul.navbar-nav .filter-form .form-group {
        box-sizing: border-box;
        float: none;
        width: 100%;
    }

    .btn-mobile {
        display: block;
        width: 100%;
    }
}


/*COLONNA ID NASCOSTA*/

/*BLOCCAGGI*/
/*#bloccaggi_wrapper .th-id.sorting_desc {display: none;}
#bloccaggi_wrapper .odd > td:nth-child(2) {display: none;}
#bloccaggi_wrapper .even > td:nth-child(2) {display: none;}
#bloccaggi_wrapper .hasinput:nth-child(2) {display: none;}*/


#bloccaggi_wrapper  .th-id.sorting_desc {width: 1% !important;}


/*#bloccaggi_wrapper .odd > td:nth-child(5) {
    width: 5% !important;
}*/


#bloccaggi_wrapper .th-type.sorting:nth-child(5) {width: 5% !important;}


/*ALERT*/
#alerts_wrapper  .th-id.sorting_desc {width: 1% !important;}

/*#alerts_wrapper .th-id.sorting_desc {display: none;}
#alerts_wrapper .odd > td:nth-child(2) {display: none;}
#alerts_wrapper .even > td:nth-child(2) {display: none;}
#alerts_wrapper .hasinput:nth-child(2) {display: none;}*/

/*RITIRI*/

#ritiri_wrapper  .th-id.sorting_desc {width: 1% !important;}

#ritiri_wrapper  .th-type.sorting:nth-child(6) {width: 5% !important;}

/*#ritiri_wrapper .th-id.sorting_desc {display: none;}
#ritiri_wrapper .odd > td:nth-child(2) {display: none;}
#ritiri_wrapper .even > td:nth-child(2) {display: none;}
#ritiri_wrapper .hasinput:nth-child(2) {display: none;}*/

/*CLIENTI*/

#customers_wrapper  .th-id.sorting_desc {width: 1% !important;}
/*#customers_wrapper .th-id.sorting_desc {display: none;}
#customers_wrapper .odd > td:nth-child(2) {display: none;}
#customers_wrapper .even > td:nth-child(2) {display: none;}
#customers_wrapper .hasinput:nth-child(2) {display: none;}*/


#gestione_monete_wrapper  .th-id.sorting_desc {width: 1% !important;}



#gestione_filiali_wrapper  .th-id.sorting_desc {width: 1% !important;}


/*CUSTOM STYLE OREGOLD EDIT*/

.form-group .btn.active {
    background: #e2a90b none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
}

.form-group .btn {
    border: 1px solid #ccc;
    color: #000;
}


/*QUOTAZIONI ORO IN TEMPO REALE*/

.header-oronow {
/*    display: none;*/
}

.clr {
    clear: both;
}

.header-oronow {
    margin-top: 2px;
    padding: 2px 0;
    text-align: center;
    width: 330px;
}

.oronow-gold {
    float: left;
    width: 50%;
    font-weight: 900;
    font-size: 14px;
    padding: 5px;
}
.oronow-silver {
    float: left;
    width: 50%;
    font-weight: 900;
    font-size: 14px;
    padding: 5px;
}
.oronow-lastdate {
    display: block;
    font-size: 10px;
    line-height: 0.5;
}