<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  | Version 10.2
 | Copyright 2012 Esri
 |
 | Licensed under the Apache License, Version 2.0 (the "License");
 | you may not use this file except in compliance with the License.
 | You may obtain a copy of the License at
 |
 |    http://www.apache.org/licenses/LICENSE-2.0
 |
 | Unless required by applicable law or agreed to in writing, software
 | distributed under the License is distributed on an "AS IS" BASIS,
 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | See the License for the specific language governing permissions and
 | limitations under the License.
 */
/* This file contains the mobile specific style settings for "My Government Services" template */
/* The common settings for the styles are defined in "myGovernmentServices.css" */
/* Use this file to perform the following: */
/* 1.  Set the body styles                      - { Style(s) to look for: html, body } */
/* 2.  Set styles for icons, buttons and header styles
                                                - { Style(s) to look for: customButton,tdHeader,imgOptions,imgShare,tblHeader}*/
/* 3.  Set the styles for search container      - { Style(s) to look for: divAddressHolder,divAddressContent,txtAddress,imgLocate}*/
/* 4.  Set the styles for base map container      - { Style(s) to look for: divLayerContainer,divLayerHolder}*/
/* 5.  Set the styles for bottom panel          - { Style(s) to look for: transparentBackground,divDetailsHeader,divImageBack,imgCarouselHeader}*/
/* 6.  Set the styles for esri slider           - { Style(s) to look for: esriSimpleSlider}*/
/* 7.  Set the styles for Info window           - {Style(s) to look for: divInfoDataContainer,divInfoDataContent,divInfowindowContent}*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Styles for body*/
body, html {
    font-size: 11px !important;
}

/*---------------------------------------------------------------------------------------------------------*/
/*Styles for icons*/
.customButton {
    height: 25px !important;
}

.imgOptions {
    height: 30px !important;
    width: 30px !important;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.imgShare {
    height: 30px !important;
    width: 30px !important;
    cursor: pointer;
}

.tdHeader {
    width: 50px;
    font-weight: bolder;
    color: white;
}

.tblHeader {
    height: 38px;
}

/*---------------------------------------------------------------------------------------------------------*/
/*Styles for address container*/
.divAddressHolder {
    z-index: 1000;
    position: absolute;
    top: 60px;
    right: 15px;
    width: 300px;
    /*5/21/15*/
    /*border-bottom: 3px solid rgba(227, 227, 227, 0.5);*/
}

.divAddressContent {
    /*height: 300px;*/
    /*background-color: #585858;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
    behavior: url("styles/PIE.htc");
    /*5/21/15*/
    /*height: 288px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: white;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border: 3px solid rgba(227, 227, 227, 0.5);
    border-radius: 3px;
    padding: 6px 6px 0;*/

    /*5/26/15*/
    padding: 6px 6px 0;
    height: auto;
}

.txtAddress {
    height: 30px !important;
    font-size: 11px !important;
    line-height: 30px;
}

.imgLocate {
    height: 30px !important;
    width: 30px !important;
}

/*---------------------------------------------------------------------------------------------------------*/
/*Styles for base map container*/
.divLayerContainer {
    position: absolute;
    top: 60px;
    right: 15px;
    /*width: 260px;*/
    z-index: 1000;

    width: 271px;
    /*height: 128px;*/
}

.divLayerHolder {
    /*width: 260px;
    height: 115px;*/
    /*background: rgba(0,0,0,0.9);
	-pie-background: rgba(0,0,0,0.9);*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url("styles/PIE.htc");
    
    /*5/21/15*/
    background: white;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid rgba(227, 227, 227, 0.5);
    border-radius: 3px;
    width: 260px;
    /*height: 122px;*/
    height: 109px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* bottom panel css*/
.transparentBackground {
    /*background: rgba(0,0,0,0.9);
	-pie-background: rgba(0,0,0,0.9);
    behavior: url("styles/PIE.htc");*/
    vertical-align: middle;
    /*5/21/15*/
    background-color: #00456e;
    border-top: 1px solid white;
}

.divDetailsHeader {
    height: 44px !important;
}

.divImageBack {
    margin-top: 2px;
    float: right;
    height: 30px;
    width: 30px;
}

.imgCarouselHeader {
    height: 30px !important;
    width: 30px !important;
    /*5/21/15*/
    margin-top: 1px;
    padding: 2px 2px 2px 4px;
}

/*---------------------------------------------------------------------------------------------------------*/
/* esri slider style*/
.esriSimpleSlider {
    top: 90px !important;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Styles for info window */
.divInfoDataContainer {
    /*width: 300px;*/
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.divInfoDataContent {
    position: relative;
    overflow: hidden;
}

.divInfowindowContent {
    margin-top: -14px;
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

</pre></body></html>