
* {
    -webkit-font-smoothing: subpixel-antialiased;
}

html, body {
    height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
	position: relative;
    min-height: 100%;
	margin: 0 auto -250px;
	z-index:1000;
}


body {
    font-family: Helvetica, sans-serif;
    color: #3f424b;
}
body.login-page {
    background: #FAFAFA;
}




a:hover {
    text-decoration: none;
}


select.form-control {
    height: 34px;
}

.row-5{margin-bottom:5px !important;}.row-10{margin-bottom:10px !important;}.row-15{margin-bottom:15px !important;}.row-20{margin-bottom:20px !important;}.row-25{margin-bottom:25px !important;}.row-30{margin-bottom:30px !important;}.row-35{margin-bottom:35px !important;}.row-40{margin-bottom:40px !important;}.row-45{margin-bottom:45px !important;}.row-50{margin-bottom:50px !important;}.row-60{margin-bottom:60px !important;}.row-70{margin-bottom:70px !important;}.row-80{margin-bottom:80px !important;}.row-90{margin-bottom:90px !important;}.row-100{margin-bottom:100px !important;}.row-125{margin-bottom:125px !important;}.row-150{margin-bottom:150px !important;}.row-175{margin-bottom:175px !important;}.row-200{margin-bottom:200px !important;}
.top-5{margin-top:5px !important;}.top-10{margin-top:10px !important;}.top-25{margin-top:25px !important;}.top-50{margin-top:50px !important;}.top-75{margin-top:75px !important;}
#wrapper {
    padding-top: 50px;
}

a {
    color: #0078A8;
}
ul, li {
    list-style-type: none;
}
h1, h2, h3 {
    font-family: 'Open Sans','Helvetica';
    font-weight: 300;
    margin-top: 0;
}

h2 {
    font-size: 22px;
}

h1 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 0px;
}

.required {
    color: #ff0000;
    font-size: 18px;
}
.light {
    color: #808080;
}



/*    right nav    */
#main-nav-right {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
}
#main-nav-right li {
    display: inline;
}
.main-nav-right-item {
    position: relative;
}
.main-nav-right-item a {
    letter-spacing: 1px;
}
a.right-nav-anchor {
    display: inline-block;
    float: right;
    font-size: 1rem;
    padding: 0 12px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: #1C88D5;
    text-align: center;
    text-transform: uppercase;
}
a.right-nav-anchor span {
    font-size: 1.5rem;
    vertical-align: middle;
}

.main-nav-right-item a#more-nav-options {
    width: 80px;
    background: #727C81;
}
#main-nav-right .main-nav-right-item a#more-nav-options:after {
    content: '\00bb';
    font-size: 16px;
    line-height: 14px;
}
#main-nav-right .main-nav-right-item a#more-nav-options ul.sub-nav a:after {
    content: '';
}
a#nav-create-account {
    width: 142px;
    background: #FF8029;
}
a#right-nav-signed-in {
    width: 210px;
}


/* sub nav exposed on more and account link hover */
ul.sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
ul.sub-nav li a {
    display: block;
    background: #ededed;
    width: 290px;
    color: #6c6c6c;
    height: 30px;
    line-height: 30px !important;
    border-top: 1px solid #d8d8d8;
    text-indent: 15px;
    font-size: 11px;
}



.navbar-default .navbar-nav > li > a {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    background: #79828B;
    border-right: 1px solid #B8B8B8;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.2rem;
}
.navbar-brand {
    text-indent: -10000px;
    width: 250px;
    height: 50px;
    background-image: url('../images/gis-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.navbar.navbar-inverse .navbar-toggle {
    border-color: #869098;
}


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .navbar-brand {
        background-image: url('../images/gis-logo@x2.png');
        background-size: 123px 31px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        position: initial;
        margin: 0 -15px;
        border-top: 4px solid #f4f4f4;
        border-bottom: 4px solid #1C88D5;
        background: #79828B;
    }   
    .mobile-menu {
        max-height: 0px;
        padding: 0 15px;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
    }
    .mobile-menu.active {
        max-height: 300px;
    }        
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #727C81;
    }
    .navbar-default .navbar-nav > li:last-child {
        border-bottom: none;
    }    
    .navbar-default .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;    
        font-weight: 400;
        letter-spacing: 0.5px;
        border-right: none;
        background: transparent;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active {
        background: #869098;
    }
}

