.buttons{
  clear: both;
}

div.buttons a,
div.buttons a:link,
div.buttons a:visited,
div.buttons a:active,
.buttons button{
    float: left;
    position: relative;
    text-decoration: none;
}

button{
  background-color: white;
}

.empty,
.empty a{
  color: #999!important;
}

label.inline {
  display: inline-block;
  margin: .3rem;
}
label.inline > span:first-child {
  margin-right: .3rem;
}

input {
  border: 1px solid #cccccc;
  padding: .3rem .5rem;
  border-radius: 3px;
  height: auto;
  line-height: normal;
  display: inline-block;
  transition: border .3s;
}
input:not(:disabled):hover,
input:not(:disabled):focus {
  border: 1px solid gray;
}

select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: .3rem 1.3rem .3rem .5rem;
  height: auto;
  line-height: normal;
  display: inline-block;
  transition: border .3s;
}
select:not(:disabled):hover,
select:not(:disabled):focus {
  border: 1px solid gray;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #cccccc;
  border-radius: 3px;
  transition: border .3s;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
  border: 1px solid gray;
}

textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: normal;
  min-height: 2.5em;
  padding: 0.5em;
  display: inline-block;
  transition: border .3s;
}
textarea:not(:disabled):hover,
textarea:not(:disabled):focus {
  border: 1px solid gray;
}

div[data-sortable] {
  padding: .3rem;
  border-radius: 3px;
  border: 1px solid lightgray;
}
div[data-sortable] > div {
  padding: .3rem .5rem;
  background-color: whitesmoke;
  margin-bottom: .3rem;
  cursor: row-resize;
}
div[data-sortable] > div:last-child {
    margin-bottom: 0;
}
div[data-sortable] > div::before {
  content: "||";
  margin-right: .5rem;
  color: lightgray;
  letter-spacing: -.2em;
  transition: color .3s;
}
div[data-sortable] > div:hover::before {
  color: black;
}



select[multiple] {
  min-height: 250px;
  min-width: 400px;
  max-width: 800px;
  }

textarea[disabled]{
    background-color:#eee;
}

details > summary {
  cursor: pointer;
}
details[open] > summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}


div.divinput{
  padding: 4px;

}


span.label {	/* sono le label in linea */
  padding: 0 5px;
  width: 350px;
}


div.group {display: table; margin: 2px 0; width: 100%;} /*sono le label su colonna, sostituiscono le table tr td. comp IE8+*/
div.group .label,
div.group .offer {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
div.group .label {width: 150px;}

.pointer{
  cursor: pointer;
}

.sidealert{
  position:fixed;
  padding:10px;
  top:50px;
  right:30px;
  background-color:white;
  border:1px solid #eee;
}



#userinfo-hidden{
  display:none;
  visibility:hidden;
}

.attachedpath {
    color: light-grey;
    margin: 3px 0 0;
}



/* LEFT MENU  */


.menuparagraph-link-outer{
  float:right;
  padding-left: 6px;
  width:20px
  }
.menuparagraph-link-inner{
  float:right;
  padding-left:2px;
  width:140px
}

.LISel a div{
  font-weight: bold;
}

/* SCHEDA VIEWCARD*/
.cardheader{
  width: 100%;
}
.cardsignature {
    padding-top: 30px;
}
.cardsignature span.dataout-value,
.cardsignature span.cardvalidation-value{
  font-weight: bold;
}

.cardproperty{
  float:right;
}

/* vocabolari */
.voctype-a:after {
    content: "A";
    padding: 0 4px;
}
.voctype-c:after {
    content: "C";
    padding: 0 4px;
}
.voctype-n:after {
    content: "N";
    padding: 0 4px;
}

.Pcolv, .colv{
    display: none;
}

.voctype {
    display: none;
    float: right;
    font-size: 80%;
    padding: 5px 0;
}

.field-key{
  display: inline;
  font-size:  80%;
  color: white;
  margin: 0 2px;
}
.field-key:after{
  content:url('images/field-key-sml.png');
}

