﻿                        
    @media screen and (orientation: landscape) {
	    #content_ 
	    {   
	        width: 100%; 
	        top: -40px;
	        margin-bottom: 2em;       
	        margin-left: 0;       
	        margin-right: 0;       
        }
	}                       
                       
    @media screen and (orientation: portrait) {
	    #content_ 
	    {	    
	        width: 100%; 
	        top: -40px;
	        margin-bottom: 2em;       
	        margin-left: 0;       
	        margin-right: 0;       
        }                
    }   

    .division-header 
    {    
        background-color: #f3f3f3;
        padding:10px; 
        color:#377eae;
    }

    .ui-radio-on .ui-btn-text, .ui-radio-off .ui-btn-text
    {
    font-size:8px !important;
    }
    
                
    #MasterPageBodyTag 
    {   
        width: auto;
        position: relative; 
        padding-bottom: 5px;       
    }            
    
    li 
    {
        width: auto;
    }
    
    
    ul 
    {        
        width: auto;
        white-space : normal;   
    }
    
    
    div
    {
        width: auto;
        position: relative;
    }
    
    
    table
    {        
        width: auto;
    }
        
    #maincontent 
    {        
        width: auto;
        position: relative;
    }
    
    #form1
    {
        width: auto;        
        position: relative;
    }
    
    #content_
    {        
        width: 100%;
        top: 0px;        
    }
    
    #mobilecontent
    {        
        width: auto;
    }
    
    .button
    {
        width: 100%;
    }
    
    #searchselection
    { 
        top: 25px;
    }
    
    .ui-title {
        margin: 0;
    }
       
    
    #swinomish
    {
        width: 100%;
    }
    
    #contentWrapper 
    {
        margin:0px 4px 0px 4px
    }
        
    .ui-filter-inset {
        margin-top: 0;
    }
        
    #map-page, #map-canvas { width: 100%; height: 100%; padding: 0; }
        
        
    .ui-datepicker-calendar {
        display: none;
     }            

     .ui-datepicker-month {
       display: none;
    }
     .ui-datepicker-prev {
       display: none;
    }
    .ui-datepicker-next {
       display: none;
    } 
    
    .ui-btn
    {        
        white-space:normal;
        word-break:break-word;       
        font-size:medium;        
    }
    
    input[type=number] {
        width: 70px;
    }
    
    .ui-slider-track {
        margin-left: 100px;
    }

    
    
    .ui-collapsible div .table1 {
	    margin-left: -8px !important;
	    margin-right: -8px !important;
	    overflow-wrap: break-word;       
    }
    
    #jlabel, #zlabel {
        font-family: Helvetica, Arial, sans-serif;
        font-size:small;
        font-weight: bold;
    }
    
    #linkdesc, #links, #zoning, #jurisdiction
    {
        font-family: Helvetica, Arial, sans-serif;
        font-size:small;        
    }

	#map-page, #map-canvas 
	{ 
	    width: 100%; 
	    height: 400px; 
	    padding: 0; 
	}
    /*
	table tbody tr.even,
	table tbody tr.alt { background: #f3f3f3; }
	table tbody tr:nth-child(even) { background: #f3f3f3; }
	*/
    .ui-btn-text 
    {
        font-size: 8px !important;         
    }
            
    cursor 
    {
        background-color:White;
        color:Blue;
    }

div 
{
    padding:0px;
}

    .searchselector .ui-radio input
    {
        font-size: 8px; 
        font-weight:bold; 
        color:Red;
    }
    
    #parcelNumberText 
    {
        text-align:center !important;
        font-size:medium;
        font-weight:bold; 
    }
    
    .addressCell 
    {
        vertical-align:middle !important;        

    }
    
    .numericTD 
    {
        white-space:nowrap;
    }
    
.ui-loader .ui-icon-loading {
  background-color: #000; 
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: .0625em;
  -webkit-border-radius: 2.25em;
  border-radius: 2.25em;
  
}


 
 
 /*
    
.ui-loader.ui-body-a {
    border: 1px solid         #2A2A2A !important;
    background:             red !important;
    color:                     green !important;
    font-weight: normal;
        
    background-color:Blue !important;    
}
*/