#main-00 .container {
    width: 100%!important;
}


.gaps_container {
/*    display: flex;*/
    position: absolute;
    left: 0;
    right: 0px;
    z-index: 1;
}

.gaps_container .gap_wrapper {
        /*flex: 1 1 100%;*/
        float: left;
        width: 4.989583333333333px;
}

.gaps_container .gap_wrapper .gap {
    width: 2px;
    height: 10px;
    background: #000;
    opacity: .2;
}


.separators-counter {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    text-align: center;
}


.cube .separators-counter {
    z-index: 2;
    top: 50%;
    margin-top: -10px;
    right: auto;
    left: 5px;
}


html {
    height: 100%;
}


html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.53846;

}


body.main_body {
    background: #F2F4F8;
}


.vertical-center {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}


.modal-lg {
    width: 90%!important;
}


.form-control,
.btn,
.alert,
#login .btn.btn-signin,
.pagination,
.modal-content{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.media-file-form-field .thumbnail {
    display: inline-block;
}

.pagination {
    margin: 0;
}

.pagination::after {
    content: '';
    clear: both;
}


.buttons {
    margin-bottom: 5px;
}


.main-container {
    padding: 0;
    width: 100%;
}


.col-md-3.left_col {
    /*display: flex;*/
    padding: 0;
    position: fixed;
    width: 200px;
    background: #12131A;
    padding-top: 14px;
    top:0;
    bottom:0;
    overflow-y: auto;
    z-index: 3;
    left: 0;
}


.nav_title {
    background: #2a3f54 none repeat scroll 0 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: left;
    height: 57px;
    width: 230px;
}

.site_title {
    color: #ecf0f1 !important;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 0;
    text-overflow: ellipsis;
    width: 100%;

}


.site_title:hover {
    text-decoration: none;
}


.right_col {
    margin-left: 200px;
    padding: 10px 20px 0;

}


.right_col_inner {
    border: 1px solid transparent;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-color: #eaeef1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    /*overflow: hidden;*/
}


header.header {
    border: 1px solid transparent;
    border-color: #eaeef1;
    background-color: #f9fafc;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 0 none;
    font-size: 14px;
}

.top_nav {
    display: block;
    margin-left: 230px;
    padding: 0 !important;
    z-index: 999999;
    position: relative;
}



.nav_menu {
    background: #ededed none repeat scroll 0 0;
    border-bottom: 1px solid #d9dee4;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}


body.login_body {
    background: #F2F4F8;
    padding-top: 0;
}


.right_col,
.col-md-3.left_col {
    padding-top: 80px;
}

#login .card-container.card,
#login .flash-messages-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;

}

#login .flash-messages-container {
    margin-top: 20px;
}

#login .card-container.card {
    padding: 40px 40px;
}

#login .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}




.col-md-3.left_col ul {
    list-style: none;
    padding: 0;
    width: 100%;
}


.col-md-3.left_col ul li {
    text-align: left;
}

.col-md-3.left_col ul li a {
    color: #8287a9;
    padding: 6px 15px;
    display: block;
    font-weight: bold;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    padding-left: 20px;
}


.col-md-3.left_col ul > .tq {
    margin-top: 10px;
}


.col-md-3.left_col ul > .tq > a,
.col-md-3.left_col ul > .tq > span {
    color: #8287a9;
    font-size: 85%;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    outline: 0;
    /*text-transform: uppercase;*/
}


.col-md-3.left_col ul li a:hover,
.col-md-3.left_col ul li a:focus,
.col-md-3.left_col ul li.current a {
    text-decoration: none;
    background: #1aae88;
    color: #fff;
}


.col-md-3.left_col ul li.tq a:hover,
.col-md-3.left_col ul li.tq a:focus {
    background: transparent;
}


/*
 * Card component
 */
#login .card {
    margin: 0 auto 25px;
    margin-top: 30px;
    border: 1px solid transparent;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-color: #eaeef1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

#login .profile-img-card {
    width: 112px;
    height: 112px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
#login .profile-name-card {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

#login .reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#login input[type=text],
#login input[type=password]{
    direction: ltr;
    height: 48px;
    font-size: 14px;
}

#login .form-signin input[type=email],
#login .form-signin input[type=password],
#login .form-signin input[type=text],
#login .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#login .form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