@media (max-width: 992px) {
    #main-nav-right {
        right: 65px;
    }
    #main-nav-right a.create-account {
        display: none;
    }
    #main-nav-right a.sign-in {
        display: none;
    }
    .navbar-default .navbar-nav > li > a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-brand {
        display: block;
        width: 150px;
        background-position: 20px center;
    }
    .create-account-list-item {
        display: block;
    }
    ul.sub-nav li a {
        text-indent: 7px;
        font-size: 10px;
    } 
}

@media (max-width: 1020px) {
    .navbar-brand {
        width: 135px;
        margin: 0 10px;
        background-position: 5px center;
    }
    #main-nav-right li.main-nav-right-item.create-account-list-item {
        display: none;
    }
}






div.homebg h1 {
    color: white;
    font-size: 50px;
    font-weight: 300;
    padding: 90px 0 100px 0;
}
.container.main h1 {
    margin-bottom: 24px;
    color: #808080;
}
#intro-text {
    line-height: 26px;
    max-width: 700px;
    margin: 0 auto;
    font-family: Roboto;
    color: #808080;
}
.container.main span {
    color: #1C88D5;
    font-size: 2.4rem;
}
#slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 18px;
    width: 100%;
    background: rgba(0,0,0,.2);
}
.row.pages {
    max-width: 800px;
}
#page-content-wrapper {
    margin-top: 25px;
}

.home .container {
    text-align: center;
}
.home .container.main #into-text {
    max-width: 800px;
    margin: 0 auto;
}
.home .container .col-md-3 {
    text-align: center;
    padding: 0;
}
.label {
    white-space: normal;
    color: #333;
    font-size: 14px;
}


.form-control:focus {
    border-color: #CCC;
    box-shadow: none;
    background: #FFFFFF;
}
.navbar {
    background: #869098;
    border: none;
}



a.btn.form-control {
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.btn {
    border-radius: 2px;
}
.btn.btn-primary {
    background-color: #1c8cd9;
    border-color: #1c8cd9;
}
.btn.btn-warning {
    background-color: #FF8029;
    border-color: #FF8029;
}
.btn.btn-delete:hover {
    background-color: red;
    border-color: red;
    color: white;
}
.form-group {
    max-width: 1200px;
}
.gisi .table td, .gisi .table th {

}
.gisi .table td {
    padding: 5px;
    font-size: 12.5px;
}
.gisi .table th {
    padding: 5px;
    font-size: 12.5px;
}
.my-data-layers {
    max-width: 900px;
}


.panel-default > .panel-heading .badge.badge.badge-num-layers {
    background: #1c8cd9;
}


.panel-heading {
    position: relative;
}
.panel-heading .num-results {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #1c8cd9;
}
.panel-heading.framework-layer {
    background: #deffd3;
}

.badge.data-layers-number-badge {
    font-size: 18px;
    font-weight: normal;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #FF8029;
    padding: 0;
    margin: 0;
}
.my-data-layers h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: Helvetica;
    margin-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
}
td.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.overflow-ellipsis.w100 {
    max-width: 100px;
}
td.overflow-ellipsis.w125 {
    max-width: 125px;
}
td.overflow-ellipsis.w150 {
    max-width: 150px;
}
td.overflow-ellipsis.w200 {
    max-width: 200px;
}
td.overflow-ellipsis.w250 {
    max-width: 250px;
}

/* progress / status */
.layer-progress {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}
.layer-progress:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 4px;
}
.layer-progress.complete:before {
    background: #4dba1f;
}
.layer-progress.in-work:before {
    background: #fe801c;
}
.layer-progress.planned:before {
    background: #6575B5;
}

#layer-results-legend {
    float: left;
    margin-right: 15px;
    margin-left: 13px;
}





.map-results .btn {
    cursor: default;
}


#user_add_form .badge {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px; 
    -moz-border-radius: 16px; 
    border-radius: 16px;
    background: #1C88D5;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    margin-bottom: 7px;
    margin-left: 4px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0;
}
.btn.complete .badge {
    background: white;
    color: #444;
}
.btn.planned .badge {
    background: white;
    color: #444;
}
.btn.in-work .badge {
    background: white;
    color: #444;
}
/*
small.shipped:before {
    content: '';
    display: inline-block;
    background: #ff6c00;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
*/
.row.public-login h1 {
}
.login-right {
    text-align: center;
}
.secure-page {
    float: left;
    margin-bottom: 25px;
    font-size: 12px;
    color: #808080;
}
.retrieve-password {
    float: right;
    font-size: 12px;
}
.reasons-to-create {
    line-height: 32px;
    text-align: left;
}
.reasons-to-create .badge {
    color: #808080;
    background: #FFFFFF;
    border-color: #f2f2f2;
    border: 2px solid #f2f2f2;
}
#user_form {
    max-width: 800px;
}
.login-page .container {
    padding-top: 40px;
    max-width: 800px;
}
#state_list div.table-responsive {
    border: none;
}
.btn.info {
    cursor: default;
}


