

.ui-autocomplete {max-height: 300px;overflow-y:auto;padding: 20px;}



.oddeven table {width:100%;}
.oddeven .row_header th {line-height:30px;padding:10px 5px;font-weight:400}
.oddeven .row_entry td {line-height:30px;padding:10px 5px;font-weight: 300;}
.oddeven .row_entry:nth-child(even) {background: #FFF}
.oddeven .row_entry:nth-child(odd) {background: #f0f0f0}
.oddeven .row_entry .enabledOpt {width:70px;}
.oddeven .row_entry .idOptField {width:70px;}
.oddeven .row_entry .deleteOptField {width:50px;text-align:center;}
.oddeven .row_entry .deleteOptField a {color:#d00;font-size:20px;}
.oddeven .row_entry .orderOptField {width:70px;padding:0 20px 0 0;}
.oddeven .row_entry .orderOptField input {width:100%;}

.viewOnlyLastDelete > tr:not(:last-child) .deleteArea {display:none;}

.tableWithOrderList {}
.tableWithOrderList tr td {}
.tableWithOrderList tr td.orderOptField input[type=text] {text-align:center;}
.tableWithOrderList tr td .form-group {margin:0px;}
.tableWithOrderList .order_angle {width:50px;text-align: center;}
.tableWithOrderList .order_angle a {width:100%;line-height: 1rem;display:block;}
.tableWithOrderList .row_entry:first-child .order_angle .up {display:none;}
.tableWithOrderList .row_entry:last-child .order_angle .down {display:none;}


#add_new_sizes {}
#add_new_sizes .form-btn-option {width:40px;min-height:10px;margin-bottom:0px;}

#add_new_sizes > .row .removeNewSizeTemplate {display:none;}
#add_new_sizes > .row:not(:first-child) .addNewSizeTemplate {display:none;}
#add_new_sizes.allowRemove > .row .removeNewSizeTemplate {display:block;}

#add_new_colors {}
#add_new_colors .form-btn-option {width:40px;min-height:10px;margin-bottom:0px;}

#add_new_colors > .row .removeNewColorTemplate {display:none;}
#add_new_colors > .row:not(:first-child) .addNewColorTemplate {display:none;}
#add_new_colors.allowRemove > .row .removeNewColorTemplate {display:block;}


.row_entry_size {}
.row_entry_size .small input {width:100px;}

.showInTemplate {display:none;}
.imTemplate .showInTemplate {display:block;}
.allowRemove .imTemplate .showInTemplate {display:none;}
