html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,optgroup,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-200.eot");
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-200.eot?#iefix") format("embedded-opentype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-200.woff") format("woff"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-200.ttf") format("truetype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-200.svg") format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-400.eot");
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-400.eot?#iefix") format("embedded-opentype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-400.woff") format("woff"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-400.ttf") format("truetype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-400.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-500.eot");
    src: url("/assets/lib/echo360-microservice-styles/fonts/proximanova-500.eot?#iefix") format("embedded-opentype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-500.woff") format("woff"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-500.ttf") format("truetype"),url("/assets/lib/echo360-microservice-styles/fonts/proximanova-500.svg") format("svg");
    font-weight: bold;
    font-style: normal
}

.dense {
    font-size: 0.875rem
}

svg.icon {
    display: inline-block;
    fill: #999;
    height: 1.25rem;
    width: 1.25rem
}

h1 {
    font-size: 1.875rem;
    font-weight: 200
}

h1.centered {
    text-align: center
}

h2 {
    font-size: 1.5rem;
    font-weight: 200
}

h2.centered {
    text-align: center
}

h3 {
    font-size: 1.125rem;
    font-weight: 200
}

h3.centered {
    text-align: center
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.full-width {
    width: 100%
}

.echo-btn {
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    border-radius: .2rem;
    color: #333;
    font-size: .875rem;
    font-weight: 200;
    height: 2.5rem;
    text-transform: uppercase;
    min-width: 6rem;
    padding: 0 1rem;
    cursor: pointer
}

.echo-btn[disabled] {
    border-color: #eee;
    color: #ccc;
    cursor: default
}

.echo-btn[disabled]:hover {
    background-color: #F7F7F7
}

.echo-btn:hover {
    background-color: #ccc
}

a.echo-btn {
    display: inline-block;
    text-decoration: none;
    line-height: 2.5rem;
    text-align: center;
    min-width: 4rem
}

a.echo-btn.disabled {
    background-color: #F7F7F7;
    border-color: #eee;
    color: #ccc;
    cursor: default
}

a.echo-btn.disabled:hover {
    background-color: #F7F7F7
}

.echo-btn.short {
    height: 1.875rem
}

a.echo-btn.short {
    line-height: 1.875rem
}

.echo-btn.full-width,a.echo-btn.full-width {
    width: 100%
}

.echo-btn.primary {
    background-color: #00aee4;
    color: #fff
}

.echo-btn.primary[disabled] {
    background-color: #F7F7F7;
    border-color: #eee;
    color: #ccc;
    cursor: not-allowed
}

.echo-btn.primary[disabled]:hover {
    background-color: #F7F7F7
}

.echo-btn.primary:hover {
    background-color: #009bcb
}

.echo-form>.echo-form-group {
    margin-bottom: 0.5rem
}

.echo-form>.echo-btn-group {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem
}

.echo-form>.echo-btn-group>button {
    margin-right: 1rem
}

.echo-form>.echo-btn-group>button:last-of-type {
    margin-right: 0
}

.echo-form.centered {
    max-width: 25em;
    margin-right: auto;
    margin-left: auto
}

.echo-form.centered>.echo-btn-group {
    justify-content: center
}

.echo-form-group {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 1rem;
    width: 100%
}

.echo-form-group>label {
    margin-bottom: 0.25rem
}

.echo-input-group {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 25em;
    min-width: 10em;
    width: 100%
}

.echo-input-group>input {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.13) inset;
    display: block;
    height: 2.5em;
    padding: 0 0.75em;
    width: 100%
}

.echo-input-group>input[disabled] {
    background-color: #ccc
}

.echo-input-group>.error {
    color: #d21001;
    margin-top: 0.5em
}

.echo-form-group.label-left {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.echo-form-group.label-left>label {
    line-height: 2.5em;
    margin-right: 1rem;
    text-align: right;
    width: 8em
}

.echo-select {
    position: relative
}

.echo-select>select {
    border: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.echo-select>.echo-selection {
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 0.2rem;
    border: 1px solid #ddd;
    display: flex;
    height: 2.5em;
    justify-content: flex-end;
    width: 100%
}

.echo-select>.echo-selection>span {
    flex-grow: 1;
    padding: 0 1rem;
    text-align: center
}

.echo-select>.echo-selection>svg.icon {
    margin-left: auto;
    margin-right: 0.5rem
}

.echo-select>select[disabled]+.echo-selection {
    background-color: #ccc
}

.echo-loading {
    display: inline-block
}

.echo-loading>.echo-loading-group {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0.4em
}

.echo-loading>.echo-loading-group>span {
    animation-direction: alternate;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-name: throb;
    animation-timing-function: ease-in-out;
    background-color: #bbb;
    border-radius: 0.3em;
    height: 1em;
    width: 1em
}

.echo-loading>.echo-loading-group>span+span {
    margin-left: 1em
}

.echo-loading>.echo-loading-group>span:nth-child(2) {
    animation-delay: 0.2s
}

.echo-loading>.echo-loading-group>span:last-child {
    animation-delay: 0.4s
}

@keyframes throb {
    from,50% {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.4, 1.4)
    }
}

html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

html {
    font-size: 16px
}

body {
    color: #333;
    font-family: "Proxima Nova", sans-serif
}

[role=main] {
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.echo-header-bar {
    align-items: center;
    display: flex;
    height: 3.75rem;
    padding: 0px 16px;
    border-bottom: 1px solid var(--grey-border, #D8D8D8);
    background: var(--white, #FFF);
}

.footer-logo {
    text-align: center;
    padding: 16px;
    margin-bottom: 20px;
}

.footer-logo p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    line-height: normal;
    margin-bottom: 0px;
}

.echo-header {
    align-items: center;
    background: url(/assets/lib/echo360-microservice-styles/images/rainbow.png) bottom repeat-x #333;
    display: flex;
    height: 3.75rem;
    padding-bottom: 2px
}

.echo-header>img:first-of-type {
    height: 1.875rem;
    margin-left: 1rem
}

.echo-flash {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 30em;
    text-align: center;
    color: #fff
}

.echo-flash.error {
    background-color: #d21001
}

.echo-flash.success {
    background-color: #008934
}

.echo-flash.info {
    background-color: #007fa7
}
