/* custom css */

body{
    font-family: Ubuntu-Light;
}

.form-group{
  margin-bottom: 3px;
}

.error{
  font-size: small;
  color: red;
  font-style: italic;
}

.livestamp{
  font-size: small;
  color: goldenrod;  
  font-style: italic;
}

.modal-header{
  border-bottom: none;
}
.modal-footer{
  border-top: none;
}

#particles-js{
  width: 100%;
  height: 100%;
  
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -10;
  
}

.input-inline{
  margin-left: -20px;
}

/*
.dataTables_info,
.dataTables_length,
.dt-buttons {
    display: inline-block
}

.dataTables_wrapper {
    padding-top: 10px
}

.dataTables_filter input,
.dataTables_length select {
    border: 0;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent
}

.dataTables_filter input,
.dataTables_filter input:focus,
.dataTables_length select,
.dataTables_length select:focus {
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef)
}

.dataTables_length {
    margin-top: 10px
}

.dataTables_length select {
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out;
    padding-bottom: 5px
}

.dataTables_length select:focus {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: .3s
}

.dataTables_filter {
    float: right;
    margin-top: 10px
}

.dataTables_filter input {
    background-size: 0 2px, 100% 1px;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px
}

.dataTables_filter input:focus {
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: .3s
}



.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #212529;
    border: 1px solid #ddd
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff!important;
    border: 1px solid #009efb;
    background-color: #009efb
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #212529;
    border: 1px solid #e9ecef;
    background: 0 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff;
    border: 1px solid #009efb;
    background-color: #009efb
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background-color: #212529
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_processing {
    background-color: #f4f4f4;
    border: 1px solid red;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    color: red;
    font-size: 13px;
    left: 50%;
    margin-left: 0;
    min-width: 125px;
    padding: 7px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
}

*/

/* custom */
.input-group-text{
    cursor: pointer;
}

