.media-is-sml,
.media-is-md{display:none;position:absolute; left:-99999px;}

/*@media screen and (max-width: 719px){
    .media-is-sml{display: block;}
}*/
.lt720 .media-is-sml{display: block;}

/*@media screen and (min-width: 720px) and (max-width: 980px){
    .media-is-md{display: block;}
}*/
.gt720.lt980 .media-is-md{display: block;}
/*@media screen and (min-width:980px){
    .media-is-sml,
    .media-is-md{display:none;}
}*/
.gt980 .media-is-sml,
.gt980 .media-is-md{display:none;}

#bodymapHolder, #flashHolder{
    /*font-family: arial, verdana, sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" ;
    position:relative;
    font-size:14px;
    background:#f3f2f1 url(../graphics/assets/body_wrapper_bg.png) left 25px no-repeat;
}
#bodymapHolder a, #flashHolder a{
    text-decoration:none;
    padding:0;
    margin:0;
}

.disease_list_wrapper ul li:nth-child(even) a {
    background: #ffffff;
}
.disease_list_wrapper ul li:nth-child(odd) a {
    background: #fafafa;
}

.disease_list_wrapper ul li a {
    border-top: 1px solid #e2dfdb;
    display: block;
    padding: 0 9px !important;
    color: #534c46 !important;
}

#bodymapHolder #organsPicker a:link,
#bodymapHolder #organsPicker a:visited,
#bodymapHolder #organsPicker a:active,
#flashHolder #organsPicker a:link,
#flashHolder #organsPicker a:visited,
#flashHolder #organsPicker a:active{
/*    color: #0094D4;*/
    color:#8cc152;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#bodymapHolder #organsPicker a:hover {
    text-decoration: underline;
    color: #018552 !important;
}

#organsPicker ul li a.active {
    padding-right: 10px;
    border-right: 5px solid #018552;
    /* font-weight: bold; */
    color: #018552 !important;
}

#bmbreadcrumb{
    width:100%;
    height:30px;
/*    background:#e7e4e2;*/
    background:#8cc152;
    
}

input::-ms-clear {
    display: none;
}

#homeBtn{
    display:block;
    float:left;
    width:30px;
    height: 100%;
    border-right:1px solid #fff;
    overflow:hidden;
    text-indent:9999px;
    background: #F3F1F0 url(../graphics/sprite.png) -47px 2px no-repeat;
}

#homeBtn:hover {
    /*background-color:#0094d4;*/
/*    background: #d0cac6 url(../graphics/sprite.png) -587px 2px;*/
    background: #8cc152 url(../graphics/sprite.png) -587px 2px;
}


#arrowCurrSystemBtn {
    display: block;
    float: left;
    width: 30px;
    height: 100%;
    /*border-right: 1px solid #fff;*/
    overflow: hidden;
    text-indent: 9999px;
    background: url(../graphics/sprite.png) -382px 2px no-repeat;
    position: absolute;
    top: 4px;
    right: 0;
}

#arrowCurrSystemBtn:hover{
    /*background-color:#0094d4;*/
}
.picker_block{
    width:317px;
    height:30px;
    line-height:30px;
    float:left;
    vertical-align:middle;
    position:relative;
    z-index:999998
}

.picker_block .picker_title{
    display:block;
    height: 100%;
/*    color:#534c46;*/
    color:#ffffff;
    padding-left:9px !important;
    padding-right: 9px !important;
    border-right: 1px solid #fff;
    overflow: hidden;
    padding-right: 20px !important;
}
#currSystem.picker_title:after,
#currGender.picker_title:after{
    content: " ";
    display: block;
    float: left;
    width: 30px;
    height: 100%;
    /* border-right: 1px solid #fff; */
    overflow: hidden;
    text-indent: 9999px;
    background: url(../graphics/sprite.png) -382px 2px no-repeat;
    position: absolute;
    top: 4px;
    right: 0;
}
#currGender{border:0;}
.picker_block .picker_title:hover, .picker_block .picker_title.active,
.picker_block:hover .picker_title{
    /*background:#0094d4;*/
}
ul.picker_list{
    position:absolute;
    left:0;
    top:30px;
    margin:0 !important;
    padding:0 !important;
    border-top:1px solid #fff;
    z-index:999998;
    display:block;
    visibility:hidden;
    width:100%;
}

ul.picker_list li{
    background:none !important;
    list-style:none;
    display:block;
    padding:0 !important;
    margin:0 !important;
}

ul.picker_list li a{
    display:block;
    height:28px;
    border-bottom:1px solid #d0cac6;
    padding:0 9px !important;
    color:#534c46;
    /*background:#938880;*/
    /*font-weight:bold !important;*/
}

ul.picker_list li a:hover, ul.picker_list li a.active{
    /*background:#d0cac6;*/
    /*color:#fff !important;*/
}

