﻿/*ACTIVE LINK COLOR MOBILE*/



html{
    overflow-y: scroll;
}
h4{
    color:rgb(49, 126, 172);
}
hr {
  border-top: 1px solid #d4d1b8;
}
h5{
    color:#e9e7d7;
}
.subtitle
{
    color:#e9e7d7;
    font-style:italic;
    font-size:.8em;
    display: block;
    margin: auto!important; margin-left: 0px!important;
     border: 2px solid #a1a1a1;
       padding: 10px 40px; 
	width: 90%;
	max-width: 100%!important;
	min-width: 15px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.title
{
    color:#FFEEC8;
    font-weight:bold;
    font-size:1em;
}
p.content-welcome {
    display:none;
}
.fieldlabel
{
    color:#2c3e50;
    font-weight:bold;
    font-size:1em;
}
body {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    background-color: #D6C1A1;
    margin:0;

}


/* ================================== */


table {
    /*border-collapse: unset;*/
    border:none;
    border-spacing:0;
}
th, td {
    padding: 0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding:10px 10px 10px 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* ================================== */

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*input,
select {
    max-width: 280px;
}*/
input,
select {
    max-width: 380px;
}


/* Set width on the form input elements since they're 100% wide by default */

textarea {
    max-width: 680px;
}


#countybannermobile { 
	display: block;
    margin: auto!important; margin-left: 0px!important;
	width: 70%;
	max-width: 300px!important;
	min-width: 10px;
	margin-left: auto!important;
	margin-right: auto!important;
	
}


/* ================================== */



.WhiteCaret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}





 /*Maximum width. Comment out or remove if you want a full 100% width skin  : original 1012*/ 
@media only screen and (min-width:  1012px) {
    .PageWidth {
       width:1012px !important;

    }
}

@media only screen and (min-width: 769px) 
{
    .fullscreen {
	    display: inline-grid;
        }
    .fullscreenrow {
	    display: table-row;
        }
    .smallscreen {
	    display: none !important;
        }
    .smallscreenrow {
	    display: none !important;
        }
    .mobileHome, .mobileBanner, .mobileButtons {
	display: none !important;
}

}

@media only screen and (max-width: 768px)  {
    .container{
        padding: 2px;
    }
 .body-content {
    padding:2px;
}
  td.gsc-input
  {
      
  }
  td.gsc-search-button
  {
        padding-left: 6px !important;
        height:28px !important;
    }

    .fullscreen {
        display: none !important;
    }

    .fullscreenrow {
        display: none !important;
    }

    .smallscreen {
        display: inline-grid !important;
    }

    .smallscreenrow {
        display: table-row !important;
    }
    .mobileHome, .mobileButtons {
	    display: table-cell !important;	
	    min-width: 5px !important;
	    padding: 5px !important; 
	    vertical-align:middle !important;
    }

    .mobileBanner {
	    display: table-cell !important;
	    padding: 5px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    vertical-align:middle !important;
        text-align:center !important;
    }	

    .button_home, .button_home:link, .button_home:visited{
	    display:block !important;
	    width: 34px !important;
	    height: 26px !important;
	    background-image:url(images/mobile_home_button.jpg) !important;
	    background-repeat:no-repeat !important;
	    cursor:pointer !important;
	    z-index: 10000 !important;
	
	    border: 1px solid #DADADA !important;
	    -webkit-border-radius: 3px !important;
	    -moz-border-radius: 3px !important;
	    border-radius: 3px !important;	 	
    }

    .button_home:hover	{
	    background-image:url(images/mobile_home_button-hover.jpg) !important;
	    background-repeat:no-repeat !important;
    }

    .button_home:active	{
	    background-image:url(images/mobile_home_button-active.jpg) !important;
	    background-repeat:no-repeat !important;
    }

    .button_mobile_menu, .button_mobile_menu:link, .button_mobile_menu:visited {
        display: block;
        width: 36px;
        margin: 0px;
        height: 27px;
        background-image: url(images/menu.gif);
        background-repeat: no-repeat;
        cursor: pointer;
        border: 1px solid #DADADA;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .button_mobile_menu:hover {
         background-image: url(images/menuhover.gif);
         background-repeat: no-repeat;
     }
     .button_mobile_menu:active {
         background-image: url(images/menuhover.gif);
         background-repeat: no-repeat;
     }
    
    .search-open{
        display: block !important;
        margin-right: 0 !important;
    }

    .search-close{
        display: none !important;
        margin-right: 0 !important;
    }
    #footerbuttons {
        float:right !important;
        left:0 !important;
        bottom:0 !important;

    }
    
    #footerbuttons img{
        height: 24px !important;

    }
}


