@-webkit-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@-o-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}

*, html{
	margin:0;
	padding:0;
}

body{
	background-image: url('/public/img/bg.jpg');
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-animation:fade-in 100ms linear; /*Safari4+*/
	-moz-animation:fade-in 100ms linear; /*Fx5+*/
	-o-animation:fade-in 100ms linear; /*Opera12+*/
	animation:fade-in 100ms linear; /*IE10+,Fx29+*/
}

.navbar-nav i.icon-user,
.navbar-nav i.icon-cog3 {
	color:#fff;
}

.modal-header .close {
    padding: 0.3rem 0.5rem !important;
}

#lang-menu .dropdown-item.active, 
#lang-menu .dropdown-item:active {
    background-color: #607d8b;
}

.page-title {
    padding: 1rem 0rem 2rem 0rem;
	color: #fff !important;
}

.card-body-new {
	padding: 0rem;
}

.content-wrapper {
	min-height:550px;
}

.blog-horizontal .card-img-actions {
/*	
	width: 30% !important;
	float: right !important;
	z-index: 10;
*/	
}

@media (min-width:576px) {
	.blog-horizontal .card-img-actions {
		width: 25% !important;
	}
	/*
	.card-body .card-img {
		border-top-right-radius:0px !important;
		border-bottom-right-radius:0px !important;
	}
	*/

}

@media (max-width:575px) {
	.content {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	h1.title-text {
		font-size: 1.4rem !important;
	}
	.navbar-brand {
		padding-top:0px !important;
	}
}	


@media (max-width:768px) {
	h1.title-text {
		font-size: 1.4rem !important;
	}
	.navbar-brand {
		padding-top:0px !important;
	}
}


footer .container {
/*	
	max-width: 100% !important;
	margin: 0 auto !important;
*/	
}
	
.navbar-nav li {
	/*
	margin-left:3px;
	margin-right:3px;
	*/
}

.navbar-toggler i {
	color:#fff;
}

.view-type a{
	transition: 0.5s;
	opacity:0.3;	
}

.view-type a:hover{
	opacity:1;	
}

.card-body-footer {
	/*
	display: flex !important;
	margin-top:10px;	
	*/
	position:absolute;
	bottom:0px;
	left:0px;
}

.scale {
	display: inline-block;
	overflow: hidden;
}
.scale img {
	transition: 0.5s;
	display: block;
}
.scale img:hover {
	transform: scale(1.1);
}

img.card-img,
img.card-img-top {
	opacity:1;	
	transition: 0.5s;
}

img.card-img:hover,
img.card-img-top:hover {
	opacity:0.4;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
}

.block-img:hover img {
  opacity: 0.3;
  filter: grayscale(100%); 
  transform: scale(1.2);
}

.block-img:hover .middle {
  opacity: 1;
}

.block-img {
	position: relative;
	overflow: hidden;
}

.block-img img {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: 1s ease;
  backface-visibility: hidden;
  display: inline-block;
}

img.card-img:hover img {
  opacity: 0.3;
}

img.card-img:hover .middle {
  opacity: 1;
}

.small, small {
    font-size: 68% !important;
}

.back-to-top {
    position: fixed;
	border-radius: 5px !important;
    display: none;
	z-index:10;
	right:15px;
	bottom:15px;
	padding: 10px;
}

.title-text {
	color:#fff;
	line-height: 1.60;
	margin-bottom: 0px;
}

a.app-store {
	opacity:0.8;
	transition: 0.5s;
}

a.app-store:hover {
	opacity:1;
}

/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
  background:#007aeb;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width:100%;
}

.navbar {
    z-index: 2;
}

.user-info {
	margin-left:15px;
	float:right;
	display: flex;
}

.user-new {
	line-height:18px;
	padding:0px;
	margin:0px;
}

/*
.navbar-collapse {
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: 99;
}
*/

/*
.sidebar-mobile-main .navbar {
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: 99;
}
*/

.card-title {
	overflow: hidden;
	line-height: 30px;
}

h2 a.text-uppercase-new {
	line-height:1.0 !important;
}

h1.title-text {
	text-transform: uppercase;
}

a.user-info {
	margin-right:0px !important;
}

a.user-info {
	line-height: 15px;
	margin: 0px;
	padding: 11px;
	color: #aaa !important;	
	margin: 0px 10px 0px 10px;
}

a.user-info:hover {
	color: #fff !important;	
}

.user-block {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #555;
}

