/**************************************************************************************************

    Font definitions

**************************************************************************************************/

@font-face {
    font-family: Poets;
    src: url(../webfonts/PoetsenOne-Regular.ttf)
}
@font-face {
    font-family: Kurri;
    src: url(../webfonts/KurriIslandPERSONAL-regular.ttf)
}
@font-face {
    font-family: Lato;
    src: url(../webfonts/Lato-Regular.ttf)
}

/**************************************************************************************************

    Base styles

**************************************************************************************************/

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    text-transform: capitalize;
    font-family: Poets, sans-serif;
	letter-spacing: .5px;
	color: #006bb2;
    text-shadow:
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
a.h1, a.h2, a.h3, a.h4, a.h5 {
    color: #006bb2;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
a.h2:hover, a.h3:hover, a.h4:hover, a.h5:hover {
    color: #16b6dc;
    text-decoration: none;
}

a {
    color: #16b6dc;
}
a:hover {
    color: #006bb2;
    text-decoration: none;
}

body {
    background-color: transparent;
    font-family: Karla, sans-serif;
	color: rgb(0, 107, 178);
    min-height: 100vh;
    font-size: 100%;
}

/**************************************************************************************************

    Helpers

**************************************************************************************************/

.hide {
    display: none !important;
}

.parsed-text img {
    max-width: 100% !important;
    height: auto !important;
}

/**************************************************************************************************

    Layout

**************************************************************************************************/

#app {
    display: flex;
    background-image: url("https://isomara-island.com/files/Themed_Imgs/testbg6.webp");
    background-attachment: fixed;
	background-size: cover;
    flex-direction: column;
}

main {
    flex-grow: 1;
    display: flex;
}

main > .row {
    flex-grow: 1;
}

.main-content {
    background-color: #a9ede88f;
    box-shadow:     rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px;
    display: flex;
    flex-direction: column;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffffff;
    border-radius: 0.75rem;
    margin-bottom: 30px !important;
}

