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-size: 100%;
	font: inherit;
	font-family: Calibre Medium;
	font-size: 13px;
	color: #435254;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "Futura";
	src: url("fonts/futura-med.eot");
	src: url("fonts/futura-med.eot?#iefix") format("embedded-opentype"), url("fonts/futura-med.woff") format("woff"), url("fonts/futura-med.ttf") format("truetype"),
		url("fonts/futura-med.svg") format("svg");
}

@font-face {
	font-family: "Futura-bold";
	src: url("fonts/futura-med-bold.eot");
	src: url("fonts/futura-med-bold.eot?#iefix") format("embedded-opentype"), url("fonts/futura-med-bold.woff") format("woff"), url("fonts/futura-med-bold.ttf") format("truetype"),
		url("fonts/futura-med-bold.svg") format("svg");
}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	margin-top: 50px;
	background-color: #f4f4f4;
	font-family: Futura;
	font-size: 12px;
	color: #111;
	letter-spacing: 0.15px;
}

a {
	text-decoration: none;
	font-family: Futura;
}

.numberOfAssets {
	font-family: 'Calibre';
	color: #012A2D;
	font-size: 13px
}

.default-link {
	font-size: 15px;
	color: #1F3765;
	font-family: 'Calibre';
	cursor: pointer;
}

.default-link svg {
	margin-right: 5px;
}

.demo-link {
	position: absolute;
	right: 50px;
	color: #004ca6;
	cursor: pointer;
}

.btn-remove {
	color: #ffffff;
	background: #dc8e27;
	border: 1px solid #c98021;
	box-sizing: border-box;
}

button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 5px 10px;
	height: 35px;
	text-align: center;
	color: #111111;
	background-color: #fff;
	border-color: rgba(35, 31, 32, 0.2);
	outline: none;
	font-weight: bold;
}

button + button {
	margin-left: 5px;
}

.btn-default {
	background-color: #012a2d;
	color: #fff;
	font-family: 'Calibre';
	font-size: 14px;
}

.btn-primary {
	color: #fff;
	background-color: #17E88F;
	border-color: #00a657;
	font-family: 'Calibre';
    font-size: 14px;
}

.btn-secondary {
	background-color: #fff;
	border: 1px solid #012a2d;
	color: #012a2d;
}

.btnFileSelector {
	position: relative;
	font-family: 'Calibre';
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
}

footer {
	color: #818a8f;
	padding: 22px 28px;
	font-size: 12px;
	background: #333333;
	height: 60px;
	text-align: center;
}

header {
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	top: 0;
	align-items: center;
	z-index: 3;
}

