/* =============
   Dropshadow
   ============= */
/* ======================
   Base
   ======================= */
@media (max-width: 768px) {
    body {
        background-color: #b1b2b3;
    }
}

.myprofile-container {
    padding: 0;
}

.myprofile--left,
.myprofile--right,
.myprofile--bottom {
    background: #282425;
    color: #e7e8eb;
    margin: 0;
    padding: 12px;
}
.myprofile--left a,
.myprofile--right a,
.myprofile--bottom a {
    color: #00a7ce;
}

.myprofile--right {
    background: #98999b;
}

.content {
    height: 100%;
}
.content .row {
    height: 100%;
}

@media (min-width: 768px) {
    .myprofile-container {
        padding: inherit;
        display: table;
        height: 100%;
    }
    .myprofile--left,
    .myprofile--right {
        vertical-align: top;
        display: table-cell;
        height: 100%;
    }
    .myprofile--left {
        width: 1px;
        padding: inherit;
    }
    .myprofile--right {
        padding-top: 0;
    }
    .myprofile--bottom {
        display: table-footer-group;
    }
}

/* ======================
   User Profile
   ======================= */
.bad-request-error {
    padding: 10px;
    background: chocolate;
    color: #222;
    font-weight: bold;
}

.ctgo-myprofile--info {
    color: #eff0f2;
}
.ctgo-myprofile--info .form-group .form-label,
.ctgo-myprofile--info .form-group > label {
    color: inherit;
}
.ctgo-myprofile--info div:last-child {
    margin-bottom: 12px;
}
.ctgo-myprofile--info .userprofile--panel {
    margin-top: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #616163;
}
.ctgo-myprofile--info .userprofile--panel:last-child {
    border-bottom: none;
}
.ctgo-myprofile--info .userprofile--panel.change-password .ctgo-myprofile-userprofile-action[aria-expanded="true"] .fa-chevron-down,
.ctgo-myprofile--info .userprofile--panel.change-email .ctgo-myprofile-userprofile-action[aria-expanded="true"] .fa-chevron-down {
    display: none;
}
.ctgo-myprofile--info .userprofile--panel.change-password .ctgo-myprofile-userprofile-action:not([aria-expanded]) .fa-chevron-up,
.ctgo-myprofile--info .userprofile--panel.change-password .ctgo-myprofile-userprofile-action[aria-expanded="false"] .fa-chevron-up,
.ctgo-myprofile--info .userprofile--panel.change-email .ctgo-myprofile-userprofile-action:not([aria-expanded]) .fa-chevron-up,
.ctgo-myprofile--info .userprofile--panel.change-email .ctgo-myprofile-userprofile-action[aria-expanded="false"] .fa-chevron-up {
    display: none;
}
.ctgo-myprofile--info .userprofile--panel.show-signature .ctgo-myprofile-userprofile-action[aria-expanded="true"] .fa-chevron-right {
    display: none;
}
.ctgo-myprofile--info .userprofile--panel.show-signature .ctgo-myprofile-userprofile-action:not([aria-expanded]) .fa-chevron-left,
.ctgo-myprofile--info .userprofile--panel.show-signature .ctgo-myprofile-userprofile-action[aria-expanded="false"] .fa-chevron-left {
    display: none;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-heading,
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action {
    margin-top: 6px;
    margin-bottom: 12px;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-heading > small,
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action > small {
    color: #98999b;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #00a7ce;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action:hover {
    color: #02cfff;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action[aria-expanded="true"] {
    color: #35d9ff;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-action[aria-expanded="true"]:hover {
    color: #82e7ff;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-definition-label,
.ctgo-myprofile--info .ctgo-myprofile-userprofile-definition {
    font-weight: 400;
    display: block;
    line-height: inherit;
    height: auto;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-definition-label {
    color: #58585a;
    margin-bottom: 0;
}
.ctgo-myprofile--info .ctgo-myprofile-userprofile-definition {
    margin-bottom: 8px;
    padding-left: .1em;
}
.ctgo-myprofile--info .btn-default {
    background-color: #00a7ce;
    border-color: #007a96;
    color: #eff0f2;
}
.ctgo-myprofile--info .btn-default:hover {
    background-color: #00bce8;
    border-color: #008eaf;
}

.img-preview {
    overflow: hidden;
    width: 60px;
    height: 60px;
}

@media (min-width: 768px) {
    .ctgo-myprofile--info {
        padding: 0 12px;
    }
}

.editimage {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 2em auto;
}
.editimage > .editimage--wrapper {
    background: #b1b2b3;
    overflow: hidden;
}
.editimage > .editimage--wrapper > img {
    max-width: 100%;
    min-height: 280px;
    min-width: 280px;
}
.editimage > .editimage--edit-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3em;
    transform: translate(-0.5em, -0.5em);
    color: #00a7ce;
}
@media (min-width: 480px) {
    .editimage {
        margin: .5em auto;
    }
}
@media (min-width: 768px) {
    .editimage {
        margin: 0;
    }
    .editimage > .editimage--edit-icon {
        visibility: hidden;
    }
    .editimage:hover > .editimage--edit-icon {
        visibility: visible;
    }
}
.editimage .editimage--function {
    cursor: pointer;
    color: #00a7ce;
    position: absolute;
}
.editimage .editimage--function.disabled {
    opacity: .2;
    pointer-events: none;
}
.editimage .editimage--function[data-function="upload"], .editimage .editimage--function[data-function="delete"] {
    left: 2px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="upload"], .editimage .editimage--function[data-function="delete"] {
        left: 7px;
    }
}
.editimage .editimage--function[data-function="zoomin"], .editimage .editimage--function[data-function="zoomout"], .editimage .editimage--function[data-function="cancel"], .editimage .editimage--function[data-function="save"] {
    right: 2px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="zoomin"], .editimage .editimage--function[data-function="zoomout"], .editimage .editimage--function[data-function="cancel"], .editimage .editimage--function[data-function="save"] {
        right: 7px;
    }
}
.editimage .editimage--function[data-function="upload"], .editimage .editimage--function[data-function="zoomin"] {
    top: 5px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="upload"], .editimage .editimage--function[data-function="zoomin"] {
        top: 8px;
    }
}
.editimage .editimage--function[data-function="zoomout"] {
    top: 41px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="zoomout"] {
        top: 44px;
    }
}
.editimage .editimage--function[data-function="delete"], .editimage .editimage--function[data-function="save"] {
    bottom: 5px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="delete"], .editimage .editimage--function[data-function="save"] {
        bottom: 8px;
    }
}
.editimage .editimage--function[data-function="cancel"] {
    bottom: 41px;
}
@media (min-width: 768px) {
    .editimage .editimage--function[data-function="cancel"] {
        bottom: 44px;
    }
}
.editimage .editimage--function[data-function="save"] {
    color: #67c180;
}
.editimage .editimage--function[data-function="delete"], .editimage .editimage--function[data-function="cancel"] {
    color: #d30926;
}

