﻿body {
    font-family: 'Open Sans',sans-serif;
    height: 100%;
    min-height: 100%;
}

.rt-body1 {
    font-size: 17px;
    color: rgba(0,0,0,.56);
    font-weight: 400;
}

.rt-body2 {
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
}

.rt-body3 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.rt-caption1 {
    font-size: 16px;
    color: rgba(0,0,0,.56);
    font-weight: 400;
}

.rt-caption2 {
    font-size: 16px;
    color: rgba(255,255,255,.7);
    font-weight: 400;
}

.rt-header {
    font-size: 22px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    margin-bottom: 8px;
}

.rt-bgcolor-background {
    background-color: #f1f3f6;
}

.rt-color-background {
    color: #f1f3f6;
}

.rt-bgcolor-highlight {
    background-color: #fff;
}

.rt-color-highlight {
    color: #fff;
}

.rt-bgcolor-header {
    background-color: #252525;
}

.rt-color-header {
    color: #252525;
}

.rt-bgcolor-primary {
    background-color: #3c5281;
}

.rt-color-primary {
    color: #3c5281;
}

.rt-grid-debug {
    background-color: #b0c4de;
}

    .rt-grid-debug .rt-row {
        background-color: #ffc0cb;
    }

    .rt-grid-debug [class^="rt-col-"] {
        background-color: #fff;
    }

.rt-row:after {
    display: block;
    clear: both;
    content: '';
}

.rt-container {
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}

@media screen and (min-width:978px) {
    .rt-container {
        width: 978px;
        padding-left: 56px;
        padding-right: 56px;
        margin: auto;
    }
}

.rt-row {
    width: 100%;
}

    .rt-row + .rt-row {
        margin-top: 3.67%;
    }

    .rt-row.sml-margin {
        margin-top: 8px;
    }

[class^="rt-col-"] {
    float: left;
    margin-right: 3.67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    [class^="rt-col-"].remove-margin {
        margin-right: 0;
    }

    [class^="rt-col-"]:last-child {
        margin-right: 0%;
    }

.rt-col-1 {
    width: 4.96917%;
}

.rt-col-offset-1 {
    margin-left: 4.96917%;
}

.rt-col-2 {
    width: 13.60833%;
}

.rt-col-offset-2 {
    margin-left: 13.60833%;
}

.rt-col-3 {
    width: 22.2475%;
}

.rt-col-offset-3 {
    margin-left: 22.2475%;
}

.rt-col-4 {
    width: 30.88667%;
}

.rt-col-offset-4 {
    margin-left: 30.88667%;
}

.rt-col-5 {
    width: 39.52583%;
}

.rt-col-offset-5 {
    margin-left: 39.52583%;
}

.rt-col-6 {
    width: 48.165%;
}

.rt-col-offset-6 {
    margin-left: 48.165%;
}

.rt-col-7 {
    width: 56.80417%;
}

.rt-col-offset-7 {
    margin-left: 56.80417%;
}

.rt-col-8 {
    width: 65.44333%;
}

.rt-col-offset-8 {
    margin-left: 65.44333%;
}

.rt-col-9 {
    width: 74.0825%;
}

.rt-col-offset-9 {
    margin-left: 74.0825%;
}

.rt-col-10 {
    width: 82.72167%;
}

.rt-col-offset-10 {
    margin-left: 82.72167%;
}

.rt-col-11 {
    width: 91.36083%;
}

.rt-col-offset-11 {
    margin-left: 91.36083%;
}

.rt-col-12 {
    width: 100%;
}

.rt-config-section {
    border-left: 1px solid rgba(0,0,0,.12);
    padding-left: 4.96917%;
    position: relative;
    padding-bottom: 10px;
}

    .rt-config-section .rt-header:before {
        content: '';
        position: absolute;
        margin-top: 10px;
        left: -7px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 2px solid #3c5281;
        background-color: #f1f3f6;
    }

.rt-section-stepper {
    margin: 0;
    padding: 0;
    list-style: none;
    width: inherit;
}

    .rt-section-stepper a {
        text-decoration: none;
    }

        .rt-section-stepper a:link {
            font-size: 17px;
            color: rgba(0,0,0,.56);
            font-weight: 400;
        }

        .rt-section-stepper a:visited {
            font-size: 17px;
            color: rgba(0,0,0,.56);
            font-weight: 400;
        }

        .rt-section-stepper a:active {
            font-size: 17px;
            color: rgba(0,0,0,.56);
            font-weight: 400;
        }

    .rt-section-stepper li {
        padding-left: 16px;
        padding-top: 8px;
        height: 36px;
        border-left: 1px solid rgba(0,0,0,.12);
        font-size: 17px;
        color: rgba(0,0,0,.56);
        font-weight: 400;
        cursor: pointer;
    }

        .rt-section-stepper li:hover {
            border-left: 1px solid #3c5281;
        }

        .rt-section-stepper li.selected {
            border-left: 4px solid #3c5281;
            font-size: 22px;
            color: rgba(0,0,0,.83);
            font-weight: 500;
            margin-bottom: 8px;
            margin-bottom: 0;
        }

.rt-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    font-size: 13px;
}

    .rt-breadcrumb li {
        display: inline;
    }

        .rt-breadcrumb li:last-child:after {
            content: ' ';
        }

        .rt-breadcrumb li:after {
            margin-left: 8px;
            content: '> ';
        }

        .rt-breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }

            .rt-breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

