@keyframes blinky {

  0%,
  100% {
    box-shadow: 0 0 0.5rem transparent;
    border: 1px solid transparent;
  }

  50% {
    box-shadow: 0 0 0.5rem var(--active-blue);
    border: 1px solid var(--active-blue);
  }
}

@keyframes blinky-color {
  50% {
    color: var(--active-blue);
  }
}
:root {
  --radius-block:1rem;
  --radius-element:.5rem;
}

input,
button,
select,
textarea {
  font-family: "myriad-pro-regular";
}
.selectize-control.single .selectize-input{
  padding-right: 2.3rem !important;
}
body,
html {
  -webkit-tap-highlight-color: transparent !important;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  scrollbar-width: thin !important;
}

/* For Firefox */
* {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  scrollbar-width: thin;
}
b,
strong {
  font-family: 'myriad-pro-bold';
  font-weight: normal;
}

table,
thead {
  border-color: var(--main-popup-group-box-border);
}

.filled-button .material-symbols-outlined,
.filled-button .material-symbols-rounded {
  top: -0.125rem;
  position: relative;
}
@media (min-resolution: 120dpi) { 
	.filled-button .material-symbols-outlined,
  .filled-button .material-symbols-rounded {
    top: -0.125rem;
  }
}
.flex-2-col-row {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-group .dropdown {
  width: 100%;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn.focus {
  color: var(--text-white-on-black);
  /* border: 1px solid var(--text-white-on-black); */
}
.modal-content-box-btn.btn:active:not(.dropdown-toggle),
.modal-content-box-btn.btn:focus:not(.dropdown-toggle),
.modal-content-box-btn.btn:active:hover:not(.dropdown-toggle),
.modal-content-box-btn.btn.focus:not(.dropdown-toggle) {
  color: var(--text-white-on-black);
  border: 1px solid var(--text-white-on-black);
}

th {
  font-weight: normal;
  font-family: "myriad-pro-semibold";
}

.active-blue-color {
  color: var(--active-blue);
}

body {
  position: relative;
}

#live-view-menu {
  background: transparent;
}

.material-symbols-rounded,
.material-symbols-outlined {
  font-size: 1.5rem;
}

#live-view-menu nav li a {
  color: var(--active-blue);
  border-color: var(--active-blue);
}

#instrument-list .project-heading {
  float: left;
  margin-bottom: 2.5rem;
}

#instrument-list .project-heading,
.project-sharing-block,
.project-report-config,
.project-files-wrapper,
#reportListWrapper,
.web-view-station-wrapper,
.setups-for-stations-wrapper,
#autoReportingContent {
  background: var(--grid-item-bg-color);
  border-width: 0 !important;
  border-radius: 1rem;
  box-shadow: var(--shadow-color) 0px 0px 15px 0px;
  padding: 2rem;
  float: left;
  width: 100%;
  margin-bottom: 4.5rem;
}

#instrument-list .project-heading {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1rem solid transparent !important;
  border-right: 1rem solid transparent !important;
  transition: all 0.3s ease;
}

.project-sharing-block,
.project-report-config,
.project-reporting #reportListWrapper,
.project-files-wrapper {
  border-right: 1rem solid transparent !important;
  border-left: 1rem solid transparent !important;
  padding: 2rem;
}

.project-files-wrapper {
  float: left;
  width: 100%;
}

#instrument-list .project-heading:hover {
  border-left: 1rem solid var(--button-hover-bg) !important;
  transition: all 0.3s ease;
}

#instrument-list .project-selected.project-heading {
  border-radius: .85rem;
  box-shadow: var(--shadow-color) 0px 0px 15px 0px;
  border-left: 1rem solid var(--active-blue) !important;
}

#instrument-list .project-selected.project-heading.no-left-border {
  border-left: 1rem solid transparent !important;
}

#main-page-grid .grid-stack-item-content {
  border-radius: 1rem;
  border: 0 !important;
  padding: 0;
  box-shadow: var(--shadow-color) 0px 0px 15px 0px;
}

.project-heading-name {
  border: 1px solid var(--main-popup-group-box-border);
  background-color: var(--main-popup-group-box-bg);
  border-radius: 14px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.25rem !important;
  width: 100%;
  display: block;
  float: left;
  color: var(--project-heading-name-color);
}

#instrument-list.row .btn.btn-default.btn-svn-list.button-like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem !important;
  padding: 0;
}

#instrument-list.row .project-wrapper .btn.btn-default.btn-svn-list.button-like {
  padding: 1rem 2.5rem;
}

#instrument-list.row .btn.btn-default.btn-svn-list.button-like:last-child {
  /* margin-bottom: 0 !important; */
}

.sharing-user-invited,
.message-holder {
  display: flex;
  align-items: center;
  line-height: 1rem;
  vertical-align: middle;
}

.project-heading .btn-svn-list .device-list {
  border: 0 !important;
}

.page-header {
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
  font-family: "myriad-pro-semibold";
  color: var(--project-heading-name-color);
  border-bottom-color: var(--main-popup-group-box-border);
}
.main-page-header{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.5rem !important;
  flex-wrap: wrap;
}
#station-manager-title {
  width:100%;
  text-align: center;
}
#station-in-project-title{
  width:100%;
  font-size:1rem;
}
.page-header.project-header{
  padding-bottom:1rem !important;
  min-height: 0;
}

.page-header.left {
  text-align: left;
}

.pr-heading {
  font-size: 1.75rem;
  font-family: "myriad-pro-bold";
  color: var(--project-heading-name-color);
  text-align: left;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
}

.pr-heading h3 {
  font-size: 1.75rem;
  font-family: "myriad-pro-bold";
  color: var(--project-heading-name-color);
  text-align: left;
  float: left;
  width: 100%;
}

.pr-heading.pr-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-svn-list {
  margin-bottom: 1.375rem;
}

.project-point-name-container {
  display: flex;
  float: left;
  width: 16rem;
  padding: 0.9375rem 1.25rem;
  flex: none;
  padding-left: 0;
  font-size: 1rem;
}

.project-point-name {
  font-family: "myriad-pro-semibold";
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-align: left;
  font-size: 1.1rem;
}

.device-name {
  display: flex;
  flex-direction: column;
  float: left;
  width: 17rem;/*15*/
  padding: 0.9375rem 1.25rem 0.9375rem 0;
  color: var(--grey-content);
  flex: none;
}
/* @media screen and (min-width: 2000px) {
  .device-name {
    width: 17rem;
  }
  
}
@media (min-resolution: 120dpi) { 
  .device-name{
    width: 17rem;
  }
} */
.project-point-description-text {
  color: var(--grey-content);
  font-size: 0.75rem;
  flex: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-align: left;
}

.mobile-device-unit-sn {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-icons-wrapper {
  display: flex;
  float: left;
  padding-right: 1.25rem;
}

.project-point-description-text {
  padding: 0 !important;
}

.pr-heading.pr-status {
  display: none;
}

.outlined-button {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  border: 1px solid var(--active-blue);
  color: var(--active-blue);
  border-radius: .5rem;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  font-family: "myriad-pro-regular";
  cursor: pointer;
  line-height: 1.3rem;
  vertical-align: middle;
  background: transparent;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.outlined-button:has(span){
  display: flex;
}
#user-menu .outlined-button {
  white-space: initial;
}
.outlined-button:hover,
.outlined-button.active,
.outlined-button.selected {
  background-color: var(--active-blue) !important;
  color: var(--filled-button-color) !important;
  text-decoration: none !important;
  border: 1px solid var(--active-blue) !important;
  text-decoration: none !important;
}

.outlined-button:disabled,
.outlined-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  border-color: var(--disabled-button-outlined) !important;
  color: var(--disabled-button-outlined) !important;
}

.outlined-button:disabled:hover,
.outlined-button.disabled:hover {
  background-color: transparent !important;
}

/* .outlined-button:active {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #fff;
} */

.outlined-button .glyphicons {
  margin-right: 5px;
  font-size: 1rem;
  margin-right:0;
}

.mpoint-logs {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}

.mpoint-logs .outlined-button {
  margin-bottom: 0.5rem;
}

.mpoint-logs .outlined-button:last-child {
  margin-bottom: 0;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.link-button {
  color: var(--active-blue);
  text-decoration: none;
  font-family: "myriad-pro-regular";
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: 0;
}

.link-button:hover {
  text-decoration: underline;
}

.link-button:disabled,
.link-button.disabled {
  cursor: not-allowed;
  color: var(--filled-button-disabled-bg);
}

.filled-button,
body button.dt-button,
#users-table_wrapper .dt-buttons .dt-button {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background: var(--active-blue);
  color: var(--filled-button-color) !important;
  border-radius: .5rem;
  transition: all 0.3s ease, color 0.3s ease;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "myriad-pro-regular";
  line-height: 1.42;
  vertical-align: middle;
  font-weight: normal;
}

.filled-button svg {
  width: 1.71rem;
  height: 1.71rem;
  stroke: var(--filled-button-color) !important;
  margin-right: 0.5rem;
}

body button.dt-button,
#users-table_wrapper .dt-buttons .dt-button {
  justify-content: flex-start;
}

.filled-button a {
  text-decoration: none !important;
}

.filled-button .material-symbols-outlined {
  margin-right: 0.5rem;
}

.filled-button .spinner-border {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}

.filled-button:hover {
  filter: brightness(0.85);
  transition: all 0.3s ease, color 0.3s ease,

}

.filled-button.red {
  background: var(--red) !important;
  color: #FFF !important;
}

button.dt-button:hover {
  background-color: #2980b9 !important;
  text-decoration: none !important;
  border: 0 !important;
}

.checkbox-button.filled-button:hover {
  color: var(--filled-button-color) !important;
  background: var(--svantek-accent-blue) !important;
}

button.dt-button span.dt-down-arrow {
  top: 0;
}

.filled-button:disabled,
.filled-button.disabled {
  cursor: not-allowed;
  background: var(--filled-button-disabled-bg);
  color:var(--filled-button-color) !important;
}

