
@import url('form.css');


input-data.control-label .left {
    margin-left: 0;
}

.sld-header {
    margin-top: 70px;
    padding: 0;
    /*border-top: 3px solid #C9E0ED;*/
}

#content {
    padding: 20px;
    float: left;

}

#sidebar {
    padding: 20px 20px 20px 0;
}


.extrarow{
    /*    height: 40px;*/
    background-color: #D3F3FF !important;
}

.extrarow strong{
    padding: 0px!important;
}

.mergerow td{
    border-top: 1px solid #999 !important;
}

tr td.merge{
    text-align: left!important;
    vertical-align: top!important;
    padding-top: 10px;
}

.rowIt td {
    background-color: #FEFFE7 !important;
    font-style: italic;
    font-weight: bold;
    /* color: #666 !important; */
}


/* grid border 
.grid-view table.items th, .grid-view table.items td {
    border: 1px solid gray !important;
} 

 disable selected for merged cells      
.grid-view td.merge {
    background: none repeat scroll 0 0 #F8F8F8; 
}*/

.footer {
    /* border-top: 1px solid #999999; */
    margin: 30px auto 50px;
    /* padding-top: 15px; */
    text-align: center;
}

.footer.center {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 320px !important;
}

.footer p {
    color: #999999;
    font-size: 11px;
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0!important;    
}

.navbar .nav .active > .dropdown-toggle{
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}


.navbar .nav .active > a {
    background-color: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
}

.navbar .nav > li > a {line-height: 18px!important;padding: 15px 10px!important;color: rgba(255,255,255,0.6);}

.navbar .brand {
    color: rgba(0,0,0,0.5) !important;
    display: block !important;
    float: left !important;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: -2px !important;
    line-height: 15px !important;
    margin: 0 !important;
    padding: 15px 30px 15px 0 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125) !important;
}

#logo {
    padding: 10px 20px;
    font-size: 200%;
}

.span-nowrap {
    text-overflow: ellipsis;  
    width: 100%; 
    display:block;  
    white-space: nowrap;  
    overflow: hidden;
    margin: 0;
    padding: 0;


}

.t-e:before {
    content: "â‚¬";
    font-size: 10px;
}
.t-p:after {
    content: "%";
    margin-left:1px;
    font-size: 10px;
}
.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.t-rightr {
    text-align: right !important;
    white-space: nowrap;
}

.t-rightb {
    text-align: right !important;
    font-weight: bold !important;

}

.tot-ven {
    text-align: right !important;
    font-weight: bold !important;
    color: #4A8BAE;
    white-space: nowrap;
}
.tot-inc {
    text-align: right !important;
    font-weight: bold !important;
    color: #4F980D;
    white-space: nowrap;
}
.tot-ric {
    text-align: right !important;
    font-weight: bold !important;
    color: #3F770D;
    white-space: nowrap;
}
.tot-tot {
    text-align: right !important;
    font-weight: bold !important;
    color: #0055cc;
    white-space: nowrap;
}
.tot-nor {
    font-weight: normal !important;
}
.tot-sos {
    text-align: right !important;
    font-weight: bold !important;
    color: #845F5B;
    white-space: nowrap;
}
.tot-sos-r {
    text-align: right !important;
    font-weight: bold !important;
    color: #A71303;
    white-space: nowrap;
}
.tot-ord {
    text-align: right !important;
    font-weight: bold !important;
    color: #f89406;
    white-space: nowrap;
}


.tot-lin1 {
    border-left: 1px solid #BBB!important;
}

.tot-lin2 {
    border-left: 1px solid #666!important;
}

.tot-lin3 {
    border-left: 1px solid #333!important;
}

.block_content .btn-column, .block_content .button-column {
    width: 15px!important;
    white-space: nowrap;
}

