﻿.btn {
  border: 0;
  transition: all 0.2s ease;
}
.btn .fa-angle-left {
  margin-right: 10px;
}
.btn .fa-angle-right {
  margin-left: 10px;
}
.btn-primary.btn-alt {
  background-color: #ffffff;
  border: 1px solid #CE0033;
  color: #CE0033;
}
.btn-info.btn-alt {
  background-color: #CE0033;
  border: 1px solid #CE0033;
  color: #ffffff;
}
.btn-info.btn-alt:hover,
.btn-info.btn-alt:focus {
  background-color: #ffffff;
  color: #CE0033;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #CE0033;
  color: #ffffff;
}
.btn-success.btn-alt {
  background-color: #ffffff;
  border: 1px solid #ff0241;
  color: #ff0241;
}
.btn-success.btn-alt:hover,
.btn-success.btn-alt:focus {
  background-color: #ff0241;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #29712a;
  color: #fff;
}
.btn-warning.btn-alt {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}
.btn-warning.btn-alt:hover,
.btn-warning.btn-alt:focus {
  background-color: #000;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff0241;
  color: #ffffff;
}
.btn-danger.btn-alt {
  background-color: #ffffff;
  border: 1px solid #CE0033;
  color: #CE0033;
}
.btn-danger.btn-alt:hover,
.btn-danger.btn-alt:focus {
  background-color: #CE0033;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #b7291b;
}
.btn-inline-form {
  height: 40px;
}
.block-title {
  background-color: #CE0033;
  color: #ffffff;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.d-none {
  display: none;
}
.transparent-input {
  background-color: transparent;
  border: 0;
}
#page-content {
  border-left: 1px solid #f9fafc;
}
#page-container,
#sidebar,
#sidebar-alt {
  background-color: #ffffff;
}
.sidebar-user {
  background-color: #CE0033;
}
.sidebar-nav a {
  color: #212b32;
  font-size: 16px;
  padding: 4px 10px;
  transition: all 0.2s ease;
}
.sidebar-nav a:hover {
  background-color: #CE0033;
}
.sidebar-nav a.active {
  background-color: #f0f4f5;
  border-left: 5px solid #CE0033;
}
.sidebar-nav a.active:hover {
  color: #212b32;
}
.sidebar-nav a > .sidebar-nav-icon,
.sidebar-nav a > .sidebar-nav-indicator {
  font-size: 16px;
}
a.sidebar-brand {
  background-color: #ffffff;
  height: auto;
  padding: 20px;
  margin: 0;
}
a.sidebar-brand img {
  transition: transform 0.2s ease;
}
a.sidebar-brand:hover {
  background-color: #ffffff;
}
a.sidebar-brand:hover img {
  transform: scale(1.03);
}
.header-inline-logo {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sidebar-partial #sidebar:hover,
  .sidebar-visible-lg #sidebar,
  .sidebar-visible-lg.sidebar-partial #sidebar,
  .sidebar-alt-partial #sidebar-alt:hover,
  .sidebar-alt-visible-lg #sidebar-alt,
  .sidebar-alt-visible-lg.sidebar-alt-partial #sidebar-alt {
    width: 260px;
  }
  .sidebar-partial #sidebar:hover + #main-container,
  .sidebar-visible-lg #main-container {
    margin-left: 260px;
  }
  .sidebar-content {
    width: 260px;
  }
}
label {
  color: #CE0033;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-control {
  transition: all 0.2s ease;
}
textarea.form-control {
  min-height: 120px;
}
.form-control[disabled],
fieldset[disabled] {
  border-color: #b8b8b8;
}
.label-meta {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
  padding-left: 22px;
}
.custom-checkbox {
  margin-bottom: 10px;
  position: relative;
}
.custom-checkbox__input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.custom-checkbox__input:checked ~ .custom-checkbox__label:before {
  background-color: #CE0033;
}
.custom-checkbox__label {
  color: #212b32;
  font-weight: 400;
  margin: 0;
}
.custom-checkbox__label:before {
  background-color: transparent;
  border: 2px solid #CE0033;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  transform: translateY(2px);
  transition: background-color 0.2s ease;
  width: 14px;
}
.custom-checkbox__info {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
  padding-left: 22px;
}
.custom-radio {
  position: relative;
}
.custom-radio__label {
  color: #212b32;
  font-weight: 400;
  margin: 0;
}
.custom-radio__label:before {
  background-color: transparent;
  border: 2px solid #CE0033;
  border-radius: 14px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  transform: translateY(2px);
  transition: background-color 0.2s ease;
  width: 14px;
}
.custom-radio__input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.custom-radio__input:checked + .custom-radio__label:before {
  background-color: #CE0033;
}
.custom-radio:last-of-type label {
  margin-bottom: 0;
}
.reveal-input {
  display: none;
}
.form-footer {
  border-top: 1px solid #f0f4f5;
  margin-top: 10px;
  padding-top: 30px;
}
#login-body {
  background-color: #f0f4f5;
}
#login-background {
  height: 66vh;
}
#login-background:before {
  background-color: #CE0033;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#login-background img {
  height: 100%;
  width: auto;
}
#login-container {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#login-container .login-title {
  background-color: #ffffff;
  padding: 40px 40px 20px 40px;
}
#login-container .login-title h1,
#login-container .login-title h1 small {
  color: #212b32;
}
#login-container .login-logo {
  max-width: 300px;
}
#login-container .block {
  background-color: #f0f4f5;
}
#login-container .login-btn {
  margin-top: 15px;
}
.switch-primary span {
  border-color: #CE0033;
}
.switch-primary input:checked + span {
  background-color: #CE0033;
}
.switch-success span {
  border-color: #45bb46;
}
.switch-success input:checked + span {
  background-color: #45bb46;
}
.switch-warning span {
  border-color: #ce7f00;
}
.switch-warning input:checked + span {
  background-color: #ce7f00;
}
.switch-danger span {
  border-color: #CE0033;
}
.switch-danger input:checked + span {
  background-color: #CE0033;
}
.progress-bar {
  background-color: transparent;
  display: table;
  float: none;
  height: 0;
  position: relative;
  width: 100%;
}
.progress-bar__wrapper {
  overflow: hidden;
  padding: 20px 0 80px 0;
}
.progress-bar__item {
  background-color: #f0f4f5;
  display: table-cell;
  height: 2px;
  overflow: hidden;
}
.progress-bar__item--active:before {
  background-color: #CE0033;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-animation: slideIn 3s 1;
  -moz-animation: slideIn 3s 1;
  -o-animation: slideIn 3s 1;
  animation: slideIn 3s 1;
}
.progress-bar__item--active:after {
  background-color: #f0f4f5;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.progress-bar__item--active .progress-bar__label {
  background-color: #CE0033;
  color: #ffffff;
}
.progress-bar__item--complete .progress-bar__label {
  background-color: #CE0033;
  color: #ffffff;
}
.progress-bar__label {
  background-color: #f0f4f5;
  color: #212b32;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  position: absolute;
  width: 36px;
  z-index: 3;
}
@-webkit-keyframes slideIn {
  to {
    width: 100%;
  }
  from {
    width: 0;
  }
}
@-moz-keyframes slideIn {
  to {
    width: 100%;
  }
  from {
    width: 0;
  }
}
@-o-keyframes slideIn {
  to {
    width: 100%;
  }
  from {
    width: 0;
  }
}
@keyframes slideIn {
  to {
    width: 100%;
  }
  from {
    width: 0;
  }
}
/*
.form-progress {
    display: table;
    position: relative;
    width: 100%;

    &__item-wrapper {
        display: table-cell;
    }

    &__item {
        background-color: @gray;
        font-weight: 700;
        height: 36px;
        line-height: 36px;
        margin: 0  auto;
        position: relative;
        text-align: center;
        width: 36px;
        z-index: 2;

        &--complete {
            background-color: @brand-primary;
            color: #ffffff;
        }
    }

    &__progress-bar {
        background-color: @gray;
        height: 2px;
        left: 0;
        margin-top: -1px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 1;
    }

    &__progress-bar-inner {
        background-color: @brand-primary;
    }
}
    */
