
/***** id view *****/

span.id-view {
    padding-left: 10px;
    font-weight: bold;
    color: #c00;
}

/***** toolbar *****/

body.popup #om_backend_toolbar {
    display: none;
}
body:not(.popup).om_backend_toolbar #header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
body:not(.popup).om_backend_toolbar #container {
    margin-top: 40px;
    padding: 0;
}
body:not(.popup).om_backend_toolbar #container #main {
    width: calc(100% - 44px) !important;
}
body:not(.popup).lw.om_backend_toolbar #container #main {
    margin-right: 48px;
}
#om_backend_toolbar {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    margin-top: 40px;
    padding: 12px 13px;
    background: #0f1c26;
    z-index: 90;
}
#om_backend_toolbar a.button {
    display: block;
    margin: 0 0 8px;
    cursor: pointer;
}
#om_backend_toolbar a.button svg {
    width: 18px;
    height: 18px;
}
#om_backend_toolbar a.button:hover svg,
#om_backend_toolbar a.button:hover svg path,
#om_backend_toolbar a.button:hover svg polygon,
#om_backend_toolbar a.button:hover svg polyline,
#om_backend_toolbar a.button:hover svg circle,
#om_backend_toolbar a.button:hover svg rect,
#om_backend_toolbar a.button:hover svg line {
    stroke: white;
}
#om_backend_toolbar .separator {
    margin: 0 0 12px;
    padding: 0 0 4px;
    border-bottom: 1px solid #3a454d;
}

@media (min-width: 992px) {
    body:not(.popup).om_backend_toolbar #container #main {
        margin-right: 48px;
    }
    #om_backend_toolbar {
        width: 48px;
        padding: 18px 12px;
    }
    #om_backend_toolbar a.button {
        margin: 0 0 12px;
    }
    #om_backend_toolbar a.button svg {
        width: 24px;
        height: 24px;
    }
    #om_backend_toolbar .separator {
        margin: 0 0 18px;
        padding: 0 0 6px;
    }
}


/***** navigation *****/

#left #tl_navigation .group-om_backend {
    background: url(../../bundles/omosdecontaoombackend/icons/menu_ombackend.svg) 3px 2px no-repeat;
    background-size: 13px;
}


/***** id search *****/

#mod_id_search input[type=text] {
    margin-right: 1px;
    width: 200px;
}
#mod_id_search input[type=submit] {
    margin-left: 2px;
    padding: 6px 12px 5px;
}


/***** backend tabs *****/

#manager li {
    display: inline-block;
    padding: 8px 0;
    background-color: #f9f9fb;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
    position: relative;
    top: 1px;
}
#manager li.current {
    background-color: #f3f3f5;
    border-bottom-color: #f3f3f5;
}
#manager li:hover {
    background-color: #f3f3f5;
}


/***** backend css *****/

.w25, .w33, .w66, .w75 {
    float: left;
    height: 80px;
}
.w25 {
    width: calc(25% - 30px);
}
.w33 {
    width: calc(33.3333% - 30px);
}
.w66 {
    width: calc(66.6666% - 30px);
}
.w75 {
    width: calc(75% - 30px);
}
.heightAuto {
    height: auto;
}

@media (max-width: 767px) {
    .w25, .w33, .w66, .w75 {
        float: none;
        width: calc(100% - 30px);
    }
}


/***** save buttons *****/

@media (min-width: 1200px)
{
    .om_backend_save_buttons .tl_submit_container .split-button #sbtog {
        display: none;
    }
    .om_backend_save_buttons .tl_submit_container .split-button ul {
        display: flex;
        top: -1px;
        right: auto;
        bottom: auto;
        left: 100%;
    }
    .om_backend_save_buttons .tl_submit_container .split-button ul.invisible {
        height: auto;
        width: auto;
        margin: 0;
        clip: auto;
        border: none;
        background: none;
    }
    .om_backend_save_buttons .tl_submit_container .split-button ul:before {
        display: none;
    }
    .om_backend_save_buttons .tl_submit_container .split-button li {
        margin-left: 5px;
    }
    .om_backend_save_buttons .tl_submit_container .split-button li button {
        padding: 7px 12px;
        border: 1px solid #aaa;
    }
    .om_backend_save_buttons .tl_submit_container .split-button > button[name=delete] {
        margin-left: 5px;
    }
    .om_backend_save_buttons .tl_submit_container > button[name=edit] {
        display: block;
        float: right;
        margin-left: 5px;
    }
    .om_backend_save_buttons .tl_submit_container .split-button > button[name=delete] + button + ul {
        right: 100%;
        left: auto;
    }
}


/***** backend fullwidth *****/

.om_backend_full_width #header .inner {
    max-width: none;
}
.om_backend_full_width #container {
    max-width: none;
}


