<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import
	url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap')
	;
/* Common Styles */
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	color: #555;
	font-family: 'Roboto', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #1b5394;
	text-decoration: none;
}

a:hover {
	color: #2c9cd4;
}

.green {
	color: #4cb03a;
}

h1 {
	margin: 0 0 15px;
	color: #01577A;
	font-size: 1.5em;
	font-weight: normal;
}

input {
	outline: none;
	border: none;
}

* {
	box-sizing: border-box;
}
/* Columns Styles */
.container {
	padding: 0px;
	margin: 0px
}

.flex-container {
	display: flex;
	justify-content: center;
}

.flex-container&gt;div {
	width: 45%
}

.min-height {
	min-height: 100vh;
}

#sidebar {
	position: fixed;
	left: auto;
	top: 0;
	bottom: 0;
	width: 250px;
	background: linear-gradient(#01577A, #0099D5);
}

#content {
	padding: 30px 0;
	margin: 0 0 0 270px;
}

.login-page #content {
	margin: 0;
}

.login-page {
	margin-left: 275px;
}

#sidebar nav {
	margin: 0px 0 30px 0px;
}

#sidebar nav ul li {
	position: relative;
}

#sidebar nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 12px 15px;
	border-bottom: 1px dotted rgba(255, 255, 255, .25);
}

#sidebar nav ul li a .fa {
	margin-right: 8px;
	font-size: 17px;
	min-width: 25px;
}

#sidebar nav ul li.active a, #sidebar nav ul li a:hover {
	background: #008BC0;
}

#sidebar nav ul li.active:after, #sidebar nav ul li:hover:after {
	display: block;
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -12px;
	color: red;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #008BC0;
}

/* Content Styles */
table.table {
	width: 100%;
	border-collapse: collapse;
}

table.table&gt;thead {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
	border-bottom: 1px solid #d9d9d9;
	border-radius: 4px 4px 0 0;
}

table.table&gt;thead&gt;tr&gt;th {
	margin: 0;
	padding: 6px 7px 5px;
	text-align: left;
	font-size: 14px;
}

table.table&gt;tbody&gt;tr&gt;td {
	margin: 0;
	padding: 6px 7px 5px;
	text-align: left;
	font-size: 12px;
}

table.table&gt;thead&gt;tr&gt;th {
	color: #1b5394;
	font-size: 12px;
	font-weight: 700;
	background: rgb(240, 240, 240); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0',
		endColorstr='#dedede', GradientType=0); /* IE6-9 */
}

table.table&gt;tbody&gt;tr&gt;td {
	padding: 8px 7px;
	border-bottom: 1px solid #e4e4e4;
}

/* Members list table */
.membersList {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-bottom: 15px;
	width: 98%;
	margin-top: 40px;
}

.membersList table.table tbody tr td img.userPic {
	float: left;
	margin: 0px 20px 0 3px;
}

.membersList table.table tbody tr td a .dimmed {
	color: #555;
	padding-left: 5px;
	font-size: 11px;
}

.membersList table.table tbody tr td .fa.green {
	padding-right: 5px;
	font-size: 10px;
}

.membersList table.table&gt;tbody&gt;tr&gt;td.hasArrow {
	padding-left: 26px;
}

.membersList table.table table tr td {
	padding: 0 10px;
	text-align: center;
	width: 25%;
	min-width: 20px;
}

.membersList table.table table tr td .fa {
	font-size: 14px;
	opacity: .75;
}

.membersList table.table td.hasArrow {
	position: relative;
}

.membersList table.table td.hasArrow .popup {
	display: none;
	top: 32px;
	left: 0;
	z-index: 40;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 250px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc;
	left: -64px;
}

.membersList table.table td.hasArrow .popup button.close {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: -11px;
}

.membersList table.table td.hasArrow .popup button.close:hover {
	opacity: 1;
}

