

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");

@media print {
.no-print {
    display: none !important;
}
}

html, body, .container-fluid {
    padding:0px !important;
    margin: 0px !important;
}

html, body, div, p, td, th, input, textarea, li {
    font-size: 12px;
}

td, th {
   padding: 2px;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}

.header {
    background: #019147;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 0.8em;
}

.row {
    padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

#content {
    background: #FFFFFF;
    padding: 5px !important;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

[class*="page-dashboard-"] #content, [class*="page-dashboard-"] #main-body {
    background: #f2f2f2;
}

a {
    color: #019147;
}

a:hover, a:active {
    color: #019147;
}

a:hover {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}

img {
    max-width: 100%;
}

#body_logo {
    max-height: 35px;
}

@media screen and (min-width: 981px) {
    #body_logo { 
        display: none;
    }
}
/* SITE LAYOUT */
.wrapper {
    display: flex;
    align-items: stretch;
    max-width: 100%;
}

#sidebar {
    min-width: 150px;
    max-width: 150px;
    min-height: 100vh;
    background: #333333 !important;
}

#sidebar.collapsed {
    margin-left: -150px;
}

#top_bar {
    background: #333333;
    padding: 8px !important;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.contract_links a.statusButton {
    font-size: 1.2em !important;
    padding: 3px 5px;
}

.contract_links button {
    padding-right: 1.5em;
    font-size: 1.2em;
    
}

.contract_links .dropdown-menu {
    right: 0;
    width: 200px;
    
}

.contract_links .dropdown-item {
    padding: 3px 5px;
    
}

.contract_links .dropdown-item a, .contract_links .dropdown-item span {
    font-size: 1.2em !important;
}

.contractReminders .fa-toggle-off {
    color: #d2d2d2 !important;
}

.contract_links .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    font-size: 1.5em !important;
}

#sidebar a {
    color: #FFFFFF;
}

#sidebar hr {
    border-top: solid 1px rgba(255,255,255,0.3);
    margin: 0 0 0 30px;
    padding: 0px;
    width: calc(100% - 35px);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid rgba(100,100,100,0.7);
}

#sidebar ul p, #sidebar ul h1, #sidebar ul h2, #sidebar ul h3, #sidebar ul h4, #sidebar ul h5, #sidebar ul h6  {
    color: #FFFFFF;
    padding: 5px 5px 5px 30px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #FFFFFF;
    background: rgba(33,33,33,0.3);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #FFFFFF;
    background: rgba(33,33,33,0.3);
}
#sidebar ul ul li a {
    font-size: 0.9em !important;
    padding: 5px 5px 5px 25px !important;
}

#sidebar ul ul li ul a {
    font-size: 0.9em !important;
    padding: 5px 5px 5px 35px !important;
}

#sidebar ul ul {
    background-color: rgba(255,255,255,0.2);
}

#sidebar ul ul h6 {
    background-color: rgba(0,0,0,0.3);
}

#main-body {
    width: calc(100vw - 150px);
}

@media (max-width: 980px) {
    #sidebar {
        display: none;
    }
    #main-body {
        width: 100vw;
    }
}
.sidebar-header {
    padding: 8px;
}
/* END SITE LAYOUT */

#top_bar .dropdown-toggle::after {
    display: none;
}

.fa-lock, .toggle-on {
    color: #019147;
}

.fa-lock-open, .toggle-off {
    color: #f2f2f2;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 2px;
    padding-right: 2px;
}

.alert {
    padding: 5px;
    margin-bottom: 10px;
}

.primary-glow {
    box-shadow: 0 0 15px #019147;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.1em;
}

.btn-group .dropdown-toggle {
    padding-right: 20px;
}

.btn-primary {
    background-color: #019147;
    border-color: #019147;
    /*color: #FFFFFF;*/
}

.btn-primary:disabled {
    background-color: #ddd;;
    border-color: #ddd;
    color: #aaa;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: rgba(1,145,71,0.9) !important;
    color: #FFFFFF !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: rgba(1,145,71,0.9) !important;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    border-color: #019147 !important;
}

#main-header, #public-header {
    padding: 10px !important;
    background: #333333;
}

#main-body, #public-body { 
    min-height: 100vh;
}

#main-body #content, #public-body #content {
    padding: 8px;
}

#public-body #content {
    max-width: 1080px;
    margin: 0 auto;
}

#logo {
    max-height: 45px;
    max-width: 100%;
}

.page-item.active .page-link {
    background-color: #019147;
    border-color: #019147;
    color: #FFFFFF;
}

.hp_module {
    height: 280px;
    padding: 0px;
    margin-bottom: 20px;
}

