.portal_details_container {
    background-color: rgb(1, 22, 21);
    background-color: rgba(1, 22, 21, 0.9);
    border: 2px solid rgb(191, 191, 191);
    border: 2px solid rgba(191, 191, 191, 0.4);
    bottom: 0;
    font-size: 13px;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.RESISTANCE .portal_details_container {
    border: 2px solid rgb(0, 194, 255);
    border: 2px solid rgba(0, 194, 255, 0.4);
}
.ENLIGHTENED .portal_details_container {
    border: 2px solid rgb(40, 244, 40);
    border: 2px solid rgba(40, 244, 40, 0.4);
}
.UNDEFINED .portal_details_container {
    border: 2px solid rgb(191, 191, 191);
    border: 2px solid rgba(191, 191, 191, 0.4);
}
.RESISTANCE .portal_details_openinghours {
    border: 1px solid rgb(0, 194, 255);
    border: 1px solid rgba(0, 194, 255, 0.4);
}

.ENLIGHTENED .portal_details_openinghours {
    border: 1px solid rgb(40, 244, 40);
    border: 1px solid rgba(40, 244, 40, 0.4);
}

.UNDEFINED .portal_details_openinghours {
    border: 1px solid rgb(191, 191, 191);
    border: 1px solid rgba(191, 191, 191, 0.4);
}

.portal_details_row {
    display: table;
    margin-bottom: 10px;
    opacity: 1;
    width: 100%;

}
.portal_header {
    position: relative;
}
.ph_a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
}
.ph_a:hover {
    text-decoration: none;
    opacity: 0.25;
    background-color: #E6EBE0;
}
.portal_image_container {
    display: table-cell;
    vertical-align: top;
    width: 35%;
}
.portal_image {
    height: 72px;
    margin-left: 5px;
}
.portal_image_multi {
    box-shadow: 5px 5px 0px 0px rgba(255,255,255,0.3);
}
.portal_metadata {
    display: table-cell;
    font-size: 13px;
    padding-left: 8px;
    vertical-align: top;
}
.portal_capture_status, .portal_capture_level {
    line-height: 18px
}
.portal_discovery_label {
 color: #ebbc4a;
}
.portal_primary_title {
    display: table-cell;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px 2px;
    width: 100%;
}
.RESISTANCE .portal_primary_title,
.RESISTANCE .portal_capture_details,
.RESISTANCE .portal_items_details,
.RESISTANCE .portal_externalurl {
    color: #00c2ff;
}
.ENLIGHTENED .portal_primary_title,
.ENLIGHTENED .portal_capture_details,
.ENLIGHTENED .portal_items_details,
.ENLIGHTENED .portal_externalurl {
    color: #28f428;
}
.UNDEFINED .portal_primary_title,
.UNDEFINED .portal_capture_details,
.UNDEFINED .portal_items_details,
.UNDEFINED .portal_externalurl {
    color: rgb(191, 191, 191);
}
.portal_tab_title {
    background-color: rgb(39, 46, 50);
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 10px;
    padding: 2px 20px;
    position: relative;
    top: -10px;
    text-align: center;
    text-shadow: 0 0 6px;
}
.RESISTANCE .portal_tab_title {
    border-color: rgb(0, 194, 255);
    border-color: rgba(0, 194, 255, 0.8);
}
.ENLIGHTENED .portal_tab_title {
    border-color: rgb(40, 244, 40);
    border-color: rgba(40, 244, 40, 0.8);
}
.UNDEFINED .portal_tab_title {
    border-color: rgb(191, 191, 191);
    border-color: rgba(191, 191, 191, 0.8);
}
.portal_tab_group_decorator {
    height: 6px;
    margin-top: 10px;
}
.ENLIGHTENED .portal_tab_group_decorator {
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #28f428 0%, #272e32 70%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #28f428 0%, #272e32 70%);
    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #28f428 0%, #272e32 70%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #28f428), color-stop(0.7, #272e32));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #28f428 0%, #272e32 70%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-corner at center, #28f428 0%, #272e32 70%);
}
.RESISTANCE .portal_tab_group_decorator {
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #00c2ff 0%, #272e32 75%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #00c2ff 0%, #272e32 75%);
    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #00c2ff 0%, #272e32 75%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #00c2ff), color-stop(0.75, #272e32));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #00c2ff 0%, #272e32 75%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-corner at center, #00c2ff 0%, #272e32 75%);
}
.UNDEFINED .portal_tab_group_decorator {
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, rgb(191, 191, 191) 0%, #272e32 75%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, rgb(191, 191, 191) 0%, #272e32 75%);
    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, rgb(191, 191, 191) 0%, #272e32 75%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgb(191, 191, 191)), color-stop(0.75, #272e32));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, rgb(191, 191, 191) 0%, #272e32 75%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-corner at center, rgb(191, 191, 191) 0%, #272e32 75%);
}
#comm {
    font-size: 13px;
    left: 0px;
    margin-top: 20px;
    position: relative;
    /* Needs to be higher than separator_left_arm */
    z-index: 2;
}
#comm_history {
    font-size: 13px;
    left: 0px;
    position: relative;
    /* Needs to be higher than separator_left_arm */
    z-index: 2;
}
#plext_container {
    border: 1px solid #59fbea;
    background-color: rgb(16, 32, 35);
    background-color: rgba(16, 32, 35, 0.9);
    margin-top: -1px;
    padding: 20px 5px 5px 5px;
    width: 100%;
    max-height: 150px;
    -webkit-overflow-scrolling: touch;
}
#plexts {
    padding: 0px;
}
.plext {
    display: table-row;
    -webkit-transform: translateZ(0px);
}
.pl_timestamp {
    color: rgb(214, 254, 250);
    color: rgba(214, 254, 250, 0.5);
    display: table-cell;
    font-size: 12px;
    text-align: center;
    width: 60px;
}
.pl_timestamp_container {
    left: 0;
    position: relative;
    top: 5px;
    width: 54px;
}
.pl_timestamp_date {
    display: inline-block;
    float: left;
    width: 48px;
    position: relative;
    left: 0;
    text-align: center;
}
.pl_timestamp_spacer {
    display: inline-block;
    float: left;
    height: 16px;
    left: 47px;
    width: 5px;
}
.pl_content {
    display: table-cell;
    line-height: 16px;
    padding: 0px 5px;
}
.pl_broad {
    color: #00bab5;
}
.pl_portal_name, .pl_store_name, .pl_item_name {
    cursor: pointer;
    text-decoration: underline;
}
.pl_broad .pl_portal_address {
    color: #008780;
}
.RESISTANCE {
    color: #00c2ff;
}
.ENLIGHTENED {
    color: #28f428;
}
.UNDEFINED {
    color: #f9f9f9;
}

