@import url('fonts.css');

/* Primary theme colors */
/*:root {
    --primary-theme-color: #223651;
    --secondary-theme-color: #708EA5;
    --highlight-theme-color: #DDE5EA;
}*/

.body_bg {
    background: none;
}

#navTopNav {
    background: #eaebed;
    /*background: red;*/
    height: 30px;
    position: relative;
}

#navTopNav > td.border {
    border-bottom: 1px solid #ddd;
}

#headerLogo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    border-bottom: none !important;
    background: none;
    z-index: 89;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:hover,
#supportLink:link, #supportLink:visited, #supportLink:hover {
    font-size: 14px;
    font-family: "MuseoSans 500", Arial, sans-serif;
    color: #344f6a;
    font-weight: normal;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.ver_flyout a:hover,
#navTopRight .ver_flyout #supportLink:hover{
    color: #f4f4f4;
    background-color: #2e3e52;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.ver_flyout :hover > a {
    color: #f4f4f4;
    background-color: #2e3e52;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ver_flyout a, .ver_flyout a:visited {
    display: block;
    float: left;
    height: 100%;
    text-decoration: none;
    padding: 0 5px 0 5px;
    z-index: 1000;
}

.ver_flyout ul ul a:hover, .ver_flyout ul ul :hover > a, .ver_flyout ul ul ul a:hover, .ver_flyout ul ul ul :hover > a {
    color: #FFF;
    background-color: #2e3e52;
}

.ver_flyout ul li:not(:first-child) > a.topmenusub:hover {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #FFF;
}

.ver_flyout ul li:first-child > a.topmenusub:hover {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

li:last-child > a.topmenusub {
    border-bottom: 1px solid #d3d6db;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

li:first-child > a.topmenusub {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #d3d6db;
}

a.topmenusel:link, a.topmenusel:visited {
    background-color: #2e3e52;
    color: #f4f4f4;
    font-weight: normal;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.ver_flyout ul li {
    float: left;
    height: 2em;
    line-height: 2em;
    z-index: 1000;
    margin-right: 12px;
}

#navTopRight a.topmenu {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#navTopRight a.topmenu:link, #navTopLeft a.topmenu:visited {
    color: #069;
}
#navTopRight a.topmenu span {
    color: #069;
}

#navTopRight {
    float: right;
}

#navTopRight > div, #navTopRight > select {
    float: left;
}

#navTopRight .ver_flyout a.topmenu:hover, #navTopRight .ver_flyout li.active a.topmenu {
    color: #344f6a;
    background-color: #FFF;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid #d3d6db;
    border-top: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

#navTopRight .ver_flyout :hover > a {
    color: #FFF;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#navTopRight a.topmenusel {
    background-color: #FFF;
}

#navTopRight ul ul li a {
    padding: 0.6em 0.6em 0.3em 1em;
}

#navActions ul ul {
    right: 0;
    left: auto;
}

#navActions ul ul ul {
    right: 100%;
    left: auto;
}

#navActions {
    padding-left: 12px;
}

#navTopSub {
    background-color: #2e3e52;
    height: 30px;
    position: relative;
    font-family: Arial, sans-serif !important;
}

a.submenu:link, a.submenu:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    border: none;
}

a.submenusel:link, a.submenusel:visited, a.submenu:hover {
    background-color: #FFF;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

li.active > a.submenu {
    background-color: #FFF;
    color: #333;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

span.event-title {
    font-family: Arial, sans-serif !important;
    display: inline-block;
    float: left;
    color: #CCC;
    padding-right: 10px;
    padding-top: 3px;
}

#navActions a.topmenu > span, #navActions a.topmenu > img {
    float: left;
}

#navActions > ul > li > ul {
    z-index: -1;
}

#navActions > ul > li:hover {
    border-bottom: 0;
    background-color: #FFF;
}

#navTopNav img.icon {
    width: 16px;
    height: 16px;
    padding: 4px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
    /*filter: alpha(opacity=50);*/
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    border: none;
}

#navTopNav li.active a.topmenu img.icon, #navTopNav a.topmenu.topmenusel img.icon {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    /*filter: alpha(opacity=100);*/
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

img.icon.suffix {
    position: relative;
    padding: 5px 0 0 0;
}

a > img.icon.arrow {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0.5em;
}

