﻿/* CSS Document */
:not(.fa):not(.fab):not(.fad):not(.fal):not(.far):not(.fas):not(.fa-solid):not([class*=smicon-]) {
  font-family: sans-serif;
  letter-spacing: 0;
}

.input-group-append .input-group-text{
  background-color: transparent;
  border: 0;
}

html, body {
  min-height: 100%;
}

html {
  position: relative;
  min-height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
}

body {
  color: #423e37;
  background-color: #edeeef;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  height: 100%;
  /* Margin bottom by footer height */
  margin-bottom: 40px;
  overflow-x: hidden;
}

body:not(.sidebar-open) section div#main {
  margin-right: 0 !important;
}

body input, body textarea, body select, body button {
  font-family: sans-serif;
}

body a:link, 
html body a:visited {
  color: #052d62;
}

/* .e-closing-modal{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
} */

.e-closing-modal-name{
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  line-height: 14px;
}

.sectionPadding {
  padding-top: 15px;
}

ul{
  list-style: none;
}

/* Links */
a, a:link {
  color: #032e8a;
}

a:hover, a:active {
  color: #032e8a;
}

a:visited {
  color: none;
}

/* .link-text, a.text-blue {
  color: #052d62!important;
  font-weight: 100;
  cursor: pointer;
}

.link-text:hover a.text-blue:hover {
  color: #000000 !important;
  cursor: pointer;
  font-weight: 100;
} */
/* .SPARKLE  */
.link-text, a.text-blue {
  color: #032e8a !important;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.19s ease-in-out;
}
/* .SPARKLE  */
.link-text:hover, a.text-blue:hover {
  opacity:0.85;
}

a.select-note-link,
.pointer-hover{
  cursor: pointer;
}

button.disabled {
  pointer-events: none;
}

i.fal.fa-times-circle.ng-star-inserted {
  top: 0px !important;
  right: 5px;
  position: absolute;
  color: #8992a3;
  cursor: pointer;
  z-index: 100;
  pointer-events: all;
}

.icon-disable {
  cursor: not-allowed !important;
}

i.fal.fa-times-circle.ng-star-inserted:hover {
  cursor: pointer;
}

/* Font Awesome */
.fa.brand-primary:hover, a .fa.brand-primary:hover {
  color: #638b3e !important;
}

.fa.brand-warning:hover, a .fa.brand-warning:hover {
  color: #d3201c !important;
}

/* .fa.gray:hover, a .fa.gray:hover {
  color: #939393 !important;
} */
/* .SPARKLE  */
.fa.gray:hover, 
a .fa.gray:hover {
  color: #C3C0BC !important;
}

.fa.disabled, .fa.brand-primary.disabled:hover, a .fa.brand-primary.disabled:hover, .fa.brand-warning.disabled:hover, a .fa.brand-warning.disabled:hover, .fa.gray.disabled:hover, a .fa.gray.disabled:hover {
  color: #dbdbdb !important;
  cursor: default;
}

.fa {
  cursor: pointer;
}

.fa-circle,
.fa-dot-circle,
.fa-check-square,
.fa-square{
  cursor: pointer;
  font-size: 15px;
}

.fa-plus{
  cursor: pointer;
}

i.fa-pencil.edit-pencil {
  color: #727272;
  cursor: pointer;
  transition: all 0.19s ease-in-out;
}

i.fa-pencil.edit-pencil:hover {
  color: #c3c0bc;
}


a.grid-link i.far.fa-sticky-note {
  font-size: 21px;
  position: relative;
  top: 2px;
  left: 5px;
}

.dashboard-actions .nav>li>a:hover, .dashboard-actions .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* Typography */
h1 {
  font-size: 36px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

h5 {
  font-size: 12px;
  font-weight: 700;
}

h6 {
  font-size: 10px;
  font-weight: 700;
}

.font-weight-bold {
  font-weight: 700;
}

p strong, p b {
  font-size: 14px;
}

p strong, p b, .font-weight-semi-bold {
  font-weight: 600;
}

p {
  font-size: 14px;
}

p, .font-weight-regular {
  font-weight: 400;
}

.input-group>input.form-control:not(.search-control), input.form-control:not(.search-control), select.form-control {
  font-size: 14px;
  color: #423E37;
  border: 1px solid #dbdbdb;
  display: inline-flex;
  border-radius: 3px;
  font-family: sans-serif!important;
  box-shadow: 1px 1px 3px 0px rgb(219, 220, 221);
  height: 28px;
  line-height: 1.42857;
  padding: 0 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin-bottom: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select.form-control {
  padding: 0 30px 0 8px !important;
  -webkit-padding-end: 30px !important;
  -webkit-padding-start: 8px !important;
 /* text-transform: capitalize;*/
}

select.form-control option.link{
  color: #052d62;
  font-weight: 600;
}

select.form-control option.link:hover{
  text-decoration: underline;
}

/* FIND A BETTER PLACE FOR THIS AFTER DEPLOYMENT 7/9/2020 */
#rolodexApp select.form-control{
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
  cursor: pointer;
}

#rolodexApp .input-group>input.form-control:not(.search-control), 
#rolodexApp input.form-control:not(.search-control), 
#rolodexApp select.form-control {
    font-size: 12px;
}

#rolodexApp .input-group-text .fa.fa-search.nav-search-icon{
  position: relative;
  top: -3px;
}

#rolodexApp button {
  box-shadow: none;
}

button#single-button{
  min-width: 55px;
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
  padding-right: 15px !important;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 3px;
  color: #262626 !important;
  background: #fff;
}
/* FIND A BETTER PLACE FOR THIS AFTER DEPLOYMENT 7/9/2020 */

.form-control:not(.search-control)::-webkit-input-placeholder {
  color: #262626;
}

.form-control:not(.search-control):-ms-input-placeholder {
  color: #262626;
}

.form-control:not(.search-control)::placeholder {
  color: #262626;
}

.form-control:not(.search-control):-ms-input-placeholder {
  color: #262626;
}

.form-control:disabled, .form-control[readonly] {
  cursor: not-allowed !important;
}

/* .form-row>[class*="col-"]> .form-control {
  width: 96%;
} */

.auto-width{
  width: auto !important;
}

.form-inline {
  -webkit-box-align: start;
  align-items: flex-start;
}

/* [class*="custom-launcher-"]{
  z-index: 100 !important;
  left: 20px !important;
} */

.whiteboard-drop {
  width: 240px !important;
}

.select-file-status>select.form-control {
  height: 30px;
}

/* -------------- Layout ------------------------ */
.whiteboard-table>tbody>tr>td {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
  height: 35px;
  letter-spacing: 1px;
}

.whiteboard-section {
  margin-top: 15px;
}

.file-no {
  font-size: 10pt;
}

.file-no-head {
  width: 80px !important;
}

.city-head {
  width: 150px;
}

.state-head {
  width: 45px;
}

.balance-head {
  width: 45px;
}

.notes-head {
  width: 45px;
}

.close-head {
  width: 150px;
}

.address-head {
  width: 250px;
}

.dropup>.dropdown-menu {
  margin: 0;
}

.dropdown {
  margin: 0;
}

.submenu>.dropdown-menu {
  margin: 0;
}

.search-control {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #fafafc !important;
  box-shadow: none;
  border: none;
  transform: none !important;
}

.open .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border-right: 1px solid #447ead;
  border-bottom: 1px solid #447ead;
  border-left: 1px solid #447ead;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0;
  display: none;
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  text-align: left;
  max-width: 100%;
  z-index: 3;
  position: absolute;
}