.filled-button .material-symbols-rounded {
  margin-right: 0.5rem;
}

.filled-button-icon-only {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.325rem;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  background-color: var(--active-blue);
  color: var(--filled-button-color);
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0;
  font-family: "myriad-pro-semibold";
  cursor: pointer;
  line-height: 1rem;
}

.filled-button-icon-only svg {
  fill: var(--filled-button-color);
}

.filled-button-icon-only:hover {
  text-decoration: none !important;
  filter: brightness(0.85);
}

.filled-button-icon-only:hover svg {
  fill: #FFF;

}

button:disabled {
  cursor: not-allowed;
  background: var(--disabled-button-bg);
}

.filled-button-icon-only:disabled,
.filled-button-icon-only.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.filled-button-icon-only .material-symbols-rounded {
  margin-right: 0.5rem;
}

.project-line-wrapper {
  display: flex;
  width: 100%;
  float: left;
}

.project-item-left {
  display: block;
  float: left;
  width: 22rem;
  padding-right: 2rem;
}

.project-item-right {
  display: block;
  float: left;
  width: calc(100% - 22rem);
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-line-wrapper.flex-center {
  flex-wrap: wrap;
}

#all-measurements {
  display: flex;
  float: left;
  width: auto;
  align-items: center;
}

#all-measurements .l {
  display: block;
  float: left;
}

#all-measurements .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
}

#all-measurements .l .top {
  display: block;
  float: left;
  width: 100%;
  color: var(--heading-white-on-black);
  font-size: 1rem;
  font-family: "myriad-pro-semibold";
}

#all-measurements .l .bottom {
  display: block;
  float: left;
  width: 100%;
  color: var(--vertical-button-text);
  font-size: 0.75rem;
}

.vertical-button {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  align-items: center;
  cursor: pointer;
  padding: .5rem;
  border-radius: .5rem;
  transition: all 0.3s ease;
}

.vertical-button .material-symbols-rounded,
.vertical-button .material-symbols-outlined {
  color: var(--material-light-blue);
  font-size: 2rem;
  transition: all 0.3s ease;
}

.vertical-button .text {
  color: var(--vertical-button-text);
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: all 0.3s ease;
}

.vertical-button:hover {
  background: var(--active-blue);
  color: var(--filled-button-color);
  transition: all 0.3s ease;
}

.vertical-button:hover .material-symbols-rounded,
.vertical-button:hover .material-symbols-outlined {
  color: var(--filled-button-color);
  transition: all 0.3s ease;
}

.vertical-button:hover .text {
  color: var(--filled-button-color);
  transition: all 0.3s ease;
}

.vertical-button.red:hover {
  background: var(--red);
  color: var(--red);
}

.vertical-button.red:hover .material-symbols-rounded,
.vertical-button.red:hover .material-symbols-outlined {
  color: #FFF !important;
}

.vertical-button.red:hover .text {
  color: #FFF !important;
}


.red {
  color: var(--red) !important;
}

.red-bg {
  background: var(--red) !important;
}

.red-bg:hover {
  background: var(--red) !important;
}

.status-icons-wrapper-outer {
  min-width: 20rem;
}

.status-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 21rem;
}

.status-icons-wrapper li {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  margin: 0;
}

.status-icons-wrapper li:hover {
  background: transparent;
}

.project-station-ctrl-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

.project-station-ctrl-wrapper .project-station-ctrl:last-child {
  margin-top: .5rem;
}

.project-station-ctrl-wrapper .project-station-ctrl:first-child {
  margin-top: 0;
}

.project-station-ctrl-wrapper .project-station-ctrl:nth-child(2) {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#page-modal-box-yesno .modal-content-box {
  background: var(--modal-bg-color);
  border: 0;
  border-radius: 25px;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sharing-left-column {
  display: block;
  float: left;
}

.sharing-right-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.sharing-right-column button{
  margin-bottom: .5rem;
}
.group-box {
  border: 1px solid var(--main-popup-group-box-border);
  background-color: var(--main-popup-group-box-bg);
  border-radius: 1rem;
  padding: 1rem;
  float: left;
}
.project-item-right.group-box,
.project-item-right .group-box{
  padding: 1rem 1.5rem;
}
.project-item-right .group-box {
  width: 100%;
}

.icon-text-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 0;
  color: var(--active-blue);
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "myriad-pro-semibold";
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: .5rem;
}

.icon-text-button.vertical {
  flex-direction: column;
}

.icon-text-button:hover {
  text-decoration: none !important;
  transition: all 0.3s ease;
  background: rgb(0 133 200 / 20%);
}

.icon-text-button:disabled,
.icon-text-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.icon-text-button:active {
  background-color: transparent;
  text-decoration: none !important;
  filter: brightness(0.85) !important;
}

.icon-text-button .material-symbols-rounded {
  font-size: 2rem;
  margin-left: 0.5rem;
}

.icon-text-button.vertical .material-symbols-rounded {
  font-size: 2.75rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
}

.user-list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0;
  margin-top: 1rem;
}

.afd-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--project-heading-name-color);
}

.afd-heading h3 {
  font-family: "myriad-pro-semibold";
  margin: 0;
  font-size: 1.5rem;
}

.user-list-heading h3 {
  font-family: "myriad-pro-semibold";
  font-size: 1.5rem;
  color: var(--project-heading-name-color);
}

.btn-default.dropdown-toggle,
select {
  background: #fff !important;
  color: #333 !important;
  font-size: 1rem;
  text-align: left;
  padding-left: 0.75rem;
  border-radius: .5rem !important;
}

.sharing-dropdown {
  float: left;
}

.user-sharing-entry div {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-report-config .project-item-right .group-box .col-lg-12 {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
}
.project-report-config .project-item-right .group-box .col-lg-12.odd{
  background: var(--row-2n1);
}
/* .project-report-config .project-item-right .group-box .col-lg-12:nth-child(2n + 1) {
  background: var(--row-2n1);
} */

/* .project-report-config .project-item-right .group-box .col-lg-12:nth-child(2n + 2) {
  border-radius: 0.5rem;
} */

.checkbox-button {
  border: 1px solid var(--svantek-accent-blue) !important;
  background: transparent;
  color: var(--svantek-accent-blue) !important;
  border-radius: .5rem;
  margin-right: 0.5rem;
  line-height: 1rem;
}

.checkbox-button:last-child {
  margin-right: 0;
}

.checkbox-button.active {
  border: 1px solid var(--svantek-accent-blue);
  background: var(--svantek-accent-blue);
  color: var(--filled-button-color) !important;
}

.afd-config-caption {
  font-family: "myriad-pro-regular";
  color: var(--text-white-on-black);
  float: left;
  display: inline-block;
  margin-bottom: 0;
  margin-right: .5rem;
  margin-top:0 !important;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-radius: 0.5rem !important;
}

.input.cmn-toggle-round+label {
  margin-bottom: 0;
}

.project-files-header {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

h3 {
  font-family: "myriad-pro-semibold";
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}

.grid-stack-item h3 {
  text-align: left;
  padding: 0;
  padding-bottom: 1rem;
}

#main-section-wrapper {
  display: flex;
  flex-direction: column;
  float: left;
  background: var(--grid-item-bg-color);
  border-width: 0 !important;
  border-radius: 1rem;
  box-shadow: var(--shadow-color) 0px 0px 15px 0px;
  padding: 2rem;
  float: left;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

.add-station-button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.glyphicons:before {
  padding: 0;
}

.station-in-list-fix2 .nav-icons {
  display: flex;
  align-items: center;
}

.device-list.single-station {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.search-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-block.search-project-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#filters {
  width: 21rem;
  background: transparent;
  color: var(--outline-white);
  border-color: var(--outline-white);
}

.clickable-object .glyphicons {
  margin-right: 5px;
}

.status-icons-wrapper .station-clear-memory {
  margin-right: 0;
}

.log-table tbody tr:nth-child(2n + 2) td {
  background: var(--row-2n1);
}

.log-table tbody tr:nth-child(2n + 1) td {
  background: var(--row-2n2);
}

.log-table tbody tr:hover td {
  background: var(--row-hover);
}

.log-table tbody tr td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.log-table tbody tr td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#contentGraph {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.modal-content-box.group-box {
  float: left;
  width: 100%;
}

.web-view-station-outer-wrapper {
  display: block;
  float: left;
  width: 100%;
}

.setups-for-stations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  width: 100%;
}

.setups-for-stations .row {
  margin: 0;
  width: 100%;
  margin-bottom: 0.75rem;
}

.setups-for-stations .row:last-child {
  margin-bottom: 0;
}

.setups-for-stations .col1,
.setups-for-stations .col2,
.setups-for-stations .col3 {
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}

.setups-for-stations .column-inner-wrapper {
  display: flex;
  float: left;
  width: 100%;
  justify-content: start;
  max-width: 21rem;
  flex-direction: column;
}

.setups-for-stations .radio-group {
  display: block;
  float: left;
  width: 100%;
  max-height: 25rem;
  overflow-y: auto;
}

[id^="destination-device-list-"] {
  display: block;
  float: left;
  width: 100%;
  max-height: 25rem;
  overflow-y: auto;
}

.source-setup-radio {
  display: none;
}

.circle-wrapper {
  background: #fff;
  transition: background 0.3s ease;
}

.source-setup-radio:checked+.circle-wrapper {
  background: var(--active-blue);
  transition: background 0.3s ease;
}

.source-setup-radio+.circle-wrapper img {
  display: none;
}

.source-setup-radio:checked+.circle-wrapper img {
  display: block;
}

.setups-for-stations .radio-label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.setups-for-stations .radio-label .circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
}

.setups-for-stations .radio-label .circle-wrapper img {
  width: 1rem;
  height: 1rem;
}

.setups-for-stations .radio-label .left {
  float: left;
}

.setups-for-stations .radio-label .right {
  float: right;
}

