/*
 Sam Conveyancing LTD 2024
All Rights Reserved
*/
/* 
    Created on : 2 Feb 2024, 12:00:54
    Author     : William Worth <william@watmanworth.co.uk>
*/

/*** Zedz****/

.z1 {
    z-index:1;
}

.z2 {
    z-index:2;
}

.z3 {
    z-index:3;
}

.z4 {
    z-index:4;
}

.z-max {
    z-index:1000;
}

/*****GENERAL RESET******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}


html {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: auto;
    text-rendering: optimizeLegibility;
    font-display: optional;
}

body {
    width: 100%;
    height: auto;
    letter-spacing: normal;
    word-spacing: normal;
    cursor: default;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline:0;
}


/****CLASSES RESET******/

div {
    vertical-align:top;
}

label {
    display:block;
}

.missing {
    padding: 8px 12px;
    background-color: #efefef;
}

.inflate, .slide .link, .slide .link .wrap {
    position:   absolute!important;
    top:        0px!important;
    right:      0px!important;
    bottom:     0px!important;
    left:       0px!important;
    color:transparent !important;
    z-index:1000;
}

.inflate span {
    bottom: 0;
    display: none;
    font-size: 12px;
    font-weight: bold;
    left: auto;
    padding: 4px 0 0;
    position: absolute;
    right: 0;
    top: auto;
}
.inflate:hover span {
    display:block;
}

.close_container {
    text-align:right;
    clear:both;
}
.disabled {
    opacity:0.5;
    cursor:default;
}

.static {
    position:static !important;
}

/******CONTENT RESET*****/


/**********FONTS***********/


/*********TIER 1 HEADING**********/


h1 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 8px;
    color: #000;
}

/*********TIER 2 HEADING**********/

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
}


/*********TIER 3 HEADING**********/

h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
}


h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom:2px;
}


/****BODY TEXT******/

p {
    font-size:14px;
    line-height: 24px;
    margin-bottom: 12px;
}



/******ELEMENTS****/



button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

textarea {
    overflow: auto;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button, input[type="submit"] {
    overflow: visible;
}

button, select, input[type="submit"] {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button, .button, a, a.button, input[type="submit"], input[type="reset"], input[type="button"], select, input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    background-repeat:no-repeat;
}

mark {
    color: #000;
    background:#ff0;
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin:0;
}

hr {
    height: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    border-top: 1px solid #ccc;
}


audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
optgroup {
    font-weight: bold;
}

b, strong {
    font-weight:bold !important;
}

/*******Links***********/


a:link, a:active, a:visited, a:hover, button, .button, .reviews .create_button a {
    text-decoration: none;
}


a:link {
    text-decoration:underline;
    font-weight:bold;
}

.nopointer {
    cursor:default;
}


/****LISTS****/

ul {
    list-style-type:    disc;
    list-style-position:inside;
}

li {
    display: list-item;
    font-size: 1em;
    height: auto;
    line-height: 1.4em;
}

li a:link {
    display:inline-block;
}

/****IMAGE & video****/

img, iframe {
    max-width:100%;
    height:auto;
    vertical-align: middle;
    margin:auto;
    display:inline-block;
}



/*******INPUTS*********/

input, select, textarea {
    display: inline-block;
}

input[type="text"], input[type="email"], input[type="number"], select, textarea, input[type="password"], input[type="date"], input[type="datetime-local"] {
    cursor: text;
    width: 100%;
    padding: 4px 12px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color:#111;
    border-radius: 4px;
    border: 1px solid #ccc;
}

textarea {
    min-height: 200px;
    line-height: 20px;
}



.multi-select-container.checkbox-value > input {
    margin-right:4px;
}

.multi-select-container.checkbox-value > label {
    width: 90%;
    display: inline-block;
}



/********buttons***********/

.button, input[type="submit"] {
    margin-right: 4px;
    border-radius: 12px;
    text-decoration: none !important;
    background-color: #693db8;
    color: #fff !important;
}

.button {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 12px;
}

input[type="submit"], .button.large {
    font-size: 16px;
    padding: 8px 16px;
    line-height:24px;
    border:0;
}


.button.save {
    background-color: green;
}

/*******SYSTEM CLASSES*********/

.padding-top-large {
    padding-top:24px;
}
.padding-bottom-large {
    padding-bottom:24px;
}


/*******WARNING DEFAULTS********/

.mod-warning-warning {
    max-width: 800px;
}

.mod-warning-mask {
    background-color:rgba(0, 0, 0,0.25);
}

.mod-warning-warning .button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px !important;
    background-color: darkred;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}


