.alternating-colors tr:nth-child(2n+2) {
    background: #dcdcdc;
}

.alternating-colors tr:nth-child(2n+1) {
    background: #efefef;
}

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

body, html {
    font-family: Arial;
    color: #6C6D6F;
    font-size: 9pt;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 13pt;
    color: #6C6D6F;
    font-weight: bold;
}

h2 {
    color: #217056;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

h3 {
    font-size: 11pt;
    color: #6C6D6F;
    font-weight: bold;
}

p {
    padding: 5px 0px 5px 0px;
}

a {
    color: #6C6D6F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin-left: 20px;
}

iframe.small {
    width: 430px;
    height: 340px;
    background: #fff;
    background-color: #fff;
    border: solid #ccc 1px;
    overflow: auto;
}

table, td, th {
    padding: 4px;
    border-spacing: 0px;
    border-collapse: collapse
}

td, th {
    word-wrap: break-word;
}

td.header {
    font-weight: bold;
    line-height: 25px;
}

input, select, textarea {
    font-size: 13px;
    font-family: Arial;
    color: #6C6D6F;
    padding: 6px;
    background: #FFF;
    border: 1px solid #999 !important;
    max-width: 300px;
}

input[type=submit] {
    border: 1px solid #999 !important;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #CCC;
    outline-width: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dtp-picker-days {
    margin: 0 auto !important;
}

.button {
    text-decoration: none;
    box-sizing: border-box;
    background: #217056;
    color: #FFF;
    padding: 10px;
    cursor: hand;
    cursor: pointer;
}

.button:hover {
    background: #185440;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#wrapper-external {
    float: left;
    background: #dfdfdf url("images/login_back.jpg") 50% 0% no-repeat;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

#left {
    float: left;
    height: 100%;
    width: 20%;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-right: 1px solid #999;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
}

#logo {
    width: 100%;
    height: auto;
    padding: 0px;
}

#clientLogo img {
    width: 100%;
}

#logo img {
    border: none;
    width: 100% !important;
}

#clock input.text_clock {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

#welcome {
    width: 100%;
    display: block;
    font-size: 40pt;
    color: #217056;
    font-family: Times New Roman;
    letter-spacing: -0.1em;
    font-style: italic;
    text-transform: lowercase;
}

#leftnav {
    text-align: center;
    margin-top: 25px;
}

#leftnav .navheader {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #6C6D6F;
    font-weight: bold;
    font-size: 11pt;
}

#leftnav a {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    background: #217056;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #ABABAB;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-left: auto;
    margin-right: auto;
}

#leftnav a:hover {
    color: #FFF;
    background: #185440;
    text-decoration: none;
}

#right {
    display: block;
    overflow-y: scroll;
    float: left;
    width: 80%;
    height: 100%;
    padding: 0px;
}

#right-external {
    width: 634px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    background: transparent;
}

#content {
    padding: 0px;
    padding-top: 45px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-bottom: none;
    box-sizing: border-box;
}

#content-container {
    width: 98%;
    height: 98%;
    min-height: 98%;
    padding: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#content-external {
    background: none;
    background: transparent;
    padding: 0px 0px 0px 0px;
}

#footer {
    width: 100%;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 6pt;
    font-weight: bold;
    color: #6D6E70;

    border: 1px solid #ABABAB;
    border-left: none;
    border-right: none;
    border-bottom: none;

}

#footer-external {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 6px;
    font-size: 8pt;
    font-weight: bold;
    background: #B3B3B3;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-weight: bold;
}

#footer a {
    color: #6D6E70;
    font-size: 6pt;
}

#footer-external a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #6D6E70;
}

#footer-external a:hover {
    text-decoration: underline;
}

.bodyMsg {
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

#top {
    width: 100%;
    height: auto;
}

#tagline {
    float: left;
    width: auto;
    height: auto;
    padding: 20px 0px 0px 0px;
    color: #6C6D6F;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0.06em;
}

#main-nav-container {
    width: auto;
    height: 55px;
    z-index: 10;
}

.main-nav {
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: -2px;
	position: relative;
}

.main-nav a {
    background: #217056;
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    float: left;
    width: 85px;
    height: 35px;
    padding: 30px 1px 10px 1px;
    margin-top: -10px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #ABABAB;
}

.main-nav a:hover, .main-nav a.main_sel {
    background: #185440;
    color: #FFF;
}

/********************** TOPNAV - SEE head.php FOR CUSTOM STYLE ON CLAIMS SECTION **********************/
/*#topnav {
float:left;
width:100%;
height:auto;
background:#ffffff;
padding-right:20px;
}

#topnav a {
float:left;
width:auto;
height:35px;
font-size:10pt;
font-weight:bold; 
color:#201E1F;
text-decoration:none;
text-align:center;
padding:15px 8px 0px 8px;
}

#topnav a:hover {
background:#6D6E70;
color:#ffffff;
}

#topnav a.nav_sel {
background:#6D6E70;
color:#ffffff;
}*/
/********************** TOPNAV - SEE head.php FOR CUSTOM STYLE ON CLAIMS SECTION **********************/

