@import url("bootstrap.min.css");

html,
body {
    height: 100%;
}

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

    background-color: #ecf0f1;

}

.wrap > .container {
    padding: 60px 5px 5px;
}

/*-- Jumbotron tweaks --*/

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

/*-- Sorting --*/

/* 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";
}

/*-- Other --*/

.grid-view th {
    /* white-space: nowrap; */
	font-size: 13px;
}
.grid-view tr {
    /* white-space: nowrap; */
	font-size: 13px;
}
.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;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #800080;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #4c4cff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 1px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

#visits-visit_type.form-control, 
#visits-person_id.form-control , 
#visits-station_id.form-control , 
#visits-station-status_report_id.form-control, 
#installations-building_id.form-control, 
#installations-network_id.form-control,
#installations-recorder_id.form-control,
#installations-sensor_id.form-control,
#installations-site_id.form-control,
#installations-station_id.form-control {
	width: 100%;
}

#visits-visit_datetime.form-control,
#installations-install_date.form-control, 
#installations-uninstall_date.form-control {
	width: 100%;
}

#installations-geometry.form-control{
	width:40%;
	height:160px;
}
div.form-control{
	padding: 0;
	border: 0;
}
.field-sitessearch-geophysicalsurveys-survey_year .control-label,
.field-sitessearch-sitesresponses-survey_year .control-label,
.field-sitessearch-boreholes-survey_year .control-label,
.field-sitessearch-geophysicalsurveys-survey_year .checkbox,
.field-sitessearch-sitesresponses-survey_year .checkbox,
.field-sitessearch-boreholes-survey_year .checkbox{
	margin: 0;
}

.field-sitessearch-sitesresponses-survey_year .control-label,
.field-sitessearch-boreholes-survey_year .control-label{
	height: 0px;
}

.field-sitessearch-sitesresponses-survey_year ,
.field-sitessearch-boreholes-survey_year {
	/* height: 20px; */
	margin-top: -20px;
}

.help-block{
	margin: 0;
}

.form-control{
padding: 4px 6px;
height:30px;
}
.form-group{
	margin-bottom:5px;
}

#modalButton,
#modalButton_installation_buildings,
#modalButton_installation_networks, 
#modalButton_installation_recorders,
#modalButton_installation_sensors,
#modalButton_installation_sites,
#modalButton_installation_stations,
#modalButton_visit_person, 
#modalButton_visit_station_status_reports,
#modalButton_visit_stations {
background: #3498db;
border-color: #3498db;
font-weight: bold;
font-size: 14px;
/* float: right; */
}

/* #map-container { 
padding: 0;
padding: 0;
margin: 0 0 1em 0;
float: none;
} */

#map-container {
position: relative;
padding-bottom: 26.25%;
padding-top: 30px;
overflow: hidden;
width: 100%;
height: 100%;
}

#gmap0-map-canvas {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#map-container::after{
	clear: both;
} 

.btn-front1 {
    font-size: 16px;
    padding: 10px;
	margin: 10px;
	background: #34495e;
	border-color: #34495e;
	display:inline-block;
	width: 160px;
	/*height: 60px; */
}
.btn-front1:hover
{
background-image:none;
background-color:#7f8c8d;
border-color: #7f8c8d;
}
.btn-front2 {
    font-size: 16px;
    padding: 10px;
	margin: 10px;
	background: #1d9c86;
	border-color: #1d9c86;
	display:inline-block;
	width: 160px;
	/*height: 60px; */
	background-image: none;
}
.btn-front2:hover
{
background-image:none;
background-color:#7f8c8d;
border-color: #7f8c8d;
}
.btn-front3 {
    font-size: 16px;
    padding: 10px;
	margin: 10px;
	background: #ff6600;
	border-color: #ff6600;
	display:inline-block;
	width: 160px;
	/*height: 60px; */
}
.btn-front3:hover
{
background-image:none;
background-color:#7f8c8d;
border-color: #7f8c8d;
}
.btn-content {
    font-size: 18px;
    padding: 10px;
	margin: 10px;
	/* background-image: linear-gradient(#c0392b, #e74c3c 60%, #e74c3c); */
	display:inline-block;
	width: 240px;
	height: 60px;
}
.navbar {
    background-image: linear-gradient(#2c3e50, #2c3e50 100%, #2c3e50);
	}
h2{
color: #2c3e50;
}
thead {
background-color: #6d6571;
color: white;
}
