.header{
    width:100%;
    background: #36a4a4;
    height: 50px;
}

.pnn-div{
    text-align: center;
    width: 10%;
    padding: 0px 25px 0px 15px;
}

.greeting{
     float: left;
     width: 30%;
     margin-top: 11px;
     color:#505050;
 }

.searchHeader{
    float: left;
    margin-top: 12px;
    width: 35%;
    padding-right: 20px;
}

.logout{
    height:auto;
    float: right;
    padding: 0px 30px;
    margin-top: 11px;
    color:#505050;
}

.myprofile{
    width: 114px;
    height:auto;
    float: right;
    text-align:center;
    padding:0px 20px;
    color: #ffffff;
    background-color:#058e8e
}

.navigation {
    width: 100%;
    background: #104d91;
    height:32px;
    color: #7291bb;
}

#primary_nav_wrap{
    background: #104d91;
}
#primary_nav_wrap ul
{
    list-style:none;
    /*position:absolute;*/
    float:left;
    margin:0;
    padding:0
}

#primary_nav_wrap ul a
{
    display:block;
    color:#7291bb;
    text-decoration:none;
    font-size:16px;
    line-height:32px;
    padding:0px 20px;
    font-family: robotoregular;
}

#primary_nav_wrap ul li a:hover
{
    background: #34609d;
    color: #ffffff;
    font-weight: bold;
}


#primary_nav_wrap ul li
{
    position:relative;
    color:#7291bb;
    float:left;
    margin:0;
    padding:0
}

#primary_nav_wrap ul li img{
    position:absolute;
    bottom:0px;
    right:0px;
    height: 10px;
    width: 10px;
}

#primary_nav_wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#7291bb;
    padding:0
}

