/*
 * AMS Design 
 */

/* ------------------- General ---------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
	font-weight: 200;
}

body {
	font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    color: var(--p-link-color);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--p-link-hover-color);
}

.h1, h1 {
    font-size: var(--p-title-font-size);
}

.h2, h2 {
    font-size: var(--p-subtitle-font-size);
}

.h3, h3 {
    font-size: var(--p-subsubtitle-font-size);
}

hr {
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
*/
p {
	
}

/* ------------------- Body ---------------------------------------- */

.p-profile-image {
	border-radius: 50%;
	background: white;
	height: 140px;
	width: 140px;
	text-align: center;
	line-height: 180px !important;
	color: #ccc;
	border: 1px solid #ccc;
	margin: auto;
}

.p-required-flag,
.ams-required-flag {
	color: red;
	font-weight: bold;
}

.p-body,
.ams-body {
	background: #fff;
}

.p-logo,
.ams-logo {
	background-image: url(/resources/images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 40px;
	height: 40px;
}

.p-reset-pw-btn,
.portal-reset-pw-btn {
	margin-top: 15px;
}

.navbar-default .navbar-brand {
    min-height: 60px;
    display: table;
}
    
.navbar-default .p-logo,
.navbar-default .ams-logo {
	opacity: 0.8;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    width: 54px;
    height: 47px;
}

.navbar-default .p-apptitle,
.navbar-default .ams-apptitle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-weight: 600;
}
    
.navbar-nav>li>a {
	overflow: hidden;
}

.navbar-nav li.dropdown {
	margin-right: 10px;
}

.p-language-flag,
.ams-language-flag {
	background-repeat: no-repeat;
	background-size: 16px;
	background-position-x: 0px;
	background-position-y: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

@media ( max-width : 768px) {
	.navbar-nav>li>a {
		max-width: none !important;
	}
}

@media ( max-width : 999px) {
	.navbar-nav>li>a {
		max-width: 120px;
	}
}

.text-center {
	text-align: center;
}

.justify-content-md-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.p-grid-toolbar,
.ams-grid-toolbar {
	margin-bottom: 10px;
}

.p-grid,
.ams-grid {
	margin-bottom: 10px;
}

.p-default-grid,
.ams-default-grid {
	width: 100%;
	min-height: 700px;
}

.p-body-device-normal .navbar-default .ams-logo {
	background-image: url(/resources/images/logo-white.png);
}

.p-body-device-normal .navbar-default.affix .ams-logo {
	background-image: url(/resources/images/logo.png);
}

.p-navbar a i {
	padding-right: 5px;
}

.p-navbar .dropdown-menu>li>a {
	padding: 3px 20px 3px 15px;
}

.p-indexpage-header .btn {
	min-width: 200px;
	margin: 10px 10px 0 0;
}

.p-productname,
.ams-productname {
	margin: 0 10px 0 5px;
	float: left;
}

.p-header,
.ams-header {
	background: url(/resources/images/bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-position-y: 0px;
	background-size: cover;
}

.p-header:before,
.ams-header:before {
	position: absolute;
	width: 100%;
	height: 100%;
 	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0.0));  /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0.0));  /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0.0));  /* For Firefox 3.6 to 15 */
 	background: linear-gradient(to bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0.0)); /* Standard syntax */
    content: '';
}

.p-body-device-mobile .p-header, 
.p-body-device-tablet .p-header,
.p-body-device-mobile .ams-header, 
.p-body-device-tablet .ams-header,
.p-body-device-normal .p-header,
.p-body-device-normal .ams-header {
	min-height: 150px;
}

.p-body-device-mobile header.p-large, 
.p-body-device-tablet header.p-large,
.p-body-device-mobile .p-header.p-large, 
.p-body-device-tablet .p-header.p-large,
.p-body-device-normal .p-header.p-large,
.p-body-device-normal .ams-header.p-large {
	min-height: 100%;
}

.p-body-device-normal .p-header.p-small,
.p-body-device-normal .ams-header.ams-mini,
.p-body-device-mobile .p-header.p-small, 
.p-body-device-tablet .p-header.p-small,
.p-body-device-mobile .ams-header.ams-mini, 
.p-body-device-tablet .ams-header.ams-mini	{
	min-height: 55px;
}

.p-content,
.ams-content {
	min-height: calc(100% - 250px);
}