.paginazione {
  clear:both;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    min-height: 40px;
    width: 100%;
}

.buttonscontainer {
    width: 100%;
}

.stick-paging {
    position:fixed;
    top:0px;
    z-index: 10;
    width : 85%;
}

.stick-buttons{
    border-radius: 3px;
    bottom: 10px;
    padding: 10px;
    position: fixed;
    right: 10px;
}

.buttons-sticker{
  float:right;
  cursor:pointer;
  background-image: url("images/buttons-icon.png");
  background-position: right center;
    background-repeat: no-repeat;
  margin: 0 5px;
  width:16px;
  height:16px;
  display: none;
}

.buttons-printer {
  float:right;
  cursor:pointer;
  background-image: url("images/print.png");
  background-position: right center;
    background-repeat: no-repeat;
  margin: 0 5px;
  width:16px;
  height:16px;
  display: none;
}

.coladmin {
  width: 100px;
}

div.padminbuttons {
  position: relative;
  width: 300px;
  height: 20px;
  float: right;
  text-align:right;
}

span.link-remove {
  color: red;
  text-align: right;
  float: right;
  cursor: pointer;
}

/* MENU SCHEDA LEFT SIDE */
.menuparagraph-list li{
    /*height: 19px;*/
    border:none;
    display:inline-block;
    float:left;
}

.menuparagraph-list ul li ul{
  display:none;
  list-style-type:none;
  width:300px;
}

.menuparagraph-list li ul {
  display: none;
  float: left;
  position: absolute;
}
.menuparagraph-list ul li:hover ul{
  display:block;
  border:1px solid black;
}
.menuparagraph-list ul li:hover ul li{
  width:300px;
  display:inline-block;
}

.menuparagraph-list li:hover ul {
  display: block;
  margin-left:140px;
  margin-top:-20px;
}

.par-content-summary {
  background-color: white;
  border:1px solid black;
  min-width:320px;
  padding: 20px 10px;
  z-index:1;
  top: -19px;
  position: relative;
}

.par-content-summary-others{
  width: auto!important;
}
.menuparagraph-buttons{
  text-align: right;
  cursor:pointer;
  float:right;
  width: 40%;
}

.menuparagraph-summary .par-comment{
  font-weight: bold;
  margin-bottom: 5px;
}

.menuparagraph-summary .repeatable,
.menuparagraph-summary .occurrences{
  float: right;
  display: inline-block;
  min-width: 12px;
}

.menuparagraph-summary .repeatable a {
    padding: 0;
}

.kfield-summary{
  font-style: italic; clear: both;border-top: 1px solid #EEEEEE;
}
.sfield-summary{
  margin-left: 20px; clear: both;
}

.kfield-summary .mark,
.sfield-summary .mark,
.cfield-summary .mark{
  font-size: 90%;
  font-weight: bold;
  width: 20%;
  display:inline-block;
  vertical-align: top;
}

.kfield-summary .comment{
  display: inline-block;
  width: 40%;
}
.sfield-summary .comment,
.cfield-summary .comment{

  display: inline-block;
  width: 70%;
}

/* CATALOGAZIONE TABELLE SHOW/CREATE/MODIFY CAMPI*/

table.summary,
table.summary-show,
table.summary-show-inner,
table.summary-id,
table.summary-selected{
  width: 100%;
  padding: 0px 0px 0px 0px;
}
table.summary-insert{
  width: 100%;
}

table td.subparagraphlabel-mark{ font-weight: bold;}
table td.subparagraphlabel-comment{ font-weight: bold;}
table tr.subparagraphlabel{}