/* Fun Stuff */
.img-responsive{
    filter: drop-shadow(1px 1px 1px white) drop-shadow(1px -1px 1px white) drop-shadow(-1px 1px 1px white) drop-shadow(-1px -1px 1px white) !important;
}
.badge-ilorange {
    color: #b55112;
    border: 2px solid #b55112;
}
.badge-ilgreen {
    color: #358520;
    border: 2px solid #358520;
}
.btn-ilyellow {
    color: #9f721c;
    border-color: 2px solid #9f721c;
}
.badge-primary {
    color: #006bb2;
    background-color: #3490dc;
}
.badge-secondary {
    color: #4b545d;
    background-color: #6c757d;
}
.badge-success {
    color: #00855b;
    background-color: #38c172;
}
.btn-primary {
    color: #006bb2;
    font-weight: bold;
    background-color: #3490dc;
    border-color: #3490dc;
}
.btn-primary:hover{
    color:#227dc7;background-color:#006bb2;
    border-color:#006bb2
}
.btn-secondary{
    color:#006bb2;background-color:#89eaea;border-color:#89eaea
}
.btn-secondary:hover{
    color:#006bb2;background-color:#51d8e5;border-color:#51d8e5
}
    .btn-secondary.focus,.btn-secondary:focus{
        box-shadow:0 0 0 .2rem #006bb2}
    .btn-secondary.disabled,.btn-secondary:disabled{
        color:#006bb2;background-color:#89eaea;border-color:#89eaea}
    .btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{
        color:#006bb2;background-color:#51d8e5;border-color:#006bb2
    }
    .btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{
        box-shadow:0 0 0 .2rem #006bb2
    }
    .bg-light{background-color:#f8f9fa7d!important}

.btn-outline-info{color:#006bb2;background-color:transparent;background-image:none;border-color:#006bb2}
.btn-outline-info:hover{color:#212529;background-color:#006bb2;border-color:#006bb2}
.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(108,178,235,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#006bb2;background-color:transparent}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{
    color:#006bb2;background-color:#006bb2;border-color:#006bb2
}
.btn-success {
    color: #167d41;
    font-weight: bold;
    background-color: #38c172;
    border-color: #38c172;
}
.btn-danger {
    color: #851511;
    font-weight: bold;
    background-color: #e3342f;
    border-color: #e3342f;
}
.btn-dark {
        color: #002b47;
        font-weight: bold;
        background-color: #002b47;
        border-color: #002b47;
}
.over-bg {
    width: 102vw;
    position: absolute;
    bottom: 0%;
    transform: translate(-19%, -0%);
    pointer-events: none;
}

img.zoom-img:hover {
    transform: scale(1.1);
}

img.zoom-img {
    filter: drop-shadow(1px 1px 1px white) drop-shadow(1px -1px 1px white) drop-shadow(-1px 1px 1px white) drop-shadow(-1px -1px 1px white) !important;
    transition: transform .3s ease-in-out;
}
.carousel {
    border: 3px solid #006bb2;
}
.hr1 {
    background-image: linear-gradient(180deg, rgb(078, 215, 229), rgb(200, 240, 223)) !important;
    border: 2px solid #006bb2 !important;
}
.text-warning {
    color: #ffed4a!important;
    text-shadow: 0 0 3px #b93148, 0 0 5px #f2b83b !important;
}
/* Header */

#jumbo-header {
    background: #006bb2;
    background-image: url(https://isomara-island.com/images/header.png);
    background-size: cover;
    background-position: center;
}

#new-header {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    height: 250px;
    text-align: center;
    width: 990px;
    max-width: 100%;
    padding-top: 70px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
a {
    color: #1ea6e9;
    transition: .5s;
}

#site-logo {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    max-width: 500px;
    height: auto;
}

.live-clock-container {
    width: 500px;
    height: 74px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
    text-align: right;
    padding-top: 35px;
    position: fixed;
    z-index: 4;
}
.live-clock {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 0.75rem;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    color: #006bb2;
    letter-spacing: 1px;
    cursor: default;
    text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px;
}
.live-clock-container a{
	width: 500px;
	margin: 0 auto;
	clear: both;
	max-width: 100%;
	text-align: right;
}
.live-clock a{
	display: inline-block;
	padding: 2px 10px;
	text-align: right;
	font-size: 12px;
	width: auto;
	color: #006bb2;
	letter-spacing: 1px;
	cursor: default;
}
.live-clock-container a:hover{
	width: 500px;
	margin: 0 auto;
	clear: both;
	max-width: 100%;
	text-align: right;
}
.live-clock a:hover{
	display: inline-block;
	padding: 2px 10px;
	text-align: right;
	font-size: 12px;
	width: auto;
	color: #1ca4ff;
	letter-spacing: 1px;
	cursor: default;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}

/*.site-header-image {*/
    /*background-color: #1ca4ff;*/
    /*background-repeat: repeat;*/
    /*min-height: 200px;*/
/*}*/

.site-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;.dropdown
    max-width: 400px;
    }
div.iso-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 340px;
    padding-top: 60px;
    padding-bottom: 20px;
    content: url('https://isomara-island.com/images/IsoLogo.webp');
}

#headerNav {
    background-image: url(https://isomara-island.com/files/Themed_Imgs/oceanwaves.webp);
    background-color: transparent !important;
    background-size: contain;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.navbar .navbar-brand, .navbar .nav-item {
	text-transform: capitalize;
    font-family: Poets, sans-serif;
	letter-spacing: .5px;
	color: #006bb2;
    text-shadow:
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px;
}
.navbar .navbar-brand, .navbar .nav-item a{
	color: #006bb2;
}
.navbar, .navbar .nav-item a:hover {
	background-color: transparent;
    color: #1ca4ff;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #006bb2;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
}
.dropdown-menu {
	background-color: #a9ede88f;
    border-radius: 1rem;
    border: 2px solid #ffffff;
    box-shadow:
    inset rgb(255, 255, 255) 0px 0px 3px,
    inset rgb(255, 255, 255) 0px 0px 3px,
    inset rgb(255, 255, 255) 0px 0px 3px,
    inset rgb(255, 255, 255) 0px 0px 3px,
     rgb(255, 255, 255) 0px 0px 3px,
    inset rgb(255, 255, 255) 0px 0px 3px;
}
.dropdown-divider {
    height:0;
    margin:.3rem 0;
    overflow:hidden;
    border-top:2px solid #ffffff
}

.navbar .row { width: 100%; }

div.island {
    width: 200px;
    content: url('https://isomara-island.com/images/IsoNavSmol2.png');
}
div.monfeat {
    content: url('https://isomara-island.com/images/MonthFeat.png');
}

/* Sidebar */

.sidebar {
    text-align: right;
    padding-right: 20px;
    font-size: 90%;
}

.sidebar ul {
    list-style-type: none;
    display: inline-block;
    padding-top: 30px;
}

.sidebar ul li {
    background-color: #a9ede88f;
    border-radius: 1rem;
    margin-left: 1.5em;
    margin-bottom: 1em;
    padding: 0.2em 0;
    border: 2px solid #ffffff;
    box-shadow:
    inset rgb(255, 255, 255) 0px 0px 2px,
    inset rgb(255, 255, 255) 0px 0px 2px,
    inset rgb(255, 255, 255) 0px 0px 2px,
    inset rgb(255, 255, 255) 0px 0px 2px,
     rgb(255, 255, 255) 0px 0px 2px,
    inset rgb(255, 255, 255) 0px 0px 2px;
}

.sidebar .sidebar-header,
.sidebar .sidebar-section .sidebar-section-header {
    text-transform: uppercase;
    font-family: Poets, sans-serif;
	letter-spacing: .5px;
    text-align: left;
    margin-top: -16px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}

.sidebar .sidebar-header a {
    color: #006bb2;
}
.sidebar .sidebar-header a:hover {
    background-color: transparent;
    color: rgba(108,250,255,0.8);
}

.sidebar a,
.sidebar-section-header {
    padding: 0.1em 1em;
	color: #006bb2;
}

.sidebar a {
    text-transform: capitalize;
    font-family: Poets, sans-serif;
	letter-spacing: .5px;
	color: #006bb2;
    text-shadow:
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px;
}
.sidebar a:hover {
	background-color: transparent;
    color: #1ca4ff;
}
.sidebar a:hover, .sidebar a:active, .sidebar a:focus, .sidebar a:link {
    text-decoration: none;
}
.sidebar a:hover {
    text-decoration: none;
}
.sidebar a.active, .sidebar a.active:hover {
    color: #006bb2;
    background-color: #ffffff;
    border-radius: .5rem;
}
.site-mobile-header {
    display: none;
    padding: 5px 10px;
    top: 110px !important;
}

@media (max-width: 400px) {
    #headerNav {
        position: fixed !important;
        z-index: 5;
        width: 100% !important;
    }

    .live-clock-container {
        width: 390px;
        height: 74px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 45px;
        position: fixed;
        z-index: 4;
    }
    .live-clock {
        display: inline-block;
        padding: 10px 14px;
        border-radius: 0.75rem;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        width: auto;
        color: #006bb2;
        letter-spacing: 1px;
        cursor: default;
        text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px;
    }
    .display-user, .display-character {
        /* font-weight: bold; */
        font-size: 30px;
    }
    h1, h2, h3, h4, h5,
    .h1, .h2, .h3, .h4, .h5 {
        font-size: 90% !important;
    }

    .navbar .navbar-brand, .navbar .nav-item {
        font-size: 90%;
    }
    p {
        font-size: 80% !important;
    }
    .small {
        font-size: 60%;
    }
    img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
	.site-mobile-header {
		top: 110px !important;
    }

    .site-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        max-width: 300px;
    }

    .timestamp {
		margin-left: 1rem!important;
		margin-right: 1rem!important;
	}
    .img-thumbnail {
        max-width: 100px;
        padding: 0.25rem;
        background-color: #ecfff39c;
        border: 1px solid #006bb2;
        border-radius: 0.75rem;
    }
    img.zoom-img {
        max-width: 80px;
    }
}

@media (max-width: 799px) {
    .navbar-nav{
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
      background: #b8efe4;
        border-radius: 10px;
        overflow-y: scroll;
        max-width: 300px;
        padding: 10px;
        border: 2px solid #fff;
        max-height: 450px;
    }
}

@media (max-width: 991px) {
    .site-header-image {
        display: none;
    }
    .site-mobile-header {
        display: block;
        position: fixed;
		top: 80px;
        z-index: 4;
        width: 100%;
    }
    #headerNav {
        position: fixed;
        z-index: 5;
        width: 100%;
    }
    .main-content {
        margin-top: 130px !important;
    }
    main.container-fluid > .row {
        position: relative;
    }
    .sidebar {
        position: absolute;
        padding-left: 0px;
        text-align: left;
        background-color: #a3d3f4b5;
        z-index: 3;
        right: 0px;
        bottom: 0px;
        top: 90px;
        overflow-y: scroll;
        left: -100%;
        transition: left 0.2s;
    }
    .sidebar.active {
        left: 0%;
    }

    .sidebar > ul {
        padding-top: 0px;
    }

    .sidebar ul {
        list-style-type: none;
        display: block;
        padding-top: 30px;
        padding-left: 0px;
    }

    .sidebar ul li {
        background-color: #a9ede88f;
        border-radius: .75rem;
        margin-left: -1em;
        margin-bottom: 1em;
        padding: 0.2em 0;
        border: 2px solid #ffffff;
        box-shadow:
        inset rgb(255, 255, 255) 0px 0px 2px,
        inset rgb(255, 255, 255) 0px 0px 2px,
        inset rgb(255, 255, 255) 0px 0px 2px,
        inset rgb(255, 255, 255) 0px 0px 2px,
         rgb(255, 255, 255) 0px 0px 2px,
        inset rgb(255, 255, 255) 0px 0px 2px;
    }

	/*fix for screen being over-wide on mobile*/
	.row {
		margin:0; max-width:100%;
	}

	.container-fluid {
		padding:0px;
	}

	.site-footer .navbar .navbar-nav {
		flex-wrap: wrap;
        justify-content: center;
	}

	.timestamp {
		margin-left: 1rem!important;
		margin-right: 1rem!important;
	}
    .live-clock-container {
        width: 1210px;
        height: 57px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: center;
        padding-top: 45px;
        position: fixed;
        z-index: 4;
    }
    .live-clock {
        display: inline-block;
        padding: 30px 14px;
        border-radius: 0.75rem;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        width: auto;
        color: #006bb2;
        letter-spacing: 1px;
        cursor: default;
        text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px;
    }
    .live-clock a {
        font-weight: bold;
        font-size: 10px;
    }
    div.island {
        width: 120px;
        content: url('https://isomara-island.com/images/IsoNavSmol2.png');
    }

}

