@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

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

body {
  padding-top: 70px;
  padding-bottom: 30px;
  font-family: 'Montserrat', sans-serif !important;
	background: url(/li/images/background.png)no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
    min-height:100%;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.panel-title {
    font-size: 24px;
}

.main-w3layouts-form {
	margin: 2em auto 0;
	width: 80%;
	background: rgba(0, 0, 0, 0.70);
	padding: 2.3em 2em;
}


.main-w3layouts-form input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	border: none;
	color: #fff;
	background: #3dace1;
	padding: 0.7em 3em;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.main-w3layouts-form input[type="submit"]:hover {
	background: #ffcc54;
	color: #000;
}


.fields-w3-agileits {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 12px 12px 12px 4px;
	background: rgba(132, 132, 132, 0.27);
}


.fa-bigger span {
	font-size: 50px;
}

.jumbotron {
    background-image: url('/img/maps_bg_light.png'); 
    background-repeat: repeat-y; 
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}


.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

.wrapthis {
    vertical-align: top;
    font: normal 9pt;
    padding: 10px;
    max-width: 100px;
    word-wrap: break-word;
}
.wrapbig {
    vertical-align: top;
    font: normal 9pt;
    padding: 10px;
    max-width: 100%;
    word-wrap: break-word;
}

.small_odo {
	font-size: 18px;
}

.fullscreen {
   position: absolute; 
   top: 0; 
   left: 0;
   right:0;
   bottom:0;
   z-index: 1000000;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:240px;
}

.map_fullscreen {
   height: 100%;
   width:100%;
}

.relative_body {
    position: relative;
     float: left;
   height: 100%;
   width:100%;
}

.aright {
    text-align: right;
}

.panel-deep-red {
    color: #f2dede !important;
    background-color: #a94442 !important;
}

.panel-deep-red {
    color: #f2fefe !important;
    background-color: #a94442 !important;
}

.border-deep-red {
    border-color: #a94442 !important;
}

.center {
    text-align: center;
}

.sht1Chart{
    height:400px;
}