/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap";
html { 
  background: #f9fafe;   /* force it for the test */
  min-height: 100%;
}
/* Let body inherit the page background and fill the viewport */
body {
  background: transparent;          /* or: background: inherit; */
  min-height: 100vh;
  font-family: 'Lato', sans-serif;
  color: #525151;
}
/* Smooth theme transition */
html, body,
.menu,
.column-one, .column-two, .column-three,
.white-bck, .white-bck-alt, .column-wh,
.header, .navbar,
.overlay
{
  transition: background-color .35s ease, color .35s ease, border-color .35s ease, opacity .35s ease;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  html, body,
  .menu,
  .column-one, .column-two, .column-three,
  .white-bck, .white-bck-alt, .column-wh,
  .header, .navbar,
  .overlay
  { transition: none !important; }
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.7em;
    color: #525151;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
	color:#00b8e3;
}
.blue-link {
	color:#00b8e3;
}
.navbar {
    padding: 10px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 0px 0px 0px 0px;
}
.navbar-nav>li>a {
	padding-top:0px;
	padding-bottom:0px;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 20px;
}
h3 {
	color:#525151;
	margin-top:10px;
	font-size:22px;
}
h2 {
	color:#525151;
	margin-top:6px;
	margin-bottom:0px;
}
input {
	width:100%;
}
.dark-font {
	font-size:14px;
	color:#525151;
}
.text-l {
	height:160px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f1f0f1;
	color:#4e4e4e;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #ef7f00 !important;
    color: #fff !important;
}

.btn-lg {
	font-size:15px;
}