.dropdown-menu>li>a {
  clear: both;
  color: #423e37;
  display: block;
  font-weight: normal;
  line-height: normal !important;
  padding: 7px 20px;
  margin: 0;
  white-space: nowrap;
  border-bottom: 1px solid #AEAEAE;
  z-index: 5;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #052d62;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #423e37;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}

.shiny-dropdown {
  position: absolute;
  top: 33px;
  list-style: none;
  font-size: 14px;
  min-width: 55px!important;
  border: none!important;
  box-shadow: 3px 3px 3px 2px #dbdcdd;
}

.shiny-dropdown a.dropdown-item {
  background: white;
  padding: 6px 10px;
  margin: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
  color: #262626!important;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none!important;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

/* START DATEPICKER */
.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-bottom:after{
  display: none;
}
.datepicker{
  padding: 0px;
  border: 1px solid white;
  box-shadow: 0 0 10px 0 #aaa;
  border-radius: 0px;
}
.datepicker .datepicker-days{
  min-width: 278px;
  width: 100%;
}
.datepicker table{
  width: 100%;
  min-width: 278px;
  min-height: 232px;
}
.datepicker-dropdown thead tr:nth-child(2n){
  background-color: #007db8;
  min-width: 278px;
  height: 50px;  
  color: white;
}
.datepicker-dropdown thead tr:nth-child(2n) .prev{
  border-top-left-radius: 6px;
}
.datepicker-dropdown thead tr:nth-child(2n) .prev:hover, .datepicker-dropdown thead tr:nth-child(2n) .next:hover, .datepicker-dropdown .datepicker-switch:hover {
  background-color: #007db8;
}

.datepicker-dropdown thead tr:nth-child(2n) .next{
  border-top-right-radius: 6px;
}
.datepicker-dropdown thead tr:nth-child(3n){
  border-top: 1px solid #e9edf0;
  border-left: 1px solid #e9edf0;
  border-right: 1px solid #e9edf0;
  font-size: 13px;
  color: #727272;
  font-weight: 400;
  text-align: center;
}
.datepicker-dropdown .next-circle, .datepicker-dropdown .prev-circle {
  border-radius: 50%;
    width: 30px;
    height: 30px;
    background: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
}
.datepicker-dropdown .next-circle:hover, .datepicker-dropdown .prev-circle:hover, .datepicker-dropdown .datepicker-switch:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
}
.datepicker-dropdown .datepicker-switch:before {
  content:'';
  border-radius: 15px;
  background-color: transparent;
  height: 30px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  position:absolute;
  width: 80%;
  z-index: -1;
}
.datepicker-dropdown tbody{
  border-left: 1px solid #e9edf0;
  border-right: 1px solid #e9edf0;
  border-bottom: 1px solid #e9edf0;
  border-radius: 4px;
}
.datepicker-dropdown tbody tr .old.day, .datepicker-dropdown tbody tr .new.day{
  color: rgba(0, 0, 0, 0.25);
}
.datepicker-dropdown tbody tr .day{
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background-image: none;
}
.datepicker-dropdown tbody tr .day:hover{
  background: transparent !important;
}
.datepicker .datepicker-switch{
  width: 186px !important;
  text-align: center;
  position: relative;
  z-index: 1;
}
.datepicker .next, .datepicker .prev{
  width: 40px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 50px;
}
.datepicker-dropdown tbody tr .day.active, .datepicker-dropdown tbody tr .day.active:hover{
  background-image: none !important;
  background-color: #447ead !important;
  color: white !important;
  border-radius: 5px !important;
}
.datepicker td, .datepicker th{
  border-radius: 0px;
}
/* END DATEPICKER */

.landing-links {
  list-style: none;
  font-weight: 600;
  color: #639c3d;
  padding-top: 10px;
  font-size: 14px;
}

.badge {
  /* background-color: #052d62 !important; */
  background-color: #FF7110 !important;
  color: #052d62 !important;
  border-radius: 50% !important;
  /* color: #fff; */
  display: flex;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-transform: translate(12px, -8px) !important;
  -ms-transform: translate(12px, -8px) !important;
  transform: translate(12px, -8px);
  justify-content: center;
  align-items: center;
}
/* .SPARKLE .badge {
  background-color: #fa6400 !important;
  color: #152041 !important;
} */

fieldset fieldset {
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

fieldset fieldset legend {
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

fieldset fieldset fieldset legend {
  margin-bottom: 0;
}

fieldset fieldset fieldset fieldset fieldset legend {
  font-size: 14px;
  border-bottom: 0;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}

.fieldset-bordered .row {
  border: 1px solid #dbdbdb;
}

.fieldset-bordered legend {
  border: 0;
}

body .form-control {
  height: 28px;
  font-size: 14px;
  color: #423e37;
  border: 1px solid #dbdbdb;
  display: inline-flex;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: rgb(255, 255, 255, 1);
  background-image: none;
  line-height: 1.42857!important;
  padding: 0 0 0 10px;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-weight: 400;
  background-clip: padding-box;
}

.main-content .form-control {
  box-shadow: 1px 1px 3px 0px rgb(219, 220, 221);
}

.form-control-sm {
  background-color: rgb(255, 255, 255, 1);
  background-image: none;
  border-radius: 5px !important;
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
  color: #727272;
  padding: 6px 12px;
  border: 1px solid #aeaeae;
}

.form-control::placeholder {
  color: #8992a3;
}

.notaryloop-col>.form-group>label {
  padding-right: 20px;
}

.fal.fa-angle-down.files-caret {
  font-size: 16px;
  position: relative;
}

.fal.fa-angle-down {
  color: #8992a3;
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

div.select-file-status .fal.fa-angle-down.files-caret {
  position: relative;
}

.d-lg-inline-flex .fal.fa-angle-down.files-caret {
  position: relative;
}

.d-inline-flex .fal.fa-angle-down.files-caret {
  right: 10px;
  position: relative;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
  cursor: pointer;
}

div.content select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  appearance: menulist;
  cursor: pointer;
}

div.page select[multiple] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  -ms-appearance: initial;
  appearance: initial;
  cursor: pointer;
}

div.content select[multiple] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  -ms-appearance: initial;
  appearance: initial;
  cursor: pointer;
}

.select-file-status {
  color: #8992a3;
}

.select-file-status label {
  padding-right: 10px;
  padding-top: 5px;
  font-size: 10pt;
  color: #272524;
}

.select-file-status .fal {
  color: #8992a3;
  font-weight: 300;
}

.select-file-status option {
  color: #8992a3;
  border-bottom: 1px solid #AEAEAE;
}

.form-control:focus, .btn:focus, .btn.focus {
  box-shadow: 0 0;
  outline: 0 none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .dropdown-toggle:focus, select:focus {
  border-color: none;
  box-shadow: 0 0;
  outline: 0 none;
}

.whiteboard-btn-2 {
  background-color: transparent !important;
}

.whiteboard-btn {
  font-weight: 400 !important;
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
}

.progress-btn {
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
  border-radius: 50% !important;
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1 !important;
  margin-right: 5px !important;
  margin-top: -3px !important;
  min-width: 10px !important;
  padding: 20px 20px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  align-items: center !important;
  align-content: center !important;
  align-self: center !important;
  float: none !important
}

.whiteboard-pagination>li>a, 
.document-span,
span,
span:not(.idle-state-btn-span) {
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  font-size: 14px;
}

.whiteboard-pageIndex>span {
  color: #447ead !important;
  font-weight: 500;
}

.whiteboard-pagination .active {
  background-color: #447ead !important;
  border-radius: 5px !important;
  box-shadow: 0px 1px 6px 0px rgb(0, 0, 0, 0.25);
}

.whiteboard-pagination .active>span {
  color: white !important;
}

.whiteboard-pagination .active:hover {
  background-color: #052d62 !important;
}

.whiteboard-pagination>li {
  margin: 0px 5px 0px 5px !important;
}

.pageIndex:hover {
  border-radius: 5px;
  background-color: rgb(211, 211, 211);
}

.whiteboard-page-arrows {
  border-radius: 5px !important;
}

.whiteboard-page-arrows:hover {
  background-color: rgb(211, 211, 211);
}

.whiteboard-main {
  border: 1px solid rgb(211, 211, 211, 0.60);
}

.whiteboard-results {
  font-size: 10pt;
  font-weight: 600;
  -moz-appearance: none;
}

.whiteboard-btns-right {
  border: 0;
  background-color: #c3c0bc;
  box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
}

.whiteboard-refresh-btn {
  border: 0;
  background-color: #c3c0bc;
  box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
}

.results-caret {
  transform: translate(-30px, 5px);
  position: absolute;
}

.pagination {
  padding-left: 40px;
  float: right;
}

.page-item {
  border: none !important;
}

.page-item>.page-link {
  border-radius: 3px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 12px;
}

.page-item>.page-link:hover {
  background-color: rgb(211, 211, 211) !important;
}

.page-item.active .page-link {
  background-color: #447ead !important;
  box-shadow: 0px 1px 6px 0px rgb(0, 0, 0, 0.25);
}

.page-item.active:hover .page-link {
  background-color: #052d62 !important;
}

.page-item.active .page-link {
  color: #423E37;
  background: #FFFFFF !important;
  border: 1px solid #C3C0BC !important;
  box-shadow:3px 3px 6px 0px rgba(219,220,221,1);
  transition: all 0.19s ease-in-out;
}

.page-item.active:hover .page-link {
  background: #EAEAE9 !important;
}

.pagination>.page-item {
  margin: 0px 5px 0px 5px !important;
}

ul.pagination li:first-child a, ul.pagination li:last-child a {
  border: 1px solid #C3C0BC !important;
  
}

/* ------------------- Rolodex Styles --------------*/

.rolodex-dropdowns .form-group select.form-control {
  height: 30px;
  padding: 6px 12px;
}

.rolodex-card-column-first {
  height: 175px;
}

.rolodex-card-column {
  height: 175px;
  margin-left: 75px;
}

.rolodex-card-column-top-last {
  height: 75px;
}

.add-icon {
  font-size: 11px;
  border: none;
}

.rolodex-card-column-top {
  height: 75px;
  margin-left: 75px;
}

.rolodex-dropdowns>div>label {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: .1rem;
  padding: 0 10px 0 0;
  justify-content: flex-end;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap!important;
  color: #423e37!important;
  margin-top: 8px;
}

.rolodex-bus-drop {
  margin-left: 20px;
}

.rolodex-btn-group {
  margin-left: 20px;
  max-height: 32px;
  margin-bottom: 20px;
}

.rolodex-table-input {
  border: none;
  border-radius: 5px;
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
  padding: 5px;
}

.input-header-table {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
 

.rolodex-search>.input-group-append {
  transform: translate(-45px, 0px);
}

.rolodex-search>.input-group-append>span>.fa-search {
  color: #acb3bd;  
  margin-top: -2px;
}

.add-icon-header {
  width: 50px;
}

.phone-head {
  width: 150px;
}

.schedule-color-head {
  width: 150px;
}

.contact-name-head {
  width: 200px;
}

.team-head {
  width: 200px;
}

.title-head {
  width: 200px;
}

.email-head {
  width: 300px;
}

.company-head {
  width: 300px;
}

.company-name-head {
  width: 200px;
}

.business-type-head {
  width: 200px;
}

.org-type-head {
  width: 200px;
}

.status-head {
  width: 100px;
}

.primary-contact-head {
  width: 200px;
}

.form-group-rolodex>input, .form-group-rolodex>select {
  font-size: 9pt;
  padding: 10px !important;
  border-radius: 5px;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  height: auto !important;
}

.form-group-rolodex>label {
  font-size: 11px;
  color: #928f8c;
  white-space: nowrap;
}

.rolodex-new-divider {
  border: 1px solid #aeaeae;
}

.large-field-dropdown {
  transform: translate(325px, -38px);
  color: #727272;
}

.small-field-dropdown {
  transform: translate(145px, -38px);
  color: #727272;
}

.medium-form-dropdown {
  transform: translate(235px, -38px);
  color: #727272;
}

/* -------------- End Rolodex styles ---------------*/

/* CHECKBOX LIST STYLES */

.list-data{
  border: thin solid #ccc;
  border-radius: 5px;
  padding-right: 4px;
}

.list-data .list-head{
  border-bottom: thin solid #ccc;
}

.list-data .list-body{
  
}

.list-data .list-body .list-body-form-group{
  max-height: 250px;
  padding: 0;
}

.list-data .list-body .list-body-form-group app-ec-checkbox .selected-span {
  
}

.list-data .list-row {
  position: relative;
}

.list-data .list-row:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.list-data .list-row:nth-of-type(odd) {
  background-color: white;
}


.balance-info {
  display: none;
}

.progress-bar:hover+.balance-info {
  display: block;
}

.form-control:after {
  opacity: 1;
}

.radio-nested {
  margin-left: 25px;
}

.radio-nested p {
  margin-left: 25px;
}

.power-grid-page-index .input-sm {
  padding: 0 3px;
  height: 28px;
}

.checkbox-first {
  margin-top: 0;
}

.eval-run-query-btn .btn {
  width: 100%;
}

.form-control-days {
  width: 60px !important;
}

.has-error .form-control {
  border-color: #EF3628;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.criteria-add {
  margin-bottom: 40px;
}

.criteria-footer {
  background: #f6f8fb none repeat scroll 0 0;
  bottom: -25px;
  margin-left: -15px;
  padding: 7px 15px;
  position: absolute;
  width: 100%;
}

h2.document-management-landing-title {
  text-align: center;
  margin-top: 15px;
}

/* Whiteboard styles
------------------------------------------------------ */

.whiteboard-container {
  padding-left: 30px;
  padding-right: 30px;
}

.whiteboard-table {
  cursor: pointer;
}

.fa-sort-down {
  position: absolute;
}

.whiteboard-drop {
  border-radius: 5px;
  -moz-appearance: auto;
}

.fa-sort-down:active {
  color: orange !important;
}

.fa-sort-down:hover {
  color: orange !important;
}

.fa-sort-down:after {
  color: orange !important;
}

#loading.fa-3x {
  text-align: center;
}

.statuslegend {
  background-color: #ffffff;
  list-style: none;
  padding: 20px 20px 20px 20px;
  margin-left: -15px;
  border-radius: 5px;
}

.whiteboard-table>thead>tr>th>a {
  text-align: left !important;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
}

.statuslegend>li {
  white-space: nowrap;
}

.whiteboard-table>thead>tr>th>a>i {
  margin-left: 2px;
  margin-bottom: 2px;
}

.whiteboard-table>thead>tr>th {
  margin-right: 10px !important;
}

.statuslegend>li {
  display: inline-block;
  margin-right: 20px;
  font-size: 10pt;
}

.statuslegend>li>a {
  text-decoration: none;
  color: inherit;
}

.right-btns-column {
  padding-top: 40px;
}

.statuses {
  white-space: normal !important;
  letter-spacing: 1px !important;
}

.statuses i.fa.fa-square {
  margin-right: 2px;
}

.collapsing {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tooltip.show {
  opacity: 1 !important;
  z-index: 1100;
}

.tooltip .tooltip-inner {
  border-radius: 5px !important;
  background-color: white !important;
  color: black !important;
  opacity: 1 !important;
  /* box-shadow: 3px 7px 7px 2px rgb(226, 227, 228) !important; */
  /* box-shadow: none !important; */
  box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
}

/* .fa-times {
  font-size: 1.5em;
} */

.close {
  text-shadow: none;
}

/*.tooltip .arrow::before {
    border-right-color: white !important;
}*/

/* status legend colors */

.status-complete {
  color: #8dc757;
}

.status-incomplete {
  color: #ef3628;
}

.status-sent {
  color: #fed318;
}

.status-received {
  color: #639c3d;
}

.status-overdue {
  color: #ed7b27;
}

/* Typography
------------------------------------------------------ */

b, strong {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

/* Images 
------------------------------------------------------ */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-inline {
  display: inline;
  max-width: 100%;
  height: auto;
}

/* Color
------------------------------------------------------ */

/* font color*/

.white {
  color: #ffffff !important;
}

/* .brand-primary, .text-primary {
  color: #5f963a !important;
} */
/* .SPARKLE  */
#button-basic .brand-primary, 
#button-basic .text-primary{
  color: #007db8 !important;
  transition: all 0.19s ease-in-out;
}
/* .SPARKLE  */
#button-basic .brand-primary:hover, 
#button-basic .text-primary:hover{
  color: #c3c0bc;
}

#button-basic .fa.brand-primary, 
#button-basic .fa.text-primary{
  color: #727272 !important;
  transition: all 0.19s ease-in-out;
}
#button-basic .fa.brand-primary:hover, 
#button-basic .fa.text-primary:hover{
  color: #c3c0bc;
}

