/*  gjb-education.css  */

.overlay-context-popup {
    position: absolute;
    left:870px;
    top:338px;
    float: left;
    transition: 0.35s;
    width: 120px;
    padding: 3px 0 3px 0;
    background-color: #333;
    color: #ddd;
    text-align: left;
    font-size: 13px;
    line-height:  20px;
    z-index: 335;
}
.overlay-context-popup.desc {
    width:450px;
    background:#444;
    padding-top:10px;
}


.gjb-body-edu {
    background: #f2ebe8;
    overflow: hidden;
}

.culture-path-title-edu {
    color: #666;
    text-shadow: #ddd 0.1em 0.1em 3px;  /*none;*/
}

.culture-menu-bg-edu {
    background-color: rgba(135, 131, 130, 0.15) !important;
}

.plain-list-edu {
    color: #666;
    text-shadow: none !important;
}

.culture-item-edu a, .culture-item-edu .a-like {
    color: #409068;
}

.song-item-edu a, .song-item-edu .a-like {
    color: #626ebf;
}

.selected-culture-item-edu a, .selected-culture-item-edu .a-like {
    color: #1f6231;
    font-weight: 600;
}

.selected-song-item-edu a, .selected-song-item-edu .a-like {
    color: #3546b7;
    font-weight: 600;
}

.song-item .edu-add,
.culture-item .edu-add,
.song-item-edu .edu-add,
.culture-item-edu .edu-add,
#culturePath .edu-add {
    color: #789;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    padding-right: 10px;
}

.song-item .edu-rem,
.culture-item .edu-rem,
#culturePath .edu-rem {
    color: #e86;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    padding-right: 10px;
}


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

.education-landing-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(207, 223, 232, 0.65);
    /*background: url('../assets/img/img/gjb-edu-bg-map3.jpg') center no-repeat;*/
    background-size: cover;
    z-index: -1;
}

.fan-menu-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    width: 180px;
    color: #736357;
}

.fan-menu-label-inactive {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #736357;
    opacity: .65;
}

.fan-menu-label-active {
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    width: 240px;
    color: #736357;
}

.fan-menu-hub {
    position: absolute;
    top: 340px;
    left: 310px;
    width: 180px;
}

.fan-menu-blurb-header {
    font-family: 'Amatic SC', cursive;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #736357;
}

.fan-menu-blurb {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #736357;
}

.education-panel {
    visibility: hidden;
    width: 760px;
    height: 500px;
    margin: 80px auto 80px auto;
    background: url("../assets/img/edu/panels/panel-bg-1-green.svg") no-repeat;  /*panel-bg-1.svg*/
    background-size: 750px 500px;
}

.education-panel-tall {
    visibility: hidden;
    width: 570px;
    height: 560px;
    margin: 80px auto 40px auto;
    background: url("../assets/img/edu/panels/panel-bg-8-green.png") no-repeat;  /*panel-bg-5.png*/
    background-size: 570px 560px;
}

.education-panel-tall-left {
    visibility: hidden;
    width: 560px;
    height: 560px;
    margin: 80px auto 40px -30px;
    background: url("../assets/img/edu/panels/panel-bg-8-green.png") no-repeat;  /*panel-bg-5.png*/
    background-size: 560px 560px;
}

.edu-info-panel {
    visibility: hidden;
    width: 570px;
    height: 560px;
    margin: 50px auto 50px auto;
    background: url("../assets/img/edu/panels/panel-bg-7-blue.png") no-repeat;
    background-size: 570px 560px;
}

.edu-info-panel-wide {
    visibility: hidden;
    width: 760px;
    height: 500px;
    margin: 80px auto 80px auto;
    background: url("../assets/img/edu/panels/panel-bg-7-blue.png") no-repeat;
    background-size: 750px 500px;
}

.edu-info-panel-tall-left {
    visibility: hidden;
    width: 560px;
    height: 560px;
    margin: 80px auto 40px -30px;
    background: url("../assets/img/edu/panels/panel-bg-7-blue.png") no-repeat;
    background-size: 560px 560px;
}

.edu-lesson-panel {
    visibility: hidden;
    width: 760px;
    height: 500px;
    margin: 80px auto 80px auto;
    background: url("../assets/img/edu/panels/panel-bg-1.svg") no-repeat;  /*panel-bg-9-fuschia.svg*/
    background-size: 750px 500px;
}