.dpia-input-table__header {
  background-color: #f0f4f5;
  margin-bottom: 20px;
  padding: 20px;
}
.dpia-input-table__header-content {
  padding-bottom: 20px;
}
.dpia-input-table__header-content p,
.dpia-input-table__header-content ul {
  margin: 0;
}
.dpia-input-table__header-col {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__header-col {
    padding-bottom: 0;
  }
}
.dpia-input-table__table {
  border: 1px solid #e6e6e6;
  width: 100%;
}
.dpia-input-table__table thead {
  display: none;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__table thead {
    display: table-header-group;
  }
}
.dpia-input-table__table thead th {
  background-color: #CE0033;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 8px;
}
.dpia-input-table__table tr {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 16px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__table tr {
    display: table-row;
  }
}
.dpia-input-table__table tr:last-of-type {
  border-bottom: 0;
}
.dpia-input-table__table tr.d-none {
  display: none;
}
.dpia-input-table__table th,
.dpia-input-table__table td {
  display: block;
  padding: 4px 16px;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__table th,
  .dpia-input-table__table td {
    display: table-cell;
    padding: 0 16px;
  }
}
.dpia-input-table__risk-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__risk-row {
    width: 30%;
  }
}
.dpia-input-table__risk-title {
  display: block;
  padding: 5px 0 8px 0;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__risk-title {
    padding: 0;
  }
}
.dpia-input-table__likelihood-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__likelihood-row {
    width: 15%;
  }
}
.dpia-input-table__impact-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__impact-row {
    width: 15%;
  }
}
.dpia-input-table__actions-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__actions-row {
    width: 32%;
  }
}
.dpia-input-table__actions-row textarea {
  max-width: 100%;
  min-height: 60px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__actions-row textarea {
    margin: 16px 0;
  }
}
.dpia-input-table__result-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__result-row {
    width: 8%;
  }
}
.dpia-input-table__result {
  background-color: transparent;
  border: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__result {
    margin: 0;
  }
}
.dpia-input-table__remove-row {
  color: #CE0033;
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .dpia-input-table__remove-row {
    margin-top: 0;
    width: 8%;
  }
}
.link-list-input {
  background-color: #f0f4f5;
  padding: 20px;
}
.link-list-input__item {
  border-bottom: 1px solid #f6dede;
  padding: 10px 0;
}
.link-list-input__item:last-of-type {
  border-bottom: 0;
}
.dropzone-custom {
  background-color: #f0f4f5;
  border: 2px dashed #CE0033;
  height: 200px;
  margin-bottom: 20px;
  width: 100%;
}
.dropzone-custom .dz-message {
  color: #CE0033;
  font-size: 16px;
  font-weight: 700;
  margin: 65px 0 0 0;
}
.nav.navbar-nav-custom > li.open > a,
.nav.navbar-nav-custom > li > a:hover,
.nav.navbar-nav-custom > li > a:focus {
  background-color: #CE0033;
  color: #ffffff;
}
td.RowStandard {
  background-color: #3ec050;
}
tr.RowDanger,
td.RowDanger {
  background-color: #CE0033;
  color: white;
}
tr.RowWarning,
td.RowWarning {
  background-color: #ffc000;
}
#tblElectricProperty,
#tblElectricProperty tr,
#tblElectricProperty td,
#tblElectricProperty th {
  border-color: #BBBBBB;
}
.dashboard-guage {
  width: 100% !important;
  min-height: 150px;
}
.jumbotron h1 {
  color: #CE0033;
}
.chart {
  margin-left: auto;
}
.page-break {
  margin-top: 30px;
  page-break-before: always;
}
.flot-legend-external {
  line-height: 2em;
}
.flot-legend-external table tbody tr td.legendColorBox {
  padding: 8px;
}
.dashboard-radio {
  width: 49%;
  background-color: #68001a;
  text-align: center;
  color: white;
  padding: 20px;
  cursor: pointer;
}
.dashboard-radio input[type="radio"] {
  display: none;
}
.dashboard-radio.active {
  background-color: #CE0033;
}
.dashboard-block {
  text-align: center;
}
.dashboard-block h4,
.dashboard-block h5 {
  padding-bottom: 3px;
  border-bottom: 1px solid #CE0033;
}