Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/public/static/css/common.css

/* Variables */
#ncssl {
    --white: #fff;
    --light-gray: #e7e7e7;
    --light-gray2: #ccc;
    --light-gray3: #eee;
    --light-gray4: #bbb;
    --light-gray5: #c2c2c2;
    --gray: #666;
    --dark-gray: #333;
    --black: #000;
    --orange: #FF846D;
    --blue: #66c7e4;
    --light-blue: #beeefc;
    --base: var(--white);
    --primary: var(--orange);
    --secondary: var(--blue);
    --base-backgroung-color: var(--white);
    --base-font-size: 1em;
    --lg-font-size: 18px;
    --sm-font-size: 12px;
    --h1-font-size: 36px;
    --h3-font-size: 24px;
    --h4-font-size: var(--lg-font-size);
}

#ncssl .btn-light {
    --bs-btn-bg: var(--light-gray3);
    --bs-btn-border-color: var(--light-gray4);
}

/* Typography */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

#ncssl h1, #ncssl h2, #ncssl h3, #ncssl h4, #ncssl h5, #ncssl h6, #ncssl .h1,
#ncssl .h2, #ncssl .h3, #ncssl .h4, #ncssl .h5, #ncssl .h6 {
    font-weight: bold;
    line-height: 1.1;
}

#ncssl h1 {
    margin: 20px 0;
    font-size: var(--h1-font-size);
}

#ncssl h3 {
    margin: 20px 0 10px;
    font-size: var(--h3-font-size);
}

#ncssl h4 {
    margin: 10px 0;
    font-size: var(--h4-font-size);
}

#ncssl p {
    font-size: var(--base-font-size);
    line-height: 1.8;
    margin-bottom: 10px;
}

#ncssl a:not([class]):not([id]) {
    text-decoration: none;
}

#ncssl a:not([class]):not([id]):hover {
    text-decoration: underline;
}

#ncssl .form-control {
    height: auto;
}

#ncssl .inline-separator {
    color: var(--light-gray5);
    marign: 0 4px;
}

/* Icons */
#ncssl .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 21px;
    height: 21px;
    font-style: normal;
}

#ncssl .icon:before {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    line-height: 1;
    font-style: normal;
}

#ncssl .icon.icon-refresh:before {
    content: '\e114';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Buttons */
#ncssl .cta-btn {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--base);
    border-radius: 2px;
    color: var(--base);
    font-size: var(--lg-font-size);
    font-weight: bold;
    transition: all 0.4s linear;
    margin: 0;

}

#ncssl .cta-btn:hover {
    background-color: var(--base);
    color: var(--secondary);
}

#ncssl .cta-btn:disabled,
#ncssl .cta-btn[disabled] {
    opacity: .6;
    pointer-events: none;
}

#ncssl .cta-btn--primary {
    border-color: var(--primary);
    color: var(--primary);
}

#ncssl .cta-btn--primary:hover {
    background-color: var(--primary);
    color: var(--base);
}

#ncssl .btn .glyphicon {
    margin-right: 5px;
}

/* Links */
#ncssl .anchor-link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: lowercase;
    padding-right: 15px;
    text-decoration: none;
    color: var(--light-blue);
}

#ncssl .anchor-link:after {
    content: "\e114";
    position: absolute;
    right: 0;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
}

/* Elements of the page */

#ncssl {
    background-color: var(--base-backgroung-color);
}

#ncssl .body {
    background-color: var(--base-backgroung-color);
    border: 1px solid var(--light-gray);
}

#ncssl .body-container {
    padding: 0 15px;
}

#ncssl .nav-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-bottom: 1px solid var(--light-gray);
}

#ncssl .login-page {
    padding: 0 5px;
}

#ncssl .page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px;
}

#ncssl .page-head__logo {
    display: block;
    width: 159px;
    height: 29px;
}

#ncssl .page-head__logo__img {
    width: 100%;
    height: auto;
}

#ncssl .page-head__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

#ncssl .page-head__nav__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--gray);
    margin-left: 30px;
}

#ncssl .page-head__nav__link:hover {
    text-decoration: underline;
}

#ncssl .page-head__nav__span {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--gray);
    margin-left: 30px;
}

#ncssl .page-head__nav__link__icon-img {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

#ncssl .page-head__nav__link__icon-img--arrow {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

/* CTA section */

#ncssl .cta-section {
    color: var(--base);
    padding: 36px 0 23px;
    background: var(--secondary);
}

#ncssl .cta-section__content {
    padding: 0 15px;
}

#ncssl .cta-section__icon {
    display: block;
    margin: 0 auto 26px;
    width: 60px;
    height: auto;
}

#ncssl .cta-section__anchor-wrapper {
    margin: 30px 0 0;
}

/* Text section */
#more-info::before {
    content: '';
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

#ncssl .text-section {
    margin: 31px 0;
}

#ncssl .text-section__content {
    max-width: 505px;
    padding: 0 20px;
    margin: 0 auto;
}

#ncssl .text-img {
    margin: 31px 0;
    padding: 0 15px;
}