.edu-content-holder {
    width: 490px;
    height: 400px;
    margin: 0 0 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
}

.edu-content-holder-tall {
    width: 400px;
    height: 480px;
    margin: 0 0 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
}

.edu-info-content-holder-tall {
    width: 400px;
    height: 480px;
    margin: 0 0 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
}

.teacher-info-content-holder {
    width: 400px;
    height: 460px;
    margin: 0 10px 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #878382 rgba(0,0,0,0.2); /* thumb, track */
    scrollbar-width: thin;
}

.edu-nav-btn-col {
    width: 40px;
    margin-left: 10px;
}

.edu-nav-btn-holder {
    height: 35px;
    width: 30px;
    text-align: center;
    padding: 5px 0 0 10px;
    margin: 185px 0 0 10px;
}

/*
.edu-nav-btn-holder:hover {
  background-color: #fee;
}
*/

.edu-panel-row {
    margin: 0;
}

.edu-prev-btn {
    height: 40px;
    width: 40px;
    background: url("../assets/img/edu/panels/prev-icon.svg") no-repeat;
    cursor: pointer;
}

.edu-next-btn {
    height: 40px;
    width: 40px;
    background: url("../assets/img/edu/panels/next-icon.svg") no-repeat;
    cursor: pointer;
}

.edu-info-btn {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #e3692B !important;
    text-align: center;
    width: 32px;
    height:27px;
    padding-top: 4px;
    border: 2px solid #e3692B;
    border-radius: 18px;
    margin-right: 44px;
    margin-bottom: -36px;
    cursor: pointer;
}

.edu-info-btn:hover {
    background-color: #f7efeba0;
}

.education-landing-content {
    background: none !important;
    border: none !important;
    /*opactiy: .95 !important;*/
}

