.top-close-button-container {
  display: none !important;
}

#dv-business-filters > div.dv-business-filter {
  background: inherit !important;
  min-width: 320px;
}

#dv-business-filters label {
  font-size: 1rem;
}

div#dv-tabs-wrapper {
  border: none !important;
}

div#dv-heading {
  border-bottom: 2px solid #008cba;
}

div.dv-data-graph-content {
  width: 450px;
  display: inline-block;
}

div.dv-business-filter-primary {
  padding-bottom: 0;
}

div.dataTables_length {
  display: inline;
  bottom: 15px;
}

div.dataTables_length > label {
  color: rgba(51, 61, 76, 0.5);
  padding-top: 4px;
}

div.dataTables_paginate {
  float: right;
}

div.tabs {
  display: none;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
}

/* Pagination start */
.pagination {
  font-size: 1.166667rem;
}

.pagination > li > a {
  margin: 0px;
  padding: 7px 0px;
  height: 32px;
  width: 32px;
  color: #0065A9;
  text-align: center;
  border: none;
  border-radius: 2px;
}

.pagination > li.first > a,
.pagination > li.previous > a,
.pagination > li.next > a,
.pagination > li.last > a {
  border: 1px solid #999999;
  padding: 6px 12px;
  width: auto;
}

.pagination > li.first > a,
.pagination > li.next > a {
  margin-right: 8px;
}

.pagination > li.previous > a {
  margin-right: 16px;
}

.pagination > li.next > a {
  margin-left: 16px;
}

.pagination > li.last > a {
  margin-right: 0;
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover {
  width: 32px;
  background-color: #CCCCCC;
  color: #FFFFFF;
}

#dialog-manage-filters li.next > a {
  margin: 0;
}

#dialog-manage-filters li.previous > a {
  margin-right: 8px;
}

/* Pagination End */

.dv-sub-filter-hierarchic-wrapper {
  background-color: rgba(0, 101, 169, 0.1);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

hr {
  margin: 8px 0;
  border-top: 2px solid #B9BFC6;
}

.side-bar-heading {
  padding: 0 15px;
}

.side-bar-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 32px;
  color: #000000;
}

.panel-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 32px;
  color: #0065A9;
}

.panel-title.disabled-alpha {
  color: rgba(0, 101, 169, 0.5);
}

.panel-heading i {
  cursor: pointer;
}

.panel-heading i:hover {
  cursor: pointer;
}

.panel > .panel-body > .dv-filter-checkbox > label {
  font-weight: normal;
}

/* General nucs-input styles*/
.nucs-checkbox + label,
.nucs-radio + label {
  position: relative;
  display: inline-block;
}

.nucs-checkbox + label::before,
.nucs-checkbox + label::after,
.nucs-radio + label::before,
.nucs-radio + label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.nucs-checkbox + label::after,
.nucs-radio + label::after {
  content: none;
}

.nucs-checkbox:checked + label::after,
.nucs-radio:checked + label::after,
.selectAll-input.partially-checked.nucs-checkbox:not(:checked) + label::after {
  content: "";
}

.nucs-checkbox:focus + label::before,
.nucs-radio:focus + label::before {
  border: 2px rgba(0, 101, 169, 0.32) solid;
}

.optional-filter-panel {
  margin-bottom: 8px;
}

/* Fix - otherwise a function gets fired multiple times */
.optional-filter-panel label,
#dv-market-areas-content .dv-filter-checkbox label {
  pointer-events: none;
}

#dv-market-areas-content .panel-heading {
  padding-right: 0px;
}

#dv-market-areas-content .collapse-icon-wrapper {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
}

.optional-filter-body .dv-filter-checkbox,
#dv-market-areas-content .dv-filter-checkbox {
  cursor: pointer;
}

/* NUCS-CHECKBOXES START */
.nucs-checkbox, .nucs-radio {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.nucs-checkbox + label {
  padding-top: 1px;
  padding-left: 32px;
  font-weight: bold;
}

.nucs-checkbox + label::before {
  height: 24px;
  width: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  left: 0px;
  top: 4px;
}

.news-wrapper .operation-detail-collapse {
  transform: rotate(3.14rad);
  transition-duration: 0.1s;
}

.news-wrapper .operation-detail-expand {
  transform: rotate(0rad);
  transition-duration: 0.1s;
}

.news-wrapper .operation-detail-collapse,
.news-wrapper .operation-detail-expand {
  vertical-align: baseline;
}

.news-wrapper .operation-detail-collapse::before {
  content: "expand_more";
}

.news-wrapper .operation-detail-expand::before {
  content: "expand_more";
}

.news-inner-modal .shuttle-buttons {
  padding: 20px 2px 0 !important;
  margin: 0 10px;
}

.news-inner-modal .shuttle-buttons .shuttle-buttons-inner a,
.news-inner-modal .shuttle-buttons .shuttle-buttons-inner a.ui-state-active,
.news-inner-modal .shuttle-buttons .shuttle-buttons-inner a.ui-state-focus {
  background: none !important;
  border: none !important;
}

/* CK Editor styles */
.cke_dialog_ui_button:hover {
  text-decoration: none;
  background-image: none !important;
}

.cke_dialog_footer {
  outline: none !important;
  background: #fff !important;
  background-image: none !important;
}

.cke_dialog_ui_button_ok { /* Important btn-primary */
  color: #FFFFFF !important;
  background-color: #0065A9 !important;
  background-image: none !important;
  border-radius: 2px !important;
  border: 1px solid #0065A9 !important;
}

.cke_dialog_ui_button_cancel {
  color: #0065A9 !important;
  box-sizing: border-box !important;
  border: 1px solid #0065A9 !important;
  background-color: #FFFFFF !important;
  border-radius: 2px !important;
  background-image: none !important;
}

.cke_dialog_title {
  background: #EBEDEF !important;
  border-bottom: none !important;
}

.cke_dialog_ui_hbox td.cke_dark_background {
  background: transparent !important;
}

/* CK Editor styles end */

.news-inner-modal .ui-dialog-buttonpane {
  padding: 0;
}

.news-inner-modal .ui-dialog-buttonpane button {
  margin: 0;
}

#msg-board-wrapper input[type="button"] {
  font-weight: normal;
  background-color: #0065A9;
  border: 1px solid #0065A9;
  margin: 0 4px;
}
#msg-board-wrapper input[type="button"]:hover {
  color: #ffffff;
  background-color: rgba(0, 101, 169, 0.75);
}

