.containerslide.images {
    width: 505px;
    height: 140px;
    background-color: white;
    /* margin-right: 50px; */
    text-align: center;
    position: relative;
    margin-left: 42px;
    margin-top: 60px;
    /* margin-left: 50px; */
    border: 0.5px solid grey;
    /* border: 2px solid grey; */
    /* border-bottom: 5px solid grey; */
}

.containerslide.cta {
    width: 500px;
    height: 49px;
    background-color: white;
    /* margin-right: 50px; */
    text-align: center;
    position: relative;
    margin-left: 45px;
    margin-top: 110px;
    /* margin-left: 50px; */
    border: 1px solid grey;
}


.containerslide.demopreview .resources_p,
.containerslide.demopreview .resources_p_attr {
    display: none;
    margin-top: 9.4vh;
    margin-left: 57.3vh;
    background: transparent !important;
    width: 58.6vh;
}

.containerslide.demopreview_scd .resources_p_scd {
    margin-left: 382.968px;
    position: absolute;
    width: 58.6vh;
    top: 12.3vh;
}

::-webkit-scrollbar {
    display: none;
}

/* .containerslide.demopreview .resources_p img {
    width: 100%;
    height: inherit;
} */

/* .containerslide div {
    background-color: white;
    width: 100%;
    display: inline-block;
    /* display: none;
} */

.containerslide.cta img {
    /*width: 100%;
    height: 95%;*/
    height: 40px;
    /*height: 100%;*/
    /*padding: 13px;*/
}

.containerslide img {
    /*width: 100%;
    height: 95%;*/
    /* height: 121px; */
    /*height: 100%;*/
    /*padding: 13px;*/
}

.sliderdiv {
    position: fixed;
    left: 230px;
    background: #ffffffc2;
    /* top: 300px; */
    /* top: 445px; */
    top: 240px;
    /* padding: 20px; */
    /* display: -webkit-inline-box; */
    /* border-radius: 30px; */
    color: grey;
    height: 280px;
    width: 600px;
    box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    z-index: 2;
}

.closeSlider,
.closeSlider_attr,
.closeSlider_scd {
    width: 4.5vh;
    position: fixed;
    float: right !important;
    right: 213px;
    font-size: 5em !important;
    font-weight: thin;
    /* top: 330px; */
    /* top: 465px; */
    top: 251px;
}

.blur_effect {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
    top: 0vh;
    left: 1vh;
    position: absolute;
}


/* Prevents the slideshow from flashing on load */

#slides {
    display: none;
}

#slides .slidesjs-container {
    margin-bottom: 50px;
}

#slides .slidesjs-previous {
    margin-right: 25px;
    float: left;
}

#slides .slidesjs-next {
    margin-right: 25px;
    float: left;
}

.slidesjs-pagination {
    position: fixed;
    /* top: 870px; */
    /* top: 1010px; */
    top: 469px;
    left: 380px;
}

.slidesjs-pagination li {
    float: left;
    /*margin: 0 5px;*/
    margin-left: 15px;
    list-style: none;
}

.slidesjs-pagination li a {
    display: block;
    width: 18px;
    height: 0;
    padding-top: 17.5px;
    /* background-image: url(../images/slider/normal.png); */
    background-position: 0 0;
    float: left;
    background-size: 18px;
    overflow: hidden;
}

.slidesjs-pagination li a.active {
    /* background-image: url(../images/slider/active.png); */
}


/*.slidesjs-pagination li a:hover.active { background-position: 0 -32px !important;}*/

.slidesjs-pagination li a:hover {
    /* background-image: url(../images/slider/hover.png); */
}

#slides a:link,
#slides a:visited {
    color: #333 !important;
}

#slides a:hover,
#slides a:active {
    color: #9e2020 !important;
}


.slidesjs-pagination {
    /*margin:30px 0 0;*/
    float: left;
    /*list-style: none;*/
    /*left: 575px !important;*/
    /*position: relative !important;*/
    /*padding-top: 75px;*/
}

.preview_button_div {
    width: 100%;
    height: 100%;
    top: 0vh;
    left: 0vh;
    position: absolute;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.next {
    position: absolute;
    font-size: 9em !important;
    right: 8%;
    z-index: 200;
    margin-right: 0px !important;
    width: 3vh;
    display: -webkit-flex !important;
    ;
    display: flex !important;
    ;
    -ms-flex-align: center !important;
    ;
    -webkit-align-items: center !important;
    ;
    -webkit-box-align: center !important;
    ;
    align-items: center !important;
    ;
}

.next img {
    width: 100%;
}

.prev {
    position: absolute;
    font-size: 9em !important;
    left: 8%;
    z-index: 200;
    margin-right: 0px !important;
    width: 3vh;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.prev img {
    width: 100%;
}

/* .containerslide div:first-child {
    display: inline-block;
    display: block;
} */

.ui.inverted.dimmer {
    background-color: rgba(255, 255, 255, 0.95) !important;
}



/* d                order details      */

.details_div {
    position: fixed;
    left: 116px;
    background: white;
    /* top: 100px; */
    top: 93px;
    /* padding: 20px; */
    display: -webkit-inline-box;
    border-radius: 30px;
    color: grey;
    height: 592px;
    width: 847px;
    box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
}

.close_details {
    position: fixed;
    /* float: right !important; */
    left: 911px !important;
    /* left: 1954px !important; */
    font-size: 6em !important;
    font-weight: thin;
    /* top: 130px; */
    top: 120px;
    width: 24px;
    z-index: 5;
}

.details_div .header img {
    height: 70px;
    /*border-bottom: 5px solid #203566 !important;*/
    float: left;
    margin-left: 50px;
}

.header_admin_modal {
    top: 3px;
    position: relative;
    left: -35px;
}

.details_div .header {
    height: 63px;
    width: 92%;
    padding-top: 20px;
}

#sortable3 img {
    max-width: 100%;
    margin-left: 23px;
    margin-top: 44px;
}

#sortable3 .chartDummy,
#sortable3 .chartDiv {
    width: 325px;
    height: 150px;
    margin-left: -9px;
    margin-top: -12px;
    margin-bottom: 3px;
}