div.flash-error,div.flash-notice,div.flash-success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.flash-message {
    width: 50%;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs {
    font-size: 0.9em;
    padding: 0px;
    border-bottom: 1px solid #EEE;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.toolButton {
    clear: both;
    margin-left: 0;
    padding-bottom: 0;
    position: relative;
    top: 20px;
}

.portlet {

}

.portlet-decoration {
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #EFFDFF;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

#accordion-chevron {
    float: right;
}

#accordion-chevron:hover {
    cursor: pointer;
    color: red;
}

.pad-50 {
    padding-top: 50px;
}

.grid-view-loading-modal {
    background: url("loading.gif") no-repeat scroll 0 2px transparent;
}


.block {
    /*    background: url("bnd-54.gif") repeat-x scroll center bottom #FFFFFF;*/
    /*    margin-bottom: 18px;*/
    /*    padding-bottom: 5px;*/
}

.block.login .block_content {
    text-align:center;
    background: none repeat scroll 0 0 #FFFFFF;
    /* border-color: #CCCCCC; */
    /* border-style: none solid solid; */
    /* border-width: 0 1px 1px; */
    overflow: auto;
    padding: 10px 20px 0;
    /* min-height: 50vh; */
    /*    position: relative;
        z-index: 1;*/
    border-bottom: 1px solid #ccc;
}

.block.login .block_content *, .block.login .block_head h2 {
    text-align:center!important;
    width: 100%;
}

.block_content table.items, .block_content table.items th {
    border-radius: 0!important;
    /* white-space:nowrap; */
}

.block_content table.items th {
    white-space:nowrap;
}

.block_retail {
    margin-bottom: 250px;
    padding: 0!important;
}


.block .block_head {
    /* background-color: #EDEDED; */
    /* border-color: #CCCCCC #CCCCCC #ABABAB; */
    /* border-style: solid; */
    /* border-width: 1px; */
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
    /* margin: 0; */
    /* padding: 7px 14px; */
    /*    position: relative;
        z-index: 2;*/
    border: 1px solid #DDD;
    padding: 10px;
    padding-right: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ABABAB;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    /* -webkit-box-shadow: inset 0 -1px 0 #ffffff; */
    -moz-box-shadow: inset 0 -1px 0 #ffffff;
    /* box-shadow: inset 0 -1px 0 #ffffff; */
    zoom: 1;
}

.block.update .block_head {
    background-color: rgba(248, 148, 6, 0.3);
    border-color: rgba(248, 148, 6, 0.5);
}

.block.update .block_content.box {
    background-color: rgba(248, 148, 6, 0.03);
    border-color: rgba(248, 148, 6, 0.5);
}

.block .block_content.box {
    padding: 10px;
    border: 1px solid #DDD;
    /* display: -webkit-box; */
}

/*.block_head thead{

}*/

h2, h3{
    line-height: 36px;
}

.btnslide-info {
    padding: 1px 4px;

}

#slide-info{
    display: inline-block;
}

.block .block_head h2, .block .block_head h3  {
    border: none;
    color: #444444;
    font-size: 20px;
    padding: 0 8px;
    /* text-shadow: 1px 1px 1px #FFFFFF; */
    position: relative;
    vertical-align: middle;
}

.block .block_head ul {
    float: right;
    font-size: 11px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
    /*	text-transform: uppercase;*/
}

.block .block_head ul li:first-child {
    line-height: 54px;
    list-style: none outside none;
    background: none repeat scroll 0 0 transparent;
}

.block .block_head ul li a {
    /*	color: #666666;
            outline: medium none;
            text-decoration: none;*/
}

.block.small.login {
    margin-top: 30px;
    width: 360px;
}

.block.small.center {
    box-shadow: 0 0 50px #666666;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#login-bg{
    background-color: #222222;
    background-image: -moz-linear-gradient(50% 50% 90deg, #222222, #333333);
    background-repeat: repeat-x;
    padding-top: 100px;}

#login-form{


}

#login-form .controls {
    padding-right: 10px;

}

#login-form input{
    width: 100%;
    padding: 10px 0;
}

#login-form .barcode {
    padding-bottom: 18px; 
    border-bottom: 1px dotted rgb(153, 153, 153);

}