/* NEW CSS FOR NEW DESIGN */

#userLogin {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#loginLogo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    width: 400px;
}

#loginLogo img {
    width: 300px;
    height: auto;
    margin-left: 25px;
}

.list-wrapper {
    background: #FFFFFF;
    color: #000000;
}

div.sexy li.active {
    background-color: #D2EAEE;
    background: #D2EAEE;
}

a.to-highlight:hover {
    background-color: #D2EAEE;
    background: #D2EAEE;
}

.highlighted {
    font-weight: bold;
    background-color: #ffffb3;
    color: #000;
}

/*
 * Ajax Autocomplete
 * Version: 1.0.7
 * (c) 2007 DMXzone.com
 * @build 19-09-2007 14:36:58
 */
.ac_results {
    padding: 0;
    border: 1px solid #6FBEFF;
    background-color: #EFF8FF;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
    color: #000;
}

.ac_title {
    font-weight: bolder;
}

.ac_loading {
    background: Window url('indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: #d2fb8f;
    color: #000;
}

.ac_highlight {
    color: #F00;
}

.rounded-table {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #b0d9cb !important;
}

.square {
    float:left;
    position: relative;
    width: 120px;
    height: 120px;
    margin:1%;
    background-color: #217056;
    color: #FFF;
    cursor: pointer;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #185440;

    display: table;
}

.square:hover {
    background-color: #185440;
}

.square a {
    padding: 5px;
    box-sizing: border-box;

    text-decoration: none;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 15px;

    display: table-cell;
    vertical-align: middle;

}

.square a i {
    color: #FFF;
    font-size: 45px;
}

.square a:hover {
    text-decoration: none;
}

.square-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.select2-selection--multiple {
    padding-bottom: 5px !important;
    border: 1px solid #CCC !important;
}

.select2-search__field {
    border: none !important;
}

.select2 {
    min-width: 200px !important;
    max-width: 400px !important;
}

.multipleItemsExpander {
    position: relative;
}

.multipleItemsExpander > .multipleItemsExpander_tooltip {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    z-index: 99;
}

.multipleItemsExpander > .multipleItemsExpander_text:hover ~ .multipleItemsExpander_tooltip {
    display: block !important;
    cursor: auto;
}

.multipleItemsExpander > .multipleItemsExpander_tooltip:hover {
    display: block !important;
    cursor: auto;
}

.displayClaimsProcedureButton {
    position: absolute;
    width: 30px;
    height: 130px;
    left: -31px;
    top: -1px;
    box-sizing: border-box;
    padding-right: 6px;
    cursor: pointer;
    background-image: url("images/claims_procedure.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.progress-reports-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: <?=$mainColor?>;
    cursor: pointer;
    padding: 4px;
}
.progress-reports-wrapper-header:hover {
    background-color: #185440;
}
.progress-reports-table tr {
    border-bottom: 1px solid #CCC;
}
.progress-reports-table tr:last-child {
    border-bottom: 0px;
}
.progress-reports-table tr:hover {
    background-color: #F1F1F1;
}

.expring-claims-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: #8868fc !important;
    cursor: pointer;
    padding: 4px;
}

.expring-vehicles-wrapper-header {
    border-bottom: 1px solid #CCC;
    background-color: #ff7f7f;
    cursor: pointer;
    padding: 4px;
}

.expring-vehicles-wrapper-header:hover {
    background-color: #ff9999;
}

.expring-vehicles-table tr {
    border-bottom: 1px solid #CCC;
}

.expring-vehicles-table tr:last-child {
    border-bottom: none;
}

.expring-vehicles-table tr:hover {
    background-color: #F1F1F1;
}

.client-files-wrapper-header {
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    padding: 4px;
    color: white;
}

.client-files-wrapper-header:hover {
    background-color: #ff9999;
}

.client-files-table tr {
    border-bottom: 1px solid #CCC;
}

.client-files-table tr:last-child {
    border-bottom: none;
}

.client-files-table tr:hover {
    background-color: #F1F1F1;
}

.uploaded-files-wrapper-header {
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    padding: 4px;
    color: white;
}

.uploaded-files-wrapper-header:hover {
    background-color: #ff9999;
}

.uploaded-files-table tr {
    border-bottom: 1px solid #CCC;
}

.uploaded-files-table tr:last-child {
    border-bottom: none;
}

.uploaded-files-table tr:hover {
    background-color: #F1F1F1;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.green-hover tr:hover {
    background-color: #b0d9cb;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*background-color: #b0d9cb;*/
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: white;
    /*background-color: #b0d9cb;*/
    background-color: #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.tab button:first-child {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #217056;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #217056 !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    z-index: 1000000;
}

.superUser-view-table tr td {
    border-right: 1px solid #CCC;
}

.tooltip-inner {
    white-space:pre-line;
    text-align: left !important;
}

.claimProgressReportSubHeading {

}

.claimProgressReportSubHeading:hover {
    background-color: #E1E1E1 !important;
    cursor: pointer;
}

.navbar {
    z-index: 999;
    position: fixed;
    right: 25px;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar li {
    box-sizing: border-box;
    display: inline;
    float: right;
    position: relative;
    border-bottom: 1px solid #CCC !important;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.navbar li .mini-icons {
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 13px 10px;
    text-decoration: none;
    font-size: 20px;
    background-color: white;
}

.navbar li a:hover {
    background-color: #111;
}

.navbar li a, .dropbtn {
    display: inline-block;
    color: white !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: #185440 !important;
}

.navbar li.dropdown {
    display: inline-block;
}

.navbar .dropdown-content {
    margin-left: 0;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.navbar .dropdown:hover .dropdown-content {
    display: block;
}

.notification-dot {
    position: absolute;
    right: 3px;
    bottom: 10px;
}

.navbar li:last-child {
    border-left: 1px solid #CCC !important;
}

.navbar li .notification-menu {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    position: absolute;
    min-width: 350px;
    overflow-y: auto;
    background-color: #F3F3F3;
    /*transform: translateX(calc(-100% + 38px));*/
    margin-top: 0px;
    border: 1px solid #CCC;
}

.navbar li .notification-menu .notification-header {
    width: 100%;
    background-color: #CCC;
    font-weight: bold;padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar li .notification-menu .notifications-wrapper {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notification-item-wrapper {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    background-color: white;
}

.notification-item-wrapper:hover {
    background-color: #EDF6E2;
}

.notification-item-header {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #F4F4F4;
}

.notification-item-content {
    padding: 5px;
    cursor: pointer;
}

.notification-item-footer {
    border-top: 1px solid #F4F4F4;
    padding: 5px;
    text-align: right;
}

.notifications-footer {
    background-color: white;
    width: 100%;
    border-top: 1px solid #CCC;
    -webkit-border-fit: stretch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

#notification-bell {
    cursor: pointer;
    box-sizing: border-box;
}

#notification-dot {
    cursor: pointer;
    display: none;
}

#notification-drawer {
    display: none;
}

.notification-item-footer-markread {
    float: left;
    color: #999;
    cursor: pointer;
}

.notification-item-footer-markread:hover {
    text-decoration: underline;
    color: #888;
}

.no-more-notifications-wrapper {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #AAA;
    -webkit-border-fit: stretch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    box-sizing: border-box;
    background-color: white;
}

.mark-all-read {
    color: #999;
    cursor: pointer;
}

.mark-all-read:hover {
    text-decoration: underline;
    color: #888;
}

.watch-button {
    cursor: pointer;
}

.watch-button:hover {
    color: #185440 !important;
}

/*@media only screen and (max-width: 768px) {
    #left {
        display: none;
    }
    #right {
        width: 100%;

}*/

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #b0d9cb;
}

/* Shared navigation refresh */
html, body {
    overflow-x: hidden;
}

#wrapper {
    display: flex;
    min-height: 100vh;
    background: #eff4f1;
}

#left {
    float: none;
    flex: 0 0 320px;
    width: 320px;
    height: 100vh;
    padding: 24px;
    text-align: left;
    border-right: none;
    background: linear-gradient(180deg, #f8fbfa 0%, #edf3ef 100%);
    box-shadow: inset -1px 0 0 #d7e0db;
    overflow: scroll;
    position: sticky;
    top: 0;
    z-index: 1001;
    transition: width 0.25s ease, flex-basis 0.25s ease, padding 0.25s ease, opacity 0.2s ease;
}

.sidebar-header {
    margin-bottom: 22px;
}

.sidebar-logo {
    margin-bottom: 14px;
}

#logo img {
    width: 220px !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sidebar-clock {
    margin-bottom: 16px;
    padding: 9px 12px !important;
    border: 1px solid #d7e0db !important;
    border-radius: 14px;
    background: #ffffff;
    color: #35564a;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 6px 18px rgba(48, 69, 60, 0.06);
}

#clock input.text_clock {
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    color: #35564a;
    font-weight: bold;
}

