@charset "utf-8"; 
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");

.mziq-quotations {
    width: 100%;
    overflow: auto;
}
.mziq-quotations .scroll {
    min-width: 930px;
}

.historyTabularPrices * {
    text-decoration: none;
    font-family: Calibri, 'Open Sans', sans-serif;
}

.historyTitleTicker {
    background: #003249;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Calibri, 'Open Sans', sans-serif;
    border-bottom: 5px solid #7c9aa9;
    color: #fff;
}

.historyTabularPrices .scroll {
    float: left;
    width: 100%;
    overflow: auto;
}

.historyTabularPrices .form-inline {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.historyTabularPrices .form-inline div {
    float: left;
}

.historyTabularPrices .form-inline div label,
.historyTabularPrices .form-inline div input {
    float: left;
    margin-right: 10px;
    color: #666;
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.historyTabularPrices label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
}

.historyTabularPrices .form-control {
    display: block;
    width: 100%;
    max-width: 105px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.historyTabularPrices .form-inline div label.info {
    font-size: 11px;
    float: right;
    margin-left: 10px;
}

.historyTabularPrices .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.historyTabularPrices .form-inline .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
    width: auto;
}

.historyTabularPrices .form-inline .btn-export:hover {
    background-color: #4cae4c;
}

.historyTabularPrices .form-inline .btn-close {
    display: none;
    background-color: #d9534f;
    border-color: #d43f3a;
    float: left;
    width: auto;
}

.historyTabularPrices .form-inline .btn-close:hover {
    background-color: #d43f3a;
}

.historyTabularPrices .fa-close:before {
    content: "\f00d";
    font: 100 17px/1 FontAwesome;
}

.historyTabularPrices .form-inline .btn-default {
    background: #efefef;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #666;
    float: left;
}

.historyTabularPrices .form-inline .btn-default:hover {
    background-color: #dedede;
}

.historyTabularPrices table {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.historyTabularPrices tr th, 
.historyTabularPrices tr td {
    padding: 5px 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #666;
}

.historyTabularPrices tr:nth-child(odd) td {
    background-color: #fcfcfc;
}

.historyTabularPrices tr:hover td {
    background-color: #f5f5f5;
}

.historyTabularPrices tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 1px solid #ddd;
    background: #f2f2f2;
    padding: 10px 8px;
}

.historyTabularPrices .up {
    color: #5cb85c;
}

.historyTabularPrices .down {
    color: #cc0000;
}

.historyTabularPrices .footer {
    width: 100%;
    margin: 10px 0;
    border-bottom: none;
    float: left;
    text-align: right;
    color: #666;
    font-size: 10px;
}