#sortable3 .cta img {
    float: left;
    padding-left: 0px;
    margin-left: 12px;
    margin-top: -31px;
}

#sortable3 .headline {
    height: 90px;
    position: relative;
    top: 2px;
}

#sortable3 .information.droppable img {
    width: 325px;
    height: 73px;
    margin-left: 19px;
    margin-top: 0px;
    max-width: none;
}

#sortable3 .headline.droppable img {
    margin-left: 12px;
    margin-top: -5px;
    z-index: 15;
}

#sortable3 {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 327px;
    height: 432px;
    position: fixed;
    z-index: 0;
    left: 530px;
    padding: 18px;
    top: 198px;
    border: 1px solid grey;
}


.sortable3_white .chartDummy,
.sortable3_white .chartDiv {
    margin-top: -20px !important;
    width: 316px !important;
}

.sortable3_white .cta img {
    margin-top: -18px !important;
}

.sortable3_white .headline {
    height: 90px !important;
    position: relative !important;
    top: 2px !important;
}

.sortable3_white .information.droppable img {
    width: 317px !important;
}

.sortable3_white .headline.droppable img {
    margin-left: 22px !important;
    margin-top: 0px !important;
}

.sortable3_white {
    padding: 20px !important;
}

.sortable3_white li:nth-child(5) {
    margin-left: -13px !important;
}

/*.sortable3_white .cta img {
    margin-left: 37px !important;
}*/
.sortable3_white .cta.droppable li,
.sortable3_white .cta.droppable img {
    width: 200px !important;
    height: 21px !important;
}

.sortable3_white .droppable img {
    width: 339px !important;
    top: -12px !important;
    left: -10px !important;
}


.show_details {
    position: fixed;
    left: 157px;
    font-size: 17px !important;
    text-align: left;
    top: 198px;
    margin-left: 5px;
    line-height: 29px;
    font-weight: 600px !important;
    color: #424242;
    width: 360px;
}

.show_details span {
    /*font-weight: bolder;*/
    color: black;
}

.tab_prop.admin_database {
    margin-bottom: 100px;
    margin-left: -150px;
}

#sortable3 li:first-child {
    margin-left: -19px
}

#sortable3 li:nth-child(2) {
    margin-left: -27px;
    margin-top: 10px;
}

#sortable3 li:nth-child(3) {
    margin-left: -27px;
}

#sortable3 li:nth-child(4) {
    margin-left: -27px;
}

#sortable3 li:nth-child(5) {
    margin-left: -27px;
}

#sortable3 li:nth-child(6) {
    margin-left: -27px;
}

#wordBreak {
    word-break: break-word;
    color: black !important;
}

.ui.icon.button {
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
}

