343 lines
7.1 KiB
CSS
343 lines
7.1 KiB
CSS
@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 {
|
|
width: 98%;
|
|
margin-left: .9%;
|
|
margin-right: .9%;
|
|
display: block;
|
|
}
|
|
.mediaA img {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.mediaA .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;
|
|
}
|