Files
Backend-Api/ServiceHost/wwwroot/AdminTheme/css/createWorkshop.css
2024-07-05 21:36:15 +03:30

862 lines
15 KiB
CSS

#MainModal {
backdrop-filter: blur(5px);
}
.modal-dialog {
width: 50%;
margin: 85px auto;
}
.modal .modal-dialog .modal-content {
background-color: #edededd9;
padding: 0 20px;
height: auto;
padding-bottom: 120px !important;
}
.close {
margin-top: 12px;
margin-left: -19px;
font-size: 26px;
position: absolute;
right: 25px;
}
.main-title {
position: absolute;
width: 200px;
font-size: 19px;
background-color: inherit;
left: 50%;
top: 10px;
margin-left: -100px;
text-align: center;
color: black;
border: 1px solid #00000030;
border-radius: 9px;
padding: 2px 0px;
}
.form {
position: absolute;
width: 100%;
display: flex;
flex-wrap: wrap;
}
#form1 {
margin-top: 30px;
padding: 10px;
}
#form2 {
left: 1200px;
margin-top: 20px;
padding: 0px 0px 0px 20px;
}
#form3 {
right: 1200px;
padding: 0 10px;
margin: 0;
margin-top: 30px;
}
.steps {
display: flex;
width: 100%;
position: absolute;
top: 0px;
left: 0;
height: 42px;
border: 1px solid #36292947;
border-top-right-radius: 7px;
border-top-left-radius: 7px;
box-shadow: 0 2px 5px 0 rgb(104 106 106 / 49%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.step {
padding: 7px;
text-align: center;
margin: 0 3px 0 3px;
width: 33.33%;
z-index: 9;
}
#progress {
position: absolute;
width: 33.33%;
background: linear-gradient(90deg, rgba(15,149,0,1) 0%, rgba(53,189,37,1) 18%, rgba(68,207,52,1) 47%, rgba(73,214,57,1) 82%, rgba(15,149,0,1) 100%);
height: 103%;
right: -1px;
top: -1px;
transition: 1s;
}
#progress:after {
content: '';
border-top: 21px solid transparent;
border-bottom: 20px solid transparent;
position: absolute;
left: -20px;
top: 0;
border-right: 20px solid #0f9500;
}
.input-label {
display: block;
font-size: 14px;
margin-bottom: 2px;
}
.input {
border: 1px solid #0000004a;
border-radius: 7px;
padding: 7px;
width: 100%;
}
.input:focus {
box-shadow: 0 2px 5px 0 rgb(136 137 141), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.w-100{
width: 100%;
}
.box {
border: 1px solid #00000042;
padding: 20px 10px;
position: relative;
top: 55px;
border-radius: 1rem;
height: 440px;
overflow: hidden;
}
.inputs {
padding: 5px 9px;
}
#save {
background-color: #0f9500;
color: white;
}
#close {
background-color: white;
color: #323030;
}
.form-footer-btns {
position: absolute;
bottom: 5px;
left: 39%;
}
#pre {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
background-color: #c7c0c0ba;
color: #000000b8;
margin-left: -4px;
}
#next {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: -4px;
border-right: 1px solid #817b7b;
background-color: white;
color: #1e88b3;
}
.form-footer {
padding: 15px;
text-align: right;
float: left;
border-top: 0;
position: absolute;
bottom: -5px;
left: 5px;
}
.btns-2 {
bottom: 15px;
}
.btns-left {
float: left;
}
.btn:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.contractTime {
margin: 5px 13px !important
}
.inputs-box {
float: left;
}
.error {
box-shadow: inset 0px 0px 9px #ff000096;
border: 1px solid #ff000080;
}
#select-button {
background: inherit;
border: 0;
}
.select-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.items {
border: 1px solid #c7c7c7;
border-radius: 5px;
padding: 5px 0px;
background-color: white;
position: relative;
right: 20px;
}
.neighborField {
display: grid;
grid-template-columns: repeat(15, 1fr);
}
.neighborInput {
text-align: center !important;
grid-column: 1/14;
grid-row: 1;
border-radius: 0px 10px 10px 0px;
}
.addNeighbor {
grid-column: 13/16;
grid-row: 1;
padding: 0 3px;
line-height: 36px;
color: white;
background: green;
border-radius: 10px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 34px;
text-align: center;
}
.addNeighbor:hover {
background-color: #059f05;
box-shadow: 0 0 3px 0px #4e4e4e;
color: white;
cursor: pointer;
}
.time-radio {
padding: 0px 20px;
}
.form2-boxes {
border: 1px solid #00000042;
border-radius: 7px;
margin: 12px 9px;
width: 97.5%;
padding: 15px 0;
}
.form3-boxes {
border: 1px solid #00000042;
border-radius: 7px;
margin: 6px 9px;
width: 97.5%;
padding: 8px 0;
}
.form2-title {
margin-bottom: 5px;
font-size: inherit;
border-bottom: 0px;
color: #505458;
text-align: center;
}
.checkboxes {
margin: 0px 5px !important;
}
.disabled {
pointer-events: none;
opacity: 0.8;
}
.input-boxes {
padding: 5px 19px;
}
.row .content-fieldset {
padding: 10px 0;
}
#form2 fieldset, .options-box {
border: 1px solid #999797;
padding: 20px;
border-radius: 10px;
padding-bottom: 60px;
}
.spanBox {
display: flex;
justify-content: center;
margin-bottom: 25px;
}
.contractDuration {
background-color: #bbbbbb;
box-shadow: 0 0 2px 1px #8d8b8b;
padding: 5px 8px;
width: 80px !important;
}
.contActive, .bonusActive {
background-color: rgb(58 197 60);
box-shadow: 0 0 6px 0px #484747;
}
.bonusDeactive {
background-color: #f57c7c;
box-shadow: 0 0 2px 1px #9f1d1d;
}
.hiddenCheckbox {
display: none;
visibility: hidden;
}
.bonusSpan {
width: 100%;
border-radius: 8px;
}
.optional-wages i {
vertical-align: middle;
}
.totalPayment {
height: 153px;
width: 64%;
white-space: inherit;
word-spacing: 120px;
display: flex;
line-height: 35px;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
}
.payTitles {
display: flex;
justify-content: center;
}
.paymentDiv {
display: flex;
justify-content: center;
width: 50%;
}
@media (min-width: 1000px) {
.options-box, .contract-box {
height: 250px;
}
}
.options-info {
text-align: center;
padding-bottom: 12px;
color: #585c5f;
}
.blank-div {
height: 30px;
}
.optional-wages {
column-gap: 49px;
flex-wrap: wrap;
justify-content: center;
}
.options-check {
padding: 3px 6px;
border-radius: 7px;
margin: 5px;
box-shadow: 2px 2px 8px 0px rgb(157 157 157);
background-color: #dfdfdf;
border: 1px solid #c3c2c2;
justify-content: center;
}
.single-checkbox {
direction: ltr;
flex-wrap: nowrap;
}
#zeros {
text-align: center;
}
.add {
position: absolute;
top: 1px;
left: 6px;
}
.add-address {
color: white;
background: green;
padding: 10px;
border-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.modal-content2 {
background-color: whitesmoke;
height: auto;
border: 1px solid #a5a5a59e;
border-radius: 18px;
margin-top: 50px;
padding: 0px 30px;
}
.modal-header {
padding-bottom: 60px !important;
border-bottom: none !important;
}
.modal-title {
position: absolute;
width: 175px;
font-size: 18px;
background-color: inherit;
left: 52%;
top: 16px;
margin-left: -100px;
text-align: center;
color: black;
border: 1px solid #00000030;
border-radius: 9px;
padding: 2px 0px;
}
.modal .modal-dialoge .modal-content2 .modal-body {
padding: 0px 50px;
display: flex;
flex-wrap: wrap;
padding: 0px;
}
.modal.in .modal-dialoge {
width: 70% !important;
margin: auto;
position: relative;
}
.neighborField {
display: grid;
grid-template-columns: repeat(15, 1fr);
}
.neighborInput {
text-align: center !important;
grid-column: 1/14;
grid-row: 1;
border-radius: 0px 10px 10px 0px;
}
.addNeighbor {
grid-column: 12/16;
grid-row: 1;
padding: 0 3px;
line-height: 36px;
color: white;
background: green;
border-radius: 10px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 34px;
text-align: center;
}
#city-table {
box-shadow: none;
border: 1px solid #00000042;
height: 323px;
margin-right: 4px;
background: whitesmoke;
overflow-x: hidden;
overflow-y: auto;
}
#city-table > .panel-heading {
color: #ffffff;
background-color: #545353;
margin-bottom: 0;
}
#city-table .panel-body {
padding: 0px 0px 20px 0px;
}
#city-table.hide-scrollbar::-webkit-scrollbar {
width: 0px;
}
#city-table::-webkit-scrollbar {
width: 10px;
}
#city-table::-webkit-scrollbar-track {
background-color: #f2f2f2;
}
#city-table::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 10px;
}
#city-table::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
.panel-title {
font-size: 16px;
}
.wrapper {
position: relative;
}
.wrapper label {
position: absolute;
top: 45%;
right: 13%;
transform: translateY(-50%);
padding: 0 8px;
pointer-events: none;
transition: 0.5s;
font-size: 14px;
color: rgba(0,0,0,.6);
background-color: inherit;
border-radius: 5px;
}
.wrapper input {
font-size: 14px;
width: 100%;
color: #757575;
border: 1px solid #c7c7c7;
border-radius: 7px;
padding: 7px;
background: #fafafa;
}
.wrapper input:focus ~ label,
.wrapper input:valid ~ label {
background: #ffffff;
top: 8px;
}
.w-code {
border: 1px solid #00000042;
border-radius: 7px;
margin: 6px 9px;
}
.modal2-btns {
float: left;
padding: 15px;
position: absolute;
display: inline-flex;
bottom: 30px;
width: 100%;
}
.modal2-btn {
border-radius: 16px;
font-size: 12px;
box-shadow: 0 0 3px 0px #8d8d8d;
}
#edit-modal .modal-footer {
display: flex;
justify-content: flex-start;
flex-direction: row-reverse;
padding: 0px 0 15px 0 !important;
border-top: 0;
}
#edit {
background-color: #0f9500;
color: white;
margin-right: 5px;
}
#cancel {
background-color: white;
color: #323030;
}
.btn-address {
padding: 4px 8px;
border-radius: 7px;
margin: 0px 6px;
}
.d-flex {
display: flex;
}
.box label {
margin-bottom: 0;
}
.select2-container {
width: 100% !important;
}
@keyframes shake {
25% {
transform: translateX(4px);
}
50% {
transform: translateX(-4px);
}
75% {
transform: translateX(4px);
}
}
.errored {
animation: shake 300ms;
box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important;
border: 1px solid #eb3434 !important;
border-radius: 7px;
}
.notEmptyArchive {
text-align: center;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #0000004a !important;
border-radius: 7px;
}
.select2-container--default .select2-selection--multiple {
border-radius: 7px;
}
.options-type {
align-self: center;
text-align: center;
margin: 0px 5px;
color: #343434;
width: 135px;
font-size: 14px;
}
@media (max-width: 1700px) {
.inputs {
padding: 4px;
}
.main-title {
width: 170px;
font-size: 17px;
left: 51%;
top: 8px;
}
.modal-dialog {
margin: 50px auto;
width: 60%;
}
.modal-header {
padding-bottom: 52px !important;
}
.input-label {
display: block;
font-size: 12px;
}
.btn-modal {
font-size: 12px;
}
.modal-content2 .modal-body .inputs {
padding: 5px 18px;
}
.modal-title {
width: 160px;
font-size: 15px;
left: 53%;
}
.wrapper label {
font-size: 14px;
}
.add {
left: 6px;
}
.modal-content2 {
margin-top: 20px;
}
.modal2-btns {
bottom: 10px;
}
.box {
top: 45px;
height: 420px;
}
.options-type {
font-size: 12px;
}
.checkbox-wrapper-2 .toggleButton input + div svg, .checkbox-wrapper-2 .toggleButton input + div {
width: 30px;
height: 30px;
}
.btn-modal {
padding: 8px 18px;
}
.add {
left: 4px;
}
.btns {
bottom: 12px;
}
.modal .modal-dialog .modal-content {
padding-bottom: 100px !important;
}
}
@media (max-width: 1400px) {
.modal-dialog {
margin: 20px auto;
width: 65%;
}
.steps {
height: 36px;
font-size: 13px;
}
#progress:after {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
}
#form1 {
margin-top: 10px;
}
.inputs {
padding: 3px;
}
.input {
padding: 7px;
}
.contractTime {
margin: 4px 10px !important;
}
.form2-boxes {
width: 98.5%;
}
.form3-boxes {
width: 98.5%;
}
.main-title {
width: 140px;
font-size: 15px;
left: 53%;
top: 5px;
}
.options-type {
font-size: 12px;
}
.checkbox-wrapper-2 .toggleButton input + div svg, .checkbox-wrapper-2 .toggleButton input + div {
width: 30px;
height: 30px;
}
.btn-modal {
padding: 8px 18px;
}
.add {
left: 4px;
}
.btns {
bottom: 12px;
}
}
@media (max-width: 1000px) {
.modal-dialog {
width: 80%;
}
.input-boxes {
padding: 5px 2px;
}
.box label {
font-size: 12px;
}
#form2 {
margin-top: 10px;
}
#form2 fieldset, .options-box {
padding: 10px 15px 0px 15px;
}
.blank-div {
height: 5px;
}
.spanBox {
margin-bottom: 8px;
}
.box {
height: 510px;
}
.options-info {
font-size: 12px;
padding-bottom: 0px;
}
}
@media (min-width: 1000px){
.flex-box {
display: flex;
}
}
@media (max-width: 768px) {
.box {
height: 830px;
}
.spanBox {
margin-bottom: 20px;
}
.blank-div {
height: 30px;
}
.options-info {
font-size: 14px;
padding-bottom: 10px;
}
.options-check {
padding: 7px 6px;
}
#form2 fieldset, .options-box {
padding: 15px 10px;
}
.step {
font-size: 10px;
}
}
@media (max-width: 550px) {
.modal-dialog {
width: 95%;
}
.form-footer-btns {
left: 25%;
}
.modal .modal-dialog .modal-content {
background-color: #edededd9;
padding: 0;
}
#form2 {
padding: 0px 0px 0 15px;
}
.modal.in .modal-dialoge {
width: 95% !important;
}
.bonusSpan {
width: 100%;
}
.totalPayment {
width: 55%;
height: 144px;
}
}