/***** sysinfo *****/

.mod_sysinfo_packages {
    margin: 10px 15px 16px;
    padding: 2px 0;
}
.mod_sysinfo_packages .info {
    margin: 0 0 16px;
    padding: 7px 6px;
    background: #f6f6f6;
}
.mod_sysinfo_packages ul {
    columns: 3;
}
.mod_sysinfo_packages li {
    display: inline-block;
    width: 100%;
}
.mod_sysinfo_packages li:nth-child(even) {
    background: #e6e6e6;
}
.mod_sysinfo_packages li .package {
    display: flex;
    justify-content: space-between;
}
.mod_sysinfo_packages li .package div {
    padding: 7px 6px;
}
.mod_sysinfo_packages li .package .version {
    text-align: right;
}

.mod_sysinfo_database {
    margin: 10px 15px 16px;
    padding: 2px 0;
}
.mod_sysinfo_database th:nth-child(2),
.mod_sysinfo_database th:nth-child(3),
.mod_sysinfo_database td:nth-child(2),
.mod_sysinfo_database td:nth-child(3) {
    text-align: center;
}
.mod_sysinfo_database th:nth-child(4),
.mod_sysinfo_database th:nth-child(5),
.mod_sysinfo_database td:nth-child(4),
.mod_sysinfo_database td:nth-child(5) {
    text-align: right;
}

@media (max-width: 1399px) {
    .mod_sysinfo_packages ul {
        columns: 2;
    }
}
@media (max-width: 899px) {
    .mod_sysinfo_packages ul {
        columns: 1;
    }
}


/***** system informations *****/

body.om_backend_sysinfo a:link {
    background-color: inherit !important;
}

/***** add language to root pages *****/

.om_backend_language {
    font-weight: bold;
    vertical-align: middle;
}


/***** markdown viewer *****/

.mdv .content {
    position: relative;
    padding: 30px 15px;
}
.mdv .content .operations {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
}
.mdv .content h1 {
    padding: 0 0 0.5rem;
    font-size: 1.5rem;
}
.mdv .content h1:not(:first-of-type) {
    padding-top: 1rem;
}
.mdv .content h2 {
    padding: 0.5rem 0 0.375rem;
    font-size: 1.25rem;
}
.mdv .content h3 {
    padding: 0.5rem 0 0.25rem;
    font-size: 1rem;
}
.mdv .content h4 {
    padding: 0.5rem 0 0.25rem;
    font-size: 1rem;
}
.mdv .content p {
    line-height: 1.125rem;
}
.mdv .content a {
    color: #0f1c26;
    text-decoration: underline;
}
.mdv .content a:hover {
    color: #f47c00;
}
.mdv .content ul {
    padding: 0 0 1rem 2rem;
    list-style-type: square;
}
.mdv .content ul li {
    padding: 0.125rem 0;
    list-style-type: square;
}
.mdv .content pre {
    margin-bottom: 0.5rem;
    padding: 15px;
    background: #f9f9fb;
}
.mdv .content table {
    margin-bottom: 1rem;
    border: 1px solid black;
}
.mdv .content th {
    padding: 0.5rem 0.75rem;
    border: 1px solid black;
    background: #d9d9d9;
}
.mdv .content td {
    padding: 0.5rem 0.75rem;
    border: 1px solid black;
}
.mdv .content tr:nth-child(even) td {
    background: #f9f9fb;
}
th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
    display: inline-block;
    content: '';
    margin: 0 0 0 6px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #404040 transparent;
    visibility: hidden;
    opacity: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

th[aria-sort=descending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}
#picker-menu a.faqPicker{background-image:url(../../bundles/contaofaq/faq.svg)}
#picker-menu a.newsPicker{background-image:url(../../bundles/contaonews/news.svg)}
#picker-menu a.eventPicker{background-image:url(../../bundles/contaocalendar/calendar.svg)}

#tl_navigation .group-isotope {
    background: url(../../system/modules/isotope/assets/images/module.svg) 5px 1px no-repeat;
    background-size: 14px 14px;
}

.header_import_assets
{
    padding:2px 0 3px 20px;
    background-image:url("../../system/modules/isotope/assets/images/image--plus.png");
    background-position:left center;
    background-repeat:no-repeat;
}

.header_import_mail
{
    padding:2px 0 3px 20px;
    background-image:url("../../system/modules/isotope/assets/images/inbox-download.png");
    background-position:left center;
    background-repeat:no-repeat;
}

.tl_version_panel.tl_iso_products_panel #tl_version {
    float: right;
}

.header_iso_copy
{
    background-image:url(../../system/themes/flexible/icons/copy.svg);
    background-position:left center;
    background-repeat:no-repeat;
    padding:2px 0 3px 20px;
}

