.ip-label-container {
position: relative;
display: inline-block;
background-color: #F6F6F6;
border: 1px solid;
border-color: #A7D7F9;
padding-right: 6px;
padding-left: 6px;
}
.ip-label-popup {
position: absolute;
z-index: 50;
left: -74px;
top: -50px;
background-color: #D3E2F6;
border: 1px solid;
border-color: #AAAAAA;
width: 208px;
height: 40px;
padding: 3px;
border-radius: 5px;
font-size: 8.3pt;
font-weight: bold;
text-align: left;
line-height: 21.875px;
}
.ip-label-popup input {
width: 166px;
font-size: 12px;
height: 12px;
border-radius: 3px;
}
.ip-label-popup form {
display: inline;
}
.ip-label-popup-bottom {
margin-top: 1px;
width: 199px;
height: 22px;
}
.ip-label-popup-bottom input {
width: 12px;
height: 12px;
}
.ip-label-popup-bottom-red {
width: 8px;
height: 8px;
background-color: red;
border: 1px solid;
display: inline-block;
}
.ip-label-popup-bottom-yellow {
width: 8px;
height: 8px;
background-color: yellow;
border: 1px solid;
display: inline-block;
}
.ip-label-popup-bottom-green {
width: 8px;
height: 8px;
background-color: green;
border: 1px solid;
display: inline-block;
}
.ip-label-popup-bottom-white {
width: 8px;
height: 8px;
background-color: white;
border: 1px solid;
display: inline-block;
}
.ip-label-form-delete {
width: 17px;
height: 17px;
border: 1px solid;
border-color: #8EB8F9;
background-image: url("https://upload.wikimedia.org/wikipedia/et/4/42/Ip_label_form_delete.png");
display: inline-block;
background-repeat: no-repeat;
border-radius: 3px;
}
.ip-label-form-submit {
width: 17px;
height: 17px;
border: 1px solid;
border-color: #8EB8F9;
background-image: url("https://upload.wikimedia.org/wikipedia/et/3/38/Ip_label_form_submit.png");
display: inline-block;
background-repeat: no-repeat;
border-radius: 3px;
}
.ip-label-submit-buttons {
display: inline-block;
float: right;
margin-right: -7px;
}
.ip-label-feedback {
position: absolute;
z-index: 100;
left: -51px;
top: -50px;
background-color: #D3E2F6;
border: 1px solid;
border-color: #AAAAAA;
width: 162px;
height: 40px;
padding: 3px;
border-radius: 5px;
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 21.875px;
}
.ip-label-feedback-inner {
height: 24px;
margin-top: 7px;
font-size: 16px;
font-weight: bold;
}
.ip-label-feedback-inner img {
display: inline-block;
width: 22px;
height: 22px;
margin-top: -8px;
margin-right: 4px;
}
.ip-label-feedback-inner-message {
display: inline-block;
height: 18px;
margin-top:4px;
}