#welcome {
    font-size: 10pt;
    font-family: Arial;
    letter-spacing: 0.22em;
    font-style: normal;
    text-transform: uppercase;
    color: #789086;
}

.sidebar-user-name {
    margin-top: 6px;
    font-size: 19pt;
    color: #26463a;
    line-height: 1.2;
    text-decoration: none;
}

#leftnav {
    margin-top: 0;
    text-align: left;
}

#leftnav .navheader {
    margin: 18px 0 8px;
    color: #6a7d73;
    font-size: 9pt;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#leftnav a {
    padding: 12px 14px;
    margin-bottom: 8px;
    border: 1px solid #d7e0db;
    border-radius: 14px;
    background: #ffffff;
    color: #2a453a;
    box-shadow: 0 4px 12px rgba(48, 69, 60, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

#leftnav a:hover,
#leftnav a.nav_sel {
    color: #ffffff;
    background: #1b6b52;
    border-color: #1b6b52;
    text-decoration: none;
    transform: translateX(2px);
}

#clientLogo {
    margin-top: 24px;
    margin-bottom: 24px;
}

#clientLogo img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

#right {
    float: none;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 100vh;
    overflow: scroll;
    background: #eff4f1;
}

#top {
    position: sticky;
    top: 0;
    z-index: 990;
    padding: 18px 24px 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(239, 244, 241, 0.98) 0%, rgba(239, 244, 241, 0.92) 78%, rgba(239, 244, 241, 0) 100%);
}