.setups-for-stations .radio-label .left h6 {
  font-family: "myriad-pro-semibold";
  font-size: 1rem;
  color: var(--project-heading-name-color);
  margin: 0;
}

.setups-for-stations .radio-label .left p {
  font-family: "myriad-pro-regular";
  font-size: 0.75rem;
  color: var(--grey-content);
  margin: 0;
}

.radio-group .row:last-child .radio-label {
  margin-bottom: 0;
}

#source-setup-details {
  display: block;
  float: left;
  width: 100%;
  max-height: 25rem;
  overflow-y: auto;
}

#source-setup-details .a-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

#source-setup-details .a-detail .title {
  font-family: "myriad-pro-semibold";
  font-size: 0.75rem;
  color: var(--grey-content);
  margin: 0;
}

#source-setup-details .a-detail .value {
  font-family: "myriad-pro-regular";
  font-size: 0.75rem;
  color: var(--project-heading-name-color);
  margin: 0;
}

.flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#stationsPoints+label {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

#global-step-back-container {
  display: flex;
  float: left;
  width: 100%;
  padding: 1.5rem 0;
  align-items: center;
  min-height: 4.5rem;
  position: relative;
  z-index: 5;
}

#global-step-back-container.project-list {
  padding: 1.5rem 0;
}

#smartGoBackButton {
  background: transparent;
  padding: 0;
  margin: 0;
  color: var(--text-white-on-black);
  font-size: 1rem;
  border: 0;
  display: flex;
  align-items: center;
}

.rounded-corners {
  border-radius: .5rem;
}

.no-padding-flex-list {
  display: flex;
  padding: 0;
  list-style: none;
}

.no-padding-flex-list li {
  display: flex;
  align-items: center;
}

.outlined-button,
.filled-button,
.filled-button-icon-only,
.icon-text-button,
input[type="text"] {
  min-height: 1.75rem;
  font-size: 1.1rem;
}

.station-info-extra table tr:first-child p {
  margin-top: 0;
}

#global-step-back-container.standalone {
  padding: 0;
}

.web-view-station-outer-wrapper.status-wrapper {
  display: none;
}

.header-fix.header-fix-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.config-section .col-xs-12 {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem !important;
  border: 0;
  display: flex;
  align-items: center;
}
.config-section .subcol-xs-12 {
  border-radius: 0.5rem;
  padding: 1rem 0 !important;
  border: 0;
  display: flex;
  align-items: center;
  width:100%;
  flex-wrap: wrap;
}

.config-section .group-box {
  width: 100%;
}

.flex-just-wrap {
  flex-wrap: wrap;
}

.unsupported-function-warning {
  text-align: right !important;
}

.config-section h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: block;
  float: left;
  width: 100%;
}

.config-section .col-xs-12:nth-child(even):not(:hidden) {
  background-color: #292a2a;
  background-color: var(--row-2n2);
}

.config-section .col-xs-12:nth-child(odd):not(:hidden) {
  background-color: #2d2e2f;
  background-color: var(--row-2n1);
}

.config-section .col-xs-12.even {
  background-color: #292a2a;
  background-color: var(--row-2n2);
}

.config-section .col-xs-12.odd {
  background-color: #2d2e2f;
  background-color: var(--row-2n1);
}

.config-section .col-xs-12 p {
  color: var(--text-white-on-black);
  font-family: 'myriad-pro-regular';
  font-size: 1rem;
}

.settings-controls {
  padding: 0;
  margin-top: -4rem;
}

#myTabContent .col-lg-4.text-right,
#myTabContent .col-lg-3.text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.project-item-right .button-like {
  margin-bottom: 0;
}

.sharing-user-column-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.device-status-buttons {
  min-width: 11.5rem;
}

.user-nav-list {
  height: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  display: block;
  margin: 0;
}

.user-nav-list,
.main-nav-list {
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
}

#user-menu.user-menu {
  padding: .5rem;
  overflow: auto;
  min-height: 0;
  padding-top: 0;
}

#alert-menu-container.user-menu {
  overflow: auto;
  min-height: 0;
  padding: .5rem;
  padding-top:0;
}

.main-nav-list.hidden {
  height: 0;
  padding: 0;
  margin: 0;
}

#alert-menu .outlined-button {
  margin-bottom: .5rem;
}

#alert-menu .outlined-button:last-child {
  margin-bottom: 0;
}

.blinky {
  animation: blinky 1s linear;
}

.blinky-color {
  animation: blinky-color 1s linear;
}


.station-dropdown-btn {
  color: var(--active-blue);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.station-dropdown-btn:hover,
.station-dropdown-btn:focus {
  background-color: var(--active-blue);
  color: var(--filled-button-color);
}


.dropdown-content {
  display: none;
  position: absolute;
  min-width: 13rem;
  box-shadow: var(--shadow-color) 0px 0px 30px 0px;
  z-index: 10;
  right: 0;
}

.dropdown-content a {
  color: var(--text-white-on-black);
  text-decoration: none;
  display: block;
}

.dropdown-content a:not(.picker-switch a):not(.timepicker a):hover,
.dropdown-content button:hover {
  background-color: var(--button-hover-bg);
  /*#394F62;*/
  border-radius: 0.5rem;
}

.dropdown-content button {
  margin-top: 0;
  text-transform: none;
  border: 0 !important;
  background: transparent;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: var(--text-white-on-black);
  font-size: 1rem;
  font-weight: normal;
  font-family: 'myriad-pro-regular';
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.dropdown-content button span{
  color:var(--active-blue);
  margin-right: .5rem;
}
.dropdown-content button svg{
  fill: var(--active-blue);
  width:2rem;
  height:2rem;
  margin-right: .5rem;
}
.dropbox-icon{
  stroke: var(--active-blue);
}
.dropdown-content .filled-button{
  justify-content: flex-start;
}
.dropdown-content .filled-button.red span{
  color:#FFF;
}

.dropdown-content .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.dropdown-content .col-xs-12 a {
  padding: 0;
}

.dropdown-content button .not-afd {
  left: 4px !important;
}

.icon-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: var(--active-blue);
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--active-blue);
  flex-shrink: 0;
}

.icon-button .spinner-border {
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1rem;
}

.icon-button.red {
  color: var(--red);
}
.meas-toggle-icon.project-status-measurements .icon-button.red{
  color: var(--active-blue) !important;
}
.meas-toggle-icon.project-status-measurements .icon-button.red span{
  color: var(--active-blue) !important;
}
.meas-toggle-icon.project-status-measurements .icon-button.red:hover{
  color: #FFF !important;
}
.meas-toggle-icon.project-status-measurements .icon-button.red:hover span{
  color: #FFF !important;
}
.icon-button span {
  font-size: 2rem;
}
.icon-button span.glyphicon-chevron-down,
.icon-button span.glyphicon-chevron-up{
  font-size: 1rem;
  top:1px;
}
@media (min-resolution: 120dpi) { 
  .icon-button span.glyphicon-chevron-down,
  .icon-button span.glyphicon-chevron-up{
    top:-0.1rem;
  }
}

.icon-button.red span {
  color: var(--red);
}
.icon-button.red .glyphicon.glyphicon-remove{
  font-size:1.2rem;
}

.icon-button:hover span {
  color: var(--filled-button-color);
}

.icon-button.red:hover span {
  color: #FFF !important;
}

.station-dropdown-btn-wrapper {
  margin-left: .5rem;
  position: relative;
}

.icon-button:focus {
  outline: none;
  text-decoration: none;
}

.icon-button svg {
  fill: var(--active-blue);
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease;
}
.icon-button .dropbox-icon{
  stroke: var(--active-blue);
}
.icon-button:hover .dropbox-icon{
  stroke: var(--filled-button-color) !important;
}
.icon-button:hover,
.icon-button.active {
  background-color: var(--active-blue);
  color: var(--filled-button-color) !important;
  text-decoration: none;
}

.icon-button.red:hover,
.icon-button.red.active {
  background-color: var(--red);
  fill: var(--filled-button-color) !important;
  color: var(--filled-button-color) !important;
  text-decoration: none;
}

.icon-button:hover,
.icon-button:hover svg,
.icon-button.active svg {
  fill: var(--filled-button-color) !important;
  color: var(--filled-button-color) !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.icon-button.red:hover svg {
  background-color: var(--red);
  stroke: var(--red) !important;
  fill: #FFF !important;
  color: #FFF !important;
  text-decoration: none;
}

.icon-button:active,
.icon-button:active svg {
  background-color: var(--active-blue);
  fill: var(--filled-button-color);
  color: var(--filled-button-color);
}

.icon-button:active span,
.icon-button.active span {
  color: var(--filled-button-color) !important;
}

.icon-button.red.active svg {
  background-color: var(--red);
  fill: var(--filled-button-color) !important;
  color: var(--filled-button-color) !important;
  text-decoration: none;
}

.icon-button:disabled,
.icon-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  color: var(--disabled-button-outlined) !important;
}

.icon-button:disabled:hover,
.icon-button.disabled:hover {
  background-color: var(--icon-color-disabled-bg-hover) !important;
}

.icon-button:disabled:hover span,
.icon-button.disabled:hover span{
  color: var(--disabled-button-outlined) !important;
}

.icon-button:disabled svg,
.icon-button.disabled svg {
  fill: var(--disabled-button-outlined) !important;
  stroke: var(--disabled-button-outlined) !important;
}

.icon-button:disabled:hover svg,
.icon-button.disabled:hover svg {
  fill: var(--icon-color-disabled-hover) !important;
  stroke: var(--icon-color-disabled-hover) !important;
}

.station-buttons-extra {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 0.5rem;
}

.project-buttons-extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.project-buttons-extra .station-dropdown-btn-wrapper {
  height: 2.5rem;
  top:-1px;
}

.web-view-station-outer-wrapper.standalone {
  padding-left: 0;
  padding-right: 0;
}

