:root {
    --color-success: #5cb85c;
    --color-success-hover: #4baa4b;
    --color-success-light: #c4eec6;
    --color-success-dark: #1e801e;
    --color-warning-light:  #fff3cd;
    --color-warning: #ffa136;
    --color-danger: #ed1a23; 
    --color-info-light: #e0ebfd;
    --color-info: #3875d7;
    --color-info-hover: #2E61B3;
    --color-danger-hover: #C62929;
    --color-default: #555;
    --color-error-msg: #FFBABA;
    --color-dark: #222;
    --color-light: #eee;
    --color-mask: #888;
    --color-light-hover: #ddd;
    --color-super-light: #f9f9f9;
    --highlight-color: #E0EBFD;
    --truncate-text-lines: 2;
    --content-viewport-width: 1380px;
}


a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;


  background-color: #fff;
}

ul {
	padding: 0;
	margin: 0;
    list-style: none;
}

code {
    color: var(--color-dark);
    background-color: rgb(0 0 0 / 7%);
    border-radius: 4px;
    padding: 2px 4px;
}

#container {
    width: 1050px;
    margin: 0px auto 30px;
    background: #fff;
}

.message {
    position: relative;
    padding: 1px;
    margin-bottom: 10px;
}

.message h2 {
    position: relative;
    font-size: 16px;
    padding: 20px 20px 20px 45px;
    font-weight: normal;
}

.message h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.message-error h2::before {
    mask-image: url(/images/update/icons/error-alert.svg);
    background-color: var(--color-danger-hover);
}

.message-success h2::before {
    mask-image: url(/images/update/icons/check-alert.svg);
    background-color: var(--color-success-dark);
}

.message-warning h2::before {
    mask-image: url(/images/update/icons/warning-alert.svg);
    background-color: var(--color-default);
}

.message-info h2::before {
    mask-image: url(/images/update/icons/info-alert.svg);
    background-color: var(--color-default);
}

.message-success {
    background-color: var(--color-success-light);
    color: var(--color-success-dark);
}

.message-warning {
    background-color: var(--color-warning-light);
    color: var(--color-default);
}

.message-error {
    background-color: var(--color-error-msg);
    color: var(--color-danger-hover);
}

.message-info {
    background-color: var(--color-info-light);
}

.form-error .field input,
.form-error .field select,
.form-error .field textarea {
    background-color: #FFF4F2;
    border-color: #F3C0C0 !important;
}

.form-error .field::after {
    content: attr(data-error);
    display: block;
    color: var(--color-danger-hover);
}

.form-errors h2 p {
    margin: 0;
    padding: 0;
}

.message-error h2 {
    color: var(--color-danger-hover);
}

.message-error dd {
    margin: 0;
}

.message-error dl {
    padding: 15px;
    margin: 0px;
    background: #FFF4F2;
    line-height: 1.4;
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    color: var(--color-default);
}

.message-error dt {
    width: fit-content;
    font-weight: bold;
}

.form-errors h2 p + p {
    margin-top: 1em;
}

.clear
{
    clear: both;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}

.modal-window {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: min-content;
    min-width: 600px;
    background-color: #fff;
    padding: 20px;
}

.tippy-box {
    text-align: center;
    background-color: rgba(220, 220, 220, 0.95) !important;
    border-radius: 0;
    padding: 5px;
    color: inherit;
  }
  
.tippy-box .tippy-content a {
    color: #ff0004 !important;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
    border-top-color:rgba(220, 220, 220, 0.95);
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: rgba(220, 220, 220, 0.95);
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
    border-left-color: rgba(220, 220, 220, 0.95);
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
    border-right-color: rgba(220, 220, 220, 0.95);
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/**
* Horizontal List
*/
.horizontal_list
{
    background: #2d2d2d;
    padding: 0;
    margin-top: 10px;
}

.horizontal_list li.simple
{
    border-right:1px solid #ccc;
}

.horizontal_list li.simple:first-child, .horizontal_list li.selected:first-child
{
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
}

.font_small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    line-height: 12px;
}

.font_normal
{

    font-size: 12px;
    color: #555;
    line-height: 18px;
    padding-top:3px;
}

.horizontal_list a {

    display: block;
    float: left;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    min-height: 25px;
    border: none;
    color: #fff;
    padding: 15px 10px;
    opacity: 0.75;
}

.horizontal_list a:hover
{
    text-decoration: none;
    opacity: 1;
    color: #fff;
}

.checkbox {
    display: inline-flex;
    gap: 5px;
    user-select: none;
}

#home
{
    padding: 11px 30px 14px 50px;
    opacity: 1;
}

.horizontal_list
        li.selected {
            font-weight:bold;
            border-right:1px solid #ccc;
        }


/**
* Main navigation
*/
#container
    .horizontal_list
        li {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }


/**
* Layout frame
*/

.indicator
{
    width: 16px;
    height: 16px;
    z-index: 900;
    background: url(/images/update/red/icons/indicator.gif?v2) no-repeat 0 0;
}

#container .horizontal_list
        li.clear_item
        {
            float: none;
            clear: both;
            font-size: 0px;
            line-height: 0%;
            margin: 0;
            padding: 0;
            border: none;

        }
.st_admin_action_more
{
  background: url(/images/update/sf_admin/more.png) no-repeat 3px 2px;
  border-right: 4px solid #8a4b00 !important;
}

.auth_links
{
    float: right;
    padding-right: 12px;
}

.horizontal_list .auth_links a {
    margin-left: 15px;
    margin-right: 0px !important;
}

.auth_links a
{
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 30px;
}

.auth_links a:hover
{
    text-decoration: none;
    color: #fff;
}

.auth_links a:before
{
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-size: contain;
    display: inline-block;
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
}

.auth_links .logout:before
{
    -webkit-mask-image: url(/images/backend/icons/svg/logout.svg?v=2);
    mask-image: url(/images/backend/icons/svg/logout.svg?v=2);
    height: 20px;
    width: 20px;
    top: 17px;
}

.auth_links .backend a:before
{
    -webkit-mask-image: url(/images/backend/icons/svg/settings.svg?v=2);
    mask-image: url(/images/backend/icons/svg/settings.svg?v=2);
}

.auth_links .frontend a:before
{
    -webkit-mask-image: url(/images/backend/icons/svg/globe.svg?v=2);
    mask-image: url(/images/backend/icons/svg/globe.svg?v=2);
}

#reconfigure_db
{
    display: inline-block;
}

#st-post-update-message-container .st-post-update-message {
    display: none;
}

#st-post-update-message-container .st-post-update-message.current {
    display: block;
}

#st-post-update-message-container li.backup-code {
    width: 80px;
    padding: 5px 10px;
    background: #eee;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#st-post-update-message-container li.backup-code + li.backup-code {
    margin-top: 10px;
}

#st-post-update-message-container .st_admin-actions {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}