.topbar-shell {
    display: block;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
}

.mobile-nav-toggle,
.mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #d7e0db;
    border-radius: 14px;
    background: #ffffff;
    color: #26463a;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(48, 69, 60, 0.08);
    flex: 0 0 auto;
}

.mobile-nav-close {
    display: none;
    margin-left: auto;
    margin-bottom: 18px;
}

.nav-overlay {
    display: none;
}

.navbar {
    position: relative;
    right: auto;
    top: auto;
    list-style-type: none;
    margin: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    border: 1px solid #d7e0db;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(48, 69, 60, 0.08);
}

.navbar li {
    box-sizing: border-box;
    display: block;
    float: none;
    flex: 0 0 auto;
    position: relative;
    border: none !important;
}

.navbar-toggle {
    margin-right: 2px;
}

.navbar-toggle .mobile-nav-toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
}

.navbar li a,
.navbar li a.dropbtn {
    display: block;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 11pt;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.navbar li a:hover,
.dropdown:hover .dropbtn {
    background-color: #185440 !important;
}

.navbar li .mini-icons {
    display: block;
    min-width: 46px;
    padding: 12px;
    border: 1px solid #d7e0db;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(48, 69, 60, 0.05);
}

.navbar-utility--primary {
    margin-left: auto;
}

.notification-dot {
    position: absolute;
    right: -2px;
    top: -3px;
    bottom: auto;
}

.navbar li:last-child {
    border-left: none !important;
}

.navbar li .notification-menu {
    position: fixed;
    top: 88px;
    right: 24px;
    left: auto;
    z-index: 1200;
    min-width: 360px;
    max-width: calc(100vw - 48px);
    border: 1px solid #d7e0db;
    border-radius: 18px;
    overflow: hidden;
    background-color: #F8FBF9;
}

@media only screen and (min-width: 1025px) {
    body.sidebar-collapsed #left {
        flex-basis: 0;
        width: 0;
        padding-left: 0;
        padding-right: 0;
        opacity: 0;
        overflow: hidden;
        box-shadow: none;
    }

    body.sidebar-collapsed #right {
        width: 100%;
    }
}

.navbar li .notification-menu .notification-header {
    padding: 10px 12px;
    background-color: #dfe8e3;
}

#content {
    padding: 18px 24px 32px;
    height: auto;
    min-height: 0;
    background: transparent;
}

#content-container {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
}

#footer {
    margin-top: 18px;
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 8pt;
    color: #75867d;
    text-align: center;
    border: 0;
    border-top: 1px solid #d7e0db;
}

#footer a,
#footer a:hover {
    color: #5c7468;
}

@media only screen and (max-width: 1024px) {
    body.nav-open {
        overflow: hidden;
    }

    #wrapper {
        display: block;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(22, 35, 29, 0.42);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 1000;
    }

    body.nav-open .nav-overlay {
        opacity: 1;
        visibility: visible;
    }

    #left {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 320px;
        max-width: 86vw;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: 0 24px 48px rgba(20, 33, 27, 0.2);
    }

    body.nav-open #left {
        transform: translateX(0);
    }

    .topbar-title {
        display: none;
    }

    #top {
        padding: 12px 12px 0;
    }

    .topbar-shell {
        gap: 0;
    }

    .navbar {
        padding: 10px;
        overflow-y: visible;
    }

    .navbar-utility--primary {
        margin-left: 0;
    }

    .navbar li .notification-menu {
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        min-width: 0;
        max-width: calc(100vw - 24px);
    }

    #content {
        padding: 16px 12px 24px;
    }
}

@media only screen and (max-width: 640px) {
    #logo img {
        width: 180px !important;
    }

    .sidebar-user-name {
        font-size: 16pt;
    }

    .navbar li a,
    .navbar li a.dropbtn {
        padding: 11px 14px;
        font-size: 10pt;
    }

    .navbar li .mini-icons {
        min-width: 42px;
        padding: 11px;
    }
}

/* Dashboard module */
.dashboard-page svg > g > g:last-child {
    pointer-events: none;
}

.dashboard-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 32px;
}

.dashboard-title {
    margin-bottom: 22px;
}

