body {
  padding-top: 5rem !important;
}

/* fixes a problem where opening a submenu changes all carets.  So we make it the same regardless of state */
.arrow_carrot-down:before {
	content: "\35" !important;
}    

.faded {
	color: #a6a6a6;
}

.length-label {
	font-weight: normal;
}

.length-select {
	width: 80px !important;
}

@media (min-width: 992px) {
  .modal-massive {
    max-width: 98% !important;
    width: 98% !important;
  }
}

/* Data tables */
.dt-left {
	text-align: left;	
}
.dt-center {
	text-align: center;	
}
.dt-right {
	text-align: right;	
}

.dataTables_scrollBody table tbody tr.selected {
	background-color: #99acbd;
	color: #ffffff;
}

.dataTables_scrollBody table tbody tr.selected:hover {
	background-color: #b0c0cf;
	color: #ffffff;
}

.table thead > tr > th {
	background-color: #bbdd09 !important;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected  {
	background-color: red !important;
	color: #ffffff !important;
	vertical-align: top;
}

.table-striped > tbody > tr.selected:nth-child(odd) > td,
.table-striped > tbody > tr.selected:nth-child(odd) > th,
.table-striped > tbody > tr.selected:nth-child(even) > td,
.table-striped > tbody > tr.selected:nth-child(even) > th {
	background-color: #bbdd09 !important;
	color: inherit !important;
	vertical-align: top;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #ffffff;
	vertical-align: top;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: #f9f9f9;
	vertical-align: top;
}

.dataTables_length {
	display: inline !important;
}

.dt-buttons {
	display: inline !important;
}

.dt-button {
    /* width: 30px !important; */
    padding: 0 0 0 0 !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}

.dataTables_info {
	display: inline !important;
}

.dataTables_paginate {
	float: right;
	width: 50%;
}

.dataTables_length, .dataTables_filter {
	padding: 0px !important;
}

.btn {
	min-height: 34px !important;
	min-width: 34px !important;
	margin-right: 1px !important;
}

.btn:hover {
	background-color: #cdcdcd !important;
}

.btn-toolbar {
	background-color: #ffffff;
	margin-left: 2px;
	padding: 6px 6px 6px 22px;
}

.btn-toolbar:before {
  position: absolute;
  color: #c2c3ca !important;
  font-family: 'FontAwesome';
  top: 14px;
  left: 12px;
  content: "\f142";
}

/*******************************************************************/
/* NOTE: the following is overwrite DataTables default toolbar     */
/*******************************************************************/
.dt-buttons {
	background-color: #ffffff;
	margin-left: 2px;
	padding: 6px 6px 6px 22px;
}

.dt-buttons:before {
  position: absolute;
  color: #c2c3ca !important;
  font-family: 'FontAwesome';
  top: 14px;
  left: 12px;
  content: "\f142";
}

.dt-button {
	border: none !important;
}


/*******************************************************************/

.btn-toolbar-slim {
	padding: 0px	
}

.btn-spacer {
	pointer: default !important;
	
	min-width: 2px !important;
	width: 2px !important;
	background-color: inherit !important;
	border: 0px solid #ffffff !important;
	
	padding-left: 0px;
	padding-right: 0px;
	
	border: 0px solid inherit !important;
	background-color: transparent !important;
}

.btn-spacer:hover {
	pointer: default !important;
	
	background-color: inherit !important;
	border: 0px solid inherit !important;
}

.panel-body .btn-toolbar {
	background-color: #fefefe;
	border: 0px;	
}

.document-manager {
	font-size: 18pt;
	color: #777777;
}

.modal-lg {
	max-width:90% !important;
	width: 60% !important;
}

.modal-lg90 {
	max-width:90% !important;
	width: 90% !important;
}

.modal-lg80 {
	max-width:90% !important;
	width: 80% !important;
}

.modal-lg70 {
	max-width:90% !important;
	width: 70% !important;
}


.modal-med50 {
	max-width:60% !important;
	width: 50% !important;
}

