html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
  margin: 0 0 0px;
  padding-top: 80px;
}
footer {
  padding-left: 1rem, 0, 1rem, 0;
  font-size: 90%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2000;
}

mark {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}
footer div {
  background-color: #181818;
  text-align: center;
  color: white;
}
button:focus {
	outline: 0;
}

/* NOTIFICATION STARTS */
div.notificationList {
    position: fixed;
    background: #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    box-shadow: 0px 0px 5px #bbb;
    -moz-box-shadow: 0px 0px 5px #bbb;
    -webkit-box-shadow: 0px 0px 5px #bbb;
    width: 350px;
    z-index: 10000;
    margin-bottom: 19px;
}

div.notification-text {
    padding-right: 20px;
    font-weight: bold;
}
div.notification {
    font-size: 12px;
    color: #555;
    display: none;
    padding: 10px;
    position: relative;
}
.notification-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.bottom-right {
    right: 20px;
}
.bottom-right {
    bottom: -2px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}
.border-bottom-right {
    border-bottom: 1px solid #999;
}
/* NOTIFICATION ENDS */

.toggleCommandForm {
    display: inline;
}

.tag {
    background-color: transparent;
    border: none;
}

.tag p {
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    transition: all .15s ease-in-out;
    background-color: #E1ECF4;
    color: #39739d;
}

.tag.neighbor {
  display: inline;
  margin-right: 10px;
  cursor: pointer;
}

.sidebar-footer {
    bottom: 0;
    position: fixed;
    padding-bottom: 20px;
}
/* LOGIN STYLE */
.truckbackground {
	background: url("/assets/images/thoreb-background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    margin-top: 20px;
    padding: 40px 20px 20px 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img {
    width: 99px;
    height: 99px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* LOGIN STYLE */

/* TABLE VIEW STYLE */
.clicked {
	background-color: #E8E8E8 !important;
}
.dashboardItem {
	margin: 10px;
}

.failedJob {
    background: rgba(171, 70, 66, 0.27);
}

.aStat {
    display: none;
}

.hideMe {
    display: none;
}

div.slider {
    display: none;
}

.navbar-default {
    background-color: #484848;
    border: none;
    z-index: 2000;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #D8D8D8;
}
.navbar-default .navbar-nav > li > a:focus {
	background-color: #484848;
}
.navItems {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}
.userBtn {
	font-weight: bold;
	font-size: 1.2em;
}

#userFunctions {
	background-color: black;
}
#userFunctions > li > a {
	cursor: pointer;
	color: white;
}

#userFunctions > li > a:hover {
    background-color: #484848;
    color: white;
    background-image: none;
}

.modal {
    z-index: 3000;
}

/* LOADER */
.mod {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('/assets/images/loader.gif')
                50% 50%
                no-repeat;
}

.hidden{
    display: none;
}

body.loading {
    overflow: hidden;
}

body.loading .mod {
    display: block;
}
/* LOADER */

/* Loader 1 */
/* HTML: <div class="loader"></div> */
.loader-1 {
    width: 50px;
    margin: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}

.cmdOutputJob {
  background-color: #300A24;
  color: white;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 1.1em;
  text-wrap: pretty;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    min-width: 100px;
    max-width: 400px;
    overflow: hidden;
    background-color: #300A24;
    color: white;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 1.1em;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -160px;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
  }

  .popupcmd {
      position: relative;
      display: inline-block;
    }
    
    /* The actual popup */
    .popupcmd .popupcmdtext {
        visibility: hidden;
        max-width: 50vw;
        background-color: #300A24;
        color: white;
        font-family: "Lucida Console", Monaco, monospace;
        font-size: 1.1em;
        border-radius: 6px;
        padding: 12px;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, 0%);
        margin-top: 10px;
    }
    
    /* Toggle this class - hide and show the popup */
    .popupcmd .show {
      visibility: visible;
    }
  
.popover {
    max-width: 100%;
    min-width: 200px;
}
.nav.nav-center {
    display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}

.searchBar {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    width: 80%;
}

.slimPre {
    background-color: transparent ;
    border: 0px;
    padding: 0px;
}

/* N2 TERMINAL */
.cmdOutput {
  background-color: #300A24;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  color: white;
  border: none;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 1.1em;
}

.cmdContent {
  background-color: #300A24;
}
.cmdInput {
  background-color: #300A24;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Lucida Console", Monaco, monospace;
  float: left;
  flex-grow: 100;
  padding-left: 5px;
  padding-bottom: 6px;
}
.host {
  color: #86C832;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  text-align: left;
  float: left;
  max-width: 40%;
  margin-right: 5px;
}

.cmd input:focus,
.cmd select:focus,
.cmd textarea:focus,
.cmd button:focus {
    outline: none;
}
.cmdHeader {
    color: white;
    font-weight: bold;
    background-color: #4B4943;
}