.hp_module_small {
    padding: 0px;
    margin-bottom: 20px;
}

.hp_top_module {
    font-size: 1.4em; 
    padding: 20px 10px; 
    margin: 0 15px; 
    text-align: center;
    background: #E2E2E2 !important;
    color: #181818;
}

.hp_module table {
    width: 100%;
}

@media screen and (min-width: 600px) {
    .hp_top_module {
        min-height: 120px;
    }
}

.dashboard_module_container {
    height: 100%;
    /*overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    */
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #FFFFFF;
}

.dashboard_module_content {
    padding: 8px;
    height: 80%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    color: #181818 !important;
    font-weight: normal;
}

.dashboard_module_content td {
    vertical-align: top !important;
}

.dashboard_module_content a, .dashboard_module_content .btn-as-link {
    color: #181818 !important;
    font-weight: normal;
}

.dashboard_module_content thead td {
    font-weight: bold;
}

.dashboard_module_content::-webkit-scrollbar {
    width: 5px;
    background-color: #E2E2E2;
}

.dashboard_module_content::-webkit-scrollbar-thumb {
    background-color: #343A40;
}

.dashboard_module_header {
    background: #FFFFFF;
    color: #181818;
    padding: 15px;
    margin: 0px;
    font-size: 1.1em;
    height: 15%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-weight: bold;
}

.dashboard_module_header a {
    color: #181818;
    text-decoration: none;
    font-weight: bold;
}

.dashboard_module_container {
    /* border: solid 1px #343A40; */
    width: 96%;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    /* border-radius: 15px; */
}

.form-group-sm .form-control {
    padding: 2px;
    line-height: 1.1;
    font-size: 0.9em;
}

.action-forms form {
    display: inline-block;
}

.action-forms button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 1px 5px !important;
}

.action-forms .dropdown-menu span.fas, .action-forms .dropdown-menu span.far {
    font-size: 1.5em;
    padding: 5px;
}

button.edit span, button.edit i {
    color: #019147;
}

button.delete span, button.delete i {
    color: #db0e00;
}

#footer {
    background: #333333 !important;
    color: #FFFFFF !important;
}

.bg-light {
    background: #E2E2E2 !important;
}

.table td, .table th {
    padding: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #E2E2E2 !important;
}

.table-striped tr tr {
   background: none !important;
}

.table-striped tr tr td {
   border-top: none !important;
}

#ad_table {
    background: #ffffff;
}

#ad_table button {
    background: none;
    border: none;
}
@media screen and (max-width: 980px) {
#ad_table button span {
    font-size: 1.5em;
    margin-bottom: 15px;
}
}

/* TABS */
.tabs-container .nav-tabs {
    border-bottom: solid 1px #333333;
}
.tabs-container .nav-tabs .nav-link:focus, .tabs-container .nav-tabs .nav-link:hover {
    border-color: #333333;
}
.tabs-container .nav-link {
    background: #E2E2E2;
    color: #181818;
    border: solid 1px #FFFFFF;
    border-bottom: solid 1px #333333;
    margin: 1px;
}
.tabs-container .nav-link.active {
    background: #019147;
    color: #FFFFFF;
}

.tab-content {
    padding: 10px;
    background: #fdfdfd;
}
/* TABS END */

/* DATATABLES */
.table {
    width: 100%;
}

table.dataTable thead>tr>th {
    background: #333333 !important;
    color: #FFFFFF !important;
}

table.dataTable>tbody>tr>td, table.dataTable>tbody>tr>th, table.dataTable>tfoot>tr>td, table.dataTable>tfoot>tr>th, table.dataTable>thead>tr>td, table.dataTable>thead>tr>th {
    padding: 2px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.1em !important;
}

.dt-buttons .dropdown-item.active, .dt-buttons .dropdown-item:active, .dt-buttons button {
    background: #333333;
}

.dt-buttons .dropdown-item.active, .dt-buttons .dropdown-item:active {
    color: #FFFFFF;
}

@media screen and (max-width: 980px) {
    .optional {
        display: none;
    }
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    color: #019147;
    opacity: 1 !important;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before {
    color: #FFFFFF;
    opacity: 1 !important;
}

/* DATATABLES END */


.file_uploader {
    padding: 20px;
    text-align: center;
}

.strip_button {
    -webkit-appearance: none;
    background: none;
    border: none;
}

.toggle-to-yes {
    color: #019147;
}

.toggle-to-yes:hover {
    color: #E2E2E2;
}

.toggle-to-no {
    color: #E2E2E2;
}

.toggle-to-no:hover {
    color: #019147;
}


/* Tooltips */

.labeltooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.labeltooltip:hover .tooltiptext {
    visibility: visible;
}
/* END Tooltips */


/* CALENDAR STYLE */
#calendar {
    width: 100%;    
}

