@CHARSET "UTF-8";

/* Style for showing topology (The Cytoscape Web container must have its dimensions set.) */
#cytoscapeweb {
	width: 100%;
	height: 50%;
	border: 1px solid rgb(221, 221, 221);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#note {
	width: 100%;
	height: 50%;
	min-height: 150px;
	background-color: #f0f0f0;
	overflow: auto;
	border: 1px solid rgb(221, 221, 221);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#topology-frame {
	min-height: 500px;
}
/* end style for topology drawing */

html, body {
	height:100%;
	padding-bottom: 1px;
 } 
 
 body{
	overflow-y: scroll !important;
	padding-right:0 !important;
	padding-top: 100px !important;
 } 

#wrap { 
	min-height: 100%;
	height: auto !important;
	margin: 0pt auto -50px;
}

#footer, #push {
	height: 52px;
}

#footer {
	margin-top: -50px;
	background-color: rgb(34,34,34);
}

.subnav {
	margin-top:50px;
}

.subnavul {
	margin-left: 18%;
}

.credit {
	margin: 16px 0pt;
}

.ptop {
	/*padding-top: 50px;*/
}

.pleft {
	padding-left: 40px;
}

.pbot {
	padding-bottom: 20px;
}

.marginate {
	margin: 10px;
	margin-left: 0px;
}

.notopline {
	border-top: none;
}

.textmiddle {
	text-align: center;
}

.checkboxspan {
	padding: 14px 16px 10px;
	margin-left: -15px;
	margin-right: 15px;
	vertical-align: middle;
	border: 1px solid rgb(200,200,200);
	background-color: rgb(220,220,220);
}

.userlist {
	max-width: 500px;
}

.navlist {
	margin-top: 20px;	
}

.navitem {
	background-color: rgb(34, 34, 34);
	border-color: rgb(8, 8, 8);
}

.dropdown-menu>li>a.navlink {
	color: rgb(119, 119, 119);
}

.dropdown-menu>.active>a.navlink {
	background-color: black;
	color: white;
}


/*
a.active.list-group-item {
	background-color: black;
	color: white;
	border-color: rgb(8, 8, 8);
}

a.active.list-group-item:HOVER {
	background-color: black;
	color: white;
	border-color: rgb(8, 8, 8);
}

a.active.list-group-item.navlink {
	background-color: black;
	color: white;
	border-color: rgb(8, 8, 8);
}
*/

.clicklist:hover {
	background-color: rgb(200, 200, 200);
}

.clicklist.chosen {
	background-color: rgb(200, 200, 200);
}

.imgLi {
	list-style: none;
	margin-bottom: 25px;
}

.listImg {
	height: 50px;
	width: auto;
	object-fit: scale-down;
	margin: auto;
}

.inline {
	display: inline-block;
}


button.discard{
	padding: 3px;
}

.reg-wsn-link{
	color: #31708f;
	font-weight: bold;
	text-decoration: underline;
}
.initiallyHidden{display: none}
.panelHeaderLeft{width:70%;} 
.panelHeaderRight{width:30%;} 
.panel-title-label{line-height:34px; vertical-align:middle; margin-right: 10px;} 
.navigationIconMargin{margin-right: 8px;} 
.btnMarginRight{margin-right: 3%;}
.openLog{margin-left:10px !important;}
.closeLog{margin-left:10px !important;}
.openFilter{margin-left:10px !important;}

.panel-heading{
	margin:1px;
}

.dropdown-toggle{
	height:100%;
}

.requestPermissionForInputGroup{
	margin-bottom:10px;
}

.hideLeftRoundCorners{
	border-radius: 0px 4px 4px 0px;
	border: collapse;
}

.myWsnOperations button, .myWsnOperations .toggle{
	margin-top:5px;
}

.btnMarginLeft{
	margin-left:10px;
}