#global-step-back-container.standalone.shown {
  padding: 0;
}

.web-view-station-outer-wrapper.standalone.shown {
  padding-left: 0;
  padding-right: 0;
}

.file-selected-group .file-selected-button {
  margin-bottom: 0.5rem;
}

.file-selected-group .file-selected-button:last-child {
  margin-bottom: 0.5rem;
}

#live-toggles {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#live-toggles .col-xs-12 {
  margin: 0;
  font-size: 1rem;
  font-family: 'myriad-pro-regular';
}

.station-info-extra {
  padding-right: 0;
}

.single-station-desc-wrapper {
  padding-left: 0;
}
.single-station-desc-wrapper p{
  white-space: normal;
}
.web-interface-content-loader.shown .web-interface-content-loader-wrapper {
  padding-left: 18rem;
}

.web-interface-content-loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.web-interface-content-loader-wrapper .circle-infinite-loading {
  position: initial;
  left: 48%;
  /* opacity: 0.5; */
  margin-bottom: 2rem;
}

.project-item-right .project-point-name-container .device-name {
  display: none;
}

.afd-tz-wrapper {
  display: flex;
}

.page-modal-box-yesno-text h2 {
  color: var(--project-heading-name-color);
}

.explorer-file-type-complete,
.explorer-file-type-requpload,
.explorer-file-type-bad {
  margin-left: .5rem;
  margin-right: 0;
  position: relative;
  top: 0.0625rem;
}

.filled-button .glyphicon,
.filled-button .glyphicons {
  margin-right: .5rem;
}

@media (min-resolution: 120dpi) {

  .filled-button .glyphicon,
  .filled-button .glyphicons {
    top: -0.125rem;
  }
}

#default-section,
#swarm-iframe {
  left: 0;
  transition: left 0.3s ease, width 0.3s ease, padding 0.3s ease;
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

#container-list {
  overflow: initial;
}

.project-point-name-container .material-symbols-rounded {
  position: relative;
  margin-left: -0.1875rem;
}

.pr-heading.pr-configuration .project-line-wrapper,
.pr-heading.pr-sharing .project-line-wrapper,
.pr-heading.pr-afd .project-line-wrapper,
.pr-heading.pr-reporting .project-line-wrapper {
  flex-wrap: nowrap;
  align-items: center;
}

a:visited {
  text-decoration: none !important;
}

form[role="form"] {
  width: 100%;
  float: left;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-nav-sidebar {
  position: fixed;
  top: 0;
  left: -16rem;
  width: 16rem;
  height: 100vh;
  background-color: var(--grid-item-bg-color);
  color: var(--heading-white-on-black);
  transition: left 0.3s ease;
  z-index: 110;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}

#main-nav-sidebar.shown {
  left: 0;
}

#main-nav-sidebar .top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--main-popup-group-box-bg);
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
}

#main-nav-sidebar .top-nav-box svg {
  max-height: 1.8rem;
  max-width: 1.8rem;
}

#svannet-logo {
  height: 2.2rem !important;
  max-height: 2.2rem !important;
  max-width: none !important;
}

#main-nav-sidebar .top-nav-box .group-box {
  background: var(--topnav-box-bg);
  padding: 0.5rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

#main-nav-sidebar .top-nav-box .group-box:hover {
  background: var(--button-hover-bg);
  transition: background 0.3s ease;
}

#main-nav-sidebar .top-nav-box .group-box .material-symbols-rounded {
  font-size: 1.8rem;
  color: var(--svg-fill);
}

#main-nav-sidebar .top-nav-box .group-box svg {
  height: 1.8rem;
  fill: var(--svg-fill);
}

#main-nav-sidebar .top-nav-box .group-box.selected {
  background: var(--active-blue);
  color: var(--filled-button-color);
}

#main-nav-sidebar .top-nav-box .group-box.selected svg {
  fill: var(--filled-button-color);
}

#main-nav-sidebar .top-nav-box .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#main-nav-sidebar .top-nav-box .grid-line {
  /*3 column grid*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 1rem;
}

#main-nav-sidebar .top-nav-box .grid-line:first-child li {
  max-height: 2.5rem !important;
}

#nav-toggler-fixed {
  position: fixed;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  z-index: 110;
  background: var(--grid-item-bg-color);
  display: flex;
  border-radius: 100%;
  padding: 1rem;
  transition: box-shadow 0.3s ease;
  border: 1px solid var(--main-popup-group-box-border);
  color: var(--svg-fill);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

#nav-toggler-fixed svg {
  fill: var(--svg-fill);
}

#nav-toggler-fixed:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.65);
  transition: box-shadow 0.3s ease;
}

#nav-toggler-in-bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  color: var(--svg-fill);
  width: 100%;
}

#default-section.shown,
#swarm-iframe.shown{
  left: 16rem;
  width: calc(100% - 16rem) !important;
  transition: left 0.3s ease, width 0.3s ease, padding 0.3s ease;
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  position: relative;
}

.headerLiveViewWrapper.shown {
  padding-left: 20.5rem !important;
  padding-right: 4.5rem !important;
  transition: all 0.3s ease;
}

#nav-toggler-fixed span,
#nav-toggler-in-bar span {
  font-size: 2.2rem;
  transition: color 0.3s ease;
  max-width: 2.2rem;
}

#nav-toggler-fixed:hover span,
#nav-toggler-in-bar:hover span {
  color: var(--active-blue);
  transition: color 0.3s ease;
}

.main-nav-list .label {
  display: block !important;
  font-size: 1rem;
  color: var(--svg-fill);
}

.main-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;
}

.main-nav-list li a svg {
  height: 2rem;
  fill: var(--svg-fill);
}

.main-nav-list li a .glyphicons {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  color: var(--svg-fill);
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-icons-allert-nav.on {
  background: var(--red-grid-gradient-bottom) !important;
  color: #FFF !important;
}

.profile-icons-allert-nav.on span {
  color: #FFF !important;
}

#main-nav-sidebar .main-nav-list {
  padding: 1rem;
  list-style: none;
  float: left;
  width: 100%;
  overflow: auto;
  flex-grow: 1;
  scrollbar-width: thin;
}

#main-nav-sidebar .main-nav-list li {
  margin-bottom: 0.5rem;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 0;
}

#main-nav-sidebar .main-nav-list li:last-child {
  margin-bottom: 0;
}

#main-nav-sidebar .station-navigation-buttons .col-xs-12,
#main-nav-sidebar .project-navigation-buttons .col-xs-12,
#main-nav-sidebar .user-navigation-buttons .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#main-nav-sidebar .station-navigation-buttons .col-xs-12:first-child button,
#main-nav-sidebar .project-navigation-buttons .col-xs-12:first-child button,
#main-nav-sidebar .user-navigation-buttons .col-xs-12:first-child button {
  margin-top: .5rem;
}

.station-navigation-buttons button,
.project-navigation-buttons button,
.user-navigation-buttons button {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
  border: 0 !important;
  width: 100% !important;
  padding: .5rem .5rem .5rem 2.55rem !important;
  text-align: left !important;
  background: transparent;
  border-radius: .5rem;
}

.station-navigation-buttons button.selected,
.project-navigation-buttons button.selected,
.user-navigation-buttons button.selected {
  background: var(--active-blue) !important;
  color: var(--filled-button-color) !important;
}

.chevron {
  display: none;
}

.group .chevron {
  display: block;
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;

}

.station-navigation-buttons,
.project-navigation-buttons,
.user-navigation-buttons {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: var(--svg-fill-navigation);
  padding: 0 .5rem;
}

.group.expanded .station-navigation-buttons,
.group.expanded .project-navigation-buttons,
.group.expanded .user-navigation-buttons {
  transition: max-height 0.3s ease;
  max-height: 34rem;
  transition: max-height 0.3s ease;
  padding: 0 .5rem .5rem .5rem;
}

.group .station-navigation-buttons .col-xs-12 a,
.group .project-navigation-buttons .col-xs-12 a,
.group .user-navigation-buttons .col-xs-12 a {
  padding: 0;
}

.group.expanded .project-navigation-buttons.data-files {
  max-height: 47rem;
}

.main-nav-list .group-box {
  padding: 0.5rem;
}

.station-navigation-buttons button,
.project-navigation-buttons button,
.user-navigation-buttons button {
  transition: all 0.3s ease;
}

.station-navigation-buttons button:hover,
.project-navigation-buttons button:hover,
.user-navigation-buttons button:hover {
  background: var(--button-hover-bg);
  transition: all 0.3s ease;
}

.single-nav-box .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -2.3rem;
  padding-left: 2.8rem;
  width: 100%;
  padding-right: 1rem;
}

.single-nav-box .title-box .title {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--svg-fill);
}

.single-nav-box .title-box .subtitle {
  font-size: 0.8rem;
  color: var(--station-subtitle-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-nav-box .station-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  
}
#single-station-nav-box .station-icon,
.station-icon{
  stroke: var(--svg-fill);
  fill:none;
}
.station-icon .st0,
.station-icon .cls-1 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.5px;
  fill:none;
}
.station-icon .st1 {
  stroke-linecap: round;
  fill:none;
  stroke-width: 4.5px;
}
.station-icon .icon-803 .st1{
  stroke-width: 3px;
  fill: var(--svg-fill);
}

.station-icon .st2 {
  stroke-linecap: round;
  fill:none;
  stroke-width: 4.5px;
}
.station-icon span{
  font-size:2rem;
  fill:none;
}

.station-icon .icon-104 .st0{
  stroke-miterlimit: 10;
}
.station-icon .icon-104 .st1{
  stroke-linejoin: round;
}
.station-icon .icon-dust .st0 {
  stroke-width: 0;
}

.station-icon .icon-dust .st0,
.station-icon .icon-dust .st1 {
  stroke-miterlimit: 10;
  fill:var(--svg-fill);
}

.station-icon .icon-dust .st1 {
  stroke-width: .3px;
  fill:var(--svg-fill);
}

.htmlMarker.minimized .station-icon .st0,
.htmlMarker.minimized .station-icon .cls-1 {
  fill:none;
  stroke-width: 4.5px;
}
.htmlMarker.minimized .station-icon .st1 {
  fill:none;
}
.htmlMarker.minimized .station-icon .icon-803 .st1{
  fill: #fff;
  stroke-width: 1.5px;
}
.htmlMarker.minimized .station-icon .st2 {
  fill:none;
  stroke-width: 4.5px;
}
.htmlMarker.minimized .station-icon span{
  fill:none;
}
.htmlMarker.minimized .station-icon .icon-dust .st0,
.htmlMarker.minimized .station-icon .icon-dust .st1 {
  fill:#fff;
  stroke:none;
}

.htmlMarker.minimized .station-icon .icon-dust .st1 {
  fill:#fff;
  stroke: none;
}

.htmlMarker.minimized .station-icon svg{
  max-width:80% !important;
  max-height:80% !important;
}


.single-nav-box .station-icon .instrument-svg-inv {
  stroke: var(--svg-station-list-block-icon);
}

.single-nav-box :hover .station-icon .instrument-svg-inv,
.single-nav-box .selected .station-icon .instrument-svg-inv {
  stroke: #fff;
  stroke: var(--svg-station-list-block-icon-selected);
}

.single-nav-box .instrument-svg-inv {
  fill: #fff;
  fill: var(--svg-station-list-block-icon);
  padding: 0 !important;
  width: 2rem;
  height: 2rem;
}

.single-nav-box .station-icon svg {
  padding: 0 !important;
  width: 2rem;
  height: 2rem;
}

#single-station-nav-box.single-nav-box .instrument-svg-inv {
  width: 2.5rem;
  height: 2.5rem;
}

#single-station-nav-box.single-nav-box .station-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
#single-station-nav-box.single-nav-box .station-icon svg.icon-803,
#single-station-nav-box.single-nav-box .station-icon svg.icon-100{
  width: 2rem;
  margin-right:.5rem;
}
#single-station-nav-box.single-nav-box .station-icon svg.icon-310,
#single-station-nav-box.single-nav-box .station-icon svg.icon-958{
  width: 2.2rem;
  margin-right:.3rem;
}
#single-station-nav-box.single-nav-box .station-icon {
  width: 2.5rem;
  height: 2.5rem;
}
#single-station-nav-box.single-nav-box .title-box {
  margin-left: -2.8rem;
}

.single-nav-box .station-icon svg.height80 {
  height: 80%;
}


.single-nav-box .chevron {
  display: block;
  position: absolute;
  right: .5rem;
  font-size: 1.5rem;
}

.main-nav-list li {
  transition: background-color 0.3s ease;
}

.main-nav-list li:hover {
  background-color: var(--button-hover-bg);
  transition: background-color 0.3s ease;
}

.main-nav-list li.side-bar-icon-active {
  background: var(--active-blue) !important;
  color: var(--filled-button-color) !important;
}

.main-nav-list li.side-bar-icon-active span {
  color: var(--filled-button-color) !important;
}

.main-nav-list li.side-bar-icon-active a svg {
  fill: var(--filled-button-color) !important;
}

.main-nav-list li.expanded {
  background-color: var(--main-popup-group-box-bg);
}

.main-nav-list li a,
.main-nav-list li button {
  color: var(--text-white-on-black);
  padding: .5rem;
}
.main-nav-list li .not-afd{
  top:0.4rem;
}
.main-nav-list li a .label {
  font-weight: normal;
  padding: .3em .55em .3em;
}

.main-nav-list li a:hover {
  text-decoration: none;
  color: inherit;
}

.chevron.rotated {
  transform: rotate(180deg);

}

.copyright {
  width: 100%;
  background: var(--grid-item-bg-color);
}

#report-panel-side {
  width: 16rem;
  right: 0;
  box-shadow: var(--shadow-color) 0px 0px 15px 0px;
  border-radius: 1rem;
  background-color: var(--main-bg-color-default);
}

.user-sharing-entry .glyphicons {
  margin-right: 0.5rem;

}

.afd-cleanup.selectized {
  margin-right: 0.5rem;
}

.modal-footer.modal-footer-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.connection-test-log {
  float: left;
  width: 100%;
}

#alert-menu .outlined-button {
  justify-content: flex-start;
}

#alert-menu h3 {
  margin-bottom: .5rem;
}

.filters-item .glyphicons,
.filters-item .glyphicon {
  margin-right: .5rem;
}

#main-section-wrapper {
  container-type: inline-size;
  container-name: main-section-wrapper;
}

@container main-section-wrapper (max-width: 1430px) {
  #default-section .station-title-active,
  #default-section .station-info-extra {
    width: 100%;
    padding-right: 0;
  }
  /* #default-section .station-title-active{
    margin-bottom: .3125rem !important;
  } */

  .station-in-list-fix2 {
    justify-content: flex-start;
  }

  .station-title-active h5{
    margin-bottom: .4125rem !important;
  }
  .station-title-active p{
    margin-bottom: .3125rem !important;
  }
  .station-title-active p{
    margin-top: 0;
  }
}

