* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-primary-dark-op.padded {
    padding: 10px;
}

.padded-right {
    padding-right: 10px;
}

.padded-left {
    padding-left: 10px;
}

.input-group {
  margin: 2px 0px !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label {
  margin-top: .5rem;
  font-weight: 500;
}

.fixed {
	table-layout:fixed;
}

.img__info-xsmall {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}

.img__info-xsmall.inline {
    width: 20px;
    height: 20px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.floatright {
	float: right;
}

.btn-xsm {
	width: 20px;
	height: 20px;
	padding: 1px 4px;
	font-size: 10px;
}

.btn-alert {
    color: #fff;
    background-color: #ff8a4d;
    border-color: #ff8a4d;
}

.disabled {
    pointer-events: none;      /* Prevent clicks */
    opacity: 0.6;              /* Make it look faded */
    filter: grayscale(50%);    /* Optional: subtle gray tone */
}

.hidden {
	display: none;
}

.invisible {
    width: 0px;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

button a {
	color: inherit;
}

.btn-print {
	margin-left: 100px !important;
	background-color: lightseagreen;
}

.text-success {
	color: #46c37b;
}

.text-danger {
	color: #ca4f3e !important;
}

.text-danger-darker {
    color: #d74936;
}

.text-primary {
	color: #3e69c9;
}

.text-primary-light {
	color: #98aee2;
}

.text-info {
	color: #4ea9e6;
}

.text-warning {
	color: #f0a73c;
}
.text-alert {
	color: #ff8a4d;
}

.text-graylight {
	color: #888888;
}

.text-purple {
    color: #990099;
}

.btn-orange {
	background-color: #ff8300a6;
	color: #ffffff;
}

.btn-purple {
	background-color: #3800ff82;
	color: #ffffff;
}

.btn-petrol {
	color: #ffffff;
	background-color: #037ba0;
}

.btn-pink {
	background-color: #ff00788a;
	color: #ffffff;
}

.btn-olive {
	background-color: #b59a4a;
	color: #ffffff;
}
.btn-outline-orange {
	border-color: #ff8300a6;
	color: #ff8300a6;
}

.btn-outline-purple {
	border-color: #3800ff82;
	color: #3800ff82;
}

.btn-outline-petrol {
    border-color: #037ba0;
    color: #037ba0;
}

.btn-outline-pink {
	border-color: #ff00788a;
	color: #ff00788a;
}

.btn-outline-olive {
	border-color: #b59a4a;
	color: #b59a4a;
}

.btn-outline-orange:hover {
	background-color: #ff8300a6;
	color: #ffffff;
}

.btn-outline-purple:hover {
	background-color: #3800ff82;
	color: #ffffff;
}

.btn-outline-petrol:hover {
	background-color: #037ba0;
	color: #ffffff;
}

.btn-outline-pink:hover {
	background-color: #ff00788a;
	color: #ffffff;
}

.btn-outline-olive:hover {
	background-color: #b59a4a;
	color: #ffffff;
}


.text-graylight {
	color: #888888;
}

.text-bold {
	font-weight: 900;
}
.text-weight-normal{
	font-weight: 400;
}

.text-center {
	text-align: center;
}

.text-20 {
	font-size: 18px;
}

.text-current-user {
	font-size: 16px;
	margin-left: 10px;
	top: 16px;
	position: absolute;
	white-space: nowrap;
}

.bounce .text-current-user {
	font-size: 16px;
	margin-left: 10px;
	top: -3px;
	position: absolute;
	white-space: nowrap;
}

.pointer, .hand, .hover {
	cursor: pointer;
}

.ajax-input {
	width:inherit;
}

.shadow-green {
    box-shadow: 0 0 0 0.3rem rgba(115, 191, 69,.9);
}

.input-list ul {
    position:relative;
    list-style:none;
    margin-top:30px;
    padding-left:10px;
    padding-bottom:5px;
    background: #fff;
    z-index:999;
    width: 145px;
}

.ajax-list ul{
	margin-top: -1px;
    margin-left: -10px;
    text-align:left;
    width: inherit;
    list-style:none;
    padding-left:10px;
    padding-bottom:5px;
    background: #fff;
    z-index:999;
}

.ajax-list ul li{
    padding: 5px;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.ajax-list ul li:hover{
    background: #eee;
}

.nav-tabs-block {
    background-color: #E7E7E7;
}

.color-primary {
	color: #5c80d1;
}

.bg-mint, .nav-tabs-block .nav-link.active {
	background: #f0fafa;
}

.btn-lightgrey {
	color: #212529;
	background-color: #fff;
	border-color: #e0e0e0;
}

.wizard .nav-tabs-alt {
    background-color: #f9f9f9;
    border-bottom: none;
    pointer-events: none;
}

.wizard .nav-item .nav-link {
   	font-size: 0.8rem;
}

.wizard .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #575757;
	background-color:#fff;
    border-color: transparent;
    pointer-events: none;
}

.wizard .nav-tabs-alt .nav-link.active, .nav-tabs-alt .nav-item.show .nav-link {
    box-shadow: none;
    pointer-events: none;
}

.logotext {
   -webkit-text-stroke: 1px #666666;
   color: white;
   text-shadow:
       3px 3px 0 #666666,
     -1px -1px 0 #666666,
      1px -1px 0 #666666,
      -1px 1px 0 #666666,
       1px 1px 0 #666666;
}

.threedeeframe {
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#ab0000));
	background: linear-gradient(
		top,
		#ffffff 0%,
		#ab0000);
	border-radius: 0px;
	box-shadow:
		0px 1px 12px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(158,158,158,0.4);
}
.smlgreentext {
	color: #5FAE00;
}
.smlgreenbg {
	background-color: #5FAE00;
}
.img-shadow {
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='12' dy='12' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.5)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
.img-medium {
	width: 50%;
	hight: 50%;
}
.margintop50 {
	margin-top: 50px
}
.margintop20 {
	margin-top: 20px
}
.margin-right {
    margin-right: 10px;
}
#contactus .form {
	margin-top: 20px;
	padding-bottom: 20px;
}
.btn-group.bordered-white .btn{
    border: 1px solid #fff;
    margin-right: 0px;
}
.btn-group-sm > .btn, .btn-sm {
	margin: 2px;
}
.img-fluid.medium{
    max-width: 65%;
}
.empty-element, .dataTables_wrapper .dt-buttons {
	min-height: 32px;
}
.row.columns5 .col-md-3,
.row.columns5 .col-xl-3  {
    flex: 0 0 20%;
	max-width: 20;
}
.moreinfo {
	color: #5c80d1;
	text-transform: lowercase;
}
.bordered {
	background: #f9f9f9;
}
.blockheaderdarker {
	background: #e1e1e1;
}
.form-group.spaced {
	margin-bottom: 1.9rem;
}
.block-subcontent {
	padding: 10px 20px 10px 20px;
	margin: 20px 0px 20px 0px;
}

.checkvalues.invalid-feedback {
	display: block;
}

.form-control.exists,
.form-control.nomatch
{
    border-color:
    #d26a5c;
}
.documenttotals {
	font-size: 100%;
}
.servicesslidercontainer {
    min-height: 55px;
    margin-bottom: 50px;
}
.servicesslidercontainer .slider-tick-label {
	font-size: 70%;
}
.row.striped_med .col-md-6{
  padding: 20px;
}
.row.striped_lg .col-md-6{
  padding: 40px 60px 40px 60px;
}

.row.striped_med_always,
.row.striped_lg_always{
  background-color: #efefef;
  padding: 10px 50px;
}
.row.striped_med:nth-of-type(odd),
.row.striped_lg:nth-of-type(odd){
  background-color: #efefef;
  padding: 10px 50px;
}

.row.striped_med:nth-of-type(even),
.row.striped_lg:nth-of-type(even){
  background-color: #efefef;
  padding: 10px 50px;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

/*
	Silder customisation
*/
.irs-min, .irs-max {
	display: none;
}
.irs--round .irs-grid-text {
    color: #777;
    font-size: 12px;
}
.irs-grid {
    bottom: -10px;
}

.irs-from, .irs-to, .irs-single {
    top: -12px;
}
.fas.fa-angle-double-down {
	padding: 4px 4px;
}
.pad-left {
	margin-left:50px;
	margin-right: 5px;
}
.danger-hover:hover {
	color: #ca4f3e;
}
.bg-faded {
	border: 1px #ddd solid;
	background: #e8e8e8;
}
.bg-info-lighter {
    background-color: #d8edfd!important;
    font-weight: 600;
}

.form-control-small {
	width: 20%
}

.form-control.small {
	padding: 1px;
	width: 50px;
	margin: 0px;
	line-height: 0px;
	height: 25px;
	font-size: 12px;
}

.form-control.med {
	padding: 1px;
	width: 80px;
	margin: 0px;
	line-height: 0px;
	height: 25px;
	font-size: 12px;
}

.form-control-medium {
	width: 30%
}

#sliderTotalContainer {
	pointer-events: none;
}
#sliderTotal, #sliderPhysical, #sliderTravel, #sliderManage, #sliderSupervision {
	margin-left: 10px;
}
.panel-container {
	background-color: #f9f9f9;
	border: 10px solid #fff;
}
.panel-container .panel-body{
	padding: 10px;
}
.no-margin {
	margin: 0px;
}
.no-padding {
	padding: 0px;
}
table thead.headers-small tr th{
	font-size: 10px;
}
.bg-warning-light {
	font-weight: 600;
}
.border-warning-light {
    border-color: #fdf3e5 !important;
}
select[multiple] {
    width: auto;
}
.fa-1-5x {
	font-size: 1.3em;
}
.modal .video {
	width: 150%;
}
.media-body span {
	vertical-align: super;
}
.brandlogo {
 	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70%;
}
.smllogo {
  	width: 15%;
}
.brand-header {
	position: fixed;
	background-color: #ffffff !important;
	z-index: 100;
}
.content-header {
	border-left: #eee solid 1px;
}
.sidecontainer {
	margin-top: 45px;
}
.sidebar-themes-dropdown {
	padding-top: 0px;
}

.sidebar-mini .content-header {
	padding: 3px !important;
}
.sidebar-mini .smini-hide {
	opcity: 100px;
}
.sidebar-mini .smini-hide .brandlogo {
	width: 25%;
	margin-left: 0px;
}
.sidebar-mini .simplebar-content:hover .smini-hide .brandlogo {
	width: 60%;
	margin-left: auto;
}

#page-footer .content {
	background: #fff;
}
#page-footer .smllogo {
	width: 30%;
	margin-top: -20px;
	margin-bottom: -20px;
}

