/*  
    ======================
        WORLD PAGE CUSTOM CSS
    ======================
*/
a.sbox {
    display: inline-block;
}

a.sbox img {
    border-radius: 5px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #3b3f5c
}

.list-group-item {
    border: 1px solid #191e3a;
    padding: 10px 12px;
    background-color: #1b2e4b;
    color: #888ea8;
}

.list-group-item.active {
    color: #fff;
    background-color: #191e3a;
    border-color: transparent;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

.list-group-item.disabled,
.list-group-item:disabled {
    background: #506690;
    color: #888ea8;
}

.owalert {
    margin-top: 20px;
    margin-left: 20px;
    min-width: 75%;
    text-align: left;
}

.modal-backdrop {
    background-color: #1b2e4b;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-content {
    border: none;
    border-radius: 6px;
    background: #0e1726;
}

.modal-content hr {
    border-top: 1px solid #191e3a;
}

.modal-content .modal-header {
    padding: 12px 26px;
    border: 1px solid #191e3a;
}

.modal-content .modal-header h5 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.modal-content .modal-header svg {
    width: 17px;
    color: #e3e4eb;
}

.modal-content .modal-body {
    padding: 26px 26px;
}

.modal-content .modal-body a:not(.btn) {
    color: #4361ee;
    font-weight: 600;
}

.modal-content .modal-body p {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
}

.modal-content .modal-body p:last-child {
    margin-bottom: 0;
}

.modal-content .modal-body p:not(:last-child) {
    margin-bottom: 10px;
}

.modal-content .modal-footer {
    border-top: 1px solid #191e3a;
}

.modal-content .modal-footer button.btn {
    font-weight: 600;
    padding: 10px 25px;
    letter-spacing: 1px;
}

.modal-content .modal-footer button.btn[data-dismiss="modal"] {
    background-color: #1b2e4b;
    color: #bfc9d4;
    font-weight: 500;
    border: 1px solid #1b2e4b;
}

.modal-content .modal-footer .btn.btn-primary {
    background-color: #4361ee;
    color: #fff;
    border: 1px solid #4361ee;
}


.itemimage {
    max-width: 50px;
    max-height: 50px;
}

.spinner-border {
    width: 20px;
    height: 20px;
}

#swal2-title {
    font-size: 16px !important;
}

#sidebar ul.menu-categories ul.submenu>li a {
    margin-left: 15px !important;
}

.sub-header-container {
    z-index: 55 !important;
}

.sub-header-container2 {
    z-index: 50 !important;
}

.header-container {
    z-index: 56 !important;
}

.sidebar-wrapper {
    z-index: 52;
}

.overlay {
    z-index: 49 !important;
}

.dataTables_length {
    text-align: left;
}

table.dataTable td,
table.dataTable th {
    padding: 1px 7px !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting {
    padding: 9px 7px !important;
}

#content-header-row {
    margin-top: 9px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle {
    margin-bottom: 0px;
}

#sidebar ul.menu-categories ul.submenu>li a {
    padding: 7px 12px 7px 28px;
}

#sidebar ul.menu-categories li.menu ul.submenu>li a:before {
    top: 14px;
}

#sidebar {
    margin-top: -10px;
}

.skinborder {
    border-width: 30px;
    border-style: solid;
    border-image: url('/img/skin/Main_bar_story_hori.png');
    border-image-slice: 100 fill;
}

.skin-box1 {
    background-image: url('/img/skin/Title_frame_medium_epic.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.skin-box2 {
    background-image: url('/img/skin/Title_frame_medium.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 77px;
}

.skin-box2 h4 {
    margin-top: 20px;
}


.simple-tab .nav-tabs li a {
    color: #888ea8;
}

.simple-tab .nav-tabs .nav-item.show .nav-link,
.simple-tab .nav-tabs .nav-link.active {
    color: #25d5e4;
    font-weight: 600;
    background-color: #0e1726;
    border-color: #191e3a #191e3a #0e1726;
}

.nav-tabs {
    border-bottom: 1px solid #191e3a;
}

.simple-tab .tab-content>.tab-pane {
    padding: 20px 0 0 0;
}


.small-svg {
    width: 14px !important;
    height: 14px !important;
    vertical-align: sub !important;
}

.table td {
    padding: .25rem .5rem;
}

.table>tbody:before {
    line-height: .05em !important;
}

@media (min-width: 576px) {
    #errorimagebox {
        min-width: 280px;
        max-width: 280px;
    }
}

#divProfile {}

.topbutton {
    width: 156px;
    height: 39px;
    position: relative !important;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}

.topbutton img {
    position: absolute;
    left: 0px;
}

.topbutton:hover img {
    top: -39px;
}

.striped-list li:nth-child(odd) {
    background: #1b2e4b91;
}

.striped-list li:nth-child(odd):hover {
    background: #3b3f5c;
}


.crew_itembox {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-image: url('/images/crewup/vault_tile.gif');
    background-repeat: round;
}

.crew_itembox_item {
    position: absolute;
    margin: 0px;
    max-width: 30px;
    max-height: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

#roomDetails table {
    margin-top: 2px;
    margin-bottom: 2px;
}

#backpack-contents {
    max-height: 60vh;
    overflow-y: hidden;
}