#msg-board-wrapper .newBottom {
  float: right;
  width: 50%;
}

#msg-board-wrapper .newBottom + .clear {
  clear: none;
}

#msg-board-wrapper .dropdown {
  display: inline-block;
}

#msg-dropdown {
  border: none;
  background-color: transparent;
}

.table .dt-row-expanded {
  background-color: #E9F6FF;
}

.nucs-checkbox + label::after {
  height: 6px;
  width: 12px;
  border-left: 2px solid #0065A9;
  border-bottom: 2px solid #0065A9;
  transform: rotate(-45deg);
  left: 6px;
  top: 12px;
}

.nucs-checkbox.disabled + label,
.nucs-checkbox.disabled-matrix + label {
  color: #555555 !important;
}

.nucs-checkbox.disabled + label::before,
.nucs-checkbox.disabled-matrix + label::before {
  opacity: 0.8;
}

.nucs-checkbox.disabled + label::after,
.nucs-checkbox.disabled-matrix + label::after {
  opacity: 0.5;
}

/* Area heading */

#dv-business-filters .panel-heading .partially-checked + label::after {
  height: 6px;
  width: 12px;
  border-left: none;
  border-bottom: 2px solid #0065A9;
  transform: none;
  left: 6px;
  top: 12px;
  z-index: 99;
}

#dv-market-areas-content > .panel-group {
  margin-bottom: 0;
}

/* Hiding checkbox next to country */
.panel-heading .checkbox-area-border + label::after {
  display: none;
}

.panel-heading .checkbox-area-border + label::before {
  display: none;
}

#dv-market-areas-content .panel-heading .checkbox-area-border + label {
  padding-left: 8px;
}

#dv-market-areas-content .panel-heading .checkbox-area-border-multi + label {
  padding-left: 32px;
}

/* NUCS-CHECKBOXES END */

/* NUCS-RADIOS START */
.nucs-radio + label {
  padding-left: 32px;
}

.nucs-radio + label::before {
  height: 24px;
  width: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background-color: #FFFFFF;
  left: 0px;
  top: 4px;
}

.nucs-radio + label::after {
  height: 16px;
  width: 16px;
  background-color: #0065A9;
  border-radius: 50%;
  left: 4px;
  top: 8px;
}

/* NUCS-RADIOS END */

/* Subscription modal checkbox */
#validTo + label::before {
  top: -9px;
}

#validTo + label::after {
  top: -1px;
  left: 6px;
}

#dv-business-filters .panel-heading i, #selected-master-data-units a[role="button"] i.material-icons-outlined {
  line-height: 32px;
  padding: 0 8px;
}

/* Optional filters select all  start*/
.optional-filter-panel .panel-heading i {
  margin-top: 1px;
}

.optional-filter-panel .panel-heading {
  padding-left: 4px;
  padding-right: 0;
  cursor: pointer;
  border-radius: 0;
}

.dv-optional-filter-content .panel-body .dv-filter-checkbox:first-child {
  border-top: #bbb solid 1px;
}

.optional-filter-panel .panel-heading {
  background-color: rgba(0, 101, 169, 0.1);
}

#dv-business-filters .panel-collapse > div {
  margin: 8px 16px 0 16px;
  padding-bottom: 8px;
}

#dv-business-filters .panel-collapse > .dv-optional-filter-content {
  margin: 0 32px 0 16px;
}

#dv-business-filters .dv-optional-filter-content .panel-heading {
  background-color: rgba(0, 101, 169, 0.4);
}

#dv-business-filters .dv-optional-filter-content .panel-heading.dv-filter-checkbox-selected {
  background-color: rgba(0, 101, 169, 0.1);
}

#dv-business-filters .dv-optional-filter-content .panel-body {
  padding: 0;
}

#dv-business-filters .dv-optional-filter-content label {
  margin: 1px 0 0 0;
  color: black;
}

/* Datepicker checkbox */
#time-checkbox-wrapper .nucs-checkbox + label::before {
  left: 4px;
}

#time-checkbox-wrapper .nucs-checkbox + label::after {
  left: 10px;
}

.nucs-checkbox + label::after {
  left: 6px;
}

table.data-view-table > thead > tr > th {
  color: rgba(0, 0, 0, 0.75);
}

table.data-view-table > tbody > tr:hover {
  background-color: rgba(0, 101, 169, 0.1);
}

table.data-view-table > tbody > tr > td:hover {
  background: rgba(0, 101, 169, 0.2);
}

table.data-view-table > tbody > tr > td,
.content-dataFlows table.dataTable > tbody > tr > td {
  border: 1px solid #E6E6E6;
  font-size: 1.1rem;
  line-height: 32px;
  padding: 0px 15px;
  box-sizing: border-box;
}

table#dataFlows > tbody > tr > td {
  text-align: center;
}

table.data-view-table > tbody > tr > td.details {
  background: #E9F6FF;
}

table#dataFlows > tbody > tr.rowActive + tr > td {
  padding: 16px 15px 0 15px;
}

/* First column right border highlight */
table.data-view-table.right-bordered > tbody > tr > td:first-child:not(.details):not(.dv-value-cell):not(.dataTables_empty),
table#dataFlows > tbody > tr > td:first-child:not(:only-child) {
  border-right: 1px solid #848484;
}

table.data-view-table.right-bordered > tbody > tr > td:first-child:not(.details):not(.dv-value-cell):not(.dataTables_empty) {
  text-align: right;
}