#calendar a {
    color: #019147;
    text-decoration: none;
}

#calendar-wrap .month_header, .month_header {
    text-align: center;
    margin: 0px;
    padding: 3px 12px;
    background: #333333;
    color: #FFFFFF;
}

.month_header a {
    text-decoration: none;
    color: #FFFFFF;
}

.month_header i {
    font-size: 0.8em;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.285%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #E2E2E2;
    margin-right: -1px;
    margin-bottom: -1px;
    background: #E2E2E2;
}

#calendar ul.weekdays {
    height: 40px;
    background: #333333;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #FFFFFF;
    font-size: 13px;
    background: #333333;
}

#calendar .days li.day {
    height: 180px;
    background: #ffffff;;
    overflow: auto;
}

#calendar .days li.day::-webkit-scrollbar {
    width: 5px;
    background-color: #E2E2E2;
}

#calendar .days li.day::-webkit-scrollbar-thumb {
    background-color: #E2E2E2;
}

#calendar .days li.day:hover {
    background: #f8f8f8;
}

#calendar .days li.blank {
    background: #f2f2f2;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333333;
    color: #FFFFFF;
    padding: 3px;
    width: 26px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 0.9em;
    border-radius: 0px;
    padding: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0.9em;
    background: #E2E2E2;
    border: 1px solid #E2E2E2;
    color: #181818;
    text-decoration: none;
}

#calendar .event-desc {
    color: #181818;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #E2E2E2;
    color: #181818;
}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 980px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #E2E2E2;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
    
    #calendar .days li.blank, #calendar .days li.no_events {
        display: none;
    }
}

a.past_due .event-desc {
    color: #FF0000 !important;
    font-weight: bold;
}

a.completed .event-desc {
    color: green !important;
    font-weight: bold;
}

.ui-draggable .ui-dialog-titlebar {
    background: #019147;
}

.availability_calendar .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.availability_calendar .row .face {
    width: 15%;
    float: left;
}

.availability_calendar .row .ads_container {
    width: 85%;
    float: left;
}

.availability_calendar .row:nth-child(even) {
    background: #E2E2E2;
}

.color-key {
    width: 90px;
    padding: 4px;
    float: right;
    margin: 5px;
}

.btn-as-link {
    border: none;
    padding: 0px;
    color: #181818;
    background: none;
    cursor: pointer;
}

.dropdown-btn-as-link {
    border: none;
    background: none;
    cursor: pointer;
}
button.buttons-collection, button.dt-button, button.buttons-columnVisibility.active {
    background: #019147 !important;
    border-color: #019147 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
}

button.buttons-columnVisibility {
    background: #E2E2E2 !important;
    border-color: #E2E2E2 !important;
    color: #181818 !important;
}

#lds-roller-container {
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
}

.lds-roller {
  display: block;
  width: 64px;
  height: 64px;
  margin: 40vh auto auto auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preemp_tag.is_preemp {
   padding: 2px;
   border: solid 1px #000;
   background: orange;
   color: #fff;
}

.avail {
   padding: 2px;
   border: solid 1px #000;
}

.green_bg {
   background: green;
   color: #fff;
}

.red_bg {
   background: red;
   color: #fff;
}

.article {
    box-shadow: 0 0 10px #333;
    background: #FFFFFF;
    margin: 15px auto;
}

.article .article_title {
    background: #343A40;
    color: #FFFFFF;
    padding: 12px;
    font-size: 1.5em;
}

.article .article_content {
    padding: 12px;
}

.page-latest #content, .page-latest #main-body {
    background: #f2f2f2;
}

.thumbnail {
    width: 150px;
    max-height: 150px;
}

.map_face {
   width: 150px;
   float: left;
   margin: 5px;
}

.map_face img {
   max-width: 95% !important;
   height: 50px;
}

.map_face .thumbnail {
    background-color: #f2f2f2;
    width: 150px;
    height: 100px;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
}

.map_face a {
	color: #181818 !important;
}


.map_face p {
	padding: 2px 0;
	font-size: 0.9em;
}

.map_face h4 {
	font-size: 1.1em;
}

.resource_container {
    border: solid 3px #d2d2d2;
    margin: 10px 0;
    padding: 10px;
}

.resource_preview {
    margin: 10px 0;
}

.circle {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 0px !important;
    margin: 0 auto;
}

.switch-toggle {
  width: 20em;
}

.switch-toggle label:not(.disabled) {
  cursor: pointer;
}

.switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background: #f2f2f2;
    text-shadow: none;
    box-shadow: none;
}

.switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
    text-shadow: none;
    color: #d2d2d2;
}

.switch-light.switch-candy input ~ span span:first-child, .switch-light.switch-candy input:checked ~ span span:nth-child(2), .switch-candy input:checked + label {
    color: #FFFFFF;
    text-shadow: none;
}

.switch-candy a {
    background-color: #019147;
    color: #FFFFFF;
    border: solid 1px #019147;
}

#ajax_message div {
    position: fixed;
    width: 80vw;
    left: 10vw;
    z-index: 999999999;
}

@media screen and (min-width: 981px) {
.mobile_only {
    display: none;
}
}

.copyLink {
    cursor: pointer;
    color: #000000;
}

.emailLink {
    cursor: pointer;
    color: #000000;
}

.copyLink:hover {
    color: #019147;
}

.emailLink:hover {
    color: #019147;
}

#eventForm textarea {
    background: #ffffff !important;
}

.ui-dialog {
    max-width: 95vw !important;
}

@keyframes glowing {
    0% {

      box-shadow: 0 0 15px rgba(1,145,71,0.8);
    }
    50% {

      box-shadow: 0 0 1px rgba(1,145,71,0.1);
    }
    100% {

      box-shadow: 0 0 15px rgba(1,145,71,0.8);
    }
}

#auto-calc-flights {
   color: #FFFFFF !important;
   padding: 8px;
}

#registration_price_table td, #registration_price_table th {
   font-size: 1.2em !important;
   padding: 8px !important;
   vertical-align: top;
}

#registration_price_table {
    box-shadow: 5px 5px 15px #e2e2e2;
    border: solid 1px #e2e2e2;
    min-width: 400px;
    background: #fff;
}

.form-section {
    background: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
}

.note-group-select-from-files {
  display: none;
}

.linkto {
  background: #228B22 !important;
}

.linkto:hover {
  background: #006400 !important;
}

.unlink {
  background: #B22222 !important;
}

.unlink:hover {
  background: #8B0000 !important;
}

i.linked {
   color: #228B22 !important;
   font-size: 80px;
}

i.unlinked {
   color: #d2d2d2 !important;
   font-size: 80px;
}

.green-btn {
   background: #009d00 !important;
   border-color: #009d00 !important;
   color: #fff !important;
}

.green-btn:hover, .green-btn:active {
   background: #009d0f !important;
   border-color: #009d0f !important;
}

#install_faces .row.inactive {
   background: #f2f2f2;
   color: #d2d2d2;
}

.dt-buttons .dropdown-toggle::after {
    right: 2px;
}

.structure_faces_list tbody th, .structure_faces_list tbody td {
    padding: 4px 4px !important;
}

.invoice_payment_form {
    width: 400px;
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 5px 5px 15px #d2d2d2;
    padding: 1em;
}

.invoice_payment_form label {
    font-size: 1.2em;
}

.invoice_payment_form .payment_submit {
    height: 3em;
    font-size: 1.2em;
}

.public_invoice_container td, .public_invoice_container th {
    padding: 0.5em;
}

.public_invoice_container p, .public_invoice_container div, .public_invoice_container td, .public_invoice_container th {
    font-size: 15px;
}

@media screen and (max-width: 680px) {
.public_invoice_container.web_view .invoice_contents {
    max-width: 90%;
    margin: 0 auto;
}
}

#working_on_it {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 99vw;
    height: 99vh;
    background-color: rgba(0,0,0,0.2);
    z-index: 99999999999;
}

#working_on_it img {
    margin: 44vh 44vw;
    width: 100px;
}

#sidebar ul ul {
    transition: all 200ms ease-in;
}

.main-menu-icon {
    font-size: 1.4em;
    position: absolute;
    width: 1.4em !important;
    text-align: center;
}

.main-menu-label {
    padding-left: 2.3em;
}

span.renewed {
    padding: 3px 5px;
    background-color: #5DBC97 !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 10px !important;
}

span.not_renewing {
    padding: 3px 5px;
    background-color: #D45757 !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 10px !important;
}


/* Team Feed CSS */
.page-team-feed #main-body, .page-team-feed #content {
    background: #f8f8f8 !important;
}

.post_no_posts {
    padding: 2em;
    font-size: 2em;
    color: #d2d2d2;
}

.team_feed {
    padding: 0 2em;
}

.team_feed .post_card {
    margin: 2em 0;
    background: #ffffff;
    padding: 1.5em;
    border-radius: 10px;
}