.dashboard-toolbar {
    padding-bottom: 18px;
    text-align: right;
}

.dashboard-toolbar .button {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 999px;
    background: #1b6b52;
    box-shadow: 0 10px 24px rgba(27, 107, 82, 0.18);
    font-weight: bold;
    letter-spacing: 0.02em;
}

.dashboard-toolbar .button:hover {
    background: #14503d;
    text-decoration: none;
}

.dashboard-panel,
.dashboard-client-card,
.dashboard-links-card {
    border: 1px solid #d7e0db;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(61, 80, 70, 0.08);
}

.dashboard-panel {
    margin-top: 18px;
    overflow: hidden;
}

.dashboard-panel-header {
    padding: 13px 18px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dashboard-panel-header b {
    color: inherit !important;
}

.dashboard-panel-body {
    padding: 16px 18px 18px;
    background: linear-gradient(180deg, #fbfcfb 0%, #f3f7f4 100%);
}

.dashboard-panel-content {
    padding-top: 8px;
    margin-top: 8px;
}

.dashboard-toggle-note {
    display: block;
    color: #708178 !important;
    font-style: normal;
}

.dashboard-calendar {
    width: 100% !important;
    margin: 0 auto;
    border: 1px solid #d7e0db !important;
    border-radius: 14px;
    padding: 14px !important;
    background: #ffffff;
    box-sizing: border-box;
}

.dashboard-client-card {
    margin-top: 18px;
    padding: 22px 22px 18px;
}

.dashboard-client-title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.2;
}

.dashboard-client-title a {
    color: #24473b;
}

.dashboard-client-title a:hover {
    text-decoration: none;
    color: #1b6b52;
}

.dashboard-client-summary {
    display: table;
    width: 100%;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #e3ebe7;
    border-radius: 16px;
    background: #f8fbf9;
    box-sizing: border-box;
}

.dashboard-client-summary__logo,
.dashboard-client-summary__body {
    display: table-cell;
    vertical-align: top;
}

.dashboard-client-summary__logo {
    width: 92px;
    padding-right: 18px;
}

.dashboard-client-logo {
    width: 72px;
    height: 72px;
    border: 1px solid #d7e0db;
    border-radius: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.dashboard-stat-list,
.dashboard-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-stat-list li {
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e7efea;
}

.dashboard-stat-list li:last-child,
.dashboard-links-list li:last-child {
    margin-bottom: 0;
}

.dashboard-stat-list p {
    padding: 0;
    line-height: 1.6;
}

.dashboard-status-link--attention,
.dashboard-inline-alert {
    color: #b13939 !important;
    font-weight: bold;
}

.dashboard-chart-grid {
    display: table;
    width: 100%;
    border-spacing: 14px 0;
    margin: 0 -14px 0 0;
}

.dashboard-chart-cell {
    display: table-cell;
    width: 33.33%;
    vertical-align: top;
}

.chartWrapper {
    min-height: 176px;
    padding: 10px;
    border: 1px solid #d7e0db;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

.dashboard-note {
    display: block;
    margin-bottom: 8px;
    color: #607067;
}

.dashboard-note--warning {
    color: #a74444;
}

.dashboard-note-badge {
    display: inline-block;
    margin-left: 10px;
    color: #4a7460;
    font-weight: bold;
}

.dashboard-data-table {
    width: 100% !important;
    margin-top: 8px !important;
    border: 1px solid #d7e0db !important;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.dashboard-data-table tr {
    border-bottom: 1px solid #e6eeea;
}

.dashboard-data-table tr:last-child {
    border-bottom: none;
}

.dashboard-data-table th,
.dashboard-data-table td {
    padding: 10px 12px;
    text-align: left;
}

.dashboard-data-table th {
    background: #edf4f0;
    color: #30453c;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.dashboard-data-table tr:hover {
    background: #f7faf8;
}

.dashboard-data-table__emphasis {
    background: #dbeee5;
}

.dashboard-data-table__wide {
    min-width: 280px;
}

.dashboard-client-actions {
    padding-top: 16px;
    text-align: right;
}

.dashboard-client-actions a {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4f1;
    color: #476156 !important;
}

.dashboard-client-actions a:hover {
    background: #dfeae4;
    text-decoration: none;
}

.dashboard-links-card {
    margin-top: 24px;
    padding: 18px 20px;
}

.dashboard-links-title {
    margin-bottom: 12px;
    font-size: 16px;
}

.dashboard-links-list li {
    margin-bottom: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fbf9;
    border: 1px solid #e7efea;
}

.dashboard-links-list p {
    padding: 0;
}

/* Items module */
.items-module {
    --items-accent: #185440;
    --items-accent-dark: #123d2f;
    --items-ink: #1f2a33;
    --items-muted: #5d6a75;
    --items-panel-bg: #ffffff;
    --items-surface: #edf1f4;
    --items-surface-2: #f7f9fb;
    --items-border: #b9c4ce;
    --items-border-strong: #8c99a6;
    --items-header: #185440;
    --items-header-dark: #123d2f;
    --items-link: #185440;
    --items-danger-bg: #fff3f1;
    --items-danger-border: #d97062;
    --items-danger-text: #9f2617;
    --items-success-bg: #eff8f2;
    --items-success-border: #68a07e;
    --items-success-text: #1f6a42;
    color: var(--items-ink);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.items-module h1,
.items-module h2,
.items-module h3 {
    margin: 0 0 8px;
    color: var(--items-ink);
    letter-spacing: 0.01em;
}

.items-module h1 {
    font-size: 1.55rem;
    font-weight: 700;
}

.items-module h2 {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.items-module h3 {
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.items-module p,
.items-module small,
.items-module td,
.items-module label {
    color: var(--items-ink);
}

.items-module p {
    margin: 0 0 8px;
}

.items-module strong,
.items-module b {
    color: var(--items-ink);
}

.items-module a:not(.button) {
    color: var(--items-link);
    text-decoration: none;
}

.items-module a:not(.button):hover {
    text-decoration: underline;
}

.items-module .button,
.items-module input[type="submit"].button,
.items-module input[type="button"].button {
    border: 1px solid var(--items-accent-dark);
    border-radius: 3px;
    padding: 8px 12px;
    background: var(--items-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: none;
}

.items-module .button:hover,
.items-module input[type="submit"].button:hover,
.items-module input[type="button"].button:hover {
    background: var(--items-accent-dark);
    text-decoration: none;
}

.items-module input[type="text"],
.items-module input[type="number"],
.items-module input[type="file"],
.items-module input[type="date"],
.items-module select,
.items-module textarea {
    width: 100%;
    max-width: 420px;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid var(--items-border-strong);
    border-radius: 3px;
    background: #fff;
    color: var(--items-ink);
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}

.items-module textarea {
    min-height: 84px;
    resize: vertical;
}

.items-module input[type="checkbox"] {
    margin-right: 5px;
}

.items-module input:focus,
.items-module select:focus,
.items-module textarea:focus {
    border-color: var(--items-accent);
    box-shadow: 0 0 0 2px rgba(24, 84, 64, 0.12);
    outline: none;
}

.items-module .select2-container {
    min-width: 180px;
    max-width: 100%;
}

.items-module .select2-container .select2-selection--single,
.items-module .select2-container .select2-selection--multiple {
    min-height: 34px;
    border: 1px solid var(--items-border-strong);
    border-radius: 3px;
    padding: 1px 6px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}

.items-module .select2-container--default .select2-selection--single .select2-selection__rendered,
.items-module .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: var(--items-ink);
    line-height: 28px;
}

.items-module .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 6px;
}

.items-module .items-inline-error,
.items-module .items-alert,
.items-module .bodyMsg,
.items-module #itemErrors {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid var(--items-danger-border);
    border-left-width: 4px;
    border-radius: 2px;
    background: var(--items-danger-bg);
    color: var(--items-danger-text);
    box-sizing: border-box;
}

.items-module .bodyMsg {
    border-color: var(--items-success-border);
    background: var(--items-success-bg);
    color: var(--items-success-text);
}

.items-module #itemErrors {
    display: none;
    width: 100% !important;
}

.items-module .items-note {
    display: block;
    margin: 0 0 12px;
    color: var(--items-muted);
    font-size: 12px;
}

.items-module .items-required-copy {
    color: var(--items-danger-text);
}

.items-module .items-filter-toggle {
    margin: 0 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.items-module #claimsFilterTable {
    margin: 0 0 10px;
}

.items-module .items-filter-table,
.items-module .item-view-table,
.items-module .item-form-table,
.items-module .item-inline-card,
.items-module #item_attributes_inputs,
.items-module .progress-reports-table,
.items-module .item-claims-table {
    width: 100%;
    margin: 0 0 12px;
    border: 1px solid var(--items-border-strong);
    border-radius: 3px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--items-panel-bg);
    box-shadow: none;
}

.items-module .items-filter-table td,
.items-module #itemsTable td,
.items-module .item-view-table td,
.items-module .item-form-table td,
.items-module #item_attributes_inputs td,
.items-module .progress-reports-table td,
.items-module .item-claims-table td {
    padding: 8px 10px;
    border-right: 1px solid #d5dde4;
    border-bottom: 1px solid #dbe3ea;
    vertical-align: top;
    line-height: 1.35;
}

.items-module .items-filter-table tr:last-child td,
.items-module #itemsTable tr:last-child td,
.items-module .item-view-table tr:last-child td,
.items-module .item-form-table tr:last-child td,
.items-module #item_attributes_inputs tr:last-child td,
.items-module .progress-reports-table tr:last-child td,
.items-module .item-claims-table tr:last-child td {
    border-bottom: 0;
}

.items-module .items-filter-table td:last-child,
.items-module #itemsTable td:last-child,
.items-module .item-view-table td:last-child,
.items-module .item-form-table td:last-child,
.items-module #item_attributes_inputs td:last-child,
.items-module .progress-reports-table td:last-child,
.items-module .item-claims-table td:last-child {
    border-right: 0;
}

.items-module .item-form-table td:first-child {
    width: 23%;
    font-weight: 600;
    color: #44515d;
    background: #f2f5f7;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.items-module .item-form-table td:only-child {
    width: auto;
    background: transparent;
    font-weight: 400;
}

.items-module .items-filter-table tr:first-child td,
.items-module .item-view-table tr:first-child td,
.items-module .item-claims-head td {
    padding: 10px 12px;
    color: #fff;
    font-weight: 700;
    background: var(--items-header);
    border-right-color: rgba(255, 255, 255, 0.1);
}

.items-module .items-filter-table tr:nth-child(2) {
    display: none;
}

.items-module .items-filter-table tr:last-child td {
    background: #f3f6f8;
}

.items-module .items-filter-actions {
    text-align: right;
}

.items-module #itemsTable tr:first-child td {
    padding: 10px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: var(--items-header);
    border-right-color: rgba(255, 255, 255, 0.12);
}

.items-module #itemsTable tr:first-child .items-table-thumb-head,
.items-module #itemsTable tr:first-child .items-table-action-head {
    width: 56px;
    min-width: 56px;
    padding: 0 !important;
    text-align: center;
}

