::selection,
a {
    color: #2d77e0
}

.Subhead1,
ol,
p {
    font-style: normal;
    font-family: "cuprum" sans;
}

h3,
h4 {
    color: #2d3a65;
    font-family: "cuprum" sans;
}

.btn-search,
.btn-search:hover,
a:hover,
ol,
p {
    text-decoration: none
}

.Subhead1 {
    font-weight: 700
}

body {
    font-family: sans-serif;
    padding: 0;
    margin: 0
}

::selection {
    background: #fd9800
}

::-moz-selection {
    background: #fd9800;
    color: #2d77e0
}

a {
    padding: 1px 3px
}

ol,
p {
    font-size: 10pt;
    color: #181b32;
    font-weight: 400
}

#search-title,
.btn-search,
h3,
h4,
td.name {
    font-weight: 700
}

h3 {
    font-size: 15pt
}

#search-title {
    padding: 5px 0 5px 10px;
    margin: 5px 0
}

.panel {
    border: none
}

.panel-group,
.panel-group .panel+.panel {
    margin-top: 0
}

fieldset {
    width: 90%;
    margin: auto!important
}

table.userEntry {
    width: 100%
}

td {
    padding-bottom: 10px
}

td.name {
    width: 34%;
    color: #3c9ac1
}

.btn-search {
    background: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
    background-image: -moz-linear-gradient(top, #fff, #ebebeb);
    background-image: -ms-linear-gradient(top, #fff, #ebebeb);
    background-image: -o-linear-gradient(top, #fff, #ebebeb);
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #404040;
    font-size: 15px;
    padding: 7px;
    border: 1px solid #ccc
}

.btn-search:hover {
    background: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #c9c9c9);
    background-image: -moz-linear-gradient(top, #fff, #c9c9c9);
    background-image: -ms-linear-gradient(top, #fff, #c9c9c9);
    background-image: -o-linear-gradient(top, #fff, #c9c9c9);
    background-image: linear-gradient(to bottom, #fff, #c9c9c9)
}

#top-menu,
button.menu-button {
    background-image: linear-gradient(to bottom, #44888e 0, #1f777f 100%)
}

td.value {
    width: 66%
}

div.searchContent {
    padding-top: 10px;
    padding-bottom: 10px
}

input[name=OBKey__123_1],
input[name=OBKey__183_1],
input[name=OBKey__191_1],
input[name=OBKey__1_1] {
    text-transform: uppercase
}

#top-menu {
    height: 100%
}

#search-title {
    color: #f4f0e7
}

label.error {
    padding-top: 5px;
    color: #e00b00
}

button.menu-button {
    height: 40px;
    border: none;
    font-weight: 700;
    color: #f4f0e7
}

button.menu-button:hover {
    background-image: linear-gradient(to bottom, #2a949e 0, #1f777f 100%);
    color: #f4f0e7;
    border: none
}

button.menu-button:focus {
    color: #f4f0e7;
    outline-style: none
}

div.menu-button {
    height: 100%
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0
}

.searchContent {
    width: 100%;
    background-color: #f6f2eb;
    border-radius: 1em;
    border-width: .1em;
    border-color: #dacca8;
    border-style: solid
}
div.thru {
    display:inline-block;
    width:20%;
    font-weight: 700;
    color:#3c9ac1;
    text-align:center;
}

@media (max-width:767px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;/*50%;*/
        vertical-align: middle
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
}
/*@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: 42%;
        vertical-align: middle;
    }
}*/