643 lines
10 KiB
CSS
643 lines
10 KiB
CSS
|
|
|
|
#MainModal {
|
|
backdrop-filter: blur(8px);
|
|
}
|
|
|
|
.modal-dialog {
|
|
width: 1000px !important;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.modal-content {
|
|
height: 725px !important;
|
|
}
|
|
|
|
.modal .modal-dialog .modal-content {
|
|
background-color: #edededd9;
|
|
}
|
|
|
|
.box {
|
|
border: 1px solid #00000042;
|
|
padding: 25px 35px;
|
|
position: relative;
|
|
top: 45px;
|
|
border-radius: 1rem;
|
|
height: 610px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.box label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
.close {
|
|
margin-top: 12px;
|
|
margin-left: -19px;
|
|
font-size: 26px;
|
|
position: absolute;
|
|
right: 25px;
|
|
}
|
|
|
|
.main-title {
|
|
position: absolute;
|
|
width: 17rem;
|
|
font-size: 1.7rem;
|
|
background-color: inherit;
|
|
left: 49%;
|
|
top: 7px;
|
|
margin-left: -100px;
|
|
text-align: center;
|
|
color: black;
|
|
border: 1px solid #00000030;
|
|
border-radius: 9px;
|
|
padding: 2px 0px;
|
|
}
|
|
|
|
.form {
|
|
position: absolute;
|
|
}
|
|
|
|
.input-type {
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
.nationality-type {
|
|
padding: 0.7px 4px;
|
|
}
|
|
|
|
.duty-condition {
|
|
position: relative;
|
|
top: -5px;
|
|
}
|
|
|
|
.loc-box {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.loc-text {
|
|
height: 5.3rem;
|
|
}
|
|
|
|
.radio-sections {
|
|
padding: 15px 7px !important;
|
|
background: #ffffff6b;
|
|
border-radius: 7px;
|
|
border: 1px solid #0000004a;
|
|
}
|
|
|
|
#form1 {
|
|
margin-top: 30px;
|
|
width: 91%;
|
|
}
|
|
|
|
#form2 {
|
|
left: 1200px;
|
|
}
|
|
|
|
#form3 {
|
|
right: 1200px;
|
|
}
|
|
|
|
#form4 {
|
|
right: 1200px;
|
|
}
|
|
|
|
|
|
.steps {
|
|
display: flex;
|
|
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;
|
|
}
|
|
|
|
#progress {
|
|
position: absolute;
|
|
width: 220px;
|
|
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: 20px solid transparent;
|
|
border-bottom: 20px solid transparent;
|
|
position: absolute;
|
|
left: -20px;
|
|
top: 0;
|
|
border-right: 20px solid #0f9500;
|
|
}
|
|
|
|
|
|
.box input[type="radio"] {
|
|
margin: 2px 3px;
|
|
}
|
|
|
|
.inputs-box {
|
|
float: left;
|
|
display: flex;
|
|
}
|
|
|
|
.inputs {
|
|
padding: 10px;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
|
|
#save {
|
|
background-color: #0f9500;
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#close {
|
|
background-color: white;
|
|
color: #323030;
|
|
}
|
|
|
|
.btn-modal {
|
|
padding: 1rem 0;
|
|
border-radius: 20px;
|
|
border: none;
|
|
font-size: 12px;
|
|
width: 9rem;
|
|
}
|
|
|
|
.btns {
|
|
position: absolute;
|
|
display: inline-flex;
|
|
bottom: 12px;
|
|
width: 100%;
|
|
justify-content: flex-end;
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.btns-2 {
|
|
bottom: 15px;
|
|
margin-right: 17px;
|
|
}
|
|
|
|
#next {
|
|
border-top-right-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
margin-left: -4px;
|
|
border-right: 1px solid #817b7b;
|
|
background-color: white;
|
|
color: #0f9500;
|
|
}
|
|
|
|
#pre {
|
|
border-top-left-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
background-color: white;
|
|
color: #000000b8;
|
|
margin-left: -4px;
|
|
}
|
|
.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);
|
|
}
|
|
|
|
.modal-content {
|
|
height: 600px;
|
|
}
|
|
|
|
#children-container {
|
|
overflow-y: auto;
|
|
height: 182px;
|
|
direction: ltr;
|
|
border: 1px solid #9b97976e;
|
|
border-radius: 10px 10px 7px 7px;
|
|
padding: 10px 0;
|
|
background-color: #dbdadaba;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#children {
|
|
border-collapse: separate !important;
|
|
position: relative;
|
|
top: -10px;
|
|
width: 100%;
|
|
background: whitesmoke;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
border: none !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
#children th {
|
|
text-align: center;
|
|
color: white;
|
|
position: sticky;
|
|
top: -10px;
|
|
z-index: 20;
|
|
background-color: #404040;
|
|
font-size: 13px;
|
|
}
|
|
|
|
#children th, td {
|
|
padding: 8px;
|
|
}
|
|
|
|
#children th:nth-child(2n) {
|
|
border-left: 1px solid #fff;
|
|
}
|
|
|
|
#children tr:nth-child(2n) {
|
|
background-color: #e3e3e3;
|
|
}
|
|
|
|
#children th:nth-child(2n) {
|
|
border-left: 1px solid #fff;
|
|
}
|
|
|
|
|
|
#children td:nth-child(2n) {
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #9b979721;
|
|
}
|
|
|
|
#children td:nth-child(2n+1) {
|
|
border-left: 1px solid #9b979721;
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: center;
|
|
}
|
|
|
|
#children td {
|
|
text-align: center;
|
|
}
|
|
|
|
#children th:first-child {
|
|
border-radius: 7px 0px 0px 0px;
|
|
-moz-border-radius: 7px 0px 0px 0px;
|
|
-webkit-border-radius: 7px 0px 0px 0px;
|
|
}
|
|
|
|
#children th:last-child {
|
|
border-left: 1px solid #fff;
|
|
border-radius: 0px 7px 0 0;
|
|
-moz-border-radius: 0px 7px 0 0;
|
|
-webkit-border-radius: 0px 7px 0 0;
|
|
}
|
|
|
|
#children tbody tr {
|
|
min-height: 68px;
|
|
}
|
|
|
|
#children-container.hide-scrollbar::-webkit-scrollbar {
|
|
width: 0px;
|
|
}
|
|
|
|
#children-container::-webkit-scrollbar {
|
|
width: 7px;
|
|
height: 5px;
|
|
}
|
|
|
|
#children-container::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#children-container::-webkit-scrollbar-thumb {
|
|
background-color: #ccc;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#children-container::-webkit-scrollbar-thumb:hover {
|
|
background-color: #aaa;
|
|
}
|
|
|
|
.add {
|
|
cursor: pointer;
|
|
padding: 5px 6px;
|
|
border-radius: 16px;
|
|
position: absolute;
|
|
right: 200px;
|
|
bottom: -36px;
|
|
border: 2px solid #0f9500;
|
|
background: white;
|
|
color: #0f9500;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.fa {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.trash {
|
|
color: #c91d1d;
|
|
font-size: 22px;
|
|
position: relative;
|
|
left: -7px;
|
|
top: 5px;
|
|
}
|
|
|
|
.add:hover {
|
|
background: #0f9500;
|
|
color: white;
|
|
border: 2px solid #0f9500;
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.items {
|
|
border: 1px solid #c7c7c7;
|
|
border-radius: 5px;
|
|
padding: 5px 0px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.green {
|
|
background-color: #e0ffe0;
|
|
}
|
|
|
|
.modal-content2 {
|
|
background-color: whitesmoke;
|
|
border: 1px solid #a5a5a59e;
|
|
border-radius: 18px;
|
|
margin-top: 300px;
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.modal .modal-dialoge .modal-content2 .modal-body {
|
|
padding: 50px 20px;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.modal-dialoge {
|
|
padding: 0px 180px;
|
|
}
|
|
|
|
.items:invalid {
|
|
animation: shake 300ms;
|
|
box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important;
|
|
border: 1px solid #eb3434;
|
|
}
|
|
|
|
|
|
.error-icon {
|
|
transform: translate(2rem, 0.9rem);
|
|
font-size: 16px;
|
|
color: red;
|
|
position: absolute;
|
|
}
|
|
|
|
.error-message {
|
|
font-size: 1rem;
|
|
color: red;
|
|
position: absolute;
|
|
}
|
|
|
|
.input-div {
|
|
display: flex;
|
|
}
|
|
|
|
.education {
|
|
height: 36px;
|
|
}
|
|
|
|
.errored {
|
|
animation: shake 300ms;
|
|
box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 8px;
|
|
}
|
|
.img {
|
|
position: relative;
|
|
top: 5px;
|
|
left: 3px;
|
|
}
|
|
.identity-img {
|
|
width: 17rem;
|
|
height: 17rem;
|
|
transform: translateY(-20.5rem) translateX(-1.2rem);
|
|
border-radius: 10px;
|
|
}
|
|
.imgup i {
|
|
font-size: 16px;
|
|
padding: 6px;
|
|
color: #13272cd4;
|
|
font-weight: bold;
|
|
}
|
|
.uploader {
|
|
border: 1px solid gray;
|
|
border-radius: 12px;
|
|
width: 99%;
|
|
height: 21rem;
|
|
margin-top: 20px;
|
|
}
|
|
.uploader input {
|
|
height: 17.5rem;
|
|
}
|
|
.uploader a {
|
|
color: #e5e5e5;
|
|
background: #096860bd;
|
|
border-radius: 12px;
|
|
transition: all .2s ease;
|
|
display: block;
|
|
text-align: center;
|
|
height: 33px;
|
|
width: 100%;
|
|
border: none;
|
|
position: relative;
|
|
top: 0px;
|
|
right: 7px;
|
|
margin: 0 -7px;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.uploader input {
|
|
opacity: 0;
|
|
}
|
|
|
|
.uploader a:hover {
|
|
background: #3fbdbd;
|
|
color: #f4fffe;
|
|
}
|
|
|
|
.uploader a:active {
|
|
border: 0;
|
|
}
|
|
|
|
@media (max-width: 1550px) and (min-width:1441px) {
|
|
.education {
|
|
height: 33px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1550px) {
|
|
.modal-content {
|
|
height: 680px !important;
|
|
}
|
|
|
|
.box {
|
|
font-size: 12px;
|
|
height: 575px;
|
|
top: 40px;
|
|
}
|
|
|
|
.inputs {
|
|
padding: 6px 8px;
|
|
}
|
|
|
|
.btn-modal {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.main-title {
|
|
width: 185px;
|
|
font-size: 17px;
|
|
left: 52%;
|
|
top: 5px;
|
|
}
|
|
|
|
.trash {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.uploader{
|
|
height: 17.5rem
|
|
}
|
|
.uploader input {
|
|
height: 17rem;
|
|
}
|
|
.uploader a {
|
|
top: -30px;
|
|
}
|
|
.identity-img {
|
|
width: 13.8rem;
|
|
height: 13.8rem;
|
|
transform: translateY(-20.2rem) translateX(-3rem);
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 1440px) {
|
|
.error-icon {
|
|
transform: translate(2rem, 0.66rem);
|
|
}
|
|
.modal-dialog {
|
|
width: 900px !important;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.steps {
|
|
height: 35px;
|
|
}
|
|
|
|
#progress:after {
|
|
border-top: 17px solid transparent;
|
|
border-bottom: 17px solid transparent;
|
|
}
|
|
|
|
.modal-content {
|
|
height: 570px !important;
|
|
}
|
|
|
|
.box {
|
|
font-size: 10px;
|
|
height: 478px;
|
|
top: 35px;
|
|
}
|
|
.btns {
|
|
margin-right: 20px;
|
|
}
|
|
.btns-2 {
|
|
margin-right: -10px;
|
|
}
|
|
.inputs {
|
|
padding: 8px 10px;
|
|
}
|
|
|
|
.education {
|
|
height: 29px;
|
|
}
|
|
|
|
.btn-modal {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.main-title {
|
|
width: 169px;
|
|
font-size: 15px;
|
|
left: 53%;
|
|
top: 3px;
|
|
}
|
|
|
|
.radio-sections {
|
|
padding: 8px 5px !important;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.nationality-type {
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
.input-type {
|
|
padding: 0px 11px;
|
|
}
|
|
|
|
.duty-condition {
|
|
top: -9px;
|
|
}
|
|
|
|
.loc-box {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.loc-text {
|
|
height: 4.8rem;
|
|
}
|
|
|
|
#children-container {
|
|
height: 136px;
|
|
}
|
|
|
|
#children th, td {
|
|
padding: 5px 8px;
|
|
}
|
|
|
|
#children th {
|
|
font-size: 11px;
|
|
}
|
|
#form2 {
|
|
margin-top: 0 !important
|
|
}
|
|
.identity-img {
|
|
transform: translateY(-20.2rem) translateX(-1.5rem);
|
|
}
|
|
}
|
|
|
|
|