#login-form .barcode input {
    font-size: 32px;
    height: 40px;
}





.form-stacked .actions {
    margin-left: -20px;
    padding-left: 20px;
}

.actions {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 17px 20px 18px 150px;
}

section.top {
    display: table;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #999999;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3);
}

#reportproduct-grid table {
    margin-bottom: 0;
    border-bottom: none;
}
#reportproduct-grid table td {
    padding-top: 0;
    padding-bottom: 0;
}
#reportproduct-grid section.top {
    float: left;
    width: 100%;
    width: calc(50% - 10px);
    margin-right: 20px;
}
#reportproduct-grid section.top:nth-child(2n) {
    margin-right: 0px;
}
#reportproduct-grid section.top.head {
    float: none;
    width: 100%;
    margin-right:0;
}

#table_total * {
    font-weight: bold;
}

#table_total span {
    font-size: inherit;
}

.page-header {
    /* margin: 0px !important; */
    /* border-bottom: 1px solid #ccc; */
}

#pageSize{
    border-color: #DDDDDD;
    color: #666666;
    font-weight: bold;
    margin: 0;
    vertical-align: inherit;
    width: 60px;
}

.summary {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    float: right;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    /* right: 0; */
    /* text-align: right; */
    /* position: absolute; */
}
.summary span{
    font-weight: bold;
}
.summary div{
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

.summary div:last-child{
    border-right: none;
}

.block_info .block_info_title h6 {
    font-weight: inherit;
    line-height: 15px;
}

.block_info .block_info_title h6 .inline_action {
    color: #999999;
    font-size: 11px;
    text-transform: lowercase;
}

.btn-column {
    /* width: 80px; */
    white-space: nowrap;
    /* padding: 0!important; */
}

.btn-column a {
    /* margin:0px 1px; */
    padding: 6px 10px;
}

.btn-column a.btn {
    border-radius: 0;
    border-right: 0px;
}
.btn-column a.btn:first-of-type {
    border-radius: 4px 0 0 4px;
}
.btn-column a.btn:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #cccccc;
}
.btn-column a.btn:first-of-type:last-of-type {
    border-radius: 4px;
}


.row_price {
    display: none;
    background-color: #EEEEEE;
}
.btn-save-size {
    display: block;
}

.filter-container {
    /*	width: 90%;*/
    position: relative;
    padding: 0!important;
}

.filter-container input[name$="date]"] {
    width: 82px;
}

.filter-container input[name$="date]"]:focus {
    width: 180px;
}

.clear {
    display: block;
    clear: both;
}

.wtable {
    display: table;
}

#retail-modal-newcustomer {
    width: 820px; 
    margin: -300px 0px 0px -400px;
}

#retail-form label, #transfer-form label  {
    margin-bottom: 0 !important;
    font-size: 11px !important;
}

#report-form label   {
    /*margin-bottom: 0 !important;*/
    font-size: 11px !important;
}

.report-head td {
    vertical-align: top;
    padding: 20px 10px 20px 
}



.table tbody tr.threport td:hover{
    background-color: #FFFFAA !important; 
}

/*.table tbody tr td.threport-yes:hover{
   
}

.table tbody tr td.threport-no:hover{
    
}*/

.table tbody tr td.threport-yes label{
    color: #000;

}

.table tbody tr td.threport-no label{
    color: #999999;
    text-decoration: line-through;  
}


.retail-head div {
    vertical-align: bottom;
    display: inline-block;
}

.retail-head td {
    vertical-align: bottom;
    padding: 10px;
}

.retail-head {
    margin-bottom: 0;
}

.retail-head input, .retail-head select{
    margin: 0 !important;
}