.rt-breadcrumb-dark {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

    .rt-breadcrumb-dark li {
        display: inline;
    }

        .rt-breadcrumb-dark li:last-child:after {
            content: ' ';
        }

        .rt-breadcrumb-dark li:after {
            margin-left: 8px;
            content: '> ';
        }

        .rt-breadcrumb-dark li a {
            color: #0275d8;
            text-decoration: none;
        }

            .rt-breadcrumb-dark li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

.rt-text-input {
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding-left: 12px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1px;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
}

    .rt-text-input.error {
        color: #cc3338;
        border-color: #cc3338;
    }

        .rt-text-input.error:hover {
            border-color: #cc3338;
        }

    .rt-text-input.rt-demoted {
        background: transparent;
        border: 0;
    }

        .rt-text-input.rt-demoted:hover {
            background: transparent;
            border: 1px solid rgba(0,0,0,.12);
            border-radius: 1px;
        }

    .rt-text-input:hover {
        border: 1px solid rgba(0,0,0,.3);
    }

    .rt-text-input:focus {
        background-color: #fff;
        outline: none;
        box-shadow: 0 0 24px rgba(0,0,0,.15);
        border: 0;
    }

.rt-text-input-large {
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding-left: 12px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1px;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    height: 48px;
    font-size: 24px;
}

    .rt-text-input-large.error {
        color: #cc3338;
        border-color: #cc3338;
    }

        .rt-text-input-large.error:hover {
            border-color: #cc3338;
        }

    .rt-text-input-large.rt-demoted {
        background: transparent;
        border: 0;
    }

        .rt-text-input-large.rt-demoted:hover {
            background: transparent;
            border: 1px solid rgba(0,0,0,.12);
            border-radius: 1px;
        }

    .rt-text-input-large:hover {
        border: 1px solid rgba(0,0,0,.3);
    }

    .rt-text-input-large:focus {
        background-color: #fff;
        outline: none;
        box-shadow: 0 0 24px rgba(0,0,0,.15);
        border: 0;
    }

.rt-text-input-dark {
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding-left: 12px;
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1px;
    color: #fff;
}

    .rt-text-input-dark.rt-demoted {
        background: transparent;
        border: 0;
    }

        .rt-text-input-dark.rt-demoted:hover {
            background: rgba(0,0,0,.2);
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 1px;
        }

    .rt-text-input-dark:focus {
        background-color: rgba(255,255,255,.2);
        outline: none;
        box-shadow: 0 0 24px rgba(0,0,0,.25);
        border: 1px solid rgba(255,255,255,.2);
    }

.rt-text-input-dark-large {
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    padding-left: 12px;
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1px;
    color: #fff;
    height: 48px;
    font-size: 24px;
}

    .rt-text-input-dark-large.rt-demoted {
        background: transparent;
        border: 0;
    }

        .rt-text-input-dark-large.rt-demoted:hover {
            background: rgba(0,0,0,.2);
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 1px;
        }

    .rt-text-input-dark-large:focus {
        background-color: rgba(255,255,255,.2);
        outline: none;
        box-shadow: 0 0 24px rgba(0,0,0,.25);
        border: 1px solid rgba(255,255,255,.2);
    }

.rt-input-list .rt-text-input-dark, .rt-input-list .rt-text-input-dark-large, .rt-input-list rt-text-input {
    margin-bottom: 1px;
}

    .rt-input-list .rt-text-input-dark:first-child, .rt-input-list .rt-text-input-dark-large:first-child, .rt-input-list rt-text-input:first-child {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
    }

    .rt-input-list .rt-text-input-dark:last-child, .rt-input-list .rt-text-input-dark-large:last-child, .rt-input-list rt-text-input:last-child {
        border-bottom-left-radius: 1px;
        border-bottom-right-radius: 1px;
    }

.rt-locked-field {
    height: 36px;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

    .rt-locked-field .material-icons {
        width: 16px;
        height: 16px;
        margin-left: 12px;
        margin-top: -8px;
        vertical-align: middle;
    }

.rt-picker {
    height: 36px;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1px;
    position: relative;
}

    .rt-picker:hover {
        border: 1px solid rgba(0,0,0,.3);
        cursor: default;
    }

        .rt-picker:hover .material-icons {
            color: rgba(0,0,0,.56);
        }

    .rt-picker .material-icons {
        right: 12px;
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: rgba(0,0,0,.3);
    }

.rt-picker-select {
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    border-radius: 1px;
    position: relative;
}

    .rt-picker-select ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        box-shadow: 3px 3px 12px rgba(0,0,0,.15);
        width: inherit;
    }

        .rt-picker-select ul li {
            padding-left: 12px;
            padding-top: 8px;
            height: 30px;
        }

            .rt-picker-select ul li:hover {
                background-color: #3c5281;
                color: #fff;
            }

            .rt-picker-select ul li:active {
                background-color: #3c5281;
                color: #fff;
            }

            .rt-picker-select ul li.selected {
                background-color: #3c5281;
                color: #fff;
            }

.rt-deployment-picker {
    height: 36px;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    border-radius: 16px;
    position: relative;
}

    .rt-deployment-picker:hover .material-icons {
        color: #fff;
    }

    .rt-deployment-picker .material-icons {
        right: 12px;
        position: absolute;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: rgba(255,255,255,.7);
    }

.rt-deployment-picker-select {
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    border-radius: 1px;
    position: relative;
}

    .rt-deployment-picker-select ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        box-shadow: 3px 3px 12px rgba(0,0,0,.15);
        width: inherit;
    }

        .rt-deployment-picker-select ul li::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            -moz-border-radius: 7.5px;
            -webkit-border-radius: 7.5px;
            border-radius: 7.5px;
            background-color: #69b6d5;
            margin-right: 8px;
        }

        .rt-deployment-picker-select ul li {
            padding-left: 12px;
            padding-top: 8px;
            height: 30px;
        }

            .rt-deployment-picker-select ul li:hover {
                background-color: #3c5281;
                color: #fff;
            }

