﻿/******************************** 
    New features
*********************************/

.pagewait-content {
    margin: auto;  
    height: 100px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nxiwidget-wait {
    background: url(../images/ajax-loading.gif) center no-repeat;
    min-height: 100px;
    margin: auto;  
    text-align: center; 
}

.ico-info {
    background: url(../images/info.png) center no-repeat;
    width: 16px;
    height:16px;
    display: inline-block;
}
.vspacer-20 {
    height: 20px;
    clear: both;
}

.table-nonfluid {
   width: auto !important;
}

.table-keyvalue {
    border: none;
    color: #999;
}


.box-external-title {
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}

.toggler-left, .toggler-right {
    cursor: pointer;
}

.toggler-left::before {
    background: rgba(0, 0, 0, 0) url("../../Default/images/plus-square.png") no-repeat scroll 0 0;
    content: "";
    display: block;    
    height: 13px;
    position: relative;    
    top: 5px;    
    width: 13px;
    float: left;
    margin-right: 5px;
}

.toggler-right::after {
    background: rgba(0, 0, 0, 0) url("../../Default/images/plus-square.png") no-repeat scroll 0 0;
    content: "";
    display: block;    
    height: 13px;
    position: relative;    
    top: 5px;    
    width: 13px;
    float: right;        
    margin-left: 5px;
}

.toggler-left:hover::before, .toggler-right:hover::after {
    background: rgba(0, 0, 0, 0) url("../../Default/images/plus-square-hover.png") no-repeat scroll 0 0;
}

.toggler-left.active::before {
    background: rgba(0, 0, 0, 0) url("../../Default/images/minus.png") no-repeat scroll 0 0;
    content: "";
    display: block;   
    height: 13px;
    position: relative;   
    top: 10px;
    width: 13px;
    float: left;    
    margin-right: 5px;
}

.toggler-right.active::after {
    background: rgba(0, 0, 0, 0) url("../../Default/images/minus.png") no-repeat scroll 0 0;
    content: "";
    display: block;   
    height: 13px;
    position: relative;   
    top: 10px;
    width: 13px;
    float: right;   
    margin-left: 5px;
}
.toggler-left.active:hover::before, .toggler-right.active:hover::after {
    background: rgba(0, 0, 0, 0) url("../../Default/images/minus-hover.png") no-repeat scroll 0 0;
}
/****************** Paginator ******************************/
.sortPagiBar .sort-wrapper, .sortPagiBar .page-size-wrapper {
    border: 1px solid #eaeaea;
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 30px;
    width: auto;
}

.sortPagiBar .page-size {
    border: medium none;
    display: inline-block;
    height: 28px;
    padding: 0 20px 0 10px;
    width: auto;
}

.sortPagiBar .sort-field {
    border: medium none;
    display: inline-block;
    height: 28px;
    padding: 0 20px 0 10px;
    width: auto;
}

.sortPagiBar .icon.sort-dir {
    border-left: 1px solid #eaeaea;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}

/****************** /Paginator ******************************/

.button-cancel {
    background: #eee;
}

.header-current-user {
    font-weight: bold;
    text-transform: uppercase;
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 5px;    
    padding: 0 15px;
    margin-top: 5px;
}

.product-img-fmt-box {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
}

.product-img-fmt-box-small {
    width: 125px;
    height: 125px;
    max-width: 125px;
    max-height: 125px;
}


.product-img-fmt-listing {
    width: 110px;
    height: 110px;
    max-width: 110px;
    max-height: 110px;
}

.product-img-fmt-list-thumb {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}

.product-img-fmt-carousel-thumb {
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
}

.product-icons {
    clear: both;
    height: 50px;
}

.product-icon {
    float: left;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
}

.block-product-info .product-icons {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    height: 68px;
}

.product-list-item-right {
    margin-right: 15px;
    float: right;
    text-align: right;

}

.block-list-product-suggestions {
    clear: both;
    font-size: 12px;
    padding: 15px;
}



.um {
    float: left;
    margin-left: 10px;
}

div.units {
    float: right;
    font-size: 12px;
}

.box-control-button div.units {
    float: left;
}


.hover-highlight:hover {
    background: #fdfdfd;
}

.status-label {
    border-radius: 0;
    display: inline-block;    
    padding: 0 5px;
    white-space: normal;
    background: #fff none repeat scroll 0 0;
    font-weight: normal;
}

.status-label.success {
    
    border: 1px solid #55c65e;
    color: #48b151;    
}

.status-label.warning {
   
    border: 1px solid #f0ad4e;
    color: #f0ad4e;   
}

.status-label.danger {
   
    border: 1px solid #d9534f;
    color: #d9534f;    
}

.status-label.info {   
    border: 1px solid #ccc;
    color: #ccc;    
}

.total {
    font-weight: bold;
}

.cell-centered {
    text-align: center;
}


.cell-numeric { 
    text-align: right;
    /*color: #ffb424;  */
}

.clickable {
    cursor: pointer;
}

.dashboard-box {
    margin: 15px 0;
    min-height: 120px;
}

.dashboard-box .icon {    
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}

.dashboard-box.clickable:hover {
    background: #fbfbfb !important;    
}

.dashboard-box .block-head {
    border-top: none !important;    
    border-bottom: none !important;
    background: none !important;    
}

.dashboard-box .block-inner {
    min-height: 100px;
}

.dashboard-box .block-footer {
    clear: both;
}
.dashboard-box .block-footer a {
    position: relative;
    text-align: center;   
    display: block;
    border-top: 2px solid #fbfbfb;
}

.box-left {
    float:left;
    padding-right: 10px;
}
.box-right {
    float:left;
}

.box-counter {
    font-size: 30px;
    color: #f0ad4e;
    font-weight: bold;
}

.box-danger {
    background: #d9534f;
    color: #fff;
}

.box-danger .box-counter {
    color: #fff;
}

.box-success {
    background: #55c65e;
    color: #fff;
}

.box-success .box-counter {    
    color: #fff;
}

.box-warning {
    background: #f0ad4e;
    color: #fff;
}

.box-warning .box-counter {
    color: #fff;
}

.table th {
    font-weight: bold;
    background: #fafafa;
    border: none;
}

.table-listing {    
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-bottom: -15px;
}

.table-listing li {
    list-style-type: none;
}
.table-row {
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.table-row-buttons {
    clear: both;
    text-align: center;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}
.rounded {    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.block-sidebar .owl-next {
    top: -23px;
    right: 20px;
}

.block-sidebar .owl-prev {
    left: inherit;
    right: 45px;
    top: -23px;
}

.block-sidebar .widget-accordion .item.active {
    padding: 20px;
}

.block-sidebar .widget-accordion .item {
    border-bottom: 1px solid #eaeaea;
    padding: 7px 20px;
    overflow: hidden;
}

.block-sidebar .widget-accordion .item.active .item-inner {
    display: block;
}

.block-sidebar .widget-accordion .item .item-inner {
    display: none;
}

.block-sidebar .widget-accordion .item .handle {
    width: 100%;
    overflow: hidden;
    float: left;
}

.block-sidebar .widget-accordion .item.active .handle {
    color: #fd7400; 
    font-weight: bold;
}
.block-sidebar .widget-accordion .item .indicator {
    width: 26px;
    height: 26px;
    float: left;
    text-align: center;
    line-height: 26px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;    
}

.block-sidebar .widget-accordion .item.active .indicator {    
    background:#fd7400; 
}

.widget-radio-box-group li {
    list-style: none;
    display: inline;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}
.widget-radio-box-group li a{
    width: 40px;
    height: 20px;
    border: 1px solid #eaeaea;
    padding: 1px;
    float: left;
    text-align: center;
    line-height: 15px;
    position: relative;
}

.widget-radio-box-group li>a:before {
    width: 5px;
	height: 5px;
	background: url('../../Default/images/arow.png') no-repeat;
	content: '';
	position: absolute;
	top: -7px;
	left: 17px;
	display: none;
}

.widget-radio-box-group li>a:hover:before,
.widget-radio-box-group li>a.selected:before {
    display: block;
}

a.disabled {
    opacity: 0.4;
}

.radio-list {
    
}

.radio-list-item {
    padding: 10px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.radio-list-item:hover {
    background: #fbfbfb;    
}

.radio-list-item.active {
    background: #f5f5f5;/*#ffffd6;*/ /* stesso valore di bootstrap per td.active*/
}

.radio-list-item input {
    margin-right: 10px;
}

/*
.search-result-list-item {

}

.search-result-list-item.active {
    background: #f5f5f5;
}
    */
/* Icone nei campi di testo */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.cell-label {
    color: #ccc;
}

.cell-value {}

.page-deadlines-summary .cell-label {font-size: 13px;}
.page-deadlines-summary .cell-value {font-size: 13px;}

/************** Cart *************/
#widgetCartSummary {
    float: right;
    text-transform: none !important;
}


.cart-row {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.cart-row.fail {
    border: 1px solid #ff0000;
}

.cart-row.cost {
    border: 1px solid #0000ff;
}
.cart-row.extra {
    border: 1px solid #f0ad4e;
}

.cart-scaglione {
    font-size:12px;
    clear:both;
}

.cart-row-total {
    font-size: 16px;
}

.cart-totals {
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 10px;
    font-size: 16px;
}

.cart-row-btns {
   /* margin-top: 20px;*/
   width: 100px;
   text-align: center;
   margin: auto;
}

.cart-row-btn {
    float: left;     
    padding: 5px;
    width: 33%;
    font-size: 20px;
    text-align: center;
}

.box-catalog-row {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}

.product-children-icon {
    float: right;
    /*width: 50px;*/
    padding: 0 10px;
}
.childrenrows tr { 
     border-bottom: 1px solid #eaeaea;
}
.childrenrows td {
     vertical-align: middle;
}

.childrenrows td .box-qty {
    float: left !important;
}

.childrow-icon {
    /*line-height: 30px;*/
}
.checkout-total-detail-cell {
    width: 150px;
    text-align: right;
}


.box-next-tier {
    float: right;
    margin-top:8px;
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-row-desc {
    font-size: 16px;
    font-weight: bold;
}

.cart-cell-label {
    color: #ccc;
    font-size: 13px;
}

.cart-cell-value {
    font-size: 13px;
}

a.button-action { 
    text-decoration: underline; 
    color:#f0ad4e;

}

.box-sell-history-info {
    color: #337ab7;
    font-size: 10px;
    font-weight: bold;
}

/************************ History **********************/
.history-document-row {
    padding: 10px;
    border: 1px solid #eaeaea;
}

/************************ Produts **********************/
.heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.prod-sug-list-item {
    padding: 5px 0;
    /*
    margin-left: -30px;
    margin-right: 30px;
        */
    border-bottom: 1px solid #efefef;
}