#navTopRight a > img.icon.arrow {
    left: 0;
}

#navTopRight .ver_flyout ul li:first-child > a.topmenusub {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-top: 1px solid #d3d6db;
}

.body_footer {
    background: #212933 none;
    color: #f4f4f4;
    height: 30px;
}

.body_footer > table {
    width: 100%;
    border: 0;
    height: 30px;
}

.body_footer img.icon {
    padding: 0 10px 0 10px;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
}

.body_footer * {
    color: #ccc;
    font-family: Arial, sans-serif !important;

}

.body_footer label {
    font-size: 14px;
    padding-right: 10px;
}

.body_footer td > .footer-right {
    color: #ccc;
    padding: 2px 10px 2px 10px;
    margin: 3px 0 3px 0;
    position: absolute;
    top: 2px;
    right: 0;
    border-left: 1px solid #ccc;
}

.body_footer .footer-right a {
    color: #ccc;
    text-decoration: underline;
}

.body_footer .footer-right a:hover {
    color: #ccc;
}

.ver-flyout-inversed * {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ver-flyout-inversed {
    display: inline-block;
    position: relative;
    top: 2px;
}

.ver-flyout-inversed span {
    display: block;
    text-decoration: none;
    color: #ссс;
    cursor: pointer;
}

.ver-flyout-inversed span:hover {
    background: #ссс;
    color: #2e3e52;
}

.ver-flyout-inversed > ul > li:hover > span {
    color: #2e3e52;
}

.search-type-hover {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px #FFF;
    border-bottom: 1px solid #d3d6db;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
    background: #FFF;
    color: #2e3e52;
}

.ver-flyout-inversed ul li ul li:hover span, .ver-flyout-inversed ul li ul li:hover {
    color: #FFF;
    background-color: #2e3e52;
}

.ver-flyout-inversed ul li ul li {
    width: 140px;
    border: none;
    color: #f4f4f4;
    padding: 3px;
    z-index: 1;
    background-color: #FFF;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

.ver-flyout-inversed ul li ul li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #d3d6db;
    border-left: 1px solid #d3d6db;
    border-right: 1px solid #d3d6db;
}

.ver-flyout-inversed ul li ul li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.ver-flyout-inversed ul li ul li span {
    padding: 3px;
    color: #2e3e52;
}

.ver-flyout-inversed ul li {
    float: left;
    padding-right: 10px;
}

.ver-flyout-inversed ul li span {
    padding: 3px;
}

.ver-flyout-inversed li {
    position: relative;
    float: left;
}

.ver-flyout-inversed ul li ul, .ver-flyout-inversed:hover ul li ul, .ver-flyout-inversed:hover ul li:hover ul li ul {
    display: none;
    list-style-type: none;
    width: 140px;
}

.ver-flyout-inversed > ul > li:hover > ul {
    position: absolute;
    bottom: 100%;
    z-index: 1;
    left: -1px;
}

.ver-flyout-inversed > ul > li > img.icon-arrow {
    float: left;
    height: 14px;
    margin-top: 5px;
}

.ver-flyout-inversed > ul > li > img.inverted, .ver-flyout-inversed > ul > li:hover > img.normal {
    display: block;
}

.ver-flyout-inversed span.selected {
    color: #999;
}

.ver-flyout-inversed > ul > li > ul > li > span {
    color: var(--secondary-theme-color);
}

.body_footer input {
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    padding: 2px;
    border: 1px solid #f0f0f0;
}

#multiSelect input.submit {
    margin-top: 10px;
}

.body_footer input:focus {
    background-color: #FFF;
    color: #333;
    border: 1px solid #ddd;
}

#search {
    position: relative;
}

td.search-cell {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #212933;
    border: 0;
    padding: 2px 2px 2px 2px;
}

.coat {
    background: #FFF !important;
}


.main_search_results_container {
    background: #FFF;
    position: relative;
}

.popup_head img.icon {
    width: 16px;
    cursor: pointer;
    position: relative;
    top: auto;
    padding: 0;
    text-align: right;
}

.popup_head td {
    text-align: right;
}

.popup_head td:first-child {
    text-align: left;
}

#main_search_results {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
}

#main_search_results td {
    cursor: pointer;
}

