﻿@media screen and (max-width: 914px) {
}

@media (min-width: 915px) {
}

@media (min-width: 915px) {
}

@media (max-width: 914px) {
}

@media (min-width: 915px) {
}

@media (min-width: 915px) {
}

@media (max-width: 914px) {
}

@media (max-width: 914px) {
}
/* ========================================================================
   Component: layout
 ========================================================================== */
html,
body {
    height: 100%;
}

body {
    min-width: 325px;
    font-family: 'Lato', sans-serif;
    color: #656565;
    background-color: #656565;
}

.centered-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

/* IE only to force max height http://stackoverflow.com/questions/28417056/how-to-target-only-ie-any-version-within-a-stylesheet */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .centered-wrapper {
        height: 100vh;
    }
}

.centered {
    margin: 0 auto;
}

body,
.wrapper > section {
    background-color: #E5E5E5;
}

.wrapper > .aside {
    background-color: #fff;
}

.content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.inline-form-label {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 915px) {
    .inline-form-label {
        float: left;
        width: 25%;
    }
}

.inline-form-input {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 915px) {
    .inline-form-input {
        float: left;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .inline-form-input {
        float: left;
        width: 50%;
    }
}

/* ========================================================================
   Component: typo.less
 ========================================================================== */

/*@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'variables.less';*/

h1, h2, h3, h4 {
    font-weight: bold;
    color: #002060;
}

/* ========================================================================
   Component: top-navbar
 ========================================================================== */
.navbar {
    background-color: #fff;
}

.navbar-bottom-border {
    height: 5px;
    background-color: #10ADE4;
}

.navbar-brand {
    padding: 2px;
}

/* ========================================================================
   Component: cards
 ========================================================================== */
.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow 0.25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .card .card-content {
        padding: 20px;
        border-radius: 0 0 2px 2px;
    }

.template-cards {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 32, 96, 0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 32, 96, 0.15);
    box-shadow: 0px 0px 5px 5px rgba(0, 32, 96, 0.15);
    min-height: 120px;
    min-width: 350px;
}
/* ========================================================================
   Component: Account/Authentication Forms
 ========================================================================== */

.auth-container, .auth-container-lg, .auth-container-xl {
    text-align: center;
    width: 400px;
}

.auth-container {
}

.auth-container-lg {
}

.auth-container-xl {
}

.auth-container > a {
    color: #EEEEEE;
    text-align: center;
}

.auth-forms > p > a {
    color: #10ADE4;
}

.auth-logo {
    margin-bottom: 15px;
    width: 250px;
    height: 74px;
}

.auth-forms {
    box-sizing: border-box;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(243,243,243,0.8);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.98);
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .auth-forms .form-row {
        text-align: left;
        max-width: 315px;
        margin: 15px auto 0;
    }

@media (max-device-width: 600px) {

    .auth-container {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 400px;
        width: 300px;
        margin-top: -200px;
        margin-left: -150px;
        text-align: center;
    }

    .auth-forms {
        box-sizing: border-box;
        max-width: 300px;
        margin: 0 auto;
        padding: 20px;
        background-color: rgba(243,243,243,0.8);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.98);
        text-align: center;
        border: 1px solid #d3d3d3;
        border-radius: 10px;
        margin-bottom: 15px;
    }

        .auth-forms .form-row {
            text-align: left;
            max-width: 315px;
            margin: 15px auto 0;
        }
}

/*.auth-forms h1,
img {
  display: inline-block;
  box-sizing: border-box;
  color: #4C565E;
  font-size: 24px;
  padding: 0 0 12px 0;
  margin: 0;
  border-bottom: 2px solid #1AADE4;
}*/
/*.auth-forms .form-row > label span {
  display: block;
  box-sizing: border-box;
  color: #5f5f5f;
  width: 200px;
  font: bold 14px sans-serif;
  padding-left: 4px;
  padding-bottom: 4px;
}
.auth-forms input {
  color: #5f5f5f;
  box-sizing: border-box;
  width: 315px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dbdbdb;
}
.auth-forms select {
  background-color: #ffffff;
  color: #5f5f5f;
  box-sizing: border-box;
  width: 315px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dbdbdb;
  margin-bottom: 4px;
}*/
.auth-forms button {
    border-radius: 8px;
    background-color: #1AADE4;
    color: #ffffff;
    -webkit-box-shadow: 3px 8px 9px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 3px 8px 9px rgba(50, 50, 50, 0.77);
    box-shadow: 3px 8px 9px rgba(50, 50, 50, 0.77);
    padding: 10px 22px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
}