.btn-primary-blue {
	background:#00b8e3;
	border-radius: 0px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	margin-bottom:25px;
	color:#fff;
	width:90%;
	margin-left:12px;
}
.btn-primary-blue:hover {
	background:#06a2c6;
	color:#fff;
}
.btn-primary-green {
	background:#70c4c4;
	border-radius:50px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	margin-bottom:25px;
	color:#fff;
	width:250px;
	margin-left:12px;
}
.btn-primary-green:hover {
	background:#5da7a7;
	color:#fff;

}
.btn-primary {
	background:#70c4c4;
	border-radius:4px;
	font-size:16px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	border:0px;
	margin-top:25px;
}
.btn-primary:hover {
	background:#5da7a7;
	color:#fff;
}
.btn-tog {
	background:#70c4c4;
	border-radius:0px;
	padding:6px 8px 6px 8px;
	transition: background 0.4s ease;
	color:#fff;
	border:0px;
	margin-top:10px;
}
.btn-tog:hover {
	background:#5da7a7;
	color:#fff;
}
input[type=submit] {
  	background:#70c4c4;
	color:#fff;
	padding:10px 10px 10px 10px;
	border-radius:4px;
	font-size:15px;
	width:200px;
	display:block;
	text-align:center;
	border:0px;
}
input[type=submit]:hover {
  	background:#5da7a7;
}
.btn-primary-orange-submit {
	background:#5da7a7;
	border-radius:0px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	width:100%;
	margin-bottom:0px;
	height:45px;
	font-size:16px;
	border-radius:4px;
}
.btn-primary-orange-submit:hover {
	background:#408181;
	color:#fff;
}
.btn-primary-orange-submit-small {
	background:#85cdb5;
	border-radius:4px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	height:45px;
	margin: 0 auto;
	display:block;
	outline:0;
	width:350px;
	font-size:18px;
	outline:0;
	border:0px;
}
.btn-primary-orange-submit-small:hover {
	background:#70b39d;
	color:#fff;
}
.btn-primary-orange-submit-admin {
	background:#85cdb5;
	color:#fff;
	padding:10px 10px 10px 10px;
	border-radius:4px;
	font-size:15px;
	width:200px;
	display:block;
	text-align:center;
	float:right;
}
.btn-primary-orange-submit-admin:hover {
	color:#fff;
	background:#70b39d;
}
.btn-primary-green-submit-next {
	background:#00bae3;
	border-radius:0px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	width:100%;
	margin-bottom:0px;
	height:45px;
	font-size:16px;
	border-radius:4px;
	margin-top:15px;
}
.btn-primary-green-submit-next:hover {
	background:#06a2c6 !important;
	color:#fff;
}
.btn-primary-blue-submit-next {
	background:#00bae3;
	border-radius:0px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	width:100%;
	margin-bottom:0px;
	height:45px;
	font-size:16px;
	border-radius:4px;
	margin-top:15px;
}
.btn-primary-blue-submit-next:hover {
	background:#06a2c6 !important;
	color:#fff;
}
.btn-primary-green-submit-admin {
	background:#06a2c6;
	color:#fff;
	padding: 10px 10px 10px 10px;
	border-radius:4px;
	font-size:15px;
	width:200px !important;
	display:block;
	text-align:center;
}
.btn-primary-green-submit-admin:hover {
	background:#0f7d96 !important;
	color:#fff;
}
.btn-choose  {
	background:#8fb57d;
	color:#fff;
	transition: background 0.4s ease;
}
.btn-choose:hover  {
	background:#637a56;
}
.btn-primary-dk-green {
	background:#1f913c;
	border-radius:4px;
	border-bottom:4px solid #16682f;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	margin-bottom:25px;
	color:#fff;
	width:100%;
}
.btn-primary-dk-green:hover {
	background:#16682f;
	color:#fff;
}
.btn-primary-green-submit {
	background:#1f913c;
	border-radius:4px;
	border-bottom:4px solid #16682f;
	padding:3px 3px 3px 3px;
	transition: background 0.4s ease;
	color:#fff;
	width:100%;
	font-size:16px;
	height:34px;
}
.btn-primary-green-submit:hover {
	background:#16682f;
	color:#fff;
}
.btn-info {
	background-color:#525151;
}
.btn-info:hover {
	background-color:#828282;
}
.btn-info:focus {
	background-color:#828282;
}
.fa-user-custom {
	color:#00b8e3;
	font-size:36px;
	padding-top:8px;
}
.success-msg {
	background:#e0edd8;
	border:1px solid #d6e7c6;
	padding:15px 15px 15px 15px;
	text-align:center;
	font-size:15px;
	border-radius:5px;
}
.search-wrpr {
	background:#daedf7;
	padding:25px 25px 25px 25px;
	border-radius:8px;
}
.search-wrpr p {
	font-size:15px;
	color:#525151;
	font-weight:600;
}
.white-back {
	background:#fff;
	padding:17px 15px 17px 15px;
	border-radius:8px;
	transition: box-shadow 0.2s;
}
.white-back h4 {
	font-size:18px;
	font-weight:400;
}
.white-back-two {
	background-image:linear-gradient(to right, rgba(123,219,188,0.1), rgba(1,184,228,0.1));
	padding:20px 18px 20px 18px;
}
.white-back strong {
	font-weight:600;
}
.cen-img {
	margin: 0 auto;
	display:block;
	width:250px;
}
.text-cen {
	text-align:center;
}
.text-right {
	text-align:right;
}
.home-column-three {
	min-height:500px;
}
.marg-top {
	margin-top:25px;
}
.marg-top-bs {
	margin-top:40px !important;
}
.marg-bot-bs {
	margin-top:25px;
}
.marg-bot {
	margin-bottom:25px;
}
.padd-top {
	padding-top:25px;
}
.marg-top-and-bot {
	margin-top:25px;
	margin-bottom:25px;
}
.alt-white {
	background-color:#fff;
	padding-top:22px;
	padding-bottom:20px;
	display:flex;
}
.vertcent {
	display:flex;
	align-items: center;
  	justify-content: center;
}
.alt-grey {
	background-color:#f7f6fd;
	padding-top:22px;
	padding-bottom:20px;
}
.alt-grey-head {
	background-color:#fff;
	padding-top:6px;
	padding-bottom:6px;
	background:#f5f4f4;
}
.alt-grn-head {
	background:rgba(197, 241, 226, 0.4);
	color:#525151;
	font-weight:700;
	padding-top:20px;
	padding-bottom:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-left: 1px solid rgba(197, 241, 226, 0.4);
	border-right: 1px solid rgba(197, 241, 226, 0.4);
}
.alt-grn-headhome {
	background:rgba(197, 241, 226, 0.4);
	color:#525151;
	font-weight:700;
	padding-top:20px;
	padding-bottom:20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-left: 1px solid rgba(197, 241, 226, 0.4);
	border-right: 1px solid rgba(197, 241, 226, 0.4);
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	height:60px;
}
.alt-grn-headhome-two {
	color:#525151;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	height:60px;
	font-weight:400;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background:#f7f6fd;
	font-size:16px;
}
.custom-h6 {
	font-size:12px;
}
.alt-grn-head-list {
	background:rgba(197, 241, 226, 0);
	color:#525151;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align:left !important;
}
.results-table div.row:nth-child(odd) {
	background:#f7f6fd;
}
.dark-head {
	background: linear-gradient(270deg, rgba(197, 241, 226, 0.4), rgba(197, 241, 226, 0.4)), url(/img/home-ban-bck-nh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	margin-top:40px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.section-head {
	background: linear-gradient(270deg, rgba(197, 241, 226, 0.4), rgba(197, 241, 226, 0.4)), url(/img/home-ban-bck-nh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin-top:25px;
}
.dark-head-inner {
	background: linear-gradient(270deg, rgba(197, 241, 226, 0.4), rgba(197, 241, 226, 0.4)), url(/img/home-ban-bck-nh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
.heading-wrap {
	padding-left:15px;
	padding-right:15px;
}
.marg-d {
	margin-bottom:25px;
}
.dark-head h3, .dark-head .glyphicon {
	color:#525151;
}
.claim-summary-head {
	background:rgba(3, 185, 227, 0.2);
	padding: 15px 15px 15px 15px;
    margin-top: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.claim-summary-head h2, .claim-summary-head h3 {
	color:#525151;
}
/* Small expense buttons Begin*/
.btn-primary-green-view {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:14px;
}
.btn-primary-green-view:hover {
	background:#70b39d;
	color:#fff;
}
.btn-primary-green-reload {
	background:#1f913c;
	border-radius:4px;
	border-bottom:4px solid #16682f;
	padding:2px 2px 2px 2px;
	transition: background 0.4s ease;
	color:#fff;
	width: 100%;
	font-size:14px;
	margin-left:15px;
}
.btn-primary-green-reload:hover {
	background:#16682f;
	color:#fff;
}
.btn-primary-blue-view {
    background: #70c4c4;
    border-radius: 0px;
    padding: 2px 2px 2px 2px;
    transition: background 0.4s ease;
    color: #fff;
    width: 100px;
    font-size: 14px;
}
.btn-primary-blue-view:hover {
	background:#5da7a7;
	color:#fff;
}
.btn-primary-bblue-view {
    background: #00b8e3;
    color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:14px;
}
.btn-primary-bblue-view:hover {
	background:#1b84b5;
	color:#fff;
}
.btn-primary-blue-dload {
	background:#1d9cd8;
	border-radius:4px;
	border-bottom:4px solid #146f9a;
	padding:2px 2px 2px 2px;
	transition: background 0.4s ease;
	color:#fff;
	width: 100%;
	font-size:14px;
	margin-left:15px;
}
.btn-primary-blue-dload:hover {
	background:#146f9a;
	color:#fff;
}
.mob-only {
	display:none;
}
.grey-bck {
	background:#fff;
	border:none;
	padding:5px 0px 5px 0px;
	border-radius:5px;
}
.white-bck {
	background:#fff;
	padding:15px 15px 15px 15px;
	border-radius:8px;
	box-shadow:0 2px 4px -1px #afb6c933!important;
	margin-top:40px;
}
.white-bck-alt {
	background: #fff;
  	padding: 15px;
  	border-radius: 8px;
  	box-shadow: 0 2px 4px -1px #afb6c933 !important;
  	margin-top: 40px;
  	height: 500px;
  	display: flex;
  	flex-direction: column;
}
.white-bck-claim-summary {
	background:#fff;
	padding:15px 15px 15px 15px;
	box-shadow:0 2px 4px -1px #afb6c933!important;
}
.white-bck-alt h4 {
	line-height:30px;
}
.cen-elem {
	margin: 0 auto;
	display:block;
}
.centre-elem {
	width:65%;
	margin: 0 auto;
	display:block;
}
.form-elem {
	width:450px;
	margin: 0 auto;
	display:block;
}
/* Custom checkboxes */
.checkbox label {
	padding-left:0px;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
	background:#fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.lighter {
	font-weight:300;
}

header.masthead {
	height:100%;
}

header.masthead .header-content {
	position:absolute;
	top:50%;
	padding:0 20px;
	transform:translateY(-50%);
	width:100%;
}
header.masthead .header-content .header-content-inner {
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#homeHeading {
	color:#fff;
	font-weight:400;
}

.form-back {
	background: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    border-radius: 32px;
    padding: 25px 25px 25px 25px;
}

.lg-inp {
	height:50px;
	padding-left:15px;
}
.form-control {
	height:50px;
	padding-left:15px;
	border-radius:4px;
}
.input-group .form-control:last-child {
	width:100%;
}
.nopadding {
	padding: 0;
}
.input-group {
	width:100%;
}
.init-row {
	padding-top:20px;
	padding-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	align-items: center;
	font-size:15px;
	height:60px;
}
.alt-row {
	padding-top:20px;
	padding-bottom:20px;
	background:#f7f6fd;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	align-items: center;
	font-size:15px;
	height:60px;
}
.init-row h3, .alt-row h3 {
	font-weight:400 !important;
	font-size:16px;
}
.init-rowex {
	padding-top:18px;
	padding-bottom:18px;
	margin-left:0px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
}
.alt-rowex {
	padding-top:18px;
	padding-bottom:18px;
	border-top:2px solid #f7f6fd;
	margin-left:0px;
	margin-right:0px;
	padding-left:15px;
	padding-right:15px;
}
.cont-link-alt {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:14px;
	width:100px;
	display:block;
	text-align:center;
}
.cont-link-alt:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-alt-b {
	background:#85cdb5;
	color:#fff;
	padding:10px 15px 10px 15px;
	border-radius:4px;
	font-size:17px;
	width:100%;
	display:block;
	text-align:center;
	margin-top:20px;
}
.cont-link-alt-b:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-alt-sm {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:15px;
	width:100px;
	display:block;
	text-align:center;
}
.cont-link-alt-sm:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-setwidth {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:15px;
	width:200px;
	display:block;
	text-align:center;
}
.cont-link-setwidth:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-alt-l {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 8px 10px;
	border-radius:4px;
	font-size:16px;
}
.cont-link-alt-l:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-oran {
	background:#f8b437;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size: 15px;
    width: 120px;
    display:block;
    text-align:center;
}
.cont-link-oran:hover {
	background:#f39c11;
	color:#fff;
}
.cont-link-view {
	background:#85cdb5;
	color:#fff;
	padding: 5px 10px 5px 10px;
	border-radius:4px;
	font-size: 15px;
    width: 120px;
    display:block;
    text-align:center;
}
.cont-link-view:hover {
	background:#70b39d;
	color:#fff;
}
.cont-link-blue {
    background: #00b8e3;
    color:#fff;
	padding: 5px 10px 5px 10px;
	border-radius:4px;
	font-size: 15px;
    width: 120px;
    display:block;
    text-align:center;
}
.cont-link-blue:hover {
	background:#1b84b5;
	color:#fff;
}
.icon-sz {
	font-size:22px;
}
/* Small expense buttons End*/
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    transition: all 0.3s;
	margin-top:15px;
	width:100%;
}

.previous {
    background-color: #f1f1f1;
    color: black;
	display: inline-block;
    padding: 8px 12px;
}

.next {
    background-color: #85cdb5;
    color: white;
	display: inline-block;
    padding: 8px 12px;
}

.next:hover {
	background-color:#0b9bbd;
	color:#fff;
}

.round {
    border-radius: 50%;
}

.btn-success {
	height:50px;
}

.btn-danger {
	height:50px;
}

.mobonly {
	display:none;
}

.deskonly {
	display:block;
}
.deskonlyalt {
	display:block;
}
.deskonlyagain {
	display:block;
}
.fl-right {
	float:right;
}
.fl-right-alw {
	float:right;
}
.fl-right-but {
	float:right;
}
.green {
	color:#1f913c;
}
.img-cen {
	margin: 0 auto;
	display:block;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    background:#ef7f05;
	border-radius:4px;
	border-bottom:4px solid #c66709;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	color:#fff;
	width:220px;
	text-align:center;
	margin-left:12px;
	margin: 0 auto;
	display:block;
}
.custom-file-upload:hover {
    background:#c66709;
	color:#fff;
	cursor:pointer;
}
.custom-file-upload-container {
	margin-top:35px;
}
.fa-calendar {
	color:#525151;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* Hide modals when not open (Bootstrap 3 uses `.in` when visible) */
.modal:not(.in) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Only add the full-height centering shim when the modal is actually open */
.modal:before { content: none; }
.modal.in:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* Ensure open modals sit above everything */
.modal.in {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;   /* inset: 0; works too */
  z-index: 1050;
  display: block !important;
}

/* Backdrop: present only when 'in' */
.modal-backdrop { display: none !important; }
.modal-backdrop.in {
  display: block !important;
}

/* Optional: if any fade state leaves it clickable, kill it */
.modal.fade:not(.in) {
  pointer-events: none !important;
}

a.dropdown-toggle::before {
	display:none;
}
.dropdown-menu>li>a {
	background:none;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px !important;
}
.dropdown-menu {
	padding:0px;
}
.psh-down-two {
	margin-top:40px;
}
/* ---------------------------------------------------
	ERROR MESSAGES
----------------------------------------------------- */
#error_worksite_address {
	color:red;
	font-size:16px;
}
#error_accomodation_address {
	color:red;
	font-size:16px;
}
#error_claims {
	color:red;
	font-size:16px;
}
#error_private_claims {
	color:red;
	font-size:16px;
}
#error_reg {
	color:red;
	font-size:16px;
	font-weight:400;
}
#error_travelled_from {
	color:red;
	font-size:16px;
}
#error_travelled_to_1 {
	color:red;
	font-size:16px;
}
#error_travelled_to_1_mileage {
	color:red;
	font-size:16px;
}
#error_travelled_to {
	color:red;
	font-size:16px;
}
#error_travelled_to_mileage {
	color:red;
	font-size:16px;
}
#error_residential_address {
	color:red;
	font-size:16px;
}
.red-flag {
	color:#f00229;
}
.amber-flag {
	color:#fd9106;
}
.green-flag {
	color:#32aa11;
}
.transparent-flag {
	color:#32aa11;
	opacity:0;
}
.menu-lnks {
	padding-top:10px;
}
.desk-only {
	display:block;
}
.mob-only {
	display:none;
}
.card {
	border-top:1px solid #eaeaea;
	margin-top:10px;
}
.lastpaym {
	font-size:21px;
	margin-top:27px;
}
.ortext {
	color:#f99608;
}
.blutext {
	color:#03b9e3;
}
.card-body {
	padding-top:10px;
}
.white-column {
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.expenses-column {
    padding: 15px 15px 15px 15px;
    background: #f4f9f2;
    border: none;
	border-radius:5px;
}
.column-wh {
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: none;
	border-radius:16px;
	border:1px solid #e5e5e5;
}
.column-blu {
	background: linear-gradient(90deg, rgba(141, 201, 248, 0.7), rgba(57, 154, 230, 0.7)), url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:16px;
}
.column-blu h3 {
	font-weight:700;
	color:#fff;
	font-size:27px;
	margin-bottom:20px;
}
.column-blu p {
	color:#fff;
	margin-bottom:18px;
	font-size:1.2em;
}
.column-or {
	background: linear-gradient(90deg, rgba(243, 183, 96, 0.7), rgba(249, 150, 8, 0.7)), url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:16px;
}
.column-or h3 {
	font-weight:700;
	color:#fff;
	font-size:27px;
	margin-bottom:20px;
}
.column-or p {
	color:#fff;
	margin-bottom:20px;
	font-size:1.2em;
}
.column-gr {
	background: linear-gradient(90deg, rgba(130, 217, 209, 0.7), rgba(60, 191, 8, 0.7)), url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:16px;
}
.column-gr h3 {
	font-weight:700;
	color:#fff;
	font-size:27px;
	margin-bottom:20px;
}
.column-gr p {
	color:#fff;
	margin-bottom:20px;
	font-size:1.2em;
}
.cont-padding {
	border-radius:8px;
	margin-left:-0px;
	margin-right:0px;
	margin-bottom:15px;
}
.cont-padding-wh {
	border-radius:16px;
	margin-bottom:15px;
}
.cont-padding-wh h3 {
	font-weight:700;
	margin-top:0px;
	margin-bottom:25px;
}
.cont-padding-wh h4 {
	font-weight:700;
	margin-top:0px;
}
.cont-padding-whole {
	border-radius:8px;
	box-shadow:0 2px 4px -1px #afb6c933!important;
	background:#fff;
	padding:15px;
	margin-top:15px;
}
.cont-padding-whole h3 {
	font-weight:700;
	margin-top:-6px;
	margin-bottom:25px;
}
.cont-padding-whole h4 {
	font-weight:700;
	margin-top:0px;
}
.column-one, .column-two, .column-three {
	min-height:206px;
}
.column-one {
	background: linear-gradient(90deg, #dcfce7, #dcfce7), /* opaque instead of rgba(...,.7) */
    url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg)
    center/cover no-repeat;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:8px;
}
.column-two {
	background:
    linear-gradient(90deg, #ffe2e6, #ffe2e6),
    url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg)
    center/cover no-repeat;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:8px;
}
.column-three {
	background:
    linear-gradient(90deg, #f4e8ff, #f4e8ff),
    url(https://www.kanopi-cs.co.uk/wp-content/themes/kanopicontractservices/assets/images/home-ban-bck.svg)
    center/cover no-repeat;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 15px 15px 15px 15px;
	border-radius:8px;
}
.column-one h4, .column-two h4, .column-three h4 {
	color:#525151;
	font-weight:700;
	margin-top:15px;
}
.column-one p, .column-two p, .column-three p {
	color:#525151;
	font-size:16px;
}
.column-one p, .column-two p, .column-three p {
	margin-top:10px;
}
.column-one i, .column-two i, .column-three i {
	color:#fff;
}
.cta-wrap {
	background:rgba(0, 184, 227, 0.1);
	border-radius:8px;
	padding:15px;
	bottom:40px;
	width:100%;
}
.cta-wrap .cont-link-alt {
	background: rgba(249, 150, 8, 0.7);
	width:120px;
}
.cta-wrap .cont-link-alt:hover {
	background: rgba(249, 150, 8, 1);
}
.expad {
	padding-top:3px;
}
.al-right {
	text-align:right;
}
.no-padd {
	padding-left:0px;
	padding-right:0px;
}
.bord-r {
	border-right:1px solid #eaeaea;
}
.orange-txt {
	color:#f99608;
}
.red-txt {
	color:#f54e60;
}
.blue-txt {
	color:#03b9e3;
}
.lastpaymentamount {
	font-weight:700;
	font-size:26px;
}
.lastpaymentamountafter {
	font-size:0.8em;
}
.linkbutton-wrap {
	width:100%;
	float:right;
}
.linkbutton {
	margin-top:20px;
}
.cont-link-bl {
    font-size: 16px;
    background: #03b9e3;
    color: #fff !important;
    padding: 7px 7px 7px 7px;
    border-radius: 4px;
    border: 1px solid #03b9e3;
    transition: background 0.4s ease;
	margin-top:15px;
}
.cont-link-bl:hover {
	background:#06abd1;
	border:1px solid #06abd1;
	color:#fff !important;
}
.cont-link-or {
    font-size: 16px;
    background: #f8af47;
    color: #fff !important;
    padding: 7px 7px 7px 7px;
    border-radius: 4px;
    border: 1px solid #f8af47;
    transition: background 0.4s ease;
	margin-top:15px;
}
.cont-link-or:hover {
	background:#f99608;
	border:1px solid #f99608;
	color:#fff !important;
}
.cont-link-gr {
    font-size: 16px;
    background: #85cdb5;
    color: #fff !important;
    padding: 7px 7px 7px 7px;
    border-radius: 4px;
    border: 1px solid #85cdb5;
    transition: background 0.4s ease;
	margin-top:15px;
}
.cont-link-gr:hover {
	background:#70b39d;
	border:1px solid #70b39d;
	color:#fff !important;
}
.new-claim {
	color:#00b8e3;
}
.pshdo {
	margin-bottom:25px;
}
.pshdom {
	margin-top:50px;
}
.past-claims {
	color:#f91b04;
}
.payslips-column {
    padding: 15px 15px 15px 15px;
    background: #edf6f9;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.forms-box {
	padding: 20px 20px 20px 20px;
    background: #edf6f9;
    border: none;
    border-radius: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.forms-box .btn-primary-orange-submit {
	margin-bottom:0px;
}
.contact-column {
    padding: 15px 15px 15px 15px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.admin-column {
    padding: 15px 15px 15px 15px;
    background: #f7f7f7;
    border: none;
    box-shadow:0 0 30px 0 rgb(0 0 0 / 20%);
	border-radius:5px;
}
.white-column .btn-primary-green, .expenses-column .btn-primary-green, .payslips-column .btn-primary-green, .contact-column .btn-primary-green, .admin-column .btn-primary-green {
    width:250px;
	margin: 0 auto;
	margin-top:25px;
}
.white-column .btn-primary-green-h {
    background:#70c4c4;
	width:100% !important;
	margin-top:25px;
	border-radius:50px;
	padding:9px 9px 9px 9px;
	transition: background 0.4s ease;
	margin-bottom:25px;
	color:#fff;
}
.btn-primary-green-h:hover {
	background:#5da7a7;
	color:#fff;
}
.green-success {
	color:#17a100;
}
.pad-left-none {
	padding-left:0px;
}
.lt-grey {
	background:#f5f5f5;
	padding:20px 20px 20px 20px;
}
.day-area {
	border:2px solid #eaeaea;
	padding:12px 12px 12px 12px;
	margin-bottom:25px;
}
.align-rt {
	float:right;
}
.tablet-only {
	display:none;
}
.desktop-only {
	display:block;
}
.cust-glyph {
	color:#5cb85c;
}
.row3 {
	width:33.33333333333333%;
	float:left;
}
.row3inner {
	padding:10px 10px 10px 10px;
}
.navbar-default {
	height: 100%;
	width: 240px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #f2e9e0;
	overflow-x: hidden;
	padding:20px 20px 20px 20px;
}
.logosvg {
	width:125px;
}
.menu-links {
	margin-top:50px;
}
.menu-links p {
	margin-bottom:30px;
}
.activemenu {
	background:red;
}
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 0px 0px 0px 0px;
}
.link-heading {
	margin-top:15px;
	margin-bottom:5px;
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 100%;
  background: none;
  color: #525151;
  transition: all 0.3s;
  padding-left:12px;
  padding-right:12px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  margin-bottom:2px;
}

#sidebar ul li a:hover {
  color: #00b8e3;
  background: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}

a[data-toggle="collapse"] {
  position: relative;
}
ul ul a {
   font-size: 1.1em !important;
    padding-left: 30px !important;
    background: #fff;
	color:#4e4e4e;
}
.collapse.in li a {
	padding-left:15px;
}
ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  padding-left: 35px;
  padding-right: 35px;
  transition: all 0.3s;
  flex-grow:1;
}
.welcome-name {
	text-align:center;
	font-weight:700;
}
.welcome-icon {
	margin-right:7px;
}
.icon-wrap {
	float:right;
}
.menu-active {
	background: linear-gradient(90deg, rgba(0, 184, 227, 1), rgba(132, 205, 181, 1));
	border-radius:8px;
	color:#fff;
}
.menu-active a:hover {
	color:#fff !important;
}
li.menu-active i {
	color:#fff !important;
}
.nameinfo {
	font-size:15px;
	margin-top:15px;
	text-align:right;
}
.or-circ {
	background-color: rgba(249, 150, 8, 0.5);
	padding:15px;
	border-radius: 50%;
    width: 90px;
    height: 90px; 
    text-align:center;
}
.green-circle {
    display: flex;
    width: 43px;
    height: 43px;
    background: #46e87e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.pink-circle {
    display: flex;
    width: 43px;
    height: 43px;
    background: #fa5a7c;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.purple-circle {
    display: flex;
    width: 43px;
    height: 43px;
    background: #bf84ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.list-wrap {
	border:1px solid #eaeaea;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.list-wrap-nobord {
	border-radius:8px;
	margin-top:20px;
	border-top:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.list-wrap-nobord h6 {
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:0px;
}
.list-wrap-nobord h3 {
	font-size:16px;
	font-weight:400;
	margin-bottom:0px;
	margin-top:0px;
}
.green-l-bord {
	border-left:7px solid #b3eecc;
	border-top-left-radius: 8px;
}
.pink-l-bord {
	border-left:7px solid #f2bbc7;
}
.purp-l-bord {
	border-left:7px solid #dbc6f9;
}
.orange-l-bord {
	border-left:7px solid #f8d580;
}
.ltpink-l-bord {
	border-left:7px solid #fcd3d7;
	border-bottom-left-radius: 8px;
}
input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
label {
  padding: 8px 0px 8px 0px;
  display: block;
  position: relative;
  margin: 8px 0px 8px 0px;
  cursor: pointer;
}
label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #46e87e;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
:checked + label {
  border-color: #ddd;
}
:checked + label:before {
  content: "âœ“";
  background-color: #46e87e;
  transform: scale(1);
}
:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.imgcen img {
	margin: 0 auto;
	display:block;
}
.login-label {
	background:green;
}
:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --color: #c7232f;
  --color2: #161d27;
  --color2-dark: #0f131a;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.w-borders {
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border:1px solid #eaeaea;
}
.row-odd {
  background-color: #f7f6fd !important;
}
.row-even {
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
}
main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background: none;
  box-shadow: 0px;
  padding-left:25px;
  padding-right:25px;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  margin: 0 auto;
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.navbar .navbar__left {
  flex: 0 0 auto;
}
.navbar .navbar__center {
  display: flex;
}
.navbar .navbar__center {
  flex: 0 0 100%;
  order: 3;
  align-items: center;
}
.navbar .navbar__right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.navbar .navbar__right {
  flex: 0 0 auto;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  order: 1;
}
.brand svg {
  width: 60px;
  height: 60px;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 85%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
  transform: translate(-100%);
  transition: all 0.4s ease-in-out;
  padding-top:40px;
}
.menu.is-active {
  transform: translate(0%);
  padding-top:40px;
  padding-left:35px;
  padding-right:35px;
}
.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.menu .menu__header {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 4rem;
  z-index: 110;
  visibility: hidden;
  background: transparent;
}
.menu .menu__header.is-active {
  visibility: visible;
  background-color: #fff;
}
.menu .menu__header.is-active > .menu__arrow {
  display: flex;
}
.menu .menu__header .menu__arrow {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 3rem;
}
.menu .menu__header .menu__arrow:hover i {
  color: var(--color);
}
.menu .menu__header .menu__arrow > i {
  font-size: 1.5rem;
  color: #000;
  transition: all 0.25s ease;
}
.menu .menu__inner li {
	padding:7px;
}
.menu .menu__header .menu__title {
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease;
}
.menu .menu__header .menu__title:hover {
  color: var(--color);
}
.menu .menu__inner {
  height: 100%;
  margin-top: -3rem;
  overflow-y: auto;
  overflow-x: hidden;
  font-size:16px;
}
.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 20px 15px 0;
}
.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  border-radius: 0.25rem;
  border-top: 2px solid var(--color);
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
}
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0 15px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
  .submenu {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .submenu.megamenu__normal {
    left: 65%;
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .submenu.megamenu__text, .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .login-lg {
	max-width:200px;
}
.inner-details-wrap {
    border-radius: 8px;
    text-align: center;
    padding: 15px 15px 15px 15px;
    font-size:18px;
    background:#f4f6f9;
}
.inner-details-words {
	font-size:14px;
}
.claim-deets-icon {
	font-size:28px;
	color:rgba(3, 185, 227, 0.5);
}
.inner-vehicle-deets {
    padding: 15px 15px 15px 15px;
    font-size:18px;
    text-align:center;
    border:3px solid rgba(197, 241, 226, 0.4);
}
.bi-person-fill {
	color:#18a38a;
}
.bi-buildings-fill {
	color:#ff575f;
}
.bi-envelope-fill {
	color:#7877f9;
}
.bi-arrow-right-circle-fill {
	color:#58c2e9;
}
.marg-top {
	margin-top:25px;
}
.divpad {
	padding:25px 25px 25px 25px;
}
.row-conta {
	margin-left:25px;
	margin-right:25px;
}
.row-conta-2 {
	margin-left:25px;
	margin-right:10px;
}
.form-cust {
	margin-left:15px;
	margin-right:15px;
}
.cust-grey-bck {
	margin-top:30px;
	padding-bottom:25px;
}
.margin-top-n {
	margin-top:0px;
}
.rowContaineralt {
	padding-top:2px;
}
.btn-primary-orange-view {
	background:#85cdb5;
	color:#fff;
	padding:5px 10px 5px 10px;
	border-radius:4px;
	font-size:15px;
	width:100px;
	display:block;
	text-align:center;
}
.btn-primary-orange-view:hover {
	color:#fff;
	background:#70b39d;
}
.btn-primary-orange-view-sm:hover {
	background:#70b39d;
	color:#fff;
}
.upload-btn {
	background-color:#4CAF50 !important;
	border:0px;
}
.upload-btn:disabled {
	background-color:#4CAF50 !important;
	border:0px;
}
.view-toggle button.active {
	background:#daedf7 !important;
	color:#000 !important;
	border:0px;
}
.w-borders {
	border:0px;
}
.alert-success {
	margin-top:20px;
}
.temphide {
	display:none;
}
.contactbox {
	padding-top:30px;
}
.min-h {
	min-height:432px;
}
@media (min-width: 975px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    max-width: 992px;
  }
}
.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.datepicker-days {
	padding:12px;
}
.exp-claim-head {
	background:#d8e0f2;
	padding:15px;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin-bottom:25px;
	margin-bottom: 10px; /* space between header and centered content */
  	font-weight: bold;
  	font-size: 1.2rem;
}
.centered-content {
	flex: 1; /* fills remaining vertical space */
  	display: flex;
  	flex-direction: column;
  	justify-content: center; /* vertical centering */
  	align-items: center;     /* horizontal centering */
  	padding: 25px 25px 25px 25px;
    border-radius: 32px;
}
.exp-claim-head h2 {
	margin-top:0px;
	font-size:24px;
}
.exp-claim-head p {
	margin-bottom:0px;
}
.white-bck-ex {
	background:#fff;
}
@media (max-width: 766px)   .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
.submenu .submenu__inner {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}
.submenu .submenu__inner .submenu__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
  .submenu .submenu__list {
    margin-bottom: 20px;
  }
.submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu .submenu__list li a {
  display: inline-block;
  padding: 10px 0;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
}
.submenu .submenu__list li a:hover {
  color: var(--color);
}
  .submenu .submenu__list li a {
    display: block;
  }
.switch {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
}
.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}
.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}
.burger {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
  .burger {
    opacity: 1;
    visibility: visible;
    z-index:9999;
  }
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 16px;
}
.logo-psh-d {
  	margin-bottom:40px;
  }