main.myprofile > .container {
    background: transparent url(/img/bg1-b53f2abe5c9652cf2cb48ff53b6d0d9f.png) top left repeat-x;
    max-width: 964px !important;
}
main.myprofile > .container > .myprofile-navigation {
    margin-top: 0;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-actions,
main.myprofile > .container > .myprofile-navigation > .myprofile-edit {
    position: absolute;
    top: 68px;
    color: #76bcff;
    background: #002f5c;
    padding: 12px;
    border-radius: 50%;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-actions:hover,
main.myprofile > .container > .myprofile-navigation > .myprofile-edit:hover {
    color: white;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-actions {
    right: 12px;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-edit {
    left: 12px;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-name,
main.myprofile > .container > .myprofile-navigation > .myprofile-username {
    color: #000;
    margin: 12px 0 0 0;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-name {
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 12px;
}
main.myprofile > .container > .myprofile-navigation > .myprofile-username {
    font-weight: 400;
    margin-top: 0;
    color: #332d2f;
    font-size: 1em;
}
main.myprofile > .container > .myprofile-content > .myprofile-properties {
    margin: 24px auto;
    text-align: left;
}
main.myprofile > .container > .myprofile-content > .myprofile-properties .property-label {
    color: #000;
    font-weight: 300;
    font-size: .7em;
    text-transform: uppercase;
    padding-right: 1em;
    text-align: right;
}
main.myprofile > .container > .myprofile-content > .myprofile-properties .property-value {
    color: #41393b;
    font-size: .9em;
    font-weight: 600;
}
main.myprofile > .container > .myprofile-content > .myprofile-properties a:link {
    color: #002f5c;
}
@media (max-width: 767px) {
    main.myprofile > .container {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    main.myprofile > .container > .myprofile-navigation,
    main.myprofile > .container > .myprofile-content {
        padding: 0;
    }
}
@media (min-width: 480px) {
    main.myprofile > .container {
        text-align: left;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-image,
    main.myprofile > .container > .myprofile-navigation > .myprofile-name,
    main.myprofile > .container > .myprofile-navigation > .myprofile-username {
        margin-left: 12px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-image {
        margin-top: 12px;
        width: 132px;
        height: 132px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-name {
        display: inline-block;
        margin-right: 0;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-username {
        display: inline-block;
        margin-left: 0;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-edit {
        left: 156px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions,
    main.myprofile > .container > .myprofile-navigation > .myprofile-edit {
        top: 80px;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties {
        display: inline-block;
        margin-left: 12px;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties .property-label {
        float: left;
        text-align: left;
        color: #41393b;
        font-size: .9em;
        text-transform: none;
        padding-right: 12px;
        font-weight: 600;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties .property-label:after {
        content: ':';
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties .property-value {
        color: #332d2f;
        font-size: 1em;
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    main.myprofile > .container {
        height: 100%;
        background-image: none;
    }
    main.myprofile > .container > .myprofile-navigation {
        background-color: #282425;
        color: #e7e8eb;
        height: 100%;
        min-height: 600px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-image {
        margin: 0;
        margin-left: -12px;
        margin-right: -12px;
        width: 180px;
        height: 180px;
        border-radius: inherit;
        border: none;
        box-shadow: none;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-name,
    main.myprofile > .container > .myprofile-navigation > .myprofile-username {
        display: block;
        margin: 0;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-name {
        color: #eff0f2;
        margin-top: 12px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-username {
        color: #9299a7;
    }
    main.myprofile > .container > .myprofile-navigation > .nav-stacked {
        margin-top: 12px;
        margin-left: -12px;
        margin-right: -12px;
    }
    main.myprofile > .container > .myprofile-navigation > .nav-stacked a {
        color: #00a7ce;
    }
    main.myprofile > .container > .myprofile-navigation > .nav-stacked .active a {
        color: inherit;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 180px;
        margin: 0;
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 12px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions > .dropdown-menu {
        display: block;
        width: 100%;
        color: #002f5c;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        position: inherit;
        box-shadow: none;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions > .dropdown-menu > li {
        padding: 0;
        margin: 0;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions > .dropdown-menu > li.dropdown-header {
        display: none;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions > .dropdown-menu > li > a {
        background: #98999b;
        padding: 12px;
        margin: 0;
        margin-bottom: 1px;
        color: inherit;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions > .dropdown-menu > li > a.current {
        font-weight: 600;
    }
    main.myprofile > .container > .myprofile-content {
        background-color: #98999b;
        color: #000;
        display: inherit;
        height: 100%;
        min-height: 600px;
        padding-bottom: 12px;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties {
        margin: 0;
        display: block;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties table, main.myprofile > .container > .myprofile-content > .myprofile-properties tbody, main.myprofile > .container > .myprofile-content > .myprofile-properties tr, main.myprofile > .container > .myprofile-content > .myprofile-properties td {
        display: block;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties tr {
        border-bottom: 1px solid #747578;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties td {
        padding: 8px 12px;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties .property-label {
        font-weight: 600;
        font-size: 1em;
        display: inline-block !important;
        min-width: 30ex;
        margin-right: 12px;
        margin-left: -6px;
    }
    main.myprofile > .container > .myprofile-content > .myprofile-properties .property-value {
        color: #000;
        font-size: 1em;
    }
}
@media (min-width: 996px) {
    main.myprofile > .container > .myprofile-navigation {
        min-height: 800px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-image {
        width: 235px;
        height: 235px;
    }
    main.myprofile > .container > .myprofile-navigation > .myprofile-actions {
        width: 235px;
    }
    main.myprofile > .container > .myprofile-content {
        min-height: 800px;
    }
}

@media (min-width: 1200px) {
    main.myprofile .hidden-lg {
        display: none !important;
    }
}

main.myprofile > .container > .myprofile-content > form {
    text-align: left;
    padding: 12px;
}
main.myprofile > .container > .myprofile-content > form > legend {
    color: #332d2f;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
}
main.myprofile > .container > .myprofile-content > form > .btn-group {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%;
}
main.myprofile > .container > .myprofile-content > form > .btn-group > .btn {
    display: block;
    width: 100%;
}
main.myprofile > .container > .myprofile-content > form > .btn-group > .btn:first-child {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    main.myprofile > .container > .myprofile-content > form {
        padding: 0;
        text-align: initial;
    }
    main.myprofile > .container > .myprofile-content > form > .btn-group {
        margin-bottom: 12px;
    }
    main.myprofile > .container > .myprofile-content > form > .btn-group > .btn {
        display: inline-block;
        width: auto;
    }
    main.myprofile > .container > .myprofile-content > form > .btn-group > .btn:first-child {
        margin-bottom: 0;
    }
    main.myprofile > .container > .myprofile-content > form > legend {
        font-size: 22px;
        color: #000;
        text-transform: none;
        font-weight: 600;
    }
}

.ng-editimage {
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border: 4px solid #eff0f2;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-color: #b1b2b3;
}
.ng-editimage:hover {
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 480px) {
    .ng-editimage {
        margin-left: 12px;
        margin-top: 12px;
        width: 132px;
        height: 132px;
    }
}
@media (min-width: 768px) {
    .ng-editimage {
        margin: 0;
        margin-left: -12px;
        margin-right: -12px;
        width: 180px;
        height: 180px;
        border-radius: inherit;
        border: none;
        box-shadow: none;
        margin-left: -12px !important;
    }
}
@media (min-width: 996px) {
    .ng-editimage {
        width: 235px;
        height: 235px;
    }
}
.ng-editimage > .ng-editimage--wrapper {
    background: #b1b2b3;
    overflow: hidden;
}
.ng-editimage > .ng-editimage--wrapper > img {
    max-width: 100%;
    min-height: 112px;
    min-width: 112px;
    margin-left: -6px;
    margin-right: -6px;
}
@media (min-width: 480px) {
    .ng-editimage > .ng-editimage--wrapper > img {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .ng-editimage > .ng-editimage--wrapper > img {
        min-height: 180px;
        min-width: 180px;
    }
}
@media (min-width: 996px) {
    .ng-editimage > .ng-editimage--wrapper > img {
        min-height: 235px;
        min-width: 235px;
    }
}
.ng-editimage > .editimage--edit-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3em;
    transform: translate(-0.5em, -0.5em);
    color: #00a7ce;
}
.ng-editimage > .editimage--edit-icon {
    visibility: hidden;
}
.ng-editimage:hover > .editimage--edit-icon {
    visibility: visible;
}
.ng-editimage .editimage--function {
    cursor: pointer;
    color: #00a7ce;
    position: absolute;
}
.ng-editimage .editimage--function.disabled {
    opacity: .2;
    pointer-events: none;
}
.ng-editimage .editimage--function[data-function="upload"], .ng-editimage .editimage--function[data-function="delete"] {
    left: 2px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="upload"], .ng-editimage .editimage--function[data-function="delete"] {
        left: 7px;
    }
}
.ng-editimage .editimage--function[data-function="zoomin"], .ng-editimage .editimage--function[data-function="zoomout"], .ng-editimage .editimage--function[data-function="cancel"], .ng-editimage .editimage--function[data-function="save"] {
    right: 2px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="zoomin"], .ng-editimage .editimage--function[data-function="zoomout"], .ng-editimage .editimage--function[data-function="cancel"], .ng-editimage .editimage--function[data-function="save"] {
        right: 7px;
    }
}
.ng-editimage .editimage--function[data-function="upload"], .ng-editimage .editimage--function[data-function="zoomin"] {
    top: 5px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="upload"], .ng-editimage .editimage--function[data-function="zoomin"] {
        top: 8px;
    }
}
.ng-editimage .editimage--function[data-function="zoomout"] {
    top: 41px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="zoomout"] {
        top: 44px;
    }
}
.ng-editimage .editimage--function[data-function="delete"], .ng-editimage .editimage--function[data-function="save"] {
    bottom: 5px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="delete"], .ng-editimage .editimage--function[data-function="save"] {
        bottom: 8px;
    }
}
.ng-editimage .editimage--function[data-function="cancel"] {
    bottom: 41px;
}
@media (min-width: 768px) {
    .ng-editimage .editimage--function[data-function="cancel"] {
        bottom: 44px;
    }
}
.ng-editimage .editimage--function[data-function="save"] {
    color: #67c180;
}
.ng-editimage .editimage--function[data-function="delete"], .ng-editimage .editimage--function[data-function="cancel"] {
    color: #d30926;
}

.consent--body {
    background: #eff0f2;
    padding: 12px;
}

.apps {
    text-align: left;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.apps > .app {
    background: #eff0f2;
    border-left: 3px solid #d9dadb;
    padding: 6px;
    margin: 0;
    border-bottom: 2px solid #fff;
}
@media (min-width: 480px) {
    .apps > .app {
        padding: 12px;
    }
}
.apps > .app > .app-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
.apps > .app > .app-meta > .app-icon {
    width: 39px;
    max-height: 39px;
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    background-color: #fff;
}
.apps > .app > .app-meta > .app-name {
    margin: 0 0 0 12px;
    padding: 0;
    font-size: 0.9em;
    order: 0;
    flex: 1 1 auto;
    align-self: center;
}
.apps > .app > .app-meta > .app-control {
    padding: 0;
    margin: 0;
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    min-width: 15ex;
}
.apps > .app > .app-meta > .app-control > label {
    font-size: 10px;
    font-weight: 400;
}
.apps > .app > .app-description {
    margin: 12px 0 0;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 0.9em;
    font-style: italic;
}
.apps > .app.is-active {
    border-left: 3px solid #009354;
}
.apps > .app.is-inactive {
    border-left: 3px solid #d9dadb;
}
.apps > .app.is-requested {
    border-left: 3px solid #002f5c;
}
.apps > .app.is-mandatory {
    border-left: 3px solid #00a7ce;
}
.apps > .app:last-child {
    border-bottom: none;
}
@media (min-width: 768px) {
    .apps {
        margin: 0;
        padding: 0;
    }
    .apps > .app {
        background: transparent;
        display: inline-block;
        width: 108px;
        height: 146px;
        margin: 9px;
        padding: 0;
        border: none !important;
        text-align: center;
    }
    .apps > .app:nth-child(4n) {
        margin-right: 0;
    }
    .apps > .app > .app-meta {
        display: block;
        background-image: -webkit-linear-gradient( #fff 75%, #e1e1e1);
        background-image: linear-gradient( #fff 75%, #e1e1e1);
        border-radius: 4px;
        text-align: center;
    }
    .apps > .app > .app-meta > .app-icon {
        max-height: initial;
        width: 64px;
        height: 64px;
        display: inline;
        margin: 12px 12px -24px;
    }
    .apps > .app > .app-meta > .app-name {
        display: block;
        position: relative;
        top: 64px;
        font-size: 0.65em;
        line-height: 1em;
        margin: 0;
        width: 100%;
        height: 3em;
        text-align: center;
        overflow: hidden;
    }
    .apps > .app > .app-meta > .app-control {
        display: inline-block;
        min-width: initial;
        margin-bottom: 6px;
    }
    .apps > .app > .app-meta > .app-control > label {
        display: none;
    }
    .apps > .app > .app-meta > .app-control > input {
        display: inline;
    }
}
@media (min-width: 996px) {
    .apps > .app {
        width: 142px;
        height: 172px;
        margin: 12px;
    }
    .apps > .app > .app-meta > .app-icon {
        width: 96px;
        height: 96px;
    }
}

.js-apps button[type~='submit'] {
    display: none;
}

.js-apps .app:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    .js-apps .app {
        border: none !important;
    }
    .js-apps .app .app-meta > .app-control input, .js-apps .app .app-meta > .app-control label {
        display: none;
    }
    .js-apps .app .app-meta > .app-control small {
        font-size: .7em;
        color: #737c8d;
        font-weight: 700;
        text-transform: uppercase;
    }
    .js-apps .app.is-active .app-meta {
        box-shadow: 0px 1px 20px #67c180;
    }
    .js-apps .app.is-requested > .app-meta {
        box-shadow: 0px 1px 20px #002f5c;
    }
    .js-apps .app.is-mandatory .app-meta {
        box-shadow: 0px 1px 20px #00a7ce;
    }
    .js-apps .app:hover .app-meta {
        box-shadow: 0px 1px 20px #fff;
    }
    .js-apps .app:hover .app-meta > .app-control > small {
        color: #00a7ce;
    }
    .js-apps .app:hover.is-mandatory {
        cursor: not-allowed;
    }
}

/*
* REGISTRATION
*/

.register {
    margin-left: 12px;
    margin-right: 12px;
    background: #002f5c;
    color: #eff0f2;
    border-bottom: 6px solid #66b630;
}
@media (min-width: 480px) {
    .register {
        margin-left: auto;
        margin-right: auto;
    }
}
.new-registration {
    max-width: 480px;
}
.new-registration > .new-registration--heading {
    margin-top: 12px;
    margin-bottom: 12px;
}
.new-registration > .new-registration--info {
    margin-bottom: 12px;
    color: #262626;
}
.new-registration .form-group.attach {
    margin-bottom: 0;
}
.new-registration .form-group.attach .help-block {
    margin-bottom: 0;
}
.warning-block {
    display:block;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #A9071E;
    font-weight: 600;
}
.new-registration .form-group > label {
    margin-bottom: 2px;
}
.new-registration .form-group > textarea {
    padding: 6px !important;
}
.new-registration > div:last-of-type[class~=form-group] {
    margin-bottom: 24px;
}
.new-registration > button[type=submit],
.new-registration > a#cancel {
    margin-bottom: 12px;
    min-width: 25ex;
}
@media (max-width: 768px) {
    .new-registration > button[type=submit],
    .new-registration > a#cancel {
        width: 100%;
        display: block;
    }
}
@media (min-width: 768px) {
    .new-registration {
        max-width: 720px;
        background-color: #b1b2b3;
        padding-left: 12px;
        padding-right: 12px;
    }
    .new-registration > button[type=submit] {
        float: right !important;
    }
}

/* =======================
   Password reset
   ======================= */
.ctgo-myprofile-password-reset {
    max-width: 720px;
    background-color: #b1b2b3;
    padding: 12px;
}
.ctgo-myprofile-password-reset .ctgo-myprofile-password-reset-form p {
    margin-bottom: 24px;
}
.ctgo-myprofile-password-reset .ctgo-myprofile-password-reset-form span {
    line-height: inherit;
}
.ctgo-myprofile-password-reset.has-state {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 12px;
    padding-right: 12px;
}
.ctgo-myprofile-password-reset.has-state h2 {
    margin-bottom: 24px;
}
.ctgo-myprofile-password-reset.has-state.has-success {
    border-bottom: 12px solid #77b187;
}

.confirm-with-pin {
    padding: 12px;
    max-width: 450px;
}
.confirm-with-pin > h2 {
    margin: 0 0 12px;
    font-size: 1.1em;
}
.confirm-with-pin > button[type=submit] {
    margin-bottom: 12px;
}
.confirm-with-pin > .form-group > input[type=number] + small.help-block {
    color: #ff6010;
}
@media (min-width: 480px) {
    .confirm-with-pin {
        background-color: #d9dadb;
    }
    .confirm-with-pin > h2 {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .confirm-with-pin {
        background-color: #b1b2b3;
    }
    .confirm-with-pin > .form-group > input[type=number] + small.help-block {
        color: #d74800;
    }
    .confirm-with-pin a {
        color: #008aaa;
    }
}