.project-station-ctrl .button-alignment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppoint-station-gps-row2 {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  align-items: center;
  justify-content: center;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

.form-group p {
  margin: .5rem 0 .2rem 0 !important;
}

.showing-alarms-for-serial-btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.showing-alarms-for-serial-btn .glyphicons {
  position: relative;
  top: -1px;
}

.advanced-alarms-entry-content .col-xs-4 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.advanced-alarms-entry-content .col-xs-4.text-right {
  justify-content: flex-end;
}

.advanced-alarms-entry-content .col-xs-4.text-center {
  justify-content: center;
}

.advanced-alarms-entry-content .col-xs-8 {
  display: flex;
  align-items: center;
  justify-content: right;
}

.advanced-alarms-entry-content .col-xs-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advanced-alarms-entry-content .col-xs-4 .clickable-object {
  display: flex;
  align-items: center;
  justify-content: left;
}

.advanced-alarms-entry-content .col-xs-4 .clickable-object .glyphicon-remove {
  margin-right: .5rem;
  margin-left: .5rem;
  top: 0rem;
}

#advanced-alarms .group-box {
  margin-top: 1rem;
}

@media(max-width: 1700px) {

  .project-station-ctrl .button-alignment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .project-line-wrapper:not(.files),
  .project-sharing-block,
  .device-list {
    flex-wrap: wrap;
  }

  .pr-afd .project-line-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .pr-afd .project-line-wrapper .project-item-right {
    width: 50%;
  }

  .project-line-wrapper .project-item-left,
  .project-sharing-block .project-item-left,
  .device-list .project-item-left
  {
    width: 100%;
    padding-right: 0;
  }
  
  #instrument-list.row .project-wrapper .btn.btn-default.btn-svn-list.button-like {
    padding: 1rem 1.5rem;
  }

  .project-line-wrapper .project-item-right,
  .project-sharing-block .project-item-right,
  .device-list .project-item-right {
    width: 100%;
  }
}

.device-status-buttons{
  display: none;
}
.status-selected .device-status-buttons{
  display: flex;
}

.input-has-error {
  border-color: #f00 !important;
}
@media (max-resolution: 120dpi) {
  @media(max-width: 1900px) {
    .status-selected .project-point-name-container,
    .configuration-selected .project-point-name-container  {
      flex-direction: column;
      width: auto;
    }
    .status-selected .project-item-right .device-name,
    .configuration-selected .project-item-right .device-name,
    .configuration-selected .project-item-right .device-status-buttons {
      display: none;
    }
    .status-selected .project-item-right .project-point-name-container .device-name,
    .configuration-selected .project-item-right .project-point-name-container .device-name {
      display: flex;
      padding-right: 0;
      padding-bottom: 0;
    }
  }
}
@media(max-width: 2000px) {
  .status-selected .project-point-name-container {
    flex-direction: column;
    width: auto;
  }
  #instrument-list.row .status-selected .project-item-right .btn.btn-default.btn-svn-list.button-like {
    flex-wrap: wrap;
  }
  #instrument-list.row .status-selected .project-item-right .btn.btn-default.btn-svn-list.button-like {
    flex-wrap: wrap;
  }
  .status-selected .project-item-right .project-point-name-container .device-name {
    display: flex;
    padding-right: 0;
    padding-bottom: 0;
  }
  .status-selected .project-item-right .device-name {
    display: none;
  }
}
@media(max-width: 1920px) {
  .project-point-name-container {
    flex-direction: column;
    width: auto;
  }
  #instrument-list.row .project-item-right .btn.btn-default.btn-svn-list.button-like {
    flex-wrap: wrap;
  }
  #instrument-list.row .project-item-right .btn.btn-default.btn-svn-list.button-like {
    flex-wrap: wrap;
  }
  .project-item-right .project-point-name-container .device-name {
    display: flex;
    padding-right: 0;
    padding-bottom: 0;
  }
  .project-item-right .device-name {
    display: none;
  }
}

@media(max-width: 1360px) {

  .header-fix {
    padding-left: 0 !important;
  }

  .shown #global-step-back-container {
    padding-left: 0 !important;
  }

  #default-section.shown .headerLiveViewWrapper.scrolled {
    padding-bottom: 0;
  }

  .afd-tz-wrapper {
    display: block;
  }

  .afd-tz-wrapper .afd-timezone {
    width: 100%;
  }

  .set-to-owner-timezone-button {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media(max-width: 1250px) {
  .project-line-wrapper:not(.files) {
    flex-wrap: wrap;
  }

  .project-item-left {
    width: 100%;
    padding-right: 0;
  }

  .project-item-right {
    width: 100%;
  }

  body #default-section,
  body #swarm-iframe {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .headerLiveViewWrapper.container-no-stations {
    padding-right: 4.5rem !important;
  }

  #global-step-back-container {
    padding-left: 2rem !important;
  }

  .headerLiveViewWrapper.scrolled {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #live-view-header.scrolled {
    padding-left: 6.5rem;
    padding-right: 4rem;
  }

  .shown #live-view-header.scrolled {
    padding-left: 6.5rem;
    padding-right: 4rem;
  }

  .device-list.single-station {
    flex-direction: column;
    align-items: flex-start;
  }

  .station-buttons-extra {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    padding-left: 0;
  }

  .single-station-desc-wrapper {
    padding-right: 0;
  }

  #default-section .station-title-active,
  #default-section .station-info-extra {
    padding-left: 0;
    padding-right: 0;
  }

  .station-in-list-fix2 {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .instrument-in-station-list .for-selection {
    padding: 1rem .5rem;
  }

  .single-station-desc-wrapper {
    width: 100%;
    padding-right: 0;
  }

  #default-section .station-title-active {
    padding-right: 12rem;
    min-height: 2.82rem;
  }
}