ul.picker_list li a.hovered{
    /*background:#d0cac6;*/
    /*color:#fff !important;*/
}

ul.picker_list li:nth-child(even) a{
    background:#ffffff;
}

ul.picker_list li:nth-child(odd) a {
    background: #fafafa;
}

ul.picker_list li a:hover, ul.picker_list li a.active{
/*    background:#d0cac6;*/
    background:#8cc152;
    /*font-weight:bold !important;*/
    /*color:#fff !important;*/
    color:#ffffff;
}

ul.picker_list li.hovered{
    background:#d0cac6;    
    font-weight:bold !important;
    /*color:#fff !important;*/
}

.picker_layer{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 999997;
}

/*.picker_block:hover ul.picker_list{visibility:visible;}*/

.disease_list_body{
    height:555px;
    overflow:hidden;
    position:absolute;
    left:0;
    top:30px;
    width:319px;
    border-left:2px solid #fff;
}

.disease_filter{
    border: 1px solid #fff;
    border-right: none;
    background: #FFFFFF;
    padding: 4px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #8cc152;
}
.disease_filter input {
    width: 99%;
    /* height: 19px; */
    /* font-size: 13px; */
     line-height: 19px;
    padding: 0 0;
/*    border: 1px solid #8cc152;*/
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
/*    padding-bottom: 10px;*/
    outline: none;
    font-weight: normal !important;
    color: #72665b !important;
/*    margin-bottom: 10px !important;*/
    font-size: 14px !important;
}

.disease_filter .icon{
    width: 22px;
    height: 34px;
    display:block; position:absolute;
    right:5px; top:0; overflow:hidden;
    text-indent:999px;
    background: url(../graphics/sprite.png) -433px 7px no-repeat;
}
.disease_filter .icon:visited{
    width: 1px;
    display: none;
    background-position: -25px 7px;
}

.disease_filter .clearfilter{
    width: 28px;
    height: 34px;
    display:block; position:absolute;
    right:2px; top:0; overflow:hidden;
    text-indent:999px;
    background:url(../graphics/sprite.png) -100px 6px;
    display:none;
    background-color: #fff;
    z-index: 1;
}

/*.disease_filter .clearfilter:hover{background-position: -104px 6px;}*/
.disease_list_wrapper{overflow:hidden; text-transform:none; /* height: 517px; */ height: 515px; }
.disease_list_wrapper ul{padding:0 !important; margin:0 !important;}
.disease_list_wrapper ul li{background:none !important; padding:0 !important; margin:0; list-style:none !important;}
.disease_list_wrapper ul li a{border-top: 1px solid #e2dfdb; display:block; line-height: 20px; padding: 5px 9px !important; color:#534c46 !important;}
.disease_list_wrapper ul li a.first{border:none;}
.disease_list_wrapper ul li a:hover{background:#8cc152; color:#ffffff!important;}

#systemPicker{}
#genderPicker{width:294px;}
#diseasePicker{float:right;width:320px;}
#diseasePicker div.picker_title{
    border-right: none;
    background: #8cc152;
    border-left: 1px solid #fff;
    font-weight: bold !important;
}
/*#diseasePicker:hover div.picker_title{border-right:none; background:#0094d4;}
#diseasePicker:hover div.disease_list_body{border-left:2px solid #0094d4;} */
#organsPicker{
    position:absolute;
    top:30px;
    right:321px;
    z-index:99999;
    height:555px;
    min-width:120px;
    background:url(../graphics/assets/organs_list_bg.png) right top repeat-y;
    display:inline-block;
    text-align:right;
    vertical-align:middle;
}

#organsPicker:hover span.lbl{
/*    color:#0094d4;*/
    color:#8cc152;
    font-weight: bold;
}
#organsPicker ul {
    padding:0 !important;
    margin:0 !important;
    text-align:right;
    font-size:12px;
}
#organsPicker:before, #organsPicker ul{
    display:inline-block;
    vertical-align:middle;
    /* margin-top: -283px; */
}

#organsPicker:before{
    content:" ";
    height:100%;
}


#organsPicker ul  li{
    display:block;
    background:none !important;
    padding:0;
    margin:0;
    z-index:99999;
}
#organsPicker ul  li a{
    display:block;
    padding: 5px 15px 5px 0;
}
/*@media screen and (max-height:619px){
    #organsPicker ul  li a{display:block; padding: 3px 15px 3px 0;}
}*/
.lt620 #organsPicker ul  li a{
    display:block;
    padding: 3px 15px 3px 0;
}

#organsPicker ul li a:hover, #organsPicker ul li a.hover{
    /*color:#0094d4 !important;*/
}
#organsPicker ul  li a.active{
    padding-right: 10px;
    border-right: 5px solid #018552;
    /* font-weight: bold; */
    /* color: #0094d4; */
}
#organsPicker ul  li a.active_hidden{color:#534C46;}

