﻿html {
    background: url('/Content/Images/bodybg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 92%;
    display: block;
    margin: 0;
    background: none;
    overflow: hidden;
    font-size: 12px;
}
body, body a, body a:hover, body a:focus {
    color: #ffffff;
}

.center_title {
    font-size: 16px;
    text-align: center;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}

.main-content {
    position: relative;
    background-color: rgba(237,239,239,0.3);
    margin: 4%;
    height: 92%;
    width: 92%;
}

.inner-content {
    position: relative;
    width: 65%;
    margin: 0 20%;
    height: 100%;
    overflow: hidden;
}
.inner-sub-content {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -20px;
    overflow-y: scroll;
    overflow-x: hidden;
	padding: 0 5%;
}
.text-content {
    position: relative;
    width: 100%;
    margin: 0 0%;
    padding-bottom: 4.5%;
}

.logo {
    width: 80%;
    margin: 0 10%;
    text-align: center;
}

    .logo img {
        margin-top: 150px;
        margin-bottom: 45px;
        max-width: 100%;
    }

.other_content .logo img {
    margin-top: 90px;
    margin-bottom: 55px;
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 8px 0;
    padding: 0;
}

.btn.btn-primary {
    background-color: rgb(86,183,202);
    color: #edefef;
    border-radius: 0;
    text-decoration: none;
    border: none;
    font-size: 12px;
    width: 70px;
}
/*content */

#other_content, #main_content {
    display: none;
    padding-bottom: 10px;
}
.primary_content {
    margin-top: 30px;
}
.primary_content p{
    margin-top: 65px;
}
/*search group*/
.esrisearch-outer {
    height: 50px;
}

.searchExpandContainer, .searchAnimate, .searchInputGroup {
    width: 100% !important;
    height: 30px !important;
    font-size: 12px !important;
}

.searchInputGroup .searchInput {
    font-size: 16px !important;
    border: 1px solid #556666 !important;
    background: white !important;
    border-radius: 0 !important;
    width: 98% !important;
    height: 48px !important;
    overflow: hidden;
    
    /*margin-right: 10px!important;
margin-bottom: 10px!important;*/
}
.searchInputGroup input {
    padding: 0 0 0 2% !important;
}

.searchBtn.searchSubmit {
    border: 0 !important;
    background-image: url("/Content/Images/Buttons/SearchBig_Active.png");
    background-position: center;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
    padding: 0px 0px !important;
    clear: both;
    position: absolute;
    z-index: 20;
    right: -1px;

}

.searchBtn.searchSubmit:hover {
    background-image: url("/Content/Images/Buttons/SearchBig_Hover.png");
}

.searchBtn.searchSubmit, .searchBtn.searchSubmit:hover {
    background-position: center;
    background-repeat: no-repeat;
}
.searchGroup .searchIcon{ display: none;}
/*modal*/
.modal {
    padding: 0 !important;
    position: absolute;
    margin: 0;
    padding: 0!important;
    z-index: 40;
    overflow: hidden;
    width: 100%;
    color: #556666;

}
.modal h1 {
    font-size: 24px;
    color: #56b7ca;
}
.modal-backdrop {
    display: none;
}
.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin:  0 0 0 2px !important;
}
.modal-content {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: rgb(237,239,239);
    position: absolute;
    overflow: auto;
}
.btn.btn-close {
    background: url("/Content/Images/Buttons/Close_Active.png");
}
.btn.btn-close:hover {
    background: url("/Content/Images/Buttons/Close_Hover.png");
}.btn.btn-close {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
 .btn.btn-close:hover {
    background-position: center;
    background-repeat: no-repeat;
}
.btn.btn-close {
    position:fixed;
    top:2%;
    right: 2%;
    z-index:20;
}
.modal-header {
    border: 0;
}

.modal-body {
    margin: 0 25%;
    width: 50%;
    align-self: center;
    padding: 10px;
}
.modal-body .caption {
    color: #556666;
}
.modal-body .caption p {
    margin: 15px 0;
}
.btn.btn-primary, .alert.alert-warning {
    background-color: rgb(86,183,202);
    color: #edefef;
    border-radius: 0;
    text-decoration: none;
    border: none;
    font-size: 12px;
}
.modal-footer {
    margin: 0 12.5%;
    width: 75%;
    align-self: center;
    padding: 0;
    text-align: left;
    border: 0;
}
.modal-footer div {
    margin-top: 10px;
}
.modal-footer .download {
    display: block;
    height: 30px;
}
.modal-footer .download .center_zoom {
    float: right;
    cursor: pointer;
}
/*help and about styles*/

.modal-body h1 {
    border-bottom: #56b7ca 2px solid;
        line-height: 2;
    margin-bottom: 10px;
}
.modal-body h4 {
    color: #56b7ca;
    line-height: 3;
}
.modal-body a, .modal-body a:hover, .modal-body a:focus {
    color: #556666;
    text-decoration: underline;
}
.searchIcon.esri-icon-search {
    display: none !important;
}