@CHARSET "UTF-8";

#sernr_key_edit, #sernr_key_editxx {
	margin-bottom: 10px;
}

#key_edit_label {
	margin-bottom: 15px;
	margin-top: 10px; 
}

#label_save_key:before, #label_for_session:before {
	background: transparent;
}

#label_save_key:after, #label_for_session:after {
	color: blue;
}


.show-pwd {
	font-size: 10px;
	cursor: pointer;
}

.xclass {
	margin-right: -30px;
	margin-top: -15px;
}

/* new bm popup classes */

.bm-hum-info-button {
    margin-top: -44px;
    margin-left: 10px;
    cursor: pointer;
}

.bm-co2-info-button {
    margin-top: -44px;
    margin-left: 7px;
    display: inline-block;
    cursor: pointer;
}

.bm-info-icon {
    fill: white;
    cursor: pointer;
    margin-top: -1em;
}
.bm-popup-container, .popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bm-popup {
    background: linear-gradient(to bottom, #005784 0%,#009de0 100%);
    width: 360px;
    padding: 20px 40px;
    border-radius: 5px;
    color: white;
}

.bm-popup.white {
    background: #fff;
    color: #354052;
}
.bm-popup.narrow {
    width: 280px;
}

.bm-popup:not(.white) a {
    color: white;
}

.bm-popup .close {
    text-shadow: none;
    margin-right: -30px;
}

.bm-popup:not(.white) .close {
    color: white;
    opacity: 1;
}

.popup {
    width: 280px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 5px;
    color: #354052;
}

.popup .form-label,
.bm-popup .form-label {
    margin: 10px 0 15px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

.popup .form-group,
.bm-popup .form-group {
    margin-bottom: 10px;
}

.popup .form-group .form-control,
.bm-popup .form-group .form-control {
    height: 30px;
    margin: 0;
    border-radius: 3px;
    border-color: #017ab2;
    background-color: #fff;
    color: #354052;
    font-size: 12px;
    padding: 0px, 12px;
}

.popup .btn,
.bm-popup .btn {
    font-family: 'Open sans';
    font-size: 12px;
}

.popup .btn-primary,
.bm-popup .btn-primary {
    height: 40px;
    border-radius: 3px;
    border-color: #00a7f8;
    background: #00a7f8;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.bm-popup-container .subheader {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
}

.popup.popup-dark.popup-warning p, .popup.popup-dark.popup-warning a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.popup.popup-dark.popup-warning a {
    text-decoration: underline;
    font-weight: bold;
}

.popup.popup-dark.popup-warning .form-label.red {
    color: red !important;
    font-size: 18px;
}

.narrow-row {
    margin-top: 5px;
    font-size: 12px;
}

.narrow-row [type="checkbox"]:not(:checked) + label:before,
.narrow-row [type="checkbox"]:checked + label:before,
.narrow-row [type="checkbox"]:not(:checked) + label:after,
.narrow-row [type="checkbox"]:checked + label:after {
    margin-top: 2px;
}

/*.buttonDiagInput, .buttonFunc, .popup, .buttonDiagLogType {
    overflow-y: auto;
    overflow-x: auto;
}*/

.buttonDiagInput, .buttonFunc, .popup, .buttonDiagLogType {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 40px);
}
