.moove{
    background: url("/images/newDesign/kez.png") no-repeat left;
    background-color: #F2F2F2;
    margin: 3px;
    text-align: right;
    width: 150px;
}

.moove_blue{
    background: url("/images/newDesign/kez_kek.png") no-repeat left;
    background-color: #F2F2F2;
    margin: 3px;
    text-align: right;
    width: 150px;
}

.big_moove{
    background-color: #F2F2F2;
    margin: 3px;
    text-align: left;
    width: 300px;
    min-height: 50px;
}

.small_moove{
    background-color: #FFF;
    margin: 3px;
    text-align: left;
    width: 200px;
    min-height: 50px;
}

li{
   list-style-type: none;
}

.subok{
    width: 200px;
    min-height: 30px;
    border : dotted 1px #80B4DD;
    margin-left: 10px;
}

.properties_values{
    display: none;
    width: 370px;
    min-height: 100px;
    z-index: 200;
    border: solid 1px #f3f3f3;
    background: #fff;
    float:left;
    position: absolute;
    margin-top: 17px;
}
.properties_values_items{
    width:100%;
    background: #fff;
    cursor: pointer;
}

.properties_values_items:hover{
    background: #FEB33C;
}



.prop_search{
    float:left;
    height: 150px;
    width:150px;
}

.prop_search_value{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 130px;
}

#add_avans{
    cursor:pointer;
}

.left{
    float: left;
}

.client_selector{
    padding:0px;
    margin:0px;
}

#procedure_container{
    position:absolute;
    top:-110px;
    left: 200px;
    width:370px;
    height:75px;
    display: block;
    z-index: 1001;
}

#sync_container1{
    position:absolute;
    /*top:-110px;*/
    top: -13px;
    left: 600px;
    width:250px;
    height:75px;
    display: block;
    z-index: 1001;
}

#sync_container2{
    position:absolute;
    /*top:-110px;*/
    top: -13px;
    left: 710px;
    width:250px;
    height:75px;
    display: block;
    z-index: 1001;
}

#sync_container3{
    position:absolute;
    /*top:-110px;*/
    top: -13px;
    left: 820px;
    width:250px;
    height:75px;
    display: block;
    z-index: 1001;
}

#sync_button{
    bottom:-54px;
    position:absolute;
    cursor: pointer;
}
#sync_button_{
    /*bottom:-40px;
    left:10px;
    position:absolute;*/
    cursor: pointer;
}

#procedure_button{
    bottom:-54px;
    position:absolute;
    cursor: pointer;
}

.procedure_item, .procedure_item_comanda_filter{
    margin-left: 10px;
    margin-right: 10px;
    float:left;
    text-align: center;
    margin-top: 4px;
}

.procedure_item:hover .procedure_item_image{
    width: 40px;
    height: 40px;
    border: solid 1px #ED3851;
    display: table-cell;
    vertical-align: middle;
}

.procedure_item_comanda_filter:hover .procedure_item_image{
    width: 40px;
    height: 40px;
    border: solid 1px #ED3851;
    display: table-cell;
    vertical-align: middle;
}

.procedure_item_image{
    width: 40px;
    height: 40px;
    border: solid 1px #000;
    display: table-cell;
    vertical-align: middle;
}

.proc_item_active{
    color: #ED3851;
    background : url('../images/newDesign/process_button_mini.png') no-repeat bottom center;
}

#shortcut_wrapper{
    position: absolute;
    
}

#shortcut_wp{
    position: absolute;
    display: none;
    width: 200px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    padding: 5px;
    margin-left: 35px;
    z-index:200;
}

.comanda_general_wp{
    position: absolute;
    display: none;
    width: 500px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    padding: 5px;
    z-index: 201;
    max-height: 200px;
    overflow: auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

#general_search_wp{
    position: absolute;
    display: none;
    width: 850px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    padding: 5px;
    z-index: 202;
  
}

.general_search_wp_id{
    position: absolute;
    display: none;
    width: 850px;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
    padding: 5px;
    z-index: 202;
  
}

.general_search_button{
    padding: 0 5px 0 5px;
    border : solid 1px #F4F4F4;
}

.search_com_active_tab{
    border: 1px solid #333333;
}

#general_search_wp_contnent{
    max-height: 400px;
    overflow-y:  auto;
    width: 820px;
    margin-top:10px;
}

.general_search_wp_contnent_id{
    /*max-height: 400px;*/
    max-height: 190px;
    overflow-y:  auto;
    width: 820px;
    margin-top:10px;
}

.general_search_content_result{
    display:none;
    width: 100%;
}

#general_search_wp_holder{
    position: absolute;
    width: 862px;
    background-color: #F4F4F4;
    z-index: 200;
}