#login .btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 48px;
    border: none;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

#login .btn.btn-signin:hover,
#login .btn.btn-signin:active,
#login .btn.btn-signin:focus {
    background-color: #1aae88;
}

#login .forgot-password {
    color: rgb(104, 145, 162);
}

#login .forgot-password:hover,
#login .forgot-password:active,
#login .forgot-password:focus{
    color: rgb(12, 97, 33);
}


.required:after {
    content: "*";
}



.popover-content {
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 13px!important;
}





/*NAVBAR*/
.navbar-default {
  background-color: #fff;
  border: 0 none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #788288;
}
.navbar-default .navbar-brand {
  color: #000;
  font-weight: bold;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #000;
}
.navbar-default .navbar-text {
  color: #d9d9d9;
}
.navbar-default .navbar-nav > li > a {
  color: #788288;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #482a58;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: #f7f8fb;
}
.navbar-default .navbar-toggle {
  border-color: #482a58;
}
.navbar-default .navbar-toggle:hover {
  background-color: #482a58;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #d9d9d9;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d9d9d9;
}
.navbar-default .navbar-link {
  color: #788288;
}
.navbar-default .navbar-link:hover {
  color: #000;
}





/*GENERAL*/
.position-relative {
    position: relative;
}





#login .validation-errors ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#login .validation-errors ul li {
    padding: 0;
    margin: 0;
}




/*FLASH*/
.alert {
    position: fixed;
    right: 20px;
    opacity: 1;
    top: -10px;
    opacity: 0;
    z-index: 3;
}


.login_body .alert {
    position: relative;
    right: auto;
    opacity: 1!important;
    top: auto;
    z-index: 3;
}

.media-file-form-field .not-shown {
    display: none;
}




/*ICONS*/
.glyphicon-ok {
    color: green;
}



.glyphicon-remove {
    color: red;
}







td:hover .table-actions {
    display: block;
    /*opacity: 1;*/
}


.table-actions {
    /*height: 18px;*/
    /*opacity: 0;*/
}


.table-actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.table-actions ul li {
    display: inline-block;
    margin-right: 5px;
}

.table-actions ul li a {
    font-size: 11px;
}

.pane .form-group {
    margin-bottom: 5px;
}

.pane .form-group > div,
.pane .form-group > label {
    width: 100%;
    text-align: left;
}


.pane .form-group > label {
    margin-bottom: 5px;
}

#navbar .primary-nav {
    display: none;
}










/*PANES*/
.pane {
    border: 1px solid transparent;
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-color: #eaeef1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}


.pane_wrapper {
    margin-bottom: 20px;
}

.pane_wrapper .header {
    padding: 10px 15px 10px 10px;
    font-size: 13px;
}

.pane .list-group-item {
    border-left: 0 none;
    border-right: 0 none;
}
.pane .list-group-item:first-child {
    border-top: 0 none;
}
.pane .list-group-item:last-child {
    border-bottom: 0 none;
}

.pane .list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.list-group .list-group-item {
    border-radius: 2px;
}








.navigation {
    /*text-align: right;*/
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-content {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.5)!important;
}


.modal-footer {
    padding: 10px 15px;
}


.cms_sortable {
    cursor: move;
}


.tab-content {
    margin-top: 30px;
}


.sortable-placeholder {
    background: #feffc6!important;
}


.ui-sortable-helper {
    display: table;
}



#loader {
    position: fixed;
    width: 120px;
    margin-left: -60px;
    height: 35px;
    left: 50%;
    top: 0px;
    background: rgba(255, 239, 108, .8);
    z-index: 98;
    text-align: center;
    border: 1px solid #e8d533;
    transition: all ease-in-out .5s;
    opacity: 0;
}


#loader.visible {
    opacity: 1;
    top: 50px;
}

#loader span {
    line-height: 35px;
    color: #988b1a;
}


.navi_languages-menu {
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    border-radius: 2px 2px 0 0;
    padding: 8px 15px;
}



.uploader_container-bordered {
    width: 100%;
    min-height: 400px;
    border: 3px dashed lightgray;
    text-align: center;
    margin-bottom: 20px;

}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #1aae88;
}