@media (max-width: 1400px) {
    div.iso-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        max-width: 250px;
        padding-top: 60px;
        padding-bottom: 20px;
        content: url('https://isomara-island.com/images/IsoLogo.webp');
      }

    .sidebar ul li {
        background-color: #a9ede88f;
        border-radius: .75rem;
        margin-left: 0em;
        margin-bottom: 1em;
        padding: 0.2em 0;
        border: 2px solid #ffffff;
        box-shadow: inset rgb(255, 255, 255) 0px 0px 2px, inset rgb(255, 255, 255) 0px 0px 2px, inset rgb(255, 255, 255) 0px 0px 2px, inset rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 2px, inset rgb(255, 255, 255) 0px 0px 2px;
      }

    div.island {
        width: 180px;
        content: url('https://isomara-island.com/images/IsoNavSmol2.png');
    }

}

/* Footer */

.site-footer {
	font-family: Poets, sans-serif !important;
	color: rgba(000,106,178,1);
    text-align: center;
}

.site-footer .footbar {
    padding-bottom: 0;
}
.site-footer .footbar .footbar-nav {
    flex-direction: row;
}
.site-footer .footbar .footbar-nav .foot-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.site-footer .copyright {
    padding: 0 1rem 1rem;
    color: #006bb2;
}

