html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
    padding: 15px 15px 20px;
}

.logo {
	text-align: center;
}

.site-name {
	padding-top: 50px;
	font-family: 'PT Sans', sans-serif;
}

.site-name p.row1{
	/*line-height: 200px;*/
	font-size: 30px;
	text-align: center;
}
.site-name p.row2{
	/*line-height: 200px;*/
	font-size: 26px;
	text-align: center;
}

.footer {
    background-color: #fff;
    /* border-top: 3px solid #0089e1; */
    border-top: 3px solid #53777a;
    padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.footer p{
	font-size: 120%;
}
.footer p a{
	color: #fff;
	text-decoration: underline;
}
.footer p a:hover{
	text-decoration: none;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Roman */
#map {height: 500px;}

.panel-default > .panel-heading {
	background-color: #07536d;
	color: #fff;
}

.panel-group {
	/*padding-top: 20px;*/
}

#mapSearch .loading{
	display: none;
	background-image: url('/img/loading2.gif');
	width: 48px;
	height: 48px;
	margin: 0 auto;
}



.layers {
	min-height: 500px;
}

.field-group .form-group {
	margin-left: 20px;
}


.navbar-inverse {
	/* background-color: #00a0e3; */	/*	original */
    /* border-color: #00709f; */		/*	original */
	/* background-color: #a7dbd8; */	/*	v1 */
    /* border-color: #66CCCC; */		/*	v1 */
	background-color: #07536d;
    border-color: #333333;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .btn-link,
.navbar-inverse .navbar-brand   {
	color: #fff;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.nav li > form > button.logout:hover {
	color: #fff;
    /* background-color: #00709f; */		/* original */
    /* background-color: #6ba6a3; */		/* v1 */
    background-color: #c2c923;
}

/*	ВНИМАНИЕ !!!!!	*/
/*	Это основные цвета для сайта!	*/
/*	#00a0e3	*/
/*	#008476	*/

.btn-primary{
	background-color: #c2c923;
	border-color: #9EA82C;
}
.btn-primary:hover{
	background-color: #DAE151;
	border-color: #9EA82C;
}
.pagination > li > a,
.pagination > li > span {
    color: #53777a;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #c2c923;
    border-color: #9EA82C;
}

.field-form-scope_other {
	display: none;
}

.search-results .result-title{
	margin: 30px 0 0px;
}
.search-results .result-title a{
	/* color: #00a0e3; */
	color: #53777a;
}
.search-results .geo span{
	color: #808080;
	font-size: 13px;
}
.search-results .result-text a,
.search-results .result-text a:hover{
	color: #000;
	text-decoration: none;
}
.search-results .summary{
	margin: 20px 0;
}

#legend{
	margin: 20px 0;
}
#legend h3 {
	margin-top: 0;
}
#legend span {
	padding-right: 20px;
}

.data-form #data-category label{
	font-weight: 400;
	display: block;
}

/* Language Selection */
.language-selection {
    margin-left: 15px;
}