/* .SPARKLE  */
.property-area .text-primary,
i.text-primary,
i.text-primary .text-blue{
  color: #727272 !important;
  transition: all 0.19s ease-in-out;
}
/* .SPARKLE  */
.property-area .text-primary:hover,
i.text-primary:hover,
i.text-primary .text-blue:hover{
  color: #c3c0bc !important;
}
/* .SPARKLE  */
.new-folder-icon{
  color: #727272 !important;
  transition: all 0.19s ease-in-out;
}
/* .SPARKLE  */
.new-folder-icon:hover{
  color: #c3c0bc !important;
}

.brand-success, .text-success {
  color: #639c3d !important;
}

.brand-action, .text-action, .text-active {
  color: #4197B5 !important;
}

.brand-info, .text-info {
  color: #fed318 !important;
}

.brand-warning, .text-warning {
  color: #ed7b27 !important;
}

/* .brand-danger, .text-danger, .text-problem, .error-block {
  color: #ef3628 !important;
} */
/* .SPARKLE  */
.brand-danger,
.text-danger,
.text-problem,
.error-block {
  color: #727272 !important;
}

.gray-darker, .grey-darker {
  color: #373737 !important;
}

.gray-dark, .grey-dark, .gray-dark a, .grey-dark a, .gray-dark a:link, .grey-dark a:link, .gray-dark a:hover, .grey-dark a:hover, .gray-dark a:focus, .grey-dark a:focus, .gray-dark a:active, .grey-dark a:active {
  color: #727272 !important;
}

/* .gray, .grey {
  color: #aeaeae !important;
} */
/* .SPARKLE  */
.gray, 
.grey {
  color: #727272 !important;
}

.gray-light, .grey-light {
  color: #dbdbdb !important;
}

.gray-lighter, .grey-lighter {
  color: #efefef !important;
}

.blue-darker {
  color: #639c3d !important;
}

.blue-dark {
  color: #2e557c !important;
}

.blue-light {
  color: #d8e6f3 !important;
}

.blue-lighter {
  color: #f6f8fb !important;
}

.sea {
  color: #22a0cf !important;
}

.teal {
  color: #11978c !important;
}

.lime {
  color: #79c148 !important;
}

.indigo {
  color: #54429f !important;
}

.tangerine {
  color: #ee8d22 !important;
}

.white, .white a {
  color: #fff !important;
}

/* badges*/

/* badges*/

.badge-primary {
  background-color: #8dc757 !important;
}

.badge-success {
  background-color: #639c3d !important;
}

.badge-good {
  background-color: #638b3e !important;
}

.badge-action {
  background-color: #4197b5 !important;
}

.badge-info {
  background-color: #fed318 !important;
}

.badge-warning {
  background-color: #ed7b27 !important;
}

.badge-danger {
  background-color: #ef3628 !important;
}

.badge-sea {
  background-color: #22a0cf !important;
}

.badge-teal {
  background-color: #11978c !important;
}

.badge-lime {
  background-color: #79c148 !important;
}

.badge-indigo {
  background-color: #54429f !important;
}

.badge-tangerine {
  background-color: #ee8d22 !important;
}

/* background color */
.bg-success {
  background: #5f963a !important;
}

.bg-brand-primary {
  background-color: #8dc757;
}

.bg-brand-success, a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #639c3d !important;
  color: #ffffff;
}

.bg-brand-action {
  background-color: #4197B5;
}

.bg-brand-info {
  background-color: #fed318;
}

.bg-brand-warning {
  background-color: #ed7b27;
}

.bg-brand-danger {
  background-color: #ef3628;
}

.bg-gray-darker, .bg-grey-darker {
  background-color: #373737;
  color: #fff;
}

.bg-gray-dark, .bg-grey-dark {
  background-color: #727272;
  color: #fff;
}

.bg-gray, .bg-grey {
  background-color: #aeaeae;
  color: #373737;
}

.bg-gray-light, .bg-grey-light {
  background-color: #dbdbdb;
}

.bg-gray-lighter, .bg-grey-lighter {
  background-color: #efefef;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue-darker {
  background-color: #639c3d;
  color: #fff;
}

.bg-blue-dark {
  background-color: #2e557c;
  color: #fff;
}

.bg-blue-light {
  background-color: #d8e6f3;
}

.bg-blue-lighter {
  background-color: #f6f8fb;
}

.bg-sea {
  background-color: #22a0cf;
  color: #fff;
}

.bg-teal {
  background-color: #11978c;
  color: #fff;
}

.bg-lime {
  background-color: #79c148;
  color: #fff;
}

.bg-indigo {
  background-color: #54429f;
  color: #fff;
}

.bg-tangerine {
  background-color: #ee8d22;
  color: #fff;
}

/*Progress Bars */
.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 33px;
  margin-bottom: 5px;
  overflow: hidden;
}

.progress-bar {
  background-color: #f6f6f6;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 33px;
  padding-left: 0;
  text-align: center;
  transition: width 0.6s ease 0s;
}

.progress-bar-primary {
  background-color: #8dc757;
}

.progress-bar-success {
  background-color: #639c3d;
}

.progress-bar-action {
  background-color: #4197b5;
}

.progress-bar-info {
  background-color: #fed318;
  color: #423E37;
}

.progress-bar-warning {
  background-color: #ed7b27;
}

.progress-bar-danger {
  background-color: #ef3628;
}

.page-power-grid {
  width: 100%;
}

.nav-sidebar-left {
  max-width: 100px;
  padding-right: 0;
}

.nav-sidebar li a {
  text-align: center;
  background: #f6f8fb;
  border-right: #DBDBDB 1px solid;
  border-bottom: #DBDBDB 1px solid;
  padding: 15px 20px 20px;
  font-size: 10px;
  font-weight: 600;
  color: #639c3d;
}

.nav-sidebar li a.active {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid #fff;
}

.sidebar-right .row, .sidebar-right-content {
  padding-bottom: 20px;
}

.sidebar-right .card-body h4 {
  font-size: 16px;
}

.sidebar-right .card-body h4.media-heading {
  padding-top: 8px;
  font-size: 14px;
}

.sidebar-right .card-body {
  font-size: 12px;
}

.sidebar-right .card table thead tr {
  border-bottom: 1px solid;
}

.sidebar-right .card table td, .sidebar-right .card table th {
  text-align: right;
}

.sidebar-right .card table td:first-child, .sidebar-right .card table th:first-child {
  text-align: left;
}

.sidenav-card-body>div>ul>li>a:hover {
  text-decoration: underline;
}

.sidenav>div>.tablinks {
  padding: 0px 20px 10px 20px;
  margin-left: 20px;
}

.sidenav-card .btn {
  font-size: 10px;
  font-weight: 400;
}

.sidenav-card {
  transform: translate(0px, -60px);
  border-radius: 0;
  margin: 0px;
}

.sidenav-card-body {
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px !important;
  flex: 1 1 auto;
}

.sidenav-manage .sidenav-card-body {
  padding: 0 0 0 20px;
}