.ui.button {
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 0.25em 0 0;
    padding: 0.8em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 0.2857rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(39, 41, 43, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    -webkit-tap-highlight-color: transparent;
}

.dummy_div {
    position: relative;
    height: 5vh;
    width: 1vh;
    top: 5vh;
}

.slider_main_div,
.slider_main_div_attr,
.slider_main_div_scd {
    display: none;
}

.slider_main_div.active,
.slider_main_div_attr.active,
.slider_main_div_scd.active {
    display: block;
}

.demo_img_resources_1_Screen,
.demo_img_resources_2_Screen,
.demo_img_resources_3_Screen,
.demo_img_resources_4_Screen,
.demo_img_resources_5_Screen,
.demo_img_resources_6_Screen,
.demo_img_resources_7_Screen,
.demo_img_resources_8_Screen,
.demo_img_resources_9_Screen,
.demo_img_resources_10_Screen,
.demo_img_resources_11_Screen,
.demo_img_resources_12_Screen {
    position: absolute;
    width: 58.6vh;
    top: 12.3vh;
    left: 58.6vh;
    /* border: solid 1px; */
    background: white;
    box-shadow: 0px 0px 50px 3px #bebebe;
}

.demo_r1_img {
    position: relative;
    top: 2.92vh;
    /* left: 1vh; */
    width: 58.6vh;
}

.demo_r1_header {
    position: relative;
    top: -21.5vh;
    left: 3.8vh;
    width: 25.5vh;
    z-index: 50;
}

.demo_r1_footer {
    position: relative;
    top: -9vh;
    /* left: 1vh; */
    width: 58vh;
}

.demo_r1_provider {
    position: relative;
    top: -23.3vh;
    left: 3.8vh;
    width: 23vh;
    font: 1.45vh RobotoMono-Medium;
    color: black;
}

.demo_r1_symptoms_dp {
    position: relative;
    width: 55.5vh;
    height: 13vh;
    top: -9vh;
    left: 3.7vh;
}

.demo_r1_symptoms {
    text-align: center;
}

/* .demo_r2_p1_logo {
    position: absolute;
    top: 16.7vh;
    right: 49vh;
    text-align: right;
    height: 5vh;
} */

.activeSlide {
    display: block !important;
}

.r3_c3_radio_round_button {
    top: 20.6vh;
    left: 4.5vh;
}

.r3_c3_radio_round_button.active {
    left: 7vh;
}

.resource_3_sw3 {
    position: absolute;
    top: 20vh;
    left: 0.5vh;
}


.demo_r3_type_p {
    position: relative;
    top: 9vh;
    left: 2.4vh;
    width: 55.5vh;
    margin-left: 0vh
}

.demo_r3_img_p {
    position: relative;
    top: 10vh;
    left: 3.3vh;
    width: 52vh;
}

.demo_r1_logo_p {
    position: relative;
    top: -25.8vh;
    right: 1vh;
    text-align: right;
    float: right;
    width: 10vh;
    height: 6vh;
}

.demo_r2_logo_p,
.demo_r3_logo_p,
.demo_r4_logo_p,
.demo_r5_logo_p,
.demo_r6_logo_p,
.demo_r7_logo_p,
.demo_r8_logo_p {
    position: relative;
    top: 4.2vh;
    right: 1vh;
    text-align: right;
    float: right;
    width: 10vh;
    height: 7vh;
}

.demo_main_logo_layer {
    display: block;
    position: absolute;
    top: 83.2vh;
    /* background: red; */
    width: 58.6vh;
    height: 5vh;
}

.demo_r0_logo_p_layer_attr{
    position: relative;
    top: 70vh;
    right: -47.5vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}
.demo_r1_1_logo_p_layer_attr{
    position: relative;
    top: 62vh;
    right: -47vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.3vh;
}
.demo_r1_2_logo_p_layer_attr{
    position: relative;
    top: 58.5vh;
    right: -103vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.3vh;
}

.demo_r2_1_logo_p_layer_attr{
    position: relative;
    top: 70vh;
    right: -47vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}
.demo_r2_2_logo_p_layer_attr{
    position: relative;
    top: 66vh;
    right: -103vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}
.demo_r3_1_logo_p_layer_attr{
    position: relative;
    top: 28vh;
    right: -47vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}
.demo_r3_2_logo_p_layer_attr{
    position: relative;
    top: 24vh;
    right: -103vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}

.demo_r4_logo_p_layer_attr {
    position: relative;
    top: 27vh;
    right: -47.5vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}

.demo_r1_logo_p_layer,
.demo_r2_logo_p_layer,
.demo_r3_logo_p_layer,
.demo_r4_logo_p_layer,
.demo_r5_logo_p_layer,
.demo_r6_logo_p_layer,
.demo_r7_logo_p_layer,
.demo_r8_logo_p_layer {
    position: absolute;
    top: 0vh;
    right: 3vh;
    text-align: right;
    background: #ffffff;
    width: 7vh;
    height: 3.5vh;
}

/* .demo_r2_logo_p, 
.demo_r3_logo_p, 
.demo_r4_logo_p{
    top: 6vh !important;
} */

.demo_r3_type_1 {
    display: none;
    max-width: 48.5%;
    padding-left: 0.7vh;
    /* margin-left: 1vh; */
}

.demo_r3_type_2 {
    display: none;
    margin-left: 0.3vh;
    max-width: 48.5%;
}

.demo_r4_header_p {
    position: relative;
    width: 59vh;
    top: 4vh;
    left: 0vh;
    /* display: none; */
    height: 10.6vh;
}

.demo_r4_type_p {
    position: relative;
    top: 5.5vh;
    left: 3.6vh;
    width: 55vh;
}

.demo_r4_footer_p {
    position: relative;
    width: 59vh;
    top: 6.5vh;
    left: 0vh;
    display: none;
}

.demo_symptom_img_p {
    width: 38%;
    position: absolute;
    display: none;
}

.demo_r4_symptom_img1_p {
    top: 0.5vh;
    left: 6.4vh;
}

.demo_r4_symptom_img2_p {
    top: 6.6vh;
    left: 5.2vh;
}

.demo_r4_symptom_img3_p {
    top: 13.3vh;
    left: 4.8vh;
    width: 21.5vh;
}

.demo_r4_symptom_img4_p {
    top: 7.1vh;
    left: 4.3vh;
}

.demo_r4_symptom_img5_p {
    top: 27.5vh;
    left: 3.3vh;
    width: 21.5vh;
}

.demo_r4_symptom_img6_p {
    top: 0.3vh;
    left: 27.8vh;
}

.demo_r4_symptom_img7_p {
    top: 5.3vh;
    left: 27.1vh;
}

.demo_r4_symptom_img8_p {
    top: 9.9vh;
    left: 26.8vh;
}

.demo_r4_symptom_img9_p {
    top: 15.5vh;
    left: 32.7vh;
}

.demo_r4_symptom_img10_p {
    top: 15.8vh;
    left: 26.9vh;
}

.demo_r4_symptom_img11_p {
    top: 27vh;
    left: 28.9vh;
}

.demo_r4_box_img_1_p {
    position: absolute;
    width: 1.2vh;
    top: 1.5vh;
    left: -4.5vh;
}

.demo_r4_box_img_2_p {
    position: absolute;
    width: 1.2vh;
    top: 1.3vh;
    left: -3.3vh;
}

.demo_r4_box_img_3_p {
    position: absolute;
    width: 1.2vh;
    top: 1.5vh;
    left: -2.9vh;
}

.demo_r4_box_img_4_p {
    position: absolute;
    width: 1.2vh;
    top: 15.5vh;
    left: -2.4vh;
}

.demo_r4_box_img_5_p {
    position: absolute;
    width: 1.2vh;
    top: 1vh;
    left: -1.4vh;
}

.demo_r4_box_img_6_p {
    position: absolute;
    width: 1.2vh;
    top: 1.5vh;
    left: 25.6vh;
}

.demo_r4_box_img_7_p {
    position: absolute;
    width: 1.2vh;
    top: 2vh;
    left: 26.3vh;
}

.demo_r4_box_img_8_p {
    position: absolute;
    width: 1.2vh;
    top: 1.5vh;
    left: 26.6vh;
}

.demo_r4_box_img_9_p {
    position: absolute;
    width: 1.2vh;
    top: 1.5vh;
    left: 20.7vh;
}

.demo_r4_box_img_10_p {
    position: absolute;
    width: 1.2vh;
    top: 7vh;
    left: 26.5vh;
}

.demo_r4_box_img_11_p {
    position: absolute;
    width: 1.2vh;
    top: 2.5vh;
    left: 24.5vh;
}


.demo_r5_header_p {
    position: relative;
    width: 59vh;
    top: 1.9vh;
    left: 0vh;
    height: 11vh;
}

.demo_r5_footer_p {
    position: relative;
    width: 58.5vh;
    top: 40.7vh;
    left: 0vh;
    display: none;
}

.demo_r6_img_p {
    position: relative;
    top: 22vh;
    left: 0vh;
    width: 58.7vh;
    height: 26vh;
}

.demo_r6_tests_p1 img {
    position: relative;
    left: 6.6vh;
    width: 44vh;
}

.demo_r6_tests_p2 img {
    position: relative;
    left: 6.6vh;
    width: 44vh;
}

.demo_r6_tests_p3 img {
    position: relative;
    left: 6.6vh;
    width: 44vh;
}

.demo_r6_footer_p {
    position: relative;
    top: 25vh;
    left: 3.5vh;
    width: 51vh;
}

.demo_r7_header_p {
    position: relative;
    width: 58.6vh;
    top: 2.5vh;
    left: 0vh;
    height: 8.4vh;
}

.demo_r7_img_p {
    /* position: relative;
    top: 0.8vh;
    left: 5.2vh;
    width: 50.5vh;
    height: 37vh; */
    position: relative;
    top: 1.5vh;
    left: 5.6vh;
    width: 51vh;
    height: 37vh;
}

.demo_r7_footer_p {
    position: relative;
    top: 6.6vh;
    left: 0vh;
    width: 58.5vh;
}

.demo_r8_img {
    position: relative;
    top: 34vh;
    left: 3.5vh;
    width: 53vh;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    height: 18vh;
}

.demo_r8_tests .droppable_symptopms {
    position: relative;
    width: 17.6vh;
}

.demo_r8_tests_d1 .droppable_symptopms {
    position: relative;
    width: 17.6vh;
}

.demo_r8_tests_d2 .droppable_symptopms {
    position: relative;
    width: 17.6vh;
}

.demo_r8_tests_d3 .droppable_symptopms {
    position: relative;
    width: 17.6vh;
}

.demo_r8_footer {
    position: relative;
    top: 32vh;
    left: 0.3vh;
    width: 58.5vh;
    /* display: none; */
}

.demo_r8_footer img {
    position: absolute;
    top: 1.5vh;
    left: -0.2vh;
}

.demo_r8_footer_title {
    display: none;
}

.demo_r8_footer_message {
    top: 6.7vh !important;
    left: 4vh;
    padding-left: 3vh;
    width: 52vh;
    display: none;
}

.demo_r8_footer_hcp_info {
    position: absolute;
    width: 96%;
    left: 2vh;
    top: 7.6vh;
    text-align: center;
    font-size: .8vh;
    color: black;
    font-family: RobotoMono-Medium;
    background: transparent;
}



.demo_row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.demo_col-13 {
    display: inline block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.demo_col-14 {
    display: inline block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#draftImg,
#draftImg_attr {
    position: absolute;
    top: 30vh;
    left: 0vh;
    width: 59.5vh;
    display: none;
}

#preview_orderScreen_f {
    position: absolute;
    width: 50.7vh;
    top: 5.9vh;
    left: 9.5vh;
}

#revieworder_content1_f {
    position: absolute;
    top: 12vh;
    left: 50%;
    width: 50%;
    height: 80vh;
    display: none;
    /* opacity: 0.4; */
}