#ncssl .text-img img {
    display: inline-block;
    max-width: 100%;
}

#ncssl .footer-cta-wrapper {
    margin: 80px 0;
    padding: 0 15px;
}

#ncssl .table-toolbar {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ncssl .table-toolbar .form-control {
    max-width: 400px;
    margin-left: 20px;
}

/* Table section */
#ncssl .table-section {
    padding: 0 15px;
}

#ncssl .certificates-table .table tr:last-child td {
    border-bottom: none;
}

#ncssl .certificates-table .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: transparent;
}

#ncssl .certificates-table .domain-cell {
    max-width: 250px;
}

#ncssl .certificates-table tbody td {
    line-height: 2;
}

#ncssl .certificates-table td:first-child,
#ncssl .certificates-table th:first-child{
    padding-left: 15px;
}

#ncssl .certificates-table td:last-child,
#ncssl .certificates-table th:last-child{
    padding-right: 15px;
}

/* Card */
#ncssl .card-body {
    padding: 18px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Tooltip */
.ncssl-tooltip {
    font-size: 12px;
}

.ncssl-tooltip .tooltip-arrow {
    border-style: hidden;
}

/* Modals */
#ncssl .fade.show {
    opacity: 1;
}

#ncssl .modal-footer .btn+.btn {
    margin-bottom: calc(var(--bs-modal-footer-gap) * .5);
}

/* Switchers / Toggles */
#ncssl .form-switch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#ncssl .form-switch .form-check-input {
    margin-top: 0;
}

#ncssl .form-switch .form-check-label {
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
}

#ncssl .form-switch .form-check-input + .form-check-label .form-check-label__on {
    display: none;
}

#ncssl .form-switch .form-check-input + .form-check-label .form-check-label__off {
    display: inline;
}

#ncssl .form-switch .form-check-input:checked + .form-check-label .form-check-label__on {
    display: inline;
}

#ncssl .form-switch .form-check-input:checked + .form-check-label .form-check-label__off {
    display: none;
}

#ncssl .form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: 1.75rem;
    border-radius: 2rem;
}

#ncssl .form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: 2.75rem;
    border-radius: 3rem;
}

#ncssl .form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: 3.75rem;
    border-radius: 4rem;
}

#ncssl .form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: 4.75rem;
    border-radius: 5rem;
}

#ncssl .form-switch.form-switch-danger .form-check-input:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

#ncssl .form-switch.form-switch-warning .form-check-input:checked {
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

#ncssl .form-switch.form-switch-success .form-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

#ncssl .form-switch.form-switch-danger .form-check-input.loader,
#ncssl .form-switch.form-switch-danger .form-check-input.loader:checked,
#ncssl .form-switch.form-switch-warning .form-check-input.loader,
#ncssl .form-switch.form-switch-warning .form-check-input.loader:checked,
#ncssl .form-switch.form-switch-success .form-check-input.loader,
#ncssl .form-switch.form-switch-success .form-check-input.loader:checked {
    background-color: var(--light-gray2);
    border-color: var(--light-gray2);
    pointer-events: none;
    background-image: none;
}

#ncssl .form-check-input:focus {
    outline: 0;
}

/* Loader */
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#ncssl .loader{
    position: relative;
    border-radius: 24px;
    cursor: not-allowed;
    pointer-events: none;
}

#ncssl .loader:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    border: 3px solid #ffffff;
    border-left-color: #5cb85c;
    animation: loader .5s infinite linear;
}

/* Dropdown */
#ncssl .dropdown-menu > li > a {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

/* Alerts */
#ncssl .alert {
    box-shadow: none;
    padding: 10px 10px 10px 45px;
    margin: 16px 0;
}

#ncssl .alert:before {
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    line-height: 1;
    font-style: normal;
}

#ncssl .alert-danger:before,
#ncssl .alert-warning:before {
    content: "\e101";
}

#ncssl .alert-success:before {
    content: "\e084";
}

#ncssl .alert-info:before {
    content: "\e086";
}

#ncssl .alert-dismissible {
    padding-right: 3rem;
}

#ncssl .alert-dismissible .btn-close {
    padding: 12px;
}

/* Responsive styles */
@media (max-width: 1199px) {
    #ncssl .nav-panel .nav.nav-tabs {
        margin-bottom: 20px;
        width: 100%;
    }

    #ncssl .page-head__nav {
        margin-left: auto;
    }

    #ncssl .page-head__nav__link {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    #ncssl .table-toolbar {
        flex-direction: column;
    }

    #ncssl .table-toolbar__left {
        width: 100%;
        margin-bottom: 10px;
    }

    #ncssl .table-toolbar .form-control {
        margin-left: 0;
        max-width: none;
    }

    #ncssl .card-body {
        padding: 18px 20px;
    }
}

@media (max-width: 490px) {
    #ncssl .page-head__nav {
        margin-left: 0;
        margin-right: auto;
        padding: 0;
        justify-content: flex-start;
    }

    #ncssl .page-head__nav__link {
        margin-left: 0;
        margin-right: 20px;
    }
}
Back to Directory File Manager