span.lbl {
    font-size: 14px;
    font-weight: bold !important;
    color: #534c46 !important;
}
#body_wrapper{
    position: relative; width:640px; height:555px; 

}
.body_wrapper_inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow:hidden;
}
#body_container{
    position: absolute; width:293px; height:555px; left: 173px; top:0;
}
#body_bg{
    position: absolute; width:100%; height:100%; top:0; left:0; /*z-index:1;*/
}
.has-touch #body_container img{
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}
.has-touch.device-android #body_container img{
     /***
    DONT CHANGEEE
    ***/
    -webkit-transform: translateZ(0) scale3d(1, 1, 1);
    transform: translateZ(0) scale3d(1, 1, 1);
}
#body_container img[usemap]{
    position:absolute;
    /***
    DONT CHANGEEE
    ***/
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}


#body_sys{position: absolute; width:100%; height:100%; top:0; left:0; z-index:20; background:none; }
#body_sys img{display:block; margin: 0 auto; width:100%; height:100%;}
#body_dim{
        position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: -1000px;
    right: -1000px;
    display: none;
    bottom: 0;
    width: 2000px !important;
    position: absolute;
    /*width:100%; height:100%; top:0; left:0;*/
    z-index:300;
}				
#body_organ{position: absolute; width:100%; height:100%; top:0; left:0; z-index:4000;}
#body_organ img{width:100%; height:100%; display:none; }
#body_organ_map{position: absolute; width:100%; height:100%; top:0; left:0; z-index:9999;}

#zoomControler{
    position: absolute;
    z-index: 99999;
    left: 2px;
    bottom: 1px;
    line-height: 20px !important;
    vertical-align: baseline;
}
#zoomControler .lbl{
	display: none;
}
#zoomControler a{text-decoration:none; padding:0; margin:0;line-height: 30px;}
#zoomIn, #zoomOut{
    display: block;
    width: 30px;
    height: 33px;
    color: #fff;
    background: #F3F1F0  url(../graphics/sprite.png) top left;
    overflow: hidden;
    text-indent: 9999px;
}
#zoomIn{
    background-position: -288px 5px;
}
#zoomOut{
    background-position: -336px 5px;
}
#zoomIn:hover {
    background: #8cc152 url(../graphics/sprite.png) -490px 5px;
}
#zoomOut:hover{
    background: #8cc152 url(../graphics/sprite.png) -538px 5px;
}
#zoomStepper{padding:0; margin:1px 0; background:#e2dfdb; width:20px; text-align:center;}
#zoomStepper li{display:block; width:30px; height:30px; list-style:none; padding:0; margin:0; background:none;list-style-image:none;}
#zoomStepper li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #f0efed;
    color: #534c46;
}
#zoomStepper li a:hover{
    background: #d0cac6;
    color: #ffffff;
}
#zoomStepper li a.active{
/*    background:#0094D4; */
    background:#8cc152; 
    color:#ffffff;
}
#zoomControler:hover span.lbl{
    font-size: 14px;
    color: #018552!important;
}
#projectionControler{
    position:absolute;
    z-index:99999;
    left:13px;
    top:15px;
    font-size:11px;
    line-height:22px !important;
    vertical-align:baseline;
    min-width:70px;
    margin:0;
    padding:0;
}

#projectionControler li{
    display:block;
    height:22px;
    list-style:none;
    padding:0;
    margin:0 0 1px;
    background:none;
}

#projectionControler a{
    display: block;
    height: 22px;
/*    color: #0094D4;*/
    color: #8cc152;
    text-decoration: none;
    /* background: #B6ADA5; */
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: auto !important;
    font-weight: bold;
}

#projectionControler a.active{
    font-size: 14px;
    color: #018552!important;
}
#projectionControler a:hover{
    text-decoration: underline;
}

#projectionControler:hover span.lbl{
/*    color:#0094d4;*/
    color:#8cc152;
    font-weight:bold;
}

.body_m{background: url(../graphics/assets/male_s.png) center center no-repeat;}
.body_f{background: url(../graphics/assets/female_s.png) center center no-repeat;}
.body_n{background: none;}

.digestive{background: url(../graphics/digestive/digestive_s.png) center center no-repeat;}
.liver{background: url(../graphics/digestive/liver_s.png) center center no-repeat; background-size: 100% 100%;}

