form input[type="reset"]{
    border-radius: 3px;
    background: #00549D;
    color: #fefefe;
    border: 0 none;
    padding: 6px 11px;
    line-height: inherit;
    transition: all 0.5s; }

form input[type="reset"]:hover {
    background: #004179;
    cursor: pointer; }


.datepicker table thead {
    color: #333;
}

.tab-header {
    opacity: 0.5;
    cursor: pointer;
}

.tab-header.active {
    opacity: 1;
}

.tab-body {
    display: none;
}

.tab-body.active {
    display: block;
}

.form-button {
    border-radius: 3px;
    background: #00549d;
    color: #fefefe;
    border: 0 none;
    padding: 6px 11px;
    line-height: inherit;
    transition: all .5s;
}
.form-button:hover {
    color: #fefefe;
}

form .std-input input, form .std-input select, form .std-input textarea {
    padding: 32px 19px 11px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    background: #fefefe;
    color: #35444b;
    height: 100%;
}


.form-button.add-table-price,.form-button.add-row, .form-button.tp  {
    padding: 5px 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    color: #fefefe;
    margin: 13px;
    height: 100%;
}

/**
dropdown
 */

.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

header.top-bar.laser-calculator, header.laser-calculator .menu {
    background-color: #d09500;
}

header.top-bar.t-calculator, header.t-calculator .menu {
    background-color: #7f7f7f;
}
header.top-bar.p-calculator, header.p-calculator .menu {
    background-color: #00549d;
}

.std-input.input-group input {
    margin-bottom: 0;
}

.operation-row .input-group-label {
    padding: 0 8px;
    font-size: 12px;
}

.scroll-accordion {
    overflow-y: scroll;
}

.std-input input:disabled {
    background: #eee;
}

.std-input input.settings-defaults, .std-input select.settings-defaults  {
    background: rgba(208,149,0,0.1);
}
.std-input input.settings-defaults.defaults-changed, .std-input select.settings-defaults.defaults-changed {
    background: repeating-linear-gradient(
        45deg,
        rgba(208,149,0,0.1),
        #ffffff 10px,
        rgba(208,149,0,0.1) 10px,
        rgba(208,149,0,0.1) 20px
    )
}

form input[type=number].override-lot-price, form input[type=number].win-input {
    height: 30px;
    font-size: 14px;
    padding: 3px;
}

.sorting-form {
    display: inline-block;
}

.sorting-form button {
    color: inherit;
    cursor: pointer;
}

.settings-search-form {
    display: flex;
    justify-content: left;
}
.settings-search-form input {
    width: auto;
    height: 46px;
    border-radius: 3px;
    margin: 0.9375rem 0.9375rem 0.9375rem 0;
}

.active-link {
    text-decoration: underline;
}

.revision-reason {
    font-size: 70%;
    cursor: help;
}

.minimum-purchase-quantity {
    color: #D75200;
}


.print-only{
    display: none;
}

.row {
    max-width: 90rem;
}

#overview .searchbox input, #overview .searchbox select {
    max-width: 150px;
    font-size: 15px;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }
}

.reset-btn, .reload-btn {
    border-radius: 3px;
    background: #00549D;
    color: #fefefe;
    border: 0 none;
    padding: 6px 11px;
    line-height: inherit;
    transition: all 0.5s;
}
.reload-btn {
    margin-right: 15px;
}

.dropdown.menu.last .is-dropdown-submenu-parent>.is-dropdown-submenu {
    bottom: 100%;
    top: auto;
}

td.open-calculation {
    cursor: pointer;
}


.accordion-item.disable-icon.is-active>.accordion-title:before {
    content: none;
}

.calculation-list-row {
    transition: background-color 0.15s ease-in-out;
}
.calculation-list-row:hover {
    background-color: rgba(0,84,157,0.2);
}

.pdf-visible {
    display: none;
}

#dropArea.highlight table {
    border-radius: 5px;
    border: 5px dashed purple;
}
input#smsAuth + label {
    padding: 0;
    margin: 0;
}