::-webkit-scrollbar {
 width: 14px;
 padding: 2px;
}

::-webkit-scrollbar-thumb {
 background-color: #0b5753;
 background-clip: padding-box;
 border-radius: 0px;
 border: 4px solid transparent;
}

::-webkit-scrollbar-button {
 width: 0;
 height: 0;
 display: none;
}

::-webkit-scrollbar-corner {
 background-color: transparent;
}
#plext_tab_group_container {
    margin-right: -1px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
}
.plext_tab_title {
    background-color: rgb(0, 79, 74);
    border: 1px solid #59fbea;
    color: #59fbea;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    width: 80px;
}
.plext_tab_title.tab_selected {
    background-color: rgb(16, 32, 35);
    background-color: rgba(16, 32, 35, 0.9);
    border: 1px solid #ebbc4a;
    color: #ebbc4a;
    cursor: default;
}
.title {
    background-image: -webkit-gradient( linear, left top, right top, from(rgba(24, 39, 38, 0.75)), to(rgba(24, 39, 38, 0)) );
    background-image: -moz-linear-gradient( left center, rgba(24, 39, 38, 0.75) 20%, rgba(24, 39, 38, 0) 95% );
    color: #00bab5;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 5px 0px;
    padding: 3px 0px 3px 10px;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.listheader {
    color: #00bab5;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 15px 0 10px 0px;
    text-align: left;
}
.item_container {
    border: 1px solid #00f3ff;
    background-color: #004142;
    background-image: linear-gradient(
        to right,
        #008789 0%,
        #004142 4%,
        #004142 96%,
        #008789 100%
        );
    padding: 5px;
    margin: 5px 0;
    position: relative;
    height: 100%;
}
.item_header {
    position: relative;
    margin: 5px;
}
.item_name {
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
}
.item_stock {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 14px;
    color: #FFFFFF !important;
    background-color:#004142 !important;
}
.item_image {
    border: 1px solid #000000;
    margin: 5px;
    padding: 15px;
    position: relative;
    background-color: #000000;
    /*height: 100%;*/
    min-height: 320px;
    /*min-width: 315px;*/
}


.item_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item_price {
    color: #b5b5b5;
}
.item_images {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
}
.item_images:hover {
    text-decoration: none;
    opacity: 0.25;
    background-color: #E6EBE0;
}
.item_footer {
    width: 100%;
    position: relative;
    bottom: 0;
}

.item_detail_container {
    border: 2px solid rgb(191, 191, 191);
    border: 2px solid rgba(191, 191, 191, 0.4);
    margin-bottom: 10px;
}

.item_detail {
    background-color: #000000;
}
.item_detail_header {
    position: relative;
}
.item_detail_name {
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom:10px;
}

.item_detail_stock {
    color: #FFFFFF;
}
.item_detail_image {
    width: 100%;
    margin: 0px 5px 5px 0px;
    position:relative;
}
.item_detail_description {
    color: #FFFFFF;
    font-size: 14px;
    margin: 10px 20px;
}
.item_a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.item_a:hover {
    text-decoration: none;
    opacity: 0.25;
    background-color: #E6EBE0;
}

hr {
    border: 0;
    height: 2px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
/*
.gm-style-iw {
    max-width: 350px !important;
    top: 0px !important;
    left: 0px !important;
}
*/

.layout_a {
    display: block;
    text-decoration: none;
}
.layout_a:hover {
    text-decoration: none;
/*
    opacity: 0.25;
*/
    color: #000000;
    background-color: #FFFFFF;
}

.layout td {
    border:1px solid #59fbea; 
    background-color: #000 !important; 
    color: #59fbea !important;
}

.wantbadge {
    top: 5px;
    right: 10px;
    position:absolute;
}
    .wantbadge span {
        font-size: 16px;
    }
td.booth_select {
    border: 1px solid #000 !important;
    background-color: #FFF;
    color: #000;
}

td.booth_not_select {
    border: 1px solid #FFF !important;
    background-color: #000;
    color: #FFF;
}
.form-text.text-muted {
    color: #CCC !important;
}
    .form-text.text-muted:before {
        content: "ℹ";
    }
label {
    color: #DDD !important;
}
#dropdownOps {
    background-color: #000;
    color: #FFF;
    padding: 4px;
    border: 1px solid #00f3ff;
    border-radius: 0;
}
.booth0, .booth1 {
    width: 40px;
    height: 40px;
    margin: 0 0 0 3px;
    background-image: url('../images/booth_notset.png');
    position: relative;
}

.medals {
    background-color: #000000;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #003232), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #003232),color-stop(.75, #003232), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
    border-top: 2px solid #00f3ff;
    width:max-content;
    margin: 0 auto;
}
.medals-odd {
    margin-left: 21px;
}
.medals-even {
    margin-right: 21px;
}

.booth1 > a:hover::after {
    content: url('../images/booth_light.png');
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown-divider{
    border-top-color: rgb(191, 191, 191);
}

div.booth1.RESISTANCE {
    background-image: url('../images/booth_human.png');
}
div.booth1.ENLIGHTENED {
    background-image: url('../images/booth_alien.png');
}
div.booth1.UNDEFINED {
    background-image: url('../images/booth_notset.png');
}
.RESISTANCE .closed {
    color: rgb(0, 194, 255);
    color: rgba(0, 194, 255, 0.4);
    background-color: gray;
}

.ENLIGHTENED .closed {
    color: rgb(40, 244, 40);
    color: rgba(40, 244, 40, 0.4);
    background-color: gray;
}

.UNDEFINED .closed {
    color: rgb(191, 191, 191);
    background-color: white;
}
.RESISTANCE .open {
    color: rgb(0, 194, 255);
    background-color: white;
}

.ENLIGHTENED .open {
    color: rgb(40, 244, 40);
    background-color: white;
}

.UNDEFINED .open {
    color: rgb(191, 191, 191);
    color: rgba(191, 191, 191, 0.4);
    background-color: gray;
}