.auth-forms .form-forgotten-password {
    text-decoration: none;
    padding: 4px 8px;
    font-weight: normal;
}

@media (max-width: 600px) {
    .auth-forms {
        padding: 30px;
    }

        .auth-forms input {
            width: 240px;
        }
}

.no-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
/* ========================================================================
   Component: md-dialog overflow override
 ========================================================================== */
/*md-dialog{
    overflow: visible;
}

md-dialog-content{
    overflow: visible;
}*/
.overflow-form form,
md-dialog-content,
md-dialog {
    overflow: visible !important;
}
/* ========================================================================
   Component: table order/filter
 ========================================================================== */
.btn-asc-desc {
    width: 60px;
}

.select-fixed-width > div {
    min-width: 150px;
    height: 30px;
}
/* ========================================================================
   Component: flags and colors
 ========================================================================== */
.red {
    color: #ED1C24;
}

.blue {
    color: #2E6CA4;
}

.invisible-grey {
    color: #F1F1F1;
}

.flag-layout > ng-transclude > *,
.flag-layout > ng-transclude > dropdown > * {
    width: calc(100% - 40px);
}

.flag-layout > ng-transclude > input {
    width: calc(100% - 40px);
}

.flag-layout > i {
    float: right;
}
/* ========================================================================
   Component: chat/comments module
 ========================================================================== */
/*Test*/
/* Form wrapper styling */
.control-wrapper {
    width: 235px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .control-wrapper {
        visibility: hidden;
    }
}
/* Form text input */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .offsidebar-open > div > aside > div > nav > form > .control-wrapper {
        visibility: visible;
    }
}

.control-wrapper input {
    width: 200px;
    height: 34px;
    float: left;
    border-radius: 3px 0 0 3px;
}
/* Form submit button */
.control-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    min-width: 26px;
    min-height: 23px;
    color: #fff;
    background: #e6592e;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

    .control-wrapper button:hover {
        background: #e54040;
    }
/*End Test*/
.m-n {
    margin: 0 !important;
}

.b-none {
    border: none;
}

.font-bold {
    font-weight: 700;
}

.text-xs {
    font-size: 12px;
}

.m-r-sm {
    margin-right: 10px;
}

.color-grey-500 {
    color: #9E9E9E;
}

.chats-container {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-top: -1px;
    padding-top: 1px;
    margin-bottom: -1px;
    width: auto;
    height: auto;
}

.bar-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    right: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 235px;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom: 1px solid #ddd;
    background-color: white;
    background-size: 0;
}

.bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top;
    height: 44px;
}

.button-icon {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    padding: 0 6px;
    min-width: initial;
    border-color: transparent;
    background: none;
}

.button {
    border-color: transparent;
    color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
    min-width: 26px;
    min-height: 23px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    cursor: pointer;
}

.item-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eee;
}

.list {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 20px;
}

.module-item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 4px 10px 4px 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-bubble .bubble {
    position: relative;
    margin-bottom: 8px;
    padding: 0;
}

    .chat-bubble .bubble .content {
        display: inline-block;
        background: #e6592e;
        border-radius: 4px;
        padding: 10px;
        font-size: 15px;
        color: white;
        white-space: normal;
        width: 210px;
        word-wrap: break-word;
    }

        .chat-bubble .bubble .content.photo {
            padding: 0;
        }

    .chat-bubble .bubble .icon-tail {
        position: absolute;
        top: 0;
        left: -5px;
        width: 0;
        height: 0;
        border-top: 7px solid #e6592e;
        border-left: 7px solid transparent;
        border-top-left-radius: 3px;
    }

.chat-bubble .note-odd .bubble .content {
    background: #fceae4;
    color: #000;
}

.chat-bubble .note-module-declined .bubble .content {
    background: #F05050;
    color: #fff;
}

.chat-bubble .note-module-passed .bubble .content {
    background: #27C24C;
    color: #fff;
}

.chat-bubble .note-module-query .bubble .content {
    background: #FF902B;
    color: #fff;
}

.chat-bubble .note-query-action .bubble .content {
    background: #23B7E5;
    color: #fff;
}

.chat-bubble .note-odd .icon-tail {
    border-top: 7px solid #fceae4;
}

.chat-bubble .note-module-declined .icon-tail {
    border-top: 7px solid #F05050;
}

.chat-bubble .note-module-passed .icon-tail {
    border-top: 7px solid #27C24C;
}

.chat-bubble .note-module-query .icon-tail {
    border-top: 7px solid #FF902B;
}