.mce-content-body {
    padding: 20px;
}

/**************************************************************************************************

    Content

**************************************************************************************************/
.modal-header {
    border-bottom: 0px;
}
.modal-header .modal-title {
    line-height: 1em;
}

.tooltip-inner {
    max-width: 350px !important;
}

.nav-tabs {
    border-bottom: 1px solid #006bb2;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #006bb2 #006bb2 #ecfff39c;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-family: Poets, sans-serif;
}

.display-user, .display-character {
    /*font-weight: bold;*/
}

.help-icon {
    /*vertical-align: middle;*/
    cursor: pointer;
    margin: 0 5px;
    color: rgba(0,0,0,0.3);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-family: Poets, sans-serif;
    text-transform: uppercase;
    align-items: center;
}
.breadcrumb a {
    color: rgba(37,190,255,0.7);
}
.breadcrumb a:hover {
    color: rgba(37,190,255,1);
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item:before {
	color: #006bb2;
    content: "»";
}
.collapse-title {
    position: relative;
}
.collapse-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0.425em;
    border: 0.3em solid rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.3) transparent transparent transparent;
}

.image, .image-thumb {
    max-width: 100%;
}
.btn {
    font-size: 16px;
    text-shadow:
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px,
    rgb(255, 255, 255) 0px 0px 3px;
}
.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination {
    flex-wrap: wrap;
}

