1383 lines
22 KiB
SCSS
1383 lines
22 KiB
SCSS
//out: custom.css, compress: true, sourceMap: true
|
|
body.external-page #content .admin-form {
|
|
max-width: 450px;
|
|
}
|
|
|
|
.sidebar-menu > li > a > span:nth-child(2) {
|
|
padding: 0;
|
|
}
|
|
|
|
ol.sortable,
|
|
ol.sortable ol {
|
|
margin: 0 0 0 25px;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
ol.sortable {
|
|
margin: 0;
|
|
}
|
|
|
|
ol.sortable,
|
|
ol.sortable *,
|
|
ol.sortable *:before,
|
|
ol.sortable *:after {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.sortable li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sortable li div.content {
|
|
color: #454545;
|
|
cursor: move;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
}
|
|
|
|
.sortable li div.content.text-danger {
|
|
color: #e9573f !important;
|
|
}
|
|
|
|
.sortable li.sort-branch div {
|
|
color: #383838;
|
|
}
|
|
|
|
.sort-leaf .disclose {
|
|
content: "- ";
|
|
text-indent: -3000px;
|
|
background-image: url("/libraries/jquery-nested-sortable/skin-vista/icons.gif");
|
|
background-position: -16px -64px;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
width: 16px;
|
|
margin: 16px 5px 0 1px;
|
|
}
|
|
|
|
li.sort-collapsed.sort-hover div {
|
|
border-color: #999999;
|
|
}
|
|
|
|
.disclose {
|
|
cursor: pointer;
|
|
width: 20px;
|
|
display: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.sortable li.sort-collapsed > ol {
|
|
display: none;
|
|
}
|
|
|
|
.sortable li.sort-branch > div > .disclose {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 15px;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.sortable li.sort-collapsed > div > .disclose > span:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-size: 10px;
|
|
content: "\f054";
|
|
height: 25px;
|
|
width: 25px;
|
|
line-height: 25px;
|
|
border-radius: 13px;
|
|
background: rgba(134, 145, 178, 0.1);
|
|
color: #8691b2;
|
|
border: 1px solid #8691b2;
|
|
transition: 0.3s all ease;
|
|
}
|
|
|
|
.sortable li.sort-collapsed > div > .disclose:hover > span:before,
|
|
.sortable li.sort-expanded > div > .disclose:hover > span:before {
|
|
background: #3bafda;
|
|
color: #fff;
|
|
}
|
|
|
|
.sortable li.sort-expanded > div > .disclose > span:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-size: 10px;
|
|
content: "\f078";
|
|
height: 25px;
|
|
width: 25px;
|
|
line-height: 25px;
|
|
border-radius: 13px;
|
|
background: #eeeeee;
|
|
color: #3bafda;
|
|
border: 1px solid #3bafda;
|
|
}
|
|
|
|
.placeholder {
|
|
outline: 1px dashed #4183c4;
|
|
}
|
|
|
|
.sort-error {
|
|
background: #fbe3e4;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.menu_sortable .btn-group {
|
|
margin-top: 7px;
|
|
display: none;
|
|
}
|
|
|
|
.menu_sortable div:hover .btn-group {
|
|
display: block;
|
|
}
|
|
|
|
.menu_sortable div:hover {
|
|
background: #f6f7f9;
|
|
}
|
|
|
|
.resp-vtabs::after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.resp-tab-content {
|
|
padding: 25px 15px;
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
.resp-vtabs .resp-tab-content {
|
|
padding: 25px 5px;
|
|
}
|
|
}
|
|
|
|
.resp-tab-content .resp-tab-content {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.resp-tab-content .resp-tab-content {
|
|
border: 1px solid #c1c1c1;
|
|
}
|
|
}
|
|
|
|
.resp-tabs-list li,
|
|
.resp-tab-active {
|
|
padding: 8px 20px !important;
|
|
}
|
|
|
|
.resp-tab-content .resp-tabs-list {
|
|
border-bottom: 0;
|
|
margin-bottom: 10px;
|
|
/*background: #f1f1f1;*/
|
|
background: rgba(134, 145, 178, 0.1);
|
|
}
|
|
|
|
.resp-tab-content .resp-tabs-list li {
|
|
border-left: 0 !important;
|
|
border-right: 0 !important;
|
|
float: right;
|
|
}
|
|
|
|
.resp-tab-content .resp-tabs-list::after {
|
|
clear: both;
|
|
content: "";
|
|
display: block;
|
|
}
|
|
|
|
.resp-tab-content .resp-tab-active {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.resp-tab-content .form-group {
|
|
margin: 0 0 15px 0;
|
|
}
|
|
|
|
.input-group span.btn-info {
|
|
border-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
#overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1300;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
display: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#g-row-limit {
|
|
width: auto;
|
|
display: inline-block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 4px 12px;
|
|
}
|
|
|
|
#images-uploader,
|
|
#files-uploader {
|
|
clear: both;
|
|
}
|
|
|
|
#images-uploader,
|
|
#images-uploader *,
|
|
#files-uploader,
|
|
#files-uploader * {
|
|
box-sizing: content-box !important;
|
|
}
|
|
|
|
#images-list {
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#images-list li {
|
|
background: #fff;
|
|
text-align: center;
|
|
display: block;
|
|
height: 165px;
|
|
margin: 5px 5px 10px 5px;
|
|
vertical-align: middle;
|
|
float: left;
|
|
width: calc(25% - 10px);
|
|
position: relative;
|
|
}
|
|
|
|
#images-list li.sortable-chosen {
|
|
-webkit-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.75);
|
|
-moz-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.75);
|
|
box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
#images-list li .article-image {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#images-list li .image-alt {
|
|
padding: 5px;
|
|
height: 30px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#images-list li .article_image_delete {
|
|
border: 0;
|
|
padding: 13px;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#images-list li .article_image_delete i {
|
|
font-size: 18px;
|
|
}
|
|
|
|
#images-list li .image-alt {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
border: 0;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
|
|
#images-list li .image-alt::placeholder {
|
|
color: #fff;
|
|
}
|
|
|
|
#images-list li:hover .article-image-edit,
|
|
#images-list li.pending .article-image-edit {
|
|
display: block;
|
|
}
|
|
|
|
.article-image-edit {
|
|
background: rgba(255, 255, 255, 0.8);
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 150px;
|
|
cursor: pointer;
|
|
line-height: 168px;
|
|
display: none;
|
|
}
|
|
|
|
.article-image-edit i {
|
|
font-size: 28px;
|
|
color: #cc0000;
|
|
}
|
|
|
|
.article-image-edit img {
|
|
height: 50px;
|
|
position: relative;
|
|
top: 12px;
|
|
}
|
|
|
|
#files-list {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#files-list li {
|
|
float: left;
|
|
margin: 5px 7px;
|
|
}
|
|
|
|
#files-list li .article_file_delete {
|
|
border-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
#elfinder * {
|
|
box-sizing: content-box !important;
|
|
}
|
|
|
|
#elfinder {
|
|
background: #ebebeb;
|
|
}
|
|
|
|
.elfinder-button {
|
|
background: #fff !important;
|
|
}
|
|
|
|
.elfinder-cwd,
|
|
.elfinder .elfinder-navbar,
|
|
.std42-dialog .ui-dialog-content,
|
|
.elfinder-contextmenu .elfinder-contextmenu-item span {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.elfinder-contextmenu-item {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.elfinder-cwd-view-icons .elfinder-cwd-filename {
|
|
-webkit-border-radius: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.elfinder-cwd-view-icons
|
|
.elfinder-cwd-file
|
|
.elfinder-cwd-filename.ui-state-hover,
|
|
.elfinder-cwd table td.ui-state-hover,
|
|
.elfinder-button-menu .ui-state-hover {
|
|
background: #2c373d;
|
|
}
|
|
|
|
.elfinder-cwd-filename input[type="text"] {
|
|
border: 0px !important;
|
|
padding: 0px !important;
|
|
}
|
|
|
|
#elfinder {
|
|
height: 750px !important;
|
|
position: relative;
|
|
}
|
|
|
|
.elfinder-cwd table tr:nth-child(2n + 1) {
|
|
background: #d3d3d3;
|
|
}
|
|
|
|
.elfinder-cwd table tr {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.elfinder-cwd table tr td {
|
|
padding: 5px 12px !important;
|
|
}
|
|
|
|
.elfinder-workzone {
|
|
clear: both;
|
|
}
|
|
|
|
#elfinder .ui-dialog {
|
|
border: 1px solid #ccc;
|
|
position: absolute !important;
|
|
}
|
|
|
|
.navbar-branding .navbar-brand {
|
|
float: left;
|
|
}
|
|
|
|
.navbar-branding .navbar-version {
|
|
opacity: 0.5;
|
|
font-size: 12px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
padding: 0 15px;
|
|
color: #666;
|
|
float: left;
|
|
}
|
|
|
|
.navbar .label {
|
|
position: relative;
|
|
top: 15px;
|
|
float: left;
|
|
height: 28px;
|
|
}
|
|
|
|
body.sb-top .navbar-branding {
|
|
width: 250px;
|
|
}
|
|
|
|
.flags {
|
|
margin: -4px 0 0 20px !important;
|
|
background: none;
|
|
cursor: move;
|
|
}
|
|
|
|
.flags:hover {
|
|
border: 0px !important;
|
|
background: none !important;
|
|
}
|
|
|
|
.flags img {
|
|
height: 10px;
|
|
margin-right: 5px;
|
|
opacity: 0.4;
|
|
}
|
|
|
|
.CodeMirror {
|
|
height: 500px !important;
|
|
}
|
|
|
|
.nav > li > a {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#newsletter-preview {
|
|
border: 1px solid #ccc;
|
|
padding: 20px;
|
|
}
|
|
|
|
div.jqi .jqititle {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#google-preview {
|
|
padding: 10px;
|
|
}
|
|
|
|
.google-title {
|
|
color: #1a0dab;
|
|
font-family: arial, sans-serif;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
line-height: 21.6px;
|
|
width: 600px;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.google-url {
|
|
color: rgb(0, 102, 33);
|
|
font-family: arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
width: 600px;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.google-description {
|
|
color: rgb(84, 84, 84);
|
|
font-family: arial, sans-serif;
|
|
font-size: 13px;
|
|
line-height: 18.2px;
|
|
width: 600px;
|
|
display: block;
|
|
}
|
|
|
|
.sidebar-left-content {
|
|
background: #114975;
|
|
}
|
|
|
|
.sidebar-menu li.disable_menu {
|
|
pointer-events: none;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a {
|
|
color: #fff;
|
|
}
|
|
|
|
body.sb-top.sb-top-sm #sidebar_left .sidebar-menu > li > a > span:nth-child(1) {
|
|
font-size: 13px;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu li > a > span.caret {
|
|
color: #fff;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu > li.active > a,
|
|
body.sb-top #sidebar_left .sidebar-menu > li:hover > a,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a.menu-open,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a:hover,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a:focus {
|
|
background: #fff;
|
|
color: #114975;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu liactive > a > span.caret,
|
|
body.sb-top #sidebar_left .sidebar-menu > li:hover > a > span.caret,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a.menu-open > span.caret,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a:hover > span.caret,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > a:focus > span.caret {
|
|
color: #114975;
|
|
}
|
|
|
|
.sidebar-menu > li > ul {
|
|
background: #fff;
|
|
-webkit-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2);
|
|
box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.sidebar-menu > li > ul > li > a {
|
|
color: #114975;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu > li > ul > li > a.menu-open:after,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > ul > li.active > a:after,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > ul > li:hover > a:after,
|
|
body.sb-top #sidebar_left .sidebar-menu > li > ul > li:focus > a:after {
|
|
width: 5px;
|
|
left: 0;
|
|
}
|
|
|
|
.sidebar-menu > li > ul > li > a:hover,
|
|
.sidebar-menu > li > ul > li > a:focus {
|
|
color: #114975;
|
|
}
|
|
|
|
.sidebar-menu > li > ul > li:hover > a:after,
|
|
.sidebar-menu > li > ul > li:focus > a:after {
|
|
background: #70ca63;
|
|
}
|
|
|
|
body.sb-top #sidebar_left .sidebar-menu > li > ul {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.progress-box {
|
|
position: absolute;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 200;
|
|
background: #fff;
|
|
padding: 0px;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.progress {
|
|
margin: 15px;
|
|
height: 35px;
|
|
transform: translateY(-100%);
|
|
position: relative;
|
|
top: 30%;
|
|
background-color: #333;
|
|
}
|
|
|
|
.version {
|
|
position: relative;
|
|
top: 5%;
|
|
}
|
|
|
|
.version h3 p {
|
|
display: inline-block;
|
|
}
|
|
|
|
.version h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
.form-group.text-right div {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.remember {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
#remember {
|
|
display: inline-block !important;
|
|
width: 15px;
|
|
height: 15px;
|
|
top: 2px;
|
|
position: relative;
|
|
}
|
|
|
|
.popo {
|
|
display: inline-block;
|
|
border: 1px solid;
|
|
border-color: red;
|
|
border-radius: 50%;
|
|
height: 20px;
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.popover-btn {
|
|
cursor: pointer;
|
|
position: relative;
|
|
display: block;
|
|
color: red;
|
|
height: 20px;
|
|
width: 20px;
|
|
text-indent: -4px;
|
|
}
|
|
|
|
.mfp-auto-cursor .mfp-content {
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.mfp-auto-cursor .mfp-content .col-lg-9,
|
|
.mfp-auto-cursor .mfp-content .row {
|
|
width: 100%;
|
|
float: none;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.mfp-auto-cursor .mfp-content .g-container {
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.mfp-close,
|
|
.mfp-close:active {
|
|
right: -7px;
|
|
top: -27px;
|
|
background: #fff !important;
|
|
}
|
|
|
|
.affix {
|
|
top: 0;
|
|
z-index: 100;
|
|
/* left:0px;*/
|
|
}
|
|
|
|
.affix + .panel-heading {
|
|
padding-top: 70px;
|
|
}
|
|
|
|
.g-container hr {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.resp-vtabs > .resp-tabs-list li {
|
|
background: rgba(134, 145, 178, 0.1) !important;
|
|
}
|
|
|
|
.resp-vtabs li.resp-tab-active {
|
|
background: #8691b2 !important;
|
|
color: #fff;
|
|
border-left: 0 !important;
|
|
border: 1px solid #8691b2 !important;
|
|
}
|
|
|
|
.resp-vtabs > .resp-tabs-container {
|
|
border: 0 !important;
|
|
border-left: 1px solid #e5e5e5 !important;
|
|
}
|
|
|
|
@media (min-width: 1199px) {
|
|
.g-container .panel-body form {
|
|
max-width: 1400px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 900px) {
|
|
body.sb-top #toggle_sidemenu_t {
|
|
width: 60px;
|
|
}
|
|
}
|
|
|
|
/**/
|
|
|
|
.site-content {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.site-content {
|
|
margin-left: 250px;
|
|
width: calc(100% - 250px);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.site-content.with-menu {
|
|
width: calc(100% - 250px);
|
|
margin-left: 250px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.site-content.with-menu {
|
|
width: calc(100% - 250px);
|
|
margin-left: 250px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 576px) and (max-width: 767px) {
|
|
.site-content.with-menu {
|
|
width: calc(100% - 250px);
|
|
margin-left: 250px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 575px) {
|
|
.site-content.with-menu {
|
|
margin-left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.site-content {
|
|
margin-left: 0;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.menu-left {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
background-color: #2a3042;
|
|
z-index: 9999;
|
|
width: 250px;
|
|
padding: 0 15px;
|
|
overflow: scroll;
|
|
scrollbar-width: none;
|
|
-ms-overflow-style: none;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
scrollbar-width: none;
|
|
/* Firefox */
|
|
-ms-overflow-style: none;
|
|
/* IE 10+ */
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.menu-left {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 575px) {
|
|
.menu-left {
|
|
width: 100vw;
|
|
}
|
|
}
|
|
|
|
.menu-left.visible {
|
|
display: block;
|
|
}
|
|
|
|
.menu-left::-webkit-scrollbar {
|
|
display: none;
|
|
/* Chrome Safari */
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.menu-left a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.logo {
|
|
width: 100%;
|
|
color: #fff;
|
|
background-color: #2a3042;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1020;
|
|
}
|
|
|
|
.menu-left .logo .logo-cmspro {
|
|
width: 100%;
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.menu-left .logo .version-cmspro {
|
|
font-size: 11px;
|
|
color: #8691b2;
|
|
}
|
|
|
|
.menu-left .logo .update-cmspro {
|
|
color: #2a3042;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 27px;
|
|
padding: 7px 15px;
|
|
background: #fff;
|
|
display: inline-block;
|
|
border-radius: 30px;
|
|
transition: 0.3s all ease;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.menu-left .logo .update-cmspro:hover {
|
|
text-decoration: none;
|
|
background: #8691b2;
|
|
color: #fff;
|
|
}
|
|
|
|
.menu-left .menu-content .title {
|
|
text-transform: uppercase;
|
|
color: #8691b2;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.menu-left .menu-content ul li a {
|
|
color: #8691b2;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
line-height: 27px;
|
|
padding: 4px 0;
|
|
display: block;
|
|
}
|
|
|
|
.menu-left .menu-content ul li a:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.menu-left .menu-content ul li a:focus {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.menu-left .menu-content ul {
|
|
list-style-type: none;
|
|
padding-inline-start: 0;
|
|
}
|
|
|
|
.menu-left .menu-content .preview {
|
|
width: 100%;
|
|
background: #2a3042;
|
|
text-align: center;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
bottom: 0;
|
|
z-index: 1020;
|
|
}
|
|
|
|
.menu-left .menu-content .preview a {
|
|
text-transform: uppercase;
|
|
padding: 20px 0;
|
|
color: #8691b2;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.menu-left .menu-content .preview a:hover {
|
|
color: #fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.menu-left .menu-content ul li a img {
|
|
margin-right: 10px;
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.menu-left .menu-content ul li a:hover img {
|
|
filter: brightness(200%);
|
|
}
|
|
|
|
.menu-left .menu-content .preview a img {
|
|
margin-top: -4px;
|
|
margin-right: 5px;
|
|
width: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.menu-left .menu-content .preview a:hover img {
|
|
filter: brightness(200%);
|
|
}
|
|
|
|
.mobile-menu-btn {
|
|
position: fixed;
|
|
right: 10px;
|
|
bottom: 10px;
|
|
z-index: 9999;
|
|
height: 50px;
|
|
width: 50px;
|
|
color: #fff;
|
|
background: #2a3042;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
font-size: 25px;
|
|
cursor: pointer;
|
|
border-radius: 50%;
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 575px) {
|
|
.mobile-menu-btn.active {
|
|
color: #2a3042;
|
|
background: #fff;
|
|
/* background: #8691b2;
|
|
color: #fff;*/
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1199px) {
|
|
.mobile-menu-btn {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.pull-right-above-sm .btn {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.pull-right-above-sm {
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.pull-right-above-sm #g-columns-list {
|
|
rigth: auto;
|
|
left: 14px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.text-centred-xs {
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
|
|
.table-responsive input {
|
|
min-width: 150px;
|
|
}
|
|
|
|
.table-responsive select {
|
|
min-width: 130px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.resp-tabs-container h2.resp-accordion .fa {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1199px) {
|
|
body.sb-top .navbar-branding {
|
|
display: block;
|
|
width: 100px;
|
|
}
|
|
|
|
body.sb-top .navbar-branding.with-menu {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
body.sb-top .navbar-branding {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 400px) {
|
|
body.sb-top .navbar-branding {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.pagination {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pagination li.disabled {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.site-content #content_wrapper {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.menu_sortable .content.ui-sortable-handle {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
max-height: 55px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
}
|
|
|
|
#article-list .content.ui-sortable-handle {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
max-height: 55px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.g-container {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.resp-vtabs > .resp-tabs-container {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.panel-body {
|
|
padding: 15px 5px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#g-results {
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
|
|
/*wygląd*/
|
|
.panel-info.panel-border {
|
|
border-color: #8691b2;
|
|
}
|
|
|
|
.sortable li.sort-expanded > div > .disclose > span:before {
|
|
color: #8691b2;
|
|
border: 1px solid #8691b2;
|
|
background: rgba(134, 145, 178, 0.1);
|
|
transition: 0.3s all ease;
|
|
}
|
|
|
|
.sortable li.sort-collapsed > div > .disclose:hover > span:before,
|
|
.sortable li.sort-expanded > div > .disclose:hover > span:before {
|
|
background: #8691b2;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-success,
|
|
.btn-system,
|
|
.btn-danger,
|
|
.btn-info {
|
|
color: #fff;
|
|
padding: 0.47rem 0.75rem;
|
|
font-size: 13px;
|
|
line-height: 1.5;
|
|
font-weight: 300;
|
|
border-radius: 0.25rem;
|
|
|
|
transition: 0.15s all ease;
|
|
}
|
|
|
|
.btn-danger#g-columns-list-close,
|
|
.btn-dark#g-select-columns {
|
|
padding: 9px 12px;
|
|
}
|
|
|
|
.btn .fa {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
|
|
.btn-dark {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #1cbb8c;
|
|
}
|
|
|
|
.btn-success:hover,
|
|
.btn-success:focus,
|
|
.btn-success:active {
|
|
background-color: #179a73;
|
|
}
|
|
|
|
.btn-system {
|
|
background-color: #fcb92c;
|
|
}
|
|
|
|
.btn-system:hover,
|
|
.btn-system:focus,
|
|
.btn-system:active {
|
|
background-color: #fbac06;
|
|
}
|
|
|
|
.btn-danger {
|
|
background-color: #ff3d60;
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
.btn-danger:focus,
|
|
.btn-danger:active {
|
|
background-color: #ff1741;
|
|
}
|
|
|
|
.btn-info {
|
|
background-color: #5664d2;
|
|
}
|
|
|
|
.btn-info:hover,
|
|
.btn-info:focus,
|
|
.btn-info:active {
|
|
background-color: #3848ca;
|
|
}
|
|
|
|
.panel-info > .panel-heading > .panel-title {
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #2a3042;
|
|
}
|
|
|
|
#main:before {
|
|
background: #f3f4f7;
|
|
}
|
|
|
|
a {
|
|
color: #818eb8;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: #2a3042;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.pagination > .active > a,
|
|
.pagination > .active > span,
|
|
.pagination > .active > a:hover,
|
|
.pagination > .active > span:hover,
|
|
.pagination > .active > a:focus,
|
|
.pagination > .active > span:focus {
|
|
background-color: #818eb8;
|
|
border-color: #818eb8;
|
|
}
|
|
|
|
#g-columns-list ul li {
|
|
text-align: left;
|
|
}
|
|
|
|
.navbar .nav > li.dropdown.open .dropdown-menu:after,
|
|
.navbar .nav > li.dropdown .open .dropdown-menu:after {
|
|
border-bottom-color: #2a3042;
|
|
}
|
|
|
|
.navbar .nav > li.dropdown.open .dropdown-menu,
|
|
.navbar .nav > li.dropdown .open .dropdown-menu {
|
|
border-top-color: #2a3042;
|
|
}
|
|
|
|
.panel.panel-border > .panel-heading {
|
|
background-color: #fff;
|
|
|
|
.btn {
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
.table-striped > tbody > tr:nth-child(odd) > td,
|
|
.table-striped > tbody > tr:nth-child(odd) > th {
|
|
background-color: #f6f7f9;
|
|
}
|
|
|
|
div.switch.switch-primary input:checked + label {
|
|
background-color: #8691b2;
|
|
}
|
|
|
|
.cm-s-material {
|
|
background-color: #2a3042 !important;
|
|
}
|
|
|
|
.icheckbox_minimal-blue.ui-sortable-handle.hover {
|
|
background: #fff;
|
|
background: url(/libraries/grid/plugins/icheck/skins/minimal/blue.png)
|
|
no-repeat;
|
|
background-position: 0 0 !important;
|
|
}
|
|
|
|
.table-hover > tbody > tr > td,
|
|
.table-hover > tbody > tr > th {
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
.table-hover > tbody > tr:hover > th {
|
|
background-color: rgba(134, 145, 178, 0.12) !important;
|
|
}
|
|
|
|
.dropdown-context {
|
|
border-top: 3px solid #2a3042 !important;
|
|
}
|
|
|
|
.dropdown-context:after,
|
|
.dropdown-context-up:after {
|
|
border-bottom: 6px solid #2a3042 !important;
|
|
}
|
|
|
|
.input-group-addon {
|
|
color: #2a3042;
|
|
}
|
|
|
|
.g-tip .fa:before {
|
|
color: #2a3042;
|
|
}
|
|
|
|
.table-responsive > .table > thead > tr > th,
|
|
.table-responsive > .table > thead > tr > td {
|
|
border: none;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
|
|
.table-responsive > .table > tbody > tr > th,
|
|
.table-responsive > .table > tfoot > tr > th,
|
|
.table-responsive > .table > tbody > tr > td,
|
|
.table-responsive > .table > tfoot > tr > td {
|
|
border: none;
|
|
}
|
|
|
|
.input-group-addon {
|
|
background: rgba(134, 145, 178, 0.1);
|
|
}
|
|
|
|
.pagination {
|
|
}
|
|
|
|
.pagination > li > a {
|
|
padding: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.pagination > li:first-child > a {
|
|
border-bottom-left-radius: 50%;
|
|
border-top-left-radius: 50%;
|
|
}
|
|
|
|
.pagination > li:last-child > a {
|
|
border-bottom-right-radius: 50%;
|
|
border-top-right-radius: 50%;
|
|
}
|
|
|
|
.form-control {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.input-group-addon:first-child {
|
|
border-top-left-radius: 0.25rem;
|
|
border-bottom-left-radius: 0.25rem;
|
|
}
|
|
|
|
.resp-tab-active {
|
|
border: 1px solid #8691b2 !important;
|
|
|
|
border-top: 2px solid #8691b2 !important;
|
|
}
|
|
|
|
.resp-tabs-container h2.resp-accordion {
|
|
background: rgba(134, 145, 178, 0.1) !important;
|
|
}
|
|
|
|
.resp-tabs-container h2.resp-accordion.resp-tab-active {
|
|
background: #8691b2 !important;
|
|
color: #fff;
|
|
}
|
|
|
|
h2.resp-tab-active span.resp-arrow {
|
|
border-bottom: 12px solid #fff;
|
|
}
|
|
|
|
.resp-tabs-container {
|
|
border: rgba(134, 145, 178, 0.1);
|
|
}
|
|
|
|
.form-control[disabled],
|
|
.form-control[readonly],
|
|
fieldset[disabled] .form-control {
|
|
background-color: rgba(134, 145, 178, 0.1);
|
|
}
|
|
|
|
.alert {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.panel {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.panel-body {
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.tooltipster-base {
|
|
background-color: #2a3042 !important;
|
|
}
|
|
|
|
.tooltipster-punk {
|
|
border-color: #8691b2 !important;
|
|
}
|
|
|
|
.form-control:focus {
|
|
border-color: #8691b2;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
#content {
|
|
padding: 15px 0px 40px 0px;
|
|
}
|
|
}
|