
/* For Print Only START */
@media print { 
	*, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter,
		li::first-letter, p::first-line, div::first-line, blockquote::first-line,
		li::first-line {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	pre {
		white-space: pre-wrap !important;
		font-family: inherit !important;
		font-size: inherit !important;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	.table {
		border-collapse: collapse !important;
		page-break-inside: avoid;
	}
	.on-print, .on-print1{
		display: block !important;
	}
	body{
		background-color: #ffffff !important;
		color: #333333 !important;
	}
	.color-light{
		color: #7777777 !important;
	}
	.btn, .btn-small, .btn-disable, .btn-disable-small{
		display: none !important;
	}
	
}
/* For Print Only END */

/* Original Element Customization START */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0px;
	/* overflow: hidden; */
}

body {
	margin: 0;
	padding: 0px;
	font-weight: normal;
	/* overflow: hidden; */
}

.on-print{
	display: none;
}
*::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

[tabindex="-1"]:focus {
	outline: none !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #ffffff;
}
p {
	margin: 0;
}

ol, ul, dl {
	margin: 0;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	/* vertical-align: baseline; */
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}
.no-hover{
	color: inherit;
	text-decoration: none;
}
.no-hover:hover{
	text-decoration: none;	
}
a
:not
 
(
[
href
]
 
)
:not
 
(
[
tabindex
]
 
)
{
color
:
 
inherit
;

	
text-decoration
:
 
none
;


}
a:not ([href] ):not ([tabindex] ):focus, a:not ([href] ):not ([tabindex]
	 ):hover {
	color: inherit;
	text-decoration: none;
}

a:not ([href] ):not ([tabindex] ):focus {
	outline: 0;
}
custom-report-editor *, [ui-ace] *{
	font-size: 12px;
}

pre {
	margin-top: 0;
	margin-bottom: 10px;
	overflow: auto;
	font-family: inherit;
	font-size: inherit;
	white-space: pre-wrap; /* Since CSS 2.1 */ 
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
    white-space: -pre-wrap; /* Opera 4-6 */ 
    white-space: -o-pre-wrap; /* Opera 7 */ 
    word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}

img {
	border: none;
	outline: none;
	vertical-align: middle;
	border-style: none;
}

span{
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}
search-box{
	width: 300px;
}
table {
	border-collapse: collapse;
}

input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	padding: 3px 5px;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
}
input{
	height: 30px;
	overflow: visible;
}
select {
	height: 30px;
	text-transform: none;
}
textarea {
	resize: vertical;
	max-height: 200px;
	min-height: 60px;
}

textarea:focus, input:focus, select:focus {
	outline: 0;
/* 	border: solid 1px #c3c3c3; */
}

textarea {
	overflow: auto;
	resize: vertical;
}

html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

input[type="radio"], input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"],
	input[type="month"] {
	-webkit-appearance: listbox;
}

