﻿
html, body, form1 {
    height: 100vh;
    font-family: Arial;
    /*font-size:small;*/
    /*20260409 DLB - for ADA compliance*/
    background-color: #fff;
    color: #000;
}
/*20260409 DLB - start - for ADA compliance*/
a:link {
    color: #0023ff;
}

a:visited {
    color: #0023ff;
}

a:active {
    color: #0023ff;
}
/*20260409 DLB - end - for ADA compliance*/

input[type="button"], input[type="submit"] { 
 
    cursor:pointer;
}
 
/*input[type="button"]:hover, input[type="submit"]:hover { 
 
   background-color:#B2E0F9;

}*/

button
{
        cursor:pointer;
}

    /*button:hover
    {
         background-color:#B2E0F9;
    }*/


 /* For the Alert Box */
/*///////////////////////////////////////////////////////////////////////////*/

#modalContainer {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.3);
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
}

.tooltipcss {
 z-index: 10000;
    position:relative;
    top: 20px;
    left: 20px;
    height: 500px;
    min-width:250px;
    overflow:scroll;
    font-size:12px;
    border:solid black 2px;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
}


#alertBox {
    position: relative;
    width: 450px;
    margin-top: 100px;
    min-height: 50px;
    max-height: 60%;
    border: 2px solid rgb(138, 21, 56);
    border-radius: 15px;
    background-color: #fff;
    background-position: 20px 30px;
    background-repeat: no-repeat;
    /*overflow:scroll;*/
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    padding: 2px 2px 2px 10px;
    border-bottom: 1px solid #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*font: bold 0.9em verdana,arial;*/
    font: bold 1.2em verdana,arial;
    background-color: #CFCFCF;
}

#alertBox p {
    margin-left: 5px;
    padding-left: 5px;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
}

#alertBox h3 {
    margin-left: 5px;
    padding-left: 5px;
    font:  verdana,arial;
}

#alertBox div {
 
    text-align:center;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    width: 70px;
    margin: 5px auto;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
    color: black;
    background-color: #CFCFCF;
}

 
#alertBox #closeBtn:hover {
    color: white !important;
}
 

#alertBox #YesBtn  {
    display: inline-block;
    position: relative;
    width: 70px;
    margin: 5px;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
     font:  verdana,arial;
    color: black;
    background-color: #CFCFCF;
}

#alertBox #YesBtn:hover {
    color: white !important;
}
#alertBox #NoBtn  {
    display: inline-block;
    position: relative;
    width: 70px;
    margin: 5px;
    padding: 7px;
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*font: 0.7em verdana,arial;*/
    font:  verdana,arial;
    color: black;
    background-color: #CFCFCF;
}

#alertBox #NoBtn:hover  {
    color: white !important;
}

 
/*///////////////////////////////////////////////////////////////////////////*/
/* For the MENU  - this is for the Desktop Menu */ 
/*///////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px)
{
    .offset
{
    margin-left:-50px;
}

    ul.topnav {
    list-style-type: none;
    /*margin: 0;
    padding: 0;*/
    overflow: hidden;
    background-color: #333;
    /*justify-content: space-around;*/
    /*display:flex;*/
 
}
    /* 20170703 DLB - add this */
        ul.topnav li {display: inline;
                      float:right;
        }


    /* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.5em;
    margin-top:10px;
    padding:0px 25px;
    
}

 ul.topnav li ul li {
    float: none;
    display: inline; 
  }

/* Change background color of links on hover */
ul.topnav li a:hover {
    background-color: #555;
}

/* Hide the list item that contains the link */
ul.topnav li.icon {
    display: none !important;
}

 
  ul.topnav li:not(:first-child) 
  {
        /* 20170703 DLB - add this */
        display:inline;
      /*display: none;*/
  }
  ul.topnav li.icon {
    float: right;
    /*display: inline-block;*/

  }
   

  /* Opened menu styling */
  ul.topnav.responsive {
      position: relative;  
      min-height:100vh;
 
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 
  ul.topnav.responsive li {
    float: none;
    display: inline; 
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    padding: calc(20vh / 12) 5px;  
  }
    /* Log Off link */
    .current
    {
        width:100%;
        padding-top:5px !important
    }

    /* opening/closing submenus */

    .hide {
        display: none !important;
    }


     ul.topnav li ul.issues {
    float: none;
  }

   ul.topnav li ul.issues li {
    float: none;
    display: inline; 
  }
  ul.topnav li ul.issues li a {
    display: block;
    text-align: left;
  }

     ul.topnav.responsive li ul.issues {
    float: none;
  }
  ul.topnav.responsive li ul.issues a {
    display: block;
    text-align: left;
  }

      ul.topnav.responsive li ul.subitems {
    float: none;
    position:absolute;
    background-color: #333;
    z-index:9999;
  }
  ul.topnav.responsive li ul.subitems a {
    display: block;
    text-align: left;
  }

        ul.topnav li ul.subitems {
    float: none;
    position:absolute;
    background-color: #333;
    list-style-type: none;
    border:solid 2px white;
      z-index:9999;
  }
  ul.topnav li ul.subitems a {
    display: block;
    text-align: left;
  }
  }
