client_management/app/assets/stylesheets/client_management/default.css

1685 lines
44 KiB
CSS

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* line 5, ../sass/default.scss */
html {
font-size: 100%;
}
/* line 9, ../sass/default.scss */
body {
background: #eee;
font-family: "Noto Sans TC", sans-serif;
font-size: inherit;
padding: 0;
margin: 40px 0 0;
}
/* line 16, ../sass/default.scss */
select.form-control {
background: url(/assets/client_management/arrow.png) no-repeat calc(100% - 10px) 50%;
}
/* line 19, ../sass/default.scss */
.form-control {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
/* line 26, ../sass/default.scss */
.cp-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
/* line 31, ../sass/default.scss */
.cp-bar .cp-bar-inner {
background: #222;
width: 100%;
height: 40px;
}
/* line 35, ../sass/default.scss */
.cp-bar .cp-bar-inner .cp-bar-title {
color: #fff;
font-size: 15px;
font-weight: 500;
display: block;
position: absolute;
left: 50%;
top: 0;
height: 40px;
line-height: 40px;
letter-spacing: 0.05em;
transform: translateX(-50%);
}
/* line 48, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-home {
height: 40px;
float: left;
width: 40px;
color: #fff;
font-size: 26px;
line-height: 40px;
text-align: center;
display: block;
cursor: pointer;
}
/* line 58, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-home a {
color: #fff;
}
/* line 63, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-home:hover {
background: rgba(255, 255, 255, 0.25);
}
/* line 66, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user {
height: 40px;
float: right;
color: #fff;
font-size: 13px;
line-height: 40px;
text-align: center;
display: block;
padding: 0 10px;
cursor: pointer;
position: relative;
z-index: 1000;
}
/* line 78, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user span {
display: block;
padding: 0 0 10px;
}
/* line 82, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user:hover .user-menu {
display: block;
}
/* line 85, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .fa {
font-size: 26px;
margin: 0 10px 0 0;
line-height: 40px;
vertical-align: middle;
}
/* line 91, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu {
display: none;
position: absolute;
right: 10px;
top: 50px;
margin: 0;
padding: 5px 0;
background-color: #FFF;
list-style: none;
border-radius: 5px;
border: 1px solid #cccccc;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
min-width: 100px;
text-align: left;
}
/* line 105, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu:before {
content: "";
position: absolute;
top: -7px;
right: 10px;
width: 0;
height: 0;
display: block;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #ffffff transparent;
}
/* line 117, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu:after {
content: "";
position: absolute;
top: -8px;
right: 9px;
width: 0;
height: 0;
display: block;
border-style: solid;
border-width: 0 9px 9px 9px;
border-color: transparent transparent #cccccc transparent;
z-index: -1;
}
/* line 130, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li {
padding: 5px 10px;
line-height: 20px;
}
/* line 133, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li:hover {
background: #337ab7;
}
/* line 135, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li:hover a {
color: #fff;
}
/* line 139, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li.active {
background: #337ab7;
color: #fff;
}
/* line 143, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li a {
color: #666;
font-size: 14px;
position: relative;
padding: 0 0 0 25px;
text-decoration: none;
word-wrap: break-word;
display: block;
word-break: break-all;
}
/* line 152, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user .user-menu li a .fa {
font-size: 13px;
line-height: 20px;
position: absolute;
left: 0;
top: 1px;
width: 20px;
padding: 0;
margin: 0;
}
/* line 167, ../sass/default.scss */
.cp-bar .cp-bar-inner .link-user:hover {
background: rgba(255, 255, 255, 0.25);
}
/* line 173, ../sass/default.scss */
.container {
background: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 0 20px;
}
/* line 179, ../sass/default.scss */
.row {
margin: 0;
}
/* line 184, ../sass/default.scss */
.cp-banner .container {
padding: 0;
}
/* line 187, ../sass/default.scss */
.cp-banner .box-banner {
border-bottom: 6px solid #337ab7;
}
/* line 189, ../sass/default.scss */
.cp-banner .box-banner .item-ba {
position: relative;
}
/* line 191, ../sass/default.scss */
.cp-banner .box-banner .item-ba img {
width: 100%;
}
/* line 194, ../sass/default.scss */
.cp-banner .box-banner .item-ba .text-ba {
border: 1px solid #fff;
border-radius: 4px;
position: absolute;
left: 50%;
top: 50%;
color: #fff;
padding: 20px;
font-size: 30px;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
transform: translate(-50%, -50%);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 212, ../sass/default.scss */
.template-modal .modal-dialog {
width: 90%;
max-width: 1170px;
}
/* line 216, ../sass/default.scss */
.template-modal button.close {
position: absolute;
right: 0;
top: 0;
background: #fff;
opacity: 1;
z-index: 1000;
color: #333;
padding: 10px;
border-radius: 4px;
}
/* line 227, ../sass/default.scss */
.template-modal .modal-body iframe {
height: calc(100vh - 100px);
width: 100%;
border-radius: 4px;
}
/* line 234, ../sass/default.scss */
.cp-main .container {
background: #f1f1f1;
padding: 0;
}
/* line 239, ../sass/default.scss */
.cp-main .cp-bread .breadcrumb {
border: 1px solid #fff;
background: none;
background: #fafafa;
font-size: 13px;
}
/* line 246, ../sass/default.scss */
.cp-main .cp-pagination {
text-align: center;
font-size: 13px;
}
/* line 249, ../sass/default.scss */
.cp-main .cp-pagination .pagination {
margin: 0;
}
/* line 253, ../sass/default.scss */
.cp-main .cp-sidebar {
background: #f1f1f1;
padding: 30px 0;
min-height: 600px;
}
/* line 257, ../sass/default.scss */
.cp-main .cp-sidebar .list-sidebar {
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
/* line 263, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar {
position: relative;
}
/* line 265, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar:hover {
background: rgba(255, 255, 255, 0.5);
box-shadow: 4px 0 0 #337ab7 inset;
}
/* line 269, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar.active {
background: rgba(255, 255, 255, 0.5);
box-shadow: 4px 0 0 #337ab7 inset;
}
/* line 273, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar .btn-sidebar {
color: #666;
display: block;
width: 100%;
text-align: left;
background: none;
border-radius: 4px 0 0 4px;
padding: 10px 0 10px 50px;
border: 1px solid transparent;
text-decoration: none;
font-size: 18px;
}
/* line 285, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar .fa {
font-size: 22px;
position: absolute;
left: 20px;
top: 12px;
}
/* line 292, ../sass/default.scss */
.cp-main .cp-sidebar .item-sidebar:last-child .btn-sidebar {
margin: 0;
}
/* line 298, ../sass/default.scss */
.cp-main .cp-content {
background: #fff;
min-height: 600px;
padding: 30px 30px 80px;
position: relative;
}
/* line 303, ../sass/default.scss */
.cp-main .cp-content .cp-page-title {
margin: 0 0 20px;
padding: 10px;
border: 1px solid #ddd;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
color: #666;
border-radius: 4px;
position: relative;
padding: 10px 10px 10px 24px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 315, ../sass/default.scss */
.cp-main .cp-content .cp-page-title:before {
content: "";
height: calc(100% - 20px);
position: absolute;
left: 10px;
top: 10px;
width: 5px;
background: #337ab7;
display: block;
}
/* line 325, ../sass/default.scss */
.cp-main .cp-content .cp-page-title .cp-title-smalltext {
float: right;
font-size: 12px;
line-height: 18px;
color: #888;
}
/* line 332, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 {
border: 1px solid #ddd;
text-align: center;
padding: 50px 0;
border-radius: 4px;
width: 80%;
margin: 80px auto 0;
}
/* line 339, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .add-new {
display: inline-block;
font-size: 24px;
margin: 0 auto 10px;
border-radius: 4px;
padding: 20px;
text-decoration: none;
color: #333;
transition: 0.3s;
}
/* line 350, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .add-new:hover {
background: rgba(0, 0, 0, 0.05);
}
/* line 354, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .sp-text {
display: block;
font-style: italic;
margin: 0 auto 15px;
position: relative;
width: 150px;
}
/* line 360, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .sp-text span {
background: #fff;
padding: 0 15px 0 10px;
position: relative;
z-index: 2;
color: #888;
}
/* line 368, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .add-yours {
display: inline-block;
font-size: 24px;
margin: 0 auto 20px;
border-radius: 4px;
padding: 20px;
text-decoration: none;
color: #333;
transition: 0.3s;
}
/* line 379, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .add-yours:hover {
background: rgba(0, 0, 0, 0.05);
}
/* line 383, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours {
display: none;
margin: 0 30px 30px;
background: #f1f1f1;
border-radius: 4px;
padding: 30px 40px;
position: relative;
text-align: left;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) inset;
}
/* line 392, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #eee transparent;
position: absolute;
left: 50%;
top: -10px;
margin: 0 0 0 -5px;
}
/* line 404, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours label {
display: block;
font-size: 18px;
font-weight: 400;
margin: 0 0 10px;
}
/* line 410, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours .text-add-info {
resize: none;
margin: 0 0 20px;
}
/* line 415, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours .line-add:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 422, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step0 .box-add-yours .line-add .notice-text {
float: right;
width: calc(100% - 80px);
text-align: right;
line-height: 34px;
font-size: 14px;
color: #888;
letter-spacing: 0.02em;
}
/* line 434, ../sass/default.scss */
.cp-main .cp-content .cp-progress {
position: relative;
height: 60px;
margin: 50px auto;
width: 60%;
}
/* line 439, ../sass/default.scss */
.cp-main .cp-content .cp-progress .tag-step {
display: block;
position: relative;
background: #eee;
text-align: center;
padding: 2px 5px;
font-size: 12px;
border-radius: 4px;
}
/* line 447, ../sass/default.scss */
.cp-main .cp-content .cp-progress .tag-step:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #eee transparent;
position: absolute;
left: 50%;
top: -6px;
margin: 0 0 0 -6px;
}
/* line 459, ../sass/default.scss */
.cp-main .cp-content .cp-progress .tag-step.active {
background: #337ab7;
color: #fff;
}
/* line 462, ../sass/default.scss */
.cp-main .cp-content .cp-progress .tag-step.active:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #337ab7 transparent;
position: absolute;
left: 50%;
top: -6px;
margin: 0 0 0 -6px;
}
/* line 476, ../sass/default.scss */
.cp-main .cp-content .cp-progress .step1 {
position: absolute;
left: -10px;
}
/* line 480, ../sass/default.scss */
.cp-main .cp-content .cp-progress .step2 {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
/* line 485, ../sass/default.scss */
.cp-main .cp-content .cp-progress .step3 {
position: absolute;
right: -10px;
}
/* line 490, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 {
width: 80%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
/* line 496, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form {
border-radius: 4px;
border: 1px solid #ddd;
min-height: 400px;
position: relative;
padding: 0 0 64px;
}
/* line 503, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form.form2 {
display: none;
}
/* line 506, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form.form3 {
display: none;
}
/* line 509, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .form-title {
border-bottom: 1px solid #ddd;
margin: 0 20px 30px;
font-weight: 500;
font-size: 22px;
color: #666;
padding: 20px 0;
}
/* line 517, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .form-sub-title {
font-size: 18px;
color: #888;
padding: 0 0 0 12px;
margin: 0;
position: relative;
}
/* line 523, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .form-sub-title:before {
content: "";
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 4px;
background: #337ab7;
display: block;
border-radius: 4px;
}
/* line 535, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list {
margin: 0;
list-style: none;
padding: 0;
}
/* line 539, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod {
border: 1px solid #ddd;
border-radius: 4px;
display: inline-block;
position: relative;
width: calc(33.33% - 10px);
margin: 0 6px 10px 0;
padding: 10px;
vertical-align: top;
overflow: hidden;
}
/* line 549, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod:before {
width: 20px;
height: 20px;
content: "";
background: #337ab7;
position: absolute;
right: -10px;
top: -10px;
transform: rotate(-45deg);
}
/* line 559, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod:nth-child(3), .cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod:nth-child(6) {
margin: 0 0 10px;
}
/* line 562, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod .mod-name {
font-size: 18px;
display: block;
}
/* line 567, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .default-mod-list .item-mod .mod-info {
font-size: 13px;
color: #aaa;
}
/* line 573, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop {
display: flex;
}
/* line 575, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .additional-mod-list {
flex: 1;
width: 50%;
background: #f1f1f1;
border-radius: 4px;
padding: 20px;
margin: 0 10px 0 0;
list-style: none;
position: relative;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset;
}
/* line 585, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .additional-mod-list .item-mod {
margin: 0 0 15px;
}
/* line 587, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .additional-mod-list .item-mod span {
background: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
display: block;
border: 1px solid #ddd;
border-radius: 4px;
color: #337ab7;
padding: 5px 10px 5px 23px;
position: relative;
cursor: pointer;
}
/* line 597, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .additional-mod-list .item-mod span:before {
content: "";
height: calc(100% - 10px);
position: absolute;
left: 10px;
top: 5px;
width: 4px;
background: #337ab7;
display: block;
}
/* line 611, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .selected-mod-list {
flex: 1;
width: 50%;
background: #f1f1f1;
border-radius: 4px;
padding: 20px;
margin: 0 10px 0 0;
list-style: none;
position: relative;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset;
}
/* line 621, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .selected-mod-list:empty:before {
content: "Drop item here to select";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #ccc;
font-size: 15px;
width: 100%;
text-align: center;
}
/* line 632, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .selected-mod-list .item-mod {
margin: 0 0 15px;
}
/* line 634, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .selected-mod-list .item-mod span {
background: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0, 0, 0, 0.1);
display: block;
border: 1px solid #ddd;
border-radius: 4px;
color: #337ab7;
padding: 5px 10px 5px 23px;
position: relative;
cursor: pointer;
}
/* line 644, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-drop .selected-mod-list .item-mod span:before {
content: "";
height: calc(100% - 10px);
position: absolute;
left: 10px;
top: 5px;
width: 4px;
background: #337ab7;
display: block;
}
/* line 659, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add {
margin: 0 20px 20px;
}
/* line 661, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 668, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add label {
float: left;
width: 25%;
font-size: 18px;
font-weight: 400;
line-height: 1;
padding: 8px 0;
text-align: left;
}
/* line 677, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .form-control {
float: right;
width: 75%;
}
/* line 681, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add.box-buttons {
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
text-align: center;
margin: 0;
}
/* line 688, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add.box-buttons .btn {
width: 140px;
display: inline-block;
margin: 0 50px;
float: none;
}
/* line 698, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .title-custom-check {
display: inline-block;
float: none;
width: auto;
font-size: 16px;
color: #888;
margin: 0 0 10px;
}
/* line 707, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .custom-check {
margin: 9px 5px 0 0;
display: inline-block;
vertical-align: top;
}
/* line 712, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .custom-check2 {
margin: 9px 5px 0 0;
display: inline-block;
vertical-align: top;
}
/* line 717, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .custom-module-detail {
float: none;
width: 100%;
resize: none;
}
/* line 722, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .custom-template-detail {
float: none;
width: 100%;
resize: none;
}
/* line 727, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .text-line {
display: block;
font-size: 18px;
color: #888;
margin: 0 0 10px;
}
/* line 733, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .title-rwd-check {
display: inline-block;
float: none;
width: auto;
font-size: 16px;
color: #888;
margin: 0 0 10px;
}
/* line 742, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .line-add .rwd-check {
margin: 9px 5px 0 0;
display: inline-block;
vertical-align: top;
}
/* line 748, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host {
display: none;
clear: both;
float: right;
width: 75%;
margin: 20px 0;
background: #f1f1f1;
border-radius: 4px;
padding: 20px;
}
/* line 757, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .text-check {
color: #666;
display: block;
margin: 0 0 10px;
}
/* line 762, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host {
margin: 0 0 20px;
}
/* line 764, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host input[type="radio"] {
display: inline-block;
margin: 0;
vertical-align: middle;
}
/* line 769, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host label {
display: inline-block;
float: none;
width: auto;
font-size: 15px;
padding: 0 10px;
vertical-align: middle;
margin: 0;
}
/* line 778, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host .form-control {
float: none;
width: 100%;
}
/* line 782, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host textarea {
resize: none;
}
/* line 785, ../sass/default.scss */
.cp-main .cp-content .cp-addsite-step1 .box-addsite-forms .box-form .box-check-host .line-check-host .text-check {
color: #666;
display: block;
margin: 0 0 10px;
padding: 0;
}
/* line 796, ../sass/default.scss */
.cp-main .cp-content .box-add-yours {
display: none;
}
/* line 799, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting {
padding: 40px 0;
}
/* line 801, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile {
display: block;
margin: 0 auto 30px;
width: 80%;
}
/* line 805, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 812, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile label {
float: left;
width: 25%;
font-size: 18px;
font-weight: 400;
line-height: 1;
padding: 8px 0;
}
/* line 820, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile input {
float: right;
width: 75%;
}
/* line 824, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile textarea {
float: right;
width: 75%;
min-height: 10em;
resize: none;
}
/* line 830, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile .link-profile {
display: block;
text-align: center;
}
/* line 834, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile .pull-r {
float: right;
width: 75%;
text-align: center;
}
/* line 840, ../sass/default.scss */
.cp-main .cp-content .cp-profile-setting .line-profile .pull-r .btn {
width: 100%;
}
/* line 845, ../sass/default.scss */
.cp-main .cp-content .cp-function-box {
margin: 0 0 30px;
}
/* line 847, ../sass/default.scss */
.cp-main .cp-content .cp-function-box:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 854, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .pull-right {
margin: 0 0 0 10px;
}
/* line 857, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .btn-gray {
color: #333;
background: #eee;
border-color: #ccc;
}
/* line 861, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .btn-gray:hover {
background: #ddd;
}
/* line 865, ../sass/default.scss */
.cp-main .cp-content .cp-function-box label {
color: #666;
margin-right: 10px;
margin-bottom: 5px;
}
/* line 870, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box {
float: left;
width: 70%;
}
/* line 873, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 881, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box form:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 888, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box form > * {
float: left;
margin: 0 2% 0 0;
}
/* line 891, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box form > *:last-child {
margin: 0;
}
/* line 896, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box .cp-select {
width: 28%;
}
/* line 899, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box .cp-input {
width: calc(68% - 120px);
}
/* line 902, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box .cp-submit {
width: 40px;
margin: 0 10px 0 0;
}
/* line 906, ../sass/default.scss */
.cp-main .cp-content .cp-function-box .cp-search-box .cp-reset {
width: 70px;
}
/* line 910, ../sass/default.scss */
.cp-main .cp-content .cp-function-box.bottom {
position: absolute;
right: 30px;
bottom: 0;
}
/* line 916, ../sass/default.scss */
.cp-main .cp-content .cp-message-box {
border: 1px solid #ddd;
border-radius: 4px;
padding: 20px;
color: #b13c3c;
margin: 0 0 20px;
text-align: center;
}
/* line 925, ../sass/default.scss */
.cp-main .cp-content .cp-loading-box {
padding: 40px 0;
text-align: center;
}
/* line 928, ../sass/default.scss */
.cp-main .cp-content .cp-loading-box .loading-text {
color: #888;
display: block;
margin: 0 0 20px;
}
/* line 933, ../sass/default.scss */
.cp-main .cp-content .cp-loading-box .fa {
color: #ccc;
}
/* line 937, ../sass/default.scss */
.cp-main .cp-content .list-servers {
margin: 0 0 20px;
padding: 0;
list-style: none;
}
/* line 941, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers {
border: 1px solid #ddd;
padding: 10px 0 0;
margin: 0 0 20px;
position: relative;
border-radius: 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 948, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers:last-child {
margin: 0;
}
/* line 951, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .name-server {
display: block;
border-bottom: 1px solid #ddd;
padding: 0 90px 10px 10px;
margin: 0 0 10px;
text-transform: uppercase;
font-size: 18px;
}
/* line 959, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server {
margin: 0 0 10px;
}
/* line 961, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .address-server {
display: block;
text-decoration: none;
margin: 0 0 10px;
padding: 0 10px;
}
/* line 966, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .address-server a {
display: block;
position: relative;
padding: 0 0 0 22px;
word-wrap: break-word;
word-break: break-all;
}
/* line 972, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .address-server a .fa {
color: #888;
font-size: 12px;
position: absolute;
left: 0;
top: 7px;
}
/* line 981, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .regdate-server {
display: block;
font-size: 13px;
color: #888;
padding: 0 10px 0 32px;
position: relative;
}
/* line 987, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .regdate-server a {
word-wrap: break-word;
word-break: break-all;
}
/* line 991, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .info-server .regdate-server .fa {
color: #888;
font-size: 12px;
position: absolute;
left: 11px;
top: 3px;
}
/* line 1000, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .status-server {
position: absolute;
right: -1px;
top: -1px;
background: #ddd;
color: #fff;
padding: 5px 20px;
font-size: 12px;
border-radius: 0 4px 0 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 1010, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .status-server.online {
background: #5cb85c;
}
/* line 1013, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .status-server.offline {
background: #d9534f;
}
/* line 1017, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .action-server {
background: rgba(0, 0, 0, 0.02);
padding: 10px;
border-top: 1px solid #ddd;
width: 100%;
display: block;
text-align: right;
}
/* line 1024, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .action-server a {
margin: 0 0 0 6px;
}
/* line 1027, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .action-server .btn-gray {
color: #333;
background: #eee;
border-color: #ccc;
}
/* line 1031, ../sass/default.scss */
.cp-main .cp-content .list-servers .item-servers .action-server .btn-gray:hover {
background: #ddd;
}
/* line 1038, ../sass/default.scss */
.cp-main .cp-content .list-ticket {
margin: 0 0 20px;
padding: 0;
list-style: none;
}
/* line 1042, ../sass/default.scss */
.cp-main .cp-content .list-ticket li {
border: 1px solid #ddd;
padding: 10px 0 0;
margin: 0 0 20px;
position: relative;
border-radius: 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 1049, ../sass/default.scss */
.cp-main .cp-content .list-ticket li:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1056, ../sass/default.scss */
.cp-main .cp-content .list-ticket li:last-child {
margin: 0;
}
/* line 1061, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .fa {
margin: 0 10px 0 0;
}
/* line 1064, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .subject-ticket {
display: block;
border-bottom: 1px solid #ddd;
padding: 0 100px 10px 10px;
margin: 0 0 10px;
text-transform: uppercase;
font-size: 18px;
}
/* line 1072, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .info-ticket {
margin: 0 0 10px;
}
/* line 1074, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .info-ticket:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1081, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .info-ticket .number-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1088, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .info-ticket .type-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1095, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .info-ticket .time-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1104, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .status-ticket {
position: absolute;
right: -1px;
top: -1px;
background: #ddd;
color: #fff;
padding: 5px 20px;
font-size: 12px;
border-radius: 0 4px 0 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 1114, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .status-ticket.tk-open {
background: #5cb85c;
}
/* line 1117, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .status-ticket.tk-close {
background: #888888;
}
/* line 1120, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .status-ticket.tk-processing {
background: #9f57b9;
}
/* line 1124, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .action-ticket {
background: rgba(0, 0, 0, 0.02);
padding: 10px;
border-top: 1px solid #ddd;
width: 100%;
display: block;
text-align: right;
}
/* line 1131, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .action-ticket a {
margin: 0 0 0 6px;
}
/* line 1134, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .action-ticket .btn-gray {
color: #333;
background: #eee;
border-color: #ccc;
}
/* line 1138, ../sass/default.scss */
.cp-main .cp-content .list-ticket li .action-ticket .btn-gray:hover {
background: #ddd;
}
/* line 1145, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket {
border: 1px solid #ddd;
padding: 10px 0 0;
margin: 0 0 20px;
position: relative;
border-radius: 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 1152, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1159, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket:last-child {
margin: 0;
}
/* line 1164, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments {
border-bottom: 1px solid #ddd;
}
/* line 1166, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .fa {
margin: 0 10px 0 0;
}
/* line 1169, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .subject-ticket {
display: block;
border-bottom: 1px solid #ddd;
padding: 0 100px 10px 10px;
margin: 0 0 10px;
text-transform: uppercase;
font-size: 18px;
}
/* line 1177, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .info-ticket {
margin: 0 0 10px;
}
/* line 1179, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .info-ticket:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1186, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .info-ticket .number-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1193, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .info-ticket .type-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1200, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .info-ticket .time-ticket {
float: left;
padding: 0 10px;
color: #888;
font-size: 13px;
line-height: 34px;
}
/* line 1209, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .status-ticket {
position: absolute;
right: -1px;
top: -1px;
background: #ddd;
color: #fff;
padding: 5px 20px;
font-size: 12px;
border-radius: 0 4px 0 4px;
box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.05) inset;
}
/* line 1219, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .status-ticket.tk-open {
background: #5cb85c;
}
/* line 1222, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .status-ticket.tk-close {
background: #888888;
}
/* line 1225, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .header-comments .status-ticket.tk-processing {
background: #9f57b9;
}
/* line 1230, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group {
border-bottom: 40px solid #eee;
}
/* line 1232, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group:last-child {
border-bottom: 0;
}
/* line 1235, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .post-comments {
color: #888;
padding: 20px 30px 30px;
position: relative;
text-align: justify;
line-height: 2;
}
/* line 1241, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .post-comments a {
color: #337ab7;
text-decoration: underline;
word-wrap: break-word;
word-break: break-all;
}
/* line 1247, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .post-comments p {
text-align: justify;
line-height: 2;
}
/* line 1251, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .post-comments br {
content: "";
clear: both;
display: block;
margin: 0 0 10px;
}
/* line 1257, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .post-comments img {
max-width: 100%;
height: auto;
margin: 0 0 20px;
}
/* line 1264, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk {
margin: 0 30px 30px;
border: 1px solid #ddd;
position: relative;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
border-radius: 4px;
overflow: hidden;
background: rgba(0, 0, 0, 0.015);
}
/* line 1273, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .header-talk .talk-title {
background: #337ab7;
color: #fff;
margin: 0 0 10px;
padding: 10px;
font-size: 16px;
font-weight: 300;
position: relative;
padding: 10px 10px 10px 35px;
}
/* line 1282, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .header-talk .talk-title .fa {
font-size: 18px;
line-height: 20px;
position: absolute;
left: 10px;
top: 8px;
width: 20px;
padding: 0;
margin: 0;
}
/* line 1294, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk {
border-bottom: 1px solid #ddd;
margin: 0 0 20px;
}
/* line 1297, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk:last-child {
border-bottom: 0;
margin: 0;
}
/* line 1301, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk {
padding: 10px 30px;
position: relative;
}
/* line 1304, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk .pic-author {
height: 30px;
width: 30px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: middle;
}
/* line 1313, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk .pic-author img {
height: 100%;
width: auto;
margin: 0 0 20px;
}
/* line 1318, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk .name-author {
font-size: 18px;
display: inline-block;
vertical-align: middle;
}
/* line 1323, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk .time-author {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 21px;
position: relative;
font-style: italic;
color: #999;
font-size: 13px;
line-height: 18px;
}
/* line 1332, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .author-talk .time-author:before {
content: "";
width: 8px;
height: 2px;
background: #888;
position: absolute;
left: 5px;
top: 8px;
}
/* line 1343, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .text-talk {
padding: 10px 30px;
color: #888;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
}
/* line 1349, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .text-talk a {
color: #337ab7;
text-decoration: underline;
word-wrap: break-word;
word-break: break-all;
font-size: 14px;
line-height: 2;
}
/* line 1357, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .text-talk p {
text-align: justify;
line-height: 2;
}
/* line 1361, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .text-talk br {
content: "";
clear: both;
display: block;
margin: 0 0 10px;
}
/* line 1367, ../sass/default.scss */
.cp-main .cp-content .cp-comments-ticket .comments-group .talk-comments .box-talk .response-talk .text-talk img {
max-width: 100%;
height: auto;
margin: 0 0 20px;
}
/* line 1381, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box {
background: rgba(0, 0, 0, 0.02);
border-radius: 4px;
width: 80%;
max-width: 600px;
margin: 50px auto 30px;
border: 1px solid #ddd;
padding: 40px;
}
/* line 1389, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login {
display: block;
margin: 0 auto 20px;
width: 80%;
max-width: 200px;
}
/* line 1394, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1401, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login .icon-lock {
width: 80px;
display: block;
height: 80px;
border: 4px solid #666;
border-radius: 50%;
margin: 0 auto 20px;
text-align: center;
}
/* line 1409, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login .icon-lock .fa {
color: #666;
line-height: 70px;
font-size: 50px;
}
/* line 1415, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login .text-input {
display: block;
font-size: 16px;
font-weight: 400;
}
/* line 1421, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login input[type="text"], .cp-main .cp-login-page .cp-login-box .line-login input[type="password"] {
width: 100%;
border-radius: 4px;
border: 1px solid #ccc;
padding: 5px;
}
/* line 1426, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login input[type="text"]:focus, .cp-main .cp-login-page .cp-login-box .line-login input[type="password"]:focus {
outline: none;
}
/* line 1430, ../sass/default.scss */
.cp-main .cp-login-page .cp-login-box .line-login input[type="submit"] {
width: 100%;
}
/* line 1435, ../sass/default.scss */
.cp-main .cp-login-page .cp-forgot-box {
width: 80%;
max-width: 600px;
margin: 0 auto 30px;
text-align: center;
}
/* line 1440, ../sass/default.scss */
.cp-main .cp-login-page .cp-forgot-box p {
margin: 0;
}
/* line 1443, ../sass/default.scss */
.cp-main .cp-login-page .cp-forgot-box a {
font-size: 15px;
letter-spacing: 0.05em;
}
/* line 1446, ../sass/default.scss */
.cp-main .cp-login-page .cp-forgot-box a span {
color: #888;
font-size: 13px;
font-style: italic;
padding: 0 5px;
}
/* line 1457, ../sass/default.scss */
.cp-footer .container {
border: 1px solid #ddd;
}
/* line 1460, ../sass/default.scss */
.cp-footer .cp-footer-info {
text-align: center;
padding: 10px 0;
}
/* line 1466, ../sass/default.scss */
.clear:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
/* line 1474, ../sass/default.scss */
.go-back-top {
background: rgba(51, 122, 183, 0.9);
text-align: center;
padding: 10px 12px;
position: fixed;
bottom: 15px;
right: 15px;
cursor: pointer;
display: none;
color: #fff;
font-size: 12px;
border-radius: 2px;
z-index: 1050;
}
/* line 1488, ../sass/default.scss */
.go-back-top:hover {
background: #337ab7;
}