#main_search_results tr:not(:last-child) > td {
    border-bottom: 1px dotted #ddd;
}

#main_search_results td:hover, #main_search_results td:hover > span {
    background: var(--secondary-theme-color);
    color: #f0f0f0;
}

#main_search_results .event-id {
    color: #666;
}

#main_search_results .event-name {
    color: #333;
}

#search_suggestions_outer .pagination {
    background: #EEE;
}

#search_suggestions_outer .pagination:hover * {
    background: #EEE;
}

#search_suggestions_outer .pagination td {
    color: #000;
    text-align: center;
}

#search_suggestions_outer .pagination td:first-child {
    text-align: left;
}

#search_suggestions_outer .pagination td:last-child {
    text-align: right;
}

.pagination img.icon {
    padding: 0;
    width: 16px;
    height: 16px;
}

.pagination .line {
    display: block;
}

.pagination .line .h2 {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -4px;
    display: block;
}

.pagination .line .h2 span {
    background-color: #EEE;
    position: relative;
    top: 6px;
    padding: 0 10px;
    color: #000;
}

#search_suggestions_outer .no-results > td {
    color: #000;
    text-align: center;
    cursor: auto;
}

#search_suggestions_outer .no-results:hover > td {
    background: #f7f7f7;
}

.accountSel {
    border-bottom: 1px dotted #ddd;
    padding: 3px;
}

.accountSel img.icon, .search-box img.icon {
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0;
}

#innerAccountSel {
    background: #FFF;
}

.bleed-item {
    background-color: #FFF;
    color:#000;
    border-bottom: none;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 8px!important;
    padding-right: 8px!important;
    margin-right: 8px!important;
}

.hidden_label { position: absolute !important;clip: rect(1px 1px 1px 1px); /* IE6, IE7 */  clip: rect(1px, 1px, 1px, 1px); }

/* RFP question editor */
#questions_99 > table {
    position: relative;
}
#questions_99 > table tr:before {
    content: "#";
    position: absolute;
    left: 15px;
    top: 10px;
}
#questions_99 > table td:first-child {
    padding-left: 45px;
}
.rfp-questions-list {
    counter-reset: question-counter;
    position: relative;
}
.rfp-questions-list li .handle {
    padding-left: 45px;
}
.rfp-questions-list li {
    position: relative;
}
.rfp-questions-list li:before {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    content: counter(question-counter);
    counter-increment: question-counter;
}
/* END RFP question editor */
table#additional-travel-table {
    text-align:left;
    border-radius:4px 4px 0 0;
    overflow:hidden;
    margin-top:5px;
    border:1px solid #cacaca;
    color:#333;
    width:100%;
    background:#fff;
}

table#additional-travel-table thead {
    background:#cacaca;
}

table#additional-travel-table td, table#additional-travel-table th {
    padding:7px;
    vertical-align:top;
    line-height:133%;
}

table#additional-travel-table td.flight {
    font-size:13px;
    line-height:110%;
}

table#additional-travel-table td span {
    font-style:italic;
}

table#additional-travel-table tr.label td {
    background:#f0f0f0;
    margin:0;
    border:none;
    font-weight:bold;
    color:#777;
}


table.sessioneditortable tr td {
     width: 25%;
     border-bottom: 1px solid #ccc;
     padding: 4px;
 }

table.sessioneditortable tr td:first-child {
    width: 50%;
    border-left: 1px solid #ccc;
}

table.sessioneditortable tr td:last-child {
    border-right: 1px solid #ccc;
}

