.pager-custom{margin:0 !important;}
.col-custom-padding{ padding:0 5px !important;}
.custom-panel{ margin-bottom:5px !important;}

.table#totalcarrello>tbody>tr>td{ border:none !important; padding:1px 4px;}

@font-face {
font-family: 'icomoon';
src:  url('libraries/fonts/icomoon.eot?pdeun0');
src:  url('libraries/fonts/icomoon.eot?pdeun0#iefix') format('embedded-opentype'),
url('libraries/fonts/icomoon.ttf?pdeun0') format('truetype'),
url('libraries/fonts/icomoon.woff?pdeun0') format('woff'),
url('libraries/fonts/icomoon.svg?pdeun0#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

.specialOmagio{
    background-color: #ffb3b3;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-streetlight:before {
  content: "\e900";
}
.icon-file-pdf:before {
  content: "\eadf";
  color: #fff;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.mask {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('libraries/img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .mask {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.inputBackgroundRed {
    background-color: '#FFAAAA' !important;
}

.form-span {
    display: table-cell;
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
}

.form-control{
    color: #000;
}

.img_box_focus {
    max-width: 50px;
    max-height: 50px;
}

.img_tbl_art {
    max-width: 50px;
    max-height: 50px;
}

.vcenter {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 80% !important;
        line-height: 1.2;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .btn-responsive {
        padding: 6px 9px; /* era 6px 12px*/
        font-size: 90% !important;
        line-height: 1.2;
    }
}


/* xs, sm, md < 1200 */

@media screen and (max-width: 1199px) {

    #vetrina{
        font-size: 0.9em !important;
    }
    .form-control[type=number], select.form-control{
        padding:6px 6px 6px 6px;
    }
    .product-row {
        font-size: 0.8em;
    }
    .select_confezioni {
        width: 100px !important;
        padding:6px 6px;  /*era 6px 12px;*/
        font-size: 1em;
    }
    .select_price {
        width: 60px !important;
        text-align: right;
        font-size: 1em;
    }
    input.qta_car {
        width: 50px !important;
        text-align: center;
        font-size: 1em;
    }
    input.qta_vetrina{
        width: 40px !important;
        text-align: center;
        padding:6px 6px;  /*era 6px 12px;*/
    }    
    .input_prezzo, .input_sconto{
        width: 50px !important;
        text-align: right;
        font-size: 1em;
    }
    .qta_ord {
        width: 50px !important;
        text-align: right;
        font-size: 1em;
    }
    .valore_riga {
        width: 60px !important;
        text-align: right;
        font-size: 1em;
    }
}


/* lg */

@media screen and (min-width: 1200px) {
    .product-row {
        font-size: 1em;
    }
    .select_confezioni {
        width: 125px !important;
        padding:6px 6px;  /*era 6px 12px;*/
    }
    .select_price {
        width: 90px !important;
        text-align: right;
    }
    input.qta_car {
        width: 70px !important;
        text-align: center;
    }
    input.qta_vetrina{
        width: 40px !important;
        text-align: center;
        padding:6px 6px;  /*era 6px 12px;*/
    }
    .input_prezzo, .input_sconto{
        width: 70px !important;
        text-align: center;
    }
    .qta_ord {
        width: 60px !important;
        text-align: right;
    }
    .valore_riga {
        width: 80px !important;
        text-align: right;
    }
}


/* circle styles daniel#3 */

.circleS {
    border: 1px solid #AAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: center;
    float: left;
    margin: 3px;
}


/* blue circle */

.circleP {
    border: 2px solid #3385FF;
    background: #00CCFF;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
    float: left;
    margin: 2px;
}


/* red circle blink */

.circlePB {
    border: 2px solid #3385FF;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
    float: left;
    margin: 2px;
    text-shadow: none;
}


/* yellow circle*/

.circleG {
    border: 2px solid #FFCC00;
    background: yellow;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
    float: left;
    margin: 2px;
}


/* gray circle*/

.circleC {
    border: 2px solid #5C5C5C;
    background: #ccc;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
    float: left;
    margin: 2px;
}

.circleEmpty {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: center;
    float: left;
    margin: 3px;
}

.blue-circle {
    border: 2px solid blue;
    background: lightblue;
    color: black;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 2px 6px;
    text-align: center;
    font-weight: bold;
}

.red-circle {
    border: 2px solid #333;
    background: red;
    color: white;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 2px 6px;
    text-align: center;
    font-weight: nornal !important;
}

.green-circle {
    border: 2px solid green;
    background: lightgreen;
    color: black;
    border-radius: 50%;
    width: auto;
    height: auto;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5,
.carousel-showmanymoveone .cloneditem-6,
.carousel-showmanymoveone .cloneditem-7,
.carousel-showmanymoveone .cloneditem-8,
.carousel-showmanymoveone .cloneditem-9,
.carousel-showmanymoveone .cloneditem-10,
.carousel-showmanymoveone .cloneditem-11 {
    display: block;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .cloneditem-1,
    .carousel-showmanymoveone .cloneditem-2,
    .carousel-showmanymoveone .cloneditem-3,
    .carousel-showmanymoveone .cloneditem-4,
    .carousel-showmanymoveone .cloneditem-5 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .cloneditem-1,
    .carousel-showmanymoveone .cloneditem-2,
    .carousel-showmanymoveone .cloneditem-3,
    .carousel-showmanymoveone .cloneditem-4,
    .carousel-showmanymoveone .cloneditem-5,
    .carousel-showmanymoveone .cloneditem-6,
    .carousel-showmanymoveone .cloneditem-7,
    .carousel-showmanymoveone .cloneditem-8,
    .carousel-showmanymoveone .cloneditem-9,
    .carousel-showmanymoveone .cloneditem-10,
    .carousel-showmanymoveone .cloneditem-11 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/*
* Style pentru a face header sa fie fix sau mobil
*/

.content-bar-holder-fix{
    width: 100%; position: fixed; top: 0; height: 55px !important; z-index:100;
}
.page-content-fix{
    position:relative; height:100%; width:100%; padding:65px 0 0 0; margin:0 auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;
}
.page-content-unfix{
    margin-top:20px;
}
.content-secondary-fix{
    position:fixed; top:65px; bottom:0px; width: 140px; left:10px;  box-sizing:border-box; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;
}
.content-primary-fix{
    height: 100%; min-width: 300px; margin-left: 150px; overflow:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;
}

.elenco_cerca_articoli-fix{
    position:fixed; top:65px; width:calc(100% - 170px); height:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

.headerArticoliTable-fix{
    background-color:#fff; position:absolute; top:0px; left:0px; width: 100%; height: auto; z-index:100; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

.contentArticoliTable-fix{
    padding:150px 0 0 0; height: calc(100% - 65px); width: 100%; overflow:auto; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}