.items-module #itemsTable tr:first-child .items-table-thumb-head {
    width: 72px;
    min-width: 72px;
}

.items-module .items-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid var(--items-border-strong);
    border-radius: 3px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.items-module #itemsTable {
    width: 100%;
    min-width: 760px;
    border: 0;
    border-radius: 0;
    table-layout: auto;
}

.items-module #itemsTable tr:first-child a {
    color: #fff !important;
}

.items-module #itemsTable tr:not(:first-child):nth-child(even) td,
.items-module .item-claims-table tr:nth-child(even) td {
    background: var(--items-surface-2);
}

.items-module #itemsTable tr.clickable-row:hover td,
.items-module .item-claims-table tr:hover td,
.items-module .progress-reports-table tr:hover td {
    background: #eef4f7;
}

.items-module .items-search-bar,
.items-module .items-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    padding: 8px 10px;
    border: 1px solid var(--items-border);
    border-radius: 3px;
    background: linear-gradient(180deg, #fafbfc 0%, #eef2f5 100%);
    box-shadow: none;
}

.items-module .items-search-bar + .items-pagination,
.items-module .items-pagination + .items-results-summary,
.items-module .items-results-summary + .items-table-scroll,
.items-module .items-table-scroll + .items-pagination {
    margin-top: 8px;
}