#bodyGenders{width:640px; height:555px; position:absolute; top:30px; right:0; background: url(../graphics/assets/body_wrapper_separator.png) center center no-repeat;}
#bodyGenders .bodys{float:left; width:50%; height:555px; position:relative;}
#bodyGenders .bodys img{display:block; height:100%; margin:0 auto;}
.genderState #bodyGenders .bodys{cursor:pointer;}
.genderState #bodyGenders .bodys:hover{background:url(../graphics/assets/body_wrapper_bg_hover.png);}
#bodyGenders .bodys .gender_img, #bodyGenders .bodys .sysmain_img, #bodyGenders .systems_img, #bodyGenders .systems_map, #bodyGenders .selected_system
{position:absolute; height:555px; width:294px; left:0px;}
.genderState #bodyGenders .bodys .gender_img, .genderState #bodyGenders .systems_img, .genderState #bodyGenders .selected_system {left:93.5px;}
.genderState #bodyGenders .bodys .sysmain_img, .genderState #bodyGenders .bodys .dim_sys{display:none;}

#bodyGenders .bodys .gender_img{z-index:1;}
#bodyGenders .bodys .sysmain_img{z-index:2;}
#bodyGenders .bodys .dim_sys{position:absolute; z-index:3; display:none; width:100%; height:100%; left:0; top:0;}
#bodyGenders .bodys .systems_img{z-index:4;}
#bodyGenders .bodys .selected_system{z-index:5;display:none;}
#bodyGenders .systems_img img{display:none}
#female_map{position: absolute; width:100%; height:100%; top:0; left:0; z-index:9999;}
#male_map{position: absolute; width:100%; height:100%; top:0; left:0; z-index:9999;}

#loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 999999;
    text-align: center;
    overflow: hidden;
    background: url(../graphics/spinners.gif)  center center no-repeat ;
}


.homeState{background-position: right 25px;}
.genderState{background-position: center 25px;}
.systemState{background-position: left 25px;}

.homeState #genderPicker,
.homeState #homeBtn,
.homeState #zoomControler,
.homeState #projectionControler,
.homeState #diseasePicker,
.homeState #organsPicker,
.homeState #body_wrapper{display:none;}
.homeState #systemPickerList{visibility:visible !important;}
.homeState #currSystem{background: #8cc152; border-right: 1px solid #fff;}
#bodymapHolder, #flashHolder{
    visibility: hidden;
    max-width: 100%;
    width:100%;
    min-width: 300px;
    /*max-width: 964px;*/
    margin: 0 auto;
    height:585px;
}
#bodymapHolder.homeState,
#bodymapHolder.genderState,
#bodymapHolder.organState,

#flashHolder.homeState,
#flashHolder.genderState,
#flashHolder.organState{
    visibility: visible;
}
/* All State Responsive */
/*@media screen and (max-width: 719px){
    #bmbreadcrumb{
        height: 30px;
    }
    .picker_block{
        height: 30px;
        line-height: 30px;
    }
    ul.picker_list{
        top: 30px;
    }
    #body_container{
        left: 35px;
    }
}*/
.lt720 #bmbreadcrumb{
        height: 30px;
    }
.lt720 .picker_block{
        height: 30px;
        line-height: 30px;
    }
.lt720 ul.picker_list{
        top: 30px;
    }
.lt720 #body_container{
        left: 35px;
    }
/*@media screen and (min-width:720px) and (max-width: 980px) {
    #systemPickerList{
        max-height: 555px;
        overflow: auto;
    }
}*/
.gt720.lt980 #systemPickerList{
        max-height: 555px;
        overflow: auto;
    }

/* Home State Responsive */
/*@media screen and (max-width: 719px){
    .homeState #bodyMale,
    .homeState #bodyFemale
    {
        display:none;
    }
    .homeState #systemPicker{
        width:100%;
    }
}*/
.lt720.homeState #bodyMale,
.lt720.homeState #bodyFemale{
        display:none;
}
.lt720.homeState #systemPicker{
        width:100%;
}
/*@media screen and (max-width: 980px){
    ul.picker_list li a{
        height:auto;
    }
}*/
.lt980 ul.picker_list li a{
        height:auto;
}
/*@media screen and (min-width: 720px) and (max-width: 980px){
    .homeState #bodyMale{display:none;}

    .homeState.homeMale #bodyMale{display: block;}
    .homeState.homeMale #bodyFemale{display: none;}

    .homeState.homeFemale #bodyFemale{display:block;}
    .homeState.homeFemale #bodyMale{display:none;}

    .homeState #genderPicker{
        display:block;
        width: auto;
        right: 0;
        position: absolute;
        top: 0;
        left: 317px;
    }

    .homeState #bodyGenders{
        width: auto !important;
        left: 322px;
    }
    .homeState #bodyFemale,
    .homeState.homeFemale #bodyFemale,
    .homeState.homeMale #bodyMale{
        margin-left: -147px;
        position: relative;
        left: 50%;
        width:294px;
    }
}*/
.gt720.lt980.homeState #bodyMale{display:none;}