/* ================================== */




.pagebg
{
	background-color: #F5EFE7; /*#F1EFE8;*/
}
.HeaderBg
{
	background-color: #778877;
}
.submenu, .submenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    /*position: relative;*/
}
.submenu li
{
    margin-left: 2px;
    margin-right: 2px;
}
.submenu a
{
    color:#fff;
    font-weight:bold;
}
.submenu > li > a:hover, .submenu > li > a:active {
    background: #3D453D;
}
#submenuselected
{
    color: #FFFFFF;
   background:#3D453D; 
   border-bottom-color:#F5EFE7;
}

/*flex grid*/
.flexigrid
{
    font-family:inherit;
    font-size:.85em;
}
.autocomplete {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:.85em;
    white-space:nowrap
}
/*title*/
.flexigrid div.mDiv 
{
    display:none;
}
/*header*/
.flexigrid div.hDiv th{
    color:#2c3e50;
    font-weight:bold;
}
.flexigrid div.nBtn{
    height:31px
}
.flexigrid div.nBtn div
{   
    height:31px
}
/*body*/
.flexigrid div.bDiv table tr:last-child td{
    border-bottom:1px solid #ddd;
}
/* footer*/
.flexigrid div.pDiv div.pDiv2, .flexigrid div.sDiv
{
    font-size:1em;
}
.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
{		width: 21px;
		height: 21px;
}
.flexigrid div.hDiv th, div.colCopy, .flexigrid div.bDiv td
{
    white-space:normal;
}
.flexigrid div.bDiv{overflow-x:auto}

.well {
min-height: 20px;
padding: 15px;
margin-bottom: 15px;
background-color: rgb(245, 245, 245);
border: 1px solid rgb(227, 227, 227);
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px inset;
}
input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.btn-group > .userbtn:last-child, .btn-group > .dropdown-toggle {
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.btn-group > .userbtn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .userbtn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px;
}
.btn-group > .userbtn {
position: relative;
border-radius: 0px;
}


/* ================================== */