.header.opaque {
	background:#fff;
	transition:background-color 0.5s ease 0s;
	border-bottom:1px solid #eaeaea;
}
.vert-al {
	display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb {
	margin-bottom:0px;
}
.summaries-heading {
	font-weight:700;
}
#expenses-section {
	display:none;
}
.mobonlyalt {
	display:none;
}
.mobonlyagain {
	display:none;
}
.summs-psh {
	margin-bottom:10px;
}
.forgot-pss {
	margin-top:20px;
}
.marg-reset {
	margin-left:-15px;
	margin-right:-15px;
}
.extra-claim-classes {
	padding-bottom:20px;
	padding-top:20px;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea
}
.heading-align {
  display: inline-block;
  text-align: left;
  width: 120px; /* Adjust until it visually aligns */
}

/* Side menu: always above overlay when open */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  max-width: 85%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .4s ease-in-out;
  padding-top: 40px;
  overflow: hidden;
  z-index: 1001;               /* > overlay */
}
.menu.is-active { transform: translateX(0); }

/* Header can keep a modest z-index (not above overlay/menu) */
.header { z-index: 100; }

.overlay {
  position: fixed;
  inset: 0;                     /* top/right/bottom/left: 0 */
  background: rgba(0,0,0,0.7);
  z-index: 1000;                /* overlay below the menu */
  opacity: 0;                   /* hidden by default */
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease-in-out;
  cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
}