#radio_button_content1_resources_review_Screen_btn_attr {
    display: none;
}

#radio_button_content1_resources_review_Screen_f {
    display: block;
}

#radio_button_content1_resources_review_Screen_btn_f {
    display: block;
}

#title1_content1_resources_review_Screen_f {
    position: absolute;
    width: 49vh;
    top: 5.2vh;
    left: 0;
    display: none;
}

#title2_content1_resources_review_Screen_f {
    position: absolute;
    width: 59vh;
    top: 5.2vh;
    left: -3px;
    display: none;
}

#title3_content1_resources_review_Screen_f {
    position: absolute;
    width: 59vh;
    top: 5.2vh;
    left: -3px;
}

#title1_content2_resources_review_Screen_f {
    position: absolute;
    width: 62vh;
    top: 5.2vh;
    left: 0;
}

/* #title2_content2_resources_review_Screen_f {
    position: absolute;
    width: 62vh;
    top: 5.2vh;
    left: 0;
} */

#preview_resources_review_btn_f {
    position: relative;
    top: 28.3vh;
    left: 0vh;
    width: 15.5vh;
    height: 3vh;
}

#cancle_resources_review_btn_f {
    position: relative;
    top: 31.3vh;
    left: 94vh;
    width: 4.5vh;
    height: 4vh;
    border-radius: 2vh;
}

