/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code.
*
*  @author    Active Design <office@activedesign.ro>
*  @copyright 2017 Active Design
*  @license   LICENSE.txt
*/

.oneclickssl-check-container {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #d35400;
    margin: 10px 0;
}
.oneclickssl-check-container span {
    display: block;
}
.oneclickssl-check-container a {
    display: inline-block;
    width: auto;
    clear: both;
    padding: 0 15px 0 15px;
    background-color: #3498db;
    border: 1px solid #2980b9;
    border-radius: 3px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.oneclickssl-check-container a:hover {
    color: #fff;
    background-color: #2980b9;
}
.oneclickssl-check-button .process-icon-loading {
    display: inline-block;
}
.oneclickssl_checkhttps {
    text-align: center;
}
.oneclickssl_checkhttps h3 {
    display: block;
    text-align: center;
    font-size: 35px;
    color: #3498db;
}
.oneclickssl_checkhttps h4 {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #3498db;
}
.oneclickssl_activate_https strong {
    display: block;
    color: #e74c3c;
    font-size: 20px;
    margin-bottom: 30px;
}
.oneclickssl_activate_https {
    margin-bottom: 60px;
}
.oneclickssl_activate_https_button {
    display: inline-block;
    color: #fff;
    background-color: #3498db;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none !important;
    border-radius: 4px;
}
.oneclickssl_activate_https_button:hover {
    background-color: #2980b9;
}
.oneclickssl_checkhttps .oneclickssl_activated_error, .oneclickssl-check-container .oneclickssl_installed_error {
    color: #e74c3c;
}
.oneclickssl-check-container .oneclickssl_installed_error {
    margin-top: 0 !important;
    border-bottom: none !important;
}
.oneclickssl_checkhttps .oneclickssl_activated_success {
    color: #2ecc71;
}
.oneclickssl-cert {
    width: 100%;
}
.support-text {
    text-align: center;
    padding-top:20px;
}
.support-link {
    text-align: center;
    font-size:14px;
}