/* CSS Document */

.fa-align-up {
	padding-top: 3px; 
	padding-bottom: 8px;
}

.fa-small-align-up {
	padding-top: 0px; 
	padding-bottom: 5px;
}

.fa-align-down {
	padding-top: 8px; 
	padding-bottom: 3px;
}
.fa-small-align-down {
	padding-top: 5px; 
	padding-bottom: 0px;
}

.fa-little {
	font-size:0.75em; 
	font-style:bold;
}

.full-width{
	width: 100% !important;
}

/* Login Page style */
.loginContainer .topBlock{
	height:300px;
	background: #004050;
}
.loginContainer .bottomBlock{
}

#loginPageEnergis{
	margin-top: -20%;
}

.login-container .block-flat {
  padding: 0;
  overflow: hidden;
  background-color: #fff !important;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 19%);
}

.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
}
/*.login-container .header .logo-img {
  margin-top: -8px;
  width:120px;
}*/
.login-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .block-flat .content .title {
  margin-top: 0;
  font-weight:600;
}
.login-container .block-flat .modal-footer{
	margin-top:20px;
}
.login-container .block-flat .modal-footer label a {
	color: #E65100;
}

.login-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}
.login-container .out-links {  
  color:#999;
}
.login-container .out-links a{
  color:#888;
}


.loginModal .modal-content{
  background-color: transparent;
  box-shadow: none;
  border: none;
}

/* list <-> detail structure */
.master-left-panel, .row .master-left-panel {
  padding-right: 0; 
}
.master-left-panel .active {

}
.slave-right-panel{
  background-color: #f5f5f5;
  padding: 5px 20px !important;
}

#hidden-below-1024{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #eee;
    z-index: 1000;
    
    display: none;
}

#hidden-below-1024 div{
    background: #004050;
    height: 100%;
    color: #fff;
    padding: 24% 24% 0 5%;
}

#hidden-below-1024 h1{
    font-size: 48px;
    font-weight: 500;
}

#hidden-below-1024 h2{
    font-size: 34px;
}

#hidden-below-1024 div img{
    position: absolute;
    top: 60px;
    right: -310px;
}

#hidden-below-1024 .full-screen{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}



    #cl-wrapper.loginContainer {
        padding-top: 0px;
        margin-left: 0;
    }
		

    #nspopover-1 .list-group-item{
        background: #f5f5f5;

    }

    #nspopover-1 .list-group-item a{
        color: #2e5ca0;
		font-size: 13px;
    }
 /* Quick Search: end */
	
/* Temporary - EBU4180 */
en-single-metric-template-selector tags-input .autocomplete{
	width: 600px !important;
}

en-single-metric-template-selector tags-input .autocomplete .suggestion-item{
	font-size: 14px;
}

/* Block panel */
.block-flat,
.block-wizard {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #EDF0F7;  
  background: #fff;
}

.block-flat.light{
	box-shadow:none;
	border:none;
	margin-bottom:5px;
	background:none;
	padding:0;
}

.block-flat.widget-container{
	padding: 0 !important;
}

.block-flat .widget-container-header{
	padding: 10px !important;
}

.block-flat.widget-container .content{
	padding: 0 !important;
	overflow: hidden;
}

.block .header,
.widget-block .header{
  padding: 10px;
  background-color: #FEFEFE;
  border-bottom:1px solid #EDF0F7;
  font-weight:600;
  font-size: 14px;
}
.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}
.block-flat .header {
  background: transparent;
  padding: 0;
  position: relative;
  min-height: 45px;
}

.block-flat .header i:hover, a.action:hover {
	background-color: #eee;
}
.block-flat .header strong {
    display: block; 
}
.block-flat .header .card-options{
	position: absolute;
	top: 5px;
	right: 5px;	
}

.dropdown-menu.has-checkbox>li>.custom-checkbox{
	display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
}
.dropdown-menu.has-checkbox>li>*{color: #333 !important;}

.dropdown-menu.has-checkbox>li>.custom-checkbox span{
	line-height: 1.42857143;
    color: #333;
	margin-left: 10px;
}

/* START: dropdown-submenu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;    
    display: none;    
    padding: 8px;
    margin: 0;
}
.dropdown-submenu>.dropdown-menu>.scrollable-box {      
    max-height: 12em;  
    overflow: auto;
    overflow-x: hidden;    
}
.dropdown-menu>.scrollable-box>li>a {
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Extend right positioning to the submenu */
.dropdown-submenu>.dropdown-menu-right {
    left: auto;
    right: 100%;
}
/* This rule is necessary for the correct display of the submenu if the menu is open at the top */
.dropup .dropdown-submenu>.dropdown-menu {    
    top: auto;
    bottom: 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    /* border-left-color: #fff; */
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* END: dropdown-submenu */

en-free-text-widget{
	padding: 0px 20px;
}

/*.block-flat .content {
  padding: 15px 3px 0 3px;
}*/
.block-flat .content table{
  overflow:auto;
}
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.block-flat .content h4 {
  margin-top: 20px;
  font-size: 16px;
}
.block-flat .content .title {
  margin: 5px 0 15px 0;
}
.block-flat.no-padding .content {
  padding: 0 !important;
}

/*.login-container .block-flat {
  overflow: hidden;
}*/
.login-container .block-flat .header {
  padding: 9px 20px;
  border:none;
  background-color:transparent;
  margin: 30px 0;
}
.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
}
/*.login-container .header .logo-img {
  margin-top: -8px;
  width:120px;
}*/
.login-container .block-flat .content {
  padding:20px 40px;
}
.login-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .block-flat .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .block-flat .banner{
	height: 550px;
    background: url(../img/energis_banner4.jpg) top right;
    background-size: 150% !important;
}
.login-container .block-flat .banner .text{
	position: absolute;
    right: 20px;
    bottom: 0px;    
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
	width:50%; 
}
.login-container .block-flat .banner .text p{
    color: #FFF;
}
.login-container .block-flat .banner .jumbotron{
	position: relative;
	z-index: 20;
	margin-bottom:0;
	padding:10px 20px;
	/*background: url(../img/text-bg.jpg);
    color: #fff;*/
    border-radius: 0;
    font-size: 14px;
}

.login-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}
.login-container .block-flat .input-group-addon {
  background: #FAFAFA;
}
.login-container .out-links {
  padding-right: 3px;
}
/*
.login-container .out-links a {
  color: #C9D4F6;
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
*/
.input-group .dropdown-menu{
	padding:10px;
}
.input-group .dropdown-menu li tr{
	line-height:30px;
	color:#2494F2;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position: relative;
	min-height: 1px;
	padding-right: 15px ;
	padding-left: 15px ;
}

