.add_line td {
  background: #999999;
}

.prod_layout_form {
  /*padding: 1rem;*/
  /*background: #fff;
  border: 2rem solid #f5f5f5;
  border-bottom: 1px solid #dbdcdd;*/
  /* width: 100%;
  margin-top: 2rem; */
}


.printed_label {
  float: left;
  width: 90mm;
  height: 69mm;
  padding: 0px;
  text-align: center;
  font-size: 7mm;
  /* border: 1px solid #000; */
}
.a4-paper {
  height: 420mm;
  width: 297mm;
}

.panel {
  border: 1px solid #999;
  display: inline-block;
  background: #fff;
  padding: 10px;
  width: 95%;
  margin-top: 20px;
}

.panel > div {
  display: inline;
  float: left;
  width: 355px;
  border: 1px dotted #999;
  margin: 2px;
}

.panel > div table {
  border: 1px solid #ddd;
  width: 250px;
  margin: 2px;
  overflow: hidden;
  background: #f7f7f7;
}

.panel > div th {
  width: 90px;
}
.panel > div th, .panel > div td {
}

#sortable tr { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; background: #CA4649; }

.ui-movable:hover { background: #eee; }

[draggable] {
    cursor: pointer;
    user-select: none;
}
/* .sortable {
    padding-bottom: 3rem;
} */
/* .sortable.over::after {
    content: '';
    display: block;
    height: 3rem;
    width: 100%;
    background: #9900ff;
} */



.sortable > div.mobile_form_element.over::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 2rem;
    width: 100%;
    background: #dae1fa;
    box-sizing: border-box;
}
.sortable > div.mobile_form_element.over {
    padding-top: 2.3rem;
    position: relative;
}
.drop_zone {
    padding: 1rem;
    min-height: 4rem;
    width: 100%;
    box-sizing: border-box;
}
.drop_zone.over {
    background: #dae1fa; /* dae1fa, dae1fa, F2F5FD */
}
.drop_zone.disabled {
    color: #999;
}


#task_element_setup_box {
  background: #fff;
  position: fixed;
  width: 450px;
  /*height: 150px;*/

  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -100px;

  padding: 20px;
  
  border: 2px solid #345D84;
  color: #000000;
  /*background: #f7f7f7;*/ /* Citrix visar inte innehållet i loginboxen om man sätter en bakgrundsfärg på den!!! */
 overflow: hidden;
}

.task_line span, #task_add_line span, .new_added_task_line span {
  margin-left: 10px;
}
#sub_task_list tr:nth-child(2) td {
  border-bottom: 1px solid #666;
  background: #ddd;
}
