a {
	color: #5aa600;
}
a:hover{
	color: #6ab500;
	text-decoration: underline;
}
.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}



.sidebar-dark-primary {
    background-color: #343a40;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
    color:#fff;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link:hover {
    color:#616569;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link .active{
    background-color:#fff;
}

.sidebar-dark-primary .nav-treeview > .nav-item > .nav-dropdown-toggle {
    color:#fff;
}
.sidebar-dark-primary .nav-treeview > .nav-item:hover  > .nav-dropdown-toggle{
    color:#616569;
}
.sidebar-dark-primary li.nav-item a.nav-link {
    color:#fff;
}

li.nav-item a.nav-link {
    color:#343a40;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color:#343a40;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 15rem;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff;
    background-color: #91c73e;
}


body {
    font-family: 'futurabook';
    font-size: 15px;
}

.content-wrapper {
    background: #eee;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'futuramedium';
}
h1.dash-title {
    color: #004e49;
}
html body.sidebar-mini.layout-fixed div.wrapper aside.main-sidebar.sidebar-dark-primary.elevation-4 div.sidebar nav.mt-2 ul.nav.nav-pills.nav-sidebar.flex-column li.nav-item.has-treeview.menu-open {
    color:#b10e80;
}




.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.padding-dash-btn {
    padding: 0.813rem 2.75rem;
}
.btn-primary {
    color: #fff;
    background-color: #91c73e;
    border-color: #91c73e;
}
.btn-primary:hover {
    color: #ffc;
    background-color: #70ab15;
    border-color: #70ab15;
}
.btn-primary:active {
    color: #ffc;
    background-color: #70ab20;
    border-color: #70ab20;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    color: #ffc;
    background-color: #70ab20;
    border-color: #70ab20;
}
.btn {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'futuramedium';
    padding: 0.813rem 2.75rem;
    border-radius: 5px;
    box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

ul {
    list-style: none;
}
.dash-title {
    font-size: 25px;
    color:  #2c2c2c;
    font-weight: 500;
}

.card-header {
    background-color: #e0e0e0;
    border-radius: 0;
}


.breadcrumb {
    list-style: none;
    background-color: #eee;
    border-radius: 25px;
    position: relative;
    top: -4px;
    border: 1px solid #f9f9f9;
    font-size: 12px;
    padding: 4px 15px 4px 10px;
    margin-bottom: 0;
    float: left;
    margin-top: 11px;
    line-height: 24px;
}
.breadcrumb > .active, .breadcrumb > li {
    font-weight: 400;
}
.breadcrumb > .active {
    color: #58595f;
    line-height: 24px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    font-family:'Font Awesome 5 Free';
    content:"\f054";
    position:relative;
    top:0px;
    color: #b1b2b8;
    margin:3px
}
.voyager .breadcrumb a {

    color: #91c73e;

}
.breadcrumb a {
    color: #91c73e;
    font-weight: 400;

}
.breadcrumb > .active, .breadcrumb > li {

    font-weight: 400;

}
.breadcrumb li {
    color: #91c73e;
    cursor: pointer;
    font-weight: 700;
}
.breadcrumb > li {
    display: inline-block;
}


.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: solid 0px #91c73e;
    color: #ffffff;
    background-color: #91c73e;
    margin: 2px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.btn-danger {
    background-color: #c70922;
}
.bgred{
    background-color: #c70922;
}
.btn-circle i {
    color: #fff;
}

.btn-circle:hover {
    border: solid 0px #70ab15;
    background-color: #70ab15;
}
.btn-circle .btn-danger:hover {
    cursor: pointer;
}
.bggreen{
    background-color: #70ab15;
}
.btn-circle-trash {
	background-color: #c70922;
}
.btn-circle-trash:hover {
        background-color: #ff0000;
        cursor: pointer;
}

.btn-circle-info {
    background-color: #17a2b8;
}
.btn-circle-info:hover {
    background-color: #138495;
}
.btn-circle-jade {
    background-color: #004e49;
}
.btn-circle-jade:hover {
    background-color: #006760;
}
.bgjade{
    background-color: #004e49;
}

.btn-circle-purple {
    background-color: #7E17BA;
}
.btn-circle-purple:hover {
    background-color: #621290;
}
.bgpurple {
    background-color: #7E17BA;
}

.btn-circle-blue {
    background-color: #172aba;
}
.btn-circle-blue:hover {
    background-color: #13239a;
}
.bgblue {
    background-color: #172aba;
}

.btn-circle-orange {
    background-color: #E5432A;
}
.btn-circle-orange:hover {
    background-color: #b93622;
}
.bgorange {
    background-color: #b93622;
}

.btn-circle-grey {
    background-color: #495057;
}
.btn-circle-grey:hover {
    background-color: #2d3236;
}
.bggrey{
    background-color: #495057;
}

.btn-success {
    background-color: #8ac136;
    border-color: #8ac136;
}

.btn-success:hover {
    background-color: #70ab15;
    border-color: #70ab15;
}
.btn-danger {
    background-color: #c70922;
}
.btn-danger:hover {
    background-color: #ac091e;
    cursor: pointer;
}
.btn-circle-trash {
    background-color: #c70922;
}
.btn-circle-trash:hover {
    background-color: #ac091e;
}
.btn-info {
    background-color: #00c0ef;
    border-color: #00c0ef;
}
.btn-info:hover {
    background-color: #02add8;
}
.btn-warning {
    background-color: #f39c12;
}
.btn-warning:hover {
    background-color: #d68a0f;
    color:#fff;
}

table thead tr {
    background-color: #ededed ;
}
.card-header {
    background-color: #e0e0e0;
}
.card-primary.card-outline {
    border-top: 3px solid #70ab15;
}
.help-block {
    color:#bbb;
    font-size: 13px;
}

section.content {
    margin-left: 1em;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #70ab15;
    outline: 0;
    box-shadow: inset 0 0 0 transparent,0 0 0 .2rem  rgba(112,171,21,.25);
}

.text-gray-300 {
    color: rgba(73,80,87,.25);
}
.bg-primary, .label-primary {
    background-color: #70ab15 !important;
}

.dataTables_wrapper .dataTables_inf {
        color:#939393;
}

.card-primary:not(.card-outline) .card-header {
    background-color: #cecece;
    border-bottom: 0;
}
.table-striped tbody tr:nth-of-type(2n+1){
	background-color: rgba(0,0,0,.03);
}

.card-primary:not(.card-outline) .card-header, .card-primary:not(.card-outline) .card-header a {
    color: #000;
}

.checklist-section-cell {

}
.checklist-section-heading {
    color: #004e49;
}


.yes {
    color: #70ab15;
}
.no{
    color: #ff0000;
}
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}


