123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- /*========================================================
- DARK LAYOUT
- =========================================================*/
- .app-content .wizard {
- width: 100%;
- }
- .app-content .wizard .content {
- margin-left: 0 !important;
- }
- .app-content .wizard > .steps {
- position: relative;
- display: block;
- width: 100%;
- }
- .app-content .wizard > .steps .current-info {
- position: absolute;
- left: -99999px;
- }
- .app-content .wizard > .steps > ul {
- display: table;
- width: 100%;
- table-layout: fixed;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .app-content .wizard > .steps > ul > li {
- display: table-cell;
- width: auto;
- vertical-align: top;
- text-align: center;
- position: relative;
- }
- .app-content .wizard > .steps > ul > li a {
- position: relative;
- padding-top: 52px;
- margin-top: 20px;
- margin-bottom: 20px;
- display: block;
- }
- .app-content .wizard > .steps > ul > li:before {
- content: "";
- display: block;
- position: absolute;
- z-index: 9;
- left: 0;
- }
- .app-content .wizard > .steps > ul > li:after {
- content: "";
- display: block;
- position: absolute;
- z-index: 9;
- right: 0;
- }
- .app-content .wizard > .steps > ul > li:last-child:after {
- content: none;
- }
- .app-content .wizard > .steps > ul > li.current > a {
- color: #5c6bc6;
- cursor: default;
- }
- .app-content .wizard > .steps > ul > li.current .step {
- border-color: #5c6bc6;
- background-color: #5c6bc6;
- color: #fff;
- }
- .app-content .wizard > .steps > ul > li.disabled a {
- color: #636363;
- cursor: default;
- }
- .app-content .wizard > .steps > ul > li.disabled a:hover {
- color: #636363;
- cursor: default;
- }
- .app-content .wizard > .steps > ul > li.disabled a:focus {
- color: #636363;
- cursor: default;
- }
- .app-content .wizard > .steps > ul > li.disabled .step {
- color: #b8c2cc;
- }
- .app-content .wizard > .steps > ul > li.done a {
- color: #636363;
- }
- .app-content .wizard > .steps > ul > li.done a:hover {
- color: #636363;
- }
- .app-content .wizard > .steps > ul > li.done a:focus {
- color: #636363;
- }
- .app-content .wizard > .steps > ul > li.done .step {
- background-color: #fff;
- border-color: #5c6bc6;
- color: #b8c2cc;
- }
- .app-content .wizard > .steps > ul > li.done:last-child .step {
- background-color: #5c6bc6;
- border-color: #5c6bc6;
- color: #fff;
- }
- .app-content .wizard > .steps > ul > li.error > a {
- color: #ea5455;
- }
- .app-content .wizard > .steps > ul > li.error .step {
- border-color: #ea5455;
- color: #fff;
- background-color: #ea5455;
- }
- .app-content .wizard > .steps .step {
- background-color: #fff;
- display: inline-block;
- position: absolute;
- top: 0;
- left: 50%;
- margin-left: -24px;
- z-index: 10;
- text-align: center;
- }
- .app-content .wizard > .steps .step i {
- position: relative;
- top: 2px;
- }
- .app-content .wizard > .content {
- position: relative;
- width: auto;
- padding: 0;
- margin: 0;
- }
- .app-content .wizard > .content > .title {
- position: absolute;
- left: -99999px;
- }
- .app-content .wizard > .content > .body {
- padding: 0 20px;
- }
- .app-content .wizard > .content > iframe {
- border: 0 none;
- width: 100%;
- height: 100%;
- }
- .app-content .wizard > .actions {
- position: relative;
- display: block;
- text-align: right;
- padding: 20px;
- padding-top: 0;
- }
- .app-content .wizard > .actions > ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .app-content .wizard > .actions > ul:after {
- content: "";
- display: table;
- clear: both;
- }
- .app-content .wizard > .actions > ul > li {
- float: left;
- }
- .app-content .wizard > .actions > ul > li + li {
- margin-left: 10px;
- float: right;
- }
- .app-content .wizard > .actions > ul > li > a {
- background: #5c6bc6;
- color: #fff;
- display: block;
- padding: 7px 12px;
- border-radius: 0.42rem;
- border: 1px solid transparent;
- }
- .app-content .wizard > .actions > ul > li > a:hover {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
- }
- .app-content .wizard > .actions > ul > li > a:focus {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
- }
- .app-content .wizard > .actions > ul > li > a:active {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
- }
- .app-content .wizard > .actions > ul > li > a[href="#previous"] {
- background-color: #5c6bc6;
- color: #fff;
- border-radius: 0.42rem;
- }
- .app-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
- }
- .app-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
- }
- .app-content .wizard > .actions > ul > li > a[href="#previous"]:active {
- box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
- }
- .app-content .wizard > .actions > ul > li.disabled > a {
- color: #fff;
- }
- .app-content .wizard > .actions > ul > li.disabled > a:hover {
- color: #fff;
- }
- .app-content .wizard > .actions > ul > li.disabled > a:focus {
- color: #fff;
- }
- .app-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
- box-shadow: none;
- }
- .app-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
- box-shadow: none;
- }
- .app-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
- box-shadow: none;
- }
- .app-content .wizard.wizard-circle > .steps > ul > li:before,
- .app-content .wizard.wizard-circle > .steps > ul > li:after {
- top: 43px;
- width: 50%;
- height: 3px;
- background-color: #5c6bc6;
- }
- .app-content .wizard.wizard-circle > .steps > ul > li.current:after {
- background-color: transparent;
- }
- .app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
- background-color: transparent;
- }
- .app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
- background-color: transparent;
- }
- .app-content .wizard.wizard-circle > .steps .step {
- width: 50px;
- height: 50px;
- line-height: 3rem;
- border: 3px solid #b8c2cc;
- font-size: 1.5rem;
- font-weight: 500;
- border-radius: 50%;
- }
- @media (max-width: 768px) {
- .app-content .wizard > .steps > ul {
- margin-bottom: 20px;
- }
- .app-content .wizard > .steps > ul > li {
- display: block;
- float: left;
- width: 33%;
- }
- .app-content .wizard > .steps > ul > li > a {
- margin-bottom: 0;
- }
- .app-content .wizard > .steps > ul > li:last-child:after {
- content: "";
- background-color: #5c6bc6;
- }
- }
- @media (max-width: 480px) {
- .app-content .wizard > .steps > ul > li.current:after {
- background-color: #5c6bc6;
- }
- }
|