/*  gjb.css  */

/** colors:
 *  Text Color 1 (Light Warm Gray) - #D4CDC9 - rgb(212, 205, 201);
 *  Text Color 1-B (slighly brighter version of Light Warm Gray, e.g. link hover) - #f7efeb
 *  Text Color 1-D (slighly darker version of Light Warm Gray) - #aba6a4
 *  Text Color 1-I (still darker version of Light Warm Gray, e.g. disabled/inactive item) - #878382
 *
 *  Header & Footer BG (Dark Blue Gray) - #3D474C RGB: (61, 71, 76)
 *
 *  Headline & Text Box Color (Coral) - #F2A587, RGB:(242, 165, 135)
 *
 *  Headline & Text Box Color (Lemon) - #EFE589, RGB: (239, 229, 137)
 *
 *  Headline & Text Box Color (Lilac) - #D8ADDB, RGB: (216, 173, 219)
 *
 *  Headline & Text Box Color (Mint) - #A1DD9F, RGB: (161, 221, 159)
 *  A brighter version of Mint, e.g. link hover - #b7f2b0;
 *  A lighter version of Mint, e.g. culture item selected - #d2f7d0;
 *
 *  Headline & Text Box Color (Mustard) - #F4BA4A, RGB(244, 186, 74)
 *
 *  Headline & Text Box Color (Light Blue, a.k.a. Cornflower) - #A4BECE, RGB: (164, 190, 206)
 *  A lighter version of Cornflower, e.g. song item selected -  #d3e8f5;
 *
 *  Headline & Text Box Color (Pink a.k.a. Flamingo) - "#F4C0B8", RGB: (244, 192, 184)

 *  Pale Gold : #e7d4ad;

 *  Teal: #9fddca;  rgba(159, 221, 202, 1.0);
 *  Teal .darker: #8fc7b6;
 *  Teal .darker2: #619e8c;

 */



/* Global Styles --------------------------------------------------------------------------------*/

body {
    font-family: 'ABeeZee', 'Tahoma', Helvetica, sans-serif;
    color: #D4CDC9;  /* Warm Light Grey */
}

.gjb-body {
    background: #2a2826;
}

.gjb-body-no-scroll {
    background: #2a2826;
    overflow: hidden;
}

.a-like {
    cursor: pointer;
}

a, .a-like {
    color: #A1DD9F;  /* Mint */
    text-decoration: none;
}

a:hover, .a-like:hover {
    color: #b7f2b0;   /* Mint .brighter  */
    text-decoration: none;
}

h1 {
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-weight: 800;  /* Extra Bold */
}

h2, h3, h4, h5, h6 {
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-weight: 600;  /* Semi Bold */
}

.tooltip {
    visibility: hidden;
}

.tooltip-inner {
    min-width: 175px;
    pointer-events: none;
}

.mono {
    font-family: monospace;
}

.gjb-body-copy {
    color: #A4BECE;  /* Cornflower */
    font-weight: 400;
}

.gjb-bold-copy {
    color: #A4BECE;  /* Cornflower */
    font-weight: 600;
}

.gjb-song-body-copy {
    color: #9fddca; /*  Teal: */
    font-weight: 400;
}

.gjb-about-copy {
    color: #e7d4ad;  /* Pale Gold */
}

.gjb-credits-copy {
    color: #e7d4ad;  /* Pale Gold */
}

.gjb-credits-name-copy {
    color: #e7d4ad;  /* Pale Gold */
    font-weight: 400;
}


/*-----------------------------------------------------------------------------------------------*/

/* Modern browsers with `scrollbar-*` support */
/* (apply modern scrollbar styles in selectors with overflow rule) */

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
  ::-webkit-scrollbar-thumb {
    background: #aba6a4;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    max-width: 8px;
    max-height: 8px;
  }
}

.table {
    text-align: left;
}

.table th, .table td {
    padding: 3px;
    text-align: left;
    vertical-align: top;
    border-top: none;
}

.table th {
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #666;
}

.table-hover tbody tr:hover th,
.table-hover tbody tr:hover td {
    background-color: rgba(240,240,208,0.65);
}

.table-hover tbody tr.selected td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-hover tbody tr.selected td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-hover tbody tr.selected td {
    background-color: rgba(240, 192, 192, 0.5); /* #fdd; */
}

.table-hover tbody tr.selected:hover td {
    background-color: rgba(248, 200, 200, 0.5); /* #fec; */
}

.table-row-menu-btn {
    font-size: 14px;
    font-weight: 700;
}

.inner-content {
    background-color: rgba(255, 255, 255, 0.4);
}

/* table row drag and drop reorder */
.grab {
    cursor: grab;
}

/*.
grab:hover {
  color: #b1bbfc;
  background-color: #085508;
}
*/

.grabbed {
    box-shadow: 0 0 13px #000;
}

.grabCursor, .grabCursor * {
    cursor: grabbing !important;
}


/* Map and Wheel --------------------------------------------------------------------------------*/

#map {
    position: absolute;
    top: 40px;
    bottom: 80px;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

.map-bg {
    background: url('../assets/img/img/landing-bg-map-new4.jpg') center no-repeat;
    background-size: cover;
}

.map-bg-edu {
    background: url('../assets/img/img/gjb-edu-bg-map3.jpg') center no-repeat;
    background-size: cover;
}

.map-svg-icon {
    background: transparent;
    color: transparent;
}

.mapboxgl-ctrl-bottom-left {
    display: none;
}

.mapboxgl-ctrl-attrib {
    display: none;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin: 0 12px 80px 0;
    float: right
}

.mapboxgl-ctrl-group {
    border-radius: 7px;
    background: #D4CDC9;
}

.mapboxgl-ctrl button:not(:disabled):hover {
    background-color: #f7efeb;
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    align-self: center;
    border-top: none;
    border-bottom-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    align-self: center;
    border-bottom: none;
    border-top-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    align-self: center;
    border-left: none;
    border-right-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    align-self: center;
    border-right: none;
    border-left-color: #3D474C;
    opacity: 0.85;
}

.mapboxgl-popup-content {
    position: relative;
    background: #3D474C;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0/10%);
    padding: 10px 12px 10px 15px;
    pointer-events: auto;
    opacity: 0.85;
}

#wheelOld {
    z-index: 101;
}

#wheelSvgContainer {
    position: relative;
    height: 800px;
    width: 800px;
    margin: 50px auto 0 auto;
}

.wheel-label {
    pointer-events: none;
    font-size: 17px;
    text-shadow: 1px 1px 5px #f7efeb, -1px -1px 5px #f7efeb;
    cursor: default;
}

.wheel-hub-text {
    position: absolute;
    top: 375px;
    left: 275px;
    width: 250px;
    text-align: center;
    margin: 0 auto 0 auto;
    cursor: default;
}

.land {
    fill: #222;
    stroke: #aba6a4;  /*(warm light grey .darker)*/
    opacity: 0.80;
}

.land-new {
    fill: rgba(146, 141, 139, 0.25);
    stroke: rgba(171, 166, 164, 0.65);  /*(warm light grey .darker)*/
    opacity: 0.50;
}

#wheelNew {
    z-index: 102;
}

.wheel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/img/landing-bg-map-new4.jpg') center no-repeat;
    background-size: cover;
}

.wheel-container-edu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/img/gjb-edu-bg-map3.jpg') center no-repeat;
    background-size: cover;
}

.new-wheel-text-area {
    position: relative;
    top: -650px;
    width: 200px;
    text-align: center;
    margin: 0 auto 0 auto;
    cursor: default;
}

.new-wheel-text-header {
    color: #3D474C;  /*(Dark Blue Gray)*/
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    text-shadow: 0 0 10px #f7efeb;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding-top: 42px;
    cursor: default;
}

.new-wheel-text-separator {
    border-bottom: dashed 2px #3D474C;  /*(Dark Blue Gray)*/
    font-size: 13px;
    height: 0;
    width: 160px;
    margin: 10px 30px 10px 30px;
}

.new-wheel-text-subhead {
    color: #3D474C;  /*(Dark Blue Gray)*/
    font-size: 15px;
    text-shadow: 0 0 10px #f7efeb;
    text-align: center;
}

#wheelTaxoMenu {
    position: absolute;
    top: 110px;
    left: 30px;
    bottom: 100px;
    max-width: 320px;
    padding-right: 10px;
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
}


/* NavBar, used for Header and Footer -----------------------------------------------------------*/

.navbar-fixed-top {
    position: absolute;
}

.navbar-fixed-top .navbar-inner {
    border-bottom: solid 1px rgba(216, 173, 219, .65);  /* Lilac */
}

.navbar-fixed-bottom .navbar-inner {
    border-top: solid 1px rgba(216, 173, 219, .65);  /* Lilac */
}

.navbar-inverse .navbar-inner {
    background: #3D474C none;  /* Dark Blue Gray, no image */
    filter: none;
}