/* Chrome, Safari, Edge, Opera */
.pagination-popover input::-webkit-outer-spin-button,
.pagination-popover input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pagination-popover input[type=number] {
  -moz-appearance: textfield;
}

.spoiler {
    border: 1px solid #006bb2;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    background: transparent;
    margin-top: 0px;
}
.spoiler-toggle {
    font-weight: normal;
    background-color: #8aeaea;
    border-radius: 0.75rem;
    cursor: pointer;
    padding: .3rem 1.25rem;
    font-size: .9rem;
    font-family: Poets, sans-serif;
    color: rgba(0,106,178,1);
    text-transform: uppercase;
}
.spoiler-text {
    padding: .75rem 1.25rem;
    background-color: #f8f9fa7d;
    border-radius: 0.75rem;
}
.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}
.small-icon {
    height: 2rem;
    padding-right: .5rem;
}

/* NOTIFICATIONS *********************************************************************************/

.notifications-table .unread, .notifications-table .unread td {
    background-color: #fffdf0;
}

/* BROWSE ****************************************************************************************/

.world-entry-image {
    text-align: center;
}

.world-entry img {
    max-width: 100%;
    height: auto;
}

.world-entry-image img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.world-entry-search {
    opacity: 0.5;
}

.masterlist-search-field {
    display: inline-block;
    align-items: center;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}
.masterlist-search-field label {
    margin-bottom: 0px;
    margin-right: 10px;
}
.masterlist-search-field input[type=text], .masterlist-search-field select {
    width: 300px;
}

/* ADMIN ****************************************************************************************/

.ranks-table tbody tr > td:last-of-type {
    text-align: right;
}

.sortable .handle {
    color: #006bb2;
}
.sortable .sortable-placeholder {
    background-color: rgba(0,100,255,0.1);
}