table.data-view-table > tbody > tr > td:first-child.dataTables_empty {
  border-right: 1px solid #E6E6E6;
  text-align: center;
}

table.data-view-table.right-bordered > tbody > tr:first-child > td:not(:first-child),
.content-dataFlows table.dataTable > tbody > tr:first-child > td:not(:first-child) {
  border-top: 1px solid #848484;
}

table .table-heading-unit {
  color: rgba(0, 0, 0, 0.5);
}

#dv-datatable > tbody > tr:first-child > td:not(:first-child) {
  width: auto;
}

table#dataFlows .item-state {
  padding-top: 4px;
  max-width: 145px;
}

table .auto-width.table, .auto-width {
  width: auto;
}

table.auto-width.table.data-view-detail-table {
  width: auto;
  margin: 0 17px !important; /*important to override bootstrap style */
}

table.data-view-table.fourth-column-right > tbody > tr > td:nth-child(4) {
  text-align: right;
}

table.data-view-table > tbody > tr {
  text-align: center;
}

table.data-view-detail-table > thead > tr > th {
  font-size: 1rem;
  line-height: 16px;
  padding: 4px 8px;
}

table.data-view-detail-table > tbody > tr > td {
  border: 1px solid #E6E6E6;
  font-size: 1.1666rem;
  line-height: 32px;
  padding: 0 16px;
}

table.data-view-detail-table > thead > tr > th {
  font-size: 1rem;
  line-height: 16px;
  padding: 4px 15px;
}

table.data-view-detail-table.second-column-right > tbody > tr > td:nth-child(2) {
  border-right: 1px solid #848484;
  text-align: right;
}

table.data-view-detail-table.border-top-from-second-column > tbody > tr:first-child > td:not(:first-child):not(:nth-child(2)) {
  border-top: 1px solid #848484;
}

table.data-view-detail-table.first-and-second-column-right > tbody > tr > td:nth-child(1), table.data-view-detail-table.first-and-second-column-right > tbody > tr > td:nth-child(3) {
  text-align: right;
}

table.data-view-detail-table.first-column-right > tbody > tr > td:nth-child(1) {
  text-align: right;
}

table.data-view-detail-table > tbody > tr:hover {
  background-color: #E5F0F6;
}

table.data-view-detail-table > tbody > tr > td:hover {
  background-color: #CCE0EE;
}

.data-view-detail-dialog tr td {
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
}

table.data-view-table > tbody > tr > td.details:hover {
  background-color: #E9F6FF;
}

table.data-view-table > thead > tr > th.expand-btn-column {
  width: 32px;
  padding: 0px;
}

div#unavailability-table-wrapper table.data-view-table > tbody > tr > td {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

div#unavailability-table-wrapper table.data-view-table > tbody > tr:last-of-type > td {
  border-bottom: 1px solid #E6E6E6;
}

div#unavailability-table-wrapper table.data-view-table > tbody > tr > td.button-column {
  padding: 0;
}

div#unavailability-table-wrapper table.data-view-table > tbody > tr > td.button-column a {
  padding: 0 15px;
  display: block;
  cursor: pointer;
}

.changed,
.new {
  color: limegreen;
}

.deleted {
  color: darkgray;
}

.deleted div {
  text-decoration: line-through;
}

/* START DataFlows table - Outgoing + Incoming */
table#dataFlows .list-group-item {
  padding: 1px 7px;
}

table#dataFlows .panel-heading {
  padding: 0 2px;
}

table#dataFlows .panel-body {
  padding: 0;
}

table#dataFlows .download-col {
  padding-bottom: 16px;
}

table#dataFlows .icon-column {
  width: 66px; /* Space for revalidate button */
  padding: 0px;
}

table#dataFlows.table-outgoing-dataFlows .icon-column {
  width: 66px;
  padding: 0px;
}

.icon-column a {
  display: block;
  min-width: 32px;
  width: 100%;
  height: 32px;
}

#dataFlows_wrapper .icon-column a {
  width: 32px;
}

.icon-column a:hover,
.icon-column a:focus {
  text-decoration: none;
}

.icon-column a > i {
  padding-top: 5px;
  height: 32px;
}

.icon-column .collapsing-arrow-icon,
.icon-column a.openIcon,
a.openIcon i {
  cursor: pointer;
}

.history i {
  vertical-align: middle;
}

table#dataFlows > tbody > tr.rowActive > td.icon-column > a.openIcon {
  transform: rotate(180deg);
  transition-duration: 0.1s;
}

table#dataFlows > tbody > tr > td.icon-column > a.openIcon {
  transform: rotate(0deg);
  transition-duration: 0.1s;
}

i.show-detail-icon {
  vertical-align: sub;
  font-size: 18px;
  transform: rotate(0deg);
  transition-duration: 0.1s;
}

.rowActive i.show-detail-icon {
  transform: rotate(180deg);
  transition-duration: 0.1s;
}


/* END DataFlows table */

/*this part is for rotating dropdown icon*/
.control-icon-wrapper > a.collapsed > i {
  transform: rotate(0);
  transition-duration: 0.1s;
  border-left: 1px solid #EBEDEF;
  background-color: inherit;
}

.control-icon-wrapper > a > i {
  transform: rotate(180deg);
  transition-duration: 0.1s;
  border-left: 1px solid #EBEDEF;
  background-color: #EBEDEF;
}

.panel-heading a[aria-expanded="true"] > i {
  transition-duration: 0.1s;
  transform: rotate(180deg);
}

.panel-heading a[aria-expanded="false"] > i {
  transition-duration: 0.1s;
  transform: rotate(0);
}

div.contain-rotate-icon > a.collapsed > i.rotable {
  transform: rotate(0);
  transition-duration: 0.1s;
}

div.contain-rotate-icon > a:not(.collapsed) > i.rotable {
  transform: rotate(180deg);
  transition-duration: 0.1s;
  background-color: #EBEDEF;
}

