/* Debug */
.debug-only {
  display: none;
}
p.debug {
  overflow: scroll;
  height: 100px;
}

.responsive-iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.hide {
  display: none;
}

.mr10 {
  margin-right: 10px;
}

.modal { overflow: auto !important; }

.random-background {
  background-image: url("https://source.unsplash.com/800x600/?computer,workspace");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.gradient {
  background: rgba(17,17,17,0.15);
  background: -moz-radial-gradient(center, ellipse cover, rgba(17,17,17,0.15) 0%, rgba(43,43,43,0.15) 0%, rgba(28,28,28,0.15) 0%, rgba(19,19,19,0.15) 0%, rgba(71,71,71,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(17,17,17,0.15)), color-stop(0%, rgba(43,43,43,0.15)), color-stop(0%, rgba(28,28,28,0.15)), color-stop(0%, rgba(19,19,19,0.15)), color-stop(100%, rgba(71,71,71,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(17,17,17,0.15) 0%, rgba(43,43,43,0.15) 0%, rgba(28,28,28,0.15) 0%, rgba(19,19,19,0.15) 0%, rgba(71,71,71,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(17,17,17,0.15) 0%, rgba(43,43,43,0.15) 0%, rgba(28,28,28,0.15) 0%, rgba(19,19,19,0.15) 0%, rgba(71,71,71,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(17,17,17,0.15) 0%, rgba(43,43,43,0.15) 0%, rgba(28,28,28,0.15) 0%, rgba(19,19,19,0.15) 0%, rgba(71,71,71,1) 100%);
  background: radial-gradient(ellipse at center, rgba(17,17,17,0.15) 0%, rgba(43,43,43,0.15) 0%, rgba(28,28,28,0.15) 0%, rgba(19,19,19,0.15) 0%, rgba(71,71,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#474747', GradientType=1 );
}
.login-box-msg {
  color:red;
}
.pointer {cursor: pointer;}
.navbar-fixed-top {
  z-index: 1;
  padding-top: 50px;
  padding-left: 230px;
}
.navbar-fixed-top.m {
  padding-left: 50px;
}
.navbar-fixed-top > div > .navbar-collapse > ul {
  padding-right: 15px;
  padding-left: 15px;
}
.icoinput {
  width: 20px;
}
.width100 {
  width: 100px;
}
.fixed-d {
  position: fixed;
}
.fixed-d.navbar-static-top{
  top: 0;
  right: 0;
  left: 0;
}
.content-header {
  margin-top: 50px;
}
.scroller {
  overflow: scroll;
  height: 100%;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.nav-menu {
  padding-right: 15px;
  padding-left: 15px;
}

/* Button transition */
.transition {
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.transition span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.transition span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.transition:hover span {
  padding-right: 25px;
}
.transition:hover span:after {
  opacity: 1;
  right: 0;
}

/* Modal */
.modal-header,
.modal-footer {
  background-color: #3498DB;
  color: white
}
.modal-header.error,
.modal-footer.error {
  background-color: #D9523F;
  color: white
}
.modal-header.warning,
.modal-footer.warning {
  background-color: #FFA200;
  color: white
}
.modal-header.success,
.modal-footer.success {
  background-color: #06C671;
  color: white
}
.modal-header.black,
.modal-footer.black {
  background-color: #3C3A3A;
  color: white
}
.modal.modal-wide .modal-dialog {
  width: 95%;
  height: 95%;
  /* padding: 0;
  margin:0;
  position: absolute; */
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/* Background Animated */
.background-animated {
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/* Tooltip */
div.tooltip-inner {
    max-width: 500px;
}
/* Select2 has-error */
.has-error .select2-selection {
    border-color: rgb(220, 53, 64);
}

.pagebreak {
    clear: both;
    page-break-after: always;
}

tbody.deviceinfo {
  text-transform: capitalize;
}

.terminal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .0);
  width: 100vw;
  height: 100vh;
}
.terminal-overlay > .nav-tabs {
  background-color: rgba(255, 255, 255, 100);
}
.terminal-overlay > .trans-terminal {
  background-color: rgba(0, 0, 0, .8);
  height: 100vh;
}
.terminal-overlay > .solid-terminal {
  background-color: rgba(0, 0, 0, 100);
  height: 100vh;
}
#close-terminal {
  margin-right: 10px;
}
#terminal-content > .tab-pane {
  width: 90vw;
  height: 90vh;
  margin: 10px
}
#terminal-content > .inaction {
  display: block;
  top: 0;
}
#terminal-content > .notaction {
  position: absolute;
  display: block;
  top: -5000px;
}

.mini-usr-img {
  border-radius: 50%;
  width:35px;
  height:35px;
  margin-left:15px;
  position: absolute;
  top: 0;
}

.godown {
  margin-top: 10px;
  margin-right:30px;
  position: absolute;
}

.reply-area {
  margin-left:60px;
  margin-right:21px;
  position: relative;
}

.mtop10 {
  margin-top: 10px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.topicoption.hide {
  display:none;
}
.topicoption.show {
  display:block;
}

a > .fas,.far,.fal {
  margin-right: 5px;
}

.timeline-footer > a {
  margin-right: 5px;
  margin-bottom: 5px;
}
 .timeline-item > h3 > i {
   margin-left: 5px;
   font-size: 12px;
   color: #999;
 }

 .reply-removed {
   font-size: 12px;
   color: #999;
   font-style: italic;
 }

 .map {
   height: 77vh;
   width: 100%;
 }

 .select-map {
   position: absolute;
   z-index: 1000;
   right: 20px;
   top: 20px;
 }

 .select-mark {
   position: absolute;
   z-index: 1000;
   left: 20px;
   bottom: 20px;
   background-color: rgba(255, 255, 255, 0.7);
 }

 .ol-popup {
   position: absolute;
   background-color: white;
   -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
   filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
   padding: 15px;
   border-radius: 10px;
   border: 1px solid #cccccc;
   bottom: 12px;
   left: -50px;
   min-width: 250px;
 }
 .ol-popup:after, .ol-popup:before {
   top: 100%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
 }
 .ol-popup:after {
   border-top-color: white;
   border-width: 10px;
   left: 48px;
   margin-left: -10px;
 }
 .ol-popup:before {
   border-top-color: #cccccc;
   border-width: 11px;
   left: 48px;
   margin-left: -11px;
 }
 .ol-popup-closer {
   text-decoration: none;
   position: absolute;
   top: 2px;
   right: 8px;
 }
 .ol-popup-closer:after {
   content: "✖";
 }

 .terminal_container {
   border: 3px solid #f1f1f1;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   width: 100%;
   height: 100%
 }

 /* Container for columns and the top "toolbar" */
 .terminal_row {
   padding: 10px;
   background: #f1f1f1;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
 }

 /* Create three unequal columns that floats next to each other */
 .terminal_column {
   float: left;
 }

 .terminal_left {
   width: 15%;
 }

 .terminal_middle {
   width: 75%;
   text-align: center;
 }

 .trans-terminal {
   background-color: rgba(0, 0, 0, .8);
 }

.solid-terminal {
  background-color: rgba(0, 0, 0, 1);
}
 /* Clear floats after the columns */
 .terminal_row:after {
   content: "";
   display: table;
   clear: both;
 }

 .terminal_title {
   margin-top: -8px;
   height: 25px;
   color: #666;
   padding: 5px;
   width: 100%;
   text-align: center;
 }

 .terminal_content {
   padding: 10px;
 }

 .loader {
 height: 20px;
 width: 250px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 }
 .loader--dot {
 animation-name: loader;
 animation-timing-function: ease-in-out;
 animation-duration: 3s;
 animation-iteration-count: infinite;
 height: 20px;
 width: 20px;
 border-radius: 100%;
 background-color: black;
 position: absolute;
 border: 2px solid white;
 }
 .loader--dot:first-child {
 background-color: #8cc759;
 animation-delay: 0.5s;
 }
 .loader--dot:nth-child(2) {
 background-color: #8c6daf;
 animation-delay: 0.4s;
 }
 .loader--dot:nth-child(3) {
 background-color: #ef5d74;
 animation-delay: 0.3s;
 }
 .loader--dot:nth-child(4) {
 background-color: #f9a74b;
 animation-delay: 0.2s;
 }
 .loader--dot:nth-child(5) {
 background-color: #60beeb;
 animation-delay: 0.1s;
 }
 .loader--dot:nth-child(6) {
 background-color: #fbef5a;
 animation-delay: 0s;
 }

 @keyframes loader {
 15% {
  transform: translateX(0);
 }
 45% {
  transform: translateX(230px);
 }
 65% {
  transform: translateX(230px);
 }
 95% {
  transform: translateX(0);
 }
 }

 .l-menu > li > .selected {
   background: linear-gradient(to left, #5bc0de 0%, #ffffff 77%);
 }
 .l-menu > li > a > i {
   margin-right: 5px;
   width: 20px;
 }
 .lx-menu > li > a > i {
   margin-right: 5px;
   width: 20px;
 }

/* Media Screen Size */
@media only screen and (max-width: 728px) {
  .nav-fixed > div > .navbar-collapse > ul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-fixed-top {
    padding-top: 0;
    padding-left: 0;
  }
}
