* {
    margin: 0;
    padding: 0;
}

button {
    margin: 0;
}

div[data-action] {
    cursor: pointer;
}

.colors-label.disabled {
    opacity: 0.4;
}

input:not([type=checkbox]):not([type=radio]), textarea, select {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 26px;
    padding: 0 8px;
}

.page-content input[type=file] {
    height: 27px;
    padding: 2px;
}

.bm-drop-down {
    position: relative;
    display: inline-block;
}

.bm-drop-down select {
    display: inline-block;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 26px;
    padding: 0 8px;

    width: 200px;
    outline: none;

    margin: 0;
    font: inherit;
    line-height: 1.2;
    background: white;

    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bm-drop-down select {
        padding-right: 30px;
    }

    .bm-drop-down:after {
        content: "\25bc";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 7px;
        background: none;
        color: initial;

        pointer-events: none;

        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
}

h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bm-page-heading {
    margin-bottom: 25px;
    margin-top: 15px;
}

.bm-page-heading h1 {
    display: inline;
    line-height: 1.2;
}

.bm-page-heading h1 + .bm-label {
    vertical-align: middle;
    margin-left: 10px;
}

.bm-label {
    border-radius: 2px;
    border-width: 1px;
    padding: 1px 10px;
    vertical-align: bottom;
    display: inline-block;
}

.bm-intro {
    margin-bottom: 15px;
}

.bm-table {
    margin-bottom: 8px;
}

.bm-table table {
    border-radius: 5px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
}

.bm-table .column-small {
    width: 150px;
}

.bm-table .column-medium {
    width: 300px;
}

.bm-table th {
    padding: 8px;
    text-align: left;
}

.bm-table th div {
    padding-top: 5px;
}

.bm-table th input {
    outline: none;
}

.bm-table td {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 8px;
    vertical-align: top;
}

.bm-table.compact td {
    padding: 4px 8px 4px 8px;
}

.bm-div-table {
    position: relative;
    display: table;
    border-radius: 5px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
}

.bm-div-table > div {
    display: table-row;
}

.bm-div-table > div > div {
    display: table-cell;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 8px;
    vertical-align: top;
}

.bm-div-table > div.heading > div {
    border: none;
}

.bm-inline-modal {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.bm-inline-modal:hover div {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bm-input-line-small {
    width: 150px;
    outline: none;
}

.bm-input-line {
    width: 300px;
    outline: none;
}

@media all and (max-width: 950px) {
    .bm-input-line {
        width: 225px;
    }

    .bm-drop-down select {
        width: 150px;
    }
}

.bm-input-area {
    width: 300px;
    height: 55px;
    outline: none;
}

.bm-checkbox-group div {
    margin-bottom: 5px;
}

.bm-radio-button-group div {
    margin-bottom: 5px;
}

.bm-radio-button-group {
    display: inline-block;
}

.bm-radio-button-group label {
    margin-right: 10px;
}

.bm-standard-fieldset {
    border-style: none;
}

.bm-standard-fieldset > div {
    margin-bottom: 10px;
}

.bm-standard-fieldset > div > label {
    display: inline-block;
    width: 190px;
    vertical-align: top;
    overflow: hidden;
}

.bm-standard-fieldset > div > div {
    display: inline-block;
}

.bm-row-controls button {
    border-style: none;
    background: transparent;
    padding: 3px;
    outline: none;
    cursor: pointer;
}

.bm-heading-with-button {
    display: inline-block;
    width: 100%;
}

.bm-heading-with-button .bm-button-bar {
    float: right;
    margin-top: 10px;
}

.bm-button-bar {
    text-align: right;
}

.bm-button-bar.heading {
    float: right;
}

.font-page-heading .bm-button-bar {
    margin-bottom: 20px;
}

.bm-button-bar button:first-child, .bm-button-bar .button:first-child {
    margin-left: 0;
}

.bm-button-bar button, .bm-button-bar .button {
    display: inline-block;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    margin-left: 10px;
    height: 26px;
    padding: 3px 12px;
    font-size: 13px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bm-button-bar button:not([disabled]):hover, .bm-button-bar .button:hover {
    -moz-box-shadow: #fff 0 0 0 1px inset;
    -webkit-box-shadow: #fff 0 0 0 1px inset;
    box-shadow: #fff 0 0 0 1px inset;
}

.bm-button-bar button:active, .bm-button-bar .button:active {
    box-shadow: none;
}

.bm-tabs {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 30px;
}

.bm-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bm-tabs li {
    margin-right: 5px;
    float: left;
}

.bm-tabs a {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 3px;
    cursor: pointer;
    height: 20px;
}

.bm-tabs li.selected a {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bm-page-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-width: 1px;
    border-top-style: solid;
    min-height: 27px;
    padding: 10px;
}

.bm-page-bottom div.bm-button-bar {
    display: inline-block;
    float: right;
}

.bm-page-bottom.non-sticky {
    position: relative;
}

.bm-availability .bullet {
    vertical-align: text-top;
    transform: scale(2, 2);
    zoom: 2;
}

.bm-availability .label {
    margin-left: 5px;
}

.bm-sort-column-header {
    width: 100%;
    height: 100%;

}

.bm-module-menu {
    padding: 4px 15px 0 15px;
}

.bm-module-menu > ul > li {
    float: left;
    margin-right: 2px;
}

.bm-module-menu > ul > li > a , .bm-module-menu > ul > li > .link {
    border-radius: 3px 3px 0 0;
    display: inline-block;
    padding: 4px 30px;
    line-height: 25px;
}

@media all and (min-width: 900px) and (max-width: 1000px) {
    .bm-module-menu > ul > li > a {
        padding: 4px 20px;
    }
}

@media all and (min-width: 800px) and (max-width: 900px) {
    .bm-module-menu > ul > li > a {
        padding: 4px 16px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1100px) {
    .bm-module-menu > ul > li > a {
        padding: 4px 25px;
    }
}

.bm-module-menu ul.status-selector > li > a {
    border-radius: 0;
    display: inline-block;
    padding: 0;
    line-height: 29px;
    background-color: transparent;
    cursor: pointer;
}

ul.status-selector > li {
    margin-right: 20px;
}

.status-selector .right {
    margin-right: 4px;
}

ul.status-selector .bm-icon {
    color: #fff;
    background-color: #444;
    padding: 3px;
    border-radius: 8px;
}

ul.status-selector .icon-future {
    color: #F76F00;
}

ul.status-selector .icon-current {
    color: #67D900;
}

ul.status-selector .icon-archived {
    color: #529AE2;
}

ul.status-selector .icon-hidden {
    color: #aaa;
}

ul.status-selector .icon-future-active {
    background-color: #F76F00;
    color: #fff;
}

ul.status-selector .icon-current-active {
    background-color: #67D900;
    color: #fff;
}

ul.status-selector .icon-archived-active {
    background-color: #529AE2;
    color: #fff;
}

ul.status-selector .icon-hidden-active {
    background-color: #aaa;
    color: #fff;
}

.icon-under-folders-assets {
    position: absolute;
    bottom: -8px;
    left: 44%;
    right: 43%;
    padding: 3px;
    border-radius: 8px;
    background-color: #fff;
}

.lpb24 {
    bottom: 24px;
}

.icon-under-folders-assets.icon-future {
    color: #F76F00;
}

.icon-under-folders-assets.icon-current {
    color: #67D900;
}

.icon-under-folders-assets.icon-archived {
    color: #529AE2;
}

.icon-under-folders-assets.icon-hidden {
    color: #aaa;
}

.close-popup {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}

.close-popup .icon-close-12 {
    color: #fff;
}

.bm-module-menu ul.popup-navigation {
    position: absolute;
    left: 15%;
    width: inherit;
}

.t-a-c {
    text-align: center;
}

.bm-module-menu ul.status-selector {
    width: auto;
    overflow: hidden;
    display: inline-block;
}

.bm-module-menu .bm-cart-counter,
.bm-module-menu-small .bm-cart-counter{
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    border-radius: 3px;
}

.bm-module-menu .bm-cart-counter {
    line-height: 18px;
}

.bm-module-menu .bm-cart-counter:empty {
    display: none;
}

.bm-module-menu-small {
    margin: 5px 15px 5px 15px;
}

.bm-module-menu-small ul {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    border-box: bounding-box;
}

.bm-module-menu-small li {
    display: inline-block;
    width: 33%;
}

.bm-module-menu-small li a {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bm-module-menu-small.legacy li {
    width: 30%;
}

.bm-module-menu-small.legacy li:last-child {
    width: auto;
}

.bm-module-menu-small.legacy li:last-child a {
    background-color: white;
}

.bm-module-menu > ul {
    display: block;
}

.bm-module-menu li:first-child {
    margin-left: 0;
}

.bm-module-menu .float-right {
    float: right;
}

.bm-module-menu .float-right li, .bm-module-menu .float-right li a {
    padding-right: 0;
}

.administration-link {
    position: relative;
    cursor: pointer;
    float: right !important;
    line-height: 24px;
}

.administration-link .bm-dropdown-menu-container {
    position: absolute !important;
    width: 200px;
    top: 0;
    left: -52px;
    padding-top: 30px;
}

.administration-link .bm-dropdown-menu {
    width: 100%;
}

.administration-link:hover .bm-dropdown-menu-container {
    display: inline-block !important;
}

.administration-link-legacy {
    position: relative;
    cursor: pointer;
    line-height: 24px;
}

.administration-link-legacy .bm-dropdown-menu-container {
    position: absolute !important;
    width: 200px;
    top: 0;
    left: -105px;
    padding-top: 22px;
}

.administration-link-legacy .bm-dropdown-menu {
    width: 100%;
}

.administration-link-legacy:hover .bm-dropdown-menu-container {
    display: inline-block !important;
}

.legacy-back-button {
    float: right !important;
}

.legacy-back-button span {
    margin-left: 4px;
    font-size: 9px;
    color: rgb(255, 255, 255);
}

.hide {
    display: none !important;
}

.bm-dropdown-menu {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 8px;
    white-space: nowrap;
    z-index: 99;
}

.bm-dropdown-menu a {
    border-radius: 3px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 4px 8px;
    text-decoration: none;
}

.bm-dropdown-menu a .bm-icon {
    font-size: 12px;
}

.bm-dropdown-menu .divider {
    border-bottom: 1px solid #d9d9d9;
    height: 1px;
    margin: 4px 8px;
    padding: 0;
}

.bm-dropdown-menu.css-arrow {
    position: relative;
}

.bm-dropdown-menu.css-arrow:after, .bm-dropdown-menu.css-arrow:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.bm-dropdown-menu.css-arrow.top:after, .bm-dropdown-menu.css-arrow.top-left:after, .bm-dropdown-menu.css-arrow.top-right:after, .bm-dropdown-menu.css-arrow.top:before, .bm-dropdown-menu.css-arrow.top-left:before, .bm-dropdown-menu.css-arrow.top-right:before, .bm-dropdown-menu.css-arrow.bottom:after, .bm-dropdown-menu.css-arrow.bottom-left:after, .bm-dropdown-menu.css-arrow.bottom-right:after, .bm-dropdown-menu.css-arrow.bottom:before, .bm-dropdown-menu.css-arrow.bottom-left:before, .bm-dropdown-menu.css-arrow.bottom-right:before {
    left: 50%;
}

.bm-dropdown-menu.css-arrow.top:after, .bm-dropdown-menu.css-arrow.top-left:after, .bm-dropdown-menu.css-arrow.top-right:after, .bm-dropdown-menu.css-arrow.bottom:after, .bm-dropdown-menu.css-arrow.bottom-left:after, .bm-dropdown-menu.css-arrow.bottom-right:after {
    border-width: 6px;
    margin-left: -6px;
}

.bm-dropdown-menu.css-arrow.top:before, .bm-dropdown-menu.css-arrow.top-left:before, .bm-dropdown-menu.css-arrow.top-right:before, .bm-dropdown-menu.css-arrow.bottom:before, .bm-dropdown-menu.css-arrow.bottom-left:before, .bm-dropdown-menu.css-arrow.bottom-right:before {
    border-width: 7px;
    margin-left: -7px;
}

.bm-dropdown-menu.css-arrow.top-left:after, .bm-dropdown-menu.css-arrow.top-left:before, .bm-dropdown-menu.css-arrow.bottom-left:after, .bm-dropdown-menu.css-arrow.bottom-left:before {
    left: 15%;
}

.bm-dropdown-menu.css-arrow.top-right:after, .bm-dropdown-menu.css-arrow.top-right:before, .bm-dropdown-menu.css-arrow.bottom-right:after, .bm-dropdown-menu.css-arrow.bottom-right:before {
    left: -moz-calc(100% - 15%);
    left: -o-calc(100% - 15%);
    left: -webkit-calc(100% - 15%);
    left: calc(100% - 15%);
}

.bm-dropdown-menu.css-arrow.top, .bm-dropdown-menu.css-arrow.top-left, .bm-dropdown-menu.css-arrow.top-right {
    margin-top: 6px;
}

.bm-dropdown-menu.css-arrow.top:after, .bm-dropdown-menu.css-arrow.top-left:after, .bm-dropdown-menu.css-arrow.top-right:after, .bm-dropdown-menu.css-arrow.top:before, .bm-dropdown-menu.css-arrow.top-left:before, .bm-dropdown-menu.css-arrow.top-right:before {
    bottom: 100%;
}

.bm-dropdown-menu.css-arrow.top:after, .bm-dropdown-menu.css-arrow.top-left:after, .bm-dropdown-menu.css-arrow.top-right:after {
    border-bottom-color: white;
}

.bm-dropdown-menu.css-arrow.top:before, .bm-dropdown-menu.css-arrow.top-left:before, .bm-dropdown-menu.css-arrow.top-right:before {
    border-bottom-color: #d9d9d9;
}

.bm-dropdown-menu.css-arrow.bottom, .bm-dropdown-menu.css-arrow.bottom-left, .bm-dropdown-menu.css-arrow.bottom-right {
    margin-bottom: 6px;
}

.bm-dropdown-menu.css-arrow.bottom:after, .bm-dropdown-menu.css-arrow.bottom-left:after, .bm-dropdown-menu.css-arrow.bottom-right:after, .bm-dropdown-menu.css-arrow.bottom:before, .bm-dropdown-menu.css-arrow.bottom-left:before, .bm-dropdown-menu.css-arrow.bottom-right:before {
    top: 100%;
}

.bm-dropdown-menu.css-arrow.bottom:after, .bm-dropdown-menu.css-arrow.bottom-left:after, .bm-dropdown-menu.css-arrow.bottom-right:after {
    border-top-color: white;
}

.bm-dropdown-menu.css-arrow.bottom:before, .bm-dropdown-menu.css-arrow.bottom-left:before, .bm-dropdown-menu.css-arrow.bottom-right:before {
    border-top-color: #d9d9d9;
}

.bm-dropdown-menu.css-arrow.left:after, .bm-dropdown-menu.css-arrow.left-top:after, .bm-dropdown-menu.css-arrow.left-bottom:after, .bm-dropdown-menu.css-arrow.left:before, .bm-dropdown-menu.css-arrow.left-top:before, .bm-dropdown-menu.css-arrow.left-bottom:before, .bm-dropdown-menu.css-arrow.right:after, .bm-dropdown-menu.css-arrow.right-top:after, .bm-dropdown-menu.css-arrow.right-bottom:after, .bm-dropdown-menu.css-arrow.right:before, .bm-dropdown-menu.css-arrow.right-top:before, .bm-dropdown-menu.css-arrow.right-bottom:before {
    top: 50%;
}

.bm-dropdown-menu.css-arrow.left:after, .bm-dropdown-menu.css-arrow.left-top:after, .bm-dropdown-menu.css-arrow.left-bottom:after, .bm-dropdown-menu.css-arrow.right:after, .bm-dropdown-menu.css-arrow.right-top:after, .bm-dropdown-menu.css-arrow.right-bottom:after {
    border-width: 6px;
    margin-top: -6px;
}

.bm-dropdown-menu.css-arrow.left:before, .bm-dropdown-menu.css-arrow.left-top:before, .bm-dropdown-menu.css-arrow.left-bottom:before, .bm-dropdown-menu.css-arrow.right:before, .bm-dropdown-menu.css-arrow.right-top:before, .bm-dropdown-menu.css-arrow.right-bottom:before {
    border-width: 7px;
    margin-top: -7px;
}

.bm-dropdown-menu.css-arrow.left-top:after, .bm-dropdown-menu.css-arrow.left-top:before, .bm-dropdown-menu.css-arrow.right-top:after, .bm-dropdown-menu.css-arrow.right-top:before {
    top: 15%;
}

.bm-dropdown-menu.css-arrow.left-bottom:after, .bm-dropdown-menu.css-arrow.left-bottom:before, .bm-dropdown-menu.css-arrow.right-bottom:after, .bm-dropdown-menu.css-arrow.right-bottom:before {
    top: -moz-calc(100% - 15%);
    top: -o-calc(100% - 15%);
    top: -webkit-calc(100% - 15%);
    top: calc(100% - 15%);
}

.bm-dropdown-menu.css-arrow.left, .bm-dropdown-menu.css-arrow.left-top, .bm-dropdown-menu.css-arrow.left-bottom {
    margin-left: 6px;
}

.bm-dropdown-menu.css-arrow.left:after, .bm-dropdown-menu.css-arrow.left-top:after, .bm-dropdown-menu.css-arrow.left-bottom:after, .bm-dropdown-menu.css-arrow.left:before, .bm-dropdown-menu.css-arrow.left-top:before, .bm-dropdown-menu.css-arrow.left-bottom:before {
    right: 100%;
}

.bm-dropdown-menu.css-arrow.left:after, .bm-dropdown-menu.css-arrow.left-top:after, .bm-dropdown-menu.css-arrow.left-bottom:after {
    border-right-color: white;
}

.bm-dropdown-menu.css-arrow.left:before, .bm-dropdown-menu.css-arrow.left-top:before, .bm-dropdown-menu.css-arrow.left-bottom:before {
    border-right-color: #d9d9d9;
}

.bm-dropdown-menu.css-arrow.right, .bm-dropdown-menu.css-arrow.right-top, .bm-dropdown-menu.css-arrow.right-bottom {
    margin-right: 6px;
}

.bm-dropdown-menu.css-arrow.right:after, .bm-dropdown-menu.css-arrow.right-top:after, .bm-dropdown-menu.css-arrow.right-bottom:after, .bm-dropdown-menu.css-arrow.right:before, .bm-dropdown-menu.css-arrow.right-top:before, .bm-dropdown-menu.css-arrow.right-bottom:before {
    left: 100%;
}

.bm-dropdown-menu.css-arrow.right:after, .bm-dropdown-menu.css-arrow.right-top:after, .bm-dropdown-menu.css-arrow.right-bottom:after {
    border-left-color: white;
}

.bm-dropdown-menu.css-arrow.right:before, .bm-dropdown-menu.css-arrow.right-top:before, .bm-dropdown-menu.css-arrow.right-bottom:before {
    border-left-color: #d9d9d9;
}

.bm-bubble {
    z-index: 1;
}

.cleaner {
    clear: both;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: rgb(235, 235, 228);
}

.bm-bottom-step-description {
    float: left;
    display: inline-block;
    padding-top: 3px;
}

.bm-page-bottom-wrapper .bm-message + .bm-bottom-step-description {
    display: none;
}

.bm-no-border {
    border: none !important;
}

#main > div#swf {
    position: absolute;
    top: 10%;
    left: 30%;
    visibility: hidden;
}

.activity-circle {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(205, 205, 205); /*grayColor20*/
    display: inline-block;
}

.activity-circle.enabled {
    background-color: #7fba50;
}

#breadcrumbs-container > div.bm-page-heading {
    display: block;
}

.bm-right-header-button {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.bm-selection-header {
    padding-left: 16px;
    float: left;
}

.bm-internal-page {
    width: 960px !important;
}

.bm-clipboard-asset-name {
    height: 56px;
    max-height: 56px;
    text-overflow: ellipsis;
}

.bm-folder-wrapper {
    position: relative;
    border-radius: 3px;
    display: inline-block;
    float: left;
    margin: 1px;
    padding: 10px 10px 6px;
}

.bm-folder-wrapper .bm-entry-name {
    min-height: 26px;
    width: 112px;
    border: 1px solid transparent;
    cursor: text;
    overflow: hidden;
    padding: 3px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.bm-folder {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    position: relative;
    width: 112px;
    padding: 0;
    border: 0;
}

.bm-folder-wrapper .bm-folder .bm-folder-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    left: 28px;
    position: absolute;
    top: 22px;
    width: 56px;
}

.bm-folder-layers {
    height: 88px;
    position: relative;
    width: 112px;
    margin: 0;
    padding: 0;
    border: 0;
}

.bm-folder-wrapper .bm-folder-layers .icon-folder-top,
.bm-folder-wrapper .bm-folder-layers .icon-folder-outer,
.bm-folder-wrapper .bm-folder-layers .icon-folder-inner {
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: text-top;
}

.bm-folders-tree span.bm-link-with-icon span {
    padding-left: 3px;
}

.bm-folders-tree ul.bm-folder-list {
    padding-left: 0;
}

.folders-assets ul.bm-folder-list {
    overflow: hidden;
}

.folders-assets .bm-folders-tree {
    width: 222px;
}

.bm-folders-tree ul ul {
    margin-left: 0;
}

.bm-file {
    display: inline-block;
    width: 130px;
    padding: 5px;
    text-overflow: ellipsis;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
}

.bm-file p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
}

.thumbnail.large {
    width: 128px;
    height: 128px;
    line-height: 128px;
    text-align: center;
}

.thumbnail.large img {
    max-width: 128px;
    max-height: 128px;
    vertical-align: bottom;
}

.thumbnail {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
}

.thumbnail img {
    max-width: 56px;
    max-height: 56px;
    vertical-align: middle;
}

.bm-share-asset-row {
    border-style: solid;
    border-width: 1px;
    display: table;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.bm-share-asset-row:hover {
    cursor: n-resize;
}

.bm-share-asset-row.bm-default-cursor:hover {
    cursor: default;
}

.bm-asset-name {
    font-weight: bold;
}

.bm-share-asset-row > div {
    display: table-cell;
    vertical-align: middle;
}

.bm-share-asset-row .column-main {
    width: 550px;
}

.bm-share-asset-row .bm-standard-fieldset {
    height: 70px;
}

.page-content-center .bm-button-bar {
    margin-bottom: 5px;
}

.page-content-center > .bm-loader {
    display: none;
}

.page-content-center.loading > div:not(.bm-page-heading):not(.bm-loader):not(.assets-wrapper) {
    display: none;
}

.page-content-center.loading > .bm-loader {
    display: block;
    padding-top: 20px;
}

.page-clipboard-panel .bm-div-table {
    width: 100%;
    border: none;
}

.bm-div-table div.bm-clipboard-asset-name {
    display: table-cell;
    max-width: 128px;
    width: 128px;
    word-wrap: break-word;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

.bm-clipboard-asset-name {
    height: 56px;
    max-height: 56px;
    text-overflow: ellipsis;
}

.folders-assets .bm-div-table .thumbnail {
    margin-right: 8px;
    float: left;
}

.remove-asset-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

.bm-remove-asset {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: rgb(100, 100, 100);
    border-radius: 3px;
    cursor: pointer;
}

.bm-remove-asset::before, .bm-remove-asset::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    top: 50%;
    left: 2px;
    margin-top: -1px;
    background: #ffffff;
}

.bm-remove-asset::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bm-remove-asset::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-table-row {
    height: 100vh;
    vertical-align: top;
}

.clear-select {
    display: block;
    float: right;
    padding-right: 25px;
    padding-top: 25px;
}

.select-all, .deselect-all {
    right: 25px;
    top: 25px;
    position: absolute;
}

.breadcrumbs-container {
    position: relative;
    text-align: center;
}

.folders-assets .bm-breadcrumbs {
    position: absolute;
    left: 16px;
    top: 1px;
}

.folders-assets .bm-breadcrumbs-top-folder {
    position: relative;
    float: left;
    padding-left: 16px;
}

.search-input {
    display: inline-block;
}

.search-button-container {
    display: inline-block;
}

.logout-link {
    position: relative;
    cursor: pointer;
    float: right !important;
    line-height: 24px;
}

.logout-link .bm-dropdown-menu-container {
    position: absolute !important;
    width: 200px;
    top: 0;
    left: -52px;
    padding-top: 30px;
}

.logout-link .bm-dropdown-menu {
    width: 100%;
}

.bm-module-menu > ul > li.logout-link > a {
    background-color: transparent;
    padding-right: 0;
}

.input-10 {
    width: 100px !important;
}

.input-15 {
    width: 150px !important;
}

.input-30 {
    width: 300px !important;
}

.folders-assets .bm-folders-tree .folder-status-icon {
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    left: 7px;
}

.folder-status-icon.icon-future {
    background-color: #F76F00;
}

.folder-status-icon.icon-current {
    background-color: #67D900;
}

.folder-status-icon.icon-archived {
    background-color: #529AE2;
}

.folder-status-icon.icon-hidden {
    background-color: #aaa;
}

.folders-assets .bm-folders-tree .icon-folder-12, .folders-assets .bm-folders-tree .icon-open-folder-12 {
    position: relative;
}

.folders-assets .bm-folder-list span.bm-link-with-icon {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.bm-disable-popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 193, 193, 0.75);
}

.bm-folder-tree-element {
    padding-left: 5px;
    cursor: pointer;
    font-family: "Normal";
    font-size: 13px;
    line-height: 18px;
}

.folders-assets {
    height: 100% !important;
}

.bm-folders-tree ul.bm-folder-list li {
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: transparent;
}

.bm-resolution-to-low {
    background-color: red;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    border-color: transparent;
    color: #fff;
}

.bm-resolution-to-low-text {
    color: red;
    font-size: 10px;
    font-weight: bold;
}

.folders-assets .bm-breadcrumbs-not-admin {
    position: inherit;
    float: left;

}

.bm-div-table > div:first-child > div {
    border: none;
}

.bm-div-table > div:last-child > div {
    border-bottom: 1px solid #cccccc;
}

ul.folder-breadcrumbs {
    padding-bottom: 15px;
}

ul.folder-breadcrumbs li {
    display: inline-block;
    cursor: pointer;
}

.mb-1 {
    margin-bottom: -1px;
}

.pl10 {
    padding-left: 10px;
}

.active-folder-item {
    background-color: #E9E9E9;
}

.bm-page-heading > h1 > sup {
    margin-left: 5px;
}

.help {
    opacity: 1;
    transition: height 1s linear, opacity 1s linear;
    height: auto;
    background-color: #efefef;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

.help.hidden {
    transition: height 1s linear, opacity 0.3s linear;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.help > .close-help {
    position: relative;
    float: right;
    cursor: pointer;
}

.close-help .icon-close-12 {
    color: #929292;
}

.help-image {
    float: left;
    background-image: url(help.svg);
    height: 125px;
    width: 100px;
    margin: 5px 20px 0;
}

.help-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.help-text {
    margin-left: 140px;
}

.icon-delete-translation {
    display: block;
    cursor: pointer;
    margin-top: 5px;

}

/*.bm-folders-tree ul li > span:hover {
    background-color: #E9E9E9;
}*/
.add-translations-warning {
    position: relative;
    margin-top: 10px;
}

.add-translations-warning > span {
    position: absolute;
    text-align: center;
}

.add-translations-warning-text {
    padding-left: 30px;
}

.add-translations-warning-icon {
    background-color: red;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    border-color: transparent;
    color: #fff;
}

.missing-text-list {
    margin-top: 30px;
    margin-left: 30px;
}

.add-action-translation {
    margin-top: 10px;
    display: inline-block;
}

.bm-text-center {
    text-align: center;
}

.bm-text-right {
    text-align: right;
}

.bm-text-left {
    text-align: left;
}

#generic-preview header .gp-info-action,
#generic-preview header .gp-download-action,
#generic-preview header .gp-share-action {
    display: none;
}

.captured {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc; /*grayColor20*/
    display: table-cell;
    background-color: #fff;
    vertical-align: middle;
}

.translations-row label {
    padding-top: 7px;
    display: inline-block;
}