.gt720.lt980.homeState.homeMale #bodyMale{display: block;}
.gt720.lt980.homeState.homeMale #bodyFemale{display: none;}

.gt720.lt980.homeState.homeFemale #bodyFemale{display:block;}
.gt720.lt980.homeState.homeFemale #bodyMale{display:none;}

.gt720.lt980.homeState #genderPicker{
        display:block;
        width: auto;
        right: 0;
        position: absolute;
        top: 0;
        left: 317px;
    }

.gt720.lt980.homeState #bodyGenders{
        width: auto !important;
        left: 322px;
    }
.gt720.lt980.homeState #bodyFemale,
.gt720.lt980.homeState.homeFemale #bodyFemale,
.gt720.lt980.homeState.homeMale #bodyMale{
        margin-left: -147px;
        position: relative;
        left: 50%;
        width:294px;
    }

.genderState #zoomControler,
.genderState #projectionControler,
.genderState #diseasePicker,
.genderState #organsPicker,
.genderState #body_wrapper{display:none;}
.genderState #currGender{
    /*background:#0094D4;*/
}
.genderState #genderPicker{border-right:none;width: 614px !important;}
.genderState #genderPickerList{visibility:hidden !important;}

/* Gender State Responsive */
/*@media screen and (max-width: 719px){

    .genderState.homeMale #bodyFemale,
    .genderState.homeFemale #bodyMale{
        display: none;
    }
}*/
.lt720.genderState.homeMale #bodyFemale,
.lt720.genderState.homeFemale #bodyMale{
        display: none;
    }
/*@media screen and (max-width: 980px){
    .genderState #genderPicker{
        position: absolute;
        left: 347px;
        right: 0;
        width: auto;
    }
    .genderState #bodyGenders{
        width:100% !important;
    }
    .genderState #bodyGenders .bodys .gender_img,
    .genderState #bodyGenders .systems_img,
    .genderState #bodyGenders .selected_system{
        left: 50%;
        margin-left: -147px;
    }
}*/
.lt980.genderState #genderPicker{
        position: absolute;
        left: 347px;
        right: 0;
        width: auto;
}
.lt980.genderState #bodyGenders{
        width:100% !important;
}
.lt980.genderState #bodyGenders .bodys .gender_img,
.lt980.genderState #bodyGenders .systems_img,
.lt980.genderState #bodyGenders .selected_system{
        left: 50%;
        margin-left: -147px;
}
/*@media screen and (min-width: 720px) and (max-width: 980px){
    .genderState #genderPicker{
        position: absolute;
        left: 347px;
        right: 0;
        width: auto !important;
    }
}*/
.gt720.lt980.genderState #genderPicker{
    position: absolute;
    left: 347px;
    right: 0;
    width: auto !important;
}

.homeState #bodyGenders{width: 640px;}
.genderState #bodyGenders{width: 962px;}
.systemState #bodyGenders{display:none;}
.organState .organs-picker-label{
    position:absolute;
    top:15px;
    right:10px;
    height:30px;
    /*width:100%;*/
}
.disease_picker_mobile{
    display: none;
    height: 30px;
    padding: 0 9px 0 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999997;
    line-height: 30px;
/*    background: #0094d4;*/
    background: #8cc152;
    color: white;
    font-size: 13px;
    font-weight:bold;
    text-transform: uppercase;
    cursor:pointer;
}
.disease_list_close_icon,
.disease_list_open_icon{
    position: absolute;
    width: 30px;
    height:30px;
    left:0;
    top:0;
}
.disease_list_close_icon{
    display:none;
    background: url(../graphics/sprite.png) -218px 2px no-repeat;
}
.disease_list_open_icon{
    background: url(../graphics/sprite.png) -142px 2px no-repeat;
}
/* O R G A N    S T A T E */
.projection-controller-mobile{
    position: absolute;
    display: none;
}
.picker_list{
    opacity:0;
}
.homeState .picker_list{
    opacity:1;
}
.picker_list.picker_visible,
.picker_visible ~ .picker_list{
    display:block !important;
    visibility: visible !important;
    opacity:1;
    -webkit-transition: opacity 0.18s linear;
    -moz-transition: opacity 0.18s linear;
    -ms-transition: opacity 0.18s linear;
    transition: opacity 0.18s linear;
}
/*@media screen and (max-width: 980px){
    .organState #body_wrapper{
        max-width: 100%;
    }
    .organState #body_container{
              //  left: 50%;
              //  margin-left: -147px;
    }
    #body_wrapper{
        width: 100%;
    }

    .organState #organsPicker{right: 0;}

}*/
.lt980.organState #body_wrapper{
        max-width: 100%;
}
.lt980 #body_wrapper{
        width: 100%;
}

.lt980.organState #organsPicker{right: 0;}