#calcle1_resources_review_btn_f {
    position: relative;
    top: 50.3vh;
    left: 42.5vh;
    width: 15.2vh;
    height: 2.7vh;
}

#accept_resources_review_btn_f {
    position: relative;
    top: 47.6vh;
    left: 63.8vh;
    width: 15.2vh;
    height: 2.7vh;
}

#check_rr_content1_1_f {
    top: 43.8vh;
    left: 2.2vh;
}

.check_rr_content1_f {
    position: absolute;
    width: 2.7vh;
    left: 2.2vh;
    opacity: 0;
}

#dropdown_rr_close_f,
#dropdown_rr_open_f {
    position: absolute;
    width: 5.8vh;
    top: 43.8vh;
    left: 15vh;
}

#dropdown_rr_option0_f {
    position: absolute;
    width: 5.5vh;
    height: 2.5vh;
    top: 0vh;
    left: 0vh;
}

#dropdown_rr_option1_f {
    position: absolute;
    width: 5.5vh;
    height: 2.5vh;
    top: 3vh;
    left: 0vh;
}

#dropdown_rr_option2_f {
    position: absolute;
    width: 5.5vh;
    height: 2.5vh;
    top: 6vh;
    left: 0vh;
}

#dropdown_rr_option3_f {
    position: absolute;
    width: 5.5vh;
    height: 2.5vh;
    top: 9vh;
    left: 0vh;
}

#dropdown_rr_input_f {
    position: absolute;
    width: 1.5vh;
    height: 2vh;
    top: 0.8vh;
    left: 0.8vh;
    border: none;
    font-size: 2vh;
    font-family: Gotham-Book;
}

#orderbutton_f {
    position: absolute;
    top: 93vh;
    left: 114vh;
    width: 15vh;
    height: 8vh;
}

#orderbutton_f img {
    width: 100%;
}

#revieworder_resource_submitted_f {
    position: absolute;
    top: 12vh;
    left: 50%;
    width: 50%;
    height: 80vh;
    display: none;
    /* opacity: 0.4; */
}

#revieworder_resource_submitted_with_print_f {
    position: absolute;
    top: 12vh;
    left: 50%;
    width: 50%;
    height: 80vh;
    display: none;
    /* opacity: 0.4; */
}

#revieworder_resource_submitted_attr_prof {
    position: absolute;
    top: 12vh;
    left: 50%;
    width: 50%;
    height: 80vh;
    display: none;
    /* opacity: 0.4; */
}

#revieworder_resource_submitted_with_print_attr_prof {
    position: absolute;
    top: 12vh;
    left: 50%;
    width: 50%;
    height: 80vh;
    display: none;
    /* opacity: 0.4; */
}



















/* /////Static Images///// */
.static_o_r1_logo,
.static_o_r2_logo,
.static_o_r3_logo,
.static_o_r4_logo,
.static_o_r5_logo,
.static_o_r6_logo,
.static_o_r7_logo,
.static_o_r8_logo {
    position: absolute;
    top: 1.2vh;
    right: 0.5vh;
    text-align: right;
}


.static_o_img_resources_1_Screen,
.static_o_img_resources_2_Screen,
.static_o_img_resources_3_Screen,
.static_o_img_resources_4_Screen,
.static_o_img_resources_5_Screen,
.static_o_img_resources_6_Screen,
.static_o_img_resources_7_Screen,
.static_o_img_resources_8_Screen {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
}

.order_Preview_img_static_o {
    position: absolute;
    width: 50.5vh;
    top: 18vh;
    left: 9.5vh;
    /* border: solid 1px; */
    background: white;
    box-shadow: 0px 0px 4px 0px grey;
    display: none;
}

.static_o_r1_symptoms.draggable {
    height: 10vh;
}


.static_o_r1_symptoms.droppable.dropped img {
    background-color: white;
}

.static_o_r1_symptoms.droppable.dropped {
    display: none;
}


.static_o_r1_img {
    position: relative;
    top: 0vh;
    left: 0vh;
    width: 100%;
}

.static_o_r1_header {
    position: relative;
    top: -16.8vh;
    left: 1.8vh;
    width: 23vh;
}

.static_o_r1_footer {
    position: relative;
    top: 4.3vh;
    left: 0vh;
    width: 100%;
}

.static_o_r1_provider {
    position: relative;
    top: -18.9vh;
    left: 1.8vh;
    width: 22vh;
    font: 1.3vh RobotoMono-Medium;
    color: black;
}


.static_o_r1_symptoms_dp {
    position: absolute;
    width: 100%;
    height: 10vh;
    top: 32.3vh;
    left: 1.5vh;
    text-align: center;
}

.static_o_r3_type {
    position: absolute;
    top: 11.5vh;
    left: 2.4vh;
    width: 46.5vh;
    margin-left: 0vh;
}

.static_o_r3_img {
    position: absolute;
    top: 41vh;
    left: 2.8vh;
    width: 89%;
}