.userbtn {
    color: #333333;
 padding: 5px 15px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(5%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 5%, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff 5%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.userbtn:hover, .userbtn:focus, .userbtn.focus {
  color: #000 !important;
}
  .navbar-nav > li > a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }


  .small-
  {
      padding-top: 5px;
  padding-bottom: 5px;
  }

.small-form-control {
height: 33px;
padding: 5px 5px;
font-size: 15px;
color: #2c3e50;
background-color: #ffffff;
background-image: none;
border: 1px solid #dce4ec;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.normal
{
    font-family:inherit;
    font-size:1em;
    font-weight:normal;
}

.regbg
{
   background-color: #DDE1E7;
}
.big
{
    font-weight:bold;
}
.btn.disabled,
.btn[disabled]
 {
    color:#eed6d6;
}
.message
{
    color: #085108;
    font-weight:400;
}
.table-bordered-bottom {
  /* border: 1px solid #ecf0f1; */
}
.table-bordered-bottom > thead > tr > th,
.table-bordered-bottom > tbody > tr > th,
.table-bordered-bottom > tfoot > tr > th,
.table-bordered-bottom > thead > tr > td,
.table-bordered-bottom > tbody > tr > td,
.table-bordered-bottom > tfoot > tr > td {
  border-bottom: 1px solid #ecf0f1;
  padding-left:10px;
  padding-right:10px;
}
.table-bordered-bottom > thead > tr > th,
.table-bordered-bottom > thead > tr > td {
  border-bottom-width: 2px;
}
.sectionheader
{
    background-color:#e9e7d7;
    font-size:1.0em;
    font-weight:600;
    color:rgb(13, 66, 98);
}
.tinyspace
{
    font-size:2px;
    max-height:5px;
}
.space{margin-left:15px;margin-right:15px;}



/* ================================== */

/*#bg {
  max-width:100%;
  max-height: 100%;
  background-color:red;
}*/
.input-disabled
{
    background-color:#EBEBE4;
    border:1px solid #ABADB3

}


.link
{
    cursor:pointer;
    color:blue;
}
.border
{
    border-bottom-style: solid;
    border-bottom-color: #3D453D;
    border-bottom-width: 4px;
}
td:focus {
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
            outline: rgb(91, 157, 217) auto 5px;
        }

input.error {
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
            outline: thin auto red;
}

input {
            border: none;
            background-color:#fea;
}
.edit-disabled {
            border: none !important;
            outline:none !important;
            cursor:default !important;
            box-shadow: none !important;
}


/* ================================== */




.printOnly{
    display:none !important;
}
@media print {
    .noprint{
        display:none !important;
    }
     .printOnly {
        display:block !important;
    }

    div#Printdata,
    div#Printdata div {
        width: 98% !important;
        border: none !important;
    }

    html, body { height: auto !important; }
    tr { page-break-inside: auto !important; }
    .table > thead > tr > th, 
    .table > tbody > tr > th, 
    .table > tfoot > tr > th, 
    .table > thead > tr > td, 
    .table > tbody > tr > td, 
    .table > tfoot > tr > td{ padding:3px}
}

.TableHeader
{
    font-weight:bold;  
	color: black;
	font-family: Verdana, Arial;
	background-image: url(../Images/tablebg.gif);
}
.Headerdarkbg
{
	background-color: #1C4E69;
}
.menudisabled
{
    color: #c7c7c7; 
}
.menuContainer
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
	}