div.contain-rotate-icon > a {
  display: block;
  width: 32px;
  float: right;
}

.icon-rotation-default {
  transform: rotate(0);
}

.icon-rotation-rotated {
  transform: rotate(180deg);
}

/*end of this section*/

.control-icon {
  padding: 0 5px;
}

.control-icon.icon-blue {
  font-size: 18px;
  line-height: 32px;
}

.icon-last {
  border-left: 1px solid #EBEDEF;
  border-bottom-left-radius: 2px;
}

.icon-blue {
  color: rgba(0, 101, 169, 0.75);
  cursor: pointer;
}

.icon-white {
  color: rgba(255, 255, 255, 0.75);
}

.icon-white:hover {
  color: #FFFFFF;
}

.icon-info {
  font-size: 18px;
}

.icon-info-wrapper {
  vertical-align: middle;
  margin-left: 8px;
}

.icon-disabled {
  color: #555555;
}

/*styling for collapsing arrow icon*/
table.data-view-table > tbody > tr > td.collapse-icon-row {
  padding: 4px 0 0 0;
  line-height: 10px;
}

.icon-blue:hover {
  color: #0065a9;
  cursor: pointer;
}

.no-padding {
  padding: 0;
}

.subscription-wrapper, .news-wrapper {
  margin-right: 48px;
}

.content-box {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}

.box-shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.row > .content-box:last-of-type {
  margin: 0;
}

.chart {
  width: 100%;
  height: 500px;
  margin-top: 2em;
}

.input-calendar {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.25);
}

.nav .nav-icon {
  height: 54px;
}

.breadcrumb-navigation {
  height: 16px;
  overflow: hidden;
}

.breadcrumb-button-wrapper {
  margin-top: 22px;
}

.breadcrumb-navigation, .breadcrumb-navigation > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  letter-spacing: 0.2px;
}

.nav-breadcrumb {
  background: rgba(0, 101, 169, 0.75);
  margin-bottom: 16px;
  height: 72px;
}

#dataViewName, .nav-breadcrumb h2 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 4px;
  line-height: 16px;
  margin-top: 19px;
  height: 20px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/materialiconsoutlined/v9/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2') format('woff2');
  /*!* For IE6-8 *!*/
  src: url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
  url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff') format('woff'),
  url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons-outlined {
  font-family: 'Material Icons';
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.panel .panel-heading .panel-title a {
  text-decoration: none;
}

.rotate180 {
  transform: rotate(180deg);
}

.icon-collapsed:hover {
  color: inherit;
  background-color: #C7E8FE;
}

table#filterTable.dataTable > thead > tr > th.filterName, .sorting_disabled {
  cursor: default;
}

/*expandable table in Balancing views + dataFlows*/
table.data-view-table > tbody > tr.rowActive > td,
table.data-view-table > tbody > tr.dt-row-expanded > td,
table#dataFlows > tbody > tr.rowActive > td,
table.data-view-table > tbody > tr.dt-row-expanded > td,
.news-wrapper .table .dt-row-expanded td,
table.data-view-table > tbody > tr.rowActive > td {
  background-color: #E9F6FF;
  border-top: 4px solid #0065A9;
}

.news-wrapper .table .dt-row-expanded td:first-child {
  border-left: 1px solid #0065A9;
}

.news-wrapper .table .dt-row-expanded td:last-child {
  border-right: 1px solid #0065A9;
}

.news-wrapper .table .button-column {
  text-align: right;
}

.news-wrapper .table .dt-detail-row .details {
  border-bottom: 1px solid #0065A9;
  border-right: 1px solid #0065A9;
  border-left: 1px solid #0065A9;
}

table.data-view-table > tbody > tr.rowActive:first-child > td:not(:first-child),
table.data-view-table > tbody > tr.dt-row-expanded:first-child > td:not(:first-child) {
  background-color: #E9F6FF;
  border-top: 4px solid #0065A9;
}

table.data-view-table > tbody > tr.rowActive > td:first-child {
  border-left: 1px solid #0065A9 !important;
}

table.data-view-table > tbody > tr.rowActive > td:last-child {
  border-right: 1px solid #0065A9 !important;
}

.table-content-box {
  margin: 0 0 16px 0;
  background-color: #FFF;
}

td .table-content-box:first-child {
  margin-top: 16px;
}

.table-content-box-no-colapse {
  padding-top: 16px;
}

.graph-content-box {
  margin: 16px 0px;
  background-color: #FFFFFF;
  box-shadow: none;
}

.table-content-box a.tooltip-icon {
  display: block;
  width: 32px;
  float: right;
}

.table-content-box .control-icon {
  color: rgba(0, 101, 169, 0.75);
  font-size: 18px;
  line-height: 32px;
}

.table-content-box .control-icon:hover {
  color: #0065A9;
}

.graph-content-box > .content-box {
  margin: 0 0 16px 0;
  background-color: #FFF;
  box-shadow: none;
}

.underline-none:hover {
  text-decoration: none;
  cursor: pointer;
}

.underline-none,
.underline-none:focus {
  text-decoration: none;
}

.btn-icon {
  padding: 0;
  height: 32px;
  width: 32px;
}

.btn-icon i {
  height: 32px;
  width: 30px;
}

#dv-data .dropdown > .btn {
  /* Remove padding to account for expand icon */
  padding-right: 3px;
}

#nav-breadcrumb-buttons .btn-download {
  padding: 5px 5px 5px 10px;
}

.newBottom {
  text-align: left;
  margin: 10px 0;
}

div.detail .newBottom {
  margin: 10px 17px;
}

.filters-menu {
  width: 320px;
  margin-right: -320px;
  float: left;
  position: relative;
}

.filters-menu-content {
  margin-right: 16px;
}

.content-wrapper {
  float: right;
  width: 100%;
}

.content {
  clear: both;
  margin-left: 330px;
}

#dv-data.dv-data-container {
  margin: 0;
}