.navbar-inverse .nav > li > a, .navbar-inverse .nav > li > .a-like {
    color: #D4CDC9;  /* Warm Light Grey */
    text-shadow: none;
    padding: 9px 10px 9px 10px;
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > .a-like:focus,
.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > .a-like:hover {
    color: #f7efeb;  /* Warm Light Grey .brighter */
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #f7efeb;  /* Warm Light Grey .brighter */
    background: none;
}

#gjbFooter1 {
    border-top: solid 1px rgba(216, 173, 219, .35);  /* Lilac */
}

/* Header ---------------------------------------------------------------------------------------*/

#header {
    z-index: 1030;
}

.gjb-menu {
    padding-right: 2px;
}

.gjb-home {
    padding: 0 8px 0 8px;
}

.gjb-heading > a, .gjb-heading > .a-like {
    padding: 10px 5px 6px 5px !important;
}

.gjb-menu-icon {
    background: url("../assets/img/icon/gjb-menu-icon-grey.png") no-repeat;
    width: 22px;
    height: 20px;
    padding: 0 !important;
    margin-top: 8px;
}

.gjb-home-icon {
    background: url("../assets/img/icon/gjb-home-icon-grey.png") no-repeat;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin-top: 8px;
}

.gjb-heading-text {
    color: #e7d4ad;  /* Pale Gold */
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
}

.hdr-pad-right {
    padding-right: 150px;
}

.gjb-header-view-btn, .gjb-header-search-btn, .gjb-header-user-btn, .gjb-header-taxo-btn,
.gjb-header-edu-btn, .gjb-header-dance-btn, .gjb-footer-btn {
    height: 40px;
}

.gjb-header-btn-disabled, a.gjb-footer-link-disabled, .a-like.gjb-footer-link-disabled {
    background-color: #3D474C;  /* Dark Blue Gray */
    pointer-events: none;
    opacity: 0.5;
}

.gjb-heading-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.gjb-home-icon.gjb-header-btn-disabled {
    cursor: default;
}

.gjb-header-user-btn {
    height: 30px;
    padding: 10px 8px 0 7px;
    margin: 0 5px 0 0;
}

.gjb-header-search-btn {
    margin: 0 5px 0 5px;
    padding: 0;
}

.gjb-header-taxo-btn {
    margin: 0;
    padding: 0;
}

.gjb-header-search-btn button, .gjb-header-taxo-btn button {
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}

.gjb-header-search-btn .dropdown-menu, .gjb-header-taxo-btn .dropdown-menu {
    margin-top: 0;
}

.gjb-header-search-btn:hover, .gjb-header-taxo-btn:hover {
    background: rgba(216, 173, 219, .35);  /* Lilac */
}

.gjb-header-search-btn-selected, .gjb-header-search-btn:focus,
.gjb-header-taxo-btn-selected, .gjb-header-taxo-btn:focus {
    background: rgba(216, 173, 219, .50);  /* Lilac */
}

.gjb-header-search-pop-songs-label {
    color: #D8ADDB !important;             /* Lilac */
}

.gjb-header-view-btn:hover,
.gjb-header-user-btn:hover {
    background: rgba(216, 173, 219, .25);  /* Lilac */
}

.gjb-header-view-btn-selected,
.gjb-header-user-btn:focus {
    background: rgba(216, 173, 219, .40);  /* Lilac */
}

.gjb-header-edu-btn:hover {
    background: rgba(164, 190, 206, .35);  /* Cornflower */
}

.gjb-header-edu-btn-selected {
    background: rgba(164, 190, 206, .50);  /* Cornflower */
}

.gjb-header-dance-btn:hover {
    background: rgba(159, 221, 202, .35) /* Teal */  /*rgba(161, 221, 159, .35);  /* Mint */
}

.gjb-header-dance-btn-selected {
    background: rgba(159, 221, 202, .50) /* Teal */  /*rgba(161, 221, 159, .50);  /* Mint */
}

.dance-item-indicator {
    color: #D4CDC9;  /* Warm Light Grey */
    font-family: 'Tahoma', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.dance-item-camera {
    width: 20px;
    height: auto;
    margin: -8px 5px 0 0;
}

#googleTranslateElement {
    position: absolute;
    top: 8px;
    right:20px;
    opacity: .70;
    z-index: 11040;
}


/* Header Search Bar ----------------------------------------------------------------------------*/

.navbar-search {
    height: 22px;
    margin: 8px 0 0 0;
}

.navbar-search .search-query {
    font-size: 13px;
    font-weight: normal;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 1px 15px 3px 15px;
}

