/* ************************************************************ */
/* DINAMIC OBJECTS */
/* ************************************************************ */
body{
    margin: 0px !important;
    padding: 0px !important;

    font-family: 'Roboto', 'Times New Roman', Times, serif;
}
.df-cp-main-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 18px;

    background-color: #09302e;

    height: 100vh;
    width: 100%;
}
/* ************************************************************ */
/* MENU */
/* ************************************************************ */
.df-cp-tourmenu-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

    height: 50px;
    width: 1100px;
    padding: 0px 15px;

    background-color: #2a855d;
    border: 2px solid #acebd2;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);    
}
.df-cp-tourmenu-container h1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    color: #FFF;
    font-size: 20px;
    margin: 0px !important;

    -webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.df-cp-tourmenu-container .df-actions{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.df-cp-tourmenu-container .df-actions .action-icons{
    text-decoration: none;
    font-size: 20px;
}
.df-cp-tourmenu-container .df-actions .action-icons.action-help{
    color: yellow !important;
}
.df-cp-tourmenu-container .df-actions .action-icons.action-active{
    color: #FFF;    
    cursor: pointer;
    
    -webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.20s ease-in-out !important;
    -moz-transition: all 0.20s ease-in-out !important;
    -o-transition: all 0.20s ease-in-out !important;
    transition: all 0.20s ease-in-out !important;
}
.df-cp-tourmenu-container .df-actions .action-icons.action-active:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.df-cp-tourmenu-container .df-actions .action-icons.action-disable{
    color: #106c44;
    cursor: default;
}
/* ************************************************************ */
/* HEADER / SUB HEADER */
/* ************************************************************ */
.df-cp-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;

    width: 1100px; /* 1700 x 1200 */
    height: 650px;

    border: 2px solid #acebd2;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.header-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;

    padding: 0px 20px;
    height: 110px;
    width: 100%;
    border-radius: 6px 6px 0px 0px;  
    
    background: url("/assets/img/app-tour/arcgis/community-profiles/background-header.png");
    background-color: #409991;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100px;
}
.header-content .azdhs-logo{
    width: 130px;
}
.header-content .compro-logo-section{
    height: 40px;
    width: auto;
}
.header-content .compro-logo{
    width: 400px;
    margin: 0px auto;
}
.header-content .empty-img{
    content: "";
    width: 150px;
}

.header-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

    padding: 0px 20px;

    height: 70px;
    width: 100%;
    background-color: #2B6A65;
}
.header-menu-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
}

.header-menu-data{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;    
    justify-content: center;
    gap: 10px;

    padding: 0px 20px;

    height: 70px;
    width: 100%;
    background-color: #2B6A65;
}
.sub-header-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

    padding: 0px 20px;

    height: 50px;
    width: 100%;
    background-color: #8A3A6D;
}
.sub-header-menu-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
}

.btn-infographic{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 2px solid #FFBE8B;
    border-radius: 6px;
    background-color: #CC6C20;
    color: #FFF;
    padding: 2px 20px;
    font-size: 14px;
}

.btn-cp-menu,
.btn-cp-menu-active{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border-radius: 6px;
    color: #FFF;
    padding: 0px 0px;
    font-size: 15px;
    width: 165px;
}
.btn-cp-menu{
    border: 2px solid #FFBE8B;    
    background-color: #CC6C20;   
}

.btn-cp-menu-active{
    border: 2px solid #E995CB;
    background-color: #8A3A6D;    
}