.progress-slide{
	height: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	position: relative;
}
.progress-slide .progress-bar{
	position: relative;
}
.progress-slide .label{
	position: absolute;
	top:-25px;
	right: -20px;
	z-index: 1;
	
	padding:5px 10px;
	font-size:12px;
}

.progress-slide .label-baseline{
	top:0;
}
.mesure span{
	font-size:12px;
}
.mesure{
	font-size:16px;
	font-weight:500;
}

/* Tables */
/* .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
} */

.table>tbody>tr>th{
	border-right: 1px solid #ddd;   
}

.table>tbody>tr>th .bulk-actions{
	
}

.table.text-center>thead>tr>th, .table.text-center>tbody>tr>th, .table.text-center>tfoot>tr>th, .table.text-center>thead>tr>td, .table.text-center>tbody>tr>td, .table.text-center>tfoot>tr>td{
	text-align: center;   
}

.table.no-border>thead>tr>th, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>tbody>tr>td, .table.no-border>tfoot>tr>td{
	border: 0;
}

.table .text-left{
    text-align: left !important;
}
.tabbable .tab-content{
	padding:10px 5px;
}

table>tbody>tr>td .cell-subtext{
	display: block;    
}
.table .text-sm p{
	font-size:11px;
	line-height:20px;
	color:#999;
	padding:0px;
}
.table .checkbox{
	width:15px;
	margin: 5px auto;
}
.table td.viewdetail{
	font-size:20px;
	font-weight:200;
	cursor:pointer;
}
.table tr.details{
	/*display:none;*/
}
.table tr.details td{
	padding:10px 25px 15px 35px;
}
.table tr.details td h6{
	margin-left:-15px;
}
table tr td div.col-sm-6 p.jumbotron{
	margin:5px;
}
table tr td p.jumbotron{
	padding:0px;
	margin: 2px 0px;
}
table tr td p.jumbotron small{
	color:#fff;
}

.table tbody>tr>td.big-icon{
    position: relative;    
}

.table tbody>tr>td.big-icon span{
    font-size: 16px;
    color: #7d838a;
}

.table tbody>tr>td.big-icon h5{
    margin: 0 0 5px 0;
}

.table.table-in-cell{
    background: transparent;
    table-layout: fixed;
    width: fit-content;    
}

.table.table-in-cell .fix-width{
    width: 100px;    
}

.cell-timevalues{
    min-width: 72px;    
}

.separator-list{
    border-top: 1px solid #EDF0F7;
    margin-top: 20px;
    position: relative;
    padding-top: 30px;
}

.separator-list #header-list{
    position: absolute;
    top: -10px;
    left: 30px;
    background: #f0f0f0;
    padding: 0 15px;
    font-weight: 600;
}


.panel .panel-loading{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cccccc3d;
    z-index: 9;
}


.panel-group .panel{
	border:0px;
	border-radius:0;
	box-shadow:none;	
	border-top:1px solid #EDF0F7;
}

/* homepage */

#home .alert-default{ 
    background: #fff;
    height: 200px;
}

#home .alert-dismissable .close,
#home .alert-dismissible .close {
	position: absolute;
    top: -25px;
    right: 5px;
    font-size: 16px;
    opacity: .5;	
}

#home .alert-default h1{
    color: #333;
    font-weight: 600;   
}

#home .welcome-banner-image{
	height: 200px;
	background: url(../img/banner-home.png) center no-repeat;
	background-size:cover;
}

#home .thumbnail{
    min-height: 210px;
    padding: 15px;
}

#home .thumbnail:hover{
    box-shadow: 2px 2px 10px #ccc;
    border: 1px solid #EDF0F7;
}

#home .thumbnail .fa{
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 55px;
    background: #eee;
	color: #7f8995;
}

#home .thumbnail h3{
    font-weight: 500;
    color: #555;
}
#home .thumbnail h3:hover{
    text-decoration: underline;
}

#home .support{
    position: fixed;
    bottom:35px;
    right:20px;
}
/******************/

.home .panel-default >.panel-heading a:hover, .panel-default>.panel-heading a:focus, .panel-default>.panel-heading a:active{
	color:#555;
}

.home .panel-default >.panel-heading{
	border-left:3px solid transparent;
}

.home .panel-default >.panel-heading a span{
	font-size:25px;
	margin-right:15px;
	width: 23px;
}

.home .panel-default >.panel-heading.section-active-border{
	transition:all 0.5s;
}

.home .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: #EEE;
  border-bottom:1px solid #EDF0F7;
}

.home .panel-default>.panel-heading+.panel-collapse>.panel-body a{
	padding:10px;
	padding-bottom:0;
}

.home .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover{
	color: #13307E;
	cursor:pointer;
}