.navbar-inverse .navbar-search .search-query {
    background-color: #3D474C;                   /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .85);  /* Lilac */
    color: #D4CDC9;                              /* Warm Light Grey */
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

::placeholder {
    color: #aba6a4 !important;  /* Warm Light Grey .darker */
    font-style: italic;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    background-color: #5e6d73;                   /* Dark Blue Gray .brighter */
    border: solid 1px rgba(216, 173, 219, .85);  /* Lilac */
    color: #D4CDC9;                              /* Warm Light Grey) */
    padding: 1px 15px 3px 15px;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/* Header Dropdown ----------------------------------------------------------------------------*/

.dropdown-menu {
    background: #3D474C;                         /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .85);  /* Lilac */
    border-radius:  0 17px 17px 17px;
    padding: 6px 0 10px 0;
    opacity: .875;
    z-index: 9000;
}

.dropdown-menu a, .dropdown-menu .a-like {
    color: #D4CDC9;     /* Warm Light Grey */
    font-size: 13px;
    line-height: 21px;
    padding: 2px 20px 2px 20px;
}

.dropdown-menu .active > a, .dropdown-menu .active > .a-like,
.dropdown-menu .active > a:hover, .dropdown-menu .active > .a-like:hover {
    background: rgba(216, 173, 219, .50);  /* Lilac */
    color: #f7efeb;                        /* Warm Light Grey .brighter */
    text-decoration: none;
}

.dropdown-menu-searchmode {
    border: solid 1px rgba(216, 173, 219, .85);  /* Lilac */
    min-width: 192px;
    margin: 10px 0 0 -5px;
}

.dropdown-menu-searchmode a:hover, .dropdown-menu-searchmode .a-like:hover {
    background: rgba(216, 173, 219, .35);  /* Lilac */
}

.dropdown-item-searchmode-disabled {
    font-size: 13px;
    line-height: 21px;
    padding: 2px 20px 2px 20px;
}

.dropdown-menu-user {
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    margin: 6px 0 0 -7px;
}

.dropdown-menu-user a:hover, .dropdown-menu-user .a-like:hover {
    background: rgba(216, 173, 219, .25);  /* Lilac */
}

.edu-list-item, .edu-dropdown-item {
    color: #A4BECE !important;  /* Cornflower */
}

.edu_list-item:hover {
    color: #d3e8f5 !important;                        /* Cornflower.brighter */
}

.edu-dropdown-item:hover {
    color: #d3e8f5 !important;                        /* Cornflower.brighter */
    background: rgba(164, 190, 206, .25) !important;  /* Cornflower */
}

.edu_list_item

.typeahead {
    position: fixed;
    right: 20px;
    max-width: 660px;
    max-height: 450px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    z-index: 11000;
}

.typeahead li > a:hover, .typeahead li > .a-like:hover,
.typeahead li > a:focus, .typeahead li > .a-like:focus {
    background: rgba(216, 173, 219, .35) none !important; /* Lilac */
    filter: none;
}

.dropdown-username {
    color: #e7d4ad;  /* Pale Gold */ 
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-weight: 800;
    font-size: 15px;  /*14px;*/
    font-style: italic;
    line-height: 21px;
    min-width: 140px;
    padding: 1px 20px 2px 20px;
}


/* Footer ---------------------------------------------------------------------------------------*/

#footer {
    z-index: 1060;
}

.footer-text-row {
    color: #aba6a4;  /* darker Warm Light Grey */
    font-size: 12px;
    padding-left: 20px;
    cursor: default;
}

.footer-text-row > li {
    padding: 10px 0 0 0;
}

.footer-text-item {
    color: #D4CDC9;  /* Warm Light Grey */
    padding: 10px 0 0 0;
    cursor: default;
}

.gjb-footer-link, .gjb-footer-link > a, .gjb-footer-link > .a-like {
    color: #D4CDC9;  /* Warm Light Grey */
    font-size: 12px;
    text-shadow: none;
}

.gjb-footer-link > a:hover, .gjb-footer-link > .a-like:hover {
    color: #f7efeb;  /* Warm Light Grey .brighter */
}

a.gjb-footer-link, .a-like.gjb-footer-link {
    display:inline !important;
    padding:10px;
}

.gjb-footer-link-tour, .gjb-footer-link-tour > a, .gjb-footer-link-tour > .a-like {
    color: #e7d4ad !important;  /* Pale Gold */
}

.gjb-footer-btn:hover {
    background: rgba(159, 221, 202, .35) /* Teal */
    /*background: rgba(216, 173, 219, .25);  /* Lilac */
    /*background: rgba(161, 221, 159, .35);  /* Mint */
}

.gjb-footer-btn-selected {
    background: rgba(159, 221, 202, .50) /* Teal */
    /*background: rgba(216, 173, 219, .40);  /* Lilac */
    /*background: rgba(161, 221, 159, .50);  /* Mint */
}

.footer-culture-prompt {
    color: #aba6a4;  /* Warm Light Grey .Darker */
    font-size: 13px;
    padding: 10px 10px 0 10px;
    cursor: default;
}

.footer-culture-item {
    color: #e7d4ad;  /* Pale Gold */
    font-size: 16px;
    font-style: italic;
    padding: 10px 10px 0 10px;
    cursor: default;
}

.footer-cluster-item {
    color: #e7d4ad;  /* Pale Gold */
    font-style: italic; 
    font-size: 15px;
    cursor: default;
}

.footer-cluster-btn {
    color: #D4CDC9;  /* Warm Light Grey */
    font-size: 14px;
    font-weight: 600;
    margin-top: -2px;
}

.donate-btn-alt {
    background: rgba(231, 212, 173, .35);  /* Pale Gold */
    border-radius: 13px;
    padding: 5px 10px !important;
    margin: 4px;
}

/* Footer Slideup Panels - Share, Donate + Cluster  -----------------------------------------------*/

.footer-slideup-panel {
    position: fixed;
    left: 20px;
    bottom: 81px;
    float: left;
    background: #3D474C;                         /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    border-radius: 17px 17px 17px 0;
    color: #D4CDC9;                              /* Light Warm Gray */
    text-align: left;
    padding: 15px 20px 15px 20px;
    margin: 0;
    opacity: .875;
    z-index: 1300;
    cursor: default;
}

.share-popup-text-label {
    color: #D4CDC9;  /* Warm Light Grey */
    padding-bottom: 8px;  /*10px;*/
    cursor: default;
}

.share-text-error {
    color: #F2A587;  /* Coral  */  /* #bb1144;  /* error red */
    cursor: default;
}

.share-input {
    width: 420px;
    font-size: 12px;
    background: #3D474C !important;                         /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75) !important;  /* Lilac */
    color: #D4CDC9 !important;                              /* Warm Light Grey */
}

.share-input:focus, .share-input.focused,
.share-input input:focus, .share-input input.focused {
    background: #5e6d73 !important;                         /* brighter Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75)!important;   /* Lilac */
    text-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.share-btn {
    background: rgba(216, 173, 219, .35);   /* Lilac */
    border: none;
    border-radius: 5px;
    color: #D8ADDB;                         /* Lilac */
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    margin: 5px 0 5px 5px;
}

.share-btn:hover {
    color: #D4CDC9;                        /* Warm Light Grey */
    background: rgba(216, 173, 219, .50);  /* Lilac */
    cursor: pointer;
}

.donate-form {
    width: 420px;
    margin: 0 10px 5px 0;
}

.cluster-popup {
    position: absolute;
    left: 28px;
    bottom: 121px;
    float: left;
    background: #3D474C;                         /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    border-radius: 17px 17px 17px 0;
    color: #D4CDC9;                              /* Light Warm Gray */
    text-align: justify;
    font-size: 14px;
    line-height:  22px;
    width: 250px;
    padding: 5px 25px 5px 25px;
    transition: 0.35s;
    opacity: .875;
    z-index: 1131;
}

.cluster-color-patch {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 18px;
    margin-right: 8px;
}


/* Login ----------------------------------------------------------------------------------------*/

.ua-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: none;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    z-index: 5000;
}

.ua h2, .ua h3 {
    text-align: center;
    width: 100%;
}

.ua p, .ua li {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.ua .slim p {
    text-align: center;
}

.ua a, .ua .a-like {
    font-size: 14px;
    color: #D4CDC9;  /* Light Warm Gray */
    text-decoration: none;
}

.ua a:hover, .ua .a-like:hover {
    color: #f7efeb;  /* Warm Light Grey .brighter */
}

.ua-panel {
    background: #3D474C;                        /* Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .15);  /* Pale Gold */
    border-radius: 27px;
    color: #D4CDC9;                             /* Light Warm Gray */
    width: 430px;
    max-height: 70%;
    padding: 30px 40px 20px 50px;
    margin: 150px auto auto auto;
    opacity: .90;
}

.ua-panel.slim {
    width: 290px;
    padding-bottom: 30px;
}

.ua-panel.wide {
    width: 640px;
    padding-right: 50px;
}

.ua-panel h3 {
    color: #e7d4ad;  /* Pale Gold */
    font-weight: 600;  /* Semi Bold */
}

.ua-blocker {
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(61, 71, 76, .25); /* Dark Blue Gray */
    border-radius: 27px;
    opacity: .50;
    padding-bottom: 50px;
    z-index: 5001;
}

.ua-content {
    width: 420px;
    padding-right: 10px;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0, 0, 0, 0.2); /* thumb, track */
    scrollbar-width: thin;
}

.ua-content-slim {
    width: 280px;
    padding-right: 10px;
}

.ua-content-wide {
    width: 630px;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0, 0, 0, 0.2); /* thumb, track */
    scrollbar-width: thin;
}


.ua-form-row {
  margin-bottom: 15px;
}

.ua input {
    display:inline-block;
    background: #3D474C;                        /* Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #D4CDC9;                             /* Warm Light Grey */
    font-size: 14px;
    width: 388px;
    padding: 4px 15px 4px 15px;
    margin: 0;
}

.ua .slim input {
    width: 248px;
}

.ua input:focus, .ua input.focused {
    background: #5e6d73;                        /* Dark Blue Gray .brighter */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ua select, .formlike select  {
    display:inline-block;
    background: #3D474C;                        /* Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    color: #D4CDC9;                             /* Warm Light Grey */
    font-size: 14px;
    width: 418px;  /*388px;*/
    padding: 4px 15px 4px 15px;
    margin: 0;
}

.ua .multi-select {
    height: 132px;
}

.ua input:focus:required:invalid,
.ua textarea:focus:required:invalid,
.ua select:focus:required:invalid {
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    color: #e7d4ad;                              /* Pale Gold */
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ua input:focus:required:invalid:focus,
.ua textarea:focus:required:invalid:focus,
.ua select:focus:required:invalid:focus {
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    color: #e7d4ad;                              /* Pale Gold */
}

/*
input:-webkit-autofill {
    -webkit-box-shadow: none;
    -webkit-text-fill-color: #ddd !important;
}
*/

.ua-tos-content-frame {
    background: #3D474C;                         /* Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px;  /*5px;*/
    color: #D4CDC9;                              /* Light Warm Gray */
    width: 590px;
    height: 310px;   /*345px;*/
    padding: 20px;
    margin-bottom: 15px;
    overflow-y: scroll;
    scrollbar-color: #878382 rgba(0,0,0,0.2);  /* thumb, track */
    scrollbar-width: thin;
}

.ua-profile-checklist-frame {
    background: #3D474C;                         /* Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px;
    color: #D4CDC9;                              /* Light Warm Gray */
    width: 418px;
}

.ua-profile-checklist {
    height: 80px;  /*112px;*/
    margin: 2px 5px 15px 12px;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0, 0, 0, 0.2); /* thumb, track */
    scrollbar-width: thin;
}

.ua .checkbox-label {
    margin: 2px 0 0 0;
    display: inline-block;
}

.ua .ua-checkbox {
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    color: #5e6d73;                              /* Dark Blue Gray .brighter */
    text-align: left;
    height: 20px;
    width: 20px;
    padding-top: 0;
    margin: 3px 0 0 0;
}

.ua button, .formlike button {
    background: #5e6d73;                         /* brighter Dark Blue Gray */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px;
    color: #D4CDC9;                              /* Warm Light Grey */
    font-family: 'ABeeZee', 'Nunito', 'Tahoma', Helvetica, sans-serif;
    width: 135px;
    padding: 4px 15px 4px 15px;  /* 5px 15px 5px 15px; */
    margin-left: 5px;
}

.ua button:hover {
    background :rgba(231, 212, 173, .25);  /* Pale Gold */
}

.ua button:focus {
    background: rgba(231, 212, 173, .50);  /* Pale Gold */
    outline: 0;
}

.ua-response, .ua-response-success {
    background: rgba(231, 212, 173, .50);        /* Pale Gold */
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 16px !important;
    color: #D4CDC9;                              /* Warm Light Grey */
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    margin: 30px 0 10px 0;
}

.ua-response-success {
    background: rgba(161, 221, 159, .35);        /* Mint */
    border: solid 1px rgba(161, 221, 159, .75);  /* Mint */
}