.static_o_r4_header {
    position: absolute;
    width: 100%;
    top: 6.8vh;
    left: 0vh;
    /* display: none; */
}

.static_o_r4_footer {
    position: absolute;
    width: 100%;
    top: 44.4vh;
    left: 0vh;
    display: none;
}

.static_o_r4_type {
    position: absolute;
    top: 16vh;
    left: 2.2vh;
    width: 93%;
}


.static_o_symptom_img_p {
    width: 38%;
    position: absolute;
    display: none;
}

.static_o_r4_symptom_img1 {
    top: 0.2vh;
    left: 5.3vh;
}

.static_o_r4_symptom_img2 {
    top: 5.8vh;
    left: 4.5vh;
}

.static_o_r4_symptom_img3 {
    top: 12.1vh;
    left: 4.3vh;
}

.static_o_r4_symptom_img4 {
    top: 6vh;
    left: 4vh;
}

.static_o_r4_symptom_img5 {
    top: 23.3vh;
    left: 3.2vh;
}

.static_o_r4_symptom_img6 {
    top: 0vh;
    left: 23.6vh;
}

.static_o_r4_symptom_img7 {
    top: 4.5vh;
    left: 23.1vh;
}

.static_o_r4_symptom_img8 {
    top: 8.8vh;
    left: 22.8vh;
}

.static_o_r4_symptom_img9 {
    top: 13.8vh;
    left: 27.9vh;
}

.static_o_r4_symptom_img10 {
    top: 13.6vh;
    left: 22.85vh;
}

.static_o_r4_symptom_img11 {
    top: 23vh;
    left: 24.6vh;
}

.static_o_r4_box_img_1 {
    position: absolute;
    width: 1.2vh;
    top: 1.2vh;
    left: -3.05vh;
}

.static_o_r4_box_img_2 {
    position: absolute;
    width: 1.2vh;
    top: 1.1vh;
    left: -2.25vh;
}

.static_o_r4_box_img_3 {
    position: absolute;
    width: 1.2vh;
    top: 1.2vh;
    left: -2.05vh;
}

.static_o_r4_box_img_4 {
    position: absolute;
    width: 1.2vh;
    top: 13.4vh;
    left: -1.7vh;
}

.static_o_r4_box_img_5 {
    position: absolute;
    width: 1.2vh;
    top: .9vh;
    left: -0.9vh;
}

.static_o_r4_box_img_6 {
    position: absolute;
    width: 1.2vh;
    top: 1.3vh;
    left: 21.9vh;
}

.static_o_r4_box_img_7 {
    position: absolute;
    width: 1.2vh;
    top: 1.8vh;
    left: 22.4vh;
}

.static_o_r4_box_img_8 {
    position: absolute;
    width: 1.2vh;
    top: 1.0vh;
    left: 22.7vh;
}

.static_o_r4_box_img_9 {
    position: absolute;
    width: 1vh;
    top: .5vh;
    left: 17.6vh;
}

.static_o_r4_box_img_10 {
    position: absolute;
    width: 1.2vh;
    top: 5.5vh;
    left: 22.7vh;
}

.static_o_r4_box_img_11 {
    position: absolute;
    width: 1.2vh;
    top: 1.3vh;
    left: 20.9vh;
}

.static_o_r5_header {
    position: absolute;
    width: 100%;
    top: 5.4vh;
    left: 0vh;
    display: none;
}

.static_o_r5_footer {
    position: absolute;
    width: 100%;
    top: 46.2vh;
    left: 0vh;
    display: none;
}

.static_o_r6_img {
    position: absolute;
    top: 20.3vh;
    left: 0vh;
    width: 100%;
}

.static_o_r6_tests_p1 img {
    position: relative;
    left: 4.6vh;
    width: 38vh;
}

.static_o_r6_tests_p2 img {
    position: relative;
    left: 4.6vh;
    width: 38vh;
}

.static_o_r6_tests_p3 img {
    position: relative;
    left: 4.6vh;
    width: 38vh;
}

.static_o_r6_footer {
    position: absolute;
    top: 46vh;
    left: 3vh;
    width: 89%;
}

.static_o_r7_header {
    position: absolute;
    width: 100%;
    top: 5.5vh;
    left: 0vh;
}

.static_o_r7_img {
    position: absolute;
    top: 11.25vh;
    left: 4.3vh;
    width: 89%;
}

.static_o_r7_footer {
    position: absolute;
    top: 46.7vh;
    left: 0vh;
    width: 100%;
}


.static_o_r8_img {
    position: absolute;
    top: 33vh;
    left: 2vh;
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
}

.static_o_r8_tests .droppable_symptopms {
    position: relative;
    width: 17.6vh;
}

.static_o_r8_tests_d1 .droppable_symptopms {
    position: relative;
    width: 14.6vh;
}

.static_o_r8_tests_d2 .droppable_symptopms {
    position: relative;
    width: 14.6vh;
}

.static_o_r8_tests_d3 .droppable_symptopms {
    position: relative;
    width: 14.6vh;
}


.static_o_r8_footer {
    position: absolute;
    top: 46.5vh;
    left: 0vh;
    width: 100%;
    /* display: none; */
}

.static_o_r8_footer img {
    position: absolute;
    top: 1.5vh;
    left: 0vh;
}

.static_o_r8_footer_title {
    display: none;
}

.static_o_r8_footer_message {
    top: 6.2vh !important;
    left: 4vh;
    padding-left: 3vh;
    width: 88%;
    display: none;
}