.home .panel-group .panel+.panel {
  margin-top: 0px;
}

.home h4.panel-title{
	margin:20px 0 10px;
}

.accordion_details .panel-body{
	padding:0;
}

.accordion_details .panel-title {
	padding:7px 5px;
	margin-top:0px !important;
	font-size:14px !important;
}

.accordion_details .panel-title a:hover {
	color:#2878ff;
	font-weight:300;
	cursor:pointer;
}

.navbar-fixed-bottom{
	position:absolute !important;
}

/*Alerts*/
/*.error-message{
    position: absolute;
}

.error-message .alert-danger{
    padding: 0 10px;
}

.error-message .alert-danger span{
    font-size: 13px;
}*/

/*
.form-error, .form-warn, form .text-danger, form .text-default {
    font-weight: 300;
    font-size: 11px;
    padding: 5px 10px;
    margin: 5px 0 10px;
}*/

form .text-danger.bootstrap, form .text-default.bootstrap {
	/* Recovers from problems of the previous rule. The previous rule alters Bootstrap */
    padding: 0;
    margin: 0;
    font-size: 14px;
}
/*
.form-warn {
    color: #f97700;
    background-color: #f0f0f0;
}
.form-error, form .text-danger {
    color: #555;
    background-color: rgba(237, 237, 237, 1);
}
.form-error, form .text-danger, .form-warn {
  display: block;
  text-shadow: 1px 1px 1px #fff;
  transition: all 1s;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
}
 form .text-danger.bootstrap {
	/* Recovers from problems of the previous rule. The previous rule alters Bootstrap *
 	color: rgb(169, 68, 66);
 }*/

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}
.alert strong{
	margin:0px 15px 0px 5px;
}
.alert.bootstrap strong{
	/* Recovers from problems of the previous rule. The previous rule alters Bootstrap */
	margin: inherit;
}
.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert-default .icon i{
	color:#3380FF !important;
}
.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: inherit;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: inherit;
}
.alert-warning {
  background-color: #FCF8E3;
  border-color: #F1DAAB;
  color: inherit;
}
.alert-danger {
  background-color: #F2DEDE;
  border-color: #e0b1b8;
  color: inherit;
}
.alert-white {
  background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  padding-left: 61px;
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #EDF0F7;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3A8ACE;
  background: #4D90FD;
}
.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #DAB458;
  background: #f9d43d;
}
.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54A754;
  background: #60C060;
}

.accordion_details .panel-group{
	margin-bottom:0;
}

p.form-validator{
	margin:5px 0;
	color: #B94A48;
}

/* Card */

.card{
	min-height:243px;
}
.mini-card {
    min-height: 120px;
}

.card .header input, .mini-card .header input{
	padding:3px 6px;
	margin:0;
	height:auto;
}
.card .header .col-sm-2, .mini-card .header .col-sm-2{
	line-height:30px;
}

.show-dashboard .card{
    min-height: auto;    
}
.show-dashboard .card .title{
    width: 100%;
    color: #555;
    font-size: 16px;    
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.show-dashboard .card .title span.fa{
    margin-right: 10px;
}

.row-card{
	padding:0px 10px;
    margin-bottom: 10px;
}
.row-card div{
	text-align:left;
	font-size:11px;
	color:#999;
	font-weight:600;
}
.row-card div small,.row-card table tr td small{
	margin:0px 10px;	
}

.row-card .jumbotron{
	margin:10px 5px;
	padding:10px;
	border-radius:3px;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:600;
}
/* File upload drop area */ 
.file-drop-pad {
    border: 3px dashed #ddd;
	border-radius:10px;
	padding: 20px 40px;
	text-align: center;
}
.file-drop-pad.active{
	color: #004050;
    border-color: #004050;
}
.file-drop-pad.active i{
	font-weight:800;
	font-size:30px;
}

.file-drop-container .img-thumbnail{
	border: 0;
    background: transparent;
    padding: 0;
}
/****************************/

.prevtmpl {
	position:absolute;
	z-index:999;
}
.orizSpace{
	margin:0px 10px;
}

.navbar-fixed-bottom {z-index:1000 !important;}

/* Getting started */

#top{
	z-index:10;
}

.navbar li.introjs-showElement a{
	color:#555 !important;
}

.navbar li a.icon-container {
    padding-top: 9px;
}

.red {
    color: red ! important;
}

.green {
    color : green ! important;
}

.grey {
    color : grey ! important;
}

.light-grey {
    color : lightgrey ! important;
}

.middle-grey {
    color : #939393 ! important;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-bottom-20 {
    padding-bottom:20px;
}

.padding-right-20 {
    padding-right:20px;
}

/**
 * This adjustment fixes a specific issue. If at 1080 resolution we are in Dashboard for a site and we open the
 * Administration menu as ENERGIS_ADMIN there is a problem of z-index between the menu panel and the granularities
 * so the z-index for the button is forced to auto (the default from bootstrap.css is 2)
 */

.column-fixed-20 {
    width: 20px;
}

.column-fixed-30 {
    width: 30px;
}

.column-fixed-40 {
    width: 40px;
}

.column-fixed-50 {
    width: 50px;
}

.column-fixed-60, .column-set-value-unit, .column-little-set {
    width: 60px;
}

.column-fixed-80 {
    width: 80px;
}

.column-fixed-100 {
    width: 100px;
}

.column-fixed-120, .column-set, .column-set-luminaire, .column-number {
    width: 120px;
}

.column-fixed-130 {
    width: 130px;
}

.column-fixed-180, .column-set-value-name {
    width: 230px;
}

