Newer
Older
/*---------------------------------CSS RESET-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
a img{
border-width: 0;
vertical-align: middle;
}
dialog{
display: none;
}
dialog[open]{
display: block;
}
/* ------------------------------------------------------------------------*/
button{
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
button.close-button{
background: transparent;
border:none;
fieldset {
margin-bottom:1rem;
text-decoration: underline;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
/* main */
main {
padding: 1rem 0.5rem;
}
main form {
width: 100%;
}
.wizard {
display: block;
width: 100%;
overflow: hidden;
}
.wizard > .steps {
position: relative;
display: inline;
width: 30%;
float: left;
}
.wizard > .steps > ol > li {
list-style-position: inside;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
.wizard > .steps > ol > li.current {
color: #FFFFFF;
.wizard > .steps > ol > li.disabled {
background: #eee;
color: #aaa;
.wizard > .content {
background: none;
min-height: 25rem;
position: relative;
width: auto;
overflow: auto;
overflow-x: hidden;
position: relative;
display: inline-block;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
.wizard > .content .custom-combobox-input {
margin: 0;
padding: 5px 10px;
}
.wizard > .content .ui-autocomplete {
max-height: 400px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
.wizard > .content label.error {
display: block;
color: #FFFFFF;
width: 100%;
background: #F04124;
padding-left: 1rem;
.wizard > .actions {
position: relative;
display: block;
text-align: right;
width: 100%;
}
margin-top: 1rem;
box-shadow: 0 3px 5px #333;
padding:0.5rem;
border-radius: 3px 3px 0 0;
text-align: center;
div.account table {
table-layout: fixed;
word-wrap: break-word;
margin-bottom: 0;
}
/*display: flex;*/
.ui-icon {
float:none !important;
}
ul.columns4 {
column-count: 4;
list-style-type: none;
}
ul.columns3 {
column-count: 3;
list-style-type: none;
}
.nocursor{
cursor: default!important;
opacity:0.6;
}
.nocursor label{
cursor: default!important;
color:#aaa!important;
}
.nocursor [class*=" fa-"]:before{
text-align: right;
font-size: 1rem;
}
@media only screen and (max-width: 800px){
.wizard > .steps {
width: 100%;
float: none;
text-align: center;
}