.toprightpane2
{
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 3px;}
.toppane2
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.leftpane2 {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}
.contentpane2 {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.rightpane2 {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.bottompane2 {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.toprightpane
{	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.wrapper
{
    width:100%;
white-space: pre-line;
   height:100%;
   min-height: 100% /* Not supported by IE 5/6, but required for Firefox/Opera */
  
}
/*.pagebg
{
	background-color: #F5EFE7; 
}
.HeaderBg
{
	background-color: #778877;
}*/


/* ================================== */


/*-------- gray bread crumb --------*/
.gray_top_left {padding:0px; margin:0px; background:url(images/lt.png) no-repeat top left; height:18px;}
.gray_top_right {padding:0px; margin:0px; background:url(images/rt.png) no-repeat top right; height:18px;}

.gray_bg
{
	background-color: silver;
}
.gray_content {padding:0px 11px 0px 11px; }

.gray_bottom_left {padding:0px; margin:0px; background:url(images/lb.png) no-repeat top left; height:18px;}
.gray_bottom_right {padding:0px; margin:0px; background:url(images/rb.png) no-repeat top right; height:18px;}

A.headerlink:link {
	color : White;
	text-decoration : underline;
}

A.headerlink:visited  {
	color : White;
	text-decoration : underline;
}

A.headerlink:active {
	color : White;
	text-decoration : underline;
}
.BreadcrumbLabel
{
	font-weight: bold;
	color: #1C4E69;
	text-decoration: none;
}
.breadcrumbbg
{
    background-color: #B7BFB7;
}
.BreadcrumbBar
{
    padding-left: 7px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.Breadcrumb2, A.Breadcrumb2:link, A.Breadcrumb2:visited, A.Breadcrumb2:active
{
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}
SPAN.Breadcrumb2
{
    color: #595959;
    font-weight: normal;
    text-decoration: none;
}

A.Breadcrumb2:hover
{
	color: #333366;
	font-weight: normal;
	text-decoration: none;
}


/* ================================== */


.center {text-align:center;}

#emprectable {padding:0px; margin:0px; border:2px solid #1C4E69; }
#emprectable td{ padding:0px; margin:0px;  padding:10px; vertical-align:top; }

.goldheader {background-color: #ffcc00; font-weight:bold; color: #000000; text-align:center; width:30%; font-size: 14px; }
.silverheader {background-color: #D2D2D2; font-weight:bold; color: #000000; text-align:center; width:30%; font-size: 14px; }
.bronzeheader {background-color: #cc6600; font-weight:bold; color: #000000; text-align:center; width:30%; font-size: 14px; }

.deptaward {background-color: #dddddd; text-align:center; font-size: 14px; font-weight:bold;}

.emprectd {background-color:#ffffff; border:1px solid #1C4E69;}

.emprecgold {margin:0px; padding: 3px; padding-left: 10px; padding-right: 10px; background-color: #ffcc00; font-weight:bold; color: #000000; text-align:center; font-size: 14px; border:1px solid #1C4E69;}

.emprecsilver {margin:0px; padding: 3px; padding-left: 10px; padding-right: 10px; background-color: #D2D2D2; font-weight:bold; color: #000000; text-align:center; font-size: 14px; border:1px solid #1C4E69;}

.emprecbronze {margin:0px; padding: 3px; padding-left: 10px; padding-right: 10px; background-color: #cc6600; font-weight:bold; color: #000000; text-align:center; font-size: 14px; border:1px solid #1C4E69;}

.blueborder {border:1px solid #1C4E69;}

.emprecpic {border:1px solid #1C4E69; float: left; margin:0px; padding:0px; margin-right:10px; margin-bottom: 5px; margin-top: 3px;}

#jjdpc {margin-left:auto; margin-right:auto;  }

#jjdpc td {color:#1C4E69; padding:10px; vertical-align:top;  font: bold 13px Verdana, Tahoma, Arial, Helvetica; }
.menuimageseperator
{
	border-top: gainsboro 2px solid;
}
.menuimageseperator2
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
.Leftborder
{
	border-left: #999999 1px solid;
}





/*-------- Default Style --------*/

/*h1,h2,h3,h4,h5,h6{color:#1C4E69; font-family: Verdana, Tahoma, Arial, Helvetica;}
th {padding:0px;margin:0px;  }
body,th,td,table,.c_title_two,.Normal,.NormalTextBox,.NormalDisabled,.Head,a:link, a:visited, a:hover, input, .CommandButton{font-family:Verdana, Tahoma, Times new Roman, Arial, Helvetica, sans-serif !important;}

body,th,td,table,.c_title_two,.Normal,.NormalTextBox,.NormalDisabled,.Head,.subhead,a:link, a:visited, a:hover{font-size:13px;}

.Title{font-size:22px;}
.Links{font-size:10px;} 
h1, h2, h3, h4, h5, h6, h2 input{ margin:1ex 0;}
h1{font: bold 18px Verdana, Tahoma, Arial, Helvetica;
    margin:10px 0; text-align:center;}
.smallerh1 {font: bold 15px Verdana, Tahoma, Arial, Helvetica; text-align:center; color:#1C4E69;}
h2, h2 input{font-size:14px; color:#1C4E69;}
h3{font-size:13px;}
h4{font-size:12px; }
h5{font-size:11px; line-height:13px; }
h6{font-size:10px;}
.RootMenuItem TD,.RootMenuItemSel TD,.RootMenuItemHover TD{font-size:14px;font-family:Tahoma,Verdana,Arial, Helvetica, sans-serif;}
.MainMenu_MenuItem,.MainMenu_MenuArrow,.Submenu,.Submenuitemselected,.Submenuitembreadcrumb{font-size:12px;font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;}*/


/* ================================== */


        p {line-height:16px; padding-right:30px;}
.Title
{
    color: #7e4400;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
}








.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}


.headerpane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.toppane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	width:690px; 
}
.toprightpane {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
}

.leftpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.contentpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.rightpane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.bottompane {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
    width:100%;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow
{
    cursor: pointer;
    padding: 5px 5px 5px 12px;
    border: 0pt none;
}

.MainMenu_RootMenuArrow {
    display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.RootMenuItem TD {
    padding:0px 8px 0px 8px;
	height:34px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
}

.RootMenuItemSel TD
{
	padding: 0px 8px 0px 8px;
	font-weight: bold;
	color: #C8E6F1;
	text-align: center;
	background-color: #1C4E69;
}

.RootMenuItemHover TD
{
	padding: 0px 8px 0px 8px;
	font-weight: bold;
	height:34px;
	color: #C8E6F1;
	text-align: center;
	background-color: #1C4E69;
}

.MainMenu_MenuItem {
    padding:5px 5px 5px 12px;
    border:0pt none;
    color: #444444;
	font-weight: bold;  
}

.MainMenu_MenuItemSel
{
	background-color: Transparent ;
	cursor: pointer;
	cursor: hand;
}

.Submenu {
    border-left:4px solid #358EBC;
    cursor:pointer;
    margin-top: 0px;
    margin-left: 0px; 
    z-index: 1000;
    color: #444444;
    font-weight: bold; 
	background: #C8E6F1; 
}

.Submenuitemselected,Submenuitembreadcrumb {
    padding:5px 5px 5px 12px;
    border:0pt none;
    margin-top: 0px;
    margin-left: 0px; 
    color: #FFFFFF;
	font-weight: bold; 
	background: #358EBC; 
}

.Head{ 
   font-weight:bold;
   color:#000000; 
}

.Normal{
   color:#000000;
   font-weight : normal;
}





















.CommandButton {
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}
    
A.CommandButton:link {
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:visited  {
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:active {
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:hover {
	font-weight : normal;
	color : #0033CC;
	text-decoration : none;
}










.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active
{
	color: #cc0033;
	font-weight: normal;
	text-decoration: none;
}

A.Breadcrumb:hover
{
	color: #cc3333;
	font-weight: normal;
	text-decoration: none;
}

.Footer{
   font-weight:bold; 
   color:#FFFFFF;
   text-decoration:none
}
.mFooter{
   font-size:x-small !important;
   text-align: right;
}

A.Footer:link {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration : none;
}

A.Footer:visited  {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration : none;
}

A.Footer:active {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration: none;
}









A.Footer:hover {
    font-weight:bold; 
	color :#C8E6F1;
	text-decoration: none;
}


.nounderline {text-decoration:none;}

.nounderline li{text-decoration:none;}

.nounderline a{text-decoration:none;}
.nounderline a:link{text-decoration:none;}
.nounderline a:visited{text-decoration:none;}
.nounderline a:hover{text-decoration:underline;}
.nounderline a:active{text-decoration:none;}

a.Link:link, visited, active
{
    color: #1C4E69;
}
/*a.Link:hover
{
	color: #778877;
}*/


/*ACTIVE LINK COLOR MOBILE*/

.nav .open > a, .nav .open > a:hover
{
	color: #FFFFFF;
	background-color:#333333;
}

.nav .open > a:focus
{
    color: #fff !important;
    	background-color:#333333;
        	/*color: #1C4E69;*/
	/*background-color:#778877;*/
}
.nav > li > a:hover, .nav > li > a:focus
{
  color: #fff !important;
    background-color:#333333;
	/*background-color:#428bca;*/
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #428bca;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 6px;
}
#MobileMenuPositionId{
    position: absolute;
    left: 1px;
    top: 60px;
    background: #0f384e;
    color: whitesmoke;
    -moz-box-shadow: 1px 6px 5px 2px #2a2a2a;
    -webkit-box-shadow: 1px 6px 5px 2px #2a2a2a;
    box-shadow: 2px 4px 5px 2px #2a2a2a;
    max-height:none !important;
}











/*#MobileMenuPositionId{
    position: absolute;
    left: 1px;
    top: 60px;
    background: #0f384e;
    color: whitesmoke;
    -moz-box-shadow: 1px 6px 5px 2px #2a2a2a;
    -webkit-box-shadow: 1px 6px 5px 2px #2a2a2a;
    box-shadow: 2px 4px 5px 2px #2a2a2a;
    max-height:none !important;
}*/

.VerticalMenu {
    font-family: arial !important;
    font-size: 10px !important;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    color: #1c4e69 !important;
    background-color: #d6d6d6 !important;
    border: 2px solid #aaaaaa !important;
    display: inline-block;
    line-height:10px;
}





    /*   Added section for full screen horizontal menu*/
.HorizontalMenu {
    width:100%;
    font-family: arial !important;
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    color: #1c4e69 !important;
    background-color: #565656 !important;
    /*border: 2px solid #aaaaaa !important;*/
    display: inline-block;
    line-height:15px;

}



.hnav ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #778877;
}

.hnav li {
    float: left;
    list-style-type: none;

}

.hnav li a {
    display: inline-block;
    color: white;
    text-align: left;
    padding: 10px 7px;
    text-decoration: none;
	white-space: nowrap;

}

.hnav li a:hover {
    background-color: #383838;
}













.divider{

    border-bottom: 1px solid #1c4a64 !important;
}
.FirstItem > a{
        color: whitesmoke !important;
}
.SubItem > a{
    padding-left:20px !important;
        color: whitesmoke !important;
}


.gmap{
    border: 2px solid #f6f5f0;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display:inline-block;
    margin-top:10px;
}










 .search_mobile_menu{
    display:block;
	width: 36px;
position:center;
	height: 27px;

	background-image:url(images/search-icon.png);
	background-repeat:no-repeat;
	cursor:pointer;
        
    border: 1px solid #DADADA;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
    }
    
    .search_mobile_menu:hover{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
    
    .search_mobile_menu:active{
        background-image:url(images/search-icon.png);
	    background-repeat:no-repeat;
    }
	
	table.gsc-search-box{margin-top: 6px !important;}



 .mobile-search {
    background-color: #14394d;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.8) inset;
    display: none;
    height: 40px;
}

#footerbuttons {
    position: relative;
    left: 327px;
    bottom: 7px;
}
#footerbuttons  img {height: 40px; margin-right:15px;}



/************************* new custom search (this is from the skin.css file on the test server) *********************/
.gsc-input-box{height: auto !important}
.cse .gsc-control-cse, 
.gsc-control-cse{
    background-color: transparent!important; 
    border: none !important;
    padding:0 !important;
}
.gsc-search-button{
    position: relative;
    top: 1px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius:5px;
    background-color: #2e6e90 !important;
}
input.gsc-search-button{
    border: none !important;
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
}

#googlesearchCell {
    /*background: rgba(0, 0, 0, 0) url("images/LightBlue_r5_c7.jpg") repeat scroll 0 0;*/
    display: table-cell;
    float: right;
    left: 0;
    padding-right: 0px;
    position: relative;
    width: 210px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
/*    padding-top: 6px !important;*/
}



 /* Current Footer*/       
A.Breadcrumb:hover
{
	color: #cc3333;
	font-weight: normal;
	text-decoration: none;
}

.Footer{
   font-weight:bold; 
   color:#FFFFFF;
   text-decoration:none
}
.mFooter{
   font-size:x-small !important;
   text-align: right;
}

A.Footer:link {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration : none;
}

A.Footer:visited  {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration : none;
}

A.Footer:active {
    font-weight:bold; 
	color : #FFFFFF;
	text-decoration: none;
}

A.Footer:hover {
    font-weight:bold; 
	color :#C8E6F1;
	text-decoration: none;
}

 /* Resizes the Planning department image*/       
        #imageDiv {
            width: 100%;
            
            overflow: hidden; /* essential, hides the overflow from the image */
        }

            #imageDiv img {
                width: 100%; /* makes image 100% width of the container */
                position: relative; /* allows movement inside the container */
                /* OPTIONAL: use this to adjust where the 'center' starts */
                /* only useful on images that will be clipped */
                top: -__px;
				
            }


.menu a {
	border-style: none;
    font-size: 1em!important;
}








    /* #gsc-i-id1 {
   	background: none !important;
   }
  ******end of scc banner*******/
   /*DA Banner*/
   
   .daBanner {
   	background: #03213D;
   	width: 1012px;
   	margin: 0 auto;
   	position: relative;
   	/*height: 110px;*/
          width:1000px;
   }
   .daSeal {
   	padding: 0;
   }
   .daSeal img {
   	width: 160px;
   	margin-bottom: -50px;
   }
   .daHeading {
   	padding: 0!important;
   }
   .daHeading h1 {
   	color: #e02d2d;
   	font-family: serif;
   	font-size: 3em;
   	margin-top: 5px;
   	margin-left: 85px;
   	text-align: left;
   	letter-spacing: 3px;
   }

      .daTitleName {
   	color: #e02d2d;
   	font-family: serif;
   	font-size: 3em;
   	margin-top: 5px;
   	margin-left: 85px;
   	text-align: left;
   	letter-spacing: 3px;
   }


   .santaCruzHeading {
   	font-size: 16px;
   	color: rgba(255, 255, 255, 0.7);
   }
   .daRightIcon {
   	padding: 0;
   }
   .daRightIcon img {
   	width: 207px;
   	position: relative;
   	right: 38px;
   	height: 110px;
   }
   /*DA Nav*/
   
   .HorizontalMenuBar {
   	background-color: #565656 !important;
   	border-top: 2px solid #CCCCCC;
   	box-shadow: 0px 6px 10px -7px #252525;
   }
   /*Press Releases*/
   
   




   #CountyBrand {
    position: relative;
    width: 1012px;
    margin: 0 auto;
    font-family: sans-serif;
    padding: 5px;
    left: -22px;
}




 #topBlueBarPosition{
width:100%;
height:40px;
/*border:#000 13px solid;*/
top:0px;
left:0px;
position:absolute;
    z-index: 0;
-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
        box-shadow: 0 4px 4px -2px #000000;
}


#topGoogleTranslator{

top: 35px;
width:0px;
height:0px;
padding:0px;
left:400px;
  position: relative;

    border: 3px solid #73AD21;

}

#daSealPosition{
top: 3px;
left:1px;
width:0px;
height:0px;
position:relative;
padding:0px;


}






#translateWrapper {
  display: flex;
  border: 1px solid black;
    border: 2px solid #ffffff;
    /*padding: 10px 40px;03213D*/ 
    background: #F5EFE7;
    width: 100%;
    border-radius: 3px;
    padding:0px;

          
}
#first {
    /*border: 1px solid white;*/
    width:100%;
    color:#03213D;
    font-family:serif;
 flex: 10;
  overflow: hidden;
  padding:2px;
 font-size:11px;
 color:#03213D;
text-shadow: black 0.1em 0.1em 0.2em;
     background-color: #dddddd;

     -webkit-box-shadow: 0 4px 4px -2px #03213D;
   -moz-box-shadow: 0 4px 4px -2px #03213D;
        box-shadow: 0 4px 4px -2px #03213D;
}
#second {
    /*border: 1px solid white;*/
    border:none;
        color:#03213D;
    font-family:serif;

     background-color: #dddddd;
     -webkit-box-shadow: 0 4px 4px -2px #03213D;
   -moz-box-shadow: 0 4px 4px -2px #03213D;
        box-shadow: 0 4px 4px -2px #03213D;

}




.form-checkbox {
  display: block;

  height: 40px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.428571429;
  /*color: #555555;*/
    color: #03213D;
  /*vertical-align: middle;*/
  background-color: #f0f0f0;
  border: 1px solid #666;
  border-radius:3px;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-checkbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}



.form-checkboxAuthorize {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
    color: #ffffff;
  vertical-align: middle;
  background-color: #03203C;
  border: 1px solid #cccccc;
  border-radius:5px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-checkboxAuthorize:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/*STYLES FOR THE GRID VIEW*/ 


    .webgrid-table {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        display: table;
        border-collapse: collapse;
        border: solid #C5C5C5;
        background-color: white;
    }
	.webgrid-table td, th {
		border: 1px solid #C5C5C5;
		padding: 3px 7px 2px;
	}
    .webgrid-header, .webgrid-header a {
        background-color: #dddddd;
        color:#000;
        text-align:center;
        text-decoration: none;
    }
    .webgrid-footer {
    }
    .webgrid-row-style {
        padding: 3px 7px 2px;
    }
    .webgrid-alternating-row {
        background-color:#EFF0F1;
        padding: 3px 7px 2px;
    }
    .col1Width {
        width: 55px;
    }
    .col2Width {
        width: 220px;
    }

















/*.PGrid 
{
    border-collapse:collapse;
    width:100%;
  
}
.Header 
{
    font-weight:bold;
    text-decoration:none;

}
.PGrid th, .PGrid td
{
    border:1px solid #999999;
    padding:5px;
}
.altRow {
    background-color:#EFF0F1;
}*/


/*.webGrid3 {

   width:100%;
   padding: 0px;
   border-collapse: collapse;
   background-color: lightgrey;
   border: 0px solid gray;
   font-size: 12px;
   color: inherit;
   background-color: #eeeeee;
 text-align:left;
    margin:auto;
         }

        .webGrid3 th, .webGrid3 td {
            border: .5px solid #C0C0C0;
        }

        .webGrid3 a:link, a:active{
             color: #343b8a !important;
              text-decoration: underline;
          
        }*/




/* Add a black background color to the top navigation */
.topnav {
    /*background-color: #333;*/
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #1C4E69;
    text-align: center;
    padding: 1px 1px;
    text-decoration: none;
    font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #1C4E69;
    color: white;
}




.fieldset1
{
    border:0px solid gray;
    background-color:#ddd;
    font-size:16px;
    color:#03213D;
    padding:5px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
}


div.box {
	border: solid 1px #CCCCCC;
	background-color: #f9f9f9;
	float:left;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	min-width:1000px;
}
.containerBox {
        width:100%;
        height:200px;
}


textarea {
    width: 100%;
    /*height: 150px;*/
    /*padding: 12px 20px;*/
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 13px;
    resize: both;
}


   /* Begin Navigation Bar Styling for inner application labels */
   #navi {
      width: 100%;
      float: left;
      margin: 0 0 1em 0;
      padding: 0;
      list-style: none;
      /*background-color: #A1AAB5;*/     
         /*background-color: #4F5E6F;*/    
         /*background-color: #565656;*/             
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; 
      border-radius:5px;
      box-shadow: 1px 10px 5px #888888;
                /*box-shadow: 0 2px 2px #000;*/
   }
   #navi li {
      float: left;
            border-radius:2px;

   }
   #navi li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      color: #fff;
      border: 1px solid #fff; 
              border-radius:2px;
      background-color: #1C4E69;   
      
      
    }
   #navi li a:hover {
      color:#fff; 
      /*background-color:#1C4E69;*/ 
            background-color:#03213D; 

   }
   #navi li a:active {
      color:#fff; 
      background-color:#1C4E69; 
      /*background-color:#1C4E69;*/ 
   }
      #navi li a:focus  {
      color:#fff !important; 
              background-color:#03213D; 
      /*background-color:#1C4E69;*/ 
   }

   /* End navigation bar styling. */



   .required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}





   .div-table {
background-color: #EEEEEE;
float: left;
padding: 30px;
width: auto;
}

.tab-row {
float: left;
width: 800px;
}

.cell {
border: 1px solid;
float: left;
padding: 5px;
width: 100px;
}




a.my-class:active { border-color: #ff8c00 !important }
a.my-class:hover { border-color: #ff8c00 !important }
.tabs .indicator { background-color: #ff8c00 !important; }


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
   color: orange; /* specefy your color */
}