Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/the_assets/css/style2.css |
.card {
margin-bottom: 30px;
border: none;
transition: all 0.3s ease;
letter-spacing: 0.5px;
border-radius: 15px;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.card:hover {
box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
transition: all 0.3s ease;
}
.card .card-header {
background-color: #fff;
padding: 30px;
border-bottom: 1px solid #ecf3fa;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
position: relative;
}
.card .card-header.card-no-border {
border-bottom: none !important;
}
.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
margin-bottom: 0;
text-transform: capitalize;
}
.card .card-header > span {
font-size: 12px;
color: #52526c;
margin-top: 5px;
display: block;
letter-spacing: 1px;
}
.card .card-header .card-header-right {
border-radius: 0 0 0 7px;
right: 35px;
top: 24px;
display: inline-block;
float: right;
padding: 8px 0;
position: absolute;
background-color: #fff;
z-index: 1;
}
.card .card-header .card-header-right .card-option {
text-align: right;
width: 35px;
height: 20px;
overflow: hidden;
transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
display: inline-block;
}
.card .card-header .card-header-right .card-option li:first-child i {
transition: 1s;
font-size: 16px;
color: var(--theme-deafult);
}
.card .card-header .card-header-right .card-option li:first-child i.icofont {
color: unset;
}
.card .card-header .card-header-right i {
margin: 0 5px;
cursor: pointer;
color: #2c323f;
line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
font-size: 13px;
}
.card .card-body {
padding: 30px;
background-color: transparent;
}
.card .card-body p:last-child {
margin-bottom: 0;
}
.card .sub-title {
padding-bottom: 12px;
font-size: 18px;
}
.card .card-footer {
background-color: #fff;
border-top: 1px solid #ecf3fa;
padding: 30px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.card.card-load .card-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
background-color: rgba(255, 255, 255, 0.7);
z-index: 8;
align-items: center;
justify-content: center;
}
.card.card-load .card-loader i {
margin: 0 auto;
color: var(--theme-deafult);
font-size: 20px;
}
.card.full-card {
position: fixed;
top: 0;
z-index: 99999;
box-shadow: none;
right: 0;
border-radius: 0;
border: 1px solid #efefef;
width: calc(100vw - 12px);
height: 100vh;
}
.card.full-card .card-body {
overflow: auto;
}
.page-body-wrapper .card .sub-title {
font-family: Rubik, sans-serif;
font-weight: normal;
color: #52526c;
}
.card-absolute {
margin-top: 20px;
}
.card-absolute .card-header {
position: absolute;
top: -20px;
left: 15px;
border-radius: 0.25rem;
padding: 10px 15px;
}
.card-absolute .card-header h5 {
font-size: 17px;
}
.card-absolute .card-body {
margin-top: 10px;
}
.card-header .border-tab {
margin-bottom: -13px;
}
.custom-card {
overflow: hidden;
padding: 30px;
}
.custom-card .card-header {
padding: 0;
}
.custom-card .card-header img {
border-radius: 50%;
margin-top: -100px;
transform: scale(1.5);
}
.custom-card .card-profile {
text-align: center;
}
.custom-card .card-profile img {
height: 110px;
padding: 7px;
background-color: #fff;
z-index: 1;
position: relative;
}
.custom-card .card-social {
text-align: center;
}
.custom-card .card-social li {
display: inline-block;
padding: 15px 0;
}
.custom-card .card-social li:last-child a {
margin-right: 0;
}
.custom-card .card-social li a {
padding: 0;
margin-right: 15px;
color: rgb(188, 198, 222);
font-size: 16px;
transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
color: var(--theme-deafult);
transition: all 0.3s ease;
}
.custom-card .profile-details h6 {
margin-bottom: 30px;
margin-top: 10px;
color: #52526c;
font-size: 14px;
}
.custom-card .card-footer {
padding: 0;
}
.custom-card .card-footer > div {
padding: 15px;
text-align: center;
}
.custom-card .card-footer > div + div {
border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3 {
margin-bottom: 0;
font-size: 24px;
}
.custom-card .card-footer > div h6 {
font-size: 14px;
color: #52526c;
}
.custom-card .card-footer > div h5 {
font-size: 16px;
margin-bottom: 0;
}
.custom-card .card-footer > div i {
font-size: 24px;
display: inline-block;
margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
margin-bottom: 10px;
}
#basicx > tbody > tr > td:nth-child(4),
#basicx > tbody > tr > td:nth-child(4) a {
font-size: 12px;
letter-spacing: normal;
}
.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-radio-badge .active,
.btn-radio-badge
.btn-radio-badge :active {
color: #fff;
background-color: #198754;
border-color: #198754;
border:2px #000 solid;
}
.m-checkbox-inline {
display: inline-flex;
gap: 5px;
}
.table-filter-bar {
background-color: #FFF;
}
.table-filter-bar {
display: inline-flex;
width: 100%;
padding: 15px;
}
.m-checkbox-inline label {
margin-bottom: 0 !important;
}
table.dataTable input.form-check-input{
border: 1px solid #efefef;
height: 20px;
width: 20px;
margin-top: 0;
vertical-align: middle;
}
#basicx_faktury > tbody > tr > td:nth-child(1) {
text-align: center;
}
#basicx > tbody > tr > td:nth-child(5),
#basicx > tbody > tr > td:nth-child(5) a {
font-size: 12px;
}
#basicx tr:hover {
cursor: pointer;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
tr td:first-child,
tr th:first-child {
display: none;
}
td p {
margin-bottom: 0 !important;
}
.badge-info {
background-color: #16C7F9 !important;
}
.order-filter-blocks-container {
display: flex;
gap: 10px;
align-items: center;
}
#reportrange {
border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline-block;
border-radius: 4px !important;
border: 1px #adadad solid;
height: 32px;
}
#basicx_filter {
margin-bottom:15px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
bottom: 12px !important;
}
.section-orders {
padding: 5px 10px;
}
.numeryprzesylek div {
background: #f7f7f7;
padding: 6px 8px;
border-radius: 4px;
display: flex;
width: calc(100% - 100px);
align-items: center;
}
.numeryprzesylek div > a:nth-child(3) {
margin-left: 20px;
}
.numeryprzesylek div strong {
background: #515151;
border-radius: 4px;
padding: 2px 4px;
color: #fff;
font-weight: 500;
margin-right: 10px;
}
.numeryprzesylek div > a:nth-child(2) {
color: #292929;
font-weight: 700;
}
.dostawa a {
font-weight: 600;
}
.info-message {
width: 100%;
justify-content: left;
background: #ccf7cf;
margin-bottom: 10px;
color: #292929;
padding: 10px 15px;
flex-wrap: wrap;
font-weight: 600;
}
.info-message-value {
background: transparent;
padding: 5px 0;
}
.table-responsive {
overflow-x: hidden !important;
}
.pobrano-label {
background-color: #e9e9e9;
padding: 4px;
font-size: 12px;
border-radius: 4px;
margin-left: 5px;
}
table.dataTable.no-footer {
border-bottom: 0 !important;
}
.breadcrumb {
display: none;
}
#basicx_filter input {
width: 350px !important;
}
.badge-info2 {
padding: 5px 5px;
background-color: #c8ff1f ;
color: #292929;
}
td p {
display: flex;
gap: 5px;
row-gap: 5px;
column-gap: 5px;
align-items: center;
}
.messages-thread-item {
border-radius: 8px;
padding: 15px;
display: flex;
flex-wrap: wrap;
gap: 5px;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
width: 100%;
}
.messages-thread-item-header {
background: #ebebeb;
padding: 5px;
width: 100%;
border-radius: 4px;
display: flex;
}
.thread-item-header-login {
font-weight: 600;
display: inline-flex;
}
.thread-item-header-data {
margin-left: auto;
display: inline-flex;
}
.messages-thread-item-subject {
font-weight: 600;
}
.messages-thread-item-content-text {
color: var(--yt-spec-text-primary);
font-weight: 500;
overflow: hidden;
display: block;
max-height: 4.4rem;
-webkit-line-clamp: 2;
display: box;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
.messages-threads-container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.messages-thread-item:hover {
background: #f7f7f7;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.17);
cursor: pointer;
}
.message-item-header {
background: #ebebeb;
padding: 5px;
width: 100%;
border-radius: 4px;
display: flex;
}
.message-item {
border-radius: 8px;
padding: 15px;
display: flex;
flex-wrap: wrap;
gap: 5px;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.send-message-container {
border-radius: 8px;
padding: 15px;
display: flex;
flex-wrap: wrap;
gap: 5px;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
margin-top: 15px;
}
.last-message-label {
color: #a1a1a1;
font-style: italic;
margin-right: 5px;
}
.messages-title-section {
width: 100%;
display: flex;
font-size: 18px;
font-weight: 700;
}
.return-container {
width: 100%;
display: flex;
margin-bottom: 10px;
}
.return-container button {
border: 0;
padding: 5px 10px;
border-radius: 4px;
color: #fff;
font-weight: 600;
background: #797979;
}
.my-message-item .message-item-header{
background: #bdffc6;
}
.badge-sklep-label {
color: #fff;
background-color: #6bce7f !important;
}
#generuj_skladki_magnesy {
display: flex;
gap: 10px;
}
.mt-10 {
margin-top:10px;
}
.mt-15 {
margin-top:15px;
}
#skladki_rows {
margin-top: 10px;
font-style: italic;
}
#skladki_rows .skladki-container {
height: 340px;
overflow-y: scroll;
font-style: normal;
}
#skladki_rows h4 {
font-style: normal;
}
.modal-content2 .modal-header {
padding: 0;
}
.modal-content2 #myForm {
margin-top: 15px;
}
#skladki_rows .badge {
position: absolute;
right: 10px;
}
.info-products-info {
color: #fff;
background: #bdbdbd;
margin: 0;
margin-top: 5px;
padding: 10px;
border-radius: 4px;
}
.info-products-info a {
color: #fff;
}
#downloadForm {
padding: 15px;
}
#downloadForm label {
width: 100%;
display: flex;
}
#downloadForm button {
margin-top: 10px;
}
.skladki-container {
padding:15px;
}
.skladki-container button {
margin-left: 10px;
padding: 4px 8px;
}
.download-button-section {
width: 100%;
display: flex;
position: fixed;
bottom: 0;
left: 0;
height: 80px;
background: #fff;
box-shadow: 13px 1px 3px #000;
z-index: 999;
}
.download-button-section button {
background: #3c8dbc;
border: 0;
padding: 15px 28px;
border-radius: 4px;
margin: auto;
color: #fff;
}
.skladki-div-pobrano {
display: flex;
flex-wrap: wrap;
}
.pobrano-badge-date {
width: 100%;
background: transparent !important;
justify-content: left !important;
color: #797979 !important;
display: flex !important;
margin-top: 5px !important;
padding: 0 !important;
}
.remove-button-skladka {
background: #ff4949 !important;
border-color: #ff4949 !important;
margin-left: 10px !important;
}
#generuj_skladki_magnesy {
margin:0;
}
.skladki-magnesy-header-container h3 {
margin:0 !important;
}
.skladki-magnesy-header-container div {
display: flex;
align-items: center;
gap: 10px;
}
#wygenerowane_skladki_magnesy p{
display: flex;
gap: 5px;
align-items: center;
}
.skladka-row-content {
width: 100%;
display: flex;
margin-bottom: 10px;
justify-content: space-between;
align-items: center;
}
.skladka-row-content .remove-button-skladka {
padding: 2px 8px !important;
font-size: 12px !important;
}
.radio-buttons {
display: flex;
gap: 10px;
margin-top: 10px;
}
.radio-button {
padding: 5px 10px;
font-size: 12px;
border: 2px solid #ccc;
border-radius: 6px;
cursor: pointer;
user-select: none;
transition: all 0.2s ease;
font-weight: 500;
}
.radio-button input {
display: none;
}
.radio-button.active {
background-color: #3c8dbc;
border-color: #367fa9;
color: white;
}