/*!
 * jQuery UI - v1.10.4 - 2014-03-20
 * http://jqueryui.com
 * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.theme.css, jquery.ui.tabs.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT
 * 
 * @package Awesome Responsive Photo Gallery - v1.2.2 - 29 July, 2026
 * @author Realwebcare
 * @link https://www.realwebcare.com/
 */

/* Layout helpers
----------------------------------*/
#add_new_gallery .ui-helper-hidden {
    display: none;
}
#add_new_gallery .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#add_new_gallery .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
#add_new_gallery .ui-helper-clearfix:before, #add_new_gallery .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
#add_new_gallery .ui-helper-clearfix:after {
    clear: both;
}
#add_new_gallery .ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}
#add_new_gallery .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
#add_new_gallery .ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
#add_new_gallery .ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
#add_new_gallery .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
#add_new_gallery .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#add_new_gallery .ui-accordion .ui-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    color: #333333;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-height: 54px;
    transition: all 0.3s ease;
    z-index: 2;
}
#add_new_gallery .ui-accordion .ui-accordion-header.ui-state-active {
    background: #4caf50;
    color: #ffffff;
    border: none !important;
    /* Override theme active state */
}

/* Hide default jQuery UI icons */
#add_new_gallery .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none !important;
}

/* Plus/Minus Icon Block */
#add_new_gallery .ui-accordion .ui-accordion-header::after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    align-self: stretch;
    background: #4caf50;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.3s ease;
}
#add_new_gallery .ui-accordion .ui-accordion-header.ui-state-active::after {
    content: "-";
    background: #ffffff;
    color: #4caf50;
}

#add_new_gallery .ui-accordion .ui-accordion-content {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 24px;
    border: none;
    border-top: 0;
    overflow: visible;
}
#add_new_gallery .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* Component containers
----------------------------------*/
#add_new_gallery .ui-widget {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1em;
}
#add_new_gallery .ui-widget .ui-widget {
    font-size: 1em;
}
#add_new_gallery .ui-widget input, #add_new_gallery .ui-widget select, #add_new_gallery .ui-widget textarea, #add_new_gallery .ui-widget button {
    font-family: inherit;
    font-size: 14px;
}
#add_new_gallery .ui-widget-content {
    color: #1e1b1d;
}
#add_new_gallery .ui-widget-content a {
    color: #1e1b1d;
}
#add_new_gallery .ui-widget-header {
    border: 1px solid #d49768;
    background: #cb842e;
    color: #ffffff;
    font-weight: bold;
}
#add_new_gallery .ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
#add_new_gallery .ui-state-default, #add_new_gallery .ui-widget-content .ui-state-default, #add_new_gallery .ui-widget-header .ui-state-default {
    font-weight: 700;
    color: #333;
}
#add_new_gallery .ui-state-hover, #add_new_gallery .ui-widget-content .ui-state-hover, #add_new_gallery .ui-widget-header .ui-state-hover, #add_new_gallery .ui-state-focus, #add_new_gallery .ui-widget-content .ui-state-focus, #add_new_gallery .ui-widget-header .ui-state-focus {
    color: #333;
}
#add_new_gallery .ui-state-active, #add_new_gallery .ui-widget-content .ui-state-active, #add_new_gallery .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    /* background: #EEEEEE !important; */
    color: #333;
}

/* Icons
----------------------------------*/
/* states and images */
#add_new_gallery .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-widget-content .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-widget-header .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-state-default .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-state-hover .ui-icon, #add_new_gallery .ui-state-focus .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-state-active .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-state-highlight .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
#add_new_gallery .ui-state-error .ui-icon, #add_new_gallery .ui-state-error-text .ui-icon {
    background-image: url(../images/awrpg-buttons.png);
}
/* positioning */
#add_new_gallery .ui-icon-triangle-1-e {
    background-position: -451px -43px;
}
#add_new_gallery .ui-icon-triangle-1-s {
    background-position: -451px -93px;
}
/* Overlays */
#add_new_gallery .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
#add_new_gallery .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

/* Tabs */
#settinggallerydiv_old .ui-helper-hidden {
    display: none;
}
#settinggallerydiv_old .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#settinggallerydiv_old .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
#settinggallerydiv_old .ui-helper-clearfix:before,
#settinggallerydiv_old .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
#settinggallerydiv_old .ui-helper-clearfix:after {
    clear: both;
}
#settinggallerydiv_old .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}
#settinggallerydiv_old .ui-front {
    z-index: 100;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
#settinggallerydiv_old .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#settinggallerydiv_old .ui-tabs {
    position: relative;
    padding: 1.5em;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 .5em;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .7em 1em;
    text-decoration: none;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#settinggallerydiv_old .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#settinggallerydiv_old .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