[hidden] {
	display: none !important;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

::-ms-clear {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

highchart {
	display: block;
	width: 100%;
	max-width: 100%;
}

highchart * {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif !important;
}

iframe {
	min-height: 300px;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
}

h1, .h1 {
	font-size: 24px;
	font-weight: normal;
}

h2, .h2 {
	font-size: 20px;
	font-weight: normal;
}

h3, .h3 {
	font-size: 18px;
	font-weight: normal;
}

h4, .h4 {
	font-size: 16px;
	font-weight: normal;
}

h5, .h5 {
	font-size: 15px;
	font-weight: normal;
}

h6, .h6 {
	font-size: 14px;
	font-weight: normal;
}
/* Original Element Customization END */
.home-login {
	background-color: rgba(9, 78, 92, .75);
}
.login-button {
	background-color: #9ea900;
}
.uppercase{
	text-transform: uppercase;
}
.disable, input[disabled], textarea[disabled], select[disabled], .detail li>span, .disabled {
	cursor: not-allowed !important;
	opacity: 0.7 !important;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.light-font{
	font-weight: 300;
}
.strong, .bold, strong, b {
	font-weight: 600;
}
.underline{
	text-decoration: underline;
}
.italic{
	font-style: italic;
}
.border-box {
	box-sizing: border-box;
}

.boldest {
	font-weight: 700;
}
.vCenter {
	display: flex;
	align-items: center;
}

.hCenter {
	margin: 0 auto;
}

.flex {
	display: flex;
}
.flex-column{
	flex-direction: column;
}
.flex-nowrap{
	flex-wrap: wrap;
}
.wrap-height{
	height: calc(100% - 27px);
}
.flex-1, .flex-2, .flex-3, .flex-4, .flex-5, .flex-6 {
	display: block;
	min-width: 0;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

.flex-4 {
	flex: 5;
}

.flex-5 {
	flex: 5;
}

.flex-6 {
	flex: 6;
}

.wid-5 {
	width: 5%;
}

.wid-10 {
	width: 10%;
}

.wid-15 {
	width: 15%;
}

.wid-20 {
	width: 20%;
}

.wid-25 {
	width: 25%;
}

.wid-30 {
	width: 30%;
}

.wid-35 {
	width: 35%;
}

.wid-40 {
	width: 40%;
}

.wid-45 {
	width: 45%;
}

.wid-50 {
	width: 50%;
}

.wid-55 {
	width: 55%;
}

.wid-60 {
	width: 60%;
}

.wid-65 {
	width: 65%;
}

.wid-70 {
	width: 70%;
}

.wid-75 {
	width: 75%;
}

.wid-80 {
	width: 80%;
}

.wid-85 {
	width: 85%;
}

.wid-90 {
	width: 90%;
}

.wid-95 {
	width: 95%;
}

.wid-100 {
	width: 100%;
}

.max-wid-100{
	max-width: 100%; 	
}

.max-height-100{
	max-height: 100%;
}

.h-100{
	height: 100%;
}
.scroll {
	overflow: auto;
}

.scroll-x{
	overflow-x: auto;	
	overflow-y: hidden;
}

.scroll-y{
	overflow-x: hidden;
	overflow-y: auto;	
}

::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar:horizontal {
    height: 8px;
}
 
/*Scrollbar customize start */
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-track-piece{
	background-color: #e6e6e6;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #b5b5b5; 
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */ 
}
::-webkit-scrollbar-thumb:hover {
	background: #888888;
}
 
::-webkit-scrollbar-thumb:window-inactive {
	background: #cacaca;
}
/*Scrollbar customize end */

.btn {
	-webkit-appearance: none;
	border-radius: 3px;
	outline: medium none;
	padding: 0 15px;
	min-width: 70px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	/* display: flex; */
	box-sizing: border-box;
	margin-left: 10px;
	/* text-transform: uppercase; */
	line-height: 30px;
	height: 30px;
}

.btn-disable {
	-webkit-appearance: none;
	border-radius: 3px;
	outline: medium none;
	padding: 0 15px;
	min-width: 70px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	/* display: flex; */
	box-sizing: border-box;
	margin-left: 10px;
	/* text-transform: uppercase; */
	line-height: 30px;
	height: 30px;
}

.btn-disable:hover, .btn-disable-small:hover  {
	cursor: not-allowed;
}

.btn span {
	margin-right: 10px;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	display: none;
}

.btn-disable span {
	margin-right: 10px;
	justify-content: center;
	/* display: flex; */
	flex-direction: column;
	font-size: 12px;
	display: none;
}

.btn:hover, .btn-small:hover {
	cursor: pointer;
	opacity: 0.9;
}
/* .btn-disable{
	opacity: 0.7;
} */
.btn-small {
	-webkit-appearance: none;
	border-radius: 2px;
	outline: medium none;
	padding: 2px 5px;
	min-width: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	/* display: flex; */
	box-sizing: border-box;
	font-size: 10px;
	margin-left: 10px;
}
.btn-disable-small{
	-webkit-appearance: none;
	border-radius: 2px;
	outline: medium none;
	padding: 2px 5px;
	min-width: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	/* display: flex; */
	box-sizing: border-box;
	font-size: 10px;
	margin-left: 10px;
}

.noStyle {
	margin: 0;
	padding: 0;
}

.noStyle>li {
	list-style: none;
}
.display-inline{
	display: inline;
}
.display-inline-block{
	display: inline-block;
}
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.border, .bd-top, .bd-right, .bd-bottom, .bd-left,
.dashedBorder, .bd-dashed-top, .bd-dashed-bottom, .bd-dashed-right, .bd-dashed-left {
	box-sizing: border-box;
}

.border {
	border-style: solid;
	border-width: 1px;
}
.dashedBorder{
	border-style: dashed;
	border-width: 1px;
}

.bd-0 {
	border: none;
}

.bd-top {
	border-top-style: solid;
	border-top-width: 1px;
}

.bd-right {
	border-right-style: solid;
	border-right-width: 1px;
}

.bd-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bd-left {
	border-left-style: solid;
	border-left-width: 1px;
}

.bd-top-0 {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

.bd-right-0 {
	border-style: solid;
	border-width: 1px 0 1px 1px;
}

.bd-bottom-0 {
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.bd-left-0 {
	border-style: solid;
	border-width: 1px 1px 1px 0;
}

.bd-dashed-top {
	border-top-style: dashed;
	border-top-width: 1px;
}

.bd-dashed-right {
	border-right-style: dashed;
	border-right-width: 1px;
}

.bd-dashed-bottom {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.bd-dashed-left {
	border-left-style: dashed;
	border-left-width: 1px;
}

.bd-dashed-top-0 {
	border-style: dashed;
	border-width: 0px 1px 1px 1px;
}

.bd-dashed-right-0 {
	border-style: dashed;
	border-width: 1px 0 1px 1px;
}

.bd-dashed-bottom-0 {
	border-style: dashed;
	border-width: 1px 1px 0 1px;
}

.bd-dashed-left-0 {
	border-style: dashed;
	border-width: 1px 1px 1px 0;
}

.pointer {
	cursor: pointer;
}
.no-pointer {
	cursor: default !important;
}
.circle {
	border-radius: 50%;
}
.oval{
	border-radius: 20px;
}
.rounded {
	border-radius: 3px;
}

.roundTop {
	border-radius: 3px 3px 0 0;
}

.roundedRight {
	border-radius: 0 3px 3px 0;
}

.roundedBottom {
	border-radius: 0 0 3px 3px;
}

.roundedLeft {
	border-radius: 3px 0 0 3px;
}

.nav_one {
	box-sizing: border-box;
}

.nav_one_link {
	display: inline-block;
	padding: 0px 15px;
	box-sizing: border-box;
	font-weight: 600;
	margin-bottom: -1px;
	float: left;
}

.nav_one_link:FIRST-CHILD {
	padding-left: 0;
}

.nav_one_link:hover {
	cursor: pointer;
}

.nav_two {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.nav_two_link {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0px;
	margin: 0 10px;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	float: left;
}

.nav_two_link:hover {
	
}

.nav_two_select, .nav_two_link:hover {
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.nav_three_link{
	padding: 0 0 5px 0;
	font-size: 12px;
	margin: 0 20px 0 0;
	display: inline;
	float: left;
	cursor: pointer;
	list-style-type: none;
	text-decoration: none;
	font-weight: 500;
}

.nav_three_select {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.nav-four {
	display: flex;
}

.nav-four .left {
	min-width: 180px;
}
.nav-four .left>ul>li {
	padding: 5px 10px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
}

.nav-four .left>ul>li:HOVER {
	cursor: pointer;
}

.nav-four .left>ul>li:FIRST-CHILD {
	border-top: none;
}

.nav-four .right {
	flex: 1;
	min-width: 1px;
	box-sizing: border-box;
}

.blotter-right {
	width: calc(100% - 280px);
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.ellipsis-td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: table-cell;
	max-width: 0;
}

.table {
	width: 100%;
	max-width: 100%;
}

.table>thead>tr>th {
	vertical-align: top;
	padding: 12px 10px;
	font-weight: 400;
	font-size: 13px;
	box-sizing: border-box;
	text-align: left;
}
.table>thead>tr>th span{
	color: inherit;
}
.table>thead>tr:NTH-CHILD(2)>th {
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}

.table>thead>tr>th .sortorder {
	float: left;
}

.table>tbody>tr>td {
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: left;
	/* border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent; */
}
.top-align>tbody>tr>td{
	vertical-align: top;
}

.table>tbody>tr>td>[class^="icon-"], .table>tbody>tr>td>[class*=" icon-"]
	{
	font-size: 16px;
}
.table>tbody>tr{
	border-top-style: solid;
	border-top-width: 1px;
}
.table>tbody>tr:FIRST-CHILD td {
	border-top-width: 0;
}

.no-wrap, .no-wrap td {
	white-space: nowrap;
}

.twoColumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

/* .shadow {
	border-width: 1px;
	border-style: solid;
} */

.report-chart {
	box-sizing: border-box;
	padding: 10px;
}

.sortorder.reverse:after {
	content: '\e95d';
	font-family: 'icomoon';
	font-size: 10px;
	margin-right: 3px;
}

.sortorder:after {
	content: '\e95a';
	font-family: 'icomoon';
	font-size: 10px;
	margin-right: 3px;
}

.main-body {
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}
/***Left Start ***/
.leftPage {
	width: 260px;
	margin: 0;
	height: 100vh;
	box-sizing: border-box;
}

.tree-sel {
	border: none;
	background-color: transparent;
	padding: 0 0 5px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.icon_oxane_underwriting, .icon_oxane_utilities, .icon_oxane_set_up, 
.icon_custom_template, .icon_portfolio, .icon_deal_team, .icon_pipeline_commentary,
	.icon_notes, .icon_documents, .icon_portfolio_notes,
	.icon_portfolio_documents, .icon_tree_structure, .icon_access_rights,
	.icon_timestamp, .icon_oxane_admin_reports,
	.icon_manage_interface, .icon_borrower, .icon_loan, .icon_property,
	.icon_tenant, .icon_unit, .icon_connection, .icon_portfolio_red_flags,
	.icon_assign_entity, .icon_dashboard_reports, .icon_oxane_reports, .icon_split_merge, 
	.icon_borrower_reporting, .icon_investor_reporting, .icon_oxane_pipeline, .icon_static_info, .icon_generic_data_upload,
	.icon_disclaimer, .icon_portfolio_meeting_notes {
	background-image: url("../images/new_tree.png");
}

.icon_oxane_underwriting {
	background-position: -4px -4px;
}

.icon_oxane_utilities {
	background-position: -100px -4px;
}

.icon_oxane_set_up {
	background-position: -124px -4px;
}
.icon_custom_template {
	background-position: -124px -28px;
}

.icon_portfolio {
	background-position: -4px -74px;
}

.icon_deal_team {
	background-position: -76px -4px;
}

.icon_pipeline_commentary {
	background-position: -52px -4px;
}

.icon_notes, .icon_portfolio_notes {
	background-position: -4px -4px;
}

.icon_documents, .icon_portfolio_documents {
	background-position: -28px -4px;
}

.icon_tree_structure {
	background-position: -174px -28px;
}

.icon_access_rights {
	background-position: -100px -28px;
}

.icon_assign_entity {
	background-position: -148px -28px;
}

.icon_timestamp {
	background-position: -4px -52px;
}

.icon_oxane_admin_reports, .icon_borrower_reporting, 
.icon_investor_reporting {
	background-position: -76px -28px;
}
.icon_oxane_pipeline{
	background-position: -52px -73px;
}
.icon_manage_interface {
	background-position: -28px -52px;
}

.icon_borrower {
	background-position: -123px -52px;
}

.icon_loan {
	background-position: -78px -52px;
}

.icon_property {
	background-position: -53px -52px;
}

.icon_tenant {
	background-position: -148px -52px;
}

.icon_unit {
	background-position: -148px -52px;
}

.icon_connection {
	background-position: -100px -52px;
}

.icon_portfolio_red_flags {
	background-position: -174px -52px;
}

.icon_dashboard_reports{
	background-position: -149px -4px;
}

.icon_oxane_reports{
	background-position: 42px -4px;
}

.icon_split_merge{
	background-position: -28px -74px;
}
.icon_static_info{
	background-position: -75px -72px;
}
.icon_generic_data_upload{
    background-position: 20px -4px;
}
.icon_portfolio_meeting_notes{
	background-position: -124px -74px;
}
.icon_disclaimer{
	background-position: -101px -74px;
}
.main-menu>li .icon-downArrow {
	font-size: 8px;
	margin-left: auto;
}

.menu-ficon {
	width: 17px;
	height: 17px;
}

.menu-title {
	width: 193px;
}

.main-menu>li>ul>li .menu-ficon, .next-child>li .menu-ficon {
	margin-left: 35px;
}

.main-menu>li>ul>li>ul>li .menu-ficon {
	margin-left: 52px;
}

.main-menu>li>ul>li .menu-title {
	font-size: 12px;
	width: 175px;
}

.next-child>li .menu-title {
	font-size: 12px;
	width: 180px;
}

.countList{
	font-size: 11px;
}

.small-font {
	font-size: 10px;
}
.mid-font {
	font-size: 11px;
}


/***Left End ***/
.rightPage {
	width: calc(100vw - 260px);
	margin: 0;
	height: 100vh;
	box-sizing: border-box;
	overflow: auto;
	min-width: 1024px;
}

.label-head {
	font-weight: 600;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	padding: 7px 10px;
	box-sizing: border-box;
	font-size: 13px;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.8);
	top: 0;
	left: 0;
	z-index: 10;
	/* -webkit-animation: popup-drop .2s; Safari 4.0 - 8.0
    animation: popup-drop .2s; */
}

/* @-webkit-keyframes popup-drop {
    from {height: 0px;}
    to {height: 100%;}
}
 */
.popup-head {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	align-items: center;
	display: flex;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.popup-head span {
	cursor: pointer;
	float: right;
	height: 22px;
	line-height: 20px;
	margin-left: auto;
	font-size: 10px;
}
.popup-head span:hover {
	cursor: pointer;
	opacity: 0.6;
}

.popup-main {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
	max-height: 80vh;
	min-height: 150px;
}
.popup-foot {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	border-top-style: solid;
	border-top-width: 1px;
}

.label{
	font-size: 12px;
}
.input-form>ul {
	margin: 0 0 10px 0;
	padding: 0;
	display: flex;
	/* align-items: center; */
	width: 100%;
}

.input-form>ul:LAST-CHILD {
	margin: 0;
}

.input-form>ul>li {
	list-style: none;
	float: left;
	min-width: 0;
}

.input-form>ul>li:first-child {
	margin-right: 10px;
	width: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 7px;
	min-height: 30px;
	box-sizing: border-box;
}

.input-form>ul>li:NTH-CHILD(2) {
	/* width: calc(100% - 150px); */
	flex: 1;
}
.input-form-column{
	margin-top: 20px;
}
.input-form-column:first-child{
	margin-top: 0px;
}
.input-form-column>ul{
	margin: 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	min-width: 0;
}
.input-form-column>ul li>span{
    word-break: break-word;
}
.input-form-column>ul:first-child{
	margin-left: 0;
}
.input-form-column>ul:last-child{
	margin-right: 0;
}
.input-form-column>ul li{
	width: 100%;
	float: left;
}
.input-form-column>ul>li:first-child{
	font-size: 12px;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.view-form>ul>li:first-child{
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 3px;
}
.detail li>span{
 min-height: 30px;
}
.error {
	color: red;
}

.input-form>ul>li input[type="text"], .input-form>ul>li input[type="email"],
	.input-form>ul>li input[type="number"], .input-form>ul>li select,
	.input-form>ul>li textarea,
	
	.input-form-column>ul>li input[type="text"], .input-form-column>ul>li input[type="email"],
	.input-form-column>ul>li input[type="number"], .input-form-column>ul>li select,
	.input-form-column>ul>li textarea {
	width: 100%;
}
.input-group{
	display: flex;	
}
.input-group select-box .select2-container .select2-choice, .input-group input{
	border-radius: 2px 0 0 2px;
}
/* .input-form>ul>li input[type="text"], .input-form>ul>li input[type="email"],
	.input-form>ul>li input[type="number"], .input-form>ul>li select {
	height: 30px;
}
 */
.form-slider {
	width: 350px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}

.slider-notes {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
}

.slider-main {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.slide-head {
	padding: 10px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
}

.leftAlign, .table>thead>tr>th.leftAlign, .table>tbody>tr>td.leftAlign {
	text-align: left;
}

.rightAlign, .table>thead>tr>th.rightAlign, .table>tbody>tr>td.rightAlign
	{
	text-align: right;
}

.centerAlign, .table>thead>tr>th.centerAlign, .table>tbody>tr>td.centerAlign
	{
	text-align: center;
}

.justifyAlign, .table>thead>tr>th.justifyAlign, .table>tbody>tr>td.justifyAlign
	{
	text-align: justify;
}
.m-auto{
	margin: auto;
}
.ml-auto{
	margin-left: auto;
}
.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml5p {
	margin-left: 5%;
}
	
.ml10 {
	margin-left: 10px;
}

.ml10p {
	margin-left: 10%;
}

.ml15 {
	margin-left: 15px;
}

.ml15p {
	margin-left: 15%;
}

.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}
.ml20p {
	margin-left: 20%;
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr5p {
	margin-right: 5%;
}

.mr10 {
	margin-right: 10px;
}

.mr10p {
	margin-right: 10%;
}

.mr15 {
	margin-right: 15px;
}

.mr15p {
	margin-right: 15%;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.mr20p {
	margin-right: 20%;
}

.mt0 {
	margin-top: 0;
}
.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt5p {
	margin-top: 5%;
}

.mt10 {
	margin-top: 10px;
}

.mt10p {
	margin-top: 10%;
}

.mt15 {
	margin-top: 15px;
}

.mt15p {
	margin-top: 15%;
}

.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt20p {
	margin-top: 20%;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb5p {
	margin-bottom: 5%;
}

.mb10 {
	margin-bottom: 10px;
}

.mb10p {
	margin-bottom: 10%;
}

.mb15 {
	margin-bottom: 15px;
}

.mb15p {
	margin-bottom: 15%;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20p {
	margin-bottom: 20%;
}

.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mlr5p {
	margin-left: 5%;
	margin-right: 5%;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr10p {
	margin-left: 10%;
	margin-right: 10%;
}

.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mlr15p {
	margin-left: 15%;
	margin-right: 15%;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mlr20p {
	margin-left: 20%;
	margin-right: 20%;
}

.mlr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb5p {
	margin-top: 5%;
	margin-bottom: 5%;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb10p {
	margin-top: 10%;
	margin-bottom: 10%;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb15p {
	margin-top: 15%;
	margin-bottom: 15%;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb20p {
	margin-top: 20%;
	margin-bottom: 20%;
}

.m0 {
	margin: 0;
}

.m5 {
	margin: 5px;
}

.m5p {
	margin: 5%;
}

.m10 {
	margin: 10px;
}

.m10p {
	margin: 10%;
}

.m15 {
	margin: 15px;
}

.m15p {
	margin: 15%;
}

.m20 {
	margin: 20px;
}

.m20p {
	margin: 20%;
}

.pl5, .pl10, .pl15, .pl20, .pl40, .pr5, .pr10, .pr15, .pr20, .pr40, .pt5,
	.pt10, .pt15, .pt20, .pt40, .pb5, .pb10, .pb15, .pb20, .p5, .p10, .p15, .p20,
	.p40, .ptb5, .ptb10, .ptb13, .ptb15, .ptb15, .ptb20, .ptb40 .plr5, .plr10, .plr15, .plr20,
	.plr40, .p0 {
	box-sizing: border-box;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl40 {
	padding-left: 40px;
}

.pl0 {
	padding-left: 0px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr40 {
	padding-right: 40px;
}

.pr0 {
	padding-right: 0px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt0 {
	padding-top: 0px;
}

.pb3 {
	padding-bottom:3px;
}
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb0 {
	padding-bottom: 0px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p40 {
	padding: 40px;
}
.plr0 {
	padding-left: 0px;
	padding-right: 0px;
}
.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.plr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.ptb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb13 {
	padding-top: 13px;
	padding-bottom: 13px;
}

.ptb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.p0 {
	padding: 0;
}

.mp0 {
	margin: 0;
	padding: 0;
}

.first-child-ml0:FIRST-CHILD {
	margin-left: 0;
}

.last-child-mr0:LAST-CHILD {
	margin-right: 0;
}
.first-child-mt0:FIRST-CHILD {
	margin-top: 0;
}
.last-child-mb0:LAST-CHILD {
	margin-bottom: 0;
}
.rotate-90{
	transform: rotate(90deg);
}
.rotate-180{
	transform: rotate(180deg);
}
.rotate-270{
	transform: rotate(270deg);
}

/*select-box-customization Start*/
select-box .select2-container .select2-choice {
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	height: 30px;
	border-radius: 2px;
}

select-box .select2-container .select2-choice .select2-arrow {
	border-left: 0;
}
.select2-container .select2-choice abbr{
	top: 7px;
	opacity: 0.5;
}

/* ag-grid Customize start*/

/* Pagination Start */
.ag-custom .ag-paging-panel{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
    border-top: solid 1px #eee;
    background: #f9f9f9;
}
.ag-custom .ag-paging-page-summary-panel {
	float: right;
	margin-right: 5px;
}
.ag-custom .ag-paging-row-summary-panel {
    margin-top: 6px;
}
.ag-paging-button button:focus{
	outline:none;
}
.ag-custom .ag-paging-panel{
	display:block;
}
.ag-paging-page-summary-panel>span {
    padding: 0 5px;
}
.ag-custom .ag-paging-page-summary-panel{
    background: #f4f7f9;
    line-height: 30px;
    height: 30px;
    display: flex;
    border: solid 1px #e8e8e8;
}
.ag-paging-page-summary-panel .ag-paging-button {
    background: #fff;
}
.ag-custom .ag-paging-page-summary-panel .ag-paging-button {
    cursor: pointer;
}
.ag-custom .ag-paging-page-summary-panel .ag-paging-button button {
    position: relative;
    background: #fff;
    border: none;
    cursor: pointer;
}
.ag-custom .ag-paging-button:nth-child(2) {
    margin-right: 10px;
}
.ag-custom .ag-paging-button:nth-last-child(2) {
    margin-left: 5px;
    border-left: solid 1px #e8e8e8;
}
.ag-paging-page-summary-panel .ag-paging-button {
    position: static;
    margin: 0;
    border-right: solid 1px #e8e8e8;
}
.ag-paging-page-summary-panel .ag-paging-button:last-child {
    border-right:none;
}
.ag-custom .ag-paging-button button:first-child, .ag-custom .ag-paging-button button:last-child {
    width: 65px;
}
.ag-custom .ag-paging-button:nth-child(2) button, .ag-custom .ag-paging-button:nth-last-child(2) button {
    font-size: 0px;
    width: 35px;
}
.ag-custom .ag-paging-button button:before {
    font-family: 'icomoon';
    font-size: 10px;
    font-weight: 600;
}
.ag-custom .ag-paging-button:nth-child(2) button:before {
    content: "\e93b";
}
.ag-custom .ag-paging-button:nth-last-child(2) button:before {
    content: "\e942";
}

.ag-custom .ag-paging-page-summary-panel .ag-disabled button{
	color:#cac9ca;
}
/* Pagination End */

/* Filter Starts */
.ag-custom .ag-filter-checkbox{
	top:0;
	left:0;
}
.ag-custom .ag-numeric-header .ag-header-cell-label{
	flex-direction: row;
	justify-content: flex-end;
}
.ag-custom .ag-icon{
	font-family: 'icomoon';
    font-size: 12px;
    font-weight: 400;
    margin-left:5px;
    cursor: pointer;
}
.ag-custom .ag-icon-checkbox-indeterminate:before {
    content:"\e948";
}
.ag-custom .ag-icon-checkbox-unchecked:before {
    content:"\e91a";
}
.ag-custom .ag-icon-checkbox-checked:before {
    content:"\e947";
}
.ag-custom .ag-icon-filter:before{
	content:'\e934';
}
.ag-custom .ag-header-select-all {
    padding: 0px 0px 0px 3px;
}
/* Filter Ends */

.ag-header {
    position: static;
}
.ag-custom .ag-status-bar{
	display:none;
}
.ag-custom .ag-header-cell-menu-button {
	margin-top: 2px;
	padding: 0;
}
.ag-custom {
	font-family: inherit;
}
.ag-custom .ag-root {
	border: none;
}
.ag-custom .ag-header, .ag-custom .ag-ltr .ag-header-group-cell-no-group{
	border: none;
}
.ag-custom .ag-ltr .ag-header-group-cell-with-group {
	border-right: none;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
}
.ag-custom .ag-ltr .ag-cell-no-focus {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	border-top-width: 1px;
    border-top-style: solid;
}

.ag-custom .ag-ltr .ag-header-cell {
	border-right: none;
	vertical-align: bottom;
	padding: 12px 10px 12px 8px;
	font-weight: 500;
	box-sizing: border-box;
	text-align: left;
}

	
.ag-custom .ag-header-cell .ag-header-cell-label {
	padding: 0;
	font-weight: normal;
}

.ag-custom .ag-cell {
	padding: 8px 10px 6px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
}
.ag-custom .ag-row-selected {
	background-color: #ffffff;
}
.ag-custom .ag-paging-panel{
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding:5px;
}
.ag-custom .ag-paging-page-summary-panel {
	float: right;
	margin-right: 5px;
}
.ag-numeric-header{
	text-align: right !important;
}
.ag-virtual-list-item, .ag-filter-header-container{
	padding: 5px;	
	box-sizing: border-box;
}

.ag-custom .ag-icon-menu{
	background: none;
	color: inherit;
	font-size: 10px;
	line-height: 14px;
}
.ag-custom .ag-icon-asc, .ag-custom .ag-icon-desc{
	background: none;
	color: inherit;
	font-size: 10px;
}
.ag-custom .ag-header-cell-sortable{
	cursor: pointer;
} 
.ag-custom .ag-icon-menu:before {
    content: "\e917"; /* Coming from Font icon */
    font-family: 'icomoon';
}
.ag-custom .ag-icon-asc:before {
    content: "\e95d"; /* Coming from Font icon */
    font-family: 'icomoon';
}
.ag-custom .ag-icon-desc:before{
 content: "\e95a"; /* Coming from Font icon */
 font-family: 'icomoon';
}

.ag-custom .ag-sort-order{
	display:none;/*For hiding column order sorting count*/
}
.ag-custom .ag-header-cell-label .ag-header-cell-text {
    overflow: visible;
    white-space: normal;
}
.ag-custom .ag-pinned-left-cols-container{
	border-right: 1px solid;	
}
.ag-custom .ag-pinned-right-cols-container{
	border-left: 1px solid;
}

.ag-custom .ag-pinned-left-cols-container,
.ag-custom .ag-pinned-right-cols-container{
	border-color:#ececec;
}
.ag-custom .ag-ltr .ag-pinned-right-header,
.ag-custom .ag-ltr .ag-pinned-left-header{
	border:none;
}
.ag-custom .ag-ltr .ag-cell-last-left-pinned,
.ag-custom .ag-ltr .ag-cell-first-right-pinned{
	border-right:none;
	border-left:none;
}
/* ag-grid Customize End*/
.ttip{
	background-image: none;
	height: auto;
}

/* jQuery alert Customize Start*/
.ui-dialog .ui-dialog-buttonpane button{
	margin: 5px 0 0 10px;
	border: none;
}
/* jQuery alert Customize End*/

/* rz-slider Customize Start*/
.rzslider .rz-bar {
  height: 2px;
}
.rzslider .rz-pointer {
  top: -7px;
  width: 16px;
  height: 16px;
}
.rzslider .rz-pointer:after {
  display: none;
}
/* rz-slider Customize End*/

/* HighChart Customize Start*/
.highcharts-container *{
	font-weight: normal !important;
	font-size: 12px;
}

.highcharts-null-point {
  fill: #f2f2f2;
  stroke: #f2f2f2;
}
/* HighChart Customize End*/

/* Home Page Start*/
.home-bg-image{
    background: url("../images/bg-img.jpg") no-repeat;
    background-position: 50%;
    height: 100vh;
    background-size: cover;
}
/* Home Page End*/

@media screen and (max-width: 1600px){
	.main-containter{
		width: 100%;
		min-width: 1280px;
	}
}
@media screen and (min-width: 1600px){
	.main-containter{
		width: 1560px;
		margin-left: calc(50% - 780px);
	}
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 100%;
  border-top: 16px solid #3da5de;
  border-right: 16px solid #fc9160;
  border-bottom: 16px solid #5fc3be;
  border-left: 16px solid #ffd26e;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto;
}
#loadingRequest{
   position: fixed;
   height: 100%;
   background-color: #f3f3f3;
   opacity: 0.98;
   z-index: 999;
   text-align: center;
   width: 100%;
   padding: 20% 0 0 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.drop-down{
	display: block;
    width: 8px;
    height: 8px;
    background: url(../images/dropdown.png) no-repeat;
}
.drop-up{
	display: block;
    width: 8px;
    height: 8px;
    background: url(../images/dropup.png) no-repeat;
}
/* For fixing Table Header */
.fixed-header > thead > tr > th {
 position: sticky;
 top: 0;
 z-index: 1;
}
.border, .bd-top, .bd-right, .bd-bottom, .bd-left, .dashedBorder, .bd-dashed-top, .bd-dashed-bottom, .bd-dashed-right, .bd-dashed-left {
    border-color: #e4e4e4;
}
.bg-color-white {
    background-color: #ffffff;
}