/**
 * Copyright © Webcrossing, All rights reserved
 * gregor@web-crossing.eu
 * Gregor Isser
 */

.admin__menu .level-0.item-webcrossing > a:before {
    content: "";
    background: url('../images/icon-webcrossing-default.png') no-repeat;
    background-size: 23px 23px;
    background-position: center center;
}

.admin__menu .level-0.item-webcrossing:hover > a:before {
    content: "";
    background: url('../images/icon-webcrossing-hover.png') no-repeat;
    background-size: 23px 23px;
    background-position: center center;
}

.admin__menu .level-0.item-webcrossing .submenu .column:only-of-type .submenu-group-title {
    display:block;
}

.admin__field .group {
    position: static;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border-bottom: 1px solid #cac3b4;
    margin: 0;
}

.admin__field .group label {
    color: #303030;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 7px 0 10px;
    display: inline-block;
}

.admin__field .image-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.admin__field .image-info img {
    border: 1px solid #adadad;
    border-radius: 1px;
    margin-top:20px;
    max-width:200px;
    width:100%;
}

#preview_iframe {
    height:2000px;
}

/* https://github.com/magento/magento2/issues/36499 */
._has-datepicker + .ui-datepicker-trigger {
    font-size:0;
}