.btn-default:focus,
.btn-default.focus {
  	border:0.0625rem solid #333434;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  	border:0.0625rem solid #333434;
}
.btn-svn-list {
  	border:0;
}
.btn-svn-list:hover{
  	background-color: #484848;
}
.device-list{
  	padding: 0;
}
.status-list {
    /*width: 15rem;*/
    width: 16rem;
}
.device-list-title{
	margin-bottom:1.25rem;
	font-weight: bold;
	font-size:1rem;
	padding: 0;
}
.device-list-title-sharing{
	margin-bottom:1.25rem;
	font-weight: bold;
	font-size:1rem;
	padding: 0;
}	
.nav-icons > li {
	padding-top:0.4375rem;
}
.container-list {
	right: 15.625rem;
}
.project-wrapper {
  display: inline-block;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  margin-bottom: 0.625rem;
}
.project-block {
  border: 0;
  border-radius: 0.3125rem;
  padding: 0rem;
  width: 100%;
}
#instrument-list{
  margin:0;
}
.project-body {
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  color: #a4a4a4;
  line-height: 2.0;
}

.project-heading {
  /*border-bottom:1px solid #4A4C4B;*/
  background-color: transparent;
  background-color: var(--station-list-item-background);
}
.project-heading:hover,
.project-selected,
.project-sharing-block,
.project-report-config {
  background-color: #333434;
  background-color: var(--station-list-item-background-hover);
  /*border-bottom:1px solid #333434;*/
}
.project-files {
  float: left;
  width: 100%;
}
.project-heading-name {
  color: #a5a5a5;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0;
  vertical-align: middle;
  /*line-height: 53px;*/
}
#unitSideBar .project-button {
  min-width: 100%; /*204px;*/
  /*color: #ddd !important;*/
}
.device-name-status{
  display:none;
}
.device-name-status {
  display:none;
}
.btn {
  /*padding: 5px 12px;*/
}
.modal-content-box-btn {
  text-transform: uppercase;
  background: transparent;
  color: #A4A4A4;
  border-radius: 1.25rem;
  /*border: 1.5px solid #FFF;*/
  border: 0.09375rem solid #FFF;
}
.project-button:hover {
  /*border: 1px solid #1d9fdf;
  background: #1d9fdf;
  color: #fff;*/
}
.high-button{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid #1d9fdf;
  background: #1d9fdf;
  color: #fff;
}
.high-button:hover {
  background-color: #1db5df;
}
.big-margin-top{
  margin-top:1.875rem;
}
.big-margin-bottom{
  margin-bottom:1.875rem;
}
.project-button.selected{
  border: 0.0625rem solid #1d9fdf;
  border: 0.0625rem solid var(--project-button-border-selected);
  background-color: #1d9fdf !important;
  background-color: var(--project-button-bg-selected) !important;
  color: #fff;
  color: var(--project-button-selected-color);
}
/*
.project-button.selected:hover, .project-button.selected:active, .project-button.selected:focus{
  border: 1px solid #1db5df !important;
  border: 1px solid var(--project-button-border-hover-selected-focus) !important;
  background-color: #1db5df !important;
  background-color: var(--project-button-bg-hover-selected-focus) !important;
  color: #fff;
  color: var(--project-button-selected-color);
}
*/
.wrapper{
    margin-top:3.5rem;
    padding: 0 0.25rem;
}
#toggle,
.station-toggle,
.project-toggle {
    display:none;
}

input#toggle+label,
input.station-toggle+label,
input.project-toggle+label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0rem 0.0625rem #d5d5d5;
  box-shadow: inset 0 0 0rem 0.0625rem var(--project-toggle-border-color);
  text-indent: -312.5rem;
  height: 1.125rem;
  width: 3rem;
  border-radius: 0.9375rem;
  cursor: pointer;
  float: right;
}