#settinggallerydiv_old .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
#settinggallerydiv_old .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/* Component containers
----------------------------------*/
#settinggallerydiv_old .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#settinggallerydiv_old .ui-widget .ui-widget {
    font-size: 1em;
}
#settinggallerydiv_old .ui-widget input,
#settinggallerydiv_old .ui-widget select,
#settinggallerydiv_old .ui-widget textarea,
#settinggallerydiv_old .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
#settinggallerydiv_old .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
#settinggallerydiv_old .ui-widget-content {
    border: 1px solid #dddddd;
    /* background: #ffffff; */
    color: #333333;
}
#settinggallerydiv_old .ui-widget-content a {
    color: #333333;
}
#settinggallerydiv_old .ui-widget-header {
    background: #fff;
    border-bottom: 1px solid #195281;
    color: #333333;
    font-weight: bold;
    border-radius: 0;
}
#settinggallerydiv_old .ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
#settinggallerydiv_old .ui-state-default,
#settinggallerydiv_old .ui-widget-content .ui-state-default,
#settinggallerydiv_old .ui-widget-header .ui-state-default,
#settinggallerydiv_old .ui-button,
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
#settinggallerydiv_old html .ui-button.ui-state-disabled:hover,
#settinggallerydiv_old html .ui-button.ui-state-disabled:active {
    border: 1px solid #195281;
    background: #2271b1;
    font-weight: 600;
    color: #5f5f5f;
}
#settinggallerydiv_old .ui-state-default a,
#settinggallerydiv_old .ui-state-default a:link,
#settinggallerydiv_old .ui-state-default a:visited,
#settinggallerydiv_old a.ui-button,
#settinggallerydiv_old a:link.ui-button,
#settinggallerydiv_old a:visited.ui-button,
#settinggallerydiv_old .ui-button {
    color: #ffffff;
    text-decoration: none;
}
#settinggallerydiv_old .ui-state-hover,
#settinggallerydiv_old .ui-widget-content .ui-state-hover,
#settinggallerydiv_old .ui-widget-header .ui-state-hover,
#settinggallerydiv_old .ui-state-focus,
#settinggallerydiv_old .ui-widget-content .ui-state-focus,
#settinggallerydiv_old .ui-widget-header .ui-state-focus,
#settinggallerydiv_old .ui-button:hover,
#settinggallerydiv_old .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: 600;
    color: #2b2b2b;
}
#settinggallerydiv_old .ui-state-hover a,
#settinggallerydiv_old .ui-state-hover a:hover,
#settinggallerydiv_old .ui-state-hover a:link,
#settinggallerydiv_old .ui-state-hover a:visited,
#settinggallerydiv_old .ui-state-focus a,
#settinggallerydiv_old .ui-state-focus a:hover,
#settinggallerydiv_old .ui-state-focus a:link,
#settinggallerydiv_old .ui-state-focus a:visited,
#settinggallerydiv_old a.ui-button:hover,
#settinggallerydiv_old a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
#settinggallerydiv_old .ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
#settinggallerydiv_old .ui-state-active,
#settinggallerydiv_old .ui-widget-content .ui-state-active,
#settinggallerydiv_old .ui-widget-header .ui-state-active,
#settinggallerydiv_old a.ui-button:active,
#settinggallerydiv_old .ui-button:active,
#settinggallerydiv_old .ui-button.ui-state-active:hover {
    border: 1px solid #195281;
    background: #ffffff;
    font-weight: 600;
    color: #000;
}
#settinggallerydiv_old .ui-icon-background,
#settinggallerydiv_old .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
#settinggallerydiv_old .ui-state-active a,
#settinggallerydiv_old .ui-state-active a:link,
#settinggallerydiv_old .ui-state-active a:visited {
    color: #000;
    text-decoration: none;
}

/* Tabs — Premium UI */
#settinggallerydiv .ui-helper-hidden {
    display: none;
}
#settinggallerydiv .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#settinggallerydiv .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
#settinggallerydiv .ui-helper-clearfix:before,
#settinggallerydiv .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
#settinggallerydiv .ui-helper-clearfix:after {
    clear: both;
}
#settinggallerydiv .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
#settinggallerydiv .ui-front {
    z-index: 100;
}

