
/*======= the shared css for demos ============*/
#organswrapper,
#muscles1wrapper,
#muscles2wrapper,
#spinewrapper,
#brainwrapper,
#facewrapper,
#earanawrapper,
#eyeanawrapper,
#wpwrapper,
#skeletonwrapper,
#mouthwrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0;
    background-color: transparent;
    min-width: 220px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#organswrapper svg,
#muscles1wrapper svg,
#muscles2wrapper svg,
#spinewrapper svg,
#brainwrapper svg,
#facewrapper svg,
#earanawrapper svg,
#eyeanawrapper svg,
#wpwrapper svg,
#skeletonwrapper svg,
#mouthwrapper svg {
    max-height: 100%;
    width: 100%;
    margin: 0;
}

#organs-tip {
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: none;
    padding: 5px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    z-index: 1000;
    float: left;
    position: absolute;
    background: rgba(265, 265, 265, 0.9);
    word-break: keep-all;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#organs-tip p {
    margin: 0 !important;
    color: #4d4d4d !important;
}

#organs-tip img {
    float: left;
    padding: 3px;
}

/*=======general info. box============*/
#the_box {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#box_title {
    color: #636363;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    text-align: center;
    padding: 8px;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.7);
}

#box_info {
    color: #636363;
    font-size: 16px;
    line-height: 22px;
    background: #e5e5e5;
    border: 1px solid #e2e2e2;
    overflow: auto;
    word-wrap: break-word;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
}

#box_info img {
    max-width: 100%;
}

/*=======@media for each diagram============*/


/*======= internal organs diagram + full body diagram  + human wp============*/
@media screen and (max-width: 320px) {

    #organswrapper svg,
    #muscles2wrapper svg,
    #wpwrapper svg {
        height: 340px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {

    #organswrapper svg,
    #muscles2wrapper svg,
    #wpwrapper svg {
        height: 390px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {

    #organswrapper svg,
    #muscles2wrapper svg,
    #wpwrapper svg {
        height: 510px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {

    #organswrapper svg,
    #muscles2wrapper svg,
    #wpwrapper svg {
        height: 570px;
    }
}

@media screen and (min-width: 768px) {

    #organswrapper svg,
    #muscles2wrapper svg,
    #wpwrapper svg {
        height: 600px;
    }
}

/*======= reduced muscle codecanyon ============*/
@media screen and (max-width: 320px) {
    #muscles1wrapper svg {
        height: 110px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #muscles1wrapper svg {
        height: 122px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #muscles1wrapper svg {
        height: 158px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    #muscles1wrapper svg {
        height: 190px;
    }
}

@media screen and (min-width: 768px) {
    #muscles1wrapper svg {
        height: 410px;
    }
}

/*======= face ============*/
@media screen and (max-width: 320px) {
    #facewrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #facewrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #facewrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #facewrapper svg {
        height: 490px;
    }
}

@media screen and (min-width: 569px) {
    #facewrapper svg {
        height: 509px;
    }
}

/*======= skeleton ============*/
@media screen and (max-width: 320px) {
    #skeletonwrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #skeletonwrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #skeletonwrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #skeletonwrapper svg {
        height: 490px;
    }
}

@media screen and (min-width: 569px) {
    #skeletonwrapper svg {
        height: 640px;
    }
}

/*======= mouth ============*/
@media screen and (max-width: 320px) {
    #mouthwrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #mouthwrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #mouthwrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #mouthwrapper svg {
        height: 490px;
    }
}

@media screen and (min-width: 569px) {
    #mouthwrapper svg {
        height: 600px;
    }
}

/*======= ear ============*/
@media screen and (max-width: 320px) {
    #earanawrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #earanawrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #earanawrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #earanawrapper svg {
        height: 490px;
    }
}

@media screen and (min-width: 569px) {
    #earanawrapper svg {
        height: 509px;
    }
}

/*======= eye ============*/
@media screen and (max-width: 320px) {
    #eyeanawrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #eyeanawrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #eyeanawrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #eyeanawrapper svg {
        height: 490px;
    }
}