.img-fluid.small {
	width: 30%;
}
.budget-header {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	height: 0px;
}
.icon-container {
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.margin-right20 {
	margin-right: 20px;
}
table.dataTable tr.group td {
    background-color: #d8edfd !important;;
}
.ribbon-box {
    padding: 0 .3rem;
}
.circle {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: .5rem;
	line-height: 1.7rem;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.38);
    background-color: rgba(0, 0, 0, 0.38);
	border-radius: 50%;
	background-color: #4285f4 !important;
	font-weight: 700;
}
.block-content.shortcuts {
    padding: 1.25rem 0.9rem 1px;
    min-height: 123.3px;
}
.popover {
	background: #eee;
	border: 1px solid #eee;
	max-width: 50%;
}
.popover p {
	margin: 10px;
	line-height: 15px;
}
.form-control.inline {
	display: inline-block;
	width: auto;
}
.wizard2 .block-content.tab-content {
	padding: 15px 0px;
}
.faq-table tr.odd:hover {
	background: #f9f9f9;
}
.btn-default {
	border: 1px solid #ddd;
	background: #eee;
}
.sidebar-dark #sidebar .nav-main-heading {
    color: #98aee2;
}
.dataTable tr td {
	font-size: 14px;
}
.otp {
    width: 10%;
    border: 1px solid #919EAB;
    color: #000000;
    line-height: 45px;
    font-size: 15px;
    height: 45px;
    padding: 0 6px;
    text-align: center;
    margin-right: 15px;
    border-color: #f5f5f5;
	background-color: #f5f5f5;
}
.compact {
	height: 30px;
}
.table thead th {
    font-weight: 600;
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: bold;
}
.btn-medium {
	min-width: 300px;
}
.pageproducts .dataTables_wrapper div:nth-child(1) div:nth-child(1) div:nth-child(1),
.pageassets .dataTables_wrapper div:nth-child(1) div:nth-child(1) div:nth-child(1),
.pageproducts .dataTables_filter, .pageassets .dataTables_filter {
  display: none;
}
.labelinline label {
    margin-top: 6px;
}
.graphinput input{
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.addButton {
     position: absolute;
     margin-left: 10px;
 }
 .pageproducts .block.block-rounded.block-link-pop {
 	min-height: 118px;
 }
.breadcrumb .breadcrumb-item a {
    top: -2px;
    padding-left: 5px;
}
thead.large {
    height: 60px;
}
thead.large td{
    font-size: 16px;
    color: #ffffff;
    border:none;
}


 /* FOR MOBILE */
/* Small devices (tablets, 768px and up) */
 @media only screen and (max-width: 400px) {
    .card-body, .block-content, .card-body .col-md-12, .block-content .row  {
        padding: 0px;
    }

    .block-content .row  {
        margin: 0px !important;
    }

    .ribbon-left.ribbon-bookmark .ribbon-box {
        padding-left: 0.625rem !important;
        border-radius: 0 !important;
        margin-left: -10px;
    }

    #dateofsignature, #signaturesms {
        margin-top: 10px !important;
    }
}