p.sidenav-card-info {
  width: 95%;
}

h3.sidenav-card-title.card-title {
  display: block;
  margin: 0px;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 20px;
}

.sidenav-manage .sidenav-card-title {
  border-bottom: 2px solid #edeeef;
}

.sidenav-card-title i {
  color: #959696;
}

.sidenav-card-subtitle {
  color: black; 
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px
}
.event-notes-modal-body .sidenav-card-subtitle {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin-left: 20px
}
.event-notes-modal-body .sidenav-card-subtitle {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin-left: 20px
}

.sidenav-card-info {
  font-size: 11px;
  font-weight: 200;
  color: #51535e;
  margin-left: 20px;
}

.card.sidenav-card {
  border: none;
}

.simplebar-scrollbar {
  visibility: inherit !important;
}

.scroll {
  overflow-y: scroll;
}

.load-more {
  margin-bottom: 10px;
  color: #375d81 !important;
  margin-left: 30px;
}

.invisible{
  visibility: hidden;
}

/* Tables 
-------------------------------------------- */

.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.table .row-data-class,
.table tr {
  cursor:pointer;
}

#shipping-labels-table .table {
    cursor: default;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fbfbfb;
}

.table-striped tbody tr{
  border-bottom: 2px solid #edeeef !important;
}

table.table>thead>tr>th, 
table.table>tbody>tr>th, 
table.table>tfoot>tr>th,
table.table>thead>tr>td, 
table.table>tbody>tr>td, 
table.table>tfoot>tr>td,
div.ecc-common-table-wrapper.table thead tr td, 
div.ecc-common-table-wrapper.table tbody tr td, 
div.ecc-common-table-wrapper.table tfoot tr td  {
  /* border-bottom: 2px solid #edeeef !important; */
  border-bottom: 0px;
  line-height: 1.42857;
  padding: 0px;
  vertical-align: middle;
  border-top: 0;
  color: #423e37;
}

table.table>thead>tr>th, 
table.table>tbody>tr>th, 
table.table>tfoot>tr>th,
div.ecc-common-table-wrapper.table thead tr td, 
div.ecc-common-table-wrapper.table tbody tr td, 
div.ecc-common-table-wrapper.table tfoot tr td {
  color: #052d62;
  font-size: 12px;
  font-weight: 600;
  min-height: 16px;
}

table.table tbody tr td ,
div.ecc-common-table-wrapper.table tbody tr td {
  font-size: 14px;
  color: #423E37;
  padding: 0 5px;
  height: 35px;
}

.table td:first-child, 
.table th:first-child {
  text-align: left;
}

.table-hover tbody tr:hover,
div.ecc-common-table-wrapper.table-hover tbody tr:hover {
  background-color: #edeeef !important;
}

table tbody {
  height: initial !important;
}

div.table th, 
div.table td,
table.table th, 
table.table td {
  border-top: 2px #edeeef solid;
}


/* Page */

.page-header {
  border-bottom: 0 solid #edeeef;
  margin: 20px 0 0;
  padding-bottom: 9px;
}

.page-sub-header {
  color: #2b608a;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
}

.main-content {
  background: #ffffff;
  margin-bottom: 15px;
}

.box-shadow {
  box-shadow: 0px 2px 6px 3px rgb(226, 227, 228);
  padding: 20px;
}

.sidebar-right .row, .sidebar-right-content {
  padding-bottom: 20px;
}

.page-run-analysis {
  text-align: right;
}

.content, 
.page .content {
  width: 100%;
  padding-top: 5px !important;
  padding-right: 15px !important;
  padding-bottom: 60px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  font-size: 80%;
  margin-top: 0px;
}

#MainContent{
  inset: auto auto !important;
  width: 100% !important;
  padding-bottom: 100px;
}

#Navi {
  position: fixed;
  top: calc(95% - 50px);
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content table tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* power grid */

.navbar-power-grid {
  background-color: #ffffff;
  border-color: #fff;
}

.navbar-power-grid .navbar-nav>li>a {
  color: #535353;
}

.navbar-power-grid .navbar-nav>li>a:hover, .navbar-power-grid .navbar-nav>li>a:focus {
  color: #8dc757;
  background-color: transparent;
}

/* Power Grid */

/*Drawer Tile*/

.page-power-grid-actions .drawertile {
  left: auto;
  right: 0;
  margin-top: -12px;
}

#page-power-grid-actions-sort {
  right: 109px;
}

.drawertile {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #8dc757;
  border-radius: 0;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.back-office-landing-title {
  margin: 20px 0px 50px 0px;
}

.drawertile h3 {
  font-size: 14px;
  margin-top: 0;
}

.drawertile legend {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #639c3d;
  cursor: pointer;
}

.drawertile legend.collapsed {
  font-weight: 400;
  color: #35373a;
}

.drawertile select {
  width: 100%;
}

.drawertile-buttons {
  margin-top: 20px;
}

.page-power-grid-filter, .page-power-grid-sort {
  display: none;
}

.page-power-grid-filter.selected, .page-power-grid-sort.selected {
  display: block;
}

div .fa.crud-link, div .far.crud-link, div .fas.crud-link {
    font-size: 20px;
}

.fa.crud-link{
  color: #727272;
  transition: all 0.18s ease-in-out;
}
.fa.crud-link:hover{
  color: #c3c0bc;
}

textarea#currentOwner.form-control {
    padding: 5px 10px;
}

.whiteboard-table .badge {
  margin-top: 0px;
  padding: 8px;
  transform: none !important;
}

.whiteboard-table .badge .fa {
  padding: 0px 2px;
}

.whiteboard-table>thead>tr>th:hover {
  background-color: #edeeef;
}

.power-grid th {
  position: relative;
  padding: 20px;
}

.power-grid th .fa-sort-up {
  position: absolute;
  top: 8px;
}

.power-grid th .fa-sort-down {
  position: absolute;
  bottom: 8px;
  font-size: 9pt;
}

.power-grid th a {
  color: #052d62;
  margin-left: 9px;
}

.power-grid th a i {
  color: #AEAEAE !important;
  margin-left: 5px;
}

.power-grid th a.active, .power-grid th a:hover, .power-grid th a:focus {
  color: #052d62;
  text-decoration: none;
}

.main-content .row.power-grid-pager {
  padding-top: 0
}

.power-grid-page-index {
  line-height: 30px;
}

.power-grid-page-index label {
  font-weight: 400;
  float: left;
  padding-right: 10px;
}

.power-grid-page-index select {
  float: left;
  width: 63px;
  margin-right: 10px;
}

.power-grid-pager .btn-group .btn-primary {
  background-color: rgb(255, 255, 255, 1);
  background-image: none;
  border-color: transparent;
  box-shadow: 4px 4px 5px 0px rgb(219, 220, 221);
  color: #727272 !important;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 1.4285 !important;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 5px;
  -moz-appearance: none;
  letter-spacing: 1px;
}
.power-grid-pager .btn-group .dropdown-toggle {
  min-width: 55px;
  box-shadow: 4px 4px 5px #dbdcdd;
  padding-right: 15px!important;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #262626!important;
}

.power-grid-pager .pagination {
  border-radius: 0;
  margin: 0 0 20px;
}