.row-block{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
/*.del-input {
    border-radius: 0 4px 4px 0;
    margin-left: -22px;
    position: absolute;
    width: 22px;
    display: none;
    padding-left: 0;
    padding-right: 0;
}*/
.filter-del-input {
    border-radius: 0 4px 4px 0;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    right: -2px;
    display: none;
    padding-left: 0;
    padding-right: 0;
}



.delete-input {
    display: none;
    /*    background: none repeat scroll 0 0 transparent;
        border: medium none;
        border-radius: 0 0 0 0;
        box-shadow: none;
        left: -47px;
        position: relative;
        top: 28px;*/
}

/*.btn.search-input {
    border-radius: 0 4px 4px 0;
    margin-left: -12px;
    width: 60px;
}*/

.btn-group-cou {
    width: 100%; 
    position: relative;
}
.btn-group-cou label {
    border-radius: 4px 4px 0 0;
    padding-right: 35px;
}
.btn-group-cou button {
    border-radius: 0 4px 0 0;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
}


/*#btn-vEN, #btn-rES{
        padding: 2px 20px;
        width: 40px; 
}*/

#btn-vEN{
    border-radius: 4px 4px 0 0;
}

#btn-rES{
    border-radius: 0 0 4px 4px ;
}

#cODbAR {
    font-size: 35px;
    height: 46px;
    margin-bottom: 0;
    min-width: 200px;
    width: 200px !important;
}


#cODbAR:focus {
    width: 250px!important;
    background-color: #FFFFAA !important;
}

#cODpRO, #cODcUSTOMER {
    width: 70px!important;
    min-width: 70px; 
}


#cODpRO:focus,  #cODcUSTOMER:focus {
    /* width: 170px!important; */
    /* background-color: #FFFFAA !important; */
}

#cODcUSTOMER[disabled] {
    width: 150px!important;
}



/*.container-datarange {
    width: 140px;
}*/

.input-small {
    width: 90px !important;
}

.input-datarange {
    width: 55px !important;
    /*    text-overflow: ellipsis;*/
}

.input-datarange:first-child {  
    border-radius: 3px 0 0 3px;

}
.input-datarange:last-child {
    margin-left: -5px;
    border-left: 1px dotted #CCCCCC;
    border-radius: 0 3px 3px 0;

}

input.hid, input.hid[disabled]{
    background-color: transparent!important;
    border: none!important;
    box-shadow: 0 0 0 transparent inset;
    /* padding-left: 0!important; */
    text-indent: 0;
}


input[disabled] {
    background-color: rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

input[readonly] {
    background-color: rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

#dELETE {
    margin-top: 8px;
    line-height: 17px;
}

table.items thead th {
    height: 35px;
}

table.order thead th {
    text-align: center !important;
}

#table_productDetail thead th:first-child{
    /* width: 1%!important; */
}

table.order tfoot, table.order tfoot input {
    font-weight: bold;
}

table.order td {
    vertical-align: bottom;
    max-width: 200px!important;
}

table.items thead th.tLeft, input.tLeft {
    width: 90px;
    text-align: left !important;
}

table.items thead th.tRight, input.tRight  {
    width: 90px;
    text-align: right !important;
}


table.items small {
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

#table-report {
    border-bottom: 1px solid #ccc;
}


#div-controll input, #div-controll select,  #div-count-list input, #table-count input, #table-sum input {
    width: 100%;

}

#div-controll-report select {
    width: 100%;
    max-width: 400px;
}

#table-ret input{
    width: 100%;
    /* text-overflow: ellipsis; */
}
#table-ret input.numeric{
    text-align: right;
}

#table-count input{
    color: #444444;
}

#table-count input{
    font-size: 20px;
    height: 25px;
}

#table-count tr:first-child td {
    border-top: 0 none;
}

#table-count tr:nth-child(2) td {
    border-bottom: 1px solid #333333;
}

#table-count tr:first-child td:first-child input, #table-count tr:nth-child(2) input {
    font-weight: bold;
}

#table-count td{
    padding-left: 0;
}

#table-count tr:first-child td input {
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
    width: 90px;
    /* width: calc(100% - 10px); */
}

#table-count tr:nth-child(2) td input {
    width: 85px;
}

#table-count tr:first-child label {
    height: 23px;
    line-height: 23px;
}