/*@media screen and (max-width: 719px){*/
/*    #bodymapHolder.organState,
    #flashHolder.organState{
        height:615px;
    }*/

    /* projection component */
/*    #body_wrapper{
        top: 30px;
    }*/
/*    #projectionControler{
        display: none;
    }*/
/*    .projection-controller-mobile{
        display: block;
        top: -30px;
        right: 0;
        left: auto;
        background: #6c6660;
        height:29px; 
        color: white;
        line-height: 30px !important;
        width: 100%;
        border-top: 1px solid white;
    }*/


/*    .projection-controller-mobile .projection_title{
        text-transform: uppercase;
        font-weight: bold;
        color:white;
        text-align: center;
        margin-right: 36px;
    }*/

/*    .picker_block .picker_title:hover,
    .picker_block:hover .picker_title{
        background: transparent;
    }*/

    .picker_visible{
        /*background-color: #0094d4 !important;*/
    }

/*    .projection-controller-mobile .picker_list{
        right: 0;
        left: auto;
        width: 150px;
    }*/
/*    .projection-controller-mobile .picker_action{
        position: absolute;
        height: 100%;
        width: 36px;
        right: 0;
        top: 0;
        background-image: url(../graphics/sprite.png);
        background-position: -165px 2px;
        background-repeat: no-repeat;
    }*/
/*    #diseasePicker .picker_title{
        padding-left: 30px !important;
    }*/
/*    .disease_list_close_icon{
        display:block;
    }*/

/*    .organState #systemPicker,
    .organState #genderPicker{
        width:auto;
    }
    .organState #systemPicker{
        width: 200px;
    }*/
/*    .organState #currSystem{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

/*    .organState #genderPicker{
        position: absolute;
        top: 0;
        right: 0;
        left: 231px;}
    .organState #genderPicker a{
        border-right: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
/*    #bodymapHolder, #flashHolder{
        overflow-x: hidden;
        max-width: 100%;
    }
    .organState #organsPicker{ 
        top: 60px;
        right:-120px;
    }*/
/*    #organsPicker .organs-picker-label{
        right:130px;
    }
    #organsPicker ul{
        right: 120px;
        position: relative;
    }*/

    /* no projection */
/*    .hide-projection-bar-sml .projection-controller-mobile{
        display:none;
    }
    .hide-projection-bar-sml #body_wrapper{
        top:0;
    }
    .hide-projection-bar-sml #organsPicker{
        top: 30px;
    }*/

/*    .hide-projection-bar-sml #body_wrapper{
        height: 585px;
    }*/


    /* Search */
/*    .organState .disease_picker_mobile{
        display: block;
    }

    .organState #zoomControler{
        display: none;
    }*/

    /* Diseade List Search */
/*    #systemPickerList{
        max-height: 550px;
        overflow: auto;
    }
    .disease_list_wrapper{
        height: 547px;
    }
    .organState #diseasePicker{
        height:0;
        visibility: hidden;
        overflow: hidden;
        opacity:0;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        width: auto;
        -webkit-transform:translate3d(0,580px,0);
        -ms-transform:translate3d(0,580px,0);
        -moz-transform:translate3d(0,580px,0);
        transform : translate3d(0,580px,0);  
    }*/
/*    .organState #diseasePicker .disease_list_body{
        width: 100%;
        border-left:0;
        background: #f3f2f1;
        height: 585px; //H
        top: 30px;
    }*/
/*    .organState.open-up-disease{
        overflow: hidden;
    }*/
/*    .organState.open-up-disease #diseasePicker{
        height:30px;
        overflow: visible;
        visibility: visible;
        opacity:1;

        -webkit-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
        -moz-transform:translate3d(0,0,0);
        transform : translate3d(0,0,0);

        -webkit-transition: transform .3s linear;  Safari 
        -ms-transition: transform .3s linear; 
        -moz-transition: transform .3s linear; 
        transition: transform .3s linear;
    }*/
/*}*/

.lt720#bodymapHolder.organState,
.lt720#flashHolder.organState{
    height:615px;
}

.lt720 #body_wrapper{
    top: 30px;
}
.lt720 #projectionControler{
    display: none;
}
.lt720 .projection-controller-mobile{
        display: block;
        top: -30px;
        right: 0;
        left: auto;
        background: #6c6660;
        height:29px; /* 1px changed*/
        color: white;
        line-height: 30px !important;
        width: 100%;
        border-top: 1px solid white;
}
    
.lt720 .projection-controller-mobile .projection_title{
        text-transform: uppercase;
        font-weight: bold;
        color:white;
        text-align: center;
        margin-right: 36px;
    }

.lt720 .picker_block .picker_title:hover,
.lt720 .picker_block:hover .picker_title{
        background: transparent;
}
    
.lt720 .picker_visible{
/*    background-color: #0094d4 !important;*/
    background-color: #8cc152 !important;
}

