@media (min-width: 1400px) {
  main,
  header,
  #main-navbar {
    padding-left: 240px;
  }
}


/* Form */

/*.form-control::-webkit-input-placeholder {
  color: #FFF;
}

.form-outline .form-control~.form-label {
    
    color:#FFF;
}*/
.bg-dark {

    
    background-color: #000!important;
}

/* Icon styling */
th {
    
/*    color:#FFBF44;
*/    
}

.fa-check-circle {
  color:limegreen;
}


.fa-times-circle {
  color:red;
}

/* body */

body {
    
 background: #000;
 color:#FFF;
    
    
}

a{

 color:#FFBF44;

    
}

a:hover{

 color:#FFF;

    
}

table-editor  {
    
    background-color:#000;
    
}

table-editor table {
    
    color:#fff;
    
}

/* sidenav styling */

.sidenav {
    
 background: #000;
    
}

.sidenav-link active {
    
    color:#FFBF44;
    
}
.sidenav-link:hover {
    
    color:#FFF;

    
}
.sidenav-primary .sidenav-link.active {
    
 color:#FFBF44;
    
}

.sidenav-primary .sidenav-link.active :hover {
    
 color:#FFF;
    
}

/* edit mode fix */
.btn-toolbar {
	
flex-wrap: nowrap!important;
	
}

.tabledit-edit-button {
	
	
}

.tabledit-delete-button {
	
	
}

.table.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
