@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;
}

.popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

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

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

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

.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 {
    font-family: 'Open sans';
    font-size: 12px;
}

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

.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);
}