.lt720 .projection-controller-mobile .picker_list{
        right: 0;
        left: auto;
        width: 150px;
}
.lt720 .projection-controller-mobile .picker_action{
        position: absolute;
        height: 100%;
        width: 36px;
        right: 0;
        top: 0;
        background-image: url(../graphics/sprite.png);
        background-position: -165px 2px;
        background-repeat: no-repeat;
}
    
.lt720 #diseasePicker .picker_title{
        padding-left: 30px !important;
}

.lt720 .disease_list_close_icon{
        display:block;
}
    
.lt720.organState #systemPicker,
.lt720.organState #genderPicker{
        width:auto;
}

.lt720.organState #systemPicker{
        width: 200px;
    }
.lt720.organState #currSystem{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.lt720.organState #genderPicker{
        position: absolute;
        top: 0;
        right: 0;
        left: 231px;}
.lt720.organState #genderPicker a{
        border-right: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
.lt720#bodymapHolder,
.lt720#flashHolder{
        overflow-x: hidden;
        max-width: 100%;
    }
.lt720.organState #organsPicker{ 
        top: 60px;
        right:-120px;
    }
.lt720 #organsPicker .organs-picker-label{
        right:130px;
    }
.lt720 #organsPicker ul{
        right: 120px;
        position: relative;
    } 
    
.lt720.hide-projection-bar-sml .projection-controller-mobile{
        display:none;
    }
.lt720.hide-projection-bar-sml #body_wrapper{
        top:0;
    }
.lt720.hide-projection-bar-sml #organsPicker{
        top: 30px;
    }

.lt720.hide-projection-bar-sml #body_wrapper{
        height: 585px;
    }

.lt720.organState .disease_picker_mobile{
        display: block;
    }
.lt520.organState #zoomControler{
    display: none;
}
.lt720 #systemPickerList{
    max-height: 550px;
    overflow: auto;
}
.lt720 .disease_list_wrapper{
    height: 547px;
}
.lt720.organState #diseasePicker{
    height:0;
    visibility: hidden;
    overflow: hidden;
    opacity:0;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    -webkit-transform:translate3d(0,580px,0);
    -ms-transform:translate3d(0,580px,0);
    -moz-transform:translate3d(0,580px,0);
    transform : translate3d(0,580px,0);  
}
    
.lt720.organState #diseasePicker .disease_list_body{
    width: 100%;
    border-left:0;
    background: #f3f2f1;
    height: 585px; //H
    top: 30px;
}
    
.lt720.organState.open-up-disease{
    overflow: hidden;
}
    
.lt720.organState.open-up-disease #diseasePicker{
    height:30px;
    overflow: visible;
    visibility: visible;
    opacity:1;

    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    transform : translate3d(0,0,0);

    -webkit-transition: transform .3s linear;  
    -ms-transition: transform .3s linear; 
    -moz-transition: transform .3s linear; 
    transition: transform .3s linear;
}
    
/*@media screen and (min-width: 720px) and (max-width: 980px){
    .organState #systemPicker{width: 275px;}
    .organState #genderPicker{
        width: auto;
        right: 248px;
        position: absolute;
        top: 0;
        left: 306px;}
    .organState #diseasePicker{width: 248px;}
    .organState .disease_list_body{width: 246px;}
    .organState #organsPicker{right: 248px;}

    #body_wrapper{
        position: absolute;
        width:auto;
        left: 0;
        bottom: 0;
        right: 250px;
    }

}*/

.gt720.lt980.organState #systemPicker{width: 275px;}
.gt720.lt980.organState #genderPicker{
    width: auto;
    right: 248px;
    position: absolute;
    top: 0;
    left: 306px;}
.gt720.lt980.organState #diseasePicker{width: 248px;}
.gt720.lt980.organState .disease_list_body{width: 246px;}
.gt720.lt980.organState #organsPicker{right: 248px;}

.gt720.lt980 #body_wrapper{
    position: absolute;
    width:auto;
    left: 0;
    bottom: 0;
    right: 250px;
}