.chat-bubble .note-query-action .icon-tail {
    border-top: 7px solid #23B7E5;
}

.chat-bubble .no-results .bubble .content {
    background: #f9f8f8;
    color: #000;
}

.chat-bubble .no-results .icon-tail {
    border-top: 7px solid #f9f8f8;
}
/* ========================================================================
   Component: controls
 ========================================================================== */
.nopadding-right {
    padding-right: 0;
    margin-right: 0;
}

.padding-left-5 {
    padding-left: 5px;
    margin-left: 0;
}

.selectize-dropdown .active {
    background-color: #cae5f4;
    color: #495c68;
}

.aside-collapsed .sidebar > .nav > li > a > em,
.aside-collapsed .sidebar > .nav > li > .nav-item > em {
    font-size: 1.33333333em;
}

.aside-collapsed .sidebar > .nav > li {
    height: 45px !important;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(237, 234, 234, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(237, 234, 234, 0.4);
    }

.selectize-input > input {
    font-size: 14px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.flag-adverse {
    color: #F05050;
}

.flag-query {
    color: #FF902B;
}

.flag-default:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8);
}

.highlight-complementary-qc-marking-declined {
    color: #F05050;
    text-shadow: 0px 0px 5px #F05050;
}

    .highlight-complementary-qc-marking-declined:focus .highlight-complementary-qc-marking-declined:hover {
        color: #b10f0f !important;
        text-decoration: none !important;
    }

.highlight-complementary-qc-marking-passed {
    color: #27C24C;
    text-shadow: 0px 0px 5px #27C24C;
}

    .highlight-complementary-qc-marking-passed:focus .highlight-complementary-qc-marking-passed:hover {
        color: #125822 !important;
        text-decoration: none !important;
    }

.highlight-complementary-qc-marking-query {
    color: #FF902B;
    text-shadow: 0px 0px 5px #FF902B;
}

    .highlight-complementary-qc-marking-query:focus .highlight-complementary-qc-marking-query:hover {
        color: #ab5100 !important;
        text-decoration: none !important;
    }

.highlight-complementary-qc-marking-query-action {
    color: #23B7E5;
    text-shadow: 0px 0px 5px #23B7E5;
}

    .highlight-complementary-qc-marking-query-action:focus .highlight-complementary-qc-marking-query-action:hover {
        color: #0e617a !important;
        text-decoration: none !important;
    }

textarea {
    resize: vertical;
}

.btn-delete {
    color: red;
    border: 0px;
    background-color: transparent;
}

    .btn-delete:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8);
    }

.btn-searchResult {
    color: green;
    border: 0px;
    background-color: transparent;
}

.div-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-add-icon-color {
    color: green;
    font-size: 1.8em;
}

.btn-add {
    color: grey;
    font-size: 15px;
    font-weight: bold;
    border: 0px;
    background-color: transparent;
}

    .btn-add:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8);
    }

.form-group.required .control-label:after {
    content: " *";
    color: red;
    font-size: 16px;
}

.required:after {
    content: " *";
    color: red;
    font-size: 16px;
}

md-toast.md-error-toast-theme .md-toast-content {
    background-color: #BD362F;
}

.default-overflow-btn {
    display: block;
    width: 30px;
    height: 28px;
    position: relative;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .default-overflow-btn:hover {
        background-color: #F5F5F5;
    }

.primary-overflow-btn {
    display: block;
    width: 30px;
    height: 28px;
    position: relative;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .primary-overflow-btn > i {
        color: #FFFFFF;
    }

    .primary-overflow-btn:hover {
        background-color: #a6dff5;
    }

        .primary-overflow-btn:hover > i {
            color: #000000;
        }

.md-toast.error div {
    background: #BD362F;
}

.clickable {
    cursor: pointer;
}

.lightenHover:hover {
    -moz-box-shadow: inset 0 0 100px 100px rgba(232, 232, 232, 0.25);
    -webkit-box-shadow: inset 0 0 100px 100px rgba(232, 232, 232, 0.25);
    box-shadow: inset 0 0 100px 100px rgba(232, 232, 232, 0.25);
}

.changeColor:hover {
    background: #FFFFFF;
}

.grow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shrink:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.btn-active-toggle {
    background-color: #E6E6E6;
}

md-checkbox.md-checked.blue .md-icon {
    background-color: #1AADE4;
    /*display: inline;*/
}

md-checkbox.withmargin {
    margin-left: 15px;
}

md-checkbox {
    display: inline;
}

.btn-primary {
    background-color: #1AADE4;
}

.btn-margin {
    margin-right: 5px;
}

.header-fontSize {
    font-size: 15PX;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}
    /* style icon */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }
/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}
/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