.modal-med40 {
	max-width:60% !important;
	width: 40% !important;
}

.modal-med30 {
	max-width:60% !important;
	width: 30% !important;
}


.modal-dialog {
	position: static;
	background-image: url="https://images.unsplash.com/photo-1509042239860-f550ce710b93?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y29mZmVlfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60";
	background-size: cover;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.fixed-dialog-body {
	height: calc(90vh - 160px) !important;
    max-height: calc(90vh - 160px) !important;
    overflow-y: auto;
}

.footer {
	margin-top: 80px;
	width: 100%;
	background-color: #bbdd09;
}

.footer a {
	color: #000;
}

.footer a:hover {
	color: #fff;
}

.fixed-dialog-footer {
	/*position: absolute;*/
    bottom: 0px;
	right: 0px;
	width: 100%;
}

.tab-pane {
	height: 100%;
}

.h4-titlebar {
	margin-bottom: 0px;
	padding: 0px;
}

ul.nav.nav-tabs {

}

ul.nav.nav-tabs li {
	border-bottom: 1px solid #eeeeee;
	border-radius: 10px 10px 0px 0px !important;
	padding-right: 2px;
}

ul.nav.nav-tabs li.active {
	color: #eeeeee;
	background-color: transparent !important;
}

ul.nav.nav-tabs li.active a {
	color: #eeeeee;
	background-color: #2e3b46 !important;
}

ul.nav.nav-tabs a {
	color: #eeeeee;
	background-color: #718aa4 !important;
}
	
ul.nav.nav-tabs a:hover {
	color: #eeeeee;
	background-color: #394a59 !important;
}

.panel {
	background-color: transparent !important;
}

.panel-heading {
	padding: 0px 12px;
}

.panel-body {
	width: 100%;
	padding: 20px 20px 20px 20px;
	background-color: #dddddd;
	border: 1px solid #c9c9c9;
	border-radius: 10px;	
}

.x {
	background-color: #f8f9fc;
	border: 1px solid #e3e6f0;
}
	
.open-panel-body {
	background-color: #ffffff;
	width: 100%;
}

.form-horizontal .form-group {
	margin-bottom: 0px;
	padding-bottom: 6px;
}

.notificationBar {
	display: inline;
}

.pointer {
	cursor: pointer;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default !important;
    background-color: #e3e3e3 !important;
    border: 0px;
}

div.dataTables_wrapper div.dataTables_processing {
	background-color: rgb(80, 80, 80);
	color: #eeeeee;
}

hr.divider {
	width: 100%;
	border-top: 1px solid #ced4da !important;
	border-bottom: 0px;
}

.info-success {
	color: #4cd964;
}

.info-danger {
	color: #ff2d55;
}

.lite-fade {
	text-transform: none !important;
	opacity: 0.4 !important;
	font-size: 12px;
}

ul.jqtree-tree .jqtree-title {
	margin-left: 0px;
}

.jqtree-icon {
	color: #717176;
	margin-left: 6px;
}

.jqtree-title-icon {
	color: #717176;
	margin-left: 6px;
	margin-right: 2px;
	width:20px;
	overflow: hidden;
}

.badge {
	margin-left: 4px !important;	
}

.badge-right {
	position: absolute;
	right: 6px;
	top: 3px;
	font-size: 75%;
}

.badge-empty {
	height:10px !important; 
	width:10px !important; 
	min-height:10px !important; 
	min-width:10px !important;
	
	margin-left: 4px !important;
}

.badge-right {
	float: right !important;
    position: absolute;
    right: 10px;	
}

/* *************************************************************************************** */
/* Toast                                                                                   */
/* *************************************************************************************** */
 
 .toast {
	position: fixed; 
	top: 70px; 
	right: 26px;
	
	font-size: 9pt;
	
	min-height: 80px;
	min-width: 250px;
	
	background-color: #fefefe;
	border: 1px solid #ddd;
	border-radius: 4px;

    -moz-box-shadow: 4px 4px 10px 1px #cccccc;
    -webkit-box-shadow: 4px 4px 10px 1px #cccccc;
    box-shadow: 4px 4px 10px 1px #cccccc;
 }
 
 .toast-header {
	padding: 0px 14px 0px 14px;
 	font-weight: bold;
 	color: #6c757d;
    border-bottom: 1px solid #e9ecef;
 }
 
 .toast-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

 .toast-title {
	margin-bottom: 0;
    line-height: 2.5;
}
 
.toast-body {
 	color: #6c757d;
	padding: 14px;
}


/* *************************************************************************************** */
/* Calendar                                                                                   */
/* *************************************************************************************** */
	
div.publicHolidayBackground {
	position: relative;
	width: 100%;
	height: 100%;
}

div.publicHolidayBackground:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-size: 26px;
	font-weight: 100;
	color: rgb(104, 138,126, 0.4);
	bottom: 44px;
	left: 24px;
	content: "\f133"; 
}