.btn-autocompl{
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px; 
}


#exsco_inp{
    width: 75px!important;  
    height: 16px!important;  
    vertical-align: middle!important;  
}

#div-count-list {
    /*float: left;
    width: 350px;*/
}

#table-count-list input {
    font-weight: bold;
}

#div-fixfoot {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .9);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 250px;
    min-width: 900px;
    position: fixed;
    width: 100%;
}
#return-form #div-fixfoot, #transfer-form #div-fixfoot { 
    height: 140px; 
}

#div-fixfoot:hover {
    background: none repeat scroll 0 0 #D3F3FF;
}

#div-fixfoot:hover #div-count, #div-fixfoot:hover #div-sum {
    background: none;
}


#div-count {
    background: none repeat scroll 0 0 #FFFFFF;
    /*position: absolute;
    width: 525px;*/
    margin-left: 20px;
}


#div-sum {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 20px;
}
#div-sum.span8.offset10{
    margin-left: 1062px;
    width: 380px;
}

#div-sum-list {
    float: right;
    text-align: left;
    margin-right: 45px;

}

#div-sum-list thead th{
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-align: right
}


/*#div-sum-tran {
    float: right;
    margin-right: 45px;
    width: 460px;

}*/


#div-sum #table-sum tr:first-child td, #div-sum #table-sum tr:first-child td input {
    font-weight: bold;
    border-top: medium none;
}

#div-sum #table-sum tr:first-child td input {

    background-color: transparent;
    border: none;

}

#table-sum tr {
    padding: 6px 4px 6px 0;

}

#table-sum td, #table-sum label, #table-sum input {
    color: #444444;
    padding: 5px 5px 5px 0;
    vertical-align: baseline;
    text-align: right;
}

#table-sum .input-prepend {
    margin: 0px;
}
#tr_sco_fidelity td, #tr_sco_fidelity td input {
    color: #FF0000;
}

#table-sum td:first-child div {
    /* border: 1px solid #DDDDDD; */
    /* width: 180px; */
    /* position: relative; */
    /* vertical-align: middle; */
}


#table-acc {
    /*    border: 1px solid #DDDDDD;*/
    /*    width: 100px;*/
}

.block_head.btnslide h3 {
    cursor: pointer!important;
}
.slide-acc {
    border-bottom: 1px dotted #333333!important;
}
#tOTacc {
    height: 30px; 
    margin-right: 45px; 
    font-size: 26px!important; 
    float: right; 
    margin-top: -3px; 
    width: 350px; 
    text-align: right;
    display: none;
}
#tOTacc input {
    padding: 0pt; 
    height: 30px; 
    font-size: 26px ! important; 
    font-weight: bold; 
    text-align: right; 
    float: right; 
    width: 150px; 
    color: #444444;
}

#retail-acc {
    margin-top: -10px;
}

#retail-acc #div-sum-list {
    margin-right: 0!important;
    width: 700px !important;
    /*    font-weight: bold;*/
}

#retail-acc input {
    /*    font-weight: bold;*/
}

.sTROKE, .sTROKE input {
    text-decoration: line-through;  
    color: #999;
}



#tOT, .tOTaccrow {
    /*    border-top: 1px solid #E4E4E4!important;  
        background: #E4E4E4!important;  */
    width: 120px !important;
}

#tOT td, .tOTaccrow td{
    border-top: 2px solid #666666 !important;
}

#tOT, #tOT input, .tOTaccrow, .tOTaccrow input {
    font-size: 26px;
    height: auto;     
    font-weight: bold;
    text-align: right;
}


#div-ret {
    /* border-bottom: 1px solid #666666; */
    /*    border-top: 1px solid #666666;*/
    min-height: 180px;
    /*    background-color: #F9F9F9;*/
}

#div-retail {
    border-bottom: 1px solid #666666;
    margin-bottom: 300px;
    min-height: 131px;
}


#aDDaUT {
    /*bottom: 58px;
    left: 5px;
    position: absolute;*/
    /* vertical-align: middle; */
    margin-right: 10px;
    display: inline-block;
}

