﻿/*
  | 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
 |
 |    https://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,tblHeader,tdHeader,imgOptions,imgShare}*/
/* 3.  Set the styles for search container      - { Style(s) to look for: divAddressHolder,divAddressContent,imgLocate,txtAddress,bottomborder}*/
/* 4.  Set the styles for base map container      - { Style(s) to look for: divLayerContainer,divLayerHolder,basemapThumbnail,baseMapContainerNode}*/
/* 5.  Set the styles for bottom panel          - { Style(s) to look for: transparentBackground,divImageBackground,divInfowindowContent,
                                                     divInfoDataContent,divInfoDataContainer,divDetailsHeader,mblListItemIcon,divImageBack,imgCarouselHeader}*/
/* 6.  Set the styles for esri slider           - { Style(s) to look for: esriSimpleSlider}*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Styles for body*/

html, body
{
    font-size: 14px !important;
}

/*---------------------------------------------------------------------------------------------------------*/
/*Styles for icons */
.imgOptions,.imgShare
{
    height: 44px !important;
    width: 44px !important;
      vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.tdHeader
{
    width: 60px;
    font-weight: bolder;
}

.tblHeader
{
    height: 52px !important;
}

.customButton
{
    height: 30px !important;
}

/*---------------------------------------------------------------------------------------------------------*/
/*Styles for address container*/
.divAddressHolder
{
    z-index: 1000;
    position:absolute;
    top: 60px;
    right: 15px;
    width: 300px;
}

.divAddressContent
{
    height:300px;
    background-color: rgba(98, 98, 98,.95);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

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

.txtAddress
{
    font-size: 14px !important;
    width:230px !important;
    height:44px;
}

.bottomborder
{
    height :30px;
}


/*---------------------------------------------------------------------------------------------------------*/
/*Styles for base map container*/

.divLayerContainer
{
    position: absolute;
    top: 60px;
    right: 15px;
    width: 225px;
    z-index: 1000;
}

.divLayerHolder
{
    width: 225px;
     height:100px;
     background: rgba(0,0,0,0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.basemapThumbnail
{
    width:75px;
    height: 50px;
}

.baseMapContainerNode
{
    width: 85px;
}


/*---------------------------------------------------------------------------------------------------------*/
/* Header icon Styles*/

.imgApp
{
    width: 64px;
}

/*---------------------------------------------------------------------------------------------------------*/
/*styles for bottom panel */

.transparentBackground
{
    background: rgba(0,0,0,0.9);
    vertical-align: middle;
}

.divImageBackground
{
    height: 50px !important;
    width:50px !important;
}

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

.divInfoDataContent
{
    width: 100%;
	position: relative;
	overflow: hidden;

}

 .divInfoDataContainer
{
     width: 100%;
     position: absolute;
}

.divDetailsHeader
{
      height: 44px !important;
}

.mblListItemIcon
{
    float: right;
    right: 10px !important;
    top: 2px !important;
    height: 44px !important;
    width: 44px !important;
    vertical-align:middle;
}

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

.imgCarouselHeader
{
 height: 44px !important;
 width: 44px !important;

 }

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