/*******LOGIN**********/


.mod_samson_component_login {
    background-color: #693db8;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 8px;
    max-width: 500px;
    margin: 100px auto !important;
    box-shadow: 0px 18px 22px -12px #000;
}

.mod_samson_component_login label {
    color:#fff;
}

.mod_samson_component_login .button.large {
    border:1px solid #fff;
}

/************HEADER**************/

.header {
    background-image: linear-gradient(to right, #78b7e2, #2a0b42);
    padding: 12px 30px;
    display: flex !important;
    align-items: center;
}

.header .menu li {
    margin-left:8px;
}

.header .menu li a {
    padding: 4px 4px 2px;
    display: inline-block;
    text-decoration: none;
    text-align: center !important;
    border: 1px solid transparent;
    border-radius: 8px;
}

.header .menu li.active > a {
    background-color: rgba(0, 0, 0,0.3);
    border: 1px solid #fff;
}

.header .menu li:hover > a {
    background-color: rgba(0, 0, 0,0.1);
    border: 1px solid #fff;
}

.header .menu li.active:hover > a {
    background-color: rgba(0, 0, 0,0.3);
    border: 1px solid #fff;
}

.header .menu > ul > li > a > span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    line-height: 14px;
    text-align: center !important;
}

.header .menu > ul > li > a > img {
    display: inline-block;
    margin: auto !important;
    width: 24px;
}

/********SEARCH******/


.layout-component.search .button.open-search,
.layout-component.open-to-do #to-do-list-button,
.layout-component.new-lead > .button,
.layout-component.auto-emails .button.open-view {
    border: 1px solid #fff;
    height: 47px;
    line-height: 47px;
    font-size: 12px !important;
    width: 100%;
    text-align: center;
    /*background-position: 8px center;
    background-size: 32px;*/
    vertical-align: top;
    border-radius: 12px;
    display: inline-block;
    color:#fff;
    font-weight:bold;
}

.layout-component.search .button.open-search {
    background-color: #4f93c1;
    padding: 0px 20px;
    /*padding: 0px 12px 0px 32px;
    background-image: url("/samson/images/icons/lead-search");*/
}

.layout-component.auto-emails .button.open-view {
    padding: 0px 20px;
    background-color: #b71717;
}

.layout-component.search > .search-form h2 {
    margin-bottom: 16px;
}

.layout-component.search > .search-form * {
    text-align:left !important;
}

.layout-component.search > .search-form {
    display: none;
    position: absolute;
    width: 500px;
    height: 600px;
    background-color: rgba(103, 58, 183, 0.9);
    padding: 20px 30px;
    right: 0;
    color: #fff;
    margin-bottom: 0px;
    top: 60px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.7);
}

.layout-component.search > .search-form a.button {
    background: #750c88;
    margin: 10px 0px;
    border: 1px solid #ccc;
}

.layout-component.search > .search-form .search-fields {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

.layout-component.search > .search-form label {
    font-weight: bold;
}

.layout-component.search > .search-form input[type]:not([type="checkbox"]), .layout-component.search > .search-form select {
    height: 35px;
    width: 95%;
}

.layout-component.search > .search-form .search-fields > .layout-component {
    margin-right: 0px !important;
    margin-bottom: 12px;
}

.layout-component.search > .search-form .search-fields > .layout-component.checkbox {
    display: flex;
    align-content: center;
    align-items: center;
}

.layout-component.search > .search-form .search-fields > .layout-component.checkbox > .multi-select-container {
    width:100%;
}

/**** Auto Emails ******/

.layout-component.search > .search-form * {
    text-align:left !important;
}

.layout-component.auto-emails > .view {
    display: none;
    position: absolute;
    height: 600px;
    background-color: white;
    padding: 12px;
    right: 24px;
    color: black;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    scrollbar-width: thin;
    top: 80px;
    box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.5);
}