@media ( max-width : 767px) {
	.p-content,
	.ams-content {
		min-height: calc(100% - 120px);
	}
}

@media ( max-width : 767px) {
	.p-header .device-container,
	.ams-header .device-container {
		margin-top: 50px;
	}
}

.p-header .device-container,
.ams-header .device-container {
	margin-top: 40%;
}

.p-contact-details p,
.ams-contact-details p {
	width: 300px;
    display: inline-block;
}

.panel {
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}

.panel-blue {
	border: 1px solid rgb(89, 144, 165);
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}

.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
	border: 1px solid rgb(89, 144, 165);
	background-color: #fff !important;
	color: rgb(89, 144, 165);
}

.panel-heading {
	padding: 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel-heading-blue {
	color: #fff !important;
	background-color: rgb(89, 144, 165) !important;
}

.panel-heading h1 {
	margin-bottom: 0px;
}

.panel-footer {
	background-color: white !important;
}

.panel-footer h3 {
	font-size: 32px;
}

.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}

.panel-footer .btn {
	margin: 15px 0;
	background-color: rgb(89, 144, 165);
	color: #fff;
}

.img-logo {
	max-width: 300px;
	margin: 0 0 20px 0;
}

.loadmask {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity = 50);
	background-color: #CCC;
	width: 100%;
	height: 100%;
	zoom: 1;
}

.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
}

.loadmask-msg div {
	color: black;
}

.masked {
	cursor: wait;
	overflow: hidden !important;
}

.masked-relative {
	position: relative !important;
}

.masked-hidden {
	visibility: hidden !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

#copyright {
	color: #ccc;
	margin-top: 30px;
	max-width: 100%;
	overflow: hidden;
}

.p-body-device-normal .navbar-toggle {
	display: none !important;
}

.p-body-device-mobile .navbar-toggler,
.p-body-device-tablet .navbar-toggler {
	background-color: #fff;
}

.p-default-page .p-content-container {
	
}

.p-body-device-normal .p-content-body {
    margin: 20px;
    min-height: 500px;
    position: relative;
}
.p-body-device-mobile .p-content-body,
.p-body-device-tablet .p-content-body {
    margin: 20px 5px;
    min-height: calc(100vh - 150px);
    position: relative;
}


.p-content-container-fullheight,
.ams-content-container-fullheight {
	min-height: 100vh;
}

.p-content-container-defaultheight,
.ams-content-container-defaultheight {
	min-height: 500px;
}

/* ------------------- Navigation ---------------------------------------- */

.p-avatar {
	width: 32px;
	height: 32px;
}


.p-avatar img {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 100%;
}

.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: #308ab1;
    overflow: hidden;
    white-space: nowrap;
    min-height: 60px;
    display: table;
}