.header_iso_groups
{
    padding:2px 0 3px 20px;
    background-image:url("../../system/modules/isotope/assets/images/folders.png");
    background-position:left center;
    background-repeat:no-repeat;
}

.tl_iso_category_sorting {
    padding:3px 0 0 8px;
}

body.popup a[href*="table=tl_iso_attribute_option"].header_back {
    display: none;
}

.tl_mediamanager th,
.tl_mediamanager td
{
    padding: 2px 10px 0 0;
}

.tl_mediamanager td.col_0
{
    text-align: center;
    vertical-align: middle;
}

.tl_mediamanager input.tl_text_2
{
    width: 220px;
}

.tl_mediamanager textarea
{
    height: 40px;
    width: 250px;
}

.tl_mediamanager .radio_container span
{
    display: block;
}

.tl_mediamanager img {
    position: relative;
    top: 1px;
}

.tl_mediamanager .upload_container {
    margin-top: 8px;
}

.tl_mediamanager .qq-hide {
    display: none;
}

.tl_mediamanager .qq-upload-drop-area {
    width: 700px;
    padding: 56px 0;
    margin-bottom: 12px;
    text-align: center;
    border: 3px dashed #dbdbdb;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7;
    /** IE FIXES **/
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.tl_mediamanager .qq-upload-drop-area span {
    font-size: 16px;
    color: grey;
}

/* allow the box shadow of the submit button to be visible */
.tl_mediamanager .qq-upload-button {
    padding: 3px;
    margin: -3px;
}

.tl_mediamanager .qq-upload-button .tl_submit {
    display: inline-block;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 12px;
}

.tl_mediamanager .qq-upload-button:focus .tl_submit,
.tl_mediamanager .qq-upload-button:hover .tl_submit {
    box-shadow: 0 0 3px #aaa;
}

.tl_mediamanager .qq-edit-filename {
    display: none;
}

.tl_mediamanager .qq-upload-size {
    color: #b3b3b3;
}

.tl_mediamanager .qq-upload-list {
    margin: 8px 0 8px 16px;
}

.tl_mediamanager .qq-upload-list li {
    line-height: 14px;
    list-style-type: square;
}

.tl_mediamanager .qq-upload-success {
    color: #8ab858;
}

.tl_mediamanager .qq-upload-fail {
    color: #c55;
}

#ctrl_attributes tr:hover td,
#ctrl_variant_attributes tr:hover td,
#ctrl_address_fields tr:hover td {
    background-color: #EBFDD7;
}

table.multicolumnwizard {
    max-width: 663px;
}
table.multicolumnwizard .operations {
    white-space: nowrap;
}

.mod_iso_orderdetails .order_status {
    margin: 1em 0;
}

.mod_iso_orderdetails .info_container {
    float:left;
    width:200px;
    border: 1px dotted #ccc;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.mod_iso_orderdetails .info_container h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    height: auto;
}

.mod_iso_orderdetails table {
    margin-top: 20px;
    border-top: 1px dotted #ccc;
    width: 100%
}

.mod_iso_orderdetails tbody td {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    vertical-align: top
}

.mod_iso_orderdetails ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

.mod_iso_orderdetails li {
    margin-left: 10px;
    padding: 0;
    list-style-type: disc;
}

.mod_iso_orderdetails .price {
    text-align: right
}

.mod_iso_orderdetails tfoot td {
    text-align: right;
    padding: 5px 5px 0 5px;
}

.mod_iso_orderdetails .image_container img {
    max-width: 100px;
    height: auto;
}

.w50h {
    height: auto;
}

.hide_sort_hint .sort_hint {
    display: none;
}

.iso_filter {
    line-height: 28px;
    margin-left: 2%;
}

.iso_filter .tl_submit {
    margin: 3px 2px;
    padding: 0 10px;
}

.iso_filter .tl_submit.active {
    border: 1px solid #b8b8b8;
    background: #ffd;
}

.iso_filter .styled_select {
    margin-top: 4px;
}

.iso_listing_container th.col_images {
    font-size: 0;
    width: 60px;
}
.iso_listing_container td.col_images {
    height: 50px;
    text-align: center;
}

.tl_listing_container .col_order_status {
    padding: 0;
}

.tl_listing_container .col_order_status span {
    display: block;
    padding: 2px 5px 3px;
    border-radius: 2px;
}

.iso_operations a {
    display: inline-block;
    margin-bottom: 4px;
}

.tl_listing.picker .iso_operations a.show {
    margin-right: 24px;
}

.tl_productdata .tl_file {
    min-height: 36px;
}

.tl_productdata .tl_file .tl_left a,
.product_tree .tl_file .tl_left a
{
    float: left;
    margin-top: 10px;
}

