body {
    -webkit-overflow-scrolling: touch;
}

.bar .btn-link {
    color: #b0b0b0;
}

.headerTable {
    background-color: #215b33;
    width: 100%;
}

.headerTitle {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    width: 100%;
}

.headerLogo img {
    margin-top: 5px;
    margin-left: 30px;
    height: 20px;
}

.headerBackButton {
    color: #b0b0b0;
    font-size: 14px;
    padding: 0px;
    padding-left: 5px;
    width: 55px;
}

.headerBtnCell {
    min-width: 55px;
}

.backCtrl {
    display: table-row;
}

.backCtrl span {
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
}

.bar-footer>table {
    width: 100%;
}

.copyright {
    text-align: right;
    font-size: 9px;
    font-family: 'Rubik', sans-serif;
    color: #215b33;
}

.footer-logo {
    height: 14px;
}

.btn-logo {
    position: absolute;
    right: 10px;
    z-index: 20;
    height: 100%;
}

.btn-logo>img {
    padding-top: 7px;
}

.input-row label+input {
    font-size: 14px;
    padding: 0 15px;
    width: 65%;
}

.input-row label+select {
    float: right;
    width: 65%;
    margin-bottom: 0;
    height: 35px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.input-group label {
    padding: 0px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    border: none;
}

.input-group input {
    padding: 0px;
    padding-left: 13px;
    font-weight: normal;
    text-decoration: none;
    border: none;
    height: 29px;
}

.input-group select {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-appearance: menulist;
}

.input-group tr {
    border: 1px;
    border-color: #DDD;
    border-bottom-style: solid;
}

.input-group p {
    margin: 10px;
    font-size: 17px;
}

.input-row-top {
    margin-top: 44px;
}

.result-container {
    width: 100%;
    position: absolute;
    top: 111px;
    bottom: 0;
    margin: 0;
}

.result-scrollable-container {
    overflow: auto;
    height: 100%;
    margin: 0;
}

.result-container .table-view-cell {
    padding: 11px;
}

.result-table {
    width: 100%;
}

.tabControl {
    background: #215b33;
    width: 100%;
    padding-bottom: 5px;
}

.tabControl table {
    border-style: solid;
    border-color: #F7D320;
    border-width: 1px;
    margin: 0 auto;
}

.tabControl button {
    background: transparent;
    border-style: solid;
    border-color: #F7D320;
    border-width: 0px;
    border-left-width: 1px;
    color: #F7D320;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tabControl .first-button {
    border-left-width: 0px;
}

.tabControl td.active {
    background: #F7D320;
}

.tabControl td.active button {
    color: #215b33;
    font-weight: bold;
}

.tabControl button:focus {
    outline: none;
}

.tab-container {
    overflow: auto;
    height: 100%;
    margin: 0;
}

.paging-table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}

.paging-text {
    color: #777;
    font-size: 14px;
}

.paging-btn {
    background: none;
    border: none;
    display: none;
}

.result-image {
    height: 42px;
    width: 42px;
    margin-right: 15px;
    text-align: left;
}

.locationControl {
    padding-bottom: 5px;
    background-color: #215b33;
}

.locationControl table {
    width: 100%;
}

.locationControl span {
    color: #F7D320;
}

.locationControl td {
    text-align: center;
}

.locationControl img {
    margin-left: 1px;
    margin-bottom: 1px;
}

.hidden {
    display: none;
}