table td.paragraphlabel-mark{ font-weight: bold;}
table td.paragraphlabel-comment{font-weight: bold;}
table tr.paragraphlabel{color: #cc0000;}

table td.label-mark{}
table td.label-comment{}
table tr.label{}

table.results .tabledescription {
    color: #808080;
    display: none;
    font-style: italic;
}

.dispatchresults{	/* colonna operativa */
  white-space: nowrap;
  float: left;
}
.dispatchresults .workspaceresults,
.dispatchresults .loadresults{
  display: inline-block;
  min-width: 15px;
  cursor:pointer;
}
.dispatchresults .loadresults a{
  float: left;
}

.paginazione .workspaceresults {
  float: right;
  margin: 0 8px;
  cursor:pointer;
}
.label-mark.cccmark{font-weight: bold;}


.summary.tableduplica .mark {	/*allarga le colonne del mark per fare posto al check di duplicazione*/
  width: 70px;
}

/*
option.fieldchoice-standard:before {
    color: #DDDDDD;
    content: " default";
    float: right;
}
*/
.hovertext{
  color: #aaa;
}
.hovertext:hover{
  color: #333;
}
.softwarn {
    color: #BBBBBB;
}

#savepointlist {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 10px;
    max-width: 600px;
    position: absolute;
    right: 0;
    padding: 15px;
}

.savepointbutton {
    float: left;
    width: 80px;
    cursor: pointer;
}

.notificationbase {
    display: inline-block;
    position: relative;
}

.notification {
    background-color: #FF0000;
    border-radius: 10px;
    color: #FFFFFF;
    line-height: 1.5em;
    min-width: 15px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -5px;
}


/* -----------------  USERADMIN */

.containersel > option {
    max-width: 500px;
    overflow: hidden;
}

/* -----------------  ICON */

.ico {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline-block;
    float: left;
    height: 14px;
    width: 14px;
}
.icopin {
    background-image: url("images/pin.png");
}
.icopinned{
    background-image: url("images/pinned.png");
}
.icochainlink {
    background-image: url("images/chainlink.png");
}
.icochainbroken{
    background-image: url("images/chainbroken.png");
}


.column-treeview{
  display:none;
}

/*
 * Splitter container. Set this to the desired width and height
 * of the combined left and right panes. In this example, the
 * height is fixed and the width is the full width of the body,
 * less the margin on the splitter itself.
 */
#SplitterContainer, #SplitterContainerTO {
  height: 400px;
  width: 99%;
  border: 2px solid #ccc;
}
/*
 * Left-side element of the splitter. Use pixel units for the
 * min-width and max-width; the splitter plugin parses them to
 * determine the splitter movement limits. Set the width to
 * the desired initial width of the element; the plugin changes
 * the width of this element dynamically.
 */
#LeftPane, #LeftPaneTO {
  background: #fff;
  overflow: scroll;
  width: 400px;
  min-width: 400px;
}
/*
 * Right-side element of the splitter.
 */
#RightPane,  #RightPaneTO {
  background: #fff;
  width: 100%;
  overflow: scroll;
}

/*
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey.
 */
#SplitterContainer .vsplitbar {
  width: 6px;
  background: #eee url(images/vgrabber.gif) no-repeat center;
}
#SplitterContainerTO .vsplitbar {
  width: 6px;
  background: #eee url(images/vgrabber.gif) no-repeat center;
}
#SplitterContainer .vsplitbar.active, #SplitterContainer .vsplitbar:hover {
  background: #f0f0f0 url(images/vgrabber.gif) no-repeat center;
}
#SplitterContainerTO .vsplitbar.active, #SplitterContainerTO .vsplitbar:hover {
  background: #f0f0f0 url(images/vgrabber.gif) no-repeat center;
}

.thumb[data-viewer] {
  cursor: zoom-in;
  opacity: .8;
  transition: opacity .3s;
}
.thumb[data-viewer]:hover,
.thumb[data-viewer]:focus {
  opacity: 1;
}

.column-result-hidden {
  top:0;
  left:-9999px;
  width:0px; height:0px;
  overflow:hidden;
  visibility: hidden;
  position: absolute;
}

