1802 lines
44 KiB
CSS
1802 lines
44 KiB
CSS
|
|
/* global-css-start */
|
||
|
|
[data-kt-app-layout=dark-sidebar] .app-sidebar{
|
||
|
|
background-color:#fac42b;
|
||
|
|
}
|
||
|
|
|
||
|
|
table.dataTable>thead .sorting_asc:after,
|
||
|
|
table.dataTable thead>tr>th.sorting_desc:after{
|
||
|
|
display: none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.import_btn svg{
|
||
|
|
transform: rotate(180deg);
|
||
|
|
}
|
||
|
|
a.action_icon {
|
||
|
|
padding: 12px 12;
|
||
|
|
color: var(--kt-text-muted);
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.h-0{
|
||
|
|
min-height: 0!important;
|
||
|
|
}
|
||
|
|
a {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
/* active_and_inactive_toggle-start */
|
||
|
|
|
||
|
|
.on-off-toggle {
|
||
|
|
width: 80px;
|
||
|
|
height: 24px;
|
||
|
|
position: relative;
|
||
|
|
display: inline-block;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__slider {
|
||
|
|
width: 80px;
|
||
|
|
height: 24px;
|
||
|
|
display: block;
|
||
|
|
border-radius: 34px;
|
||
|
|
background-color: #d8d8d8;
|
||
|
|
transition: background-color 0.4s
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__slider:before {
|
||
|
|
content: '';
|
||
|
|
display: block;
|
||
|
|
background-color: #fff;
|
||
|
|
bottom: 4.2px;
|
||
|
|
height: 15px;
|
||
|
|
left: 4px;
|
||
|
|
position: absolute;
|
||
|
|
transition: .4s;
|
||
|
|
width: 15px;
|
||
|
|
z-index: 5;
|
||
|
|
border-radius: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__slider:after {
|
||
|
|
display: block;
|
||
|
|
line-height: 24px;
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-size: 10px;
|
||
|
|
font-weight: bold;
|
||
|
|
content: 'Inactive';
|
||
|
|
color: #1c3b67;
|
||
|
|
padding-left: 26px;
|
||
|
|
transition: all 0.4s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__input {
|
||
|
|
/*
|
||
|
|
This way of hiding the default input is better
|
||
|
|
for accessibility than using display: none;
|
||
|
|
*/
|
||
|
|
position: absolute;
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__input:checked +
|
||
|
|
.on-off-toggle__slider {
|
||
|
|
background-color: #1c3b67
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__input:checked +
|
||
|
|
.on-off-toggle__slider:before {
|
||
|
|
transform: translateX(56px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-off-toggle__input:checked +
|
||
|
|
.on-off-toggle__slider:after {
|
||
|
|
content: 'Active';
|
||
|
|
color: #FFFFFF;
|
||
|
|
padding-left: 8px;
|
||
|
|
font-size: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div#kt_scrolltop {
|
||
|
|
background-color: #54595f;
|
||
|
|
}
|
||
|
|
.pagination .paginate_button.page-item.active a.page-link {
|
||
|
|
background-color: #E9C548;
|
||
|
|
}
|
||
|
|
/* active_and_inactive_toggle-end */
|
||
|
|
|
||
|
|
.inner-filter span.svg-icon.svg-icon-2.m-0 {
|
||
|
|
color: #54595f !important;
|
||
|
|
}
|
||
|
|
.inner-filter {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 4px 18px;
|
||
|
|
}
|
||
|
|
textarea {
|
||
|
|
resize: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.details_btn .submit_btn a:hover {
|
||
|
|
transform: translateY(-10%);
|
||
|
|
transition: transform .3s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.about-edits svg.svg-inline--fa.fa-pen-to-square {
|
||
|
|
width: 17px !important;
|
||
|
|
height: 16px !important;
|
||
|
|
}
|
||
|
|
.w-100{
|
||
|
|
width: 100px !important;
|
||
|
|
}
|
||
|
|
.aprove svg.svg-inline--fa.fa-check {
|
||
|
|
font-size: 20PX;
|
||
|
|
color: green;
|
||
|
|
}
|
||
|
|
span.svg-icon.svg-icon-1.reject {
|
||
|
|
color: red;
|
||
|
|
font-size: 24px;
|
||
|
|
padding-left: 8px;
|
||
|
|
}
|
||
|
|
.onoffswitch {
|
||
|
|
width: 88px;
|
||
|
|
position: relative;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
-ms-user-select: none;
|
||
|
|
/*height: 34px;*/
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.onoffswitch-checkbox {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.onoffswitch-label {
|
||
|
|
display: block;
|
||
|
|
overflow: hidden;
|
||
|
|
cursor: pointer;
|
||
|
|
border-radius: 20px;
|
||
|
|
height: 22px !important;
|
||
|
|
width: 85%;
|
||
|
|
margin: auto;
|
||
|
|
}
|
||
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
.onoffswitch-inner {
|
||
|
|
display: block;
|
||
|
|
width: 200%;
|
||
|
|
margin-left: -100%;
|
||
|
|
transition: margin 0.3s ease-in 0s;
|
||
|
|
}
|
||
|
|
.onoffswitch-inner:before {
|
||
|
|
content: "Active";
|
||
|
|
padding-left: 7px !important;
|
||
|
|
background-color: #E9C548;
|
||
|
|
color: #000000d1 !important;
|
||
|
|
font-size: 11px !important;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
.onoffswitch-inner:before, .onoffswitch-inner:after {
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
width: 50%;
|
||
|
|
height: 50px;
|
||
|
|
padding: 0;
|
||
|
|
line-height: 22px;
|
||
|
|
/* font-size: 14px;
|
||
|
|
color: white; */
|
||
|
|
font-family: Trebuchet, Arial, sans-serif;
|
||
|
|
font-weight: bold;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.onoffswitch-inner:after {
|
||
|
|
content: "Inactive";
|
||
|
|
padding-right: 7px;
|
||
|
|
background-color: gray;
|
||
|
|
color: #FFFFFF;
|
||
|
|
text-align: right;
|
||
|
|
font-size:11px;
|
||
|
|
}
|
||
|
|
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
|
||
|
|
right: 11px;
|
||
|
|
}
|
||
|
|
.onoffswitch-switch {
|
||
|
|
height: 16px;
|
||
|
|
display: block;
|
||
|
|
width: 16px;
|
||
|
|
margin: 0;
|
||
|
|
background: #FFFFFF;
|
||
|
|
position: absolute;
|
||
|
|
top: 3px;
|
||
|
|
bottom: 0;
|
||
|
|
right:62px;
|
||
|
|
border: 2px solid #999999;
|
||
|
|
border-radius: 20px;
|
||
|
|
transition: all 0.3s ease-in 0s;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .form-control.form-control-solid {
|
||
|
|
background-color: #f6f6f6 !important;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .details_btn {
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
.addnew_pop .form-group {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.form-group input {
|
||
|
|
padding: 0 !important;
|
||
|
|
height: initial;
|
||
|
|
width: initial !important;
|
||
|
|
margin-bottom: 0;
|
||
|
|
display: none !important;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.new .form-group label {
|
||
|
|
position: relative;
|
||
|
|
cursor: pointer;
|
||
|
|
margin-bottom: 0;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.addnew_pop label {
|
||
|
|
margin: 0 0 auto 10px;
|
||
|
|
}
|
||
|
|
.form-group label:before {
|
||
|
|
content: '';
|
||
|
|
-webkit-appearance: none;
|
||
|
|
background-color: transparent;
|
||
|
|
border: 2px solid #E9C548;
|
||
|
|
box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
|
||
|
|
padding: 8px;
|
||
|
|
display: inline-block;
|
||
|
|
position: relative;
|
||
|
|
vertical-align: middle;
|
||
|
|
cursor: pointer;
|
||
|
|
margin-right: 12px;
|
||
|
|
}
|
||
|
|
.form-group input:checked + label:after {
|
||
|
|
content: '';
|
||
|
|
display: block;
|
||
|
|
position: absolute;
|
||
|
|
top: 2px;
|
||
|
|
left: 7px;
|
||
|
|
width: 6px;
|
||
|
|
height: 14px;
|
||
|
|
border: solid #E9C548;
|
||
|
|
border-width: 0 2px 2px 0;
|
||
|
|
transform: rotate(45deg);
|
||
|
|
}
|
||
|
|
.new .form-group {
|
||
|
|
margin-bottom: 11px;
|
||
|
|
}
|
||
|
|
#recipes-pop .modal-footer {
|
||
|
|
border-top: none;
|
||
|
|
}
|
||
|
|
.add-btns button.btn.btn-light-primary.me-3 {
|
||
|
|
padding: 8px 17px !important;
|
||
|
|
}
|
||
|
|
.add-btns .going-add-btn span.svg-icon.svg-icon-2 {
|
||
|
|
color: #E9C548;
|
||
|
|
font-size: 19px;
|
||
|
|
}
|
||
|
|
.add-btns .going-add-btn button.btn.btn-light-primary.me-3:hover {
|
||
|
|
background-color: #E9C548 !important;
|
||
|
|
color: #000 !important;
|
||
|
|
}
|
||
|
|
.view-datails .cms-card-cont span {
|
||
|
|
color: #000 !important;
|
||
|
|
opacity: inherit !important;
|
||
|
|
font-size: 16px !important;
|
||
|
|
padding-top: 15px !important;
|
||
|
|
}
|
||
|
|
.modal-content .form-control.form-control-solid::-webkit-scrollbar-thumb {
|
||
|
|
background: #aba9a3;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
.modal-content .form-control.form-control-solid::-webkit-scrollbar-track {
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
.modal-content .form-control.form-control-solid::-webkit-scrollbar {
|
||
|
|
width: 7px;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv label {
|
||
|
|
width: 18%;
|
||
|
|
font-size: 13.5px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv input {
|
||
|
|
height: 35px;
|
||
|
|
border-radius: 5px;
|
||
|
|
width: 51%;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv {
|
||
|
|
padding-bottom:18px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.admin-edit {
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
.admin-edit.btm-inp {
|
||
|
|
padding-top: 20px;
|
||
|
|
}
|
||
|
|
.modal-content .modal-footer {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
.location-add .namediv label {
|
||
|
|
width: 22%;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.location-add .namediv input {
|
||
|
|
height: 35px;
|
||
|
|
border-radius: 5px;
|
||
|
|
width: 65%;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
.location-add .namediv {
|
||
|
|
padding-bottom: 20px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
input:focus-visible {
|
||
|
|
outline: none !important;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
|
||
|
|
border: none;
|
||
|
|
background-color: #f6f6f6 !important;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
|
||
|
|
background: #f6f6f6 !important;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
.rating svg.svg-inline--fa.fa-star {
|
||
|
|
color: #E9C548;
|
||
|
|
}
|
||
|
|
.rating svg.svg-inline--fa.fa-star.last-star {
|
||
|
|
color: #ece9e2;
|
||
|
|
}
|
||
|
|
.massage-screen {
|
||
|
|
padding-top: 15px;
|
||
|
|
padding-bottom: 15px;
|
||
|
|
}
|
||
|
|
.users_list .card {
|
||
|
|
border-top-right-radius: 0;
|
||
|
|
}
|
||
|
|
.active_user_details .card {
|
||
|
|
border-top-left-radius: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.massage-screen .p-0.chat_screen {
|
||
|
|
margin: auto;
|
||
|
|
width: 550px;
|
||
|
|
}
|
||
|
|
.recipes-views .download-btn button {
|
||
|
|
border: none;
|
||
|
|
background-color: #E9C548;
|
||
|
|
padding: 0.775rem 1rem;
|
||
|
|
width: 185px;
|
||
|
|
border-radius: 6px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
.download-btn svg.svg-inline--fa.fa-download {
|
||
|
|
padding-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.percel-img .recipes-views {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.percel-img .recipes-views label.fw-semibold {
|
||
|
|
width: 180px;
|
||
|
|
}
|
||
|
|
.percel-img .percel-image img.w-180px {
|
||
|
|
width: 180px;
|
||
|
|
}
|
||
|
|
.massage-screen .chat_screen .card-title.head {
|
||
|
|
width: 100%;
|
||
|
|
justify-content: center;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.massage-screen .chat_screen .fw-bold.text-gray-900.text-hover-primary {
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
.massage-screen .chat_screen .card-title.head .back-arrow {
|
||
|
|
position: absolute;
|
||
|
|
left: -14px;
|
||
|
|
}
|
||
|
|
.payment.recipes-views .download-btn button {
|
||
|
|
width: 150px;
|
||
|
|
font-size: 12px;
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
.panding-vendor h3 {
|
||
|
|
color: #3f4254;
|
||
|
|
font-size: 18px;
|
||
|
|
padding-bottom: 30px;
|
||
|
|
}
|
||
|
|
.panding-vendor .col-md-6.panding-right-sec {
|
||
|
|
border-right: 1px solid #0000004a;
|
||
|
|
padding-right: 27px;
|
||
|
|
}
|
||
|
|
.panding-vendor .col-md-6.panding-left-sec {
|
||
|
|
padding-left: 30px;
|
||
|
|
}
|
||
|
|
/* ======index===== */
|
||
|
|
*{
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
.index-box .card{
|
||
|
|
background: #fac42b;
|
||
|
|
box-shadow: inset 0px 2px 6px #00000012, 0px 7px 0px #0000000f;
|
||
|
|
}
|
||
|
|
.title_icon_area{
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
/* background: purple; */
|
||
|
|
box-shadow: 0px 0px 4px 1px #0003;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.index-box .progress_custom_color{
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|
||
|
|
.chart_tabs{
|
||
|
|
border: 1px solid #000;
|
||
|
|
border-radius: 10px;
|
||
|
|
height: 30px;
|
||
|
|
align-items: center;
|
||
|
|
padding: 10px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.chart_tabs span{
|
||
|
|
padding-right: 10px;
|
||
|
|
border-right: 1px solid #000;
|
||
|
|
}
|
||
|
|
.chart_tabs span:last-child{
|
||
|
|
padding-left: 10px;
|
||
|
|
border:none;
|
||
|
|
}
|
||
|
|
.top_circle_area{
|
||
|
|
width: 200px;
|
||
|
|
height: 200px;
|
||
|
|
border-radius: 50%;
|
||
|
|
background: #1b8dc9;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #fff;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
.index_table button{
|
||
|
|
background-color:#fff!important;
|
||
|
|
box-shadow:0px 0px 0px 0px #0003;
|
||
|
|
}
|
||
|
|
.back-but {
|
||
|
|
display: flex;
|
||
|
|
justify-content: end;
|
||
|
|
margin-bottom: 18px;
|
||
|
|
}
|
||
|
|
.back-but .fa-arrow-left-long.mr-1 {
|
||
|
|
padding-right: 8px;
|
||
|
|
}
|
||
|
|
.badge-light {
|
||
|
|
color: var(--kt-light-inverse);
|
||
|
|
background-color: var(--kt-light);
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.form-control.form-control-solid.h-100px {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.view-color-dark {
|
||
|
|
background-color: var(--kt-light);
|
||
|
|
padding: 2px 10px;
|
||
|
|
border-radius: 6px;
|
||
|
|
cursor: pointer;
|
||
|
|
margin: 9px 0;
|
||
|
|
}
|
||
|
|
.edit-details-box {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.edit-details-box .view-color-dark {
|
||
|
|
position: absolute;
|
||
|
|
top: 53%;
|
||
|
|
left: 39%;
|
||
|
|
}
|
||
|
|
.head-backbtn {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.details_btn .submit_btn {
|
||
|
|
padding: 10px;
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
.details_btn {
|
||
|
|
padding-left: 18px;
|
||
|
|
padding-bottom: 25px;
|
||
|
|
}
|
||
|
|
.contact-msg-pop .modal-body h2 {
|
||
|
|
font-size: 18px;
|
||
|
|
color: var(--kt-text-gray-700) !important;
|
||
|
|
padding-left: 0;
|
||
|
|
padding-bottom: 8px;
|
||
|
|
}
|
||
|
|
.submit_btn.mr-15px.cencel-btn {
|
||
|
|
padding-right: 20px;
|
||
|
|
}
|
||
|
|
/* =======new-css======== */
|
||
|
|
.bg-color-card .login-box input {
|
||
|
|
padding-left: 35px;
|
||
|
|
border: 1px solid #b8b9bf;
|
||
|
|
}
|
||
|
|
.bg-color-card .login-box i {
|
||
|
|
position: absolute;
|
||
|
|
top: 15px;
|
||
|
|
left: 11px;
|
||
|
|
color: #7e8299;
|
||
|
|
}
|
||
|
|
.login-box {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.sign-border h1.text-dark {
|
||
|
|
color: #54595f !important;
|
||
|
|
}
|
||
|
|
.sign-border .opt-code-pin {
|
||
|
|
padding-bottom: 28px;
|
||
|
|
padding-top: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ======otp===== */
|
||
|
|
|
||
|
|
.otp-btn button#kt_sing_in_two_steps_submit {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.sign-border h1.text-dark {
|
||
|
|
color: #525354 !important;
|
||
|
|
}
|
||
|
|
.sign-border a.resend-opt {
|
||
|
|
color: #54595f !important;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
button.swal2-confirm.btn.fw-bold.btn-light-primary:hover {
|
||
|
|
background-color: #e9c548 !important;
|
||
|
|
}
|
||
|
|
button.swal2-confirm.btn.fw-bold.btn-light-primary:active {
|
||
|
|
background-color: #e9c548 !important;
|
||
|
|
}
|
||
|
|
button.swal2-confirm.btn.fw-bold.btn-light-primary:focus {
|
||
|
|
background-color: #e9c548 !important;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
button.swal2-confirm.btn.fw-bold.btn-light-primary {
|
||
|
|
background-color: #e9c548b0;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.sign-border .flex-stack.opt-code-pin {
|
||
|
|
padding-bottom: 25px;
|
||
|
|
}
|
||
|
|
.opt-code-pin input.form-control {
|
||
|
|
border: 1px solid #b8b9bf;
|
||
|
|
}
|
||
|
|
.opt-code-pin .form-control:focus {
|
||
|
|
border: 1px solid #54595f8f;
|
||
|
|
}
|
||
|
|
|
||
|
|
.otp-btn button#kt_sing_in_two_steps_submit {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.sign-border h1.text-dark {
|
||
|
|
color: #525354 !important;
|
||
|
|
}
|
||
|
|
img.sign-in-logo {
|
||
|
|
width: 275px;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.index_table .card .card-title span {
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: 16px !important;
|
||
|
|
padding-top: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ======index-end===== */
|
||
|
|
|
||
|
|
/* ======cms====== */
|
||
|
|
|
||
|
|
.view-datails .cms-card-cont {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .pre-main button {
|
||
|
|
border: none;
|
||
|
|
font-size: 24px;
|
||
|
|
color: #00000073;
|
||
|
|
cursor: pointer;
|
||
|
|
padding-left: 3px;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .pre-main .next-referrals {
|
||
|
|
display: flex;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .pre-main a.remove_input {
|
||
|
|
color: #00000073;
|
||
|
|
cursor: pointer;
|
||
|
|
padding-left: 5px;
|
||
|
|
font-size: 29px;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .pre-main .next-referral {
|
||
|
|
display: flex;
|
||
|
|
font-size: 24px;
|
||
|
|
color: #00000073;
|
||
|
|
cursor: pointer;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .pre-main .next-referral {
|
||
|
|
display: flex;
|
||
|
|
font-size: 24px;
|
||
|
|
color: #00000073;
|
||
|
|
cursor: pointer;
|
||
|
|
align-items: center;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.file-uploder .file-upload .file-upload-select {
|
||
|
|
display: block;
|
||
|
|
color: var(--kt-form-label-color);
|
||
|
|
cursor: pointer;
|
||
|
|
text-align: left;
|
||
|
|
background: var(--kt-input-solid-bg) !important;
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
border-radius: 6px;
|
||
|
|
}
|
||
|
|
.file-upload .file-upload-select .file-select-button {
|
||
|
|
background: #54595fc7;
|
||
|
|
padding: 10px;
|
||
|
|
display: inline-block;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .file-upload .file-upload-select .file-select-name {
|
||
|
|
display: inline-block;
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .file-upload .file-upload-select:hover .file-select-button {
|
||
|
|
background: #324759;
|
||
|
|
color: #ffffff;
|
||
|
|
transition: all 0.2s ease-in-out;
|
||
|
|
-moz-transition: all 0.2s ease-in-out;
|
||
|
|
-webkit-transition: all 0.2s ease-in-out;
|
||
|
|
-o-transition: all 0.2s ease-in-out;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .file-upload .file-upload-select input[type="file"] {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .file-uploder {
|
||
|
|
width: 100%;
|
||
|
|
background-color: #eee;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable){
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .ck-content.ckfocused{
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
.cms-recipes-add .ck.ck-editor__main>.ck-editor__editable{
|
||
|
|
background-color: var(--kt-input-solid-bg) !important;
|
||
|
|
}
|
||
|
|
.card-body .on-going-tab {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.on-going-tab a.going-add-btn {
|
||
|
|
position: absolute;
|
||
|
|
right: -7px;
|
||
|
|
top: -62px;
|
||
|
|
}
|
||
|
|
.on-going-tab a.going-add-btn button {
|
||
|
|
padding: 8px 14px !important;
|
||
|
|
}
|
||
|
|
.view-datails p.about-para {
|
||
|
|
color: #898d9d;
|
||
|
|
font-size: 14px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* ======cms-end====== */
|
||
|
|
.move-central-image.sign-image {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.index_table .index-box .card.card-flush>.card-header {
|
||
|
|
padding: 20px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.notifi-icon .header {
|
||
|
|
/* box-shadow: 0 2px 5px rgb(0 0 0 / 20%); */
|
||
|
|
padding: 15px 20px;
|
||
|
|
width: 100%;
|
||
|
|
/* position: fixed; */
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
z-index: 9;
|
||
|
|
}
|
||
|
|
.notifi-icon button {
|
||
|
|
background: transparent;
|
||
|
|
border: none;
|
||
|
|
width: 30px;
|
||
|
|
height: 30px;
|
||
|
|
/*cursor: pointer;*/
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
.notifi-icon .toggle span.toggle {
|
||
|
|
height: 2px;
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
.notifi-icon .toggle span.toggle:before {
|
||
|
|
top: 0;
|
||
|
|
transform: rotate(-45deg);
|
||
|
|
background: #54595f;
|
||
|
|
}
|
||
|
|
.notifi-icon .toggle span.toggle:after {
|
||
|
|
top: 0;
|
||
|
|
transform: rotate(45deg);
|
||
|
|
background: #54595f;
|
||
|
|
}
|
||
|
|
.notifi-icon .toggle span {
|
||
|
|
width: 100%;
|
||
|
|
height: 0px;
|
||
|
|
background: #555;
|
||
|
|
display: block;
|
||
|
|
position: relative;
|
||
|
|
/*coursor: pointer;*/
|
||
|
|
}
|
||
|
|
.notifi-icon .toggle span:before, .notifi-icon .toggle span:after {
|
||
|
|
content: '';
|
||
|
|
position: absolute;
|
||
|
|
left: 107px;
|
||
|
|
width: 52%;
|
||
|
|
height: 84%;
|
||
|
|
transition: all 0.3s ease-out;
|
||
|
|
top: 49px !important;
|
||
|
|
}
|
||
|
|
.notifi-icon .header .header_in svg.svg-inline--fa.fa-bell {
|
||
|
|
position: absolute;
|
||
|
|
top: -13px;
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebar {
|
||
|
|
background: #f6f6f6;
|
||
|
|
width: 288px;
|
||
|
|
position: fixed;
|
||
|
|
top: 70px;
|
||
|
|
right: -290px;
|
||
|
|
height: 100%;
|
||
|
|
box-shadow: 0px 8px 8px rgb(0 0 0 / 20%);
|
||
|
|
padding-top: 47px;
|
||
|
|
transition: all 0.3s ease-out;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebar h2.noti-head {
|
||
|
|
position: absolute;
|
||
|
|
top: 11px;
|
||
|
|
padding-left: 15px;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #65687a;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebar ul {
|
||
|
|
list-style: none;
|
||
|
|
padding-left: 15px;
|
||
|
|
}
|
||
|
|
.notify-left {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebar .notify-pro img {
|
||
|
|
width: 42px;
|
||
|
|
padding-right: 10px;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebar ul {
|
||
|
|
list-style: none;
|
||
|
|
padding-left: 15px;
|
||
|
|
}
|
||
|
|
.notuser-detail p {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 0rem;
|
||
|
|
color: #5E6278;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.notifi-icon .sidebarshow {
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
.table_right_options.d-flex.manege-add {
|
||
|
|
justify-content: end;
|
||
|
|
}
|
||
|
|
span.svg-icon.svg-icon-2 {
|
||
|
|
color: #fac42b;
|
||
|
|
}
|
||
|
|
label.error {
|
||
|
|
color: red;
|
||
|
|
padding: 5px 0;
|
||
|
|
}
|
||
|
|
.add-select {
|
||
|
|
background-color: #3f3b3b12;
|
||
|
|
border-color: var(--kt-input-solid-bg);
|
||
|
|
color: var(--kt-input-solid-color);
|
||
|
|
transition: color .2s ease;
|
||
|
|
border-radius: 0.475rem;
|
||
|
|
width: 100%;
|
||
|
|
padding: 0.775rem 1rem;
|
||
|
|
font-size: 1.1rem;
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: 1.5;
|
||
|
|
background-clip: padding-box;
|
||
|
|
display: block;
|
||
|
|
box-shadow: none;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
input.form-control.form-control-solid.currency {
|
||
|
|
width: 17%;
|
||
|
|
}
|
||
|
|
button#addtwo {
|
||
|
|
font-size: 26px;
|
||
|
|
background: transparent;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
div#itemstwo {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
/*#add_program_form .namediv div#req_input {*/
|
||
|
|
/* display: flex;*/
|
||
|
|
/*}*/
|
||
|
|
|
||
|
|
.admin-edit .namediv .inner_btn, .admin-edit .namediv .reqe_input {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
/*.admin-edit .namediv .inner_btn {*/
|
||
|
|
/* padding-bottom: 18px;*/
|
||
|
|
/*}*/
|
||
|
|
.admin-edit .namediv.expand_input {
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#add_program_form .namediv div#req_input input {
|
||
|
|
margin-right: 12px;
|
||
|
|
/*width: 50%;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
#add_program_form .namediv div#req_input button {
|
||
|
|
border: 1px solid #00000052;
|
||
|
|
width: 54px;
|
||
|
|
font-size: 20px;
|
||
|
|
border-radius: 50px;
|
||
|
|
height: 30px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #fac42b;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select2-container--bootstrap5 .select2-selection--single {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
height: 50px;
|
||
|
|
width: 250px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.img-thumbs {
|
||
|
|
background: #eee;
|
||
|
|
border: 1px solid #ccc;
|
||
|
|
border-radius: 0.25rem;
|
||
|
|
margin: 1.5rem 0;
|
||
|
|
padding: 0.75rem;
|
||
|
|
}
|
||
|
|
.img-thumbs-hidden {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.edit_wrapper-thumb, .wrapper-thumb {
|
||
|
|
position: relative;
|
||
|
|
display:inline-block;
|
||
|
|
/*margin: 1rem 0;*/
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.img-preview-thumb {
|
||
|
|
background: #fff;
|
||
|
|
border: 1px solid none;
|
||
|
|
border-radius: 0.25rem;
|
||
|
|
box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
|
||
|
|
margin-right: 1rem;
|
||
|
|
max-width: 140px;
|
||
|
|
padding: 0.25rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.edit_remove-btn, .remove-btn{
|
||
|
|
position:absolute;
|
||
|
|
display:flex;
|
||
|
|
justify-content:center;
|
||
|
|
align-items:center;
|
||
|
|
font-size:.7rem;
|
||
|
|
top: -9px;
|
||
|
|
right: -8px;
|
||
|
|
width:20px;
|
||
|
|
height:20px;
|
||
|
|
background:white;
|
||
|
|
border-radius:10px;
|
||
|
|
font-weight:bold;
|
||
|
|
cursor:pointer;
|
||
|
|
color: red;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.remove-btn {
|
||
|
|
right: 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.remove-btn:hover{
|
||
|
|
box-shadow: 0px 0px 3px grey;
|
||
|
|
transition:all .3s ease-in-out;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* sachin*/
|
||
|
|
.description_size {
|
||
|
|
width: 18%;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv {
|
||
|
|
padding-bottom: 18px;
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
.img-thumbs {
|
||
|
|
background: #eee;
|
||
|
|
border: 1px solid #ccc;
|
||
|
|
margin: 1.5rem 0;
|
||
|
|
padding: 1.75rem;
|
||
|
|
margin-left: 18%;
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(3, 1fr);
|
||
|
|
gap: 20px;
|
||
|
|
}
|
||
|
|
.img-thumbs img {
|
||
|
|
width: 170px;
|
||
|
|
height: 150px;
|
||
|
|
object-fit: fill;
|
||
|
|
border-radius: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#add_more_acomd, #remove_acom_input, #editmore, #addmore, #edit_more_acomd, #remove_edit_acom_input{
|
||
|
|
border: 1px solid #00000052;
|
||
|
|
width: 54px;
|
||
|
|
font-size: 20px;
|
||
|
|
border-radius: 50px;
|
||
|
|
height: 30px;
|
||
|
|
/* display: flex;*/
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #fac42b;
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .namediv input {
|
||
|
|
height: 35px;
|
||
|
|
border-radius: 5px;
|
||
|
|
width: 51%;
|
||
|
|
/*margin-bottom: 5px;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
input.form-control.form-control-solid.currency {
|
||
|
|
width: 78%;
|
||
|
|
display: inline-flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.location-add .namediv label {
|
||
|
|
width: 25%;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
|
||
|
|
textarea.form-control {
|
||
|
|
min-height: calc(1.5em + 1.55rem + 2px);
|
||
|
|
/*width: 65%;*/
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#recipes-pop-two textarea.form-control {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .namediv .include_error {width: 82%;}
|
||
|
|
|
||
|
|
.admin-edit .namediv .include_error input {width: 62%;}
|
||
|
|
|
||
|
|
.admin-edit .namediv .inner_flex {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .namediv .inner_flex .input_err label, .admin-edit .namediv .inner_btn .input_err label, .admin-edit .namediv .include_error label, .input-group .input_err label {
|
||
|
|
width: fit-content;
|
||
|
|
display: flex;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv .inner_flex .input_err input, .admin-edit .namediv .inner_btn .input_err input, .input-group .input_err input {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv .area_err {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column-reverse;
|
||
|
|
width: 87%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .namediv .area_err label.error {
|
||
|
|
width: fit-content;
|
||
|
|
padding: 5px 0;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv .select_wid {
|
||
|
|
width: 51%;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv input[type="file"] {
|
||
|
|
height: 42px;
|
||
|
|
}
|
||
|
|
.input-group .input_err.err2 {
|
||
|
|
width: 87.5%;
|
||
|
|
}
|
||
|
|
input[type="file"] {
|
||
|
|
height: 40px !important;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv #req_input_edit .input_err_main, .admin-edit .namediv #req_input_edit .edit_req_input {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .namediv #req_input_edit .input_err_main input {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv #req_input_edit .input_err_main label {
|
||
|
|
width: fit-content;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.start_end_class {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.start_end_date {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
width: 100%;
|
||
|
|
margin: 0 0 25px;
|
||
|
|
}
|
||
|
|
.start_end_date .start_ label {
|
||
|
|
padding-right: 5px;
|
||
|
|
color: #54595f;
|
||
|
|
}
|
||
|
|
|
||
|
|
.start_end_date .start_ input, .start_end_date .start_ select {
|
||
|
|
background: #fff;
|
||
|
|
padding: 8px 10px;
|
||
|
|
border-radius: 5px;
|
||
|
|
border: 1px solid gray;
|
||
|
|
}
|
||
|
|
.start_end_date .start_ input {
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
.start_end_date .butt_two {
|
||
|
|
padding-top: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.start_end_date .butt_two button {
|
||
|
|
margin-left: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#newsLetter_table_wrapper .dt-buttons button, #new_payments_wrapper .dt-buttons button ,#registration_payments_wrapper .dt-buttons button, #pending_investors_list_wrapper .dt-buttons button {
|
||
|
|
background-color: #fac42b !important;
|
||
|
|
font-weight: 600;
|
||
|
|
border-color: #fac42b;
|
||
|
|
font-size: 14px;
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
#new_payments_wrapper .dt-buttons button span, #registration_payments_wrapper .dt-buttons button span, #pending_investors_list_wrapper .dt-buttons button span {
|
||
|
|
color: #000000f5;
|
||
|
|
}
|
||
|
|
.dataTables_scrollHead {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.dataTables_sizing {
|
||
|
|
height: auto !IMPORTANT;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.dataTables_scroll .dataTables_scrollBody .table thead {
|
||
|
|
line-height: 2.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.start_end_date button {
|
||
|
|
background-color: #E9C548 !important;
|
||
|
|
border-color: transparent;
|
||
|
|
box-shadow: none;
|
||
|
|
outline: none;
|
||
|
|
padding: 8px 35px;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.start_end_date button.export {
|
||
|
|
background-color: #ffff !important;
|
||
|
|
border: 1px solid #E9C548;
|
||
|
|
}
|
||
|
|
|
||
|
|
.w-90px {
|
||
|
|
width: 80px !important;
|
||
|
|
height: 65px;
|
||
|
|
object-fit: cover;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
||
|
|
color: #000 !important;
|
||
|
|
font-weight: 500;
|
||
|
|
background: #fac42b;
|
||
|
|
border-color: #fac42b;
|
||
|
|
}
|
||
|
|
|
||
|
|
button.btn.btn-light-primary.me-3 {
|
||
|
|
margin: 0 !important;
|
||
|
|
}
|
||
|
|
textarea#editor {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.location-add.admin-edit .namediv {
|
||
|
|
flex-wrap: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
.location-add.admin-edit .namediv .include_error input, .location-add.admin-edit textarea {
|
||
|
|
width: 80%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pdf_docu_main {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(3, 1fr);
|
||
|
|
margin: 0px 0px 25px 228px;
|
||
|
|
padding: 0;
|
||
|
|
gap: 25px;
|
||
|
|
width: 73%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pdf_docu_main img {
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
.add_second_btn {
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
[data-kt-image-input-action].change_pencil.change_pencil {
|
||
|
|
left: 100%;
|
||
|
|
}
|
||
|
|
.up_label_err {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
label#file-error, label#image-error, label#image_path-error, label#image_test-error {
|
||
|
|
position: absolute;
|
||
|
|
width: max-content;
|
||
|
|
right: 8px;
|
||
|
|
bottom: -144px;
|
||
|
|
}
|
||
|
|
.image-input-wrapper img {
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
.add_input.add_in_mar .input-group {
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
.input-group.inner_btn22 .err2 {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inner_btn2.inner_btn22 .input_err_main, #req_input_edit .edit_req_input, .edit_input1 .input-group {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
.bg-color-card .login-box i.eye {
|
||
|
|
left: 92%;
|
||
|
|
font-size: 20px;
|
||
|
|
color: #fac42b;
|
||
|
|
cursor: pointer;
|
||
|
|
top: 12px;
|
||
|
|
}
|
||
|
|
.bg-color-card .login-box i.eye::after {
|
||
|
|
content: '';
|
||
|
|
width: 26px;
|
||
|
|
height: 3px;
|
||
|
|
position: absolute;
|
||
|
|
top: 8px;
|
||
|
|
right: -2px;
|
||
|
|
background: #fac42b;
|
||
|
|
transform: rotate(131deg);
|
||
|
|
border-radius: 12px;
|
||
|
|
}
|
||
|
|
.bg-color-card .login-box i.eye.cross::after {
|
||
|
|
content: inherit;
|
||
|
|
}
|
||
|
|
.admin-edit .include_error.admin_wid input {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.start_end_date .start_ input::placeholder, .start_end_date .start_ select::placeholder {
|
||
|
|
font-size: 14px;
|
||
|
|
color: gray;
|
||
|
|
font-weight: 400;
|
||
|
|
}
|
||
|
|
.inner_btn.inn_b {
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.name2 .reqe_input {
|
||
|
|
padding-bottom: 15px;
|
||
|
|
}
|
||
|
|
.input-group.input-group2 {
|
||
|
|
width: 99%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cke_contents.cke_reset {
|
||
|
|
height: 180px !important;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cke_contents.cke_reset iframe.cke_wysiwyg_frame.cke_reset {
|
||
|
|
height: 180px !important;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
|
||
|
|
height: 140px !important;
|
||
|
|
overflow-x: hidden;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.admin-edit .namediv .include_error.pass_eye input {
|
||
|
|
padding-right: 38px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.include_error.pass_eye {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.include_error.pass_eye button {
|
||
|
|
font-size: 20px;
|
||
|
|
color: #fac42b;
|
||
|
|
cursor: pointer;
|
||
|
|
position: absolute;
|
||
|
|
top: 8px;
|
||
|
|
right: 41%;
|
||
|
|
border: 0;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.include_error.pass_eye button.cross::after {
|
||
|
|
content: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
.include_error.pass_eye button::after {
|
||
|
|
content: '';
|
||
|
|
width: 26px;
|
||
|
|
height: 3px;
|
||
|
|
position: absolute;
|
||
|
|
top: 8px;
|
||
|
|
right: -2px;
|
||
|
|
background: #fac42b;
|
||
|
|
transform: rotate(131deg);
|
||
|
|
border-radius: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.app-sidebar-logo .sidebar-logo img {
|
||
|
|
width: 75px !important;
|
||
|
|
height: 65px !important;
|
||
|
|
}
|
||
|
|
.app-sidebar-logo img.h-30px.app-sidebar-logo-minimize {
|
||
|
|
height: 35px !important;
|
||
|
|
}
|
||
|
|
.admin-edit .namediv .area_err.text_points .ck.ck-editor {
|
||
|
|
pointer-events: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.admin-edit .selected-dates {
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 10px;
|
||
|
|
margin-top: 15px;
|
||
|
|
width: 70%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
input[type='date']::-webkit-calendar-picker-indicator {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.admin-edit .selected-date {
|
||
|
|
padding: 5px 30px 5px 10px;
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
border-radius: 20px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
#selectedDates .remove-btn {
|
||
|
|
cursor: pointer;
|
||
|
|
right: 5px;
|
||
|
|
top: 4px;
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.datepicker {
|
||
|
|
padding: 4px;
|
||
|
|
-webkit-border-radius: 4px;
|
||
|
|
-moz-border-radius: 4px;
|
||
|
|
border-radius: 4px;
|
||
|
|
direction: ltr;
|
||
|
|
}
|
||
|
|
.datepicker-inline {
|
||
|
|
width: 220px;
|
||
|
|
}
|
||
|
|
.datepicker.datepicker-rtl {
|
||
|
|
direction: rtl;
|
||
|
|
}
|
||
|
|
.datepicker.datepicker-rtl table tr td span {
|
||
|
|
float: right;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown {
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown:before {
|
||
|
|
content: '';
|
||
|
|
display: inline-block;
|
||
|
|
border-left: 7px solid transparent;
|
||
|
|
border-right: 7px solid transparent;
|
||
|
|
border-bottom: 7px solid #999999;
|
||
|
|
border-top: 0;
|
||
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown:after {
|
||
|
|
content: '';
|
||
|
|
display: inline-block;
|
||
|
|
border-left: 6px solid transparent;
|
||
|
|
border-right: 6px solid transparent;
|
||
|
|
border-bottom: 6px solid #ffffff;
|
||
|
|
border-top: 0;
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-left:before {
|
||
|
|
left: 6px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-left:after {
|
||
|
|
left: 7px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-right:before {
|
||
|
|
right: 6px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-right:after {
|
||
|
|
right: 7px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-bottom:before {
|
||
|
|
top: -7px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-bottom:after {
|
||
|
|
top: -6px;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-top:before {
|
||
|
|
bottom: -7px;
|
||
|
|
border-bottom: 0;
|
||
|
|
border-top: 7px solid #999999;
|
||
|
|
}
|
||
|
|
.datepicker-dropdown.datepicker-orient-top:after {
|
||
|
|
bottom: -6px;
|
||
|
|
border-bottom: 0;
|
||
|
|
border-top: 6px solid #ffffff;
|
||
|
|
}
|
||
|
|
.datepicker > div {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.datepicker table {
|
||
|
|
margin: 0;
|
||
|
|
-webkit-touch-callout: none;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-khtml-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
-ms-user-select: none;
|
||
|
|
user-select: none;
|
||
|
|
}
|
||
|
|
.datepicker td,
|
||
|
|
.datepicker th {
|
||
|
|
text-align: center;
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
-webkit-border-radius: 4px;
|
||
|
|
-moz-border-radius: 4px;
|
||
|
|
border-radius: 4px;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
.table-striped .datepicker table tr td,
|
||
|
|
.table-striped .datepicker table tr th {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.day:hover,
|
||
|
|
.datepicker table tr td.day.focused {
|
||
|
|
background: #eeeeee;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.old,
|
||
|
|
.datepicker table tr td.new {
|
||
|
|
color: #999999;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.disabled,
|
||
|
|
.datepicker table tr td.disabled:hover {
|
||
|
|
background: none;
|
||
|
|
color: #999999;
|
||
|
|
cursor: default;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.highlighted {
|
||
|
|
background: #d9edf7;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.today,
|
||
|
|
.datepicker table tr td.today:hover,
|
||
|
|
.datepicker table tr td.today.disabled,
|
||
|
|
.datepicker table tr td.today.disabled:hover {
|
||
|
|
background-color: #fde19a;
|
||
|
|
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
|
||
|
|
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
|
||
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
|
||
|
|
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
|
||
|
|
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
|
||
|
|
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
|
||
|
|
border-color: #fdf59a #fdf59a #fbed50;
|
||
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.today:hover,
|
||
|
|
.datepicker table tr td.today:hover:hover,
|
||
|
|
.datepicker table tr td.today.disabled:hover,
|
||
|
|
.datepicker table tr td.today.disabled:hover:hover,
|
||
|
|
.datepicker table tr td.today:active,
|
||
|
|
.datepicker table tr td.today:hover:active,
|
||
|
|
.datepicker table tr td.today.disabled:active,
|
||
|
|
.datepicker table tr td.today.disabled:hover:active,
|
||
|
|
.datepicker table tr td.today.active,
|
||
|
|
.datepicker table tr td.today:hover.active,
|
||
|
|
.datepicker table tr td.today.disabled.active,
|
||
|
|
.datepicker table tr td.today.disabled:hover.active,
|
||
|
|
.datepicker table tr td.today.disabled,
|
||
|
|
.datepicker table tr td.today:hover.disabled,
|
||
|
|
.datepicker table tr td.today.disabled.disabled,
|
||
|
|
.datepicker table tr td.today.disabled:hover.disabled,
|
||
|
|
.datepicker table tr td.today[disabled],
|
||
|
|
.datepicker table tr td.today:hover[disabled],
|
||
|
|
.datepicker table tr td.today.disabled[disabled],
|
||
|
|
.datepicker table tr td.today.disabled:hover[disabled] {
|
||
|
|
background-color: #fdf59a;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.today:active,
|
||
|
|
.datepicker table tr td.today:hover:active,
|
||
|
|
.datepicker table tr td.today.disabled:active,
|
||
|
|
.datepicker table tr td.today.disabled:hover:active,
|
||
|
|
.datepicker table tr td.today.active,
|
||
|
|
.datepicker table tr td.today:hover.active,
|
||
|
|
.datepicker table tr td.today.disabled.active,
|
||
|
|
.datepicker table tr td.today.disabled:hover.active {
|
||
|
|
background-color: #fbf069 \9;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.today:hover:hover {
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.today.active:hover {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.range,
|
||
|
|
.datepicker table tr td.range:hover,
|
||
|
|
.datepicker table tr td.range.disabled,
|
||
|
|
.datepicker table tr td.range.disabled:hover {
|
||
|
|
background: #eeeeee;
|
||
|
|
-webkit-border-radius: 0;
|
||
|
|
-moz-border-radius: 0;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.range.today,
|
||
|
|
.datepicker table tr td.range.today:hover,
|
||
|
|
.datepicker table tr td.range.today.disabled,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover {
|
||
|
|
background-color: #f3d17a;
|
||
|
|
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
|
||
|
|
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
|
||
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
|
||
|
|
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
|
||
|
|
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
|
||
|
|
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
|
||
|
|
border-color: #f3e97a #f3e97a #edde34;
|
||
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
|
-webkit-border-radius: 0;
|
||
|
|
-moz-border-radius: 0;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.range.today:hover,
|
||
|
|
.datepicker table tr td.range.today:hover:hover,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover:hover,
|
||
|
|
.datepicker table tr td.range.today:active,
|
||
|
|
.datepicker table tr td.range.today:hover:active,
|
||
|
|
.datepicker table tr td.range.today.disabled:active,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover:active,
|
||
|
|
.datepicker table tr td.range.today.active,
|
||
|
|
.datepicker table tr td.range.today:hover.active,
|
||
|
|
.datepicker table tr td.range.today.disabled.active,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover.active,
|
||
|
|
.datepicker table tr td.range.today.disabled,
|
||
|
|
.datepicker table tr td.range.today:hover.disabled,
|
||
|
|
.datepicker table tr td.range.today.disabled.disabled,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover.disabled,
|
||
|
|
.datepicker table tr td.range.today[disabled],
|
||
|
|
.datepicker table tr td.range.today:hover[disabled],
|
||
|
|
.datepicker table tr td.range.today.disabled[disabled],
|
||
|
|
.datepicker table tr td.range.today.disabled:hover[disabled] {
|
||
|
|
background-color: #f3e97a;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.range.today:active,
|
||
|
|
.datepicker table tr td.range.today:hover:active,
|
||
|
|
.datepicker table tr td.range.today.disabled:active,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover:active,
|
||
|
|
.datepicker table tr td.range.today.active,
|
||
|
|
.datepicker table tr td.range.today:hover.active,
|
||
|
|
.datepicker table tr td.range.today.disabled.active,
|
||
|
|
.datepicker table tr td.range.today.disabled:hover.active {
|
||
|
|
background-color: #efe24b \9;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.selected,
|
||
|
|
.datepicker table tr td.selected:hover,
|
||
|
|
.datepicker table tr td.selected.disabled,
|
||
|
|
.datepicker table tr td.selected.disabled:hover {
|
||
|
|
background-color: #9e9e9e;
|
||
|
|
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
|
||
|
|
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
|
||
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
|
||
|
|
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
|
||
|
|
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
|
||
|
|
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
|
||
|
|
border-color: #808080 #808080 #595959;
|
||
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
|
color: #fff;
|
||
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||
|
|
}
|
||
|
|
.datepicker table tr td.selected:hover,
|
||
|
|
.datepicker table tr td.selected:hover:hover,
|
||
|
|
.datepicker table tr td.selected.disabled:hover,
|
||
|
|
.datepicker table tr td.selected.disabled:hover:hover,
|
||
|
|
.datepicker table tr td.selected:active,
|
||
|
|
.datepicker table tr td.selected:hover:active,
|
||
|
|
.datepicker table tr td.selected.disabled:active,
|
||
|
|
.datepicker table tr td.selected.disabled:hover:active,
|
||
|
|
.datepicker table tr td.selected.active,
|
||
|
|
.datepicker table tr td.selected:hover.active,
|
||
|
|
.datepicker table tr td.selected.disabled.active,
|
||
|
|
.datepicker table tr td.selected.disabled:hover.active,
|
||
|
|
.datepicker table tr td.selected.disabled,
|
||
|
|
.datepicker table tr td.selected:hover.disabled,
|
||
|
|
.datepicker table tr td.selected.disabled.disabled,
|
||
|
|
.datepicker table tr td.selected.disabled:hover.disabled,
|
||
|
|
.datepicker table tr td.selected[disabled],
|
||
|
|
.datepicker table tr td.selected:hover[disabled],
|
||
|
|
.datepicker table tr td.selected.disabled[disabled],
|
||
|
|
.datepicker table tr td.selected.disabled:hover[disabled] {
|
||
|
|
background-color: #808080;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.selected:active,
|
||
|
|
.datepicker table tr td.selected:hover:active,
|
||
|
|
.datepicker table tr td.selected.disabled:active,
|
||
|
|
.datepicker table tr td.selected.disabled:hover:active,
|
||
|
|
.datepicker table tr td.selected.active,
|
||
|
|
.datepicker table tr td.selected:hover.active,
|
||
|
|
.datepicker table tr td.selected.disabled.active,
|
||
|
|
.datepicker table tr td.selected.disabled:hover.active {
|
||
|
|
background-color: #666666 \9;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.active,
|
||
|
|
.datepicker table tr td.active:hover,
|
||
|
|
.datepicker table tr td.active.disabled,
|
||
|
|
.datepicker table tr td.active.disabled:hover {
|
||
|
|
background-color: #006dcc;
|
||
|
|
background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||
|
|
background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||
|
|
border-color: #0044cc #0044cc #002a80;
|
||
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
|
color: #fff;
|
||
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||
|
|
}
|
||
|
|
.datepicker table tr td.active:hover,
|
||
|
|
.datepicker table tr td.active:hover:hover,
|
||
|
|
.datepicker table tr td.active.disabled:hover,
|
||
|
|
.datepicker table tr td.active.disabled:hover:hover,
|
||
|
|
.datepicker table tr td.active:active,
|
||
|
|
.datepicker table tr td.active:hover:active,
|
||
|
|
.datepicker table tr td.active.disabled:active,
|
||
|
|
.datepicker table tr td.active.disabled:hover:active,
|
||
|
|
.datepicker table tr td.active.active,
|
||
|
|
.datepicker table tr td.active:hover.active,
|
||
|
|
.datepicker table tr td.active.disabled.active,
|
||
|
|
.datepicker table tr td.active.disabled:hover.active,
|
||
|
|
.datepicker table tr td.active.disabled,
|
||
|
|
.datepicker table tr td.active:hover.disabled,
|
||
|
|
.datepicker table tr td.active.disabled.disabled,
|
||
|
|
.datepicker table tr td.active.disabled:hover.disabled,
|
||
|
|
.datepicker table tr td.active[disabled],
|
||
|
|
.datepicker table tr td.active:hover[disabled],
|
||
|
|
.datepicker table tr td.active.disabled[disabled],
|
||
|
|
.datepicker table tr td.active.disabled:hover[disabled] {
|
||
|
|
background-color: #0044cc;
|
||
|
|
}
|
||
|
|
.datepicker table tr td.active:active,
|
||
|
|
.datepicker table tr td.active:hover:active,
|
||
|
|
.datepicker table tr td.active.disabled:active,
|
||
|
|
.datepicker table tr td.active.disabled:hover:active,
|
||
|
|
.datepicker table tr td.active.active,
|
||
|
|
.datepicker table tr td.active:hover.active,
|
||
|
|
.datepicker table tr td.active.disabled.active,
|
||
|
|
.datepicker table tr td.active.disabled:hover.active {
|
||
|
|
background-color: #003399 \9;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span {
|
||
|
|
display: block;
|
||
|
|
width: 23%;
|
||
|
|
height: 54px;
|
||
|
|
line-height: 54px;
|
||
|
|
float: left;
|
||
|
|
margin: 1%;
|
||
|
|
cursor: pointer;
|
||
|
|
-webkit-border-radius: 4px;
|
||
|
|
-moz-border-radius: 4px;
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span:hover {
|
||
|
|
background: #eeeeee;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span.disabled,
|
||
|
|
.datepicker table tr td span.disabled:hover {
|
||
|
|
background: none;
|
||
|
|
color: #999999;
|
||
|
|
cursor: default;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span.active,
|
||
|
|
.datepicker table tr td span.active:hover,
|
||
|
|
.datepicker table tr td span.active.disabled,
|
||
|
|
.datepicker table tr td span.active.disabled:hover {
|
||
|
|
background-color: #006dcc;
|
||
|
|
background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||
|
|
background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||
|
|
border-color: #0044cc #0044cc #002a80;
|
||
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||
|
|
color: #fff;
|
||
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||
|
|
}
|
||
|
|
.datepicker table tr td span.active:hover,
|
||
|
|
.datepicker table tr td span.active:hover:hover,
|
||
|
|
.datepicker table tr td span.active.disabled:hover,
|
||
|
|
.datepicker table tr td span.active.disabled:hover:hover,
|
||
|
|
.datepicker table tr td span.active:active,
|
||
|
|
.datepicker table tr td span.active:hover:active,
|
||
|
|
.datepicker table tr td span.active.disabled:active,
|
||
|
|
.datepicker table tr td span.active.disabled:hover:active,
|
||
|
|
.datepicker table tr td span.active.active,
|
||
|
|
.datepicker table tr td span.active:hover.active,
|
||
|
|
.datepicker table tr td span.active.disabled.active,
|
||
|
|
.datepicker table tr td span.active.disabled:hover.active,
|
||
|
|
.datepicker table tr td span.active.disabled,
|
||
|
|
.datepicker table tr td span.active:hover.disabled,
|
||
|
|
.datepicker table tr td span.active.disabled.disabled,
|
||
|
|
.datepicker table tr td span.active.disabled:hover.disabled,
|
||
|
|
.datepicker table tr td span.active[disabled],
|
||
|
|
.datepicker table tr td span.active:hover[disabled],
|
||
|
|
.datepicker table tr td span.active.disabled[disabled],
|
||
|
|
.datepicker table tr td span.active.disabled:hover[disabled] {
|
||
|
|
background-color: #0044cc;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span.active:active,
|
||
|
|
.datepicker table tr td span.active:hover:active,
|
||
|
|
.datepicker table tr td span.active.disabled:active,
|
||
|
|
.datepicker table tr td span.active.disabled:hover:active,
|
||
|
|
.datepicker table tr td span.active.active,
|
||
|
|
.datepicker table tr td span.active:hover.active,
|
||
|
|
.datepicker table tr td span.active.disabled.active,
|
||
|
|
.datepicker table tr td span.active.disabled:hover.active {
|
||
|
|
background-color: #003399 \9;
|
||
|
|
}
|
||
|
|
.datepicker table tr td span.old,
|
||
|
|
.datepicker table tr td span.new {
|
||
|
|
color: #999999;
|
||
|
|
}
|
||
|
|
.datepicker .datepicker-switch {
|
||
|
|
width: 145px;
|
||
|
|
}
|
||
|
|
.datepicker .datepicker-switch,
|
||
|
|
.datepicker .prev,
|
||
|
|
.datepicker .next,
|
||
|
|
.datepicker tfoot tr th {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.datepicker .datepicker-switch:hover,
|
||
|
|
.datepicker .prev:hover,
|
||
|
|
.datepicker .next:hover,
|
||
|
|
.datepicker tfoot tr th:hover {
|
||
|
|
background: #eeeeee;
|
||
|
|
}
|
||
|
|
.datepicker .cw {
|
||
|
|
font-size: 10px;
|
||
|
|
width: 12px;
|
||
|
|
padding: 0 2px 0 5px;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
.input-append.date .add-on,
|
||
|
|
.input-prepend.date .add-on {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.input-append.date .add-on i,
|
||
|
|
.input-prepend.date .add-on i {
|
||
|
|
margin-top: 3px;
|
||
|
|
}
|
||
|
|
.input-daterange input {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.input-daterange input:first-child {
|
||
|
|
-webkit-border-radius: 3px 0 0 3px;
|
||
|
|
-moz-border-radius: 3px 0 0 3px;
|
||
|
|
border-radius: 3px 0 0 3px;
|
||
|
|
}
|
||
|
|
.input-daterange input:last-child {
|
||
|
|
-webkit-border-radius: 0 3px 3px 0;
|
||
|
|
-moz-border-radius: 0 3px 3px 0;
|
||
|
|
border-radius: 0 3px 3px 0;
|
||
|
|
}
|
||
|
|
.input-daterange .add-on {
|
||
|
|
display: inline-block;
|
||
|
|
width: auto;
|
||
|
|
min-width: 16px;
|
||
|
|
height: 18px;
|
||
|
|
padding: 4px 5px;
|
||
|
|
font-weight: normal;
|
||
|
|
line-height: 18px;
|
||
|
|
text-align: center;
|
||
|
|
text-shadow: 0 1px 0 #ffffff;
|
||
|
|
vertical-align: middle;
|
||
|
|
background-color: #eeeeee;
|
||
|
|
border: 1px solid #ccc;
|
||
|
|
margin-left: -5px;
|
||
|
|
margin-right: -5px;
|
||
|
|
}
|