.rt-colour-picker {
    width: 36px;
    height: 36px;
    border-radius: 1px;
    position: relative;
}

    .rt-colour-picker::after {
        content: '';
        position: absolute;
        bottom: 4px;
        right: 4px;
        border-color: transparent;
        border-style: solid;
    }

    .rt-colour-picker::after {
        border-width: 4px;
        border-right-color: #fff;
        border-bottom-color: #fff;
    }

    .rt-colour-picker:hover {
        box-shadow: 0 0 24px rgba(0,0,0,.15);
    }

.rt-toggles {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height: 36px;
    list-style: none;
}

    .rt-toggles li {
        list-style: none;
        display: inline-block;
        text-align: center;
        padding-top: 6px;
        height: 30px;
        margin-right: -6px;
        border: 1px solid rgba(0,0,0,.12);
        font-size: 17px;
        color: rgba(0,0,0,.56);
        font-weight: 400;
    }

        .rt-toggles li.selected {
            background-color: #fff;
            font-size: 17px;
            color: rgba(0,0,0,.83);
            font-weight: 500;
            box-shadow: 0 0 24px rgba(0,0,0,.15);
            border: 0;
        }

        .rt-toggles li:hover {
            background-color: #fff;
            font-size: 17px;
            color: rgba(0,0,0,.83);
            font-weight: 500;
            box-shadow: 0 0 24px rgba(0,0,0,.15);
            border: 0;
        }

