html {
    scroll-behavior: smooth;
}
body {
    margin: 0px;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    color: var(--text);
    background-color: var(--bg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectable {
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

form {
    margin: 0px;
    padding: 0px;
}

form {
    display: inline-block;
    width: auto;
}
.center {
    text-align: center;
    width: 100%;
}
.center > div,
.center > table,
.center > form {
    margin-left: auto;
    margin-right: auto;
}

*:not(select[multiple] *):not(#calendar *):not(.minicolors-swatch *):not(.minicolors-panel *):not(.emojionearea *) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zc {
    color: #999;
    border-color: #2F2F2F;
}

table caption {
    display: none;
}

.noscroll {
    overflow: hidden;
    padding-right: 12px;
}
.nobr {
    white-space: nowrap;
    hyphens: none;
}

*:not(.whatever):not(.whatever2)::-webkit-scrollbar {
    width: 12px;
}
*:not(.whatever):not(.whatever2)::-webkit-scrollbar-track {
    background: #f4f7fa;
}
*:not(.whatever):not(.whatever2)::-webkit-scrollbar-thumb {
    background: #cfd7de;
    border: 2px solid #f4f7fa;
}
*:not(.whatever):not(.whatever2)::-webkit-scrollbar-thumb:hover {
    background: #616870;
}

div {
    margin: 0px;
    padding: 0px;
}

.il {
    display: inline-block;
    width: auto !important;
}

textarea::-moz-selection,
input::-moz-selection {
    color: var(--text);
    background: var(--primary);
}
textarea::selection,
input::selection {
    color: var(--text);
    background: var(--primary);
}

select {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    align-items: center;
    position: relative;
    border: 1px solid #777;
    border-radius: 2px;
    padding: 3px 15px 3px 5px;
    font-size: inherit;
    cursor: pointer;
    line-height: 1;
    width: auto;
    background-color: #f7f7f7;
    color: #2f2f2f;
    background-image: url("https://storage.googleapis.com/pilcrm1/images/arrow_down.png");
    background-position: center right 5px;
    background-repeat: no-repeat;
}
select:disabled {
    background-color: #eee;
    cursor: not-allowed;
}
select[multiple] {
    background-image: none;
    padding: 3px 5px;
}

.primary {
    color: #111111;
}
.primary:hover {
    color: var(--primary);
}

html,
body {
    height: 100%;
    margin: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    font-family: "Lucida Grande", Arial, sans-serif;
}
/* div:not(.emojis){margin:0px;padding:0px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility: hidden;}*/
table {
    padding: 0px;
    border: none;
    margin: 0px;
}
form {
    width: 100%;
}
.b {
    font-weight: bold;
}
.itl {
    font-style: italic;
}
.values2 {
    font-size: 11px;
}
hr,
form {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
img {
    border: none;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #0099ff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0099ff;
    color: #fff;
    text-shadow: none;
}
a:not(#calendar *):not(.tbl_headers *):not(.button) {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover:not(#calendar *):not(.tbl_headers *) {
    cursor: pointer;
    outline: none;
    text-decoration: underline;
}
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    color: #333; /*-webkit-appearance:none;*/
    border-radius: 0;
    box-sizing: border-box;
}
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    padding: 4px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}
/*input[type='checkbox'] {-webkit-appearance:checkbox !important;}*/
/*input[type='radio'] {-webkit-appearance:radio !important;}*/
input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}
input[type="button"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}
/*input[type='range']{-webkit-appearance:range !important;}*/
.placeholder {
    color: #aaa;
    text-align: left !important;
}
/*.txtbox{border:1px solid #CCC;padding:10px 10px;color:#000;outline:none;display:inline-block;margin-bottom:10px;text-align:left;font-size:14px;}*/
input:disabled {
    background-color: #eee !important;
    border: 1px solid #aaa;
    cursor: default !important;
}
.c {
    text-align: center !important;
}
.lc {
    text-align: left !important;
}
.cl {
    text-align: center !important;
}
.r {
    text-align: right !important;
}
.rc {
    text-align: right !important;
}
.lr {
    text-align: left !important;
}
.l {
    text-align: left !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.m0 {
    margin: 0px !important;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.lh40 {
    line-height: 40px;
}

.naNull {
    color: #ccc !important;
    display: inline-block;
    width: inherit;
    font-size: inherit !important;
}

.subheading {
    font-weight: bold;
}
h2.underline {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 24px;
    display: inline-block;
}
h2.underline span {
    float: right;
    display: block;
    line-height: 24px;
}
h2.underline span a {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}
h2.underline span em {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
h2.mt0 {
    margin-top: 0px;
}

h3.underline {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 24px;
    display: inline-block;
}
h3.underline span {
    float: right;
    display: block;
    line-height: 24px;
}
h3.underline span a {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}
h3.underline span em {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
h3.mt0 {
    margin-top: 0px !important;
}

h3 span {
    display: inline-block;
    float: right;
}

h4 span {
    display: inline-block;
    float: right;
}

strong.underline {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

div.underline {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    line-height: 24px;
    display: inline-block;
}
div.underline span.fr:not(.sddtxtbox2):not(span.selection) {
    float: right;
    display: block;
    line-height: 24px;
}

.mm-navbar a {
    font-size: 16px !important;
}
/*
.mm-navbar{height:50px !important;}
.mm-navbar>*{padding:6px 0px !important;}
*/

#container {
    margin-top: 50px;
}

.dtxt {
    text-decoration: none !important;
    color: #aaa;
}
.dtxt:hover {
    text-decoration: none !important;
    color: var(--text);
}

/*
section.range-slider {
position: relative;
width: 100px;
height: 20px;
text-align: center;
display: inline-block;
margin-bottom:15px;
}
section.range-slider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 15px;
width: 100px;
outline: none;
height: 18px;
margin: 0;
padding: 0;
display: inline;
-webkit-appearance:auto !important;
}
section.range-slider input::-webkit-slider-thumb {
pointer-events: all;
position: relative;
z-index: 1;
outline: 0;
}
section.range-slider input::-webkit-slider-thumb{

}
section.range-slider input::-webkit-slider-thumb:active {
background:lightblue;
}
section.range-slider input::-webkit-slider-thumb {
background: steelblue;
border: 1px solid white;
}

section.range-slider input::-moz-range-thumb {
pointer-events: all;
position: relative;
z-index: 10;
-moz-appearance: none;
width: 8px;
}
section.range-slider .rangeValues{
font-size:11px;
line-height:11px;
letter-spacing:1px;
width: 100px;
text-align: center;
display: inline-block;
}
*/

.trumbowyg-button-pane button {
    font-size: 0;
}
.trumbowyg-link-button:before {
    color: rgba(0, 0, 0, 0.847) !important;
}
.trumbowyg-button-pane button::before {
    font-size: 19px;
}
.trumbowyg-button-pane button::after {
    font-size: 19px;
}
.trumbowyg-template-button {
    font-size: 14px !important;
}
.trumbowyg-editor[contenteditable="true"]:empty::before {
    content: attr(placeholder);
    color: #999;
}
.trumbowyg-historyUndo-button:after {
    font-family: FontAwesome;
    content: "\f0e2";
}
.trumbowyg-historyRedo-button:after {
    font-family: FontAwesome;
    content: "\f01e";
}

section.range-slider {
    position: relative;
    width: 100px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    background-color: transparent;
}
section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    background-color: transparent;
    /* width: 100px;*/
    /* outline: none;*/
    /* height: 18px;*/
    /* margin: 0;*/
    /* padding: 0;*/
    /* display: inline;*/
    /* -webkit-appearance:auto !important;*/
}
section.range-slider input[type="range"] {
    width: 100%;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 4px;
}
section.range-slider input[type="range"],
section.range-slider input[type="range"]::-webkit-slider-runnable-track,
section.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
section.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: #aaa;
}
section.range-slider input[type="range"]::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: steelblue;
    border-radius: 50%;
    border: 1px solid white;

    pointer-events: all;
    z-index: 10;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
section.range-slider input[type="range"]::-webkit-slider-thumb:active {
    background: lightblue;
}
section.range-slider input[type="range"]::-webkit-slider-thumb::before {
    position: absolute;
    content: "";
    height: 8px; /* equal to height of runnable track */
    width: 500px; /* make this bigger than the widest range input element */
    left: -502px; /* this should be -2px - width */
    top: 8px; /* don't change this */
    background: #777;
}
section.range-slider .rangeValues {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    width: 100px;
    text-align: center;
    display: inline-block;
}

section.range-slider.dis input[type="range"]::-webkit-slider-thumb,
section.range-slider.dis input[type="range"]::-webkit-slider-thumb:active {
    background: #ccc;
    cursor: not-allowed;
}
section.range-slider.dis .rangeValues {
    /* display: none;*/
    color: #cccccc;
}

#company_name_error,
#strain_other_msg {
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #cc3d3f;
}
#strain_other_msg li {
    color: #333;
}

/*.txtbox:focus,.txtbox:active{border-color:#09F !important;outline:none;}*/
.stxtbox,
.ddtxtbox {
    width: 100%;
    margin-bottom: 10px !important;
}
.stxtbox.wa,
.ddtxtbox.wa {
    width: auto;
    margin-bottom: 0px !important;
}

.dtxtbox {
    border: 1px solid #333;
    padding: 10px !important;
    color: #333;
    background: #f7f7f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: not-allowed;
}
.txtbox.red {
    border-color: #f00 !important;
}
/* label{margin-bottom:10px;display:inline-block;font-size:12px;line-height:12px;vertical-align:middle;cursor:pointer;text-transform:uppercase;letter-spacing:1px;}*/
.b {
    font-weight: bold;
}
/* *:not(#google_translate_element){-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*/
.page_header {
    font-weight: bold;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.page_header div {
    width: auto;
    display: inline-block;
    font-weight: normal;
}
.page_header span {
    float: right;
    display: block;
    font-weight: lighter;
    font-size: 16px;
    line-height: 20px;
}

.page_header2 {
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.page_header2 span {
    float: right;
    display: block;
    font-weight: lighter;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

.page_header3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #000;
}
.page_header3 span:not(.select2):not(.select2 span):not(span.naNull) {
    float: right;
    display: block;
    font-weight: lighter;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.page_header3 div {
    font-weight: normal;
}
.page_header3 span.naNull {
    float: none !important;
    font-size: inherit !important;
    color: inherit !important;
    font-style: inherit !important;
}

.page_header3 .fa-exclamation-circle {
    color: #2fc208 !important;
}
.page_header3 .fa-flag {
    color: #ee272a !important;
}
.page_header3 .fa-check-circle {
    color: var(--primary) !important;
}

.accordion-content .fa-exclamation-circle {
    color: #2fc208 !important;
}
.accordion-content .fa-flag {
    color: #ee272a !important;
}
.accordion-content .fa-check-circle {
    color: var(--primary) !important;
}

.page_header22 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 20px;
}
.page_header22 span {
    float: right;
    display: block;
    font-weight: lighter;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}
.page_header22.ul {
    text-decoration: underline;
}

.highlight {
    color: #0099ff !important;
}
.highlight2 {
    color: #0099ff !important;
    font-weight: bold;
    font-size: 15px;
}

div {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    padding: 4px;
    color: #333;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    resize: vertical;
}
/*
label {
cursor:pointer;
outline:none;
margin:0px;
padding:0px;
font-size:11px;
line-height:18px;
text-transform:uppercase;
margin-bottom:10px;
display:inline-block;
color:#999;
letter-spacing:1px;
}
*/

/* LABEL */
.label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 12px;
    margin-bottom: 10px;
    color: var(--text);
    cursor: default;
    display: inline-block;
}
label:not(.accordion-label) {
    margin-top: 10px;
}
.label:not(.accordion-label) {
    margin-top: 10px;
}
.label.lh22 {
    line-height: 22px;
}
.label span {
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    color: #ee272a;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.label em {
    font-size: 18px;
    line-height: 12px;
    color: #09f;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    cursor: help;
}

/* input[type=color]::-webkit-color-swatch{background-color:transparent;}*/

/* TXTBOX */
.txtbox {
    font-size: 16px;
    color: var(--text);
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid var(--text);
    border-radius: 5px;
    outline: none;
    display: inline-block;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
.txtbox:focus {
    border-color: #00c6ff;
}
.txtbox.notsaved {
    border-color: #ffca58 !important;
}
.txtbox:disabled,
.txtbox:readonly {
    background-color: #eee !important;
    border-color: #aaa !important;
    cursor: not-allowed !important;
}

.txtbox3 {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
    color: #000;
    padding: 6px !important;
    border: 1px solid #ccc;
    margin: 0px;
    font-size: 16px;
}
.txtbox2 {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
    color: #000;
    padding: 8px !important;
    border: 1px solid #ccc;
    margin: 0px;
    font-size: 18px;
}

.tag-container {
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 6px;
    overflow-x: scroll;
}
.tag-container .tag {
    height: 30px;
    margin: 5px;
    padding: 5px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #eee;
    display: flex;
    align-items: center;
    color: #333;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 1px 1px #fff;
    cursor: default;
}
.tag i {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}
.tag-container input {
    padding: 5px;
    font-size: 16px;
    border: 0;
    outline: none;
    font-family: "Rubik";
    color: #333;
    flex: 1;
}

.fs0 {
    font-size: 0px !important;
}
.fs11 {
    font-size: 11px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.hp {
    width: 100% !important;
}
.hpM70 {
    width: calc(100% - 70px) !important;
}
.hpM75 {
    width: calc(100% - 75px) !important;
}
.hpM80 {
    width: calc(100% - 80px) !important;
}
.hpM85 {
    width: calc(100% - 85px) !important;
}
.hpM90 {
    width: calc(100% - 90px) !important;
}
.hpM95 {
    width: calc(100% - 90px) !important;
}
.hpM100 {
    width: calc(100% - 100px) !important;
}

.errMess {
    color: #ff0000;
}
.highlight {
    color: #09c;
    font-weight: bold;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    /*display:inline-block;*/
}
/*
td {
font-family:"Lucida Grande", Arial, sans-serif;
color:#333333;
font-size:14px;
}
.values2{
font-size:11px;
}
*/
/*
a:not(#calendar *):not(.button) {
color:#09F;
font-family:"Lucida Grande", Arial, sans-serif;
font-size:12px;
text-decoration:none;
}
a:hover:not(#calendar *):not(.button) {
color:#09F;
font-family:"Lucida Grande", Arial, sans-serif;
font-size:12px;
text-decoration:underline;
}
*/

.mm-listview > li > a {
    color: #ffffff;
}
.mm-listview > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

.msg_date {
    padding: 6px;
    color: #ffffff;
    background-color: #ccc;
    border-bottom: 2px solid #999;
    text-align: left;
}
.msg_date span {
    float: right;
    color: #000;
    font-weight: bold;
}

/*.tdactive{background-color:#FF0000;}*/
.tdactive input {
    background-color: #0099cc;
    color: #ffffff;
}
.striped_tbl tr:nth-child(odd) {
    background-color: #eeeeee;
}
.striped_tbl tr:nth-child(even) {
    background-color: #fdfdfd;
}
.striped_tbl tr:hover {
    background-color: #ccccff !important;
}
.striped_tbl tr:hover span.naNull {
    color: var(--text) !important;
}
.striped_tbl tr.striped_tbl_header:first-of-type {
    background-color: #000 !important;
    font-size: 11px !important;
    color: #fff;
    text-transform: uppercase;
}
/* .striped_tbl tr:first-of-type{background-color:#000 !important;font-size:11px !important;color:#FFF;text-transform: uppercase;}*/
.striped_tbl tr:last-of-type {
    background-color: transparent;
}

.emojis,
.emojis * {
    text-align: left;
}

.loginForm_text {
    color: #333;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.plain_text {
    color: #333;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.list_header_left {
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    background-color: #000000 !important;
    color: #ffffff !important;
}
.list_header_center {
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    background-color: #000000 !important;
    color: #ffffff !important;
}
.list_header_right {
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
    background-color: #000000 !important;
    color: #ffffff !important;
}
.list_header_left_old {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d3e0ec;
    border-left: 1px solid #22709f;
    border-top: 1px solid #22709f;
    border-bottom: 1px solid #22709f;
    color: #2d638d !important;
}
.list_header_center_old {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d3e0ec;
    border-top: 1px solid #22709f;
    border-bottom: 1px solid #22709f;
    color: #2d638d !important;
}
.list_header_right_old {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d3e0ec;
    border-right: 1px solid #22709f;
    border-top: 1px solid #22709f;
    border-bottom: 1px solid #22709f;
    color: #2d638d !important;
}
/*
.txtbox {
font-family:"Lucida Grande", Arial, sans-serif;
color:#333333;
size:10px;
padding:4px;
border:1px #bcbcbc solid;
}
*/
.text_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}
.header_link_old {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #34537f;
    text-decoration: none;
}
.header_link_old:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #34537f;
    text-decoration: underline;
}
.header_link_off {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #34537f;
    font-weight: bold;
    text-decoration: line-through;
    background-color: #d3e0ec;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.header_link_off:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #34537f;
    font-weight: bold;
    text-decoration: line-through;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.header_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #34537f;
    font-weight: bold;
    text-decoration: none;
    background-color: #d3e0ec;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.header_link:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #930;
    font-weight: bold;
    text-decoration: none;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.header_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #34537f;
    font-weight: bold;
    text-decoration: none;
    background-color: #d3e0ec;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

/* TEXT BUTTON */
.txtBtn {
    background: none;
    color: #2f2f2f;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 14px;
}
.txtBtn:hover {
    background: none;
    color: #2f2f2f;
    text-decoration: underline;
    cursor: pointer;
    border: none;
}

/* BUTTONS */
.btn {
    position: relative;
    background: #aaa;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn * {
    font-style: normal;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/btn2.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.btn i {
    background-position: top left;
    position: absolute;
    margin-bottom: -5px;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
}
.btn span {
    background-position: bottom left;
    left: -5px;
    padding: 0 0 5px 10px;
    margin-bottom: -5px;
}
.btn span i {
    background-position: bottom right;
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    width: 10px;
    height: 100%;
    top: 0;
}
.btn span span {
    background-position: top right;
    position: absolute;
    right: -10px;
    margin-left: 10px;
    top: -5px;
    height: 0;
}

* html .btn span,
* html .btn i {
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}

.btn.blue {
    background: #2ae;
    text-decoration: none;
    color: #ffffff;
}
.btn.black {
    background: #000;
    text-decoration: none;
}
.btn.orange {
    background: #f90;
    text-decoration: none;
}
.btn.purple {
    background: #90c;
    text-decoration: none;
}
.btn.green {
    background: #9d4;
    text-decoration: none;
}
.btn.pink {
    background: #e1a;
    text-decoration: none;
}
.btn.yellow {
    background: #ffff66;
    text-decoration: none;
}
.btn:hover {
    text-decoration: underline;
}
.btn:active {
    background-color: #444;
}
.btn[class] {
    background-image: url(https://storage.googleapis.com/pilcrm1/images/shade.png);
    background-position: bottom;
}

/* STYLED BUTTONS */
.btn1 {
    display: inline-block;
    background-color: #fbb400;
    color: #2f2f2f;
    text-decoration: none !important;
    padding: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    -webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.btn1:hover {
    color: #2f2f2f;
}
.btn1:hover {
    background-color: #2f2f2f;
    color: #fbb400 !important;
    text-decoration: none !important;
}

.btn1.sm {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    padding: 12px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.btn1.sm:hover {
    background-color: #2f2f2f;
    color: #fbb400;
    text-decoration: none;
}

.btn2 {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px;
    padding: 22px;
    border: 2px solid #cce8f4;
    background-color: #cce8f4;
    color: #2f2f2f;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn2:hover {
    background-color: #ffffff;
    text-decoration: non !importante;
    border: 2px solid #2f2f2f;
    color: #2f2f2f !important;
}

.btn2.sm {
    font-size: 15px;
    line-height: 15px;
    padding: 12px 20px;
    letter-spacing: 1px;
}

/* PILL */
.pill {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: text-top;
}

/* NUMBER CIRCLE */
.numberCircle {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 9px;
    background: #fbb400;
    color: #2f2f2f;
    text-align: center;
    font: 32px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #fbb400;
    vertical-align: top;
}
.numberCircleBlank {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    text-align: center;
    font: 32px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.numberCircleLink {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    text-align: center;
    font: 32px Arial, sans-serif !important;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none !important;
}
.numberCircleLink:hover {
    background: #fbb400;
    color: #2f2f2f !important;
    text-decoration: none !important;
    border: 1px solid #fbb400;
}

.arrowCircle {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 12px;
    background: #fbb400;
    border: 1px solid #fbb400;
    color: #2f2f2f;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.arrowCircleBlank {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    text-align: center;
    font: 24px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.arrowCircleLink {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    text-align: center;
    font: 24px Arial, sans-serif !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: top;
}
.arrowCircleLink:hover {
    background: #fbb400;
    color: #2f2f2f !important;
    border: 1px solid #fbb400;
    text-decoration: none !important;
}

/* message boxes: warning, error, confirmation */
.notice {
    color: #000000;
    background-color: #ffffdd;
}
h1.notice,
div.notice {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #ffd700;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/s_notice.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
}
.notice h1 {
    border-bottom: 0.1em solid #ffd700;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}

.warning {
    color: #000000;
    background-color: #f0cfc9;
}
p.warning,
h1.warning,
div.warning {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #ff0000;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/s_warn.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
}
.warning h1 {
    border-bottom: 0.1em solid #cc0000;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}

.error {
    background-color: #f0cfc9;
    color: #000000;
}

h1.error,
div.error {
    margin: 0.5em 0 0.5em 0;
    border: 0.1em solid #ff0000;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/s_notice.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 36px;
}
div.error h1 {
    border-bottom: 0.1em solid #ff0000;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0.2em 0;
}

.confirmation {
    background-color: #ffffcc;
}
fieldset.confirmation {
    border: 0.1em solid #ff0000;
}
fieldset.confirmation legend {
    border-left: 0.1em solid #ff0000;
    border-right: 0.1em solid #ff0000;
    font-weight: bold;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/s_really.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding: 0.2em 0.2em 0.2em 25px;
}
/* end messageboxes */

.navItem {
    font-size: 12px;
    background-color: #333;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}
.navItem:hover {
    font-size: 12px;
    background-color: #09f;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}
.navItem_over {
    font-size: 12px;
    background-color: #06f;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}
.navItem_over:hover {
    font-size: 12px;
    background-color: #06f;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}

.logintxtbox {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
    color: #000;
    padding: 8px !important;
    border: 1px solid #ccc;
    margin: 0px;
    font-size: 18px;
}

.cpList {
    list-style-type: none;
    margin-left: -40px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 2em;
    width: 112%;
    float: left;
    display: block;
}
.cpList li {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px #999 solid;
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 241, 1) 50%,
        rgba(225, 225, 225, 1) 51%,
        rgba(246, 246, 246, 1) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(50%, rgba(241, 241, 241, 1)),
        color-stop(51%, rgba(225, 225, 225, 1)),
        color-stop(100%, rgba(246, 246, 246, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 241, 1) 50%,
        rgba(225, 225, 225, 1) 51%,
        rgba(246, 246, 246, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 241, 1) 50%,
        rgba(225, 225, 225, 1) 51%,
        rgba(246, 246, 246, 1) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 241, 1) 50%,
        rgba(225, 225, 225, 1) 51%,
        rgba(246, 246, 246, 1) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(241, 241, 241, 1) 50%,
        rgba(225, 225, 225, 1) 51%,
        rgba(246, 246, 246, 1) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.cpList li:hover {
    color: #09f;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    background: #7db9e8; /* Old browsers */
    background: rgb(246, 246, 246); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(246, 246, 246, 1) 0%,
        rgba(225, 225, 225, 1) 49%,
        rgba(241, 241, 241, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(246, 246, 246, 1)),
        color-stop(49%, rgba(225, 225, 225, 1)),
        color-stop(50%, rgba(241, 241, 241, 1)),
        color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(246, 246, 246, 1) 0%,
        rgba(225, 225, 225, 1) 49%,
        rgba(241, 241, 241, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        rgba(246, 246, 246, 1) 0%,
        rgba(225, 225, 225, 1) 49%,
        rgba(241, 241, 241, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        top,
        rgba(246, 246, 246, 1) 0%,
        rgba(225, 225, 225, 1) 49%,
        rgba(241, 241, 241, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to bottom,
        rgba(246, 246, 246, 1) 0%,
        rgba(225, 225, 225, 1) 49%,
        rgba(241, 241, 241, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.cpList li:hover span {
    color: #09f;
}
.cpList li span {
    color: 555;
    font-weight: normal;
    float: right;
}

.srtr:nth-child(even) {
    background-color: #ffffff;
}
.srtr:nth-child(odd) {
    background-color: #dddddd;
}
.srtr:hover {
    background-color: #ccccff;
}

.handle {
    width: 12px;
    height: 26px;
    cursor: move;
    display: inline-block;
    margin: 0px 5px;
    background-image: url(https://storage.googleapis.com/pilcrm1/images/sort.png);
    background-repeat: no-repeat;
    background-position: center;
}

.messages {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
}
.messages div {
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 20px;
}
.messages div i {
    color: #333;
}
.messages .error {
    background: rgb(255, 225, 225);
    border-bottom: 1px solid rgb(255, 150, 150);
}
.messages .confirm {
    background: rgb(255, 255, 200);
    border-bottom: 1px solid rgb(200, 200, 150);
}
/* .fr{float:right;}*/

.roman {
    list-style-type: none; /* circle */
    font-size: 12px;
    line-height: 20px;
    margin-left: -10px;
}
.roman li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -13px;
    top: 14px;
    position: relative;
}
.roman span {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.roman span a i {
    font-size: 20px !important;
    line-height: 20px;
    color: #444444;
}
.roman span a:hover i {
    color: #0099ff;
}
.square {
    list-style-type: none; /*square*/
    margin-left: -10px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.square li:before {
    content: "";
    border-color: transparent #999;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -13px;
    top: 14px;
    position: relative;
}

.dashboard_icon {
    font-size: 20px !important;
    line-height: 20px;
    color: #444444;
}
.dashboard_icon:hover {
    color: #0099ff !important;
}

.gbg {
    background-color: rgba(247, 247, 247, 1);
    border: 1px solid #eeeeee;
}
.rc {
    border-radius: 10px;
}

.l {
    text-align: left;
}

.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}
.p20m10 {
    padding: 20px !important;
}
.p30 {
    padding: 30px !important;
}
.p40 {
    padding: 40px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mh0 {
    min-height: 0 !important;
}

.vidContainer {
    width: 100% !important;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.vidContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

/*
div[ptitle]{
position: relative;
z-index: 9998 !important;
}

div[ptitle]:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 3px;
top: 4px;
color: #fff;
content: attr(ptitle);
left: 4px;
padding: 2px;
position: fixed;
z-index: 9999 !important;
width: 220px !important;
font-size:12px;
}
*/

.pbSegPTitle {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    top: 80px;
    color: #fff;
    content: attr(ptitle);
    left: 10px;
    padding: 2px;
    position: fixed;
    z-index: 9999 !important;
    width: 220px !important;
    font-size: 12px;
}

/*
div[ptitle]{position:relative;}
div[ptitle]:hover:after {
content: attr(ptitle);
position: absolute;
color:#0099FF;
background-color:rgba(238,238,238,0.95) !important;
padding:4px;
font-size:12px;
border-radius:3px;
display: block;
z-index: 9999 !important;
margin-top:-26px;
word-break: keep-all !important;
left:0px;
}
*/
#progressBar {
    background-color: #ffffff;
    /* padding:6px;*/
    /* border:1px solid #EEEEEE;*/
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 25px;
    font-size: 0;
}
#progressBarContainer {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block; /* inline-block */
    height: 25px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    font-size: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pbSeg {
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    z-index: 9998;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pbSeg:hover {
    opacity: 0.8;
}

.accords {
    display: inline-block;
    width: 100%;
}
.accords .cb {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accords .ts {
    border-radius: 8px;
    overflow: hidden;
}
.accords .tb {
    width: 100%;
    color: white;
    overflow: hidden;
    background-position: left 10px top 50px;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    padding-top: 0px;
}
.accords .tb-label {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
.accords .tb-label:hover {
    color: blueviolet;
}
.accords .tb-label::after {
    font-family: "FontAwesome";
    content: "\f078";
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.35s;
}
.accords .tb-label:hover::after {
    color: blueviolet;
}
.accords .tb-content {
    max-height: 0;
    color: #000000;
    background: transparent;
    transition: all 0.35s;
    padding: 0px 20px 60px 150px;
    text-align: left;
    display: none;
    margin-bottom: 20px;
}
/*
.accords .tb-content a{color:#000000;text-decoration: none;}
.accords .tb-content a:hover{text-decoration: underline;}
*/
.accords .tb-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #000000;
    cursor: pointer;
}
.accords .tb-close:hover {
    background: blueviolet;
}
.accords .cb:checked + .tb-label {
    color: blueviolet;
}
.accords .cb:checked + .tb-label::after {
    content: "\f078";
}
.accords .cb:checked ~ .tb-content {
    max-height: 100vh;
    padding: 10px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.accords .tb-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accords .tb-content ul li {
    font-size: 20px;
    line-height: 30px;
}
.accords form {
    width: 100%;
    margin: 0;
}

/* FILTERS */
#filters .tabbed {
    overflow-x: hidden;
    margin: 0;
}
#filters .tabbed input[type="radio"] {
    display: none;
}
#filters .tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
}
#filters .tab {
    width: 33.33%;
}
#filters .tab > label {
    display: block;
    margin-bottom: -1px;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    border-top: 2px solid #ffffff;
    background: #eee;
    color: #666 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}
#filters .tab:hover label {
    border-top-color: #ccc;
    color: #333 !important;
    width: 100%;
}
#filters .tab-content {
    display: none;
    color: #777;
    padding: 20px;
    background: #fff;
}
#filters
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs
    .tab:nth-of-type(1)
    label,
#filters
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs
    .tab:nth-of-type(2)
    label,
#filters
    .tabbed
    [type="radio"]:nth-of-type(3):checked
    ~ .tabs
    .tab:nth-of-type(3)
    label,
#filters
    .tabbed
    [type="radio"]:nth-of-type(4):checked
    ~ .tabs
    .tab:nth-of-type(4)
    label,
#filters
    .tabbed
    [type="radio"]:nth-of-type(5):checked
    ~ .tabs
    .tab:nth-of-type(5)
    label {
    border-top: 2px solid blueviolet;
    background: #fff;
    color: #222;
}
#filters
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tab-content:nth-of-type(1),
#filters
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tab-content:nth-of-type(2),
#filters
    .tabbed
    [type="radio"]:nth-of-type(3):checked
    ~ .tab-content:nth-of-type(3),
#filters
    .tabbed
    [type="radio"]:nth-of-type(4):checked
    ~ .tab-content:nth-of-type(4) {
    display: block;
}
#filters .tb:not(:last-of-type) {
    margin-bottom: 10px;
}
#filters .accords .cb:checked ~ .tb-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#filters .filterFrm label,
.filterFrm label:hover {
    color: #333 !important;
}
#filters .filterUL {
    list-style: none;
    padding: 0;
    margin: 10px 0px 15px 0px;
    display: inline-block;
    width: 100%;
}

#filters
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 0px !important;
}

#filters span.select2 {
    margin-bottom: 10px;
}
#filters #f_wrapper {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    padding: 20px;
    background-color: #f3f3f3;
    text-align: left;
}
#filters .txtbox {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    height: auto;
}
#filters label {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 0px;
}
#filters .mm-navbar {
    height: 40px !important;
}
#filters .mm-navbar a {
    font-size: 12px !important;
}

#filters .accords {
    display: inline-block;
    width: 100%;
}
#filters .accords .cb {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
#filters .accords .ts {
    border-radius: 8px;
    overflow: hidden;
}
#filters .accords .tb {
    width: 100%;
    color: white;
    overflow: hidden;
    background-position: left 10px top 50px;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    padding-top: 0px;
}
#filters .accords .tb-label {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
#filters .accords .tb-label:hover {
    color: blueviolet;
}
#filters .accords .tb-label::after {
    font-family: "FontAwesome";
    content: "\f078";
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.35s;
}
#filters .accords .tb-label:hover::after {
    color: blueviolet;
}
#filters .accords .tb-content {
    max-height: 0;
    color: #000000;
    background: transparent;
    transition: all 0.35s;
    padding: 0px 20px 60px 150px;
    text-align: left;
    display: none;
    margin-bottom: 20px;
}
#filters .accords .tb-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #000000;
    cursor: pointer;
}
#filters .accords .tb-close:hover {
    background: blueviolet;
}
#filters .accords .cb:checked + .tb-label {
    color: blueviolet;
}
#filters .accords .cb:checked + .tb-label::after {
    content: "\f078";
}
#filters .accords .cb:checked ~ .tb-content {
    max-height: 100vh;
    padding: 10px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#filters .accords .tb-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#filters .accords .tb-content ul li {
    font-size: 20px;
    line-height: 30px;
}
#filters .accords form {
    width: 100%;
    margin: 0;
}