.items-module .items-search-bar {
    justify-content: space-between;
}

.items-module .items-search-bar label {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.items-module #itemsSearchTextbox {
    width: 100%;
    max-width: 320px;
}

.items-module .items-results-summary {
    display: inline-block;
    margin: 0 0 8px;
    padding: 6px 10px;
    border: 1px solid var(--items-border);
    background: #fff;
    color: var(--items-muted);
    font-weight: 600;
    font-size: 12px;
}

.items-module #paginationForm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 12px;
}

.items-module #paginationForm .paginationPageNumber {
    max-width: 58px !important;
    text-align: center;
}

.items-module .item-hero-table {
    width: 100%;
    margin: 0 0 8px;
    border-bottom: 2px solid var(--items-header);
}

.items-module .item-panel-table,
.items-module .item-collapsible-panel,
.items-module .item-claims-head,
.items-module .item-claims-scroll,
.items-module .items-delete-panel {
    margin-top: 12px;
}

.items-module .item-hero-table td {
    padding: 0 0 8px;
    border: 0;
    vertical-align: bottom;
}

.items-module .item-client-logo {
    width: 170px;
    height: 84px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid var(--items-border);
    box-shadow: none;
}

.items-module .item-collapsible-panel {
    margin: 8px 0;
    border: 1px solid var(--items-border-strong);
    border-radius: 3px;
    background: var(--items-panel-bg);
    box-shadow: none;
    overflow: hidden;
}

.items-module .item-file-wrapper-header {
    padding: 10px 12px !important;
    background: var(--items-header) !important;
    color: #fff;
}

.items-module .item-file-wrapper-header:hover {
    background: var(--items-header-dark) !important;
}

.items-module .item-file-wrapper-header b {
    color: #fff !important;
}

.items-module .item-collapsible-body {
    padding: 8px 10px;
    background: #fff;
}

.items-module .item-collapsible-content {
    padding: 8px 0 0;
    margin-top: 0;
}

.items-module .item-log-scroll {
    max-height: 420px;
    overflow-y: auto;
}

.items-module .items-section-title {
    margin: 16px 0 8px;
    padding-bottom: 6px;
    color: var(--items-header);
    border-bottom: 2px solid var(--items-header);
}

