/* LOADER */

.csp-loader {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000ba;
    z-index: 99;
}

.csp-loader img {
    width: 100px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}


.csomagpont-settings-form .validation-messages {
    border: 1px solid red;
    font-weight: bold;
    border-radius: 5px;
    background-color: pink;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: black;
}

.csomagpont-settings-form [type="text"] {
    width: 500px;
}

.csomagpont-settings-form [type="number"] {
    width: 70px;
}

.csomagpont-settings-form .hidden {
    display: none;
}

.csomagpont-settings-form .invalid {
    border: 1px solid red;
    background-color: pink;
}

.column-group_code {
    width: 30px;
}

.column-group_code img {
    width: 20px;
}

.csomagpont-save-button {
    height: 25px;
    background-image: url(../images/csomagpont-save.png);
    background-color: transparent;
    border: 0;
    width: 25px;
    background-size: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}

.csomagpont-modal.container {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ba;
}

.csomagpont-modal.container.show {
    display: block;
}

.csomagpont-modal .content {
    padding: 25px;
    background: #FFF;
    margin: 12.5% auto;
    max-width: 450px;
    position: relative;
}

#csomagpont-footer {
    text-align: -webkit-right;
}

#csomagpont-footer #csomagpont-close {
    position: absolute;
    background: gray;
    color: #FFF;
    display: block;
    text-align: center;
    /* padding: 5px 15px; */
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

#csomagpont-footer #csomagpont-label {
    color: #aa7f3b;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

#csomagpont-footer #csomagpont-mpl-sending {
    color: #aa7f3b;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

#csomagpont-footer #csomagpont-signature {
    color: #48aa3b;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
}

.csomagpont-modal #package_log .row div {
    display: inline-block;
}

.csomagpont-modal #package_log {
    border: 1px solid #c2c2c2;
    background-color: #f6f6f6;
    border-radius: 5px;
    max-height: 260px;
    overflow: auto;
}

.csomagpont-modal #package_log :last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.csomagpont-modal #package_log .row {
    margin: 5px 0;
    display: block;
}

.csomagpont-modal #package_log .row .timestamp {
    font-weight: bold;
    width: 30%;
}

.csomagpont-modal #package_log h4 {
    margin: 0;
    background-color: #007bff;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    font-size: 1.1em;
}

.csomagpont-modal #package_info .content {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.csomagpont-modal #package_info .group_info .label {
    font-weight: bold;
}

.csomagpont-modal #package_log .row {
    padding: 5px;
    border-bottom: 1px solid #d6d6d6;
}

.csomagpont-modal #package_info .group_info {
    margin: 10px 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    background-position: calc(100% - 10px) 10px;
    background-repeat: no-repeat;
}

.csomagpont-modal h4 {
    margin: 0;
    margin-bottom: 10px;
}

/* Export gombok táblázat */ 

.post-type-shop_order table.wp-list-table {
    margin-top: 3em;
}

.tablenav.top.actions, .tablenav.top.tablenav-pages {
    position: relative;
    z-index: 2;
}

.csp-export-buttons button {
    margin-right: 10px!important;
    margin-top: 7px!important;
}

.packaging_unit .column-packaging_unit > input {
    max-width: 50px !important;
}

/* Tooltip container */
.tooltip {
    color: blue;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    border: 1px solid blue;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }