UNPKG

equation-admin-template

Version:

Booststrap 4 admin template made by equation

1,030 lines (957 loc) 22.5 kB
/* Common */ .wizard, .tabcontrol { display: block; width: 100%; overflow: hidden; } .wizard a, .tabcontrol a { outline: 0; } .wizard ul, .tabcontrol ul { list-style: none !important; padding: 0; margin: 0; } .wizard ul > li, .tabcontrol ul > li { display: block; padding: 0; } /* Accessibility */ .wizard > .steps .current-info, .tabcontrol > .steps .current-info { position: absolute; left: -999em; } .wizard > .content > .title, .tabcontrol > .content > .title { position: absolute; left: -999em; } /* Wizard */ .wizard > .steps { position: relative; display: block; width: 100%; } .wizard.vertical > .steps { display: inline; float: left; width: 30%; } .wizard > .steps .number { font-size: 1.429em; } .wizard > .steps > ul > li, .wizard > .actions > ul > li { float: left; } .wizard.vertical > .steps > ul > li { float: none; width: 100%; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { display: block; width: auto; padding: 10px; text-decoration: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { background: #e9ecef; color: #aaa; cursor: default; } .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active { background: #25d5e4; color: #fff; cursor: default; } .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active { background: #3b3f5c; color: #fff; } .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active { background: #ff3111; color: #fff; } .wizard > .content { background: #f1f3f9; display: block; margin-top: 27px; min-height: 18em; overflow: hidden; position: relative; width: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .wizard > .content section.body:not(.current) { display: none!important; } .wizard.vertical > .content { display: inline; float: left; margin: 0 2.5% 0.5em 2.5%; width: 65%; } .wizard > .content > .body { padding: 4.5%; } .wizard > .content > .body ul { list-style: disc !important; } .wizard > .content > .body ul > li { display: list-item; } .wizard > .content > .body > iframe { border: 0 none; width: 100%; height: 100%; } .wizard > .content > .body input { display: block; border: 1px solid #ccc; } .wizard > .content > .body input[type="checkbox"] { display: inline-block; } .wizard > .content > .body input.error { background: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; } .wizard > .content > .body label.error { color: #8a1f11; display: inline-block; margin-left: 1.5em; } .wizard > .actions { margin-top: 30px; margin-bottom: 24px; } .wizard.vertical > .actions { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .wizard > .actions > ul { display: inline-block; text-align: right; } .wizard > .actions > ul > li { margin: 0 0.5em; } .wizard.vertical > .actions > ul > li { margin: 0 0 0 1em; } .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active { background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%); color: #fff; display: block; padding: 0.5em 1em; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active { background: #e6ecf5; color: #888ea8; } /* Tabcontrol */ .tabcontrol > .steps { position: relative; display: block; width: 100%; } .tabcontrol > .steps > ul { position: relative; margin: 6px 0 0 0; top: 1px; z-index: 1; } .tabcontrol > .steps > ul > li { float: left; margin: 5px 2px 0 0; padding: 1px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .tabcontrol > .steps > ul > li:hover { background: #edecec; border: 1px solid #bbb; padding: 0; } .tabcontrol > .steps > ul > li.current { background: #fff; border: 1px solid #bbb; border-bottom: 0 none; padding: 0 0 1px 0; margin-top: 0; } .tabcontrol > .steps > ul > li > a { color: #5f5f5f; display: inline-block; border: 0 none; margin: 0; padding: 10px 30px; text-decoration: none; } .tabcontrol > .steps > ul > li > a:hover { text-decoration: none; } .tabcontrol > .steps > ul > li.current > a { padding: 15px 30px 10px 30px; } .tabcontrol > .content { position: relative; display: inline-block; width: 100%; height: 35em; overflow: hidden; border-top: 1px solid #bbb; padding-top: 20px; } .tabcontrol > .content > .body { float: left; position: absolute; width: 95%; height: 95%; padding: 2.5%; } .tabcontrol > .content > .body ul { list-style: disc !important; } .tabcontrol > .content > .body ul > li { display: list-item; } /*Vertical*/ .wizard.vertical > .steps a, .wizard.vertical > .steps a:hover, .wizard.vertical > .steps a:active { margin-bottom: 5px; } .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { background-color: transparent; color: #888ea8; } .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number { border-color: #fff; } .wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number { border-color: #fff; } .wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number { border-color: #fff; } .wizard > .steps .last.current.done a, .wizard > .steps .last.current.done a:hover, .wizard > .steps .last.current.done a:active { background: #3862f5; color: #fff; } .wizard > .actions > ul > li { margin: 0; } .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{ border-bottom: 3px solid #888ea8; } /* Simple */ .wizard > .steps .number { font-size: 15px; padding: 2px 5px; border: 1px solid #fff; border-radius: 20px; } /*Circle*/ .circle.wizard ul, .circle.wizard.tabcontrol ul { display: flex; justify-content: space-around; } .circle.wizard .actions ul { justify-content: space-between; } .circle.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; } .circle.wizard > .steps .number { font-size: 15px; border: 2px solid #000; border-radius: 53px; display: block; font-size: 14px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin-left: auto; margin-right: auto; } .circle.wizard > .steps .current a, .circle.wizard > .steps .current a:hover, .circle.wizard > .steps .current a:active { background: transparent; color: #343f55; cursor: default; text-align: center; } .circle.wizard > .steps ul li::after, .circle.wizard > .steps ul li::before { content: ''; z-index: 9; display: block; position: absolute; top: 35px; width: 235%; height: 3px; right: 0; left: 0; margin-left: auto; margin-right: auto; background-color: #f1f3f9; } .circle.wizard.wizard > .content { margin-top: 0 } .circle.wizard > .steps a .number, .circle.wizard > .steps a:hover .number, .circle.wizard > .steps a:active .number { border-color: #e9ecef; background-color: #fff; position: relative; z-index: 10; text-align: center; } .circle.wizard > .steps .disabled a .number, .circle.wizard > .steps .disabled a:hover .number, .circle.wizard > .steps .disabled a:active .number { border-color: #f1f3f9; background-color: #f1f3f9; } .circle.wizard > .steps .current:not(.done) a .number, .circle.wizard > .steps .current:not(.done) a:hover .number, .circle.wizard > .steps .current:not(.done) a:active .number { border-color: #3862f5; background-color: #3862f5; color: #fff; } .circle.wizard > .steps .done a, .circle.wizard > .steps .done a:hover, .circle.wizard > .steps .done a:active { border: none; background-color: transparent; color: #343f55; } .circle.wizard > .steps .done a .number { border-color: #25d5e4; } .circle.wizard > .steps ul li.done::after, .circle.wizard > .steps ul li.done::before { background-color: #25d5e4; } .circle.wizard > .steps .last.current.done a, .circle.wizard > .steps .last.current.done a:hover, .circle.wizard > .steps .last.current.done a:active { border: none; background-color: transparent; color: #343f55; } .wizard > .steps .done a, .classic.wizard > .steps .current a, .wizard > .steps .disabled a { cursor: pointer!important; } /* Classic */ .classic.wizard ul, .classic.wizard.tabcontrol ul { display: flex; justify-content: space-around; } .classic.wizard .actions ul { justify-content: space-between; } .classic.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; } .classic.wizard > .steps .number { font-size: 15px; border: 2px solid #888ea8; border-radius: 53px; display: block; font-size: 14px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin-left: auto; margin-right: auto; margin-bottom: 10px; } .classic.wizard > .steps .current a, .classic.wizard > .steps .current a:hover, .classic.wizard > .steps .current a:active { background: #6156ce; color: #fff; cursor: default; text-align: center; border-bottom: 3px solid #ffbb44; } .classic.wizard.wizard > .content { margin-top: 0 } /* Icon Changing */ .icon-changing.wizard ul, .icon-changing.wizard.tabcontrol ul { display: flex; justify-content: space-around; } .icon-changing.wizard .actions ul { justify-content: space-between; } .icon-changing.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; } .icon-changing.wizard > .steps .number { font-size: 15px; border: 2px solid #000; border-radius: 53px; display: block; font-size: 14px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin-left: auto; margin-right: auto; } .icon-changing.wizard > .steps a i { display: block; font-size: 24px; padding: 10px; background: #e95f2b; border-radius: 5px; width: 60px; height: 47px; margin-right: auto; margin-left: auto; } .icon-changing.wizard > .steps li.disabled a i { background: #f1f3f9; } .icon-changing.wizard > .steps .current a, .icon-changing.wizard > .steps .current a:hover, .icon-changing.wizard > .steps .current a:active { background: transparent; color: #fff; cursor: default; text-align: center; } .icon-changing.wizard.wizard > .content { margin-top: 0 } .icon-changing.wizard > .steps a .number, .icon-changing.wizard > .steps a:hover .number, .icon-changing.wizard > .steps a:active .number { border-color: #343f55; background-color: #fff; position: relative; z-index: 10; text-align: center; } .icon-changing.wizard > .steps .done a, .icon-changing.wizard > .steps .done a:hover, .icon-changing.wizard > .steps .done a:active { border: none; background-color: transparent; color: #343f55; } .icon-changing.wizard > .steps .done a i { background-color: #24ccda; color: #fff; } .icon-changing.wizard > .steps .done a .number { border-color: #3862f5; } .icon-changing.wizard > .steps ul li.done:not(.last)::after, .icon-changing.wizard > .steps ul li.done:not(.last)::before { background-color: #3862f5; } .icon-changing.wizard > .steps .last.current.done a, .icon-changing.wizard > .steps .last.current.done a:hover, .icon-changing.wizard > .steps .last.current.done a:active { border: none; background-color: transparent; color: #343f55; } /* Icon and text */ .ico-text.wizard ul, .ico-text.wizard.tabcontrol ul { display: flex; justify-content: space-around; } .ico-text.wizard .actions ul { justify-content: space-between; } .ico-text.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; } .ico-text.wizard > .steps .number { font-size: 15px; border: 2px solid #000; border-radius: 53px; display: block; font-size: 14px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin-left: auto; margin-right: auto; } .ico-text.wizard > .steps a i { display: block; font-size: 32px; margin-bottom: 12px; } .ico-text.wizard > .steps li.disabled { opacity: .5; } .ico-text.wizard > .steps a, .ico-text.wizard > .steps a:hover, .ico-text.wizard > .steps a:active { border-bottom: 2px solid #f1f3f1; font-size: 15px; font-weight: 600; } .ico-text.wizard > .steps .current a, .ico-text.wizard > .steps .current a:hover, .ico-text.wizard > .steps .current a:active { background: transparent; color: #3b3f5c; cursor: default; text-align: center; border-bottom: 2px solid #3232b7; } .ico-text.wizard.wizard > .content { margin-top: 0; background: transparent; } .ico-text.wizard > .steps a .number, .ico-text.wizard > .steps a:hover .number, .ico-text.wizard > .steps a:active .number { border-color: #343f55; background-color: #fff; position: relative; z-index: 10; text-align: center; } .ico-text.wizard > .steps .done a, .ico-text.wizard > .steps .done a:hover, .ico-text.wizard > .steps .done a:active { border: none; background-color: transparent; color: #343f55; } .ico-text.wizard > .steps .done a .number { border-color: #3862f5; } .ico-text.wizard > .steps ul li.done:not(.last)::after, .ico-text.wizard > .steps ul li.done:not(.last)::before { background-color: #3862f5; } .ico-text.wizard > .steps .last.current.done a, .ico-text.wizard > .steps .last.current.done a:hover, .ico-text.wizard > .steps .last.current.done a:active { border: none; background-color: transparent; color: #343f55; } /* Pill */ .pill.wizard ul, .pill.wizard.tabcontrol ul { display: flex; justify-content: space-around; } .pill.wizard .actions ul { justify-content: space-between; } .pill.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; } .pill.wizard > .steps a i { display: block; font-size: 24px; } .pill.wizard > .steps li.disabled { opacity: .5; } .pill.wizard > .steps .disabled a, .pill.wizard > .steps .disabled a:hover, .pill.wizard > .steps .disabled a:active { background-color: #e6ecf5; color: #3b3f5c; border: solid 1px #e9ecef; } .pill.wizard > .steps a, .pill.wizard > .steps a:hover, .pill.wizard > .steps a:active { border-bottom: 2px solid #f1f3f1; font-size: 15px; font-weight: 600; margin-right: 6px; border-radius: 20px; } .pill.wizard.wizard > .content { margin-top: 0; background: transparent; } .pill.wizard > .steps a .number, .pill.wizard > .steps a:hover .number, .pill.wizard > .steps a:active .number { border: none; } .pill.wizard > .steps .done a, .pill.wizard > .steps .done a:hover, .pill.wizard > .steps .done a:active { border: 1px solid #e9ecef; background-color: transparent; color: #343f55; } .pill.wizard > .steps .done a .number { border-color: #3862f5; } .pill.wizard > .steps ul li.done:not(.last)::after, .pill.wizard > .steps ul li.done:not(.last)::before { background-color: #3862f5; } .pill.wizard > .steps .last.current.done a, .pill.wizard > .steps .last.current.done a:hover, .pill.wizard > .steps .last.current.done a:active { border: 1px solid #e9ecef; background-color: transparent; color: #343f55; } /*Circle Vertical*/ .circle.vertical.wizard { display: flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .circle.vertical.wizard > .steps { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } .circle.vertical.wizard ul, .circle.vertical.wizard.tabcontrol ul { display: block; } .circle.vertical.wizard .actions ul { justify-content: space-between; display: flex; } .circle.vertical.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; padding-top: 26px; padding-bottom: 10px; } .circle.vertical.wizard > .steps .number { font-size: 15px; border: 2px solid #000; border-radius: 53px; display: block; font-size: 14px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin-left: auto; margin-right: auto; } .circle.vertical.wizard > .steps .current a, .circle.vertical.wizard > .steps .current a:hover, .circle.vertical.wizard > .steps .current a:active { background: transparent; color: #343f55; cursor: default; text-align: center; } .circle.vertical.wizard > .steps ul li::after, .circle.vertical.wizard > .steps ul li::before { content: ''; z-index: 9; display: block; position: absolute; top: 0; width: 3px; height: 110%; right: 0; left: 0; margin-left: auto; margin-right: auto; background-color: #f1f3f9; } .circle.vertical.wizard.wizard > .content { -ms-flex: 0 0 50%; flex: 0 0 70%; max-width: 70%; margin: 0; } .circle.vertical.wizard > .steps a .number, .circle.vertical.wizard > .steps a:hover .number, .circle.vertical.wizard > .steps a:active .number { border-color: #343f55; background-color: #fff; position: relative; z-index: 10; text-align: center; } .circle.vertical.wizard > .steps .disabled a .number, .circle.vertical.wizard > .steps .disabled a:hover .number, .circle.vertical.wizard > .steps .disabled a:active .number { border-color: #f1f3f9; background-color: #f1f3f9; } .circle.vertical.wizard > .steps .done a, .circle.vertical.wizard > .steps .done a:hover, .circle.vertical.wizard > .steps .done a:active { border: none; background-color: transparent; color: #343f55; } .circle.vertical.wizard > .steps .done a .number { border-color: #25d5e4; } .circle.vertical.wizard > .steps ul li.done::after, .circle.vertical.wizard > .steps ul li.done::before { background-color: #25d5e4; } .circle.vertical.wizard > .steps .last.current.done a, .circle.vertical.wizard > .steps .last.current.done a:hover, .circle.vertical.wizard > .steps .last.current.done a:active { border: none; background-color: transparent; color: #343f55; } /*Pill Vertical*/ .pills.vertical.wizard { display: flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .pills.vertical.wizard > .steps { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } .pills.vertical.wizard ul, .pills.vertical.wizard.tabcontrol ul { display: flow-root; justify-content: space-around; } .pills.vertical.wizard .actions ul { justify-content: space-between; display: flex; } .pills.vertical.wizard > .steps > ul > li { float: none; width: 100%; text-align: center; position: relative; } .pills.vertical.wizard > .steps .number { font-size: 15px; border: none; font-size: 14px; display: flex; justify-content: center; align-items: center; } .pills.vertical.wizard > .steps li.disabled { opacity: .5; } .pills.vertical.wizard > .steps a, .pills.vertical.wizard > .steps a:hover, .pills.vertical.wizard > .steps a:active { font-weight: 600; margin-right: 6px; border-radius: 20px; margin-bottom: 25px; } .pills.vertical.wizard > .steps .disabled a, .pills.vertical.wizard > .steps .disabled a:hover, .pills.vertical.wizard > .steps .disabled a:active { background-color: #e6ecf5; color: #3b3f5c; border: solid 1px #e9ecef; } .pills.vertical.wizard > .steps .current a, .pills.vertical.wizard > .steps .current a:hover, .pills.vertical.wizard > .steps .current a:active { color: #ffffff; cursor: default; text-align: center; border-radius: 30px; margin-right: 5px; } .pills.vertical.wizard.wizard > .content { -ms-flex: 0 0 50%; flex: 0 0 70%; max-width: 70%; margin: 0; } .pills.vertical.wizard > .steps .done a, .pills.vertical.wizard > .steps .done a:hover, .pills.vertical.wizard > .steps .done a:active { border: 1px solid #e9ecef; background-color: transparent; color: #343f55; } .pills.vertical.wizard > .steps .done a .number { border-color: #3862f5; } .pills.vertical.wizard > .steps ul li.done:not(.last)::after, .pills.vertical.wizard > .steps ul li.done:not(.last)::before { background-color: #3862f5; } .pills.vertical.wizard > .steps .last.current.done a, .pills.vertical.wizard > .steps .last.current.done a:hover, .pills.vertical.wizard > .steps .last.current.done a:active { border: 1px solid #e9ecef; background-color: transparent; color: #343f55; } /*For Validation Checkbox */ label.custom-control-label { margin-left: 30px; } @media (max-width: 575px) { .classic.wizard ul[role="tablist"], .icon-changing.wizard ul[role="tablist"], .ico-text.wizard ul[role="tablist"], .pill.wizard ul[role="tablist"] { display: block; } .ico-text.wizard ul[role="tablist"] li, .pill.wizard ul[role="tablist"] li { margin-bottom: 2rem; } .pills.vertical.wizard > .steps, .pills.vertical.wizard.wizard > .content { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }