@charset "UTF-8";
/*
 Theme Name:   Automate QB
 Theme URI:    http://example.com/automateqb/
 Description:  Twenty Nineteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentynineteen
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  LICENSE
 Tags:         one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:   automateqb-child
*/

/*** Font ***/

h6 {
	font-size: 18px;
}

/************/

.var-dump {
	display: none;
}

/*** Page Headers ***/

.site-header.featured-image .site-featured-image {
    justify-content: center;
    display: flex;
}

.site-header.featured-image .site-featured-image .entry-header {
    margin-left: calc(10% + 60px);
    margin-right: calc(10% + 60px);
}

.site-header.featured-image .entry-title {
    margin-top: 0px;
}

/* Account Tabs */

#AccountTabs form {
    background: #eeeeee;
    padding: 30px;
    font-size: 16px;
}

#AccountTabs form ul {
    max-width: 100%;
}


#AccountTabs form textarea,
#AccountTabs form input,
#AccountTabs form select {
    height: 30px;
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 0px;
    font-family: 'Averta';
    font-size: 16px;
    padding: 15px;
}

#AccountTabs form label {
    font-size: 16px;
    margin-bottom: 0px;
}

/* Account Menu */
a.account-link,
a.login-link {
    font-size: 18px;
    margin-left: 1rem;
    line-height: 1.25;
    height: 100%;
    display: inline-block;
    align-self: flex-end;
    white-space: nowrap;
}

a.account-link::before {
    content: '\f2bd';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    margin-right: 5px;
}

.main-navigation a:visited {
    color: white;
}

.main-navigation .main-menu > li {
    display: inline-flex;
}

body.page .main-navigation,
.main-navigation,
.site-title + .main-navigation {
    display: none;
    flex-grow: 1;
    justify-content: flex-end;
    margin-top: 0px;
    position: absolute;
    z-index: 2;
}

body.page .main-navigation.menu-open,
.main-navigation.menu-open,
.site-title + .main-navigation.menu-open {
    display: table;
    justify-content: unset;
    top: 100%;
    right: 15px;
    width: auto;
    background: #0a0a0a;
    border: 2px solid #69c350;
    padding: 15px;
    margin-top: 20px;
}


.main-navigation.menu-open .main-menu > li > a {
    padding: 5px 0px;
}

.main-navigation.menu-open a.login-link {
    margin-left: 0px;
}

body.page .main-navigation.menu-open::before,
.main-navigation.menu-open::before {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #69c350;
    position: absolute;
    top: -15px;
    right: 10px;
}

body.page .main-navigation.menu-open::after,
.main-navigation.menu-open::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid black;
    position: absolute;
    top: -11px;
    right: 14px;
}



body.page .main-navigation.menu-open .menu-main-menu-container,
.main-navigation.menu-open .menu-main-menu-container {
    display: table-row;
    min-width: 100%;
}

body.page .main-navigation.menu-open .menu-main-menu-container ul.main-menu,
.main-navigation.menu-open .menu-main-menu-container ul.main-menu {
    display: flex;
    flex-direction: column;
}

body.page .main-navigation.menu-open .account-link,
.main-navigation.menu-open .account-link {
    display: inline-flex;
    margin: 5px 0px 0px 0px;
}

.site-branding {
     padding: 0px 30px;
}

.site-branding .mobile-menu {
    visibility: visible;
    padding: 0px;
    border: none;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
}

.site-branding .mobile-menu:hover,
.site-branding .mobile-menu.active {
    background: transparent;
    color: #69c350;
}

/* Homepage */

.page-template-page-directory .site-content {
    padding: 50px 35px 100px 35px;
    background: #f5f5f5;
}

input[type="text"]#directoryFilter {
    height: 30px;
    width: 100%;
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 0px;
    font-family: 'Averta';
    font-size: 18px;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
}

#AccountTabs .ui-widget-content {
    margin-bottom: 100px;
}

#AccountTabs form input[type="submit"] {
    display: inline-flex;
    margin-top: 15px;
    transition: background 150ms ease-in-out;
    background: #000;
    border: 2px solid white;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Averta';
    font-size: 0.8888888889em;
    font-weight: bold;
    line-height: 1.2;
    outline: none;
    padding: 10px 24px;
    text-decoration: none;
    vertical-align: bottom;
    height: auto;
}

#AccountTabs form input[type="submit"]:hover {
    background: #69c34f;
}

#AccountTabs form h4 {
    margin-top: 15px;
    margin-bottom: 0px;
    border-bottom: 2px solid white;
    padding-bottom: 15px;
}

.card.dir-entry {
    padding: 30px;
    margin: 0px 0px 30px 0px;
    border: none;
    border-radius: 0px;
    display: flex;
    height: calc(100% - 30px);
    font-size: 16px;
}