.static_o_r8_footer_hcp_info {
    position: absolute;
    width: 95%;
    left: 1vh;
    top: 10.5vh;
    text-align: center;
    font-size: .74vh;
    color: black;
    font-family: "RobotoMono-Medium";
}

.draftImgStatic_o {
    display: block;
    position: absolute;
    /* top: 35.5vh; */
    /* left: 18vh; */
    width: 50.5vh;
    display: none;
    top: 31vh;
    left: 9.5vh;
    box-shadow: 0px 0px 60px 3px #8c8383a
}

.draftImgStatic_o_f {
    display: block;
    position: absolute;
    /* top: 35.5vh; */
    /* left: 18vh; */
    width: 50.5vh;
    display: none;
    top: 31vh;
    left: 9.5vh;
}



/* /////////////// Resource 1 /////////////// */

.containerslide_preview {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.containerslide_preview.images {
    width: 505px;
    height: 140px;
    background-color: white;
    /* margin-right: 50px; */
    text-align: center;
    position: relative;
    margin-left: 42px;
    margin-top: 60px;
    /* margin-left: 50px; */
    border: 0.5px solid grey;
    /* border: 2px solid grey; */
    /* border-bottom: 5px solid grey; */
}

.containerslide_preview.cta {
    width: 500px;
    height: 49px;
    background-color: white;
    /* margin-right: 50px; */
    text-align: center;
    position: relative;
    margin-left: 45px;
    margin-top: 110px;
    /* margin-left: 50px; */
    border: 1px solid grey;
}


.containerslide_preview.demopreview .resources_p {
    display: none;
    margin-top: 9.4vh;
    margin-left: 57.3vh;
    background: transparent !important;
    width: 58.6vh;
}

::-webkit-scrollbar {
    display: none;
}

.containerslide_preview.cta img {
    /*width: 100%;
    height: 95%;*/
    height: 40px;
    /*height: 100%;*/
    /*padding: 13px;*/
}


.r1_sl,
.r3_sl,
.r4_sl,
.r6_sl,
.r7_sl,
.r8_sl {
    /* display: none;
    position: sticky;
    width: 150vh;
    top: 2vh;
    opacity: 1;
    z-index: 10;
    margin-left: auto;
    margin-right: auto; */
    position: sticky;
    width: 67vh;
    opacity: 1;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: none;
    border: solid 1px;
    background: #f0f0f0;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh;
}

.r1_sl {
    width: 59vh !important;
}

.r7_sl {
    background: white !important;
    width: 34vh !important;
}

.r4_sl {
    background: white;
}

.r8_sl {
    width: 36vh !important;
}

.r1_sl.active,
.r3_sl.active,
.r4_sl.active,
.r6_sl.active,
.r7_sl.active,
.r8_sl.active {
    display: block;
}

.r1_slider,
.r3_slider,
.r4_slider,
.r6_slider,
.r7_slider,
.r8_slider {
    /* position: fixed;
    background: #ffffffc2;
    color: grey;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 50px 10px rgba(119, 119, 119, 0.75); */
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffffc2;
}

.closeSlider_div {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    /* display: none; */
    width: 100%;
    height: 100%;
    opacity: 1;
}

.r1_closeSlider,
.r3_closeSlider,
.r4_closeSlider,
.r6_closeSlider,
.r7_closeSlider,
.r8_closeSlider {
    width: 4.5vh;
    position: relative;
    bottom: 44vh;
    left: 58vh;
}

.r_next {
    position: absolute;
    font-size: 9em !important;
    right: 8%;
    z-index: 200;
    margin-right: 0px !important;
    width: 3vh;
    display: -webkit-flex !important;
    ;
    display: flex !important;
    ;
    -ms-flex-align: center !important;
    ;
    -webkit-align-items: center !important;
    ;
    -webkit-box-align: center !important;
    ;
    align-items: center !important;
    ;
}

.r_next img {
    width: 100%;
}

.r_prev {
    position: absolute;
    font-size: 9em !important;
    left: 8%;
    z-index: 200;
    margin-right: 0px !important;
    width: 3vh;
    display: -webkit-flex !important;
    ;
    display: flex !important;
    ;
    -ms-flex-align: center !important;
    ;
    -webkit-align-items: center !important;
    ;
    -webkit-box-align: center !important;
    ;
    align-items: center !important;
    ;
}

.r_prev img {
    width: 100%;
}

/* /////////////// Resource 1 /////////////// */


.resources_1_slide {
    /* position: absolute;
    width: 47%;
    top: 30.3vh;
    left: 24%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh; */
    width: 100%;
}

.resources_3_slide {
    /* position: absolute;
    width: 56%;
    top: 36vh;
    left: 22%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey; */
    width: 100%;
}

.resources_4_slide {
    /* position: absolute;
    width: 36%;
    top: 33.3vh;
    left: 32%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh; */
    width: 100%;
}

.resources_6_slide {
    /* position: absolute;
    width: 61%;
    top: 36vh;
    left: 17.6%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh; */
    width: 100%;
}

.resources_7_slide {
    /* position: absolute;
    width: 31.6%;
    top: 11vh;
    left: 32.6%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh; */
    width: 100%;
}

.resources_8_slide {
    /* position: absolute;
    width: 51%;
    top: 18.2vh;
    left: 23%;
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
    padding: 3vh; */
    width: 100%;
}


.r4_s_l1 {
    position: absolute;
    width: 16vh;
    height: 11vh;
    top: 16vh;
    left: 5vh;
}

.r4_s_l2 {
    position: absolute;
    width: 17vh;
    height: 11vh;
    top: 16vh;
    left: 25vh;
}

.r4_symptoms {
    /* background: red; */
    /* opacity: 0.5; */
    width: 16vh;
    height: 6.5vh;
    position: relative;
    margin: 1.3vh;
}

.slide_left,
.slide_left_attr {
    opacity: 0;
}

.slider_right,
.slider_right_attr {
    opacity: 0;
}

.slide_left_attr,
.slider_right_attr {
    bottom: 2vh;
}


#dropdown_version_close,
#dropdown_version_open {
    position: absolute;
    width: 5.8vh;
    top: 84.8vh;
    left: 119vh;
}

