@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800&subset=latin-ext");
@import url(themify-icons.css);
body {
  background-color: #f4f6f9;
  font-family: "Roboto", sans-serif;
  /*font-weight: 300;*/
}
body.background {
  width: 100%;
  height:100%;
  background-color: #222; /* Old browsers */
  background-image: url(../images/login_bg.jpg);
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #777;
}
h3 {
  line-height: 30px;
  font-size: 21px;
}
#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}
#page-wrapper {
  padding: 105px 25px 0;
  flex: 1;
}
.page-header {
  padding: 0;
  margin: 0 0 25px;
  border: 0px;
  font-size: 21px;
  display: inline-block;
}

/* TOP NAV ***********************************/

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border:0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.navbar-header {
  display: inline-block;
  width: 200px;
  float: left;
}
.navbar-top-links {
  margin-right: 0;
  margin-top: 10px;
  display: flex;
}
.navbar-top-links.links {
  margin-left: auto!important;
}
.navbar-top-links li {
  display: inline-block;
}

.navbar-content {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .navbar-content {
    margin-right: 25px;
  }
}

.navbar-top-links li a {
  margin:14px 5px;
  padding: 0 10px;
  color: #777;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-top-links li a i {
  display: inline-block;
}
.navbar-top-links li a:hover {
  color: #444;
  background: transparent;
}
.nav>li>a:hover,
.nav>li>a:focus,
.navbar-top-links .open>a,
.navbar-top-links .open>a:hover,
.navbar-top-links .open>a:focus,
.navbar-top-links >a:focus {
  background: transparent;
  border:0;
  color: #444;
}
.nav>li>a:visited,
.navbar-top-links >a:visited {
  background: transparent;
}
.navbar-top-links .dropdown-menu {
  border: 0;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  margin: 0;
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.navbar-brand {
  padding: 17px 15px 15px;
  height: auto;
}

.navbar-brand .logo-icon {
    max-width: 140px;
    height: auto;
    display: inline-block;
}

.navbar-brand .logo-text {
  width:140px;
  height: 35px;
  display: inline-block;
  background:transparent url(../images/logo-text.png) no-repeat center center;
}
/* SIDEBAR ***********************************/

.sidebar {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0px;
  left:-240px;
  z-index: 20;
  padding-top: 90px;
  background: #fff;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.show-sidebar .sidebar{
  left:0px;
}
.collapse.in {
  display: block;
}

.sidebar-nav {
    background: #fff;
    margin-bottom: 80px;
}

.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.sidebar-nav ul li a.small-padding {
    padding: 10px 10px 10px 10px;
}

.sidebar-nav ul li a {
  color: #555;
  padding: 15px 35px 15px 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



.sidebar-nav ul li.active > a, .sidebar-nav ul li.active > a.active, .sidebar-nav ul li a:hover {
    color: #777;
    text-decoration: none;
}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
  color: #777;
}

.sidebar-nav ul li a.active {
  color: #777;
}

.sidebar-nav ul li ul {
  padding-left: 28px;
}

.sidebar-nav ul li ul li a {
  padding: 7px 35px 7px 15px;
}

.sidebar-nav ul li ul ul {
  padding-left: 15px;
}

.sidebar-nav > ul > li.application > a {
  background: #999;
  margin-bottom: 10px;
  color: #fff;
}
.sidebar-nav > ul > li.application > a,
.sidebar-nav > ul > li.application > a:hover,
.sidebar-nav > ul > li.application.active > a,
.sidebar-nav > ul > li.application > a > i,
.sidebar-nav > ul > li.application.active > a > i{
  color: #fff;
}
.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 15px 0;
}

.sidebar-nav > ul > li > a > i {
  width: 31px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
}

.sidebar-nav>ul>li>a .label {
  float: right;
  margin-top: 6px;
}

.sidebar-nav>ul>li>a.active {
  background: transparent;
  color: #555;
}