@media(max-width: 1160px) {
  .configuration-selected .project-point-name-container{
    width:100%;
  }
  .configuration-selected .mobile-station-indications .project-station-ctrl-wrapper{
    align-items: flex-start;
  }
}

@media(max-width: 1024px) {
  body {
    position: initial;
  }

  .automatic-download-wrapper td,
  .automatic-download-wrapper .afd-config-caption {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
  .datepicker td{
    display: table-cell !important;
  }

  .project-report-config .project-item-right .group-box .col-lg-12 {
    flex-wrap: wrap;
  }

  #default-section.shown,
  #swarm-iframe.shown {
    left: 0 !important;
    width: 100% !important;
  }
  .headerLiveViewWrapper.shown {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .afd-config-switch-fix-1{
    margin-top: .5rem;
  }
  .afd-config-switch-fix-2{
    float: left;
    width: auto !important;
    height: 2.3rem;
    display: flex !important;
    align-items: center;
  }
}

@media(max-width: 880px) {

  .station-buttons-extra {
    right: 1.5rem;
  }

  .project-point-name-container,
  .device-name,
  .mobile-station-indications {
    width: 100%;
    padding-right: 0;
    margin-left:0;
  }

  .project-point-name-container,
  .device-name {
    padding-bottom: 0;
  }

  #instrument-list.row .btn.btn-default.btn-svn-list.button-like {
    flex-wrap: wrap;
  }

  #instrument-list .project-heading,
  .project-sharing-block,
  .project-report-config,
  .project-files-wrapper,
  #reportListWrapper,
  .web-view-station-wrapper,
  .setups-for-stations-wrapper {
    margin-bottom: 2rem;
  }

  .device-list.single-station {
    flex-wrap: wrap;

  }

  #stationStatusData.extended {
    margin-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .station-in-list-fix2 {
    justify-content: flex-start;
  }

  .station-in-list-fix2 .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .station-info-extra {
    margin-top: 0.5rem;
  }

  .project-station-ctrl-wrapper {
    margin-top: 0.625rem;
  }

  .project-station-ctrl-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }

  #instrument-list.row .btn.btn-default.btn-svn-list.button-like {
    margin-bottom: 1rem !important;
  }
  .project-heading-name,
  .project-item-right.group-box,
  .project-item-right .group-box{
    padding: 1rem;
  }
  #instrument-list.row .project-wrapper .btn.btn-default.btn-svn-list.button-like{
    padding: 1rem;
  }
}

@media(max-width: 768px) {
  

  .log-table th,
  .log-table tr,
  .log-table td {
    display: block;
    float: left;
    width: 100%;
  }

  .log-table tr {
    padding: 0.5rem;
  }

  .log-table tr:last-child {
    border-bottom: 0;
  }

  .log-table thead {
    display: none;
  }

  .log-table th:before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(2):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(3):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(4):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(5):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(6):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(7):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table td:nth-child(8):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-connection-log td:nth-child(1):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-connection-log td:nth-child(2):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-connection-log td:nth-child(3):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-connection-log td:nth-child(4):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-connection-log td:nth-child(5):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-datatransfer td:nth-child(1):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-datatransfer td:nth-child(2):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-datatransfer td:nth-child(3):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table.log-datatransfer td:nth-child(4):before {
    color: #CCC;
    color: var(--mobile-content-color);
  }

  .log-table tbody tr td:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.5rem;
  }

  .log-table tbody tr td:last-child {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .log-table-word-wrap td {
    max-width: 100%;
  }

  .log-table td .mobile-label {
    display: inline;
  }

  .project-line-wrapper:not(.files) .pr-heading .project-item-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .pr-heading.pr-configuration .project-item-right {
    flex-direction: initial;
    align-items: flex-end;
  }

  .pr-heading .project-item-left {
    margin-bottom: .5rem;
    width: 100%;
  }
}

@media(max-width: 750px) {
  .pr-afd .project-line-wrapper {
    flex-wrap: wrap;
    justify-content: start;
  }
}

@media(max-width: 720px) {
  #filters {
    width: 12rem;
  }

  .pr-heading.pr-configuration .project-line-wrapper,
  .pr-heading.pr-sharing .project-line-wrapper,
  .pr-heading.pr-afd .project-line-wrapper,
  .pr-heading.pr-reporting .project-line-wrapper  {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .pr-heading.pr-configuration .project-item-right {
    flex-direction: column;
    align-items: flex-start;
  }
  h5.station-row-adjust {
    margin-bottom: 1rem !important;
  }
  .project-line-wrapper {
    flex-wrap: wrap;
  }

  .project-line-wrapper .pr-heading .project-item-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .pr-heading .project-item-right {
    flex-direction: column;
    align-items: flex-start;
  }
  #all-measurements {
    margin-top: 1rem;
    width:100%;
    justify-content: space-between;
  }
}

@media(max-width: 600px) {

  .edit-advanced-alarm-conditions-add{
    width: 100%;
  }
  #instrument-list .project-heading, .project-sharing-block, .project-report-config, .project-files-wrapper, #reportListWrapper, .web-view-station-wrapper, .setups-for-stations-wrapper{
    padding: 1rem !important;
  }
  body #default-section,
  body #swarm-iframe {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .main-page-header{
    padding-left: 5.625rem !important;
    padding-right: .5rem !important;
    text-align: left;
  }

  .headerLiveViewWrapper.container-no-stations {
    padding-left: 5rem !important;
    padding-right: 1rem !important;
  }

  .headerLiveViewWrapper.container-no-stations {
    width: 100%;
    margin-left: 0;
  }

  .mobile-station-indications {
    min-width: 0 !important;
    width: 100%;
  }

  .status-icons-wrapper-outer {
    min-width: 0 !important;
    width: 100%;
  }

  .status-icons-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  #default-section.shown,
  #swarm-iframe.shown {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #contentGraph {
    width: 100% !important;
    padding-bottom: 1rem;
  }

  #plot-base-div {
    display: inline-block;
    vertical-align: middle;
    top: 0 !important;
  }

  #log-list-info {
    display: inline-block;
    width: calc(100% - 150px) !important;
    padding-left: 15px;
    vertical-align: middle;
  }

  #connection-logs {
    padding: 10px;
  }

  

  #global-step-back-container {
    padding-left: 6.5rem !important;
  }

  #global-step-back-container.project-list {
    padding-right: 1rem;
  }

  #live-view-header.scrolled {
    padding-right: 1rem;
  }
}

@media(max-width: 500px) {
  #live-view-header.scrolled {
    display: flex;
    flex-direction: column-reverse;
  }

  #live-view-header.scrolled #live-view-menu {
    width: 100%;
    padding-right: 1rem;
  }

  #live-view-side-buttons {
    width: calc(100% - 1rem);
  }

  .paddle-live {
    /* top: .5rem; */
  }

  .headerLiveViewWrapper.scrolled #live-view-menu .right-paddle-live {
    right: -1rem;
  }

  #live-view-header.scrolled {
    padding-left: 1rem;
    padding-top: 2rem;
  }
}

#nav-fullscreen-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 109;
  transition: background 0.3s ease;
}

#nav-fullscreen-bg.shown {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}

@media(min-width: 1025px) {
  #nav-fullscreen-bg {
    display: none !important;
  }

  #nav-fullscreen-bg.shown {
    display: none !important;
  }
}

.selectize-input>* {
  font-size: 1rem;
}


/* Station configuration tabs START */
.tab-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  scrollbar-width: none;
  transition: padding 0.3s;
  float: left;
  width: 100%;
  height: 3.125rem;
  justify-content: center;
  display: flex;
}
.tabs-wrapper.with-scroll-buttons{
  justify-content: start;
}

.tabs-wrapper.with-scroll-buttons {
  padding: 0 2rem;
  transition: padding 0.3s;
}

.tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tabs {
  display: inline-flex;
}

.tab {
  flex-shrink: 0;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  margin-right: 2px;
  cursor: pointer;
  white-space: nowrap;
}

.scroll-button {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--grid-item-bg-color);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
  padding-top: 0;
  height: 3.125rem;
  font-size: 1.2rem;
  color: var(--active-blue);
  border-radius: 0 !important;
  width: 2rem;
}

.scroll-button span {
  top: 3px;
}

.scroll-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: var(--grid-item-bg-color) !important;
}

.scroll-button.left {
  left: 0;
  border-radius: 5px 0 0 5px;
}

.scroll-button.right {
  right: 0;
  border-radius: 0 5px 5px 0;
}

.show-scroll-button {
  display: block;
}

#myTabs {
  display: inline-flex;
}

.storage-list-options a {
  margin-right: 1.25rem;
}

.storage-list-options .text-right a {
  margin-left: 1.25rem;
  margin-right: 0rem;
}

.storage-list-options a:hover,
.storage-list-options a:focus,
.storage-list-options a:active,
.storage-list-options a.active {
  color: #fff;
  color: var(--storage-list-options-a-hover-color);
  text-decoration: underline;
}

.storage-list-navigation {
  margin-left: 0.9375rem;
  color: var(--the-a4a4a4-color);
}