.ua-checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ua-checkbox-container input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -4px;  /* 0 */
    left: 0;
    height: 25px;
    width: 25px;
    background: #3D474C;
    border: solid 1px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px;
}

.ua-checkbox-container:hover input ~ .checkmark {
    background: rgba(231, 212, 173, .25);  /* Pale Gold */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ua-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.ua-checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #D4CDC9;  /* Warm Light Grey */
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ua select option {
  background: rgba(231, 212, 173, .25);  /* Pale Gold */
}

/* sadly this does not work...
.ua select option:hover {
    background-color: #1882A8;
}
*/

.ua select option:checked {
  background-color: rgba(231, 212, 173, .50);  /* Pale Gold */
}


/* placeholder text color, the first set works on anything that isn't a bootstrap 3 form-control... * /
::-webkit-input-placeholder { /* WebKit, Blink, Edge * /     color: #c0e0ff; }
:-moz-placeholder           { /* Mozilla Firefox 4 to 18 * / color: #c0e0ff; opacity: 1; }
::-moz-placeholder          { /* Mozilla Firefox 19+ * /     color: #c0e0ff; opacity: 1; }
:-ms-input-placeholder      { /* Internet Explorer 10-11 * / color: #c0e0ff; opacity: 1; }

/* .. the second is a more specific rule needed to override bs 3's #999 placeholder on form-controls * /
.ua .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge * /     color: #c0e0ff; }
.ua .form-control:-moz-placeholder           { /* Mozilla Firefox 4 to 18 * / color: #c0e0ff; opacity: 1; }
.ua .form-control::-moz-placeholder          { /* Mozilla Firefox 19+ * /     color: #c0e0ff; opacity: 1; }
.ua .form-control:-ms-input-placeholder      { /* Internet Explorer 10-11 * / color: #c0e0ff; opacity: 1; }


/* Landing --------------------------------------------------------------------------------------*/


.overlay-popup {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 305;
    cursor: default;
}

.hero-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 20, .65);
    z-index: 1029;
}

.hero-overlay div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);  /* trick to center it vertically */
}

.hero-overlay img {
    display: block;
}

.hero-overlay-message-div {
    position: absolute;
    top: 62.5%;
    left: 25%;
    width: 50%;
    padding: 20px 0 20px 0;
    background: rgba(61, 71, 76, .85);           /* Dark Blue Gray */
    border: solid 2px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius: 15px 0 15px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #D4CDC9;  /* Warm Light Grey */
    text-align: center;
}

.hero-message-route {
    color: #e7d4ad;  /* Pale Gold */
}

.hero-overlay-ok-button {
  position: absolute;
  background: rgba(231, 212, 173, .35);  /* Pale Gold */
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border-radius: 0 0 0 8px;
  color: #e7d4ad;  /* Pale Gold */
  font-size: 20px;
  line-height: 54px;
  cursor: pointer;
}

.hero-overlay-ok-button:hover {
    filter: brightness(125%);
}

#landing {
    z-index: 117;
}

.landing-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(108, 140, 160, 0.45);  /* 0.65 */
    background-size: cover;
}

.landing-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 71, 76, .35);   /* Dark Blue Gray */
    filter: none;
}

.landing-cards {
    width: 740px;
    margin: 120px auto 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    z-index: 3001;
}

#landing .left {
    float: left;
}

#landing .right {
    float: right;
}

.landing-welcome {
    margin: 0 0 0 0;
    cursor: default;
}

.landing-welcome h1 {
    color: #e7d4ad;                 /* Pale Gold */
    font-family: 'Barlow Condensed';
    font-weight: 200;
    font-size: 82px;
    line-height: 96px;
    text-align: center;
    margin: 0 0 40px 0;
}

/* only used at top of signin panel */
.landing-welcome h2 {
    color: #e7d4ad;  /* Pale Gold */
    font-family: 'Barlow Condensed';
    font-weight: 200;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    width: 320px;
    margin: 0 -20px 10px -20px;
}

.landing-welcome p {
    color: #eed;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;  /*center;*/
    margin: 20px 107px 20px 107px;
}

.landing-welcome a, .landing-welcome .a-like{
    color: #e7d4ad;  /* Pale Gold */
    cursor: pointer;
}

.landing-link {
    color: #e7d4ad;  /* Pale Gold */
    font-size: 16px;
}

.landing-link:hover, .landing-welcome a:hover, .landing-welcome .a-like:hover {
    filter: brightness(125%);
    cursor: pointer;
}

.landing-header {
    background: rgba(61, 71, 76, .85);           /* Dark Blue Gray */
    border: solid 3px rgba(231, 212, 173, .35);  /* Pale Gold */
    border-radius: 27px 0 27px 27px;
    font-size: 16px;
    color: #e7d4ad;  /* Pale Gold */
    padding: 24px 40px 24px 40px;
    margin: 20px;
}

.landing-header .title {
    color: #e7d4ad;  /* Pale Gold */
}

.landing-header .error {
    color: #F2A587;  /* Coral */
}

.landing-header .detail {
    color: #eed;
}

.landing-card-separator {
    float: left;
    border-bottom: dashed 2px rgba(231, 212, 173, .75);  /* Pale Gold */
    height: 0;
    width: 100%;
    margin: 40px 0 40px 0;
}

.landing-card {
    visibility: hidden; /* until img loads */
    width: 330px;
    height: 150px;
    margin: 20px 15px;
    cursor: pointer;
}

.landing-card:hover {
    filter: brightness(125%);
}

.landing-img-frame {
    display: inline-block;
    height: 150px;
    width: 150px;
}

.landing-card-img {
    border: solid 3px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius:  17px 0 17px 17px;
    height: 144px;
    width: 144px;
    object-fit: cover;
    object-position:center;
    vertical-align: bottom;
    opacity: .85; 
}

.landing-img-overlay {
    position: relative;
    top: -147px;
    left: 3px;
    background: #e7d4ad; /*Pale Gold*/
    height: 144px;
    width: 144px;
    opacity: .35;
}

.landing-icon-img {
    position: relative;
    top: -281px;
    left: 105px;
    width: 32px;
    height: 32px;
}

.landing-icon-frame {
    position: relative;
    top: -323px;
    left: 93px;
    background: #e7d4ad;  /*Pale Gold*/
    border: none;
    border-radius: 0 0 0 7px;
    height: 54px;
    width: 54px;
    opacity: .45;
}

.landing-card-title {
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-weight: 600;  /* Semi-Bold; */
    color: #e7d4ad;  /*Pale Gold*/
    font-size: 22px;
    line-height: 28px;
    margin: -4px 0 4px 0;
}

.landing-card-blurb {
    display: inline-block;
    color: #eed;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    height: 150px;
    width: 160px;
    margin: 0 0 0 15px;
}



/* Interstitials --------------------------------------------------------------------------------*/

.interstitial-container {
    width: 480px;
    margin: 120px auto 0 auto;
    z-index: 3002;
}

.interstitial-container-wide {
    width: 720px;
}

.interstitial-panel {
    background: rgba(61, 71, 76, .65);  /* Dark Blue Gray */
    border: solid 3px #e7d4ad;          /* Pale Gold */
    border-radius: 27px 0 27px 27px;
    color: #eed;
    font-size: 15px;
    line-height: 24px;
    padding: 40px 10px 20px 40px;
    height: 400px;
}

.interstitial-card-block {
    width: max-content;
    height: 125px;
    margin: 20px 0 ;
}

.interstitial-img-frame {
    display: inline-block;
    height: 135px;  /*140px;*/
    width: 135px;   /*140px;*/
}

.interstitial-card-img {
    border: solid 3px rgba(231, 212, 173, .75);  /* Pale Gold */
    border-radius:  17px 0 17px 17px;
    height: 108px;  /*120px;*/
    width: 108px;   /*120px;*/
    object-fit: cover;
    object-position:center;
    vertical-align: bottom;
}

.interstitial-card-blurb {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    text-align: left;
    height: 120px;
    width: 250px;
    margin: 0 0 0 0;
}

.interstitial-content .interstitial-card-blurb,
.interstitial-content .interstitial-card-blurb p {
    text-align: left;
}

.interstitial-icon-img {
    position: relative;
    float: right;
    top: -30px;
    right: 0;
    width: 32px;
    height: 32px;
}

.interstitial-icon-frame {
    position: relative;
    float: right;
    top: -40px;
    right: -42px;
    background: #e7d4ad;  /* Pale Gold */
    border: none;
    border-radius: 0 0 0 7px;
    height: 54px;
    width: 54px;
    opacity: .60;
    cursor: pointer;
}

.interstitial-icon-frame:hover {
    filter: brightness(120%);
}

.interstitial-content {
    position: relative;
    top: -35px;
    left: 0;
    width: 400px;
    height: 380px;
    font-size: 15px;
    line-height: 24px;
    padding-right: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    cursor: default;
}

.interstitial-content h2 {
    color: #e7d4ad;  /* Pale Gold */
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px 0;
}