.ps__rail-x,
.ps__rail-y {
    opacity: 0.6;
}

.custom-dropdown-menu {
    border: none;
    z-index: 1028;
    box-shadow: none;
    padding: 10px;
    padding: .35rem 0;
    border-radius: 8px;
    background-color: #1b2e4b;
}

.custom-dropdown-menu a {
    border-radius: 5px;
    width: 100%;
    padding: 6px 17px;
    clear: both;
    font-weight: 500;
    color: #bfc9d4;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
}

.dropdown-divider {
    border-top: 1px solid #0e1726;
}

.custom-dropdown-menu a:hover {
    color: #2196f3;
}

.custom-dropdown-menu a svg {
    cursor: pointer;
    color: #888ea8;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08);
}

.custom-dropdown-menu a:hover svg {
    color: #4361ee;
}

.submenu {
    display: none;
}

.mail-new {
    color: #2196f3 !important;
    font-style: italic;
    font-weight: bold;
}



/*
==================
    Switches
==================
*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888ea8;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    background-color: white;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px)
}

/* Rounded Slider Switches */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

/* Solid Switches*/

.switch.s-default .slider:before {
    background-color: #d3d3d3;
}

.switch.s-primary .slider:before {
    background-color: #4361ee;
}

.switch.s-success .slider:before {
    background-color: #1abc9c;
}

.switch.s-warning .slider:before {
    background-color: #e2a03f;
}

.switch.s-danger .slider:before {
    background-color: #e7515a;
}

.switch.s-secondary .slider:before {
    background-color: #805dca;
}

.switch.s-info .slider:before {
    background-color: #2196f3;
}

.switch.s-dark .slider:before {
    background-color: #3b3f5c;
}

.switch input:checked+.slider:before {
    background-color: #fafafa;
}

.switch.s-default input:checked+.slider {
    background-color: #888ea8;
}

.switch.s-default input:focus+.slider {
    box-shadow: 0 0 1px #ebedf2;
}

.switch.s-primary input:checked+.slider {
    background-color: #4361ee;
}

.switch.s-primary input:focus+.slider {
    box-shadow: 0 0 1px #4361ee;
}

.switch.s-success input:checked+.slider {
    background-color: #1abc9c;
}

.switch.s-success input:focus+.slider {
    box-shadow: 0 0 1px #1abc9c;
}

.switch.s-warning input:checked+.slider {
    background-color: #e2a03f;
}

.switch.s-warning input:focus+.slider {
    box-shadow: 0 0 1px #e2a03f;
}

.switch.s-danger input:checked+.slider {
    background-color: #e7515a;
}

.switch.s-danger input:focus+.slider {
    box-shadow: 0 0 1px #e7515a;
}

.switch.s-secondary input:checked+.slider {
    background-color: #805dca;
}

.switch.s-secondary input:focus+.slider {
    box-shadow: 0 0 1px #805dca;
}

.switch.s-info input:checked+.slider {
    background-color: #2196f3;
}

.switch.s-info input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.switch.s-dark input:checked+.slider {
    background-color: #3b3f5c;
}

.switch.s-dark input:focus+.slider {
    box-shadow: 0 0 1px #3b3f5c;
}

/* Outline Switches */
.switch.s-outline .slider {
    border: 2px solid #888ea8;
    background-color: transparent;
    width: 36px;
    height: 19px;
}

.switch.s-outline .slider:before {
    height: 13px;
    width: 13px;
}

.switch.s-outline[class*="s-outline-"] .slider:before {
    bottom: 1px;
    left: 1px;
    border: 2px solid #888ea8;
    background-color: #888ea8;
    color: #ebedf2;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
}

.switch.s-icons.s-outline-default {
    color: #d3d3d3;
}

.switch.s-icons.s-outline-primary {
    color: #4361ee;
}

.switch.s-icons.s-outline-success {
    color: #1abc9c;
}

.switch.s-icons.s-outline-warning {
    color: #e2a03f;
}

.switch.s-icons.s-outline-danger {
    color: #e7515a;
}

.switch.s-icons.s-outline-secondary {
    color: #805dca;
}

.switch.s-icons.s-outline-info {
    color: #2196f3;
}

.switch.s-icons.s-outline-dark {
    color: #3b3f5c;
}

.switch.s-outline-default input:checked+.slider {
    border: 2px solid #888ea8;
}