.upload-table .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.upload-table .form-group > div {
    margin-bottom: 15px;
}

.upload-table .form-group div.no-bottom-margin {
    margin-bottom: 0;
}


.uploader-row-desc {
    padding-top: 7px;
}



tr.disabled {
    opacity: .2;
}


.module-wrapper {
    /*border: 1px dashed lightgray;*/
    padding: 5px 20px 5px 5px;
    margin-bottom: 8px;
    min-height: 50px;
}

.editable-html {
    padding: 10px 10px 10px 10px;
    border: 2px dashed lightgray;
    margin: 0;
    min-height:300px;
    margin-bottom: 20px;
}

.module-wrapper {
    position: relative;
}


.module-controls {
    position: absolute;
    right: 3px;
    top: 0;
    z-index:98;
    /*width: 10px;*/
}

.module-controls .list-group a {
    color: #333!important;
    text-decoration: none!important;
    font-size: 13px;
}


.module-controls .list-group {
    display: none;
}


.module-controls > a {
    display: inline-block;
    color: #333!important;
}

.module-order-handle {
    cursor: move!important;
}

.ui-sortable-placeholder {
    border: 1px dashed #e8d533;
    height: 40px;
    background: #feffc6;
    width: 100%;
    display: block;
    visibility: visible!important;
}


.label-full-width {
    width: 100%!important;
    text-align: left!important;
    clear: both;
    float: none!important;
    padding-left: 0!important;
    margin-bottom: 5px!important;
}


.bootbox {
    z-index: 999999!important;
}


.ace_editor {
    height: 300px;
}



.mCustomScrollBox {
    width: 100%;
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}


.expand-trigger {
  color: rgb(190, 190, 190);
}

.expand-trigger:hover,
.expand-trigger:active,
.expand-trigger:focus {
  color: #333;
  text-decoration: none!important;
}


.pane-collapsed .pane {
  display: none;
}

.pane-collapsed .header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}



.expand-trigger .glyphicon {
  display: none;
}

.expand-up .glyphicon-collapse-up {
  display: block;
}

.expand-down .glyphicon-collapse-down {
  display: block;
}


.right-settings-col {
    -webkit-transition: width 0.9s ease, margin 0.9s ease;
    -moz-transition: width 0.9s ease, margin 0.9s ease;
    -o-transition: width 0.9s ease, margin 0.9s ease;
    transition: width 0.9s ease, margin 0.9s ease;
}
    
    
.right-setting-col-fixed {
    z-index:101;
    right: 45px;
    position: absolute!important;
}


.hidden-grid {
  /*left: 100%;
  float: right;*/
}






.module-loading {
  background: url(../img/252.gif) center center no-repeat;
  height: 7px;
  width: 100%;
  margin-bottom: 8px;
}

.ace_content,
.ace_editor {
  max-width: none!important;
  width: 100%!important;

}


.modules li:not(.tq) a {
  cursor: move;
}

.modules li a:hover {
  background: none!important;
}



.bootstrap-tagsinput {
    border: 0!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    width: 100%;
    box-shadow: none;
    padding-left: 0;
}


.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  display: none;
}


.tag {
    margin-bottom: 2px;
    display: inline-block;
}

.nav > li {
    position: initial;
}

.modules-submenu {


}

.modules-container {
    display: none;
}

.left_col.left_col-2 {
    left: 0;
    display: none;
    z-index: 2!important;
    background: #1b1c26!important;
    padding-top: 80px;
}


.logs-slider {
    /*background: #F9FAFC;*/
    border-bottom: 1px solid #EAEEF1;
    border-radius: 1px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    height: 0px;
    position: relative;
    
}

.ui-slider-handle {
    background: #1AAE88;
    width: 4px!important;
    height: 16px!important;
    cursor: move!important;
    top: -9px!important;
    margin-left: 0!important;
    display: inline-block;
}

.logs-slider a {
    height: 6px;
    width: 6px;
    background: #CACACA;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -2px;
    border-radius: 50%;
    cursor: pointer;
}

.logs-slider span:first-child {
    margin-left: 0;
}

.logs-slider span:not(.ui-slider-handle):last-child {
    /*margin-left: -40px;*/
}

.logs-slider > span:not(.ui-slider-handle):after {
    content: '';
    
}

