|
|
@@ -54,55 +54,10 @@ body {
|
|
|
z-index: 3;
|
|
|
} */
|
|
|
|
|
|
-.img_banner {
|
|
|
- background-image: url('images/banner_top1.jpg');
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: contain;
|
|
|
- background-position: center;
|
|
|
- width: 100%;
|
|
|
- height: 65px;
|
|
|
-}
|
|
|
-
|
|
|
-/*form styles*/
|
|
|
-.img_logo {
|
|
|
- display: inline-block;
|
|
|
- margin: 0 auto;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
|
|
|
-.title__block {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- margin: 0px auto;
|
|
|
-}
|
|
|
|
|
|
-.sub-logo {
|
|
|
- display: inline-block;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 1.4rem;
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
-.slogan {
|
|
|
- display: block;
|
|
|
- font-weight: 700;
|
|
|
- font-size: 1.2rem;
|
|
|
- color: white;
|
|
|
-}
|
|
|
+/*form styles*/
|
|
|
|
|
|
-.notice_card {
|
|
|
- box-sizing: border-box;
|
|
|
- width: 80%;
|
|
|
- margin: 0 10%;
|
|
|
- margin-bottom: 1.5rem;
|
|
|
- background: white;
|
|
|
- border: 0 none;
|
|
|
- border-radius: 3px;
|
|
|
- box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
|
|
|
- padding: 10px 20px;
|
|
|
- line-height: 1.5rem;
|
|
|
-}
|
|
|
#myProgress {
|
|
|
width: 100%;
|
|
|
background-color: #ddd;
|
|
|
@@ -253,7 +208,7 @@ body {
|
|
|
background: white;
|
|
|
border: 0 none;
|
|
|
border-radius: 3px;
|
|
|
- box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
|
|
|
+ box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
|
|
|
padding: 20px 30px;
|
|
|
box-sizing: border-box;
|
|
|
width: 80%;
|
|
|
@@ -278,22 +233,34 @@ body {
|
|
|
}
|
|
|
/*buttons*/
|
|
|
#msform .action-button {
|
|
|
- width: 100px;
|
|
|
- background: #1C7CE0;
|
|
|
+ background: linear-gradient(90deg, #0162c8, #55e7fc);
|
|
|
font-weight: bold;
|
|
|
color: white;
|
|
|
border: 0 none;
|
|
|
- border-radius: 1px;
|
|
|
+ border-radius: 40px;
|
|
|
cursor: pointer;
|
|
|
- padding: 10px 5px;
|
|
|
+ padding: 10px 50px;
|
|
|
margin: 10px auto;
|
|
|
display: block;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
#msform .action-button:hover, #msform .action-button:focus {
|
|
|
box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
|
|
|
}
|
|
|
#msform .next[disabled] {
|
|
|
- background-color: grey;
|
|
|
+ background: grey;
|
|
|
+}
|
|
|
+
|
|
|
+.ripples {
|
|
|
+ position: absolute;
|
|
|
+ background: #fff;
|
|
|
+ left: 50%;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ pointer-events: none;
|
|
|
+ border-radius: 50%;
|
|
|
+ animation: aniRipple 1s linear infinite;
|
|
|
}
|
|
|
/*headings*/
|
|
|
.fs-title {
|
|
|
@@ -601,7 +568,7 @@ footer {
|
|
|
|
|
|
#avatarmega .modal-header {
|
|
|
position: absolute;
|
|
|
- top: -1.5rem;
|
|
|
+ top: -2.5rem;
|
|
|
right: 1rem;
|
|
|
}
|
|
|
|
|
|
@@ -671,7 +638,7 @@ footer {
|
|
|
}
|
|
|
|
|
|
#msform input[type="text"].imgsrc {
|
|
|
- width: calc(100% - 8rem);
|
|
|
+ width: calc(100% - 7rem);
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
@@ -696,12 +663,66 @@ footer {
|
|
|
background-color: #3b86d6;
|
|
|
}
|
|
|
|
|
|
+.listimg__fr {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ border-radius: 50%;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: auto .5rem;
|
|
|
+}
|
|
|
+
|
|
|
+.listimg__fr img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.historyList-item {
|
|
|
+ border: none;
|
|
|
+ box-shadow: 1px 1px 4px 1px rgb(207, 207, 207);
|
|
|
+ padding: .5rem;
|
|
|
+ color: black;
|
|
|
+ text-decoration: none;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.historyList-item:hover {
|
|
|
+ color: black;
|
|
|
+}
|
|
|
+
|
|
|
+.vertical-align {
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+.loading {
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ opacity:0.8;
|
|
|
+ background-color:white;
|
|
|
+ z-index:10000;
|
|
|
+ display:none;
|
|
|
+ position:fixed;
|
|
|
+ top:0;
|
|
|
+ left:0;
|
|
|
+ background-color: rgba(#e1e1e1, 0.8);
|
|
|
+ background-image: url("img/Spinner-1s-181px.gif");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: 50% 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-btn {
|
|
|
+ color: black;
|
|
|
+}
|
|
|
+
|
|
|
+.owl-theme .owl-nav {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
.add, .addimg {
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
width: 2rem;
|
|
|
height: 2rem;
|
|
|
- background-color: #67abf3;
|
|
|
+ background: linear-gradient(90deg, #0162c8, #55e7fc);
|
|
|
font-size: 1.2rem;
|
|
|
color: white;
|
|
|
border-radius: 50%;
|
|
|
@@ -711,3 +732,244 @@ footer {
|
|
|
background-color: #398ee9;
|
|
|
}
|
|
|
|
|
|
+.step-li {
|
|
|
+ cursor: pointer;
|
|
|
+ padding: .5rem 0;
|
|
|
+}
|
|
|
+
|
|
|
+.step {
|
|
|
+ padding-left: 3.5rem;
|
|
|
+ margin-top: 3rem;
|
|
|
+}
|
|
|
+
|
|
|
+.step .step-li a{
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ color: white;
|
|
|
+ position: relative;
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.step a:hover::after {
|
|
|
+ width: 300%;
|
|
|
+}
|
|
|
+
|
|
|
+.step a::after {
|
|
|
+ position: absolute;
|
|
|
+ content: " ";
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 0%;
|
|
|
+ height: 100%;
|
|
|
+ background: transparent;
|
|
|
+ border-bottom: 1px solid white;
|
|
|
+ transition: all .4s;
|
|
|
+}
|
|
|
+
|
|
|
+.step-li.active a::after {
|
|
|
+ width: 300%;
|
|
|
+}
|
|
|
+
|
|
|
+.step .step-li a:hover{
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.step i {
|
|
|
+ color: white;
|
|
|
+ display: inline-block;
|
|
|
+ padding: .6rem;
|
|
|
+ border: 1px solid white;
|
|
|
+ border-radius: 50%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.step-li.active i {
|
|
|
+ color: black;
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.aniScale {
|
|
|
+ animation: aniScale 1.2s 1;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 768px) {
|
|
|
+ #msform {
|
|
|
+ margin-top: 150px;
|
|
|
+ }
|
|
|
+ .content {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .navbar {
|
|
|
+ background: linear-gradient(90deg, #0162c8, #55e7fc);
|
|
|
+ position: fixed !important;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: 1030;
|
|
|
+ }
|
|
|
+ .navbar-brand {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ .navbar-nav {
|
|
|
+ padding: .5rem 0;
|
|
|
+ }
|
|
|
+ .navbar-nav .nav-item {
|
|
|
+ color: white;
|
|
|
+ padding: .5rem 1rem;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .navbar-nav .nav-item .nav-link {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ #msform fieldset {
|
|
|
+ width: 95%;
|
|
|
+ margin: 2rem 2.5%;
|
|
|
+ padding: 10px 15px;
|
|
|
+ }
|
|
|
+ #msform input[type="text"].imgsrc {
|
|
|
+ width: calc(100% - 6rem);
|
|
|
+ }
|
|
|
+ .upload-btn {
|
|
|
+ width: 5rem;
|
|
|
+ padding: .3rem .3rem;
|
|
|
+ }
|
|
|
+ .menu-line {
|
|
|
+ display: inline-block;
|
|
|
+ width: 2rem;
|
|
|
+ height: 2px;
|
|
|
+ background-color: white;
|
|
|
+ position: relative;
|
|
|
+ box-shadow: 1px 1px 5px 1px rgb(192, 192, 192);
|
|
|
+ margin-bottom: 5px;
|
|
|
+
|
|
|
+ }
|
|
|
+ .menu-line::before {
|
|
|
+ position: absolute;
|
|
|
+ content: '';
|
|
|
+ left: 0;
|
|
|
+ top: -10px;
|
|
|
+ width: 2rem;
|
|
|
+ height: 2px;
|
|
|
+ background-color: white;
|
|
|
+ box-shadow: 1px 1px 5px 1px rgb(192, 192, 192);
|
|
|
+ }
|
|
|
+ .menu-line::after {
|
|
|
+ position: absolute;
|
|
|
+ content: '';
|
|
|
+ left: 0;
|
|
|
+ top: 10px;
|
|
|
+ width: 2rem;
|
|
|
+ height: 2px;
|
|
|
+ background-color: white;
|
|
|
+ box-shadow: 1px 1px 5px 1px rgb(192, 192, 192);
|
|
|
+ }
|
|
|
+ .menu-close {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .navbar-brand:hover {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ .navbar-toggler:focus {
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ .historyList-item {
|
|
|
+ width: 97%;
|
|
|
+ }
|
|
|
+ .item_imgfr {
|
|
|
+ width: 17%;
|
|
|
+ }
|
|
|
+ .linker__box {
|
|
|
+ width: 95%;
|
|
|
+ margin: 0 2.5%;
|
|
|
+ }
|
|
|
+ .step__box {
|
|
|
+ width: 100%;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 20;
|
|
|
+ background: linear-gradient(180deg, white 90%, transparent);
|
|
|
+ top: 56px;
|
|
|
+ }
|
|
|
+ .step {
|
|
|
+ padding-left: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 0rem auto;
|
|
|
+ }
|
|
|
+ .step-li {
|
|
|
+ list-style-type: none;
|
|
|
+ color: black;
|
|
|
+ text-transform: uppercase;
|
|
|
+ width: 25%;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .step-li:after {
|
|
|
+ content: '';
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ background: #2fb9ce;
|
|
|
+ position: absolute;
|
|
|
+ left: -50%;
|
|
|
+ top: 30%;
|
|
|
+ z-index: -1; /*put it behind the numbers*/
|
|
|
+ }
|
|
|
+ .step-li:first-child:after {
|
|
|
+ /*connector not needed before the first step*/
|
|
|
+ content: none;
|
|
|
+ }
|
|
|
+ .step .step-li a {
|
|
|
+ font-size: 12px;
|
|
|
+ padding-left: 0;
|
|
|
+ color: black;
|
|
|
+ }
|
|
|
+ .step .step-li a:hover {
|
|
|
+ color: black;
|
|
|
+ }
|
|
|
+
|
|
|
+ .step-li i {
|
|
|
+ color: #2fb9ce;
|
|
|
+ font-size: 1.1rem;
|
|
|
+ border: 1px solid #2fb9ce;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ background: white;
|
|
|
+ }
|
|
|
+ .step-li.active i {
|
|
|
+ background: #2fb9ce;
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ #avatarmega .modal-imgfr {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ #avatarmega .modal-imgfr img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+@keyframes aniRipple {
|
|
|
+ 0% {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ opacity: .5;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ width: 180px;
|
|
|
+ height: 180px;
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes aniScale {
|
|
|
+ 0% {
|
|
|
+ transform: scale(1);
|
|
|
+ }
|
|
|
+ 50% {
|
|
|
+ transform: scale(1.05);
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: scale(1);
|
|
|
+ }
|
|
|
+}
|