a.like-disabled, a.like-disabled:hover, button.like-disabled  {
    /*
        background-color: #e0e0e0;
        background-image: none;
        pointer-events: none;
    */
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

a.not-enabled, a.not-enabled:hover {
    color: lightslategray;
}

a.like-disabled, a.like-disabled:hover, button.like-disabled, a.not-enabled, a.like-disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

input.column-set.ng-invalid, select.column-set.ng-invalid {
    box-sizing: border-box;
    border-color: #ff9900; /* See EBU-1226: show validation errors as a warnings in yellow or orange */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.column-date {
    width: 145px;
}

.table.reduced-cell-margin > tbody > tr > td, .table.reduced-cell-margin > thead > tr > th {
    padding: 4px !important;
}

.table.reduced-cell-font > tbody > tr > td {
    font-size: 0.9em;
}

.addCustomMetricsModal .modal-dialog  {width: 75%}

.medium-modal .modal-dialog  {width: 50%; min-width: 800px;}

.large-modal .modal-dialog  {width: 65%; min-width: 1000px;}

/* This rule has been added to solve EBU-3518; it is important that the window class is large-modal OR medium-modal since and that these css classes grant overflow-y: auto !important. */
.medium-modal, .large-modal {
    overflow-y: auto! important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.fa-icon-width {
    width: 18px;
}

.truncate{            
    white-space: nowrap;
    overflow: hidden;    
	text-overflow: ellipsis;
}
.truncate-left{            
    white-space: nowrap;
    overflow: hidden;    
    direction: rtl;
	/*margin-left:15px;*/
}

/* page Loader */

.inside_preloader{
    width: 50px;
    height: 50px;
    left: 50%;

    position: fixed;
    z-index: 99999;
    background: #fff;

    padding: 15px;

    box-shadow: 0px 3px 10px #666;
    border-radius: 50%;
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #004050;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 1em 0 0 50%;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #004050;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #004050;
    }
    29% {
        background-color: #004050;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #004050;
    }
    29% {
        background-color: #004050;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #004050;
    }
    29% {
        background-color: #004050;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}



/*### OVERRIDE bootstrap.min.modified.css:6  ###*/
@media (min-width: 768px){
	.navbar-nav.navbar-right:last-child {
		margin-right: 0px;
	}
}
/******************************/
.help-message {
    font-style: italic;
    white-space:pre;
}

.help-message.single-line {
    padding-top: 0.6em;
}

li.section .tooltip {
    position: absolute;
    margin-left:23px;
}

.adjustEnSwitchContainer {
    margin-top: -8px;
}

.welcome-text {
    font-size: 1.65em;
    text-align: justify;
}

.welcome-text .text-center {
    font-size: 1em;
    font-weight: bold;
}

.welcome-text .text-center.icon {
    font-size: 1.25em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.derivedMetricLabel {
    color:#000000;
    width: 50%;
    font-size: 150%;
}

.welcome-title {
    font-size: 1.5em;
    text-decoration: underline;
}

/*
 * hiddenInRow elements are not visible when in a row. They become visible if the user hover the mouse upon that row.  
 */
tr .hiddenInRow{
	visibility: hidden;
}
tr:hover .hiddenInRow{
	visibility: visible;
}

.tabs-asset-tree {
    /* Just CSS definition, this is the class for the tabs for the asset tree, that now has 2 different views, the site and the groups */
}

.tabs-asset-tree .tab-content {
    padding : 0em;
    background: none;
}

.tabs-asset-tree .nav-tabs > li, .tabs-asset-tree .nav-tabs > li.active, .tabs-asset-tree .nav-tabs > li a, .tabs-asset-tree .nav-tabs > li a:focus {
    background: none;
}


a.accordion-toggle{color:#555 !important;}

.mapButtons{
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  padding: 10px 20px;
  background-color: rgba(255,255,255,0.6);
}

/* Fixed Selection Metric panel in Identify Model when scroll*/
.slectionMetricPanel{
	max-height:90%;
}



.slectionMetricPanel.fixed{
	position: fixed;
	width: 20%;
	top: 30px;
	overflow-y:auto;
}

/******************************/

.valDashboard h4 {
	padding: 0px 0px 0px 80px;
	height: 21px;
}
.valDashboard h4 span.before{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 0px 5px;
	background-color: #eee;
	font-weight: 600;
	color: #555;
	border-right: 1px solid #EDF0F7;
	font-size: 12px;
	line-height: 71px;
	width: 100px;
	height: 71px;
}

.popover.bottom>.arrow {
	top: -11px !important;
}


/* Popover fiter assets */

.popover.assetsFilter {
  max-width: 600px;
  width:600px;
  border-radius: 0;
  box-shadow: 8px 3px 40px 1px #ccc;
  
  position:absolute;
  top:143px;
  left:195px;
}

.popover.assetsFilter .popover-content {
  padding: 9px 0;
}

.popover.assetsFilter hr{
  clear:both;
}

.popover.assetsFilter.right>.arrow {
  top: 0;
  left: -40px;
  margin-top: -1px;
  border-right-color: none;
  border-right-color: none;
  border-left-width: none;
  width: 40px;
  height: 37px;
  background-color: #F7F7F7;
  border: 1px solid #EDF0F7;
  border-right: none;
  box-shadow: -2px 2px 5px rgba(0,0,0,.2);
}

.popover.assetsFilter.right>.arrow:after{
	display:none;
}

.popover.assetsFilter.right>.arrow span{
	padding: 10px;
	color: #0D47A1;
}

.popover.assetsFilter .popover-content .alert{
	margin-bottom:0;
}

.popover.assetsFilter .popover-content .alert.alert-default {
  background-color: #ddd;
  border-color: #EDF0F7;
  color: #555;;
}

.popover.assetsFilter .popover-content .footer{
	padding: 0px 20px;
	background:none;
	border:none;
	margin:0;
}

.popover.assetsFilter .popover-content .footer button:first-child{
	margin-right:20px;
}

/***** DASHBOARD */
.jumbotron.choose-layout{
	text-align: right;
    padding-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px
}
.choose-layout .show-layout{
	background: #ddd;
}
.choose-layout .show-layout i{
	transform: rotate(45deg);
	transition: all .3s;
}
.choose-layout .show-layout.collapsed i{
	transform: rotate(0deg);
}

.dashboardChooseLayout .intro h3{
	text-transform:uppercase;
}
.dashboardChooseLayout .intro p {
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
    color: #999;
}

.dashboardChooseLayout .icon, .dashboardChooseLayout .icon-1-3, .dashboardChooseLayout .icon-1-2 {
	display:block;
	border-radius:5px;
	box-shadow:1px 1px 2px #ccc;
	transition:all 0.2s;
	cursor:pointer;
}

.dashboardChooseLayout .icon-1-3{
    width: 95%;
    height:29px;
    padding: 0;
    margin-bottom: 5px;
    background-color:#ddd;
}

.dashboardChooseLayout .icon-1-2 {
    width: 95%;
    height:47px;
    padding: 0;
    margin-bottom: 5px;
    background-color:#ddd;
}

.dashboardChooseLayout .icon, .dashboardChooseLayout .icon-container  {
    margin:20px auto;
    height:100px;
}

.dashboardChooseLayout .icon {
    width:100%;
    background-color:#ddd;
}

.dashboardChooseLayout .icon, .dashboardChooseLayout .multiple-icons{
    padding-left: 0px;
    padding-right: 0px;
}

.dashboardChooseLayout .box-icon:hover .icon, .dashboardChooseLayout .box-icon:hover .icon-1-3, .dashboardChooseLayout .box-icon:hover .icon-1-2{
	box-shadow:1px 1px 5px #aaa;
}

.dashboardRow{
	position:relative;
	padding-top:20px;
}

.dashboardRow .actions{
	position:absolute;
	top:-20px;
	right:0;
}

.dashboardRow .actions.open{
	background-color: #F5F5F5;	
}

.dashboardRow .actions.open:parent{
	background-color: #F5F5F5;	
	margin-bottom:20px;
}

.dashboardRow .actions .fa{
	color:#ddd;
}

.empty-widget-content .jumbotron.add-widget, .dashboardRow .jumbotron.add-widget{
	padding: 20px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 5em;
    color: #D1D7DA;
    border: 1px solid #EDF0F7;
    background-color: #ECEFF1;
	cursor:pointer;
	transition:all 0.3s;
}

.dashboardRow .jumbotron.add-widget:hover{
	color:#0d47a1;
}

.modal-body {
    padding: 16px 24px;
}

.boolean{
    background: #0D47A1 !important;
}

.boolean label.off{
    color: #fff;
}

.modal-dialog .modal-content select {
    width: 100%;
}

.line-spacer-20 div {
    padding-bottom: 1em;
}

/******* Customs for Monitoring Dashboard: See EBU-1619 *********/
.monitoring-dashboard .block-flat{
	border-top: solid 4px #0d47a1;
}
.normalise-icon{
	height: 35px;
    width: 35px;
    background-color: #afb4bd !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80%!important;
    border: 0;
    margin: 15px;
}

.normalise-icon:hover, .normalise-icon:focus, .normalise-icon.active {
	background-color: #1b6ce8 !important;
}

.normalise-icon.euro{
    background-image: url('../images/normalise/financial-view.png') !important;
}
.normalise-icon.kWhm3{
    background-image: url('../images/normalise/energy-consumption.png') !important;
}
.normalise-icon.kWhm3HDD{
    background-image: url('../images/normalise/hot-wather.png') !important;
}
.normalise-icon.kWhm3CDD{
    background-image: url('../images/normalise/cold-wather.png') !important;
}
.normalise-icon.CO2{
    background-image: url('../images/normalise/CO2.png') !important;
}

/*
.normalise-icon.euro:hover, .normalise-icon.euro.active{
    background-image: url('../images/normalise/financial-view_active.png') !important;
}
.normalise-icon.kWhm3:hover, .normalise-icon.kWhm3.active{
    background-image: url('../images/normalise/energy-consumption_active.png') !important;
}
.normalise-icon.kWhm3HDD:hover, .normalise-icon.kWhm3HDD.active{
    background-image: url('../images/normalise/hot-wather_active.png') !important;
}
.normalise-icon.kWhm3CDD:hover, .normalise-icon.kWhm3CDD.active{
    background-image: url('../images/normalise/cold-wather_active.png') !important;
}
.normalise-icon.CO2:hover, .normalise-icon.CO2.active{
    background-image: url('../images/normalise/CO2_active.png') !important;
}
/****************************************************************/

div.pull-left.single-line.help-icon {
    padding-left: 10px;
}

/* Hack to obtain a button like the "+" button in memo table */
button.memo-like-btn {
    width:29px; height: 28px; padding:  5px 2px 2px 0px;
}

button.memo-like-btn i.fa {
    width:29px; height: 28px; padding: 0; margin: 0;
}

div.popover {
    min-width: 150px !important;
    max-width: 800px !important;
}

.row-dashboard {
    position: relative;
    padding: 0 24px;
}
.row-dashboard .row-option {
	width: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.row-dashboard .row-option .row-position {
    font-size: 0.6em;
}

div.two-column-inline {
   min-width: 49%; display: inline-block; margin-bottom: 10px; /* margin-top:10px; padding-top: 10; */
}

/* Hacks to export in phantomjs*/

.page-break {
    display:table;
}

/* 
 *  Summernote adaptations: start 
 */

.note-editing-area b, .note-editing-area strong{
	font-weight: 700 !important;
}

/* 
 *  Summernote adaptations: end 
 */

.subView.active, .subView:hover {
    background-color: #4E9DFF;
}

/* header icon class is used to align the view type icons in analysis view cards */

i.header-icon { /* base rule */
    margin: 0 !important;
    padding: 2px 10px 0 5px !important;
}

i.header-icon.fa { /* font awesome adjustment */
    margin-top: 3px !important;
}

i.header-icon.ci { /* custom icons defined in custom-icons.css - 'ci' class must be added in order to have a good margin-top */
    margin-top: 5px !important;
    padding-left: 10px !important;
}

.table-control {
    display: inline-table;
}

.table-control input.ng-invalid {
    border-color: #B94A48;
}

/* Needed by en-labels-input: start */
en-labels-input tags-input[disabled] .input {
	display: none;
}
en-labels-input tags-input[disabled] .remove-button{
	display: none;
}
en-labels-input tags-input[disabled] .tags{
    min-height: 34px;
}
/* Needed by en-labels-input: end */

/* Tags input customisation*/
tags-input .tags .tag-item {
    background: #004050;
	border: 0 ;
}
tags-input[disabled] .tags .tag-item{
    background: #004050;
}
tags-input .tags .tag-item .remove-button{
	color: #fff ;
	/*position: absolute;
    right: 8px;
    top: 4px;*/
}
tags-input .tags .tag-item.selected{
	/* Visible if you try to delete a tag with keyboard */
    background: #c9302c; /* as bg-danger */
}

/* Needed by en-labels-output: start */
en-labels-output .badge {
	color: #fff;
    background: #353A4A;
    border: 0;
    border-radius: 4px;
    margin: 2px;
    padding: 7px 12px;
    font-weight: 600;
}
en-labels-output .badge.highlight {
    background: #1e78ff;   
}
en-labels-output .badge.lowlight {
    background: #9db3d3;
}
en-labels-output[on-click] .badge {
	cursor: pointer;
}

en-free-text-widget b {
  font-weight: bold;
}

/* Table that avoids the overflow: start */
table.no-overflow {
    table-layout:fixed; width: 100%;
}
table.no-overflow th {
    max-width: 100px;
    overflow: hidden;
}
/* Table that avoids the overflow: end */

/* Version container: start */
.version-container {
    min-height: 6.25em;
}
.version-container b {
    white-space: pre; font-weight: bold;
}
/* Version container: end */

.selection-area-class {
    /* background-color: red; */
    max-height: 25em;
    overflow-y: auto;
}

.selection-area-class-35 {
    /* background-color: red; */
    max-height: 35em;
    overflow-y: auto;
}


/*
 * EBU-2253 - synoptic view: start
 */ 
 
svg.synoptic {
	stroke-width: 0px;
	fill: transparent;
}

svg.synoptic .asset rect{
	fill: #ECEFF1;
	stroke: #0d47a1;
	stroke-width: 2px;
}
svg.synoptic .asset text{
	/* font-size: 14px; */
	fill: #555;
}

svg.synoptic .contains{
	stroke: #0d47a1;
	stroke-width: 2px;
}

/*
 * Customization for Comparison Dashboard
 */

.show-dashboard .block-flat.colored.danger .value{
    color: #c9302c;
}

.show-dashboard .block-flat.colored.success .value{
    color: #2ec16e;
}

.show-dashboard .block-flat.colored.blue .value{
    color: #004050;
}

.show-dashboard .block-flat.colored.grey .value{
    color: #777;
}

.show-dashboard .block-flat.colored .glyphicon {
    margin: 0 10px;
}

.show-dashboard .block-flat.demand{
    padding: 0;
}

.block-flat.demand .demandimage{
    width: 40%;
}

.block-flat.demand img{
    margin: 10px;
}

.block-flat.demand table{
    margin-bottom: 0px;
}

.block-flat.demand table td{
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
}

.block-flat.demand table tr td:first-child{
    text-align: left;
    font-weight: 700;
}

/*
 * EBU-2253 - synoptic view: end
 */ 

/*
 * EnCalendarField: start
 */

/*
 * EnCalendarField: end
 */

div.centered-powered-by {
   max-width: 75em; margin-left: auto; margin-right: auto;
}


/* Dashboard sequence animation: the height has been increased to 100000px after the last restyling of Energis (Jan 2017) since 10000px was giving too many issues */
.dashboard-sequence-layout-fix {
    width: 100% !important; height: 10000px !important; min-height: 10000px !important; display: block !important;
}

.dashboard-sequence-slide.fade-in-out {
    transition: 0.5s linear all;
}

.dashboard-sequence-slide.fade-in-out.blur {
    opacity: 0;
}

.dashboard-sequence-slide.fade-in-out.focus {
    opacity: 1;
}

.clickable-row {
	cursor: pointer !important; /* enforcing the cursor to "pointer", it should show a hand */
}

table.text-left tr td {
    text-align: left;
}

.action-container-column {
    width: 10em; text-align: right !important;
}

.project-type-column {
    width: 35%;
}
.project-name-column {
    width: 50%;
}

.white-block-important {
    display: block;
    background-color: #ffffff !important;
}

.metric-filter {
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
}

.metric-filter input[type=text] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* Switcher */
.switcher-group{
	list-style-type: none;
	display: block;
}

.switcher-group .switch-button{
	float: left;
	display: inline-block;
}

.switcher-group .switch-button label{
	display: inline-block;
    float: left;
	padding-top: 5px;
}

.switcher-group .switch-button .toggle-alternate.mini{
	clear: inherit;
	margin: 0 10px;
	padding: 0;
	width: 4.5em;
}

.switcher-group .switch-button .toggle-alternate.mini label {
    font-size: 10px;
    padding: 7px 10px;
}

.user-icon{
	overflow: hidden;
    width: 72px;
    height: 72px;
    font-size: 80px;
    line-height: 88px;
    text-align: center;
    background: #e8eef5;
    border-radius: 50%;
    color: #a5c2e8;
}
.user-icon i{
	margin: 0;
}

/* Widget Calendar */
custom-calendar .fc-toolbar{
	padding: 0 15px;
}


/* <en-centered-button-line-through */
.page-break-divider hr{
    border-top: 1px solid #EDF0F7;
}
.page-break-divider p{
    position: relative;
    top: -35px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 5px 15px;
    width: 200px;
    border: 1px solid #EDF0F7;
    border-radius: 20px;
}

/* Style sheet that disable the borders for widgets */
.widget-container.no-border {
    border: none;
}

.no-opacity {
    opacity: 0.0
}

.text-error {
    color: rgb(169, 68, 66);
}

.on-over-text {
    position: relative;
}

.popover{
	padding: 8px;
	font-weight: 500;
	font-size: 13px;
	border: 0;
	text-transform: none;
	line-height: 2rem;
}

/*.tooltip{
	max-width: 320px;
    white-space: initial;
}*/

.on-over-text-tooltip {

    visibility: hidden;

    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 1em;
    /* border-radius: 6px; */

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

}

.on-over-text-tooltip.bottom {
    width: 180px;
    top: 170%;
    left: 50%;
    margin-left: -90px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.on-over-text:hover .on-over-text-tooltip {
    visibility: visible;
}

/*
 * It is applied to td.clickable-row in order to avoid EBU-3580 on td.action-column
 */
td.clickable-row {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* end: truncate-long-text */

.angular-color-picker > ._variations,
.angular-color-picker > ._variations > ._whites,
.angular-color-picker > ._variations > ._whites > ._blacks,
.angular-color-picker > ._variations > ._whites > ._blacks > ._mouse-trap {
    width: 150px !important;
    height: 150px !important;
}

.angular-color-picker > ._hues{
	margin-left: 152px !important;
    height: 150px !important;
}
.angular-color-picker > ._hues > ._cursor {
    left: -1px !important;
	width: 30px !important;
}
.angular-color-picker > ._hues > ._mouse-trap{
	height: 150px !important;
}
ngjs-color-picker li{
	margin: 0 2px !important;
    height: 16px !important;
    width: 16px !important;
}

/*
 *  Begin
 *  Selectable mini-cards
 */
.mini-card.selected, en-site-card.selected .block-flat, en-site-entity-card.selected .block-flat{
	background-color: #567eda !important;
	color: white;
}
.mini-card.selected a, en-site-card.selected .block-flat a, en-site-entity-card.selected .block-flat a{
    color: white;
}
 /* End Selectable mini-cards */
 
 
/* Flipping text - BEGIN */
.horizontal-flip{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}
.vertical-flip{
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
    display: inline-block;
}
/* Flipping text - END */


/* en-single-metric-template-selector: start */ 
en-single-metric-template-selector.ng-invalid tags-input .tags {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
/* en-single-metric-template-selector: end */

/* en-multi-selection-input: start */ 
en-multi-selection-input.ng-invalid tags-input .tags {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
en-multi-selection-input tags-input[disabled] .input {
    display: none;
}
en-multi-selection-input tags-input[disabled] .remove-button{
    display: none;
}
en-multi-selection-input tags-input[disabled] .tags{
    min-height: 34px;
}

/* en-multi-selection-input: end */

.portrait .dashboard-row{
 display: block;
 width: 1000px;
 margin-left: 5px;
}

.landscape .dashboard-row{
 display: block;
 width: 2000px;
 margin-left: 5px;
}

/*******************************
 Multi Asset Selector
********************************/
en-multi-asset-selector,
en-mono-asset-selector,
en-multi-subtree-selector,
en-mono-subtree-selector{
	display: flex;
    flex-direction: column;
}
.multi-assest-filters{
    flex: 0 0 40px;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.multi-assest-filters>input[type=checkbox]{
    width: 15px;
    height: 23px;
    margin-right: 7px;
}
.multi-assest-container{
	height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    padding-right: 0;
}
.multi-assest-result{
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600;
    text-align: right;
}
.multi-assest-container .single-asset{
	display: flex;
    align-items: center;
    line-height: 2.1;
}
.multi-assest-container .single-asset a{
    color: inherit;
}
.multi-assest-container .single-asset:hover,
.multi-assest-container .asset-selected{ 
    background: #f5f5f5;
}
.multi-assest-container .asset-disabled .asset-name,
.multi-assest-container .asset-disabled .a-icon{
    opacity: .7;
}
.multi-assest-container .single-asset .dropdown .btn{
    opacity: 0;
    transition: opacity .1s;
}
.multi-assest-container .single-asset:hover .dropdown .btn{
    opacity: 1;
    transition: opacity .1s;
}
/*******************************/

/* CUSTOM ONE VALUE */
.one-value{
	height: 130px;
    overflow: hidden;
	text-align: center;
	border-radius: 8px;
    padding: 15px;
	font-weight: 600;
	margin: 0 -7px;
	margin-bottom: 15px;
}
.one-value .header{
	display: flex;
    height: 40px !important;
    overflow: hidden;
    line-height: 1.35;
}
.one-value .header>span{
	margin: auto;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.one-value .contents{
	display: block;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.1;
}
.one-value .contents .unit{
	font-size: 20px;
}
.one-value .contents i.fa{
	position: absolute;
    font-size: 70px;
    right: 15px;
    bottom: 20px;
    opacity: .15;
}

/* ALTERNATIVE STYLE ONE-VALUE *
.one-value .contents i.fa{
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 5px;
    left: 0;
    background: #ccc;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #0000002e;
	overflow: hidden;
}
.one-value .contents i.fa:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff29;
}
.one-value .header{
	padding-left: 25px;
}

/* FLUID ONE VALUE CUSTOM - start *
.one-value-container {
	display: flex;
	flex-wrap: wrap;
}
.one-value-container .one-value {
	flex: 1 0 200px;
	box-sizing: border-box;
	background: #e0ddd5;
	margin: 10px 8px;
	position: relative;
}
.one-value-container .one-value .title{	
	position: absolute;
	top: 15px;
    left: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	width:80%;
}
.one-value-container .one-value .icon{	
	position: absolute;
	top: 70px;
    right: 5px;
    font-size: 40px;
    color: #fff;
    opacity: .5;	
}
.one-value-container .jumbotron{	
	border-radius: 8px;
    padding: 50px 15px 30px;
    padding-right: 40px;
    height: 150px;	
}

.one-value-container .jumbotron .value{
	white-space: nowrap;
	font-weight: 600;	
	font-size: 18px;
}

@media only screen and (max-width: 1365px){
	.one-value-container .jumbotron .value{
		white-space: normal;
		font-size: 1.5vw;
	}
}

.one-value-container .jumbotron .value .label-value{
	font-size: 1.5em;
	display: inline-block;
	margin: 5px;
}

.one-value-container .jumbotron .value .label-unit{
	font-size: 1em;
    margin: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
    display: inline-block;
}
/* FLUID ONE VALUE CUSTOM - end */

/* en-color-picker - start */
.en-color-picker{
    color: transparent;
    background-color: transparent;
    border-style: solid;
    border-color: #EDF0F7;
    border-width: 1px;
    border-radius: 3px;
    line-height: 1px;
    font-size: 14px;
    height: 1.2em;
    width: 1.3em;
    margin: -6px 1px;
    padding: 2px 2px;
	cursor: pointer;
}
.en-color-picker.text-danger{
    color: inherit;
}
.en-color-picker.active{
    border-color: black;
}
.en-color-picker.null-color{
	position: relative;
	margin-top: 7px;
}
.en-color-picker.null-color:before{
	color: red;
    position: absolute;
    top: 7px;
}
/* en-color-picker - end */


/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 600px;
  position: relative;
  margin: auto;
  background: #0B336C;
}

/* Hide the images by default */
.mySlides {
  display: none;
  padding: 24px 60px; 
}

.mySlide .image{
    display: block;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 420px;
    margin-top: 20px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px 15px;
    color: #fff;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
    opacity: .5;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #rgba(255,255,255,.5);
  opacity: 1;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 30px;
  margin: 0 2px;
  background-color: #838B96;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #EEF3F6;
}

#glasspane {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: black;
    z-index: 99999;
}

.cut-text {
	white-space: nowrap;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* START: Directive: en-menu-entry */
/* Hide elements with en-menu-entry by default */ 
/* Show elements with en-menu-entry and with class allowed */ 
[en-menu-entry]:not(.allowed), .nav>li[en-menu-entry]:not(.allowed){
   display: none;
}
/* END: Directive: en-menu-entry */



/* START: Directive: en-flex-grid + en-flex-widget */
                                
[en-flex-grid] {
    position: relative;
    width: 100%;
    height: 100%;    
    overflow: hidden;                           
}

[en-flex-widget] {
    width: 100%;
    height: 100%;
}

[en-flex-widget] .ui-draggable-dragging,
[en-flex-widget] .ui-resizable-resizing{
    /* lift it while dragging/resizing */
    /* 99 = just upon .ui-resizable-handle */
    z-index: 99;
}
 
[en-flex-widget] > [ng-transclude] {
    position: absolute;
}

/* END: Directive: en-flex-grid + en-flex-widget */



/* START: Directive: en-time-lapse-panel + en-compare-time-lapse-panel */

en-time-lapse-panel .timepicker tr.text-center,
en-compare-time-lapse-panel .timepicker tr.text-center,
en-time-lapse-popup .timepicker tr.text-center{
    /* hide timepicker shevron */
    display: none;
}

en-time-lapse-popup ul.dropdown-menu.dropdown-block-contains>li{
    width: 475px;
}
en-time-lapse-popup .form-horizontal.pull-right{
    margin-right: 10px;
    margin-left: -16px;
}

/* END: Directive: en-time-lapse-panel + en-compare-time-lapse-panel */
                                

.monotone-threshold-stats {
    width: 100%;
    display: flex;
    justify-content: center;
}

.threshold-stat-card {
    border: 1px solid #DDDDDD;
    margin: 0px 10px;
    padding: 15px 5px;
}

.threshold-stat-card > b {
    font-size: large;
}

.materialized-header {
	top: 0px !important;
}

.disabled_link {
  cursor: not-allowed;
  pointer-events: none;
  color: #333;
}


@media (max-width: 768px){
    #loginPageEnergis {
        margin-top: -60%;
        padding: 0px !important;
    }

    .login-container .block-flat .banner {
        height: 200px;
        background-size: cover !important;
    }

    .login-container .block-flat .header{
        margin-bottom: 0;
    }

    .login-container .block-flat .banner .text{
        display: none;
    }

    .login-container .block-flat .content {
        padding: 16px;
    }

    .login-container .block-flat .content .btn-primary {
        margin: 16px 0px !important;
    }
}