/*  HEIGHT RESPONSIVE */
/* body img ratio 1.8908 */
@media screen
and (min-height: 565px)
and (max-height: 599px)
and (orientation: portrait){

    /* base height: 555px (-30px from normal) */
    #bodymapHolder, #flashHolder{
        height: 556px !important;
    }
    #systemPickerList,
    #bodyGenders{
        max-height: 525px;
    }
    #body_wrapper,
    #organsPicker{
        height: 495px;
    }

    #body_container{ 
        width: 262px;
        height: 495px;
    }

    .organState #diseasePicker .disease_list_body{
        height:525px;
    }
    .disease_list_wrapper{
        height: 487px;
    }
    .organState #diseasePicker{
        -webkit-transform: translate3d(0,555px,0);
        -ms-transform: translate3d(0,555px,0);
        -moz-transform: translate3d(0,555px,0);
        transform: translate3d(0,555px,0);
    }

} 
/* body img ratio 1.8908 */
@media screen
and (min-height: 535px)
and (max-height: 564px)
and (orientation: portrait){
    /* base height: 525px (-60px from normal) */
    #bodymapHolder, #flashHolder{
        height: 526px !important;
    }
    #systemPickerList,
    #bodyGenders{
        max-height: 495px;
    }
    #body_wrapper,
    #organsPicker{
        height: 465px;
    }

    #body_container{ 
        width: 246px;
        height: 465px;
    }

    .organState #diseasePicker .disease_list_body{
        height:495px;
    }

    .disease_list_wrapper{
        height: 457px;
    }

    .organState #diseasePicker{
        -webkit-transform: translate3d(0,525px,0);
        -ms-transform: translate3d(0,525px,0);
        -moz-transform: translate3d(0,525px,0);
        transform: translate3d(0,525px,0);
    }
} 
/* body img ratio 1.8908 */
@media screen
and (min-height: 505px)
and (max-height: 534px)
and (orientation: portrait){
    /* base height: 495px (-90px from normal) */
    #bodymapHolder, #flashHolder{
        height: 496px !important;
    }

    #systemPickerList,
    #bodyGenders{ 
        max-height: 465px;
    }

    #body_wrapper,
    #organsPicker{
        height: 435px;
    }

    #body_container{ 
        width:230px;
        height: 435px;
    }

    .organState #diseasePicker .disease_list_body{
        height:466px;
    }

    .disease_list_wrapper{
        height: 427px;
    }

    .organState #diseasePicker{
        -webkit-transform: translate3d(0,495px,0);
        -ms-transform: translate3d(0,495px,0);
        -moz-transform: translate3d(0,495px,0);
        transform: translate3d(0,495px,0);
    }
} 
/* body img ratio 1.8908 */
@media screen
and (min-height: 475px)
and (max-height: 504px)
and (orientation: portrait){
    /* base height: 465px (-120px from normal) */
    #bodymapHolder, #flashHolder{
        height: 466px !important;
    }

    #systemPickerList,
    #bodyGenders{ 
        max-height: 435px;
    }

    #body_wrapper,
    #organsPicker{
        height: 405px;
    }

    #body_container{ 
        width: 214px;
        height: 405px;
    }

    .organState #diseasePicker .disease_list_body{
        height:435px;
    }

    .disease_list_wrapper{
        height: 397px;
    }

    .organState #diseasePicker{
        -webkit-transform: translate3d(0,465px,0);
        -ms-transform: translate3d(0,465px,0);
        -moz-transform: translate3d(0,465px,0);
        transform: translate3d(0,465px,0);
    }
} 


/*@media screen and (min-width:981px){

#bodymapHolder, #flashHolder{
}

.homeState #bodyGenders{
    width: auto;
    left: 317px;
}

#bodyGenders .bodys{
    position: absolute;
    width:294px;
}

#bodyFemale{
    left: 25%;
    margin-left: -147px;
}

#bodyMale{
	left: 75%;
    margin-left: -147px;
}

.genderState #bodyGenders{
	width:100%;
}

#genderPicker {
    width: auto;
    right: 320px;
    position: absolute;
    left: 348px;
}

.genderState #bodyGenders .bodys .gender_img,
 .genderState #bodyGenders .systems_img, 
 .genderState #bodyGenders .selected_system{
	left:0;
}

.genderState #genderPicker{
    position: absolute;
    left: 348px;
    width: auto !important;
    right: 0;
}

#body_wrapper {
    position: absolute;
    width: auto;
    right: 319px;
    left: 0;
}
}*/

.gt980#bodymapHolder,
.gt980#flashHolder{
}

.gt980.homeState #bodyGenders{
    width: auto;
    left: 317px;
}

.gt980 #bodyGenders .bodys{
    position: absolute;
    width:294px;
}

.gt980 #bodyFemale{
    left: 25%;
    margin-left: -147px;
}

.gt980 #bodyMale{
    left: 75%;
    margin-left: -147px;
}

.gt980.genderState #bodyGenders{
    width:100%;
}

.gt980 #genderPicker {
    width: auto;
    right: 320px;
    position: absolute;
    left: 348px;
}

.gt980.genderState #bodyGenders .bodys .gender_img,
.gt980.genderState #bodyGenders .systems_img, 
.gt980.genderState #bodyGenders .selected_system{
    left:0;
}

.gt980.genderState #genderPicker{
    position: absolute;
    left: 348px;
    width: auto !important;
    right: 0;
}

.gt980 #body_wrapper {
    position: absolute;
    width: auto;
    right: 319px;
    left: 0;
}