.sidebar-nav>ul>li {
  margin-bottom: 5px;
}
.sidebar-nav>ul>li.active>a {
  color: #555;
}
.sidebar-nav>ul>li.active>a i {
  color: #555;
}
.sidebar-nav .has-arrow {
  position: relative;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0px;
    left:0px;
  }
  #page-wrapper {
    flex: 1;
    margin: 0 0 0 240px;
  }
  footer  {
    position: inherit;
    margin: 0 0 0 240px;
  }
  /* MINI SIDEBAR **/
  .mini-sidebar #page-wrapper {
    flex: 1;
    margin: 0 0 0 70px;
  }
  .mini-sidebar .sidebar {
    position: fixed;
    width: 70px;
    height: 100%;
    top: 0px;
    left:0px;
    z-index: 20;
    padding-top: 90px;
    background: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }
  .mini-sidebar footer  {
    position: inherit;
    margin: 0 0 0 70px;
  }
  .mini-sidebar .hide-menu {
    display: none;
  }
  .mini-sidebar .sidebar-nav ul>li {
    position: relative;
  }
  .mini-sidebar .sidebar-nav ul>li>a {
    padding: 15px 25px 15px 25px;
  }

  .mini-sidebar .sidebar-nav ul>li>ul {
    background: #333;
  }
  .mini-sidebar .sidebar-nav ul>li>ul {
    position: absolute;
    left: 70px;
    top: 46px;
    width: 220px;
    padding-bottom: 10px;
    z-index: 1001;
    background: #fff;
    display: none;
    padding-left: 1px;
  }
  .mini-sidebar .sidebar-nav > ul > li:hover > a {
    background: #333;
    color: #fff;
    width: 290px;
  }
  .mini-sidebar .sidebar-nav > ul > li:hover > a i{
    color: #fff;
  }
  .mini-sidebar .sidebar-nav ul > li:hover > a .hide-menu {
    display: inline;
  }
  .mini-sidebar .sidebar-nav ul > li:hover > ul, .mini .sidebar-nav ul > li:hover > ul.collapse,.mini .sidebar-nav ul > li.active:hover > ul {
    display: block;
    background: #333;
  }
  .mini-sidebar .sidebar-nav ul > li:hover > ul a, .mini .sidebar-nav ul > li:hover > ul.collapse a {
    color: #888;
  }
  .mini-sidebar .sidebar-nav ul > li:hover > ul a:hover, .mini .sidebar-nav ul > li:hover > ul.collapse a:hover {
    color: #fff;
  }
  .mini-sidebar .sidebar-nav .has-arrow::after {
    border: 0;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul, .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
    display: block;
    height:auto!important;
  }

}

/* NO SIDEBAR **/
.no-sidebar #page-wrapper {
  flex: 1;
  margin: 0 0 0 0px;
}
.no-sidebar .sidebar {
  display:none;
}
.no-sidebar footer  {
  position: inherit;
  margin: 0 0 0 0px;
}
.sidebar-nav .has-arrow::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #555;
  right: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 47%;
}
.sidebar-nav .active>.has-arrow::after, .sidebar-nav li>.has-arrow.active::after, .sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 45%;
  width: 7px;
  transform: rotate(-135deg) translate(0, -50%);
}
.sidebar-nav .application .has-arrow::after,.sidebar-nav .application .active>.has-arrow::after, .sidebar-nav li.application>.has-arrow.active::after, .sidebar-nav  .application .has-arrow[aria-expanded="true"]::after {
  border-color: #fff;
}
/* FOOTER ***********************************/
footer {
  padding: 25px;
  font-size: 14px;
  color: #888;
  background: #fff;
}
/* BUTTONS ***********************************/

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: white;
}


/* PANELS ***********************************/

