﻿.sales .controls {
    cursor: pointer;
}

.sales #selectionBox {
    display: inline;
}

.sales #disabled {
    background-color: #f3f3f5 !important;
}

.node-preview .umb-node-preview {
    padding: 10px 0;
    margin-bottom: 0 !important;
}

    .node-preview .umb-node-preview:first-of-type {
        padding-top: 5px;
    }

.node-preview .umb-node-preview__name {
    font-weight: bold;
}

.overlay .radiobutton {
    display: flex;
    margin-top: 5px;
}

.quotes label.control-label {
    font-size: 17px;
}

/*.overlay label {
    padding-left: 10px;
}*/

.quotes .controls {
    margin: 0;
    cursor: pointer;
}

.quotes i.icon {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    display: block !important;
}

    .quotes i.icon:hover, .quotes .table tr:hover i.icon {
        cursor: pointer;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        display: block !important;
        color: black !important;
    }

.quotes .table.quote-overview tr:hover {
    color: darkgrey;
}

.quotes .overlay .icon {
    float: right;
}

.quotes .overlay #contact-info {
    padding-bottom: 5px;
}

.quotes .overlay .quote-total span {
    float: right;
}

.quotes .overlay .sub-title {
    display: block;
}

.quotes .overlay .control-group .control-group:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.quotes .overlay #additional-information .control-group {
    margin-bottom: 0 !important;
    border-bottom: none;
}

.quotes .icon-edit:hover {
    cursor: pointer;
}

.quotes .overlay .value-group label {
    margin-top: 15px;
}

.quotes .overlay .value-group .group-title {
    margin-top: 0;
    font-size: 17px;
    font-weight: normal;
}

.quotes .overlay #add-extra-price:focus {
    text-decoration: none;
}

.quotes .overlay #add-extra-price i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

    .quotes .overlay #add-extra-price i:hover {
        color: #fff !important;
    }

.quotes .overlay table input {
    width: 100%;
}

.quotes .overlay table tr:hover i.icon-trash, .quotes .overlay table i.icon-trash:hover {
    color: #fff !important;
}

.quotes .popup-container {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(22,22,22,0.5);
    top: 0;
    left: 0;
    z-index: 100000;
}

.quotes .quote-popup {
    background: #fff;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    position: relative;
    z-index: 41;
    top: 25%;
    padding: 30px 30px 70px 30px;
}

.quotes .quote-popup td.show-details i, .quotes .quote-popup tr:hover td.show-details i {
    display: inline-block !important;
}

.quote-popup .quote-content {
    width: 100%;
    margin-top: 10px;
}

.quotes quote-overview {
    overflow: auto;
}

.quotes .quote-overview .show-extra {
    right: 5px;
    cursor: pointer;
}

.quote-popup .bundle-notice {
    position: absolute;
    left: 30px;
    bottom: 20px;
}
.quote-popup .bundle-notice span {
    line-height: 32px;
}

.quote-popup .quote-overview {
    margin-bottom: 0;
}

.quote-popup .popup-buttons {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.popup-buttons a.disabled {
    pointer-events: none;
    cursor: default;
}

.quote-wrapper {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}

.details-table {
    width: 100%
}

.quotes .table a:hover {
	cursor: pointer;
}

.quotes .table a {
	line-height: 25px;
}

.quotes .table .indicator {
    display: none;
    transform: rotate(90deg);
}

    .quotes .table .sorting-ascending .indicator {
        transform: rotate(-90deg);
        padding-left: 3px !important;
        padding-right: 7px;
    }

.quotes .umb-listview {
    transition: .2s linear;
    opacity: 1;
}

.quotes .umb-listview.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.quotes .car-row:hover {
	background-color: #dcdcdc;
	color: black;
}

.quotes .car-row:hover td {
	background-color: #dcdcdc !important;
}

.umb-panel.quotes.disabled {
	user-select: none;
}

.quotes td.toggle-underline:hover {
	text-decoration: underline;
}

.quotes .table a.active {
    color: #00aea2;
}

    .quotes .table a.active .indicator {
        display: inline-block;
        padding-left: 7px;
        font-size: 25px;
    }

.quotes .hide-deleted-quotes-checkbox {
    padding-left: 20px;
    padding-top: 3px;
}

    .quotes .hide-deleted-quotes-checkbox label {
        vertical-align: sub;
        padding-left: 4px;
    }