.power-grid-pager .pagination>li>a, .power-grid-pager .pagination>li>span {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #35373a;
  cursor: pointer;
  float: left;
  line-height: 1.42857;
  margin: 0 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.power-grid-pager .pagination>li:first-child>a, .power-grid-pager .pagination>li:first-child>span {
  color: #35373a;
  border: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.power-grid-pager .pagination>li:last-child>a, .power-grid-pager .pagination>li:last-child>span {
  color: #35373a;
  border: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.text-muted {
  color: #727272;
}

/* Pop over */

.popover {
  border-radius: 0;
}

.popover-content {
  padding: 18px 14px 9px;
}

.popover-content a {
  color: #727272;
  text-decoration: none;
}

/* animations */

.fa-chevron-up {
  transition: all 200ms;
}

.collapsed .fa-chevron-up, .fa-chevron-up.collapsed {
  transform: rotate(180deg);
}

/* tooltips*/

.tooltip-inner {
  background-color: #373737;
  border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #373737;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #373737;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #373737;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #373737;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #373737;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #373737;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #373737;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #373737;
}

/* Industry Partners styles */

.industry-partners-img {
  max-width: 344px;
}

/* Cards
------------------------------------------- */

.card-deck {
  flex-direction: row !important;
}

.card {
  padding: 0px;
  background: #fff;
  color: #423e37;
  /* min-height: 100px; */
  margin-bottom: 0;
  box-shadow: #e2e3e4;
  border: none;
  border-radius: 0;
}

.card .form-group label,
.modal .form-group label {
  font-size: 11px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 0.1rem;
  padding: 0px 10px 0px 0px;
  justify-content: flex-end;
  text-transform: uppercase;
  text-align: right;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  white-space: break-word;
  word-wrap: break-word;
}

.modal-content .nav-tabs {
    border-bottom: 2px solid #edeeef;
}

.modal-content .modal-footer {
    border-top: 2px solid #edeeef;
}

.modal-content .modal-body {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    /* border-bottom-left-radius:0rem;
    border-bottom-right-radius:0rem; */
}

app-fund-bpo-direct .modal-content #Policies .modal-footer {
    margin-left: -14px;
    margin-right: -14px;
}

section div.select-file-status label {
  font-size: 11px;
    font-weight: 700;
    margin-bottom: .1rem;
    padding: 0 10px 0 0;
    justify-content: flex-end;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap!important;
    color: #423e37!important;
    margin-top: 8px;
}


.form-group.inline {
  min-height: 30px;
}

.form-group.inline label {
  display: inline-flex !important;
  width: 35%;
  white-space: nowrap;
}

.form-group.inline p, 
.form-group.inline span, 
.form-group.inline a.link-label {
  display: inline-block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
  vertical-align: text-top;
}

.form-group.inline p.white-space, 
.form-group.inline span.white-space, 
.form-group.inline a.link-label.white-space {
  white-space: normal;
}

/* .input-group-text {
  height: 28px;
  font-size: 14px;
  background-color: #e9ecef !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  box-shadow: 4px 0 5px 0 #dbdcdd;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
} */

.file-summary-section .card {
  min-height: auto;
}

.card-body {
  padding: .25rem 1rem;
  /* padding: 1rem; */
}

.card .card-body .form-group.row {
  margin-bottom: 5px;
}

.card .card-title {
  color: #052d62;
  font-family: sans-serif;
  font-weight: 500;
  background: 0 0;
  padding: 3px 0;
  margin: 0 0 5px;
  text-align: left;
  /* border-bottom: 2px solid #edeeef; */
}

.back-office-card, .escrow-management-card, .document-management-card {
  width: 550px;
  word-wrap: none !important;
  letter-spacing: 1px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
  min-height: 325px;
  min-width: 300px;
  margin-bottom: 20px !important;
}

.back-office-card>div, .escrow-management-card>div, .document-management-card>div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.industry-partners-card {
  max-width: 550px;
  word-wrap: none !important;
  letter-spacing: 1px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
  min-height: 325px;
  min-width: 300px;
  margin-bottom: 20px !important;
}

.industry-partners-card>div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-heading {
  margin-bottom: 5px;
  border-bottom: 2px solid #edeeef;
  min-height: 35px;
}

.card-heading.no-border{
  border: none;
} 

.card h6 {
  color: #727272;
  margin-top: 20px;
  margin-bottom: 3px;
}

.card h6.label-h6 {
  color: #727272;
  font-size: 11px;
  font-weight: 700;
  color: #727272;
  padding: 0px 10px 0px 0px;
  text-transform: uppercase;
}

.card-body .btn {
  margin-top: 20px;
}

.card-body h6+p .btn {
  margin-top: 0;
}

.card p {
  font-weight: 600;
}

.card-subtitle {
  letter-spacing: 1px;
}

.card-text>a {
  color: #000;
  font-weight: 300;
  font-size: 10pt;
}

.card-body .row {
  margin-bottom: 15px;
}

.card-body .tab-content {
  padding-top: 15px;
  background: #EFEFEF none repeat scroll 0 0;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}

.card .nav>li>a>img {
  max-width: 100%;
}

.card .nav>li>a:hover, .card .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

.card .navbar-nav li {
  padding-top: 12px;
}

.card .navbar-nav>li>a {
  padding-top: 0;
}

.card-announcement-item {
  margin-bottom: 40px;
}

.card-announcement-item:last-child {
  margin-bottom: 0;
}

.card .table>thead>tr>th, .card .table>tbody>tr>th, .card .table>tfoot>tr>th {
  padding: 5px;
  text-align: left;
}

.card .table>thead>tr>td, .card .table>tbody>tr>td, .card .table>tfoot>tr>td {
  text-align: left;
}

.card .table .progress-bar {
  padding-left: 12px;
  line-height: 25px;
}

.card .nav-tabs>li {
  text-align: center;
}

#card-analytics .nav .seven-items {
  width: 14.28%;
  font-size: 11px;
}

.card .nav-tabs>li>a {
  min-height: 60px;
}

.card .card-header-address {
  font-weight: 500;
}

.card .nav-tabs>li.active>a, .card .nav-tabs>li.active>a:hover, .card .nav-tabs>li.active>a:focus, .card .nav-tabs>li>a:hover {
  background-color: #efefef;
  border-radius: 0;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: default;
}

.card .nav-tabs>li.active>a.no-style, .card .nav-tabs>li.active>a.no-style:hover, .card .nav-tabs>li.active>a.no-style:focus, .card .nav-tabs>li>a.no-style:hover {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: pointer;
}

.sidebar-right .card-body h4 {
  font-size: 16px;
}

.sidebar-right .card-body h4.media-heading {
  padding-top: 8px;
  font-size: 14px;
}

.sidebar-right .card-body {
  font-size: 12px;
}

.sidebar-right .card table thead tr {
  border-bottom: 1px solid;
}

.sidebar-right .card table td, .sidebar-right .card table th {
  text-align: right;
}

.sidebar-right .card table td:first-child, .sidebar-right .card table th:first-child {
  text-align: left;
}

.no-wrap{
  white-space: nowrap;
}

/* Sticky footer styles
-------------------------------------------------- */
.stuck-need-help {
  position: fixed;
  bottom: 0;
  right: 0;
}

.stuck-need-help p {
  margin-bottom: 0;
}

/* -- Media Queries
--------------------------------------------*/

@media screen and (max-width: 1055px) {
  /*Whiteboard Powergrid Actions */
  .btn[data-target="#statuslegend"] {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .select-file-status {
    clear: both;
    margin-right: -10px;
  }
}

@media screen and (max-width: 683px) {
  .btn[data-target="#statuslegend"] {
    margin-top: 4px;
  }
}

@media screen and (max-width: 657px) {
  .whiteboard-btn-2, .select-file-status label {
    display: none;
  }
  .btn[data-target="#statuslegend"] {
    margin-top: 14px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
  .closebtn {
    margin-top: 5px;
    transform: translate(-5px) !important;
  }
  .statuslegend-btn {
    margin-top: 10px;
    margin-left: -5px;
  }
  .buyer-seller-btn {
    font-size: 11px;
    margin: 0px;
  }
  #safeEscrowButton {
    margin-top: 10px;
  }
  .sticky {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .closebtn {
    transform: translate(-350px, 20px) !important;
  }
  #safeEscrowButton {
    margin-top: 10px;
  }
  .file-summary-export-btn {
    margin-top: 10px;
  }
  .openbtn, .page-power-grid-actions .openbtn {
    margin-top: 0;
  }
  .sticky {
    margin-top: 125px;
  }
}

@media screen and (min-width: 576px) and (max-width: 834px) {
  #main {
    padding-top: 0px;
  }
  .statuslegend-btn {
    transform: translate(-5px, 10px);
    margin-bottom: 10px;
  }
  .file-summary-btns {
    font-size: 11px;
  }
  .file-summary-colored-btns {
    font-size: 11px;
  }
  .file-summary-no {
    font-size: 15px !important;
  }
  .select-file-status {
    transform: translate(15px);
  }
}

@media screen and (max-width: 768px) {
  .back-office-container {
    max-width: 100% !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .whiteboard-btn-2 {
    margin-top: 15px;
    margin-right: 5px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .closebtn {
    margin-top: 10px;
    transform: translate(-710px, 10px) !important;
  }
  .openbtn {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .whiteboard-section.d-none {
    display: block !important;
  }
  .btn[data-target="#statuslegend"] {
    margin-top: auto;
  }
  .whiteboard-section .page-power-grid-actions .col-sm-5 {
    padding-left: 0;
    margin-top: 60px;
  }
  .whiteboard-section .page-power-grid-actions .col-sm-7 {
    position: absolute;
    right: -15px;
    width: 100%;
  }
  .whiteboard-section .page-power-grid-actions .col-sm-7 p {
    display: none;
  }
  .select-file-status {
    width: 88%;
  }
  .power-grid-pager .col-sm-6 {
    clear: both;
    float: left;
  }
  .power-grid-pager .pagination {
    border-radius: 0;
    margin: 20px 0 20px;
    padding-left: 0;
    float: left;
  }
  .back-office-container .col-2 {
    max-width: 9.667%;
  }
  .form-group.inline label, 
  .form-group.inline p, .form-group.inline span, .form-group.inline a.link-label {
    white-space: normal;
  }
  .card-body {
    padding: 0 .8rem;
  }
}

@media screen and (max-width: 480px) {
  .select-file-status {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  #card-scheduled-table>.table-responsive {
    max-width: 375px;
  }
  .card {
    max-width: 375px;
  }
  .split-card-column {
    border-right: none;
  }
  #statuslegend.show {
    margin-bottom: 50px;
  }
  .sticky {
    margin-top: 210px;
    margin-left: 8px;
    width: 95%;
  }
  .openbtn {
    top: 165px;
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 376px) and (max-width:414px) {
  .file-summary-container>.page-power-grid>.row>.main-content>.card>.card-heading>.row>div>h3 {
    padding-bottom: 20px;
  }
  .company-status-dropdown-symbol {
    transform: translate(80px, -38px) !important;
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .corporate-entity-dropdown-symbol {
    transform: translate(80px, -38px) !important;
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .last-row-dropdown-symbol {
    transform: translate(80px, -38px) !important;
  }
  .large-field-dropdown {
    transform: translate(110px, -38px);
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .small-field-dropdown {
    transform: translate(20px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .medium-form-dropdown {
    transform: translate(50px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .file-summary-btns, .file-summary-colored-btns {
    margin-top: 20px !important;
  }
  .file-summary-colored-btns {
    margin-left: 20px;
  }
  .file-summary-section {
    margin-top: 35px;
  }
  .right-btns-column {
    padding-top: 0px;
    margin-bottom: 45px;
  }
  .statuslegend-btn {
    z-index: 1;
    position: relative;
  }
  .whiteboard-main-content {
    margin-top: -50px;
  }
  .notaryloop-table>tbody>tr>td>div>select {
    width: 200px;
  }
  #main {
    margin: 0 !important;
    padding: 0 !important;
  }
  .file-summary-container {
    margin-top: 0px !important;
  }
  .top-row-summary {
    padding-left: 10px;
  }
  .closebtn {
    transform: translate(-350px, 100px) !important;
  }
  .file-summary-card-btns {
    margin-bottom: 30px;
  }
  .card-scheduled-table {
    max-width: 300px;
  }
  .create-company-rolodex-btn {
    margin-bottom: 20px !important;
  }
}

/* -------------------- Text Description Styles ------------------*/

.text-description-table {
  border: none !important;
}

.text-description-table>tbody>tr {
  height: 50px;
  border-bottom: none;
}

.text-description-table>tbody>tr>td, .text-description-table>thead>tr>th {
  border-bottom: 0 !important;
}

.text-description-table>tbody>tr>td:first-child {
  font-size: 1rem;
  color: #AEAEAE;
  padding: 5px 10px 0px 10px;
}

.text-description-table>tbody>tr>td:nth-child(2) {
  word-break: break-word;
  font-size: 1rem;
  padding: 10px 0px 10px 0px;
}

.text-description-table>tbody>tr>td:nth-child(3) {
  padding-left: 10px;
}

.text-description-table>tbody>tr>td:nth-child(3)>i {
  padding-right: 5px;
  font-size: 1rem;
}

/* .text-description-table>i, .fa-pencil-alt, .fa-outdent, .fa-indent {
  color: #052d62;
} */
/* .SPARKLE  */
.text-description-table>i, 
.fa-pencil-alt, 
.fa-outdent, 
.fa-indent {
  color: #727272;
  transition: all 0.19s ease-in-out;
}

.text-description-table>i:hover, 
.fa-pencil-alt:hover, 
.fa-outdent:hover, 
.fa-indent:hover {
  color: #C3C0BC;
}

.text-description-table>i, .fa-trash-alt {
  color: #727272;
  transition: all 0.19s ease-in-out;
}

.text-description-table>i:hover, .fa-trash-alt:hover {
  color: #C3C0BC !important;
}

.text-description-table>tbody>tr:nth-of-type(2n+1) {
  background-color: white !important;
}

.text-description-table>tbody>tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.text-description-save-cancel>button {
  font-size: 12px !important;
  margin: 0px 0px 0px 0px;
}

.text-description-save-cancel>button:first-child {
  margin: 0px 10px 0px 0px;
}

.text-description-save-cancel>button:last-child {
  margin: 0px;
}

.text-description-add-drop {
  box-shadow: none !important;
  border: 1px solid #aeaeae !important;
  margin: 0px 20px 20px 20px;
}

.text-description-modal>.row>.input-group {
  max-width: 300px;
}

.text-description-modal-search-icon {
  transform: translate(425px, 7px);
  position: absolute;
  color: #aeaeae;
}

.text-description-modal-subheading {
  padding-left: 20px;
  padding-top: 10px;
  color: #aeaeae;
}

.text-description-autofill {
  border-left: 1px solid #e9ecef;
}

.text-description-autofill-label {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.text-description-autofill>.form-group {
  margin-bottom: 0px !important;
}

.text-description-autofill>.form-group>input {
  height: 25px !important;
}

.text-description-autofill>.form-row>.col>input {
  height: 25px !important;
}

.symbol-toolbar-icon {
  font-size: 1.05rem;
  transform: translate(0px, -3px);
  position: absolute;
  padding-top: 0px !important;
}

.text-description-file-data-search-icon {
  position: absolute;
  transform: translate(230px, -25px);
  font-size: 0.9rem;
  color: #aeaeae;
}

.text-description-editor {
  min-height: 340px;
  width: 100%;
  border-radius: 0px 0px 5px 5px !important;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  background-image: none;
  color: black;
  font-size: 1rem;
  line-height: 1.42857;
  padding: 6px 12px;
  margin-bottom: 5px;
  -moz-appearance: none;
  letter-spacing: 1px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
}

.text-description-modal-body {
  padding: 0px 15px 0px 15px;
}

.text-description-modal-header {
  margin-top: 10px;
}

.text-description-modal-header>h3 {
  font-size: 1rem;
  color: #aeaeae;
}

.text-description-type-search {
  display: inline !important;
  width: 200px !important;
  margin-right: 10px;
}

.text-description-drop-files {
  margin-right: 10px;
}

.text-description-top-buttons {
  margin-bottom: 10px;
}

.text-description-file-buttons>i {
  margin-right: 5px;
}

.text-description-type-search-icon {
  position: absolute;
  font-size: 0.9rem;
  color: #aeaeae;
  transform: translate(-38px, 8px);
}

.text-description-top-buttons>label {
  font-size: 0.9rem;
}

.symbol-icon-list {
  position: absolute;
  transform: translate(405px, 5px);
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: #4197B5;
  display: none;
}

.indent {
  position: relative;
  left: 20px;
}

.indent+td {
  position: relative;
  padding-left: 20px !important;
}

.no-data {
  color: #fe5f52;
}

.add-data {
  color: #8dc757;
}

.text-description-autofill>div>.form-control:focus {
  border-color: #8dc757;
}

.new-data {
  color: #052d62;
}

/* ---------------------------------- Alerts ----------------------------*/

.alerts-head {
  width: 45px;
}

.alert-danger {
  background-color: #fe5f52;
  color: #000524;
}

.alert-danger>span>.fa-times {
  color: #000524 !important;
}

.alert-success {
  background-color: #5F963A;
  color: white;
}

.alert-info {
  background-color: #f99b16 !important;
  border-color: #f99b16 !important;
  color: #000524 !important;
}
/* .SPARKLE  */
#ecUsersApp{
  margin-top: 35px;
}
/* .alert-container{
  top: 69px;
  position:absolute;
  z-index:801; 
} */

.alert-container{
  top: 200px;
  position:absolute;
  z-index:801;
  left: 0;
}

.alert {
  border: none;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
  z-index: 5 !important;
  font-size: 14px !important;
}

.file-summary-warning-alert {
  margin-top: 100px;
  width: 1098px;
  margin-left: 225px;
}
.alert-warning {
  background-color: #f99b16 !important;
  border-color: #f99b16 !important;
  /* color: #8a6d3b; */
  font-weight: 700;
  font-size: 14px;
  /* margin-right: 5rem !important; */
  /* margin-left: 20px !important; */
  padding: 0.15rem 0.55rem !important;
  margin-bottom: 4px !important;
  border: none !important;
  border-radius: 0.25rem !important;
  z-index: 9 !important;
}

.alert-container>.alert {
  /* margin-top: 55px; */
  position: relative;
  /* top: 10px; */
  width: 100%;
}
/* html body.SPARKLE  */
.alert-success {
  background-color: #00e08f !important;
  border-color: #00e08f !important;
  color: #000524 !important;
}
/* html body.SPARKLE  */
.alert-warning {
  background-color: #f99b16 !important;
  border-color: #f99b16 !important;
  color: #000524 !important;
}
/* html body.SPARKLE  */
.alert-danger {
  background-color: #d51301 !important;
  border-color: #d51301 !important;
  color: #fff !important;
}

div#informational_message_div{
  margin-right: 20px !important;
  top: 35% !important;
  left: 50% !important;
  transform: translate(-50%, -35%);
}


div#informational_message_div.alert-warning { 
  color: #000524;
  }
  div#informational_message_div.alert-warning .close  { 
   top:0;
   opacity: 1;
   position: absolute;
   right: 4px;
    }
  
div#informational_message_div.alert-warning .close span { 
  color: #000524 !important;
  font-size: 14px;
  }
div#emailComposeModal>div.modal-xl {
  max-width: 1140px !important;
}
.emailComposeModal input[name="selectedRecipients[]"],
.emailComposeModal input[name="selectedAttachments[]"] {
  margin-right: 1px;
  top: 2px;
  position: relative;
}

.emailViewModal{
  position: relative; 
  top: 0%;
}

.emailViewModal.deactivate .body-div{
  display: none;
}

#attachment_list a{
  text-transform: uppercase;
}

div#informational_message_div.alert {
box-shadow: none;
}
/* .alert-shiny {
  margin-right: 420px;
  margin-left: 80px;
} */

.alert.alert-shiny button.close {
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 14px;
}

.alert-success {
  margin-bottom: 4px !important;
  margin-left: 0px !important;
  padding: 0.15rem 0.55rem !important;
  margin-bottom: 0px !important;
  border: none !important;
  border-radius: 0.25rem !important;
  background-color: #5F963A !important;
  color: white !important;
  font-weight: bold !important;
}

.alert-shiny>.close {
  color: white !important;
}

.alert-container>.alert {
  width: 100%;
}
.badge {
  /* background-color: #052d62 !important; */
  background-color: #FF7110 !important;
  color: #052d62 !important;
  border-radius: 50% !important;
  /* color: #fff; */
  display: flex;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-transform: translate(12px, -8px) !important;
  -ms-transform: translate(12px, -8px) !important;
  transform: translate(12px, -8px);
  justify-content: center;
  align-items: center;
}

div.editor:not(.acknowledgementForm), 
textarea.acknowledgement-section#acknowledgementEditor {
  min-height: 250px;
  width: 100%;
  border-radius: 0px 0px 5px 5px !important;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  background-image: none;
  color: #423E37;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px 12px;
  margin-bottom: 5px;
  -moz-appearance: none;
  letter-spacing: 1px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
}

div#acknowledgement.jurat-section, 
div#acknowledgement.acknowledgement-section,
.read-only-signature-section .editor:not(.acknowledgementEditor) {
  white-space: break-spaces;
  width: 610px;
  max-width: 610px;
  overflow: auto !important;
}

span.sign-action-wrapper {
  margin-left: 20px;
  display: block;
  margin-bottom: 5px;
}

.editor.smaller-height.acknowledgementEditor{
  max-height: 44px;
  overflow-y: hidden !important;
}

.editor:focus {
  color: black;
}

.editor-toolbar {
  padding-left: 10px;
  background-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ced4da;
  border-bottom: 0px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
}

.editor-toolbar-icon {
  padding: 5px 10px 0px 10px;
  background-color: white;
  color: #727272 !important;
  transition: all 0.19s ease-in-out;
}

.editor-toolbar-icon:hover{
  color: #c3c0bc;
}

.email-select {
  background-color: #ffffff;
  list-style: none;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}

#select-recipient{
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #727272;
}

#emailControlInput{
  margin-bottom: 1rem;
}

#addSignatoryBTN{
  margin-left: 25px !important;
}

