body {
    margin: 0;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.92rem !important;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #3c4b64;
    background-color: #ebedef;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
 }
.circle-initials
{
  background: #EEEEEE;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.c-1 {
  background-color: #669AE1;
  font-size: 20px;
}
.color-icon
{
	cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  width: 53px;
    height: 53px;
    padding: 5px;
}

.gantt-sd
{
	font-weight: 600;
	text-decoration: none;
}

.gantt-sd-c
{
	background-color: #d9d9d9;
}

.gantt-sd-s
{
	color: #141414;
	font-weight: 600;
	text-decoration: none;
}

.gantt-sd-s:hover
{
	font-weight: 700;
	color: #141414;
	text-decoration: none;
}


.gantt-sd:hover
{
	font-weight: 700;
	text-decoration: none;
}


.color-selected
{
	border: 2px solid #000;
}
#table_members_filter
{
	display: none !important;
}
#table_fleet_filter
{
	display: none !important;
}



#table_roles_filter
{
	display: none !important;
}

#table_suppliers_filter
{
	display: none !important;
}

#table_documents_filter
{
	display: none !important;
}

#table_customers_filter
{
	display: none !important;
}

#table_jobs_filter
{
	display: none !important;
}

#table_suppliers_paginate
{
	float: right !important;
}

#table_members_paginate
{
	float: right !important;
}

#table_documents_paginate
{
	float: right !important;
}

#table_jobs_paginate
{
	float: right !important;
}

#table_roles_paginate
{
	float: right !important;
}

.igt
{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	border-left: none;
}

.saved-ui-s
{
	border: 2px solid green !important;
}

.saved-ui-s:after {
    content: "Saved";
    color: green;
    margin-left: 1em; /* space between the input element and the text */
    padding: .1em;
    background-color: #fff;
    font-size: .8em;
    border: .1em solid green;
 }

.pl-20
{
	padding-left: 20px !important;
	border-right: 0px solid #f0f2f5;
}

.pr-20
{
	padding-right: 20px !important;
}

.ntb
{
	border-top: none !important;
}
.card-header-intro
{
	    font-weight: 500;
    font-size: 1.2rem;

	 
}

.dash-finance-headline
{
	font-size: 2em;
	font-weight: 700;
}

.dash-finance-headline-2
{
	font-size: 1.7em;
	font-weight: 700;
}

.dash-finance-subheader
{
	color: #88898b;
    font-size: 1.1em;
    font-weight: 600;
}

.datepicker
{
	padding-left: 0.75rem !important;
}

.card-footer-default
{
	background-color: #f0f2f5 !important;
	padding-bottom: 0px !important;
	border-top: 0px solid #fff !important;
	border-bottom: 1px solid #d8dbe0 !important;
}

.card-footer-default-lower
{
	background-color: #f0f2f5 !important;
	border-top: 1px solid #d8dbe0 !important;
}

.folder-link
{
    text-decoration: none;
    background-color: transparent;
    color: #3c4b64 !important;
	 text-decoration: none !important;
}
.btn
{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.link-main
{
	font-weight: 600 !important;
	
}


.link-main:hover {
    text-decoration: none !important;
 }
 
 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3c4b64;
 }
 
 .nav-pills-header
 {
	 margin-bottom: 10px;
 }
 
 .nav-link-pill
 {
	 font-weight: 600 !important;
	 color: #3c4b64;
 }

/* Drag and drop */

.dropzone {
  border: 2px dashed #cfdbe2;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5%;
  background: #e4e7ea !important;
  display: none;
}

.dropzone-image {
  display: block;
  margin: 0 auto 5%;
  width: 100%;
  max-width: 190px;
  height: auto;
  opacity: 0.75;
}

.dropzone a.btn {
  padding: 9px 28px 8px;
}

.dropzone-thin {
  width: 100%;
}

.dropzone-thin .dropzone-image {
  min-width: 35px;
  width: 10%;
  max-width: 80px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.dropzone-thin .dz-message > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}

.dz-preview {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f4;
}

.dz-preview:nth-child(2) {
  margin-top: 30px;
}

.dz-preview:last-child {
  border-bottom: none;
}

.dz-image {
  display: inline-block;
}

.dz-image img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.dz-details {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

.dz-error-message {
  display: none;
}

.dz-success-mark, .dz-error-mark {
  display: none;
}

.dropzone:hover {
  background-color: #fbfdff;
  cursor: pointer;
}

.dropzone:hover .dropzone-image {
  opacity: 1;
}

.badge
{
    padding: 8px;
    color: #fff;
    font-weight: 500;
}
.badge:hover
{
	cursor: pointer;
 }
 
 
 .no-h-scroll::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
    
.no-h-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
 
 [contenteditable="true"]:active,
[contenteditable="true"]:focus{
  border:none;
  outline:none;
}

[contenteditable] {
    /* display: block; */
    /* position: relative; */
    /* right: -80%; */
    /* top: -2em; */
    /* color: red !important; */
    /* font-family: courier, monospace; */
    /* font-size: .75em; */
    line-height: 1.5;
    padding-top: 5px !important;
	padding-bottom: 5px !important;
    padding-left: 10px !important;
	padding-right: 10px !important;
    background: yellow !important;
     border:0px solid #999;
	 width: 80%;
	 float: left;
 }
 
 .save-type
{
	display: none;
}

.save-job-state
{
	display: none;
}
.save-job-category
{
	display: none;
}
.save-job-date
{
	display: none;
}
.save-job-note
{
	display: none;
}


.tox-tinymce
{
	display: none;
}

.controls-letter
{
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	    background: #f0f2f5;
    padding: 10px;
	 padding-top: 0px;
	 
    border-radius: 5px;
    border: 1px solid #d8dbe0;
}

.file-dropzone
{
	width: 100%;
	height: 60px;
	padding: 10px;
	border: 1px dashed #d8dbe0;
	background-color: #f0f2f5;
	border-radius: 5px;
	text-align: center;
cursor: pointer !important;
	
}

.file-dropzone-inner
{
	margin-top: 10px;
}

.document {
   
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dce2e9;
}

.document-body
{
	padding: 10px;
	text-align: center;
}

.document-footer
{
	background-color: #f0f2f5;
	padding: 10px;
}

.file-img
{
	max-width: 100px;
	max-height: 100px;
	height: 100px;
	width: 100px;
}

.dz-preview, .dz-processing, .dz-image-preview, .dz-success, .dz-complete
{
	display: none !important;
}

.delete-file-confirm
{
	display: none;
}

.fs-7-em
{
	font-size: 7em !important;
	color: #b8bbbf !important;
}

.card-comm
{
	border: 1px solid #d9dbdf !important;
	box-shadow: none !important;
	
}

.card-footer-comm
{
	
	border-bottom: none !important;
	    height: auto !important;
    padding-bottom: 10px !important;
	
}

#table_scope tbody td {
  vertical-align: middle;
}

