html {
	position: relative;
	min-height: 100%;
}

body{
	margin-bottom: 60px;
	background-color: #F4EDE7;
}

/* experimental */

.input-group.hidden-xs.hidden-sm{
    font-size: 20px;
    position: absolute;
    top: -3px;
}

.glyphicon.glyphicon-search{
    font-size: 18px;
}

/* end of experimental */

.header-title img {
    height: 35px;
}

.geo-info-box .col-md-4{
	border: 1px solid #c6c6c6;
	background-color: white;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-top: 5px solid #65A3D0;
	padding: 10px;
}

.header-title{
	margin-top: 10px;
}

.top-header .navbar{
	margin-bottom: 0;
}
.top-header .navbar .container-fluid{
	padding-right: 0;
}
.top-header .navbar .desktop-collapse{
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #dbcfc3;
}


.top-header .navbar-nav li a{
	color: #505050;
	padding-top: 25px;
	border-right: 1px solid #dbcfc3;
	border-left: 1px solid #fff;
}

.top-header .navbar-nav .active,
.top-header .navbar-nav li a:hover{
	background: #f5eee8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5eee8 0%, #e7dad1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5eee8), color-stop(100%,#e7dad1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5eee8 0%,#e7dad1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eee8', endColorstr='#e7dad1',GradientType=0 ); /* IE6-9 */
}

.top-header a{
	text-decoration: none;
	color: white;
}

.info-box-banner{
	width: 125px;
	height: 105px;
	margin-top: 5px;
	margin-left: 0;
}

.footer-banner{
	height: 90px;
}

.info-box-banner img{
	padding: 5px;
}

.search-container{
	background: #2985ca;
	padding: 8px 0 6px 10px;
	margin: 0 -22px;
	border: 1px solid #0b70b8;
	position: relative;
}

.search-container:before{
	content: "";
	width: 6px;
	height: 5px;
	background: url("https://static.geodatatool.com/img/sidebar-triangle-left.png") no-repeat;
	position: absolute;
	bottom: -6px;
	left: -1px;
}

.search-container:after{
	content: "";
	width: 6px;
	height: 5px;
	background: url("https://static.geodatatool.com/img/sidebar-triangle-right.png") no-repeat;
	position: absolute;
	bottom: -6px;
	right: -1px;
}


.search-container .form-inline {
	margin: 0;
}

.search-container .input-group-addon {
	background: none;
	border: none;
	font-size: 16px;
	color: white;
	text-shadow: 0 -1px 0 #156aa0;
}

.geo-search-btn{
	background-color: #004b82;
	border-color: #ccc;
	color: white;
}

.geo-btn {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.text-record{
	color: #175782;
	font-size: 20px;
}

.sidebar-data{
	font-size: 13px;
	line-height: 30px;
	margin: 10px 0;
}

.icon-bar{
	background-color: gray;
}

.bold{
	font-weight: bold;
	width: 105%;
}

/* */

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.form-inline .input-group > .form-control {
    width: 110%;
}

.top-header .navbar-nav .active{
	border-bottom: 2px solid #000;
}

.mobile-header{
	text-align: center;
	margin-top: 10px;
}

.mobile-header img{
	height: 40px;
}

.text-record-mobile{
	color: #175782;
}

.mobile-button-display-hidden{
	background-color: #2985CA;
	padding: 10px;
	text-align: center;
	color: white;
	margin: 15px 0;
	cursor: pointer;
}

.mobile-search-container{
	background: #2985ca;
	padding: 18px 0 0 20px;
	border: 1px solid #0b70b8;
}

.mobile-search-container input{
	width: 100% !important;
}

.mobile-addon{
	color: white;
	font-weight: bold;
	text-shadow: 0 3px 3px #156AA0;
	font-size: 15px;
	position: absolute;
	top: 5px;
}

.dropdown-menu{
	background-color: #E7DBCF;
}

.ip-info{
	padding: 30px;
	background-color: white;
	border: 2px solid #E7E2DE;
}

.dropdown-menu img {
	margin-right: 10px;
}

.dropdown-menu span {
	font-size: 15px !important;
}

.mobile-nav .mobile-item{
	padding: 10px 0;
}

.mobile-nav .mobile-item a{
	color: #464646;
	text-decoration: none;
}

.mobile-nav{
	text-align: center;
}

.mobile-navbar-container .container{
	border: 1px solid #DFD3C8;
	border-right: none;
	margin-bottom: 5px;
}

.mobile-nav .col-sm-4{
	border-left: 1px solid #fff;
	border-right: 1px solid #dbcfc3;
}


.mobile-nav .active{
	border-bottom: 2px solid #000;
	background: #f5eee8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5eee8 0%, #e7dad1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5eee8), color-stop(100%,#e7dad1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5eee8 0%,#e7dad1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5eee8 0%,#e7dad1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5eee8', endColorstr='#e7dad1',GradientType=0 ); /* IE6-9 */
}

.mobile-languages{
	margin: 15px 0;
}

.mobile-languages .col-sm-6{
	background-color: #E9DFD5;
	padding: 10px;
	border-right: 10px solid #f4ede7;
}

.mobile-languages .col-sm-6:hover{
	background-color: #F4EDE7;
}

.mobile-languages a{
	color: #464646;
}

.mobile-languages-container .container{
	margin-bottom: 10px;
}

.mobile-languages .row{
	margin-top: 10px;
}

.top-header .navbar-nav li a {
	padding-top:10px
}

.dropdown-menu > li > a{
	padding: 5px 15px
}

.dropdown-menu span{
	font-size: 14px;
}

.dropdown-menu{
	padding: 0;
}

.footer{
	background-color: #fff;
}

nav{
	font-size: 13px;
}