
@import url("fonts.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

html,
body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		content: none;
	}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

p {
	line-height: normal;
}


* {
	outline: none;
}

body {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	font-family: 'Metropolis';
	color: #141D38;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Metropolis';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #123B59;
}

i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

input, textarea, select {
	border: #d5d5d5 solid 1px;
	outline: none;
	color: #222;
}

button {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}


	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box; /* 2 */
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}


textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}



a {
	background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	a:active,
	a:hover {
		outline: 0;
	}

b,
strong {
	font-weight: bold;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

.clear {
	clear: both;
}

.container {
	width: 100%;
}

/*Login Page*/

.login-page {
	height: 100%;
	justify-content: center;
	align-items: center;
	background-image: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #22305D;
	min-height: 600px;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.login-box {
	background-color: #fff;
	width: 663px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 36px 21px 36px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
}

.login-form {
	width: 440px;
	margin: 0 auto;
	padding-bottom: 40px;
}

	.login-form h2 {
		font-size: 34px;
		line-height: 40px;
		color: #141D38;
		padding-bottom: 36px;
	}

.lf-row {
	padding-bottom: 20px;
}

	.lf-row label {
		display: block;
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #141D38;
	}

.lf-box {
	position: relative;
}

	.lf-box input {
		width: 100%;
		height: 40px;
		border: none;
		background-color: #eeeff1;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 0px 14px 0px 14px;
		font-size: 16px;
		color: #141D38;
	}

		.lf-box input:focus {
			background-color: #f3f3f3;
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		}

	.lf-box i {
		cursor: pointer;
		position: absolute;
		right: 17px;
		top: 7px;
		font-size: 25px;
		line-height: 25px;
		color: #9DA2AB;
	}

.lf-botton {
	justify-content: space-between;
	padding-top: 12px;
	align-items: center;
}

.login-button input, .login-button button {
	width: 130px;
	height: 40px;
	background-color: #3AD4AE;
	color: #141D38;
	text-align: center;
	border: none;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}

	.login-button input:hover, .login-button button:hover {
		background-color: #75e1c2;
	}

.forgot-password {
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color: #141D38;
}

	.forgot-password a {
		color: #141D38;
		border-bottom: #141D38 solid 1px;
		text-decoration: none;
	}

		.forgot-password a:hover {
			color: #00c18c;
			border-bottom: #00c18c solid 1px;
			text-decoration: none;
			opacity: 0.7;
		}

.lb-logos {
	padding-top: 23px;
	justify-content: space-between;
	align-items: center;
}

form.invalid .lf-box input {
	border: #FF035B solid 1px;
}

.form-error {
	font-size: 16px;
	line-height: 20px;
	color: #FF035B;
	padding-bottom: 12px;
}

	.form-error a {
		font-weight: bold;
		color: #FF035B;
		text-decoration: underline;
	}

/*Library Search Results*/

.wrap {
	width: 1576px;
	margin: 0 auto;
}

.header {
	width: 100%;
}

.header-top {
	background-color: #141D38;
}

.ht-wrap {
	padding-top: 14px;
	justify-content: space-between;
}

.logo {
	width: 112px;
	padding-top: 10px;
}

.nash-logo {
	width: 74px;
	align-self: flex-end;
	padding-bottom: 13px;
}

.top-nav {
	margin: 25px 70px 0px 0px;
}

	.top-nav ul li {
		position: relative;
		display: inline-block;
		margin-left: 100px;
		font-size: 18px;
		text-transform: uppercase;
	}

		.top-nav ul li i {
			margin-left: 5px;
		}

		.top-nav ul li a {
			display: inline-block;
			color: #fff;
			text-decoration: none;
			margin-bottom: 35px;
		}

			.top-nav ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

		.top-nav ul li ul {
			display: none;
			position: absolute;
			left: 0;
			background: #fff;
			float: left;
			width: 220px;
			-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
			padding: 10px;
			z-index: 999999;
		}

			.top-nav ul li ul li {
				margin: 0px;
				width: 100%;
				border-bottom: #eee solid 1px;
				font-weight: 500;
			}

				.top-nav ul li ul li:last-child {
					border: none;
				}

		.top-nav ul li:hover ul {
			display: block;
		}

		.top-nav ul li ul li a {
			display: block;
			padding: 15px 10px 15px 15px;
			margin: 0px;
			color: #141D38;
			font-size: 16px;
			line-height: 18px;
			text-transform: none;
		}

			.top-nav ul li ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

.header-bottom {
	padding: 25px 0px 25px 0px;
}

.content-area {
	padding: 25px 0px 140px 0px;
}

.title-wrapper {
	border-bottom: #b4efe1 solid 1px;
	padding-bottom: 10px;
	justify-content: space-between;
	align-items: flex-end;
}

	.title-wrapper h2 {
		font-size: 40px;
		line-height: 45px;
		color: #141D38;
		max-width: 60%;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.listing-top {
	padding: 15px 0px 16px 0px;
	justify-content: space-between;
	border-bottom: #d0d0d0 solid 1px;
	align-items: center;
}

.filter-select {
	margin-right: 30px;
	width: 167px;
}

.select-style {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	background: #3AD4AE url(../images/select-arrow.svg) no-repeat 93% 50%;
}

	.select-style select {
		height: 40px;
		padding: 5px 5px 5px 14px;
		width: 130%;
		font-size: 16px;
		color: #141D38;
		font-weight: bold;
		border: none;
		box-shadow: none;
		background-color: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

		.select-style select:focus {
			outline: none;
		}

.filter-search {
	width: 470px;
	overflow: hidden;
}

.searchBox-fakeInput {
	background-color: #eeeff1;
	display: table;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.searchBox-fakeInput.is-focussed {
		background-color: #eeeff1;
	}

.searchBox-inputWrapper,
.searchBox-clearWrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.searchBox-input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	height: 40px;
	padding: 0px 10px 0px 55px;
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-position: 13px center;
	font-size: 16px;
	color: #141D38;
}

.searchBox-clearWrapper {
	padding-right: 13px;
}

.searchBox-clear {
	color: #434a5f;
	padding: 0;
	cursor: pointer;
	font-size: 26px;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.results {
	padding: 11px 0px 25px 0px;
	justify-content: space-between;
	align-items: center;
}

.search-result-detail {
	font-size: 20px;
	line-height: 25px;
	padding-right: 20px;
}

.list-nav ul {
	align-items: center;
}

	.list-nav ul li {
		margin-left: 10px;
		font-size: 16px;
		line-height: 18px;
	}

		.list-nav ul li.s-no {
			margin-right: 50px;
		}

		.list-nav ul li i {
			vertical-align: middle;
			margin-right: 6px;
		}

		.list-nav ul li a {
			height: 32px;
			line-height: 32px;
			display: block;
			color: #141D38;
			text-decoration: none;
			padding: 0px 9px 0px 9px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #fff;
		}

			.list-nav ul li a:hover {
				color: #141D38;
				text-decoration: none;
				background-color: #e9eaed;
			}

.lsr-table-wrap {
	width: 100%;
	padding-bottom: 20px;
	word-break: break-all;
}

.lsr-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	justify-content: space-between;
	border-bottom: #d0d0d0 solid 1px;
	padding-bottom: 7px;
}

.lsr-table .col {
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.lsr-row {
	border-bottom: #d0d0d0 solid 1px;
	padding: 16px 0px 16px 0px;
	justify-content: space-between;
	font-size: 16px;
	line-height: 21px;
}

.lsr-table .type {
	width: 9%;
}

.lsr-table .tier {
	width: 14.5%;
}

.lsr-table .name {
	width: 22.9%;
}

.lsr-table .owner {
	width: 21%;
}

.lsr-table .dc {
	width: 15.2%;
}

.lsr-table .du {
	width: 15%;
}

.lsr-table .check {
	flex: 0 0 23px;
}

.lsr-row .name {
	font-weight: bold;
	text-decoration: underline;
}

.lsr-row a {
	color: #141D38;
}

	.lsr-row a:hover {
		color: #3AD4AE;
	}

.lsr-row .type i {
	margin-right: 8px;
	vertical-align: middle;
}

input[type=checkbox] {
	position: relative;
	outline: 2px solid #444;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0px;
	padding: 0 !important;
	vertical-align: text-top;
	height: 21px;
	width: 21px;
	-webkit-appearance: none;
}


	input[type=checkbox]:checked {
		background-color: #3AD4AE;
	}

		input[type=checkbox]:checked:before {
			content: '';
			position: absolute;
			right: 50%;
			top: 50%;
			width: 4px;
			height: 10px;
			border: solid #444;
			border-width: 0 2px 2px 0;
			margin: -1px -1px 0 -1px;
			transform: rotate(45deg) translate(-50%, -50%);
			z-index: 2;
		}


.table-scroll {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	color: inherit;
	-webkit-line-clamp: inherit !important;
	overflow: auto !important;
	overflow-y: auto !important;
	word-break: break-all;
}

	.table-scroll::-webkit-scrollbar {
		height: 12px;
	}

	.table-scroll::-webkit-scrollbar {
		width: 12px;
	}

	.table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background: #3AD4AE;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

		.table-scroll::-webkit-scrollbar-thumb:hover {
			background: #3AD4AE;
		}


/*Library – Active Navigation */

.content-wrapper {
	justify-content: space-between;
}

.section-left {
	width: 310px;
}

.search-portal {
	background-color: #eee;
	position: relative;
	height: 47px;
	padding: 0px 20px 0px 48px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	.search-portal:hover {
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	}

.sp-button {
	position: absolute;
	left: 15px;
	top: 11px;
	width: 25px;
	height: 23px;
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.sp-box input {
	width: 100%;
	height: 47px;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #141D38;
}

::-webkit-input-placeholder {
	color: #737989;
}

::-moz-placeholder {
	color: #737989;
}

:-ms-input-placeholder {
	color: #737989;
}

:-moz-placeholder {
	color: #737989;
}

:-moz-placeholder,
::-moz-placeholder {
	color: #737989;
	opacity: 1;
}

.dropbtn {
	display: none;
	background-color: #fff;
	color: #444;
	;
	padding: 16px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: #EEEFF1 solid 1px;
	background-image: url("../images/select-arrow2.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.left-nav .navigation ul li {
	padding-bottom: 20px;
}

	.left-nav .navigation ul li a {
		font-size: 20px;
		line-height: 24px;
		color: #141D38;
		text-decoration: none;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.left-nav .navigation ul li a i {
			vertical-align: bottom;
			margin-right: 11px;
		}

			.left-nav .navigation ul li a i img {
				vertical-align: top;
			}

		.left-nav .navigation ul li a:hover {
			color: #141D38;
			text-decoration: none;
			text-shadow: 0px 0px 1.2px #141D38;
		}

	.left-nav .navigation ul li.active a {
		color: #141D38;
		text-decoration: none;
		font-weight: 600;
	}

		.left-nav .navigation ul li.active a i {
			filter: brightness(0) saturate(100%) invert(79%) sepia(17%) saturate(1521%) hue-rotate(109deg) brightness(91%) contrast(87%);
		}

		.left-nav .navigation ul li.active a:hover {
			text-shadow: 0px 0px 0px #fff;
		}

.section-right {
	width: 1205px;
}

.library-nav {
	padding: 35px 0px 40px 0px;
}

.up {
	margin: 3px 10px 0px 0px;
}

	.up a {
		display: block;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 12px 0px 22px;
		background-image: url("../images/level-up.svg");
		background-repeat: no-repeat;
		background-position: 10px center;
		color: #141D38;
		text-decoration: none;
		background-color: #3AD4AE;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

.disable a {
	background-image: url("../images/level-up-disabled.svg");
	pointer-events: none;
	background-color: #e0e0e0;
	color: #91949f;
}

.library-nav ul {
	font-size: 29px;
	line-height: 34px;
	padding-top: 2px;
}

	.library-nav ul li {
		display: inline-block;
		margin: 0px 13px 13px 0px;
		padding-right: 30px;
		position: relative;
	}

		.library-nav ul li:last-child {
			padding-right: 0px;
		}

		.library-nav ul li::after {
			content: '';
			position: absolute;
			right: 0px;
			top: 10px;
			background-image: url("../images/arrow-forward.svg");
			background-repeat: no-repeat;
			background-position: left top;
			background-size: 100% auto;
			width: 9px;
			height: 16px;
		}

		.library-nav ul li a {
			color: #141D38;
			text-decoration: none;
		}

			.library-nav ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

		.library-nav ul li:last-child::after {
			display: none;
		}

.folder-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

	.folder-list ul li {
		width: 14%;
		text-align: center;
		padding: 0px 15px 0px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
		margin: 0px 0.2% 65px 0px;
	}

		.folder-list ul li a {
			display: block;
			color: #141D38;
			text-decoration: none;
		}

			.folder-list ul li a i {
				display: block;
				width: 100%;
				padding-bottom: 15px;
			}

			.folder-list ul li a:hover {
				cursor: context-menu;
				display: block;
				color: #999;
				text-decoration: none;
			}

				.folder-list ul li a:hover i {
					filter: brightness(0) saturate(100%) invert(79%) sepia(17%) saturate(1521%) hue-rotate(109deg) brightness(91%) contrast(87%);
				}


/*Library – Active Navigation - Tiles 2 */

.inner-wrapper {
	justify-content: space-between;
}

.file-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

	.file-list ul li {
		width: 24%;
		text-align: center;
		padding: 0px 15px 0px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
		margin: 0px 0.2% 65px 0px;
	}

.file-check {
	text-align: left;
}

.file-list ul li a {
	display: block;
	color: #141D38;
	text-decoration: none;
}

	.file-list ul li a i {
		display: block;
		width: 100%;
		padding-bottom: 15px;
	}

		.file-list ul li a i img {
			max-width: 60px;
		}

	.file-list ul li a:hover {
		cursor: context-menu;
		display: block;
		color: #999;
		text-decoration: none;
	}

		.file-list ul li a:hover i {
			filter: brightness(0) saturate(100%) invert(79%) sepia(17%) saturate(1521%) hue-rotate(109deg) brightness(91%) contrast(87%);
		}


.inner-wrap-rhs {
	flex: 0 0 332px;
	border-left: #B0EEDF solid 2px;
	margin-left: 20px;
	padding: 15px 0px 0px 20px;
}

.folder-list-buttons {
	justify-content: space-between;
	align-items: center;
}

.hide a {
	display: block;
	height: 31px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	color: #141D38;
	text-decoration: none;
	background-color: #3AD4AE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.hide a:hover {
		color: #141D38;
		background-color: #75e1c2;
	}

.clear-button a {
	font-size: 16px;
	line-height: 16px;
	color: #141D38;
	font-weight: bold;
	padding-right: 26px;
	background-image: url("../images/close.svg");
	background-repeat: no-repeat;
	background-position: right 1px;
	text-decoration: none;
}

.folder {
	padding-top: 20px;
}

	.folder h5 {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		padding-bottom: 8px;
		margin-bottom: 15px;
		border-bottom: #cdcdcd solid 1px;
	}

	.folder ul {
		padding-left: 10px;
	}

		.folder ul li {
			font-size: 16px;
			line-height: 21px;
			padding: 0px 0px 10px 35px;
			background-image: url("../images/folder.svg");
			background-repeat: no-repeat;
			background-position: left top;
			background-size: 25px auto;
			font-weight: 600;
		}

			.folder ul li a {
				color: #141D38;
				text-decoration: none;
			}

				.folder ul li a:hover {
					color: #141D38;
					text-decoration: underline;
				}

			.folder ul li ul {
				padding-top: 18px;
				padding-left: 0px;
			}

				.folder ul li ul li {
					padding: 8px 16px 20px 35px;
					background-image: url("../images/document-small.svg");
					overflow: hidden;
					font-weight: 400;
					position: relative;
				}

					.folder ul li ul li i {
						position: absolute;
						right: 0px;
						top: 8px;
						margin: 2px 0px 0px 10px;
					}

						.folder ul li ul li i a {
							display: block;
							background-image: url("../images/close.svg");
							background-repeat: no-repeat;
							background-position: center center;
							height: 13px;
							width: 13px;
							text-decoration: none;
						}


/*Library - Upload*/

.bredcrub {
	padding-bottom: 25px;
}

	.bredcrub .back-button {
		margin-right: 18px;
	}

.back-button a {
	display: inline-block;
	height: 31px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px 0px 27px;
	color: #141D38;
	text-decoration: none;
	background-color: #3AD4AE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url("../images/arrow-back.svg");
	background-repeat: no-repeat;
	background-position: 11px center;
}

	.back-button a:hover {
		color: #141D38;
		background-color: #75e1c2;
	}

.bredcrub ul {
	font-size: 20px;
	line-height: 27px;
}

	.bredcrub ul li {
		display: inline-block;
		margin: 0px 13px 13px 0px;
		padding-right: 30px;
		position: relative;
		color: #444;
		padding-left: 32px;
		background-image: url("../images/folder.svg");
		background-repeat: no-repeat;
		background-position: left 4px;
	}

		.bredcrub ul li:last-child {
			padding-right: 0px;
			background-image: none;
			padding-left: 0px;
		}

		.bredcrub ul li::after {
			content: '';
			position: absolute;
			right: 0px;
			top: 5px;
			background-image: url("../images/arrow-forward.svg");
			background-repeat: no-repeat;
			background-position: left top;
			background-size: 100% auto;
			width: 9px;
			height: 16px;
		}

		.bredcrub ul li a {
			color: #444;
			text-decoration: none;
		}

			.bredcrub ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

		.bredcrub ul li:last-child::after {
			display: none;
		}

.upload-wrapper {
	border-bottom: #B0EEDF solid 1px;
	justify-content: space-between;
}

.uw-lhs {
	padding: 32px 20px 65px 0px;
	width: 1176px;
	min-height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: #B0EEDF solid 2px;
}

.upload-stage {
	padding-bottom: 45px;
}

	.upload-stage ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		font-size: 17px;
		line-height: 22px;
		background-image: url("../images/dashed-line.svg");
		background-repeat: repeat-x;
		background-position: left center;
	}

		.upload-stage ul li {
			background-color: #fff;
			padding-right: 10px;
			padding-left: 10px;
		}

			.upload-stage ul li:first-child {
				padding-left: 0px;
			}

			.upload-stage ul li:last-child {
				padding-right: 0px;
			}

			.upload-stage ul li span {
				display: inline-block;
				vertical-align: baseline;
				margin-right: 10px;
				width: 33px;
				height: 33px;
				border: #22305D solid 2px;
				text-align: center;
				line-height: 33px;
				font-size: 16px;
				font-weight: bold;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}

			.upload-stage ul li.active {
				font-weight: bold;
			}

				.upload-stage ul li.active span {
					background-color: #22305D;
					color: #fff;
				}

			.upload-stage ul li a {
				color: #22305D;
				text-decoration: none;
			}

.file-upload-title {
	text-align: center;
	padding-bottom: 80px;
	font-size: 25px;
	line-height: 35px;
}

	.file-upload-title h5 {
		font-weight: bold;
		padding-bottom: 40px;
	}

.upload-file {
	text-align: center;
	border: #CBCDD3 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
}

	.upload-file input {
		display: none;
	}

	.upload-file label {
		display: block;
		cursor: pointer;
		font-size: 25px;
		line-height: 28px;
		font-weight: bold;
		padding: 122px 20px 111px 20px;
		background-image: url("../images/file-upload.svg");
		background-repeat: no-repeat;
		background-position: center 37px;
	}

	.upload-file #imageName {
		color: #FF035B;
		font-size: 16px;
		line-height: 18px;
	}

.uw-rhs {
	width: 380px;
	padding-top: 15px;
}

.ref-title {
	padding-bottom: 20px;
	justify-content: space-between;
}

	.ref-title h5 {
		font-size: 16px;
		line-height: 20px;
		color: #A8ACB6;
	}

.more-menu {
	position: relative;
}

	.more-menu .popr_container_bottom {
		right: 0px !important;
	}


/* Library - Upload Confirm */

.uploading-file-name {
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	padding-bottom: 50px;
}

.attributes-wrap {
	padding-bottom: 150px;
	justify-content: space-between;
	max-width: 1060px;
}

.asign-owner {
	width: 440px;
}

.attributes-wrap h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}

.owner-search {
	padding-bottom: 20px;
}

.ss-select .selectize-input {
	background-color: #EEEFF1;
	font-size: 16px;
	border: none;
	outline: none;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px 0px 45px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #141D38;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	.ss-select .selectize-input .item {
		height: 40px;
		line-height: 40px;
	}

.set-frequency {
	width: 440px;
}

.frequency-list ul {
	padding-top: 10px;
	padding-bottom: 5px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

	.frequency-list ul li {
		padding-bottom: 18px;
		font-size: 18px;
	}

input[type=radio] {
	position: relative;
	outline: 2px solid #444;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
}


	input[type=radio]:checked {
		background-color: #3AD4AE;
	}

		input[type=radio]:checked:before {
			content: '';
			position: absolute;
			right: 50%;
			top: 50%;
			width: 4px;
			height: 10px;
			border: solid #444;
			border-width: 0 2px 2px 0;
			margin: -1px -1px 0 -1px;
			transform: rotate(45deg) translate(-50%, -50%);
			z-index: 2;
		}

.frequency-list ul li input {
	vertical-align: bottom;
}

.frequency-list ul li label {
	cursor: pointer;
}

.start-date {
	padding-bottom: 20px;
}

	.start-date label {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		padding-bottom: 6px;
		display: block;
	}

.date-box input {
	width: 100%;
	height: 40px;
	background-color: #EEEFF1;
	border: none;
	padding: 0px 0px 0px 11px;
	font-size: 16px;
	color: #141D38;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@-moz-document url-prefix() {
	.date-box input {
		padding: 0px 10px 0px 11px;
	}
}


.date-box input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
	display: block;
	background-image: url("../images/date.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	width: 40px;
	height: 40px;
	background-size: 22px auto;
	cursor: pointer;
}

.ref-note {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 25px 0px 25px 0px;
}

.progress-buttons {
	padding: 45px 0px 10px 0px;
	text-align: right;
	justify-content: flex-end;
}

	.progress-buttons div {
		margin-left: 10px;
	}

.action-button {
	height: 40px;
	background-color: #3AD4AE;
	padding: 0px 20px 0px 20px;
	min-width: 130px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #141D38;
	border: none;
}

	.action-button:hover {
		color: #141D38;
		background-color: #75e1c2;
	}

a.action-button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}


.cancel-button {
	height: 40px;
	background-color: #fff;
	border: #3AD4AE solid 1px;
	padding: 0px 10px 0px 10px;
	min-width: 130px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #141D38;
}

	.cancel-button:hover {
		color: #141D38;
		background-color: #75e1c2;
	}

/*Library - Document Screen - Ownership*/

.document-nav {
	padding-bottom: 10px;
}

	.document-nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

		.document-nav ul li {
			margin-right: 30px;
			margin-bottom: 13px;
			position: relative;
			font-size: 16px;
		}

			.document-nav ul li a {
				color: #141D38;
				text-decoration: none;
			}

				.document-nav ul li a:hover {
					color: #3AD4AE;
					text-decoration: none;
					text-shadow: 0px 0px 1.2px #3AD4AE;
				}

				.document-nav ul li a i {
					margin-right: 7px;
					vertical-align: bottom;
				}

					.document-nav ul li a i img {
						vertical-align: middle;
					}

.small-button a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-color: #3AD4AE;
	padding: 0px 15px 0px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #141D38;
	border: none;
	text-decoration: none;
}

	.small-button a:hover {
		color: #141D38 !important;
		background-color: #75e1c2;
	}

.document-nav .popr_content {
	width: 286px;
	padding: 18px;
}

.document-demo {
	max-width: 98%;
	border: #707070 solid 1px;
	min-height: 300px;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 5px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 3px 6px;
}

.document-list {
	padding-bottom: 20px;
	max-width: 400px;
}

	.document-list h5 {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		padding-bottom: 11px;
	}

	.document-list ul {
		padding-bottom: 10px;
	}

		.document-list ul li {
			font-size: 16px;
			line-height: 21px;
			padding: 4px 30px 20px 30px;
			background-image: url("../images/document-small.svg");
			background-repeat: no-repeat;
			background-position: left top;
			position: relative;
		}

			.document-list ul li a {
				color: #141D38;
				text-decoration: none;
			}

				.document-list ul li a:hover {
					color: #3AD4AE;
					text-decoration: none;
				}

			.document-list ul li span {
				position: absolute;
				right: 0px;
				top: 0px;
			}

				.document-list ul li span input {
					vertical-align: middle;
					margin-right: 0px;
				}

	.document-list hr {
		margin: 0px 0px 20px 0px;
		border: none;
		height: 1px;
		background-color: #AFAFAF;
		padding: 0px;
	}

hr.blank {
	background-color: transparent;
}

.ref-title-active {
	max-width: 400px;
}

	.ref-title-active h5 {
		color: #141D38;
	}


/*Library - Document Screen - Edit ownership*/

/*Popup*/

.popup {
	background: #fff;
	max-width: 100%;
	padding: 50px 30px 35px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	color: #444;
	font-size: 20px;
	line-height: 30px;
	max-height: 100% !important;
	overflow: hidden;
	min-width: 600px;
}

.popup-close {
	position: absolute;
	right: 22px;
	top: 22px;
}

	.popup-close .lity-close {
		width: 18px;
		height: 18px;
		background-image: url("../images/close.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		cursor: pointer;
		border: none;
		outline: none;
		background-color: transparent;
	}

.change-ownership {
	width: 690px;
}

	.change-ownership h2 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 20px;
		font-weight: bold;
	}

	.change-ownership p {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 30px;
	}

	.change-ownership h5 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 10px;
		font-weight: bold;
	}

.cm-search {
	max-width: 440px;
	min-height: 140px;
	padding-bottom: 20px;
}

.change-ownership .progress-buttons {
	padding: 0px;
}

/*Library - Document Screen -Version History – Details*/

.detail-wrapper {
	padding: 25px 0px 100px 0px;
	border-bottom: #B0EEDF solid 1px;
}

.version-details {
	max-width: 1010px;
	font-size: 18px;
}

.vd-info {
	padding-bottom: 10px;
}

	.vd-info ul {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

		.vd-info ul li {
			padding-bottom: 18px;
		}

.sub-text {
	font-size: 18px;
}

	.sub-text h5 {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 20px;
		font-weight: bold;
	}

	.sub-text p {
		line-height: 24px;
		padding-bottom: 20px;
	}


/*Library - Document Screen -Review - Change review date*/

.change-review-date {
	width: 700px;
}

	.change-review-date h5 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 10px;
		font-weight: bold;
	}

.current-status {
	max-width: 520px;
	overflow: hidden;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

	.current-status div {
		padding-bottom: 10px;
	}

.change-review-date .frequency-list ul li input {
	vertical-align: top;
}

.change-review-date .progress-buttons {
	padding: 15px 0px 0px 0px;
}

/*Library - Document Screen -Review - Reviewed no changes */

.document-review {
	width: 850px;
}

	.document-review h5 {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 25px;
		font-weight: bold;
	}

	.document-review label {
		display: block;
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 5px;
	}

.note-box textarea {
	width: 100%;
	height: 215px;
	background-color: #EEEFF1;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	padding: 10px;
	resize: none;
	color: #141D38;
}

	.note-box textarea:focus {
		background-color: #f1f1f1;
	}

/* Library - Document Screen - Review and Replace - 4.2.1 – 1*/

.update-action-status {
	max-width: 1050px;
}

	.update-action-status h2 {
		font-size: 21px;
		line-height: 28px;
		font-weight: bold;
		padding-bottom: 20px;
	}

.status-details {
	position: relative;
}

	.status-details .filter-select {
		margin: 0px;
	}

	.status-details .status-select {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.status-details ul {
		max-width: 700px;
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
		color: #141D38;
	}

		.status-details ul li {
			padding-bottom: 10px;
		}

.status-description {
	padding-bottom: 30px;
}

	.status-description p {
		font-size: 16px;
		line-height: 21px;
	}

.add-notes label {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 5px;
	font-weight: bold;
}

.add-notes textarea {
	width: 100%;
	height: 145px;
	background-color: #EEEFF1;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	padding: 10px;
	resize: none;
	color: #141D38;
}

	.add-notes textarea:focus {
		background-color: #f5f5f5;
	}

/*Library - Tier 5 - 6p*/

.actions-wrapper {
	max-width: 880px;
	padding-bottom: 100px;
	min-height: 300px;
}

.aw-note {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 25px;
}

.action-title {
	justify-content: space-between;
	padding-bottom: 18px;
}

	.action-title h5 {
		font-size: 21px;
		line-height: 28px;
		padding-bottom: 10px;
		font-weight: bold;
	}

.create-button a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #3AD4AE;
	color: #141D38;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 38px 0px 51px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url("../images/create.svg");
	background-repeat: no-repeat;
	background-position: 27px center;
}

	.create-button a:hover {
		color: #141D38 !important;
		background-color: #75e1c2;
	}

.created-actions p {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 10px;
	color: #9A9A9A;
}

.create-action {
	width: 1000px;
}

.ca-form-wrapper {
	max-width: 860px;
	padding-bottom: 20px;
}

	.ca-form-wrapper h2 {
		font-size: 25px;
		line-height: 33px;
		padding-bottom: 20px;
		font-weight: bold;
	}

.form-box {
	padding-bottom: 15px;
}

.ca-form-wrapper label {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #444;
	padding-bottom: 7px;
}

	.ca-form-wrapper label span {
		float: right;
		color: #888;
	}

.form-box input {
	width: 100%;
	height: 40px;
	background-color: #EEEFF1;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 10px 15px;
	resize: none;
	color: #141D38;
	font-size: 16px;
}

	.form-box input:focus {
		background-color: #f3f3f3;
	}

.form-box textarea {
	width: 100%;
	height: 105px;
	background-color: #EEEFF1;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 10px 15px;
	resize: none;
	color: #141D38;
	font-size: 16px;
}

	.form-box textarea:focus {
		background-color: #f3f3f3;
	}

.form-row {
	justify-content: space-between;
	padding-top: 10px;
}

	.form-row .form-box {
		width: 48%;
	}

.fb-select {
	background-color: #EEEFF1;
	background-image: url("../images/select-arrow2.svg");
	background-repeat: no-repeat;
	background-position: 96% center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.fb-select select {
		width: 100%;
		height: 40px;
		background-color: transparent;
		color: #141D38;
		font-size: 16px;
		border: none;
		outline: none;
		padding: 0px 15px 0px 15px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}


.ca-form-wrapper .due-date {
	width: 48%
}

/* Library – Tier 5 - Uploaded document view*/

.action-heading {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 18px;
}

	.action-heading h5 {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

		.action-heading h5 i {
			margin-right: 6px;
		}


.action-menu {
	position: relative;
}

.action-heading .popr_container_bottom {
	right: 0px !important;
}

.action-heading .popr_content {
	width: 160px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding: 10px !important;
}


	.action-heading .popr_content ul li {
		padding: 7px 0px 7px 0px;
		border-bottom: #F0F0F0 solid 1px;
	}

		.action-heading .popr_content ul li:last-child {
			border-bottom: none;
		}

		.action-heading .popr_content ul li a {
			color: #141D38;
			text-decoration: none;
		}

			.action-heading .popr_content ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

.action-box {
	background-color: #fff;
	padding: 10px 12px 10px 12px;
	margin-bottom: 17px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 18px;
	position: relative;
}

hr.spacer {
	margin: 5px 0px 15px 0px;
	border: none;
	height: 1px;
	background-color: #AFAFAF;
	padding: 0px;
}

.action-box .ab-close {
	position: absolute;
	right: 12px;
	top: 10px;
	cursor: pointer;
}

.ab-txt1 {
	padding-bottom: 8px;
	color: #444;
	text-transform: uppercase;
}

.ab-txt2 {
	padding-bottom: 8px;
	font-weight: bold;
}

.ab-txt3 {
	padding: 2px 0px 8px 23px;
	background-image: url("../images/ab-name.svg");
	background-repeat: no-repeat;
	background-position: left top;
}

.ab-bottom {
	justify-content: space-between;
	font-weight: 500;
	align-items: center;
}

.ab-date {
	color: #E1A61D;
	padding: 3px 0px 0px 23px;
	background-image: url("../images/timer.svg");
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ab-priority {
	background-image: url("../images/priority-arrows.svg");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	height: 18px;
	line-height: 18px;
	color: #E1A61D;
}

.ab-status {
	height: 15px;
	line-height: 16px;
	border: #3AD4AE solid 1px;
	padding: 0px 8px 0px 8px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Library - Organisation*/

.chart-container {
	margin: 65px auto 50px auto;
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	padding-bottom: 40px;
}

.zoom-buttons {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	width: 30px;
	border: #8D8E91 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

	.zoom-buttons .btn {
		display: block;
		width: 100%;
		height: 46px;
		text-align: center;
		color: #9B9B9B;
		line-height: 46px;
		font-size: 30px;
		font-weight: 500;
		text-decoration: none;
	}

		.zoom-buttons .btn:hover {
			color: #3AD4AE;
			text-decoration: none;
			background-color: #f3f3f3;
		}

	.zoom-buttons .zoom {
		border-bottom: #8D8E91 solid 1px;
	}

.team-name-wrapper h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}

.tn-table {
	padding-bottom: 20px;
}

.tn-table-wrap {
	width: 100%;
}

.tn-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
}

.tn-table .col1 {
	width: 20%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tn-table .col2 {
	width: 35%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tn-table .col3 {
	width: 45%;
}

.tn-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
}


.pagination {
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px 18px 0px;
}

	.pagination div {
		margin: 0px 30px 0px 30px;
	}

	.pagination ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.pagination ul li {
			margin: 0px 16px 0px 16px;
		}

			.pagination ul li a {
				color: #9DA2AB;
				text-decoration: none;
			}

				.pagination ul li a:hover {
					color: #3ad4ae;
					text-decoration: none;
				}

	.pagination select {
		border: none;
		outline: none;
		font-size: 16px;
	}


/*Library - Document Review*/

.doc-review-wrapper {
	padding: 35px 0px 40px 0px;
}

.dr-table {
	padding-bottom: 20px;
}

.dr-table-wrap {
	width: 100%;
}

.dr-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
	justify-content: space-between;
}

.dr-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
	justify-content: space-between;
}

	.dr-title div, .dr-row div {
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.dr-table .col1 {
	width: 14.2%;
}

.dr-table .col2 {
	width: 17.7%;
}

.dr-table .col3 {
	width: 23.7%;
	font-weight: bold;
}

.dr-table .col4 {
	width: 14.3%;
}

.dr-table .col5 {
	width: 12.2%;
}

.dr-table .col6 {
	width: 10.8%;
}

.dr-table .col7 {
	flex: 0 0 4.6%;
}

.dr-table .col8 {
	flex: 0 0 2.3%;
}

.dr-table .col3 a {
	color: #141D38;
	text-decoration: underline;
}

	.dr-table .col3 a:hover {
		color: #3AD4AE;
		text-decoration: underline;
	}

.dr-table .col5 strong {
	color: #FF0000;
}

.dr-menu {
	position: relative;
}

	.dr-menu .popr_container_bottom {
		right: 30px !important;
		top: -15px !important;
		padding: 0px !important;
	}

	.dr-menu .popr_content {
		width: 170px !important;
		font-size: 14px !important;
		line-height: 16px !important;
		padding: 10px !important;
	}

.dr-text {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

	.dr-text a {
		color: #141D38;
	}

.navigation select {
	display: none;
}

.custom-select-wrapper {
	display: none;
}



/*Admin - Org Details - Summary*/

.admin-nav {
	padding: 22px 0px 10px 0px;
}

	.admin-nav .back-button {
		margin-right: 20px;
	}

.admin-links {
	margin-bottom: 40px;
	position: relative;
}

	.admin-links::after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #d0d0d0;
		position: absolute;
		left: 0px;
		bottom: 3px;
		z-index: 0;
	}

	.admin-links ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.admin-links ul li {
			margin-right: 70px;
		}

	.admin-links > ul > li > a {
		display: block;
		font-size: 20px;
		line-height: 20px;
		border-bottom: #fff solid 3px;
		border-color: transparent;
		padding: 0px 5px 10px 0px;
		color: #141D38;
		text-decoration: none;
	}

		.admin-links > ul > li > a i {
			vertical-align: bottom;
			margin-right: 9px;
			display: inline-block;
		}

	.admin-links li > a:hover {
		color: #141D38;
		text-shadow: 0px 0px 1.2px #141D38;
		border-bottom: #3AD4AE solid 3px;
	}

	.admin-links li.active > a {
		color: #141D38;
		text-shadow: 0px 0px 1.2px #141D38;
		border-bottom: #3AD4AE solid 3px;
	}

.admin-title {
	padding-bottom: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.admin-title h2 {
		font-size: 30px;
		line-height: 35px;
		font-weight: bold;
		padding: 0px 20px 10px 0px;
	}

.os-form label {
	display: block;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.os-from-wrapper {
	justify-content: space-between;
}

	.os-from-wrapper .lhs {
		width: 590px;
	}

	.os-from-wrapper .rhs {
		width: 440px;
	}

	.os-from-wrapper .form-box {
		padding-bottom: 30px;
	}

	.os-from-wrapper .fb-select {
		max-width: 438px;
	}


.upload-logo {
	text-align: center;
	border: #CBCDD3 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 310px;
}

	.upload-logo input {
		display: none;
	}

	.upload-logo label {
		display: block;
		cursor: pointer;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		padding: 77px 20px 20px 20px;
		background-image: url("../images/file-upload.svg");
		background-repeat: no-repeat;
		background-position: center 19px;
		background-size: 42px auto;
	}

	.upload-logo #imageName {
		color: #FF035B;
		font-size: 15px;
		line-height: 18px;
		font-weight: 400;
	}

.product-access {
	justify-content: space-between;
}

	.product-access .owner-search {
		width: 366px;
	}

.add-button {
	width: 60px;
}

	.add-button input, .add-button button {
		width: 100%;
		height: 40px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #3AD4AE;
		padding: 0px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #141D38;
		border: none;
	}

		.add-button input:hover, .add-button button:hover {
			color: #141D38;
			background-color: #75e1c2;
		}

.added-list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	background-color: #3AD4AE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px 30px 0px 8px;
	font-size: 13px;
	height: 28px;
	line-height: 30px;
	font-weight: 500;
	min-width: 112px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

	.added-list ul li i {
		position: absolute;
		right: 8px;
		top: 0px;
		height: 28px;
		width: 11px;
		background-image: url("../images/close2.svg");
		background-repeat: no-repeat;
		background-position: center center;
	}

		.added-list ul li i a {
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
		}

/*Admin - Org Details - Library Structure*/

.at-rhs .fb-select {
	width: 438px;
	margin-left: 20px;
}

.library-structure {
	margin: 18px 0px 20px 0px;
	border: #CBCACA solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

	.library-structure ul li {
		border-bottom: #CBCACA solid 1px;
		font-size: 22px;
		line-height: 28px;
		font-weight: bold;
	}

		.library-structure ul li:last-child {
			border-bottom: none;
		}

		.library-structure ul li a {
			display: block;
			color: #141D38;
			text-decoration: none;
			padding: 22px 60px 22px 13px;
			background-image: url("../images/list-arrow.svg");
			background-repeat: no-repeat;
			background-position: 98% 22px;
			background-color: #fff;
		}

			.library-structure ul li a:hover {
				color: #141D38;
				text-decoration: none;
				background-color: #f7f7f7;
			}


/* Admin - Org Details - Teams */

.tm-form {
	border-top: #C6C6C6 solid 1px;
	border-bottom: #C6C6C6 solid 1px;
	padding: 16px 0px 8px 0px;
	align-items: center;
	margin-bottom: 30px;
}

	.tm-form label {
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		padding: 0px 0px 10px 10px;
	}

	.tm-form .col1 {
		width: 395px;
		margin-right: 50px;
	}

	.tm-form .col2 {
		width: 435px;
		margin-right: 50px;
	}

	.tm-form .col3 {
		width: 150px;
		text-align: center;
		margin-right: 50px;
	}

.cb2 .check-box {
	padding-bottom: 15px;
}

.cb2 input[type=checkbox] {
	position: relative;
	outline: 1px solid #CECFD1;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0px;
	padding: 0 !important;
	vertical-align: text-top;
	height: 28px;
	width: 28px;
	-webkit-appearance: none;
}


	.cb2 input[type=checkbox]:checked {
		background-color: #3AD4AE;
	}

		.cb2 input[type=checkbox]:checked:before {
			content: '';
			position: absolute;
			right: 50%;
			top: 50%;
			width: 4px;
			height: 10px;
			border: solid #444;
			border-width: 0 2px 2px 0;
			margin: -1px -1px 0 -1px;
			transform: rotate(45deg) translate(-50%, -50%);
			z-index: 2;
		}


.tm-form .check-box span {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}

.tm-form .add-button {
	margin-top: 20px;
}


/*Tooltip text*/
.tooltip {
	position: relative;
	color: #00b4ab;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}

	.tooltip .tooltip-text {
		visibility: hidden;
		width: 180px;
		background-color: #fff;
		color: #444;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		right: 0px;
		opacity: 0;
		transition: .3s;
		transform: translate3d(0px, 20px, 0px);
		border: #DFDFDF solid 1px;
		padding: 15px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
		box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.tooltip:hover .tooltip-text {
		visibility: visible;
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}

	.tooltip .tooltip-text h6 {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 10px;
		font-weight: 600;
	}

	.tooltip .tooltip-text p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}

.tm-table {
	padding-bottom: 20px;
}

.tm-table-wrap {
	width: 95%;
}

.tm-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
	justify-content: space-between;
}

.tm-table .col1 {
	width: 42%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-table .col2 {
	width: 35%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-table .col3 {
	width: 15%;
	text-align: center;
}

.tm-table .col4 {
	width: 8%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.tm-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
	justify-content: space-between;
}

/*Admin - Org Details - User Add-Edit*/

.action-button button img {
	vertical-align: bottom;
}

.admin-title .create-button a {
	padding: 0px 20px 0px 41px;
	background-position: 17px center;
}

.user-filter {
	padding-bottom: 30px;
}

.user-table {
	padding-bottom: 20px;
}

.user-table-wrap {
	width: 100%;
	word-break: break-all;
}

.ut-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: left;
}

.user-table .col1, .user-table .col2, .user-table .col3, .user-table .col4, .user-table .col5, .user-table .col6 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.user-table .col1 {
	width: 22.5%;
}

.user-table .col2 {
	width: 21.5%;
}

.user-table .col3 {
	width: 24%;
}

.user-table .col4 {
	width: 17.2%;
}

.user-table .col5 {
	width: 10.8%;
}

.user-table .col6 {
	width: 4%;
}

.ut-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ut-menu {
	position: relative;
}

.ut-row .popr_container_bottom {
	right: 10px !important;
}

.ut-row .popr_content {
	width: 160px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding: 10px !important;
	margin-bottom: 10px;
}


	.ut-row .popr_content ul li {
		padding: 7px 0px 7px 0px;
		border-bottom: #F0F0F0 solid 1px;
	}

		.ut-row .popr_content ul li:last-child {
			border-bottom: none;
		}

		.ut-row .popr_content ul li a {
			color: #141D38;
			text-decoration: none;
		}

			.ut-row .popr_content ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

.create-user {
	width: 1118px;
}

	.create-user h2 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 20px;
		font-weight: bold;
	}

	.create-user p {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 30px;
	}

.cu-form {
	flex-wrap: wrap;
	max-width: 950px;
	justify-content: space-between;
	padding-bottom: 20px;
}

	.cu-form label {
		display: block;
		font-size: 21px;
		line-height: 24px;
		padding-bottom: 8px;
		color: #141D38;
		font-weight: bold;
	}

	.cu-form .form-box {
		width: 48%;
	}

.teams {
	justify-content: space-between;
}

	.teams .team-search {
		width: 83%;
	}



/*Nash - Admin - Org listing – Wizard 5*/

.user-buttons {
	padding-top: 0px !important;
}

.save-button {
	height: 40px;
	background-color: #fff;
	border: #22305D solid 2px;
	padding: 0px 10px 0px 10px;
	min-width: 130px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #141D38;
}

	.save-button:hover {
		color: #fff;
		background-color: #22305D;
	}


/*Admin - Org listing – Wizard 3 - Change Tier 4 - Living Document*/

.admin-form-title {
	padding-bottom: 20px;
}

.aft-top {
	align-items: center;
	padding-bottom: 25px;
}

	.aft-top .up {
		margin-right: 15px;
	}

	.aft-top h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: bold;
	}

.admin-form-title p {
	font-size: 15px;
	line-height: 20px;
}

.admin-form-wrap {
	justify-content: space-between;
	padding-bottom: 30px;
}

.afw-lhs {
	width: 370px;
	padding-right: 35px;
	border-right: #B0EEDF solid 1px;
	min-height: 400px;
}

.add-folder {
	padding-bottom: 25px;
}

	.add-folder label {
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #141D38;
		padding-bottom: 5px;
	}

.af-wrap {
	justify-content: space-between;
}

	.af-wrap .af-input {
		width: 80%;
	}

.folder-links ul li {
	padding: 12px 0px 12px 40px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 20px;
	background-image: url("../images/folder.svg");
	background-repeat: no-repeat;
	background-position: 5px 12px;
}

	.folder-links ul li a {
		display: block;
		color: #141D38;
		text-decoration: none;
		padding-right: 35px;
		background-image: url("../images/list-arrow.svg");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 25px auto;
		min-height: 24px;
	}

		.folder-links ul li a:hover {
			color: #141D38;
			text-decoration: none;
			text-shadow: 0px 0px 1.2px #141D38;
		}

.afw-rhs {
	width: 763px;
	padding-top: 20px;
}

	.afw-rhs h2 {
		font-size: 20px;
		line-height: 27px;
		padding-bottom: 15px;
		font-weight: bold;
	}

.ra-form {
	padding-bottom: 20px;
	align-items: flex-start;
}

	.ra-form label {
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #141D38;
		padding-bottom: 5px;
	}

	.ra-form .col1 {
		width: 320px;
	}

	.ra-form .col2 {
		width: 140px;
		text-align: center;
		margin: 0px 30px 0px 30px;
	}

		.ra-form .col2 label {
			padding-bottom: 13px;
		}

	.ra-form .add-button {
		margin-top: 20px;
	}


.ra-table {
	padding-bottom: 20px;
}

.rat-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.ra-table .col1 {
	width: 55%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ra-table .col2 {
	width: 35%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ra-table .col3 {
	width: 10%;
	text-align: center;
}


.rat-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.scrollbar {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 25px;
	padding-right: 20px;
}

.scrollbar-wrapper {
	min-height: 400px;
}

/*Dashboard */

.dashboard-wrapper {
	padding: 30px 0px 30px 0px;
	min-height: 300px;
}

/*Actions*/

.action-table-wrap {
	width: 100%;
	padding: 40px 0px 20px 0px;
	word-break: break-all;
}

.at-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	justify-content: space-between;
	border-bottom: #d0d0d0 solid 1px;
	padding-bottom: 7px;
}

.at-table .col {
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.at-row {
	border-bottom: #d0d0d0 solid 1px;
	padding: 16px 0px 16px 0px;
	justify-content: space-between;
	font-size: 16px;
	line-height: 21px;
}

.action-table .id {
	width: 22.3%;
}

.action-table .title {
	width: 17.2%;
}

.action-table .owner {
	width: 17.2%;
}

.action-table .priority {
	width: 15.3%;
	font-weight: 500;
}

.action-table .due-date {
	width: 15.7%;
}

.action-table .status {
	width: 9%;
}

.action-table .dot-menu {
	flex: 0 0 35px;
}

.at-row a {
	color: #141D38;
	font-weight: bold;
}

	.at-row a:hover {
		color: #3ad4ae;
		font-weight: bold;
	}

.action-table .due-date strong {
	color: #ff0000;
}

.action-table .critical {
	color: #ff0000;
	font-weight: bold;
}

.action-table .high {
	color: #ff0000;
}

.action-table .medium {
	color: #d59313;
}

.action-table .low {
	color: #01a901;
}

/* View Action*/

.action-page-wrapper {
	justify-content: space-between;
}

.ap-lhs {
	width: 1155px;
	padding-top: 22px;
}

.action-description {
	padding-bottom: 20px;
}

.ad-title .back-button {
	margin: 2px 25px 10px 0px;
}

.action-description h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 15px;
}

.action-description p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.action-description h5 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.tabs {
	width: 100%;
}

ul#tabs-nav {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom: #B0EEDF solid 1px;
}

	ul#tabs-nav li {
		margin-right: 93px;
		cursor: pointer;
		font-size: 20px;
		line-height: 27px;
		color: #141D38;
		position: relative;
		padding: 0px 10px 6px 0px;
	}

		ul#tabs-nav li:hover {
			color: #141D38;
		}

		ul#tabs-nav li.active {
			-webkit-text-stroke: 0.5px #141D38;
		}

			ul#tabs-nav li.active::after {
				content: '';
				position: absolute;
				left: 0px;
				bottom: -4px;
				height: 3px;
				background-color: #3AD4AE;
				width: 100%;
			}

#tabs-nav li a {
	text-decoration: none;
	color: #190E4F;
}

ul#tabs-nav li img {
	vertical-align: top;
}

.add-new-note {
	padding-bottom: 17px;
	border-bottom: #AFAFAF solid 1px;
	margin-bottom: 15px;
}

.ann-box {
	padding-bottom: 12px;
}

	.ann-box textarea {
		width: 100%;
		height: 66px;
		resize: none;
		background-color: #F5F5F5;
		color: #141D38;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 12px 15px 12px 15px;
		font-size: 15px;
	}

		.ann-box textarea:focus {
			background-color: #f5f5f5;
			-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
		}

.ann-button {
	text-align: right;
}

.action-button-small {
	height: 30px;
	background-color: #3AD4AE;
	padding: 0px 20px 0px 20px;
	min-width: 76px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #141D38;
	border: none;
}

	.action-button-small:hover {
		color: #141D38;
		background-color: #75e1c2;
	}

.note-listing {
	height: 370px;
	overflow-y: scroll;
	margin-bottom: 20px;
	padding: 10px 20px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.note-listing-wrapper {
	min-height: 470px;
	font-size: 14px;
}

.note-item {
	padding-bottom: 27px;
}

.note-date {
	padding: 0px 0px 7px 5px;
	color: #aaa;
	font-size: 13px;
	line-height: 16px;
}

.note-text {
	background-color: #F5F5F5;
	padding: 17px 12px 7px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.note-text p {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 10px;
	}

.upload-button {
	text-align: right;
}

a.action-button-small {
	display: inline-block;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.evidence-table-wrap {
	width: 100%;
	padding: 30px 0px 20px 0px;
	word-break: break-all;
}

.et-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	justify-content: space-between;
	border-bottom: #d0d0d0 solid 1px;
	padding-bottom: 7px;
}

.et-table .col1, .et-table .col2, .et-table .col3, .et-table .col4, .et-table .col5 {
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.et-row {
	border-bottom: #d0d0d0 solid 1px;
	padding: 16px 0px 16px 0px;
	justify-content: space-between;
	font-size: 16px;
	line-height: 21px;
}

.evidence-table .col1 {
	width: 31%;
}

.evidence-table .col2 {
	width: 26%;
}

.evidence-table .col3 {
	width: 23%;
}

.evidence-table .col4 {
	width: 14%;
}

.evidence-table .col5 {
	width: 6%;
	text-align: right;
}

	.evidence-table .col5 div {
		display: inline-block;
		margin-left: 15px;
		max-width: 14px;
	}

.attach-evidence {
	width: 771px;
}

	.attach-evidence h2 {
		font-size: 40px;
		line-height: 48px;
		font-weight: bold;
		padding-bottom: 25px;
	}

	.attach-evidence p {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 30px;
	}

	.attach-evidence ul li {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 15px;
	}

		.attach-evidence ul li input {
			vertical-align: bottom;
		}

.evidence-upload-title {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
}

	.evidence-upload-title h5 {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 25px;
		font-weight: 600;
	}

	.evidence-upload-title p {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 20px;
	}

.ap-rhs {
	border-left: #B0EEDF solid 1px;
	width: 320px;
	padding: 15px 0px 0px 35px;
}

.action-details {
	font-size: 16px;
	line-height: 20px;
	border-bottom: #B0EEDF solid 1px;
	margin-bottom: 20px;
}

	.action-details ul li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding-bottom: 20px;
		align-items: center;
	}

		.action-details ul li .col1 {
			width: 173px;
			font-weight: bold;
			padding-right: 10px;
		}

.status-select {
	position: relative;
	width: 140px;
	border: #3AD4AE solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #141D38;
}

	.status-select .selectBtn {
		padding: 5px 10px 5px 10px;
		box-sizing: border-box;
		width: 100%;
		cursor: pointer;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

		.status-select .selectBtn:after {
			content: "";
			position: absolute;
			top: 45%;
			right: 15px;
			width: 6px;
			height: 6px;
			-webkit-transform: translateY(-50%) rotate(45deg);
			transform: translateY(-50%) rotate(45deg);
			border-right: 2px solid #3AD4AE;
			border-bottom: 2px solid #3AD4AE;
			transition: 0.2s ease;
		}

		.status-select .selectBtn.toggle {
			border-radius: 3px 3px 0 0;
		}

			.status-select .selectBtn.toggle:after {
				-webkit-transform: translateY(-50%) rotate(-135deg);
				transform: translateY(-50%) rotate(-135deg);
			}

	.status-select .selectDropdown {
		position: absolute;
		top: 100%;
		width: 100%;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
		border-top: 1px solid #eee;
		z-index: 1;
		background: #3AD4AE;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		visibility: hidden;
		transition: 0.2s ease;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

		.status-select .selectDropdown .option {
			padding: 5px 10px 5px 10px;
			box-sizing: border-box;
			cursor: pointer;
		}

			.status-select .selectDropdown .option:hover {
				background: #67EECC;
			}

		.status-select .selectDropdown.toggle {
			visibility: visible;
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
		}

.library-reference h2 {
	font-size: 25px;
	line-height: 33px;
	padding-bottom: 12px;
	font-weight: bold;
}

.document-list h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 11px;
}

.lr-wrapper {
	height: 550px;
	overflow-y: scroll;
	padding: 5px 15px 10px 0px;
}

	.lr-wrapper .document-list {
		min-height: 600px;
	}

/*Calender*/

.calender-page {
	justify-content: space-between;
}

.cp-lhs {
	width: 260px;
}

.search-calender {
	background-color: #fff;
	border: #22305D solid 1px;
	position: relative;
	height: 40px;
	padding: 0px 15px 0px 42px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

	.search-calender:hover {
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
		border-color: #3AD4AE;
	}

.sc-button {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 25px;
	height: 23px;
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: transparent;
}

.sc-box input {
	width: 100%;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #141D38;
}

.widget-wrapper {
	border: #22305D solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.calender-switch {
	justify-content: space-around;
	align-items: center;
}

	.calender-switch .cs-option {
		width: 50px;
		text-align: center;
		margin: 0px 10px 0px 10px;
		font-size: 12px;
		line-height: 16px;
	}

.cs-switch input[type=checkbox] {
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.cs-switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 36px;
	height: 23px;
	display: block;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #22305D;
	margin-top: -15px;
}

	.cs-switch label:after {
		content: '';
		position: absolute;
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		background: #fff;
		transition: 0.3s;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

.cs-switch input:checked + label {
	background: #22305D;
}

	.cs-switch input:checked + label:after {
		left: calc(100% - 3px);
		transform: translateX(-100%);
	}

.cs-switch label:active:after {
	width: 16px;
}

.widget-wrapper h2 {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 10px;
	font-weight: bold;
}

.calender-filter {
	padding-top: 15px;
}

	.calender-filter ul li {
		padding-bottom: 20px;
	}

		.calender-filter ul li input {
			margin-right: 10px;
			vertical-align: bottom;
		}

		.calender-filter ul li label {
			font-size: 14px;
			line-height: 18px;
			cursor: pointer;
		}

	.calender-filter input[type=checkbox] {
		outline: none;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-color: #3AD4AE;
	}

		.calender-filter input[type=checkbox]:checked {
			background-color: #3AD4AE;
		}

			.calender-filter input[type=checkbox]:checked:before {
				border: solid #22305D;
				border-width: 0 2px 2px 0;
			}

	.calender-filter .filter1 input[type=checkbox]:checked {
		background-color: #EDB6F0;
	}

	.calender-filter .filter2 input[type=checkbox]:checked {
		background-color: #F2BEBE;
	}

	.calender-filter .filter3 input[type=checkbox]:checked {
		background-color: #97E5F2;
	}


.task-list {
	min-height: 260px;
}

	.task-list ul li {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 10px;
	}

		.task-list ul li i {
			width: 13px;
			margin-right: 7px;
			vertical-align: bottom;
		}

		.task-list ul li a {
			color: #22305D;
			text-decoration: none;
		}

			.task-list ul li a:hover {
				color: #141D38;
				text-decoration: none;
				text-shadow: 0px 0px 1.2px #141D38;
			}

		.task-list ul li.active a {
			color: #141D38;
			text-decoration: none;
			font-weight: 600;
		}

.cp-rhs {
	width: 1266px;
}


/* Large Calender */

.cal-title {
	align-items: center;
	padding-bottom: 10px;
}

.cal-day {
	margin-right: 22px;
}

	.cal-day a {
		display: inline-block;
		min-width: 76px;
		padding: 0px 20px 0px 20px;
		height: 27px;
		line-height: 27px;
		border: #3AD4AE solid 1px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		text-decoration: none;
		color: #22305D;
		font-size: 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.cal-day a:hover {
			border: #3AD4AE solid 1px;
			color: #fff;
			background-color: #3AD4AE;
		}

.cal-month {
	align-items: center;
}

	.cal-month h2 {
		font-size: 28px;
		line-height: 28px;
		font-weight: bold;
	}

.cal-prev-month {
	margin-right: 22px;
}

.cal-next-month {
	margin-left: 22px;
}

.cal-links {
	margin-left: auto;
}

	.cal-links div {
		margin-left: 20px;
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		color: #22305D;
	}

		.cal-links div i {
			display: block;
			padding-bottom: 3px;
		}

		.cal-links div a {
			color: #22305D;
			text-decoration: none;
		}

			.cal-links div a:hover, .cal-links div.active a {
				filter: brightness(0) saturate(100%) invert(79%) sepia(17%) saturate(1521%) hue-rotate(109deg) brightness(91%) contrast(87%);
			}

.cal-container {
	border: #9BE9D6 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-right: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cal-days-title {
	justify-content: space-between;
	width: 100%;
}

	.cal-days-title .col {
		width: 14.28%;
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		padding: 11px 5px 11px 5px;
		border-right: #9BE9D6 solid 1px;
	}

.cal-row {
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cal-col {
	width: 14.28%;
	height: 150px;
	border-top: #9BE9D6 solid 1px;
	border-right: #9BE9D6 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}

.cal-date {
	text-align: right;
	font-size: 20px;
	line-height: 20px;
}

.active-day {
	background-color: #E1F9F3;
}

.inactive-day {
	background-color: #F5F5F5;
}

.marked::before {
	content: '';
	border: #3AD4AE solid 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

.task-item {
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}

	.task-item a {
		display: block;
		background-color: #eee;
		padding: 7px 5px 7px 30px;
		font-size: 12px;
		text-decoration: none;
		color: #22305D;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 13px auto;
	}

		.task-item a:hover {
			opacity: 0.8;
		}

.document a {
	background-image: url("../images/document.svg");
	background-color: #97E5F2;
}

.template a {
	background-image: url("../images/template.svg");
	background-color: #F2BEBE;
}

.action a {
	background-image: url("../images/actions.svg");
	background-color: #EDB6F0;
}

.more-task {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}

	.more-task a {
		display: block;
		background-color: #22305D;
		text-align: center;
		font-size: 12px;
		padding: 2px;
		color: #fff;
		text-decoration: none;
	}

.week .cal-col {
	min-height: 753px;
}


/* Admin - Org listing – Wizard 6*/

.dc-text {
	padding-bottom: 25px;
	font-size: 17px;
	line-height: 22px;
	padding-right: 150px;
}

.dc-table {
	padding-bottom: 20px;
}

.dc-table-wrap {
	width: 100%;
	word-break: break-all;
}

.dc-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #C6C6C6 solid 1px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: left;
}

.dc-table .col1, .dc-table .col2, .dc-table .col3, .dc-table .col4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.dc-table .col1 {
	width: 32%;
}

.dc-table .col2 {
	width: 23%;
}

.dc-table .col3 {
	width: 41%;
}

.dc-table .col4 {
	width: 4%;
}

.dct-row {
	padding: 16px 0px 16px 0px;
	border-bottom: #C6C6C6 solid 1px;
	font-size: 16px;
	line-height: 21px;
	justify-content: space-between;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.dct-menu {
	position: relative;
}

.dct-row .popr_container_bottom {
	right: 10px !important;
}

.dct-row .popr_content {
	width: 160px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	padding: 10px !important;
	margin-bottom: 10px;
}


	.dct-row .popr_content ul li {
		padding: 7px 0px 7px 0px;
		border-bottom: #F0F0F0 solid 1px;
	}

		.dct-row .popr_content ul li:last-child {
			border-bottom: none;
		}

		.dct-row .popr_content ul li a {
			color: #141D38;
			text-decoration: none;
		}

			.dct-row .popr_content ul li a:hover {
				color: #3AD4AE;
				text-decoration: none;
			}

/*Configure Dashboard Widget*/

.configure-dashboard {
	width: 1118px;
}

	.configure-dashboard h2 {
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 20px;
		font-weight: bold;
	}

	.configure-dashboard p {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 30px;
	}

.cd-form {
	flex-wrap: wrap;
	max-width: 950px;
	justify-content: space-between;
	padding-bottom: 20px;
}

	.cd-form label {
		display: block;
		font-size: 21px;
		line-height: 24px;
		padding-bottom: 8px;
		color: #141D38;
		font-weight: bold;
	}

	.cd-form .lhs {
		width: 48%;
	}

	.cd-form .rhs {
		width: 48%;
	}

/*Dashboard*/

.displaying {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

	.displaying a {
		margin-left: 10px;
		vertical-align: middle;
	}

.actions-trending {
	margin-top: 10px;
	border: #CCF4EA solid 1px;
	padding-top: 15px;
	margin-bottom: 50px;
}

.atr-title {
	padding: 0px 14px 0px 14px;
}

	.atr-title h5 {
		font-size: 20px;
		line-height: 27px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.atr-title p {
		font-size: 16px;
		line-height: 26px;
	}

.mg-bottom {
	border-top: #A6ECDA solid 1px;
	padding: 6px 10px 6px 10px;
}

	.mg-bottom ul {
		margin-right: 90px;
	}

.graph-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

	.graph-nav li {
		font-size: 15px;
		margin-right: 2px;
	}

		.graph-nav li a {
			display: block;
			height: 25px;
			line-height: 25px;
			padding: 0px 8px 0px 8px;
			color: #141D38;
			text-decoration: none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

			.graph-nav li a:hover {
				color: #141D38;
				text-decoration: none;
				background-color: #3AD4AE;
			}

			.graph-nav li a.active {
				background-color: #3AD4AE;
			}

.date-range a {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	background-color: #3AD4AE;
	padding: 0px 14px 0px 30px;
	font-size: 13px;
	color: #141D38;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("../images/calendar.svg");
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 15px auto;
}

	.date-range a:hover {
		opacity: 0.8;
	}

.dash-details {
	padding-bottom: 40px;
	margin-left: -5px;
	flex-wrap: wrap;
}

	.dash-details .col1 {
		width: 12.2%;
	}

	.dash-details .col2 {
		width: 24.2%;
	}

	.dash-details .dd-item {
		border: #CCF4EA solid 1px;
		text-align: center;
		padding: 23px 10px 12px 10px;
		position: relative;
		margin: 0px 0px 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.option-button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.ddi-name {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	min-height: 50px;
}

.ddi-count {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	padding-bottom: 10px;
}

.ddi-text {
	font-size: 16px;
	line-height: 21px;
}

.dd-item ul {
	justify-content: space-between;
}

	.dd-item ul li {
		width: 32%;
	}

.dd-priority {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.p1 {
	color: #01A901;
}

.p2 {
	color: #D59313;
}

.p3 {
	color: #FF0000;
}

.graph-listing {
	flex-wrap: wrap;
	margin-left: -2%;
}

.gl-item {
	margin-top: 10px;
	border: #CCF4EA solid 1px;
	padding-top: 15px;
	width: 31%;
	margin: 0px 0px 35px 2%;
}

.gli-title {
	padding: 0px 14px 0px 14px;
}

	.gli-title h5 {
		font-size: 20px;
		line-height: 27px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.gli-title p {
		font-size: 16px;
		line-height: 24px;
	}

.gli-graph {
	padding: 0px 10px 30px 10px;
	font-size: 16px;
}

.gli-bottom {
	border-top: #A6ECDA solid 1px;
	padding: 6px 10px 6px 10px;
	justify-content: space-between;
}

/*Graph*/

.table-scroll .main-graph {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-graph {
	padding: 0px 10px 30px 10px;
	font-size: 16px;
}

.mg-wrapper {
	min-height: 200px;
	position: relative;
}

.graph-range div {
	font-size: 14px;
	line-height: 14px;
	color: #03012C;
	height: 50px;
	position: relative;
}

	.graph-range div::after {
		content: '';
		position: absolute;
		left: 32px;
		bottom: 0px;
		height: 1px;
		right: 0px;
		border-bottom: #ddd solid 1px;
	}

	.graph-range div span {
		position: absolute;
		left: 0px;
		bottom: -6px;
	}


.graph-level {
	position: absolute;
	left: 32px;
	bottom: 0px;
	right: 0px;
	justify-content: space-between;
	z-index: 9;
}

	.graph-level div {
		align-self: baseline;
		width: 66px;
		height: 153px;
		background-image: url("../images/graph-level.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		text-indent: -9999px;
		background-size: 100% 100%;
	}

.graph-month {
	border-top: #ddd solid 1px;
	padding-top: 10px;
	margin-left: 32px;
	justify-content: space-between;
	font-size: 14px;
	line-height: 16px;
	color: #03012C;
	text-align: center;
}

	.graph-month div {
		width: 66px;
		text-align: center;
	}

.line-graph-wrap {
	position: absolute;
	left: 32px;
	right: 0px;
	height: 200px;
	bottom: 0px;
	z-index: 12;
}

.line-graph {
	padding: 0;
	list-style-type: none;
	height: 200px;
	width: 100%;
	display: flex;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

	.line-graph > li {
		background-color: #141D38;
		height: 100%;
		width: calc(100% / var(--count));
		clip-path: polygon( 0 calc(100% - var(--previous-value)), 100% calc(100% - var(--value)), 100% calc(100% - var(--value) + 2px), 0 calc(100% - var(--previous-value) + 2px));
	}

	.line-graph > li {
		position: relative;
	}

.graph-dots {
	justify-content: space-between;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

	.graph-dots li {
		width: 66px;
		height: 200px;
		text-align: center;
		position: relative;
	}

		.graph-dots li span {
			position: absolute;
			left: 50%;
			margin-left: -5px;
			display: block;
			width: 10px;
			height: 10px;
			background-color: #000;
			text-indent: -9999px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}


/*Graph 2*/

.table-scroll .gli-graph {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gli-wrapper {
	min-height: 200px;
	position: relative;
}

.gli-graph .graph-range div {
	font-size: 13px;
	line-height: 13px;
}

.graph-month2 {
	border-top: #ddd solid 1px;
	padding-top: 10px;
	margin-left: 32px;
	justify-content: space-between;
	font-size: 13px;
	line-height: 15px;
	color: #03012C;
	text-align: center;
}

	.graph-month2 div {
		width: 8%;
		text-align: center;
	}

.gli-graph .line-graph > li {
	clip-path: polygon( 0 calc(100% - var(--previous-value)), 100% calc(100% - var(--value)), 100% calc(100% - var(--value) + 1px), 0 calc(100% - var(--previous-value) + 1px));
}

.graph-dots2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

	.graph-dots2 li {
		width: 8%;
		height: 200px;
		text-align: center;
		position: relative;
	}

		.graph-dots2 li span {
			position: absolute;
			left: 50%;
			margin-left: -4px;
			display: block;
			width: 8px;
			height: 8px;
			background-color: #000;
			text-indent: -9999px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}




@media only screen and (max-width: 1660px) {

	/*Library Search Results*/

	.wrap {
		width: 94%;
	}

	.content-area {
		padding: 25px 0px 120px 0px;
	}

	.title-wrapper h2 {
		font-size: 40px;
		line-height: 45px;
		max-width: 60%;
	}

	.filter-search {
		width: 470px;
	}

	.search-result-detail {
		font-size: 19px;
		line-height: 25px;
	}


	/*Library – Active Navigation */


	.section-left {
		width: 20%;
	}

	.sp-box input {
		font-size: 17px;
	}

	.left-nav .navigation ul li a {
		font-size: 19px;
		line-height: 24px;
	}

	.section-right {
		width: 77%;
	}

	.library-nav {
		padding: 30px 0px 40px 0px;
	}

		.library-nav ul {
			font-size: 27px;
			line-height: 33px;
		}

	.folder-list ul li {
		width: 16.1%;
		font-size: 17px;
		line-height: 23px;
		margin: 0px 0.2% 60px 0px;
	}

	/*Library – Active Navigation - Tiles 2 */


	.file-list ul li {
		width: 24%;
		font-size: 17px;
		line-height: 23px;
		margin: 0px 0.2% 60px 0px;
	}

	.inner-wrap-rhs {
		flex: 0 0 29%;
		padding: 15px 0px 0px 15px;
	}

	/*Library - Upload*/

	.bredcrub ul {
		font-size: 19px;
		line-height: 26px;
	}

	.uw-lhs {
		padding: 32px 20px 65px 0px;
		width: 75%;
	}

	.file-upload-title {
		padding-bottom: 70px;
		font-size: 24px;
		line-height: 34px;
	}

		.file-upload-title h5 {
			padding-bottom: 30px;
		}

	.uw-rhs {
		width: 23.5%;
	}

	/* Library - Upload Confirm */

	.uploading-file-name {
		font-size: 23px;
		line-height: 32px;
	}

	.attributes-wrap {
		padding-bottom: 130px;
	}

	.asign-owner {
		width: 45%;
	}

	.attributes-wrap h5 {
		font-size: 21px;
		line-height: 28px;
	}

	.set-frequency {
		width: 45%;
	}

	.frequency-list ul li {
		font-size: 17px;
	}

		.frequency-list ul li input {
			vertical-align: bottom;
		}

		.frequency-list ul li label {
			cursor: pointer;
		}

	.start-date {
		padding-bottom: 20px;
	}

	.progress-buttons {
		padding: 40px 0px 10px 0px;
	}

	/*Library - Document Screen - Ownership*/


	/*Library - Document Screen - Edit ownership*/

	/*Popup*/

	.change-ownership h2 {
		font-size: 36px;
		line-height: 43px;
	}

	/*Library - Document Screen -Version History – Details*/

	.version-details {
		max-width: 75%;
		font-size: 17px;
	}

	.sub-text {
		font-size: 17px;
	}


	/*Library - Document Screen -Review - Change review date*/

	.current-status {
		max-width: 80%;
	}

	/* Library - Document Screen - Review and Replace - 4.2.1 – 1*/

	.update-action-status {
		max-width: 75%;
	}

	/*Library - Tier 5 - 6p*/

	.actions-wrapper {
		max-width: 72%;
	}

	.aw-note {
		font-size: 19px;
	}

	.created-actions p {
		font-size: 19px;
	}

	.create-action {
		width: 940px;
	}

	/*Library - Document Review*/

	.listing-top {
		flex-wrap: wrap;
		padding-bottom: 0px;
	}

		.listing-top .list-filter {
			padding-bottom: 16px;
		}

		.listing-top .list-nav {
			padding-bottom: 16px;
		}

	.list-nav ul li {
		margin: 0px 10px 0px 0px;
	}

	/*Admin - Org Details - Summary*/

	.admin-nav {
		padding: 22px 0px 10px 0px;
	}

	.admin-links ul li {
		margin-right: 60px;
	}

	.admin-links > ul > li > a {
		font-size: 19px;
		line-height: 20px;
	}

	.admin-title h2 {
		font-size: 29px;
		line-height: 35px;
	}

	.os-form label {
		font-size: 21px;
		line-height: 28px;
	}

	.os-from-wrapper .lhs {
		width: 50%;
	}

	.os-from-wrapper .rhs {
		width: 45%;
	}

	.upload-logo label {
		font-size: 15px;
		line-height: 20px;
		padding: 77px 20px 20px 20px;
		background-size: 42px auto;
	}

	.upload-logo #imageName {
		font-size: 15px;
		line-height: 18px;
	}

	.product-access .owner-search {
		width: 85%;
	}

	/*Admin - Org Details - Library Structure*/

	.at-rhs .fb-select {
		width: 420px;
	}

	.library-structure ul li {
		font-size: 21px;
		line-height: 27px;
	}

	/* Admin - Org Details - Teams */

	.tm-form .col1 {
		width: 35%;
		margin-right: 2%;
	}

	.tm-form .col2 {
		width: 35%;
		margin-right: 2%;
	}

	.tm-form .col3 {
		width: 150px;
		margin-right: 2%;
	}

	.tm-table-wrap {
		width: 100%;
	}

	/*Admin - Org Details - User Add-Edit*/

	.create-user {
		width: 1000px;
	}

		.create-user h2 {
			font-size: 38px;
		}


	/*Admin - Org listing – Wizard 3 - Change Tier 4 - Living Document*/



	.aft-top h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.afw-lhs {
		width: 28%;
		padding-right: 25px;
	}

	.af-wrap .af-input {
		width: 78%;
	}

	.folder-links ul li {
		padding: 12px 0px 12px 32px;
	}

	.afw-rhs {
		width: 67%;
	}

	/* View Action*/

	.ap-lhs {
		width: 74%;
	}

	.ad-title .back-button {
		margin: 2px 20px 10px 0px;
	}

	.action-description h2 {
		font-size: 27px;
		line-height: 37px;
	}

	ul#tabs-nav li {
		margin-right: 60px;
	}

	.ann-box textarea {
		height: 76px;
	}

	.attach-evidence h2 {
		font-size: 38px;
		line-height: 45px;
	}

	.ap-rhs {
		width: 23%;
		padding: 15px 0px 0px 1.5%;
	}

	.action-details ul li .col1 {
		width: 50%;
	}

	.library-reference h2 {
		font-size: 24px;
	}

	/*Calender*/

	.cp-lhs {
		width: 21%;
	}

	.cp-rhs {
		width: 77%;
	}


	/* Large Calender */

	.cal-month h2 {
		font-size: 27px;
		line-height: 28px;
	}


	/*Dashboard*/

	.ddi-name {
		font-size: 19px;
		line-height: 24px;
	}

	.ddi-count {
		font-size: 48px;
		line-height: 48px;
	}

	.ddi-text {
		font-size: 15px;
		line-height: 18px;
	}

	.dd-priority {
		font-size: 15px;
	}

	.gli-title h5 {
		font-size: 19px;
		line-height: 26px;
	}

	.gli-title p {
		font-size: 15px;
		line-height: 21px;
	}
}



@media only screen and (max-width: 1500px) {

	/*Library Search Results*/

	.content-area {
		padding: 25px 0px 110px 0px;
	}

	.title-wrapper h2 {
		font-size: 39px;
		line-height: 45px;
		max-width: 60%;
	}

	.filter-search {
		width: 470px;
	}

	.search-result-detail {
		font-size: 18px;
		line-height: 24px;
	}


	/*Library – Active Navigation */


	.left-nav .navigation ul li a {
		font-size: 18px;
		line-height: 22px;
	}

	.section-right {
		width: 77%;
	}

	.library-nav {
		padding: 30px 0px 40px 0px;
	}

		.library-nav ul {
			font-size: 26px;
			line-height: 32px;
		}

	.list-nav ul li.s-no {
		margin-right: 20px;
	}

	/*Library - Upload*/

	.bredcrub ul {
		font-size: 18px;
		line-height: 26px;
	}

	.file-upload-title {
		padding-bottom: 60px;
		font-size: 23px;
		line-height: 33px;
	}

	.upload-file label {
		font-size: 23px;
		line-height: 26px;
	}

	/* Library - Upload Confirm */

	.uploading-file-name {
		font-size: 22px;
		line-height: 30px;
	}

	.attributes-wrap {
		padding-bottom: 110px;
	}

	.asign-owner {
		width: 46%;
	}

	.set-frequency {
		width: 46%;
	}

	.progress-buttons {
		padding: 30px 0px 10px 0px;
	}


	/*Library - Document Screen - Edit ownership*/

	/*Popup*/

	.change-ownership h2 {
		font-size: 35px;
		line-height: 42px;
	}


	/*Library - Document Screen -Review - Change review date*/

	.current-status {
		max-width: 80%;
	}

	.change-review-date .set-frequency {
		width: 60%;
	}

	/* Library - Document Screen - Review and Replace - 4.2.1 – 1*/

	.update-action-status {
		max-width: 75%;
	}

	/*Library - Tier 5 - 6p*/

	.actions-wrapper {
		max-width: 72%;
	}

	.aw-note {
		font-size: 19px;
	}

	.created-actions p {
		font-size: 19px;
	}

	.create-action {
		width: 940px;
	}

	/*Admin - Org Details - Summary*/

	.admin-nav {
		padding: 22px 0px 10px 0px;
	}

	.admin-links ul li {
		margin-right: 50px;
	}

	.admin-links > ul > li > a {
		font-size: 19px;
		line-height: 20px;
	}

	.admin-title h2 {
		font-size: 29px;
		line-height: 35px;
	}

	.os-form label {
		font-size: 20px;
		line-height: 27px;
	}

	.os-from-wrapper .lhs {
		width: 50%;
	}

	.os-from-wrapper .rhs {
		width: 45%;
	}

	.upload-logo label {
		font-size: 15px;
		line-height: 20px;
		padding: 77px 20px 20px 20px;
		background-size: 42px auto;
	}

	.upload-logo #imageName {
		font-size: 15px;
		line-height: 18px;
	}

	.product-access .owner-search {
		width: 85%;
	}

	/*Admin - Org Details - Library Structure*/

	.at-rhs .fb-select {
		width: 380px;
	}

	.library-structure ul li {
		font-size: 21px;
		line-height: 27px;
	}


	/*Admin - Org Details - User Add-Edit*/

	.create-user {
		width: 1000px;
	}

		.create-user h2 {
			font-size: 36px;
		}


	/*Admin - Org listing – Wizard 3 - Change Tier 4 - Living Document*/

	.aft-top h2 {
		font-size: 27px;
		line-height: 37px;
	}

	.afw-lhs {
		width: 28%;
		padding-right: 25px;
	}

	.af-wrap .af-input {
		width: 78%;
	}

	.folder-links ul li {
		padding: 12px 0px 12px 32px;
	}

	.afw-rhs {
		width: 67%;
	}

	/* View Action*/

	.ad-title .back-button {
		margin: 2px 15px 10px 0px;
	}

	.action-description h2 {
		font-size: 27px;
		line-height: 37px;
	}

	ul#tabs-nav li {
		margin-right: 50px;
	}

	.attach-evidence h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.evidence-table .col1 {
		width: 30%;
	}

	.evidence-table .col2 {
		width: 25%;
	}

	.evidence-table .col5 {
		width: 8%;
	}

	.ap-rhs {
		width: 23%;
		padding: 15px 0px 0px 1.5%;
	}

	.action-details ul li .col1 {
		width: 50%;
	}

	.library-reference h2 {
		font-size: 24px;
	}

	/*Calender*/

	.cp-lhs {
		width: 21%;
	}

	.cp-rhs {
		width: 77%;
	}


	/* Large Calender */

	.cal-date {
		font-size: 19px;
		line-height: 20px;
	}


	/*Dashboard*/

	.graph-nav li {
		font-size: 14px;
	}

	.dash-details .col1 {
		width: 16.2%;
	}

	.dash-details .col2 {
		width: 32.6%;
	}

	.graph-listing {
		margin-left: -1%;
	}

	.gl-item {
		width: 32%;
		margin: 0px 0px 35px 1%;
	}
}


@media only screen and (max-width: 1400px) {


	/*Library Search Results*/

	.top-nav ul li {
		margin-left: 80px;
		font-size: 17px;
	}

	.content-area {
		padding: 25px 0px 100px 0px;
	}

	.title-wrapper {
		padding-bottom: 0px;
		flex-wrap: wrap;
	}

		.title-wrapper h2 {
			font-size: 38px;
			line-height: 44px;
			max-width: inherit;
			padding-bottom: 10px;
		}

	.filter-select {
		margin-right: 10px;
	}

	.filter-search {
		width: 370px;
	}

	.results {
		padding: 11px 0px 15px 0px;
		flex-wrap: wrap;
	}

	.search-result-detail {
		font-size: 17px;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.list-nav ul {
		padding-bottom: 10px;
	}

	.lsr-table .type {
		width: 11%;
	}

	.lsr-table .dc {
		width: 14.2%;
	}

	.lsr-table .du {
		width: 14%;
	}

	/*Library – Active Navigation */

	.search-portal {
		height: 45px;
		padding: 0px 10px 0px 40px;
	}

	.sp-button {
		left: 10px;
	}

	.sp-box input {
		height: 45px;
		font-size: 17px;
	}

	.left-nav .navigation ul li a {
		font-size: 17px;
		line-height: 22px;
	}

	.library-nav {
		padding: 25px 0px 30px 0px;
	}

		.library-nav ul {
			font-size: 25px;
			line-height: 30px;
		}


			.library-nav ul li::after {
				top: 7px;
			}

	.folder-list ul li {
		width: 19.5%;
		padding: 0px 15px 0px 15px;
		font-size: 16px;
		line-height: 20px;
		margin: 0px 0.2% 45px 0px;
	}

		.folder-list ul li a i {
			padding-bottom: 10px;
		}

			.folder-list ul li a i img {
				width: 65px;
				height: auto;
			}


	/*Library – Active Navigation - Tiles 2 */

	.file-list ul li {
		width: 33%;
		padding: 0px 15px 0px 15px;
		font-size: 16px;
		line-height: 20px;
		margin: 0px 0.2% 45px 0px;
	}

		.file-list ul li a i {
			padding-bottom: 10px;
		}

			.file-list ul li a i img {
				width: 55px;
				height: auto;
			}

	.inner-wrap-rhs {
		padding: 15px 0px 0px 15px;
	}


	.clear-button a {
		padding-right: 24px;
	}

	.folder ul {
		padding-left: 0px;
	}

		.folder ul li {
			font-size: 15px;
			line-height: 20px;
			padding: 0px 0px 10px 27px;
			background-size: 20px auto;
		}

			.folder ul li ul {
				padding-top: 15px;
				padding-left: 0px;
			}

				.folder ul li ul li {
					padding: 8px 16px 15px 27px;
					background-size: 20px auto;
				}

	/*Library - Upload*/


	.bredcrub .back-button {
		margin-right: 10px;
	}

	.bredcrub ul {
		font-size: 17px;
		line-height: 22px;
		padding-top: 5px;
	}

		.bredcrub ul li {
			margin: 0px 13px 13px 0px;
			padding-right: 25px;
			padding-left: 30px;
			background-position: left 2px;
		}

			.bredcrub ul li::after {
				top: 3px;
			}

	.uw-lhs {
		padding: 32px 20px 65px 0px;
	}


	.file-upload-title {
		padding-bottom: 50px;
		font-size: 22px;
		line-height: 32px;
	}

		.file-upload-title h5 {
			padding-bottom: 30px;
		}

	.upload-file {
		max-width: 570px;
	}

		.upload-file label {
			font-size: 21px;
			line-height: 26px;
		}


	/* Library - Upload Confirm */

	.uploading-file-name {
		font-size: 21px;
		line-height: 30px;
		padding-bottom: 40px;
	}

	.attributes-wrap {
		padding-bottom: 100px;
	}

		.attributes-wrap h5 {
			font-size: 19px;
			line-height: 25px;
		}

	.frequency-list ul li {
		font-size: 17px;
	}

	/*Library - Document Screen - Edit ownership*/

	/*Popup*/

	.popup {
		font-size: 18px;
		line-height: 28px;
	}

	/*Library - Tier 5 - 6p*/


	.aw-note {
		font-size: 17px;
		line-height: 25px;
	}

	/* Library – Tier 5 - Uploaded document view*/

	.action-box {
		font-size: 14px;
		line-height: 17px;
	}

	.ab-date {
		font-size: 13px;
	}

	/*Library - Organisation*/

	.team-name-wrapper h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.tn-table .col1 {
		width: 25%;
	}

	.tn-table .col2 {
		width: 25%;
	}

	.tn-table .col3 {
		width: 50%;
	}

	/*Library - Document Review*/


	.dr-table-wrap {
		width: 100%;
	}

	.dr-row {
		font-size: 15px;
		line-height: 20px;
	}

	.dr-table .col8 {
		flex: 0 0 3%;
	}

	/*Admin - Org Details - Summary */


	.admin-nav .back-button {
		margin-right: 10px;
	}

	.admin-links ul li {
		margin-right: 40px;
	}

	.admin-title h2 {
		font-size: 28px;
		line-height: 33px;
	}

	.os-from-wrapper .fb-select {
		max-width: 420px;
	}

	.upload-logo label {
		font-size: 15px;
		line-height: 20px;
	}

	.upload-logo #imageName {
		font-size: 15px;
		line-height: 18px;
	}

	.product-access .owner-search {
		width: 84%;
	}

	/*Admin - Org Details - Library Structure*/

	.at-rhs .fb-select {
		width: 360px;
	}


	.library-structure ul li {
		font-size: 19px;
		line-height: 25px;
		font-weight: 600;
	}

		.library-structure ul li a {
			padding: 20px 60px 20px 13px;
		}

	/* Admin - Org Details - Teams */


	.tm-table .col1 {
		width: 40%;
	}

	.tm-table .col3 {
		width: 17%;
	}

	/*Admin - Org Details - User Add-Edit */


	.user-table .col6 {
		width: 4%;
		padding-right: 0px;
	}

	.create-user {
		width: 950px;
	}

		.create-user h2 {
			font-size: 36px;
			line-height: 40px;
		}

	.cu-form label {
		font-size: 18px;
		line-height: 22px;
	}

	/*Admin - Org listing – Wizard 3 - Change Tier 4 - Living Document*/

	.aft-top h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.af-wrap .af-input {
		width: 75%;
	}

	/*Calender*/

	.cal-date {
		font-size: 18px;
	}



	/* Admin - Org listing – Wizard 6*/

	.dc-text {
		font-size: 16px;
		line-height: 22px;
		padding-right: 150px;
	}


	/*Configure Dashboard Widget*/

	.configure-dashboard {
		width: 950px;
	}

		.configure-dashboard h2 {
			font-size: 36px;
			line-height: 40px;
		}

		.configure-dashboard p {
			font-size: 16px;
			line-height: 21px;
			padding-bottom: 30px;
		}

	.cd-form label {
		font-size: 18px;
		line-height: 22px;
	}


	/*Graph*/

	.graph-level div {
		width: 56px;
	}

	.graph-month div {
		width: 56px;
	}

	.graph-dots li {
		width: 56px;
	}
}


@media only screen and (max-width: 1300px) {


	.login-box {
		width: 600px;
		padding: 40px 30px 20px 30px;
	}

	.login-form {
		width: 460px;
	}

		.login-form h2 {
			padding-bottom: 30px;
		}

	.lb-logos {
		padding-top: 15px;
	}


	.title-wrapper h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.lsr-row {
		font-size: 15px;
		line-height: 20px;
	}

	.left-nav .navigation ul li a {
		font-size: 16px;
		line-height: 20px;
	}

	.library-nav ul {
		font-size: 24px;
		line-height: 28px;
	}

		.library-nav ul li::after {
			top: 7px;
		}

	.file-upload-title {
		font-size: 21px;
		line-height: 30px;
	}

	.change-ownership h2 {
		font-size: 34px;
		line-height: 40px;
	}

	.change-ownership h5 {
		font-size: 21px;
	}

	.document-review {
		width: 800px;
	}

	.create-action {
		width: 800px;
	}

	.ab-bottom {
		flex-wrap: wrap;
	}

	.ab-date {
		padding: 3px 0px 10px 23px;
		width: 100%;
	}

	.dr-table-wrap {
		width: 1100px;
		;
	}

	.admin-links > ul > li > a {
		font-size: 17px;
		line-height: 18px;
	}

	.product-access .owner-search {
		width: 83%;
	}

	.os-form label {
		font-size: 19px;
		line-height: 25px;
	}

	.upload-logo label {
		font-size: 15px;
		line-height: 20px;
	}

	.library-structure ul li {
		font-weight: 500;
	}

		.library-structure ul li a {
			padding: 18px 60px 18px 13px;
			background-position: 98% 16px;
		}

	.create-user h2 {
		font-size: 35px;
	}

	.create-user {
		width: 900px;
	}

	.admin-form-wrap {
		display: inherit;
	}

	.afw-lhs {
		width: auto;
		padding-right: 0px;
		border: none;
		min-height: inherit;
		padding-bottom: 20px;
	}

	.af-wrap .af-input {
		width: 91%;
	}

	.afw-rhs {
		width: auto;
	}

	.et-title {
		font-size: 15px;
		line-height: 20px;
	}

	.et-row {
		font-size: 15px;
		line-height: 20px;
	}

	.attach-evidence {
		width: 700px;
	}

		.attach-evidence h2 {
			font-size: 34px;
		}

	.library-reference h2 {
		font-size: 23px;
	}

	.cal-month h2 {
		font-size: 25px;
		line-height: 26px;
	}

	.cal-col {
		height: 170px;
	}



	/* Admin - Org listing – Wizard 6*/

	.dc-text {
		padding-right: 0px;
	}


	/*Configure Dashboard Widget*/

	.configure-dashboard {
		width: 850px;
	}


	/*Dashboard*/

	.graph-listing {
		margin-left: -2%;
	}

	.gl-item {
		width: 47%;
		margin: 0px 0px 30px 2%;
		align-self: flex-start;
	}
}


@media only screen and (max-width: 1200px) {

	.top-nav ul li {
		margin-left: 50px;
		font-size: 16px;
	}

	.title-wrapper h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.lsr-table-wrap {
		width: 1200px;
	}

	.results {
		padding: 11px 0px 25px 0px;
	}

	.library-nav ul {
		font-size: 23px;
		line-height: 27px;
	}

	.folder-list ul li {
		margin: 0px 0.2% 30px 0px;
	}

	.file-list ul li a i img {
		width: 50px;
	}

	.file-upload-title {
		font-size: 20px;
		line-height: 28px;
	}

		.file-upload-title h5 {
			padding-bottom: 25px;
		}


	.upload-file {
		max-width: 550px;
	}

		.upload-file label {
			font-size: 20px;
			line-height: 25px;
		}

	.uploading-file-name {
		font-size: 20px;
		line-height: 28px;
	}

	.attributes-wrap h5 {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}

	.start-date label {
		font-weight: 600;
	}

	.document-nav ul li {
		margin-right: 20px;
	}

	.change-ownership h2 {
		font-size: 33px;
		line-height: 39px;
	}

	.note-box textarea {
		height: 200px;
		font-size: 17px;
	}

	.add-notes textarea {
		font-size: 17px;
	}

	.os-from-wrapper {
		display: inherit;
	}

		.os-from-wrapper .lhs {
			width: auto;
		}

		.os-from-wrapper .rhs {
			width: auto;
		}

	.product-access .owner-search {
		width: 90%;
	}

	.admin-title h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.library-structure ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.tm-form {
		flex-wrap: wrap;
		padding: 16px 0px 15px 0px;
	}

		.tm-form .col1 {
			width: 48%;
			margin-right: 2%;
		}

		.tm-form .col2 {
			width: 50%;
			margin-right: 0px;
		}

	.create-user {
		width: 850px;
	}

	.user-table-wrap {
		width: 900px;
	}

	.aft-top h2 {
		font-size: 25px;
		line-height: 30px;
	}

	ul#tabs-nav li {
		margin-right: 50px;
		font-size: 18px;
		line-height: 25px;
	}

	.evidence-table-wrap {
		width: 900px;
	}

	.cp-lhs {
		width: 22%;
	}

	.cp-rhs {
		width: 76%;
	}

	.cal-days-title .col {
		font-size: 15px;
		line-height: 15px;
	}

	.cal-date {
		font-size: 17px;
	}

	.at-row {
		font-size: 15px;
		line-height: 20px;
	}

	.tooltip .tooltip-text {
		right: inherit;
		left: 0px;
	}

	/*Dashboard*/

	.dash-details .col1 {
		width: 19.5%;
	}

	.dash-details .col2 {
		width: 39.4%;
	}

	/*Graph*/


	.graph-level div {
		width: 46px;
	}

	.graph-month div {
		width: 46px;
	}

	.graph-dots li {
		width: 46px;
	}
}



@media only screen and (max-width: 1100px) {

	.login-box {
		width: 600px;
		padding: 40px 30px 20px 30px;
	}

	.login-form h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.top-nav ul li {
		margin-left: 30px;
	}

	.title-wrapper h2 {
		font-size: 34px;
	}

	.listing-top .list-filter {
		width: 100%;
	}

	.filter-search {
		width: 80%;
	}

	.lsr-table-wrap {
		width: 1100px;
	}

	.content-wrapper {
		display: inherit;
	}

	.section-left {
		width: auto;
		padding-bottom: 30px;
	}

	.search-portal {
		margin-bottom: 20px;
	}


	/* Dropdown Button */
	.dropbtn {
		display: block;
		background-color: #3AD4AE;
		color: #fff;
		padding: 12px 15px 12 15px;
		font-size: 18px;
		cursor: pointer;
		width: 100%;
		text-align: left;
		border: #EEEFF1 solid 1px;
		background-image: url("../images/select-arrow2.svg");
		background-repeat: no-repeat;
		background-position: 98% center;
		font-weight: bold;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

		/* Dropdown button on hover & focus */
		.dropbtn:hover, .dropbtn:focus {
			background-color: #3AD4AE;
		}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
		position: relative;
		display: block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
		width: 100%;
		display: none;
		position: absolute;
		background-color: #fff;
		min-width: 160px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
		z-index: 999999;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.dropdown-content li {
			padding: 0px !important;
		}

		/* Links inside the dropdown */
		.dropdown-content a {
			padding: 10px;
		}

			/* Change color of dropdown links on hover */
			.dropdown-content a:hover {
				background-color: #f1f1f1
			}

	/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
	.show {
		display: block;
	}

	.section-right {
		width: auto;
	}

	.up {
		margin: 0px 10px 0px 0px;
	}

	.library-nav ul {
		font-size: 22px;
		line-height: 27px;
	}

		.library-nav ul li::after {
			top: 5px;
		}

	.uploading-file-name {
		font-size: 19px;
		line-height: 26px;
	}

	.attributes-wrap {
		padding-bottom: 50px;
		display: inherit;
	}

	.asign-owner {
		width: auto;
	}

	.set-frequency {
		width: auto;
	}

	.version-details {
		max-width: inherit;
		padding-bottom: 30px;
	}

	.change-review-date {
		width: 600px;
	}

		.change-review-date .set-frequency {
			width: auto;
		}

	.detail-wrapper {
		padding: 25px 0px 60px 0px;
	}

	.update-action-status {
		max-width: inherit;
		padding-bottom: 20px;
	}

	.actions-wrapper {
		max-width: inherit;
		padding-bottom: 20px;
	}

	.chart-start::after {
		width: 250px;
	}

	.os-from-wrapper .fb-select {
		max-width: 50%;
	}

	.action-page-wrapper {
		display: inherit;
	}

	.ap-lhs {
		width: auto;
		padding-bottom: 20px;
	}

	.ap-rhs {
		width: auto;
		padding-left: 0px;
		border: none;
	}

	.calender-page {
		display: inherit;
	}

	.cp-lhs {
		width: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 20px;
	}

		.cp-lhs .widget-wrapper {
			width: 24%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

	.task-list {
		min-height: inherit;
	}

	.cp-rhs {
		width: auto;
	}

	.action-table-wrap {
		width: 1000px;
	}

	.evidence-table-wrap {
		width: 100%;
	}


	/*Dashboard*/

	.displaying {
		font-size: 16px;
		line-height: 18px;
	}

	.dash-details .col1 {
		width: 19.4%;
	}

	.dash-details .col2 {
		width: 39.5%;
	}

	.ddi-name {
		font-size: 18px;
		line-height: 23px;
		min-height: 45px;
	}

	.ddi-count {
		font-size: 40px;
		line-height: 40px;
	}

	.ddi-text {
		font-size: 14px;
		line-height: 18px;
	}

	.dd-priority {
		font-size: 15px;
		line-height: 15px;
	}

	.gli-title h5 {
		font-size: 18px;
		line-height: 25px;
	}

	.gli-title p {
		font-size: 15px;
		line-height: 20px;
	}

	.gli-graph {
		padding: 0px 10px 30px 10px;
		font-size: 16px;
	}

	.table-scroll .main-graph {
		width: 1100px;
		padding-bottom: 10px;
	}
}




@media only screen and (max-width: 992px) {

	.login-form {
		padding-bottom: 20px;
	}

	.header-bottom {
		position: relative;
		padding: 25px 0px 25px 0px;
		background-color: #eee;
		width: 100%;
	}

	.library-nav {
		flex-wrap: wrap;
	}

	.up {
		margin: 0px 0px 10px 0px;
		width: 100%;
	}

		.up a {
			display: inline-block;
		}

	.library-nav ul {
		font-size: 17px;
		line-height: 21px;
	}

		.library-nav ul li {
			margin: 0px 10px 13px 0px;
			padding-right: 20px;
		}

			.library-nav ul li::after {
				top: 3px;
				width: 8px;
				height: 15px;
			}

	.clear-button a {
		font-size: 15px;
		line-height: 15px;
	}

	.folder h5 {
		font-size: 15px;
		line-height: 17px;
	}

	.folder ul li {
		font-size: 14px;
		line-height: 18px;
	}


		.folder ul li ul li {
			padding: 3px 16px 15px 22px;
			background-size: 15px auto;
		}

	.upload-stage ul {
		font-size: 14px;
		line-height: 17px;
		background-size: auto 1px;
	}

		.upload-stage ul li span {
			margin-right: 5px;
			width: 28px;
			height: 28px;
			border: #22305D solid 1px;
			line-height: 28px;
			font-size: 14px;
		}

	.file-upload-title {
		padding-bottom: 40px;
		font-size: 18px;
		line-height: 25px;
	}

		.file-upload-title h5 {
			padding-bottom: 20px;
		}

	.upload-file {
		max-width: 450px;
	}

		.upload-file label {
			font-size: 18px;
			line-height: 22px;
			padding: 112px 20px 101px 20px;
			background-image: url("../images/file-upload.svg");
			background-repeat: no-repeat;
			background-position: center 27px;
		}

		.upload-file #imageName {
			font-size: 15px;
			line-height: 18px;
		}

	.frequency-list ul li {
		font-size: 16px;
	}

	.attributes-wrap h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.start-date label {
		font-size: 16px;
		line-height: 20px;
	}

	.document-list h5 {
		font-size: 15px;
		line-height: 16px;
	}

	.document-list ul li {
		font-size: 15px;
		line-height: 20px;
		padding: 2px 30px 20px 20px;
		background-size: 15px auto;
	}


	.popup {
		padding: 40px 20px 25px 20px;
		font-size: 17px;
		line-height: 27px;
		min-width: 550px;
	}

	.popup-close {
		right: 15px;
		top: 15px;
	}

	.change-ownership h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.change-ownership h5 {
		font-size: 18px;
	}

	.bredcrub {
		flex-wrap: wrap;
	}

		.bredcrub .back-button {
			margin: 0px 0px 10px 0px;
			width: 100%;
		}

		.bredcrub ul {
			font-size: 16px;
			line-height: 20px;
		}

	.document-review {
		width: auto;
	}

	.create-action {
		width: 650px;
	}

	.upload-wrapper {
		display: inherit;
		border: none;
	}

	.uw-lhs {
		padding: 25px 0px 25px 0px;
		width: auto;
		min-height: inherit;
		border-right: none;
	}

	.uw-rhs {
		width: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.ref-title-active {
		max-width: inherit;
		width: 100%;
	}

	.document-list {
		max-width: inherit;
		width: 100%;
	}

	.action-heading {
		width: 100%;
	}

	.action-box {
		width: 48%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ab-date {
		padding: 3px 0px 0px 23px;
		width: auto;
	}

	.chart-container {
		margin: 30px auto 30px auto;
		padding-bottom: 100px;
	}

	.admin-nav .back-button {
		margin: 0px 0px 10px 0px;
		width: 100%;
	}

	.os-from-wrapper .fb-select {
		max-width: 70%;
	}

	.at-rhs .fb-select {
		width: 460px;
	}

	.create-user {
		width: auto;
	}

	.teams .team-search {
		width: 81%;
	}


	.aft-top {
		flex-wrap: wrap;
	}

	.ad-title {
		flex-wrap: wrap;
	}

	.attach-evidence {
		width: 600px;
	}

		.attach-evidence h2 {
			font-size: 30px;
		}

	.evidence-table-wrap {
		width: 900px;
	}

	.cp-lhs .widget-wrapper {
		width: 49%;
	}

	.cal-date {
		font-size: 15px;
	}

	.cal-col {
		height: 270px;
	}



	/* Admin - Org listing – Wizard 6*/

	.dc-table-wrap {
		width: 100%;
		word-break: break-all;
	}

	/*Configure Dashboard Widget*/

	.configure-dashboard {
		width: 750px;
	}

		.configure-dashboard h2 {
			font-size: 30px;
			line-height: 35px;
			padding-bottom: 10px;
		}


	.cd-form label {
		font-size: 17px;
		line-height: 20px;
	}

	/*Dashboard*/


	.dash-details .col1 {
		width: 24.2%;
	}

	.dash-details .col2 {
		width: 48.8%;
	}

	.graph-listing {
		margin-left: 0px;
		display: inherit;
	}

	.gl-item {
		width: auto;
		margin: 0px 0px 30px 0px;
	}

	.table-scroll .main-graph {
		width: 1000px;
	}
}


@media only screen and (max-width: 850px) {

	.status-details ul {
		max-width: inherit;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}


	/*Configure Dashboard Widget*/

	.configure-dashboard {
		width: 700px;
	}
}


@media only screen and (max-width: 767px) {

	/*Login Page*/

	.login-page {
		min-height: 600px;
	}

	.login-box {
		width: 94%;
		min-width: 300px;
		padding: 30px;
	}

	.login-form {
		width: auto;
		padding-bottom: 20px;
	}

		.login-form h2 {
			font-size: 30px;
			line-height: 35px;
			padding-bottom: 25px;
		}

	.lb-logos {
		padding-top: 15px;
	}

	/*Library Search Results*/

	.wrap {
		min-width: 300px;
	}

	.ht-wrap {
		padding-top: 110px;
		position: relative;
		display: inherit;
	}

	.logo {
		width: 112px;
		position: absolute;
		left: 0px;
		top: 40px;
	}

	.nash-logo {
		position: absolute;
		right: 0px;
		top: 40px;
		width: 74px;
		padding-bottom: 0px;
	}

	.ht-rhs {
		display: inherit;
	}

	.top-nav {
		margin: 20px 0px 0px 0px;
		text-align: right;
	}

		.top-nav ul li {
			margin-left: 20px;
			font-size: 15px;
			text-transform: uppercase;
		}

			.top-nav ul li a {
				margin-bottom: 25px;
			}

			.top-nav ul li ul {
				left: inherit;
				right: 0px;
				width: 200px;
				padding: 5px;
			}

				.top-nav ul li ul li {
					text-align: left;
				}

	.content-area {
		padding: 25px 0px 50px 0px;
	}

	.title-wrapper {
		display: inherit;
	}

		.title-wrapper h2 {
			font-size: 30px;
			line-height: 35px;
		}

	.filter-select {
		margin-right: 10px;
		width: 190px;
	}

	.select-style select {
		font-weight: 500;
	}

	.searchBox-input {
		padding: 0px 10px 0px 50px;
	}

	.list-nav ul {
		align-items: center;
		flex-wrap: wrap;
	}

		.list-nav ul li {
			margin: 0px 10px 10px 0px;
			font-size: 15px;
			line-height: 18px;
		}

			.list-nav ul li.s-no {
				margin-right: 10px;
			}

			.list-nav ul li a {
				background-color: #f7f7f7;
			}


	.lsr-table-wrap {
		width: 100%;
	}

	.lsr-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

		.lsr-title .col {
			background-color: #eee;
			margin-bottom: 2px;
		}

		.lsr-title .check {
			display: none;
		}

	.lsr-table .col {
		padding: 5px 10px 5px 10px;
	}

	.lsr-row {
		padding: 16px 0px 16px 0px;
		font-size: 16px;
		line-height: 20px;
		display: inherit;
		position: relative;
	}

	.lsr-table .type {
		width: auto;
	}

	.lsr-row .type {
		max-width: 85%;
	}

	.lsr-table .tier {
		width: auto;
	}

	.lsr-table .name {
		width: auto;
	}

	.lsr-table .owner {
		width: auto;
	}

	.lsr-table .dc {
		width: auto;
	}

	.lsr-table .du {
		width: auto;
	}

	.lsr-table .check {
		flex: 0 0 auto;
		position: absolute;
		right: 0px;
		top: 15px;
	}

	.dropbtn {
		font-size: 17px;
		background-position: 95% center;
	}

	.folder-list ul li {
		width: 32.5%;
		margin: 0px 0.2% 30px 0px;
	}

	.inner-wrapper {
		display: inherit;
	}

	.inner-wrap-rhs {
		padding: 15px 0px 0px 0px;
		border: none;
		margin-left: 0px;
	}

	.upload-stage {
		padding-bottom: 25px;
	}

		.upload-stage ul {
			flex-wrap: wrap;
			background-image: none;
			justify-content: flex-start;
			font-size: 15px;
		}

			.upload-stage ul li {
				padding: 0px;
				margin: 0px 10px 10px 10px;
			}

	.file-upload-title {
		padding-bottom: 30px;
		font-size: 17px;
		line-height: 25px;
	}

		.file-upload-title p {
			line-height: 25px;
		}

	.document-demo {
		max-width: 99%;
	}

	.popup {
		min-width: inherit;
	}

	.change-ownership {
		width: 100%;
	}

		.change-ownership h2 {
			font-size: 25px;
			line-height: 32px;
			padding-bottom: 10px;
		}

	.vd-info ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

	.change-review-date {
		width: 100%;
	}


	.current-status {
		max-width: inherit;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

	.document-review h5 {
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 20px;
	}

	.status-details .status-select {
		position: static;
		margin-bottom: 20px;
	}

	.add-notes textarea {
		height: 185px;
		font-size: 17px;
	}

	.aw-note {
		font-size: 16px;
		line-height: 24px;
	}

	.created-actions p {
		font-size: 17px;
		line-height: 24px;
	}

	.create-action {
		width: auto;
	}

	.form-row .form-box {
		width: 100%;
	}

	.form-row {
		display: inherit;
	}

	.ca-form-wrapper .due-date {
		width: 100%;
	}

	.ca-form-wrapper label {
		font-size: 17px;
		line-height: 23px;
	}

		.ca-form-wrapper label span {
			font-size: 15px;
		}

	.tn-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

		.tn-title div {
			background-color: #eee;
			margin-bottom: 2px;
			width: auto;
			padding: 5px 10px 5px 10px;
		}

	.tn-row {
		display: inherit;
		position: relative;
		font-size: 16px;
		line-height: 20px;
	}

	.tn-table .col1 {
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.tn-table .col2 {
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.tn-table .col3 {
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.dr-table-wrap {
		width: 100%;
	}

	.dr-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

		.dr-title div {
			background-color: #eee;
			margin-bottom: 2px;
			width: 100% !important;
			padding: 5px 10px 5px 10px;
		}

		.dr-title .col7, .dr-title .col8 {
			display: none;
		}

	.dr-row {
		display: inherit;
		position: relative;
		font-size: 16px;
		line-height: 20px;
	}

	.dr-table .col1, .dr-table .col2, .dr-table .col3, .dr-table .col4, .dr-table .col5, .dr-table .col6, .dr-table .col7, .dr-table .col8 {
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.dr-table .col7 {
		position: absolute;
		right: 0px;
		top: 10px;
	}

	.dr-table .col8 {
		position: absolute;
		right: 0px;
		top: 40px;
	}

	.dr-row .col1, .dr-row .col2 {
		max-width: 85%;
	}

	.admin-links {
		margin-bottom: 40px;
		border-bottom: #eee solid 1px;
	}

		.admin-links::after {
			display: none;
		}

		.admin-links ul {
			justify-content: space-between;
			flex-wrap: wrap;
		}

			.admin-links ul li {
				margin-right: 5px;
				text-align: center;
				margin-bottom: 10px;
			}

		.admin-links > ul > li > a {
			font-size: 16px;
			line-height: 18px;
			border-bottom: #fff solid 3px;
			padding: 0px 5px 10px 0px;
		}

			.admin-links > ul > li > a i {
				display: block;
				margin: 0px 0px 5px 0px;
			}

	.admin-title h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.os-form label {
		font-size: 17px;
		line-height: 20px;
	}

	.os-from-wrapper .fb-select {
		max-width: 100%;
	}

	.upload-logo {
		max-width: 99%;
	}

	.os-form label {
		font-size: 16px;
		line-height: 20px;
	}

	.product-access .owner-search {
		width: 85%;
	}

	.admin-title {
		display: inherit;
	}

	.library-structure ul li {
		font-size: 17px;
		line-height: 22px;
	}

		.library-structure ul li a {
			padding: 15px 60px 15px 13px;
			background-position: 98% 13px;
		}

	.tm-form .col1 {
		width: 100%;
		margin-right: 0px;
	}

	.tm-form .col2 {
		width: 100%;
		margin-right: 0px;
	}

	.tm-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.tm-table .col1, .tm-table .col2, .tm-table .col3, .tm-table .col4 {
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: left;
	}

	.tm-title div {
		background-color: #eee;
		margin-bottom: 2px;
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.tm-title .col4 {
		display: none;
	}

	.tm-row {
		display: inherit;
		position: relative;
	}

		.tm-row .col4 {
			position: absolute;
			right: 0px;
			top: 10px;
		}


	.create-button a {
		display: inline-block;
	}

	.user-table-wrap {
		width: 100%;
	}

	.ut-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.user-table .col1, .user-table .col2, .user-table .col3, .user-table .col4, .user-table .col5, .user-table .col6 {
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: left;
	}

	.ut-title div {
		background-color: #eee;
		margin-bottom: 2px;
		width: auto;
		padding: 5px 10px 5px 10px;
	}

	.ut-title .col6 {
		display: none;
	}

	.ut-row {
		display: inherit;
		position: relative;
	}

		.ut-row .col1 {
			max-width: 85%;
		}

		.ut-row .col6 {
			position: absolute;
			right: 0px;
			top: 10px;
		}

	.create-user h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.cu-form {
		display: inherit;
	}

		.cu-form .form-box {
			width: auto;
		}

	.af-wrap .af-input {
		width: 85%;
	}

	.ra-form {
		flex-wrap: wrap;
	}

		.ra-form .col1 {
			width: 100%;
		}

		.ra-form .col2 {
			width: 140px;
			margin: 0px 30px 0px 0px;
		}

	.rat-title {
		display: inherit;
		padding-bottom: 0px;
	}

		.rat-title .col3 {
			display: none;
		}

		.rat-title div {
			background-color: #eee;
			margin-bottom: 2px;
			width: auto;
			padding: 5px 10px 5px 10px;
		}

	.rat-row {
		display: inherit;
		position: relative;
	}

	.ra-table .col1, .ra-table .col2, .ra-table .col3 {
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: left;
	}

	.rat-row .col3 {
		position: absolute;
		right: 0px;
		top: 15px;
	}

	.attach-evidence {
		width: auto;
	}

		.attach-evidence h2 {
			font-size: 25px;
			line-height: 30px;
		}

		.attach-evidence ul li label {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
		}

		.attach-evidence ul li input {
			flex: 0 0 25px;
		}

	.evidence-table-wrap {
		width: 100%;
		padding-bottom: 10px;
	}

	.et-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
	}

		.et-title .col5 {
			display: none;
		}

		.et-title div {
			background-color: #eee;
			margin-bottom: 2px;
			width: auto;
			padding: 5px 10px 5px 10px;
		}

	.et-row {
		display: inherit;
		position: relative;
		font-size: 16px;
	}

	.evidence-table .col1, .evidence-table .col2, .evidence-table .col3, .evidence-table .col4, .evidence-table .col5 {
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: left;
	}

	.et-row .col1 {
		max-width: 80%;
	}

	.et-row .col5 {
		position: absolute;
		right: 0px;
		top: 15px;
	}

	.calender-small {
		width: 55% !important;
	}

	.calender-switch {
		width: 43% !important;
	}

	.cal-prev-month {
		margin-right: 12px;
	}

	.cal-next-month {
		margin-left: 12px;
	}

	.cal-month h2 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		text-align: center;
	}

	.cal-links div {
		margin-left: 10px;
		font-size: 14px;
		line-height: 14px;
	}

	.cal-container {
		width: 900px;
	}

	.cal-col {
		height: 170px;
	}

	.week .cal-col {
		min-height: 500px;
	}

	.action-table-wrap {
		width: 100%;
	}

	.at-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
	}

		.at-title .dot-menu {
			display: none;
		}

		.at-title .col {
			background-color: #eee;
			margin-bottom: 2px;
			width: auto;
			padding: 5px 10px 5px 10px;
		}

	.at-row {
		display: inherit;
		position: relative;
		font-size: 16px;
	}

		.at-row .col {
			width: auto !important;
			padding: 5px 10px 5px 10px;
			text-align: left;
		}

		.at-row .id {
			max-width: 85%;
		}

		.at-row .dot-menu {
			position: absolute;
			right: 0px;
			top: 10px;
		}

	/* Admin - Org listing – Wizard 6*/

	.dc-table-wrap {
		width: 100%;
	}

	.dc-title {
		display: inherit;
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}

		.dc-title div {
			background-color: #eee;
			margin-bottom: 2px;
			width: auto;
			padding: 5px 10px 5px 10px;
		}

		.dc-title .col4 {
			display: none;
		}

	.dc-table .col1, .dc-table .col2, .dc-table .col3, .dc-table .col4 {
		width: auto;
		padding: 5px 10px 5px 10px;
		text-align: left;
	}

	.dc-table .col1 {
		width: auto;
	}

	.dc-table .col2 {
		width: auto;
	}

	.dc-table .col3 {
		width: auto;
	}

	.dc-table .col4 {
		width: auto;
	}

	.dct-row {
		display: inherit;
		position: relative;
	}

		.dct-row .col1 {
			max-width: 85%;
		}

		.dct-row .col4 {
			position: absolute;
			right: 0px;
			top: 10px;
		}

	/*Configure Dashboard Widget*/

	.configure-dashboard {
		width: auto;
	}

		.configure-dashboard h2 {
			font-size: 25px;
			line-height: 32px;
		}

	.cd-form {
		display: inherit;
	}

		.cd-form label {
			font-size: 16px;
			line-height: 20px;
		}

		.cd-form .lhs {
			width: auto;
		}

		.cd-form .rhs {
			width: auto;
		}

	/*Dashboard*/


	.dash-details .col1 {
		width: 32.2%;
	}

	.dash-details .col2 {
		width: 65%;
	}
}

@media only screen and (max-width: 620px) {

	.action-box {
		width: 100%;
	}

	.at-rhs {
		display: inherit;
	}

	.at-button {
		padding-bottom: 10px;
	}

	.at-rhs .fb-select {
		width: 100%;
		margin-left: 0px;
	}

	/*Dashboard*/


	.dash-details .col1 {
		width: 48.8%;
	}

	.dash-details .col2 {
		width: 100%;
	}
}

@media only screen and (max-width: 560px) {

	.table-scroll .gli-graph {
		width: 560px;
	}
}


@media only screen and (max-width: 480px) {

	/*Login Page*/

	.login-page {
		min-height: 500px;
	}

	.login-box {
		padding: 30px 20px 20px 20px;
	}

	.login-form h2 {
		font-size: 22px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.lb-logos div {
		max-width: 48%;
	}

	.forgot-password {
		font-size: 15px;
		line-height: 18px;
	}

	.form-error {
		font-size: 15px;
		line-height: 18px;
	}

	.top-nav ul li {
		margin-left: 10px;
		font-size: 14px;
	}

	.title-wrapper h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.listing-top {
		display: inherit;
	}

		.listing-top .list-filter {
			display: inherit;
		}

	.filter-select {
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}

	.filter-search {
		width: 100%;
	}

	.search-result-detail {
		font-size: 16px;
		line-height: 21px;
	}

	.folder-list ul li {
		width: 48.5%;
		margin: 0px 0.2% 30px 0px;
		font-size: 15px;
		line-height: 19px;
	}

		.folder-list ul li a i img {
			width: 55px;
		}

	.list-nav ul li {
		font-size: 14px;
		line-height: 16px;
	}

	.library-nav ul {
		font-size: 16px;
		line-height: 20px;
	}

	.dropbtn {
		font-size: 16px;
	}

	.file-list ul li {
		width: 48.5%;
		padding: 0px 15px 0px 15px;
		font-size: 15px;
		line-height: 19px;
		margin: 0px 0.2% 30px 0px;
	}

		.file-list ul li a i img {
			width: 45px;
		}

	.upload-file label {
		font-size: 16px;
		line-height: 20px;
		padding: 100px 20px 100px 20px;
		background-size: auto 80%
	}

	.uploading-file-name {
		font-size: 17px;
		line-height: 23px;
	}

	.frequency-list ul li {
		font-size: 15px;
	}

	.progress-buttons {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

		.progress-buttons div {
			margin: 0px 10px 10px 0px;
		}

			.progress-buttons div:last-child {
				margin-right: 0px;
			}

	.cancel-button {
		min-width: 110px;
	}

	.action-button {
		min-width: 110px;
	}

	.document-nav .popr_content {
		width: 256px;
		padding: 15px;
	}

	.document-nav ul li {
		font-size: 15px;
	}

	.change-ownership h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.popup-close .lity-close {
		width: 14px;
		height: 14px;
	}

	.version-details {
		font-size: 16px;
	}

	.title-wrapper h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.sub-text {
		font-size: 16px;
	}

	.change-review-date .frequency-list ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}

	.document-review label {
		font-size: 16px;
		line-height: 22px;
	}

	.note-box textarea {
		font-size: 16px;
	}

	.ca-form-wrapper label span {
		display: block;
		font-size: 13px;
		float: none;
	}

	.ca-form-wrapper label {
		font-size: 16px;
		line-height: 21px;
	}

	.create-button a {
		padding: 0px 20px 0px 40px;
		background-position: 15px center;
	}

	.action-title h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.created-actions p {
		font-size: 16px;
		line-height: 22px;
	}

	.admin-links > ul > li > a {
		font-size: 14px;
		line-height: 17px;
		padding-bottom: 5px;
	}

	.os-form label {
		font-size: 15px;
	}

	.product-access .owner-search {
		width: 80%;
	}

	.added-list ul li {
		font-size: 12px;
		min-width: 92px;
	}

	.library-structure ul li {
		font-size: 16px;
		line-height: 20px;
	}

	.admin-title h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.list-filter {
		display: inherit;
	}

	.create-user h2 {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.cu-form label {
		font-size: 16px;
		line-height: 20px;
	}

	.product-access {
		display: inherit;
	}

		.product-access .owner-search {
			width: 100%;
			padding-bottom: 10px;
		}

		.product-access .add-button {
			padding-bottom: 10px;
		}

	.teams {
		display: inherit;
	}

		.teams .team-search {
			width: 100%;
		}

		.teams .add-button {
			padding-bottom: 10px;
		}

	.aft-top h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.af-wrap .af-input {
		width: 79%;
	}

	.calender-small {
		width: 100% !important;
	}

	.calender-switch {
		width: 100% !important;
	}

	.cp-lhs .widget-wrapper {
		width: 100%;
	}

	.cal-title {
		flex-wrap: wrap;
	}

	.cal-links {
		width: 100%;
		padding-top: 10px;
	}

	ul#tabs-nav li {
		margin-right: 20px;
		font-size: 17px;
		line-height: 22px;
	}

	.tooltip .tooltip-text {
		left: -50px;
	}

	/*Dashboard*/

	.displaying {
		font-size: 15px;
		line-height: 18px;
	}

	.atr-title {
		padding: 0px 10px 0px 10px;
	}

		.atr-title h5 {
			font-size: 16px;
			line-height: 20px;
		}

		.atr-title p {
			font-size: 14px;
			line-height: 20px;
		}

	.main-graph {
		font-size: 15px;
	}

	.mg-bottom {
		display: inherit;
	}

		.mg-bottom ul {
			margin-right: 0px;
		}

	.date-range {
		margin-top: 10px;
	}

	.dash-details {
		margin-left: 0px;
		display: inherit;
	}

		.dash-details .col1 {
			width: auto;
		}

		.dash-details .col2 {
			width: auto;
		}

	.ddi-name {
		min-height: inherit;
	}

	.graph-listing {
		display: inherit;
		margin-left: 0px;
	}

	.gli-title h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.gli-title p {
		font-size: 14px;
		line-height: 18px;
	}

	.gli-graph {
		font-size: 14px;
	}

	.gli-bottom {
		display: inherit;
	}
}