@media screen and (min-width: 569px) {
    #eyeanawrapper svg {
        height: 509px;
    }
}


/*======= external/internal ============*/
.go_int,
.go_ext,
.go_back,
.go_front,
.go_bck_frontback,
.go_frt_frontback,
.go_bck_malefemale,
.go_frt_malefemale {
    fill-opacity: 0;
    -webkit-transition: fill-opacity 0.1s ease;
    -moz-transition: fill-opacity 0.1s ease;
    -o-transition: fill-opacity 0.1s ease;
    transition: fill-opacity 0.1s ease;
    cursor: pointer;
}

.go_int:hover,
.go_ext:hover,
.go_back:hover,
.go_front:hover,
.go_bck_frontback:hover,
.go_frt_frontback:hover,
.go_bck_malefemale:hover,
.go_frt_malefemale:hover {
    fill-opacity: 0.3;
}

.go_int:active,
.go_ext:active,
.go_back:active,
.go_front:active,
.go_bck_frontback:active,
.go_frt_frontback:active,
.go_bck_malefemale:active,
.go_frt_malefemale:active {
    fill-opacity: 0.7;
}

.inactive-side {
    fill: #B2B2B2;
}

/*======= front/back ============*/
/*.go_bck_frontback, .go_frt_frontback{opacity: 0;-webkit-transition: fill-opacity 0.1s ease;-moz-transition: fill-opacity 0.1s ease;-o-transition: fill-opacity 0.1s ease;transition: fill-opacity 0.1s ease;cursor: pointer;}
.go_bck_frontback:hover, .go_frt_frontback:hover{opacity: 0.3;}
.go_int:active, .go_ext:active, .go_back:active, .go_front:active{fill-opacity: 0.7;}*/

/*======= male/female - front/back ============*/
/*.go_bck_malefemale:hover, .go_frt_malefemale:hover{opacity: 0;-webkit-transition: fill-opacity 0.1s ease;-moz-transition: fill-opacity 0.1s ease;-o-transition: fill-opacity 0.1s ease;transition: fill-opacity 0.1s ease;cursor: pointer;}
.go_bck_malefemale:hover, .go_frt_malefemale:hover{opacity: 0.3;}*/

/*======= spine ============*/
.go_one,
.go_two,
.go_three,
.go_four {
    fill: #D32222;
    opacity: 0.7;
    -webkit-transition: fill-opacity 0.1s ease;
    -moz-transition: fill-opacity 0.1s ease;
    -o-transition: fill-opacity 0.1s ease;
    transition: fill-opacity 0.1s ease;
    cursor: pointer;
}

.go_one:hover,
.go_two:hover,
.go_three:hover,
.go_four:hover {
    opacity: 1;
}

@media screen and (max-width: 320px) {
    #spinewrapper svg {
        height: 510px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #spinewrapper svg {
        height: 560px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #spinewrapper svg {
        height: 580px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #spinewrapper svg {
        height: 600px;
    }
}

@media screen and (min-width: 569px) {
    #spinewrapper svg {
        height: 600px;
    }
}

/*======= brain ============*/
.go_brain_lft,
.go_brain_frt,
.go_brain_bck,
.go_brain_rht {
    fill: #a64a2b;
    opacity: 0;
    -webkit-transition: fill-opacity 0.1s ease;
    -moz-transition: fill-opacity 0.1s ease;
    -o-transition: fill-opacity 0.1s ease;
    transition: fill-opacity 0.1s ease;
    cursor: pointer;
}

.go_brain_lft:hover,
.go_brain_frt:hover,
.go_brain_bck:hover,
.go_brain_rht:hover {
    opacity: 0.3;
}

@media screen and (max-width: 320px) {
    #brainwrapper svg {
        height: 260px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #brainwrapper svg {
        height: 322px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #brainwrapper svg {
        height: 400px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #brainwrapper svg {
        height: 460px;
    }
}

@media screen and (min-width: 569px) {
    #brainwrapper svg {
        height: 460px;
    }
}