/**
 * All of the CSS for your admin-specific functionality should be included in this file.
 */
.ipytw_bold {
    font-weight: 700;
}

#ipytw_wrap .ipytw-postbox a,
#ipytw_wrap .ipytw-postbox a:visited {
    color: #ff5301;
    text-decoration: underline
}

#ipytw_wrap .ipytw-postbox a:hover {
    color: #cd4200;
    text-decoration: none
}

#ipytw_wrap th,
#ipytw_wrap td {
    vertical-align: top;
    padding: 20px 10px 20px 10px;
}

.ipytw_label {
    padding: 26px 10px 8px 0 !important;
    display: inline-block;
    color: #23282d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;

}

/* Нечетные строки */
#ipytw_wrap table tbody tr:nth-child(odd) {
    background: auto;
}

/* Четные строки */
#ipytw_wrap table tbody tr:nth-child(even) {
    background: rgba(220, 220, 222, .3);
}

.ipytw_th label {
    color: #23282d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.ipytw_th p,
.ipytw_td p {
    font-weight: 600;
    margin: 2px 0 5px;
    color: #646970;
}

.ipytw_select {
    width: 100%;
    align-items: center;
    background: #fdfdff;
    border: 1px solid #c2c2c5 !important;
    border-radius: 4px;
    height: 36px;
    position: relative;
    font-size: 25px;
}

.ipytw_input {
    width: 100%;
    align-items: center;
    background: #fdfdff;
    border: 1px solid #c2c2c5;
    border-radius: 4px;
    height: 36px;
    position: relative;
    padding: 0 8px;
}

.ipytw_textarea {
    width: 100%;
    align-items: center;
    background: #fdfdff;
    border: 1px solid #c2c2c5;
    border-radius: 4px;
    min-height: 72px;
    position: relative;
    padding: 5px 8px;
}

.ipytw_input::placeholder,
.ipytw_textarea::placeholder {
    color: #ccc;
    font-style: italic;
}

#ipytw_wrap .meta-box-sortables input[type="number"] {
    width: 100% !important;
}

#ipytw_wrap .woocommerce table.form-table input[type="text"],
#ipytw_wrap .woocommerce table.form-table input[type="number"] {
    max-width: 100% !important;
}

.ipytw_notice {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ipytw_uppercase {
    text-transform: uppercase;
}

input.pw {
    -webkit-text-security: disc;
}

.ipytw_banner {
    max-width: 100%;
}