/***********************************
Licensing
***********************************/

.license-input {
    background: url('../img/inactive.png') no-repeat 98.5% center #FFF;
    clear: both;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    margin-bottom: 7px;
    width: 420px;
    padding: 6px;
}

.license-status {
    float: left;
}

.license-hidden {
    display: none !important;
}

.register-license-ajax-spinner {
    margin: 0 0 0 5px;
    position: relative;
    top: 3px;
}

.license-input.license-active {
    background: url('../img/active.png') no-repeat 98.5% center #FFF;
}

label.license-label {
    margin: 5px 0 15px;
}

.license-stats {
    margin-top: 20px;
}

.list-group {
    max-width: 420px;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    margin-top: 0;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/***********************************
Alerts
***********************************/

.alert {
    padding: 8px 14px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 390px;
}

.alert p {
    margin: 0;
}

.alert-red, .alert-danger {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

.alert-red a {
    color: #B94A48 !important;
}

.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-info {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}