nav {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

nav > a {
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	color: #818a8f;
	height: 22px;
	font-size: 18px;
}

nav > a + a {
	border-left: 1px solid #c2c2c1;
}

.lblRequired:after {
	content: "*";
	color: red;
}

.logo {
	display: inline-block;
	width: 170px;
	height: 48px;
	padding: 4px;
	color: rgb(0, 128, 220);
	background-color: #00a657;
	text-align: center;
}

.menu-ico {
	display: inline-block;
	margin-right: 10px;
}

.main-menu {
	position: absolute;
	min-height: 50px;
	background-color: #231f20;
	left: 0;
	top: 100%;
	width: 100%;
	flex-wrap: wrap;
	padding: 20px;
	display: none;
}

.main-menu li {
	width: 25%;
	min-width: 285px;
}

.main-menu li a {
	display: block;
	padding: 20px 15px;
	color: #fff;
	font-size: 18px;
}

.main-menu li:hover a {
	color: #69be28;
}

.user-utils {
	margin-left: auto;
	display: inline-flex;
	padding-right: 30px;
	font-size: 11px;
	text-transform: uppercase;
}

.user-utils li {
	height: 20px;
	padding: 0 6px;
	display: inline-flex;
	align-items: center;
}

.user-utils li + li {
	border-left: 1px solid #c2c2c1;
}

.container {
	width: 98%;
	max-width: 100vw;
	margin: 0 auto;
	padding: 15px 0;
	min-height: 80vh;
}

.section-header {
	padding: 10px 15px;
	background-color: #80BBAD;
	color: #012a2d;
	font-family: 'Calibre Medium';
	font-size: 16px !important;
}

.section-subheader {
	padding-bottom: 10px;
	font-weight: bold;
}

.section-content {
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.formgroup {
	margin-bottom: 8px;
	line-height: 2;
}

.autosuggest {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

input:focus + .autosuggest {
	display: block;
}

.readonly-display,
input[type="text"],
select {
	padding: 4px;
	border: 1px solid #aaa;
	height: 35px;
	font-weight: bold;
	font-size: 13px;
}

.formgroup label,
.formgroup button,
.formgroup input[type="text"],
.formgroup select {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'Calibre Semibold';
	color: #012a2d;
}

.formgroup label {
	color: #012a2d;
	font-family: 'Calibre';
}

input:focus,
select:focus {
	border-color: #006a4d;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 106, 77, 0.6);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select {
	min-width: 55px;
	appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(img/dd_arrow.png);
	padding-left: 8px;
	padding-right: 26px;
	background-repeat: no-repeat;
	background-position: right center;
}

select::-ms-expand {
	display: none;
}

.resize {
	overflow-x: hidden;
	resize: horizontal;
	min-width: 110px;
	display: inline-block;
}

.resize > input {
	width: 100%;
	
}

.assetField{
	font-family: 'Calibre Semibold';
	font-size: 13px;
	color: #012a2d;
}

.assetField >input{
	font-family: 'Calibre Semibold';
	font-size: 13px;
	color: #012a2d;
}

.assetFieldNotEditable {
	font-family: 'Calibre';
	font-size: 13px !important;
	color: #435254 !important;
}
.assetdesc >input {
	font-family: 'Calibre';
	font-size: 13px;
	color: #435254 !important;
}




input[type="checkbox"] {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

input[type="checkbox"]:checked::after {
	content: "\2714";
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: #00a657;
}

.assetRow,
.demoRow {
	border-left: 4px solid #d1d1d1;
}

.demoRow > td > input {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

.demoRow > td > select {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

.demoRow > td > span > input {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

.abandonRow > td > input {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

.abandonRow > td > select {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

.abandonRow > td > span > input {
	font-family: 'Calibre';
    font-size: 13px;
    color: #435254;
}

tr.invalid {
	border-left: 4px solid #ce152c;
}

select.invalid:required:not(:valid),
input.invalid:placeholder-shown {
	border: 1px solid #e00;
}

input.numeric.sameCost {
    border: 2px solid #e0c60a;
}

input.invalid-row {
	border: 1px solid #e00;
}

.search-input {
	display: inline-block;
	position: relative;
	color: #000;
}

.search-input > input {
	padding-left: 24px;
	font-size: 14px;
    font-family: 'Calibre';
}

.search-input > input ::placeholder {
	color: #435254;
}

.statusStyle {
	color: #012a2d;
}

.dropdownAsset {
	font-family: 'Calibre Medium' !important;
    font-size: 14px !important;
    color: #012a2d;
}

.search-input .svgico {
	fill: #aaa;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 7px;
}

.date-input,
.amount-input,
.percent-input {
	display: inline-block;
	position: relative;
	line-height: 1;
	white-space: nowrap;
}

.dropdownDeduction {
	font-family: 'Calibre Medium';
    font-size: 14px;
    color: #435254;
}

.date-input:after {
	content: url("img/ico-cal.png");
	position: absolute;
	right: 5px;
	top: 12px;
	cursor: default;
}

.formgroup .date-input,
.formgroup input {
	width: 100%;
	font-family: 'Calibre Semibold';
}
.formgroup input:disabled {
	width: 100%;
	font-family: 'Calibre';
	color:  #012a2d;
}

.amount-input > .currency {
	position: absolute;
	line-height: 1;
	top: 11px;
	left: 5px;
	font-size: 13px;
}
.amount-input > .currencyDisabled {
	position: absolute;
	line-height: 1;
	top: 11px;
	left: 5px;
	font-size: 13px;
	padding-right: 10px;
}

.amount-input > input {
	padding-left: 13px;
}

.percent-input > .percent {
	position: absolute;
	line-height: 1;
	top: 11px;
	right: 9px;
}

.percent-input > input {
	padding-right: 16px;
	max-width: 55px;
	margin-right: 5px;
}

.cover-space {
	cursor: pointer;
	width: 100%;
	height:54px;
}

.hiddenFileSelector {
	position: absolute;
	max-width: 100%;
	z-index: 2;
	cursor: pointer;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	font-size: 25px;
}

.page-top-header {
	background-color: #012A2D;
	/* background: url(img/Panelback.png) center; */
	border-bottom: 1px solid #ffffff;
	padding: 15px 20px;
	background-size: cover;
	color: #fff;
}

.addAndMasterId{
	font-family: 'Calibre';
	font-size: 14px;
	color: #fff;
}

.farrModel {
	font-family: 'Calibre';
	font-size: 16px;
	color: #012a2d;
}

.page-heading {
	display: flex;
	padding: 0;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
}

.page-nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.tabs {
	display: table;
	font-size: 12px;
	border-spacing: 10px;
	margin-left: -10px;
}

.tab {
	display: table-cell;
	position: relative;
	width: 90px;
	height: 90px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.tab.active {
	background-color: #80BBAD;
	color: #fff;
}

.tab-content {
	display: none;
	background-color: #fff;
	padding: 20px;
	max-width: 100%;
}

.tab.invalid:before {
	content: "\2B24";
	color: #e00;
	position: absolute;
	top: 2px;
	right: 4px;
}

.tab,
button {
	user-select: none;
}

.tab-content.active {
	display: block;
}

.tab-Heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #00a657;
	font-weight: bold;
}

.tab-Heading .title {
	display: inline-block;
	border-bottom: 2px solid #80BBAD;
	font-family: 'Calibre Medium';
	padding: 20px 0;
	font-size: 16px;
}

.tab-subheading {
	margin-bottom: 15px;
	font-weight: bold;
}

[disabled],
input[disabled],
select[disabled],
.disabled {
	cursor: not-allowed;
	background-color: #d1d1d1;
	color: #000;
	border-color: transparent;
}

input[disabled] {
	font-weight: normal;
}

.page-heading .action,
.tab-Heading .action {
	margin-left: auto;
	display: inline-flex;
}

.action .bulk-action {
	display: inline-flex;
}

.action .bulk-action .btn-secondary {
	color: #012a2d;
	border: 1px solid #012a2d;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Calibre';
}

.action>*, .search-options>* {
	margin-left: 4px;
	font-size: 14px;
	font-family: 'Calibre';
}

.listItem {
	font-size: 14px;
    font-family: 'Calibre';
    color: #012a2d;
}

.tab-content .section-header {
	font-size: 14px;
}

.tab-content .section-content {
	background-color: #f9f9f9;
	padding: 15px 0;
}

.flexgrid {
	display: flex;
}

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

.space-between {
	justify-content: space-between;
}

.col4 {
	width: 25%;
}

.col3-4 {
	width: 75%;
}

.col2 {
	width: 48%;
}

.col2-3 {
	width: 66.666%;
	padding: 0 10px;
}

.col3 {
	width: 33.3%;
	padding: 0 10px;
}

.col7 {
	width: 58.33%;
}

.col5 {
	width: 41.66%;
}

.colheader {
	font-size: 14px;
	font-weight: 900;
	padding-bottom: 10px;
}

.separated > [class^="col"] + [class^="col"] {
	border-left: 1px solid #ccc;
}

[class^="col"] {
	position: relative;
}

section.expandable > .section-header {
	cursor: pointer;
	position: relative;
}

section.expandable > .section-content {
	display: none;
}

section.expandable.open > .section-content {
	display: block;
}

.expandable > .section-header:after {
	content: " ";
	position: absolute;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	right: 20px;
	top: 10px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
}

.expandable.open > .section-header:after {
	transform: rotate(-135deg);
	top: 15px;
}

.scrollable-container {
    position: relative;
	max-width: 100vw;
	max-height: 64vh;
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrollable-container input[disabled] {
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	padding: 4px 1;
	padding-right: 2px;
}

input[type="checkbox"][disabled] {
	width: auto;
}
.chkStyled {
	display: none;
}
.chkStyled+label{
    position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.chkStyled+label::before {
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border: 2px solid #ccc;
	background-color:#fff

}
.chkStyled:checked+label::before {
	background-image: url(img/tick.png);
	border: none;
	background-size: contain;
}
table {
	border: none;
	border-collapse: collapse;
	min-width: 100%;
}

th,
td {
	padding: 8px;
	border: 1px solid #d1d1d1;
	vertical-align: middle;
}

.scrollable-container .scrolllist thead {
	display: none;
}

.scrollable-container .noscrollheader {
	position: sticky;
	top: 0;
	z-index: 2;
}

.no-border td {
	border: none;
}

thead th {
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	background-color: #80BBAD;
	font-family: 'Calibre Medium';
	font-size: 13px;
	color: #012a2d;
	cursor: default;
}

.assetId {
	font-family: 'Calibre';
	font-size: 13px !important;
	color: #435254 !important;
}

.taxCode {
	font-family: 'Calibre Semibold';
	color: #012a2d !important;
}

.records-page {
	font-family: 'Calibre';
	color: #012a2d;
	font-size: 14px;
}

tbody td,
.select-col {
	background-color: #f4f4f4;
	text-align: center;
}

td.highlighted {
	background-color: #fc9596;
	color: #fff;
}

tr.selected td {
	background-color: rgba(0, 106, 77, 0.1);
}

td.no-data {
	height: 350px;
}

tbody .select-col {
	padding: 0;
}

.summary-row {
	cursor: pointer;
}

.summary-row:hover > td {
	border-color: #69be28;
}

.summary-row .summaryexpand-ico:before {
	content: "\25B8";
	font-size: 20px;
	color: #00a657;
}

.summary-row.open .summaryexpand-ico:before {
	content: "\25BE";
}

.detail-row {
	display: none;
}

.detail-row > td {
	padding-left: 25px;
}

.summary-row.open + .detail-row {
	display: table-row;
}

thead th.sortable {
	cursor: pointer;
	white-space: nowrap;
}

.sortable:after {
	content: "\25B2\A\25BC";
	white-space: pre-wrap;
	font-size: 0.5em;
	display: inline-block;
	margin-left: 7px;
}

.sortable.sort-asc:after {
	content: "\219F";
	font-size: 1.25em;
}

.sortable.sort-desc:after {
	content: "\21A1";
	font-size: 1.25em;
}

.pagination {
	display: inline-table;
	margin-left: -5px;
	border-spacing: 5px;
}

.pagination > li {
	display: table-cell;
	width: 35px;
	height: 35px;
	user-select: none;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #818a8f;
	background-color: #ddd;
	border: 1px solid #ddd;
}

.pagination > li.clicked {
	background-color: #00a657;
	color: #fff;
}

.pagination > li.current {
	background-color: #012a2d;
	border: 1px #012a2d ;
	color: #fff;
}

.pagination > li.disabled {
	cursor: not-allowed;
	background-color: #fff;
}

.pagination-container .page-jump,
.pagination > li.more-pages {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	min-width: 40px;
}

.pagination > li.more-pages + .more-pages {
	display: none;
}

.pagination-container .page-jump {
	border: none;
	padding-left: 15px;
	font-size: 14px;
}

.pagination-container .page-jump button {
	margin: 0 5px;
}

.pagination-container .gopagenum {
	display: inline-block;
	width: 45px;
	text-align: right;
}

.svgico {
	width: 18px;
	height: 18px;
	fill: #777777;
	vertical-align: text-bottom;
	pointer-events:none
}

button .svgico {
	margin-right: 10px;
}

.tab .svgico {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.user-utils .svgico {
	width: 15px;
	height: 15px;
}

.user-utils .svgico,
button .svgico,
.active > .svgico {
	fill: #fff;
}

button[disabled],
button.disabled {
	font-weight: bold;
}

button[disabled] .svgico,
button.disabled .svgico {
	fill: #111111;
}

.round-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 50%;
	background-color: #6f6e6e;
	color: #fff;
	margin: 0 6px;
}

.inline-message {
	padding: 12px 15px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: left;

	font-family: Futura Bk BT;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	background: linear-gradient(0deg, rgba(205, 11, 12, 0.2), rgba(205, 11, 12, 0.2)), #ffffff;
}

.inline-message .svgico {
	width: 25px;
	height: 25px;
	margin: 0 12px 0 6px;
}

.inline-message.success {
	background: linear-gradient(0deg, rgba(131, 226, 112, 0.39), rgba(131, 226, 112, 0.39)), #ffffff;
}

.inline-message.inform {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #ffffff;
	background: linear-gradient(0deg, rgba(0, 85, 150), rgba(0, 85, 150)), #ffffff;
}

.overlaycover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 4;
	cursor: default;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
}

.progress-loader {
	background-image: url(img/small-loader.gif);
	width: 25px;
}

.loadingContainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(img/animation.svg);
	background-position: center center;
}

.message-container {
	display: inline-block;
	min-width: 350px;
	margin-top: 15%;
	opacity: 1;
	background-color: #fff;
	text-align: left;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

.message-container > div {
	padding: 10px;
}

.message-header {
	background-color: #012a2d;
	color: #468847;
	font-weight: bold;
	user-select: none;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.message-header > span {
	color: white;
    font-size: 16px;
    font-family: 'Calibre';
}

.ico-close {
	cursor: pointer;
	padding: 5px;
	margin-top: -5px;
	font-size: 14px;
	/* color: rgb(0, 0, 0, 0.2); */
}

.message-action {
	border-top: 1px solid #d1d1d1;
	margin-top: 10px;
	padding: 10px 0;
	text-align: right;
	user-select: none;
}

.error-header {
	background-color: #cd0b0c;
	color: #fff;
	border-radius: 4px;
}
.error-header .ico-close{
	color:#fff
}
.shortmsg-container {
	position: fixed;
	top: 130px;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
	z-index: 2;
}

.short-message {
	border-radius: 7px;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	user-select: none;
}

.short-message.success {
	background-color: #80bbad;
}

.short-message .ico-msg-status {
	padding-right: 10px;
}

.short-message .svgico {
	fill: #fff;
}

.short-message.error {
	background-color: #ce152c;
}

.short-message .ico-msg-close {
	font-size: 24px;
	cursor: pointer;
}

.short-message > span {
	display: inline-block;
}

.short-message .msg-text {
	padding-right: 20px;
}

.no-bg {
	background: none;
}

.show {
	display: block;
	align-items: center;
}

.hide {
	display: none;
}

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

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

.bold {
	font-weight: 900;
}

.text-normal {
	font-weight: normal;
}

.readonly-display {
	display: block;
	background-color: #dfdfdf;
	font-size: 12px;
}

.ico-left-arrow {
	cursor: pointer;
	padding: 5px;
	margin-top: -5px;
}

.stagingtable {
	margin-top: 30px;
}

.stagingform {
	margin-top: 30px;
}

#lbl-mm-activator,
#mobile-menu-activator {
	display: none;
	margin-left: 5px;
}

.bg-white {
	background-color: #fff;
}
.pad5 {padding:5px}

@media (max-width: 768px) {
	.pagination-container {
		display: block;
	}

	.pagination-container {
		text-align: right;
	}

	.pagination-container span {
		display: block;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	nav a span {
		display: none;
	}

	.logo {
		width: 101px;
	}

	nav > a {
		padding: 10px;
	}

	nav > a:not(:first-of-type) {
		display: none;
	}

	.user-utils {
		padding: 0;
		margin: 0;
	}

	.user-utils li {
		padding: 0 6px;
	}

	.page-heading,
	#lbl-mm-activator,
	[class^="col"],
	.flexgrid,
	.pagination-container,
	.pagination-container > span {
		display: block;
		width: 100%;
		position: relative;
	}

	.page-heading .action {
		display: flex;
		justify-content: flex-end;
	}

	.search-options {
		display: none;
		width: 80%;
		padding: 5px;
		position: absolute;
		top: 90%;
		right: 25px;
		z-index: 2;
		border: 1px solid #aaa;
		background-color: #ccc;
	}

	#mobile-menu-activator:checked + .search-options {
		display: block;
	}

	.tab-Heading .action {
		display: inline-flex;
		white-space: nowrap;
		align-items: center;
	}

	.tab-Heading .action button {
		display: block;
	}

	.search-input > input,
	.action .search-options > * {
		margin: 0;
		width: 100%;
	}

	.separated [class^="col"] + [class^="col"] {
		border: none;
	}
}