/* LOGS ******************************************************************************************/
tr.inflow {
    background-color: #fafaff;
}
tr.outflow {
    background-color: #fffafa;
}

/* These are not truly tables, but divs styled to look like tables */
.logs-table .logs-table-header {
    border-top: 1px solid #006bb2;
    border-bottom: 2px solid #006bb2;
    font-weight: bold;
    padding: 0px;
    flex-wrap: wrap;
}
.logs-table .logs-table-header .logs-table-cell,
.logs-table .logs-table-body .logs-table-cell {
    padding: .3rem;
}
.logs-table .logs-table-body > .logs-table-row:first-of-type {
    border-top-width: 0;
}
.logs-table .logs-table-body > .logs-table-row,
.logs-table-row .logs-table-row {
    border-top: 1px solid #006bb2;
}
.logs-table .logs-table-body .logs-table-cell .inflow,
.logs-table .logs-table-body .logs-table-cell .outflow {
    width: 33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    top: -.3rem;
    margin-bottom: -.6rem;
    vertical-align: middle;
    color: #ecfff39c;
}


/* PROFILE ***************************************************************************************/

.profile-assets-card .card-body {
    display: flex;
    flex-direction: column;
}
.profile-assets-card .card-body .profile-assets-content {
    flex-grow: 1;
}

.profile-assets .profile-inventory .profile-inventory-item img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.character-bio .nav-tabs.card-header-tabs .active {
    background-color: #ecfff39c;
}
.card-header {
    border-bottom: 1px solid #006bb2;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ecfff39c;
    background-clip: border-box;
    border: 2px solid #006bb2;
    border-radius: 0.75rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ecfff39c;
    border-radius: 0.75rem;
    border: 1px solid #006bb2;
}

/* INVENTORY *************************************************************************************/

.inventory-category .inventory-body .inventory-item img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.inventory-stack-name, .inventory-character-name {
    color: rgba(0,70,160,0.7);
}
.inventory-stack-name:hover, .inventory-character-name:hover {
    color: inherit;
    text-decoration: none;
}
tr.accountbound {
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.75rem;
}

/* CHARACTERS ************************************************************************************/

.image-nav .nav-item a {
    border: 5px solid transparent;
    border-radius: 0.75rem;
    display: block;
}
.image-nav .nav-item a.active {
    border: 5px solid #1ca4ff;
}

@keyframes copy-to-check {
    from {
        opacity: 1;
        content: '\f0c5';
        font-weight: 400;
    }
    50% {
        opacity: 0;
        content: '\f0c5';
        font-weight: 400;
    }
    51% {
        opacity: 0;
        content: '\f00c';
        font-weight: 900;
    }
    to {
        opacity: 1;
        content: '\f00c';
        font-weight: 900;
    }
}

@keyframes check-to-copy {
    from {
        opacity: 1;
        content: '\f00c';
        font-weight: 900;
    }
    50% {
        opacity: 0;
        content: '\f00c';
        font-weight: 900;
    }
    51% {
        opacity: 0;
        content: '\f0c5';
        font-weight: 400;
    }
    to {
        opacity: 1;
        content: '\f0c5';
        font-weight: 400;
    }
}