.switch.s-outline-default input:checked+.slider:before {
    border: 2px solid #888ea8;
    background-color: #888ea8;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
}

.switch.s-outline-default input:focus+.slider {
    box-shadow: 0 0 1px #ebedf2;
}

.switch.s-outline-primary input:checked+.slider {
    border: 2px solid #4361ee;
}

.switch.s-outline-primary input:checked+.slider:before {
    border: 2px solid #4361ee;
    background-color: #4361ee;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-primary input:focus+.slider {
    box-shadow: 0 0 1px #4361ee;
}

.switch.s-outline-success input:checked+.slider {
    border: 2px solid #1abc9c;
}

.switch.s-outline-success input:checked+.slider:before {
    border: 2px solid #1abc9c;
    background-color: #1abc9c;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-success input:focus+.slider {
    box-shadow: 0 0 1px #1abc9c;
}

.switch.s-outline-warning input:checked+.slider {
    border: 2px solid #e2a03f;
}

.switch.s-outline-warning input:checked+.slider:before {
    border: 2px solid #e2a03f;
    background-color: #e2a03f;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-warning input:focus+.slider {
    box-shadow: 0 0 1px #e2a03f;
}

.switch.s-outline-danger input:checked+.slider {
    border: 2px solid #e7515a;
}

.switch.s-outline-danger input:checked+.slider:before {
    border: 2px solid #e7515a;
    background-color: #e7515a;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-danger input:focus+.slider {
    box-shadow: 0 0 1px #e7515a;
}

.switch.s-outline-secondary input:checked+.slider {
    border: 2px solid #805dca;
}

.switch.s-outline-secondary input:checked+.slider:before {
    border: 2px solid #805dca;
    background-color: #805dca;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-secondary input:focus+.slider {
    box-shadow: 0 0 1px #805dca;
}

.switch.s-outline-info input:checked+.slider {
    border: 2px solid #2196f3;
}

.switch.s-outline-info input:checked+.slider:before {
    border: 2px solid #2196f3;
    background-color: #2196f3;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-info input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

.switch.s-outline-dark input:checked+.slider {
    border: 2px solid #3b3f5c;
}

.switch.s-outline-dark input:checked+.slider:before {
    border: 2px solid #3b3f5c;
    background-color: #3b3f5c;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.switch.s-outline-dark input:focus+.slider {
    box-shadow: 0 0 1px #3b3f5c;
}


/*  Icons Switches */

.switch.s-icons {
    width: 57px;
    height: 30px;
}

.switch.s-icons .slider {
    width: 48px;
    height: 25px;
}

.switch.s-icons .slider:before {
    vertical-align: sub;
    color: #3b3f5c;
    height: 19px;
    width: 19px;
    line-height: 1.3;
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23e9ecef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
}

.switch.s-icons input:checked+.slider:before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
    vertical-align: sub;
    color: #fff;
    line-height: 1.4;
}

.switch.s-icons input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.profilepic {
    max-width: 100%;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 70vh !important;
}

.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 7%) !important;
}

.clickable {
    color: #ffffff9e;
    margin-top: 1px;
    cursor: pointer;
}

.select2 {
    max-width: 22vw;
}

.sub-header-container .more-dropdown .custom-dropdown-icon {
    padding-right: 0px !important;
}

.wquesttable {
    background-color: #191e3a;
}

.faction-box-0 {
    border-color: #FFFFFF;
    text: #AAAAAA;
}

.faction-box-1 {
    border-color: #0000FF;
}

.faction-box-2 {
    border-color: #c24f03;
}

.faction-box-3 {
    border-color: #FF00FF;
}

.infobox-3 {
    position: relative;
    border: 1px solid #191e3a;
    width: 50%;
    margin-top: 30px;
    padding: 20px 10px 10px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 11px 0px rgba(6, 8, 24, 0.39);
    box-shadow: 0px 2px 11px 0px rgba(6, 8, 24, 0.39);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.infobox-3 .info-icon {
    position: absolute;
    margin-bottom: 20px;
    background: #4361ee;
    display: inline-block;
    top: -31px;
    padding: 6px;
    border-radius: 6px;
    margin-left: -30px;
    min-width: 60px;
}

.infobox-3 .info-icon svg {
    width: 50px;
    height: 50px;
    stroke-width: 1px;
    color: #fff;
}

.infobox-3 .info-heading {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.infobox-3 .info-text {
    font-size: 15px;
    color: #888ea8;
    margin-bottom: 6px;
}

.infobox-3 .info-link {
    color: #4361ee;
    font-weight: 600;
}

.infobox-3 .info-link svg {
    width: 15px;
    height: 15px;
}

@media(max-width: 575px) {
    .infobox-1 {
        width: auto;
    }

    .infobox-2 {
        width: auto;
    }

    .infobox-3 {
        width: auto;
    }
}