.education-content {
    color: #444;
    width: 640px;  /*640px;*/
    padding: 60px 60px 60px 70px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.education-content-tall {
    color: #444;
    width: 520px;
    padding: 60px 30px 60px 30px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.edu-info-content-tall {
    color: #444;
    width: 560px;
    padding: 60px 30px 60px 30px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.education-content a, .education-content .a-like,
.education-landing-content a, .education-landing-content .a-like,
.education-copy a, .education-copy .a-like {
    color: #0a880a;
}

.education-title-big {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 48px;  /*40px;*/
    color: #e3692B;
    text-align: center;
    padding-bottom: 10px;
}

.education-title {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 36px;
    color: #e3692B;
    text-align: center;
    padding-bottom: 10px;
}

.education-title-landing {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 36px;
    color: #e3692B;
    text-align: center;
    padding-bottom: 35px;
}

.education-subtitle {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 28px;
    color: #e3692B;
    text-align: center;
    padding-bottom: 10px;
}

.education-subhead {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px; /*22px;*/
    color: #e3692B;
    margin-top: 20px;
    margin-bottom: 5px;
}

.education-copy {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #736357;
}

.education-copy li {
    margin-bottom: 10px;
}

.teacher-info p {
    width: 380px;
}

.teacher-info ul {
    list-style-image: url("../assets/img/edu/icon/rose_bullet-10.png");
    width: 355px;
}

.star-songs p {
    width: 465px;
}

.star-songs ul {
    list-style-image: url("../assets/img/edu/icon/star_icon.svg");
}

.star-songs li {
    margin-bottom: 10px;
}

.education-tablehdr {
    font-size: 15px;
    font-weight: 600;
    color: #e3692B;  /*#8090ff;*/
}

.education-tree-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #736357;
    background: #38dbb3;
    padding: 3px 15px 3px 15px;
    border: 1px solid #d0eae3;
    border-radius: 10px;
    margin: 5px;
}

.edu-input, .edu-input select {
    color: #736357;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    background: #f5eeec !important;  /*#f5eeec*/
    border: 1px solid #38dbb3 !important;  /*#e3692B*/
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

.education-btn {
    color: #736357;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #f5eeec;  /*#d0eae3;*/
    opacity: 1;
    padding: 5px 15px 5px 15px;
    border: 1px solid #38dbb3;  /*#e3692B*/
    border-radius: 8px;
    margin: 5px 0 5px 0;
}

.education-btn.smaller {
    font-size: 13px;
    padding: 2px 7px 2px 7px;
    text-align: center;
}

.education-btn:hover {
    color: #e3692B;  /*#38dbb3;*/
    cursor: pointer;
}

.education-btn.disabled {
    color: #bfa491;
    background-color: #dfe6e4;
    border: 1px solid #bfa491;
    pointer-events:none;
}

.edu-icon-btn {
    font-size: 20px;
    cursor: pointer;
    opacity: 0.65;
}

.edu-icon-btn-list {
    font-size: 20px;
    padding: 3px;  /*4px;*/
    margin: 3px 0 0 0;
    cursor: pointer;
    opacity: 0.65;
}

.edu-icon-btn-table {
    font-size: 20px;
    padding: 3px;
    margin: 0 0 0 5px;
    cursor: pointer;
    opacity: 0.65;
}

.edu-icon-btn.rounded {
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.edu-icon-btn.rounded:hover {
    background-color:#eed;
    opacity: 0.95;
}

.edu-table {
    color: #736357;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background: #f5eeec;
    width: 385px;
    border: 1px solid #38dbb3 !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

.edu-table tr.selected {
    background-color: #eeeedd;
}

.edu-table tr.selected .name {
    text-decoration: underline;
}

.edu-section {
    padding-bottom: 10px;
}

/*
.education-btn:hover {
  color: #186618;  /*#bfc;* /
  background-color: #b8e8b8; /*#085508;* /
  cursor: pointer;
}
*/

.family-tree-holder {
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
}

.tree-text-holder {
    position: absolute;
    top: 0;
    left: 20px;
    width: 360px;
    z-index: 2022;
}

.tree-me-holder {
    position: absolute;
    top: 320px;
    left: 20px;
    width: 360px;
    z-index: 2002;
}

.tree-image-holder {
    position: absolute;
    top: 0;
    left: 70px;
    width: 280px;
    height: 400px;
    background: url("../assets/img/edu/panels/tree-image.svg") no-repeat;
    opacity: 0.7;
    z-index: 2000;
}

.song-picker-bubble {
    width: 165px;
    background: #f4dfdf; /*#cec;*/
    color: #689;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}

.song-picker-bubble.narrow {
    width: 80px;
}

.education-icon-patch {
    margin: 5px 5px 10px 0;
    width: 40px;
    height: 40px;
    padding: 2px;
}

.education-color-bar {
    margin-left: 8px;
    max-width: 375px;
}

.education-color-patch {
    display: inline-block;
    width: 36px;
    height: 28px;
    border-radius: 7px;
    margin: 5px 6px 0 0;
    cursor: pointer;
}

.education-color-patch :hover {
    border: 2px solid #eee;
    cursor: pointer;
}

.family-table .option:hover {
    background-color: #f4dfdf;  /*#696;*/
}

.fymr_modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(124, 143, 153, 0.25);
    visibility: visible;
    z-index: 99000;
}


/*-----------------------------------------------------------------------------------------------*/
/**  Headline & Text Box Color (Mint) - #A1DD9F, RGB: (161, 221, 159)*/

.edu .project-mgmt .panel {
  background: rgba(161, 221, 159, .30);  /* Mint */
  margin-top: -10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.edu .project-mgmt .header .title {
  color: #e3692B;
}

.edu .project-mgmt .panel .content .share input {
  color: rgba(243,105,43,.85) !important;
}

.edu .project-mgmt .panel .content .share .education-btn {
  margin-left: 10px;
}

.edu .project-mgmt .clipboard img {
  margin-top: -3px; /* better vertical alignment for the clipboard icon png */
}

.edu .project-mgmt .content.vertical .buttons .education-btn {
  width: 128px;
  margin-right: 4px;
}

.edu .project-mgmt .content.vertical .buttons .education-btn.small {
  width: 96px;
  min-width: 96px;
}

.edu .project-mgmt .content.vertical .buttons .education-btn.x-small {
  width: 60px;
  min-width: 60px;
}

.edu .project-mgmt .projects-list {
  padding-right: 10px;
}

.project-mgmt .bottom-button-row .education-btn {
  width: 128px;
}