.toCheck::before {
    animation-name: copy-to-check;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.toCopy::before {
    animation-name: check-to-copy;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

/* TRANSFERS *************************************************************************************/

.transfer-row, .submission-character-row {
    display: flex;
    align-items: stretch;
}
.transfer-info, .submission-character-info {
    flex-grow: 1;
}
.transfer-info .card-body, .submission-character-info .card-body {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.transfer-info-content, .submission-character-info-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.transfer-info-content .transfer-info-body, .submission-character-info-content .submission-character-info-body {
    flex-grow: 1;
}
.collapse-toggle {
    position: relative;
}
.collapse-toggle:after {
    display: block;
    content: '';
    border: 0.3rem solid rgba(0,0,0,0.5);
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
    position: absolute;
    right: -0.85rem;
    top: 0.45rem;
    transform: rotateZ(90deg)translateX(0.25rem);
}
.collapse-toggle.collapsed:after {
    transform: none;
}
.user-items .inventory-item, .user-characters .character-item {
    padding: 10px;
}
.user-items .inventory-stack, .user-characters .character-stack {
    cursor: pointer;
}
.user-items .inventory-item img, .user-characters .character-item img {
    max-width: 100%;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0); /* IE 9 */
        -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
        transform: translateZ(0);
}
.user-characters .character-item.disabled, .user-characters .character-item.disabled .character-stack  {
    opacity: 0.5;
    cursor: not-allowed;
}
.user-items .category-selected .inventory-item, .user-characters .category-selected .character-item {
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.75rem;
}
.user-items .category-selected.select-item-row {
    background-color: rgba(0,0,0,0.05);
}

/* SHOPS *****************************************************************************************/
.shops-row img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    max-height: 220px;
}
.shops-row .shop-name a {

}

/* TRADES ****************************************************************************************/
.trade-offer .currency-item {
    background-color: transparent;
}

/* BOOKMARKS *************************************************************************************/
.bookmark-table {
    min-width: 1000px;
}
.bookmark-table .bookmark-thumbnail {
    min-width: 115px;
    width: 115px;
}
.bookmark-table .bookmark-info {
    width: 20%;
}
.bookmark-table .bookmark-notifications {
    width: 18%;
}
.bookmark-table .bookmark-actions {
    width: 18%;
}
.bookmark-table .img-thumbnail {
    width: 100px;
}

/* BOOTSTRAP TABLES *************************************************************************************/
.ubt-bottom {
  border-bottom:1px solid #006bb2;
}

.ubt-top {
  border-top:1px solid #006bb2;
}

.ubt-texthide {
  width:100%;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

/* COMMENTS *************************************************************************************/
.comment_replies {
        padding-left: 3rem;
        border-left-width: 2px!important;
    }

.comment>p>img {
        max-width: 100%;
        height: auto;
    }

@media only screen and (max-width: 600px) {
    .comment_replies { padding-left:1rem;}
}

/* RECIPES ***************************************************************************************/
.recipe-image {
    width: 150px;
}
/**************************************************************************************************

    USERPROFILE LINKS EXTENSION

**************************************************************************************************/

.ulinks a {
    color:	#006bb2!important;
}
.ulinks a:hover {
    color: 	#1ca4ff!important;
    text-decoration: none;
}
/* RESPONSIVE BORDERS https://stackoverflow.com/questions/46412541/applying-borders-on-elements-depending-on-device-size-with-bootstrap */
@media (min-width: 576px) {
    .border-sm-top {
      border-top: 1px solid #006bb2 !important;
    }
    .border-sm-right {
      border-right: 1px solid #006bb2 !important;
    }
    .border-sm-bottom {
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-sm-left {
      border-left: 1px solid #006bb2 !important;
    }
    .border-sm-top-0 {
      border-top: 0 !important;
    }
    .border-sm-right-0 {
      border-right: 0 !important;
    }
    .border-sm-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-sm-left-0 {
      border-left: 0 !important;
    }
    .border-sm-x {
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-sm-y {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-sm {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-sm-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
    .live-clock-container {
        width: 90%;
        height: 80px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 49px;
        position: fixed;
        z-index: 4;
    }
}

@media (min-width: 800px) {
    .border-md-top {
      border-top: 1px solid #006bb2 !important;
    }
    .border-md-right {
      border-right: 1px solid #006bb2 !important;
    }
    .border-md-bottom {
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-md-left {
      border-left: 1px solid #006bb2 !important;
    }
    .border-md-top-0 {
      border-top: 0 !important;
    }
    .border-md-right-0 {
      border-right: 0 !important;
    }
    .border-md-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-md-left-0 {
      border-left: 0 !important;
    }
    .border-md-x {
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-md-y {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-md {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-md-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
}


@media (min-width: 992px) {
    .border-lg-top {
      border-top: 1px solid #006bb2 !important;
    }
    .border-lg-right {
      border-right: 1px solid #006bb2 !important;
    }
    .border-lg-bottom {
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-lg-left {
      border-left: 1px solid #006bb2 !important;
    }
    .border-lg-top-0 {
      border-top: 0 !important;
    }
    .border-lg-right-0 {
      border-right: 0 !important;
    }
    .border-lg-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-lg-left-0 {
      border-left: 0 !important;
    }
    .border-lg-x {
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-lg-y {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-lg {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-lg-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
    .live-clock-container {
        width: 1210px;
        height: 57px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 65px;
        position: fixed;
        z-index: 4;
    }
    .live-clock {
        display: inline-block;
        padding: 10px 14px;
        border-radius: 0.75rem;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        width: auto;
        color: #006bb2;
        letter-spacing: 1px;
        cursor: default;
        text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
      border-top: 1px solid #006bb2 !important;
    }
    .border-xl-right {
      border-right: 1px solid #006bb2 !important;
    }
    .border-xl-bottom {
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-xl-left {
      border-left: 1px solid #006bb2 !important;
    }
    .border-xl-top-0 {
      border-top: 0 !important;
    }
    .border-xl-right-0 {
      border-right: 0 !important;
    }
    .border-xl-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-xl-left-0 {
      border-left: 0 !important;
    }
    .border-xl-x {
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-xl-y {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
    }
    .border-xl {
      border-top: 1px solid #006bb2 !important;
      border-bottom: 1px solid #006bb2 !important;
      border-left: 1px solid #006bb2 !important;
      border-right: 1px solid #006bb2 !important;
    }
    .border-xl-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
    .live-clock-container {
        width: 1250px;
        height: 74px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 65px;
        position: fixed;
        z-index: 4;
    }
    .live-clock {
        display: inline-block;
        padding: 10px 14px;
        border-radius: 0.75rem;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        width: auto;
        color: #006bb2;
        letter-spacing: 1px;
        cursor: default;
        text-shadow: rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 3px;
    }
}

@media (min-width: 1321px) {
    .live-clock-container {
        width: 1620px;
        height: 74px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 65px;
        position: fixed;
        z-index: 4;
    }
}

@media (min-width: 1800px) {
    .live-clock-container {
        width: 1670px;
        height: 74px;
        margin: 0 auto;
        clear: both;
        max-width: 100%;
        text-align: right;
        padding-top: 65px;
        position: fixed;
        z-index: 4;
    }
}
@media (max-width: 1240px) {
    .sometimes-hidden-img {
        display: none;
    }
}

@media (min-width: 2160px) {

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-size: 200% !important;
}

.navbar .navbar-brand, .navbar .nav-item {
    font-size: 250%;
}
p {
    font-size: 200%;
}
.small {
    font-size: 160%;
}
.whitespace-pre-wrap {
    font-size: 200%;
  }
#headerNav {
    background-image: url(https://isomara-island.com/files/Themed_Imgs/oceanwaves.webp);
    background-color: transparent !important;
    background-size: contain;
    height: 150px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  div.iso-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    max-width: 400px;
    padding-top: 150px;sc
    padding-bottom: 20px;
    content: url('https://isomara-island.com/images/IsoLogo.webp');
  }
  div.island {
    width: 300px;
    content: url('https://isomara-island.com/images/IsoNavSmol2.png');
  }
  .sidebar ul {
    list-style-type: none;
    display: inline-block;
    padding-top: 30px;
    scale: 140%;
    margin-right: 120px;
  }
  .live-clock-container {
    width: 3000px;
    padding-top: 120px !important;
  }
  .live-clock {
    font-size: 20px !important;
  }
  .live-clock a {
    font-size: 20px !important;
  }
  img.zoom-img {
    min-width: 150px;
  }
}