/* *************************************************************************************** */
/*  Ingrid het hierdie bygesit vir d3                                                      */
/* *************************************************************************************** */

path {
	fill: none;
	stroke: black;
}

.node circle {
  fill: #999;
}

.node text {
  font: 10px sans-serif;
}

.node--internal circle {
  fill: #555;
}

.node--internal text {
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.link {
  fill: black;
  stroke: black;
  stroke-opacity: 0.4;
  stroke-width: 1.5px;
}

.disabled {
	pointer-events: none;
}

/* customize menu spacing */
.nav-item {
	padding-top: 4px !important;
}

.input-group-addon {
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border-right: 1px solid #d1d3e2;
    border-top: 1px solid #d1d3e2;
    border-bottom: 1px solid #d1d3e2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


ul.nav.nav-tabs {

}

ul.nav.nav-tabs li {
	border-bottom: 1px solid #eeeeee;
	border-radius: 10px 10px 0px 0px !important;
}

ul.nav.nav-tabs li.active {
	color: #eeeeee;
	background-color: transparent !important;
}

ul.nav.nav-tabs li.active a {
	color: #eeeeee;
	background-color: #4e73df !important;
	
	border-color: #0063ff !important;
}

ul.nav.nav-tabs a {
	color: #eeeeee;
	background-color: #7da6e8 !important;
	border-color: #4e73df !important;
	
	padding-left: 10pt;
	padding-right: 14px;
	padding-top: 4pt;
	padding-bottom: 4pt;
	
	border-top-left-radius: 6pt;
	border-top-right-radius: 6pt;
}

ul.nav.nav-tabs a.active {
	color: #eeeeee;
	background-color: #4e73df !important;
	
	border-color: #0063ff !important;
}

	
ul.nav.nav-tabs a:hover {
	color: #eeeeee;
	background-color: #4e73df !important;
	border-color: #0063ff !important;
	
	text-decoration: none;
}

.redcrm-logo-container {
  border-radius: 8px;
  background-color: #ffffff;
  
  width: 180px;
  height: 52px;
  margin-top: 10px;
}

.redcrm-logo {
  background-image: url("../img/redcrm_logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px;

  padding-top: 4px;
  
  width: 160px;
  height: 50px;
}


.redcrm-logo-container-toggled {
  border-radius: 8px;
  background-color: #ffffff;
  
  width: 90px;
  height: 50px;
  margin-top: 10px;
}

.redcrm-logo-toggled {
  background-image: url("../img/redcrm_logo_small.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;

  width: 80px;
  height: 50px;
}


/*****************************************************************************************************************************/

.event .title {
    margin: 0px 0 0;
}

.event .nav-content {
    float: right;
    width: 70%;
}

.event .btn {
    background: #ff007a;
}

.event .nav-content strong {
    display: block;
    font-family: Montserrat;
    font-size: 20px;
    color: #002691;
}

.event nav > div a.nav-item.nav-link.active .event .spicel-features {
    background: #fafaff;
}

.event .nav-fill .nav-item {
    text-align: left;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 12px;
    margin-right: 16px;
}

.event .nav-fill .nav-item text-t i {
    margin-right: 10px;
}

.event .nav-fill .nav-item i::before {
    font-size: 26px;
    margin-right: 13px;
    position: relative;
    top: 4px;
}

.event nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    border-radius: 0;
    flex-wrap: inherit;
    padding: 0 30px;
}

.event .nav-item {
    margin: 0 0;
}

.event a.nav-item.nav-link.active {
    background: #ff007a !important;
    color: #fff !important;
}

.event a.nav-item.nav-link.active strong {
    color: #fff;
}

.event nav > div a.nav-item.nav-link,
.event nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #47759d;
    border-radius: 0;
    background: #fff;
    position: relative;
    background: #f5faff;
}

.event nav > div a.nav-item.nav-link.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-color: transparent #ff007a transparent transparent;
}

.event .tab-content {
    padding: 50px 25px 0 !important;
}

.event .user h5 {
    margin-top: 20px;
}

.event .user p {
    font-weight: bold;
    color: #ff007a;
}

.event .user ul {
    padding-top: 10px;
    border-top: 1px solid #edf5ff;
}

.event .user ul li {
    margin-top: 10px;
}

.event .user ul li i {
    margin-right: 5px;
}

.event-list-content {
    margin-left: 50px;
    margin-right: 20px;
    padding: 50px;
    position: relative;
    border: 10px solid #edf5ff;
    transition: all 0.3s ease 0s;
}

.event-list-content:hover {
    border: 10px solid #ff007a;
}

.event-list-content .crical {
    position: absolute;
    background: #ff007a;
    right: -66px;
    bottom: -73px;
    font-size: 30px;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 50px;
}

.event-list-content h2 {
    margin-bottom: 30px;
}

.event-list-content .btn {
    background: none;
    border: 2px solid #edf5ff;
    color: #47759d;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.event-list-content .btn:hover {
    background: #ff007a;
    border: 2px solid #ff007a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    box-shadow: 0px 10px 19px 0px #ff007a66 !important;
}

.event-list-content ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #ff007a;
}