input#toggle + label:before,
input.station-toggle + label:before,
input.project-toggle + label:before {
    content: "Measurements";
    position: absolute;
    display: block;
    height: 1.125rem;
    width: 1.125rem;
    top: 0;
    left: 0;
    border-radius: 0.9375rem;
    background: rgba(19, 191, 17, 0);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

input#toggle + label:after,
input.station-toggle + label:after,
input.project-toggle + label:after {
    content: "";
    position: absolute;
    display: block;
    height: 1.125rem;
    width: 1.125rem;
    top: 0;
    left: 0rem;
    border-radius: 0.9375rem;
    background: white;
    box-shadow: inset 0 0 0 0.0625rem rgba(0, 0, 0, 0.2), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
input#toggle:checked + label:before,
input.station-toggle:checked + label:before,
input.project-toggle:checked + label:before {
    width: 3.125rem;
    background: rgba(1, 171, 232, 1);
    background: var(--svantek-accent-blue);
}

input#toggle:checked + label:after,
input.station-toggle:checked + label:after,
input.project-toggle:checked + label:after {
    left: 2rem;
    box-shadow: inset 0 0 0 0.0625rem rgba(1, 171, 232, 1), 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}
.status-title{
    display:block;
}
#instrument-list .btn:active, #instrument-list .btn.active{
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none !important;
}
.edit-label{
    margin-right: 5rem;
    vertical-align: middle;
    line-height: 2.875rem;
    font-size:1.0625rem;
}
.add-station-button{
    background: none;
    border: 0;
    color: #1d9fdf;
    background: url("../images/icon-plus.png") left center no-repeat;
    padding-left: 1.875rem;
}
.project-report-config{
    display:none;
    /* background-color: #333434; */
    padding-left: 1.25rem;    
    padding-right: 1.25rem;
}
.schedule-settings-block {
  background-color: #171818; 
  background-color: var(--clear-settings-panel); 
  float:left; 
  padding:0.625rem; 
  width:100%; 
  box-sizing:border-box; 
  margin-bottom:0.625rem;
  border-radius: 0.25rem;
}
.project-afd-config {
    padding-left: 0;
    padding-right: 0;
}
.bottom-border-line{
    border-bottom: 0.0625rem solid #4A4C4B;
    padding-bottom: 0.625rem;
    margin-top:1.25rem;
    font-size: 1rem;
    color: #FFF;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.bottom-border-line input, .bottom-border-line textarea{
    width:12.75rem;
    min-height:1.625rem;
    background-color: #1D1D1D;
    color:#A4A4A4;
    border:none;
    resize:none;
}
.bottom-border-line div{
    padding: 0;
}
.bottom-border-line p{
    width: 10.625rem;
    display:block;
    float:left;
}
.bottom-border-line .afd-config-switch{
    margin-left:0;
}
.bottom-border-line div .link-alone{
    width:100%;
    padding-left:10.625rem;
    margin-top:0.3125rem;
}
.bottom-border-line div .link-alone a{
    width:100%;
    padding-left:10.625rem;
    background: url("../images/icon-plus-small.png") left center no-repeat;
    padding-left: 1.875rem;
}
.margin-bottom{
    margin-bottom:2.5rem;
}
.sms-button{
    background: url("../images/letter.png") left center no-repeat;
    padding-left: 1.875rem;
}
.bottom-border-line select{
    width:11.4375rem;
    min-height:1.625rem;
    background: url("../images/select-arrow.png") right 0.625rem center no-repeat;
    background-color: #1D1D1D;
    color:#A4A4A4;
    border:0.0625rem solid #C9C9C9;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    height:1.875rem;
    padding: 0 0.875rem;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    cursor:pointer;
}
.bottom-border-line input:focus, .bottom-border-line textarea:focus{
    background-color: #FFF;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    color:#000;
    padding-left:0.625rem;
    padding-right:0.625rem;
    resize: vertical;
}
.form-control:focus {
    /* border:0; */
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.user-list{
    display: inline-block;
    color: #a4a4a4;
    padding: 0.3125rem;
    width: 100%;
    border-bottom: 0.0625rem solid #4A4C4B;
    background-color: #333434;
    border-bottom: 0.0625rem solid #333434;
}
.user-list div{
    margin-bottom:0.3125rem;
    margin-top:0.3125rem;
}
.project-sharing select{
    width: 11.4375rem;
    min-height: 1.625rem;
    background: url(../images/select-arrow.png) right 0.625rem center no-repeat;
    background-color: #333434;
    color: #A4A4A4;
    border: 0.0625rem solid #C9C9C9;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    height: 1.875rem;
    padding: 0 0.875rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin-right:0.9375rem;
}
.project-sharing select:disabled{
    width: auto;
    min-height: 1.625rem;
    background: none;
    background-color: #333434;
    color: #A4A4A4;
    border: 0;
    height: 1.875rem;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right:0.9375rem;
}
.new-mail{
    color:#000;
    padding-left: 0.3125rem;
    padding-right:0.3125rem;
}
.icon-edit-station{
    padding-left: 1.25rem;
    background: url("../images/icon-edit-station.png") left center no-repeat;
}
.icon-delete-station{
    padding-left: 1.25rem;
    background: url("../images/icon-delete-station.png") left center no-repeat;
}
.afd-start-date-switch {
  position: relative;
  top: -7px;
}
.amc-config-switch{
    float: none;
    margin-left: 0.625rem;
}
.amc-config-switch label {
    top: 0.625rem;
}
.ms-config-switch{
    float: none;
    margin-left: 0.625rem;
}
.ms-config-switch label {
    top: 0.625rem;
}
.clickable-project{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.popover{
  color:#000;
}
/*
.device-list-title{
  display:none;
}
#instrument-list .project-wrapper:first-child .device-list-title{
  display:block;
}*/
#close-sidepanel{
display:none;
}
.unit-list-status-icons{
  display:flex;
  justify-content:flex-start;
}
@media screen and (max-width: 63.9375rem) {
 .container {
  width: 100%;
  right:0;
  left:0;
}
  .instrument-list {
    padding-right: -0.9375rem;
    padding-left: 0.9375rem;
  }
}

.project-name-mobile {
  display: inline-block;
}

@media screen and (max-width: 75rem) {
    .device-list-title-sharing{
        display:none !important;
    }
    #user-list-inside div{
        padding:0 !important;
    }
    #x-device-list-title{
        display: none !important;
    }
    .btn-svn-list:hover, .btn-svn-list:focus, .btn-svn-list.active, .btn-svn-list:active, .open > .dropdown-toggle.btn-svn-list:hover, .btn-svn-list:active:focus, .btn-svn-list.active:focus, .open > .dropdown-toggle.btn-svn-list:focus, .btn-svn-list:active.focus, .btn-svn-list.active.focus, .open > .dropdown-toggle.btn-svn-list.focus {
        border-bottom: 0;
    }
    .device-list-title {
        margin-bottom: 1.25rem;
        margin-top: 2.1875rem;
    }
}
@media screen and (max-width: 47.9375rem) {
    .navbar-nav {
        margin: 0;
    }
    .project-report-config {
        background-color: #333434 !important;
        background-color: var(--station-list-item-background-hover) !important;
    }
    .container {
        right: 0 !important;
    }
    .status-list {
        /*width: 100%;
        height: auto;
        position: relative;
        min-height: 200px;
        float: left;
        margin-top: -40px;*/
    }
    #mCSB_2_container{
        /*margin-top:463px;*/
    }
    #close-sidepanel{
        display:block;
        float: right;
        margin-top: 1.125rem;
        padding-right: 1.875rem;
        background: url("/images/cross.png") top right no-repeat;
        text-decoration: none;
        cursor: pointer;
        color:#00b7d9;
    }
    #close-sidepanel:hover {
        text-decoration: underline;
    }
}
.point-afd-state {
  /*margin-top: -35px;*/
  color: #ccc;
  display: inline-block;
  text-transform: none;
}
.point-afd-state-row .icon-wrapper {
  display: inline-block;
  width: 1.25rem;
  top: 0.125rem;
}
.point-afd-state-row .glyphicon-repeat {
  color: #ccc;
  -webkit-animation:point-afd-state-spin 2s linear infinite;
  -moz-animation:point-afd-state-spin 2s linear infinite;
  animation:point-afd-state-spin 2s linear infinite;
}

@-moz-keyframes point-afd-state-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes point-afd-state-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes point-afd-state-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.btn-svn-list:hover {
  border: 0rem;
}

.btn-svn-list.active,
.btn-svn-list.active:hover {
  background-color:#484848;
}

.project-station-edit-button,
.add-mpoint-button,
.add-suser-button,
.create-report-button,
.sharing-user-edit,
.add-nproject-button,
.project-results-select-button,
.edit-project-alarms-button,
.export-report-button,
.set-to-owner-tz-button,
.points-list-add,
.edit-project-exports-button {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 0.3125rem;
}