#navbar a {
  font-size: 1.35em;
  line-height: 16px;
  padding-top: 20px;
  height: 54px;
  color: rgba(255, 255, 255, 0.75);
}

#navbar a:hover {
  color: #FFFFFF;
  background: #0065A9;
}

.navbar .navbar-brand {
  margin-right: 24px;
}

#navbar .dropdown-menu {
  background-color: #0065A9;
}

#navbar .dropdown-menu > li > a {
  padding: 17px 16px;
  height: 50px;
  font-size: 14px;
}

#navbar .dropdown.open > a {
  background-color: #0065a9;
}

#navbar .dropdown-menu-three-layer {
  width: 440px;
  padding: 0px;
}

#navbar .dropdown-menu-three-layer > li {
  display: inline-block;
  float: left;
}

#navbar .dropdown-submenu > .dropdown-menu {
  margin: 0;
  width: 440px;
  background-color: rgb(0, 118, 191);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#navbar .dropdown-submenu > a:focus + .dropdown-menu {
  display: block;
}

#navbar .dropdown-submenu:focus > .dropdown-menu {
  display: block;
}

#navbar .dropdown-menu-three-layer {
  width: 530px;
  padding: 0px;
}

#navbar .dropdown-menu-three-layer > li {
  display: inline-block;
  float: left;
  width: 50%;
}

#navbar .dropdown-menu-four-layer {
  width: 540px;
  padding: 0px;
}

#navbar .dropdown-menu-four-layer > li {
  display: inline-block;
  float: left;
  width: 25%;
}

#navbar .dropdown-menu-four-layer > li:nth-child(2) > a {
  margin-left: 8px;
  padding-left: 0;
}

#navbar .dropdown-menu-four-layer > li:nth-child(3) > a {
  margin-left: 8px;
  padding-left: 8px;
}

#navbar .dropdown-menu-four-layer > .dropdown-submenu > .dropdown-menu {
  width: 540px;
}

#navbar .dropdown-submenu > .dropdown-menu {
  margin: 0;
  width: 530px;
  background-color: rgb(0, 118, 191);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#navbar .dropdown-submenu:focus > .dropdown-menu,
#navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  cursor: pointer;
}

#navbar span.badge {
  position: relative;
  top: -18px;
  left: -7px;
  background-color: mediumvioletred;
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 4px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

#navbar #user-profile-icon-a {
  padding-left: 8px;
  padding-right: 8px;
}

#navbar .navbar-right .navbar-title {
  display: none;
}

/* IE11 Badge position, select no-appearance indent fix/hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #navbar .badge {
    top: -39px;
    left: 15px;
    z-index: 2;
  }

  #ummForm .timesiries:hover .timesiries-header select,
  .asset-box .asset-row .row-content:hover > div select,
  .timeline-box:hover .timeline-content-header-secondary .form-group select,
  .description-box:hover select{
    padding: 6px 6px 6px 8px !important;
  }
}

@media only screen and (max-width: 767px) {
  #navbar .dropdown.open ul {
    margin-left: 24px;
  }

  #navbar .dropdown i.pull-right {
    margin-right: 14px;
  }

  #navbar .navbar-right .navbar-title {
    display: inline-block;
    position: relative;
    top: -6px;
  }

  #navbar .dropdown-menu-three-layer > li {
    display: block;
    float: none;
  }

  #navbar .dropdown-submenu > .dropdown-menu {
    background-color: rgb(0, 101, 169);
  }
}


section {
  /* Hiding of empty space when resizing window in IE */
  overflow: hidden;
}

.padding-top-8px {
  padding-top: 8px;
}

.filters-menu .padding-left-right-heading i {
  color: rgba(0, 101, 169, 0.75);
}

.export-menu-wrapper {
  height: 32px;
}

.filters-menu .padding-left-right-heading i:hover {
  color: #0065A9;
}

.confirm-button {
  padding: 0 16px;
  line-height: 32px;
  font-size: 12px;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  border: 1px solid #178acc;
  border-radius: 0;
  max-height: 320px;
  overflow-y: auto;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
  background-color: #EBEDEF;
  border: 1px solid #EBEDEF;
  border-radius: 0;
  color: black;
  cursor: pointer;
}

.adminMenuDialog .filter-data-item .btn-group {
  width: 100%;
}

.adminMenuDialog .filter-data-item .btn:focus {
  outline: 0;
}

.adminMenuDialog .filter-data-item .radio-all {
  width: 15.5%;
}

.adminMenuDialog .filter-data-item .btn-group {
  padding-right: 0px;
}

.adminMenuDialog .search-data-item .ui-combobox .ui-button {
  background: #1474ac;
  width: 25px;
  height: 25px;
  margin-bottom: 1px;
  border-radius: inherit;
  margin-left: 2px;
}

.adminMenuDialog .search-data-item .ui-combobox .ui-button .ui-button-text {
  width: 15px;
  height: 15px;
  display: block;
  line-height: 8px;
  color: white;
  padding-left: 0;
}

.adminMenuDialog .search-data-item .ui-combobox input {
  width: 100%;
}

.adminMenuDialog .search-data-item .panel-heading {
  padding: 0px;
  margin: 0px;
}

.adminMenuDialog .search-data-item #dataItemSelect {
  width: 424px;
}

.adminMenuDialog .browse-data-item .material-icons-outlined {
  float: right;
}

.adminMenuDialog .browse-data-item .panel-heading {
  padding: 0px;
  margin: 0px;
}

.adminMenuDialog .browse-data-item .panel-heading .adminItemExpander {
  margin-right: 3px;
}

.adminMenuDialog .browse-data-item .panel-body {
  padding-top: 0px;
}

.adminMenuDialog .browse-data-item .panel-body a {
  text-decoration: underline;
}

.adminMenuDialog .browse-data-item .diLink {
  line-height: 22px;
}

.adminMenuDialog .labeled-input-container {
  margin-bottom: 5px;
}

