/*

#search ul[data-role="listview"] 
{
	margin-top: 0px;
}

#navbar-button-search .ui-icon, #navbar-button-browse .ui-icon {
  width: 36px; height: 36px;
  -moz-box-shadow: 0px 0px 0 rgba(255,255,255,.4);
  -webkit-box-shadow: 0px 0px 0 rgba(255, 255, 255, .4);
  box-shadow: 0px 0px 0 rgba(255, 255, 255, .4);
  margin-left: -17px;
}

#navbar-button-search .ui-icon { background: url(images/search.png) no-repeat; }
#navbar-button-browse .ui-icon { background: url(images/browse.png) no-repeat; }

.ui-br { border: 0px!important; }
.swb-logo { text-align: center; }

.ui-navbar li .ui-btn-icon-top .ui-btn-inner { padding-top: 40px; }

.hiddenPassword { font-size: bigger; font-weight: bold; text-align: center; }
*/

@import "font-awesome.css";

body {
  padding-right: 20px;
  padding-left: 20px;
}

.input-large, .input-xlarge, .input-xxlarge, 
input[class*="span"], select[class*="span"], 
textarea[class*="span"], .uneditable-input {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo {
  text-align: center; margin-bottom: 20px;
}

.desktop-version-link { text-align: center; font-size: 1em; }

.navigation {
  background-color: #444; padding: 5px 20px; margin: 0px -20px 0px -20px;
  height: 30px; height: 38px;
  background-image: url(../images/swb24.png); background-repeat: no-repeat;
  background-position: 98% 50%; border-bottom: 2px solid #222;
}
.navigation .btn { border: 2px solid #222; }
.navigation .btn span { margin-left: 8px; }
.page { margin-top: 20px; display:none; }

[class^="icon-"], [class*=" icon-"] { 
  margin: 6px 0px 0px 0px;
  padding-right: 4px;
}
.html5 .icon-large, .html5 [class^="icon-"], .html5 [class*=" icon-"] { 
  background-position: -1000px -1000px; 
}
.nohtml5 [class^="icon-"]::before, .nohtml5 [class*=" icon-"]::before {
  display: none;
}
.nohtml5 [class^="icon-"], .nohtml5 [class*=" icon-"] {
  margin-top: 4px;
}

h1 {
  position: absolute; top: 2px; right: 10%; z-index: 300; 
  font-size: 1.2em; line-height: 1.0em; color: #ddd;
  text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
  text-align: right; width: 60%;
}
#login-page h1, #search-page h1, #browse-page h1, #swb-password-page h1 {
  display: none;
}

#login-page input { margin-bottom: 10px; }
#login-page p { margin: 10px 0px 20px 0px; }

.loading {
  position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: none;
}

.loading img { display: block; margin: 200px auto; }

.listview { margin: 10px -20px; border-top: 1px solid silver; }
#browse-page .listview, #safebox-page .listview, #browse-group-page .listview { margin-top: 0px; }
#browse-page, #safebox-page, #browse-group-page { margin-top: 0px; }

.listview li {
  list-style-type: none; padding: 0px;
}
.listview li a {
  display: block; width: 100%; padding: 10px 0px; border-bottom: 1px solid silver;
  background-color: #f1f1f1;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.listview li a:hover {
  text-decoration: none;
}
.listview li a img {
  margin: 0px 10px 0px 20px;
}
.listview i.icon-chevron-right { float: right; margin: 4px 8px; opacity: 0.4; }

#search-page .listview i { margin: 20px 8px 0px 0px; }

.listview li.no-data { text-align: center; padding: 1em; font-weight: bold; }

#stations-list ul.listview li{
  margin-left: 0px;
}

#stations-list ul.listview li a {
  line-height: 20px;
  padding-left: 20px;
  width: calc(100% - 20px);
}

#stations-list .listview li a span:not(:first-of-type){
  color: #000;
  font-size: 75%;
  line-height: 15px;
}

#stations-list .listview li a span.right {
  float: right;
  padding-right: 10px;
}

#stations-list .listview li a span.left {
  float: left;
  padding-left: 10px;
}

@media only screen and (max-width: 760px) {
  .navigation a span { display: none; }
}

.page { width: 100%; }
.login-div { width: 750px; margin: 20px auto; }

@media only screen and (max-width: 768px) {
  .page { width: 100%; }
  .login-div { width: 100%; margin: 0px; }
}

.safe-name {
  font-size: smaller; color: #666; display: block; padding-left: 50px;
}


/* Property view */

.propertyview .value {
  padding: 0px 0px 10px 50px; color: #666;
  border-bottom: 1px solid silver;
}
.showpassword { text-align: center; padding-bottom: 25px; }
.showpassword .btn { width: 80%; }


.hiddenPassword {
  text-align: center;
  padding: 20px;

  font-family: LibreBaskerville;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;

 /* font-smoothing: antialiased; */
  font-weight: bold;
  font-size: 1.4em;
}


/* Messages */

.msg-default {
  background-color: #eee; border: 1px solid #aaa;
  padding: .5em; margin-top: 1em;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;  
}

.msg-info , .msg-error, .msg-warning, .msg-success {
  display: block; padding: .5em 0px .5em 20px; margin-top: 1em;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;	
	margin-right: 6px;
  background-position: 10px 13px;
  padding-left: 35px;
}
.msg-success { background-image: url("../img/ico16/success.png?stms=2"); background-color: #e1efda; border: 1px solid #c4d9b6; }
.msg-info { background-image: url("../img/ico16/info.png?stms=2"); background-color: #efefda; border: 1px solid #c4d9b6; }
.msg-error { background-image: url("../img/ico16/error.png?stms=2"); background-color: #efdada; border: 1px solid #d9b6b6; }
.msg-warning { background-image: url("../img/ico16/warning.png?stms=2"); background-color: #ffffda; border: 1px solid #f9f9b6; }

.msg-warning.msg-buttons { 	font-size: 1.5em; background-position: 10px .75em; }
div.messages { margin-bottom: .5em; display: none;}

.fld-tags {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 12px;
    white-space: nowrap;
    background-color: #999;
    padding: 4px 10px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #ffcd36;
    color: #000;
}

.loggedin-nav { display: none; }

.shadow {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.25);
}

.info-box-popup {
  position: absolute;
  display: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  padding: .6em 1.5em .6em 1em;
  background-color: #fafafa;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  z-index: 1005; }

.buttons button {
    margin-top: 5px;
}
.buttons {
    margin-top: -5px;
}

#stations-page p.left{
  width: calc(40% - 10px);
  float: left;
}
 
#stations-page p.right{
  width: calc(60% - 10px);
  float: right;
}

#sort-input {
  width: calc(100% - 36px);
}

#switch-sort {
  float: right;
  padding: 0px;
  top: 20px;
  position: relative;
  height: 28px;
  width: 28px;
}

#switch-sort::before {
  position: relative;
  top:8px;
  right: -1px;
}

.icon-computer {
  background-image: url(../images/station.png);
  width: 20px;
  height: 20px;
  background-position: 0px 0px !important;
  margin: 0px;
  padding: 0px ;
}