#filters #f_wrapper::before {
    height: 0px !important;
}
#filters .mm-navbar {
    display: none !important;
}

/* END FILTERS */

/*
.toggle {
margin: 0px;
position: relative;
width:45px;
display: inline-block;
}
.toggle input[type="checkbox"] {
opacity: 0;
position:absolute;
}
.toggle label {
background-color: #EEEEEE;
border: 1px solid #BBBBBB;
border-radius: 20px 20px 20px 20px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
height: 18px;
position: relative;
width: 45px;
display: block;
-webkit-tap-highlight-color: rgba(0,0,0,0);
cursor: pointer;
margin-bottom:0px !important;
}
.toggle input:checked ~ label {
background-color: #19A8E4;
background-image: linear-gradient(to bottom, #088CD4 0px, #19A8E4 100%);
border: 1px solid #096C9D;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.25) inset;
}
.toggle .toggle-handle {
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #FFFFFF 0px, #F2F2F2 100%);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px 100px 100px 100px;
height: 18px;
position: absolute;
-webkit-transition: -webkit-transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
transition: transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
width: 18px;
z-index: 2;
pointer-events: none;
}
.toggle input:checked + .toggle-handle {
border-color: #0A76AD;
-webkit-transform: translate3d(48px, 0px, 0px);
transform: translate3d(28px, 0px, 0px);
}
.toggle label:after {
color: #777777;
content: "Off";
font-weight: bold;
line-height: 18px;
position: absolute;
right: 2px;
text-shadow: 0 1px #FFFFFF;
text-transform: uppercase;
font-size:11px;
}
.toggle input:checked ~ label:after {
color: #FFFFFF;
content: "On";
left: 6px;
right: auto;
text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
font-size:11px;
}
*/

