/* Main CSS styling */
/* app/resources/app.css */

@import url('../widget/css/MapWidget.css');
@import url('../widget/css/LayerWidget.css');
@import url('../widget/css/CoordWidget.css');
@import url('../widget/css/BasemapWidget.css');
/*@import url('../widget/css/BasemapButton.css');*/

html,
body,
#mainContainer {
    height: 100%;
    margin: 0;
}

/* Top Container */
#topDiv {
    margin: 0;
    padding: 0;
    background-color: #007ac2;
    color: ghostwhite;
    font-family: 'Open Sans', sans-serif;
}
#topDiv>* {
    margin: 0;
    padding: 0;
}
#title {
    font-size: 2.5em;
    line-height: 40px
}
.description {
    font-style: italic;
    font-size: 1em;
    margin: 1px 1px 10px 10px;
    line-height: 25px;
}
#logo {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: visible;
    height: auto;
    background-color: ghostwhite;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 4px 2%;
}
/* Footer Container */
#footerDiv>p {
    font-size: 12px;
    text-align: right;
    margin: 0;
    margin-right: 10px;
    height:15px;

}
#footerDiv {
    margin: 0;
    padding: 0;
    background-color: #007ac2;
    color: ghostwhite;
}

/* Sidebar Container */
#sidebarDiv {
    width: 20%;
    min-width: 260px;
    border: 5px solid  #007ac2;
    border-bottom: 15px solid #007ac2;
    background-color: ghostwhite;
}