#table-ret {
    margin-bottom: 0;
}

#table-ret thead {

    /*    background-color: #EEEEEE;
        background-image: -moz-linear-gradient(center top , #EEEEEE, #DDDDDD);
        background-repeat: repeat-x;
        border-color: #CCCCCC #CCCCCC #ABABAB;
        border-image: none;
        border-radius: 4px 4px 0 0;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 #FFFFFF inset;
        list-style: none outside none;
        margin: 0;
        padding: 7px 14px;
    
        height: 40px;*/
}
#table-ret th {

    background-color: #EDEDED;
    background: linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 #EEEEEE;
    background: -o-linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 #EEEEEE;
    background: -moz-linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 #EEEEEE;
    background: -webkit-linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(center top , #EEEEEE, #DDDDDD) repeat scroll 0 0 #EEEEEE;

    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 #FFFFFF inset;
    height: 30px;
    white-space: nowrap;

}

#table-ret tr:last-child {
    border-bottom: 1px solid #DDDDDD;
}

#table-ret td {
    padding: 2px 5px 0 !important;
    vertical-align: middle;
    /*    color: #555555;*/
}

#retail-modal-search {
    /*    height: 90%;*/
    left: 10%;
    margin: 0;
    position: fixed;
    top: 10%;
    width: 80%;

}

/*#customer-form {
    margin: 0;

}*/

.modal form {
    margin: 0;
}

.modal-body {
    /*    top: 5%;*/
    max-height: 550px !important;
}

#report-grid thead th{
    font-size: 10px;
    text-align: right;
}

#report-grid tr td{
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

#report-grid tr td.merge {
    white-space: normal;
}

#report-grid .extrarow{
    text-align: left;
}

#size-grid {
    display: inline-block;
}

.grid-view {
    padding-top: 0 !important;
    position: relative;
    width: 100%;
}

.grid-view tfoot td {
    background: none repeat scroll 0 0 #EDEDED;
    border-top: 1px solid #666666;
    font-size: 18px;
    height: 40px;
    vertical-align: middle;
    text-align: right;
}

#order-form, #evadi-form, #fulfill-form {
    /* display: table; */
    /* width: 100%; */
    margin: 0;
}

#evadi-form table td {
    max-width: 90px;
    /* width: 100%; */
}


/*table.items tr input:focus {
    margin: 5px;  
} */

.table tbody tr:hover td,.table tbody tr:hover th {
    /*background-color: #EBEBEB;*/
    background-color: rgba(0, 0, 0, 0.05);
}

.thighlight, .table-striped tbody tr.thighlight:nth-child(2n+1) td, .table-striped tbody tr.thighlight:nth-child(2n+1) th, .table tbody tr.thighlight:hover td, .table tbody tr.thighlight:hover th{
    background-color: #FFFFAA !important;
}

.thighBLU, .table-striped tbody tr.thighBLU:nth-child(2n+1) td, .table-striped tbody tr.thighBLU:nth-child(2n+1) th, .table tbody tr.thighBLU:hover td, .table tbody tr.thighBLU:hover th{
    background-color: #D3F3FF !important;
}

.thighRED, .table-striped tbody tr.thighRED:nth-child(2n+1) td, .table-striped tbody tr.thighRED:nth-child(2n+1) th, .table tbody tr.thighRED:hover td, .table tbody tr.thighRED:hover th{
    background-color: #FFE2D3 !important;
}

.thighRED.sTROKE{
    background-color: #FFE2D3 !important;
}

/*#order-grid td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

table.items td {
    vertical-align: middle;
    max-width: 200px;
    /* white-space: nowrap; */
}

table.items tr.selected td, .items tr.selected {
    background: #FFFFAA !important;
}

table.items input {
    /* width: 100%; */
    padding: 5px;
    /* text-indent: 6px; */
    box-sizing: border-box;
    height: 28px;
}