.event-list-content ul li i {
    margin-right: 5px;
}

.event nav > div a.nav-item.nav-link .lgt-icon {
    display: none;
}

.event nav > div a.nav-item.nav-link.active .lgt-icon {
    display: inline-block;
}

.event nav > div a.nav-item.nav-link.active .drk-icon {
    display: none;
}

.event nav > div a.nav-item.nav-link.active .drk-icon {
    display: none;
}

.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.event .user h5 {
    margin-top: 20px;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
h5 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Teko, sans-serif;
    color: #202020;
    margin-top: 0px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
}

.event .user p {
    font-weight: bold;
    color: #ff007a;
}
.event .user ul {
    padding-top: 10px;
    border-top: 1px solid #edf5ff;
}

.event-list-content .crical {
    position: absolute;
    background: #ff007a;
    right: -66px;
    bottom: -73px;
    font-size: 30px;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 50px;
}
.fix {
    overflow: hidden;
}

.event nav > div a.nav-item.nav-link.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-color: transparent #ff007a transparent transparent;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.headline-container {
	background-image: url("../img/brian-matangelo-_i6u3kdtFHw-unsplash.jpg");
	background-repeat: no-repeat, repeat;
	background-size: 100%;
}

.pull-right {
	float: right;
}

.dropdown-menu-dark .dropdown-item {
    color: #777777;
}

.dropdown-menu-dark .dropdown-item:hover {
    color: #ffffff;
	background-color: #002691;
}

.dropdown-menu {
	border: 1px solid #c0c0c0;
	border-radius: 6px;
}

.form-check-label {
	margin-left: 6pt !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.ck-body-wrapper {
	z-index: 1300 !important;
}

.ck-balloon-panel {
	z-index:9999 !important;
}

.fas {
    font-size: 20px;
}