/* 
.pointer{
  cursor: pointer;
} */

/* #emailRecipients1, #emailRecipients2, #emailRecipients3, #emailRecipients4 {
  margin-right: 10px;
} */

.email-select input[name="selectedRecipients[]"] {
  position: relative;
  top: 3px;
  left: 0px;
  margin-left: 5px;
}

#emailReplyModalLabel{
  white-space: pre-wrap;
  word-break: break-all;
}

.attachment-select {
  background-color: #ffffff;
  list-style: none;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
}

.attachment-select-button {
  margin: 10px 0px 10px 0px;
}

form.acknowledgementForm.editor,
.acknowledgementTemplate .modal-content,
.acknowledgementTemplate .modal-body {
  min-height: 310px;
  margin-bottom: 15px !important;
}

.form-check-label {
  white-space: nowrap;
}

.recipient-select {
  padding-right: 2em;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  color: #535353;
  font-size: 10px;
}

.footer .text-muted img {
  padding-left: 10px;
  padding-right: 10px;
}

.attachment-select-button>.btn-secondary {
  font-size: 14px;
}

.email-modal-footer>.row>.text-right>button.btn-primary {
  background-color: #639c3d;
  border-color: #639c3d;
}

.notaryloop-col>.form-group>label {
  padding-right: 20px;
}

.select-file-status>select.form-control {
  height: 30px;
}

#emailSelect.show, .email-select.show  {
  display: block;
  font-size: 14px;
  color: #423E37;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-family: sans-serif;
  box-shadow: 1px 1px 3px 0px rgb(219 220 221);
}

div#attachmentSelect.show {
  display: block;
}

.attachment-select-button>.btn-secondary {
  font-weight: 600;
}