.grid-view .filters input{
    /* text-indent: 5px; */
}


input.qnt {
    color: #cccccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .selUser  { padding-top: 0px;   -webkit-appearance: none;}
}
.selUser{
    background-color: transparent;
    border-color: #ccc;
    width: 190px;
    background: url('chosen-sprite.png') no-repeat 168px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.retMid {
    width: 35px !important;
    margin-bottom: 0px;

}


.retLast {
    text-align: right!important;
    width: 70px !important;
    margin-bottom: 0px;

}

.tMid {
    width: 40px !important;
    margin-bottom: 0px;
    text-align: center;
}


.tLast {
    text-align: right!important;
    width: 90px!important;
    margin-bottom: 0px;
    padding-right: 5px!important;
}

.tMinWidth {
    width: 1%;
}


.tFirst, .tFirstMini {
    min-width: 150px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 27px;
    font-weight: bold;
    /* text-indent: 5px; */
    /* width: 100px!important; */
    margin-bottom: 0px;
    line-height: 27px;
    /* padding-left: 5px!important; */
    padding: 4px 0px;
    /* text-indent: 6px; */
    /* max-width: 100px!important; */
}

.table td span.tFirst {
    /* display: block; */
    /* line-height: inherit; */
    /* text-align: right!important; */
}

.tSize {
    text-align: center !important;
    margin-bottom: 0px;
    clear: left;
    float: left;
    width: 100%;
    /* max-width: 100px; */
    min-width: 34px;
    /* text-indent: 9px; */
    /* padding: 4px 0px; */
    /* text-indent: 6px; */
}

.tMini {
    clear: left;
    float: left;
    font-size: 0.8em;
    margin: 0 auto;
    border-radius:0;
    white-space: nowrap;
}

input.tSize.tMini:first-of-type {
    margin-top: 5px;
    border-radius: 4px 4px 0 0;
}
input.tSize.tMini:last-of-type {
    border-top: none;
    border-radius: 0 0 4px 4px 
}

.variation {
    color : red;
}

.tLast.variation {
    /*    text-decoration: line-through;*/
}

.block_head h2 a.btn, .block_head h3 a.btn {
    /* margin-top: 4px; */
    float: right;
    margin-left: 8px;
}

#print-canvas {
    margin-left: 8px;
}

h2 {
    /* border-bottom: 1px solid #333; */
    padding: 0 0 6px;
    text-align: left;
}

h2 span, h3 span {
    background-color: #F5F5F5;
    border: 1px solid #00000038;
    border-radius: 4px 4px 4px 4px !important;
    color: #333;
}

h2 span {
    font-size: 18px !important;
    margin-left: 0 !important;
    padding: 2px 8px !important;
    font-weight: normal!important;
}
h3 span {
    font-size: 14px !important; 
    margin-left: 5px !important; 
    padding: 2px 8px !important; 
}

h3 a.btn.btnslide , h3 a.btn.update{
    font-size: 18px !important;
    vertical-align: bottom;
    line-height: 21px;
    margin-bottom: 10px;
}

h3 .btnslide i {
    vertical-align: baseline !important;
}

strong {
    /* display: block; */
    /* padding: 0 0 0 10px; */
}

#rimanente,tr.last {
    background: #E3E3E3;
    color: #333;
}

#rimanente input,tr.last input {
    color: #333;
    font-weight: bold;
}

#evadi {
    margin: 40px 0 0 0;
    background: #666;
    border: 0;
    padding: 6px 10px;
    color: #fff;
}

#evadi:hover {
    background: #333;
    cursor: pointer;
}

.red {
    color: red !important;
    font-weight: bold;
}

.green {
    color: green !important;
    font-weight: bold;
}

.blu {
    color: #2386FE !important;
    font-weight: bold;
}

.submenu-box,div.m {
    background-color: #fff !important;
}

