@font-face {
    font-family: avenirRegular;
    src: url(AvenirNextLTPro-Regular.ttf);
}

html, body {
    color: #4d4d4d;
    margin: 0;
    padding: 0;    
    font-family: avenirRegular;
}

.container {
    padding-right: 65px;
    padding-left: 65px;
    margin: 0px auto;
    max-width: 1420px;
}

#wrapDiv{
    margin-bottom: 3rem;
}

.header {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.header-inner > a {
    text-decoration: none;
}

#esri-logo {
    float: right;
    background-image: url("../assets/images/esri-17GlobeLogo_tag-right_sRGB.png");
    background-size: cover;
    width: 150px;
    padding-top: 50px;
    display: block;
    height: 0;
    overflow: hidden;    
}

.top-link {
    color: #4c4c4c;
    font-size: 24px;
    display: inline-block;
    /*margin-bottom: 0;*/
    line-height: 50px;
    font-weight: 600;
    /*padding: .75rem;*/
}

.top-link:hover {
    color: #0079c1;
    text-decoration: none;
    /*border-bottom: 3px solid #0079c1;*/
}

.title-bar {
    background-color: #0172B6;
    background: url("../assets/images/banner.jpg") no-repeat center center #0172B6;    
    height: 80px;
    line-height: 80px;
    margin: 0px;
    color: white;
    /*text-align: center;*/
}

.title-bar h1 {
    margin: 0px auto;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 600;
}

#mainContainer {
    margin-top: 30px;
    overflow: auto;
    /*background-color: #d0d0d0;*/
}

.nav-container {
    /*position: fixed;*/
    float: right;
    width: 20%;
    min-width: 250px;
    /*max-width: 20%;*/
    
    /*height: 200px;
    background-color: #f3f3ef;
    border-radius: 3px;
    border: 1px solid #ededed;   
    padding: 10px; */
}

.column-container {
    width: 80%;
    float: left;
    overflow: auto;
    margin-bottom: 20px;
}


.column-container h3 {
    color: #4d4d4d;
    width: 60%;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: .02632em;
    border-color: #ededed;
}

/*.column-container span {
    display: block;
    margin: 5px 0px;
    color: #4d4d4d;
}*/

.column {
    width: 33.333333333%;
    float: left;
    text-align: left;
}

/*.column p {
    line-height: 15px;   
    max-width: 310px;
}*/

.column a:link {
    color: #4d4d4d;
    text-decoration: none;
}

.column a:hover {
    color: #007ac2;;
    text-decoration: underline;
}

.column a:visited {
    color: #3d3d3d;
    text-decoration: none;
}

.column a:visited:hover {
    color: #007ac2;;
    text-decoration: underline;
}

/*.col-left {
    float: left;
}

.col-middle {
    float: left;
}

.col-right {
    float: left;
}*/


.panel-item {
    /*margin: 10px;*/
    color: #007ac2;
    padding: 10px 15px;
    border-color: #f3f3ef;
    border-width: 0px 0px .5px 0px;
    border-style: solid;   
    cursor: pointer;    
}

.panel-item a {
    font-size: 14px;
}

.panel-item-on { 
    background: #1987c8;
    color: white;
}

.panel-item-selected { 
    background: #007ac2;
    color: white;
}

.panel-item:hover {
    background: #1987c8;
    color: white;
}

.panel-subgroups {
    /*margin: 10px;*/
    color: #4d4d4d;
    padding: 2px 0px 5px 15px;
    border-color: #f3f3ef;
    border-width: 0px 0px .5px 0px;
    border-style: solid; 
    font-size: 14px;   
}

.checkbox-wrapper {
    display: block;
    margin: 3px 0;
    font-size: .85em;
    line-height: 20px;
}

.checkbox-wrapper:hover {
    background: #10a6ff;
}

.panel-subgroups label {
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-subgroups.hide {
    display: none;
}

.btn-item {
    margin: 15px 0 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 15px;
    border-radius: 3px;
}

.btn-item.download-button {
    background: #5daddd;
}

.btn-item.download-button:hover {
    background: #1987c8;
    cursor: pointer;
}

.inline-button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 50%;
    margin-left: -4px;
    font-size: 13.5px;
    background: #5daddd;
}

.inline-button.left {
    border-radius: 3px 0 0 3px;
}

.inline-button.right {
    border-radius: 0 3px 3px 0;
}

.inline-button.active {
    background: #1987c8;
}

/*.btn-item-on {
    background: #1987c8;
    cursor: pointer;
}*/

input[type=checkbox]{
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.item-wrapper {
    font-size: 12px;
    margin: 8px 0;
}

.item-wrapper span {
  display: inline-block;  
  vertical-align: middle;
}

.item-name {
  line-height: 15px;
}

span.group-title {
    font-size: 15px;
}

.item-icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    /*background-color: #636363;*/
    /*background: url(../assets/images/Map-Service.png);*/
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;    
}

.item-premium-content-icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    /*background-color: #636363;*/
    /*background: url(../assets/images/Map-Service.png);*/
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;    
}

/*.item-icon.Feature-Service{
    background: url(../assets/images/Feature-Service.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;     
}

.item-icon.Image-Service{
    background: url(../assets/images/Image-Service.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;     
}

.item-icon.Map-Service{
    background: url(../assets/images/Map-Service.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;     
}

.item-icon.Tile-Service{
    background: url(../assets/images/Tile-Service.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;     
}

.item-icon.Web-Map{
    background: url(../assets/images/Web-Map.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;      
}

.item-icon.Web-Mapping-Application{
    background: url(../assets/images/Web-Mapping-Application.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;      
}*/

.note {
    color: #939393;
    font-size: 14px;
    margin-top: 10px;
}

.loading-indicator {
    /* Loading status */
    display    : none;
    height     : 100%;
    width      : 100%;
    z-index    : 500;
    position   : absolute;
    top        : 0;
    left       : 0;
    overflow   : hidden;
    background : #fff;
}

.app-loading .loading-indicator,
.app-error .loading-indicator {
    /* Show this class when loading or error */
    pointer-events : none;
    display        : inline-flex;
    cursor         : wait;
}

.app-loading .loading-indicator {
    /* Loading image */
    background : url(../assets/images/loading.gif) no-repeat center center;
}

.region-select-wrap > select {
    width: 100%;
    /* height: 30px; */

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: .9rem;
    /* width: auto; */
    padding-right: 1.5rem;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
}

select {
    position: relative;
    display: block;
    height: 2.25rem;
    width: 100%;
    max-width: 100%;
    margin: .25rem 0 0 0;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    vertical-align: baseline;
    outline: none;
    outline-offset: 0;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-transition: border-color 150ms linear;
    transition: border-color 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}


.leader-half {
    margin-top: .5rem;
}

.leader-1 {
    margin-top: 1rem;
}

.btn-group {
    display: flex;
    margin: 1rem 0;
}

.btn-group > .btn {
    flex-grow: 1;
    flex-shrink: 0;
    background: #5daddd;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: .65rem 0;
    font-size: .85rem;
}

.btn-group > .btn.is-active {
    background: #1987c8;
} 

.btn-group > .btn:nth-child(1){
    border-radius: 3px 0 0 3px;
}

.btn-group > .btn:nth-child(2){
    border-left: solid 1px rgba(255,255,255,0.5);
    border-right: solid 1px rgba(255,255,255,0.5);
}

.btn-group > .btn:nth-child(3){
    border-radius: 0 3px 3px 0;
}