﻿.invoices-list {
    float: left;
    width: 360px;
    height: 500px;
    overflow: auto;
}
/* Invoices list styles */
.invoices-list-wrapper {
    position: relative;
    height: 100%;
    padding-top: 80px;
}

.invoices-list-header {
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 0;
    height: 80px;
    background: #efefef;
    width: 100%;
    z-index: 1;
}

    .invoices-list-header h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

.defaultClass {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
}

.selectedClass {
    background: #474747;
    border: 1px solid #ccc;
    color: #fff;
    padding: 10px;
}

    .defaultClass ul, .selectedClass ul {
        margin-left: 30px;
    }

.dialog {
    display: block;
}

.overlay {
    display: block;
}

.purchase-generation {
    margin-top: 80px;
}

.purchase-generation input[type="text"], .purchase-generation textarea, .purchase-generation .custom-dropdown__select{
    margin-bottom: 0;
}

.purchase-generation h2 {
    margin-top: 0;
}

.purchase-order-info {
    padding: 20px;
}

.purchase-complementary-order-info {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border: 1px solid #d5d5d5;
}

.purchase-complementary-order-info div {
    margin-bottom: 30px;
}

.purchase-payment-method-section {
    background: #f2f2f2;
    padding: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.purchase-payment-method-section h3 {
    margin-top: 10px;
}

/* Checkbox common position */
.checkbox-common-position {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 11px;    
}

input.disable {
    opacity: 0.5;
    pointer-events: none;
}

.highlight {
    background: #e2e1e1;
    padding: 5px 10px;
    margin-top: 5px;
}

.highlight label {
    height: 25px;
}

.highlight input {
    border: 2px solid #9c9e93;
    font-size: 18px;
    font-weight: bold;
}