.dir-entry * {
    font-family: 'Averta';
}

.dir-entry p.name {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    line-height: 1;
}

.dir-entry p.small,
p.small {
    font-size: 12px;
    margin-bottom: 0px;
}

.dir-entry .featured-image {
    margin-bottom: 20px;
}

::selection {
    background-color: #f3faf0;
}

.home-login {
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
    padding-left: 0px;
    padding-right: 0px;
    color: white;
}

footer.site-footer {
    background: #0a0a0a;
    color: white;
}


.home-login * {
    font-family: 'Averta';
}

.home-login #loginform {
    display: block;
}

.home-login .login-username,
.home-login .login-password {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 0px
}

.home-login .login-remember,
.home-login .login-submit {
    display: inline-block;
    width: 100%;
}

.home-login .login-remember {
    text-align: center;
    font-size: 18px;
}

.home-login .login-username label,
.home-login .login-password label {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    width: calc(100% - 30px);
    margin: 10px 15px;
    color: white;
    font-weight: bold;
}

#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    width: calc(100% - 30px)!important;
    float: none!important;
}

#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
    width: calc(100% - 30px)!important;
    float: none!important;
    border: none;
    border-radius: 0px;
    padding: 0.36rem 0.66rem;
}

#wppb-login-wrap p {
    padding-bottom: 0px!important;
    padding-top: 10px;
}

.home-login .login-username input,
.home-login .login-password input {
    display: inline-block;
    min-width: 0px;
    width: calc(100% - 30px);
    margin: 0px 15px;
    font-size: 18px;
    font: 400 18px Averta;
    text-align: center;
    border-radius: 0px;
    border: none;
    background-color: white;
}

.home-login .login-username input:-webkit-autofill,
.home-login .login-username input:-webkit-autofill:hover, 
.home-login .login-username input:-webkit-autofill:focus,
.home-login .login-password input:-webkit-autofill,
.home-login .login-password input:-webkit-autofill:hover, 
.home-login .login-password input:-webkit-autofill:focus {
    font-size: 18px;
    font: 400 18px Averta;
}

.home-login .login-username input::-webkit-input-placeholder,
.home-login .login-username input::-moz-placeholder,
.home-login .login-username input:-ms-input-placeholder,
.home-login .login-username input:-moz-placeholder,
.home-login .login-password input::-webkit-input-placeholder,
.home-login .login-password input::-moz-placeholder,
.home-login .login-password input:-ms-input-placeholder,
.home-login .login-password input:-moz-placeholder {
    font-size: 18px;
    font: 400 18px Averta;
}

.home-login .login-username input:-internal-autofill-selected,
.home-login .login-username input:-internal-autofill-selected {
    background-color: white!important;
    font-size: 18px!important;
    font: 400 18px Averta!important;
}

input[type="search"]:focus,
.form-control:focus,
.dataTables_filter input[type="search"].form-control-sm:focus {
    outline-offset: 0px;
    color: #495057;
    background-color: #fff;
    border-color: #69c350;
    border: 2px solid #69c350;
    outline: none;
    box-shadow: none;
}

.dataTables_filter input[type="search"]::-ms-clear {
display: none;
}

/*** Login ***/
.login-section {
    background-image: url('/wp-content/uploads/2020/05/FS_hintergrund-grafik-struktur-miniserver.png');
    background-size: cover;
    background-position: top center;
    text-align: center;
}

/* Homepage - END */

/* Quote */

.imagine-container{
	padding: 20px 0px;
	border-top: 2px solid #69c350;
}

.imagine-statements .imagine-container:last-of-type {
	border-bottom: 2px solid #69c350;
	margin-bottom: 30px;
}

.imagine-statements .imagine-container > .row {
	flex-direction: row-reverse;
}

.imagine-statements .imagine-container:nth-child(2n) > .row {
	flex-direction: row;
}

.imagine-statements .imagine-container p {
	font-size: 18px;
	line-height: 1.3;
}

/*
.deliverables-clone {
    margin-bottom: 30px;
    border: 2px solid #69c350;
    padding: 15px;
    line-height: 1.2;
    font-size: 16px;
}

.deliverables-clone {
    margin-top: 30px;
}

.cat-deliverables ul,
.deliverables-clone ul {
    margin-bottom: 0px;
}
*/

.cat-deliverables {
	margin-bottom: 30px;
    border: 2px solid #69c350;
	border-top: 0px;
    padding: 15px;
    line-height: 1.2;
    font-size: 16px;
}
 
#QuoteTabs.ui-tabs .ui-tabs-nav {
    justify-content: center;
    flex-direction: column;
}

#QuoteTabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab:first-of-type .ui-tabs-anchor {
    padding: 15px 30px 15px 20px;
}

#QuoteTabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab:first-of-type .ui-tabs-anchor::before {
    display: none;
}

#QuoteTabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-active:first-of-type .ui-tabs-anchor,
#QuoteTabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-hover:first-of-type .ui-tabs-anchor {
    background-image: -webkit-linear-gradient(to right, #69c350 0%, #69c350 calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -moz-linear-gradient(to right, #69c350 0%, #69c350 calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -ms-linear-gradient(to right, #69c350 0%, #69c350 calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -o-linear-gradient(to right, #69c350 0%, #69c350 calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: linear-gradient(to right, #69c350 0%, #69c350 calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
}

#QuoteTabs.ui-tabs .ui-tabs-nav li.ui-tabs-tab:first-of-type .ui-tabs-anchor {
    background-image: -webkit-linear-gradient(to right, #555555 0%, #555555 calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -moz-linear-gradient(to right, #555555 0%, #555555 calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -ms-linear-gradient(to right, #555555 0%, #555555 calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -o-linear-gradient(to right, #555555 0%, #555555 calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: linear-gradient(to right, #555555 0%, #555555 calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
}

#QuoteTabs .view-actions {
    padding: 30px 0px;
    display: flex;
    justify-content: flex-end;
}
    

.single-quote .site-content {
    display: none;
    margin-top: 90px;
}

.quote-intro,
.quote-outro {
    background: #eeeeee;
    padding: 15px;
    font-size: 16px;
}

.quote-intro .notes {
    padding: 0px 15px;
    margin-bottom: 15px;
}

.quote-intro .notes p:last-of-type {
    margin-bottom: 0px;
}

.quote-total-outro {
    padding: 15px;
}

.quote-intro .title,
.quote-outro .title,
.quote-total-outro .title,
.quote-list .title,
.quote-actions .title,
.section-title {
    border-bottom: 2px solid #69c350;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
    font-size: 24px;
}

.quote-intro .title i,
.quote-outro .title i,
.quote-list .title i,
.quote-actions .title i {
    border: 2px solid #69c350;
    padding: 0px;
    color: #69c350;
    background: white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    font-size: 18px;
}

.quote-intro .title i::before,
.quote-outro .title i::before,
.quote-list .title i::before,
.quote-actions .title i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-accordion-content .title.room-round-up {
    padding: 0.75rem;
    background: #eeeeee;
    margin-top: 30px;
}

.ui-accordion-content .title.room-round-up h6 {
    margin: 0px;
}

table.quote-summary,
table.total-summary {
    font-size: 16px;
    margin-bottom: 30px;
}

table.quote-summary tbody tr {
    border-bottom: 2px solid white;
	display: flex;
}

table.total-summary tbody tr {
    border-bottom: 2px solid #eeeeee;
	display: flex;
}

table.quote-summary tbody tr > td,
table.quote-summary tbody tr > th,
table.total-summary tbody tr > td,
table.total-summary tbody tr > th {
    text-align: center;
    padding: 10px 0px;
    border: none;
	display: flex;
	flex-grow: 1;
    width: auto;
}

table.quote-summary tbody tr td:first-of-type,
table.quote-summary tbody tr th:first-of-type,
table.total-summary tbody tr td:first-of-type,
table.total-summary tbody tr th:first-of-type {
    text-align: left;
    padding: 10px 0px 10px 15px;
}

table.quote-summary tbody tr td:last-of-type,
table.quote-summary tbody tr th:last-of-type {
    text-align: right;
    padding: 10px 15px 10px 0px;
}

.quote-list {
    margin-top: 15px;
}

.quote-actions input[type="button"],
.quote-actions input[type="button"]:focus {
    display: inline-flex;
    width: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #eeeeee;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1;
    color: #aaaaaa;
    font-weight: bold;
}

.quote-actions input[type="button"]:hover {
    background: #69c350;
    color: white;
}

.quote-actions .title {
    margin-bottom: 15px;
}

.client-quote-list {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 30px 0px;
}

.client-quote-list li {
    display: flex;
    margin-bottom: 10px;
}

.client-quote-list li a {
    display: inline-flex;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #eeeeee;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1;
    color: #aaaaaa;
    font-weight: bold;
}

.client-quote-list li a.active,
.client-quote-list li a:hover {
    background: #69c350;
    color: white;
}

.client-quote-list li a i {
    margin-right: 10px;
}


.ui-widget.ui-widget-content {
	border: none;
}

.ui-tabs {
	padding: 0px;
}

.ui-widget-header {
	border: none;
	background: transparent;
	color: #333333;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ui-tabs-nav {
	display: flex;
	justify-content: center;
}

.ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0;
	border-bottom-width: inherit;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	border-radius: 0px;
	background: transparent;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #aaaaaa;
    transition: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: white;
    transition: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	background: transparent;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 30px 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
