td.actions {
    min-width: 100px;
}


table.VueTables__table {
    border: 1px solid #c0c0c0;
    padding: 10px;
    width: 100%;
}

table.VueTables__table tr td {
    border: 1px solid #c0c0c0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

table.VueTables__table tr td.text-left {
    text-align: left;
}

table.VueTables__table tr th {
    padding: 10px;
    border: 1px solid #c0c0c0;
    background-color: #f1f1f1;
    margin: 0;
    color: #333;
    text-align: center;
}
div.VueTables__search-field input {
    margin-left: 15px;
}


.layer_tooltips {
    border: 1px solid red;
}

.stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;

}

/*.stage.image-with-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;

}
*/
.products-editor {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-dialog.products-dialog {
    width: 1200px;
    min-height: 90%;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  max-height: 650px;
  overflow: scroll;
}
.share-scenario-modal .modal-content {
  overflow: hidden;
}
.control-buttons {
    display: flex;
    margin-bottom: 0px;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.control-buttons > * {

    margin: 10px;
}

@media(max-width:767px){
    .control-buttons {
        flex-direction: column-reverse;
    }
    .control-buttons > * {
        margin: 5px;
    }
}

.stage.image-with-products {
    display: flex;
    flex-direction: column;
flex:1;
    justify-content: center;
}