/********FIXED SAVE***********/

#external-providers .samson-dashboard-right-pane {
    position: relative;
    border: 1px solid #ccc;
    padding: 12px;
    background-color: #efefef;
}

.top-right-button-one-fixed {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 20px;
    padding: 12px;
    border-radius: 0px !important;
    margin: 0px;
    display: inline-block;
    width: auto;
    left: auto;
}



/**********NEW LEAD********/

.layout-component.new-lead > .button {
    background-color: #97b438;
    padding: 0px 20px;
    /*background-image: url("/samson/images/icons/add-new");
    padding: 0px 12px 0px 38px;*/
}


/**** Samson Tabs *****/


#samson-tabs {
    padding: 0px !important;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 0px 30px;
}

/***TABS NAV*******/

#samson-tabs > .ui-tabs-panel {
    padding: 12px 20px;
    background-color: rgba(255,255,255, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
    height: 82vh !important;
}

#samson-tabs > .ui-tabs-nav {
    margin-top: 12px;
    padding: 12px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#samson-tabs .tab-indicator {
    background-color: #f00505 !important;
    font-size: 12px;
    height: 22px;
    width: 22px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
}

.samson-dialogue-tabs .tab-indicator {
    background-color: #f00505 !important;
    font-size: 12px;
    height: 22px;
    width: 22px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
}


#samson-tabs > .ui-tabs-nav .ui-tabs-tab {
    border: none;
    border-right: 1px solid #ccc !important;
    background: transparent;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#samson-tabs > .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    background-color: rgba(255,255,255,0.3) !important;
    padding: 2px;
}


#samson-tabs > .ui-tabs-nav .ui-tabs-tab a {
    padding: 6px 12px 6px !important;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

/********SAMSON TABS CONTEXT MENU - RIGHT CLICK********/

.tab-header .context-menu {
    position: absolute;
    left: 13px;
    width: 120px;
    background-color: #2a0b42;
    top: 28px;
    z-index: 100;
    padding: 4px;
    border: 1px solid #fff;
}

.tab-header .context-menu .button {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin: 4px 0px !important;
}

.context-menu a.button.reload {
    background-color: #4f93c1 !important;
}

/*************SAMSON GRID*************/