#dropdown_version_input {
    position: absolute;
    width: 1.5vh;
    height: 2vh;
    top: 0.8vh;
    left: 0.8vh;
    border: none;
    font-size: 2vh;
    font-family: Gotham-Book;
}

.dropdown_version_option,
.dropdown_version_option_st_tL {
    position: absolute;
    width: 6vh;
    height: 4.5vh;
    left: -1.7vh;
    color: white;
    font-weight: bolder;
    font-size: 1.9vh;
}

#dropdown_version_option0 {
    top: 0vh;
}

#dropdown_version_option1 {
    top: -3.1vh;
}

#dropdown_version_option2 {
    top: -6.5vh;
}

#dropdown_version_option3 {
    top: -10vh;
}

#dropdown_version_option4 {
    top: -13.5vh;
}

#dropdown_version_option5 {
    top: -17vh;
}

#dropdown_version_option6 {
    top: -20.5vh;
}

#dropdown_version_option7 {
    top: -24.1vh;
}

#dropdown_version_option8 {
    top: -27.6vh;
}

.dropdown_option_Img {
    position: absolute;
    z-index: 0;
}

.dropdown_option_value {
    position: absolute;
    padding-top: 0.7vh;
    padding-left: 1.2vh;
    margin-left: 2.2vh;
    font-weight: bolder;
}


.slider_Img_1,
.slider_Img_5 {
    position: absolute;
    width: 56.3vh;
    top: 10.5vh;
    left: 58.6vh;
    /* border: solid 1px; */
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
}


.slider_Img_2,
.slider_Img_3,
.slider_Img_4 {
    position: absolute;
    width: 112.6vh;
    top: 10.5vh;
    left: 58.6vh;
    /* border: solid 1px; */
    background: white;
    box-shadow: 0px 0px 12px 4px grey;
}

#sliderImage2_attr_txt {
    position: relative;
    top: 35.1vh;
    left: 11vh;
    color: #69c4de;
    width: 43.8vh;
    font-family: Gotham-Bold;
    font-size: 2vh;
    height: 8vh;
}

.r2_suspicion_tool_list_attr {
    position: relative;
    top: 18vh;
    left: 5.5vh;
    width: 49.6vh;
    height: 21vh;
}

.r2_diagnosis_tool_list_attr {
    position: relative;
    top: 21.5vh;
    left: 5.5vh;
    width: 49.6vh;
    height: 21vh;
}

.r2_suspicion_p1_attr img,
.r2_diagnosis_p1_attr img {
    position: relative;
    left: 4.6vh;
    width: 42vh;
}

.r2_suspicion_p2_attr img,
.r2_diagnosis_p2_attr img {
    position: relative;
    left: 4.6vh;
    width: 42vh;
}

.r3_module_drop_list_attr {
    position: relative;
    top: 13.1vh;
    left: 2.5vh;
    width: 51.6vh;
    margin-right: 0px;
    margin-left: 0px;
    height: 18vh;
}

.r3_module_footer_attr {
    position: relative;
    top: 15vh;
    left: 0vh;
    width: 56.7vh;
    display: none;
    height: 25vh;
}

#r3_module_footer_bg_message1_attr {
    position: absolute;
    width: 43.7vh;
    top: 9.9vh;
    left: 3.5vh;
    display: none;
}

#r3_module_footer_bg_message2_attr {
    position: absolute;
    width: 43.7vh;
    top: 15.9vh;
    left: 3.5vh;
    display: none;
}

.r3_module_footer_message1_attr {
    position: relative;
    top: 6.5vh;
    left: 4.5vh;
    padding-left: 2.6vh;
    padding-bottom: 4vh;
    width: 42vh;
    display: none;
}

.r3_module_footer_message2_attr {
    position: relative;
    top: 6.5vh;
    left: 2.5vh;
    padding-left: 2.6vh;
    padding-bottom: 4vh;
    width: 47vh;
    display: none;
}

.r3_module_footer_hcp_info_attr {
    width: 49vh;
    text-align: center;
    font-size: .8vh;
    color: rgb(50 49 51);
    font-family: RobotoMono-Medium;
    background: transparent;
    position: relative;
    top: 7.3vh;
    left: 2.1vh;
    padding-left: 0vh;
    padding-bottom: 3.5vh;
}

.demo_r0_logo_p {
    position: relative;
    top: 1.2vh;
    right: 2.5vh;
    float: right;
    height: 5vh;
    width: 10vh;
}

.r3_module_footer_message3_p {
    POSITION: absolute;
    top: -1vh;
    left: 16.8vh;
    width: 14vh;
    display: block;
}