table.sessioneditortable tr.labels td {
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.alertError{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius:5px;
    margin:10px;
    padding:10px;
}

/* Session/Speaker Import Button Design */
label.uploadicon {
    position: relative;
}
label.uploadicon:before {
    content: "\f093";
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 0;
    width: 20px;
    height: 25px;
    font-family: "Fontawesome";
    color: var(--primary-theme-color);
}

input.importbtn {
    padding-left: 30px !important;
}
label.uploadicon:hover::before {
    height: 25px;
    color: #ffffff;
    transition: .4s ease;
}
@-moz-document url-prefix() {
label.uploadicon:before, label.uploadicon:hover::before {
    height: 20px !important;
}
}


/* Begin styling for listbox multiselect component (templates/components/multiselect-listbox) */

.multiselect-listbox-bulkaction {
    margin-bottom: 10px;
}

.multiselect-listbox-bulkaction a {
    display: block;
    cursor: pointer;
}

.multiselect-listbox-add {
    cursor:pointer;
}

.multiselect-listbox-remove {
    cursor:pointer;
    margin-left:-5px;
}

.multiselect-listbox-selection, .multiselect-listbox-available {
    width:220px;
    height:80px;
    position:relative;
    overflow-x:auto;
    top:-3px;
    left:-3px;
}


/* End styling for listbox multiselect component (templates/components/multiselect-listbox) */

/* Switch Component CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    overflow: hidden;
    font-family: 'Geomanist Bold', sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 24px;

    -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwxNC41YzAsOC02LjUsMTQuNS0xNC41LDE0LjVoLTUxQzYuNSwyOSwwLDIyLjUsMCwxNC41bDAsMEMwLDYuNSw2LjUsMCwxNC41LDBoNTFDNzMuNSwwLDgwLDYuNSw4MCwxNC41TDgwLDE0LjV6Ii8+DQo8L3N2Zz4NCg==) 0 0 stretch;
}
.switch > div {
    display: inline-block;
    width: 132px;
    border-radius: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.switch > div > span {
    z-index: 1;
    display: inline-block;
    width: 66px;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
}
.switch > div > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.switch input[type="radio"],
.switch input[type="checkbox"] {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.switch-handle-on {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.switch-off .switch-handle-on ~ .switch-handle-off.switch-default {
    box-shadow: inset 0 0 transparent, -16px 0 0 #e4e7ed;
}
.switch-off .switch-handle-on ~ .switch-handle-off.switch-default:before {
    background-color: #fff;
    border-color: #e4e7ed;
}
.switch-off .switch-handle-on ~ .switch-handle-off.switch-primary {
    box-shadow: inset 0 0 transparent, -16px 0 0 var(--primary-theme-color);
}
.switch-off .switch-handle-on ~ .switch-handle-off.switch-primary:before {
    background-color: #fff;
    border-color: var(--primary-theme-color);
}
.switch-handle-off {
    margin-left: -10px;
}
.switch-on .switch-handle-off:before {
    left: 37px;
}
.switch-on .switch-handle-on {
    margin-left: -12px;
}
.switch-handle-off {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.switch-handle-off:before {
    position: absolute;
    top: 2px;
    left: 53px;
    z-index: 100;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    content: " ";
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 50%;
    -webkit-transition: border-color .25s ease-out, background-color .25s ease-out;
    transition: border-color .25s ease-out, background-color .25s ease-out;
}
.switch-animate > div {
    -webkit-transition: margin-left .25s ease-out;
    transition: margin-left .25s ease-out;
}
.switch-on > div {
    margin-left: 0;
}
.switch-off > div {
    margin-left: -51px;
}
.switch-focused {
    outline: 0;
}
.switch-default {
    color: #b8c0ce !important;
    background-color: #e4e7ed;
}
.switch-default ~ .switch-handle-off:before {
    background-color: #fff;
    border-color: #fa095a;
}
.switch-on .switch-default ~ .switch-handle-off {
    box-shadow: inset 16px 0 0 #e4e7ed;
}
.switch-primary {
    color: #fff !important;
    background-color: var(--primary-theme-color);
}
.switch-primary ~ .switch-handle-off:before {
    background-color: #fff;
    border-color: #34495e;
}
.switch-on .switch-primary ~ .switch-handle-off {
    box-shadow: inset 16px 0 0 var(--primary-theme-color);
}
/* End of Switch Component CSS */

.hidden {
    display: none;
}

.internal-key-highlight {
    background-color: #C2CBCE;
}

.internal-key-text {
    font-weight: bold;
}

.global-confirm-box {
    display: none;
}

.global-as-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.425);
    z-index: 1;
}

.global-as-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    border: 0px solid;
    border-radius: 5px;
    padding: 20px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.global-as-contentWrapper{
    color: #444;
    text-align: justify;
    white-space: normal;
}

.uploadnewicon {
    content: "";
    position: relative;
    left: 25px;
    top: 2px;
    bottom: 0;
    width: 20px;
    height: 25px;
}

.listing-settings-icon {
    position: relative;
    top: 15px;
    left: 5px;
}