.cmdContent {
    height: 100%;
}
.cmdDialog {
    width: 900px;
    height: 900px;
}
.cmdBody {
    overflow: hidden;
    height: 100%;
    max-height: calc(100% - 40px);
    padding-top: 0;
}
.cmdFooter {
    border: none;
    padding: 0;
    max-width:100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.row.cmdFooter {
    display: flex;
}

.cmd_response_text {
    background-color:#300A24;
    margin:0;
    padding-top:0;
    padding-bottom:0;
    border:none;
    color:white;
    font-size:1.1em;
    padding: 0;
}
/* N2 TEMRINAL */
.centerOfCell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.nav.nav-sidebar > li > a > span.glyphicon {
    margin-right: 15px;
}
.toolbar {
    float: left;
}

.input-group-addon {
cursor: pointer;
}

.dropdown-menu {
cursor:pointer;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
  z-index: 500;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 30px;
    bottom: 0;
    left:0;
    height: 100%;
    margin-top: 22px;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    max-width:260px;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.nav-sidebar > li > div {
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-sidebar > .active > div,
.nav-sidebar > .active > div:hover,
.nav-sidebar > .active > div:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-bottom {
    position: fixed;
    bottom: 18;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

#command_command {
    min-width: 100%;
    min-height:140px;
    overflow: auto;
}
#edit_command_command {
    min-width: 100%;
    min-height:140px;
    overflow: auto;
}

#customMessage {
    min-width: 100%;
    min-height:140px;
    overflow: auto;
}

#commandDescription {
    min-width: 100%;
    min-height: 54px;
    overflow: auto;
}

#edit_command_description {
    min-width: 100%;
    min-height: 54px;
    overflow: auto;
}

#createCommandResponse {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
#similarcommand_container {
    padding-bottom: 15px;
}

#modal-header_project {
padding-bottom: 5px;
}

.modal-footer-justify {
    padding: 0;
}

.modal-footer-justify .btn-group button {
height:40px;
border-top-left-radius : 0;
border-top-right-radius : 0;
border: none;
border-right: 1px solid #ddd;
}

.modal-footer-justify .btn-group:last-child > button {
border-right: 0;
}

#smart_customStuff {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    text-indent: -999999px;
	width: 27px;
}

.badgebox:focus + .badge {
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge {
	text-indent: 0;
}

.ui-menu-item .ui-menu-item-wrapper:hover
{
    border: none !important;
    background-color: #6A9FB5;
}

.ui-menu-item .ui-menu-item-wrapper:focus
{
    border: none !important;
    background-color: #6A9FB5;
}

.ui-state-default {
    border: none !important;
    background-color: transparent;
}

.ui-sortable-handle {
    cursor: row-resize !important;
}

.editComment {
    float: right;
    cursor: pointer;
}
.feedback {
    position:fixed;
    bottom:90%;
    left:98%;
    z-index: 99;
}

.feedback .form {
    height:360px;
    width:500px;
    background:#fff;
    display: none;
    position: absolute;
    left: -465px;
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding-left: 25px;
}

#feedback_text {
    width: 450px;
    height: 210px;
    padding: 5px;
    margin-bottom: 5px;
    resize: none;
}

.feedback .status{
    font-size:16px;
}

#closeFeedback {
    cursor: pointer;
    padding-right: 25px;
    float:right;
}

#submit_feedback {
    width: 100px;
    float:left;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height:40px;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
    border-right: 0;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

#comment_field {
    max-width:100%;
    font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
}

#project_log_container {
    background-color: white;
    max-width:100%;
    font-family:Menlo,Monaco,Consolas,'Courier New',monospace;
}

/* TREE_VIEW STARTS */
.tree_view {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tree_view li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative;
}
.tree_view li::before, .tree_view li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto;
}
.tree_view li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px;
}
.tree_view li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px;
}
.tree_view li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
}
.tree_view li.parent_li>span {
    cursor:pointer;
}
.tree_view>ul>li::before, .tree_view>ul>li::after {
    border:0;
}
.tree_view li:last-child::before {
    height:30px;
}
.tree_view li.parent_li>span:hover, .tree_view li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000;
}
/* TREE_VIEW ENDS */

/* SEARCH BAR STARTS */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    z-index: 10000;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.ui-autocomplete {
    z-index: 10000 !important;
}
#search input[type="search"] {
    position: absolute;
    top: 15%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    text-align: center;
    padding-right: 30px;
    outline: none;
}
#search .close {
    position: fixed;
    top: 0%;
    right: 0%;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

#search_results {
    width:100%;
    height:80%;
    top:20%;
    position:absolute;
    padding-left: 30%;
    overflow-y: scroll;
}

#search_results > ul {
    width:50%;
    width:50%;
    list-style: none;
    padding-left: 0;
}

#search_results > ul > li > div > ul {
    list-style: none;
}

#search_results > ul > li > div > ul > li > a {
    color: white;
}

.table-responsive {
    overflow-x: visible;
}
/* SEARCH BAR ENDS */
.navbar-fixed-top .navbar-collapse {
    max-height: 410px;
}

.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
}
#sidebar.active {
    margin-left: -260px;
    transform: rotateY(90deg);
}
#content {
    transition: all 0.3s;
}
#sidebarCollapse {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    position: fixed;
    bottom: 50%;
    left: 0;
    top: 40px;
    z-index: 555;
    border-radius: 8px;
    border: 2px solid #bcb3b3;
}
#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
@@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}

#timestamps {
    border: solid 1px grey;
    border-radius: 25px;
    padding-top: 20px;
    padding-bottom: 65px;
    background-color: white;
    z-index: 1999;
    position: fixed;
    width: 80%;
    bottom: 4%
}

#toggle_timestamp_slider {
    position: fixed;
    bottom: 1.5%;
    right: 2px;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}