.project-station-edit-button,
.add-mpoint-button,
.add-suser-button,
.create-report-button,
.sharing-user-edit,
.add-nproject-button,
.project-results-select-button,
.edit-project-alarms-button,
.set-to-owner-tz-button,
.points-list-add,
.edit-project-exports-button {
  display: inline-block;
  color: #000;
  cursor: pointer;
  background: #fff;
  line-height: 1.5 !important;
  border: 0.0625rem solid #000;
}

.set-to-owner-timezone-button {
  margin-bottom: 0.625rem;
}

.set-to-owner-timezone-button .set-to-owner-timezone-text {
  position: relative;
  top: -0.125rem;
}

.afd-timezone {
  margin-left: 0.625rem;
}

.selectize-control.afd-timezone.single {
  display: inline-block;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 48rem) {
  .set-to-owner-timezone-button {
    position: relative;
    /*top: -0.9375rem;*/
    top: -0.75rem;
  }
}

.export-report-button {
  display: inline-block;
  color: #000;
  cursor: pointer;
  background: #fff;
  line-height: 1.5 !important;
  border: 0.0625rem solid #000;
}

.add-nproject-button,
.add-suser-button,
.create-report-button,
.project-station-edit-button,
.add-mpoint-button,
.sharing-user-edit,
.project-results-select-button,
.export-report-button,
.points-list-add,
.edit-project-exports-button {
  font-weight: bold;
  font-size: 1rem;
}

.edit-project-alarms-button,
.set-to-owner-tz-button {
  font-weight: bold;
}

.sharing-user-edit {
  margin-left: 0.3125rem;
}

.edit-project-alarms-button,
.set-to-owner-tz-button {
  margin-left: 0.625rem;
}

.project-station-edit-button .glyphicon,
.add-mpoint-button .glyphicon,
.add-suser-button .glyphicon,
.create-report-button .glyphicon,
.sharing-user-edit .glyphicon,
.add-nproject-button .glyphicon,
.project-results-select-button .glyphicon,
.edit-project-alarms-button .glyphicon,
.set-to-owner-tz-button .glyphicon,
.points-list-add .glyphicon {
  margin-right: 0.3125rem;
}
.edit-project-exports-button .text {
  position: relative;
  top: -0.125rem;
}

.export-report-button .glyphicon {
  margin-right: 0.3125rem;
  top: 0.125rem;
}

.project-station-edit-button:hover,
.add-mpoint-button:hover,
.add-suser-button:hover,
.create-report-button:hover,
.sharing-user-edit:hover,
.add-nproject-button:hover,
.project-results-select-button:hover,
.edit-project-alarms-button:hover,
.set-to-owner-tz-button:hover,
.points-list-add:hover,
.edit-project-exports-button:hover {
  color: #1d9fdf;
  color: var(--svantek-accent-blue);
  background: #fff;
}

.export-report-button:hover {
  color: #1d9fdf;
  color: var(--svantek-accent-blue);
  background: #fff;  
}

.project-results-select-button.disabled {
  background: #333434;
  color: #a4a4a4;
  cursor: no-drop;
}

.project-station-edit-button .glyphicon-remove,
.sharing-user-edit .glyphicon-remove {
  color: #a94442;
}

.project-station-edit-text,
.sharing-user-text {
  /* text-transform: uppercase; */
}

.sharing-dropdown-button {
  width: 12.5rem;
  margin-top: 0rem !important;
}

.sharing-dropdown {
  width: 12.5rem;
  display: inline-block;
  margin-top: 0rem !important;
}
.project-sharing-input-box
 {
    margin-top: -0.1875rem;
    padding: 0.125rem;
    margin-left: 0rem;
    color: #000;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, .075);
            box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-width: 12.5rem;
}

.project-sharing-input-box:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0,0,0,.075), 0 0 0.5rem rgba(102, 175, 233, .6);
          box-shadow: inset 0 0.0625rem 0.0625rem rgba(0,0,0,.075), 0 0 0.5rem rgba(102, 175, 233, .6);
}

.afd-remote-dest-row {
  color:#fff; 
  word-wrap: word-break; 
  padding: 0rem 1.375rem; 
  margin-top: 0.3125rem;
}
.afd-remote-dest-descr {
  padding-left: 0.75rem;
  color: #CCC;
  color: var(--afd-remote-dest-descr-color);
}
.afd-remote-dest-row .glyphicon {
  color: #1d9fdf;
  color: var(--svantek-accent-blue);
  cursor: pointer;
  font-size: 1.125rem;
  top: 0.1875rem;
}

.afd-remote-dest-row .glyphicon:hover {
  color: #fff;
  color: var(--glyphicon-hover-color);
}

.project-heading-name {
  color: #fff;
  color: var(--project-heading-name-color);
  margin-top: -0.4375rem;
}

.project-info-row,
.project-status-measurements {
  color: #a5a5a5;
  color: var(--project-info-row-color);
  margin-bottom: -1.375rem;
  font-size: 0.875rem;
  line-height: 3.375rem;
}

.project-info-row:last-child,
.project-status-measurements:last-child {
  margin-bottom: 0;
}

.project-info-row .glyphicon,
.project-status-measurements .glyphicon {
  margin-right: 0.3125rem;
}

.project-info-row .glyphicon-home,
.project-status-measurements .glyphicon-home {
  font-size: 0.9375rem;
  top: 0.125rem;
}

.project-info-row .glyphicon-info-sign {
  font-size: 1rem;
  top: 0.1875rem;
}

.project-info-row .glyphicon-user {
  font-size: 0.9375rem;
  top: 0.125rem;
  left: 0.0625rem;
}

.project-status-measurements .glyphicon-play {
  font-size: 1rem;
  top: -0.125rem;
}

.project-settings-edit {
  /*float: right;
  line-height: 25px;
  margin-top: 10px;*/
  margin-bottom: 1.25rem
}
.project-point-name {
  display: inline-block;
  color: #ddd;
  color: var(--project-point-name-color);
  max-width: calc(100% - 120px);
}
.project-point-description {
  /*margin-top: -35px;*/
  text-transform: none;
  table-layout: fixed;
}
.project-point-description .glyphicon-info-sign {
  margin-right: 0.3125rem;
  top: 0.125rem;
}
.project-info-text,
.project-point-description-text {
  line-height: 0.875rem;
  padding: 0.625rem 0;
}

.project-info-row.warning {
  color: #FFC107;
  color:var(--project-info-row-warning);
}

.project-info-row.error {
  color: #a94442;
}