#table_invoices thead th {
    vertical-align: bottom;
    border-bottom: 0px solid !important;
    border-bottom-color: #d8dbe0;
 }
 
 .table th, .table td {
    border-top-color: #d8dbe04f;
 }
 
 .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
 }
 
 .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 21, 0.05) !important;
 }
 
 .card-body-table
 {
	 padding: 0px !important;
 }
 
.table thead th 
{
    vertical-align: bottom;
    border-bottom: 2px solid;
    border-bottom-color: #d8dbe0;
  
 }

 .card-header-accordion
 {
	 background-color: #d9d9d9 !important;
 }
 
 .btn-link-accordion{
	 font-weight: 700 !important;
	 color: #3c4b64 !important;
 }
 
 .save-doc-type
 {
	 display: none;
 }

 
 
 .condensed-search-supplier
 {
	 height: 45px !important;
    overflow: hidden !important;
 }
 
 .section-break-h5
 {
	 
	 font-weight: 700;
 }
 
 .table-link
 {
	 color: #3c4b64;
	 font-weight: 600;
	 cursor: pointer;
 }
 .table-link:hover
 {
	 text-decoration: none !important;
	 font-weight: 700;
	 color: #3c4b64;
 }
 
 .mt-xl
 {
	 margin-top: 5em !important;
 }
 
 .break
 {
	  width: 100%;
    height: 1px;
    background-color: #ffffff;
    padding-top: 50px;
    border-bottom: 1px solid #d9d9d95e;
 }
 
 .card-dash-1
 {
	 border: none !important;
 }
 
 .btn-primary {
    color: #fff !important;
    background-color: #21961c;
    border-color: #21961c;
 }
 
  .btn-primary:hover {
	  background-color: #196f16;
    border-color: #196f16;
 }
 
 .show>.btn-primary.dropdown-toggle {
color: #fff !important;
background-color: #196f16;
border-color: #196f16;
}

 .btn-success {
    color: #fff !important;
    background-color: #21961c;
    border-color: #21961c;
}
 
 .btn-success:hover {
	  background-color: #196f16;
    border-color: #196f16;
 }
 
 .show>.btn-success.dropdown-toggle {
color: #fff !important;
background-color: #196f16;
border-color: #196f16;
}
 
 .gantt-color-preview
 {
	 color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
 }
 
 .table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
	 display: none;
 }
 
 .table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "↓";
	 display: none;
 }
 
 
.table-c thead th
{
	font-weight: 500;
    vertical-align: bottom;
     border-bottom: 0px solid !important;
    border-bottom-color: #d8dbe0;
    color: #88898b;
	 
 
 }
 
 .card-header-lg
 {
	 font-size: 1.3rem;
    font-weight: 600;
 }
 
 .table-c > thead
 {
	 background: #f0f2f5 !important;
 }
 
    .table-c tr:hover {
          background-color: #d5d5cd24;
    }


 [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background: #1e0354b8;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.inner-link
{
	color: #798394 !important;
}


.inner-link:hover {
    text-decoration: none;
    color: #798394 !important;
 }
 
 .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d4d7db;
    border-color: #d4d7db;
 }
 
.nav-link-pill:not(.active):hover {
    text-decoration: none !important;
    color: #3f4d66 !important;
    font-weight: 700 !important;
 }
 
 .nav-i
 {
	 width: 50px;
	 height: 50px;
 }
 
 .nav-i-m
 {
	 margin-top: -16px !important;
 }

 .c-h-d
 {
	background-color: #d6eaff;
    border-color: #d8dbe0;
    color: #1e0354;
 }
 
 .table-drill thead th {
	 
    min-width: 150px !important;
 }
 
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #0c0d0d;
    background-color: #fff;
    border-color: #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 400 !important;
    opacity: 0.7;
    font-size: 0.9em;
}

.c-header-cstm
{
	float: left !important;
    max-width: calc(100% - 200px);
    overflow: scroll;
}

.card
{
	border-radius: 5px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #d4d7db !important;
}

.dropdown-item.active, .dropdown-item:active 
{
text-decoration: none;
color: #fff;
background-color: #d4d7db !important;
}

.btn-warning {
    color: #000 !important;
    background-color: #f9b115;
    border-color: #f9b115;
}

.c-header.c-header-dark .c-subheader {
margin-top: -1px;
border-top: 1px solid #318885 !important;
}


 