.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #80ca06;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.page-item.active .page-link {
    background-color: #80ca06;
    border-color: #80ca06;
}
.page-link {
    color: #80ca06;
}
.page-link:hover {
    color: #004e49;
}

.history-data {
    padding: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.bg-gray-theme {
    border-radius: 5px;
    background-color: #f4f4f4;
}


.magnify-modal {
    background-color: rgba(255, 255, 255, 0.95);
}
.magnify-button {
    color: #004e49;
}
.magnify-button:hover {
    color: #8f8f8f;
}
.magnify-header {
    color: #004e49;
}

.fade-in {
animation: fadeIn ease 0.5s;
-webkit-animation: fadeIn ease 20s;
-moz-animation: fadeIn ease 20s;
-o-animation: fadeIn ease 20s;
-ms-animation: fadeIn ease 20s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


.magnify-modal {
    background-color: rgba(255, 255, 255, 0.95);
}
.magnify-button {
    color: #e30089;
}
.magnify-button:hover {
    color: #e30029;
}
.magnify-header {
    color: #0c2538;
}


.paging-info {
    color:#42474b;
    font-size: smaller;
}

.strike {
    text-decoration: line-through;
    color:grey;
}

tr.tools-row {
    line-height: 36px; 
}

tr.tools-row td div.tools {
    display: none;
}

tr.tools-row:hover td div.tools  {
    display: inline-block;
}
a.black {
    color:#000;
}
a.black:hover {
    color:rgb(31, 32, 32);
    text-decoration: underline;
}

.jqCron-selector-list.cols4 li {
    width: 30%;
}

.jqCron-selector-list.cols5 li {
    width: 30%;
}