.storage-list-navigation a {
  color: var(--the-a4a4a4-color);
}

.storage-list-navigation a:hover,
.storage-list-navigation a:focus,
.storage-list-navigation a:active,
.storage-list-navigation a.active {
  color: #fff;
  text-decoration: underline;
}

.storage-nav-icon {
  font-size: 1.25rem;
  color: var(--the-a4a4a4-color);
  color: var(--storage-list-color);
  top: 0.3125rem;
  margin-right: 0.3125rem;
}

.storage-list-titles {
  margin: 1.25rem 0;
}

.storage-data {
  border-bottom: 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.storage-data td,
.storage-data tr {
  transition: background-color 0.3s;
}

.storage-data td:first-child {
  border-radius: 1rem 0 0 1rem;
}

.storage-data td:last-child {
  border-radius: 0 1rem 1rem 0;
}

.storage-data:nth-child(odd) td {
  background-color: #292a2a;
  background-color: var(--row-2n2);
}

.storage-data:nth-child(even) td {
  background-color: #2d2e2f;
  background-color: var(--row-2n1);
}

.file-check label {
  color: var(--filled-button-color) !important;
}

.storage-data:hover td {
  background-color: var(--row-hover);
}

.storage-list-options a,
.storage-data p {
  color: var(--the-a4a4a4-color);
  color: var(--storage-list-color);
  vertical-align: middle;
}

.storage-list-titles a {
  color: var(--the-a4a4a4-color);
  color: var(--text-white-on-black);
  vertical-align: middle;
  font-family: 'myriad-pro-semibold';
  font-weight: normal;
  position: relative;
  /* top: 0.125rem; */
  top: 0;
  line-height: 1rem;
  float:left;
}
body.mac .selectAllFilesWrapper .llabel{
  position: relative;
  top: 0.125rem;
}
body.mac .filter-toggle .file-check{
  position: relative;
  top: 0.0625rem;
}
@media (min-resolution: 120dpi) { 
  body.mac .filter-toggle .file-check{
    top: 0;
  }
}
.selectAllFilesWrapper .llabel{
  position:relative;
  line-height:1rem;
  float:left;
  padding-left:.5rem;
  color: #a4a4a4;
  color: var(--text-white-on-black);
}
@media (min-resolution: 120dpi) { 
  body.mac .storage-list-titles a,
  body.mac .selectAllFilesWrapper .llabel{
    top: 0.125rem;
  }
}
.storage-data p span {
  color: var(--storage-list-color);
}

.storage-data.selected td {
  background-color: var(--row-selected);
}

.file-check {
  display: flex;
  float: left;
  align-items: center;
}

.file-entry td,
.storage-list-titles th {
  padding: .75rem .5rem;
}

.file-entry td:first-child,
.storage-list-titles th:first-child {
  padding-left: .75rem;
}

.file-entry td:last-child,
.storage-list-titles th:last-child {
  padding-right: .75rem;
}

.data-checkboxes li {
  display: inline-block;
}

.data-checkboxes .checkbox {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  position: inherit;
  margin-left: -2.3125rem;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: '\e013';
  font-size: 0.5rem;
  font-family: 'Glyphicons Halflings';
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #1d9fdf;
}

.checkbox-success input[type="checkbox"]:checked+label {
  color: #fff;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 0.3125rem;
  margin: 0 1.75rem 0 0;
  color: var(--the-a4a4a4-color);
}

.checkbox label::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  left: 0;
  margin-right: 0.3125rem;
  margin-left: -1.5625rem;
  border: 1px solid var(--the-a4a4a4-color);
  border-radius: 0.1875rem;
  background: none;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background: none;
  border-color: #fff;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 0;
  margin-top: -0.125rem;
  margin-left: -1.25rem;
  padding-left: 0.1875rem;
  font-size: 0.6875rem;
  color: #fff;
}

.fileListTableWrapper {
  container-type: inline-size;
  container-name: fileListTableWrapper;
}

.fileListTableWrapper .button-wrapper {
  display: flex;
}

.fileListTableWrapper .fileNameWrapper {
  display: flex;
  align-items: center;
  justify-content: start;
}

.fileListTableWrapper table td:first-child .button-wrapper {
  display: none;
}

.fileListTableWrapper .buttons-column {
  width: 0;
}

.project-files-common-buttons {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 3.5rem;
  margin-top: 1rem;
  padding: 0 !important;
  margin-bottom: 1rem;
}

.project-files-common-buttons .group-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
}

.project-files-common-buttons .group-box .filter-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.project-files-common-buttons .group-box .filter-toggle .clear-filter {
  display: none;
}

.project-files-common-buttons .group-box .filter-toggle .showCross .clear-filter {
  display: block;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 1px;
  background: var(--active-blue);
  color: var(--filled-button-color) !important;
  padding: .5rem;
}
.filter-toggle .file-filter-checkbox{
  position: relative;
  top: -0.0625rem;
}
body.mac .filter-toggle .file-filter-checkbox{
  top: -0.125rem;
}
/* @media (min-resolution: 120dpi) { 
	body.mac .fileListTableWrapper .file-title a{
    top: -0.0625rem;
  }
} */

.showCross .clear-filter span {
  line-height: 24px;
  vertical-align: middle;
}

.showCross .dropdown-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: var(--active-blue);
  color: var(--filled-button-color) !important;
}

.filter-toggle .showCross .clear-filter:hover,
.showCross .dropdown-button:hover {
  filter: brightness(0.85);
  transition: all 0.3s ease, color 0.3s ease, ;
}

#file-date-filter .bootstrap-datetimepicker-widget {
  /* width: auto; */
  position: absolute;
}
.bootstrap-datetimepicker-widget .collapsing,
.bootstrap-datetimepicker-widget .collapse{
  width:100%;
}
#page-modal-box-threshold .bootstrap-datetimepicker-widget {
  /* width: auto; */
  position: absolute;
}

.project-files-common-buttons .group-box .non-filter-toggle {
  display: none;
  justify-content: flex-start;
  align-items: center;
}

.project-files-common-buttons.active .group-box .filter-toggle {
  display: none;
}

.project-files-common-buttons.active .group-box .non-filter-toggle {
  display: flex;
  flex-wrap: wrap;
}

.project-files-page-info .list-inline {
  margin-left: 0;
}

.filter-toggle .dropdown {
  display: flex;
}

.fileListTableWrapper .file-title {
  padding-left: .5rem;
  word-break: keep-all;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileListTableWrapper .file-title a{
  position: relative;
  top: 2px;
}
body.mac .fileListTableWrapper .file-title a{
  top: 0.125rem;
}
@media (min-resolution: 120dpi) { 
	.fileListTableWrapper .file-title a{
    top: 0.0625rem;
  }
}
.partial .glyphicon-minus {
  color: var(--text-white-on-black);
}
.partial .glyphicon-minus::before {
  content: "\2212";
}
.storage-info-selected {
  margin-right: .5rem;
}

.fileListTableWrapper table {
  width: 100%;
  float: left;
  border: 0px;
  margin-top: 0px;
  border-collapse: separate;
  border-spacing: 0 1px;
}

@container fileListTableWrapper (max-width: 700px) {

  table th:nth-child(4),
  table td:nth-child(4) {
    display: none;
  }
}

@container fileListTableWrapper (max-width: 600px) {

  table th:nth-child(2),
  table td:nth-child(2) {
    display: none;
  }
}

@container fileListTableWrapper (max-width: 500px) {

  table th:nth-child(3),
  table td:nth-child(3) {
    display: none;
  }
}

@container fileListTableWrapper (max-width: 400px) {

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
    float: left;
  }

  th {
    display: none;
  }

  th:first-child {
    display: block;
  }

  td {
    width: 100%;
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }

  td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    margin-right: .5rem;
  }

  td:first-child::before,
  td:last-child::before {
    content: none;
  }

  td:last-child {
    display: none !important;
  }

  .fileListTableWrapper table td:first-child {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .fileListTableWrapper table td:first-child .button-wrapper {
    display: flex;
  }

  .fileListTableWrapper table td:last-child .button-wrapper {
    display: none;
  }

  .storage-data td:first-child {
    border-radius: 0;
  }

  .storage-data td:last-child {
    border-radius: 0;
  }

  .storage-data {
    border-radius: 1rem;
    padding: .5rem;
  }

  .storage-data:nth-child(odd) {
    background-color: #292a2a;
    background-color: var(--row-2n2);
  }

  .storage-data:nth-child(even) {
    background-color: #2d2e2f;
    background-color: var(--row-2n1);
  }

  .storage-data td {
    background: transparent !important;
  }

  td p {
    display: inline;
  }

  .file-entry.selected {
    background-color: var(--row-hover);
    transition: background-color 0.3s;
  }

  .project-files-common-buttons.active .group-box {
    flex-wrap: wrap;
  }


}

@media screen and (max-width: 450px) {
  .storage-info-selected {
    margin-right: 0;
    width: 100%;
  }

  .project-files-common-buttons.active .group-box {
    flex-wrap: wrap;
  }

  .project-files-common-buttons {
    height: auto;
    min-height: 3.5rem;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  max-width:100%;
}
.modal .dropdown {
  width: 100%;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  left: 0;
  top: 100%;
}

.dropdown .dropdown-content input[type="checkbox"] {
  margin-right: 10px;
}

.dropdown .dropdown-content label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-white-on-black);
  font-size: 1rem;
}

.dropdown .dropdown-content:hover .dropdown-content {
  display: block;
}