h3#newNoteModalLabel {
  color: white;
}

button#newNoteSubmitDismiss {
  transition: all 0.19s ease-in-out;
  color: #fff !important;
  background-color: #007DB8 !important;
  border-color: #007DB8 !important;
}
button#newNoteSubmitDismiss:hover {
  opacity: 0.85;
}

.form-group label.chracter-count-label {
  color: #727272;
  display: block;
  margin-top: -9px;
  font-weight: 600;
}

.chracter-count-label.text-danger {
  color: #ef3628 !important;
}

.edit.note-modal [id="ediNoteModalLabel"],
.new.note-modal [id="newNoteModalLabel"]s {
  display: block;
}

.new.note-modal [id="ediNoteModalLabel"],
.edit.note-modal [id="newNoteModalLabel"] {
  display: none;
}

/* .note-modal {
  top: 15%;
} */

/* .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 75px);
  transform: translate(0, 75px);
} */

#addNoteControlArea, 
.notes-field{
  box-shadow: 1px 1px 3px 0px rgb(219 220 221);
}

#noteComposeModal .file-summary-colored-btns,
#viewUserNoteModal .file-summary-colored-btns{
  margin-top: 0px !important;
}

#noteComposeModal .form-group{
  position: relative;
}

#noteComposeModal .form-group {
  position: relative;
}

#noteComposeModal .fal.fa-angle-down.files-caret {
  position: absolute;
}

#addNoteControlArea,
#addNoteControlArea-P{
  min-height: 95px;
  overflow: auto;
}

/* #noteComposeModal .modal-dialog, 
#viewUserNoteModal .modal-dialog{
  top: -17.5%;
} */

/* .newNoteForm .fal.fa-angle-down.files-caret {
  top: 16px;
  position: absolute;
} */

.new_look_coming_soon .square_image {
  Position: fixed;
  Bottom: 5px;
  Left: 10px;
  z-index: 1;
}

.new_look_coming_soon .square_cs_image {
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 1;
}

.new_look_coming_soon .horizontal_cs_image {
  position: relative;
  top: 115px;
  left: 200px;
  box-shadow: 3px 7px 7px 2px rgb(226, 227, 228);
}

.label-div{
  font-size: 11px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 0.1rem;
  padding: 0px 10px 0px 0px;
  justify-content: flex-end;
  text-transform: uppercase;
  text-align: right;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
}

.sparkle_badge {
  position: absolute;
  transform: translate(127px, 3px);
}

.center-element{
  margin: 0 auto !important;
}

.multiline-label{
  word-break: break-word;
  white-space: normal !important;
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  top: -3px;
}

#FILE_BALANCE .badge.badge-info,
#FILE_BALANCE .badge.badge-danger,
#FILE_BALANCE .badge.badge-primary{
  background: transparent !important;
}

#FILE_BALANCE .badge i{
  font-size: 24px;
}

#FILE_BALANCE .badge.badge-primary i{
  color: #5f963a !important;
}

#FILE_BALANCE .badge.badge-info i{
  color: #ffdc46 !important;
}

#FILE_BALANCE .badge.badge-danger i{
  color: #d51301 !important;
}

.whiteboard-section .whiteboard-table i.far.fa-sticky-note{
  color: #052d62;
}

.event-whiteboard .ecc-common-table-wrapper table thead th, 
.event-whiteboard .ecc-common-table-wrapper table thead td {
  padding: 4px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked).form-check-input, 
[type="checkbox"]:checked.form-check-input,
[type="radio"]:not(:checked).form-check-input, 
[type="radio"]:checked.form-check-input {
    position: absolute;
    left: -9999px;
  }
  
  [type="checkbox"]:not(:checked).form-check-input+label.form-check-label, 
  [type="checkbox"]:checked.form-check-input+label.form-check-label, 
  [type="radio"].form-check-input+label.form-check-label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
  }
  
  /* checkbox aspect */
  [type="checkbox"]:not(:checked).form-check-input+label.form-check-label:before, 
  [type="checkbox"]:checked.form-check-input+label.form-check-label:before, 
  [type="radio"]:not(:checked).form-check-input+label.form-check-label:before, 
  [type="radio"]:checked.form-check-input+label.form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid #727272;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  }
  
  [type="radio"]:not(:checked).form-check-input+label.form-check-label:before, 
  [type="radio"]:checked.form-check-input+label.form-check-label:before {
    border-radius: 8px !important;
  }
  
  /* checked mark aspect */
  [type="checkbox"]:checked.form-check-input+label.form-check-label:after, 
  [type="radio"]:checked.form-check-input+label.form-check-label:after {
    content: '\2713\0020';
    position: absolute;
    top: .23em;
    left: .1em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #727272;
    transition: all .2s;
  }
  
  [type="radio"]:checked.form-check-input+label.form-check-label:after {
    content: "\2022";
    font-size: 29px;
    top: -4.1px;
    left: 1.3px;
  }
  
  [type="radio"]:not(:checked).form-check-input+label.form-check-label:before, 
  [type="radio"]:checked.form-check-input+label.form-check-label:before {
    top: inherit;
  }
  
  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked).form-check-input+label.form-check-label:after, 
  [type="radio"]:not(:checked).form-check-input+label.form-check-label:after {
    opacity: 0;
    transform: scale(0);
  }
  
  [type="checkbox"]:checked.form-check-input+label.form-check-label:after, 
  [type="radio"]:checked.form-check-input+label.form-check-label:after {
    opacity: 1;
    transform: scale(1);
  }
  
  /* disabled checkbox */
  [type="checkbox"]:disabled:not(:checked).form-check-input+label.form-check-label:before, 
  [type="checkbox"]:disabled:checked.form-check-input+label.form-check-label:before, 
  [type="radio"]:disabled:not(:checked).form-check-input+label.form-check-label:before, 
  [type="radio"]:disabled:checked.form-check-input+label.form-check-label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  
  [type="checkbox"]:disabled:checked.form-check-input+label.form-check-label:after,
   [type="radio"]:disabled:checked.form-check-input+label.form-check-label:after {
    color: #727272;
  }
  
  [type="checkbox"]:disabled.form-check-input+label.form-check-label, 
  [type="radio"]:disabled.form-check-input+label.form-check-label {
    color: #727272;
  }

  .overflow-auto {
    overflow: auto;
  }

  /* IPAD PRO */