.interstitial-content h3 {
    color: #e7d4ad;  /* Pale Gold */
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin: -4px 0 10px 0;
}

.interstitial-content p,
.interstitial-content li {
    line-height: 24px;
    text-align: justify;
    margin-bottom: 14px;
}

.interstitial-content li {
    text-align: left;
}

.interstitial-button-bar {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 20px 0;
}

.interstitial-button {
    color: #A1DD9F;  /* Mint */
    font-size: 16px;
    font-weight: 400;
    margin:10px auto 0 auto;
    cursor: pointer;
}

.interstitial-button-lg {
    color: #A1DD9F;  /* Mint */
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin:10px auto 0 auto;
    cursor: pointer;
}

.interstitial-button.padded {
    padding: 10px;
}

.interstitial-button:hover {
    color: #b7f2b0;  /* Mint .brighter  */
    cursor: pointer;
}


/* Playlists ------------------------------------------------------------------------------------*/

.playlist-panel {
    position: fixed;
    float: left;
    left: 20px;
    bottom: 81px;
    background: rgba(50, 57, 61, 0.85);  /* Dark Blue Gray .darker */
    border: solid 1px rgba(216, 173, 219, .65);  /* Lilac */
    border-radius: 17px 17px 17px 0;
    padding: 0;
    margin: 0;
    width: 540px;
    overflow: hidden;
    z-index: 1299;
}

.playlist-icon-img {
    width: 32px;
    height: 32px;
    padding: 11px;
    color: #D8ADDB;  /* Lilac */
}

.playlist-icon-frame {
    float: left;
    background: rgba(216, 173, 219, .65);  /* Lilac */
    border: none;
    border-radius: 0 0 7px 7px;
    height: 54px;
    width: 54px;
    margin: 0 10px 0 20px;  /*0 10px 20px 20px;*/
    cursor: pointer;
}

.playlist-icon-frame:hover {
    filter: brightness(120%);
}

.playlist-title-holder {
  float: left;
  margin: 15px 0 10px 0;
}

#mgmtPanel_playlist {
  margin-top: 15px;
}

.playlist-title {
  padding: 5px 10px 5px 10px;
  color: #D8ADDB;  /* Lilac */
  text-align: left;
  font-size: 22px;
  display: inline-block;
  line-height: 30px;
  max-width: 230px;
  width: 230px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
.playlist-item-editable {
    padding: 3px 5px 3px 5px;
    margin-left: -5px;
}
*/

.playlist-item-editable:hover {
    background: rgba(216, 173, 219, .25);  /* Lilac */
    border-radius: 5px;
    cursor: pointer;
}

.playlist-input {
    background: rgba(61, 71, 76, .25) !important; /* Dark Blue Gray */
    color: rgba(216, 173, 219, .75) !important;
    border: 1px solid rgba(216, 173, 219, .5) !important;
    margin-top: 10px;
    font-size: 15px;
    width: 320px;
}

.playlist-input:focus, .playlist-input.focused,
.playlist-input input:focus, .playlist-input input.focused {
    text-shadow: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.playlist-content {
    width: 462px;
    height: 82.5%;
    padding: 0 35px 0 30px;
    margin: 5px 5px 40px 20px;
    overflow: hidden;
}

.playlist-subhead {
    color: #A4BECE;   /* Cornflower */
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 10px  0;
}

.playlist-content table {
    text-align: left;
}

.playlist-content th,
.playlist-content td {
    vertical-align: top;
    padding: 2px 4px 4px 2px;
}

.playlist-btn {
    background: rgba(216, 173, 219, .25);  /* Lilac */
    border: none;
    border-radius: 5px;
    color: #D8ADDB;  /* Lilac */
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    margin: 5px 0 5px 5px;
}

.playlist-btn.right {
  float: right;
  margin: 5px;
}

.playlist-btn:hover {
    color: #D4CDC9;                       /* Warm Light Grey */
    background: rgba(216, 173, 219, .5);  /* Lilac */
    cursor: pointer;
}

.playlist-item-disabled {
    pointer-events:none;
    opacity: 0.65;
}

.playlist-table-btn {
    cursor: pointer;
}


/* Songs of Earth -------------------------------------------------------------------------------*/

.songsofearth-panel {
    background: #f2f1d3;
    border: 1px solid #aaa;
    border-radius: 27px 0 27px 27px;
    color: #444;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 5px 10px 10px;
    margin: 0 0 60px 0;
    opacity: 0.85;
}

.songsofearth-icon-img {
    position: relative;
    float: right;
    top: 0;
    right: 5px;
    width: 32px;
    height: 32px;
    filter: brightness(75%);
}

.songsofearth-icon-frame {
    position: relative;
    float: right;
    top: -10px;
    right: -37px;
    background: #d1c77b;  /* Lemon.dark */
    border: none;
    border-radius: 0 0 0 7px;
    height: 54px;
    width: 54px;
    opacity: .60;
    cursor: pointer;
}

.songsofearth-icon-frame:hover {
    filter: brightness(120%);
}

.songsofearth-content {
    position: relative;
    top: -5px;
    left: 0;
    width: 605px;
    color: #444;
    font-family: 'Spectral', serif;
    font-size: 16px;
    padding: 0 50px 0 50px;
    overflow-y: scroll;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    cursor: default;
}

.songsofearth-content a, .songsofearth-content .a-like {
    color: #3b5abf;
}

.songsofearth-content p,
.songsofearth-content li {
    line-height: 26px;
    margin-bottom: 16px;
}

.songsofearth-lesson,
.songsofearth-guide {
    background: rgba(209, 199, 123, 0.35);  /*#e0d6c6;*/
    padding: 15px 30px;
    margin: 0 -30px -10px -30px;
    border-radius: 10px;
}

.songsofearth-title {
    color: #99180c;
    font-family: 'Barlow Condensed';
    font-size: 82px;
    font-weight: 200;
    line-height: 96px;
    margin-bottom: 20px;
}

.songsofearth-title-small {
    color: #bf8a86;
    font-family: 'Barlow Condensed';
    font-size: 41px;
    font-weight: 200;
    line-height: 48px;
}

.songsofearth-subhead {
    color: #99180c;
    font-family: 'Spectral', serif;
}

.songsofearth-copy {
    color: #99180c;
    font-family: 'Spectral', serif;
}

.songsofearth-enterBtn,
.songsofearth-backBtn,
.songsofearth-guideBtn,
.songsofearth-listenBtn,
.songsofearth-answerBtn {
    background: rgba(209, 185, 123, 0.5);  /* Lemon.dark */
    border-radius: 7px;
    color: #99180c;
    padding: 2px 10px 2px 10px;
    margin: -5px -20px 0 0;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.songsofearth-answerBtn.revealed {
    background-color: rgba(147, 184, 92, 0.4); /* Greenyellow */
    color: #661008; /* a touch darker than before */
    cursor: default;
}

.songsofearth-enterBtn {
    font-size: 20px;
    padding: 2px 20px 2px 20px;
}

.songsofearth-backBtn {
    font-size: 14px;
}

.songsofearth-guideBtn {
    padding: 4px 8px 6px 8px;
    margin: -5px 0 0 5px;
}

.songsofearth-guideBtn-ext {
    background: rgba(239, 229, 137, .65);  /* Lemon */
    border-radius: 7px;
    color: #99180c;
    padding: 6px 8px 8px 8px;
    margin: -6px 0 0 6px;
    cursor: pointer;
}

.songsofearth-listenBtn {
    padding: 4px 4px 4px 4px;
    margin: -5px 3px 0 0;
}

.songsofearth-answerBtn {
    font-size: 14px;
    margin: -5px -20px 0 3px;
}


/* Culture and Song Menu ------------------------------------------------------------------------*/

#cultureContainer {
    visibility: hidden;
    max-width: 10px;
    overflow: visible;
    z-index: 104;
}

.culture-path-container {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 100%;
    text-align: right;
    pointer-events: none;
    z-index: 105;
}

.culture-path-title {
    font-size: 24px;
    color: #D4CDC9;  /* Light Warm Gray */
    text-shadow: 1px 1px 7px rgba(40, 40, 32, 0.80), -1px -1px 7px rgba(40, 40, 32, 0.80);  /* none;*/
    cursor: default;
}

.culture-path-bottom-bar {
    padding-bottom: 5px;
    border-bottom: solid 7px #D4CDC9;
}

#cultureMenu {
    position: absolute;
    float: right;
    top: 105px;
    right: 50px;
    bottom: 160px;
    display: none;
    background: rgba(100, 100, 80, 0.20);
    border-radius: 7px;
    text-align: right;
    min-width: 160px;
    padding: 10px;
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    z-index: 103;
}

#cultureList {
    pointer-events: auto;
}

#cultureList h4 {
    margin-top: 0;
}

#cultureList ul {
    margin-bottom: 0;
}

