/**
 * Copyright (c) 2016 "Fronteer LTD". All rights reserved.
 */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.translate-cloak {
    display: none !important;
}

html,
body {
    background-color: #111C20;
    color: #FFF;
    height: 100%;
}

header {
    display: flex;
    height: 100px;
    justify-content: space-between;
    padding: 20px;
}

header img {
    height: 100%;
}

#launch-ir header .btn,
#launch-ir header .btn:active,
#launch-ir header .btn:focus,
#launch-ir header .btn:hover,
#launch-ir header .btn:visited {
    align-items: center;
    border: none;
    display: inline-flex;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

#launch-ir header .launch-ir-signout-button,
#launch-ir header .launch-ir-signout-button:active,
#launch-ir header .launch-ir-signout-button:focus,
#launch-ir header .launch-ir-signout-button:hover,
#launch-ir header .launch-ir-signout-button:visited {
    font-size: 16px;
}

#launch-ir header .launch-ir-signout-button i,
#launch-ir header .launch-ir-signout-button svg {
    margin-right: 10px;
}

#launch-ir header .launch-ir-signout-button svg {
    fill: #FFF;
}

label {
    font-weight: 300;
}

.container {
    max-width: 600px;
    padding: 25px;
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 28px;
    margin: 0 0 25px 0;
    padding: 0;
}

h1 .product {
    display: block;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

h1 .title {
    font-weight: 400;
}

.department-actions {
    display: flex;
    flex-wrap: wrap;
}

.department-action,
.department-action:focus,
.department-action:hover,
.department-action:visited {
    align-items: center;
    background-color: #293336;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.department-action span {
    padding-left: 10px;
}

.department-action i {
    font-size: 36px;
}

@media only screen and (max-width: 768px) {
    header {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 320px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}


.login-actions-external-container {
    background-color: #FFF;
    border-radius: 5px;
    padding: 40px 20px;
}

.login-action-auth0 {
    margin-bottom: 8px;
}

.login-action-auth0:last-of-type {
    margin-bottom: 0;
}

.login-action-auth0-connection {
    align-items: center;
    border: solid 1px #333;
    border-radius: 5px;
    display: inline-flex;
    padding: 8px 16px;
    text-align: center;
}

a.login-action-auth0-connection,
a.login-action-auth0-connection:focus,
a.login-action-auth0-connection:hover,
a.login-action-auth0-connection:visited {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

a.login-action-auth0-connection:focus,
a.login-action-auth0-connection:hover {
    background-color: #EEE;
}

.login-action-auth0-connection img {
    height: 24px;
    margin-right: 12px;
}

#login-actions-ltiform {
    background-color: #293336;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 5px;
    padding: 40px 20px;
    text-align: left;
}

#login-actions-ltiform form {
    margin: auto;
    max-width: 390px;
}

#login-actions-ltiform label {
    font-size: 16px;
    font-weight: 400;
}

#login-actions-ltiform .form-control::placeholder {
    color: #666;
}

#login-actions-ltiform p {
    margin-bottom: 20px;
}

#login-actions-ltiform .ltiform-control {
    text-align: right;
}

#login-actions-ltiform .btn,
#login-actions-ltiform .btn:active,
#login-actions-ltiform .btn:focus,
#login-actions-ltiform .btn:hover,
#login-actions-ltiform .btn:visited {
    background-color: transparent;
    border: solid 1px #FFF;
    border-radius: 5px;
    color: #FFF;
    padding: 10px 20px;
}

#login-actions-ltiform .btn:active,
#login-actions-ltiform .btn:focus,
#login-actions-ltiform .btn:hover {
    background-color: #FFF;
    color: #222;
}

#login-actions-ltiform .btn.btn-primary {
    background-color: #111C20;
}

/** Error screen */

.login-error {
    display: flex;
    text-align: left;
}

.login-error-icon {
    margin-bottom: 25px;
    text-align: center;
}

.login-error-icon img {
    width: 85px;
}

.login-error-content {
    margin: 0 30px;
}

.login-error-content-description {
    margin-bottom: 50px;
}

.login-error-content-actions {
    justify-content: right;
    display: flex;
}

.login-error-content-actions .btn.btn-default {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
    padding: 10px 20px;
}

.login-error-content-actions .btn.btn-default:active,
.login-error-content-actions .btn.btn-default:focus,
.login-error-content-actions .btn.btn-default:hover {
    background-color: #FFF;
    color: #222;
}

@media only screen and (max-width: 320px) {
    .login-error {
        flex-direction: column;
    }
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a,
a:hover,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
}

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

[dir="rtl"] .rtl-mirror-x {
    transform: scaleX(-1);
}



@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.loading > svg-icon {
    display: flex;
    height: 100%;
    width: 100%;
}

.loading svg {
    animation: spin 1s linear infinite;
    margin: auto;
    opacity: 1;
    outline: none;
    stroke: #333;
    transition: opacity 0.2s linear;
    width: 70px;
}


@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.loading > svg-icon {
    display: flex;
    height: 100%;
    width: 100%;
}

.loading svg {
    animation: spin 1s linear infinite;
    margin: auto;
    opacity: 1;
    outline: none;
    stroke: #333;
    transition: opacity 0.2s linear;
    width: 70px;
}


.ally-note {
    align-items: center;
    display: flex;
}

.ally-note svg {
    width: 22px;
}

.ally-note .ally-note-text {
    border-left: 5px solid #222;
    margin: 0 0 0 15px;
    padding: 2px 0 2px 15px;
}

[dir="rtl"] .ally-note .ally-note-text {
    border-left: 0;
    border-right: 5px solid #222;
    margin: 0 15px 0 0;
    padding: 2px 15px 2px 0;
}

.ally-note .ally-note-text :first-child {
    margin-top: 0;
}

.ally-note .ally-note-text :last-child {
    margin-bottom: 0;
}

.ngx-pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

.ngx-pagination::before,
.ngx-pagination::after {
	content: ' ';
	display: table;
}

.ngx-pagination::after {
	clear: both;
}

.ngx-pagination li {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin-right: 0.0625rem;
	border-radius: 0;
}

.ngx-pagination li {
	display: inline-block;
}

.ngx-pagination a,
.ngx-pagination button {
	color: #0a0a0a;
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
}

.ngx-pagination a:hover,
.ngx-pagination button:hover {
	background: #e6e6e6;
}

.ngx-pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #2199e8;
	color: #fefefe;
	cursor: default;
}

.ngx-pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: default;
}

.ngx-pagination .disabled:hover {
	background: transparent;
}

.ngx-pagination a,
.ngx-pagination button {
	cursor: pointer;
}

.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
	content: '«';
	display: inline-block;
	margin-right: 0.5rem;
}

.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after {
	content: '»';
	display: inline-block;
	margin-left: 0.5rem;
}

.ngx-pagination .pagination-previous-label,
.ngx-pagination .pagination-next-label {
    display: inline;
}

.ngx-pagination .pagination-previous-icon,
.ngx-pagination .pagination-next-icon {
    display: none;
    font-size: 34px;
}

.ngx-pagination .show-for-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.ngx-pagination .small-screen {
	display: none;
}

@media screen and (max-width: 320px) {
    .ngx-pagination .pagination-previous-label,
    .ngx-pagination .pagination-next-label {
        display: none;
    }

    .ngx-pagination .pagination-previous-icon,
    .ngx-pagination .pagination-next-icon {
        display: inline;
    }
}