.adminMenuDialog .labeled-input-container label {
  text-align: left;
}

.user-email-title {
  position: relative;
  top: -6px;
}

/*CURTAIN STYLES*/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;

}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}


@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }
}

/*End of curtain*/

/*LOADER ANIMATION*/
.lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*END of LOADER*/

/*Center items in dropdowns in export menu*/
.center-dropdown-items > li > a {
  width: 100%;
  text-align: center;
}

/*END of Center items in dropdowns*/

.chart-controls-wrapper {
  margin-top: 24px;
  margin-bottom: 20px;
}

.chart-type-container {
  padding-left: 16px;
}

.chart-controls-right {
  padding-right: 16px;
}

.chart-controls-right .installed-capacity-container {
  padding-right: 16px;
}

.chart-controls-right > a {
  padding-top: 7px;
  display: inline-block;
}

.chart-controls-right .installed-capacity-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 8px;
}

#area-select-type-wrapper,
#areaFilterTypeSelection {
  margin-bottom: 16px;
  width: 100%;
}

#area-select-type-wrapper > label,
#areaFilterTypeSelection > label {
  width: 50%;
}

#area-select-type-wrapper .alert-info {
  background-color: rgba(0, 101, 169, 0.1);
}

#area-select-type-wrapper .alert {
  margin: 0;
  border: none;
}

#area-select-type-wrapper .alert i {
  vertical-align: middle;
  cursor: default;
}

#area-select-type-wrapper .alert-warning i {
  color: #c09853;
  transform: rotate(3.14rad);
  transition-duration: 0.5s;
}

#area-select-type-wrapper .alert-info i {
  color: rgba(0, 101, 169, 0.75);
  transform: rotate(0rad);
  transition-duration: 0.5s;
}

#area-select-type-wrapper .alert div {
  padding-top: 4px;
  margin-left: 30px;
}

.logs-container {
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
}

.message-log-text {
  padding-left: 38px;
  padding-top: 2px;
}

table#dataFlows .document-id {
  word-break: break-all;
}

#dv-business-filters .btn-group-toggle label {
  z-index: 1;
}

.text-12 {
  font-size: 12px;
}

@media only screen and (max-width: 1500px) {
  #dv-data .detail-table-table {
    width: 100%;
    margin-top: 2.5em;
  }
}

  #dv-data-table.unavailability-content-box > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  #dv-data-table.unavailability-content-box #dv-datatable_wrapper {
    margin-left: 4px;
    margin-right: 5px;
  }

@media only screen and (max-width: 1520px) {
  #dv-data-table .outage-detail-info-box{
    width: 50%;
  }

  #dv-data-table .clearfix.outage-detail-info-box{
    display: block;
  }

  #dv-datatable.outages > thead > tr > th {
    padding: 8px 10px;
  }

  #dv-datatable.outages > thead > tr > th.published-col {
    padding-right: 0;
  }
}

.table.no-cell-highlight > tbody > tr:not(.rowActive):not(.details) > td:hover {
  background: none;
}

.clearfix.outage-detail-info-box{
  display: none;
}

div.outage-rich-content {
  padding: 0 10px;
}

.outage-rich-header-text {
  font-size: 12px;
  font-weight: bold;
}

.btn-nucs-lg.btn-show-filters {
  background: none;
  line-height: 31px;
  margin-bottom: -8px
}

#more-filters{
  margin-top: 16px;
}

.outage-rich-controls-row a.btn-secondary {
  min-width: 32px;
  cursor: pointer;
  display: inline-block;
}

.outage-rich-controls-row a.btn-secondary:hover,
.outage-rich-controls-row a.btn-secondary:focus,
.outage-rich-controls-row a.btn-secondary i:hover,
.outage-rich-controls-row a.btn-secondary i:focus {
  text-decoration: none;
  color: rgba(0, 101, 169, 0.75);
}

.outage-rich-controls-row a.btn-secondary:not(:last-child) {
  margin-right: 8px;
  padding: 0 8px;
}

.outage-rich-controls-row a.btn-secondary span {
  vertical-align: super;
}

.outage-rich-controls-row a.btn-secondary i {
  padding: 0px;
  line-height: 30px;
}

.outage-rich-controls {
  float: right;
}

.outage-rich-checker {
  height: 24px;
  width: 24px;
  border-radius: 2px;
  background-color: #BD0013;
  left: 0px;
  top: 4px;
}

.outage-rich-checker::after {
  height: 6px;
  width: 12px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
  left: 6px;
  top: 12px;
}

#dv-business-filters hr + .panel {
  margin-bottom: 8px;
}

#dv-business-filters .panel-optional-filter {
  margin-bottom: 0;
}

.ui-dialog .ui-dialog-content {
  padding: 0 4px;
}

/*Unavailability Messages Start*/
.omi-box {
  padding-top: 16px;
}

.common-box {
  margin-top: 2.5em;
}

#dv-history-datatable_wrapper .common-box,
#dv-history-datatable_wrapper .omi-box {
  padding-bottom: 32px;
}

#reason-text-filter {
  color: #a1a1a1;
  font-size: 14px;
}

.grayed {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 10px;
  border-bottom: 2px solid #F0F0F2;
  color: #363d82;
  cursor: auto;
  text-decoration: none;
}

#dv-business-filters #dv-pub-datepicker {
  margin-right: 0;
}

#dv-pub-datepicker label {
  color: black;
  margin-left: 40px;
}

#dv-pub-datepicker i.input-calendar {
  font-size: 18px !important;
}

#user-friendly-input-publication-time-to,
#user-friendly-input-publication-time-from {
  width: 124px;
}

#input-button-wrapper-user-friendly-input-publication-time-to,
#input-button-wrapper-user-friendly-input-publication-time-from {
  width: 164px;
}

.originalinput-wrapper {
  padding-left: 0;
}

#master-data-filter-name {
  margin-bottom: 8px;
}

.detail-content-text,
.outage-rich-content{
  line-height: 2rem;
}