.overlay.is-active {
  opacity: 1;                   /* fade in */
  visibility: visible;
  pointer-events: auto;         /* clickable */
}

/* ensure menu is above overlay */
.menu { position: fixed; z-index: 1001; }
.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.theme-toggle input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.theme-toggle .track {
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: #e6e6e6;
  transition: background .25s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.theme-toggle .thumb {
  position: absolute;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(0);
  transition: transform .25s ease, background .25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.theme-toggle input:checked ~ .track {
  background: #0ea5e9; /* tweak to your brand */
}

.theme-toggle input:checked ~ .thumb {
  transform: translateX(20px);
}

.theme-toggle .toggle-text {
  font: inherit;
  color: #525151;
  display: inline-flex;
  gap: .25rem;
  font-size: 14px;
}
.theme-toggle .on { display: none; }
.theme-toggle input:checked ~ .toggle-text .on { display: inline; }
.theme-toggle input:checked ~ .toggle-text .off { display: none; }

.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;                  /* whatever you like */
}
.dash-grid > * {             /* each cell/row item */
  background: #fff;
  border-radius: 8px;
  padding: 14px;
}
.decltx {
  margin-bottom:30px;
}
#status {
	height:30px;
	font-size:15px;
	width:300px;
}
#btnLogin {
	width:100%;
}
@media (max-width: 991px) {
  .responsive-row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Hide Week Ending on mobile */
  .week-ending {
    display: none;
  }

  /* Keep Date Submitted left */
  .date-submitted {
    order: 1;
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }

  /* Float Amount right on same row */
  .amount {
    order: 2;
    width: 50%;
    text-align: right;
    margin-bottom: 0px;
  }

  /* Buttons on second row, full 50% width */
  .button-col {
    order: 3;
    width: 50% !important;
    text-align: center !important;
    float: none !important;
    padding-bottom: 10px;
  }

  .button-col .btn {
    width: 100%;
    max-width: 160px;
    display: inline-block;
  }

  /* Optional: remove extra filler column */
  .filler {
    display: none;
  }
  .divpad {
  	padding:0px 0px 0px 0px;
  }
  .row-conta {
	margin-left:0px;
	margin-right:0px;
  }
  .row-conta-2 {
	margin-left:0px;
	margin-right:0px;
  }
  .responsive-row {
	min-height:115px;
  }
  .deskol {
  	display:none;
  }
  .cen-img {
  	width:150px;
  }
  .btn-primary-orange-submit-admin {
	width:100%;
	float:none;
  }
  .btn-primary-green-submit-admin {
	width:100% !important;
  }
  .contactbox {
    line-height:22px;
  }
  .min-h {
    min-height:0px;
  }
  .column-one, .column-two, .column-three {
	min-height:100%;
  }
  .vertcent {
  	display:block;
  }
  .marg-right-sm {
  	margin-left:0px;
  	margin-right:0px;
  }
}
@media (max-width: 991px) {
  .button-col .cont-link-view, .button-col .cont-link-blue, .button-col .cont-link-oran {
    width: 100% !important;
    max-width: none !important;
    display: inline-block !important;
    text-align: center;
    margin-top:20px;
  }
}
.butr {
	text-align:right;
}
.moon-ic {
	color:#7988a2;
	font-size:25px;
}
.sun-ic {
	color:#ff8400;
	font-size:25px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
  .responsive-row {
    display: flex;
    flex-wrap: wrap;
  }

  .col-week,
  .col-empty {
    display: none;
  }

  .col-date,
  .col-total {
    width: 50%;
    order: 1;
    margin-bottom: 10px;
  }

  .col-date {
    float: left;
    text-align: left;
  }

  .col-total {
    float: right;
    text-align: right;
  }

  .col-btn1,
  .col-btn2 {
    width: 50%;
    order: 2;
    text-align: center;
    margin-bottom: 10px;
  }
  .butr {
	text-align:center;
  }
  .moon-ic {
	margin-top:2px;
  }
  .sun-ic {
	margin-top:2px;
  }
}
@media (max-width: 1540px) {
	.column-one p, .column-two p, .column-three p {
		font-size:14px;
	}
}