.dropdown-button {
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  padding: .5rem 1.25rem;
  font-size: 1.1rem;
  border: 1px solid var(--active-blue);
  color: var(--active-blue);
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  font-family: "myriad-pro-semibold";
  cursor: pointer;
  line-height: 1rem;
  background: transparent;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-button span {
  margin-left: .5rem;
}

.dropdown-button:hover,
.dropdown-button:focus,
.dropdown-button.active,
.dropdown-button.selected {
  background-color: var(--active-blue) !important;
  color: var(--filled-button-color) !important;
  text-decoration: none !important;
  border: 1px solid var(--active-blue) !important;
  text-decoration: none !important;
}

/* Optional: Disabled state styles */
.dropdown-button:disabled,
.dropdown-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  border-color: var(--disabled-button-outlined) !important;
  color: var(--disabled-button-outlined) !important;
}

.dropdown-button:disabled:hover,
.dropdown-button.disabled:hover {
  background-color: transparent !important;
}

.dropdown-button:active {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #fff;
}

.dropdown-button .glyphicons {
  margin-right: 5px;
  font-size: 1rem;
}

.dropdown .dropdown-content.show {
  display: block;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.flex-list>li {
  list-style: none;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}

.flex-list>li:last-child {
  margin-right: 0;
}

.clickable-project.project-afd-button.warning-icon svg {
  position: initial !important;
}

@media(max-width: 360px) {
  .pagination.pagination-svn.pagination-user-panel.filter-bar-component {
    flex-wrap: wrap;
  }
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  float: left;
}

.upload-file-wrapper {
  display: flex;
  justify-content: flex-end;
}

.upload-file-wrapper .filled-button {
  margin-left: .5rem;
}

.firmware-bottom-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.firmware-bottom-buttons .filled-button:first-child {
  margin-right: .5rem;
}

.calibration-message-row {
  display: flex;
  justify-content: end;
  align-items: center;
}

#autosyschecklast {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-right: .5rem;
}

@media(max-width: 500px) {
  .upload-file-wrapper {
    flex-direction: column;
  }

  .upload-file-wrapper .filled-button {
    margin-top: .5rem;
    margin-left: 0;
  }

  .firmware-bottom-buttons {
    flex-direction: column;
  }

  .firmware-bottom-buttons .filled-button:first-child {
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .calibration-message-row {
    flex-direction: column;
  }

  #autosyschecklast {
    margin-bottom: .5rem;
    margin-right: 0;
  }
}

.miccomp-row {
  flex-wrap: wrap;
}

.rank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  text-align: left;
}

.rank-row .label-separation {
  margin: 0;
  padding: 0;
  position: initial;
}

.rank-row:nth-child(odd) {
  background-color: #292a2a;
  background-color: var(--row-2n2);
}

.rank-row:nth-child(even) {
  background-color: #2d2e2f;
  background-color: var(--row-2n1);
}

.rankListWrapper.group-box {
  margin-top: 1rem;
}

.refresh-btn.icon-button:hover svg {
  stroke: none !important;
}

#main-nav-sidebar .group-box {
  border-color: transparent;
  border-radius: .5rem;
}

#main-nav-sidebar #svannet-logo {
  width: 100%;
  height: 100% !important;
  max-height: 2.5rem !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"] {
  border-radius: .5rem !important;
  padding: 0.25rem 0.5rem !important;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1rem;
  border:1px solid var(--svg-fill-navigation);
}
/* Disabled styles */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.6;
}
select{  
  font-size: 1rem;
  line-height: 1rem;
  height:2.3rem;
  border-radius: .5rem !important;
}
.date input,
.afd-datetimepicker input,
.datetimepicker input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}



/********** Data Tables **********/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: var(--text-white-on-black) !important;
}

.dataTables_wrapper select option {
  color: #333 !important;
}

.dataTables_wrapper .dataTables_filter .label,
.dataTables_wrapper .dataTables_length .label {
  font-weight: normal !important;
}

table.dataTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}

table.dataTable td,
table.dataTable td .cell-data{
  transition: background-color 0.3s ease;
  color: var(--text-white-on-black);
}

table.dataTable tbody tr.odd td,
table.dataTable tbody tr:nth-child(odd) td {
  background-color: var(--row-2n1) !important;
}

table.dataTable tbody tr td:first-child,
table.dataTable tbody tr td:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

table.dataTable tbody tr .last-visible-cell {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

table.dataTable tbody tr.btn-svn-list-selected td:not(.child),
table.dataTable tbody tr:hover td:not(.child) {
  background-color: var(--storage-data-hover-background) !important;
  transition: background-color 0.3s ease;
}

table.dataTable tbody tr.even,
table.dataTable tbody tr.even {
  background-color: transparent !important;
}

.dataTables_length {
  margin-top:0;
  margin-left: 1vw;
}

table.dataTable tbody tr {
  background-color: transparent !important;
}

table.dataTable tbody td {
  padding: .75rem .5rem;
}

@media screen and (max-width: 48rem) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 1rem !important;
  }
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
div.dt-container .dt-paging .dt-paging-button {
  border: 0 !important;
  background: var(--background-pagination-bg) !important;
  color: var(--text-white-on-black) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  background: var(--filled-button-disabled-bg) !important;
  color: var(--filled-button-color) !important;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: var(--svantek-accent-blue) !important;
  border-color: var(--svantek-accent-blue) !important;
  color: var(--filled-button-color) !important;
  font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
div.dt-container .dt-paging .dt-paging-button {
  border: 0;
  padding: 0.375rem 0.75rem;
  margin-left: 0.1875rem;
  border-radius: .5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
div.dt-container .dt-paging .dt-paging-button:hover {
  background: var(--svantek-accent-blue) !important;
  border-color: var(--svantek-accent-blue) !important;
  color: var(--filled-button-color) !important;
  border: 0;
}

table.dataTable tbody tr:hover .license-table a {
  color: #d0d0d0 !important;
  color: var(--user-table-td-color) !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0;
}

.dtr-control{
  text-align: left !important;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
  border-bottom:1px solid var(--users-table-subtable-border-color);
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: 0;
  outline-offset: 0;
}
table.dataTable.no-footer,
table.dataTable>thead>tr>th,table.dataTable>thead>tr>td{
  border-bottom:0;
}
.dataTables_wrapper .dataTables_filter input{
  background: #fff;
  color: #333;
}
/********** Data Tables **********/
.bootstrap-select .dropdown-toggle .filter-option{
  padding-right: 1.5rem !important;
}
.btn-checkbox-mini:active, .btn-checkbox-mini.active, .btn-checkbox-mini.active:focus, .btn-checkbox-mini.active:hover, .btn-checkbox-mini:active:hover, .btn-checkbox-mini:active:focus, .btn-checkbox-mini.active:focus,
.bth:focus, .btn.focus{
  outline:none;
}
.div.dt-container{
  overflow: hidden;
}
.selectize-dropdown .option {
  padding: 5px 8px;
}

.selectAllFilesWrapper{
  float:left;
  width:100%;
  margin:0;
  margin-top:1rem;
}

.selectAllFilesWrapper .checkbox-mini {
  top:0;
}

.simple-ui-progress-wrapper {
  width: 100%;
  text-align: center;
}
.simple-ui-progress-outer {
  border: 1px solid var(--main-popup-group-box-border);
  background-color: var(--main-popup-group-box-bg) !important;
  border-radius: 0.875rem !important;
  height: 2.2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.simple-ui-progress-inner {
  position: absolute;
  height: 1.6rem;
  background-color: var(--active-blue);
  width: 65%;
  margin-top: 0.25rem;
  z-index: 0;
  margin-left: 0.3rem;
  border-radius: 0.875rem !important;
  opacity: 0.5;
}

.simple-ui-progress-text {
  z-index: 2;
  position: relative;
  padding-top: 0.475rem;
  color: var(--station-list-item-h5-color);
  font-size: 1.125rem;
  line-height: 1.1;
}

.somekindOfOuterWrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.somekindOfWrapper{
  display:inline-flex;
  float:left;
  align-items: end;
}

.somekindOfWrapper sub {
  bottom: .5rem;
}

.somekindOfWrapper sup {
  top: -1em;
}

@media(max-width: 560px) {
  .somekindOfOuterWrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .result-select-last-time{
    float:left !important;
    padding-top:.5rem;
    display: inline-flex;
  }
  .newest-data-title{
    display: none;
  }
}

.time-condition-section-left {
  border-right: 1px solid #494b4c;
}

.advanced-alarm-threshold-select button {
  height: 1.8rem;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single{
  display:inline-flex;
}
.input-group.date .input-group-addon{
  width: 1%;
}

.selectize-dropdown .selected {
  background-color: var(--active-blue) !important;
  color: var(--filled-button-color) !important;
}
/* 
.modal-content.modal-content-box{
  overflow: hidden;
} */
#tfModal .mContent{
  display: block;
  max-height: 70vh;
  float: left;
  overflow: auto;
  width: 100%;
}
.tf-list-item{
  display: flex;
  float:left;
  width: 100%;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  margin-bottom: .5rem;
}
.tf-list-item p{
  color: var(--text-white-on-black);
}
.tf-list-item:nth-child(odd){
  background-color: var(--row-2n1);
  
}
.tf-list-item:nth-child(even){
  background-color: var(--row-2n2);
}
.tf-list-item .left{
  display: flex;
  flex-direction: column;
}
.tf-list-item .right{
  display: flex;
  align-items: center;
}
/*dirty stuff*/
#popup-control-buttons{
  position: absolute;
  top: 0;
  right: 0;
  background: var(--popup-control-buttons-bg);
  z-index: 4;
}
.material-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--material-light-blue);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  height: 36px;
  line-height: 36px;
  margin: 0;
  outline: none;
  padding: 0 1.5625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  transition: all .3s ease-in-out;
}
.material-button:hover{
  transition: all .3s ease-in-out;
}
.material-button-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-control-buttons .material-button .glyphicons{
  font-size: 1.375rem;
  display: block;
  float: left;
  width: auto;
  color: #FFF;
  color: var(--svg-fill);
  transition: all .3s ease-in-out;
}
#popup-control-buttons .material-button.red:hover .glyphicons:hover{
  color: #EF4538;
  transition: all .3s ease-in-out;
}
.form-control.error{
  background: rgb(236, 170, 170) !important;
}