#QuoteTabs .view-actions button {
    background-color: transparent;
    position: relative;
	padding: 15px 30px;
    line-height: 1;
    display: flex;
    background-image: -webkit-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -moz-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -ms-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -o-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #555555 calc(0% + 20px), #555555 calc(100% - 20px), transparent calc(100% - 20px));
}

#QuoteTabs .view-actions button {
    padding: 13px 30px;
    border: none;
    float: right;
    margin-left: -15px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor::before,
#QuoteTabs .view-actions button::before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 100%;
    background-image: -webkit-linear-gradient(to top left, #555555 0%, #555555 50%, transparent 50%);
    background-image: -moz-linear-gradient(to top left, #555555 0%, #555555 50%, transparent 50%);
    background-image: -ms-linear-gradient(to top left, #555555 0%, #555555 50%, transparent 50%);
    background-image: -o-linear-gradient(to top left, #555555 0%, #555555 50%, transparent 50%);
    background-image: linear-gradient(to top left, #555555 0%, #555555 50%, transparent 50%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor::after,
#QuoteTabs .view-actions button::after {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 100%;
    background-image: -webkit-linear-gradient(to right bottom, #555555 0%, #555555 50%, transparent 50%);
    background-image: -moz-linear-gradient(to right bottom, #555555 0%, #555555 50%, transparent 50%);
    background-image: -ms-linear-gradient(to right bottom, #555555 0%, #555555 50%, transparent 50%);
    background-image: -o-linear-gradient(to right bottom, #555555 0%, #555555 50%, transparent 50%);
    background-image: linear-gradient(to right bottom, #555555 0%, #555555 50%, transparent 50%);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

/*** Hover / Active ****/

.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-hover .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-active .ui-tabs-anchor,
#QuoteTabs .view-actions button.active,
#QuoteTabs .view-actions button:hover {
    background-color: transparent;
    background-image: -webkit-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -moz-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -ms-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: -o-linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
    background-image: linear-gradient(to right, transparent 0%, transparent calc(0% + 20px), #69c350 calc(0% + 20px), #69c350 calc(100% - 20px), transparent calc(100% - 20px));
}

.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-hover .ui-tabs-anchor::before,
.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-active .ui-tabs-anchor::before,
#QuoteTabs .view-actions button.active::before,
#QuoteTabs .view-actions button:hover::before {
    background-image: -webkit-linear-gradient(to top left, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -moz-linear-gradient(to top left, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -ms-linear-gradient(to top left, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -o-linear-gradient(to top left, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: linear-gradient(to top left, #69c350 0%, #69c350 50%, transparent 50%);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-hover .ui-tabs-anchor::after,
.ui-tabs .ui-tabs-nav li.ui-tabs-tab.ui-state-active .ui-tabs-anchor::after,
#QuoteTabs .view-actions button.active::after,
#QuoteTabs .view-actions button:hover::after {
    background-image: -webkit-linear-gradient(to right bottom, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -moz-linear-gradient(to right bottom, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -ms-linear-gradient(to right bottom, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: -o-linear-gradient(to right bottom, #69c350 0%, #69c350 50%, transparent 50%);
    background-image: linear-gradient(to right bottom, #69c350 0%, #69c350 50%, transparent 50%);
}

.view-actions #expandAll i.fa-expand-arrows-alt {
    display: none;
}

.view-actions #expandAll  i.fa-compress-arrows-alt {
    display: block;
}

.view-actions #expandAll.closed i.fa-expand-arrows-alt {
    display: block;
}

.view-actions #expandAll.closed  i.fa-compress-arrows-alt {
    display: none;
}

.ui-tabs .ui-tabs-nav li {
	margin-left: -15px;
}

.ui-tabs .ui-tabs-nav li:first-of-type {
	margin-left: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: transparent;
}

a.ui-tabs-anchor {
	font-size: 16px;
	font-weight: bold;
}

.ui-accordion .ui-accordion-header {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    border-bottom: 3px solid #69c350;
    margin: 0px;
    display: flex;
    letter-spacing: -0.05em;
}

.ui-accordion .ui-accordion-header::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: auto;
    margin-right: 0px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #f3faf0;
    color: #69c350;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active::after {
    content: '\f068';
}

.ui-accordion-header:focus {
    outline: none;
}

.ui-accordion-header:hover {
    color: #69c350;
    background: #f3faf0;
}

.ui-accordion .ui-accordion-content {
    padding: 0px;
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    border-bottom: 3px solid #69c350;
}

/******** JQUERY TABS - END *********/

.building img.prod-cat-icon,
.product-list img.prod-cat-icon,
.product-category-list img.prod-cat-icon {
	width: 30px;
	height: auto;
	position: absolute;
	display: block;
	top: 50%;
	left: 0.75rem;
	transform: translateY(-50%);
}

table tbody tr td:first-of-type {
    position: relative;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.room {
	margin-top: 15px;
}

.building-total-container,
.building-overview-clone {
	margin: 50px 0px 0px 0px;
}

.room h4 {
	display: inline-flex;
	justify-content: center;
}

.room .music-room-icon,
.music-room-icon {
    display: none;
}

.room.music-zone .music-room-icon {
    display: flex;
    margin: 15px 0px;
    color: #69c350;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
}

.room.music-zone .music-room-icon i {
    width: 30px;
    height: 30px;
    background: #69c350;
    color: white;
    font-size: 13px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    text-indent: -2px;
    margin-right: 10px;
}

.building h4,
.product-list h4,
.product-category-list h4{
	margin-bottom: 15px;
	margin-top: 20px;
    font-size: 24px;
}

.room:first-of-type {
	margin-top: 0px;
}

table.dataTable td, table.dataTable th {
    border: none;
}

.table,
.building .table.dataTable,
.product-list .table.dataTable,
.product-category-list .table.dataTable {
	font-size: 14px;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
    border: none;
}

.automate-datatable thead tr th:first-of-type,
.basic-datatable thead tr th:first-of-type {
    width: 30%!important;
}


.product-list table.table-bordered.dataTable tbody td,
.building table.table-bordered.dataTable tbody td,
.product-category-list table.table-bordered.dataTable tbody td {
    border-top: 3px solid #eeeeee;
}

table.management-item tbody td,
table.management-item tbody tr:hover td{
    border-top: 0px;
}

.product-list table.table-bordered.dataTable tbody tr:last-of-type td,
.building table.table-bordered.dataTable tbody tr:last-of-type td,
.product-category-list table.table-bordered.dataTable tbody tr:last-of-type td,
table.management-item tbody tr:last-of-type td {
    border-bottom: 3px solid #eeeeee;
}

.building .table.dataTable tr:hover td,
.product-list .table.dataTable tr:hover td,
.product-category-list .table.dataTable tr:hover td,
table.management-item tr:hover td {
    cursor: pointer;
    border-top: 3px solid #69c350;
    background-color: #f3faf0;
}

.building .table.dataTable tr:hover + tr  td,
.product-list .table.dataTable tr:hover + tr td,
.product-category-list .table.dataTable tr:hover + tr td,
table.management-item tr:hover + tr td{
    border-top: 3px solid #69c350;
}

.building .table.dataTable tr:last-of-type:hover td,
.product-list .table.dataTable tr:last-of-type:hover td,
.product-category-list .table.dataTable tr:last-of-type:hover td,
table.management-item tr:last-of-type:hover td{
    border-bottom: 3px solid #69c350;
}

.building .table.dataTable thead th,
.product-list .table.dataTable thead th,
.product-category-list .table.dataTable thead th,
table.management-item thead th{
	word-break: normal;
	white-space: nowrap;
}

.product-category-list {
	font-size: 14px;
}

.product-category-list .sub-cats-container .parent-row {
	flex-direction: row;
    width: 100%;
}

.product-category-list .sub-cats-container {
	border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

.product-category-list .sub-cats-container .sub-cat-container {
	border-left: 1px solid #dee2e6;
}

.product-category-list .sub-cats-container {
	border-right: 1px solid #dee2e6;
}


.product-category-list .sub-cats-container .sub-cat-container {
  display: flex;
  flex-flow: column;
}


.product-category-list .sub-cats-container .sub-cat-container .products-container {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
}


.product-category-list .sub-cats-container .sub-cat-container .cat-prod-totals {
    display: flex;
    align-self: flex-end;
    width: 100%;
}

.product-category-list .sub-cats-container .sub-cat-container .product {
	padding: 10px 15px;
}

.product-category-list .sub-cats-container .sub-cat-container div.title {
    padding: 10px 15px;
	display: inline-block;
	width: 100%;
	line-height: 16px;
}


.product-category-list .sub-cats-container .sub-cat-container span.qty {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 16px;
}

.product-category-list .sub-cats-container .sub-cat-container .labels .label,
.product-category-list .sub-cats-container .sub-cat-container .sub-cat-hard-total,
.product-category-list .sub-cats-container .sub-cat-container .sub-cat-lab-total{
	background-color: rgba(0, 0, 0, 0.10);
	padding: 5px 15px;
}

.product-category-list .sub-cats-container .sub-cat-container .sub-cat-hard-total,
.product-category-list .sub-cats-container .sub-cat-container .sub-cat-lab-total {
    width: 50%;
}

.product-category-list .sub-cats-container .sub-cat-container .sub-cat-hard-total label,
.product-category-list .sub-cats-container .sub-cat-container .sub-cat-lab-total label {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: -4px;
}

.product-category-list .sub-cats-container .sub-cat-container .product {
	border-bottom: 1px solid #dee2e6;
}

.product-category-list .sub-cats-container .sub-cat-container .product:last-of-type {
	border-bottom: none;
}

.product-category-list .sub-cats-container .sub-cat-container .labels .label:last-of-type {
	text-align: center;
}


.product-category-list .parent-category {
	border: 1px solid #dee2e6;
	background: #3D3D3D;
}

.product-category-list .parent-category h3 {
	color: white;
	font-size: 14px;
	padding: 0px 15px;
    margin: 10px 0px;
}

.product-category-list h4.sub-cat {
	font-size: 14px;
	padding: 10px 15px;
	margin: 0px;
	background: #656565;
	color: white;
}

.product-category-list .catlist-product {
    flex-direction: row;
    width: 100%;
}

.product-category-list .catlist-product .cost,
.product-category-list .catlist-product .labour,
.product-category-list .catlist-product .prod-hard-total,
.product-category-list .catlist-product .prod-labour-total {
    /*display: block;
    width: 100%;*/
    visibility: collapse;
    height: 0;
    width: 0;
}

.product-category-list .sub-cats-container .cat-overall-totals {
    flex-direction: row;
    width: 100%;
    border-left: 1px solid #dee2e6;
    background: #3D3D3D;
    color: white;
}

.product-category-list .sub-cats-container .cat-overall-totals .cat-hard-total,
.product-category-list .sub-cats-container .cat-overall-totals .cat-lab-total {
    padding: 5px 15px;
    border-right: 1px solid #dee2e6;
}

.product-category-list .sub-cats-container .cat-overall-totals .cat-total {
    padding: 5px 15px;
}


.product-category-list .sub-cats-container .cat-overall-totals label {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: -4px;
}

.table td,
.table-bordered td{
	vertical-align: middle;
    border: none;
    word-break: normal;
}

.table tr.parent-product,
.table tr.dependent-product {
	background-color: transparent!important;
}

.table tr.music-product td{
	background-color: rgba(105, 194, 79, 1);
	color: white;
}

.table tr.music-product.parent-product td,
.table tr.music-product.dependent-product td{
	background-color: rgba(54, 183, 58, 1);
}

.table tr.music-product.dependent-product td {
	background-color: rgba(54, 183, 58, 0.8);
}

.table span.cell-label {
	display: inline-block;
	width: 100%;
	font-size: 9px;
	line-height: 9px;
	float: left;
	padding-top: 5px;
}

.dataTables_filter {
	font-family: 'Averta';
	font-size: 14px;
    margin: 15px 0px;
}

.dataTables_filter input[type="search"].form-control-sm {
	height: 30px;
	background: #fff;
	border: 2px solid #eeeeee;
	border-radius: 0px;
	font-family: 'Averta';
	font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
    color: #aaaaaa;
    margin: 0px;
}

.table thead th {
	vertical-align: bottom;
    border: none;
	border-top: 3px solid #eeeeee;
	background: transparent;
	color: #aaaaaa;
	white-space: normal;
	word-break: keep-all;
}

.table.room-total-table {
    border: none;
    margin-top: 30px!important;
}

.table.room-total-table thead th {
	border-bottom: none;
    border-top: none;
	background: #69c350;
    color: white;
    text-align: center;
    width: 33.3%;
}

.additional-fees-container .table thead th {
    border-bottom: 3px solid #eeeeee;
    border-top: 0px;
}

.table.room-total-table thead th:first-of-type {
    border-right: 3px solid white;
}

.table.room-total-table thead th:last-of-type {
    border-left: 3px solid white;
}

.table.room-total-table tbody td {
    text-align: center;
}

.table th {
	border-top: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: '\f0d8';
    font-family: "Font Awesome 5 Free";
    right: 0.5em;
    top: 0.6rem;
    line-height: 1;
    font-size: 16px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    right: 0.5em;
    bottom: 0.6rem;
    line-height: 1;
    font-size: 16px;
}

.table-info-filters {
    align-items: center;
}

/****** Table Cards ******/

table.cards {
        background-color: transparent;
    }

.cards tbody img {
    height: 100px;
}

.cards tbody td {
    display: block;
    width: auto;
    overflow: hidden;
    text-align: left;
}

.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    font-weight: normal;
    top: -5px;
    left: -3px;
    float: left;
    color: #808080;
}
.cards tbody td:nth-child(1) {
    text-align: center;
}

.product-list table.cards.table-bordered.dataTable tbody tr,
.building table.cards.table-bordered.dataTable tbody tr,
.product-category-list table.cards.table-bordered.dataTable tbody tr {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.product-list table.cards.table-bordered.dataTable tbody tr:last-of-type td,
.building table.cards.table-bordered.dataTable tbody tr:last-of-type td,
.product-category-list table.cards.table-bordered.dataTable tbody tr:last-of-type td,
.product-list table.cards.table-bordered.dataTable tbody td,
.building table.cards.table-bordered.dataTable tbody td,
.product-category-list table.cards.table-bordered.dataTable tbody td {
    border: none;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}

.product-list table.cards.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.building table.cards.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.product-category-list table.cards.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.product-list table.cards.table-bordered.dataTable tbody td:first-of-type,
.building table.cards.table-bordered.dataTable tbody td:first-of-type,
.product-category-list table.cards.table-bordered.dataTable tbody td:first-of-type {
    border-top: 3px solid #eeeeee;
    flex-direction: column;
    text-align: left;
}

.product-list table.cards.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.building table.cards.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.product-category-list table.cards.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.product-list table.cards.table-bordered.dataTable tbody td:last-of-type,
.building table.cards.table-bordered.dataTable tbody td:last-of-type,
.product-category-list table.cards.table-bordered.dataTable tbody td:last-of-type {
    border-bottom: 3px solid #eeeeee;
}

table.cards td.qty::before,
table.cards td.hardware-cost::before,
table.cards td.labour-cost::before,
table.cards td.hardware-total::before,
table.cards td.labour-total::before,
table.cards td.hardware-total-cost::before,
table.cards td.labour-total-cost::before,
table.cards td.total::before,
table.cards td.product-total-cost::before,
table.cards td.batch-qty::before,
table.cards td.extra::before,
table.cards td.extra-total::before,
table.cards td.sub-cat::before,
table.cards td.sort-fee-total::before {
    content: '';
    display: inline-flex;
    font-weight: bold;
    padding-right: 10px;
}

table.cards td.qty::before {
    content: 'Quantity:';
}

table.cards td.hardware-cost::before {
    content: 'Hardware Cost:';
}

table.cards td.labour-cost::before {
    content: 'Labour Cost:';
}

table.cards td.hardware-total::before,
table.cards td.hardware-total-cost::before{
    content: 'Hardware Total:';
}

table.cards td.labour-total::before,
table.cards td.labour-total-cost::before {
    content: 'Labour Total:';
}

table.cards td.extra::before {
    content: 'Extra:';
}

table.cards td.batch-qty::before {
    content: 'Batch Quantity:';
}

table.cards td.sub-cat::before {
    content: 'Sub-category:';
}

table.cards td.total::before,
table.cards td.product-total-cost::before,
table.cards td.extra-total::before,
table.cards td.sort-fee-total::before {
    content: 'Total:';
}


/****** Modal *******/

body.modal-open {
    overflow: hidden;
}

.prod-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    justify-content: center;
    align-items: flex-start;
}

.prod-modal.open {
    display: flex;
}

.modal-container {
    width: 40%;
    margin: 5% auto 30px auto;
    background: white;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
    -moz-box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
    box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
}

.modal-container.wide {
	width: 60%;
}

.prod-modal#management-fee .modal-body {
    font-size: 14px;
}

.prod-modal#management-fee .modal-body h6 {
    margin-top: 0px;
}

.modal-body .product-info {
    font-size: 14px;
}

.modal-body .details p,
.dir-entry .details p {
    margin-bottom: 10px;
    color: #69c350;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.modal-body .details p b,
.dir-entry .details p b {
    color: #333333;
}



.ui-widget button.prod-modal-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    padding: 0px;
    border: 2px solid #70b751;
    color: #70b751;
    transition: all ease 0.2s;
}

.ui-widget button.prod-modal-btn:hover,
.ui-widget button.prod-modal-btn:focus {
    background: #70b751;
    color: white;
    transition: all ease 0.2s;
}

button.modal-close-btn {
    display: flex;
    background: transparent;
    color: black;
    padding: 0px;
    letter-spacing: 0px;
}

button.modal-close-btn:hover,
button.modal-close-btn:focus {
    color: #69c350;
    background: transparent;
}

button.modal-close-btn i {
    font-size: 34px;
}

.prod-modal .modal-header {
    padding: 30px;
    border-bottom: 3px solid #eeeeee;
}

.prod-modal .modal-header .name {
    color: #69c350;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.05em;
}

.prod-modal .modal-body {
    padding: 30px;
}

.modal-body .featured-image,
.dir-entry .featured-image {
    display: flex;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2020/06/placeholder-featured-image.jpg');
}

/**** Page Builder ****/

.sections-builder-content {
    padding: 50px 0px;
}

.sections-builder-content h6 {
	font-weight: normal;
	color: inherit;
	font-size: 24px;
	padding-top: 0px;
	margin-bottom: 30px;
}

.sections-builder-content h4 {
	color: inherit;
	padding-top: 15px;
}

.sections-builder-content ul li {
	margin-bottom: 5px;
}

/********* Media Queries **********/

/** Small **/
@media (min-width: 576px) {
    

}

/** Medium **/
@media (min-width: 768px) {
    
    #QuoteTabs.ui-tabs .ui-tabs-nav {
        justify-content: flex-start;
        flex-direction: row;
    }
    
    .site-header.featured-image .entry-title {
        margin-top: 2%;
    }
    
    .site-branding {
        padding: 0px;
    }
  
    
    body.page .main-navigation,
    .main-navigation,
    .site-title + .main-navigation {
        visibility: visible;
        position: relative;
        display: inline-flex;
        margin-left: 15px;
    }
    
    .site-branding .mobile-menu {
        visibility: hidden;
        display: none;
    }
    
    .main-navigation .main-menu > li {
        justify-content: center;
    }
    
    
  
}

/** Large **/
@media (min-width: 992px) {
  
}

/** Extra Large **/
@media (min-width: 1200px) {
  
}

/***** Card Query for Tables *****/

@media (max-width: 991px) {
    
    .modal-container {
        width: 90%;
    }
    
    table.dataTable thead {
        display: none;
    }
    
    table.dataTable tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    table.dataTable tbody tr {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
    }
    
    #QuoteTabs .view-actions {
        display: none;
    }
    
    /** Card Styles **/
.product-list table.table-bordered.dataTable tbody tr,
.building table.table-bordered.dataTable tbody tr,
.product-category-list table.table-bordered.dataTable tbody tr {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.product-list table.table-bordered.dataTable tbody tr:last-of-type td,
.building table.table-bordered.dataTable tbody tr:last-of-type td,
.product-category-list table.table-bordered.dataTable tbody tr:last-of-type td,
.product-list table.table-bordered.dataTable tbody td,
.building table.table-bordered.dataTable tbody td,
.product-category-list table.table-bordered.dataTable tbody td {
    border: none;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}

.product-list table.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.building table.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.product-category-list table.table-bordered.dataTable tbody tr:last-of-type td:first-of-type,
.product-list table.table-bordered.dataTable tbody td:first-of-type,
.building table.table-bordered.dataTable tbody td:first-of-type,
.product-category-list table.table-bordered.dataTable tbody td:first-of-type,
.building .table.dataTable tr:hover + tr td:first-of-type,
.product-list .table.dataTable tr:hover + tr td:first-of-type,
.product-category-list .table.dataTable tr:hover + tr td:first-of-type {
    border-top: 3px solid #eeeeee;
    flex-direction: column;
    text-align: left;
}

.product-list table.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.building table.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.product-category-list table.table-bordered.dataTable tbody tr:last-of-type td:last-of-type,
.product-list table.table-bordered.dataTable tbody td:last-of-type,
.building table.table-bordered.dataTable tbody td:last-of-type,
.product-category-list table.table-bordered.dataTable tbody td:last-of-type,
.building .table.dataTable tr:hover + tr td:last-of-type,
.product-list .table.dataTable tr:hover + tr td:last-of-type,
.product-category-list .table.dataTable tr:hover + tr td:last-of-type {
    border-bottom: 3px solid #eeeeee;
}

table td.qty::before,
table td.hardware-cost::before,
table td.labour-cost::before,
table td.hardware-total::before,
table td.labour-total::before,
table td.hardware-total-cost::before,
table td.labour-total-cost::before,
table td.total::before,
table td.product-total-cost::before,
table td.batch-qty::before,
table td.extra::before,
table td.extra-total::before,
table td.sub-cat::before,
table td.sort-fee-total::before {
    content: '';
    display: inline-flex;
    font-weight: bold;
    padding-right: 10px;
}

table td.qty::before {
    content: 'Quantity:';
}

table td.hardware-cost::before {
    content: 'Hardware Cost:';
}

table td.labour-cost::before {
    content: 'Labour Cost:';
}

table td.hardware-total::before,
table td.hardware-total-cost::before{
    content: 'Hardware Total:';
}

table td.labour-total::before,
table td.labour-total-cost::before {
    content: 'Labour Total:';
}

table td.extra::before {
    content: 'Extra:';
}

table td.batch-qty::before {
    content: 'Batch Quantity:';
}

table td.sub-cat::before {
    content: 'Sub-category:';
}

table td.total::before,
table td.product-total-cost::before,
table td.extra-total::before,
table td.sort-fee-total::before {
    content: 'Total:';
}
    
.building .table.dataTable tr:hover td,
.product-list .table.dataTable tr:hover td,
.product-category-list .table.dataTable tr:hover td,
.building .table.dataTable tr:last-of-type:hover td,
.product-list .table.dataTable tr:last-of-type:hover td,
.product-category-list .table.dataTable tr:last-of-type:hover td,
.building .table.dataTable tr:hover + tr td,
.product-list .table.dataTable tr:hover + tr td,
.product-category-list .table.dataTable tr:hover + tr td {
    border-top: none;
    border-bottom: none;
}
    
    
}