.project-point-name,
.project-point-description-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-heading-name-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.project-heading-name-text.config {
  width: 100%;
  max-width: 100%;
}

.project-mpoint-block {
  color: #A5A5A5;
  color: var(--project-mpoint-block-color);
  padding: 0.625rem 0.625rem;
  vertical-align: middle;
  /*width: 100%;*/
  width: auto;
  min-width: 26.875rem;
}
.afd-config-apply-btn {
  float: right;
}

.project-sharing-link-input {
  width: 100%;
  padding: 0.125rem;
  margin-top: 0.625rem;
  margin-left: 0rem;
  color: #000;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, .075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.project-sharing-link-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0,0,0,.075), 0 0 0.5rem rgba(102, 175, 233, .6);
          box-shadow: inset 0 0.0625rem 0.0625rem rgba(0,0,0,.075), 0 0 0.5rem rgba(102, 175, 233, .6);
}

.project-sharing-heading,
.project-afd-heading {
  color: #fff;
  color: var(--project-heading-name-color);
  padding-left: 0.9375rem;
  padding-top: 0rem;
  margin-top: -0.125rem !important;
  font-size: 1.25rem;
  line-height: 3.3125rem;
  overflow: hidden;
}

.project-sharing-heading table,
.project-afd-heading table {
  font-weight: bold;
}

.project-sharing-block {
  float: left;
  margin-top: 0.625rem;
}

.afd-config-caption {
  color: #ddd !important;
  color: var(--afd-config-caption-color) !important;
  display: inline-block;
  min-width: 15rem;
}

.project-button-delete,
.project-button-delete:hover {
  border: 0;
}

.no-mpoints-in-project {
  color: #ccc;
  color: var(--no-mpoints-in-project-color);
  margin-left: 0.625rem;
}

.project-meas-toggle-button-label.no-transition,
.project-meas-toggle-button-label.no-transition:before,
.project-meas-toggle-button-label.no-transition:after {
  -webkit-transition: none !important;
  transition: none !important;
}

.icon-sharing-user {
  font-size: 0.9375rem;
  margin-right: 0.3125rem;
  top: 0.1875rem;
}

.icon-sharing-token {
  font-size: 1.125rem;
  margin-right: -0.1875rem;
  left: -0.4375rem;
  margin-top: -0.3125rem;
  top: 0.25rem;
}

.icon-sharing-account {
  margin-right: -0.0625rem;
  left: -0.4375rem;
  font-size: 1.125rem;
  margin-top: -0.3125rem;
  top: 0.125rem;
}

.popover {
  white-space: pre;
  max-width: none;
}

.storage-info-row {
  width: 100%;
  margin-left: 0.5rem;
  text-transform: uppercase;
  color: #aaa;
  color: var(--storage-info-color);
}

.storage-info-row .exported {
  color: #fff;
  cursor: pointer;
}

.storage-info-row .glyphicon {
  margin-right: 0.3125rem;
}

.storage-info-text {
  margin-left: 0.3125rem;
}

.sharing-user-invited .glyphicon,
.sharing-user-declined .glyphicon {
  margin-right: 0.3125rem;
  top: 0.125rem;
}

.sharing-user-declined {
  color: #a94442;
}

.remove-project-destination {
  color: #a94442 !important;
  margin-left: 0.3125rem;
}
.remove-project-destination:hover {
  color: var(--glyphicon-hover-color) !important;
}

.live-timehistory-placeholder {
  width: calc(100% - 40px);
}

.timehistory-legend-container {
	display:inline-block;
}

.timehistory-plot-sidemenu,
.timehistory-plot-resize,
.timehistory-plot-remove,
.timehistory-plot-settings,
.timehistory-plot-calc,
.timehistory-plot-sync {
  font-size: 1.5rem;
  line-height: 2.125rem;
  cursor: pointer;
  margin-left: 0.625rem;
}

.timehistory-plot-result-toggle,
.timehistory-plot-unit-toggle {
  margin-left: 0.625rem;
}

.timehistory-plot-unit-toggle,
.timehistory-plot-result-toggle {
  cursor: pointer;
  font-size: 1rem;
  top: -0.3125rem;
  position: relative;
  text-decoration: underline;
}

.results-datetimepicker-input:focus,
.form-has-outline:focus {
  border: 0.0625rem solid #1d9fdf;
}

.show-results-btn {
  margin-top: -0.0625rem;
}

.live-spectrum-placeholder {
  width: 100%;
  min-width: 18.75rem;
  height: 100%;
  min-height: 31.25rem;
  font-size: 0.875rem;
  line-height: 1.2em;
}

.project-results-reporting {
  display: inline-block !important;
  top: 0.3125rem;
  margin-left: 0.3125rem;
}

.project-results-aggregate {
  display: inline-block !important;
  top: 0.625rem;
  margin-left: 0.3125rem;
}