@media screen and (min-width: 992px) {
	.logFilterContainer .col{padding:10px 5px 0px 0px !important;}
	.logFilterContainer .col:last-child{padding:10px 0px 0px 5px !important;}
	
	.chartsPerNodeHeader>div{
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 992px) {
	.chartsPerNodeHeader>div{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.chartsPerNodeBody{
		float: left;
		width: 100%;
		display: block;
	}

	.containerDatastreamChart{
		margin-top:5px;
	}
	
    .logFilterContainer .col{padding:10px 0px 0px 0px !important;}
}

@media screen and (max-width: 620px) {
    .creditLarge {display:none;}
}

.accountDetails{
	padding-left:0px !important;
}
.colNoPaddingLeft{
	padding-left: 0px !important;
}

.colNoPaddingRight{
	padding-right: 0px !important;
}

.colNoPaddingBoth{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.input-lg-marginTop{
	margin-top: 10px;
}

.sensorBox{
	margin-bottom: 20px;
}


.bg{
	background: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.centerMessage{
	margin:auto;
	text-align:center;
}

.jumbotron{
	padding:30px;
}

.jumbotron .btn-welcome{
	height:100%;
	display:block;
}

.jumbotron .btnGroup{
	margin-top:30px;
}

.jumbotron p{
	margin:9px 0px 10px 0px !important;
}

.jumbotron .col-welcome{
	padding-left: 0 !important;
	padding-right:15px;
	height: 60px;
	vertical-align:middle;
	text-align:center;
	margin-top:10px;
}

.jumbotron .col-welcome:last-child{
	padding-left: 0px !important;
	padding-right:0px !important;
}

.modal {
	padding-right: 0!important;
}

.toggle.stretch{
	display:block;
	width:auto !important;
}
form{
	margin-bottom:0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
	  margin-right:0 !important;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.panel-login{
	border-top:0px !important;
}

#login-form{
	border:0px !important;
	margin-bottom: 0px !important;
}

#register-form{
	border:0px !important;
	margin-bottom: 0px !important;
}

.btn-primary{
	background-color: #337ab7 !important;
	border-color: #337ab7 !important;
	border-style:solid !important;
}

.pillContainerLogin{
	font-size: 18px;
}

.pillListElement a{
	padding: 20px 15px!important;
}

.pillElementLogin{
	border-radius: 4px 0px 0px 0px !important;
	color: #777 !important;
	background-color: #e1e1e1;
}

.pillElementRegister{
	border-radius: 0px 4px 0px 0px !important;
	color: #777 !important;
	background-color: #e1e1e1;
}

.pillContainerLogin .active a{
	background-color: transparent !important;
	color: #333 !important;
}

@media (max-width: 768px) {
  .pillContainerLogin > li {
    display: table-cell;
    width: 1%;
  }
  .pillContainerLogin > li > a  {
    border-bottom: 0px solid #ddd !important;
    margin-bottom: 0 !important;
  }
  
  .bigScreenJumboDescription{
	  display:none;
  }
  
  body{
	  padding-top: 75px !important;
  }
}

.marginBottomText{
	margin-bottom:20px;
}

.panelDatastreamChart{
	margin-bottom:0!important;
}

.panelDatastreamChart .panel-body{
	padding: 0px !important;
	border: 0px !important;
}

.chartsPerNodeHeader{
	padding-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
}

.chartsPerNodeBody{
	background-color: #E5E5E5;
	padding:0px 0px 0px 0px !important;
}	

.emptyNodeBodyText {
    text-align:center;
	padding: 6px 12px;
	margin:0px !important;
}

.showNodes{
	border-radius: 4px 4px 0px 0px !important;
}

.nodeHeaderContainer{
	padding:0px !important;
	margin-bottom: 5px;
}

.nodeContainerBackground{
	background-color: #E5E5E5;
	padding: 5px;
	border: 1px solid #337ab7;
}

.allSensorContainer{
	background-color: #E5E5E5;
	border:1px solid #E5E5E5;
	padding: 5px 5px 0px 5px;
}

.containerDatastreamChart{
	padding: 5px !important;
}

.containerDatastreamChart .panel-heading{
	padding: 10px 0px !important;
}

.containerDatastreamChart .panel-heading h3{
	padding: 10px 0px !important;
}

.visualizationNav li{
	text-decoration: none;
    background-color: #eee;
}

.chartLoadingSymbol{
	font-size:16px;
}

.loadingSymbol{
	font-size: 62px;
    display: block;
	margin:auto;
}

.loadingSymbol i{
	margin-top:25%;	
    width: 100%;
}

.modal-open .modal{
	overflow-y:scroll !important;
}

.request-row{
	padding-bottom: 8px;
}

.loadingWindow{
	width:100px;
	height:100px;
	margin:auto;
}

.datatableOperationButtons{
	float:left;
}

.panelDatastreamChart .panel-heading button span{
	font-size: 18px !important;
}

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#filteredData_info{
	float:left;
}

.sliderContainer{
	margin:10px;
}

.p-1{
	padding: 1em !important;
}

.p-3{
	padding: 3em !important;
}

.pl-0{
	padding-left: 0 !important;
}

.pb-0-5{
	padding-bottom: 0.5em !important;
}

.pr-0{
	padding-right: 0 !important;
}

.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.m-2{
	margin: 2em !important;
}

.mb-1{
	margin-bottom: 1em !important;
}

.mb-2{
	margin-bottom: 2em !important;
}

.mb-0-5{
	margin-bottom: 0.5em !important;
}

.ml-1{
	margin-left: 1em !important;
}

.ml-0-5{
	margin-left: 0.5em !important;
}

.mt-1{
	margin-top: 1em !important;
}

.mt-2{
	margin-top: 2em !important;
}

.mr-1{
	margin-right: 1em !important;
}
.mr-0-5{
	margin-right: 0.5em !important;
}

.text-white{
	color: white !important;
}

.displayTable{
	display:table !important;
}