#footer-container {
	position: fixed;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom:0px;
	background-color: #00B0F0;
	background-color: #00B0F0;
	padding: 0px;
	z-index: 1001;
}

#footer {
  margin: auto;
  width: 100%;
  height: 44px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 240px;
  background-color: #00B0F0;
  background: url("../images/vaisala-footer-logo.png") no-repeat; 
  background-position: bottom left; 
  z-index: 1001;  
}

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00B0F0;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #00B0F0;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #00B0F0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #00B0F0;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="xtrue"] {
    color: #fff;
    background: #0076A5;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.sidemenu-toggle::after {
	right: 20px;
}	

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #00B0F0;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #00B0F0;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
	margin-right: 2em;
}

#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;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@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);
    }

}

.search-form {
	padding-top:0px;
	padding-left:5%;
	padding-right:20%;
}

.asset-form {
	padding-top:28px;
	padding-left:5%;
	padding-right:10%;
	padding-top:0px;
}

.template-card {
	margin:20px;
	min-width:300px;
	max-width:300px;
	min-height:200px;
	max-height:300px;
}
.template-card:hover {
	background-color: #eee;	
}

.block {
	margin-bottom:30px;
	padding:30px;
	border:1px solid #eee;
	background-color: #fefefe;
}

.hidden {
	display: none;
}

.res-col {
	border-right: 1px solid #ccc;	
}	

.res-line {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;	
}	

td.isb-data, div.isb-data {
	font-size: 1rem;
	font-weight: 600;
	padding-top:0.75em;
	line-height: 1.2;
	color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
	overflow-wrap: break-word;
	white-space: pre-line;
}

.isb-location {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
	overflow-wrap: break-word;
	white-space: pre-line;
}


.map-card {
	max-width:400px;
	min-width:400px;
	margin-bottom:1px;
	border-left: 8px solid #009AC8;
	overflow-x:hidden;
}

#result-map-wrapper{
	position:absolute;	
	max-height:500px;
	overflow-x:hidden;
}

#result-map-items{
	padding-top:2px;
	padding-left:20px;
	overflow-x:hidden;
	overflow-y:auto;
}

@media (min-width: 1024px) {
	.map-wrapper {
		border-left:1px solid #eee;
	}
	
}

@media (max-width: 1024px) {
	.search-form {
		padding-right:5%;	
	}
	.asset-form {
		padding-right:5%;	
	}	
}	

.edit-cell {
	font-size:12px;
	color: #000;
	max-width: 10px;
	padding-right:3px !important;
	padding-left:3px !important;
	background-color:#fff;
}

.btn-edit>i {
	color: #aaa !important;
}

.btn-edit:hover>i {
	color: #000 !important;
}

.btn-delete>i {
	color: #bbb !important;
}

.btn-delete:hover>i {
	color: #F00 !important;
}

@media (min-width: 1024px) {
	.navbar-nav>li.active {
		border-bottom:2px solid #fff;
	} 
}

.talousarvio-tili {
	padding-left:50px!important;		
	white-space: nowrap;
	/* font-size:90% */
}

.talousarvio-jaama {
	padding-left:16px!important;	
	white-space: nowrap;
	/* font-size:90% */
}

.talousarvio-luku {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 0px);
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #55595c;
	background-color: #f7f7f9;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	border-radius: 0;	
	color: #55595c;
	background-color: #f7f7f9;
	border-color: #5a5a5a;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.1rem rgba(26,26,26,0.15);
	box-shadow: 0 0 0 1px rgba(26,26,26,0.15);
	line-height: 0.8;
	height: 30px;
	padding: 10px 20px 10px 20px;
	margin-top:-5px;
}

.talousarvio-sum-luku {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 0px);
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 0px solid #ced4da;
	border-radius: 0;	
	color: #55595c;
	outline: 0;
	line-height: 0.8;
	height: 30px;
	padding: 10px 20px 10px 20px;
	margin-top:-5px;
}

.talousarvio-luku-readonly {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 0px);
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 0;	
	color: #55595c;
	outline: 0;
	line-height: 0.8;
	height: 30px;
	padding: 10px 20px 10px 20px;
	margin-top:-5px;
}

.btn-space {
	margin-left:0.5em!important;
}

.btn-drowdown {
  padding-top:0px;	
  padding-bottom:0px;
  background-color: transparent;
}

.btn-drowdown:hover {
  background-color: transparent;
}

.info {
	font-size:96%;
	color: #606060;
}

.table-action-button {
	
}

.btn-edit, .btn-kohdista {
	color: #606060 !important;
	text-decoration: underline;
}

.btn-edit::after, .btn-kohdista::after {
  /* content: " \0020\0020"; */
  display: inline-block;
}

.btn-edit:hover, .btn-kohdista:hover {
	color: #000 !important;
	text-decoration: underline;
}

.btn-edit:hover::after, .btn-kohdista:hover::after {
  /* content: " \270e"; */
  text-decoration: none;
  display: inline-block;
}

.select-sm {
  max-width:20px;	
}

.no-wrap {
	white-space: nowrap!important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #fff!important;
  color: #55595c;
}

.kohdistettu { 
	
}

@media print {
  .container, .content {
    width: auto;
  }
}

@media print {
   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }
}

@media print {
   .form-control {
		padding-left:0px;
		padding-right: 0px;
		padding-top: 0px;
   }		
}

textarea { height: auto; }

.full > .control-label {
	display:block;
	text-align:left;
	width:100%;
}		

.full > .controls {
	width: 100%;	
}

ol > li > a { 
	text-decoration: underline 1px #aaa;
}

table.table-bordered.dataTable tbody td {
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.filter-title {
	color:#aaa;
	font-size:10px;
	margin-top:-20px;
	margin-left:-20px;
	padding-bottom:10px;
}

.btn-space-right {
	margin-bottom:0.2em;
	margin-right:0.2em;
}	

.breadcrumb-item + .breadcrumb-item::before {
	content: ">";	
}	


.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.water-chart {
	width: 400px;
	height: 400px;
}
	
@media (min-width: 700px) {
	
	.water-chart {
		width: 400px;
		height: 200px;
	}	
	
}	

textarea {
	min-height: 60px;
	overflow-y: auto;
	word-wrap:break-word
}