@media (max-width: 768px) {
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
  #sidebar {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .menu.is-active {
    padding-left:15px !important;
    padding-right:15px !important;
  }
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 400px) {
	.modal-dialog {
		width:90%;
	}
	.modal-dialog .btn-primary-orange-submit-small {
		width:100%;
	}
}
@media (max-width: 767px) {
	.container {
		width:100%;
	}
	.row3 {
		width:100% !important;
	}
}
@media (max-width: 768px) {
	.form-elem {
		width:100%;
	}
	.mobonly {
		display:block;
	}
	.deskonly {
		display:none;
	}
	.fa-user-custom {
		padding-top:0px;
		float:right;
	}
	#content {
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width: 991px) {
    .mob-cen {
		margin: 0 auto !important;
		display:block !important;
		text-align:center;
	}
	.column-one, .column-two, .column-three {
		margin-top:15px;
	}
	.cen-text {
		text-align:center;
	}
	h2 {
		margin-bottom:30px;
		font-size:24px;
	}
	.exp-claim-head h2 {
		margin-bottom:0px;
	}
	.btn-primary-dk-green {
		width:60%;
		margin:0 auto;
		display:block;
	}
	.btn-primary-orange {
		width:50%;
		margin:0 auto;
		display:block;
	}
	.mob-only {
		display:block;
	}
	.btn-primary-green-reload {
		margin-top:20px;
		width:100%;
		margin-left:0px;
		padding-top:9px;
		padding-bottom:9px;
		margin-top:9px;
		font-size:15px !important;
	}
	.btn-primary-orange-view {
		margin-top:20px;
		width:100%;
		margin-left:0px;
		padding-top:9px;
		padding-bottom:9px;
		margin-top:9px;
		font-size:15px !important;
	}
	.btn-primary-bblue-view {
		margin-top:20px;
		width:100%;
		margin-left:0px;
		padding-top:9px;
		padding-bottom:9px;
		margin-top:9px;
		font-size:15px !important;
	}
	.btn-primary-blue-dload {
		margin-top:20px;
		width:100%;
		margin-left:0px;
		padding-top:9px;
		padding-bottom:9px;
		margin-top:9px;
		font-size:15px !important;
	}
	.btn-primary-blue-view {
		margin-top:20px;
		width:100%;
		margin-left:0px;
		padding-top:9px;
		padding-bottom:9px;
		font-size:15px !important;
	}
	.centre-elem {
		width:100% !important;
	}
	.fl-right {
		float:none;
		text-align:center;
	}
	.fl-right-but {
		margin-top:20px;
		float:none;
	}
	.hiname {
		display:none;
	}
	#sidebarCollapse span {
        display: none;
    }
	.btn-info {
		margin-top:6px;
	}
	
  	.mob-marg-top {
    	margin-top:30px !important;
  	}
	.desk-only {
		display:none;
	}
	.mob-only {
		display:block;
	}
	.white-column, .expenses-column, .payslips-column, .contact-column, .admin-column {
    	margin-bottom:25px;
	}
	.alt-grey-head {
		display:none;
	}
	.btn-primary-green-submit-admin {
		margin-top:25px;
	}
	.margbotmob {
		margin-bottom:15px !important;
	}
	.nopadding {
		padding-left:15px !important;
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.align-rt {
		float:none;
	}
	.tablet-only {
		display:block;
	}
	.desktop-only {
		display:none;
	}
	.marg-top-bs {
		margin-top:20px;
		margin-bottom:0px;
	}
	.row3 {
		width:50%;
	}
	.logosvg {
		width:85px;
	}
	.header {
  		padding-left:5px;
  		padding-right:5px;
	}
	#sidebar {
    	padding-left:35px;
    	padding-right:35px;
  	}
  	.menu {
  		width:300px;
  	}
  	.summaries-heading {
  		text-align:center;
  	}
  	.mobh {
  		display:none;
  	}
  	.cont-link-alt {
  		width:100%;
  	}
  	.deskonlyagain {
  		display:none;
  	}
  	.mobonlyagain {
  		display:block;
  	}
  	.deskonly {
		display:none;
	}
}
@media (max-width: 1550px) {
	.table-hds {
		font-size:13px;
	}
}
@media (max-width: 1463px) {
	.hide-mob {
  		display:none;
  	}
  	.mobonlyalt {
		display:block;
	}
	.deskonlyalt {
		display:none;
	}
	.cont-link-setwidth{
		width:100%;
	}
}
@media (max-width: 1155px) {
	.btn-primary-green-reload {
		font-size:11px;
	}
	.btn-primary-blue-view {
    	font-size:11px;
	}
	.btn-primary-blue-dload {
		font-size:11px;
	}
}
@media (max-width: 1199px) {
    h3 {
		font-size:20px;
	}
	.input-group {
		margin-bottom:25px;
	}
	.centre-elem {
		width:80%;
	}
	.travel {
		margin-top:-24px;
	}
	.col-md-3, .text-cen a {
		font-size:14px;
	}
	.inner-details-wrap {
		font-size:15px;
		margin-bottom:15px;
	}
	.inner-vehicle-deets {
		font-size:15px;
		margin-bottom:15px;
	}
}
@media (max-width: 1230px) {
    .btn-primary-dk-green {
		font-size:14px;
	}
}
@media (max-width: 1510px) {
    .white-back h4 {
		font-size:18px;
	}
}
@media print {
   .col-md-1, .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-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }
   .green {
    	color: #1f913c !important;
	}
	.dark-head {
		border:2px solid #000;
	}
	.btn-primary-orange-submit-small {
		display:none;
	}
}
/* 1) Neutralize the empty center slot so it doesn't steal space */
.navbar .navbar__center {
  display: none;      /* or: flex: 0 0 auto; width: auto; */
}

/* 2) Absolutely center the toggle within the navbar */
.header .navbar { position: relative; }  /* create positioning context */

.navbar > .theme-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: 0;          /* avoid any stray margins shifting it */
}