/* Overlays */
#settinggallerydiv .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#settinggallerydiv .ui-tabs {
    position: relative;
    padding: 0;
}
#settinggallerydiv .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #e2e8f0;
    background: transparent;
}
#settinggallerydiv .ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    top: 0;
    left: 18px;
    margin: 0 3px;
    padding: 0;
    min-width: 130px;
    text-align: center;
    border-bottom-width: 0;
    white-space: nowrap;
}
#settinggallerydiv .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}
#settinggallerydiv .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px;
    padding-bottom: 0;
}
#settinggallerydiv .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#settinggallerydiv .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#settinggallerydiv .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
#settinggallerydiv .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
#settinggallerydiv .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 0 4px 0 #cccccc;
}

/* Component containers */
#settinggallerydiv .ui-widget {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1em;
}
#settinggallerydiv .ui-widget .ui-widget {
    font-size: 1em;
}
#settinggallerydiv .ui-widget input,
#settinggallerydiv .ui-widget select,
#settinggallerydiv .ui-widget textarea,
#settinggallerydiv .ui-widget button {
    font-family: inherit;
    font-size: 1em;
}
#settinggallerydiv .ui-widget.ui-widget-content {
    border: none;
}
#settinggallerydiv .ui-widget-content {
    border: none;
    background: transparent;
    color: #1e293b;
}
#settinggallerydiv .ui-widget-content a {
    color: #1e293b;
}
#settinggallerydiv .ui-widget-header {
    background: transparent;
    border-bottom: 2px solid #e2e8f0;
    color: #1e293b;
    font-weight: bold;
    border-radius: 0;
}
#settinggallerydiv .ui-widget-header a {
    color: #64748b;
}

/* Interaction states — Tab default (inactive) */
#settinggallerydiv .ui-state-default,
#settinggallerydiv .ui-widget-content .ui-state-default,
#settinggallerydiv .ui-widget-header .ui-state-default,
#settinggallerydiv .ui-button,
#settinggallerydiv html .ui-button.ui-state-disabled:hover,
#settinggallerydiv html .ui-button.ui-state-disabled:active {
    border: none;
    border-bottom: 2px solid #c7d2fe;
    background: rgba(99, 102, 241, 0.1);
    font-weight: 600;
    color: #64748b;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
}
#settinggallerydiv .ui-state-default a,
#settinggallerydiv .ui-state-default a:link,
#settinggallerydiv .ui-state-default a:visited,
#settinggallerydiv a.ui-button,
#settinggallerydiv a:link.ui-button,
#settinggallerydiv a:visited.ui-button,
#settinggallerydiv .ui-button {
    color: #64748b;
    text-decoration: none;
}

/* Hover state */
#settinggallerydiv .ui-state-hover,
#settinggallerydiv .ui-widget-content .ui-state-hover,
#settinggallerydiv .ui-widget-header .ui-state-hover,
#settinggallerydiv .ui-state-focus,
#settinggallerydiv .ui-widget-content .ui-state-focus,
#settinggallerydiv .ui-widget-header .ui-state-focus,
#settinggallerydiv .ui-button:hover,
#settinggallerydiv .ui-button:focus {
    border: none;
    border-bottom: 2px solid #c7d2fe;
    background: rgba(99, 102, 241, 0.04);
    font-weight: 600;
    color: #4f46e5;
}
#settinggallerydiv .ui-state-hover a,
#settinggallerydiv .ui-state-hover a:hover,
#settinggallerydiv .ui-state-hover a:link,
#settinggallerydiv .ui-state-hover a:visited,
#settinggallerydiv .ui-state-focus a,
#settinggallerydiv .ui-state-focus a:hover,
#settinggallerydiv .ui-state-focus a:link,
#settinggallerydiv .ui-state-focus a:visited,
#settinggallerydiv a.ui-button:hover,
#settinggallerydiv a.ui-button:focus {
    color: #4f46e5;
    text-decoration: none;
}
#settinggallerydiv .ui-visual-focus {
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.25);
}

/* Active state (selected tab) */
#settinggallerydiv .ui-state-active,
#settinggallerydiv .ui-widget-content .ui-state-active,
#settinggallerydiv .ui-widget-header .ui-state-active,
#settinggallerydiv a.ui-button:active,
#settinggallerydiv .ui-button:active,
#settinggallerydiv .ui-button.ui-state-active:hover {
    border: none;
    border-bottom: 2px solid #4f46e5;
    background: #4f46e5;
    font-weight: 600;
    color: #ffffff;
}
#settinggallerydiv .ui-state-active a,
#settinggallerydiv .ui-state-active a:link,
#settinggallerydiv .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
#settinggallerydiv .ui-icon-background,
#settinggallerydiv .ui-state-active .ui-icon-background {
    border: none;
    background-color: transparent;
}
#settinggallerydiv .ui-state-active a,
#settinggallerydiv .ui-state-active a:link,
#settinggallerydiv .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}