#primary_nav_wrap ul ul li
{
    float:none;
    width:162px;
    height: 32px;
    vertical-align: middle;
    background-image: -webkit-linear-gradient(top, #34609d,
    #275697);
    background-image: -moz-linear-gradient(top, #34609d,
    #275697);
    background-image: -ms-linear-gradient(top, #34609d,
    #275697);
    background-image: -o-linear-gradient(top, #34609d,
    #275697);
    background-image: linear-gradient(to bottom, #34609d,
    #275697);

}

#reportMenu li
{
    width:320px!important;
    z-index: 999;
}

#byRunMenu #cookCountyPubNoticeMenu li
{
    width:420px!important;
    z-index: 999;
}

#byRunMenu #pnnMenu li, #byRunMenu #daleyCeterMenu li, #byRunMenu #allSourcesMenu li
{
    width:350px!important;
    z-index: 999;
}

#byRunMenu li
{
    width:240px!important;
    z-index: 999;
}

#printMenu li
{
    width:285px !important;
    z-index: 999;
}

#noticeMenu li{
    width:230px !important;
    z-index: 999;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}
#primary_nav_wrap ul ul li:hover
{
    height: 32px;

    background-image: -webkit-linear-gradient(top, #34789d,
    #276a9a);
    background-image: -moz-linear-gradient(top, #34789d,
    #276a9a);
    background-image: -ms-linear-gradient(top, #34789d,
    #276a9a);
    background-image: -o-linear-gradient(top, #34789d,
    #276a9a);
    background-image: linear-gradient(to bottom, #34789d,
    #276a9a);
}

#primary_nav_wrap ul ul a
{
    font-size: 13px;
    color: #e8c973;

}

#primary_nav_wrap ul ul a:hover
{
    font-size: 12px;
    color: #ffffff;
}

#primary_nav_wrap ul ul ul
{
    top:0;
    left:100%
}

#primary_nav_wrap ul li:hover > ul
{
    display:block
}

#primary_nav_wrap ul li ul {
    height: fit-content;
}

.subnav{
    width: 100%;
    height: 46px;
    z-index: 999;
    background-image: -webkit-linear-gradient(top, #a0a5a6,
    #d0d2d3);
    background-image: -moz-linear-gradient(top, #a0a5a6,
    #d0d2d3);
    background-image: -ms-linear-gradient(top, #a0a5a6,
    #d0d2d3);
    background-image: -o-linear-gradient(top, #a0a5a6,
    #d0d2d3);
    background-image: linear-gradient(to bottom, #a0a5a6,
    #d0d2d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0a5a6, endColorstr=#d0d2d3);
}

.pageNav{
    background: #34609d;
    color: #ffffff !important;
    font-weight: bold;
}

.pnn-btn {
    width: 200px;
    height: 41px;
    float: left;
}

.searchDropdownButton{
    font-size: 13px;
    border: 0px;
    padding: 1px 5px 1px 15px;
    text-shadow:none;
    border-radius: 3px;
    background-image: none !important;
    background-color: #ffffff;
    color: #f68e00;
    height: 20px;
}

.open > .searchDropdownButton:hover,
.open > .searchDropdownButton:focus,
.searchDropdownButton:hover,
.searchDropdownButton:focus{
    color: #f68e00 !important;
    background-color: #ffffff !important;
}

.searchDropdownButton:active{
    color: #f68e00;
    background-color: #ffffff;
}

.noticeSearchButton{
    font-size: 0px;
    border: none;
    padding:4px 7px;
    background:#f28500;
    color: #ffffff;
}

.searchButton{
    font-size: 0px;
    border: none;
    padding:4px 7px;
    background:#f28500;
    color: #ffffff;
}

.searchInput{
    width: 100%;
    padding: 2px 10px;
    border-color: #CCCCCC;
    border-radius: 3px;
    height: 28px;
    color: #36a4a4;
}

.searchMenu {
    width: 100%;
    color:#36a4a4;
    border: none;
}


#searchSelectHeader {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #F07575; /* fallback color if gradients are not supported */
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-dialog-buttonset input[type="button"]{
    margin: 0px;
}

.alertWarnGlyphicon{
    color:#FAAF40;
    font-size: 30px;
}

.alertErrorGlyphicon{
    color:#d9534f;
   font-size: 30px;
}

.alertInfoGlyphicon{
    color: #10ff47;
    font-size: 30px;
}

.alertQuestionGlyphicon{
    color: #f2ff49;
    font-size: 30px;
}

.alertBodySpan{
    color: #E6E7E6;
}

.alertBtn{
     font-size: 12px;
     padding:2px 5px;
     background:#d0d2d3 ;
 }

.alertBtn:hover{
    color: #36A4A4;
    background: #84c7c7; ;
}

.alertBodyTextSpan{
    padding-left: 10px;
}

.modal-backdrop.in {
    opacity: 0.1;
}

#modalDiv .modal-body{
    background-color: #535353;
}
#modalDiv .modal-footer{
    background-color: #535353;
    padding:5px;
}
#modalDiv .modal-header{
    padding: 5px 10px;
}

#ajaxLoading {
    background: url("spinner-9e435a549280d8389a3aef46f5a30c2a.gif") no-repeat scroll center center #FFF;
    position: absolute;
    z-index: 998;
    height: 100%;
    width: 100%;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* FONT STACK */
body,
input, select, textarea {
    font-family: "robotoregular";
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}

/* BASE LAYOUT */

html {
    background-color: #f1f1f2;
    background-image: -moz-linear-gradient(center top, #aaa, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #ddd));
    background-image: linear-gradient(top, #aaa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#aaaaaa', EndColorStr = '#dddddd');
    background-repeat: no-repeat;
    height: 100%;
    /* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html.no-cssgradients {
    background-color: #aaa;
}

html * {
    margin: 0;
}

body {
    background: #f1f1f2;
    color: #333333;
    margin: 0 auto;
    /*overflow-x: hidden;  prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide */
       /*-moz-box-shadow: 0 0 0.3em #255b17;*/
    /*-webkit-box-shadow: 0 0 0.3em #255b17;*/
            /*box-shadow: 0 0 0.3em #255b17;*/
}



a:link, a:visited, a:hover {
    color: #48802c;
}

a:hover, a:active {
    outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}

h1 {
    color: #48802c;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0.8em 0 0.3em 0;
}

ul {
    padding: 0;
}

img {
    border: 0;
}

/* GENERAL */



.footer {

    color: #000;
    clear: both;
    font-size: 0.8em;
    margin-top: 1.5em;
    padding: 1em;
    min-height: 1em;
}

.footer a {
    color: #255b17;
}

/*NAVIGATION TABS*/

.nav-tabs>li>a{
    color: #878787;
    background-image: -moz-linear-gradient(center top, #f4f4f4, #e0e0e0);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e0e0e0));
    background-image: linear-gradient(top, #f4f4f4, #e0e0e0);
    border-width: 1px 1px 0px 1px;
    border-color: #696969;
    margin-right: 0px;
    position: relative;
    display: block;
    padding: 10px 15px 6px 15px;
}

.nav-tabs>li{
    margin-bottom: 0px;
}
.nav-tabs{
    border-bottom: 0px solid #696969;

}
.nav-tabs>li>span{
    margin-left: 2px;
    margin-top: 12px;
    margin-right:2px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #36a4a4;
    font-weight: bold;
    cursor: default;
    border-width: 1px 1px 0px 1px;
    border-color: #696969;
    background-image: -moz-linear-gradient(center top, #fff, #e0e0e0);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(top, #fff, #e0e0e0);
    padding: 10px 15px 7px 15px;
}

.nav-tabs>li>a:hover {
    color:  #878787;
    border-width: 1px 1px 0px 1px;
    border-color: #696969;
    background-image: -moz-linear-gradient(center top, #e0e0e0, #f4f4f4);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#f4f4f4));
    background-image: linear-gradient(top, #e0e0e0, #f4f4f4);
    padding: 10px 15px 7px 15px;
}

/* NAVIGATION MENU */

.nav {
    background-color: transparent;
    /*padding: 0.5em 0.75em;*/
    /*-moz-box-shadow: 0 0 3px 1px #aaaaaa;*/
    /*-webkit-box-shadow: 0 0 3px 1px #aaaaaa;*/
    /*box-shadow: 0 0 3px 1px #aaaaaa;*/
    zoom: 1;
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    float: left;
    list-style-type: none;
    /*margin-right: 0.5em;*/
    padding: 0;
    z-index: 100;
}

.nav a {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
       -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(203, 231, 231, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.nav a.home {
    background-image: url(skin/house-99bea32e1990e011e870f6c562e87a6a.png);
}

.nav a.list {
    background-image: url(skin/database_table-c413540d7e3545ace2c445fe686e915f.png);
}

.nav a.create {
    background-image: url(skin/database_add-82a75143b4660a3f02f9c058f0a3ae93.png);
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
    margin: 0.6em 1.25em 0 1.25em;
    padding: 0.3em 1.8em 1.25em;
    position: relative;
    zoom: 1;
    border: none;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
    color: #666666;
    text-align: right;
    width: 25%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    margin-left: 27%;
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 0.1em 0.4em;
}

select {
    padding: 0.1em 0.2em 0.1em 0;
}

select[multiple] {
    vertical-align: top;
}

textarea {
    width: 250px;
    height: 150px;
    overflow: auto; /* IE always renders vertical scrollbar without this */
    vertical-align: top;
}

input[type=checkbox], input[type=radio] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border: 1px solid #36a4a4;
    outline: 0;
       -moz-box-shadow: 0 0 0.5em #ffffff;
    -webkit-box-shadow: 0 0 0.5em #ffffff;
            box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {

    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

ul.one-to-many {
    display: inline-block;
    list-style-position: inside;
    vertical-align: top;
}

ul.one-to-many li.add {
    list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

fieldset.embedded legend {
    margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
    font-size: 0.8em;
    line-height: 2;
    margin: 1em 2em;
    padding: 0.25em;
}

.message {
    background: #f3f3ff;
    border: 1px solid #b2d1ff;
    color: #006dba;
       -moz-box-shadow: 0 0 0.25em #b2d1ff;
    -webkit-box-shadow: 0 0 0.25em #b2d1ff;
            box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
    background: #fff3f3;
    border: 1px solid #ffaaaa;
    color: #cc0000;
       -moz-box-shadow: 0 0 0.25em #ff8888;
    -webkit-box-shadow: 0 0 0.25em #ff8888;
            box-shadow: 0 0 0.25em #ff8888;
}

.errors ul,
.message {
    padding: 0;
}

.errors{
    list-style: none;
    background: transparent url(skin/exclamation-e4dd51f46566ed3ceacdc900bf2fdf01.png) 0.5em 50% no-repeat;
    text-indent: 2.2em;
}

.message {
    background: transparent url(skin/information-3750c701d2ec35a45d289b9b9c1a0667.png) 0.5em 50% no-repeat;
    text-indent: 2.2em;
}

/* form fields with errors */

.error input, .error select, .error textarea {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
       -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
            box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
       -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
            box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */


tr {
    border: 0;
}

tr:hover{
    cursor: hand !important;
}
.odd:hover, .even:hover{
    background-color: #D7EDED !important;

}
tr>td:first-child, tr>th:first-child {
    padding-left: 1.25em;
}

tr>td:last-child, tr>th:last-child {
    padding-right: 1.25em;
}

td, th {
    line-height: 1.5em;
    padding: 0.5em 0.6em;
    text-align: left;
    vertical-align: top;
}



thead th {
    white-space: nowrap;
}

th a {
    display: block;
    text-decoration: none;
}

th a:link, th a:visited {
    color: #666666;
}

th a:hover, th a:focus {
    color: #333333;
}

th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 1.1em;
}

th.asc a {
    background-image: url(skin/sorted_asc-df23e44c4c4999383e95e9c8bf5da156.gif);
}

th.desc a {
    background-image: url(skin/sorted_desc-b85986b88116c4b0ef7571a1c4f3cfa3.gif);
}

.odd {
    background: #f7f7f7 !important;
}

.even {
    background: #ffffff;
}

.left {
    float: left;
}

.ma-t-5 {
    margin-top: 5px;
}

.ma-t-10 {
    margin-top: 10px;
}

.search-status-item {
    margin-top: 13px;
}

/*When printing datatables always make even rows white and old rows grey*/
@media print {
    table.dataTable tr:nth-child(odd)  { background-color: #f1f1f2 !important;  }
    table.dataTable tr:nth-child(even)  { background-color: white !important;  }
}