.tl_productdata .tl_file .tl_left a.tl_tip,
.product_tree .tl_file .tl_left a.tl_tip
{
    float: none;
}

.tl_productdata .tl_file .tl_right,
.product_tree .tl_file .tl_right
{
    height: auto;
    text-align: right
}

.tl_productdata label,
.tl_productdata .tl_folder .tl_left
{
    line-height:18px;
}

.iso_product
{
    margin-top: 2px;
    margin-bottom: 2px;
    width: 500px;
    text-indent: 0;
}

.iso_product .thumbnail
{
    padding-right: 5px;
    float: left;
    width: 34px;
    height: 34px;
}

.iso_product ul
{
    margin-left: 34px;
}

.iso_product p
{
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.iso_product p span
{
    font-weight: normal;
}

.tree_view .iso_product a
{
    float: none;
    margin-top: 0;
}

h3.inherit,
.tl_checkbox_single_container.inherit
{
    background-color: #f8f8f8;
    padding: 2px 2px 2px 0;
    margin: 14px 0 1px 0
}

body.iso_be_overview .tip-wrap{
    margin-left: 30px !important;
    margin-top: 70px;
}

.be_iso_overview .tl_info {
    margin-top: 10px;
}

.be_iso_overview .item a {
    display:block;
    width:105px;
    height: 70px;
    margin: 15px 0;
    padding: 5px;
    border-radius: 5px;
    float:left;
    text-align: center;
}
.be_iso_overview .item a img {
    width: 64px;
    height: 64px;
}
.be_iso_overview .item a.disabled {
    pointer-events: none;
    cursor: default;
}
.be_iso_overview .item span {
    display: block;
    line-height: 1.2;
    margin-top: 5px;
}
.be_iso_overview .item a.disabled img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.be_iso_introduction .left {
    padding: 0 10px;
    background: #eff5fa;
    overflow: hidden;
}
.be_iso_introduction .left strong {
    color: #1899ad;
}
.be_iso_introduction .right {
    float: right;
    width: 250px;
    padding-left: 2%;
}
.be_iso_introduction .right img {
    display: block;
    margin-bottom: 2em;
}

@media(max-width:991px) {
    .be_iso_introduction .right {
        display: none;
    }
}

.iso_importassets li {
    list-style-type: inherit;
}

.tl_version_panel.tl_iso_products_panel:after {
    content: "";
    display: table;
    clear: both;
}

.tl_version_panel.tl_iso_products_panel #tl_language {
    float:left;
    margin-left:20px;
}

.mod_iso_orderdetails {
    margin: 2%;
}

.be_iso_overview .daily_summary {
    padding: 0 2%;
}

.iso_be_overview .item:nth-child(2) a {
    margin-left: 2%;
}

.tl_iso_category_sorting {
    padding:10px 0 0 8px;
}

.be_iso_introduction {
    margin: 2% 2% 0;
}

.be_iso_introduction h2 {
    margin: 1em 0;
}

.iso_panels .tl_subpanel {
    margin-left: 3%;
}

.iso_panels .tl_subpanel.tl_submit_panel {
    margin-left: 0;
}

.iso_panels .tl_select,
.iso_filter .tl_select {
    width: auto;
    margin-left: 3px;
}

.iso_panels .tl_text {
    margin-left: 3px;
    margin-right: 3px;
}

.iso_panels .radio_container {
    margin-top: 8px;
}

.iso_panels .tl_radio {
    margin-left: 8px;
    margin-right: 4px;
}

#ctrl_iso_rangeFields {
    max-width: none;
}
#ctrl_iso_rangeFields td:nth-child(1n) {
    width: 15%;
}
#ctrl_iso_rangeFields td:nth-child(2n),
#ctrl_iso_rangeFields td:nth-child(3n) {
    width: 30%;
}

#ctrl_iso_rangeFields td:nth-child(4n) {
    width: 10%;
}
#ctrl_iso_rangeFields td:nth-child(5n) {
    width: 10%;
}
#ctrl_iso_rangeFields td:nth-child(6n) {
    width: 5%;
}

.header_isotope-export{padding:2px 0 3px 20px;background-image:url(../../system/modules/isotope_export/assets/css/lightning.png);background-position:left center;background-repeat:no-repeat}#isotopetoolsmenu{display:none;position:absolute;z-index:99999999;background-color:#fff;border:1px solid #ccc;padding:3px 6px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#isotopetoolsmenu a{display:block;padding-top:3px;white-space:nowrap}#isotopetoolsmenu a.infobox{background-color:#eff5fa;border:1px solid #eff5fa;padding:3px 10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#444;margin-bottom:10px}#isotopetoolsmenu a.infobox h2,#isotopetoolsmenu a.infobox h3{font-size:.75rem;color:#444}#isotopetoolsmenu a.infobox strong{color:#1899ad}