.logs-slider span:first-child:after {
    left: 4px;
}


.logs-slider a.active {
    background: #1AAE88;
}


.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
}


.content-module-save-dialog {
    display: none;
}


.mce-content-body img[data-mce-selected], .mce-content-body hr[data-mce-selected] {
    outline: none!important;
}





.right-settings-col-toggler {
    right:15px;
    color:#333333;
    font-size: 18px;
    z-index:102;
    outline: none!important;
    position: absolute;
}


.modules-menu > li > a {
    margin:0!important;
    padding:0 20px!important;
}


.modules-menu > li > a > span {
    font-size:100%;
    font-weight: bold;
}


.mod-wrapper {
    position: relative;
    
}


.mod-wrapper.is_editable:hover:before {
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: -10px;
    border: 1px dashed #e8d533;
    background: rgba(254,255,198, .8);
    content: '\270f';
    display: flex;
    align-items: center;
    /*width: 100%;*/
    justify-content: center;
    color: #000;
    z-index: 2;
    font-family: 'Glyphicons Halflings';
    text-align: center;
    cursor: pointer;
}


.help-block-wrapper {
    position: relative;
    top: -12px;
}


.machines-filters {
    margin-top: 10px;
}

.machines-filters .input-group {
    margin-top: 10px;
}


.product-sizes .col-md-3 .col-sm-2.control-label,
.product-sizes .col-md-3 .col-sm-10
{
    width: 100%;
    text-align: left;
}
















/************************* drafts editor ************************/

#draft-editor-main-wrapper {
    margin: 40px 0px 40px 0px;
}

.cube-stage {
  /*width: 359.25px;*/
/*  perspective: 1600px;
  perspective-origin: 144% 20px;*/
  position: relative;
}

.cube-stage figure {
  display: block; position: absolute;
  /*width: 359.25px;*/
  opacity: 1;
  transition: .3s background;
}


.cube-stage .cube {
    /*transform-style: preserve-3d;*/
    position:relative;
    
}


.cube-stage .cube figure {
    border-bottom: 1px solid #fff;
}

.cube-stage .cube.clicked figure.front {
    background: #1aae88!important
}

.cube-stage .cube.clicked figure.right {
    background: #0c7a5e!important
}


.cube-stage figure.front {
    transform: rotateY(0) translateZ(0px);
    background: #e7e7e7
}
.cube-stage figure.back {
/*    transform: rotateY(180deg) translateZ(359.25px) translateX(0px);*/
    background: #cccccc
}
.cube-stage figure.left {
    /*transform: rotateY(-90deg) translateZ(179.625px) translateX(-179.625px);*/
    background: #dbdbdb 
}

.cube-stage .cube-background figure.left {
    background: transparent;
}
.cube-stage figure.right {
/*    transform: rotateY(90deg) translateZ(179.625px) translateX(179.625px);*/
    background: #dbdbdb
}

.cube-stage .cube:hover figure.front {
    background: #ddffa8;
}

.cube-stage .cube:hover figure.left,
.cube-stage .cube:hover figure.right  {
    background: #cdf097;
}

.cube-stage .cube:hover figure.back {
    background: #b5d77f;
}


.cube-stage .cube-background {
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    left: 0;
    
    
}

.cube-stage .cube-background figure {
    opacity: .2;
    /*border: 1px solid #000;*/
}

.cube-stage .cube-background figure.right {
    opacity: .2;
}


.cubes-wrapper {
    position: absolute;
    bottom: 0;
}



.cube.sortable-chosen {
    z-index: 100000!important;
}


.cube.sortable-chosen .left,
.cube.sortable-chosen .back {
    opacity: 0;
}


.cube.sortable-ghost .front {
    background: #a0eeff;
}

.cube.sortable-ghost .right {
    background: #83ddf0;
}

.cube.sortable-chosen:first-child .left,
.cube.sortable-chosen:first-child .back {
    opacity: 1;
}

.cube.sortable-chosen:first-child .left {
    background: #83ddf0;
}


.cube.sortable-chosen:first-child .back {
    background: #6ecade;
}


.cube-controls {
    position: absolute;
    z-index: 9;
    left: -90px;
    top: 0px;
    opacity: 0;
    padding-right: 10px;
    transition: .3s all;
}