.plain-list {
    float: right;
    clear: right;
    color: #D4CDC9;  /* Light Warm Gray */
    text-shadow: 1px 1px 6px rgba(40, 40, 32, 0.70), -1px -1px 7px rgba(40, 40, 32, 0.80);
    text-align: right;
    list-style-type: none;
    overflow: hidden;
    margin-left: 10px;
    cursor: default;
}

.plain-list-left {
    float: left;
    clear: left;
    color: #D4CDC9;  /* Light Warm Gray */
    /*text-shadow: 1px 1px 4px rgba(40, 40, 32, 0.50),  -1px -1px 6px rgba(40, 40, 32, 0.70);*/
    text-align: left;
    list-style-type: none;
    overflow: hidden;
}

.culture-item-left {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    pointer-events: auto;
    list-style-type: none;
}

.culture-item, .song-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    pointer-events: auto;
}

.culture-item a, .culture-item .a-like {
    color: hsl(40, 40%, 70%);  /* Pale Gold .darker */
}

.selected-culture-item a, .selected-culture-item .a-like {
    color: #e7d4ad;  /* Pale Gold */ 
    font-weight: 600;
}

.song-item a, .song-item .a-like {
    color: #8fc7b6; /* Teal .darker */
    font-weight: 500;
}

.selected-song-item a, .selected-song-item .a-like {
    color: hsl(162, 48%, 85%); /* Teal .lighter */
    font-weight: 600;
}

.selected-taxo-item {
    color: #f7efeb !important;  /* Warm light grey .lighter */
    font-weight: 800;
}

.selected-taxo-item-edu {
    color: #666 !important;  /* Warm light grey .lighter */
    font-weight: 800;
}


/* Left Nav -------------------------------------------------------------------------------------*/

#leftNavMenu {
    position: absolute;
    float: left;
    left: 0;
    top: 40px;
    bottom: 80px;
    background: rgb(50, 57, 61);  /* Dark Blue Gray .darker */
    border-style: none;
    width: 0;           /* 0 width - change this with JavaScript to width: 250px;*/
    max-width: 300px;
    overflow: hidden;
    transition: 0.35s;
    opacity: 0.90;
    z-index: 1025;
}

.menu-content {
    color: #D4CDC9;  /* Light Warm Gray */
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 320px;
}

.menu-content a, .menu-content .a-like {
    color: #D4CDC9;  /* Light Warm Gray */
}

.menu-content-edu, .menu-content-edu a, .menu-content-edu .a-like {
    color: #A4BECE;  /* Cornflower */
}

.menu-content p {
    cursor: pointer;
}

.menu-content p:hover {
    color: #b7f2b0;                        /* Mint.brighter */
    background: rgba(161, 221, 159, .25);  /* Mint */
}

.menu-content-edu:hover, .menu-content-edu p:hover {
    color: #d3e8f5 !important;                        /* Cornflower.brighter */
    background: rgba(164, 190, 206, .25) !important;  /* Cornflower */
}

.menu-item {
    padding-left: 25px;
    padding-right: 25px;
}

.left-nav-submenu {
    color: #D4CDC9;  /* Light Warm Gray */
    font-size: 15px;
    text-align: left;
    margin-top: -10px;
}

.left-nav-submenu p {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.submenu-item {
    line-height: 22px;
    padding-left: 45px;
    padding-right: 25px;
}

.subsubmenu-item {
    line-height: 22px;
    padding-left: 60px;
    margin-bottom: 8px;
    max-width: 240px;
}

.icon-grey,
.nav > .active > a > [class^="icon-"], .nav > .active > .a-like > [class^="icon-"]
.nav > .active > a > [class*=" icon-"], .nav > .active > .a-like > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > .a-like:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > .a-like:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > .a-like > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"], .dropdown-menu > .active > .a-like > [class*=" icon-"] {
    background-image: url("../assets/img/img/glyphicons-halflings-grey.png");
}

#leftNavBlurb {
    position: absolute;
    left: 300px;
    top: 40px;
    bottom: 80px;
    background: rgba(50, 57, 61, 0.85);  /* Dark Blue Gray .darker */
    border-style: none;
    width: 0;           /* 0 width - change this with JavaScript to width: 250px;*/
    max-width: 300px;
    overflow: hidden;
    transition: 0.35s;
    opacity: 0.90;
    visibility: visible;
    z-index: 1024;
}

.blurb-content {
    color: #D4CDC9;  /* Light Warm Gray */
    font-size: 14px;
    line-height:  24px;
    text-align: justify;
    width: 260px;
    padding: 20px 20px 20px 20px;
}

.blurb-content li {
    line-height:  22px;
}

/* Close Buttons --------------------------------------------------------------------------------*/

.close-btn,
.panel-nav-btn {
    float: right;
    color: #A4BECE;   /* Cornflower */
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    padding: 6px 8px 6px 8px;
    z-index: 1140;
}

.close-btn:hover,
.panel-nav-btn:hover {
    background: rgba(161, 221, 159, .35);  /* Mint */
    color: #d3e8f5;                        /* Cornflower.lighter */
    cursor: pointer;
}

.panel-nav-btn.selected {
  background: rgba(161, 221, 159, .50);  /* Mint */
}


.playlist-nav-btn {
    float: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 4px;
    padding: 6px;
    z-index: 1140;
}

.playlist-nav-btn:hover {
    background: rgba(216, 173, 219, .35);  /* Lilac */
    border-radius: 7px;
    cursor: pointer;
}

.playlist-nav-btn-selected {
    background: rgba(216, 173, 219, .65);  /* Lilac */
    border-radius: 7px;
}

.close-btn-left-nav, .close-btn-journey {
    margin: 0;
}

.close-btn-blurb {
    margin: -20px;
}

.close-btn-share-popup {
    border-radius: 0 17px 0 0;
    margin: -15px -20px 0 0 ;
}

.close-btn-prompt {
    margin: -16px -21px 0 0;  /*-9px -15px 0 0;*/
}

.close-btn-songsofearth {
    margin: -11px -7px 0 0;
}

.close-btn-spotify {
    margin: 0 -12px 0 0;
}

#spotifyCloseBtn {
    position: fixed;
    bottom: 110px;
    right: 12px;
    z-index: 9998;
}

.panel-nav-btn-left {
    float: left;
}

.panel-nav-btn-journey {
    font-size: 20px;
    float: left;
}


/*-----------------------------------------------------------------------------------------------*/

#gjbFooter2_Buttons.landing, #gjbFooter2_MapCulture.landing {
    visibility: hidden;
    max-width: 30px;
    max-height: 30px;
}

#nowPlayingSongTitleHolder {
    margin-right: 180px;
}

#nowPlayingSongTitle {
    color: #e7d4ad;  /* Pale Gold */
    font-family: 'Raleway', 'Tahoma', Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 40px;
    text-align: right;
    max-width: 550px;
    margin-top: -4px;
    padding: 6px 0 10px 0;
    z-index: 900;
}

#playerBtnsContainer {
    position: fixed;
    bottom: 0;
    right: 200px;
    z-index: 9999;
}

.player-btn {
    display: inline-block;
    background: rgba(61, 71, 76, .75);  /* Dark Blue Grey */
    width: 36px;
    height: 36px;
    margin: -4px 0 4px 0;
    border-radius: 0 0 7px 7px;
    cursor: pointer;
}

.player-btn-frwd {
    background: rgba(159, 221, 202, 0.65);  /* Teal */
    border-radius: 0 0 0 7px;
}

.player-btn-ffwd {
    background: rgba(159, 221, 202, 0.65);  /* Teal */
    border-radius: 0 0 7px 0;
}

.player-btn:hover {
    background: rgba(159, 221, 202, 0.35);  /* Teal */
}

.player-btn-performance-descr-active {
    background: rgba(159, 221, 202, 0.35);  /* Teal */
}

#playerOverlay {
    position: fixed;
    right: 0;
    bottom: -25px;
    width: 200px;
    z-index: 5000;
}

.ui360 .sm2-timing {
    color: #9fddca;  /* Teal */
    font-size: 16px;
    font-family: 'ABeeZee', 'Tahoma', Helvetica, sans-serif;
    padding-top: 36px;
}

#spotifyFrame {
    position: fixed;
    bottom: 32px;
    right: 0;
    width: 320px;
    height: 80px;
    z-index: 9997;
}

.track-msg-alert {
    position: fixed;
    bottom: 70px;
    right: 20px;
    float: right;
    background-color: #a11;
    color: #D4CDC9;  /* Warm Light Grey */
    text-align: right;
    padding: 10px;
    margin: 0;
    visibility: visible;
    z-index: 300;
}

.add-song-playlist-btn {
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    padding-right: 8px;
}


.add-btn-pad-spotify {
    padding-right: 120px;
}


/* Journeys -------------------------------------------------------------------------------------*/

