@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
  font-size: 0.7em;
}
.rwd-table tr {
  border-color: #fff;
  //border-color: #46637f;
  background: #3e6ca7;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    //padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}

.blocked {
  margin: auto;
  width: 80%;
  border: 3px solid #A00000;
  padding: 10px;
  text-align: center;
  margin-bottom:50px;
}

.button-go {
  width:200px;
}

.nav-button {
  width: 50px;
}

.pagenav {
	padding-bottom: 100px;
}

.pagenav li {
  float: left;
  border-style: none none solid solid;
  margin-right: 5px;

  text-align: center;
  border-color: lightblue;
  border-width: 1px;
}

.pagenav ul {
	list-style-type: none;
	padding-left: 10px;
}
.pagenav li a {
	line-height: 10px;
	padding: 10px 20px;
	display: block;
	border-bottom: 0px solid #68B3C8;
}

.pagenav li a.rex-current {
	background: #ecebe6;
}

.divcell {
  margin: 1px;
  float:left;
  min-height:20px;
}

.divcell.divcelltitle {
  font-weight: bold;
  font-size: 0.9em;
}

.divcell.divcellright {
  text-align: right;
}

.divcell.divcellcenter {
  text-align: center;
}

.divcell.divcellleft {
  text-align: left;
}

.poscontainer {
  width:80%;
  min-height: 30px;
  background-color:lightblue;
  border-color:black;
  border-width:1px;
  border-style: solid;
  margin:2px;
}

.SrvBtn {
  float:left;
    display:inline-block;
    font-size:0.8em;
    color:#444;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;

}

.ifield {
  width:90%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  }

.ifield.short {
  width:100px;
}