.login-panel {
  margin-top: 25%;
}
.logo {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.logo h1{
  display: none;
}
.logo .full-logo {
  max-width: 100%;
  height:auto;
}
.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.panel.application {
  margin-bottom: 25px;
  background-color: #444; /* Old browsers */
  background-image: url(../images/phone.png);
  background-size: cover;
  color: #999;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel.application .panel-heading {
  color: #fff;
}
.panel.application .panel-heading h3{
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  display:inline-block;
  line-height: 30px;
  font-size: 21px;
}
.panel.application h4{
  color: #fff;

}
.panel.application .table>thead>tr>th,
.panel.application .table>tbody>tr>th,
.panel.application .table>tfoot>tr>th,
.panel.application .table>thead>tr>td,
.panel.application .table>tbody>tr>td,
.panel.application .table>tfoot>tr>td {
  color: #fff;
  border-top: 1px solid #666;
  background: transparent;
}
.panel.application table {
  margin: 0;
  background: transparent;
}
.panel-body {
    padding: 20px;
}
.panel-heading {
  color: #333;
  border: 0;
  padding: 20px;
  background-color: transparent;
}
.panel-heading h3{
  color: #555;
  border: 0;
  padding: 0;
  margin: 0;
  display:inline-block;
  line-height: 30px;
  font-size: 21px;
}
.panel-heading .lstick {
  width: 2px;
  background: #555;
  height: 40px;
  margin-left: -20px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}
.panel-heading .btn-group {
  margin: 0!important;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border:0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.linkbox {
  margin-bottom: 20px;
}
.linkbox a,
.linkbox a:hover span,
.linkbox a:focus span {
  text-decoration: none!important;
}
.linkbox .linkbox-link {
  color: #fff;
  font-size: 1.5em;
  line-height:  1em;
  background-color: #444;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkbox .linkbox-link::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  right: 2em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 47%;
}
.linkbox .linkbox-link:hover{
  background-color: #666;
  text-decoration: none;
}
.linkbox .logoicon {
    background-color: #555;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}
.linkbox .linkbox-text {
    display: table-cell;
    vertical-align: middle;
    border-left: 20px solid transparent;
    border-right: 30px solid transparent;
}
.linkbox .logoicon div {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.linkbox .panel-footer {
  color: #fff;
  background-color: transparent;
}

.linkbox.woda .logoicon {
    background-color: #009BDE;
}
.linkbox.woda .logoicon div {
  background:transparent url('../images/logoicon/logoicon-woda.svg') center center no-repeat;
  background-size: 90%;
}
.linkbox.co .logoicon {
    background-color: #FF5E37;
}
.linkbox.co .logoicon div {
    background:transparent url('../images/logoicon/logoicon-co.svg') center center no-repeat;
    background-size: 90%;
}
.linkbox.bok .logoicon {
    background-color: #FF5E37;
}
.linkbox.bok .logoicon div {
    background:transparent url('../images/logoicon/logoicon-bok.svg') center center no-repeat;
    background-size: 90%;
}
.linkbox.gaz .logoicon {
    background-color: #665DC6;
}
.linkbox.gaz .logoicon div {
  background:transparent url('../images/logoicon/logoicon-gaz.svg') center center no-repeat;
  background-size: 90%;
}
.linkbox.prad .logoicon {
    background-color: #fe443e;
}
.linkbox.prad .logoicon div {
  background:transparent url('../images/logoicon/logoicon-prad.svg') center center no-repeat;
  background-size: 90%;
}
.linkbox.budowlane .logoicon {
    background-color: #3ac077;
}
.linkbox.budowlane .logoicon div {
  background:transparent url('../images/logoicon/logoicon-budowlane.svg') center center no-repeat;
  background-size: 90%;
}
.linkbox.kanalizacja .logoicon {
    background-color: #00a2d2;
}
.linkbox.kanalizacja .logoicon div {
  background:transparent url('../images/logoicon/logoicon-kanalizacja.svg') center center no-repeat;
  background-size: 90%;
}

.linkbox.kominy .logoicon {
    background-color: #00a2d2;
}

.linkbox.kominy .logoicon div {
    background: transparent url('../images/logoicon/logoicon-kominy.svg') center center no-repeat;
    background-size: 90%;
}

.linkbox.serwisy .logoicon {
    background-color: #f7b466;
}

.linkbox.serwisy .logoicon div {
    background: transparent url('../images/logoicon/logoicon-serwisy.svg') center center no-repeat;
    background-size: 90%;
}

.linkbox.odczyty .logoicon {
    background-color: #78c257;
}

.linkbox.odczyty .logoicon div {
    background: transparent url('../images/logoicon/logoicon-odczyty.svg') center center no-repeat;
    background-size: 90%;
}

.linkbox.techem .logoicon {
    background-color: #fff;
}

.linkbox.techem .logoicon div {
    background: transparent url('../images/logoicon/logoicon-techem.svg') center center no-repeat;
    background-size: 100%;
}

.number_box .icon{
  display: inline-block;
  padding: 20px;
  text-align: center;
  color:#fff;
}
.number_box .info{
  display: inline-block;
}
.number_box .info .title{
  color:#888;
}
.number_box svg{
  min-width: 60px;
  max-width: 80px;
  color:#fff;
  fill: #999;
}
.number_box .number {
    font-size: 3.6em;
    line-height: 3.6em;
    font-weight: 500;
    line-height: 1em;
}

.number_box .number_small {
    font-size: 1.8em;
}

.number_box .number_medium {
    font-size: 2.5em;
}

/* TABLES ***********************************/

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table>tbody>tr>td,table>tbody>tr>th{
  background: #fff;
}
table#dataTablesLink>tbody>tr>td,table#dataTablesLink>tbody>tr>th{
  background: transparent;
}
table {
    padding: 2px;
    /*white-space: nowrap;*/
}
table thead {
  border-top:1px solid #ddd;
}
table>thead>tr>th {
  border-bottom: 1px solid #ddd;
}
table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle!important;
}
table tfoot>tr {
  background-color: #f4f6f9;
}

.table > tfoot > tr > th > input {
    color: black
}

.status span.number {
  line-height: 25px;
  width: 25px;
  text-align: center;
  display: block;
  background: #f5f5f5;
}
.status .st{
  width: 23px;
  height: 23px;
}
.status span.name {
  display: none;
}
.status.s0 .st{
  background: #f5f5f5;
}
.status.s1 .st{
  background: #ffce22;
}
.status.s1 span.number {
  color: #fff;
  background: #ffce22;
}
.status.s2 .st{
  background: #64d66c;
}
.status.s2 span.number {
  color: #fff;
  background: #64d66c;
}
.status.s3 .st{
  background: #fd5054;
}
.status.s3 span.number {
  color: #fff;
  background: #fd5054;
}
.status.s4 .st{
  background: #01b5ff;
}
.status.s4 span.number {
  color: #fff;
  background: #01b5ff;
}

.status.gas_s0 .st {
    background: #64d66c;
}

.status.gas_s0 span.number {
    color: #fff;
    background: #64d66c;
}

.status.gas_s1 .st {
    background: #b34700;
}

.status.gas_s1 span.number {
    color: #fff;
    background: #b34700;
}

.status.gas_s2 .st {
    background: #ffce22;
}

.status.gas_s2 span.number {
    color: #fff;
    background: #ffce22;
}

.status.gas_s3 .st {
    background: #fd5054;
}

.status.gas_s3 span.number {
    color: #fff;
    background: #fd5054;
}

.status.gas_s4 .st {
    background: #f5f5f5;
}

.status.gas_s4 span.number {
    color: #fff;
    background: #f5f5f5;
}

.status.gas_s5 .st {
    background: #01b5ff;
}

.status.gas_s5 span.number {
    color: #fff;
    background: #01b5ff;
}

.status.chimney_s0 .st {
    background: #64d66c;
}

.status.chimney_s0 span.number {
    color: #fff;
    background: #64d66c;
}

.status.chimney_s1 .st {
    background: #b34700;
}

.status.chimney_s1 span.number {
    color: #fff;
    background: #b34700;
}

.status.chimney_s2 .st {
    background: #ffce22;
}

.status.chimney_s2 span.number {
    color: #fff;
    background: #ffce22;
}

.status.chimney_s3 .st {
    background: #fd5054;
}

.status.chimney_s3 span.number {
    color: #fff;
    background: #fd5054;
}

.status.chimney_s4 .st {
    background: #f5f5f5;
}

.status.chimney_s4 span.number {
    color: #fff;
    background: #f5f5f5;
}

.status.chimney_s6 .st {
    background: #D42393;
}

.status.chimney_s6 span.number {
    color: #fff;
    background: #D42393;
}

.status.chimney_s7 .st {
    background: #0E2DF7;
}

.status.chimney_s7 span.number {
    color: #fff;
    background: #0E2DF7;
}

.status.chimney_s8 .st {
    background: #0EF7F7;
}

.status.chimney_s8 span.number {
    color: #fff;
    background: #0EF7F7;
}

.status.chimney_s9 .st {
    background: #C90EF7;
}

.status.chimney_s9 span.number {
    color: #fff;
    background: #C90EF7;
}

.status.electricity_s0 .st {
    background: #64d66c;
}

.status.electricity_s0 span.number {
    color: #fff;
    background: #64d66c;
}

.status.electricity_s1 .st {
    background: #b34700;
}

.status.electricity_s1 span.number {
    color: #fff;
    background: #b34700;
}

.status.electricity_s2 .st {
    background: #ffce22;
}

.status.electricity_s2 span.number {
    color: #fff;
    background: #ffce22;
}

.status.electricity_s3 .st {
    background: #fd5054;
}

.status.electricity_s3 span.number {
    color: #fff;
    background: #fd5054;
}

.status.electricity_s4 .st {
    background: #f5f5f5;
}

.status.electricity_s4 span.number {
    color: #fff;
    background: #f5f5f5;
}

.status.service_s0 .st {
    background: #f5f5f5;
}

.status.service_s0 span.number {
    background: #f5f5f5;
}

.status.service_s1 .st {
    background: #fd5054;
}

.status.service_s1 span.number {
    color: #fff;
    background: #fd5054;
}

.status.service_s2 .st {
    background: #64d66c;
}

.status.service_s2 span.number {
    color: #fff;
    background: #64d66c;
}

.status.service_report_0 .st {
    background: #fd5054;
}

.status.service_report_0 span.number {
    color: #fff;
    background: #fd5054;
}

.status.service_report_1 .st {
    background: #ffce22;
}

.status.service_report_1 span.number {
    color: #fff;
    background: #ffce22;
}

.status.service_report_2 .st {
    background: #64d66c;
}

.status.service_report_2 span.number {
    color: #fff;
    background: #64d66c;
}

.status.techem_s0 .st {
    background: #f5f5f5;
}

.status.techem_s0 span.number {
    background: #f5f5f5;
}

.status.techem_s1 .st {
    background: #EFCC00;
}

.status.techem_s1 span.number {
    color: #fff;
    background: #EFCC00;
}

.status.techem_s2 .st {
    background: #64d66c;
}

.status.techem_s2 span.number {
    color: #fff;
    background: #64d66c;
}

.inline .status {
  float:left;
  margin:0 20px 0 0;
}
.inline .status span {
  float:left;
  margin:0px 10px 0 0;
}

.chimney-inline .status {
    float: left;
    margin: 0 20px 0 0;
}

.chimney-inline .status span {
    float: left;
    margin: 0 10px 5px 5px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.huge {
  font-size: 40px;
}
.input-validation-error,.valid {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 1.5rem;
}
.input-validation-error {
  background-image: url(../images/icon/danger.svg);
  border-bottom: 1px solid #fd5054;
}
.valid {
  background-image: url(../images/icon/success.svg);
}
.field-validation {
  display: inline-block;
  font-size: 0.8em;
}
.field-validation-error {
  color: #fd5054;
}
.validation-summary-errors {
  padding: 10px;
  color: #fd5054;
  background-color: #fff;
  margin-bottom: 20px;
}
.validation-summary-errors ul{
    padding: 10px;
    color: #fd5054;
    background-color: #fff;
    margin-bottom: 20px;
}
/* Logowanie ***********************************/
body.logowanie {
  width: 100%;
  height:100%;
  background-color: #222; /* Old browsers */
  background-image: url(../images/login_bg.jpg);
  background-size: cover;
}
.login {
  padding: 20px;
  background: rgba(255,255,255,0.1);
  margin: 25% 20px 0;
}
.login h1 { color: #fff; letter-spacing:1px; text-align:center; }
.login .checkbox-inline, .login .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
}
.container-login {
    padding-top:20px
}
@media (min-width: 768px) {
  .login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -200px;
    width:450px;
    max-width:450px;
    height:550px;
  }
}
.bootstrap-datetimepicker-widget thead,
.bootstrap-datetimepicker-widget thead>tr>th{
  border:0;
}
.bootstrap-datetimepicker-widget thead tr{
  border:0;
}
.bootstrap-datetimepicker-widget thead .dow{
  background-color: #f4f6f9;
  border:0;
}

/* Loading panel ***********************************/
.submit-progress-bg {
    background-color: lightgray;
    opacity: 0.5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 1.5em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    /*box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);*/
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.cursor-hand {
    cursor: pointer;   
}

.chosen-container-multi {
    margin-right: 1px;
    width:95%;
}


/** Tree View **/

.tree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}

    .tree li::before {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        right: auto;
        left: -20px;
        border-left: 1px solid #ccc;
        bottom: 50px;
    }

    .tree li::after {
        content: '';
        position: absolute;
        top: 30px;
        width: 25px;
        height: 20px;
        right: auto;
        left: -20px;
        border-top: 1px solid #ccc;
    }

    .tree li a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        color: #666;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

/*Remove connectors before root*/
.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}
/*Remove connectors after last child*/
.tree li:last-child::before {
    height: 30px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover {
    background: #009BDE;
    color: #ffffff;
    border: 1px solid #009BDE;
}
    /*Connector styles on hover*/
    .tree li a:hover ::after,
    .tree li a:hover ::before,
    .tree li a:hover ::before,
    .tree li a:hover ::before {
        border-color: #009BDE;
    }

.tree-checkbox {
    margin: 4px !important;
}


.tree:before {
    border-left: 1px solid #ccc;
    bottom: 16px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -21px;
    width: 1px;
    z-index: 1;
}

.tree ul:after {
    border-top: 1px solid #ccc;
    content: "";
    height: 20px;
    left: -29px;
    position: absolute;
    right: auto;
    top: 37px;
    width: 34px;
}

*:before, *:after {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.tree {
    overflow: auto;
    padding-left: 0px;
    position: relative;
}

.tree-root {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;   
    color: #666;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tree-root a:hover, .tree-root:hover {
    background: #009BDE;
    color: #ffffff;
    border: 1px solid #009BDE;
}

.tree-element-selected {
    background: #66d1ff;
}

.service-tree li a:hover, .service-tree li a:hover {
    background: #f7b466;
    color: #ffffff;
    border: 1px solid #f7b466;
}
    /*Connector styles on hover*/
    .service-tree li a:hover ::after,
    .service-tree li a:hover ::before,
    .service-tree li a:hover ::before,
    .service-tree li a:hover ::before {
        border-color: #f7b466;
    }

.service-tree-root a:hover, .service-tree-root:hover {
    background: #f7b466;
    color: #ffffff;
    border: 1px solid #f7b466;
}

.service-tree-element-selected {
    background: #f7b466;
}

.techem-tree li a:hover, .techem-tree li a:hover {
    background: #E30613;
    color: #ffffff;
    border: 1px solid #E30613;
}
    /*Connector styles on hover*/
    .techem-tree li a:hover ::after,
    .techem-tree li a:hover ::before,
    .techem-tree li a:hover ::before,
    .techem-tree li a:hover ::before {
        border-color: #E30613;
    }

.techem-tree-root a:hover, .techem-tree-root:hover {
    background: #E30613;
    color: #ffffff;
    border: 1px solid #E30613;
}

.techem-tree-element-selected {
    background: #E30613;
}

.table-overflow-x {
    overflow-x: auto;
    width: 100%;
}

.statue {
    font-family: 'Open Sans', sans-serif;
    padding: 100px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.statue h1 {
    text-align: center;
    color: rgb(54,95,145);
    margin-bottom: 50px;
}

.statue h2 {
    color: rgb(54,95,145);
    padding-left: 50px;
    margin-top: 50px;
}

.statue h3 {
    font-size: 1em;
}

.statue ol[type="a"] {
    padding-left: 65px;
}

.statue ul {
    padding-left: 65px;
}

.noList {
    padding-left: 30px;
}

.accept-buttons {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

.details-button {
    margin: 10px 0 10px 20px !important;
}

.disabled {
    pointer-events: none;
}

.scope-of-work__tooltip {
    position: relative;
    cursor: pointer;
}

.scope-of-work__tooltip .tooltip-text {
    left: 40%;
    position: absolute;
    background: #FF5E37;
    color: #fff;
    padding: 7px;
    opacity: 0;
    text-align: left;
    white-space: nowrap;
    transform: translate(1em, -50%);
    transition: all .15s ease-in-out
}

.scope-of-work__tooltip .tooltip-text::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-top-color: #000;
    transform: translate(0, -50%);
}

.scope-of-work__tooltip:hover .tooltip-text {
    opacity: 1;
    transform: translate(0, -50%);
}


.status.electricity_red .st {
    background: #fd5054;
}

.status.electricity_red span.number {
    color: #fff;
    background: #fd5054;
}

.status.electricity_yelow .st {
    background: #ffce22;
}

.status.electricity_yelow span.number {
    color: #fff;
    background: #ffce22;
}

.status.electricity_green .st {
    background: #64d66c;
}

.status.electricity_green span.number {
    color: #fff;
    background: #64d66c;
}

.status.electricity_white .st {
    background: #f5f5f5;
}

.status.electricity_white span.number {
    color: #fff;
    background: #f5f5f5;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.corporationReport_buttons button {
    margin-bottom: 15px;
}

.modal-xlg {
    width: 75%;
}
tr.colored_row td {
    background-color: #ffffed;
}

.margin-auto-tb {
    margin-top: auto;
    margin-bottom: auto;
}
.number-circle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 12px;
    background: #e30613;
    color: #fff;
}

.number-circle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 4px;
    margin-right: 4px;

}

.linkbox .linkbox-link-disabled {
    color: #b0b3b3;
    font-size: 1.5em;
    line-height: 1em;
    background-color: #444;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.linkbox .linkbox-link-disabled::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    right: 1.5em;
    top: 30%;
    background: url(../images/icon/info.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.linkbox .linkbox-link-disabled:hover {
    background-color: #666;
    text-decoration: none;
}

.linkbox.app-disabled .logoicon {
    background-color: #b0b3b3;
}

.system-info {
    background-color: #444444;
    color: #FFF;
}

.no-left-padding {
    padding-left: 0px;
}

.no-padding {
    padding: 0px;
}

.full-width {
    width: 100%;
}

.img-responsive{
    width:100%;
    height: auto;
}

.app-description-list-conatiner {
    font-size: 20px;
    line-height: 24px;
    padding-right: 30px;
}
.app-description-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.app-description-list-item {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
}
.app-description-header {
    font-size: x-large;
}
.item-bullet{
    font-size:28px;
}
.gallery-modal {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: 85%;
    min-width: 300px;

}
.gallery-modal-header{
    border:none;
    padding: 10px 15px;
}
.gallery-modal-header button{
    color:black;
    padding-bottom: 0px;
}
.gallery-modal-body {
    padding: 0;
    border: none;
    position: relative;
}

.datecontrol .form-control.sale-date {
    min-width: 150px;
}

.highlighted-row {
    font-weight: bold;
    border: 2px solid #d3d3d3;
}

/* Submenu support */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #999;
}

.dropdown-submenu:hover > a:after {
    border-top-color: #555;
}

.dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0; 
    margin-top: 0;
    margin-left: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.legend-link {
    display: inline-block;
    color: #337ab7;
    transition: color 0.2s ease;
}

    .legend-link:hover,
    .legend-link:focus {
        color: #23527c;
        text-decoration: none;
    }

    .legend-link i {
        font-size: 16px;
        margin-right: 5px;
    }