/*popover*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: 10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-right: 10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    /*   background-color: #f7f7f7;*/
    background-color: #fcf8e3;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #c09853;
}
.popover-content {
    padding: 9px 14px;

}
.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow:after {
    content: "";
    z-index: -1;
}
.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ffffff;
}
.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px;
}
.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #ffffff;
}
.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px;
}
.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px;
}
.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #ffffff;
}
.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px;
}

#checkOnline { 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -160px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    /*    width: 280px;*/
    z-index: 1041;
    display: none;
    opacity: 0.2;
}
#checkOnline-back { 
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
    display: none;
    opacity: 0.5;
}

#checkOnline.alert-error a { 
    color: #B94A48;
    text-decoration: underline;
}
#checkOnline.alert-success a { 
    color: #468847;
    text-decoration: underline;
}

#checkOnline span { 
    font-weight:bold 
}

#exp-modal span { 
    font-weight:bold 
}


.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.table th, .table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fancybox-nav {
    width: 70px;
}

.fancybox-nav:hover {
    background:  rgba(0,0,0,0.3);
}

.fancybox-next {
    right: -70px;
}
.fancybox-prev {
    left: -70px;
}
.fancybox-next span {
    right: 16px;
}
.fancybox-prev span {
    left: 16px;
}

/*#retail-modal-newcustomer*/ 
.span4 {
    width: 370px;
}

.span6 {
    width: 570px;
}

#supplier-form div.span {
    margin-bottom: 20px;
}
#supplier-form .well .control-group {
    margin-bottom: 5px;
}


#brand_list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 600px;
    overflow-y: scroll;
    width: 300px;
}

#brand_list > div {
    padding: 1px 8px 3px 5px;;
    border-bottom: 1px dotted #ccc;
}
#brand_list label {
    display:inline;
}
#brand_list input {
    margin: 0;
}

#brand_list input:checked + label {
    font-weight: bold;
    color: #f89406;
}


input, #div-fixfoot, #div-count, #div-sum {

    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}


div.loading {
    background-color: #eee;
    background-image: url("../images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: 0.8;
}

.bs-docs-example::after {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px 0;
    color: #9da0a4;
    content: "TESTING MODULO";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
form.bs-docs-example {
    padding-bottom: 19px;
}
.bs-docs-example {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

iframe {
    /* overflow: hidden; */
    /* height: 100%; */
    width: 100%;
}

.breadcrumb {
    border-radius: 0;
    background: #fff;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.navbar-inner {
    background: #035469;
}

.control-label.error, .help-inline {
    color: #b94a48;
    padding-left: 0;
}
.help-inline {
    font-size: 11px;
}

.close {
    border: none;
    background: none;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-notify="container"] {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
[data-notify="title"] {
    display: block;
    font-weight:bold;
}

#active_line .btn-copy, #active_line .btn-delete {
    /* display: none; */
    visibility: hidden;
}

input[type=number]{
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    height:100%
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    height: inherit;
    margin: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 24px!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 1px solid transparent;
    background: #0088cc;
    font-weight: normal;
    color: #FFF;
}

.tmp_btnChangeStock{
    position: fixed;
    left: 247px;
    display: block;
    height: 47px;
    line-height: 47px;
    width: auto;
    padding: 0 10px;
    background: #1f6273;
    color: rgba(255,255,255,0.6);
    z-index: 1;
}
.tmp_btnChangeStock:hover{
    color: #ffffff;
    text-decoration: none;
}

.modal-footer{
    clear:both;
    border-radius: 0;
    border: none;
}



input:focus, 
textarea:focus, 
select:focus,
.chzn-container-active .chzn-single {
    border-color: #0088cc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
        rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
        rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px   rgb(0, 136, 204);
    outline: none;
    outline-offset: 0;
}

.chzn-container-single .chzn-default {
    color: #999!important;
}

.chzn-single-with-drop {
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;

    background: #ffffff!important;

    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chzn-container-single .chzn-single {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none;
}

.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: bottom;
}

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 8px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container.chosen-container-single {
    min-width: 70px;
}

select option[value=''] {
    color: #eee;
    font-style: italic;
    /* display: none; */
}