.panel.toolbar {
    max-width: 700px;
    border-radius: 0;
    position: relative;
    border: 0px;
    background: #f2f2f2;
}
.panel.toolbar .panel-heading.panel-nav {
    padding: 0;
    background-color: #1C8EDB;
}
.panel.toolbar .panel-heading.panel-nav .btn {
    border-radius: 0;
}
.panel-body ul li {
    display: inline;
}
.toolbar ul {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    background: #009bdd;
}
.toolbar ul li {
    float: left;
    list-style-type: none;
}
.toolbar ul li a {
	font-family: "Open Sans", Arial, Verdana;
	font-weight: 300;
    line-height: 36px;
    padding: 0 15px;
    border-right: 1px solid #fff;
    color: #FFFFFF;
    background: #009bdd;
    display: inline-block;
}
.harvest-record {
    max-width: 900px;
}
.harvest-record .panel-title {
    word-wrap: break-word;
    font-family: Helvetica;
}
.toolbar a:hover {
    background: #65c9f4;
    border-color: #65c9f4;
}
.toolbar a.harvest:hover {
    background: #19b11e;
    border-color: #19b11e;
}

.toolbar a.manage:hover {
    background: #19b11e;
    border-color: #19b11e;
}
.toolbar a.delete:hover {
    background: red;
    border-color: red;
}
.toolbar .panel-heading {
    border-radius: 0;
    background: #7f7f7f;
    border: 0px;
    color: #FFF;
    font-size: 16px;
}
.toolbar .panel-heading a {
    color: #FFF;
    font-size: 14px;
}

/*  harvesting  */
td.manage {
    background: #2587cf;
    
}
td.manage a {
    color: white;
}
.migration .record {
    border: 3px solid #dfdfdf;
    margin-bottom: 50px;
}

.panel.harvest-record {
    position: relative;
    border-radius: 0;
    border: 4px solid #2587cf;
}
.panel.harvest-record .panel-heading {
    position: relative;
}

.panel.harvest-record .alert {
    display: none;
}
.panel-title .light {
    color: #808080;
}
.harvest-record .panel-heading.layer-assignment .breadcrumb {
    margin: 0;
    padding-left: 0;
}
.harvest-record .breadcrumb li {
    color: #009bdd;
    
}
.alert.alert-message {
    background: none;
    font-size: 12px;
    color: #333;
    background: #d9edf7;
    border: none;
    padding: 3px;
}


.blue-box-advanced {
    padding-right: 25px;
}
.blue-box-geography {
    position: relative;
    background: #e1f4fa;
    border: 1px solid #c9ecf8;
    padding: 12px;
    width: 28%;
}
.search-box-geography {
    position: relative;
    background: #e1f4fa;
    border: 1px solid #c9ecf8;
    padding: 12px;
    width: 100%;
}
.blue-box-geography .feedback {
    display: none;
    width: 170px;
}

.selected-places {
    color: #3f424b;
    font-weight: 400;
    padding: 20px;
    font-size: 14px;
}

ul.state-columns {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.geography-selection td.selector {
    padding-right: 25px;
}



/* Set the fixed height of the footer here */
.push-150 {
    height: 150px;
}
.push-250 {
    height: 250px;
}
.push {
	height: 300px;
}
#footer {
    position: relative;
    min-height: 170px;
    background: #444;
    color: #FFF;
    padding-top:20px;
    padding-bottom:40px;
    z-index: 999;
}
#footer.map {
    display:none;
}

#footer .container {
    color: white;
    font-weight: 100;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom:40px;
    font-family: Roboto;
}
#footer .container label {
    font-weight: 400;
    display: block;
}
#footer .container a {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 22px;
}

.copyright {
    text-align: center;
    width: 100%;
    color: #b5b5b5;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 5;
}
.chicklets.sharethis {
    color: white;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        position: relative;
        min-height: 170px;
        background: #444;
        color: #FFF;
        padding:20px;
        z-index: 1000;
    }
    div.homebg h1 {
        padding: 40px 0 100px 0;
    }

}




.gisi .table.directory-table td {
    padding: 15px;
}



.text-required {
	color: #ff4400;
	font-style: italic;
	font-weight: normal;
}
.text-danger {
	color: #ff4400;
}
.text-danger:hover {
	color: #ff4400;
}