@media only screen and (-webkit-min-device-pixel-ratio: 2)
and (max-device-width: 1366px)
and (min-device-width: 1024px) {
  select#event-type-select{
    width: 62%;
    margin-left: 2%;
  }

  form[name="signatoryInfoForm"] #addSignatoryBTN{
    margin-left: -15px !important;
  }

  form[name="signatoryInfoForm"] #addAckBTN{
    margin-left: 18%;
    min-width: 165px;
  }

  form[name="signatoryInfoForm"] #addJuratBTN{
    margin-left: 18%;
    min-width: 85px;
  }

  i.fal.fa-angle-down.files-caret.i-caret {
    top: 0px !important;
    position: absolute;
  }

  .selection-window.notaries-modal .modal-content.notary-modal {
    width: 56.8%;
    margin: 0;
  }

  form[name="signatoryInfoForm"] .form-group.row {
    overflow: inherit;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .company-status-dropdown-symbol {
    transform: translate(40px, -38px) !important;
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .corporate-entity-dropdown-symbol {
    transform: translate(110px, -38px) !important;
  }
  .last-row-dropdown-symbol {
    transform: translate(60px, -38px) !important;
  }
  .user-level-dropdown-symbol {
    transform: translate(50px, -38px) !important;
  }
  .schedule-color-dropdown-symbol {
    transform: translate(80px, -38px) !important;
  }
  .large-field-dropdown {
    transform: translate(90px, -38px);
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .small-field-dropdown {
    transform: translate(10px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .medium-form-dropdown {
    transform: translate(40px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .notaryloop-table>tbody>tr>td>div>select {
    width: 150px;
  }
  .file-summary-export-btn {
    margin: 20px 0px 0px 5px !important;
  }
  .file-summary-btns, .file-summary-colored-btns {
    margin-top: 20px;
  }
  .file-summary-colored-btns {
    margin-left: 20px;
  }

  .file-summary-section {
    margin-top: 30px;
  }
  .sidenav-tabs>a {
    font-size: 10pt;
  }
  .right-btns-column {
    padding-top: 0px;
  }
  .create-company-rolodex-btn {
    margin-left: 70px;
  }
  .rolodex-dropdowns {
    padding-top: 10px;
    margin-right: 50px;
  }
  #main {
    margin: 0 !important;
    padding: 0 !important;
  }
  .top-summary-btns {
    margin-left: 2px;
  }

  .closebtn {
    transform: translate(-300px, 75px) !important;
  }
  .file-summary-export-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .file-summary-card-btns {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  /* .table-responsive {
    overflow-x: visible !important;
  } */
}

@media screen and (max-width: 1200px) {
  .whiteboard-container {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .whiteboard-container {
    max-width: 100% !important;
  }
  .back-office-container {
    max-width: 100% !important;
  }
  .modal-dialog.modal-dialog-centered.notaries-modal .editor-toolbar-wrapper:not(.signature-section-wrapper) {
    width: 610px;
  }

}

@media screen and (min-width: 576px) {
  .whiteboard-container {
    max-width: 100% !important;
  }
  .card-deck-small-phone {
    display: none;
  }
}

@media screen and (max-width:576px) {
  .card-deck-large-phone {
    display: none;
  }
  .card-deck-small-phone {
    display: block;
    width: 425px !important;
  }
  .back-office-landing-title {
    padding-top: 20px;
  }
  .modal-dialog.modal-dialog-centered.notaries-modal .editor-toolbar-wrapper:not(.signature-section-wrapper){
    width: 610px;
  }
  .modal-content.notary-modal{
    width: 610px;
  }
}

@media screen and (max-width:1215px) {
  .container.card-deck {
    margin-top: 0px !important;
  }
  .whiteboard-container {
    margin-top: 0px !important;
  }
}

@media screen and (min-width:683px) and (max-width:991px) {
  .card-body .btn {
    font-size: 0;
  }
  .card-body .btn i {
    font-size: 10px;
  }
  .buyer-seller-btn {
    margin-left: 3px;
  }
  .files-caret {
    -moz-transform: translate(-18px, 8px) !important;
    -ms-transform: translate(-18px, 8px) !important;
    transform: translate(80px, -33px);
    pointer-events: none;
  }
  .whiteboard-bus {
    padding-right: 30px !important;
  }
}

@media screen and (min-width:590px) and (max-width:683px) {
  .files-caret {
    -moz-transform: translate(-18px, 8px) !important;
    -ms-transform: translate(-18px, 8px) !important;
    transform: translate(80px, -38px);
    pointer-events: none;
  }
  .whiteboard-bus {
    padding-right: 30px !important;
  }
}

@media screen and (min-width:576px) and (max-width:590px) {
  .files-caret {
    -moz-transform: translate(-18px, 8px) !important;
    -ms-transform: translate(160px, -38px) !important;
    transform: translate(160px, -38px);
    pointer-events: none;
  }
}

@media screen and (max-width:575px) {
  .files-caret {
    -moz-transform: translate(-16px, 8px) !important;
    -ms-transform: translate(-16px, 8px) !important;
    transform: translate(-16px, 8px) !important;
  }
}

@media screen and (max-width:589px) {
  .container {
    margin-bottom: 170px;
  }
  .dropdown-item {
    padding: 0.9rem 1.5rem;
    font-size: 16px;
  }
}

@media screen and (min-width:1199px) {
  .files-caret {
    -moz-transform: translate(-17px, 7px) !important;
    -ms-transform: translate(-17px, 7px);
    transform: translate(-17px, 7px);
    pointer-events: none;
  }
}

@media screen and (max-width:991px) {
  .hidden-xs-down {
    display: none;
  }
  /* .top-row-summary .justify-content-sm-end {
    margin-right: 20px !important;
    margin-top: 58px;
  } */
  .openbtn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-row-summary .justify-content-sm-end {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .sidebar {
    margin-top: 90px;
  }

  .modal-dialog.modal-dialog-centered.notaries-modal .editor-toolbar-wrapper {
    width: 610px;
  }
  .modal-content.notary-modal{
    width: 75%;
  }
  .modal-dialog.modal-dialog-centered.notaries-modal {
    min-width: auto !important;
  }
}

@media screen and (max-width: 367px) {
  .right-btns-column {
    padding-top: 0px;
  }
}

@media screen and (min-width: 589px) and (max-width: 767px) {
  .whiteboard-container {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
  .text-description-table>tbody>tr>td {
    max-width: 900px;
  }
}

@media screen and (min-width: 575px) and (max-width: 683px) {
  #update_button, .whiteboard-btn {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 844px) and (max-width: 991px) {
  .user-drop {
    margin-top: 73px;
    margin-right: -46px;
    overflow-x: hidden !important;
    padding-right: 0 !important;
    right: 0px !important;
    left: auto !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 589px) {
  .whiteboard-section {
    margin-bottom: 100px;
  }
}

.bottom-drop .dropdown-item {
  border-bottom: 1px solid #c3c0bc;
}

.bottom-drop .dropdown-item:last-child {
  border-bottom: 0 solid #c3c0bc;
}

.bottom-drop .dropdown-header {
  color: #c3c0bc;
}

@media screen and (max-width: 840px) {
  .user-drop {
    right: 0px !important;
    left: auto !important;
    margin-right: -46px;
  }
}

@media screen and (min-width: 372px) and (max-width: 767px) {
  .whiteboard-container {
    margin-top: 80px;
  }
}

@media screen and (max-width: 372px) {
  .whiteboard-container {
    margin-top: 40px !important;
  }
}

@media screen and (min-width:1238px) {
  /* .user-drop.show {
    transform: translate(20px, 91px) !important;
  } */
  .large-field-dropdown {
    transform: translate(325px, -38px);
    color: #727272;
  }
  .small-field-dropdown {
    transform: translate(145px, -38px);
    color: #727272;
  }
  .medium-form-dropdown {
    transform: translate(235px, -38px);
    color: #727272;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .large-field-dropdown {
    transform: translate(265px, -38px);
    color: #727272;
  }
  .small-field-dropdown {
    transform: translate(115px, -38px);
    color: #727272;
  }
  .medium-form-dropdown {
    transform: translate(190px, -38px);
    color: #727272;
  }
}

@media screen and (min-width:1149px) and (max-width:1237px) {
  /* .user-drop.show {
    transform: translate(20px, 91px) !important;
  } */
}

@media screen and (min-width:1128px) and (max-width:1148px) {
  /* .user-drop.show {
    transform: translate(20px, 47px) !important;
  } */
}

@media screen and (min-width:1049px) and (max-width:1127px) {
  /* .user-drop.show {
    transform: translate(20px, 47px) !important;
  } */
}

@media screen and (min-width:844px) and (max-width:991px) {
  /* .user-drop.show {
    transform: translate(-27px, -28px) !important;
  } */
  .large-field-dropdown {
    transform: translate(180px, -38px);
    color: #727272;
  }
  .small-field-dropdown {
    transform: translate(75px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .medium-form-dropdown {
    transform: translate(130px, -38px);
    color: #727272;
  }
}

@media screen and (min-width:841px) and (max-width:844px) {
  /* .user-drop.show {
    transform: translate(-106px, 40px) !important;
  } */
}

@media screen and (max-width:840px) {
  /* .user-drop.show {
    transform: translate(-26px, 40px) !important;
  } */
}

@media screen and (min-width:767px) and (max-width:887px) {
  .large-form-dropdown {
    transform: translate(-100px);
  }
}

@media screen and (min-width: 415px) and (max-width: 800px) {
  .large-field-dropdown {
    transform: translate(180px, -38px);
    color: #727272;
  }
  .small-field-dropdown {
    transform: translate(75px, -38px);
    color: #727272;
    background-color: white;
    padding: 1px 5px 1px 5px;
  }
  .medium-form-dropdown {
    transform: translate(130px, -38px);
    color: #727272;
  }
  .whiteboard-table>thead>tr>th>a>i {
    transform: translate(5px, -18px);
  }
  .city-head>a>i {
    transform: translate(40px, -18px) !important;
  }
}

@media screen and (min-width: 887px) and (max-width:1148px) {
 
}

@media screen and (min-width:991px) and (max-width:1199px) {
  #update_button {
    font-size: 12px;
  }
  .whiteboard-btn {
    font-size: 12px !important;
  }
  .whiteboard-drop {
    width: 150px;
  }
  .files-caret {
    -moz-transform: translate(-17px, 7px) !important;
    -ms-transform: translate(-17px, 7px) !important;
    transform: translate(-17px, 7px);
    pointer-events: none;
  }
}

@media screen and (max-width:991px) {
  .files-caret {
    transform: translate(-21px, 7px);
  }
  .sidebar .closebtn {
    position: absolute;
    top: 36px;
    left: 15px;
    margin-left: 0;
    margin-top: 0;
    transform: none !important;
    z-index: 1;
  }
}

@media screen and (max-width:480px) {
  .text-right {
    text-align: left;
  }
  .card-title {
    padding-bottom: 10px;
  }
  .file-summary-card-btns {
    margin-bottom: 0;
    font-size: 6pt !important;
  }
  .statuslegend>li {
    display: block;
    margin-right: 15px;
    font-size: 12pt;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 427px) {
  .sidebar {
    margin-top: 150px;
  }
}

@media screen and (max-width: 320px) {
  .back-office-container {
    transform: translate(-50px);
  }
  .create-company-rolodex-btn {
    margin-left: 60px;
  }
  .rolodex-dropdowns {
    padding-top: 10px;
    margin-right: 20px;
  }
  .file-summary-section {
    margin-top: 30px;
  }
  .sidebar {
    margin-top: 169px;
  }
  .whiteboard-btn-2 {
    margin-top: 10px;
  }
  .closebtn {
    transform: translate(-250px, 100px) !important;
  }
  .whiteboard-file-right {
    transform: translate(-30px);
  }
  .top-row-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-summary-btns {
    margin-left: 2px;
  }
  .whiteboard-pagination {
    transform: translate(-35px);
  }
  #main {
    padding: 0 !important;
    margin: 0 !important;
  }
  .file-summary-export-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .whiteboard-drop {
    width: 50% !important;
  }
}

.eClosing-loading-small {
  width: 40px;
}

.eClosing-loading-medium {
  width: 60px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

@media screen and (max-width:1024px) {
  .sidebar .closebtn {
    position: absolute;
    top: 36px;
    left: 15px;
    margin-left: 0;
    margin-top: 0;
    transform: none !important;
    z-index: 1;
  }
  .openbtn {
    margin-top: 0px;
  }
}

@media screen and (max-width: 494px) {
  .sidebar {
    margin-top: 123px;
  }
}

@media screen and (max-width: 320px) {
  .closebtn {
    transform: translate(-250px, 100px) !important;
  }
  #main {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 376px) and (max-width:414px) {
  #main {
    margin: 0 !important;
    padding: 0 !important;
  }
  .closebtn {
    transform: translate(-350px, 100px) !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .sidenav-tabs>a {
    font-size: 14pt;
  }
  .closebtn {
    transform: translate(-300px, 75px) !important;
  }
  #main {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .closebtn {
    transform: translate(-350px, 20px) !important;
  }
  .openbtn, .page-power-grid-actions .openbtn {
    margin-top: 0;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .closebtn {
    margin-top: 10px;
    transform: translate(-710px, 10px) !important;
  }
}

@media screen and (min-width: 510px) and (max-width: 768px) {
  .openbtn {
    margin-top: 0;
  }
}

@media screen and (max-width: 510px) {
  .openbtn {
    top: 165px;
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 835px) and (max-width: 1024px) {
  .closebtn {
    margin-top: 5px;
    transform: translate(-5px) !important;
  }
}

/* Slick Scroll Bar */

 .slick-scrollbar.scroll::-webkit-scrollbar {
  width: 6px;
}

 .slick-scrollbar.scroll::-webkit-scrollbar {
  width: 20px;
}

/* Track */
 .slick-scrollbar.scroll::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border: .1px solid #ccc;
}

/* Handle */
 .slick-scrollbar.scroll::-webkit-scrollbar-thumb {
  background: #888;
}

 .slick-scrollbar.scroll::-webkit-scrollbar-thumb {
  background: #ccc !important;
}

/* Handle on hover */

 .slick-scrollbar.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* Environment specific */
/* body.SHINY */
#ecNavbarApp {
  margin-bottom: 10px !important;
}

.SkipThisFixedPosition.walkme-custom-icon-outer-div.walkme-icon-position-smartTip-id-1097174.walkme-icon-root-SmartTip-1097174.walkme-not-embed{
  z-index: 100;
}