.p-body-device-mobile .navbar-default .navbar-header .navbar-brand {
	max-width: calc(100% - 50px);
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus
	{
	color: #308ab1;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #308ab1;
}

.p-body-device-normal .navbar-default .navbar-toggle {
	display: none;
}

.navbar-default .navbar-header .navbar-toggle {
	font-size: 12px;
	color: #222222;
	padding: 8px 10px;
	background: none;
	margin-top: 5px;
}

.navbar-default .nav>li>a {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	color: #222222;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: #308ab1;
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus
	{
	color: #308ab1 !important;
	background-color: transparent;
}

.navbar-default .nav>li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover
	{
	background-color: transparent;
}

.p-body-device-normal .navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.p-body-device-mobile .navbar-brand,
.p-body-device-tablet .navbar-brand {
    --p-navbar-brand-color: #666;
}

.p-body-device-normal .navbar-default .navbar-header .navbar-brand {
	color: rgba(255, 255, 255, 0.7);
}

.p-body-device-normal .navbar-default .navbar-header .navbar-brand:hover,
.p-body-device-normal .navbar-default .navbar-header .navbar-brand:focus {
	color: white;
}

.p-body-device-normal .navbar-default .nav>li>a, .p-body-device-normal .navbar-default .nav>li>a:focus {
	color: rgba(255, 255, 255, 0.7);
}

.p-body-device-normal .navbar-default .nav>li>a:hover,
.p-body-device-normal .navbar-default .nav>li>a:focus:hover {
	color: white;
}

.p-body-device-mobile .navbar-default.affix,
.p-body-device-tablet .navbar-default.affix,
.p-body-device-normal .navbar-default.affix {
    background-color: white !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.p-body-device-mobile .navbar-default.affix .navbar-brand,
.p-body-device-tablet .navbar-default.affix .navbar-brand,
.p-body-device-normal .navbar-default.affix .navbar-brand {
	color: #666;
}

.p-body-device-mobile .navbar-default.affix .navbar-brand:hover,
.p-body-device-tablet .navbar-default.affix .navbar-brand:hover,
.p-body-device-normal .navbar-default.affix .navbar-brand:hover {
	color: #000;
}

.p-body-device-normal .navbar-default.affix .navbar-header .navbar-brand:hover,
.p-body-device-normal .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #308ab1;
}

.p-body-device-normal .navbar-default.affix .nav>li>a,
.p-body-device-normal .navbar-default.affix .nav>li>a:focus {
	color: #222222;
}

.p-body-device-normal .navbar-default.affix .nav>li>a:hover,
	.p-body-device-normal .navbar-default.affix .nav>li>a:focus:hover {
	color: #308ab1;
}

.p-body-device-mobile .navbar-fixed-top .navbar-collapse,
.p-body-device-mobile .navbar-static-top .navbar-collapse,
.p-body-device-mobile .navbar-fixed-bottom .navbar-collapse,
.p-body-device-tablet .navbar-fixed-top .navbar-collapse,
.p-body-device-tablet .navbar-static-top .navbar-collapse,
.p-body-device-tablet .navbar-fixed-bottom .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}

.p-body-device-mobile .navbar-collapse.collapse.in,
.p-body-device-tablet .navbar-collapse.in {
	display: block !important;
}

.p-body-device-mobile .navbar-header, .p-body-device-tablet .navbar-header {
	float: none;
}

.p-body-device-mobile .navbar-header .navbar-toggle,
.p-body-device-tablet .navbar-header .navbar-toggle {
	float: right !important;
}

.navbar-default .dropdown-toggle>* {
	display: inline-block;
	vertical-align: text-bottom;
}

.navbar-default .dropdown-toggle {
}

.navbar-default .dropdown-menu * {
	vertical-align: middle;
}

.navbar-default .dropdown-menu i {
    padding-right: 5px;
    min-width: 22px;
    text-align: center;
}

.navbar-default .dropdown-menu .ams-language-flag {
	height: 19px;
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	background: url("../img/bg-pattern.png"), #8d8d8d;
	/* fallback for old browsers */
	background: url("../img/bg-pattern.png"),
		-webkit-linear-gradient(to left, #8d8d8d, #a2a2a2);
	/* Chrome 10-25, Safari 5.1-6 */
	background: url("../img/bg-pattern.png"),
		linear-gradient(to left, #8d8d8d, #a2a2a2);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
}

header .header-content {
	text-align: center;
	padding: 150px 0 50px;
	position: relative;
}

header .header-content .header-content-inner {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

header .header-content .header-content-inner h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
}

header .header-content .header-content-inner .list-badges {
	margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
	height: 50px;
	margin-bottom: 25px;
}

header .device-container {
	max-width: 300px;
	margin: 0 auto 100px;
}

header .device-container .screen img {
	border-radius: 3px;
}

.p-body-device-normal header .header-content {
	text-align: left;
	padding: 0;
	height: 100vh;
}

.p-body-device-normal header .header-content .header-content-inner {
	max-width: none;
    margin: auto;
    top: 20%;
}

.p-body-device-normal header .header-content .header-content-inner h1 {
	font-size: 35px;
}

.p-body-device-normal header .device-container {
	max-width: none;
	max-height: calc(0vh);
	margin: 100px auto 0;
}

@media ( min-width : 992px) {
	.p-body-device-normal header .header-content .header-content-inner h1 {
		font-size: 50px;
	}
}


/* --------------- Avatar and Navbar ---------------- */


.p-avatar .p-avatar-image {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}
.p-avatar .p-avatar-image .p-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.p-avatar .p-avatar-image .p-abbrevation {
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
}
.p-avatar .rounded-circle {
    overflow: hidden;
}



.navbar .dropdown > a .p-avatar-username {
	display: none;
}
.navbar .dropdown-menu .divider {
    height: 1px;
    /* width: 100%; */
    background: #dedede;
    margin: 3px 0;
}
.navbar .dropdown-menu .p-avatar {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}
.navbar .dropdown-menu .p-avatar > * {
    display: inline-block;
    width: auto;
    clear: both;
    margin: 0 0 10px 0;
}
.navbar .dropdown-menu .p-avatar .p-avatar-image {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    display: block;
}



/* --------------- Content ---------------- */


section {
	padding: 100px 0;
}

@media ( max-width : 767px) {
	section {
		padding: 70px 0;
	}
}

section h2 {
	font-size: 50px;
}

section.download {
	padding: 150px 0;
	position: relative;
}

section.download h2 {
	margin-top: 0;
	font-size: 50px;
}

section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}

section.download .badges .badge-link img {
	height: 60px;
}

@media ( min-width : 768px) {
	section.download .badges .badge-link {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media ( min-width : 768px) {
	section.download h2 {
		font-size: 70px;
	}
}

section.features .section-heading {
	margin-bottom: 100px;
}

section.features .section-heading h2 {
	margin-top: 0;
}

section.features .section-heading p {
	margin-bottom: 0;
}

section.features .device-container, section.features .feature-item {
	max-width: 300px;
	margin: 0 auto;
}

section.features .device-container {
	margin-bottom: 100px;
}

@media ( min-width : 992px) {
	section.features .device-container {
		margin-bottom: 0;
	}
}

section.features .feature-item {
	text-align: center;
	margin-bottom: 70px;
}

section.features .feature-item h3 {
	font-size: 30px;
}

section.features .feature-item i {
	font-size: 80px;
	background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media ( min-width : 992px) {
	section.features .device-container, section.features .feature-item {
		max-width: none;
	}
}

section.signin {
	
}

section.signin .panel-body {
	padding: 30px;
}

section.signin .panel-body i {
	font-size: 120px;
	background: -webkit-linear-gradient(to left, #7dbed7, rgb(89, 144, 165));
	background: linear-gradient(to left, #7dbed7, rgb(89, 144, 165));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.signin .section-heading {
	margin-bottom: 70px;
}

section.contact {
	text-align: center;
}

section.contact .section-heading {
	margin-bottom: 70px;
}

section.contact h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

section.contact h2 i {
	color: #dd4b39;
}

section.contact ul.list-social {
	margin-bottom: 0;
}

section.contact ul.list-social li a {
	display: block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	border-radius: 100%;
	color: white;
}

section.contact ul.list-social li.social-twitter a {
	background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
	background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
	background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
	background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
	background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
	background-color: #d73925;
}

section.contact hr {
	border-color: rgba(255, 255, 255, 0.5);
}

.ams-content-container {
	display: block;
}

footer {
	background-color: #222222;
	padding: 25px 0;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	z-index: -100;
	min-height: 100px;
}

@media print {
	footer {
		position: inherit;
		background-color: #fff;
	}
}

footer p {
	font-size: 12px;
	margin: 0;
}

footer ul {
	margin-bottom: 0;
}

footer ul li a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active,
	footer ul li a.active {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.bg-primary {
	background: #7dbed7;
	background: -webkit-linear-gradient(to left, #7dbed7, rgb(89, 144, 165));
	background: linear-gradient(to left, #7dbed7, rgb(89, 144, 165));
}

.bg-primary a {
	color: #d9edf7;
}

.bg-primary a:hover, .bg-primary a:focus {
	color: #aedaee;
}

.text-primary {
	color: #d9edf7;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.btn-outline {
	color: white;
	border-color: white;
	border: 1px solid;
	background: none;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active,
	.btn-outline.active {
	color: white;
	background-color: rgb(89, 144, 165);
	border-color: #7dbed7;
}

::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}

::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}

img::selection {
	color: white;
	background: transparent;
}

img::-moz-selection {
	color: white;
	background: transparent;
}

body {
	webkit-tap-highlight-color: #222222;
}

.ams-loading-mask.ams-loading-mask-full:before {
	background-color: rgba(255, 255, 255, 1);
	border: none;
}

.ams-loading-mask:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 50px;
	line-height: 40px;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 100;
	top: 0px;
	left: 0px;
}

.ams-loading-transp:before {
	opacity: 0.5;
}

@media ( max-width : 767px) {
	.ams-loading-mask:before {
		padding: 120px 60px !important;
	}
}

.ams-loading-mask:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 50px;
	line-height: 40px;
	content: "\f1ce";
	color: rgba(0, 0, 0, 0.2);
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 100;
	text-align: center;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.p-state {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	color: white;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	min-width: 100px;
}

.p-state.p-resultstate {
	min-width: 150px;
}

.p-state-invisible {
	background-color: #777;
}

.p-state-open {
	background-color: #9db6d9;
}

.p-state-enabled {
	background-color: #9db6d9;
}

.p-state-warning_one {
	background-color: #c9cc82;
}

.p-state-warning_two {
	background-color: #e0cc7b;
}

.p-state-closed {
	background-color: #777;
}

.p-state-reopened {
	background-color: #9db6d9;
}

.p-state-done {
	background-color: #8bd57a;
}

.p-state-failed {
	background-color: #ce5852;
}

.p-state-not_finished {
	background-color: #777;
}

.p-state-in_time {
	background-color: #9db6d9;
}

.p-state-warning {
	background-color: #c9cc82;
}

.p-state-overdue {
	background-color: #ce5852;
}

.p-state-passed {
	background-color: #8bd57a;
}

.p-state-published {
	background-color: #8bd57a;
}

.p-state-unpublished {
	background-color: #ce5852;
}

.p-resultstate {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	color: white;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	min-width: 100px;
}

.p-resultstate-passed {
	background-color: #8bd57a;
}

.p-resultstate-failed {
	background-color: #ce5852;
}

.p-resultstate-not_finished {
	background-color: #9db6d9;
}

.p-resultstate-invalid {
	background-color: #ce5852;
}

.p-studycheck {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	color: white;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	min-width: 100px;
}

.p-studycheck-in_time {
	background-color: #9db6d9;
}

.p-studycheck-warning {
	background-color: #c9cc82;
}

.p-studycheck-overdue {
	background-color: #ce5852;
}

.p-studycheck-passed {
	background-color: #8bd57a;
}

.p-modulestate {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	color: white;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	min-width: 100px;
}

.p-modulestate-closed {
	background-color: #bbbbbb;
}

.p-module-listing .ams-listing-text {
	min-width: 50%;
	display: inline-block;
}

.p-puff-container {
	position: relative;
}

.p-puff {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.p-dialog {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background: rgba(100, 100, 100, 0.4);
	border: 1ps solid black;
}

.p-dialog-content {
	position: absolute;
	display: table-cell;
	min-width: 240px;
	box-shadow: 5px 5px #888888;
	width: 100%;
}

@media ( min-width : 768px) {
	.p-dialog-content {
		width: 80%;
		margin: 20px 0;
		left: 10%;
	}
}

.ams-fe-page .md-dialog-container {
	z-index: 20001;
}

.ams-fe-page .md-scroll-mask {
	z-index: 20000;
}

.p-mask {
	z-index: 9999999999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(100, 100, 100, 0.4);
	top: 0px;
	left: 0px;
	text-align: center;
	color: #fff;
	display: table;
}

.p-mask>div {
	vertical-align: middle;
	display: table-cell;
}

.p-mask  i {
	font-size: 50px;
	line-height: 80px;
}

ul.p-listing {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.p-listing li {
	padding: 3px 0px;
}

.p-listing ul {
	padding: 2px 0 5px 20px;
}

.ams-link {
	cursor: pointer;
}

.ams-content-test-link:hover {
	text-decoration: none;
}

.ams-content-test-link .ams-content-test-label {
	width: 60%;
	display: inline-block;
	word-wrap: initial;
	line-break: auto;
	vertical-align: top;
}

.ams-content-test-link .p-state-addon {
	font-size: smaller;
	color: #999;
}

.p-activation-grid .p-test-row {
	border-left: 5px solid #cec669;
}

.p-activation-grid .p-module-row {
	font-weight: 600;
	border-left: 5px solid #63a6ba;
}

body.cke_editable {
	margin: 10px;
}

.p-content-navigation {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}

@media print {
	.p-content-navigation {
		display: none;
	}
}

.inlineblock {
	display: inline-block;
}

.p-centeralign {
	text-align: center;
}

.p-leftalign {
	text-align: left;
}

.p-rightalign {
	text-align: right;
}

.ams-highlight-puff {
	position: fixed;
	z-index: 10000;
	background: #e6ebff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.p-register-container {
	margin: 100px 0;
	display: inline-block;
	width: 100%;
}

.p-body-device-mobile .p-register-container {
	margin: 10px 0;
}

.p-body-device-mobile .p-register-container .col-md-6 {
	padding-right: 0px;
    padding-left: 0px;
}

@media ( min-width : 1200px) {
	.p-register-container {
	    min-width: 1000px;
	}
}

.p-register-container .p-recaptcha-invisible {
	margin: 50px auto 0 auto;
	width: 260px;
}

/* ------------ Buttons ---------*/
.p-btn {
	padding: 3px 4px 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	background-color: #f6f6f6;
	border-color: #e4e4e4;
	cursor: pointer;
	white-space: nowrap;
	color: #606060;
	display: inline-block;
	text-decoration: none;
}

.p-btn:hover {
	background-color: #ececec;
	border-color: #bdbdbd;
}

.p-btn.p-active {
	color: #005384;
	background-color: #e7f4fb;
	border-color: #005384;
}

.p-btn .p-btn-icon {
	margin-right: 0px;
}

.p-btn .p-btn-label {
	padding: 0 5px;
}

.p-btn.p-btn-slim {
	padding: 4px 7px 4px 7px
}

/* -- Register Form --*/
.registerForm .p-btn {
	background-color: #4682B4;
	border-color: #4682B4;
	color: white;
	cursor: pointer;
}

/* -- ResetPassword Form -- */
.resetPasswordForm .p-btn {
	background-color: #4682B4;
	border-color: #4682B4;
	color: white;
	cursor: pointer;
}

.p-btn:hover {
	background-color: #4682B4;
	border-color: #4682B4;
}

/* -- Default -- */
.p-btn.p-default {
	background: none;
	border: none;
	text-decoration: none;
	color: #000;
}

.p-btn.p-default:hover .p-btn-label {
	text-decoration: underline;
}

.p-btn.p-default.p-active {
	color: #c2ddf2 !important;
	border: 1px solid #c2ddf2;
}

/* -- Transparent -- */
.p-btn.p-btn-transparent {
	background: none;
	border: none;
	text-decoration: none;
	color: #000;
}

.p-btn.p-btn-transparent:hover  {
	background-color: #ececec;
	border-color: #bdbdbd;
}

.p-btn.p-btn-transparent.p-active {
	color: #c2ddf2 !important;
	border: 1px solid #c2ddf2;
}


/* --  Black -- */
.p-btn.p-btn-black {
	color: #ffffff !important;
	background-color: #444 !important;
	border-color: #000;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-black:hover {
	background-color: #000 !important;
}

.x-btn.p-black {
	background-color: #000 !important;
	color: white !important;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.x-btn.p-black.x-btn-over {
	background-color: #444 !important;
}

.x-btn.p-black * {
	color: white !important;
}

/* -- Black 2 -- */
.p-btn.p-btn-black2 {
	color: #ffffff !important;
	background-color: #000 !important;
	border-color: #000;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-black2:hover {
	background-color: #444 !important;
}

.x-btn.p-black2 {
	background-color: #000 !important;
	color: white !important;
}

.x-btn.p-black2.x-btn-over {
	background-color: #666 !important;
}

.x-btn.p-black2 * {
	color: white !important;
}

/* -- White -- */
.x-btn.p-white {
	background-color: white !important;
	color: #666 !important;
}

.x-btn.p-white.x-btn-over {
	background-color: #eee !important;
}

.x-btn.p-white * {
	color: black !important;
}

/* -- Red -- */
.p-btn.p-btn-red {
	color: #ffffff !important;
	background-color: #fe0000;
	border-color: #fe0000;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-red:hover {
	background-color: #cc0107;
	border-color: #cc0107;
}

.x-btn.p-red {
	background-color: #fe0000 !important;
	color: #fff !important;
	border-color: black;
}

.x-btn.p-red.x-btn-over {
	background-color: #df0002 !important;
}

.x-btn.p-red * {
	color: #fff !important;
	font-weight: 700;
}

.x-btn.p-red.x-btn-over * {
	color: #fff !important;
}

/* -- Red 2 -- */
.x-btn.p-red2 {
	background-color: #fff !important;
	color: #fe0000 !important;
	border: 1px solid #fe0000 !important;
}

.x-btn.p-red2.x-btn-over {
	background-color: #fff !important;
}

.x-btn.p-red2 * {
	color: #fe0000 !important;
	font-weight: 500;
}

.x-btn.p-red2.x-btn-over * {
	color: #fe0000 !important;
}

/* -- Yellow -- */
.p-btn.p-btn-yellow {
	color: #fff !important;
	border-color: #666 !important;
	background-color: #999;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-yellow:hover {
	background-color: #888 !important;
}

.x-btn.p-yellow {
	background-color: #fff2b1 !important;
	border-color: #cabf8c !important;
	color: #000 !important;
}

.x-btn.p-yellow.x-btn-over {
	background-color: #e6daa3 !important;
}

.x-btn.p-yellow * {
	color: #000 !important;
}

/* -- Green -- */
.p-btn.p-btn-green {
	color: #ffffff !important;
	background-color: #3fa895;
	border-color: #3fa895;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-green:hover {
	background-color: #328779;
	border-color: #328779;
}

/* -- Gray -- */
.p-btn.p-btn-gray {
	color: #fff !important;
	border-color: #666 !important;
	background-color: #999;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-gray:hover {
	background-color: #888 !important;
}

/* -- Blue -- */
.p-btn.p-btn-blue {
	color: #fff !important;
    background-color: #1d38ff !important;
    border-color: #00139a !important;
	font-weight: 400;
	text-decoration: none;
}

.p-btn.p-btn-blue:hover {
	opacity: 0.8;
}

.x-btn.p-blue {
    background-color: #1d38ff !important;
    border-color: #00139a !important;
	color: #000 !important;
}

.x-btn.p-blue.x-btn-over {
	background-color: #a1bbe3 !important;
}

.x-btn.p-blue * {
	opacity: 0.8;
}

/* -- Dashed -- */
.p-btn.p-btn-dashed {
	border: 3px dotted #2681B8;
	color: rgb(23, 137, 206);
	background: #F5FAFF;
}

.p-btn.p-btn-dashed:hover {
	background-color: #e7f3f9 !important;
}

.p-btn.p-wide-btn {
	padding: 20px 0 20px 0;
	text-align: center;
	width: 100%;
}

.p-hidden {
	visibility: hidden;
}

.resetPasswordLink {
	cursor: pointer;
}

.p-top-message-closebtn {
	justify-content: right;
    cursor: pointer;
    float: right;
}

.alert {
	border-radius: 0;
}



.ams-message-panel > * {
	display: inline-block;
	vertical-align: middle;
    padding: 0 7px 0 0;
}

.p-confirm-panel .p-submit-btn {
	margin-top: 15px;
	
}

.form-check-label {
	width: 95%;
    vertical-align: top;
    padding-left: 10px;
}

.p-view-div {
	position: relative;
	min-height: 400px;
}

.p-loginform {
	min-width: 300px;
	padding: 0 30px 10px 30px;
}

.p-emptytext {
    text-align: center;
    border: 1px dashed #ccc;
    padding: 30px;
    background: #f6f6f6;
    color: #666;
}

.p-indexpage-header {
	min-height: 100%;
}

.p-stretch {
	display: flex;
    flex-direction: row;
    align-items: stretch;
}

.p-stretch-main {
	flex-grow: 1;
}

.tooltip {
	max-width: 300px;
	z-index: 100000;
	font-weight: 500;
}



.p-icon-box {
    border-radius: 50rem;
    background-color: #e0e0e0;
    padding: .5rem;
    display: inline-block;
}

.p-icon-box:hover {
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.p-icon-box.p-selected,
.p-icon-box.x-item-selected {
    background: #fff !important;
    color: inherit !important;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 20%);
}

.p-icon-box > * {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.p-icon-box .p-icon {
    width: 4rem;
    height: 4rem;
    transition: background-color .22s ease-in-out,color .22s ease-in-out;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
    background: #fff;
}

.p-icon-box .p-icon i {
    padding: 0 !important;
}

.p-icon-box .p-title {
    font-size: larger;
    font-weight: 500;
    padding: 0 13px;
}

.p-icon-box.p-blue {
    background-color: #e0eef5;
}

.p-icon-box.p-blue .p-icon {
    color: #0084c3;
}
.p-icon-box.p-blue .p-title {
    color: #000;
}

.p-icon-box.p-blue.p-selected .p-icon,
.p-icon-box.p-blue.x-item-selected .p-icon {
	background: #0084c3;
	color: #fff;
}


.p-selection-box {
	position: relative;
    border-radius: 5px;
    background-color: #dfedf5;
    padding: 1rem;
    min-width: 300px;
    text-align: left !important;
    min-height: 100px !important;
}

.p-selection-box:hover {
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

.p-selection-box.p-selected,
.p-selection-box.x-item-selected {
    background: #fff !important;
    color: inherit !important;
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 20%);
}

.p-selection-box > * {
	display: inline-block;
    vertical-align: middle;
}

.p-selection-box .p-icon {
    width: 4rem;
    height: 4rem;
    transition: background-color .22s ease-in-out,color .22s ease-in-out;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    font-size: 2.2rem;
    line-height: 4rem;
    text-align: center;
    background: #fff;
}

.p-selection-box .p-title {
    font-size: larger;
    font-weight: 500;
    padding: 0 0 0 13px;
    max-width: calc(100% - 45px);
	overflow: hidden;
}

.p-selection-box .p-content {
	display: block;
    padding: 10px 5px;
}

.p-selection-box.p-selected .p-selection,
.p-selection-box.x-item-selected .p-selection {
	display: block;
}
.p-selection-box .p-selection {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	background: #fff;
    border-radius: 50%;
}

.p-selection-box.p-blue {
    background-color: #e0eef5;
}

.p-selection-box.p-blue .p-icon {
    color: #0084c3;
}
.p-selection-box.p-blue.p-selected .p-icon,
.p-selection-box.p-blue.x-item-selected .p-icon {
	background: #0084c3;
	color: #fff;
}

.p-selection-box.p-orange {
    background-color: #f1e3c2;
}

.p-selection-box.p-orange .p-icon {
    color: #d89700;
}
.p-selection-box.p-orange.p-selected .p-icon,
.p-selection-box.p-orange.x-item-selected .p-icon {
	background: #d89700;
	color: #fff;
}
/* -------- Items ----------- */

.p-item {
	text-align: center;
	width: 70px;
}

.p-item > * {
	display: block;
}

.p-item .p-item-image {
	width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    margin: 5px auto;
}

.p-item.p-gray .p-item-image {
    border: 3px solid #666;
    background: #f8f9fa;
}

.p-item .p-item-image img {
	margin: 0px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    max-width: 100%;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    z-index:2;	
}
.p-item .p-item-image .p-profile-abbr {
	vertical-align: middle;
    display: inline-block;
    position: absolute;
    max-width: calc(100% + 4px);
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    text-transform: uppercase;
	font-weight: 500;
    line-height: normal;
    font-size: x-large;
    z-index:1;	    
}
    
.p-item .p-item-title {
    font-size: smaller;
    line-height: normal;
    font-weight: 700;
}
 
.p-item .p-item-subtitle {
	 margin-top: 6px;
    font-size: smaller;
    line-height: normal;
}
       
    
    
/* -------- MessageBox ----------- */

.p-messagebox-container .p-messagebox {
	margin: 10px;
}

.p-messagebox-container .p-item {
    margin: 10px 0 10px 10px;
}

.p-messagebox-container .p-messagebox-addon {
	margin: -10px 10px 10px 10px;
}
    
.p-messagebox {
    border: 1px solid #e70000;
    position: relative;
    padding: 10px 15px;;
    vertical-align: top;
    text-align: left;
}

.p-messagebox.p-white {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
}

.p-messagebox-title {
	color: #428bca;
	font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-messagebox-subtitle {
    margin-top: -5px;
	margin-bottom: 10px;
}

.p-messagebox pre {
    border: none;
    background: none;
    color: #000;
    padding: 0px;
    font-family: inherit;
    margin: 0px;
    white-space: break-spaces;
}


.p-messagebox.p-left:before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #ddd;
    margin: 15px 0 0 -9px;
}

.p-messagebox.p-left:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff;
    margin: 15px 0 0 -8px;
}

.p-messagebox.p-left:before,.p-messagebox.p-left:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}

.p-messagebox-addon {
	font-size: smaller;
	text-align: left;	
}

/* -------- Layout / Grid ----------- */
.p-table {
	display: table;
}
.p-cell {
	display: table-cell;
	vertical-align: top;
}
.p-cell.p-flex {
	width: 100%;
}


/* -------- Alert ----------- */

.x-window-body .alert {
	border-radius: 7px;
}
.alert-info {
	--bs-alert-color: #1574b8;
    --bs-alert-bg: #5398e430;
    --bs-alert-border-color: #157fcc;
}

