[data-calculate-width] {
    width: 200px !important;
}

[data-calculate-width] input {
    width: 200px !important;
}

.search-history {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    top: auto;
    left: auto;
    border: 1px solid #e6e6e6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
}

.search-history-show {
    display: block;
}

.search-history-hide {
    display: none;
}

.history-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 1em;
}

.history-item {
    cursor: pointer;
    padding: 0em 0.85em;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    font-size: 0.95rem;
}

.history-item:hover {
    /* Hover State */
    background-color: #f0f0f0;
}

.history-item-selected {
    /* Selected State */
    background-color: #f0f0f0;
}

.history-clear {
    padding: 0em 0.85em;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    font-size: 0.95rem;
}

.history-clear .history-clear-op {
    float: right;
    color: #bf1d20;
}

.history-clear .history-clear-op:link {
    color: #bf1d20;
    text-decoration: none;
}

.history-clear .history-clear-op:visited {
    color: #bf1d20;
}

.history-clear .history-clear-op:hover {
    color: #bf1d20;
    text-decoration: underline;
}

.history-clear .history-clear-op:active {
    color: #bf1d20;
}

.history-clear .history-clear-op img {
    border: none;
}

.history-clear:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: table;
    content: "";
}

.history-clear:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: table;
    content: "";
    clear: both;
}

body {
    background-size: 100% auto;
}

body .form-control {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.5em;
    padding: 0.5em 0.85em;
}

body .btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.5em;
    padding: 0.5em 0.85em;
}

.mainbody {
    padding-bottom: 4em;
    padding-top: 2em;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer .power {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #979797;
}