.outage-rich-content .detail-mp-data{
  margin-bottom: 10px;
}

#unavailability-table-wrapper{
  overflow: initial;
}

#dv-data-table{
  min-width: 860px;
}

#dv-datatable.outages tr td:nth-child(1),
#dv-datatable.outages tr td:nth-child(2),
#dv-datatable.outages tr td:nth-child(4),
#dv-datatable.outages tr td:nth-child(4){
  text-align: left;
}

#dv-datatable.outages tr td:nth-child(5),
#dv-datatable.outages tr td:nth-child(6),
#dv-datatable.outages tr td:nth-child(8),
#dv-datatable.outages tr td:nth-child(7){
  text-align: right;
}

#dv-datatable.outages tr td:nth-child(2) {
  word-break: break-word;
}

#dv-datatable.outages td > .outage-cell-content {
  line-height: 2rem;
  margin-top: 7px;
}

#dv-datatable.outages td > .outage-cell-content:first-child {
  margin-top: 5px;
}

.container-new-outage .form-horizontal textarea {
  width: 100%;
  min-height: 2.5rem;
  height: 8rem;
  resize: vertical;
}

.container-new-outage label,
.asset-box span {
  font-size: 13px;
}

.description-box .attachment-content .help-block {
  margin-top: 3px;
  text-align: left;
}

.description-box .attachment-header {
  line-height: 32px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.description-box .attachment-remove {
  display: inline-block;
}

.attachment-remove i {
  font-size: 2.9rem;
}

.description-box textarea {
  resize: vertical;
  min-height: 32px;
  height: 6rem;
}

.container-new-outage .add-button i {
  font-size: 21px;
}
.container-new-outage .add-button div {
  float: right;
  padding-top: 1px;
  padding-left: 2px;
}

.new-outage-section-header {
  background: #C7E8FE;
  color: #0065A9;
  padding: 10px 0;
  margin-bottom: 1.5em;
}

.new-outage-section-header span {
  font-size: 1.25rem;
}

.new-outage-controls-box {
  background: #0065A9;
  text-align: right;
  margin-top: -16px;
  height: 56px;
  padding: 12px 24px ;
}

.flow-periods-controls-wrapper {
  float: right;
  z-index: 100;
  position: relative;
  text-align: center;
}

.container-new-outage .container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
}

.container-new-outage h3{
  color: #0065A9;
  margin: 0;
}

.container-new-outage .row,
.container-new-outage .form-horizontal .form-group {
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
}

.container-new-outage .timesiries {
  border: 1px solid #ECECEC;
  border-radius: 2px;
  padding: 16px 24px;
}

.container-new-outage .timesiries-row:not(:last-child){
  margin-bottom: 8px;
}

.container-new-outage .timesiries:hover {
  background-color: #E5F0F6;
  transition: 0.3s;
}

.container-new-outage .timesiries:hover .row-content{
  background-color: #FFF;
}

.container-new-outage hr {
  border-top: 1px solid #ECECEC;
}

.input-clear,
.input-clear[disabled] {
  border: none;
  box-shadow: none;
  background-color: transparent;
  cursor: default;
}

.timeline-content-header-secondary .form-group {
  text-align: right;
}

.timeline-content-header-secondary .unit-name {
  margin-left: 5px;
  padding-right: 17px;
  width: 372px;
  float: right;
  vertical-align: baseline;
}

.timeline-content-header .form-group:nth-child(1) {
  width: 472px;
}

.timeline-content-header .form-group:nth-child(2) input,
.timeline-content-header .form-group:nth-child(3) input {
  width: 176px;
}

.timeline-content-header .form-group:nth-child(2) {
  width: 240px;
}

.timeline-content-header .form-group:nth-child(3) {
  width: 310px;
}

.timeline-content-header {
  margin-bottom: 8px;
}

.timeline-content-header label + input {
  margin-left: 8px;
}

.timeline-content-header .input-clear,
.timeline-content-header .input-clear[disabled]{
  vertical-align: baseline;
}

.timeline-content-header .form-group:not(:last-child){
  margin-right: 24px;
}

.timeline-content-header input[name=eventStart] {
  padding-right: 0;
  margin-right: 4px;
}

.timeline-box .period-row input[disabled],
.asset-box input[disabled] {
  background-color: inherit;
  box-shadow: none;
  cursor: default;
  border: none;
  padding: 0;
}

.timeline-box a.flow-add,
.timeline-box a.flow-remove {
  display: inline-block;
  padding-top: 4px;
}

.timeline-box .period-row,
.asset-box .asset-row {
  margin-bottom: 8px;
  height: 40px;
}

.timeline-box .period-row .row-content,
.asset-box .asset-row .row-content {
  padding: 4px 8px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #EBEDEF;
}

.period-row .flow-capacity {
  text-align: right;
}

.period-row .input-group-addon {
  padding-right: 0;
  padding-left: 2px;
}

.timeline-box .period-row .flow-capacity input {
  text-align: right;
  width: 64px;
  padding-right: 6px;
  line-height: 32px;
}

input.spin-hidden::-webkit-outer-spin-button,
input.spin-hidden::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

input.spin-hidden {
  -moz-appearance: textfield !important;
}

  /* Default input state when not hovered */
