.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="email"]:focus {
  z-index: 2;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin select{
  margin-bottom: 10px;
}

.center{
  text-align: center;
}

.change-themes-list .active{
  font-weight: bold;
}

.strong{
  font-weight: bold;
}

/* Modal outline fix */
*:focus,
a:focus{
  outline: none;
}

.users_login #wrapper{
    padding-left: 0;
}

.form-error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.form-group.error .error-message{
    display: inline-block;
    margin: 5px 0 5px 0;
    font-weight: bold;
    color: #a94442;
}

.panel-heading a:hover{text-decoration: none;}
.panel-heading a:focus{text-decoration: none;}

.container-fluid {
    border: 1px solid #aaa;
    margin: 10px;
}
.routeSelectDark {
   background-color: #ccc;
}
.col-sm-2 {
    height: 50px;
}
.col-sm-3 {
    height: 50px;
}
.col-sm-6 {
    height: 50px;
}
.col-sm-8 {
    height: 50px;
}
.col-sm-10 {
    height: 50px;
}
#toplogo {
    padding-top: 10px;
}
#messages {
    padding-top: 19px;
    text-align: right;
    margin: 0px 0px 10px 0px;
}
#DeviceSelect {
    width: 100%;
    color: #000;
    margin-bottom:5px;
    /* background-color: #ccc; */
}
#autorefresh {
    width: 100%;
    margin-bottom:5px;
}
#refresh {
    width: 100%;
    margin-bottom:5px;
}
#viewall {
    width: 100%;
    margin-bottom:5px;
}
.autorefreshdiv {
    text-align: center;
}
.refreshdiv {
    text-align: center;
}
.viewalldiv {
    text-align: center;
}
@media only screen and (min-width : 768px) {
    .container {
        margin-top: 25px;
    }

    .autorefreshdiv {
        text-align: left;
    }

    .refreshdiv {
        text-align: center;
    }
    .viewalldiv {
        text-align: right;
    }
}
#map-canvas {
    border: 1px solid #000;
    width: 100%;
    height: 640px;
}
#mapdiv {
    height: 655px;
}
#selectdiv {
       margin-bottom: 10px;
}
#halimage {
    vertical-align:middle;
    width: 37px;
    height: 37px;
    margin-bottom: 5px;
}

/* User view - Avatar reponsive position */
div[media] {
    float: right;
    margin: 0 -20px 0 0;
}
@media only screen and (max-width: 792px) {
	div[media] {
    float: inherit;
    margin: 10px 0 10px 15px;
  }
}
/* --- */