
:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}


html {
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #272727;
}

select {
    border: 1px solid rgba(170, 170, 170, 1);
    background-color: #00000000;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    margin-left: 50px;
}

.public-wrapper {
    margin-left: 0px !important;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

/* Active menu */
.navbar-nav .nav-link.active {
    -webkit-box-shadow: inset 3px 0px 0px 0px #33ccff !important;
    -moz-box-shadow: inset 3px 0px 0px 0px #33ccff !important;
    box-shadow: inset 3px 0px 0px 0px #33ccff !important;
}

.navbar-nav > .nav-item:hover {
    width: 300px;
    overflow: visible;
}

.nav-link {
    background: #3a3a3a;
    color: #FFF;
    border-radius: 0px 5px 5px 0px;
}

.nav-item {
    border-radius: 0px 5px 5px 0px;
}

.nav-item .nav-link:hover {
    color: #33ccff;
    background: #4a4a4a;
}

.nav-item .nav-link:hover .nav-icon {
    color: #33ccff;
}

.nav-item.maintenance .nav-link .nav-icon {
    color: orange !important;
}

.nav-item.maintenance .nav-link {
    color: orange !important;
}

.nav-dropdown:hover .nav-dropdown-items {
    display: block;
}    

.sidebar {
    width: 50px;
    background: #3a3a3a;
    height: 100%;
    position: fixed;
    z-index: 100;
}

.sidebar > .nav-item {
    overflow: hidden;
}

.sidebar .nav-item {
    list-style: none;
    width: 50px;
    height: 43px;    
    font-size: 18px;
    color: #fff;
}

.sidebar .nav-item .nav-link {
    height: 43px;
}

.nav-icon {
    color: #7f7f7f;
}

img.nav-icon {
    max-width: 30px;
    max-height: 30px;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    margin-top: 0px !important;
    margin-left: -1px;
}

.nav-dropdown-toggle .nav-icon {
    margin-right: 25px !important;
}

.sidebar .nav-item .nav-icon {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.nav-dropdown-items {
    display: none;
    padding-left: 50px;
    overflow-y: auto;
    height: 95vh;
    overflow-x: clip;
}

.nav-dropdown-items .nav-item {
    width: 250px;
    background: #3a3a3a;
    overflow: visible;
}


.sidebar .nav-separator {
    height: 25px;
}

.sidebar .bottom-item {
    position: absolute;
    bottom: 0;
}

.sidebar .nav-item .nav-link {
    text-align: left;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.card-border {
    border-top: 4px solid #33ccff;
}

.table-count {
    border-color: #d9d9d9;
    background-color: #e8e8e8;
    color: #000;
    cursor: default !important;
    -webkit-user-select: text;  /* Chrome all / Safari all */
    -moz-user-select: text;     /* Firefox all */
    -ms-user-select: text;      /* IE 10+ */
    user-select: text;
}

.table-control {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.table td, .table th {
    padding: .5rem;
}

.hidden {
    display: none !important;
}
/*
* {
  border-radius: 0 !important;
}
*/
* {
   outline: none !important;
   box-shadow: none !important;
}

.filters-container {
    min-height: 35px;
}

.col-flex {
    flex: 1 0 auto;
}

.loader {
    position: absolute;
    background-color: rgba( 255, 255, 255, 0.3);
    background-image: url(/static/images/loading.gif);
    background-size: 38px 38px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1000;
}

.toast-header-success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: #28a745;
    border-color: #28a745;
}

.toast-header-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: #dc3545;
    border-color: #dc3545;
}

.toast-header-warning {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.toast-header-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info {
    color: #3a3a3a !important;
    background-color: #33ccff !important;
    border-color: #00dcff !important
}

.btn-info:hover {
    color: black !important;
    background-color: #00dcff !important;
    border-color: #33ccff !important
}

.bg-info {
    background-color: #33ccff !important;
}

.btn-custom {
    border-color: #d9d9d9;
    background-color: #e8e8e8;
    color: #000;
}

.btn-custom:hover {
    color: #000;
    background-color: #cacaca;
    border-color: #d9d9d9;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
}

.site_link:hover {
    color: #7f7f7f;
    text-decoration: none;
}

.base-color {
    color: #33ccff;
    transition: .5s ease;
}

.base-color:hover {
    color: #7f7f7f;
}

.navbar-link:hover .navbar-link-text{
    display: inline-block;
}

.navbar-link-text {
    display: none;
}

.upload-drop-zone {
	min-height: 100%;
	padding: 15px;
	border-width: 2px;
	border-style: dashed;
	border-color: #ccc;
	text-align: center;
	cursor: pointer;
	border-radius: .25em;
}

.upload-drop-zone:hover {
    border-color: #33ccff;
}

.upload-drop-zone.drop {
	border-color: #33ccff;
}

.upload-input {
    display:none !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0px;
}

.switch input {
    visibility: hidden;
    height: 21px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider {
    border-radius: 34px;
}

.slider:before {
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #33ccff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.icon-blue {
    color: #33ccff;
}

.icon-red {
    color: #dc3545;
}

.icon-lg {
    font-size: 32px;
}

.info-text {
    font-size: 25px;
    display: inline;
    margin-left: 0.2em;
}

.card-info {
    background: #3a3a3a;
    color: #7f7f7f;
    margin-bottom: 0.8rem;
    /* cursor: pointer; */
}

.pointer {
    cursor: pointer !important;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2 {
    vertical-align: top;
}

.select2-selection__rendered {
    padding: 1px !important;
}

.select2-selection__choice {
    margin: 2px !important;
    cursor: pointer !important;
    border: 1px solid #e4e4e4 !important;
}

.select2-search__field {
    margin-top: 0px !important;
}

.select2-selection__rendered {
    margin-bottom: -5px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

span.select2-selection.select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

span.select2-selection--single {
    height: 32px !important;
}

span.select2-selection__rendered {
    margin-left: 5px;
}

.select2-dropdown {
  z-index: 2001;
}

.dropdown-item {
    padding: 0rem 1rem !important;
    margin: 0 !important;
}

.breakable {
    word-wrap: break-word;
}

.nonbreakable {
    white-space: nowrap;
}

.breakable-full {
    word-break: break-all;
}

.action-hover {
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.info-title {
    position: absolute;
    margin-top: -17px;
    font-style: italic;
    color: #757575;
    font-size: 13px;
}

@media (min-width: 1500px) {
    .modal-xxl {
        max-width: 1400px !important;
    }
}

@media (min-width: 1600px) {
    .modal-xxl {
        max-width: 1500px !important;
    }
}

.event-details .list-group-item {
    padding-top: 1rem !important;
    padding-right: 0.35rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.35rem !important;
    font-size: 14px;
}

.container {
    width: 75%;
}

.left-side, .right-side {
    margin: 0;
    float: left;
    border-bottom: 0 !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.list-group-item {
    border-width: 0;
}

.list-group-item-border-right {
    border-right: 1px solid rgba(0,0,0,.125) !important;
}

.list-group-item-border-left {
    border-left: 1px solid rgba(0,0,0,.125) !important;
}

.list-group-item-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.list-group-item-border-top {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.left-side {
    border-right: 0;
    width: 30%;
}

.right-side {
    width: 70%;
}

.card-table {
    padding: 0.5rem 0.5em 0em 0.5em !important;
}

.table {
    margin-bottom: 0 !important;
}

.green {
    color: green;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.blue {
    color: #33ccff;
}

.highlight_border {
    background: #f3f3f3;
}

.empty_rules {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.analysis-card-header {
    padding: .3rem .65rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.analysis-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.widget-button-container {
    position: absolute;
    top: 5px;
    right: 5px;
}

.widget-time-container {
    position: absolute;
    top: 5px;
    left: 5px;
}

.widget-control {
    z-index: 1;
    background-color: #7f7f7f;
    border: 0;
    display: inline-block;
}

.card-display {
    font-style: italic;
    color: #757575;
    font-size: 13px;
}

.notification-container:hover {
    border: 1px solid #33ccff;
    cursor: pointer;
}

.notification-container {
    background-color: rgba(0,0,0,.03);
}

.wizard-details {
    cursor: pointer;
}

.step_block {
    text-align:left;
    padding: 21px 0;
    background-color:#fff;
    border-radius:4px !important;
    width: 600px;
    top: 0px;
    position:relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2) !important;
    margin: 0 auto;
}

.step_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
}

.step_color:before {
    background-color: #33ccff;
}

.step_icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 7px;
}

.step_check {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    padding: 7px;
}

.md-v-line {
    position: absolute;
    border-left: 1px solid rgba(0,0,0,.125);
    height: 100%;
    top:0px;
    left:55px;
}

.btn-arrow-right {
   position: relative;
   padding-left: 18px;
   padding-right: 18px;
}

.btn-arrow-right {
   padding-left: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
   content: "";
   position: absolute;
   top: 5px;
   width: 25.5px;
   height: 25.5px;
   background: inherit;
   border: inherit;
   border-left-color: transparent;
   border-bottom-color: transparent;
   border-radius: 0px 4px 0px 0px;
   -webkit-border-radius: 0px 4px 0px 0px;
   -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}


.btn-arrow-right:before {
   left: -13px;
}

.btn-arrow-right:after {
   right: -13px;
}

.btn-arrow-right:after {
   z-index: 1;
}

.btn-arrow-right:before {
   background-color: white;
}

a.nav-item:hover {
    color: #33ccff;
}

li.dropdown-item-text {
    cursor: pointer;
}

li.dropdown-item-text:hover {
    background-color: #e8e8e8;
}

textarea:invalid {
  border: 1px solid red;
}

textarea:invalid:focus {
  border: 1px solid red;
}

.custom-badge {
    position: absolute;
    top: 38px;
    right: 22px;
    padding: 0px 6.5px;
    border-radius: 50%;
    background-color: #33ccff;
    color: white;
    font-size: 15px;
}

.card-line:hover {
    background-color: rgba(0,0,0,.03);
    cursor: pointer;
}

.helper {
    color: #c5c5c5 !important;
}

.helper:hover {
    color: black !important;
    cursor: pointer;
}

.graph-message {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 100%;
    height: 100%;
    color: #5d5d5d;
}

.card-tied {
    border-radius: 0em 0em .25em .25em !important;
    margin-top: -2px;
}

.text-header {
    color: #a9a9a9;
    font-weight: 500;
}

.table-header {
    padding: .25em .5em .25em .5em !important;
    color: #a9a9a9;
    font-weight: 500;
    border: 0 !important;
}

.table-header:hover {
    color: black;
}

.details-container {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

.shadow-box {
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2) !important;
    background-color: white;
    border-radius: 5px;
}

.event-key {
    color: #a5a5a5;
}

.btn-light {
    background-color: white;
}

.btn-expand span {
    position: absolute;
    display: block;
    z-index: 100;
    margin-left: 30px;
    margin-top: -31px;
    padding-left: 5px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;

    /* based on nt, and btn-light */
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.375rem;
    color: #212529;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dae0e5;
    background-color: #e2e6ea;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.btn-expand:hover span {
    visibility: visible;
    opacity: 1;
}


/* Notification panel css */
.sidebar .nav-button {
    list-style: none;
    width: 50px;
    height: 43px;
    font-size: 18px;
    color: #fff;
}

.nav-button:hover {
    color: #33ccff;
}

.nav-button .nav-link:hover .nav-icon {
    color: #33ccff;
    cursor: pointer;
}

.sidebar .nav-button .nav-link {
    height: 43px;
}

.sidebar .nav-button .nav-icon {
    float: left;
    margin-top: 5px;
}

.sidebar .nav-button .nav-link {
    text-align: left;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

/* End of active menu */

/* Notification sidebar */

#notification-bar {
  height: 100%;
  width: 600px;
  margin-right: -600px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #272727;
  overflow-x: hidden;
  transition: 1s;
}


#notification-bar-badge {
    display: table-header-group;
    font-size: 70% !important;
}

.notification-news-container:hover {
    border: 1px solid #33ccff;
    cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #33ccff;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.table td, .table th {
    padding: .5rem !important;
}

/* Notification old news delimiter */

.news-delimiter {
    display: flex;
    align-items: center;
    text-align: center;
    color: #33ccff;
}

.news-delimiter::before, .news-delimiter::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #33ccff;
}

.news-delimiter::before {
    margin-right: .25em;
}

.news-delimiter::after {
    margin-left: .25em;
}

.spaced-br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: .5rem; /* change this to whatever height you want it */
}
