﻿.validation-message {
    color: red;
}

.agent-form {
    width: 500px;
}

.preloader {
    left: 0;
}

#example23_info, #example23_paginate {
    float: right;
}

#table-search {
    display: inline-block;
}

#table-buttons {
    padding-top: 0;
    float: right;
}

#show-rows-label {
    display: inline-flex;
}

#myTable_length {
    margin-left: 10px;
}

#page-chnager-ul {
    float: right;
    margin-bottom: 0px;
    margin-right: 9px;
}

.open > .dropdown-menu {
    display: block;
}

#search-a {
    margin: 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: #fb9678;
    display: block;
    padding-left: 20px;
}

#search-a:hover {
    color: #794040;
}

#search-input {
    position: absolute;
    margin-left: -20px;
}

#search-a:hover {
    cursor: pointer !important;
}

.form-control:focus, .dropdown-toggle:focus, .page-link:focus {
    box-shadow: none;
}

.sort-table {
    margin-left: 5px;
}

.dark-logo, .light-logo {
    width: 70%;
    padding: 10px;
}

.table-top-wrapper, #table-search, #example23_paginate, #show-rows-div {
    padding-right: 0px;
    padding-left: 0px;
}

.label-info, .label-warning, .label-primary, .label-success, .label-inverse, .label-danger {
    width: 100%;
    text-align: center;
}

.table-button {    
    padding: 8px 20px;
    font-size: 16px;
}

.page-changer-a {
    padding: 10px 20px;
    font-size: 16px;
}

.table-search {
    padding: 21px 0 21px 15px;
    font-size: 16px;
}

#base-table-row {
    cursor: pointer;
}

#base-table-row:hover {
    color: #E33806;
}

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
}

.form-control-line {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e9ecef;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../assets/img/downarrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.currency-input {
    width: 75%;
}

.currency-prefix {
    font-size: 18px;
    margin-left: 5px;
}

.clickable-row {
    cursor: pointer;
    background-color: #f5f5f5;
}

.clickable-row:hover {
    color: #E33806;
}

.bid-radio:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.bid-radio:checked {
    background-color: #fb9678;
    border-color: #fb9678;
}

.bid-radio[type=radio] {
    border-radius: 50%;
    height: 40%;
    width: 15%;
}

.bid-radio {
    width: 1.16em;
    height: 1.16em;
    margin-top: 0.17em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    appearance: none;
}

.bid-type {
    text-align: center;
    border: 1px solid #D7DCDE;
    border-radius: 5px;
    height: 100%;
    width: 98%;
}

.disabled-bid-type {
    color: #a9b1b9;
}

.order-status {
    font-size: 12px;
    padding: 8px;
}