md-datepicker.md-datepicker-input {
    max-width: 120px;
    min-width: 60px;
}

.md-datepicker {
    z-index: -1;
}

.notificationIcon {
    top: -18px;
    left: -16px;
    font-size: 12px;
    position: relative;
    background-color: #e6592e;
}

.notification-icon-passed {
    position: absolute;
    top: -4px;
    right: 156px;
    background-color: #27C24C;
    padding-left: 4px;
    padding-right: 4px;
}

.notification-icon-declined {
    position: absolute;
    top: -4px;
    right: 156px;
    background-color: #F05050;
    padding-left: 4px;
    padding-right: 4px;
}

.notification-icon-query {
    position: absolute;
    top: -4px;
    right: 156px;
    background-color: #FF902B;
    padding-left: 6px;
    padding-right: 6px;
}

.notification-icon-query-action {
    position: absolute;
    top: -4px;
    right: 156px;
    background-color: #23B7E5;
    padding-left: 4px;
    padding-right: 4px;
}

.highlight-complementary {
    color: #e6592e;
    text-shadow: 0px 0px 5px #e6592e;
}

    .highlight-complementary:focus .highlight-complementary:hover {
        color: #852b10 !important;
        text-decoration: none !important;
    }

.md-button-position {
    position: absolute;
    z-index: 10;
    right: 2%;
    top: 88%;
    background-color: #e6592e;
}

.md-primary.md-primary-override {
    background-color: #e6592e !important;
}

.md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
    background-color: #1AADE4 !important;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
    background-color: #1AADE4 !important;
}

.panel-primary {
    border-color: #1AADE4 !important;
}

    .panel-primary > .panel-heading {
        background-color: #1AADE4 !important;
    }

.multi-columList {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
/* ========================================================================
   Component: worklist
 ========================================================================== */
.btn-selectall {
    padding-right: 3px;
}

.content-panel-worklist {
    margin-bottom: 10px;
    margin-right: 5px;
    text-overflow: ellipsis;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
}

.ref-linker {
    padding-left: 7px;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.worklist-header {
    background-color: #F1F1F1;
}

.worklist-icon-spliter {
    margin-right: 10px;
}

.panel-title.nopadding {
    padding-bottom: 0;
    padding-top: 5px;
}

.panel-content-border {
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #DDDDDD;
}

.panel.panel-default {
    border-top-width: 1px;
}
/* ========================================================================
   Component: offsidebar
 ========================================================================== */
.offsidebar {
    border-left: 1px solid #cccccc;
    background-color: #fff;
    color: #515253;
}
/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */
.breadcrumb {
    margin-bottom: 0px;
    background: #F1F1F1;
    position: relative;
    z-index: 1000;
}
/* ========================================================================
   Component: shell
 ========================================================================== */
.loaderborder {
    height: 4px;
    background: #8cd6f2;
    position: relative;
    z-index: 1000;
}
/* ========================================================================
   Component: async loader
 ========================================================================== */
#loading-bar {
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    pointer-events: none;
    transition: 350ms linear all;
}

    #loading-bar .bar {
        -moz-transition: width 350ms;
        -o-transition: width 350ms;
        -webkit-transition: width 350ms;
        background: #1797BE;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        height: 3px;
        left: 0;
        position: relative;
        top: 50px;
        transition: width 350ms;
        width: 100%;
        z-index: 10002;
    }

    #loading-bar .peg {
        -moz-border-radius: 100%;
        -moz-box-shadow: #2c3e50 1px 0 6px 1px;
        -ms-box-shadow: #2c3e50 1px 0 6px 1px;
        -webkit-border-radius: 100%;
        -webkit-box-shadow: #2c3e50 1px 0 6px 1px;
        border-radius: 100%;
        box-shadow: #2c3e50 1px 0 6px 1px;
        height: 3px;
        opacity: .45;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
    }

    #loading-bar.ng-enter,
    #loading-bar.ng-leave.ng-leave-active,
    #loading-bar-spinner.ng-enter,
    #loading-bar-spinner.ng-leave.ng-leave-active {
        opacity: 0;
    }

        #loading-bar.ng-enter.ng-enter-active,
        #loading-bar.ng-leave,
        #loading-bar-spinner.ng-enter.ng-enter-active,
        #loading-bar-spinner.ng-leave {
            opacity: 1;
        }


/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}
