html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap-print {
   /* min-height: 100%;
    height: auto;*/
	/*max-width: 800px;*/
}

.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: 20px;
	text-align: center;
}

.language-selector {
	position: absolute;
	top: 15px;
	right: 15px;
}


.footer {
    /*height: 80px;*/
    background-color: #008476;
    border-top: 1px solid #015249;
    padding-top: 10px;
	color: #fff;
}
.footer p{
	font-size: 85%;
}
.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-container{
	min-height: 500px;
	margin-bottom: 20px;
}
#map {
	height: 100%;
	min-height: 500px;
}



.panel-default > .panel-heading {
	background-color: #00b0f0;
	color: #fff;
}

.panel-group {
	/*padding-top: 20px;*/
}

#mapSearch .loading{
	display: none;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}



.layers {
	min-height: 500px;
}

.field-group .form-group {
	margin-left: 20px;
}

.form-group.required label:after
{
	
}


.navbar-inverse {
	background-color: #00a0e3;
    border-color: #00709f;
    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;
}

/*	ВНИМАНИЕ !!!!!	*/
/*	Это основные цвета для сайта!	*/
/*	#00a0e3	*/
/*	#008476	*/



.field-form-scope_other {
	display: none;
}

.search-results .result-title{
	margin: 30px 0 0px;
}
.search-results .result-title a{
	color: #00a0e3;
}
.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;
}

.map-infowindow h1{
	font-size: 18px;
	margin: 10px 0;
}

.partners img {
	margin: 10px 0;
}