.sort-results {
  margin: 1rem 0;
  padding: .5rem;
}
.sort-results[open] > summary {
  padding-bottom: 1rem;
}
.sort-results > div {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.sort-options,
.sort-fields {
  padding: 1rem;
}

[data-splitter] {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: start;
}
[data-splitter] .gutter.gutter-horizontal {
  background-color: whitesmoke;
  cursor: col-resize;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex > * {
  box-sizing: border-box;
  display: inline-block;
}
.flex.ai-start {
  align-items: flex-start;
}
.flex.ai-center {
  align-items: center;
}
.flex.ai-stretch {
  align-items: stretch;
}
.flex.ai-end {
  align-items: flex-end;
}
.flex.jc-start {
  justify-content: flex-start;
}
.flex.jc-center {
  justify-content: center;
}
.flex.jc-end {
  justify-content: flex-end;
}
.flex.jc-space-between {
  justify-content: space-between;
}
.flex .as-last-baseline {
  align-self: last baseline;
}
.flex .flex-1 {
  width: 6.25%;
  flex: 0 1 6.25%;
}
.flex .flex-2 {
  width: 12.5%;
  flex: 0 1 12.5%;
}
.flex .flex-3 {
  width: 18.75%;
  flex: 0 1 18.75%;
}
.flex .flex-4 {
  width: 25%;
  flex: 0 1 25%;
}
.flex .flex-5 {
  width: 31.25%;
  flex: 0 1 31.25%;
}
.flex .flex-6 {
  width: 37.5%;
  flex: 0 1 37.5%;
}
.flex .flex-7 {
  width: 43.75%;
  flex: 0 1 43.75%;
}
.flex .flex-8 {
  width: 50%;
  flex: 0 1 50%;
}
.flex .flex-9 {
  width: 56.25%;
  flex: 0 1 56.25%;
}
.flex .flex-10 {
  width: 62.5%;
  flex: 0 1 62.5%;
}
.flex .flex-11 {
  width: 68.75%;
  flex: 0 1 68.75%;
}
.flex .flex-12 {
  width: 75%;
  flex: 0 1 75%;
}
.flex .flex-13 {
  width: 81.25%;
  flex: 0 1 81.25%;
}
.flex .flex-14 {
  width: 87.5%;
  flex: 0 1 87.5%;
}
.flex .flex-15 {
  width: 93.75%;
  flex: 0 1 93.75%;
}
.flex .flex-16 {
  width: 100%;
  flex: 0 1 100%;
}
@media (max-width: 320px) {
  .flex .flex-ms-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-ms-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-ms-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-ms-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-ms-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-ms-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-ms-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-ms-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-ms-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-ms-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-ms-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-ms-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-ms-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-ms-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-ms-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-ms-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 375px) {
  .flex .flex-mm-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-mm-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-mm-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-mm-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-mm-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-mm-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-mm-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-mm-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-mm-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-mm-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-mm-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-mm-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-mm-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-mm-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-mm-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-mm-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 425px) {
  .flex .flex-ml-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-ml-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-ml-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-ml-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-ml-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-ml-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-ml-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-ml-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-ml-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-ml-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-ml-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-ml-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-ml-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-ml-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-ml-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-ml-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 768px) {
  .flex .flex-t-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-t-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-t-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-t-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-t-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-t-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-t-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-t-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-t-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-t-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-t-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-t-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-t-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-t-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-t-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-t-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 1024px) {
  .flex .flex-l-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-l-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-l-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-l-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-l-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-l-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-l-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-l-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-l-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-l-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-l-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-l-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-l-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-l-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-l-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-l-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 1440px) {
  .flex .flex-ll-1 {
    width: 6.25%;
    flex: 0 1 6.25%;
  }
  .flex .flex-ll-2 {
    width: 12.5%;
    flex: 0 1 12.5%;
  }
  .flex .flex-ll-3 {
    width: 18.75%;
    flex: 0 1 18.75%;
  }
  .flex .flex-ll-4 {
    width: 25%;
    flex: 0 1 25%;
  }
  .flex .flex-ll-5 {
    width: 31.25%;
    flex: 0 1 31.25%;
  }
  .flex .flex-ll-6 {
    width: 37.5%;
    flex: 0 1 37.5%;
  }
  .flex .flex-ll-7 {
    width: 43.75%;
    flex: 0 1 43.75%;
  }
  .flex .flex-ll-8 {
    width: 50%;
    flex: 0 1 50%;
  }
  .flex .flex-ll-9 {
    width: 56.25%;
    flex: 0 1 56.25%;
  }
  .flex .flex-ll-10 {
    width: 62.5%;
    flex: 0 1 62.5%;
  }
  .flex .flex-ll-11 {
    width: 68.75%;
    flex: 0 1 68.75%;
  }
  .flex .flex-ll-12 {
    width: 75%;
    flex: 0 1 75%;
  }
  .flex .flex-ll-13 {
    width: 81.25%;
    flex: 0 1 81.25%;
  }
  .flex .flex-ll-14 {
    width: 87.5%;
    flex: 0 1 87.5%;
  }
  .flex .flex-ll-15 {
    width: 93.75%;
    flex: 0 1 93.75%;
  }
  .flex .flex-ll-16 {
    width: 100%;
    flex: 0 1 100%;
  }
}
.flex .flex-left-1 {
  margin-left: 6.25%;
}
.flex .flex-left-2 {
  margin-left: 12.5%;
}
.flex .flex-left-3 {
  margin-left: 18.75%;
}
.flex .flex-left-4 {
  margin-left: 25%;
}
.flex .flex-left-5 {
  margin-left: 31.25%;
}
.flex .flex-left-6 {
  margin-left: 37.5%;
}
.flex .flex-left-7 {
  margin-left: 43.75%;
}
.flex .flex-left-8 {
  margin-left: 50%;
}
.flex .flex-left-9 {
  margin-left: 56.25%;
}
.flex .flex-left-10 {
  margin-left: 62.5%;
}
.flex .flex-left-11 {
  margin-left: 68.75%;
}
.flex .flex-left-12 {
  margin-left: 75%;
}
.flex .flex-left-13 {
  margin-left: 81.25%;
}
.flex .flex-left-14 {
  margin-left: 87.5%;
}
.flex .flex-left-15 {
  margin-left: 93.75%;
}
.flex .flex-right-1 {
  margin-right: 6.25%;
}
.flex .flex-right-2 {
  margin-right: 12.5%;
}
.flex .flex-right-3 {
  margin-right: 18.75%;
}
.flex .flex-right-4 {
  margin-right: 25%;
}
.flex .flex-right-5 {
  margin-right: 31.25%;
}
.flex .flex-right-6 {
  margin-right: 37.5%;
}
.flex .flex-right-7 {
  margin-right: 43.75%;
}
.flex .flex-right-8 {
  margin-right: 50%;
}
.flex .flex-right-9 {
  margin-right: 56.25%;
}
.flex .flex-right-10 {
  margin-right: 62.5%;
}
.flex .flex-right-11 {
  margin-right: 68.75%;
}
.flex .flex-right-12 {
  margin-right: 75%;
}
.flex .flex-right-13 {
  margin-right: 81.25%;
}
.flex .flex-right-14 {
  margin-right: 87.5%;
}
.flex .flex-right-15 {
  margin-right: 93.75%;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex .flex-row {
  flex: 1 1 100%;
}

.to-left {
  float: left;
}
.to-right {
  float: right;
}

.modal-handler-active {
  text-underline-offset: 3px;
  text-decoration: underline;
  color: red !important;
}
#modal_inventory p {
  margin-bottom: 0;
  text-align: right;
  color: dimgray;
}
#search_bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 1rem;
  margin-bottom: .3rem;
}
#search_bar form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: .3rem;
}

.select2-results__option.select2-results__option--disabled {
  display: none;
}