.chart-label-counterclock {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.chart-label-clock {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.project-result-select-label {
	display: inline-block !important;
	top: 0.5rem;
	margin-right: 0.3125rem;
}

.results-select-collapsible .panel {
	border: 0.0625rem solid #111;
}

.results-select-collapsible .panel-body {
	background-color: #2d2e2f;
}

.results-select-collapsible .panel-heading {
	background-color: #ccc;
	font-weight: bold;
}

.project-results-plot-container {
  display: inline-block;
  background: #1c1d1d;
  background: var(--project-results-plot-container-bg);
  padding: 0.625rem;
}

.axisLabels.yaxisLabel,
.axisLabels.y2axisLabel {
  color: var(--plot-axis-y-label);
}

/*.plot-arrange-tile-vertical {
  height: 50% !important;
  min-height: 200px !important;
}*/

.y-axis-selector {
  display: inline-block;
  top: -0.5rem;
}

.data-fetch-progress {
  margin-left: 0.3125rem;
  display: inline-block;
}

.project-results {
  min-height: 21.875rem;
}

.data-fetch-infinite-progress {
  left: 28.75rem;
  top: 0.625rem;
}

.data-fetch-infinite-progress.files {
  left: 27.1875rem;
}

.data-fetch-infinite-progress-text {
  display: inline-block;
  position: absolute;
  top: 0.625rem;
}

.sort-col-disabled {
  color: #4a4b4c !important;
}

.tv-expandable-title > .glyphicon {
  cursor: pointer;
  margin-right: 0.3125rem;
  color: rgba(1, 171, 232, 1);
}

.tv-expandable-title > .glyphicon-chevron-right {
  top: 0.0625rem;
}

.tv-expandable-title > .glyphicon-chevron-down {
  top: 0.1875rem;
}

.tv-expandable-title > .glyphicon:hover {
  color: #fff;
}

.tv-expandable-title > .badge {
  margin-top: -0.1875rem;
  margin-left: 0.3125rem;
}

.tv-expandable-content {
  margin-left: 1.25rem;
}

.tv-expandable-content > ul {
  padding-left: 0rem;
}

.tv-expandable {
  margin-top: 0.3125rem;
}

.project-list-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.meas-wrapper {
  margin-top: 1.25rem;
}

.project-status-measurements .project-meas-toggle-button-label {
  float: none !important;
  top: -0.125rem !important;
  margin-left: 0.3125rem !important;
}

.project-status-measurements-text {
  margin-bottom: 0.5rem !important;
}

.point-status-measurements {
  margin-top: -0.3125rem;
  text-transform: none;
}

.station-toggle-label {
  float: none !important;
  top: 1.125rem !important;
  margin-left: 0.9375rem !important;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.mpoint-meas-state.glyphicon-stop {
  color: #a94442;
}

.mpoint-meas-state.glyphicon-flash,
.mpoint-meas-state.glyphicon-pause {
  color: #dfb33c;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.mpoint-meas-state.glyphicon-play {
  color: #3eba01;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  top: 0.0625rem;
}

.unit-list-status-icons > li {
  width: 2.1875rem;
}

.status-icons-afd-state,
.status-icons-meas {
  font-size: 1.125rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #1c90ca;
  left: -0.125rem;
  position: relative;
}

.status-icons-afd-state svg {
  width: 1.5rem;
  height: 1.5rem;
}

.status-icons-afd-state svg {
  fill: #1c90ca;
}


.status-icons-meas.glyphicon-stop {
  color: #a94442;
}

.status-icons-meas.glyphicon-flash,
.status-icons-meas.glyphicon-time,
.status-icons-meas.glyphicon-pause {
  color: #dfb33c;
  top: 0.125rem;
  animation: yellow-animation 1s infinite normal;
  -webkit-animation: yellow-animation 1s infinite normal;
}

@keyframes yellow-animation {
  0% { color: #dfb33c; }
  50% { color: #000; }
  100% { color: #dfb33c; }
}
@-webkit-keyframes yellow-animation {
  0% { color: #dfb33c; }
  50% { color: #000; }
  100% { color: #dfb33c; }
}

.status-icons-meas.glyphicon-play {
  color: #3eba01;
  animation: green-animation 1s infinite normal;
  -webkit-animation: green-animation 1s infinite normal;
}

@keyframes green-animation {
  0% { color: #3eba01; }
  50% { color: #000; }
  100% { color: #3eba01; }
}
@-webkit-keyframes green-animation {
  0% { color: #3eba01; }
  50% { color: #000; }
  100% { color: #3eba01; }
}

@keyframes greyed-animation {
  to {
    color: #fff;
  }
}
@-webkit-keyframes greyed-animation {
  to {
    color: #fff;
  }
}

li.project-status-measurements {
  margin-top: 0rem;
  width: 3.125rem;
}
.meas-toggle-icon.project-status-measurements,
.project-status-measurements{
  padding-top:0 !important;
}
.status-icons-afd-state.on {
  color: #ccc;
  color: var(--status-icons-afd-state-on-color);
  -webkit-animation: point-afd-state-spin 2s linear infinite;
  -moz-animation: point-afd-state-spin 2s linear infinite;
  animation: point-afd-state-spin 2s linear infinite;
}

.status-icons-afd-state.on.on svg {
  fill: #ccc;
  fill: var(--text-white-on-black);
}


.station-clear-memory {
  margin-left: 1.4375rem;
  font-size: 1.4375rem;
  color: #fff;
  color: var(--text-white-on-black);
  top: 0.4375rem;
  cursor: pointer;
  opacity: 0.9;
}

.station-clear-memory:hover {
  opacity: 1;
}

@media screen and (max-width: 64rem) {
  .status-icons-afd-state,
  .status-icons-meas {
    top: 0.125rem;
  }
  .station-toggle-label {
    top: 0.8125rem !important;
  }
  .station-clear-memory {
    top: 0.125rem !important;
  }
}

.project-modal-icon {
  top: 0.125rem;
  margin-right: 0.3125rem;
}

.mpoint-logs {
  margin-right: 0.3125rem;
}

.main-menu-map-icons {
  display: block;
  width: 1.4375rem;
  height: 1.25rem;
}

.main-menu-map-icons .glyphicon-map-marker.big {
  left: 0.3125rem;
}

.main-menu-map-icons .glyphicon-map-marker.small {
  position: absolute;
  left: 0.4375rem;
  top: 0.625rem;
  font-size: 1rem;
}

.calendar-day-ok {
  background-color: #0f0;
}

.calendar-day-warning {
  background-color: #0ff;
}

.calendar-day-bad {
  background-color: #f00;
}

.project-report-display {
  /* margin: 18px; */
  display: inline-block;
}

.project-report-content {
  background-color: #fff;
  color: #000;
  display: inline-block;
  width: 43.125rem;
  margin-top: 0.3125rem;
  padding: 1.25rem;
  border-radius: 0.3125rem;
}

.report-style-caption,
.report-style-block {
  position: relative;
  background-color: #fff;
  width: 40.625rem;
  display: inline-block;
  margin: 0.625rem 0rem;
}

.report-style-caption {
  font-size: 1.125rem;
  font-weight: bold;
}

.report-content-comment-1 {
  width: 40.625rem;
  height: 6.25rem;
}
.report-content-comment-2 {
  font-size: 1.25rem;
  font-weight: bold;
  width: 40.625rem;
  height: 2.1875rem;
}

.project-report-display .log-datetimepicker {
  width: 8.75rem;
}

.report-style-subcaption-centered {
  background-color: #fff;
  width: 40.625rem;
  font-size: 1rem;
  text-align: center;
}

.report-calendar th {
  font-size: 1rem;
  font-weight: bold;
}

.report-calendar tr:nth-child(2) {
  font-weight: bold;
}

.report-object-control {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  opacity: 0.1;
  transition: opacity 1s linear;
}

.report-object-control.glyphicon-remove {
  color: #f00;
  top: -0.625rem !important;
  left: -0.625rem !important;
}

.report-object-control:hover {
  opacity: 1;
}

.report-image img {
  top: 0rem;
  left: 0rem;
  width: auto !important;
  height: auto !important;
}

.report-image {
  width: 7.5rem;
  height: 3.125rem;
}
.report-image:not(.read-only) {
  cursor: pointer;
}

.report-image:not(.read-only) div,
.report-image:not(.read-only) input,
.report-image:not(.read-only) img {
  cursor: pointer;  
}

.avatar-upload__shell,
.avatar-upload__wrapper,
.avatar-upload__image-wrapper {
  width: 7.5rem;
  /* height: 50px;*/
}

.report-image {
  position: relative;
}

/* hack na umozliwienie wyswietlania pointera */ 
.report-image input {
  width: 100%;
  height: 100%;
  font-size: 0rem;
  color: transparent;
}

.pdf-line-break-style {
  text-align: center;
  width: 100%;
  border-bottom: 0.0625rem dashed #ccc;
}

.report-help-info {
  float: right;
  font-size: 1.25rem;
  margin-top: 0.1875rem;
}

.project-report-plot-container .timehistory-legend-container {
  font-size: 0.75rem;
}


.timehistory-legend-container:not(.exporting),
.timehistory-legend-container:not(.exporting) .timehistory-legend-container {
  color: #ddd;
  color: var(--timehistory-legend-container-color);
}

#project-result-display-p .timehistory-legend-container:not(.exporting),
#project-result-display-p .timehistory-legend-container:not(.exporting) .timehistory-legend-container {
  color: #000;
}

.timehistory-legend-container .pdf {
  color: #000 !important;
}

.sharing-dropdown-button.disabled {
  color: #a4a4a4 !important;
  background-color: transparent !important;
  background-color: var(--sharing-dropdown-button-disabled-background) !important;
}

.list-single-select .project-results-selected {
  background-color: #1d9fdf;
}
.project-results-selected {
  color: #000;
  padding: 0rem 0.125rem 0.125rem 0.125rem;  border-radius: 0.3125rem;
}

.project-result-select-input.single-select {
  cursor: pointer;
}

.project-result-select-input.glyphicon-play-circle {
  color: #fff;
  margin-right: 0.3125rem;
  cursor: pointer;
  top: 0.125rem;
}

.exported-data-table {
  width: calc(100% - 15px);
}

.exported-data-table td {
  text-align: center;
  white-space: nowrap;
}

.exported-data-table td.td-hdr {
  font-weight: bold;
  text-align: center;
  color: #aaa;
  white-space: normal;
}

.exported-data-table td .glyphicon-remove {
  margin-left: 0.3125rem;
  color: #a94442;
  cursor: pointer;
  transition: color 1s linear;
}

.exported-data-table td .glyphicon-remove:hover {
  color: #fff;
}

.exported-data-table-wrapper {
  max-height: 60vh;
  overflow: auto;
}

.exported-data-hdr {
  width: 100%;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 1.5rem;
  color: #ddd;
}

.exported-data-hdr .total {
  color: #1d9fdf;
}

.exported-data-table .td-date {
  color: #999;
  white-space: nowrap;
}


@media screen and (max-width: 48rem) {/*83.125rem*/
  .sharing-user-column {
    width: 100%;
  }
}

.ol-control button { 
    background-color: rgba(40, 40, 40, 0.8) !important;
}
.ol-control button:hover { 
    background-color: rgba(40, 40, 40, 1) !important;
}

.ol-geocoder {
  left: 0.3125rem !important;
  top: 0.3125rem !important;
}

.ol-geocoder .gcd-gl-input {
  top: 0.125rem !important;
}

/*.geo-latlon-picker {
  font: 1em/1.5 BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #222;
  font-weight: 400;
}*/

.ol-geocoder ul.gcd-gl-result>li {
    line-height: 1.5rem !important;
}

.gcd-gl-reset {
  left: 15.625rem !important;
  top: -0.25rem !important;
}

.no-results-text {
  font-size: 1rem;
  margin-top: 0.625rem;
  width: 100%;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
}

.no-results-text.info {
  background-color: #8a6d3b;
}

.no-results-text.warning {
  background-color: #a94442;
  color: #fff;
}

.project-glyphicons {
  margin-left: -0.5rem;
  font-size: 1rem;
  top: 0.125rem;
  margin-right: -0.1875rem;
}

.mpoint-glyphicons {
  margin-left: -0.5rem;
  font-size: 1rem;
  top: -0.125rem;
  margin-right: 0.3125rem;
}

.dropbox-authenticated-info {
  float: right;
  color: #3c763d;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0.4375rem;
}

.dropbox-authenticated-info .glyphicon {
  margin-right: 0.3125rem;
}

.afd-config-btn-group .btn:focus,
.project-config-btn-group .btn:focus {
  background-color: #333434;
  color: #fff;
}

.afd-config-btn-group .btn.active,
.project-config-btn-group .btn.active,
.afd-config-btn-group .btn.active:focus,
.project-config-btn-group .btn.active:focus {
  background-color: #337ab7; /*#1d9fdf;*/
  background-color: var(--svantek-accent-blue);
  color: #fff;
}

.th-plot-selection-zoom-out {
  border: 0.0625rem solid #fff;
  display: inline-block;
  padding: 0.3125rem;
  border-radius: 0.625rem;
  position: absolute;
  left: 4.375rem;
  top: 0.625rem;
  background: #777;
  z-index: 1000;
  opacity: 0.5;
  cursor: pointer;
}

.th-plot-selection-zoom-out:hover {
  opacity: 1;
}

.explorer-file-type-complete {
  font-size: 0.625rem;
  color: #3c763d !important;
}

.explorer-file-type-requpload {
  top: 0.0625rem;
  font-size: 0.75rem;
  color: #8a6d3b !important;
}

.explorer-file-type-bad {
  top: 0.125rem;
  font-size: 0.75rem;
  color: #a94442 !important;
}

.afd-download-period-warning,
.afd-cleanup-info,
.afd-download-sleepmode-warning {
  display: inline-block;
  text-transform: none;
  padding: 0.125rem 0.625rem 0.3125rem 0.3125rem;
  border-radius: 0.3125rem;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.afd-download-period-warning {
  width: 100%;
  background-color: #a94442;  
}

.afd-download-sleepmode-warning {
  width: 100%;
  background-color: #8a6d3b;  
}


.afd-cleanup-info {
  color: #ddd;
  background-color: #8a6d3b;  
}

.afd-download-period-warning .glypicons-exclamation-sign,
.afd-cleanup-info .glyphicons-exclamation-sign {
  top: 0.125rem;
}

.user-sharing-entry,
.token-sharing-entry {
  text-overflow: ellipsis;
  min-width: 18.75rem;
  white-space: nowrap;
  overflow: hidden;
}

.btn.btn-default.view-tab-map {
  cursor: default;
}

.results-select-collapsible .list-single-select li {
  height: 1.375rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  display: table;
  border: 0 !important;
}

.results-select-collapsible li .glyphicons-ok {
  top: 0rem;
  font-size: 0.75rem;
  visibility: hidden;
}

.results-select-collapsible .list-single-select li:hover:not(.project-results-selected) {  
  background-color: rgba(255,255,255,0.1);
}

.results-select-collapsible li:hover:not(.project-results-selected) .glyphicons-ok {  
  visibility: visible;
  margin-top: 0rem;
}

.project-results-selected .glyphicons-ok {
  visibility: visible !important;
}


.slider-track {
  background-image: -webkit-linear-gradient(top, #ddd 0%, #ddd 100%);
  background-image: -o-linear-gradient(top, #ddd 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffdddddd', GradientType=0);
}
.slider-selection {
  background-image: -webkit-linear-gradient(top, #ddd 0%, #ddd 100%);
  background-image: -o-linear-gradient(top, #ddd 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffdddddd', GradientType=0);
}

.auto-export-block {
  border: 0.0625rem solid #337ab7;
  border-radius: 0.625rem;
  padding-top: 0.625rem;
  margin-bottom: 0.3125rem;
}

.auto-export-block > div:not(.point-list) {
  display: table;
}

.auto-export-block > div {
  width: 100%;
}

.auto-export-block .glyphicon-info-sign {
  padding-left: 0.3125rem;
  outline: 0;
  cursor: pointer;
}

.auto-export-block label {
  margin: 0rem !important;
}

.auto-export-col {
  padding: 0 0.625rem 0 0 !important;
}
.auto-export-row {
  height: 2.075rem;
  margin-bottom: 0.3125rem
}

.auto-export-row input {
  height: 1.875rem;
  float: right;
  display: inline-block;
}
.auto-export-row > input {
  width: 9rem;
}

.auto-export-row > span {
  position: relative;
  top: 0.3125rem;
}
.auto-export-row .switch 
.auto-export-row .switch .cmn-toggle-label-on,
.auto-export-row .switch .cmn-toggle-label-off {
  width: auto;
}
.auto-export-row .switch .cmn-toggle-label-off {
  float: right;
  top: 0.125rem;
  padding-right: 0rem;
}

.auto-export-start-time {
  margin-top: 0.2rem;
}

.auto-export-row .switch.switch-wide input.cmn-toggle-round+label {
  width: 9rem !important;
}

.auto-export-row .switch.switch-wide input.cmn-toggle-round:checked+label:after {
  margin-left: 7.1375rem !important;
}

.auto-export-row .switch.switch-wide input.cmn-toggle-round:checked+label .cmn-toggle-label-on {
  display: block;
}

.edit-project-exports-button.edit-results {
  position: relative;
  margin-bottom: 0.625rem;
}

.edit-project-exports-button.edit-results span {
  top: 0rem;
}


.edit-project-exports-button.edit-results .glyphicon {
  margin-right: 0.3125rem;
  top: 0.125rem;
}

.remove-export-button {
  color: #a94442;
  float: right;
  cursor: pointer;
}

#auto-exports-wrapper {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.auto-export-mode {
  margin-top: 0rem; 
  width: 9rem; 
  float: right;
}

@media (max-width: 37.5rem)
{
  .auto-export-row .switch {
    float: none;
    display: block;
  }
  .auto-export-block > div {
    margin-bottom: 1.25rem;
  }
  .auto-export-col {
    margin-bottom: 2rem;
  }
  .auto-export-row {
    margin-top: 1.5625rem;
  }
  .auto-export-row > input {
    float: none;
    margin-top: 0.3125rem;
    display: block;
  }
  .auto-export-block .switch,
  .auto-export-mode {
    float: none;
    margin-top: 0.3125rem;
  }
}
@media(min-width: 62rem) {
  .auto-export-block .bootstrap-datetimepicker-widget {
    margin-left: -2.5rem;
  }
  .point-list .bootstrap-datetimepicker-widget {
    margin-left: -6.25rem;
  }
}
.auto-export-block .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    left: 6.75rem !important; 
}
.point-list .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    left: 9.875rem !important; 
}
.auto-export-block .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    left: 6.6875rem !important; 
}
.point-list .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    left: 9.8125rem !important; 
}

.auto-export-block .bootstrap-datetimepicker-widget .timepicker {
  max-width: 3.125rem;
}

.auto-export-block .col-md-4 {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  margin-bottom: 0.625rem;
}

.edit-project-exports-button.do-export {
  width: 100%;
  height: 2.125rem;
}

.dropdown.do-export-point .val-name {
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 0.625rem;
  top: 0.1875rem;
}

@media(max-width: 47.9375rem) {
  .auto-export-mode {
    margin-top: 0.3125rem;
  }
}

.edit-project-exports-button.add-export {
  margin-top: 0.3125rem;
}

.auto-export-block .switch input[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.edit-project-exports-button.add-export {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

#project-map-meteo-block-mobile {
  margin-bottom: 0.625rem;
}

.airly-more,
.scs-more,
.emsol-more {
  display: inline-block;
  border: 0.0625rem solid #337ab7;
  margin-left: 0.625rem;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  cursor: pointer;
}

.data-integration-group {
  cursor: pointer;
}

#airly-popup {
  position: relative;
  top: -2.1875rem;
}

.airly-result-none {
  border: 0.0625rem solid #777;
  display: inline-block;
  margin-left: 0.625rem;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
}

.airly-result-meteo-dust {
  border: 0.0625rem solid #337ab7;
  display: inline-block;
  margin-left: 0.625rem;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
}

.popover {
  z-index: 10102 !important;
}

.airly-select-installation-info {
  margin-bottom: 0.625rem;
}

.airly-select-installation-info .glyphicons-info-sign {
  top: 0.1875rem;
}

.afd-clear-point {
  /* width: 400px;
  max-width: 400px; */
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}

.afd-clear-point .selectize-input {
  padding-right: 1.25rem;
}

/* Chrome, Safari, Edge, Opera */
#geo-latlon-picker-id::-webkit-outer-spin-button,
#geo-latlon-picker-id::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#geo-latlon-picker-id {
  -moz-appearance: textfield;
}

.project-corner-clip {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.project-corner-clip:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 0.9375rem solid white;
  border-right: 0.9375rem solid #1c1d1d;
  width: 0;
}

.project-heading:hover .project-corner-clip:before,
.project-selected .project-corner-clip:before {
  border-right: 0.9375rem solid #333434;
}

span.result-select-last-time {
  float: right;
  position: relative;
  top: 0.625rem;
}

.account-exists-msg,
.delete-forbidden-msg {
  color: #a94442;
  margin-top: 2.1875rem;
}
#auto-export-list .result-entry-none {
  text-align: center;
  color: #a94442;
}

#addNewUserSharingRank.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #000 !important;
}

#instrument-list .project-heading.draggable, .project-selected.draggable {
  border: 0.125rem dashed #ccc !important;
}

.no-gps-info-warning {
  transition: all .3s ease-in-out;
  display: block;
  background: #a94442;
  margin-top: 3.75rem;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
  padding: 0.1875rem;
  color: #fff;
}

.afd-clearing-config-warnings ul {
  font-size: 1rem;
  background-color: #a94442;
  color: #ddd;
  border-radius: 0.3125rem;
  margin-bottom: 0rem;
}

.afd-upload-closed-files-warning {
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  color: #FF9800;
}

.afd-upload-closed-files-warning .glyphicons {
  top: 0.125rem;
}

.btn-default.dropdown-toggle {
  color: #fff;
  color: var(--top-nav-unactive-color);
  background-color: #252727;
  background-color: var(--button-black-background);
  border-color: #FFF;
  border-color: var(--svg-fill-navigation); 
}

.btn-default.dropdown-toggle:hover {
  color: var(--btn-default-hover-color);
  background-color: var(--button-blue-bg-bottom);
  border-color: var(--modalbox-btn-border-selected);
}

.sharing-dropdown .btn-default {
  height: 1.75rem;
  position: relative;
  top: -0.125rem;
}

.afd-configuration-button {
  margin-left: 0.625rem;
}

.description-wrapper {
  display: none;
}

.description-wrapper.extended {
  display: block;
}

.project-heading-name-text.extended .caret {
  transform: rotate(180deg);
}


@media(min-width: 63.9375rem) {
  .description-wrapper {
    display: block;
  }
  .project-heading-name-text .caret {
    transform: rotate(180deg);
  }
}

@media(max-width: 63.9375rem) {
  .afd-state-icon {
    top: -0.6875rem;
  }
  .meas-state-icon {
    top: -0.9375rem;
  }
  .meas-toggle-icon {
    top: -2.625rem;
    left: -0.625rem;
  }
}

@media(max-width: 41.25rem) {
  .meas-toggle-icon {
    top: -2rem;
    left: 0rem;
  }  
}

.project-item-inactive {
  color: #a94442;
}

div.project-item-inactive {
  display: inline-block;
  position: relative;
  top: 7px;
  margin: 0;
}

.project-item-inactive span {
  top: -7px;
  position: relative;
}
.project-item-inactive svg {
  width: 24px;
  margin-right: 5px;
}

.project-item-inactive svg path {
  fill: #a94442;
}

input.user-rank-checkbox:disabled+label,
input.user-rank-checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

#project-language-select .btn-default {
  color: var(--svg-fill-navigation);
  background: transparent;
  padding: 0.3125rem;
}

#project-language-select .btn-default.active {
  background-color: #337ab7;
  background-color: var(--svantek-accent-blue);
  color: #fff;
}

.amc-config-switch input[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.clearing-non-applicable-310-info,
.clearing-non-applicable-700g-info,
.clearing-non-applicable-external-info {
  padding: 0px;
  color: orange !important;
  color: var(--general-status-warning) !important;
}

.clearing-non-applicable-310-info .glyphicons,
.clearing-non-applicable-700g-info .glyphicons,
.clearing-non-applicable-external-info .glyphicons {
  top: 0.15rem;
}

#manageTemplateFromList {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  height: 15vh;
  overflow-y: auto;
}

#manageTemplateToList {
  width: 100%;
  margin-top: 1.4rem;
  margin-bottom: 5rem;
  height: 15vh;
  overflow-y: auto;
}

#manageTemplateFromList div,
#manageTemplateToList > div > div {
  padding: 0.5rem;
  border: 0.0625rem solid #434747;
  border-radius: 0.3125rem;
  margin-bottom: 0.5rem;
}

#manageTemplateFromList div {
  cursor: pointer;
}

#manageTemplateFromList div .glyphicon,
#manageTemplateToList > div > div .glyphicon {
  margin-right: 0.5rem;
  position: relative;
  top: 0.15rem;
}

#manageTemplateFromList div:hover {
  background-color: #505a5a;
  background-color: var(--button-blue-bg-bottom) !important;
}

#manageTemplateFromList div.active {
  background-color: #434747;
  background-color: var(--button-blue-bg-bottom) !important;
}

.templates-clone-btn-wrapper .circle-infinite-loading.single {
  top: 0px !important;
}

.templates-clone-info-wrapper {
  color: green; 
  margin-bottom: 2rem;
}

@keyframes airly-error-fade-in {
  0% { opacity: 0; }
  20% { opacity: 1; background-color: #fff; }
  100% { opacity: 1; background-color: #a94442; }
}

@keyframes airly-ok-fade-in {
  0% { opacity: 0; }
  20% { opacity: 1; background-color: #fff; }
  100% { opacity: 1; background-color: #3c763d; }
}

.airly-error {
  background-color: #a94442;
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
  padding-bottom: 0.2rem;
  animation: airly-error-fade-in 0.5s;
}

.airly-error.ok {
  background-color: #3c763d;
  animation: airly-ok-fade-in 0.5s;
}


.airly-error .glyphicons {
  top: 0.15rem;
}


.ai-disabled-button,
.ai-enabled-button {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  border-radius: 0.2rem;
}

.ai-disabled-button {
  opacity: var(--ai-icon-main-opacity);
}

.ai-disabled-button:hover {
  opacity: 1;
}

.ai-disabled-button svg,
.ai-enabled-button svg {
  width: 3rem;
  height: 3rem;
  margin-bottom: -1.15rem;
}
