/*
 * Default theme
 * Use this stylesheet as a basis for new themes.
 */

/* Body and base background */
body,
.requestlist>li.rqli,
.requestlist>li .brmarker,
.requestlist>li .brstatuspanel {
    background-color: #2c333a;
}

#startscreen {
    background-color: #4d5359;
}

/* Header and navigation background */
header,
#fixednav {
    background-color: #4d5359;
}

/* Heading styles */
.heading {
    padding-bottom: 1.3em;
}

/* Request list item backgrounds */
.requestlist>li.rqli:nth-child(odd) {
    background-color: rgba(78, 83, 89, 0.15);
}

.requestlist>li.requestoutgoing.visible_request,
.requestlist>li.requestoutgoing.visible_request .brstatuspanel,
.requestlist>li.requestoutgoing .brmarker {
    background-color: #484c46;
}

.requestlist>li.requestlocal.visible_request,
.requestlist>li.requestlocal.visible_request .brstatuspanel,
.requestlist>li.requestlocal .brmarker {
    background-color: #3f4f5b;
}

.liwrap {
    color: #b3b3b3;
}

/* Link colors */
#dialogbody h2:before,
#toseed,
#actions div,
#dialog .customtrigger,
#canceldialog,
#backupcd,
#backupactions .util_icon,
.linkcolor,
.selectarrows,
.qrscanner,
.ref {
    color: #009788;
}

.button,
.alias {
    background-color: #009788;
}

.alias {
    color: rgba(255, 255, 255, 0);
}