.block-bordered{
    border: 5px solid #f9f9f9;
}

.Income-table-totals tr td{
    background-color: #d0ebdc !important;
}
.Need-table-totals tr td{
    background-color: #f5c7d1 !important;
}
.Want-table-totals tr td{
    background-color: #fbdece !important;
}
.Saving-table-totals tr td{
    background-color: #d0e9ee !important;
}
.deficit-danger {
    border:3px solid #d61f47;
    background-color: #fff !important;
}
.deficit-success {
    border:3px solid #139a52;
    background-color: #fff !important;
}
.arrow-right::before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
  padding-right: 10px;
}
.arrow-down::before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▼";
  padding-right: 10px;
}
.footer1::before  {
  content: none;
}
.thirdparty-table.dataTable:has(td) {
  padding: 0px !important;
}
.childrenheader {
    border: 2px !important;
    padding: 5px !important;
    background: #98aee2;
    color: #fff;
}
.childrenfooter td {
    padding: 5px !important;
    background: #98aee2;
    color: #fff;
}
td.children {
    padding: 0px !important;
    border: 2px solid #98aee2 !important;
    margin: 0px  !important;
}
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 500px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.btn-outline-primary.nohover:hover, .btn-outline-secondary.nohover:hover {
    background-color: transparent;
    color: inherit;
}
.servicespage footer{
    margin-top: 0px !important;
}

.border-graylight {
    border: solid 10px #eeeeee;
    padding: 10px;
}

.border-bluelight {
    border: solid 10px #DCE9F7;
    padding: 10px;
}

.background-bluelight {
    background-color: #EDF4FA;
}