.team_feed .post_card .post_icon {
        margin: 0;
        display: table;
        aspect-ratio : 1 / 1;
        width: 2.5em;
        border-radius: 50%;
        background-color: #019147;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-bottom: 10px;
        max-width: 100%;       
}

.team_feed .post_card .post_icon .initials {
    vertical-align:middle;
    display: table-cell;
}

.team_feed .post_card .post_user {
    font-size: 1.4em;
    font-weight: bold;
    text-wrap: wrap;
    word-wrap: break-word;
}

.team_feed .post_card .post_heading {
    border-bottom: solid 1px #f2f2f2;
}

.team_feed .post_card .post_tags {
    font-size: 0.9em;
    color: #019147;
}

.team_feed .post_card .post_content {
    padding-top: 10px;
}

@media screen and (max-width: 576px) {
.team_feed .post_card .post_icon {
        max-width: 90%;       
}

.team_feed .post_card .post_heading .col-1 {
    width: 17% !important;
    max-width: 17% !important;
}

.team_feed .post_card .post_heading .col-11 {
    width: 83% !important;
    max-width: 83% !important;
}

.team_feed .post_card .post_user {
    font-size: 1.1em;
    font-weight: bold;
    text-wrap: wrap;
    word-wrap: break-word;
}
}

.team_feed .post_card .post_title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
}

.team_feed .post_card .post_meta {
    font-size: 1em;
    margin-bottom: 1em;
}

.team_feed .post_card .post_body, .team_feed .post_card .post_body p, .team_feed .post_card .post_body li, .team_feed .post_card .post_body a {
    font-size: 1.1em;
    line-height: 1.6em;
}

.team_feed .post_card .post_reactions {
    font-size: 1.2em;
    line-height: 1.6em;
}

.team_feed .section_title {
    margin: 2em 0;
}

/* End Team Feed CSS */


/* Reply Feed CSS */

.replies_feed {
    padding: 2em;
    background: #f8f8f8 !important;
}

.replies_feed .post_card {
    margin: 1em 0;
    background: #ffffff;
    padding: 1.5em;
    border-radius: 10px;
    border: solid 2px #f8f8f8;
    
}

.replies_feed .post_card .post_icon {
        margin: 0;
        display: table;
        aspect-ratio : 1 / 1;
        width: 2.5em;
        border-radius: 50%;
        background-color: #019147;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-bottom: 10px;
        max-width: 100%;       
}

.replies_feed .post_card .post_icon .initials {
    vertical-align:middle;
    display: table-cell;
}

.replies_feed .post_card .post_user {
    font-size: 1.4em;
    font-weight: bold;
    text-wrap: wrap;
    word-wrap: break-word;
}

.replies_feed .post_card .post_heading {
    border-bottom: solid 1px #f2f2f2;
}



.replies_feed .post_card .post_content {
    padding-top: 10px;
}

@media screen and (max-width: 576px) {
.replies_feed .post_card .post_icon {
        max-width: 90%;       
}

.replies_feed .post_card .post_heading .col-1 {
    width: 17% !important;
    max-width: 17% !important;
}

.replies_feed .post_card .post_heading .col-11 {
    width: 83% !important;
    max-width: 83% !important;
}

.replies_feed .post_card .post_user {
    font-size: 1.1em;
    font-weight: bold;
    text-wrap: wrap;
    word-wrap: break-word;
}
}

.replies_feed .post_card .post_title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
}

.replies_feed .post_card .post_meta {
    font-size: 1em;
}

.replies_feed .post_card .post_body, .replies_feed .post_card .post_body p, .replies_feed .post_card .post_body li, .replies_feed .post_card .post_body a {
    font-size: 1.1em;
    line-height: 1.6em;
}

.replies_feed .post_card .post_reactions {
    font-size: 1.2em;
    line-height: 1.6em;
}

.replies_feed .section_title {
    margin: 2em 0;
}

/* End Reply Feed CSS */

/* ---- post image grid ---- */

.post_image_grid {
  background: #ffffff;
}

/* clear fix */
.post_image_grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.post_grid_sizer,
.post_grid_item {
  width: 50%;
}

.image-btn-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

.image-btn-overlay:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

.single_image_grid .post_grid_sizer, .single_image_grid .post_grid_item {
    width: 100%;
}

.post_grid_item {
  float: left;
  padding: 5px;
}

.post_grid_item img {
  display: block;
  width: 100%;
}

.toggle-fav {
    font-size: 1.75em;
    cursor: pointer;
}
.toggle-fav.fa-solid {
    color: gold;
}

.add_selected_faces_label {
    margin: 0;
}

.add_selected_faces_label .add_selected_faces {

}