.journey-panel {
    position: absolute;
    float: left;
    left: -1px;
    top: 40px;
    background: rgba(50, 57, 61, 0.90);  /* Dark Blue Gray .darker */
    border-right: solid 1px rgba(231, 212, 173, .25);  /* Pale Gold */
    border-bottom: solid 1px rgba(231, 212, 173, .25);  /* Pale Gold */
    border-radius: 0 0 27px 0;
    color: #D4CDC9;       /* Light Warm Gray */
    font-size: 14px;
    line-height:  24px;
    text-align: justify;
    width: 0;             /* 0 width - change this with JavaScript to width: 500px;*/
    padding: 0;
    overflow: hidden;
    z-index: 1020;
}

.journey-panel-feedback {
    height: 500px;
    max-height: 500px;
}

.journey-header {
    height: 30px;
    width: 510px;
    padding-left: 30px;
}

.journey-icon-frame {
    float: left;
    background: #A4BECE;  /* Cornflower */
    border: none;
    border-radius: 0 0 7px 7px;
    height: 54px;
    width: 54px;
    margin: 0 10px 20px 20px;
}

.journey-icon-frame.hoverable:hover {
    filter: brightness(120%);
    cursor: pointer;
}

.journey-icon-img {
    width: 32px;
    height: 32px;
    padding: 11px;
}

.journey-header-item {
    color: #A4BECE;  /* Cornflower */
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0 0 5px;
}

.journey-title {
    float: left;
    color: #A1DD9F;  /* Mint */
    font-size: 22px;
    line-height: 30px;
    max-width: 375px;
    text-align: left;
    margin: 30px 0 20px -50px;
    cursor: default;
}

.journey-content {
    width: 450px;
    height: 82.5%;
    padding: 0 35px 0 30px;
    margin: 5px 5px 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    cursor: default;
}

.journey-content-feedback {
    height: 400px;
}

.journey-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 5px 0;
}

.journey-content blockquote {
    background: rgb(212, 205, 201, .15);  /* Light Warm Grey */
    border: none;
    border-radius: 9px;
    padding: 30px  30px 15px  30px;
    margin: 40px 0 40px 0;
}

.journey-content blockquote p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.journey-content li {
    line-height: 24px;
    margin-bottom: 8px;
}

/* used on SOE answers, depricated  */
.journey-content .ol-compact li {
    margin-bottom: 2px;
}

/* used in pattern .li */
.bottom-no-margin {
    margin-bottom: 0;
}

.journey-content table {
    text-align: left;
}

.journey-content th,
.journey-content td {
    vertical-align: top;
    padding: 2px 4px 4px 2px;
}

.journey-subhead,
.lesson-subhead {
    color: #A4BECE;   /* Cornflower */
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 5px 0;
}

.analytics-subhead {
    color: #A4BECE;   /* Cornflower */
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.journey-subhead-bold {
    color: #A4BECE;   /* Cornflower */
    font-size: 15px;
    font-weight: 800;
    margin: 20px 0 5px 0;
}

.journey-body {
    width: 440px;
    padding-bottom: 20px;
}

.journey-caption {
    font-size: 12px;
    text-align: center;
}

.journey-image-full {
    width: 100%;
}

.journey-image-wide {
    width: 80%;
}

.journey-image-medium {
    width: 60%;
}

.journey-footnote {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.journey-collapse-controller {
    cursor: pointer;
}

.journey-collapsable-content {
    transition: height 300ms;
}

.journey-collapsable-content-collapsed {
    max-height: 0;
    overflow: hidden;
    transition: height 300ms;
}

.journey-collapsable-content-expanded {
    background: rgb(212, 205, 201, .25);  /* Light Warm Grey */
    border: none;
    border-radius: 9px;
    padding: 20px  30px 15px  30px;
    margin: 15px 0 40px 0;
    max-height: 100%;
    margin-bottom: 20px;
    overflow-y: auto;
    overscroll-behavior: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
    transition: height 300ms;
}

/* Adjustments for journeys with top-level content tabs */
/* .journey-content(.tabbed)
     .journey-body
       .nav nav-tabs
       .tab-content
         (tab 1)
         (tab 2)...
 */
.journey-content.tabbed {
    width: 495px;
    margin-right: 0;
    padding-right: 0;
    overflow-y: hidden;
}

.journey-content.tabbed .journey-body {
    width: 475px;
    height: 96%;
    padding-bottom: 10px;
}

.journey-content.tabbed .journey-body .nav-tabs {
    width: 440px;
}

.journey-content.tabbed .tab-content {
    width: 440px;
    height: 100%;
    padding-right: 35px;
    overflow-y: scroll;
    scrollbar-color: #878382 rgba(0, 0, 0, 0.2);  /* thumb, track */
    scrollbar-width: thin;
}

.journey-content.tabbed .tab-content-panel {
    padding: 20px 0 0 0;
}


/* Lessons --------------------------------------------------------------------------------------*/

.lesson-panel {
    background: #D4CDC9;  /* Warm Light Grey */
    color: #444;
    opacity: 0.90;
}

.lesson-panel a, .lesson-panel .a-like {
    color: #546399;  /* Dark Blue Gray .brighter */
}

.lesson-hilite {
    background: #f7efeb;  /* Warm Light Grey .brighter */
    border-radius: 10px;
    padding: 10px;
}

.lesson-title,
.lesson-subhead,
.lesson-copy,
.lesson-nav,
.lesson-nav:hover {
    color: #546399;  /* Dark Blue Gray . brighter */
}


/* Search Results -------------------------------------------------------------------------------*/

.search-results-top-block {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 24px 0;
}

.search-form-row {
    vertical-align: middle;
}

.search-form-row td {
    vertical-align: middle;
    padding-bottom: 8px;
    margin-bottom: 2px;
}

.search-input,
.search-input input[type="text"],
.search-input select {
    display:inline-block;
    background: #3D474C !important;                         /* Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75) !important;  /* Lilac */
    border-radius: 15px !important;
    -moz-border-radius: 15px  !important;
    -webkit-border-radius: 15px  !important;
    color: #D4CDC9 !important;                              /* Warm Light Grey */
    font-size: 14px;
    padding: 4px 15px 4px 15px !important;
    margin: 2px 0 10px 0 !important;
}

.search-input select .option:disabled,
.search-option-disabled {
    color: #aba6a4;  /*(warm light grey .darker)*/
    font-style: italic;
}

.search-input:focus, .search-input.focused {
    background: #5e6d73;                         /* brighter Dark Blue Gray */
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search-input:focus:required:invalid,
.search-input:focus:required:invalid {
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    color: #D8ADDB;  /* Lilac */
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

.search-input:focus:required:invalid:focus,
.search-input:focus:required:invalid:focus {
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    color: #D8ADDB;  /* Lilac */
}

.search-match-holder {
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    text-align: right;
    width: 200px;
    margin-top: 32px;
    margin-left: -230px;
}

.remove-search-row-btn-disabled {
    pointer-events:none;
    opacity: 0.5;
}

.search-add-row-btn, .search-clear-btn, .search-execute-btn {
    float: left;
    border-radius: 5px;
    color: #D4CDC9;
    font-size: 13px;
    text-align: center;
    width: 110px;
    padding: 4px 8px 4px 8px;
    margin: -5px 0 0 0;
    cursor: pointer;
}

.search-clear-btn {
    width: 80px;
}
.search-execute-btn {
    float: right;
}

.search-add-row-btn:hover, .search-clear-btn:hover, .search-execute-btn:hover {
    background: rgba(216, 173, 219, .35);  /* Lilac */
    color: #f7efeb;
}

.radiobutton-container {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobutton-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiobutton {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #3D474C;
    border: solid 1px rgba(216, 173, 219, .75);  /* Lilac */
    border-radius: 15px;
}

.radiobutton-container:hover input ~ .radiobutton {
    border: solid 1px rgba(216, 173, 219, .25);  /* Lilac */
    background: #5e6d73;                         /* brighter Dark Blue Gray */
}

.radiobutton:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobutton-container input:checked ~ .radiobutton:after {
    display: block;
}

.radiobutton-container .radiobutton:after {
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #D4CDC9;  /* Warm Light Grey */
}


/* Patterns -------------------------------------------------------------------------------------*/

/* tabs are also used in Canto and Choreo panels */
.nav-tabs {
    border-bottom: 1px solid rgba(161, 221, 159, .75);  /* Mint */
    overflow-x: hidden;
    overflow-y: hidden;
}

.nav-tabs > .active > a, .nav-tabs > .active > .a-like,
.nav-tabs > .active > a:hover, .nav-tabs > .active > .a-like:hover {
    background: #A1DD9F;    /* Mint */
    border-color: #b7f2b0;  /* Mint .brighter */
    color: #3D474C;         /* Dark Blue Gray */
}

.nav > li > a:hover, .nav > li > .a-like:hover {
    background-color: rgba(161, 221, 159, .75);  /* Mint */
    border-color: rgba(161, 221, 159, .75);      /* Mint */
    color: #5e6d73;                              /* brighter Dark Blue Gray */
}

.tab-content {
    overflow-x: hidden;
}

#patternQueryTab, #patternQueryPanel, #codingPatternTable {
    overflow-x: hidden;
}

#codingPatternTable {
   margin: 20px 0 10px 0;
}

.pattern-core,
.pattern-cohesion,
.pattern-cohesion-synchrony {
    color: #D4CDC9;  /* Warm Light Grey */  /*#F4C0B8;  /* Flamingo */
}

.pattern-cohesion-phasing {
    color: #D4CDC9;  /* Warm Light Grey */  /*#F2A587;  /* Coral */
}

.pattern-emotion,
.pattern-emotion-stress {
    color: #D4CDC9;  /* Warm Light Grey */  /*#A4BECE;  /* Cornflower */
}

.pattern-power-pop,
.pattern-energy {
    color: #D4CDC9;  /* Warm Light Grey */  /*#A1DD9F;  /* Mint */
}

.pattern-interest,
.pattern-articulation {
    color: #D4CDC9;  /* Warm Light Grey */  /*#EFE589;  /* Lemon */
}

.pattern-form {
    color: #D4CDC9;  /* Warm Light Grey */  /*#D8ADDB;  /* Lilac */
}

.chart-select-btn, .reset-btn, .show-results-btn, .show-full-results-btn {
    float: right;
    border-radius: 5px;
    color: #D4CDC9;
    font-size: 13px;
    text-align: center;
    width: 44px;
    padding: 4px 8px 4px 8px;
    margin: -5px 0 0 5px;
    cursor: pointer;
}

.show-results-btn {
    width: 88px;
}

.show-full-results-btn {
    width: 120px;
}

.chart-select-btn:hover, .reset-btn:hover, .show-results-btn:hover, .show-full-results-btn:hover {
    background: rgba(161, 221, 159, .25);  /* Mint */
    color: #f7efeb;
}

.chart-select-btn.active {
    background: rgba(161, 221, 159, .65);  /* Mint */
    color: #f7efeb;
}

#patternSearchResults .chart {
    width: 448px;
    height: 400px;
    margin: 20px 0 -20px 0;
}

#patternSearchResults .bar-chart {
    background: url("../assets/img/img/bar_chart_background4.png"); /* 480 px wide but gets clipped to .chart width */
    width: 400px;
    height: 360px;
    margin: 40px 20px 0 20px;
}

#patternSearchResults .bar {
    border: 1px solid #D4CDC9;  /* Light Warm Gray */
}

