body {
  padding-bottom: 40px;
}

.form-signin {
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-group {
    margin-bottom:6px;
}
.form-group .error {
    font-style:italic;
    color:red;
    font-size:11px;
    padding-top:8px;
    text-align:left;    
}
.form-signin .btn {
    margin-top:20px;
}
.form-control[readonly] {
    cursor: default;
    background-color: #FFF;
}
h5 {
    line-height: 20px;
    margin-top:12px;
}
h5 span {
    color:#006dcc;
}
.flash-message{
    border: 1px solid #E9E2C0;
    border-radius: 4px;
    margin-bottom:25px;
}
.col-lg-offset-4 p {
    margin-bottom:3px;
}
.center-word{
    text-align:center;
}
a {
    text-decoration: none !important;
}
footer{
    padding-top: 40px;
}
.col-lg-4 a .fa{
    font-size: 50px;
    margin-right: 15px;
}
.ellipsis{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.center-vertical{
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.background-login{
    background: #484848;
    color: #FFF;
}

.dataTable thead td,
.dataTable thead th,
.dataTable tbody td,
.dataTable tbody th {
    white-space: pre;
}

.footer-space{
    text-align: center;
    margin-bottom: 50px;
}

#map-canvas {
    width: auto;
    height: 500px;
}

#info {
    color: #222;
}

.lngLat {
    color: #fff;
    margin-bottom: 5px;
}

.lngLat .one {
    padding-left: 250px;
}

.lngLat .two {
    padding-left: 34px;
}

#clipboard-btn {
    float: left;
    margin-right: 10px;
    padding: 6px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#info {
    height: 140px;
    float: left;
    margin-bottom: 30px;
    border: solid 2px #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 2px 5px #444;
    -webkit-box-shadow: inset 0 2px 5px #444;
    box-shadow: inset 0 2px 5px #444;
}

#info, .lngLat {
    font-family: arial, sans-serif;
    font-size: 12px;
    padding-top: 10px;
    width: 270px;
}

.reload{
    background: url(../image/load.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9999999999999;
    background-position: center;
    background-color: #FFF;
    opacity: 0.6;
}

