
@CHARSET "UTF-8";

ul.collection.menu {
    margin-top: 10px;
}

.collection { margin-bottom: 20px; }

.collection > li {
    margin-bottom: 20px;
}

.collection > *:not(.right) {
    float: left;
    margin-right: 20px;
}

.collection > .right {
    margin-left: 20px;
    float: right;
}

.collection > li > * {
    vertical-align: top;
}

.collection.menu > li {
    height: 20px;
    line-height: 20px;
    font-family: 'ptrootmedium',Arial,Helvetica,freesans,sans-serif;
}

.collection > li.bubble {
    margin-right: 10px;
    margin-bottom: 10px;
}

.collection:after { content: "."; display:block; clear:both; height:0; visibility:hidden; }


.split[data-count='2'] > li { width: calc((100% - (100px + (2 * 2px))) / 2); }
.split[data-count='3'] > li { width: calc((100% - (100px + (3 * 2px))) / 3); }
.split[data-count='4'] > li { width: calc((100% - (100px + (4 * 2px))) / 4); }
.split[data-count='5'] > li { width: calc((100% - (100px + (5 * 2px))) / 5); }


#mainbody > .header {
    position: fixed;
    z-index: 10;
    padding: 10px 0px;
    height: 40px;
    left: 0px; top: 0px; width: 100%;
    margin-bottom: 0px;
    background-color: var(--headercolor);
    color: var(--headertextcolor);
}

#mainbody > .header span.icon {
    -webkit-filter: invert(100%); filter: invert(100%);
}

#mainbody > .header > *:first-of-type {
    margin: 10px 20px;
    width: calc(100% - 40px);
}

#mainbody > .header ~ section:not(.hidden) {
    padding-top: 120px;
}

.button { 
    padding: 12px 20px; 
    background-color: #f0f0f0; 
    color: #000; 
    border-radius: 4px; 
    border: 2px solid var(--bordercolor);
}

.button.cancel,
.button.red { color: #fff; background-color: #f00;}

.button.ok,
.button.green { color: #fff; background-color: #40c840;}

.button:hover { 
    background-color: #000; 
    color: #fff; 
    border-radius: 4px; 
}

.tfaentry.collection > li > input {
    text-align: center;
    font-family: Helvetica,freesans,sans-serif;
    font-size: 40px;
}

.tfaentry.collection > li {
    margin-right: 2px;
}


section.code {
    position: relative;
    border: 0.8px solid #444;
    padding: 10px;
    width: calc(100% - 20px);
    background-color: var(--codeback);
    margin-bottom: 40px;
}

section.code > section.title {
    border-bottom: 0.8px solid #444;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
    font-family: 'ptrootbold',Arial,Helvetica,freesans,sans-serif;
}

span.bigpic {
    width: 100%;
    padding-top: 50%;
    border-radius: 10px;
    background-color: var(--offwhite);
    display: block;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

span.bigpic {
    background-image: url('/images/hero/buzicard_ipad_designer.jpg');
}


ul.fields + h1 {
    margin-top: 0px;
}

h1 + ul.fields,
h0 + ul.fields {
    margin-top: 40px;
}




*[data-component='stepshow'].menu > ul.pips > li {
    cursor: pointer;
}

*[data-component='stepshow'].menu > ul.pips > li:not(.selected) > *:first-of-type {
    border-bottom-color: transparent;
}

*[data-component='stepshow'].menu > ul.steps > li:not(.selected) {
    display: none;
}

*[data-component='stepshow'].menu > ul.steps > li.selected {
    display: block;
}


*[data-component="pager"] {
    margin-top: 0px;
    position: relative;
	margin-top: -60px;
    margin-bottom: 40px;
}

header + *[data-component="pager"] {
    margin-top: -80px;
    margin-bottom: 60px;
}


li.folder {
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid var(--bordercolor);
    margin-bottom: 5px;
    overflow: hidden;
}

.selectable > li.selected,
.selectable > li:hover {
    background-color: var(--offwhite);
}


.payment_headers > li > span.title {
    width: 200px;
}

.payment_headers > li > span.value {
    width: 150px;
}

.collection.appicons > li > span {
    border-radius: 8px;
    background-color: var(--backgroundcolor);
    border: 0.8px solid var(--bordercolor);
    box-shadow:0px 1px 3px rgba(0,0,0,.3); -moz-box-shadow:0px 1px 3px rgba(0,0,0,.3); -webkit-box-shadow:0px 1px 3px rgba(0,0,0,.3);
}

.collection.appicons > li span.image {
    border-radius: 8px;
}

ul.blog > li.article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.8px solid var(--bordercolor);
}

ul.blog > li.article:last-child {
    border-bottom: none;
}

ul.histogram > li {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #eee;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

ul.histogram > li[data-commit] {
    background-color: #f00;
}