.timeline-box:not(:hover) .timeline-content-header-secondary select,
.timesiries:not(:hover) .timesiries-header .combo-input,
.timesiries:not(:hover) .timesiries-header select,
.timeline-box:not(:hover) .omi-mp,
.timeline-box:not(:hover) .unit-name input,
.timeline-box .period-row .row-content:not(:hover) .input-group > input:not([disabled]),
.timeline-box .period-row .row-content:not(:hover) .div-button-in-input,
.asset-box    .asset-row  .row-content:not(:hover) select,
.asset-box    .asset-row  .row-content:not(:hover) input:not([disabled]),
/*.asset-box:not(:hover) select,*/
.asset-box:not(:hover) input.offshore-pu,
.description-box:not(:hover) select{
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.timeline-box:not(:hover) .unit-name .ui-combobox-toggle,
.timesiries:not(:hover) .timesiries-header .ui-combobox-toggle,
.timeline-box .period-row .row-content:not(:hover) .ui-combobox-toggle,
.asset-box:not(:hover) div.offshore-pu .ui-combobox-toggle,
.asset-box    .asset-row  .row-content:not(:hover) .ui-combobox-toggle{
  display: none;
}

.timeline-content-header .input-clear,
.timeline-content-header .input-clear[disabled],
#ummForm  input.offshore-pu,
#ummForm .timeline-content-header-secondary .unit-name input,
#ummForm .timeline-content-header-secondary div.combo-input,
#ummForm .timesiries-header div.combo-input,
#ummForm .timesiries-header select,
#ummForm .description-box select {
  box-shadow: 1px 1px 5px #cccccccf;
}

/* Selects Not hovered */
#ummForm .timesiries .timesiries-header select,
.asset-box .asset-row > div select,
.timeline-box .timeline-content-header-secondary .form-group select,
.description-box select{
  padding: 6px 6px 6px 8px;
  line-height: 20px;
}

/* Selects On hover */
#ummForm .timesiries:hover .timesiries-header select,
.asset-box .asset-row .row-content:hover > div select,
.timeline-box:hover .timeline-content-header-secondary .form-group select,
.description-box:hover select{
  padding: 6px 6px 6px 4px;
}

/* Firefox select no-appearance indent fix/hack */
@-moz-document url-prefix() {
  #ummForm .timesiries:hover .timesiries-header select,
  .asset-box .asset-row .row-content:hover > div select,
  .timeline-box:hover .timeline-content-header-secondary .form-group select,
  .description-box:hover select{
  padding: 6px 6px 6px 8px !important;
  }
}

#ummForm select option[value=""][disabled]{
  display: none;
}

.timesiries-header {
  margin-bottom: 8px;
}

.timesiries-header label {
  vertical-align: sub;
  margin-bottom: 0;
  margin-right: 8px;
}

#ummForm .timesiries-header .combo-input {
  width: 255px;
  font-size: 1.25rem;
  color: #0065A9;
  padding-top: 1px;
  padding-bottom: 0;
  height: 32px;
  vertical-align: top;
}

#ummForm .timesiries-header .combobox-wrapper {
  width: 255px;
  float: right;
}

.timesiries-header select option{
  font-size: 1.2rem;
  color: #000;
}

div.offshore-pu {
  vertical-align: baseline;
  width: 368px;
  margin-left: -8px;
}

.resources-row .col-xs-4:nth-child(2) .ui-combobox-input {
  margin-left: 8px;
}

.asset-box .asset-row .row-content input[name="market_participants"]{
  margin-left: 11px;
}

.timeline-box .row-content .div-button-in-input input{
  background-color: transparent;
  width: 164px;
}

.asset-box .asset-row > div select::-ms-expand {
  display: none;
}

.timeline-box .period-row .row-content:hover,
.asset-box    .asset-row  .row-content:hover {
  transition: 0.2s;
  background-color: #BFE2F5;
}

.asset-row a {
  display: inline-block;
  height: 24px;
  margin-top: 4px;
}

.container-new-outage .section-controls-row{
  margin-top: 16px;
}

#generation-unit-checkbox + label,
#validity-range + label {
  font-weight: normal;
}

.preview-message span {
  font-size: 1.2rem;
}

.field-preview {
  box-shadow: none !important;
}

.preview-curtain {
  width: 0;
  height: 0;
}

.preview-curtain.curtain-close {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  background-color: transparent;
}

/*Unavailability Messages End*/

/*Datepicker disabled*/
.datepicker-disabled {
  position: relative;
  color: gray;
}

.datepicker-disabled div:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  content: ' ';
}

/*Release notes*/
.release-notes-wrapper .operation-detail-collapse {
  transform: rotate(3.14rad);
  transition-duration: 0.1s;
}

.release-notes-wrapper .operation-detail-expand {
  transform: rotate(0rad);
  transition-duration: 0.1s;
}

.release-notes-wrapper .operation-detail-collapse,
.release-notes-wrapper .operation-detail-expand {
  vertical-align: baseline;
}

.release-notes-wrapper .operation-detail-collapse::before {
  content: "expand_more";
}

.release-notes-wrapper .operation-detail-expand::before {
  content: "expand_more";
}

.release-notes-inner-modal .shuttle-buttons {
  padding: 20px 2px 0 !important;
  margin: 0 10px;
}

.release-notes-inner-modal .shuttle-buttons .shuttle-buttons-inner a,
.release-notes-inner-modal .shuttle-buttons .shuttle-buttons-inner a.ui-state-active,
.release-notes-inner-modal .shuttle-buttons .shuttle-buttons-inner a.ui-state-focus {
  background: none !important;
  border: none !important;
}

.subscription-wrapper, .release-notes-wrapper {
  margin-right: 48px;
}

table.data-view-table > tbody > tr.rowActive > td,
table.data-view-table > tbody > tr.dt-row-expanded > td,
table#dataFlows > tbody > tr.rowActive > td,
table.data-view-table > tbody > tr.dt-row-expanded > td,
.release-notes-wrapper .table .dt-row-expanded td,
table.data-view-table > tbody > tr.rowActive > td {
  background-color: #E9F6FF;
  border-top: 4px solid #0065A9;
}

.release-notes-wrapper .table .dt-row-expanded td:first-child {
  border-left: 1px solid #0065A9;
}

.release-notes-wrapper .table .dt-row-expanded td:last-child {
  border-right: 1px solid #0065A9;
}

.release-notes-wrapper .table .button-column {
  text-align: right;
}

.release-notes-wrapper .table .dt-detail-row .details {
  border-bottom: 1px solid #0065A9;
  border-right: 1px solid #0065A9;
  border-left: 1px solid #0065A9;
}