/*///////////////////////////////////////////////////////////////////////////*/
/* For the MENU  - this is for the mobile Menu */ 
/*///////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 768px)
{
    .offset
{
    margin-left:0px;
}
      ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
    ul.topnav li {float: left;}

    /* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1em;
}

 ul.topnav li ul li {
    float: none;
    display: inline; 
  }

/* Change background color of links on hover */
ul.topnav li a:hover {
    background-color: #555;
}

/* Hide the list item that contains the link */
ul.topnav li.icon {
    display: none;
}

 
  ul.topnav li:not(:first-child) 
  {
      display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
 
  /* Opened menu styling */
  ul.topnav.responsive {
      position: relative;  
      min-height:100vh;
 
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 
  ul.topnav.responsive li {
    float: none;
    display: inline; 
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    padding: calc(20vh / 12) 5px;  
  }
    /* Log Off link */
    .current
    {
        width:100%;
        padding-top:5px !important
    }

    /* opening/closing submenus */

    .hide {
        display: none !important;
    }


     ul.topnav li ul.issues {
    float: none;
  }

   ul.topnav li ul.issues li {
    float: none;
    display: inline; 
  }
  ul.topnav li ul.issues li a {
    display: block;
    text-align: left;
  }

     ul.topnav.responsive li ul.issues {
    float: none;
  }
  ul.topnav.responsive li ul.issues a {
    display: block;
    text-align: left;
  }

      ul.topnav.responsive li ul.subitems {
    float: none;
     z-index:9999;
  }
  ul.topnav.responsive li ul.subitems a {
    display: block;
    text-align: left;
  }
 
}
 

/*///////////////////////////////////////////////////////////////////////////*/
/* For all pages/*/
/*///////////////////////////////////////////////////////////////////////////*/

      .pageheader
{
    margin:auto;
    text-align:center;
    font-size:xx-large;
}
 
      .pageheaderleft
{
 
    font-size:xx-large;
}


.FIheader
{
     font-weight:bold;
             font-size:1.1em;
             background-color:#DEDEDE;
             width:calc(100% - 6px);
             padding:2px;
             border-top:3px solid rgb(138, 21, 56);
}
          .header
        {
             font-weight:bold;
             font-size:1.1em;
             background-color:#DEDEDE;
             width:calc(100% - 6px);
             padding:2px;
             border:1px solid black;
            
        }
 
 
        .link
        {
            cursor: pointer;
            color:blue;
            
        }
        .hide
        {
            display:none;
        }
        .center
        {
            margin:auto;
            
        }
         .txtcenter
        {
            margin:auto;
            text-align:center;
        }
        .emptyrow
        {
            border:none !important;
            font-weight:bold;
            text-align:center;
       
             
        }
        
        .grid
        {
            max-width:300px !important;
        }
          .largegrid
        {
            max-width:800px !important;
        }


.addchild
{
    padding-left:10px;
    color:#73A9D8
}

.txtbox1
{
    width:250px;
}

.urllink
{
    padding-left:10px;
    font-weight:700;
    color:#0000FF ;
}

.urllink:hover
{
    padding-left:10px;
    color:#0000FF ;
    font-weight:700;
    text-decoration:underline;
     cursor:pointer;
   text-shadow: 0.5px 0px;
     
}

 
.linkbutton
{
    padding-left:10px;
    padding-right:10px;
    color:rgb(115, 169, 216);
    text-decoration:none;
}

.attinput
{
    text-align:center;
    width:90%;
    margin-left:5%;
    max-width:450px !important;
    
}
 
.dirty
{
    background-color:lightsalmon;
}

.othersystem
{
   color:rgb(100, 113, 117);
}

.gvGISAPN
{
    font-weight:bold;
    text-align:center;
    font-size:large;
    background-color:lightgray;
}
.gvGISInfo
{
      text-align:center;
}
.gvGISFields
{
    text-align:center;
    background-color:lightgray;
    font-weight:bold;
}
.gvGISTotals
{
     text-align:right;
     background-color:lightgray;
}

.searchlabel
{
    width:150px;
    text-align:right;
}
.lbsize
{
    min-width:100px;
}

.hidden
{
    width:1px;
    visibility:hidden;

}
.txtNote
{
    max-width:200px !important;
}

.multiselect
{
      max-width:450px !important;
      /*overflow:hidden;*/
}

 .flexdiv
          {
        width:100%;
        justify-content: space-between;
        display:flex !important;
        font-weight:bold;
        }

  .flexdivinner
          {
        justify-content: space-around;
        display:flex !important;
        font-weight:bold;
        padding:10px 0px;
        }
.btnsearchpermits, btnsearchpermits:hover
{
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 100px;
     background-color:rgb(138, 21, 56);
     color:white;
}

.btnsearchpermits_disabled
{
    border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 100px;
    background-color:rgb(240, 240, 240);
    color:rgb(109, 109, 109);
}

.btnselectremove 
{
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 230px;
     background-color:rgb(138, 21, 56);
     color:white;
}

.btnselectremove:hover
{
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 230px;
     background-color:white;
     color:rgb(138, 21, 56);
}

.btnselectremove_disabled
{
    border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 230px;
    background-color:rgb(240, 240, 240);
    color:rgb(109, 109, 109);
}


    .permitsubheader
      {
          font-weight: bold;
          border-bottom: solid #8A1538 3px;
          width: 100%;
          font-size: 1.2em;
          padding:4px;
      }

.watchedheader
{
    font-size:1.5em;
    font-weight:bold;
  
}
.rowborder
{
    height:25px;
    border-bottom:#8A1538  solid 6px;
}
 
.watchedheader2
{
    font-weight:bold;
    border-bottom:solid black 2px;
   
    text-align:center;
}
	
.btnremoveproperty 
{
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 150px;
     background-color:rgb(138, 21, 56);
     color:white;
}

.btnremoveproperty:hover
{
border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 150px;
     background-color:white;
     color:rgb(138, 21, 56);
}

.watcheddetail
{
    font-weight:bold;
    /*border-bottom:solid black 2px;*/
    
}


#Menu_dvloginpanel
{
    z-index: 10000;
    position: fixed; /* or absolute */
    /*transform: translate(-50%, -50%);*/
    transform:  translate(-50%,-50%) perspective(1px);
    top: 50%;
    left: 50%;
    /*height: 300px;*/
    min-width:300px;
    overflow:scroll;
    /*font-size:12px;*/
    border:solid black 2px;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
    box-shadow:0 0 30px #333;
}

#Menu_divRegisterpanel
{
    z-index: 10000;
    position: fixed; /* or absolute */
     /*transform: translate(-50%, -50%);*/
    transform:  translate(-50%,-50%) perspective(1px);
    top: 50%;
    left: 50%;
    /*height: 300px;*/
    min-width:300px;
    overflow:scroll;
    /*font-size:12px;*/
    border:solid black 2px;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
    box-shadow:0 0 30px #333;
}

#Menu_dvResetpanel
{
        z-index: 10000;
    position: fixed; /* or absolute */
     /*transform: translate(-50%, -50%);*/
    transform:  translate(-50%,-50%) perspective(1px);
    top: 50%;
    left: 50%;
    /*height: 300px;*/
    min-width:300px;
    overflow:scroll;
    /*font-size:12px;*/
    border:solid black 2px ;
    box-shadow:0 0 30px #333;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
}

#Menu_dvEditAccountpanel
{
    z-index: 10000;
    position: fixed; /* or absolute */
     /*transform: translate(-50%, -50%);*/
    transform:  translate(-50%,-50%) perspective(1px);
    top: 50%;
    left: 50%;
    /*height: 300px;*/
    min-width:300px;
    overflow:scroll;
    /*font-size:12px;*/
    border:solid black 2px;
    background-color: #fff;
    background-image: url(tp.png) ; /* required by MSIE to prevent actions on lower z-index elements */
    box-shadow:0 0 30px #333;
}

.btnMenuButton, btnMenuButton:hover
{
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 100px;
     background-color:rgb(138, 21, 56);
     color:white;
}

.btnMenuButton_disabled
{
    border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	line-height: 1.428571429;
	margin-bottom: 0;
	white-space: nowrap;
	display: inline-block;
	width: 100px;
    background-color:rgb(240, 240, 240);
    color:rgb(109, 109, 109);
}

.hidestar
{
    display:none;
}
.showstar
{
    color:rgb(255, 215, 0);
    font-size:1.4em; 
}
.showstarblack
{
    display:none;
     /*margin-left:-20px;
     font-size:1.4em;*/ 
}

.hidestarblack
{
     font-size:1.4em; 
}

.FavoriteClass
{
 
top:-5px;
position:relative;
}

.screenreaderonly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}