.btn-help {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.btn-help i{
    color: #FFF;
    font-size: 18px;
}

/* ************************************************************ */
/* FOOTER */
/* ************************************************************ */
.footer-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

    padding: 0px 20px;

    height: 70px;
    width: 100%;
    background-color: #8A3A6D;
    color: #FFF;
    border-radius: 0px 0px 6px 6px;
}
.footer-content .selected-community{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-content-data{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;

    padding: 0px 20px;

    height: 70px;
    width: 100%;
    background-color: #1A3E3B;
    color: #FFF;
    border-radius: 0px 0px 6px 6px;
}
.footer-buttons-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.help-icon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.help-icon i{
    font-size: 20px;
    color: #FFFFFF;
}
.az-small-logo{
    height: 20px;
    width: auto;
}
.btn-help-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 2px solid #FFBE8B;
    border-radius: 6px;
    background-color: #CC6C20;
    color: #FFF;    
    padding: 0px 16px;
    font-size: 15px;
}
/* ************************************************************ */
/* STATIC OBJECTS MAIN CLASS */
/* ************************************************************ */
.cp-items-tour{
    position: absolute;
    /* border: 2px solid #ff8e29; */
    border: 2px solid rgba(255,255,255,0);
    border-radius: 5px;
    padding: 4px;
}
/* ************************************************************ */
/* HOME PAGE */
/* ************************************************************ */
.home-page-content{
    position: relative;
    height: 860px;
    width: 100%;
    background-color: #FFFFFF;
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-home.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#hp-nav-toolbar{
    top: 8px;
    left: 8px;
    height: 97px;
    width: 23px;
}
#hp-map-selection{
    top: 37px;
    left: 384px;
    height: 421px;
    width: 361px;
}
#hp-data{
    bottom: 15px;
    left: 5px;
    height: 48px;
    width: 131px;
}
#hp-search{
    top: 8px;
    right: 7px;
    height: 24px;
    width: 24px;
}
/* ************************************************************ */
/* DEMOGRAPHICS */
/* ************************************************************ */
.demo-page-content,
.demo-page-content-2,
.demo-page-content-3{
    position: relative;
    height: 860px;
    width: 100%;    
}
.demo-page-content{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-demo.png");
    background-color: #FFFFFF; 
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.demo-page-content-2{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-demo-2.png");
    background-color: #FFFFFF; 
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.demo-page-content-3{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-demo-3.png");
    background-color: #FFFFFF; 
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#demo-core{
    top: 0px;
    left: 0px;
    height: 64px;
    width: 1097px;
}
#demo-popu{
    top: 62px;
    left: 0px;
    height: 417px;
    width: 331px;
}
#demo-bena{
    top: 62px;
    left: 329px;
    height: 417px;
    width: 439px;
}
#demo-comp{
    top: 62px;
    right: 0px;
    height: 417px;
    width: 331px;
}
#demo-inb1{
    top: 37px;
    right: 390px;
    height: 162px;
    width: 310px;
}
#demo-inb2{
    bottom: 128px;
    right: 346px;
    height: 162px;
    width: 310px;
}
/* ************************************************************ */
/* HEALTH OUTCOMES */
/* ************************************************************ */
.heou-page-content,
.heou-page-content-2{
    position: relative;
    height: 860px;
    width: 100%;    
}
.heou-page-content{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-heou.png");
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.heou-page-content-2{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-heou-2.png");
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#heou-lead{
    top: 11px;
    left: 13px;
    height: 411px;
    width: 520px;
}
#heou-keyh{
    top: 11px;
    right: 13px;
    height: 456px;
    width: 523px;
}
#heou-inb1{
    top: 31px;
    right: 135px;
    height: 162px;
    width: 310px;
}
/* ************************************************************ */
/* HEALTHCARE WORKFORCE */
/* ************************************************************ */
.hewo-page-content,
.hewo-page-content-2{    
    position: relative;
    height: 860px;
    width: 100%;    
}
.hewo-page-content{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-hewo.png");
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.hewo-page-content-2{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-hewo-2.png");
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#hewo-acce{
    top: 12px;
    left: 14px;
    height: 456px;
    width: 521px;
}
#hewo-clin{
    top: 12px;
    right: 14px;
    height: 456px;
    width: 521px;
}
#hewo-vili{
    top: 20px;
    right: 24px;
    height: 25px;
    width: 85px;
}
#hewo-inb1{
    top: 35px;
    right: 388px;
    height: 323px;
    width: 322px;
}
/* ************************************************************ */
/* HEALTHCARE FACILITIES */
/* ************************************************************ */
.hefa-page-content,
.hefa-page-content-2{
    position: relative;
    height: 860px;
    width: 100%;    
}
.hefa-page-content{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-hefa.png");    
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.hefa-page-content-2{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-hefa-2.png");    
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#hefa-faci{
    top: 13px;
    left: 16px;
    height: 454px;
    width: 571px;
}
#hefa-inte{
    top: 13px;
    right: 16px;
    height: 454px;
    width: 465px;
}
#hefa-list{
    top: 172px;
    left: 162px;
    height: 20px;
    width: 136px;
}
#hefa-inb1{
    top: 21px;
    left: 302px;
    height: 324px;
    width: 324px;
}
/* ************************************************************ */
/* ENVIRONMENTAL */
/* ************************************************************ */
.envi-page-content{
    position: relative;
    height: 860px;
    width: 100%;    
}
.envi-page-content{    
    background: url("/assets/img/app-tour/arcgis/community-profiles/page-envi.png");    
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#envi-indi{
    top: 12px;
    left: 11px;
    height: 456px;
    width: 416px;
}
#envi-cool{
    top: 12px;
    right: 15px;
    height: 456px;
    width: 630px;
}