#patternSearchResults .bar-caption {
    color: #D4CDC9;  /* Light Warm Gray */
    font-size: 16px;
    text-align: right;
    height: 40px;
    padding: 10px 10px 0 0;
    margin: 20px 10px 0 0;
}


/* Similarities ---------------------------------------------------------------------------------*/

#worldNodeSelectSubjectLevels div {
    height: 24px;
    max-height: 24px;
}

#worldNodeSelectSubjectLevels span {
    height: 24px;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#worldNodeSelectSubjectLevels .arrow {
    display: inline-block;
    width: 20px;
}

#worldNodeSelectSubjectLevels .color {
    display: inline-block;
    background-color: #222;
    border: 1px solid #D4CDC9;  /* Light Warm Gray */
    width: 14px;
    height: 14px;
    margin-bottom:-2px;
}

#worldNodeSelectSubjectLevels .level-name {
    display: inline-block;
    width: 75px;
    margin-left: 5px;
}

#worldNodeSelectSubjectLevels .level-value {
    display: inline-block;
    width: 275px;
    max-width: 275px;
  }

#worldNodeSelectSubjectLevels .prevNext {
    display: inline-block;
    text-align:right;
    width: 35px;
}

#worldNodeSelectSubjectLevels .pn-arrow {
    width: 15px;
}

#worldNodeSelectSubjectColorbar {
    margin: 16px 0 8px 0;
    height: 7px !important;
}

.analytics-results-inline-preview {
    max-height: 160px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0));
}

/* the summary row for each result line */
.sim-match .item .summary {
    margin-bottom:-6px;
    width: 453px;
}

.sim-match .item .summary .num {
    display: inline-block;
    vertical-align:top;
    width: 20px;
}

.sim-match .item .summary .color-square {
    display: inline-block;
    border: 1px solid #D4CDC9;  /* Light Warm Gray */
    width: 10px;
    height: 10px;
    margin-left:-1px;
    margin-right:3px;
}

.sim-match .item .summary .name {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 330px;
    overflow: hidden;
}

.sim-match .item .summary .score {
    display: inline-block;
    vertical-align:top;
    width: 70px;
}

.sim-match .item .colorbar {
    height: 1px;
    margin-top: 0;
}

.sim-match .item.open .ff {
    padding: 0 0 10px 30px;
}

.sim-match .item .ff .line .summary {
    display: inline-block;
    height:22px;
}

.sim-match .item .ff .line .summary .ff-line {
    display: inline-block;
    width: 30px;
}

.sim-match .item .ff .line .summary .ff-num {
    display: inline-block;
    text-align:right;
    width: 18px;
    margin-left:-6px;
}

.sim-match .item .ff .line .summary .ff-description  {
    display: inline-block;
    width: 280px;
}

.sim-match .item .ff .line .summary .ff-score  {
    display: inline-block;
    text-align: right;
    width: 70px;
    margin-left: -6px;
}


/* CE Feedbacl Forms ----------------------------------------------------------------------------*/

.ce-form {
    margin-bottom: 0;
}

.ce-form-panel {
    background: #D4CDC9;  /* Warm Light Grey */
    color: #444;
    opacity: 0.90;
}

.ce-form-title,
.ce-form-subhead,
.ce-form-copy,
.ce-form-nav,
.ce-form-nav:hover {
    color: #546399;  /* Dark Blue Gray . brighter */
}

.ce-input {
    background: rgba(247, 239, 235, .75) !important;  /* Warm Light Grey .brighter */
    border: 1px solid rgba(84, 99, 153, .65) !important;
    border-radius: 5px !important;
    color: #444  !important;
}

.ce-send-btn {
    background: rgba(247, 239, 235, .65);  /* Warm Light Grey .brighter */
    border: none;
    border-radius: 5px;
    color: #444;  /* Dark Blue Gray . brighter */
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px 5px 15px;
    margin: 5px 0 5px 0;
    opacity: 1;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ce-send-btn:hover {
    background-color: rgba(247, 239, 235, .95);
    color: #448844;
    cursor: pointer;
}

.ce-send-btn:disabled, .ce-send-btn.disabled {
    background-color: rgba(247, 239, 235, .35);
    color: #aaa;
    cursor: default;
}

.ce-response {
    margin-top: 15px;
}

/* placeholder text color, the first set works on anything that isn't a bootstrap 3 form-control... */
.ce-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */     color: #6080a0; }
.ce-input:-moz-placeholder           { /* Mozilla Firefox 4 to 18 */ color: #6080a0; opacity: 1; }
.ce-input::-moz-placeholder          { /* Mozilla Firefox 19+ */     color: #6080a0; opacity: 1; }
.ce-input:-ms-input-placeholder      { /* Internet Explorer 10-11 */ color: #6080a0; opacity: 1; }

/* .. the second is a more specific rule needed to override bs3's #999 placeholder on form-controls */
.ce-input .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */     color: #6080a0; }
.ce-input .form-control:-moz-placeholder           { /* Mozilla Firefox 4 to 18 */ color: #6080a0; opacity: 1; }
.ce-input .form-control::-moz-placeholder          { /* Mozilla Firefox 19+ */     color: #6080a0; opacity: 1; }
.ce-input .form-control:-ms-input-placeholder      { /* Internet Explorer 10-11 */ color: #6080a0; opacity: 1; }


/*---------------------------------------------------------------------------*/

/* Basic styling */
.cbox[type=checkbox] {
  width: 19px; /* 2rem; */
  height: 19px; /* 2rem; */
  margin-top: -2px;
  color: rgba(161, 221, 159, .75);  /* same as .a-like, 75% */
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: rgba(226, 218, 201, .75); /* Beige, 75% */
  transition: background 300ms;
  cursor: pointer;
}

.cbox[type=checkbox]:hover {
  color: rgba(183,242,176,.75); /* same as .a-like:hover, 75% */
}

/* Pseudo element for check styling */
.cbox[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checked */
.cbox[type=checkbox]:checked {
  background-color: currentcolor;
}

.cbox[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff' stroke='%23fff' stroke-width='1' /%3E %3C/svg%3E");
}

/* Disabled */
.cbox[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.80;
  cursor: not-allowed;
}

/* IE */
.cbox[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

.cbox[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.copy-to-clipboard {
  background-color: transparent;
  border: none;
}
