#SslProductContainer small {
    display: block;
    line-height: 17px;
}

#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
    width: 75%;
    float: left;
}

#progress li {
    float: left;
    padding: 10px 0;
    background: #8A8A8A;
    color: #fff;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 32%;
    margin: 0 1px;
    cursor: pointer;
}

#progress li:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#progress li:after {
    content: '';
    border-left: 16px solid #8A8A8A;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

#progress li.active {
    background: #2494f2;
}

#progress li.active:after {
    border-left-color: #2494f2;
}

.certificate>div {
    border: 1px solid #81D3E4;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}

.certificate>div>div.content {
    padding: 7px 15px;
}

.certificate>div>h5 {
    background-color: #bce8f1;
    color: #186474;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px;
}

.certificate>div>p {
    padding: 0px 10px;
}

.certificate>div>p:last-child {
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.certificate.selected>div {
    border-color: #186474;
}

.certificate.selected>div>h5 {
    background-color: #186474;
    color: #FFFFFF;
}

.bs-callout {
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h5,
.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout h5,
.bs-callout-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.control-label {
    line-height: 12px;
}

/*.form-group input.ng-invalid:not(.ng-pristine)*/
.form-group input.ng-invalid,
.form-group select.ng-invalid {
    border-color: #FA787E;
}

/*-- Offer Management Console CSS --*/
.offered-provider {
    color: darkcyan;
}

.not-offered-provider {
    color: red;
}

#providersTable td,
#providersTable th {
    text-align: center;
}

#providersTable td,
#providersTable th,
#certificatesTable td,
#certificatesTable th {
    vertical-align: middle;
}

#providersTable th {
    font-weight: bold;
}

#certificatesTable>tbody>tr>td:nth-child(n+3) .btn {
    margin: 2px 0px;
}

#certificatesTable th {
    text-align: center;
}

#certificatesTable .input-group {
    margin: 5px 0 !important;
}