.rt-module-selector {
    width: 100%;
    height: 56px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1px;
    position: relative;
}

    .rt-module-selector img {
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .rt-module-selector:hover {
        background-color: #fff;
        box-shadow: 0 0 24px rgba(0,0,0,.15);
    }

        .rt-module-selector:hover .text-container .text {
            font-size: 17px;
            color: rgba(0,0,0,.83);
            font-weight: 500;
        }

    .rt-module-selector .module-image {
        width: 56px;
        height: 56px;
        margin-right: -5px;
        position: absolute;
        top: 0;
    }

        .rt-module-selector .module-image img {
            width: 56px;
            height: 56px;
        }

    .rt-module-selector .text-container {
        position: absolute;
        top: 6px;
        left: 68px;
        height: 56px;
    }

        .rt-module-selector .text-container .title {
            font-size: 17px;
            color: rgba(0,0,0,.56);
            font-weight: 400;
        }

        .rt-module-selector .text-container .caption {
            font-size: 16px;
            color: rgba(0,0,0,.56);
            font-weight: 400;
        }

    .rt-module-selector.selected {
        background-color: #fff;
        box-shadow: 0 0 24px rgba(0,0,0,.15);
    }

        .rt-module-selector.selected .text-container .title {
            font-size: 17px;
            color: rgba(0,0,0,.83);
            font-weight: 500;
        }

        .rt-module-selector.selected img {
            -webkit-filter: grayscale(0);
            filter: none;
        }

.rt-file-upload {
    padding-top: 8px;
    height: 30px;
    text-decoration: underline;
    font-size: 13px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1px;
    cursor: pointer;
    position: relative;
    padding-left: 8px;
    color: #3c5281;
}

    .rt-file-upload .material-icons {
        font-size: 18px;
        color: rgba(0,0,0,.3);
        position: absolute;
        top: 10px;
        left: 12px;
    }

        .rt-file-upload .material-icons:hover {
            color: rgba(0,0,0,.83);
        }

    .rt-file-upload:hover {
        background-color: #fff;
    }

    .rt-file-upload.uploaded {
        @body2 ();
        text-decoration: none;
    }

        .rt-file-upload.uploaded .text {
            position: absolute;
            top: 10px;
            left: 36px;
            overflow: hidden;
            height: 16px;
        }

.rt-guidance {
    padding-top: 8px;
    height: 32px;
    padding-left: 12px;
    background-color: #3c5281;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    font-weight: 400;
}

.rt-label {
    height: 36px;
    font-size: 17px;
    color: rgba(0,0,0,.56);
    font-weight: 400;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

    .rt-label.error {
        color: #cc3338;
    }

.rt-label-dark {
    height: 36px;
    color: #fff;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

.rt-top-bar {
    height: 40px;
    width: 100%;
    background-color: #252525;
    color: #252525;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

    .rt-top-bar .branding {
        margin-left: 20px;
        margin-right: 20px;
        background-color: rgba(0,0,0,.1);
        height: inherit;
    }

        .rt-top-bar .branding img {
            margin-top: 10px;
            vertical-align: middle;
        }

    .rt-top-bar .pull-right {
        float: right;
        display: block;
        height: 40px;
    }

    .rt-top-bar .user {
        margin-right: 40px;
        margin-top: 8px;
    }

    .rt-top-bar .logout {
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: rgba(0,0,0,.1);
        float: right;
    }

        .rt-top-bar .logout .material-icons {
            font-size: 20px;
            margin-top: 10px;
        }

.rt-top-bar-fixed {
    position: absolute;
    top: 0;
}

.rt-hero-banner {
    background-color: rgba(0,0,0,.7);
    padding-top: 24px;
    padding-bottom: 56px;
}

    .rt-hero-banner h1 {
        color: #fff;
    }

    .rt-hero-banner .rt-header {
        color: #fff;
    }

.rt-info-block {
    background: -moz-linear-gradient(left,rgba(0,0,0,.04) 0%,transparent 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.04) 0%,transparent 100%);
    background: linear-gradient(to right,rgba(0,0,0,.04) 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a000000',endColorstr='#00000000',GradientType=1);
    border-left: 3px solid #3c5281;
    padding: 12px;
    position: relative;
    font-size: 17px;
    color: rgba(0,0,0,.56);
    font-weight: 400;
}

    .rt-info-block::before {
        position: absolute;
        top: -13px;
        left: -3px;
        content: ' ';
        background-color: #3c5281;
        width: 13px;
        height: 13px;
    }

    .rt-info-block::after {
        position: absolute;
        top: 0;
        left: -3px;
        content: ' ';
        border-right: 13px solid transparent;
        border-top: 10px solid #3c5281;
    }

.rt-warning-block {
    background: -moz-linear-gradient(left,rgba(0,0,0,.04) 0%,transparent 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.04) 0%,transparent 100%);
    background: linear-gradient(to right,rgba(0,0,0,.04) 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a000000',endColorstr='#00000000',GradientType=1);
    border-left: 3px solid #cc3338;
    padding: 12px;
    position: relative;
    font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    color: #cc3338;
}

    .rt-warning-block::before {
        position: absolute;
        top: -13px;
        left: -3px;
        content: ' ';
        background-color: #cc3338;
        width: 13px;
        height: 13px;
    }

    .rt-warning-block::after {
        position: absolute;
        top: 0;
        left: -3px;
        content: ' ';
        border-right: 13px solid transparent;
        border-top: 10px solid #cc3338;
    }

.rt-login-card {
    height: 100%;
    background-color: rgba(255,255,255,.75);
    position: fixed;
    right: 0;
    width: 320px;
    padding-top: 200px;
    padding-left: 32px;
    padding-right: 32px;
}

    .rt-login-card button {
        margin-top: 40px;
    }

    .rt-login-card .version-number {
        margin-top: 100px;
        font-size: 10px;
    }

.st0 {
    fill: black;
}

.st1 {
    fill: black;
}

.st2 {
    fill: black;
}

.rt-button {
    background-color: #3c5281;
    font-size: 16px;
    color: rgba(255,255,255,.7);
    font-weight: 400;
    border-radius: 1px;
    border: 0;
    text-transform: uppercase;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    .rt-button .square {
        width: 18px;
        height: 18px;
        background-color: #fff;
        float: left;
        margin-right: 12px;
    }

    .rt-button:hover {
        box-shadow: 0 0 12px rgba(0,0,0,.25);
    }

    .rt-button:disabled {
        background-color: rgba(1,1,1,.05);
        font-size: 16px;
        color: rgba(0,0,0,.56);
        font-weight: 400;
        color: rgba(1,1,1,.3);
    }

        .rt-button:disabled:hover {
            box-shadow: none;
        }

        .rt-button:disabled .square {
            background-color: rgba(1,1,1,.3);
        }

.rt-alert-1 {
    padding: 10px;
    background-color: #db7743;
    color: #fff;
    font-size: 18px;
}

.rt-alert-2 {
    padding: 10px;
    background-color: #1e951e;
    color: #fff;
    font-size: 18px;
}
