@import url('./flat.css'); /* dojo's flat theme */
@import url('./cmv.css'); /* the start of cmv theme */
.esriPopup .actionsPane {
    display: none;
 
}

.appHeader {
    /*background: url("../images/linen.jpg") repeat-x scroll left top transparent;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;*/
    border: solid 1px #A8A8A8;
    overflow: hidden;
    background: url("../images/bg1.jpg") no-repeat;
    background-size: cover;
    /*background-color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C0C0C0));
    background: -moz-linear-gradient(top, #fff, #C0C0C0);*/
    height: 55px;
    margin: 5px 5px;
    width: 100%;
    -webkit-box-shadow: 4px 4px 8px #adadad;
    -moz-box-shadow: 4px 4px 8px #adadad;
    -o-box-shadow: 4px 4px 8px #adadad;
    box-shadow: 4px 4px 8px #adadad;
    font-family: 'Roboto', sans-serif;
}

.appHeader .headerLogo {
    /*height: calc(100% - 10px);*/
    height:50px;
    left: 15px;
}

    .appHeader .headerTitle {
        color: #FFFFFF;
        font-size: 32pt;
        /*font-weight: bolder;*/
        left: 30px;
        /*text-shadow: 2px 2px #A9A9A9;*/
    }

    .appHeader .subHeaderTitle {
        color: #FFFFFF;
        font-size: 22pt;
        padding-left: 0px;
        /*font-weight: bolder;*/
        /*text-shadow: 2px 2px #A9A9A9;*/
    }

.appHeader .search {
    left: 60px;
}

.appHeader .headerLinks {
    color: #FFFFFF;
    float: right;
    right: 15px;
    text-align: right;
}

.appHeader .headerLinks a {
    color: #FFFFFF;
}

.appHeader .headerLogo,
.appHeader .headerTitle,
.appHeader .search {
    float: left;
}

.appHeader .headerLogo,
.appHeader .headerTitle,
.appHeader .search,
.appHeader .headerLinks {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#sidebarLeft {
    width: 375px;
}

#sidebarRight {
    width: 300px;
}

#sidebarBottom {
    height: 100px;
}

#sidebarTop {
    height: 50px;
}

/*
    media queries bootstrap style
    https://getbootstrap.com/css/#grid-media-queries
*/
@media screen and (max-width: 767px) {
    /* no search widget in app header */
    .appHeader .search {
        display: none;
    }

    /* no logo in app header */
    .appHeader .headerLogo {
        display: none;
    }

    /* move the title when no logo */
    .appHeader .headerTitle {
        left: 10px;
        color: #FFFFFF;
        font-size: 22pt;
        font-family: 'Roboto', sans-serif;
        /*font-weight: bolder;        
        text-shadow: 2px 2px #0000FF;*/
    }
    .appHeader .subHeaderTitle {
        color: #FFFFFF;
        font-size: 22pt;
        padding-left: 0px;
        /*font-weight: bolder;*/
        /*text-shadow: 2px 2px #0000FF;*/
        font-family: 'Roboto', sans-serif;
    }
    .appHeader {
        border: solid 1px #A8A8A8;
        overflow: hidden;
        background: url("../images/bg1.jpg");
        height: 60px;
        margin: 5px 5px;
        width: 100%;
        -webkit-box-shadow: 4px 4px 8px #adadad;
        -moz-box-shadow: 4px 4px 8px #adadad;
        -o-box-shadow: 4px 4px 8px #adadad;
        box-shadow: 4px 4px 8px #adadad;
    }
}

/* end media queries bootstrap style */