/*  to erase  */
.rabate{
    display:none;
}
/*  cash-quick */
/*  cash-quick */

#cash-quick {
   position: fixed;
    right: 68px;
    top: 140px;
    width: 150px;
    z-index: 1000;
}

#cash-quick>div>div {
	padding: 5px 15px;
	background: #87a010;
	color: white;
	margin: 5px;
	font-size: 15px;
	width:214px;
  border:1px solid #fff;
}

#cash-quick .label {
	width: 70px;
	display: inline-block;
}

#cash-quick .value {
	width: 100px;
	display: inline-block;
	text-align: right;
}

/*  cash-desk general */
#cash-desk{
  padding:10px;
  background-color:#F5F6F1;
/*  background-color:#333333; */
}
#cash-desk div.step h3,
#cash-desk div.step .content{
  opacity:0.5; 
}
#cash-desk div.step.edit h3,
#cash-desk div.step.edit .content{
  opacity:1;
}
#cash-desk .save{
   margin-left:10px;
}

#cash-desk div.step.edit .content:before{
    width:0px !important;
    height:0px !important;
}      
#cash-desk .step{
  border-bottom:1px solid #ddd;   
  padding:10px;
  min-height: 170px;
}

#cash-desk .actions{
    clear: both;
    position: relative;
    text-align: right;
    z-index: 100;
}

/*  order-delivery  */
.kasa-delivery-info{
    position: absolute;
    right: -46px;
    top: -140px;
    z-index: 1000;
    display:none;
}
.kasa-delivery-box span{
    display:block;
}
.kasa-delivery-box .kasa-delivery-edit-transport,
.kasa-delivery-box .kasa-delivery-edit-payment{
    background-image:none;
    background-color:#fff;
}

 
/* order-data  */

.kasa-data-edit label,
.kasa-data-readonly label{
    display: block-inline;
    font-weight: bold;
    margin-bottom: 5px;
/*    width: 32%;  */
}
.kasa-data-readonly span{
    height: 16px;
    display: block;
}
.kasa-data-edit .form-group,
.kasa-data-readonly>div{
  width:49%;
  margin:4px 0px;
}

.kasa-data-edit #od_id,
.kasa-data-readonly #od_id,
.kasa-data-readonly #od_submit{
   display:none;
}
.kasa-data-edit #od_adres_dom,
.kasa-data-readonly #od_adres_dom{
   width:24% !important;
}
.kasa-data-edit #od_adres_lokal,
.kasa-data-readonly #od_adres_lokal{
   width:24% !important;
}                              
.kasa-data-readonly #od_adres_lokal{
   margin-left:4px;
}
.kasa-data-readonly>div{
   display: inline-block;
   font-size:12px;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#cash-desk #order-basket .name {
    width: 350px;
}

#cash-desk #order-basket .name .pic{
    float: left;
    height: 106px;
    text-align: center;
    width: 106px;
}

/* kasa-comments  */
.kasa-comments-readonly label{
     display:none;
}
.kasa-comments-box textarea{
    width:100%;
    height:150px;
}
.kasa-comments-box .kasa-comments-edit-item:nth-child(6) label{
    color:#E22D2D;
}
.kasa-comments-box .kasa-comments-edit-item:first-child label{
   display:none;
}
.kasa-comments-box input[type=checkbox]{
   float:left;
   width:20px;
   height:20px;
   margin-top:0px;
}

/* order-basket */  
#cash-desk #order-basket{
}
#cash-desk #order-basket img{
	background-color: #fff;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
}
#cash-desk #order-basket label{
	float:left;
	width:400px;
}
#cash-desk #order-basket .name label {
    font-weight: normal;
    margin: 0 10px;
    vertical-align: middle;
    width: 60%;
}
#cash-desk #order-basket .price{
	width:214px;
	font-size:20px;
}
#cash-desk #order-basket .amount{
	width:100px;
	font-size:20px;	
}


/*  todo  */
.step .content{
   width:auto !important;
}

.step .action, #basket-box .action{
    display: block;
    float: right;
    margin: 4px;
    width: 136px;
}