557 lines
No EOL
11 KiB
CSS
Executable file
557 lines
No EOL
11 KiB
CSS
Executable file
@media (max-width: 767px) {
|
|
.table-responsive .dropdown-menu,
|
|
.table-responsive .dropdown-toggle {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.table-responsive {
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
.table-responsive {
|
|
overflow: auto;
|
|
overflow-y: visible;
|
|
}
|
|
|
|
.custom-select.active {
|
|
border-color: #a8c1a0;
|
|
outline: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.custom-select.deactive {
|
|
border-color: #c1998f;
|
|
outline: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.form-control.active {
|
|
border: 1px solid rgba(24, 28, 33, 0.1);
|
|
border-color: #a8c1a0;
|
|
}
|
|
.form-control.deactive {
|
|
border: 1px solid rgba(24, 28, 33, 0.1);
|
|
border-color: #c1998f;
|
|
}
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-primary::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-primary::before {
|
|
border-color: #648859 !important;
|
|
background-color: #648859 !important;
|
|
}
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-secondary::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-secondary::before {
|
|
border-color: #f2bf24 !important;
|
|
background-color: #f2bf24 !important;
|
|
}
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-info::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-info::before {
|
|
border-color: #28c3d7 !important;
|
|
background-color: #28c3d7 !important;
|
|
}
|
|
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-warning::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-warning::before {
|
|
border-color: #ff844d !important;
|
|
background-color: #ff844d !important;
|
|
}
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-danger::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-danger::before {
|
|
border-color: #d9534f !important;
|
|
background-color: #d9534f !important;
|
|
}
|
|
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-client::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-client::before {
|
|
border-color: #83878b !important;
|
|
background-color: #83878B !important;
|
|
}
|
|
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-admin::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-admin::before {
|
|
border-color: #f2bf24 !important;
|
|
background-color: #f2bf24 !important;
|
|
}
|
|
|
|
|
|
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label-superadmin::before,
|
|
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label-superadmin::before {
|
|
border-color: #648859 !important;
|
|
background-color: #648859 !important;
|
|
}
|
|
|
|
|
|
.card hr.hr-primary {
|
|
border-color: rgba(100, 136, 89, 0.4);
|
|
}
|
|
|
|
.alert ul {
|
|
margin: 0;
|
|
}
|
|
|
|
/* Custom drag handle */
|
|
|
|
.dd-custom-drag-handle .dd-handle {
|
|
border: 0;
|
|
float: left;
|
|
margin: 1px;
|
|
font-size: 0.9rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.dd-custom-drag-handle .dd-handle>* {
|
|
vertical-align: middle;
|
|
}
|
|
[dir=rtl] .dd-custom-drag-handle .dd-handle {
|
|
float: right;
|
|
}
|
|
.dd-item > button:before {
|
|
content: '\f284';
|
|
|
|
}
|
|
.dd-item > button[data-action="collapse"]:before {
|
|
content: '\f280';
|
|
}
|
|
.dd-item > button {
|
|
display: inline-block;
|
|
font-size: 1.4rem;
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-family: "Ionicons";
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
speak: none;
|
|
text-rendering: auto
|
|
}
|
|
.btn.btn-light {
|
|
font-size: 0.9em;
|
|
}
|
|
.table thead th {
|
|
border-top: none;
|
|
}
|
|
.card-body {
|
|
padding: 1rem 1.5rem;
|
|
}
|
|
textarea.autoExpand{
|
|
box-sizing: border-box;
|
|
resize: none;
|
|
overflow: hidden;
|
|
}
|
|
.card {
|
|
border: 1px solid rgba(24, 28, 33, 0.20);
|
|
|
|
}
|
|
li div.dd-content-link {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
text-overflow: ellipsis;
|
|
max-width: 12rem;
|
|
}
|
|
li li div.dd-content-link {
|
|
max-width: 10rem;
|
|
}
|
|
li li li div.dd-content-link {
|
|
max-width: 8rem;
|
|
}
|
|
li li li li div.dd-content-link {
|
|
max-width: 6rem;
|
|
}
|
|
li li li li li div.dd-content-link {
|
|
max-width: 5rem;
|
|
}
|
|
.alert ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.dragula-example {
|
|
margin-bottom: 6px;
|
|
border: 1px dotted #d6d6d6;
|
|
}
|
|
|
|
.sortable-example {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sortable-example li {
|
|
padding: 6px 10px;
|
|
margin-bottom: 8px;
|
|
list-style: none;
|
|
}
|
|
|
|
.sortable-example-inline li {
|
|
margin-right: 8px;
|
|
display: inline-block;
|
|
}
|
|
|
|
[dir=rtl] .sortable-example-inline li {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#sortable-3 {
|
|
width: 220px;
|
|
}
|
|
|
|
#sortable-3 img {
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 999px;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.card-header {
|
|
border-bottom: 1px solid rgba(115, 113, 150, 0.50);
|
|
|
|
}
|
|
|
|
.modal-header {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid rgba(115, 113, 150, 0.50);
|
|
|
|
}
|
|
.modal-footer {
|
|
padding-top: 10px;
|
|
border-top: 1px solid rgba(115, 113, 150, 0.50);
|
|
|
|
}
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
.default-style .messages-sidebox.large {
|
|
-ms-flex-preferred-size: 23rem;
|
|
flex-basis: 23rem;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.default-style .messages-sidebox {
|
|
-ms-flex-preferred-size: 19rem;
|
|
flex-basis: 19rem;
|
|
}
|
|
|
|
}
|
|
|
|
.switcher-on-off.switcher .switcher-input ~ .switcher-indicator {
|
|
background: #d9534f;
|
|
color: #fff;
|
|
}
|
|
|
|
.switcher-on-off.switcher .switcher-input:checked ~ .switcher-indicator {
|
|
background: #648859;
|
|
color: #fff;
|
|
}
|
|
|
|
.note-toolbar.card-header {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
@media (min-width: 992px){
|
|
.modal-xl {
|
|
max-width: 962px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px){
|
|
.modal-xl {
|
|
max-width: 1170px;
|
|
}
|
|
}
|
|
|
|
figure {
|
|
|
|
border: 1px solid gainsboro;
|
|
display: inline-block;
|
|
}
|
|
figure p {
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
figcaption {
|
|
display: block;
|
|
padding: 10px;
|
|
}
|
|
.figure-caption {
|
|
color: #595a5c;
|
|
}
|
|
|
|
.modal-xl.modal-dialog {
|
|
width: 98%;
|
|
height: 92%;
|
|
padding: 0;
|
|
}
|
|
.modal-xl .modal-content {
|
|
min-height: 99%;
|
|
}
|
|
|
|
.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
|
|
z-index: 2040;
|
|
}
|
|
|
|
.video-container {
|
|
position: relative;
|
|
padding-bottom: 56.25%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.video-container iframe,
|
|
.video-container object,
|
|
.video-container embed {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.mediaA, .imageWrapper {
|
|
width: 98%;
|
|
margin-left: .9%;
|
|
margin-right: .9%;
|
|
display: block;
|
|
}
|
|
/*.mediaA img .note-editable img {
|
|
float: left;
|
|
width: 100%;
|
|
}*/
|
|
|
|
|
|
.mediaA img, .imageWrapper img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.mediaA .mediaInfo, .imageWrapper .mediaInfo {
|
|
width: 100%;
|
|
float: left;
|
|
background-color: #648859;
|
|
color: #fff;
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
.mediaA .mediaInfo p {
|
|
padding: 4px 4px 4px 8px;
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
|
|
|
|
.imageWrapper .mediaInfo p {
|
|
padding: 4px 4px 4px 8px;
|
|
margin: 0;
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.note-editable h2 {
|
|
padding-bottom: 10px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px solid #c2c2c2;
|
|
color: #616161;
|
|
display: block;
|
|
clear: both;
|
|
padding-top: 20px;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
.modal-open .tooltip {
|
|
z-index: 2120;
|
|
}
|
|
|
|
.btn-next {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
background: #8897AA;
|
|
color:#fff
|
|
}
|
|
|
|
.btn-next:hover {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
background: #818fa2;
|
|
color:#fff
|
|
}
|
|
|
|
.btn-next:focus, .btn-next.focus {
|
|
box-shadow:0 0 0 2px rgba(136, 151, 170, 0.4)
|
|
}
|
|
|
|
.btn-next.disabled, .btn-next:disabled {
|
|
border-color: rgba(0, 0, 0, 0) !important;
|
|
background: #8897AA !important;
|
|
box-shadow: none !important;
|
|
color:#fff !important
|
|
}
|
|
|
|
.btn-next .badge {
|
|
background: #fff;
|
|
color:#8897AA
|
|
}
|
|
|
|
.btn-next:active, .btn-next.active, .show > .btn-next.dropdown-toggle {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
background: #768394;
|
|
box-shadow:none
|
|
}
|
|
|
|
.btn-group .btn-next, .input-group-prepend .btn-next, .input-group-append .btn-next {
|
|
border-right: 1px solid #768394;
|
|
border-left:1px solid #768394
|
|
}
|
|
|
|
|
|
.btn-outline-next {
|
|
border-color: #8897AA;
|
|
background: transparent;
|
|
color: #8897AA;
|
|
}
|
|
|
|
.btn-outline-next:hover {
|
|
border-color: transparent;
|
|
background: #8897AA;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|
|
.badge-md {
|
|
font-size: 0.95em;
|
|
}
|
|
.table.table-sm td {
|
|
font-size: 0.9em;
|
|
}
|
|
.badge-next {
|
|
background-color: #8897AA;
|
|
color:#fff;
|
|
}
|
|
|
|
.badge-next[href]:hover, .badge-next[href]:focus {
|
|
background-color: #768394;
|
|
color:#fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.badge-dark {
|
|
background-color: rgba(200, 21, 176, 0.9);
|
|
color: #fff;
|
|
}
|
|
.badge-dark[href]:hover, .badge-dark[href]:focus {
|
|
background-color: rgb(176, 21, 152);
|
|
|
|
}
|
|
|
|
.badge-success {
|
|
background-color: #94ae59;
|
|
color: #fff;
|
|
}
|
|
|
|
.text-success {
|
|
color: #94ae59 !important;
|
|
}
|
|
|
|
|
|
.default-style .datepicker-dropdown {
|
|
z-index: 2080 !important;
|
|
}
|
|
.default-style .dtp {
|
|
z-index: 2080;
|
|
}
|
|
.table th, .table td {
|
|
padding: 0.4rem;
|
|
}
|
|
|
|
.dz-message i {
|
|
font-size: 50px;
|
|
display: block;
|
|
margin-bottom: 16px;
|
|
opacity: 0.8;
|
|
}
|
|
div.dropzone {
|
|
border-style: dashed;
|
|
}
|
|
div.dropzone.dz-drag-hover {
|
|
border-style: dashed;
|
|
}
|
|
|
|
.ql-picker.ql-placeholder {
|
|
width: 102px;
|
|
}
|
|
|
|
.ql-picker.ql-placeholder > span.ql-picker-label::before {
|
|
content: 'Platzhalter';
|
|
}
|
|
|
|
.ql-picker.ql-placeholder > span.ql-picker-options > span.ql-picker-item::before {
|
|
content: attr(data-label);
|
|
}
|
|
|
|
.nav-tabs-top > .nav .nav-link{
|
|
line-height: 1.3em;
|
|
background-color: rgba(24, 28, 33, 0.10);
|
|
border-color: rgba(24, 28, 33, 0.15);
|
|
|
|
}
|
|
.nav-tabs-top > .nav .nav-link:hover{
|
|
line-height: 1.3em;
|
|
border-color: rgba(24, 28, 33, 0.25);
|
|
}
|
|
.nav-tabs-top > .nav .nav-link.active {
|
|
color: #f2ffea;
|
|
background-color: #646d93;
|
|
font-weight: bold;
|
|
border-color: rgba(24, 28, 33, 0.25);
|
|
|
|
}
|
|
.nav-tabs-top > .nav {
|
|
padding-left: 0.25em;
|
|
padding-right: 0.25em;
|
|
|
|
}
|
|
.nav-tabs-top > .tab-content {
|
|
border: none;
|
|
}
|
|
@media (min-width: 768px) {
|
|
#filter_email_templates_directory {
|
|
position: absolute;width: 50%;z-index: 999;margin-top: -5px;
|
|
}
|
|
}
|
|
.no-break {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.card-header,
|
|
.card-footer,
|
|
.card hr {
|
|
border-color: rgba(24, 28, 33, 0.15);
|
|
}
|
|
|
|
|
|
.card hr {
|
|
border-color: rgba(24, 28, 33, 0.15);
|
|
}
|
|
h6.card-header {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.layout-2 .layout-content {
|
|
max-width: 1200px;
|
|
}
|
|
|
|
.btn-submit {
|
|
background-color: #8f3580;
|
|
color: #f2ffea;
|
|
} |