783 lines
No EOL
15 KiB
CSS
783 lines
No EOL
15 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;
|
|
}
|
|
/*
|
|
.messages-wrapper {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
overflow: hidden;
|
|
-ms-flex: 1 1 100%;
|
|
flex: 1 1 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.messages-card {
|
|
overflow: hidden
|
|
}
|
|
|
|
.messages-wrapper,
|
|
.messages-sidebox {
|
|
transition: all .2s
|
|
}
|
|
|
|
.messages-sidebox {
|
|
-ms-flex-preferred-size: 100%;
|
|
flex-basis: 100%;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0
|
|
}
|
|
|
|
.messages-wrapper .messages-sidebox,
|
|
.messages-card .messages-sidebox {
|
|
position: fixed;
|
|
left: calc(-14rem - 1px);
|
|
z-index: 10;
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
width: 14rem
|
|
}
|
|
|
|
[dir=rtl] .messages-wrapper .messages-sidebox,
|
|
[dir=rtl] .messages-card .messages-sidebox {
|
|
right: calc(-14rem - 1px);
|
|
left: auto
|
|
}
|
|
|
|
.layout-sidenav-100vh .messages-wrapper .messages-sidebox {
|
|
height: 100vh
|
|
}
|
|
|
|
.messages-card .messages-sidebox {
|
|
position: absolute;
|
|
bottom: 0
|
|
}
|
|
|
|
.messages-scroll {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%
|
|
}
|
|
|
|
.messages-scroll.messages-content {
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.messages-list .list-group-item {
|
|
z-index: auto !important;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding-top: .375rem;
|
|
padding-bottom: .375rem;
|
|
width: 100%;
|
|
border-right: 0;
|
|
border-left: 0;
|
|
border-radius: 0
|
|
}
|
|
|
|
.messages-list .list-group-item:first-child {
|
|
border-top: 0
|
|
}
|
|
|
|
.messages-list .list-group-item:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.messages-list .list-group-item>* {
|
|
padding-top: .375rem;
|
|
padding-bottom: .375rem
|
|
}
|
|
|
|
.message-checkbox .custom-control {
|
|
display: block !important;
|
|
margin: 0;
|
|
margin-top: -1px
|
|
}
|
|
|
|
.message-sender {
|
|
min-width: 10rem
|
|
}
|
|
|
|
.message-subject {
|
|
width: 100%
|
|
}
|
|
|
|
.message-date {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.message-attachment {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 100%
|
|
}
|
|
|
|
.message-attachment>.media-body {
|
|
min-width: 0
|
|
}
|
|
|
|
.message-attachment-file,
|
|
.message-attachment-img {
|
|
display: block;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
width: 4rem;
|
|
height: 4rem
|
|
}
|
|
|
|
.message-attachment-file {
|
|
display: inline-block;
|
|
text-align: center;
|
|
line-height: 4rem
|
|
}
|
|
|
|
.message-attachment-img {
|
|
background-color: transparent;
|
|
background-position: center center;
|
|
background-size: cover
|
|
}
|
|
|
|
.message-attachment-filename {
|
|
display: block;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.default-style .messages-wrapper .messages-sidebox {
|
|
z-index: 1081
|
|
}
|
|
|
|
.default-style .messages-sidebox-open .messages-sidebox {
|
|
left: 0
|
|
}
|
|
|
|
.default-style .messages-card .messages-sidebox {
|
|
background: #fff;
|
|
box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.075)
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.default-style .messages-list .list-group-item {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.default-style .message-subject {
|
|
width: auto
|
|
}
|
|
|
|
.default-style .message-date {
|
|
margin-left: auto
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.default-style .messages-sidebox {
|
|
-ms-flex-preferred-size: 14rem;
|
|
flex-basis: 14rem
|
|
}
|
|
|
|
.default-style .messages-wrapper .messages-sidebox {
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.default-style .messages-wrapper,
|
|
.default-style .messages-sidebox {
|
|
transition: none !important
|
|
}
|
|
|
|
.default-style .messages-wrapper {
|
|
padding-left: 14rem
|
|
}
|
|
|
|
.default-style .messages-sidebox {
|
|
z-index: auto !important
|
|
}
|
|
|
|
.default-style .messages-wrapper .messages-sidebox {
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: auto
|
|
}
|
|
|
|
.default-style .messages-wrapper .messages-sidebox {
|
|
height: 100% !important
|
|
}
|
|
|
|
.default-style .messages-card .messages-sidebox {
|
|
position: static;
|
|
right: auto;
|
|
left: auto;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
height: auto
|
|
}
|
|
}
|
|
|
|
.default-style[dir=rtl] .messages-sidebox-open .messages-sidebox {
|
|
right: 0;
|
|
left: auto
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.default-style[dir=rtl] .message-date {
|
|
margin-right: auto;
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.default-style[dir=rtl] .messages-wrapper {
|
|
padding-right: 14rem;
|
|
padding-left: 0
|
|
}
|
|
|
|
.default-style[dir=rtl] .messages-wrapper .messages-sidebox {
|
|
right: 0;
|
|
left: auto
|
|
}
|
|
}
|
|
|
|
.material-style .messages-wrapper .messages-sidebox {
|
|
z-index: 1081
|
|
}
|
|
|
|
.material-style .messages-sidebox-open .messages-sidebox {
|
|
left: 0
|
|
}
|
|
|
|
.material-style .messages-card .messages-sidebox {
|
|
background: #fff;
|
|
box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.075)
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.material-style .messages-list .list-group-item {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.material-style .message-subject {
|
|
width: auto
|
|
}
|
|
|
|
.material-style .message-date {
|
|
margin-left: auto
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.material-style .messages-sidebox {
|
|
-ms-flex-preferred-size: 14rem;
|
|
flex-basis: 14rem
|
|
}
|
|
|
|
.material-style .messages-wrapper .messages-sidebox {
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.material-style .messages-wrapper,
|
|
.material-style .messages-sidebox {
|
|
transition: none !important
|
|
}
|
|
|
|
.material-style .messages-wrapper {
|
|
padding-left: 14rem
|
|
}
|
|
|
|
.material-style .messages-sidebox {
|
|
z-index: auto !important
|
|
}
|
|
|
|
.material-style .messages-wrapper .messages-sidebox {
|
|
position: absolute;
|
|
left: 0;
|
|
z-index: auto
|
|
}
|
|
|
|
.material-style .messages-wrapper .messages-sidebox {
|
|
height: 100% !important
|
|
}
|
|
|
|
.material-style .messages-card .messages-sidebox {
|
|
position: static;
|
|
right: auto;
|
|
left: auto;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
height: auto
|
|
}
|
|
}
|
|
|
|
.material-style[dir=rtl] .messages-sidebox-open .messages-sidebox {
|
|
right: 0;
|
|
left: auto
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.material-style[dir=rtl] .message-date {
|
|
margin-right: auto;
|
|
margin-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.material-style[dir=rtl] .messages-wrapper {
|
|
padding-right: 14rem;
|
|
padding-left: 0
|
|
}
|
|
|
|
.material-style[dir=rtl] .messages-wrapper .messages-sidebox {
|
|
right: 0;
|
|
left: auto
|
|
}
|
|
}
|
|
*/
|
|
.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
|
|
}
|
|
|
|
.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;
|
|
} |