.items-module .items-section-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 10px 0 12px;
}

.items-module .items-section-spacer {
    height: 12px;
}

.items-module .item-claims-head {
    margin-bottom: 0;
    border: 1px solid var(--items-border-strong);
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.items-module .item-claims-scroll {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid var(--items-border-strong);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background: #fff;
    box-shadow: none;
}

.items-module #item_attributes_inputs input[readonly] {
    background: #e9eef2 !important;
    color: #526172;
}

.items-module #item_attributes_inputs label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.items-module #itemImagePreview {
    width: 220px;
    height: 220px;
    margin-top: 8px;
    border: 1px solid var(--items-border);
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f7f9;
}

.items-module .items-file-help {
    display: block;
    margin-top: 6px;
    color: var(--items-muted);
}

.items-module #clientAddressFormMap {
    border: 1px solid var(--items-border);
    border-radius: 2px;
    overflow: hidden;
}

.items-module .items-table-thumb,
.items-module .items-table-thumb-empty {
    width: 72px;
    min-width: 72px;
}

.items-module .items-table-action,
.items-module .items-table-action-head {
    width: 56px;
    min-width: 56px;
    text-align: center;
}

.items-module .items-table-action {
    padding: 0 10px;
}

.items-module .items-table-thumb,
.items-module .item-image-cell {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.items-module .items-table-thumb-empty,
.items-module .item-image-empty {
    background: #eef2f5;
}

.items-module .item-image-cell,
.items-module .item-image-empty {
    width: 160px;
    min-width: 160px;
}

.items-module .items-table-status,
.items-module .items-status-pill {
    font-weight: 600;
    color: #334654;
}

.items-module .items-form-actions td:last-child {
    padding-top: 10px;
}

.items-module .items-form-actions td {
    background: transparent;
}

.items-module .items-form-actions .button + .button {
    margin-left: 8px;
}

.items-module .items-secondary-text {
    color: var(--items-muted);
}

.items-module .items-warning-copy {
    display: block;
    padding: 8px 10px;
    border-left: 4px solid var(--items-danger-border);
    background: var(--items-danger-bg);
    color: var(--items-danger-text);
}

.items-module .items-warning-copy b,
.items-module .items-warning-copy a {
    color: inherit !important;
}

.items-module .items-value-note {
    display: block;
    margin: 6px 0;
    color: var(--items-muted);
}

.items-module .items-empty-label,
.items-module .items-empty-cell {
    background: #f7f9fb;
}

.items-module .items-broker-list {
    vertical-align: middle;
}

.items-module .items-broker-list > div {
    margin-bottom: 8px;
}

.items-module .items-broker-list > div:last-child {
    margin-bottom: 0;
}

.items-module .items-delete-panel {
    padding: 12px 14px;
    border: 1px solid var(--items-danger-border);
    border-left-width: 4px;
    border-radius: 3px;
    background: #fffaf9;
}

.items-module .items-delete-warning,
.items-module .items-delete-warning b {
    color: var(--items-danger-text);
}

.items-module .items-secondary-button,
.items-module input[type="button"].items-secondary-button {
    border-color: var(--items-border-strong);
    background: #e8edf1;
    color: var(--items-ink);
}

.items-module .items-secondary-button:hover,
.items-module input[type="button"].items-secondary-button:hover {
    background: #d8e0e6;
    color: var(--items-ink);
}

@media screen and (max-width: 980px) {
    .dashboard-chart-grid,
    .dashboard-chart-cell,
    .dashboard-client-summary,
    .dashboard-client-summary__logo,
    .dashboard-client-summary__body {
        display: block;
        width: 100%;
    }

    .dashboard-chart-cell {
        margin-bottom: 14px;
    }

    .dashboard-client-summary__logo {
        padding-right: 0;
        padding-bottom: 14px;
    }

    .dashboard-client-actions {
        text-align: left;
    }

    .dashboard-client-actions a {
        margin: 0 8px 8px 0;
    }

    .dashboard-data-table__wide {
        min-width: 0;
    }

    .items-module .item-form-table td:first-child {
        width: 28%;
    }

    .items-module input[type="text"],
    .items-module input[type="number"],
    .items-module input[type="file"],
    .items-module input[type="date"],
    .items-module select,
    .items-module textarea,
    .items-module #itemsSearchTextbox {
        max-width: 100%;
    }

    .items-module .items-search-bar,
    .items-module .items-pagination {
        padding: 8px 10px;
    }

    .items-module .item-client-logo,
    .items-module #itemImagePreview {
        width: 100%;
        max-width: 180px;
    }

    .items-module #itemsTable tr:first-child td,
    .items-module #itemsTable td {
        white-space: nowrap;
    }

    .items-module #itemsTable {
        width: max-content;
        min-width: 100%;
    }

    .items-module .items-table-scroll {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 3px;
    }
}