.layout-component.samson-grid {
    height: 1000px;
    overflow-y: auto;
}
.layout.samson-grid {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.samson-grid .iteration {
    display:table-row-group;
}

.samson-grid .iteration > .layout-cell {
    display:table-row;
}


.samson-grid .iteration > .layout-cell > .layout-component {
    display: table-cell;
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    vertical-align: middle !important;
    line-height: 20px;
}


.samson-grid .iteration.grid-heading > .layout-cell > .layout-component {
    background-color: #2a0b42;
    color: #fff;
    font-weight: bold;
    font-size: 16px !important;
    padding: 8px !important;
    position: sticky;
    top: 0;
}

/********SAMSON GRID COLUMNS*********/

.sgrid-slim {
    width: auto;
    display: inline-block;
    min-width: 100px;
}

.sgrid-wide {
    width: auto;
    display: inline-block;
    min-width: 200px;
    max-width: 300px;
}


/**************DASHBOARD************/

.dashboard-main-content > .i, .dashboard-output > .i {
    background-color:#fff;
    border:1px solid #ccc;
    padding:12px;
}


.dashboard-menu-grid {
    display: flex !important;
    gap: 2%;
    flex-wrap: wrap;
}

.dashboard-menu-grid > .menu-item {
    width:15%;
}

.dashboard-menu-grid > .menu-item > a {
    padding: 12px 12px 12px 42px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    border-radius: 8px;
    background-color: #693db8;
    background-image: url("/samson/images/icons/setting");
    color: #fff;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 24px;
}


/***********DASHBOARD OUTPUT**********/


.dashboard-output > .i > .button.fix-right {
    position: absolute;
    top: 18px;
    right: 12px;
    display: inline-block;
}

.scroll-list-container {
    height: 600px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.samson-dashboard-right-pane > .scroll-list-content {
    border: 1px solid #ccc;
    padding: 12px;
    height: 600px;
    overflow-y: scroll;
    scrollbar-width: thin;
}


.updatebutton.updatebuttonfixed.save {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: green;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px #000;
}

.dashboard-output select {
    width: auto;
}

.dashboard-output td select {
    width: 100%;
}


/********SECTION FOOTER CONTROLS*******/

.section-controls {
    text-align:center;
}

.section-controls .button.save {
    background-image: url("/samson/images/icons/diskette");
    background-position: 8px center;
    padding-left: 38px;
    background-color: #82ab30;
}


/*****EMAIL CSS******/


.ͼ1.cm-editor {
    border: 1px solid #ccc;
    margin-bottom: 12px;
}


/*********CASE PROGRESS**********/


.services-list > .headings > div {
    padding:6px;
    background-color:#ccc;
}

.services-list .service-category {
    border: 1px solid #ccc;
    margin-bottom: 8px;
}

.services-list .service-category > .headings > div {
    color: #fff;
    font-size: 16px;
    padding: 6px;
    line-height: 20px;
    margin: 0px;
    font-weight: bold;
}

.cp-service, .service-category .headings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-category .headings {
    background-color: #2a0b42;
}


.cp-service > div {
    padding: 6px;
    font-size: 16px;
    margin: 0px !important;
}

.cp-service + .cp-service {
    border-top:1px solid #ccc;
}

.cp-service select {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 0px !important;
}






/****CONTROL PANEL*****/

.service-categories {
    background-color: #fff;
    padding: 12px;
}

.service-categories * {
    color:#000;
    font-size:14px;
}

#email-groups > .samson-grid > .samson-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 4px;
    background-color: #693db8;
}

#email-groups > .samson-grid > .samson-grid-row > .samson-grid-cell {
    display: inline-block;
    margin: 0px !important;
    color: #fff;
    font-size: 14px;
    padding: 4px;
}

.samson-collapsible > .samson-grid {
}

.samson-collapsible > .samson-grid > .samson-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.samson-collapsible > .samson-grid > .samson-grid-row > .samson-grid-cell {
    display: inline-block;
    margin: 0px !important;
}


.samson-collapsible-content {
    padding-left: 12px;
    padding-top: 12px;
    border-left: 1px solid #ccc;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.samson-collapsible-content .samson-grid {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.samson-collapsible-content .samson-grid > .samson-grid-row {
    display:table-row;
}

.samson-collapsible-content .samson-grid .grid-heading .samson-grid-cell {
    background-color:#efefef;
}

.samson-collapsible-content .samson-grid .samson-grid-cell {
    display: table-cell !important;
    border: 1px solid #ccc;
    padding: 6px;
}

/****PANES****/

.samson-dashboard-right-pane {
    width:0%;
    padding: 0px 12px;
    vertical-align:top;
}

.samson-dashboard-left-pane {
    width:100%;
}

.samson-dashboard-left-pane.collapsed {
    overflow:hidden;
}

.samson-dashboard-left-pane.collapsed .samson-grid {
    overflow:hidden;
}


.samson-dashboard-right-pane label {
}
.samson-dashboard-right-pane .button {
}


/*************END SAMSON GRID*************/


/*********DIALOGUE********/

.ui-widget-overlay {
    background: #000;
    opacity: 0.75;
}

.ui-widget, .ui-widget * {
    box-sizing:border-box;
}

.ui-widget.ui-widget-content.ui-front > .ui-dialog-content {
    padding:0px 12px 12px;
    max-height: 90% !important;
}



/*********UI POP UP********/

.ui-widget.ui-widget-content {
    padding: 0px !important;
}

