/* CSS Style Sheet for Quick Guides (Android) */

body {
    background-color: #cccccc;
    font-family: 'system-ui',sans-serif;
}

body.help {
    background: url(../images/quickguidehelp.png);
    background-repeat: no-repeat;
}

/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (max-aspect-ratio: 24/25) {
    body {
        width: 728px;
    }

    body.help {
        background-size: 768px auto;
    }
}

/* iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (min-aspect-ratio: 24/25) {
    body {
        width: 703px;
    }

    body.help {
        background-size: 703px auto;
    }
}

span.abouttitle {
    padding-top: 12px;
    padding-left: 12px;
    font-weight: bold;
    text-shadow: 2px 2px 2px lightgray;
}

span.aboutversion {
    padding-top: 12px;
    padding-left: 12px;
}

pre.common {
    color: #009;
    background-color: #FFC;
    border: 1px solid #e1e1e2;
    padding: 10px;
    margin: 10px 0 10px 0;
    word-wrap: break-word;
    word-break: break-all;
}

pre.file-header {
    margin-top: 0;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    background-color: #f0f0f0;
}

code.common {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    font-weight: bold;
    background-color: #f0f0f0;
}

code.file-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

code.bootstrap {
    color: #C7254E;
    background-color: #F9F2F4;
}



h1.common {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 4px;
    font-weight: bold;
    color: lawngreen;
    /*border-bottom:1px solid black;*/
}

h2.common {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 4px;
    font-weight: bold;
}

h2.form-header {
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    background-color: #f7f7f7;
    padding: 6px 6px 4px 6px;
}

h2.file-header {
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #f7f7f7;
    padding: 6px 6px 4px 6px;
}

h3.common {
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 4px;
    font-weight: bold;
}

.supportfooter {
    margin-top: 10px;
    margin-bottom: 0px;
}

div.main {
    padding: 10px;
    border-style: solid;
    border-radius: 7px;
    border-color: #888888;
    background-color: #ffffff;
    /* margin-top: 6px; */
    margin-bottom: 6px;
}

div.output {
    background-color: #f5f5f5;
    border: 1px solid #e1e1e2;
    padding: 10px;
    margin: 10px 0 5px 0;
}

div.box-3d-blue {
    background-color: #0D5995;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

div.box-3d-red {
    background-color: #D90000;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

div.box-3d-green {
    background-color: #45B524;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

span.box-3d-blue {
    background-color: #0D5995;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

span.box-3d-red {
    background-color: #D90000;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

span.box-3d-green {
    background-color: #45B524;
    color: #ffffff;
    padding: 2px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.80em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

span.floatrightunsupportedbox {
    float: right;
    width: 78px;
}

span.floatrightchangedbox {
    float: right;
    width: 58px;
}

span.floatrighthtml5box {
    float: right;
    width: 46px;
}

div.added {
    float: right;
    background-color: #0D5995;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.8em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

div.deleted {
    float: right;
    background-color: #B20000;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.8em;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

div.smalldeprecated {
    float: right;
    background-color: #D96D00;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    margin: 0 2px 0 0;
    font-family: Arial;
    font-size: 0.8em;
    width: 66px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}

ol.common {
    margin-left: 1.5em;
    padding-left: 0.5em;
    list-style: decimal;
}

ul.common {
    margin-left: 1.5em;
    padding-left: 0;
    list-style-type: square;
}

li.common {
    margin: 0;
    padding: 0;
    padding-bottom: .5em;
}

table.reference {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 12px 0;
}

table.reference th {
    background-color: #66ccff;
    border: 1px solid #c3c3c3;
    padding: 3px;
    vertical-align: top;
}

table.reference td {
    border: 1px solid #c3c3c3;
    padding: 3px;
    vertical-align: top;
}

table.bsReference {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    width: 100%;
}

table.bsReference th {
    padding: 4px;
    vertical-align: bottom;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    text-align: center;
}

table.bsReference td {
    padding: 4px;
    vertical-align: bottom;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    text-align: right;
    font-size: 10px;
}

table.bsReference .bsSupportedAll {
    background-image: url('../images/checkmark-24x24.png');
    background-size: 24px 24px;
    height: 32px;
}

table.bsReference .bsSupportedSome {
    background-image: url('../images/warning-24x24.png');
    background-size: 24px 24px;
    height: 32px;
}

table.bsReference .bsSupportedNone {
    background-image: url('../images/x-24x24.png');
    background-size: 24px 24px;
    height: 32px;
}

table.bsReferenceSmall {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
    width: 100%;
}

table.bsReferenceSmall th {
    padding: 4px;
    vertical-align: bottom;
    border: 1px solid #dadada;
    text-align: center;
    /*font-size:10px;*/
    /*font-weight:normal;*/
}

table.bsReferenceSmall td {
    padding: 4px;
    vertical-align: bottom;
    background-position: 20% 50%;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    text-align: right;
    font-size: 10px;
}

table.bsReferenceSmall .bsSupportedAll {
    background-image: url('../images/checkmark-16x16.png');
}

table.bsReferenceSmall .bsSupportedSome {
    background-image: url('../images/warning-16x16.png');
}

table.bsReferenceSmall .bsSupportedNone {
    background-image: url('../images/x-16x16.png');
}

.deprecated {
    background-color: #F00;
    text-align: center;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.8em;
}

.deprecated_l1 {
    color: white;
    letter-spacing: .6em;
    font-weight: bold;
}

.deprecated_l2 {
    color: white;
    font-size: small;
}

.notsupported {
    color: #9F0000;
}

.htmlsupported {
    color: rgb(0, 0, 0);
    background-color: #ccc;
    margin: 2px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bright_red {
    color: rgb(255, 0, 0);
}

.bs-callout {
    padding: 12px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-info {
    border-left-color: #1B809E;
}


/* ----------------------------- IMAGES --------------------------- */

/* Normal Density */

.check_yes {
    background: url('../images/check_yes.png') no-repeat center center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

.check_no {
    background: url('../images/check_no.png') no-repeat center center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

@media only screen and (min-device-width: 768px) {
    table.bsReference .bsSupportedAll {
        background-image: url('../images/checkmark-32x32.png');
        height: 32px;
    }

    table.bsReference .bsSupportedSome {
        background-image: url('../images/warning-32x32.png');
        height: 32px;
    }

    table.bsReference .bsSupportedNone {
        background-image: url('../images/Cross1.png');
        height: 32px;
    }
}