/* FORM FIELDS */
/* .txtbox{width:100%;padding:10px;font-size:16px;height:auto;}*/
/* label{text-transform: uppercase;letter-spacing: 1px;font-size:12px;line-height: 20px;vertical-align: middle;margin-bottom:0px;}*/
/* label span:not(.tbs label span){font-weight:bold;color:#D65254;font-size:20px;line-height:20px;vertical-align: middle;}*/

/* LAYOUT */
.hundo {
    width: 100% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w100 {
    width: 100% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twofivestack {
    display: block;
    width: 25% !important;
    float: left;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fivestack {
    display: block;
    width: 50% !important;
    float: left;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.threethreestack {
    width: 33.33% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w1m0 {
    width: 1% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w2m0 {
    width: 2% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w4m0 {
    width: 4% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w5m0 {
    width: 5% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w10m100 {
    width: 10% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w15m100 {
    width: 15% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w166m100 {
    width: 16.66% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w14m100 {
    width: 14.28% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w23m100 {
    width: 23% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w24m100 {
    width: 24% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w25m100 {
    width: 25% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w35m100 {
    width: 35% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w25m100.ppr10 {
    padding-right: 10px;
}

.w25 {
    width: 25% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w20 {
    width: 20% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w10 {
    width: 10% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w30 {
    width: 30% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w40 {
    width: 40% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w33 {
    width: 33.33% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w20m100 {
    width: 20% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w33m100 {
    width: 33.33% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w33m100.ppr10 {
    padding-right: 10px;
}

.w50 {
    width: 50% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w48m100 {
    width: 48% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w49m100 {
    width: 49% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w10m100 {
    width: 10% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w16m100 {
    width: 16.66% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w20m100 {
    width: 20% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w30m100 {
    width: 30% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w40m100 {
    width: 40% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w45m100 {
    width: 45% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w50m100 {
    width: 50% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w50m100.ppr5 {
    padding-right: 5px;
}
.w50m100.ppr10 {
    padding-right: 10px;
}

.w60m100.ppr5 {
    padding-right: 5px;
}
.w60m100.ppr10 {
    padding-right: 10px;
}

.w60m100 {
    width: 60% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w66m100 {
    width: 66.66% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w68m100 {
    width: 68% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w70m100 {
    width: 70% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w73m100 {
    width: 73% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w75m100 {
    width: 75% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w80m100 {
    width: 80% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.w85m100 {
    width: 85% !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wA {
    width: auto !important;
    float: left;
    padding: 0px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wA.fn {
    float: none;
}

.wA.ppr10 {
    padding-right: 10px;
}
.wA.ppr15 {
    padding-right: 15px;
}
.wA.ppr20 {
    padding-right: 20px;
}

.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb200 {
    margin-bottom: 200px;
}
.pb15 {
    padding-bottom: 15px;
}
.pt0 {
    padding-top: 0px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pr10 {
    padding-right: 10px;
}
.pl20 {
    padding-left: 20px;
}

/* TEXTAREA AUTOSIZE */
textarea.autosize {
    min-height: 50px;
    line-height: 22px;
}

/* CONTACT RESULTS */
#contactsResults a {
    color: #09f;
}

/* INPUT WITH ICON */
.inputWithIcon {
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.inputWithIcon input[type="text"] {
    padding-left: 40px;
}
.inputWithIcon em {
    position: absolute;
    left: 2px;
    top: 3px;
    padding: 9px 8px;
    color: var(--primary);
    transition: 0.3s;
}

/* OFFLINE MESSAGE */
#offline_msg {
    color: #d94346;
    letter-spacing: 2px;
}

/* SELECT2 */
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    height: 40px !important;
}
.select2 {
    vertical-align: initial !important;
}
.sddtxtbox.wa,
.sddtxtbox2.wa,
.ddtxtbox.wa {
    width: auto;
    margin-bottom: 0px !important;
}
.select2-dropdown {
    z-index: 9999 !important;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    cursor: not-allowed !important;
}

.select2 {
    max-height: 40px !important;
}

/* SELECT2 SEARCH */
.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}
.select2-result-repository__meta {
    margin-left: 0px;
}
.select2-result-repository__name {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.select2-result-repository__email,
.select2-result-repository__phone,
.select2-result-repository__address {
    margin-right: 1em;
}
.select2-result-repository__email,
.select2-result-repository__phone,
.select2-result-repository__address,
.select2-result-repository__cases {
    display: block;
    color: #333333;
    font-size: 13px;
    float: left;
}
.select2-result-repository__cases {
    width: 100%;
    margin-top: 8px;
}
.select2-results__option--highlighted .select2-result-repository__email,
.select2-results__option--highlighted .select2-result-repository__phone,
.select2-results__option--highlighted .select2-result-repository__address,
.select2-results__option--highlighted .select2-result-repository__cases {
    color: #ffffff;
}
.select2-results__option--highlighted .select2-result-repository__name {
    color: white !important;
}

/* SELECT INPUT */
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
}
.select select::-ms-expand {
    display: none;
}
.select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    min-width: 15ch;
    max-width: 26ch;
    border: 1px solid #777;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.select select,
.select::after {
    grid-area: select;
}
.select:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: #777;
    -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.select select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid blue;
    border-radius: inherit;
}
.select select[multiple] {
    padding-right: 0;
    height: 6rem;
}
.select select[multiple] option {
    white-space: normal;
    outline-color: blue;
}
.select--disabled {
    cursor: not-allowed;
    background-color: #eee;
    background-image: linear-gradient(to top, #ddd, #eee 33%);
}

/* CHECKBOXES */
.form-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    text-transform: capitalize;
}
/* .form-control + .form-control {margin-top: 1em;}*/
.form-control--disabled {
    color: #959495;
    cursor: not-allowed;
}
.chk {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    font: inherit;
    color: var(--text);
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid var(--text);
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}
.chk::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    -webkit-clip-path: polygon(
        14% 44%,
        0 65%,
        50% 100%,
        100% 16%,
        80% 0%,
        43% 62%
    );
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: var(--primary);
}
.chk:checked::before {
    transform: scale(1);
}
.chk:disabled:checked::before {
    background-color: #959595;
}
.chk:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}
/* .chk:checked{border:0.15em solid var(--primary)}*/
.chk:checked:disabled {
    border: 0.15em solid var(--text);
}
.chk:disabled {
    color: #959495;
    cursor: not-allowed;
}

/* LISTS */
.ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.ul.n {
    list-style: none;
    padding-left: 20px;
}
.ul.n.sidebar li:not(:last-of-type) {
    margin-bottom: 25px;
}
.ul.n.sidebar li div {
    width: 50%;
}
.ul.n label {
    cursor: pointer;
}

.ul.yb {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul.yb li::before {
    content: "\2022";
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.ol {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

/* TOGGLE */
.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: inherit;
    font-size: inherit;
    width: 2em;
    height: 1em;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 1em;
    vertical-align: text-bottom;
    margin: auto;
    cursor: pointer;
}
.toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 0.7em;
    height: 0.7em;
    margin: 0 0.15em;
    border: 1px solid;
    border-radius: 50%;
    background: currentcolor;
    transition: background 0.2s ease;
}
.toggle:checked::before {
    left: 1em;
    background: var(--primary);
}
.toggle:disabled {
    opacity: 0.4;
}

.toggle.big {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: inherit;
    font-size: inherit;
    width: 4em;
    height: 2em;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 2em;
    vertical-align: text-bottom;
    margin: auto;
    cursor: pointer;
}
.toggle.big::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 1.4em;
    height: 1.4em;
    margin: 0 0.3em;
    border: 1px solid;
    border-radius: 50%;
    background: currentcolor;
    transition: background 0.2s ease;
}
.toggle.big:checked::before {
    left: 2em;
    background: var(--primary);
}
.toggle.big:checked::before {
    left: 2em;
    background: var(--primary);
}

/* RADIO */
.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}
.radio::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: var(--primary);
}
.radio:checked::before {
    transform: scale(1);
}
.radio:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

/* DATE PICKER */
input[type="date"],
.datepicker,
.datepick,
.datepicktime,
.daterange,
.daterangetime,
#fb_created123,
#search_date,
#dr11,
#new_appointment_date,
#dr1111,
#dr1112,
#dr111,
#dr1,
#dr12,
#new_esignoffline_date_sent,
#new_esignoffline_date {
    background-image: url(https://storage.googleapis.com/pilcrm1/images/calendar2.jpg);
    background-size: auto 70%;
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding-left: 45px !important;
    min-height: 40px;
    min-width: 158px;
}
input[type="time"] {
    min-height: 40px;
    min-width: 100px;
}
input[type="datetime-local"] {
    min-height: 40px;
    min-width: 206px;
}
.daterangepicker.show-calendar {
    z-index: 9999;
}

/* LIST TABLE */
.tbl_wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
    position: relative;
}
.tbl,
.tbl2,
.tbl3 {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.gridWrapper {
    display: grid !important;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.gridWrapper .grd_item {
    /*
width:calc(25% - 20px);
margin:auto;
*/
    float: none;
    /*min-height:0;*/
}

.tbl tr.tbl_headers {
    background-color: #333 !important;
    color: #fff !important;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

/*.tbl tr.tbl_headers td{padding:4px 12px;}*/

.tbl tr.tbl_headers td, .tbl tr.tbl_headers th {
    padding: 4px 12px !important;
}

.tbl tr.tbl_headers a {
    text-decoration: none;
    color: #ffffff !important;
    cursor: pointer;
}
.tbl tr.tbl_headers a:hover {
    color: var(--primary) !important;
    text-decoration: none;
}

.tbl tr {
    font-size: 12px;
    line-height: 12px;
    z-index: 9;
}
.tbl tr:nth-child(even),
.tbl tr:nth-child(even) td {
    background-color: var(--list_even_bg);
}
.tbl tr:nth-child(odd),
.tbl tr:nth-child(odd) td {
    background-color: var(--list_odd_bg);
}
.tbl tr:hover,
.tbl tr:hover td {
    background-color: var(--list_hover_bg);
}
.tbl tr:hover a {
    color: #111111;
}

.tbl tr.converted {
    background-color: var(--list_converted_bg) !important;
    color: var(--text);
}
.tbl tr.converted td {
    background-color: var(--list_converted_bg) !important;
    color: var(--text);
}
.tbl tr.converted:hover,
.tbl tr.converted:hover td {
    background-color: var(--list_hover_bg) !important;
}

.tbl tr.followup {
    background-color: var(--list_followup_bg) !important;
    color: var(--text);
}
.tbl tr.followup td {
    background-color: var(--list_followup_bg) !important;
    color: var(--text);
}
.tbl tr.followup:hover,
.tbl tr.followup:hover td {
    background-color: var(--list_hover_bg) !important;
}

.tbl2 tr {
    font-size: 12px;
    line-height: 12px;
    z-index: 9;
}
.tbl2 tr:nth-child(even),
.tbl tr:nth-child(even) td {
    background-color: var(--list_even_bg);
}
.tbl2 tr:nth-child(odd),
.tbl tr:nth-child(odd) td {
    background-color: var(--list_odd_bg);
}
.tbl2:hover tr td {
    background-color: var(--list_hover_bg);
}
.tbl2 tr a {
    color: #111111;
}

.tbl3 tr {
    font-size: 12px;
    line-height: 12px;
    z-index: 9;
}
.tbl3 tr:nth-child(odd),
.tbl tr:nth-child(even) td,
.tbl tr:nth-child(even) th {
    background-color: var(--list_even_bg);
}
.tbl3 tr:nth-child(even),
.tbl tr:nth-child(odd) td,
.tbl tr:nth-child(odd) th {
    background-color: var(--list_odd_bg);
}
.tbl3 tr:first-of-type {
    background-color: #fff !important;
}
.tbl3 tr a {
    color: #111111;
}




.tbl tr.ontario td {
    background-color: #d2d9f9 !important;
}
.tbl tr.seas td {
    background-color: #f9d2f1 !important;
}
.tbl tr.alberta td {
    background-color: var(--list_converted_bg) !important;
}
.tbl tr.britishcolumbia td {
    background-color: var(--list_newlead_bg) !important;
}
.tbl tr.novascotia td {
    background-color: #f5ded9 !important;
}
.tbl tr.masstorts td {
    background-color: var(--list_esignsent_bg) !important;
}



.tbl tr.newlead {
    background-color: var(--list_newlead_bg) !important;
    color: var(--text);
}
.tbl tr.newlead td {
    background-color: var(--list_newlead_bg) !important;
    color: var(--text);
}
.tbl tr.newlead:hover,
.tbl tr.newlead:hover td {
    background-color: var(--list_hover_bg) !important;
}

.tbl tr.esignsent {
    background-color: var(--list_esignsent_bg) !important;
    color: var(--text);
}
.tbl tr.esignsent td {
    background-color: var(--list_esignsent_bg) !important;
    color: var(--text);
}
.tbl tr.esignsent:hover,
.tbl tr.esignsent:hover td {
    background-color: var(--list_hover_bg) !important;
}

.tbl tr.rejected {
    color: var(--list_rejected_txt) !important;
}
.tbl tr.rejected:hover {
    color: var(--text) !important;
}

.tbl tr td:not(.tbl tr td.bw), .tbl tr th:not(.tbl tr th.bw) {
    white-space: nowrap;
}
.tbl tr td.bw {
    overflow: hidden;
    max-width: 50ch;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tbl tr.unread {
    font-weight: bold !important;
}
.tbl tr .form-control {
    margin-bottom: 0px;
}
.tbl tr td a {
    font-size: inherit;
    text-decoration: none;
    color: #09f;
}
.tbl tr td a:hover {
    font-size: inherit;
    text-decoration: underline;
    color: #09f;
}
.tbl tr td .fa-envelope-o.u {
    color: #09f;
}
.tbl tr td .fa-flag {
    color: #ee272a;
}
.tbl tr td .fa-flag.red {
    color: #ee272a;
}
.tbl tr td .fa-flag.orange {
    color: coral;
}
.tbl tr td .fa-flag.yellow {
    color: goldenrod;
}
.tbl tr td .fa-check-circle {
    color: var(--primary);
}
.tbl tr td .fa-check-circle-o {
    color: crimson;
}
.tbl tr td .fa-exclamation-circle {
    color: #2fc208;
}
.tbl tr td em.ttqm,
.tbl tr td em.ttqm_2 {
    cursor: pointer;
}
.tbl tr td em.ttqm:hover,
.tbl tr td em.ttqm_2:hover {
    color: #09f;
}

em.ttqm3:hover {
    color: #09f;
    cursor: pointer;
}
.ttqm3_head {
    text-decoration: underline;
    cursor: default;
    color: #fff !important;
    display: inline-block;
    padding-bottom: 5px;
}

.tbl tr td:nth-child(1) {
    left: 0px;
    width: 40px !important;
    padding: 12px 8px;
}
.tbl tr td:nth-child(2) {
    left: 40px;
    width: 40px !important;
}
.tbl tr td:nth-child(3) {
    left: 80px;
    width: 40px !important;
}
.tbl .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    width: 80px;
    z-index: 9;
    border-right: 1px solid #eee;
}

.tbl .sticky-col em {
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    color: var(--text);
}
.tbl .sticky-col em:not(:last-of-type) {
    margin-right: 7px;
}
.tbl tr.tbl_headers td, .tbl tr.tbl_headers th {
    background-color: #333;
}

/*.tbl .sticky-col:first-child{background-repeat: repeat-x; background-position: top left; background-size: auto; background-image: url(_dep/headers_bg.jpg);}*/

/*.tbl .tbl_headers .sticky-col:first-of-type{background-color:#F00;position:absolute;top:0;left:0;position:-webkit-sticky;top:0;left:0;display:block;width:100%;z-index:100;}*/
.tbl .tbl_headers .sticky-col:first-of-type {
    border-right-color: #333;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.tbl_footer {
    background-color: #fff !important;
    border-top: 1px solid #bbb;
    color: var(--text) !important;
    font-size: 13px;
    text-transform: none;
}
.tbl_footer tr td {
    color: var(--text);
    text-decoration: none;
    font-size: 13px;
}
.tbl_footer tr a {
    color: #09f;
    text-decoration: none;
    font-size: 13px;
}
.tbl_footer tr a:hover {
    color: #09f;
    text-decoration: underline;
}
.tbl_footer tr a.disabled,
.tbl_footer tr a.disabled:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
}

.nomsg {
    font-style: italic;
    padding: 15px 10px;
}

/* MODAL */
.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.modal .modalContent {
    z-index: 9999;
    margin-top: 100px;
    width: 100%;
    min-height: 200px;
    max-width: 400px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    position: relative;
}
.modal h2 {
    width: 90%;
    float: left;
    margin-top: 0px;
    margin-bottom: 15px;
}
.modal textarea {
    margin-bottom: 10px;
    min-height: 100px;
}
.modal #new_note {
    margin-bottom: 10px;
    min-height: 220px;
}
.modal select:not(.upload_document_modal select) {
    width: 100%;
}
.modal .select2 {
    margin-bottom: 10px;
}
.modal .modalContent .closeModal,
.modal .modalContent .closeModal2 {
    cursor: pointer;
    width: 5%;
    float: right;
    font-size: 24px;
    text-align: center;
}
.modal .modalContent .closeModal:hover,
.modal .modalContent .closeModal2:hover {
    color: var(--primary);
}

/* PAGINATION */
.pagination {
    font-size: 13px !important;
}
.pagination a {
    text-decoration: none !important;
    font-size: 13px !important;
    color: #777777 !important;
}
.pagination a:hover {
    text-decoration: underline !important;
    color: #000000 !important;
}
.pagination b {
    font-size: 13px !important;
}
.pagination a.b {
    font-size: 13px !important;
    color: #000 !important;
}
.pagination a.disabled {
    text-decoration: none !important;
    color: #ccc !important;
    cursor: not-allowed !important;
}
.pagination a.disabled:hover {
    text-decoration: none !important;
    color: #ccc !important;
}

/* CASE MILESTONES */
.milestones {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding-left: 0px;
}
.milestones {
    background-color: #fbfbfb;
    padding: 20px 0;
    border-radius: 10px;
}
.milestones > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 0.5rem;
    width: calc(100% / 7);
    position: relative;
}
.milestones > li::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 50%;
    height: 0.25rem;
    background-color: var(--list_hover_bg);
}
.milestones > li::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 51%;
    width: 49.5%;
    height: 0.25rem;
    background-color: var(--list_hover_bg);
}
.milestones > li:first-of-type::before {
    content: unset;
}
.milestones > li:last-of-type::after {
    content: unset;
}
.milestones > li .icon_lbl {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 16px; /*vertical-align:baseline;*/
}
.milestones > li .icon {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    color: var(--text);
    border: 1px solid var(--text);
    border-radius: 50%;
    margin: 0 auto;
    font-size: 1rem;
    min-height: 25px;
    min-width: 25px;
    z-index: 2;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.milestones > li .icon .fa-stack {
    font-size: 12px;
}
.milestones > li .icon * {
    border-radius: 50%;
}
.milestones > li .icon .fa-stack-1x {
    background-color: var(--secondary);
    color: var(--text);
    font-size: 14px;
}
.milestones > li .icon .fa-ellipsis-h {
    background-color: #ffff66;
    color: var(--text);
}
.milestones > li .icon .fa-check {
    background-color: #04bd2f;
    color: #ffffff;
}
.milestones > li .icon .fa-circle {
    background-color: var(--secondary);
}
.milestones > li .icon:hover .fa-circle {
    background-color: var(--text);
}
.milestones > li .icon:hover .fa-stack-1x {
    background-color: var(--text);
    color: var(--secondary);
}

/* GRID */
.grd_wrapper {
    width: 100%;
}
/*.grd_item{width:calc(25% - 10px);margin:5px;float:left;-webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, .1);-moz-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, .1);box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, .1);border:1px solid #CCCCCC;border-radius:5px;padding:10px;text-align:left;font-size:14px;min-height:285px;}*/
.grd_item {
    /*width:calc(25% - 10px);margin:5px;*/
    float: left;
    -webkit-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    min-height: 285px;
}
.grd_item:hover {
    border-color: #00c6ff;
}
.grd_item .grd_tools {
    float: right;
}

.gridWrapper {
    grid-template-columns: auto auto auto !important;
}

.grd_item.converted {
    background-color: #fef8e6 !important;
    color: var(--text);
}
.grd_item.followup {
    background-color: #ffd38e !important;
    color: var(--text);
}
.grd_item.newlead {
    background-color: #b0ffb3 !important;
    color: var(--text);
}
.grd_item.esignsent {
    background-color: #a3d8fb !important;
    color: var(--text);
}
.grd_item.rejected {
    color: #888888 !important;
}

.grd_item.converted {
    background-color: var(--list_converted_bg) !important;
    color: var(--text);
}
.grd_item.followup {
    background-color: var(--list_followup_bg) !important;
    color: var(--text);
}
.grd_item.newlead {
    background-color: var(--list_newlead_bg) !important;
    color: var(--text);
}
.grd_item.esignsent {
    background-color: var(--list_esignsent_bg) !important;
    color: var(--text);
}

.grd_item.rejected {
    color: var(--list_rejected_txt) !important;
}
.grd_item.rejected:hover {
    color: var(--text) !important;
}

.grd_item.unread {
    font-weight: bold !important;
}
.grd_item .grd_name {
    font-size: 16px;
    letter-spacing: 1px;
}
.grd_item .grd_name:hover {
    color: #09f;
    cursor: pointer;
}
.grd_item a {
    font-size: inherit;
    text-decoration: none;
    color: #09f;
}
.grd_item a:hover {
    font-size: inherit;
    text-decoration: underline;
    color: #09f;
}
.grd_item .fa-envelope-o.u {
    color: #09f;
}
.grd_item .fa-flag {
    color: var(--icon_followup);
}
.grd_item .fa-check-circle {
    color: var(--icon_converted);
}
.grd_item .fa-exclamation-circle {
    color: var(--icon_newlead);
}
.grd_item em.ttqm,
.grd_item em.ttqm_2 {
    cursor: pointer;
}
.grd_item em.ttqm:hover,
.grd_item em.ttqm_2:hover {
    color: #09f;
}
.grd_item span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 60px;
    color: #777;
    font-weight: normal !important;
}

/* PIPELINE */
.pipeline_wrapper {
    width: 100%;
    padding: 0 /*8px*/;
}
.pipeline_col {
    width: calc(25% - 8px);
    margin: 4px;
    float: left;
    text-align: left;
    overflow-x: hidden;
    padding-right: 5px;
}
.pipeline_col_heading {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text);
    display: inline-block;
    font-weight: bold;
    margin-bottom: 6px;
    width: 100%;
    background-color: var(--primary);
    padding: 10px;
}
.pipeline_col_count {
    display: block;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    color: #ffffff;
    background-color: #444444;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    padding-left: 3px;
}
.pipeline_item {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    min-height: 210px;
}
.pipeline_item.new-intake {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.pipeline_item:hover {
    border-color: #00c6ff;
}
.pipeline_item.new-intake:hover {
    cursor: default;
    border-color: #ccc;
}
/* .pipeline_item span{float:right;display: inline-block;}*/
.pipeline_item .fa-envelope-o.u {
    color: #09f;
}
.pipeline_item .fa-flag {
    color: var(--icon_followup);
}
.pipeline_item .fa-exclamation-circle {
    color: var(--icon_newlead);
}
.pipeline_item em.ttqm,
.pipeline_item em.ttqm_2 {
    cursor: pointer;
}
.pipeline_item em.ttqm:hover,
.pipeline_item em.ttqm_2:hover {
    color: #09f;
}
.pipeline_item span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 60px;
    color: #777;
    font-weight: normal !important;
}

/* ADDRESSES */
.address_item {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 13px;
    position: relative;
}
.address_item.new-intake {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.address_item span:not(.naNull) {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 95px;
    color: #777;
    font-weight: normal !important;
}
.address_item .address_item_num {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #ccc;
    color: #333;
    padding: 5px 10px;
    border-top-left-radius: 5px;
}
.address_item .address_item_num i {
    color: #333;
}
.address_item .address_item_num:hover i {
    color: var(--primary);
}
.address_item .address_item_num:hover {
    background-color: #333;
    color: #fff;
}

/* RELATED CONTACTS */
.relatedcontact_item {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
}
.relatedcontact_item.new-intake {
    width: calc(33.33% - 10px);
    margin-right: 10px;
}
.relatedcontact_item span:not(.naNull) {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 50px;
    color: #777;
    font-weight: normal !important;
}
.relatedcontact_item .relatedcontact_item_num {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #ccc;
    color: #333;
    padding: 5px 10px;
    border-top-left-radius: 5px;
}
.relatedcontact_item .relatedcontact_item_num i {
    color: #333;
}
.relatedcontact_item .relatedcontact_item_num:hover i {
    color: var(--primary);
}
.relatedcontact_item .relatedcontact_item_num:hover {
    background-color: #333;
    color: #fff;
}

/* NOTES (VIEW CASE) */
#note_items {
    width: 100%;
}
.note_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px; /*min-height:210px;*/
    display: inline-block;
    word-wrap: break-word;
}
/* .note_item div{display:inline-block;width:94%;margin-top:10px;padding-top:10px;border-top:1px solid #CCC;position:absolute;bottom:10px;}*/
.note_item div {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.note_item div span {
    display: block;
    float: right;
}
.note_item.hov:hover {
    border-color: var(--primary) !important;
}

/* SIMILAR CASES */


#similar_items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.similar_item {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: none;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 24px; /*min-height:210px;*/
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    padding-bottom: 40px;
}
.similar_item div:not(.similar_item_id) {
    display: inline-block;
    width: calc(100% - 20px) !important;
    margin-top: 0px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    position: absolute;
    bottom: 5px;
}
.similar_item span {
    display: inline-block;
    width: auto;
}
.similar_item span.slbl {
    display: inline-block;
    min-width: 55px;
    color: #333;
    color: #777;
}
.similar_item .similar_item_id {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #cccccc;
    color: #333333;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}

/* CONTACT ATTEMPTS (VIEW CASE) */
#contactattempt_items {
    width: 100%;
}
.contactattempt_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    display: inline-block;
    min-height: 110px;
}
/* .contactattempt_item div{display:inline-block;width:94%;margin-top:10px;padding-top:10px;border-top:1px solid #CCC;position:absolute;bottom:10px;}*/
.contactattempt_item div {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.contactattempt_item div span {
    display: block;
    float: right;
}

/* TASKS (VIEW CASE) */
.task_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px; /*min-height:210px;*/
}
/* .task_item .task_item_date{display: inline-block;position: absolute;bottom:0px;right:0px;font-weight:bold;background-color:#333;color:#FFF;padding:5px 10px;border-top-left-radius:5px;}*/
/* .task_item div{display:inline-block;width:94%;margin-top:10px;padding-top:10px;border-top:1px solid #CCC;position:absolute;bottom:10px;}*/
.task_item div {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.task_item div span {
    display: block;
    float: right;
}

/* COMMUNICATIONS (VIEW CASE) */
.communication_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    min-height: 155px;
}
.communication_item div:not(.communication_item_type) {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.communication_item div span {
    display: block;
    float: right;
}
.communication_item .communication_item_type {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #cccccc;
    color: #333333;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}
.communication_item .communication_item_type em {
    color: #333333;
}
.communication_item .communication_item_type:hover em {
    color: #ffffff;
}
.communication_item .communication_item_type:hover {
    background-color: #333;
    color: #fff;
}

/* PHONE CALLS (VIEW CASE) */
.phonecall_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 13px;
    position: relative;
    line-height: 22px;
    min-height: 155px;
}
.phonecall_item div:not(.phonecall_item_type) {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.phonecall_item div span {
    display: block;
    float: right;
}
.phonecall_item .phonecall_item_type {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #cccccc;
    color: #333333;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}
.phonecall_item .phonecall_item_type em {
    color: #333333;
}
.phonecall_item .phonecall_item_type:hover em {
    color: #ffffff;
}
.phonecall_item .phonecall_item_type:hover {
    background-color: #333;
    color: #fff;
}

/* SMS CONVO */
.sms_convo {
    width: 100%;
    text-align: center;
    float: none;
    max-height: 250px;
    overflow-y: auto;
}
.sms_convo .sendr {
    border-bottom: 1px #ccc solid;
    padding: 10px;
    width: 100%;
}
.sms_convo .sendr input[type="text"] {
    width: 100%;
    max-width: 500px;
    margin-right: 5px;
}
.sms_convo span {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    margin-right: 5px;
    border-radius: 4px;
    letter-spacing: 1px;
}
.sms_convo span.b {
    background-color: #0099ff;
}
.sms_convo span.g {
    background-color: #2fc208;
}
.sms_convo span.r {
    background-color: #ee272a;
}
.sms_convo span.o {
    background-color: #e99222;
}
.sms_convo .sms_convo_msg {
    margin-top: 0px;
    width: 100%;
    padding: 15px 10px;
}
.sms_convo .sms_convo_msg:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}
.sms_convo .sms_convo_msg_info {
    margin-bottom: 10px;
}
.sms_convo .sms_convo_msg .wA {
    margin-right: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    float: none;
}
/*.sms_convo .sms_convo_msg .msg{padding:8px 15px;font-size:13px;border-radius: 10px;position: relative;}*/
.sms_convo .sms_convo_msg .msg {
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    max-height: none;
    word-break: break-all;
}
.sms_convo .sms_convo_msg_to {
    text-align: left;
}
.sms_convo .sms_convo_msg_from {
    text-align: right;
}
.sms_convo .sms_convo_msg_to .msg {
    background-color: #cce8f4;
}
.sms_convo .sms_convo_msg_to .msg:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #cce8f4;
    border-bottom-right-radius: 15px;
}
.sms_convo .sms_convo_msg_to .msg:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
}
.sms_convo .sms_convo_msg_from .msg {
    background-color: #eeeeee;
}
.sms_convo .sms_convo_msg_from .msg:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #eeeeee;
    background-attachment: fixed;
    border-bottom-left-radius: 15px;
}
.sms_convo .sms_convo_msg_from .msg:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
}

.sms_convo .sms_convo_msg_to .msg .media_item {
    border: 1px solid #999;
    padding: 4px;
    border-radius: 3px;
    color: #555;
    background-color: #dbeef6;
    margin-right: 2px;
    cursor: pointer;
    background-color: #f7f7f7;
}
.sms_convo .sms_convo_msg_to .msg .media_item:hover {
    border-color: #09f;
    color: #09f;
}
.sms_convo .sms_convo_msg_to .msg .media_item img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100px;
    object-fit: contain;
}
.sms_convo .sms_convo_msg_to .msg .media_item_attc {
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
    font-size: 11px;
    color: #777;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* DOCUMENTS (VIEW CASE) */
.document_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px;
}
.document_item div:not(.document_item_type) {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.document_item div span {
    display: block;
    float: right;
}
.document_item .document_item_type {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #cccccc;
    color: #333333;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}
.document_item .document_item_type em {
    color: #333333;
}
.document_item .document_item_type:hover {
    background-color: #333;
}
.document_item .document_item_type:hover em {
    color: #fff;
}

/* E-SIGN (VIEW CASE) */
.esign_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
    background-color: #fcfcfc;
    text-align: left;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    min-height: 190px;
}
.esign_item div:not(.esign_item_type) {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.esign_item div span {
    display: block;
    float: right;
}
.esign_item .esign_item_type {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    background-color: #cccccc;
    color: #333333;
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
}
.esign_item .esign_item_type em {
    color: #333333;
}
.esign_item.notsent {
    border-color: #ee272a;
    background-color: rgba(238, 39, 42, 0.03);
}
.esign_item.cancelled {
    color: var(--list_rejected_txt) !important;
}
.esign_item.cancelled:hover {
    color: var(--text) !important;
}

.esign_item_tr.notsent {
    background-color: rgba(238, 39, 42, 0.03);
}
.esign_item_tr.cancelled {
    color: var(--list_rejected_txt) !important;
}
.esign_item_tr.cancelled:hover {
    color: var(--text) !important;
}

/* ACCORDIONS */
.accordions {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.accordions .chkb {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordions .rd {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion {
    width: 100%;
    color: var(--accordion_txt);
    overflow: hidden;
}
.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: var(--accordion_bg);
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}
.accordion-label:hover {
    background: var(--primary);
    color: var(--text);
}
.accordion-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.accordion-content {
    max-height: 0;
    padding: 0 1em;
    color: var(--text);
    background: white;
    transition: all 0.35s;
    background-color: #f9f9f9;
    display: none;
    width: 100%;
    text-align: left;
}
.accordion-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: var(--text);
    cursor: pointer;
}
.accordion-close:hover {
    background: var(--primary);
    color: var(--text);
}
.accordion .chkb:checked + .accordion-label {
    background: var(--text);
    color: #ffffff;
}
.accordion .chkb:checked + .accordion-label::after {
    transform: rotate(90deg);
}
.accordion .chkb:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 1em;
    display: inline-block;
    overflow-y: auto;
}

.accordion .rd:checked + .accordion-label {
    background: var(--text);
    color: #ffffff;
}
.accordion .rd:checked + .accordion-label::after {
    transform: rotate(90deg);
}
.accordion .rd:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 1em;
    display: inline-block;
    overflow-y: auto;
}
#how-to-accordions .accordion .rd:checked ~ .accordion-content {
    max-height: 300vh;
    padding: 1em;
    display: inline-block;
    overflow-y: auto;
}

/* TIPPY */
.tippy-content {
    text-align: left;
    font-weight: normal; /*min-width:140px;*/
    z-index: 9999;
}
.tippy-content button {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
}
.tippy-content button:hover {
    color: #09f;
    text-decoration: none;
    cursor: pointer;
}
.tippy-content strong:hover {
    color: #09f;
    text-decoration: underline;
    cursor: pointer;
}
.tippy-content strong,
.tippy-content strong {
    text-decoration: underline;
}
.tippy-content strong,
.tippy-content strong:hover {
    cursor: default;
    text-decoration: underline;
    color: #fff;
}

/* INTAKE QUESTIONS */
.intake_form {
    width: 100%; /*height:800px;overflow-y:auto;*/
}
.question_item {
    width: calc(50% - 20px);
    margin: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.2);
    float: left;
    position: relative;
}
.question_item2 {
    width: calc(100% - 20px);
    margin: 10px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 10px 4px rgba(0, 0, 0, 0.1);
    float: left;
}

.ttinfo {
    color: #999;
    cursor: help;
    font-size: 15px !important;
    display: inline-block;
    line-height: 22px !important;
    margin-left: 5px;
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.ttinfo:hover {
    color: var(--primary);
}
.intake_question_note {
    font-size: 15px !important;
    color: #999;
    display: inline-block;
    cursor: help;
    line-height: 22px !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.intake_question_note:hover {
    color: var(--primary);
}
.case-add-btn {
    color: inherit;
}
.case-add-btn:hover {
    color: var(--success);
}

/* COLOUR PICKER */
.minicolors-theme-default .minicolors-input {
    height: inherit !important;
    padding-left: 40px !important;
}
.minicolors-theme-default .minicolors-swatch {
    width: 30px !important;
    height: 30px !important;
}
.minicolors-opacity-slider {
    display: none !important;
}
.minicolors-input {
    width: 125px !important;
}

/*.desktop{display: table-cell;}*/
/*.mobile{display: none;}*/
.notmobile {
    display: inline-block;
}

#tbl tr td, #tbl tr th {
    text-align: left;
}
.tbl tr td, .tbl tr th {
    text-align: left;
}

.dbb1 {
    padding: 10px 5px;
}
.dbb1 em {
    float: right;
}
.dbb1:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.mergec_m {
    font-weight: bold;
    color: #999 !important;
}
.mergec_m:hover {
    color: #ff6666 !important;
    text-decoration: none;
}

.merged_lnk {
    color: #999 !important;
}
.merged_lnk:hover {
    color: #333 !important;
}

.button.disable em,
.button:disabled em {
    color: #999 !important;
}



h1 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 28px;
}

label i.fa.fa-info-circle.ttc {
    color: #AAA !important;
    display: inline-block !important;
    font-size: 30px;
    margin-bottom: 2px;
}

label i.fa.fa-info-circle.ttc:hover {
    color: blueviolet !important;
}

i.fa.fa-info-circle.tt3.ttc {
    font-size: 20px !important;
}

i.fa.fa-info-circle.tt3.ttc:hover {
    color: blueviolet !important;
}


nav {
    display: none;
}



/* MOBILE
======================================================================= */
@media (max-width: 767px) {
    .threethreestack,
    .twofivestack,
    .fivestack,
    .w16m100,
    .w20m100,
    .w33m100,
    .w10m100,
    .w15m100,
    .w166m100,
    .w14m100,
    .w25m100,
    .w35m100,
    .w48m100,
    .w49m100,
    .w10m100,
    .w20m100,
    .w30m100,
    .w40m100,
    .w45m100,
    .w50m100,
    .w60m100,
    .w66m100,
    .w68m100,
    .w70m100,
    .w73m100,
    .w75m100,
    .w80m100,
    .w85m100 {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .w50m100.ppr5,
    .w50m100.ppr10 {
        padding-right: 0;
    }
    .w60m100.ppr5,
    .w60m100.ppr10 {
        padding-right: 0;
    }
    .w33m100.ppr10 {
        padding-right: 0;
    }
    .w25m100.ppr10 {
        padding-right: 0;
    }
    .wA.ppr10 {
        padding-right: 0;
    }

    .p20m10 {
        padding: 10px !important;
    }

    .w2m0 {
        display: none;
    }
    .w4m0 {
        display: none;
    }
    .w5m0 {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
    .notmobile {
        display: none !important;
    }
    /* .desktop{display: none;}*/
    .values2 {
        font-size: 11px;
    }
    #tbl {
        width: 98%;
    }
    /* #tbl tr td:not(:first-child):not(:nth-child(2)):not(:last-child){display: none;}*/
    #tbl tr td:first-child {
        width: 90px;
    }
    #tbl tr td:nth-child(2) {
        width: auto;
    }
    #tbl tr td:last-child {
        width: 120px;
    }

    .tbl {
        width: 98%;
    }
    /* .tbl tr td:not(:first-child):not(:nth-child(2)):not(:last-child){display: none;}*/
    .tbl tr td:first-child {
        width: 90px;
    }
    .tbl tr td:nth-child(2) {
        width: auto;
    }
    .tbl tr td:last-child {
        width: 120px;
    }

    .accords .tb-label {
        padding: 15px 0px;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
    }
    .accords .cb:checked ~ .tb-content {
        margin-left: 20px;
        margin-right: 20px;
    }
    .accords .cb:checked ~ .tb-content {
        padding-bottom: 20px;
    }
    .accords .tb-content ul li {
        font-size: 18px;
        line-height: 35px;
    }

    .lc,
    .rc {
        text-align: center !important;
    }
    .cl {
        text-align: left !important;
    }

    /*.grd_item{width:calc(100% - 10px);}*/

    .gridWrapper {
        grid-template-columns: auto !important;
    }

    .pipeline_col {
        width: calc(100% - 10px);
        margin: 5px;
    }
    .pipeline_item.new-intake {
        width: 100%;
        margin-right: 0;
    }

    .address_item.new-intake {
        width: 100%;
        margin-right: 0;
    }

    .note_item {
        width: 100%;
        margin-right: 0;
    }
    .task_item {
        width: 100%;
        margin-right: 0;
    }
    .document_item {
        width: 100%;
        margin-right: 0;
    }
    .esign_item {
        width: 100%;
        margin-right: 0;
        min-height: 0;
    }
    .communication_item {
        width: 100%;
        margin-right: 0;
    }

    .ul.n.sidebar li div {
        width: 100%;
    }

    .milestones > li {
        width: 33.33%;
        margin-bottom: 15px;
    }

    .sms_convo .sendr input[type="text"] {
        width: calc(100% - 100px);
    }

    .dashboard_widget {
        min-height: 0;
    }

    .page_header2 {
        font-size: 20px !important;
    }
    .page_header3 {
        font-size: 20px !important;
    }
    .page_header3 h1 {
        font-size: 20px !important;
    }

    h2.underline {
        font-size: 18px !important;
    }
    h3.underline {
        font-size: 16px !important;
    }
    strong.underline {
        font-size: 16px !important;
    }

    #similar_items {
        grid-template-columns: repeat(1, 1fr);
    }

    #contact_create_info .accordion-content {
        max-height: 300vh;
    }
    #contact_edit_info .accordion-content {
        max-height: 300vh;
    }

    #header_left_gutter {
        width: 10px !important;
    }
    #mmenu_close {
        display: inline-block !important;
    }

    #container .inner {
        margin-top: 0px !important;
    }

    .modal .modalContent {
        margin-top: 10px;
        padding: 10px;
    }

    #uploader_wrapper #fileuploader1 .ajax-upload-dragdrop {
        width: 100% !important;
        max-width: 450px;
    }

    #mmenu_ul_admin {
        margin-top: 0px !important;
        position: relative !important;
        bottom: 0 !important;
    }

    #mmenu #mmenu_body .mmenu_ul li a {
        padding: 10px !important;
    }
    #mmenu #mmenu_body .mmenu_ul li em {
        font-size: 16px !important;
    }
}

/* TABLET
======================================================================= */
@media (min-width: 768px) and (max-width: 1260px) {
    /*.threethreestack{width:100% !important;margin-bottom:5px !important;}*/
    /*.grd_item{width:calc(33.33% - 10px);}*/

    .gridWrapper {
        grid-template-columns: auto auto !important;
    }

    #contact_info .w50m100 {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    #contact_info .w100.mb20 {
        margin-bottom: 0px !important;
    }
    #contact_info .w100.mb20:nth-of-type(3) {
        margin-bottom: 20px !important;
    }
    #contact_info .w100.mb20.last {
        margin-top: 20px !important;
    }
    #contact_view_info .w20m100,
    #contact_view_info .w25m100 {
        width: 33.33% !important;
        margin-bottom: 10px;
    }
    #cases_container {
        padding: 20px 10px !important;
        padding-bottom: 10px !important;
    }
    .pipeline_item span {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    #contact_create_info .wA {
        float: none;
    }
    #contact_create_info #addressesContainer .wA {
        float: left;
    }
    #contact_create_info #otherDetailsContainer .wA {
        float: left;
    }
    #contact_create_info .accordion-content {
        max-height: 300vh;
    }
    #userSettingsContainer .w50m100 {
        width: 100% !important;
        padding: 0 20px;
    }
    #userSettingsContainer {
        margin-top: 0px;
    }
    #container .inner {
        margin-top: 0px !important;
    }
    /*#container{margin-top:0;}*/

    .page_header2 {
        font-size: 22px !important;
    }
    .page_header3 {
        font-size: 22px !important;
    }
    .page_header3 h1 {
        font-size: 22px !important;
    }
    h2.underline {
        font-size: 20px !important;
    }
    h3.underline {
        font-size: 18px !important;
    }
    strong.underline {
        font-size: 18px !important;
    }
    #mmenu_body {
        overflow-y: auto;
    }
    #mmenu_close {
        display: inline-block !important;
    }
    #mmenu #mmenu_header #mmenu_close {
        display: inline-block !important;
    }

    #mmenu_ul_admin {
        margin-top: 0px !important;
        position: relative !important;
        bottom: 0 !important;
    }
}

/* DESKTOP
======================================================================= */
@media (min-width: 1261px) {
}

@media (max-width: 1261px) {
    .modal .modalContent {
        margin-top: 10px !important;
        min-height: 180px;
    }
    .modal .modalContent .trumbowyg-box {
        min-height: 180px !important;
        max-height: 297px !important;
    }
    .modal .modalContent .trumbowyg-box .trumbowyg-editor {
        max-height: 297px !important;
    }
    .modal .modalContent .trumbowyg-box .trumbowyg-editor-box {
        max-height: 260px !important;
    }
}

@media (max-height: 925px) {
    #filters_btm {
        position: relative !important;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px) {
    .gridWrapper {
        grid-template-columns: auto auto auto auto !important;
    }
}

@media (min-width: 2200px) {
    .gridWrapper {
        grid-template-columns: auto auto auto auto auto !important;
    }
}

@media (min-width: 2800px) {
    .gridWrapper {
        grid-template-columns: auto auto auto auto auto auto auto auto !important;
    }
}

@media print {
    #sfooter {
        display: none !important;
    }
}