.membersList table.table td.hasArrow .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.membersList table.table td.hasArrow .popup select, .membersList table.table td.hasArrow .popup input[type="password"]
	{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.membersList table.table td.hasArrow .popup input[type="submit"] {
	display: block;
	margin-bottom: 7px;
}

.membersList table.table td.hasArrow .popup .error {
	float: left;
	margin-bottom: 0;
	padding: 0;
}

.membersListError {
	margin-bottom: 20px;
	color: #a94442;
	text-align: center;
	font-size: medium;
	padding: 10px 0 0 0;
	margin-left: 475px;
	max-width: 50%;
}

/* login page */
.floatLeft {
	float: left !important;
}

.whiteBackground {
	background-color: #fff !important;
}

.loginBox {
	background-color: #efefef;
	min-height: 100vh
}

.loginBox .imageBox::before {
	content: "";
	display: block;
	z-index: -1;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	background: #293942;
	background: -webkit-linear-gradient(bottom, #293942, #2a94d8);
	background: -o-linear-gradient(bottom, #293942, #2a94d8);
	background: -moz-linear-gradient(bottom, #293942, #2a94d8);
	background: linear-gradient(bottom, #293942, #2a94d8);
	opacity: .8;
}

.loginBox .imageBox {
	background-image: url(/admin/resources/img/img_croped_1.jpg);
	background-repeat: no-repeat;
	background-size: 140% 80%;
	background-position-x: 50%;
	background-position-y: 50%;
	background-color: #24486c;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
}

.loginBox .loginFormBox {
	float: right;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	margin: 25px 50px;
}

.loginBox .loginBoxInner {
	padding: 25px 30px;
	position: relative;
}

.loginBox .loginBoxInner .content {
	padding: 0px 0px 5px 0px;
	position: relative;
}

.loginBox .loginBoxInner .content button {
	text-align: center;
	height: 45px;
	margin-top: 50px
}

.loginBox ul {
	text-align: center;
}

.loginBox .loginBoxInner #formChooseAccountType label {
	border: 1px solid #ccc;
	padding: 20px 15px;
	border-radius: 10px;
	position: relative;
	width: 100%;
}

.loginBox .loginBoxInner #formChooseAccountType label .customTooltip {
	position: absolute;
	right: 0;
}

.loginBox .loginBoxInner #formChooseAccountType label&gt;div {
	position: relative;
	display: inline-block;
}

.loginBox .loginBoxInner #formChooseAccountType label&gt;div&gt;span {
	position: absolute;
	transform: translateY(2px);
	white-space: nowrap;
}

.loginBox .loginBoxInner #formChooseAccountType label div.already-developer-container
	{
	display: flex;
	transform: translateY(2px);
}

.loginBox .loginBoxInner #formChooseAccountType label div.developer-notification
	{
	margin-left: 10px;
	font-size: small;
}

/* Login Page 
.loginBox { border: 1px solid #ccc; width: 100%; max-width: 700px; margin: 40px auto 0; border-radius: 3px; }
.loginBox  .loginBoxInner { padding: 75px 0px 5px 0px; position: relative; }
*/
.loginBox .icon {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.loginBox .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}
/* .loginBox ul:after { display: block; content: ''; clear: both; }
.loginBox ul li { width: 100%; float: left; margin: 0 0 30px; }
.loginBox ul li:nth-child(2n) { float: right; }
.loginBox ul li label { display: block; font-weight: bold; font-size: 12px; color: #555; margin: 3px 50px 10px 75px; text-transform: uppercase; float: left; width: 8%; padding-top: 8px;}
.loginBox ul li input[type="text"],
.loginBox ul li input[type="password"] { width: 50%; border: 1px solid #ddd; background: #eaeaea; padding: 10px; }
.loginBox ul li input[type="text"]:focus,
.loginBox ul li input[type="password"]:focus { border-color: #2ECAFA; } */
.loginBox input[type="submit"] {
	display: block;
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.loginBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}
/* .loginBox a { margin:0px 0px 0px 75px; font-weight: bold; font-size: 12px; text-transform: uppercase} */
.loginBox .fa {
	font-size: 20px;
}

.loginBox .error {
	margin-bottom: 20px;
	color: #a94442;
	text-align: center;
	font-size: large
}

.loginBox .success {
	margin-bottom: 20px;
	color: #228B22;
	text-align: center;
	font-size: large
}
/* .loginBox ul li.hasLink { width: 100%; float: left; margin: 10 0 10 0px; } */
.loginBox .backLink {
	position: absolute;
	top: 15px;
	left: -53px;
}

.loginBox .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.loginBox .message {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

.error {
	margin-bottom: 20px;
	color: #a94442;
	text-align: center;
	font-size: medium;
	padding: 10px 0 0 0
}

.success {
	margin-bottom: 20px;
	color: #228B22;
	text-align: center;
	font-size: large;
	padding: 10px 0 0 0
}

.notification {
	margin-bottom: 20px;
	text-align: center;
	font-size: small;
}

.header {
	padding: 20px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.header .header-text {
	font-size: 28px;
	font-weight: bold;
	color: #0195D3;
	text-align: right
}

.companySettingsContainer {
	margin-top: 20px;
}

.settingsBox {
	padding: 10px 0;
	margin-bottom: 15px;
	background: #f7f7f7;
}

.settingsBox ul:after {
	display: block;
	content: '';
	clear: both;
}

.settingsBox&gt;form&gt;ul&gt;li {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #bbb;
}

.settingsBox ul li&gt;label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	margin: 0 0 3px;
	float: left;
	width: 30%;
	padding-top: 5px;
}

.settingsBox ul li .rightContent {
	float: left;
	width: 70%;
}

.settingsBox ul li input[type="text"] {
	width: 20%;
	max-width: 150px;
	border: 1px solid #bbb;
	border-radius: 5px;
	background: #f7f7f7;
	padding: 7px 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.settingsBox ul li .rightContent&gt;span {
	line-height: 30px;
	padding-right: 10px;
}

.settingsBox ul li .rightContent&gt;span.customTooltip {
	line-height: 16px;
}

.settingsBox ul li .rightContent&gt;span  input[type="checkbox"] {
	position: relative;
	left: -2px;
	top: 2px;
}

.settingsBox ul li span .checkbox {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.settingsBox ul li span .checkbox input {
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}

.settingsBox ul li input[type="text"]:focus {
	border-color: #2ECAFA;
}

.settingsBox input[type="submit"] {
	display: block;
	width: 50%;
	max-width: 100px;
	margin: 20px 10px 0;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.settingsBox input[type="submit"]:hover, .settingsBox input[type="button"]:hover
	{
	background: linear-gradient(#0195D3, #00638A);
}

.settingsBox input[type="button"] {
	width: 50%;
	max-width: 75px;
	max-height: 30px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	padding: 6px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 50px;
}

.settingsBox .fa {
	font-size: 14px;
	margin-left: 10px;
}

.settingsBox.minimumApprovalCountBox ul li {
	border: none;
	margin: 0;
	padding: 0 10px 0;
}

.settingsBox i.tooltipTrigger {
	color: #555;
}

.settingsBox ul li .rightContent ul li {
	min-width: 170px;
}

.userStatistics {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-bottom: 15px;
}

.userStatistics table.table tbody tr td img.userPic {
	float: left;
	margin: 0px 20px 0 3px;
}

.userStatistics table.table&gt;tbody&gt;tr {
	height: 33px;
}

.userStatistics table.table&gt;tbody&gt;tr&gt;td.hasArrow {
	padding-left: 50px;
}

.userStatistics table.table&gt;tbody&gt;tr&gt;td.number {
	margin: 0;
	padding: 6px 49px 5px;
	text-align: left;
	font-size: 12px;
}

.userStatistics .submitButton {
	float: left;
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 0 0 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.groupList .submitButton {
	float: left;
	display: block;
	width: 55%;
	max-width: 200px;
	margin: 0 0 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.userStatistics table.table .popup {
	display: none;
	top: 127px;
	left: 1165px;
	z-index: 40;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 356px;
	position: absolute;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.userStatistics table.table .popup button.close, .groupList table.table .popup button.close
	{
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.userStatistics table.table .popup button.close:hover, .groupList table.table .popup button.close:hover
	{
	opacity: 1;
}

.userStatistics table.table&gt;tbody&gt;tr&gt;td, .groupList table.table&gt;tbody&gt;tr&gt;td
	{
	padding: 5px 7px;
}

.os-info-popup, .groupList .popup-info {
	padding: 10px;
}

.os-info-popup .os-info-box, .groupList .popup-info .os-info-box {
	margin: 0 0 10px;
}

.os-info-popup h1, .groupList .popup-info h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

.os-info-popup table, .groupList .popup-info table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 335px;
}

.os-info-popup table td, .groupList .popup-info table td, .groupList .popup-info table th
	{
	border: 1px solid #c3c3c3;
	font-size: 11px;
	padding: 2px 5px;
	word-break: break-all;
	vertical-align: top;
}

.os-info-popup table td:nth-child(1) {
	font-size: 10px;
	width: 145px;
	font-weight: bold;
	background: #eee;
	color: #333;
	text-transform: uppercase;
}

.os-info-popup .os-info-box:nth-child(2) table td:nth-child(1) {
	background: #d8d8d8;
}

.linkBox {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	border-radius: 3px;
}

.linkBox  .linkBoxInner {
	padding: 75px 20px 5px;
	position: relative;
}

.linkBox .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.linkBox .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.linkBox ul:after {
	display: block;
	content: '';
	clear: both;
}

.linkBox ul li {
	width: 48.5%;
	float: left;
	margin: 0 0 30px;
}

.linkBox ul li:nth-child(2n) {
	float: right;
}

.linkBox ul li label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.linkBox ul li input[type="text"], .linkBox ul li input[type="password"]
	{
	width: 80%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
}

.linkBox ul li input[type="text"]:focus, .linkBox ul li input[type="password"]:focus
	{
	border-color: #2ECAFA;
}

.linkBox input[type="submit"] {
	display: block;
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.linkBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.linkBox .fa {
	margin: 0 0 0 25px;
	font-size: 20px;
}

.linkBox .message {
	margin: 10 0 30 0px;
	font-size: 12px;
	font-weight: bold
}

.linkBox .backLink {
	position: absolute;
	top: 15px;
	left: -5px;
}

.linkBox .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.linkBox ul li.hasLink {
	width: 100%;
	float: left;
	margin: 10 0 10 0px;
}

.linkBox a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase
}

.employeeAppBox {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
	border-radius: 3px;
}

.employeeAppBox  .employeeAppBoxInner {
	padding: 75px 20px 5px;
	position: relative;
}

.employeeAppBox .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.employeeAppBox .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.employeeAppBox ul:after {
	display: block;
	content: '';
	clear: both;
}

.employeeAppBox ul li {
	width: 48.5%;
	float: left;
	margin: 0 0 30px;
}

.employeeAppBox ul li:nth-child(2n) {
	float: right;
	color: #555
}

.employeeAppBox ul li label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.employeeAppBox ul li input[type="text"], .employeeAppBox ul li select,
	.employeeAppBox ul li input[type="password"] {
	width: 100%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	height: 38px
}

.employeeAppBox ul li input[type="text"]:focus, .employeeAppBox ul li input[type="password"]:focus
	{
	border-color: #2ECAFA;
}

.employeeAppBox input[type="submit"] {
	display: block;
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.employeeAppBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.employeeAppBox .backLink {
	position: absolute;
	top: 15px;
	left: 15px;
}

.employeeAppBox .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.passphraseCreateBox {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 700px;
	margin: 40px auto 0;
	border-radius: 3px;
}

.passphraseCreateBox  .passphraseCreateBoxInner {
	padding: 75px 20px 5px;
	position: relative;
}

.passphraseCreateBox .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.passphraseCreateBox .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.passphraseCreateBox ul:after {
	display: block;
	content: '';
	clear: both;
}

.passphraseCreateBox ul li {
	width: 100%;
	float: left;
	margin: 20px 0 0px 0;
}

.passphraseCreateBox ul li:nth-child(2n) {
	float: right;
}

.passphraseCreateBox ul li .submitButton {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 50px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.passphraseCreateBox ul li .skipButton {
	float: right;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 50px 0 0;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.passphraseCreateBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.passphraseCreateBox ul li .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0 0 0 0px
}

.passphraseCreateBox ul li label {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 10 0 3px 0px;
	text-transform: uppercase;
	width: 26%;
	text-align: center;
	padding-right: 25px;
}

.passphraseCreateBox ul li .submitButtonMiddle {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 285px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.passphraseCreateBox .fa {
	margin: 0 0 0 25px;
	font-size: 20px;
}

.passphraseCreateBox .message {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.passphraseCreateBox ul.passphraseButtons li {
	margin: 15px 0 0;
	text-align: center;
	float: none;
}

.passphraseCreateBox ul.passphraseButtons li input[type="submit"] {
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.passphraseCreateBox .backLink {
	position: absolute;
	top: 15px;
	left: -5px;
}

.passphraseCreateBox .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

/*Leftpanel Logged in user*/
.loginArea {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	box-shadow: 0 0px 70px rgba(255, 255, 255, 0.2) inset;
}

.loginArea .inner {
	padding: 10px 10px 8px;
	position: relative;
	transition: all .5s;
}

.loginArea .inner:hover {
	background: #008BC0;
	cursor: pointer;
}

.loginArea .inner h3 {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0 0 3px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: none;
}

.loginArea .inner h3 .fa {
	position: relative;
	left: 2px;
	top: 1px;
}

.loginArea .inner ul.userInfo {
	margin: 0;
	padding: 0 20px 0 0;
}

.loginArea .inner ul.userInfo li {
	margin: 0px;
	font-size: 12px;
}

.loginArea .inner ul.userInfo li:nth-child(1) {
	font-weight: bold;
}
/* .loginArea .inner #userOptionsTrigger { position: absolute; left: 9px; top: 12px; font-size: 35px; cursor: pointer; color: rgba(255,255,255,.5); transition: all .5s; } */
.loginArea .inner #userOptionsTrigger {
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 28px;
	position: absolute;
	right: 9px;
	top: 18px;
	transition: all 0.5s ease 0s;
}

.loginArea .inner #userOptionsTrigger:hover {
	color: rgba(255, 255, 255, .7);
}

.loginArea .inner #userOptionsTrigger&gt;.fa-ellipsis-v {
	font-size: 17px;
	position: relative;
	right: 9px;
	top: -8px;
}

.loginArea .inner:hover {
	background: #007EB0;
	cursor: pointer;
}

.loginArea .userOptionsArea {
	margin: 5px 10px 10px;
	padding: 0;
	display: none;
}

.loginArea ul.userOptions {
	margin: 0;
	padding: 0;
}

.loginArea ul.userOptions li {
	margin: 0 0 3px;
	font-size: 12px;
}

.loginArea ul.userOptions li a {
	display: block;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all .3s;
}

.loginArea ul.userOptions li a .fa {
	font-size: 13px;
	margin-right: 10px;
}

.loginArea ul.userOptions li a:hover {
	background: rgba(255, 255, 255, .23);
}

.loginArea ul.userOptions select {
	font-size: 12px;
	width: 100%;
	padding: 3px 5px;
}

.companyArea {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	box-shadow: 0 0px 70px rgba(255, 255, 255, 0.2) inset;
}

.companyArea .inner {
	padding: 10px 10px 8px;
	position: relative;
	transition: all .5s;
}

.companyArea .inner:hover {
	background: #008BC0;
	cursor: pointer;
}

.companyArea .inner h3 {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0 0 3px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: none;
}

.companyArea .inner h3 .fa {
	position: relative;
	left: 2px;
	top: 1px;
}

.companyArea .inner ul.userInfo {
	margin: 0;
	padding: 0 20px 0 0;
}

.companyArea .inner ul.userInfo li {
	margin: 0px;
	font-size: 12px;
}

.companyArea .inner ul.userInfo li:nth-child(1) {
	font-weight: bold;
}
/* .companyArea .inner #userOptionsTrigger { position: absolute; left: 9px; top: 12px; font-size: 35px; cursor: pointer; color: rgba(255,255,255,.5); transition: all .5s; } */
.companyArea .inner #userOptionsTrigger {
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 28px;
	position: absolute;
	right: 9px;
	top: 18px;
	transition: all 0.5s ease 0s;
}

.companyArea .inner #userOptionsTrigger:hover {
	color: rgba(255, 255, 255, .7);
}

.companyArea .inner #userOptionsTrigger&gt;.fa-caret-down {
	font-size: 21px;
	position: relative;
	right: 5px;
	top: -8px;
}

.companyArea .inner:hover {
	background: #007EB0;
	cursor: pointer;
}

.companyArea .userOptionsArea {
	margin: 5px 8px 10px;
	padding: 0;
	display: none;
}

.companyArea ul.userOptions {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 0;
}

.companyArea ul.userOptions li {
	margin: 0;
	font-size: 12px;
}

.companyArea ul.userOptions li a {
	display: block;
	background: rgba(0, 0, 0, .075);
	color: #fff;
	padding: 5px 15px;
	transition: all .3s;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	cursor: pointer;
}

.companyArea ul.userOptions li a .fa {
	font-size: 13px;
	margin-right: 10px;
	display: none;
}

.companyArea ul.userOptions li a:hover {
	background: rgba(0, 0, 0, .2);
}

.companyArea ul.userOptions select {
	font-size: 12px;
	width: 100%;
	padding: 3px 5px;
}

.companySwitchingArea {
	color: fff;
	font-size: 12px;
	border-bottom: 1px dotted rgba(255, 255, 255, .25);
}

.companySwitchingArea .inner {
	padding: 10px 10px 8px;
	position: relative;
	transition: all .5s;
}

.companySwitchingArea select {
	font-size: 12px;
	width: 100%;
	padding: 3px 5px;
	margin: 5px 0px 10px;
}

.companySwitchingArea form {
	margin-bottom: 0;
}

.passphraseChangeBox {
	width: 100%;
	max-width: 600px;
	margin: -60px auto 0;
}

.passphraseChangeBox .passphraseChangeBoxInner {
	margin: 75px auto;
	padding: 20px 0;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.passphraseChangeBox .formContainer {
	margin: 0 100px;
}

.passphraseChangeBox .passphraseBoxContainer {
	margin: 10px;
}

.passphraseChangeBox .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0px
}

.passphraseChangeBox .submitButton {
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.passphraseChangeBox .formContainer span {
	position: absolute;
}

.passphraseChangeBox .tooltipTrigger {
	margin: 0 0 0 25px;
	font-size: 20px;
}

.passphraseChangeBox .message {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 10px;
}

.passphraseChangeBox .message span:first-child {
	font-weight: 400;
}

.passphraseChangeBox .message span:after {
	content: " ";
}

.passphraseChangeBox input[type="password"], .passphraseChangeBox input[type="text"]
	{
	width: 100%;
	text-align: center;
}

.passphraseChangeBox input[type="submit"] {
	width: calc(100% - 20px);
	float: none;
	margin: 5px 10px;
	text-align: center;
	display: inline-block;
}

.passphraseChangeBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.passphraseDeleteBox {
	width: 100%;
	max-width: 600px;
	margin: -60px auto 0;
}

.passphraseDeleteBox .passphraseDeleteBoxInner {
	padding: 20px 0;
	position: relative;
	margin: 75px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.passphraseDeleteBox .formContainer {
	margin: 0 100px;
}

.passphraseDeleteBox .passphraseBoxContainer {
	margin: 10px;
}

.passphraseDeleteBox .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0px
}

.passphraseDeleteBox .message {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 10px;
}

.passphraseDeleteBox .message span:first-child {
	font-weight: 400;
}

.passphraseDeleteBox .message span:after {
	content: " ";
}

.passphraseDeleteBox input[type="password"], .passphraseDeleteBox input[type="text"]
	{
	width: 100%;
	text-align: center;
}

.passphraseDeleteBox input[type="submit"] {
	width: calc(100% - 20px);
	margin: 5px 10px;
	text-align: center;
	display: inline-block;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.passphraseDeleteBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.passphraseDeleteBox .passphraseDeleteForm {
	display: inline;
}

.passphraseDeleteBox .passphraseDeleteSkipForm {
	display: inline;
}

.passphraseDeleteBox .employeeAppsDropdown {
	width: 100%;
	text-align-last: center;
	height: 37px;
	background-color: whitesmoke;
	border: 1px solid darkgrey;
}

.passphraseSetBox {
	width: 100%;
	max-width: 600px;
	margin: -60px auto 0;
}

.passphraseSetBox .passphraseSetBoxInner {
	padding: 20px 0;
	position: relative;
	margin: 75px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.passphraseSetBox .formContainer {
	margin: 0 100px;
}

.passphraseSetBox .formContainer span {
	position: absolute;
}

.passphraseSetBox .tooltipTrigger {
	margin: 0 0 0 25px;
	font-size: 20px;
}

.passphraseSetBox .passphraseBoxContainer {
	margin: 10px;
}

.passphraseSetBox .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0px
}

.passphraseSetBox .message {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 10px;
}

.passphraseSetBox .message span:first-child {
	font-weight: 400;
}

.passphraseSetBox .message span:after {
	content: " ";
}

.passphraseSetBox input[type="password"], .passphraseSetBox input[type="text"]
	{
	width: 100%;
	text-align: center;
}

.passphraseSetBox input[type="submit"], .passphraseSetBox input[type="button"]
	{
	width: calc(100% - 20px);
	margin: 5px 10px;
	text-align: center;
	display: inline-block;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.passphraseSetBox input[type="submit"]:hover, .passphraseSetBox input[type="button"]:hover
	{
	background: linear-gradient(#0195D3, #00638A);
}

.linkAccount {
	width: 100%;
	margin: -60px auto 0;
}

.linkAccount  .linkAccountInner {
	padding: 75px 20px 5px;
	position: relative;
}

.linkAccount .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.linkAccount .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.linkAccount ul:after {
	display: block;
	content: '';
	clear: both;
}

.linkAccount ul li {
	width: 48.5%;
	float: left;
	margin: 0 0 30px;
}

.linkAccount ul li:nth-child(2n) {
	float: right;
}

.linkAccount ul li label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.linkAccount ul li input[type="text"], .linkAccount ul li input[type="password"]
	{
	width: 80%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
}

.linkAccount ul li input[type="text"]:focus, .linkAccount ul li input[type="password"]:focus
	{
	border-color: #2ECAFA;
}

.linkAccount input[type="submit"] {
	display: block;
	width: fit-content;
	min-width: 10%;
	float: right;
	max-width: 200px;
	margin: 0 auto;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.linkAccount input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.linkAccount .message {
	margin: 10 0 30 0px;
	font-size: 12px;
	font-weight: bold
}

.linkAccount .backLink {
	position: absolute;
	top: 15px;
	left: -5px;
}

.linkAccount .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.linkAccount ul li.hasLink {
	width: 100%;
	float: left;
	margin: 10 0 10 0px;
}

.linkAccount a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase
}

.linkAccount ul {
	text-align: center;
	margin-top: 50px;
}

.linkAccount .icon {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.linkAccount .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.linkAccount .fa {
	font-size: 20px;
}

.linkAccount .error {
	margin-bottom: 20px;
	color: #a94442;
	text-align: center;
	font-size: large
}

.linkAccount .success {
	margin-bottom: 20px;
	color: #228B22;
	text-align: center;
	font-size: large
}

.linkAccount .backLink {
	position: absolute;
	top: 15px;
	left: -53px;
}

.linkAccount .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.linkAccount .message {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

.linkAccount .login-button {
	font-size: 18px;
}

.linkAccount .title {
	font-size: 25;
	text-align: center;
	padding: 30px 0 30px 0;
	display: block
}

.employeeAppBoxInternal {
	width: 100%;
	max-width: 800px;
	margin: -58px auto 0;
}

.employeeAppBoxInternal  .employeeAppBoxInnerInternal {
	padding: 75px 20px 5px;
	position: relative;
}

.employeeAppBoxInternal .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.employeeAppBoxInternal .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.employeeAppBoxInternal ul:after {
	display: block;
	content: '';
	clear: both;
}

.employeeAppBoxInternal ul li {
	width: 48.5%;
	float: left;
	margin: 0 0 30px;
}

.employeeAppBoxInternal ul li:nth-child(2n) {
	float: right;
	color: #555
}

.employeeAppBoxInternal ul li label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.employeeAppBoxInternal ul li input[type="text"],
	.employeeAppBoxInternal ul li select, .employeeAppBoxInternal ul li input[type="password"]
	{
	width: 100%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	height: 38px;
}

.employeeAppBoxInternal ul li input[type="text"]:focus,
	.employeeAppBoxInternal ul li input[type="password"]:focus {
	border-color: #2ECAFA;
}

.employeeAppBoxInternal .backLink {
	position: absolute;
	top: 15px;
	left: 15px;
}

.employeeAppBoxInternal .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.employeeAppBoxInternal .message {
	margin: 10 0 30 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.applicationList {
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.applicationList table.table tbody tr td img.userPic {
	float: left;
	margin: 0px 20px 0 3px;
}

.applicationList table.table&gt;tbody&gt;tr {
	height: 33px;
}

.applicationList table.table&gt;tbody&gt;tr&gt;td.hasArrow {
	padding-left: 50px;
}

.applicationList table.table&gt;tbody&gt;tr&gt;td.number {
	margin: 0;
	padding: 6px 49px 5px;
	text-align: left;
	font-size: 12px;
}

.applicationList .submitButton {
	float: right;
	display: block;
	width: 25%;
	max-width: 70px;
	margin: 0 0 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.applicationList .approveButton {
	float: none;
}

.applicationList table.table .popup {
	display: none;
	top: 41px;
	left: -60px;
	z-index: 40;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 200px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.applicationList table.table .popup button.close {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: -11px;
}

.applicationList table.table .popup button.close:hover {
	opacity: 1;
}

.applicationList table.table .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.applicationList table.table .popup select, .applicationList table.table .popup input[type="password"]
	{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.applicationList table.table .popup input[type="submit"] {
	margin-bottom: 7px;
}

.applicationList table.table .popup .error {
	margin-bottom: 0;
	padding: 0;
}

.applicationList table.table&gt;tbody&gt;tr&gt;td {
	padding: 5px 7px;
	position: relative;
}
/* .tableTitle {padding-bottom: 10px; color: #1b5394; text-align: left; background: #f1f1f1; padding: 5px; margin: 0 0 7px 0; font-weight: bold; border: 1px solid #ccc; border-radius: 5px; font-size: 12px;} */
.tableTitle {
	padding-bottom: 10px;
	color: #1b5394;
	text-align: left;
	padding: 5px;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 19px;
}
/* .applicationList table.table &gt; thead &gt; tr &gt; th:first-child { width: 275px; }
.applicationList table.table &gt; thead &gt; tr &gt; th:nth-child(2) { width: 500px;} */
.developerApplicationList {
	width: 115%;
}
/* Required for employee application table */
div.applicationList table.table th {
	width: 25%;
}

/**Media Queries**/
@media only screen and (max-width: 1440px) {
	.userStatistics table.table .popup {
		left: 1077px;
	}
}

@media only screen and (max-width: 1366px) {
	.userStatistics table.table .popup {
		left: 1002px;
	}
}

@media only screen and (max-width: 1280px) {
	.userStatistics table.table .popup {
		left: 917px;
	}
	.applicationList table.table .popup {
		left: -102px;
	}
	.applicationList .submitButton {
		width: 62%;
	}
}

@media only screen and (max-width: 1024px) {
	.settingsBox ul li&gt;label {
		width: 40%;
	}
	.settingsBox ul li .rightContent {
		width: 60%;
	}
	.settingsBox ul li input[type="text"] {
		width: 35%;
	}
	.passphraseChangeBox .passphraseChangeBoxInner {
		margin-left: 250px;
	}
	.passphraseDeleteBox .passphraseDeleteBoxInner {
		margin-left: 250px;
	}
	.userStatistics table.table .popup {
		left: 663px;
	}
	.userStatistics .submitButton {
		width: 75%;
		max-width: 200px;
	}
	.applicationList table.table .popup {
		left: -122px;
	}
	.applicationList .submitButton {
		width: 83%;
	}
}

@media only screen and (max-width: 768px) {
	.userStatistics table.table .popup {
		left: 410px;
		top: 166px;
	}
}

@media only screen and (max-width: 480px) {
	.settingsBox ul li&gt;label {
		width: 100%;
	}
	.settingsBox ul li .rightContent {
		width: 100%;
	}
	.settingsBox ul li input[type="text"] {
		width: 100%;
	}
}

.groupList {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-right: 16px;
}

.groupList table.table th {
	width: 20%;
}

.groupList table.table td.members {
	position: relative;
}

.groupList .row {
	clear: both;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}

.groupList .row-header {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .18);
	border-bottom: 1px solid #d9d9d9;
	border-radius: 4px 4px 0 0;
}

.groupList .row-header .col {
	color: #1b5394;
	font-size: 12px;
	font-weight: 700;
	background: rgb(240, 240, 240);
	background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0',
		endColorstr='#dedede', GradientType=0);
}

.groupList .row .col p {
	padding: 6px 7px 5px;
	margin: 0;
}

.col-sm-2 {
	width: 20%;
	float: left;
}

.groupList .popup-info table th {
	font-size: 11px;
	width: 145px;
	font-weight: bold;
	background: #eee;
	color: #333;
	text-transform: uppercase;
	border: 1px solid #c3c3c3;
	padding: 2px 5px;
	word-break: break-all;
	vertical-align: top;
	text-align: left;
}

.groupList table.table .popup {
	display: none;
	top: 35px;
	right: 0;
	z-index: 40;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 356px;
	position: absolute;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.groupMembersList {
	border: 1px solid #03AAE7;
	border-radius: 3px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-right: 69px;
}

.groupMembersList table.table th {
	width: 20%;
}

.groupMembersList table.table&gt;tbody&gt;tr&gt;td {
	padding: 10px 7px;
}

@media only screen and (max-width: 767px) {
	.sm-hidden {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.lg-hidden {
		display: none !important;
	}
}

.settingsBox {
	position: relative;
}

.settingsBox .popup {
	display: none;
	z-index: 40;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 200px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.settingsBox .popup button.close {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: -11px;
}

.settingsBox .popup button.close:hover {
	opacity: 1;
}

.settingsBox .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.settingsBox .popup select, .settingsBox .popup input[type="password"] {
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.settingsBox .popup input[type="submit"] {
	margin-bottom: 7px;
}

.settingsBox .popup .error {
	margin-bottom: 0;
	padding: 0;
}

.background-popup {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.questionsBox ul li label {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 10 0 3px 0px;
	text-transform: uppercase;
	width: 26%;
	text-align: left;
	padding-right: 25px;
}

.questionsBox input[type="submit"] {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.questionsBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.questionsBox input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 51%;
	padding: 10px;
	margin: 0 0 0 0px
}

.questionsBox ul:after {
	display: block;
	content: '';
	clear: both;
}

.questionsBox ul li {
	width: 100%;
	float: left;
	margin: 20px 0 0px 0;
	text-align: left;
}

.questionsBox ul.setSecurityQuestionsButtons li {
	margin: 30px 0 0 17%;
	text-align: left;
	float: none;
}

.questionsBox ul.setSecurityQuestionsButtons li input[type="submit"] {
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.questionsBox ul li hr {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	width: 51%;
}

.setQuestionsContainer #successMessage {
	margin: 0 0 0 33%;
	text-align: left;
}

.setQuestionsContainer #errorMessage {
	margin: 0 0 15px 0;
	text-align: left;
}

.twoFactorAuthSetting {
	margin: 0 auto;
	width: 45%;
}

.promptSecurityQuestionsBoxInner {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 700px;
	margin: 40px auto 0;
	border-radius: 3px;
	padding: 75px 20px 5px;
	position: relative;
	text-align: center;
}

.promptSecurityQuestionsBoxInner .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.promptSecurityQuestionsBoxInner .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.promptSecurityQuestionsBoxInner ul.enable2FAPromptButtons li {
	margin: 30px 0 0 0;
	text-align: center;
	float: none;
}

.promptSecurityQuestionsBoxInner ul.enable2FAPromptButtons li input[type="submit"]
	{
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.promptSecurityQuestionsBoxInner ul li .submitButton {
	float: left;
	display: inline-block;
	width: 200px;
	margin: 0 0 0 50px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.promptSecurityQuestionsBoxInner ul li .skipButton {
	float: right;
	display: inline-block;
	width: 200px;
	margin: 0 50px 0 0;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.promptSecurityQuestionsBoxInner .message {
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.promptSecurityQuestionsBoxInner input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.promptSecurityQuestionsBoxInner .skipTwoFactorAuthPromptForm {
	display: inline-block;
}

.promptSecurityQuestionsBoxInner .enableTwoFactorAuthPromptForm {
	display: inline-block;
}

.disableQuestionsContainer #errorMessage {
	margin: 0 0 15px 5px;
	text-align: left;
}

.disableQuestionsContainer .message {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.disableQuestionsContainer .message span:first-child {
	font-weight: 400;
}

.disableQuestionsContainer .message span:last-child {
	font-weight: 400;
}

.disableQuestionsContainer .message span:after {
	content: " ";
}

.disableQuestionsContainer ul.disableSecurityQuestionsButtons li {
	margin: 30px 0 0 17%;
	text-align: left;
	float: none;
}

.disableQuestionsContainer ul.disableSecurityQuestionsButtons li input[type="submit"]
	{
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.disableQuestionsContainer ul li hr {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	width: 51%;
}
/* .validateSQform{width: 50%; margin: 0 auto; border: 1px solid #555555; padding: 44px;} */
.containerValidateSecurityQuestion {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 700px;
	margin: 70px auto 30px;
	border-radius: 3px;
}

.containerValidateSecurityQuestion  .validateSecurityQuestionsBoxInner {
	padding: 75px 20px 5px;
	position: relative;
}

.validateSecurityQuestionsBoxInner .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.validateSecurityQuestionsBoxInner .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.validateSecurityQuestionsBoxInner ul:after {
	display: block;
	content: '';
	clear: both;
}

.validateSecurityQuestionsBoxInner ul li {
	width: 100%;
	float: left;
	margin: 20px 0 0px 20px;
}

.validateSecurityQuestionsBoxInner ul li .submitButton {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 50px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.validateSecurityQuestionsBoxInner input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.validateSecurityQuestionsBoxInner ul li .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0 0 0 0px
}

.validateSecurityQuestionsBoxInner ul li label {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 10 0 3px 0px;
	text-transform: uppercase;
	width: 26%;
	text-align: left;
	padding-right: 25px;
}

.validateSecurityQuestionsBoxInner ul li .submitButtonMiddle {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 285px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.validateSecurityQuestionsBoxInner .message {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.validateSecurityQuestionsBoxInner ul.ValidateSecurityQuestionsButtons li
	{
	margin: 15px 0 0;
	text-align: center;
	float: none;
}

.validateSecurityQuestionsBoxInner ul.ValidateSecurityQuestionsButtons li input[type="submit"]
	{
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.validateSecurityQuestionsBoxInner .backLink {
	position: absolute;
	top: 15px;
	left: -5px;
}

.validateSecurityQuestionsBoxInner .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.validateSecurityQuestionsBoxInner input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 93%;
	padding: 10px;
	margin: 0 0 0 0px
}

.validateSecurityQuestionsBoxInner #errorMessage {
	margin: 0 0 15px 0px;
	text-align: center;
}

.validateSecurityQuestionsBoxInner .backLink {
	position: absolute;
	top: 20px;
	left: 20px;
}

.createQuestionsContainer {
	border: 1px solid #ccc;
	width: 100%;
	max-width: 700px;
	margin: 70px auto 30px;
	border-radius: 3px;
}

.createQuestionsContainer  .createQuestionsBoxInner {
	padding: 75px 20px 30px;
	position: relative;
}

.createQuestionsBoxInner .icon {
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #ffffff
}

.createQuestionsBoxInner .icon img {
	width: 60px;
	height: auto;
	margin-top: 5px;
}

.createQuestionsBoxInner ul:after {
	display: block;
	content: '';
	clear: both;
}

.createQuestionsBoxInner ul li {
	width: 100%;
	float: left;
	margin: 20px 0 0px 20px;
}

.createQuestionsBoxInner ul li .submitButton {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 85px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.createQuestionsBoxInner ul li .skipButton {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 50px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.createQuestionsBoxInner input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.createQuestionsBoxInner ul li .passphraseBox {
	width: 50%;
	border: 1px solid #ddd;
	background: #eaeaea;
	padding: 10px;
	margin: 0 0 0 0px
}

.createQuestionsBoxInner ul li label {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	margin: 10 0 3px 0px;
	text-transform: uppercase;
	width: 26%;
	text-align: left;
	padding-right: 25px;
}

.createQuestionsBoxInner ul li .submitButtonMiddle {
	float: left;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 285px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.createQuestionsBoxInner .message {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.createQuestionsBoxInner ul.ValidateSecurityQuestionsButtons li {
	margin: 15px 0 0;
	text-align: center;
	float: none;
}

.createQuestionsBoxInner ul.ValidateSecurityQuestionsButtons li input[type="submit"]
	{
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
}

.createQuestionsBoxInner .backLink {
	position: absolute;
	top: 15px;
	left: -5px;
}

.createQuestionsBoxInner .backLink .fa {
	font-size: 25px;
	color: #0195D3;
	cursor: pointer;
}

.createQuestionsBoxInner input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 93%;
	padding: 10px;
	margin: 0 0 0 0px
}

.createQuestionsBoxInner #errorMessage {
	margin: 0 0 15px 0px;
	text-align: center;
}

.passphraseVerificationBoxInner input[type="submit"] {
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	width: 250px;
	max-width: 250px
}

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

.passphraseVerificationBoxInner ul.passphraseVerificationButtons li {
	margin: 15px 0 0;
	text-align: center;
	float: none;
}

.passphraseVerificationBoxInner ul.passphraseVerificationButtons li input[type="submit"]
	{
	float: none;
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	width: 250px;
	max-width: 250px
}

.passphraseVerificationBoxInner .passphraseSkipForm {
	display: inline-block;
}

select&gt;option[value=""] {
	display: none;
}

/* Developer CSS */
.alignCenter {
	text-align: center;
}

.remove-padding {
	padding-left: 0;
	padding-right: 0;
}

.main-wrapper {
	background: #fff;
}

.main-wrapper .header-wrapper {
	background: #ededed;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.main-wrapper .header-wrapper .top-part {
	min-height: 50px;
}

.main-wrapper .header-wrapper .top-part .logo-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-wrapper .header-wrapper .top-part .logo-container img {
	max-width: 45px;
	height: auto;
}

.main-wrapper .header-wrapper .menu-part {
	padding-top: 17px;
	padding-bottom: 5px;
	margin-right: -30px;
}

.main-wrapper .header-wrapper .menu-part .navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
}

.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav {
	float: right;
	margin-top: 20px;
}

.main-wrapper .header-wrapper .menu-part .menuHeading {
	font-size: 14px;
	color: #444;
	padding: 16px 0px 0 0
}

.main-wrapper .header-wrapper .menu-part .menuHeading .fa {
	padding-left: 4px;
}

.main-wrapper .header-wrapper .menu-part .navbar-default li a {
	color: #337ab7;
	border: 1px solid transparent;
}

.main-wrapper .header-wrapper .menu-part .navbar-default li.active a {
	background: none;
}

.main-wrapper .header-wrapper .menu-part .navbar-default .adminPanelLink
	{
	margin-left: 0px;
	top: 10px;
	border-left: 2px solid #999;
	padding-left: 15px;
}

.main-wrapper .header-wrapper .menu-part .navbar-default .adminPanelLink  a
	{
	display: inline-block;
	background: #337ab7;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	transition: all .3s;
}

.main-wrapper .header-wrapper .menu-part .navbar-default .adminPanelLink  a:hover
	{
	text-decoration: none;
	background: #03AAE7;
}

.homepage .main-wrapper .header-wrapper .logo-container img {
	max-width: 70px;
}

.homepage .main-wrapper .header-wrapper .menu-part {
	padding-top: 18px;
}

.main-wrapper .banner-part {
	min-height: 400px;
	background: #1C3C64;
	overflow: hidden;
}

.main-wrapper .banner-part img {
	width: 100%;
	height: auto;
}

.main-wrapper .banner-part .text {
	position: absolute;
	width: 100%;
	top: 25%;
	left: 0;
	z-index: 1;
}

.main-wrapper .banner-part h1 {
	font-size: 28px;
	color: #fff;
	max-width: 45%;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 36px;
}

.main-wrapper .banner-part p {
	font-size: 16px;
	color: #fff;
	max-width: 45%;
	margin-bottom: 20px;
}

.main-wrapper .banner-part a.more-button {
	font-size: 16px;
	background: #FF9D2A;
	color: #000;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	background: #efe140; /* Old browsers */
	background: -moz-linear-gradient(top, #efe140 0%, #fcab32 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efe140 0%, #fcab32 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efe140 0%, #fcab32 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe140',
		endColorstr='#fcab32', GradientType=0); /* IE6-9 */
}

.main-wrapper .banner-part a.more-button:hover {
	background: #fcab32;
}

h2.section-head {
	margin: 0 0 30px;
	text-align: center;
	font-size: 30px;
}

h2.section-head  span {
	border-bottom: 2px solid #ccc;
	padding: 0 0 7px;
}

h3.section-subhead {
	margin: 0 0 30px;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}

.main-wrapper .introduction {
	padding: 40px 0;
	text-align: center;
	background: #e9e9e9;
}

.main-wrapper .introduction .detail {
	font-size: 15px;
	line-height: 23px;
}

.main-wrapper .introduction .detail  p {
	margin-bottom: 20px;
}

.main-wrapper .content-part {
	margin-bottom: 40px;
}

.main-wrapper .content-part .tab-menu .nav a {
	font-size: 18px;
	outline: none;
}

.main-wrapper .content-part .tab-menu .nav-tabs {
	padding-left: 14%;
}

.main-wrapper .content-part .tab-menu .nav-tabs li a {
	display: block;
	max-width: 150px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #2d8ec0;
	min-height: 132px;
}

.main-wrapper .content-part .tab-menu .nav-tabs li a .top-icons {
	display: block;
	min-height: 50px;
	background: #0072b0;
	border-radius: 10px;
	padding: 10px;
}

.main-wrapper .content-part .tab-menu .nav-tabs li a .top-icons i {
	color: #fff;
	font-size: 50px;
}

.main-wrapper .tab-content {
	padding: 20px 20px 40px;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
	min-height: 250px;
}

.main-wrapper .footer-part {
	background: #ededed;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	text-align: center;
}

.main-wrapper .footer-part .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactForm {
	padding: 40px 0;
	background: #03AAE7;
	color: #fff;
}

.contactForm  .cForm {
	list-style: none;
	margin: 0;
}

.contactForm  .cForm .row&gt;div {
	margin-bottom: 10px;
}

.contactForm  .cForm label {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.contactForm  .cForm input, .contactForm  .cForm select {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #fff;
	color: #000;
}

.contactForm  .cForm input[type="submit"] {
	width: auto;
	padding: 15px 25px;
	background: #ff9d2a;
	color: #000;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 20px;
	background: #efe140; /* Old browsers */
	background: -moz-linear-gradient(top, #efe140 0%, #fcab32 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efe140 0%, #fcab32 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efe140 0%, #fcab32 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe140',
		endColorstr='#fcab32', GradientType=0); /* IE6-9 */
}

.contactForm  .cForm input[type="submit"]:hover {
	background: #fcab32;
}

/* .error { 
	margin-bottom: 20px; 
	color: #000; 
	text-align:center; 
	font-size:large;
}  */
.dropdown-menu {
	left: auto;
	right: 0;
	border-top: none;
	border-color: rgba(0, 0, 0, 0.15);
}

.navbar-nav&gt;li&gt;.dropdown-menu {
	border-top-left-radius: 7px;
}

.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav&gt;.open&gt;a,
	.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav&gt;.open&gt;a:focus,
	.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav&gt;.open&gt;a:hover
	{
	background-color: #fff;
	border-radius: 7px 7px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 1px 1px 0 1px;
}

.btn-primary {
	background: #03AAE7;
	border-color: #039BDB;
}

.btn-primary:hover {
	background: #2699C6;
	border-color: #2699C6;
}

.labelForCheckbox {
	font-weight: normal;
}

.labelForCheckbox input {
	position: relative;
	top: 1px;
	margin-right: 6px;
}

main {
	padding-top: 20px;
	min-height: 630px;
}

main .panel {
	border-color: #03AAE7;
}

main .panel-default&gt;.panel-heading {
	background: #03AAE7;
	border-color: #03AAE7;
	color: white;
	font-size: 16px;
}

main .panel-default&gt;.panel-baseURL {
	padding: 8px;
	color: #1b5394;
	font-weight: bold;
}

main .panel-default&gt;.panel-heading .pull-right a {
	color: white;
	font-size: 14px;
}

main .panel-default&gt;.panel-baseURL .base-url-value {
	margin-left: 27px;
	font-weight: normal;
	color: #555;
}

main .panel-default&gt;.panel-baseURL .server-public-key-value {
	margin-left: 27px;
	font-weight: normal;
	color: #555;
}

main .panel-default .panel-body .form-group {
	clear: both;
	margin-bottom: 5px;
}

main .panel-default .panel-body label {
	padding-top: 7px;
	text-align: right;
}

.container .applications-link {
	padding-top: 20px;
	font-size: 16px;
	padding-left: 4px
}

.applicationList .panel-body {
	padding: 0;
}

.applicationList  .table-responsive {
	overflow-x: visible;
}

/* .documentation { padding-top: 80px; padding-bottom: 200px; } */
/* .documentaion-sections { margin-top: 30px; } */
/* .documentaion-sections h3.head { font-size: 30px; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-bottom: 15px; } */
/* .documentaion-sections p { font-size: 16px; margin-top:32px; margin-boton:16px;} */
/* .documentaion-sections h4 { font-size: 20px; margin-top: 20px; margin-bottom: 15px; } */
/* .documentaion-sections ul { margin: 0; padding: 0; list-style: none; } */
/* .documentaion-sections ul li  { position: relative; margin-bottom: 16px; margin-top: 16px;} */
/* .documentaion-sections ul li .icon { position: absolute; left: 0; top: 0; background: #FCAB32; color: #fff; width: 28px; height: 28px; display: block; text-align: center; padding-top: 4px; padding-left: 2px; border-radius: 50%; transition: all .2s; } */
/* .documentaion-sections ul li a { display: inline-block; padding: 5px 0 5px 40px; outline: none; text-decoration: none; } */
/* .documentaion-sections ul li a:hover .icon { background: #03AAE7; }    */
.documentation {
	padding-top: 80px;
	padding-bottom: 200px;
}

.documentation h2.section-head {
	text-align: left;
	margin: 0 0 10px;
}

.documentation h2.section-head span {
	border: none;
}

.documentation .section-subhead {
	text-align: left;
}

.documentaion-sections {
	margin-top: 30px;
}

.documentaion-sections h3.head {
	font-size: 26px;
	margin-bottom: 10px;
}

.documentaion-sections p {
	font-size: 16px;
}

.documentaion-sections h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.documentaion-sections ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.documentaion-sections ul li {
	position: relative;
	margin-bottom: 5px;
}

.documentaion-sections ul li a {
	display: inline-block;
	padding: 5px 0 5px 0px;
	outline: none;
	text-decoration: none;
}

.documentaion-sections ul li a .fa {
	color: #337ab7;
	margin: 0 6px 0 0px;
}

.documentaion-sections ul li a:hover {
	color: #fb9600;
}

.documentaion-sections ul li a:hover .fa {
	color: #fb9600;
}

/*CSS for gitBook*/
.gitBook .logo {
	position: absolute;
}

.gitBook .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.gitBook .documentationLink {
	margin: 20px 0 0 290px;
	font-size: 15px;
	text-decoration: none;
	color: #222;
	display: block;
}

.gitBook .main-wrapper .header-wrapper .menu-part .navbar-default li a {
	font-size: 15px;
}

.contact-us {
	text-align: right;
	margin-right: 26px;
}

.contact-us span {
	padding-right: 5px;
}

/*Custom Tooltip Utility*/
.customTooltip {
	position: relative;
	pointer-events: all;
}

.customTooltip .tooltipTrigger {
	color: #0098D3;
	cursor: pointer;
}

.customTooltip .tooltipText {
	position: absolute;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 12px;
	width: 150px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left;
	white-space: break-spaces;
}

.widerCustomTooltip {
	font-weight: normal;
	width: 200px !important;
}

.narrowCustomTooltip {
	font-weight: normal;
	width: 120px !important;
}

.widestCustomTooltip {
	font-weight: normal;
	width: 400px !important;
	left: -300px !important;
}

.nav-item {
	margin: 10px 0;
	font-size: 18px;
}

.nav-item .customTooltip {
	position: absolute;
	pointer-events: all;
	float: right;
	top: 10px;
	right: 70px
}

.nav-item .customTooltip .tooltipTrigger {
	color: #0098D3;
	cursor: pointer;
	padding-right: 20px;
}

.nav-item .customTooltip .tooltipText {
	position: inherit;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 12px;
	width: 150px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left
}

/****Media Queries****/
@media ( max-width : 1200px) {
	.main-wrapper .banner-part .text {
		top: 12%;
	}
	.main-wrapper .banner-part img {
		width: 113%;
		margin-left: -10%;
	}
}

@media ( max-width : 1024px) {
	.main-wrapper .header-wrapper .menu-part {
		margin-right: -15px;
	}
	.main-wrapper .banner-part .text {
		top: 15%;
		text-align: center;
	}
	.main-wrapper .banner-part img {
		width: 125%;
		margin-left: -20%;
	}
}

@media ( max-width : 1000px) {
	.main-wrapper .banner-part .text {
		top: 15%;
		text-align: center;
	}
	.main-wrapper .banner-part img {
		width: 125%;
		margin-left: -20%;
	}
	.main-wrapper .banner-part h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 920px) {
	.main-wrapper .banner-part h1 {
		font-size: 21px;
		line-height: 30px;
	}
}

@media ( max-width : 800px) {
	.flex-container&gt;div {
		width: 100%
	}
	.loginBox .loginFormBox {
		margin: 0px
	}
	.main-wrapper .banner-part {
		min-height: auto;
	}
	.main-wrapper .banner-part .text {
		top: 7%;
	}
	.main-wrapper .banner-part h1 {
		font-size: 20px;
	}
	.main-wrapper .banner-part img {
		width: 125%;
		margin-left: -20%;
	}
	.main-wrapper .banner-part p {
		font-size: 15px;
	}
}

@media ( max-width : 767px) {
	.navbar-default .navbar-toggle {
		border: none;
		background: #03AAE7;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
		{
		background: #2699C6;
	}
	.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav {
		float: none;
		margin-top: 0;
		margin-bottom: 0;
	}
	.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav a,
		.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav li.active a
		{
		background: #fff;
		border-bottom: 1px solid #ddd;
	}
	.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav a:hover,
		.main-wrapper .header-wrapper .menu-part .navbar-default .navbar-nav li.active a:hover
		{
		background: #ececec;
	}
	.main-wrapper .header-wrapper .top-part {
		min-height: 115px;
	}
	.main-wrapper .header-wrapper .top-part .logo-container {
		position: absolute;
	}
	.main-wrapper .header-wrapper .menu-part, .homepage .main-wrapper .header-wrapper .menu-part
		{
		padding-bottom: 0;
		margin-right: 0px;
		padding-top: 65px;
	}
	.main-wrapper .banner-part .text {
		top: 2%;
		text-align: center;
	}
	.main-wrapper .banner-part h1 {
		font-size: 18px;
		line-height: 26px;
	}
	main .panel-default .panel-body label {
		text-align: left;
	}
}

@media ( max-width : 480px) {
	.main-wrapper .banner-part img {
		width: 150%;
		margin-left: -20%;
	}
	.main-wrapper .banner-part h1 {
		font-size: 13px;
		line-height: 20px;
	}
	.main-wrapper .header-wrapper .menu-part, .homepage .main-wrapper .header-wrapper .menu-part
		{
		padding-top: 40px;
	}
	.contact-us {
		text-align: right;
		margin-right: 0px;
	}
	.contact-us  span {
		display: block;
		padding-right: 0;
	}
}

@media ( max-width : 400px) {
	.main-wrapper .banner-part img {
		width: 180%;
		margin-left: -40%;
	}
	.main-wrapper .banner-part h1 {
		font-size: 12px;
		line-height: 18px;
	}
}

@media ( max-width : 320px) {
	.main-wrapper .banner-part img {
		width: 190%;
		margin-left: -40%;
	}
	.main-wrapper .banner-part h1 {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0;
		max-width: 50%;
	}
}

.applicationList .table-responsive .table td input {
	border: none;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	padding: none;
	width: 100%;
}

input:disabled {
	background: #ffffff;
}

.appKeyPairEnabledRadioButtonBox input[type="radio"] {
	margin-right: 5;
}

.wrap-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	height: 60px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin: 20px 0 20px 0;
}

.label-input100 {
	font-size: 18px;
	color: #999;
	line-height: 1.2;
	display: block;
	position: absolute;
	width: 100%;
	padding-left: 24px;
	left: 0;
	top: 20px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	pointer-events: none;
}

.input100 {
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 18px;
	color: #555;
	line-height: 1.2;
	padding: 0 26px
}

input.input100 {
	height: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #2a94d8;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.eff-focus-selection {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.input100:focus {
	height: 38px
}

.input100:focus+.focus-input100+.label-input100 {
	top: 8px;
	font-size: 13px
}

.has-val {
	height: 38px !important
}

.has-val+.focus-input100+.label-input100 {
	top: 8px;
	font-size: 13px
}

/* .login-header {
	width: 100%;
	right: 0px;
	top: -38px;
	z-index: 1;
	padding: 60px 0 0 0;
	text-align: center;
	position : absolute;
} */
.login-header {
	width: 100%;
	right: 0px;
	top: -0;
	z-index: 1;
	padding: 40px 0 0 0;
	text-align: center;
}

.header {
	width: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	position: static;
}

.login-header .login-header-text {
	font-size: 28px;
	font-weight: bold;
	color: #0195D3;
	text-align: right;
	display: inline-block;
	padding: 30px 0 0 0;
}

.loginBoxInner .login-button {
	font-size: 18px;
}

.loginBoxInner #loginForm .login-button {
	text-transform: uppercase;
	font-weight: bold;
}

.label-input100 .customTooltip {
	position: relative;
	pointer-events: all;
	float: right;
}

.label-input100 .customTooltip .tooltipTrigger {
	color: #0098D3;
	cursor: pointer;
	padding-right: 20px;
}

.label-input100 .customTooltip .tooltipText {
	position: inherit;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	font-size: 12px;
	width: 150px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left
}

.content .title {
	font-size: 25;
	text-align: center;
	padding: 30px 0 30px 0;
	display: block
}

.form-group .without-top-margin {
	margin-top: 5px;
}

.question-heading {
	font-size: 18px;
	margin-top: 15px;
}

.loginBox .loginBoxInner .content .without-top-margin {
	margin-top: 15px;
}

.checkbox label:after, .radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 51%;
	left: 20%;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"]
	{
	display: none;
}

.checkbox label input[type="checkbox"]+.cr&gt;.cr-icon, .radio label input[type="radio"]+.cr&gt;.cr-icon
	{
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr&gt;.cr-icon, .radio label input[type="radio"]:checked+.cr&gt;.cr-icon
	{
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr
	{
	opacity: .5;
}

.checkbox label input[type="checkbox"]:checked+.cr {
	background: #0098D3;
	transition: background 0.5s ease;
}

.checkbox label .cr {
	transition: background 0.5s ease;
}

.checkbox label .cr i {
	color: white;
}

.checkbox label i.checked {
	transform: scale(1) rotateZ(0deg) !important;
	opacity: 1 !important;
}

.checkbox label span.checked {
	background: #0098D3;
}

.transactionList .submitButton, .transferLockBox .submitButton, .popup .submitButton
	{
	float: left;
	display: block;
	width: 57%;
	max-width: 200px;
	margin: 0 0 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 8px;
	font-weight: bold;
	font-size: 10px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

.transactionList input[type="submit"].submitButton:hover,
	.transferLockBox input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

/* flex display for a table */
.flex-table tr {
	display: flex;
}

.flex-table th, .flex-table td {
	flex: 1;
}

/* Transaction List Page CSS */
.transactionList {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.transactionList table.table tr {
	height: 44px;
}

.transactionList table.table td {
	position: relative;
}

.transactionList table.table td .warning {
	position: absolute;
	right: 20px;
	color: #ffa200;
	font-size: 15px;
	cursor: pointer;
}

.transactionList table.table .popup {
	display: none;
	top: 37px;
	z-index: 40;
	border: 1px solid #bbb;
	width: 250px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.transactionList table.table .popup button.close {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: -11px;
}

.transactionList table.table .popup button.close:hover {
	opacity: 1;
}

.transactionList table.table .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.transactionList table.table .popup select, .transactionList table.table .popup input[type="password"]
	{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.transactionList table.table .popup input[type="submit"] {
	display: block;
	margin-bottom: 7px;
}

.transactionList table.table .popup .error {
	margin-bottom: 0;
	padding: 0;
	float: left;
}

.transactionList .password {
	padding: 4px;
	border: #AAA;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
}

/* Transfer LockBox page CSS */
.transferLockBox table.table tr {
	height: 44px;
}

.transferLockBox table.table td {
	position: relative;
	width: 40%;
}

.transferLockBox table.table td:last-child {
	width: 20%;
}

.transferLockBox table.table .popup {
	display: none;
	top: 37px;
	right: 0px;
	z-index: 40;
	border: 1px solid #bbb;
	width: 250px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.transferLockBox table.table .popup button.close-popup {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: -11px;
}

.transferLockBox table.table .popup button.close-popup:hover {
	opacity: 1;
}

.transferLockBox table.table .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.transferLockBox table.table .popup select, .transferLockBox table.table .popup input[type="password"]
	{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.transferLockBox table.table .popup input[type="submit"] {
	display: block;
	margin-bottom: 7px;
}

.transferLockBox table.table .popup .error {
	margin-bottom: 0;
	padding: 0;
	float: left;
}

/* Disabled Class for Approve Button */
input[type="button"].disabled {
	float: left;
	display: block;
	width: 50%;
	max-width: 200px;
	margin: 0 0 0 0px;
	color: #fff;
	border: none;
	padding: 8px;
	font-weight: bold;
	font-size: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
}

/* CSS to display more information for a transaction */
.info {
	position: absolute;
	top: 16px;
	right: 16px;
}

.info-table {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.info-tr {
	background: #f6f6f6;
	display: none;
}

.info-tr div {
	max-height: 0px;
	overflow: hidden;
	transition: 0.5s ease;
}

.info-table tr {
	height: 30px !important;
}

.info-table th {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding: 6px;
	height: 30px;
	background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%,
		rgba(222, 222, 222, 1) 100%);
}

.info-table td {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 6px;
	height: 30px;
	background: #fff;
}

i.more-info {
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 45px;
}

tr.more-info {
	display: table-row;
}

div.more-info {
	max-height: 400px;
	transition: 1.5s ease;
	display: block;
	overflow: hidden;
}

#approval-tooltip {
	left: -130px;
}

.approve {
	font-weight: bolder;
	color: #32CD32;
	font-size: 18px;
	margin-right: 10px;
	cursor: pointer;
}

.decline {
	font-weight: bolder;
	color: red;
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
}

.inactive {
	font-weight: bolder;
	color: grey;
	font-size: 18px;
	margin-right: 10px;
	cursor: not-allowed;
}

.popup .validate-password {
	border: #AAA;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 15px !important;
	padding-left: 5px;
}

.popup .heading {
	margin: unset;
}

.popup .warning {
	float: left;
	color: #ffa200;
}

.popup .minimum-approval-error {
	font-size: 12px !important;
	text-align: left !important;
}

.popup .edit-icon {
	color: #1b5394;
	font-size: 16px;
}

.membersList #minimumApprovalCount {
	width: 85%;
	margin: 13px;
	margin-left: 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 5px;
}

.popup input[type="text"].disabled {
	background-color: #eaeaea;
}

.info-table .tooltipTrigger {
	padding: 0;
	margin-right: -5px;
}

.italics {
	font-style: italic;
}

.middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.warning {
	color: #ffa200;
}

.tableTitle i {
	font-size: 15px;
	margin-left: 5px;
}

.rightContent ul {
	display: flex;
	padding-top: 5px;
}

.radio {
	margin: 0 0.5rem;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #0098D3;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.radio input[type="radio"]:hover+.radio-label:before {
	background: #eee;
}

.radio input[type="radio"]:checked:hover+.radio-label:before {
	background-color: #0098D3;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.custom-select {
	width: 20%;
	background: #f7f7f7;
	border-radius: 5px;
	height: 30px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.custom-select-button {
	background-color: #f7f7f7;
	color: #000;
	padding-left: 5px;
	height: 30px;
	position: relative;
	cursor: pointer;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.custom-select-button:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-25%);
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}

.custom-select-options {
	display: none;
	position: absolute;
	border: 1px solid #bbb;
	z-index: 100;
	width: 100%;
}

.custom-select-options div {
	background-color: #fff;
	padding-left: 5px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.custom-select-options div:hover {
	background: #0098D3;
}

.custom-select-container span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13.33px;
}

.show-display {
	display: block;
}

.rightContent .custom-select-container {
	width: 20%;
}

.rightContent .custom-select-options {
	width: calc(( 100% - 20px)* 0.7* 0.2);
}

.rightContent .popup .custom-select-container {
	width: 100%;
}

.custom-select-button.disabled {
	color: #777;
}

.custom-select-button.disabled:after {
	border-color: #777 transparent transparent transparent;
}

.loginBoxInner .content .app-select-drop-down, .linkAccount .app-select-drop-down
	{
	width: 100%;
	height: 60px;
	border-color: #e3e3e3;
	font-size: 20px;
}

.loginBoxInner .content .app-select-drop-down .custom-select-button,
	.linkAccount .app-select-drop-down .custom-select-button {
	box-shadow: unset;
	height: inherit;
	padding-left: 20px;
}

.loginBoxInner .content .app-select-drop-down .custom-select-options div
	{
	width: inherit;
	padding-left: 20px;
}

.linkAccount .app-select-drop-down .custom-select-options {
	width: calc(100% - 40px);
}

.loginBoxInner .content .custom-select-container span, .linkAccount .custom-select-container span
	{
	font-size: 18px;
	font-weight: 100;
}

.popup .custom-select-options {
	width: calc(100% - 20px);
}

.popup .custom-select-button {
	height: 25px;
	box-shadow: unset;
	border-radius: unset;
}

.popup .custom-select-options div {
	height: 20px;
}

.popup .custom-select-container {
	padding: 10px 0;
}

.transferLockBox td&gt;.custom-select-container&gt;.custom-select-button {
	background-color: #fff;
	height: 34px;
	box-shadow: unset;
	padding-left: 12px;
}

.security-settings&gt;div {
	margin: 10px 0;
}

.security-settings .two-factor-information-container {
	display: flex;
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.security-settings .two-factor-information-container&gt;div {
	padding: 10px;
}

.security-settings .two-factor-information-container .two-factor-information
	{
	flex: 9;
}

.security-settings .two-factor-information-container .two-factor-information h3
	{
	margin: 0 0 5px;
}

.security-settings .two-factor-information-container .two-factor-information span
	{
	font-size: 12px;
}

.security-settings .two-factor-information-container .two-factor-switch .twoFactorAuthButton
	{
	width: 90px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
}

.security-settings .two-factor-information-container .two-factor-switch .twoFactorAuthButton:hover
	{
	background: linear-gradient(#0195D3, #00638A);
}

.security-settings .two-factor-information-container .two-factor-switch
	{
	position: relative;
	flex: 1;
	min-width: 110px;
}

.security-settings .two-factor-information-container .two-factor-switch&gt;div
	{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.security-settings .two-factor-information-container .two-factor-switch form
	{
	margin: 0;
}

.security-settings .two-factor-auth-settings-box {
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.security-settings .two-factor-auth-settings-box .two-factor-settings-header
	{
	background: #ddd;
	padding: 1px 10px;
}

.security-settings .two-factor-auth-settings-box .action-container {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.security-settings .two-factor-auth-settings-box .action-container:last-child
	{
	border-bottom: none;
}

.security-settings .two-factor-auth-settings-box .action-container&gt;div {
	padding: 0 10px;
}

.security-settings .two-factor-auth-settings-box .action-container .action
	{
	flex: 9;
	display: flex;
}

.security-settings .two-factor-auth-settings-box .action-container .action-button
	{
	flex: 1;
}

.security-settings .two-factor-auth-settings-box .action-container .action-button button
	{
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	width: 136px;
	cursor: pointer;
}

.security-settings .two-factor-auth-settings-box .action-container .action-button button:hover
	{
	background: linear-gradient(#0195D3, #00638A);
}

.security-settings .two-factor-auth-settings-box .action-container .action-text
	{
	padding-left: 10px;
}

.security-settings .two-factor-auth-settings-box .action-container div.action-information
	{
	font-size: 12px;
	margin-top: 5px;
	padding-left: 10px;
}

.center {
	margin: auto;
	width: fit-content;
}

.link-account-selection form {
	margin-bottom: 0;
}

.link-account-selection .account-types {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

.link-account-selection .account-types .link-account-selection-header {
	background: #ddd;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

.link-account-selection .account-types .link-account-selection-header h3
	{
	margin-top: 0;
}

.link-account-selection .account-types .link-account-selection-header h3+span
	{
	font-size: 12px;
	font-weight: bold;
}

.link-account-selection .checkbox {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin: 0;
}

.link-account-selection .checkbox:last-child {
	border-bottom: none;
}

.link-account-selection .checkbox label {
	width: 100%;
}

.link-account-selection .checkbox label&gt;div {
	display: flex;
	position: relative;
}

.link-account-selection .checkbox label div .checkbox-label {
	max-width: 90%;
}

.link-account-selection .checkbox label div .checkbox-label .checkbox-label-title
	{
	margin-bottom: 5px;
	font-weight: bold;
}

.link-account-selection .checkbox label div .checkbox-label .checkbox-label-information
	{
	font-size: 12px;
}

.link-account-selection .checkbox label div .checkbox-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.link-account-selection .checkbox label div .checkbox-box .developer-disabled-tooltip
	{
	display: none;
	position: absolute;
	background: #ccc;
	border-radius: 5px;
	padding: 10px;
	width: 180px;
	right: 45px;
	font-size: 12px;
	top: -10px;
}

.link-account-selection .checkbox label div .checkbox-box .developer-disabled-tooltip:after
	{
	content: "";
	position: absolute;
	right: -20px;
	top: 10px;
	border: 10px solid;
	border-color: transparent transparent transparent #ccc;
}

.link-account-selection .checkbox label div .checkbox-box span.cr:hover+.developer-disabled-tooltip
	{
	display: inline;
}

.link-account-selection button {
	float: right;
}

.linkAccount .error {
	margin-top: 40px;
}

.relative {
	position: relative;
}

.show-password {
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	font-size: 16px !important;
	color: #106E93;
}

.show-password:hover {
	color: #005782;
}

.loginBox .loginBoxInner .content button.back-button {
	margin-top: unset;
	font-size: 18px;
}

main .panel-default .panel-body .app-secret-label {
	width: 80%;
	margin: 10px auto;
}

main .panel-default .panel-body .app-secret-role, main .panel-default .panel-body .app-secret-enabled
	{
	width: 80%;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}

main .panel-default .panel-body .app-secret-role .title, main .panel-default .panel-body .app-secret-enabled .title
	{
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-weight: bold;
}

main .panel-default .panel-body .app-secret-enabled .appKeyPairEnabledRadioButtonBox
	{
	padding: 15px;
}

main .panel-default .panel-body .app-secret-enabled .appKeyPairEnabledRadioButtonBox label
	{
	font-weight: 500;
}

main .panel-default .panel-body .app-secret-role .roles {
	display: flex;
	padding: 20px;
}

main .panel-default .panel-body .app-secret-role .roles .role-box {
	flex: 1;
	display: flex;
}

main .panel-default .panel-body .app-secret-role .roles .role-box div:first-child
	{
	position: relative;
	flex: 1;
}

main .panel-default .panel-body .app-secret-role .roles .role-box input
	{
	position: absolute;
	top: -4px;
}

main .panel-default .panel-body .app-secret-role .roles .role-box div:last-child
	{
	flex: 4;
}

main .panel-default .panel-body .app-secret-role .roles .role-box label
	{
	width: 60%;
	text-align: left;
	padding-top: 0;
	font-weight: 500;
}

main .panel-default .panel-body .app-secret-button {
	width: 80%;
	margin: 15px auto;
}

.account-container {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 0;
}

.account-container .cr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.account-container .company-name, .account-container .company-employee-id
	{
	padding: 5px 0;
	display: flex;
}

.account-container .company-name div:nth-child(2), .account-container .company-employee-id div:nth-child(2)
	{
	font-weight: bold;
	flex: 1;
}

.account-container .company-name div:first-child, .account-container .company-employee-id div:first-child
	{
	font-weight: bold;
	flex: 7;
}

.account-container .company-name div:last-child, .account-container .company-employee-id div:last-child
	{
	flex: 9;
}

.update-multi-factor-auth {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 80%;
	margin: auto;
	padding-bottom: 20px;
}

.update-multi-factor-auth .title {
	background-color: #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.update-multi-factor-auth .title span {
	font-size: 24px;
	font-weight: 400;
}

.update-multi-factor-auth .form-container {
	padding: 10px 10px 0;
}

.update-multi-factor-auth .form-container .setting-container {
	padding: 20px 10px 20px;
}

.update-multi-factor-auth .form-container .setting-container .description
	{
	font-size: 12px;
	padding-left: 36px;
}

.update-multi-factor-auth .form-container .setting-container .setting {
	margin-bottom: 15px;
}

.update-multi-factor-auth .form-container .setting-container .setting label
	{
	margin-left: 10px;
	font-weight: 500;
}

.update-multi-factor-auth .form-container input[type="submit"] {
	margin: 10px 10px 0;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 5px;
	width: 90px;
	cursor: pointer;
	text-transform: uppercase;
}

.update-multi-factor-auth .form-container input[type="submit"]:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.update-multi-factor-auth .error {
	margin-bottom: 0;
}

.pendingTransaction {
	width: 26%;
	margin: auto;
	margin-bottom: 12px;
}

.userEmployeeList .submitButton {
	float: right;
	display: block;
	margin: -9px 44px 0 0px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px soild #2ECAFA;
	text-align: center;
}

.userEmployeeList .submitButton:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.userEmployeeList table.table .popup {
	display: none;
	top: 199px;
	z-index: 40;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	background: #f7f7f7;
	width: 200px;
	padding: 10px;
	position: absolute;
	background: #eaeaea;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc
}

.userEmployeeList table.table .popup button.close {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-top: -6px;
}

.userEmployeeList table.table .popup button.close:hover {
	opacity: 1;
}

.userEmployeeList table.table .popup label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.userEmployeeList table.table .popup select, .userEmployeeList table.table .popup input[type="password"]
	{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}

.userEmployeeList table.table .popup input[type="submit"] {
	margin-bottom: 7px;
}

.userEmployeeList table.table .popup .error {
	margin-bottom: 0;
	padding: 0;
}

.userEmployeeList .table .linkButtonUserEmployee {
	border: 1px solid #424141;
	border-radius: 3px;
	padding: 3px 24px;
	background: linear-gradient(#00638A, #0195D3);
	color: #fff;
	cursor: pointer;
}

.userEmployeeList .table .linkButtonUserEmployee:hover {
	background: linear-gradient(#0195D3, #00638A);
}

.pageNav {
	padding-top: 20px;
}

.pageNav .rightNav {
	float: right;
	margin-right: 34%;
}

.pageNav .leftNav {
	float: left;
	margin-left: 36%;
}

.pageNav .rightNav .nextActive {
	cursor: pointer;
	color: mediumblue;
}

.pageNav .leftNav .prevActive {
	cursor: pointer;
	color: mediumblue;
}

.pageNav .pageNavInfo {
	margin-left: 3%;
}
/* .pageNav .pageNavInfo .searchPageInput {font-size: 13px; color: #555; font-family: 'Roboto', sans-serif; width: 13px;} */
.employeeTableHeader .teamMembersFont {
	margin: 0 0 15px;
	color: #01577A;
	font-size: 1.5em;
	font-weight: normal;
}

.employeeCountAndSearch {
	margin-top: 3px;
}

.employeeCountAndSearch .totalEmployeeCount {
	float: left;
	margin-top: 12px;
	font-size: 15px;
}

.employeeCountAndSearch .employeeSearchBox {
	float: right;
	margin-right: 24px;
}

.employeeCountAndSearch .employeeSearchBox .searchInput {
	border: 1px solid #008BC0;
	border-radius: 2px;
	padding: 3px 2px 4px 5px;
}

.employeeCountAndSearch .employeeSearchBox .searchButton {
	cursor: pointer;
	background-color: #008BC0;
	color: white;
	border-radius: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-top: 1px;
}

.employeePaginationNav {
	margin-top: 15px;
	width: 90%;
}

.employeePageCountNav {
	float: left;
	margin-top: 21px;
	color: black;
}

.employeePagination {
	display: table;
	margin: 0 auto;
}

.employeePagination span.navButton {
	color: 008BC0;
}

.employeePagination span {
	color: black;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	cursor: pointer;
}

.employeePagination span.active {
	background-color: #008BC0;
	color: white;
	border-radius: 5px;
}

.employeePagination span:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}

/* .groupPaginationNav {margin-top: 15px; width: 90%;}
.groupPageCountNav {float: left; margin-top: 5px; color:black;} */
.groupPagination {
	display: table;
	margin: 0 auto;
}

.groupPagination span.navButton {
	color: 008BC0;
}

.groupPagination span {
	color: black;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	cursor: pointer;
}

.groupPagination span.active {
	background-color: #008BC0;
	color: white;
	border-radius: 5px;
}

.groupPagination span:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}

.groupNav-grid-container {
	display: grid;
	grid-template-areas:
		'pageCount pageNav pageNav pageNav pageNav totalCount';
	margin-right: 18px;
}

.groupPageCountNav {
	grid-area: pageCount;
	color: black;
	margin-top: 5px;
}

.groupPaginationNav {
	grid-area: pageNav;
}

.groupMembersCount {
	grid-area: totalCount;
	color: black;
	text-align: right;
	margin-top: 5px;
}

.members-grid {
	margin-right: 70px;
}

.group-grid-container {
	display: grid;
	grid-template-columns: auto auto;
	margin-right: 17px;
}

.group-grid-item {
	border-bottom: 3px solid grey;
	text-align: center;
	color: grey;
	padding: 5px;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 19px;
	width: 99%;
}

.group-grid-item.active {
	border-bottom: 3px solid #1b5394;
	color: #1b5394;
}

.group-grid-item:hover:not(.active) {
	border-bottom: 3px solid #1b5394;
	color: #1b5394;
	cursor: pointer;
}

.groupMembersTitleHeader {
	background: #03AAE7;
	border-color: #03AAE7;
	color: white;
	font-size: 16px;
	padding: 7px 7px;
}

.groups-link {
	color: #1b5394;
	margin-bottom: 28px;
	cursor: pointer;
}

.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
}

.lockboxInput {
	box-sizing: border-box;
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 14px;
	min-width: 333px;
	border: none;
	padding: 3px 10px;
}

.lockboxInput:focus {
	outline: 3px solid #ddd;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	position: absolute;
	background-color: white;
	min-width: 333px;
	overflow: auto;
	border: 1px solid #bbb;
	z-index: 1;
	border-radius: 5px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.dropDown-li {
	padding: 3px 10px;
	font-size: 14px;
	border-top: 1px solid #bbb;
	cursor: pointer;
}

.dropDown-li:hover {
	background: #0098D3;
}

.dropDown-ul {
	margin-top: 2px;
}

.singleTableBlock .contentItem {
	float: left;
	padding: 8px;
}

.singleTableBlock .copyItem {
	float: right;
	padding: 8px;
	font-size: 14px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #03AAE7; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
}

.custom__tooltip {
	position: absolute;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgb(0 0 0/ 20%);
	font-size: 12px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left;
	width: auto;
	white-space: nowrap;
}

.tooltipTrigger:hover ~.custom__tooltip {
	display: block;
}

.custom__tooltip_salts {
	position: absolute;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgb(0 0 0/ 20%);
	font-size: 12px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left;
	width: auto;
	white-space: nowrap;
}

.tooltipTrigger:hover ~.custom__tooltip_salts {
	display: block;
}

.customTooltipForBayunServerConfiguration {
	position: absolute;
	color: #333;
	background: #eee;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 4px rgb(0 0 0/ 20%);
	font-size: 12px;
	padding: 6px 8px;
	border-radius: 4px;
	left: 0;
	top: 100%;
	display: none;
	z-index: 9;
	float: left;
	width: auto;
	white-space: nowrap;
}

.tooltipTrigger:hover ~.customTooltipForBayunServerConfiguration {
	display: block;
}

.paddingEight {
	padding: 8px;
}

.copyItemWidthHeight {
	width: 30px;
	height: 30px;
}

.customToolTipStyle {
	margin-right: 12px;
	width: 30px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 12px;
	bottom: 12px;
}

.toolTipTriggerStyle {
	width: 26px;
	padding-top: 6px;
	padding-right: 12px;
	margin-right: 0px;
}

.add-member-logo {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.disabledAppLinkingButton {
	opacity: 0.6;
	cursor: not-allowed;
}

.groupTitleHeader {
	margin-top: 10px;
}

.width300px {
	width: 300px;
}

.tooltipForbaseURL {
	height: 30px;
	top: 0px;
	margin-right: 0px;
}

.darkBlue {
	color: #1b5394;
}

.customVisibleBayunServerPublicKey {
	max-width: 430px;
	word-wrap: break-word;
}

.login-header-icon {
	height: "125px";
	width: "140px"
}

.resend-OTP-span {
	cursor: pointer;
	color: blue;
}

.resend-OTP-Div {
	margin-top: 10px;
	text-align: center;
}

.mfa-update-instruction&gt;p {
	font-size: 12px;
	padding-left: 36px;
	padding-left: 10px;
	font-weight: lighter;
	margin-bottom: 0px;
}</pre></body></html>