img.user-image {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

img.user-image2 {
  width: auto;
  height: 26px;
}

img.user-image3 {
  width: 100%;
  margin-bottom:20px;
  opacity:0.8;
}

img.user-image3:hover {
  opacity:1;
}

.btn-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

.datatable-header {
	padding: 1.25rem 1.25rem 0rem 1.25rem !important;
}

.datatable-footer {
	padding:0px !important;
}

.dataTables_filter input {
	width: 20rem !important;
}

.dt-button-collection {
	padding:0px !important;
}

.dt-button-collection .btn {
	width:100% !important;
	margin-bottom:5px;
}

.buttons-columnVisibility {
	
}

.input-group,
.form-group {
    margin-bottom: 0.9rem !important;
}

.dt-print-view {
	background-image: none !important;
	color:#000 !important;
	background-color:#fff !important;
	margin: 25px !important;
	text-align:center !important;
	width:100% !important;
}

.dt-print-view>.icon-checkmark4 {
	color:#000 !important;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    background-color: darkslategray !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dt-print-view table {
  border-collapse: collapse !important;
  width:100% !important;
}

.dt-print-view th, .dt-print-view td {
  color:#000 !important;
  border: 1px solid #000 !important;
  padding: .3em 1em !important;
  text-align:center !important;
}

.table-responsive .table-bordered {
    border-bottom: none !important;
}

.pnotify  {
	margin-top:50px;
}

.img-blink {
	animation: blink 0.7s infinite;
	z-index:99999 !important;
}

@keyframes blink {
	50% {opacity: 1}
	50% {opacity: 0.4}
}

blink{
	animation: blink 1s infinite;
	z-index:99999 !important;
}

img.avatar {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    max-width: 300px;
	height:auto;
	margin-bottom:35px;
}

img.avatar:hover {
	opacity:0.9;
}

p.about-org {
	margin-left:5px;	
}

.about-org span{
	color:#ccc;
}


.new-sessions {
	position:absolute;
	bottom:0px;
	left:10px;
	right:0px;
	background-color: rgba(255,255,255,0.1);
}

.new-sessions2 {
	background-color: rgba(0,0,0,0.1);
	padding:0px;
	margin:0px;
}


.has-fixed-height-new {
    height: 300px;
}

.rounded-circle-new,
.timeline-icon-new {
	background-color: #fff !important;
}

.timeline-icon-new img {
    width: 2.7rem;
    height: 2.7rem;
	margin: -4px 0px 0px -2px;
}

img.example {
	width: 65%;
	height:auto;
}

.example2,
img.example2 {
	border-radius: 3px !important;
	border: 1px solid #fff;
	height:auto;
}


.video3 {
	float:right;
	width:100%;
	height:100%;
}

.exampleblock3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45%;
	height: auto;
	overflow:hidden;
	background-color: rgba(0,0,0,0.1);
	text-align:left;
	padding: 0px;
	min-height:150px;
}

.homeinfo p{
	margin-left: 15px;
	margin-bottom: 5px;
}

.imgmap {
	overflow:hidden;
	position: relative;
	width:100%;
	height:auto;
}

.jBox-content {
	color:#333;
	font-size: 20px;
	color:blue;
}

.my-tooltip:hover {
	opacity:0.8;
}

.my-tooltip {
	animation: blink2 1s infinite;
	border-radius: 50%;
	border: 4px solid red;
	position:absolute;
	z-index:999;
	cursor:pointer;
	color: #fff;
	opacity:1;
}

@keyframes blink2 {
	50% {opacity: 1}
	50% {opacity: 0.5}
}

blink2{
	animation: blink2 1s infinite;
	z-index:99999 !important;
}

.jBox-wrapper {
	/*
	display: block !important;
	opacity: 1 !important;
	*/
}

/*
.my-tooltip {
	transition: -webkit-filter 1s, filter 1s;
	-webkit-filter: invert(0%);
	filter: invert(0%);
}

.my-tooltip:hover, .inverted {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
*/

.demo-block {
	margin-top:0px;
	overflow:hidden;
}

.demo-block img {
	border-radius: 5px !important;
	border: 1px solid #777;
}

/*
.jBox-Tooltip .jBox-container, 
.jBox-Mouse .jBox-container {
	background-color: #353f53 !important;
	color:#fff !important;
}

.light .jBox-container {
	background-color: #353f53 !important;
	color:#333 !important;
}
*/

.liquidFillGaugeText {
	fill: rgb(255, 255, 255) !important;
}

.sensors-demo .card {
	min-height: 315px;
}

.arc-goal-completed {

}

svg {
 
 width: 100%;
 height: 100%;
 
}


.tubeLabel{
	fill:#FCEFD6;
	font-size:1.4em;
	font-family: "din-condensed-web", sans-serif;
	/* font-family: "filson-soft", sans-serif; */
	text-anchor:middle;
}

.dragger{
	-webkit-tap-highlight-color:transparent;
}

.temp .label{
 fill:#FFFCF9;
 font-size:50px;
 text-anchor:middle;
 letter-spacing:1.2px;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@keyframes spin2 {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#rotateimg {
width: 150px;
height: 150px;
background-color: #333 !important;
border-radius: 50%;
border: 10px solid #ccc;
padding: 5px;
}

img.rotate-img0{
  
}

img.rotate-img1{
  animation: spin 2000ms linear 0s infinite;
}

img.rotate-img2{
  animation: spin 1500ms linear 0s infinite;
}

img.rotate-img3{
  animation: spin 1000ms linear 0s infinite;
}

img.rotate-img4{
  animation: spin 500ms linear 0s infinite;
}

img.rotate-img5{
  animation: spin 50ms linear 0s infinite;
}

.wg_respons_box2 {
    border: none !important;
}

.wg_top {
	display:none !important;
}

.widget.widget_5 .wg_top .wg_title {
	background:none !important;
	border-bottom: 1px solid #aaa !important;
	padding-bottom:15px !important;
	margin-bottom:15px !important;
}

.widget.widget_5 {
	background:none !important;
	color: #fff !important;
}

.wg_bottom_wrap {
	display:none !important;
}

.wg_height_250 .widget.widget_5 .wg_content {
    margin-top: 0px !important;
}

.sensors-demo .ui-slider-vertical {
    height: 180px !important;
}

.particles {
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.5;
	/*
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
	opacity:0.5;
	*/
}