Viewing File: /usr/local/cpanel/whostmgr/docroot/styles/visual.css
/*
WARNING: This is a generated file. Any changes you make directly to this file
will be overwritten when the file is regenerated. Add styles to the appropriate
.less file instead.
*/
/**
# cpanel - whostmgr/docroot/styles/visual.less Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
/************************** Visual Style Sheet ***********************************/
/* Description:
/*
/*********************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333333;
font-weight: bold;
}
hr {
border-style: solid;
border-top-color: #eeeeee;
border-bottom-color: #ffffff;
}
abbr {
text-transform: uppercase;
border-style: dotted;
border-color: #dddddd;
cursor: help;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul.unstyled,
ol.unstyled {
list-style: none;
}
dt {
font-weight: bold;
}
a:link,
a:visited,
a:active {
color: #0088cc;
text-decoration: none;
cursor: default;
}
a:hover,
a:focus {
color: #0088cc;
text-decoration: underline;
cursor: pointer;
}
legend {
color: #444444;
text-shadow: 0 0.053em 0 #ffffff;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
input[type="text"],
input[type="password"],
textarea {
color: #333333;
border-style: solid;
border-color: #d9d9d9;
background-color: #ffffff;
}
input[type="text"]:focus,
textarea:focus,
a.button:focus,
select:focus,
input[type="file"]:focus,
input[type="password"]:focus {
-webkit-box-shadow: inset 0 0.077em 0.231em #c0c0c0 0.1em 0.2em 0 rgba(204, 204, 204, 0.4);
-moz-box-shadow: inset 0 0.077em 0.231em #c0c0c0 0.1em 0.2em 0 rgba(204, 204, 204, 0.4);
box-shadow: inset 0 0.077em 0.231em #c0c0c0 0.1em 0.2em 0 rgba(204, 204, 204, 0.4);
border-style: solid;
border-color: #5e86f5;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
background-color: #e1e1e1;
color: #e1e1e1;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
background-color: #f5f5f5;
border-color: #cccccc;
border-style: solid;
}
input[disabled],
select[disabled],
textarea[disabled] {
cursor: not-allowed;
}
select,
input[type="file"] {
border-style: solid;
border-color: #d9d9d9;
background: #ffffff;
}
select:focus,
textarea:focus {
border-style: solid;
border-color: #0066cc;
}
/* ------------------------------------------------------------------------------ */
/* Buttons
/* ------------------------------------------------------------------------------ */
.btn-primary,
.btn-secondary,
.btn-default {
border-style: solid;
-webkit-border-radius: 0.286em;
-moz-border-radius: 0.286em;
border-radius: 0.286em;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.btn-primary,
.btn-default {
background-color: #428bca;
border-color: #357ebd;
color: #ffffff;
}
.btn-secondary {
background-color: #ffffff;
border-color: #666666;
color: #333333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
cursor: pointer;
background-color: #3276b1;
border-color: #285e8e;
color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
cursor: pointer;
background-color: #ebebeb;
border-color: #666666;
color: #333333;
}
.btn-primary.disabled,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled:hover,
button[disabled].btn-primary,
input[type="submit"][disabled].btn-primary,
input[type="button"][disabled].btn-primary,
input[type="reset"][disabled].btn-primary,
.btn-default.disabled,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled:hover,
button[disabled].btn-primary,
input[type="submit"][disabled].btn-default,
input[type="button"][disabled].btn-default,
input[type="reset"][disabled].btn-default {
cursor: not-allowed;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* IE 5-7 */
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
/* Netscape */
-moz-opacity: 0.5;
/* Safari 1.x */
-khtml-opacity: 0.5;
/* Good browsers */
opacity: 0.5;
background-color: #428bca;
border-color: #357ebd;
}
.btn-secondary.disabled,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:hover,
button[disabled].btn-secondary,
input[type="submit"][disabled].btn-secondary,
input[type="button"][disabled].btn-secondary,
input[type="reset"][disabled].btn-secondary {
cursor: not-allowed;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* IE 5-7 */
filter: alpha(opacity=50);
-webkit-opacity: 0.5;
/* Netscape */
-moz-opacity: 0.5;
/* Safari 1.x */
-khtml-opacity: 0.5;
/* Good browsers */
opacity: 0.5;
}
.btn-cancel {
color: #0088cc;
cursor: default;
text-decoration: none;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
color: #0088cc;
cursor: default;
text-decoration: underline;
}
button div.button-text {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
-webkit-opacity: 1;
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1;
}
button.loading {
background: #ffffff;
border-color: #888888;
}
button.loading div.button-text {
color: #888888;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
/* IE 5-7 */
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
/* Netscape */
-moz-opacity: 0.2;
/* Safari 1.x */
-khtml-opacity: 0.2;
/* Good browsers */
opacity: 0.2;
}
/* ------------------------------------------------------------------------------ */
/* Form styles
/* ------------------------------------------------------------------------------ */
.form-container {
border-style: solid;
border-color: #dcdfe3;
background-color: #f3f3f3;
}
form label.title {
font-weight: bold;
}
.helpText {
color: #666666;
}
input.watermark {
font-style: italic;
color: #999999;
}
fieldset > a:link {
color: #c76e6d;
}
fieldset > a:visited,
fieldset > a:hover,
fieldset > a:focus {
color: #b94a48;
}
/* Field states(success, error) */
.field.success > label,
.field.success .helptext {
color: #468847;
}
.field.success input,
.field.success select,
.field.success textarea {
border-color: #468847;
color: #468847;
}
.field.success input:focus,
.field.success select:focus,
.field.success textarea:focus {
border-color: #356635;
-webkit-box-shadow: 0 0 0.6em #7aba7b;
-moz-box-shadow: 0 0 0.6em #7aba7b;
-o-box-shadow: 0 0 0.6em #7aba7b;
box-shadow: 0 0 0.6em #7aba7b;
}
/* Field error state */
.field.error > label,
.field.error .help-block,
.field.error .help-inline {
color: #b94a48;
}
.field.error input,
.field.error select,
.field.error textarea {
border-color: #b94a48;
color: #b94a48;
}
.field.error input:focus,
.field.error select:focus,
.field.error textarea:focus {
border-color: #953b39;
-webkit-box-shadow: 0 0 0.6em #D59392;
-moz-box-shadow: 0 0 0.6em #D59392;
-o-box-shadow: 0 0 0.6em #D59392;
box-shadow: 0 0 0.6em #D59392;
}
/* ------------------------------------------------------------------------------ */
/* Table styles
/* ------------------------------------------------------------------------------ */
thead {
background-color: #e5e5e5;
}
.table {
background-color: #ffffff;
}
.table th,
.table td {
border-top-style: solid;
border-top-color: #dddddd;
}
.table th {
font-weight: bold;
}
.table tbody + tbody {
border-top-style: solid;
border-top-color: #dddddd;
}
.tableBordered {
border-style: solid;
border-color: #dddddd;
-webkit-border-radius: 0.308em;
-moz-border-radius: 0.308em;
border-radius: 0.308em;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tableBordered th + th,
.tableBordered td + td,
.tableBordered th + td,
.tableBordered td + th {
border-left-style: solid;
border-left-color: #dddddd;
}
.tableBordered thead:first-child tr:first-child th:first-child,
.tableBordered tbody:first-child tr:first-child td:first-child {
-webkit-border-top-right-radius: 0.308em;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0.308em;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0.308em;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tableBordered thead:first-child tr:first-child th:last-child,
.table tbody:first-child tr:first-child td:last-child {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0.308em;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0.308em;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0.308em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tableBordered thead:last-child tr:last-child th:first-child,
.tableBordered tbody:last-child tr:last-child td:first-child {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0.308em;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0.308em;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0.308em;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tableBordered thead:last-child tr:last-child th:last-child,
.tableBordered tbody:last-child tr:last-child td:last-child {
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0.308em;
-webkit-border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0.308em;
-moz-border-radius-topleft: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0.308em;
border-top-left-radius: 0;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tableStriped tbody tr:nth-child(odd) td,
.tableStriped tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th,
.table tbody tr:focus td,
.table tbody tr:focus th {
background-color: #f5f5f5;
}
/* ------------------------------------------------------------------------------ */
/* Breadcrumbs
/* ------------------------------------------------------------------------------ */
#breadcrumbsContainer {
width: 100%;
display: table-row;
}
.muted {
color: #999999;
}
.breadcrumbs {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0 5px 0 0;
margin: 0;
width: 100%;
vertical-align: middle;
line-height: 18px;
}
.breadcrumbs li {
display: inline;
padding: 3px 3px 3px 3px;
}
.breadcrumbs li .leafNode {
color: #333333;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
/* IE 5-7 */
filter: alpha(opacity=90);
-webkit-opacity: 0.9;
/* Netscape */
-moz-opacity: 0.9;
/* Safari 1.x */
-khtml-opacity: 0.9;
/* Good browsers */
opacity: 0.9;
}
.breadcrumbs a#docs-link img {
width: 18px;
height: 18px;
color: black;
}
/* ------------------------------------------------------------------------------ */
/* Support menu
/* ------------------------------------------------------------------------------ */
.slideTab {
display: table;
position: relative;
margin: 0 20px 0 0;
width: 31px;
height: 32px;
}
html[dir="rtl"] .slideTab {
margin: 0 0 0 20px;
}
.slideTab a {
padding: 5px;
border: 1px solid #555253;
color: #555253;
border-radius: 3px;
-ms-filter: "alpha(opacity=75)";
filter: alpha(opacity=75);
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
display: table-cell;
vertical-align: middle;
}
.slideTab.active a {
cursor: pointer;
border: 1px solid #ff6c2c;
color: #ff6c2c;
}
.slideTab a:hover,
.slideTab a:focus {
cursor: pointer;
-ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100);
-webkit-opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
/* '.slideTabHover' css class is used by the image in slide tab
to change the opacity "onfocus". Had to use this explicit class
due to IE8 not supporting :focus selector for images.
*/
.slideTabHover {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
-webkit-opacity: 1;
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1;
}
.slidePanel {
background-color: #5c5c5c;
margin: 0;
padding: 9px;
}
html[dir="ltr"] .slidePanel {
-webkit-box-shadow: 0.195em 0.2em 0.3em #4c4c4c;
-moz-box-shadow: 0.195em 0.2em 0.3em #4c4c4c;
-o-box-shadow: 0.195em 0.2em 0.3em #4c4c4c;
box-shadow: 0.195em 0.2em 0.3em #4c4c4c;
}
html[dir="rtl"] .slidePanel {
-webkit-box-shadow: -0.195em 0.2em 0.3em #4c4c4c;
-moz-box-shadow: -0.195em 0.2em 0.3em #4c4c4c;
-o-box-shadow: -0.195em 0.2em 0.3em #4c4c4c;
box-shadow: -0.195em 0.2em 0.3em #4c4c4c;
}
#pageContainer .slidePanel a:link,
#pageContainer .slidePanel a:visited,
#pageContainer .slidePanel a:active {
color: #ffffff;
text-decoration: none;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
/* IE 5-7 */
filter: alpha(opacity=70);
-webkit-opacity: 0.7;
/* Netscape */
-moz-opacity: 0.7;
/* Safari 1.x */
-khtml-opacity: 0.7;
/* Good browsers */
opacity: 0.7;
}
#pageContainer .slidePanel a:hover,
#pageContainer .slidePanel a:focus {
color: #ffffff;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* IE 5-7 */
filter: alpha(opacity=100);
-webkit-opacity: 1;
/* Netscape */
-moz-opacity: 1;
/* Safari 1.x */
-khtml-opacity: 1;
/* Good browsers */
opacity: 1;
text-decoration: underline;
}
/* ------------------------------------------------------------------------------ */
/* Page container
/* ------------------------------------------------------------------------------ */
/* ------------------------- page description ----------------------------- */
.pageDescription a:link,
.pageDescription a:visited,
.pageDescription a:active {
color: #0066cc;
text-decoration: underline;
}
.pageDescription a:hover,
.pageDescription a:focus {
color: #0066cc;
text-decoration: underline;
cursor: pointer;
}
/* ------------------------- Icon Sea ----------------------------- */
.sectionBackground {
background-color: #f5f5f5;
border-style: solid;
border-color: #ededed;
}
.sectionHeading {
border-style: solid;
border-color: #cccccc;
}
.passwordStrength {
background: #ffffff;
-webkit-box-shadow: inset 0 0.1em 0.3em #CCCCCC rgba(204, 204, 204, 0.4);
-moz-box-shadow: inset 0 0.1em 0.3em #CCCCCC rgba(204, 204, 204, 0.4);
box-shadow: inset 0 0.1em 0.3em #CCCCCC rgba(204, 204, 204, 0.4);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
border-style: solid;
border-color: #cccccc;
color: #999999;
font-style: italic;
}
#footer a:link,
#footer a:visited,
#footer a:active {
color: #0066cc;
text-decoration: underline;
font-style: italic;
}
.callout {
border-left-style: solid;
border-left-color: #eeeeee;
}
.callout-warning {
background-color: #fcf8e1;
border-left-color: #f1c40f;
}
.callout-cpanel {
background-color: #f5f5f5;
border-left-color: #ff6c2c;
}
.callout .btn {
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#masterContainer .callout .btn-cpanel {
color: #fff;
background-color: #ff6c2c;
}
#masterContainer .callout .btn-cpanel:hover,
#masterContainer .callout .btn-cpanel:focus {
background-color: #d03f00;
}
#masterContainer .callout .btn:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* The yui styles below are overridden styles.
* These styles are kept temporarily here. They can be removed
* once new styles are written for yui related html
*/
.yui-panel .hd {
background-color: #4c4c4c;
border: 1px solid #4c4c4c;
}
.yui-dialog form,
.yui-simple-dialog form {
margin: 0px;
border: none;
}
.button-group button,
.button-group button.default {
background-color: #598fff;
background: -moz-linear-gradient(top, #598fff 0%, #5388f2 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #598fff), color-stop(100%, #5388f2));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #598fff 0%, #5388f2 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #598fff 0%, #5388f2 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #598fff 0%, #5388f2 100%);
/* IE10+ */
background: linear-gradient(top, #598fff 0%, #5388f2 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#598fff", endColorstr="#5388f2", GradientType=0);
/* IE6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#598FFF", endColorstr="#5388F2", GradientType=0);
/* IE6-8 */
color: #ffffff;
border-color: #4c7edf;
text-shadow: 0 -0.077em 0 rgba(0, 0, 0, 0.2);
border-width: 0.077em;
font-weight: normal;
}
.button-group button:hover,
.button-group button.hover {
border-color: rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0.077em 0 rgba(255, 255, 255, 0.3), 0 0.077em 0.154em rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0.077em 0 rgba(255, 255, 255, 0.3), 0 0.077em 0.154em rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 0.077em 0 rgba(255, 255, 255, 0.3), 0 0.077em 0.154em rgba(0, 0, 0, 0.4);
box-shadow: 0 0.077em 0 rgba(255, 255, 255, 0.3), 0 0.077em 0.154em rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.button-group button:active {
-webkit-box-shadow: 0px -0.769em 1.538em rgba(0, 0, 0, 0.07), 0px 0.231em 0.385em rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px -0.769em 1.538em rgba(0, 0, 0, 0.07), 0px 0.231em 0.385em rgba(0, 0, 0, 0.2);
-o-box-shadow: 0px -0.769em 1.538em rgba(0, 0, 0, 0.07), 0px 0.231em 0.385em rgba(0, 0, 0, 0.2);
box-shadow: 0px -0.769em 1.538em rgba(0, 0, 0, 0.07), 0px 0.231em 0.385em rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.4);
}
/* ------------------------------------------------------------------------------ */
/* Notice Styles
/* ------------------------------------------------------------------------------ */
.cjt-pagenotice-container .cjt-notice {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-box-shadow: 0 2px 2px #999999;
-moz-box-shadow: 0 2px 2px #999999;
-o-box-shadow: 0 2px 2px #999999;
box-shadow: 0 2px 2px #999999;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
/* For IE 8 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#999999");
/* For IE 5.5 - 7 */
}
.cjt-pagenotice-container .cjt-notice .bd {
background: none no-repeat scroll 0 0 transparent;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: none;
color: #ffffff;
}
html[dir="ltr"] .cjt-pagenotice-container .cjt-notice .bd {
background-position: 9px center;
text-align: left;
}
html[dir="rtl"] .cjt-pagenotice-container .cjt-notice .bd {
background-position: 99% center;
text-align: right;
}
.cjt-pagenotice-container .cjt-notice-content {
font-size: 15px;
}
#content .cjt-pagenotice-container .cjt-notice .bd a:link,
#content .cjt-pagenotice-container .cjt-notice .bd a:active,
#content .cjt-pagenotice-container .cjt-notice .bd a:visited,
#pageContainer .cjt-dynamic-pagenotice a:link,
#pageContainer .cjt-dynamic-pagenotice a:active,
#pageContainer .cjt-dynamic-pagenotice a:visited {
text-decoration: underline;
color: #ffffff;
}
#content .cjt-pagenotice-container .cjt-notice .bd a:hover {
text-decoration: none;
}
.cjt-pagenotice-container .cjt-notice-error {
background-color: #DD5952;
background: -moz-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DD5952), color-stop(100%, #BC3E33));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* IE10+ */
background: linear-gradient(top, #DD5952 0%, #BC3E33 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DD5952", endColorstr="#BC3E33", GradientType=0);
/* IE6-8 */
}
.cjt-pagenotice-container .cjt-notice-error .bd {
background-image: url(/images/notice-error.png);
border: 1px solid #990000;
}
.cjt-pagenotice-container .cjt-notice-error .close {
text-shadow: 0 1px 0 #990000;
}
.cjt-pagenotice-container .cjt-notice-success {
background-color: #6cbd58;
background: -moz-linear-gradient(top, #6cbd58 0%, #5fa74e 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cbd58), color-stop(100%, #5fa74e));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6cbd58 0%, #5fa74e 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6cbd58 0%, #5fa74e 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #6cbd58 0%, #5fa74e 100%);
/* IE10+ */
background: linear-gradient(top, #6cbd58 0%, #5fa74e 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6cbd58", endColorstr="#5fa74e", GradientType=0);
/* IE6-8 */
}
.cjt-pagenotice-container .cjt-notice-success .bd {
background-image: url(/images/notice-success.png);
border: 1px solid #006600;
}
.cjt-pagenotice-container .cjt-notice-success .close {
text-shadow: 0 1px 0 #006600;
}
.cjt-pagenotice-container .cjt-notice-info {
background-color: #65b9d9;
background: -moz-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* IE10+ */
background: linear-gradient(top, #65b9d9 0%, #4a9cbc 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65b9d9", endColorstr="#4a9cbc", GradientType=0);
/* IE6-8 */
}
.cjt-pagenotice-container .cjt-notice-info .bd {
background-image: url(/images/notice-info.png);
border: 1px solid #3c829e;
}
.cjt-pagenotice-container .cjt-notice-info .close {
text-shadow: 0 1px 0 #3c829e;
}
.cjt-pagenotice-container .cjt-notice-warn {
background-color: #F6C167;
background: -moz-linear-gradient(top, #F6C167 0%, #F3B03B 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6C167), color-stop(100%, #F3B03B));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F6C167 0%, #F3B03B 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F6C167 0%, #F3B03B 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #F6C167 0%, #F3B03B 100%);
/* IE10+ */
background: linear-gradient(top, #F6C167 0%, #F3B03B 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6C167", endColorstr="#F3B03B", GradientType=0);
/* IE6-8 */
}
.cjt-pagenotice-container .cjt-notice-warn .bd {
background-image: url(/images/notice-warning.png);
border: 1px solid #da961f;
}
.cjt-pagenotice-container .cjt-notice-warn .close {
text-shadow: 0 1px 0 #da961f;
}
.cjt-pagenotice-container .cjt-notice-closable {
cursor: pointer;
}
.cjt-pagenotice-container .close {
color: #ffffff;
cursor: pointer;
font-size: 28px;
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
/* IE 5-7 */
filter: alpha(opacity=20);
-webkit-opacity: 0.2;
/* Netscape */
-moz-opacity: 0.2;
/* Safari 1.x */
-khtml-opacity: 0.2;
/* Good browsers */
opacity: 0.2;
}
.cjt-pagenotice-container .close:hover {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
/* IE 5-7 */
filter: alpha(opacity=40);
-webkit-opacity: 0.4;
/* Netscape */
-moz-opacity: 0.4;
/* Safari 1.x */
-khtml-opacity: 0.4;
/* Good browsers */
opacity: 0.4;
}
.cjt-dynamic-pagenotice-close-button,
.cjt-dynamic-pagenotice-close-button:link,
.cjt-dynamic-pagenotice-close-button:visited {
border-radius: 18px;
cursor: pointer;
text-align: center;
border: 1px solid transparent;
color: inherit;
width: 18px;
height: 18px;
}
.cjt-dynamic-pagenotice-close-button:hover,
.cjt-dynamic-pagenotice-close-button:focus {
background-color: rgba(255, 255, 255, 0.65);
border-color: rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: bold;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
html[dir="rtl"] .cjt-dynamic-pagenotice-close-button:hover,
html[dir="rtl"] .cjt-dynamic-pagenotice-close-button:focus {
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-error .bd a.cjt-dynamic-pagenotice-close-button:hover,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-error .bd a.cjt-dynamic-pagenotice-close-button:hover,
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-error .bd a.cjt-dynamic-pagenotice-close-button:focus,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-error .bd a.cjt-dynamic-pagenotice-close-button:focus {
color: #990000;
}
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-warn .bd a.cjt-dynamic-pagenotice-close-button:hover,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-warn .bd a.cjt-dynamic-pagenotice-close-button:hover,
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-warn .bd a.cjt-dynamic-pagenotice-close-button:focus,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-warn .bd a.cjt-dynamic-pagenotice-close-button:focus {
color: #da961f;
}
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-success .bd a.cjt-dynamic-pagenotice-close-button:hover,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-success .bd a.cjt-dynamic-pagenotice-close-button:hover,
#content .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-success .bd a.cjt-dynamic-pagenotice-close-button:focus,
#pageContainer .cjt-pagenotice-container .cjt-dynamic-pagenotice.cjt-notice-success .bd a.cjt-dynamic-pagenotice-close-button:focus {
color: #006600;
}
#content .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:link,
#content .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:active,
#content .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:visited,
#pageContainer .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:link,
#pageContainer .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:active,
#pageContainer .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:visited {
text-decoration: none;
}
#content .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:hover,
#pageContainer .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:hover,
#content .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:focus,
#pageContainer .cjt-pagenotice-container .cjt-notice .bd a.cjt-dynamic-pagenotice-close-link:focus {
text-decoration: underline;
}
/*---------------------------------------
/* Validation Panels
----------------------------------------*/
input.validation_error,
select.validation_error,
textarea.validation_error {
background-color: #ffb5b6;
border: 1px solid #e26c6c;
}
input.validation_error[type="text"]:focus,
textarea.validation_error:focus,
select.validation_error:focus,
input.validation_error[type="file"]:focus,
input.validation_error[type="password"]:focus {
border: 1px solid #e61212;
}
/*---------------------------------------
Define the error panel
----------------------------------------*/
.validation_error_panel .bd {
background: none;
border: 0;
}
.validation_errors_div {
max-width: 350px;
background-color: #ffffff;
margin-left: 5px;
margin-right: 5px;
padding: 0 5px 0 5px;
line-height: 20px;
border: 1px solid #e61212;
-webkit-border-radius: 0.154em;
-moz-border-radius: 0.154em;
border-radius: 0.154em;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-box-shadow: 0 0.071em 0 rgba(255, 255, 255, 0.3), 0 0.071em 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0.071em 0 rgba(255, 255, 255, 0.3), 0 0.071em 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0.071em 0 rgba(255, 255, 255, 0.3), 0 0.071em 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0.071em 0 rgba(255, 255, 255, 0.3), 0 0.071em 0 rgba(0, 0, 0, 0.2);
}
.validation_errors_div ul.validation_errors_ul {
margin: 0;
padding: 2px 5px;
}
ul.validation_errors_ul li.validation_errors_li {
margin: 0;
list-style: none;
}
/*---------------------------------------
CJT Specific overrides
----------------------------------------*/
.cjt_validation_error {
width: 20px;
}
span.cjt_validation_error {
display: inline-block;
}
.cjt_validation_error img {
vertical-align: middle;
width: 16px;
height: 16px;
}
/*---------------------------------------
Validation Error Popup
----------------------------------------*/
#validation_errors_modal_box {
width: 360px;
}
#validation_errors_modal_box .bd {
max-height: 390px;
overflow: auto;
}
#validation_errors_modal_box .bd .actionable {
cursor: pointer;
cursor: hand;
}
#validation_errors_modal_box .bd .actionable:hover {
color: #0088cc;
text-decoration: underline;
}
.validation_errors_modal_box_title {
display: block;
font-weight: bold;
padding: 6px 15px;
}
.validation_errors_modal_box_ul {
list-style-type: disc;
padding: 0 10px;
margin-bottom: 2px;
}
.validation_errors_panel_buttons {
text-align: center;
}
.validation_errors_modal_box_actions {
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}
.validation_errors_modal_box_actions * {
margin-right: auto;
margin-left: auto;
}
/*---------------------------------------
Define the popup error panel
----------------------------------------*/
.help_panel {
background: #fff;
border: 1px solid #aeaeae;
padding: 0 0 5px;
}
.help_panel .bd {
border-width: 0;
padding: 8px 10px;
}
.help_panel .container-close {
background: none !important;
height: auto;
padding: 0 0 5px 10px;
position: static;
text-indent: 0;
width: auto;
}
.help_panel .ft {
border: 0;
padding: 0 13px 3px 0;
}
/*---------------------------------------
Define the mask for the modal version
version of the error panel.
----------------------------------------*/
.mask {
z-index: 1;
display: none;
position: absolute;
top: 0;
left: 0;
-moz-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
background-color: #000;
}
/* The status messages for the legacy pages */
.cpanel_output_indent {
width: 15px;
display: inline-block;
}
.cpanel_output_color_bold {
font-weight: 900;
}
.cpanel_output_color_blue {
color: blue;
}
.statusmsg,
.warningmsg,
.errormsg,
.okmsg {
font-weight: normal;
margin: 0 0 0 15px;
padding: 5px 0 5px 25px;
}
.warningmsg {
background: transparent url(/yellow-status.gif) no-repeat scroll left center;
}
.errormsg {
background: transparent url(/red-status.gif) no-repeat scroll left center;
}
.okmsg {
background: transparent url(/green-status.gif) no-repeat scroll left center;
}
/*--------------------------------------------------------------------*/
Back to Directory
File Manager