.cube-stage .cube:hover .cube-controls
{
    left: -80px;
    opacity: 1;
}

.cube-background .cube-controls {
    left: -38px;
}

.cube-background:hover .cube-controls {
    left: -28px;
    opacity: 1;
}



.cube-controls ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 4px;
}

.cube-controls ul li {
    display: inline-block;
    margin: 2px;
}


.cube-controls ul li a {
    color: #000!important;
    text-decoration: none!important;
}


.shelf-container {
    /*overflow: hidden;*/
     box-sizing: border-box;
}


.shelf-border {
/*    border: 10px solid #000;
    width: 738.50px;*/
}


.drop-products-area {
    width: calc(100% + 2px);
    height: 100%;
    box-sizing: border-box!important;
/*    overflow: hidden;*/
    border: 1px solid #e5e5e5;
    position: relative;
}


.vue-grid-item {
    border: 1px solid #d2d2d2;
}



.drop-products-area {
    /*background: red;*/
    /*transition: .4s all;*/
}


.shelf-border {
    position: relative;
}

.shelf-container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}


.products-wrapper {
/*    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;*/
}


#products-wrapper .radio-inline {
    margin-left: 0;
    margin-right: 10px!important;
}

.drop-products-area .el,
.shelf-visualization .el{
    border: 1px solid #e5e5e5;
    
}

.shelf-visualization {
    -webkit-box-shadow: -1px 1px 10px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 1px 10px -1px rgba(0,0,0,0.35);
    box-shadow: -1px 1px 10px -1px rgba(0,0,0,0.35);
}


.drop-products-area .el.sortable-chosen {
    /*width: 0!important;*/
    /*background: green;*/
}


#cubes-container .modal-dialog {
    width: 1024px;
}


.el.el-placed {
    
    background: #f7f7f7;
    margin: 0 auto;
}


.shelf-container .column,
.el.el-placed{
    transition: .3s background;
}

.shelf-container .column:hover .el {
    background: #ddffa8;
}


.shelf-container .column {
    height: 100%;
    float: right;
    position: relative;
}

.shelf-container .column .cube-controls {
    right: auto;
    left: -20px;
    padding-right: 0;
    top: 2px;
    background: #fff;
}


.shelf-container .column .cube-controls li {
    display: block;
    text-align: center;
}

.shelf-container .column .products-wrapper {
    /*overflow: hidden;*/
    /*border-left: 1px solid #e5e5e5;*/
    /*border-left: 2px solid #1AAE88;*/
    border-right: 2px solid #1AAE88;
    height: 100%;
}

.shelf-container .column:last-child .products-wrapper {
    /*border-left: 2px solid #1AAE88;*/
}


.shelf-container .column:hover .cube-controls {
    opacity: 1;
    right: auto;
    left: 3px;
}


.shelf-container .column.sortable-ghost,
.shelf-container .column.sortable-chosen{
    background: #a0eeff;
}


.multiselect__option {
    padding: 3px!important;
}


.multiselect__option {
    min-height: 0!important;
    line-height: normal;
    font-size: 12px;
    white-space: normal!important;
    border-bottom: 1px solid #e5e5e5;
}


#products-wrapper .multiselect {
    margin-bottom: 10px;
}


.shelf-container .column.sortable-chosen * {
    display: none;
}

.shelf-container .column.sortable-chosen .product-visualization {
    display: block;
    
}

#products-wrapper .product-visualization {
    cursor: move;
    background: #dddddd;
    border: 1px solid #cfcfcf;
}

.column p {
    margin-top: 4px;
    margin-bottom: 0;
}



.modal {
    z-index: 999999!important;
}


.el-placed {
    position: relative;
}


.el-placed .product-details {
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    display: block;
    margin-top: 6px;
    display: none;
    position: absolute;
    z-index: 9;
    width: 100px;
    top: 0;
    right: -100px;
    background: #d4d4d4;
    padding: 10px;
}


.el-placed:hover .product-details {
    display: block;
}




@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d9d9d9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #482a58;
  }


  #navbar .primary-nav {
      display: block;
  }

  .left_col {
      display: none!important;
  }


  .right_col {
      margin-left: 0;
  }
}