ul.ui-widget-header {
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-weight: bold;
    padding: 0px !important;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    border-radius: 2px 2px 0px 0px !important;
    position: sticky;
    top: 0px;
    z-index: 200;
}


.samson-lead-dialogue .ui-tabs .ui-tabs-nav li {
    margin: 0px !important;
    background-color: transparent;
    border-right: 1px solid #ccc !important;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-radius: 0px !important;
}

.samson-lead-dialogue .ui-tabs .ui-tabs-nav li a {
    color: #333;
}


/********LEAD INFO***********/

.lead-field > label {
    display:inline-block;
    width:200px;
}
.lead-field > span {
    display:inline-block;
    width:400px;
}

.lead-field > span > .lead-symbol {
    position: absolute;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.lead-field input[type="text"], .lead-field input[type="number"] {
    padding: 4px 24px;
}

.referrer-results {
    position:absolute;
    height:250px;
    text-align:right;
    width:100%;
    overflow:auto;
    padding-right:12px;
    background-color:white;
}



/********LEAD TAB*********/

.normalise > .flex-cols {
    display:flex;
    gap: 2%;
}

.normalise > .flex-cols > .data-content {
    border-right: 1px solid #ccc;
    padding: 0px 24px;
}

.normalise > .flex-cols > .data-content.iend {
    border-right: 0px solid #ccc;
}

.normalise .data-content .layout-component {
    padding-bottom: 2px;
    padding-top: 2px;
}

.normalise .title {
    font-size:20px;
    line-height:24px;
}

.normalise .split, .tp-fields .tp-field {
    display: flex;
    gap: 1%;
}

.normalise .split > label, .tp-fields .tp-field > label {
    width: 30%;
    line-height:30px;
}

.normalise .split > .content, .tp-fields .tp-field > input,
.tp-fields .tp-field > select {
    width: 70%;
    text-align: left;
    margin-bottom: 0px !important;
    line-height: 30px;
    word-break: break-word;
}


.normalise .split > label,
.normalise .split > .content,
.sub-info > label,
.interaction-log .content > div > label,
.interaction-log .content > div {
    font-size: 16px;
    flex-grow: 1;
}




.normalise .user-select select,
.normalise .split select,
.normalise .split input[type="text"],
.normalise .split input[type="email"],
.normalise .split input[type="number"],
.normalise .split input[type="date"],
.normalise .split input[type="datetime-local"] {
    height: 32px;
    font-size: 16px !important;
}











.sub-users-box .content {
    padding: 4px;
    font-size: 12px;
    margin-top: 4px;
}

.retrieval-code .content > .button {
    margin-left:8px;
}
.interaction-log .content > div {
}
.interaction-log .content > div > label {
    display: inline-block;
    margin-right: 0px;
    width: 30%;
}

.email-marketing, .sub-info {
    border: 1px solid #ccc;
    padding: 8px !important;
    font-size: 14px;
    background-color: rgba(239, 239, 239,0.25);
    margin-top:8px;
    margin-bottom:8px;
}
.email-marketing > label {
    font-weight:bold;
}
.email-marketing > .content > div {
    line-height:30px;
}
.email-marketing > .content > div > label, .email-marketing >.content > div > input[type="checkbox"] {
    display: inline-block;
    margin-right: 8px;
}
.opt-link {
    width:100% !important;
    display:inline-block;
}

.layout-component.email-template-list > .template-list {
    max-height:100%;
    overflow:auto;
}



/*********LEAD CONTROLS***********/


.samson-lead-dialogue .ctrls {
    position: relative;
    bottom: 0px;
    border-top: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%;
    left: 0px;
    text-align: center;
}

.samson-lead-dialogue .ctrls .button {
    border:1px solid #ccc;
}

/**********STRUCTURE TABLE************/

.structure-table {
    background: white;
    color: black !important;
    display: table;
    width: 100%;
    border-collapse: separate;
}

.structure-table-headings {
    position: sticky;
    top: 71px;
    z-index: 100;
}

.structure-table .structure-table-headings {
    background: #1C1C1C;
    color: white;
    display: table-row;
    width: 100%;
}

.structure-table .structure-table-headings > div:first-child {
    border-left: 1px solid #ccc;
}

.structure-table .structure-table-headings > div {
    color: white;
    padding: 8px 6px;
    display: table-cell;
    border-right: 1px solid #ccc;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px !important;
    vertical-align: middle;
}

.structure-table .structure-table-contents {
    width: 100%;
    display: table-row-group;
    z-index: 90;
    position: relative;
}

.structure-table .structure-table-contents > div {
    display: table-row;
    width: 100%;
}


.structure-table .structure-table-contents > div > div {
    display: table-cell !important;
    border-right: 1px solid #ccc;
    padding: 4px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

.structure-table .structure-table-contents > div > div:first-child {
    border-left: 1px solid #ccc;
}

.fixed-bottom {
    padding-bottom: 80px;
}

.fixed-controls {
    position: sticky;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 200;
    background-color: #fff;
    left: 0px;
    padding: 8px;
}


/*******SIMPLE LISTS************/


.simple-list {
    background: white;
    color: black !important;
    display: table !important;
    width: 100%;
    border-collapse: separate;
}

.simple-list.collapsed {
    display: inline-block !important;
    padding-right: 24px;
}

.simple-list .list-headings {
    background: #1C1C1C;
    color: white;
    display: table-row;
    width: 100%;
}

.simple-list .list-headings > div {
    color: white;
    padding: 8px 6px;
    display: table-cell;
    border-right: 1px solid #ccc;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px !important;
    vertical-align: middle;
}


.simple-list .list-members {
    width: 100%;
    display: table-row-group;
    z-index: 90;
    position: relative;
}

.simple-list .list-members > .list-member {
    display: table-row;
    width: 100%;
}

.simple-list .list-members > .list-member > div {
    display: table-cell !important;
    border-right: 1px solid #ccc;
    padding: 4px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    word-break: break-all;
}

.simple-list .list-members > .list-member > div .button {
    word-break: keep-all;
}

.simple-list .list-members > .list-member > div:first-child {
    border-left: 1px solid #ccc;
}

.simple-list.collapsed .list-members > .list-member > div {
    font-size: 12px;
}


#base-email-css {
    background-color: white;
    color:black;
}




/***********EXPANDING TABS**********/


.samson-lead-dialogue .layout-component.tabs {
    display: inline-block;
    width:94%;
}

.samson-lead-dialogue .layout-component.side-tabs {
    display: inline-block;
    width: 5%;
    margin-right: 0px !important;
}


.samson-lead-dialogue .layout-component.tabs.expanded {
    width: 65%;
}

.samson-lead-dialogue .layout-component.side-tabs.expanded {
    width: 34%;
}








.samson-lead-dialogue .layout-component.side-tabs .vertical-buttons {
    /*
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;*/
    margin: 0;
    padding: 0;
    list-style: none;
    height: 30px;
    right: 0px;
    left: auto;

    top: 0px;
    width: 560px;
    position: absolute;

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-556px, 494px);
    -moz-transform: rotate(-90deg) translate(-556px, 494px);
    -o-transform: rotate(-90deg) translate(-556px, 494px);
    transform: rotate(-90deg) translate(-556px, 494px);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.samson-lead-dialogue .layout-component.side-tabs .vertical-buttons > a {
    background-color: #2a0b42;
    color: #fff !important;
    padding: 4px 30px 4px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    max-width: none;
    float: right;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
}

.samson-lead-dialogue .layout-component.side-tabs .vertical-buttons > a.active {
    background: #693db8;
}

.samson-lead-dialogue .layout-component.side-tabs section {
    position: absolute;
    top:12px;
    margin-left: calc(100%);
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    padding: 12px;
    width: 80%;
    overflow-y: auto;
    scrollbar-width: thin;
    display:none;
    opacity:0;
    display:none;
}

.samson-lead-dialogue .layout-component.side-tabs.expanded section.open {
    display:block;
    opacity:1;
}

.sales-person-option span.colour-block {
    height:20px;
    width:20px;
}

.name-box {
    color: #FFFFFF;
    padding: 1px;
    text-align: center;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.name-box span {
    vertical-align:middle;
    display:table-cell;

}

.layout-component .numbers-summary.table {
    display:table;
    border-collapse: collapse;
    margin-right: 0px;
    margin-left: auto;
}

.numbers-summary.table .table-row {
    display:table-row;
}


.numbers-summary.table .table-row:first-child {
}

.layout-component .numbers-summary.table .table-row.numbers-summary-header .table-cell {
    font-weight: bold;
}

.layout-component .numbers-summary.table .table-row .table-cell {
    padding: 5px;
    display: table-cell;
    border: 1px solid #efefef;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    background: #fff;
}
.layout-component .numbers-summary.table .table-row .table-cell,
.layout-component .numbers-summary.table .table-row .table-cell * {
    text-align: center !important;
}


.numbers-summary.table .table-row:first-child .table-cell {
}

.numbers-summary.table .notes-available {
    padding-right: 22px;
    background-image: url('/images/report.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
}

.fee-table th {
    background-color: #2a0b42;
    color: #fff;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.fee-table td {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
}

.fee-table .currencyinput {
    width: 100% !important;
    background-color: #ffe7d3;
}

.fee-table th, .fee-table td {
    font-size: 14px;
}

/**********SUMMARY LAPTOP***************/


@media screen and (max-width:1800px) {

    .numbers-summary.table .table-row:first-child .table-cell {
        font-size: 12px;
        font-weight: bold;
    }

    .numbers-summary.table .table-row .table-cell {
        padding: 4px 12px;
        font-size: 14px;
    }

}


@media screen and (max-width:1400px) {

    .numbers-summary.table .table-row:first-child .table-cell {
        font-size: 10px;
    }

    .numbers-summary.table .table-row .table-cell {
        padding: 4px;
        font-size: 12px;
    }
}

/** Quote Tab Components **/

.bullet-text-editable {
    min-height:50px;
    width:100%;
}

textarea.auto-grow.freetext {
    line-height: initial !important;
    min-height: initial !important;
    width: 50% !important;
}

/** End Quote Tab Components **/

.history .mod_samson_lead_dialogue_component_history {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.history .mod_samson_lead_dialogue_component_history > .iteration {
    display: table-row-group;
}
.history .mod_samson_lead_dialogue_component_history > .iteration > div {
    display: table-row;
}

.history .mod_samson_lead_dialogue_component_history > .iteration > div > div {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 8px;
}

/***********STANDARD TABLE************/

.scroll-table {
    height: 500px;
    overflow-y: scroll;
}


.standard-table {
    background-color: white;
    color:#000000;
    width:100%;
}

.standard-table th {
    text-align: left;
    border:1px solid #ccc;
    font-size:12px;
    padding: 4px;
    vertical-align: middle;
    background-color:#333;
    color:#fff;
}

.standard-table td {
    text-align: left;
    border:1px solid #ccc;
    font-size:12px;
    padding: 4px;
    vertical-align: middle;
}

.standard-table.fixed-headings thead tr th {
    position: sticky;
    top: 0;
    z-index: 100;
}


.standard-table tr:nth-child(even) {
    background-color: #f2f2f2;
    color:black;
}

.standard-table.center-align th {
    text-align: center;
}

.standard-table.center-align td {
    text-align: center;
}

.samson-dialogue-tabs ul {
    z-index:2;
}

.samson-dashboard-left-pane.collapsed, .samson-dashboard-right-pane.expanded {
    border:1px solid #ccc;
    height:700px;
    overflow-y:scroll;
}

div.samson-lead-tab {
    min-height: 600px;
}

.wide-dialogue {
    width: 650px;
}

ul.email-group-menu {
    width: 250px;
}

.samson-lead-dialogue .template-groups {
    position:absolute;
}

.layout-component.emails .layout-compnent.send {
    position:relative;
}

.layout-component.emails .scheduled-send {
    position:absolute;
    right: 6px;
    top: 0px;
}

.duplicates-dialogue table.duplicates {
    height:350px;
}