body {
    font-family: Arial, serif
}
.hint {
    color: grey;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
}
.warning {
    color: darkorange;
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.display-none {
    display: none;
}

.sq-20 {
    width: 20px;
    height: 20px;
}

.subscription-link {
    width: 100%;
    text-align: left;
}

.license-id {
    white-space: nowrap;
}

.activate-subscription-btn, .deactivate-subscription-btn {
    margin-left: auto;
    margin-top: 2px;
}

.expires-soon {
    background-color: #ffdf80;
}

.expired {
    background-color: #ff794d;
}

.save-changes::before {
    content: "\2705";
}

.deactivate-btn::before {
    content: "\1F5D1";
}

.stats-btn::before {
    content: "\1F4CA";
}

.monitoring-btn::before {
    content: "\1F52D";
}

.copy-to-clipboard {
    padding: 0;
}

#result-text {
    white-space: pre-wrap;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 20px;
    min-width: 200px;
    background: #f6f6f6;
    border: 1px solid black;
}

#result-text:empty {
    display: none;
}

#setup-license-form label {
    display: block;
    margin: 8px 0
}

.staging-warning {
  color: red;
  font-size: 28px;
  margin-bottom: 10px;
}

#logout-link {
    float: right;
}

#regenerate-licenses-button {
    background-color: red; 
    color:antiquewhite;
}

#create-subscription-form label {
    display: block;
    margin: 8px 0
}

.accounts-table th, td {
    border: solid 1px black;
    padding: 2px;
    font-size: 12px;
}

.child-account-indentation-cell {
    border: none;
    width: 2ex;
}