﻿* {
    box-sizing: border-box;
    font-family: 'Segoe UI';
}

body {
    margin: 115px 15px 30px 15px;
    font-size: 14px;
}

header {
    text-align: center;
}

h1 {
    margin: 0 0 15px 0;
    line-height: 40px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(165, 165, 165);
}

h2, h3 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    font-weight: 500;
    color: rgb(120, 120, 120);
    z-index: 9;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
select {
    border: 1px solid rgb(165, 165, 165);
    padding: 5px 10px;
    height: 36px;
    border-radius: 0;
}

textarea {
    height: auto;
}

input::placeholder {
    color: rgb(180, 180, 180);
}

select {
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(212,215,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d7db",GradientType=1);
}

button {
    height: 36px;
    border: 0;
    background-color: rgb(206, 143, 88);
    color: white;
    padding: 5px 20px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

    button:disabled {
        background-color: rgba(206, 143, 88, 0.5);
        cursor: not-allowed;
    }

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: 5px solid rgba(206, 143, 88, 0.3) !important;
        border-color: #ce8f58
    }

.btn {
    border-radius: 0;
}

.btn-outline-secondary:hover {
    background-color: rgb(206, 143, 88);
    border-color: rgb(206, 143, 88);
}

label {
    display: block;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

.col-form-label {
    font-weight: bold;
}

a {
    color: rgb(0, 181, 249);
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 2px solid #efefef;
}

table {
    width: 100%;
    background-color: white;
    border-spacing: 0;
}

    table th {
        text-align: left;
        background-color: #ececec;
        border-bottom: 1px solid rgb(165, 165, 165);
        padding: 5px 10px;
    }

    table td {
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid rgb(165, 165, 165);
        background-color: #ececec;
        padding: 10px;
        font-weight: 500;
        color: #3b3b3b;
    }

    table tr:last-child td {
        border-bottom: none;
    }

    table td img {
        background-color: rgb(165, 165, 165);
    }

    table td.error {
        font-size: 14px;
        padding: 10px;
        color: red;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.input-validation-error {
    border-color: red !important;
}

    .input-validation-error:focus {
        outline: 5px solid rgba(255, 0, 0, 0.3) !important;
    }

.full-width {
    width: 100%;
}

header .row {
    height: 70px;
}

    header .row > div {
        text-align: center;
        align-self: center;
    }

.breadcrumb {
    margin-bottom: 15px;
}

.tabset {
    border-bottom: 1px solid rgb(165, 165, 165);
    margin-bottom: 15px;
}

    .tabset:after {
        content: "";
        display: table;
        clear: both;
    }

    .tabset .tab {
        margin-bottom: -1px;
        float: left;
        color: rgb(165, 165, 165);
        padding: 5px 15px;
        font-weight: 500;
        cursor: pointer;
    }

        .tabset .tab.selected {
            border: 1px solid rgb(165, 165, 165);
            border-bottom-color: white;
            color: black;
        }

.outlined {
    padding: 15px 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .outlined:after {
        content: '';
        border: 1px solid rgb(220, 220, 220);
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        border-radius: 4px;
    }

.pill {
    display: inline-block;
    background-color: rgb(0, 181, 249);
    color: white;
    font-size: 12px;
    line-height: 17px;
    padding: 0 8px;
    border-radius: 10px;
}

.dropzone {
    border: 1px solid rgb(206, 143, 88);
    background-color: #f8eee6;
    padding: 35px 50px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    cursor: copy;
}


    .dropzone p {
        width: 50%;
        margin: 15px auto;
    }

.banner-tag {
    position: absolute;
    background-color: rgb(206, 143, 88);
    font-size: 12px;
    color: white;
    padding: 0 10px;
    line-height: 20px;
    right: 26px;
    margin-top: -40px;
}

    .banner-tag:before {
        content: ' ';
        position: absolute;
        left: -10px;
        border: 10px solid transparent;
        border-top-color: rgb(206, 143, 88);
        border-bottom-color: rgb(206, 143, 88);
    }

    /*.dropzone.fullsize {
        position: fixed;
        z-index: 10;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        opacity: 0;
        margin: 0;
        transition: opacity 0.2s, z-index 0.3s;
        z-index: -1;
        pointer-events: none;
    }

body.dragging .dropzone.fullsize {
    z-index: 10;
    opacity: 0.9;
    transition: opacity 0.2s;
}*/
    .thumbnail {
    border: 1px solid rgb(165, 165, 165);
    position: relative;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .thumbnail.small {
        width: 60px;
        height: 60px;
    }

    .thumbnail.medium {
        width: 100px;
        height: 100px;
    }

    .thumbnail.large {
        width: 225px;
        height: 225px;
        margin-bottom: 10px;
    }

.auction.empty{
    height : 320px;
}

.info {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(245, 245, 245);
}

.info.error {
    background-color: rgb(245, 200, 200);
    margin-bottom: 15px;
}

.primaryborder {
    border-color: rgb(206, 143, 88);
}

.multiple:before,
.multiple:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 2px;
    top: 2px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.multiple:after {
    left: 4px;
    top: 4px;
}

.pagination {
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    line-height: 24px;
    border: 1px solid rgb(206, 143, 88);
    margin-top: 15px;
    margin-right: 2px;
    color: rgb(206, 143, 88);
    border-radius: 0;
}

    .pagination:hover {
        background-color: rgba(206, 143, 88, 0.3);
    }

    .pagination.selected {
        color: white;
        background-color: rgb(206, 143, 88);
    }

.red{
    color: red;
}

.clickable{
    cursor: pointer;
}

#UploadBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #f8eee6;
    border-top: 1px solid rgb(206, 143, 88);
    display: none;
}

    #UploadBar .animBar {
        position: absolute;
        background: rgb(206, 143, 88);
        height: 100%;
    }

    #UploadBar .inc {
        animation: increase 2s infinite;
    }

    #UploadBar .dec {
        animation: decrease 2s 0.5s infinite;
    }

section {
    border: 1px solid rgb(206, 143, 88);
    outline: 8px solid rgba(206, 143, 88, 0.3) !important;
    padding: 30px;
}

.outstanding-actions td, .outstanding-actions th {
    background-color: #FFF;
}

.k-grid table {
    table-layout: fixed;
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-grid .k-grid-content {
    overflow-y: hidden;
}

.k-grid-header {
    padding-right:0px !important;
}

span .k-operator-hidden{
    padding:0 !important;
}

.k-button-valuation {
    background-color: rgb(206, 143, 88);
    border: 0px;
    color: #FFF;
}

.statistics h1, .statistics h4{
    padding:10px;
}

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}

@media (min-width: 1440px)
{
    .wide-grid-container{
        margin-left:-175px;
        margin-right:-175px;
    }
}
