﻿#header {
    background: -webkit-linear-gradient( 295deg, #20439c, #20439c, #10246e, #10246e, #10246e);
    background: -moz-linear-gradient(295deg, #20439c, #20439c, #10246e, #10246e, #10246e);
    background: -o-linear-gradient(295deg, #20439c, #20439c, #10246e, #10246e, #10246e);
    background: linear-gradient( 155deg, #20439c, #20439c, #10246e, #10246e, #10246e);
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub.header {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
}


    h1, h2, h3 {
        color: #10246E !important;
        font-family: 'Titillium Web', sans-serif !important;
    }

.h1, h1 {
    font-weight: 600 !important;
    font-size: 2.0rem !important;
}

    h1 sup {
        margin-left: 5px;
        font-size: 11px;
        top: -17px;
    }

.h2, h2 {
    font-size: 18px !important;
    color: #000 !important;
    padding-bottom: 20px;
    margin-top: 8px;
}

body {
    background-color: #f0f3fa !important;
}

.header.image {
    background-color: #f0f3fa !important;
    width: 80%;
    height: 80%;
    border: 1px solid #333;
    padding: 10px;
}

    .header.image.name {
    }

.form.body {
    padding-top: 15px;
}

.question {
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 1px solid rgba(51, 51, 51, .2);
    background-color: #ffffff;
}

.dot {
    background-color: #f8b122;
    padding: 11px;
    border-radius: 71px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.tabs {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    position: relative;
    bottom: -25px;
    margin-top: -20px;
}

.tab {
    box-shadow: none;
    border: 0px;
    margin-right: 5px;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: -10px;
    border: 1px solid rgba(51, 51, 51, .2);
    border-bottom: 0px;
    float: left;
    color: #000000;
}

    .tab.active {
        background-color: #f0f3fa !important;
        color: #000000;
        font-weight: bold;
    }

.scrollbox {
    position: fixed;
    bottom: 20px;
    padding: 25px;
}

    .scrollbox.lined {
        border: 1px solid rgba(51, 51, 51, .2);
        background-color: #ffffff;
    }

    .scrollbox.left {
        left: 20px;
    }

    .scrollbox.right.lined {
        bottom: 80px;
    }

    .scrollbox.right {
        right: 20px;
    }

        .scrollbox.right.step {
            right: 20px;
            border: 1px solid rgba(51, 51, 51, .2);
            background-color: #ffffff;
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: #22459f;
            color: #ffffff;
        }

    .scrollbox b {
        width: 100%;
        /*border-bottom: 1px solid rgba(51, 51, 51, .2);*/
        padding-bottom: 5px;
    }

    .scrollbox ul {
        list-style-type: none; /* Remove bullets */
        padding: 0; /* Remove padding */
        margin: 0; /* Remove margins */
    }

.btn.orange {
    background-color: #f8b122;
    color: #ffffff;
    margin-right: 10px;
}

.btn.blue {
    background-color: #22459f;
    color: #ffffff;
    margin-right: 10px;
    float:left;
}

.function {
    border: 1px solid rgba(51, 51, 51, .2);
    background-color: #ffffff;
    min-height: 150px;
    margin: 10px;
}

label {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.aspNetDisabled label {
    cursor: default;
}

.check {
    color: green;
    font-weight: bold;
}

.x {
    color: red;
    font-weight: bold;
}

.openEndTitle {
    font-weight: bold;
    margin-bottom: 8px;
    width: 100%;
}

.openEndTable {
    line-height: 21px;
    width: 100%;
}

    .openEndTable tr td .alignLeft input {
        float: right;
    }

    .openEndTable tr td .alignRight input {
        float: left;
    }

    .openEndTable tr td label {
        background-color: #f0f3fa;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 5px;
        border: 1px solid rgba(51, 51, 51, .2);
        width: 75px;
        text-align: center;
    }

.openEndTable tr td {
    text-align: right !important;
}

    .openEndTable tr td:first-child {
        text-align: left !important;
    }

.openEndTable tr {
    height: 28px;
}

.openEndTable tr td input {
    margin-top: 7px;
}

.block {
margin-bottom: 40px;
}

.groundingDropdown {
    position: absolute;
    margin-top: 10px;
    font-size: 12px;
}

    .groundingDropdown select {
        font-size: 12px;
    }

.align-center {
text-align: center;
}

.plug {
    width: 25px;
}

    .plug.left {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        float: left;
        position: relative;
        top: 1px;
        margin-left: -27px;
    }

    .plug.right {
        float: right;
        position: relative;
        top: 2px;
        margin-right: -19px;
    }