.hidden {
	display: none;
}

.p-xxs {
	padding: 4px;
}

.p-sm {
	padding: 10px !important;
}

.p-r-xs {
	padding-right: 5px !important;
}

.p-r-sm {
	padding-right: 10px !important;
}

.p-r-md {
	padding-right: 20px !important;
}

.p-r-lg {
	padding-right: 40px !important;
}

.p-r-xl {
	padding-right: 60px !important;
}

.p-l-xs {
	padding-left: 5px !important;
}

.p-l-sm {
	padding-left: 10px !important;
}

.p-l-md {
	padding-left: 20px !important;
}

.p-l-lg {
	padding-left: 40px !important;
}

.p-t-md {
	padding-top: 20px !important;
}

.p-b-md {
	padding-bottom: 20px !important;
}

.p-t-xl {
	padding-top: 60px !important;
}

.p-t-xs {
	padding-top: 5px !important;
}

.p-b-xl {
	padding-bottom: 60px !important;
}

.p-t-lg {
	padding-top: 40px !important;
}

.p-b-sm {
	padding-bottom: 10px !important;
}

.p-b-md {
	padding-bottom: 20px !important;
}

.p-b-lg {
	padding-bottom: 40px !important;
}

.m-r-sm {
	margin-right: 10px !important;
}

.m-t-sm {
	margin-top: 10px !important;
}

.m-t-md {
	margin-top: 20px !important;
}

.m-l-sm {
	margin-left: 10px !important;
}

.m-b-md {
	margin-bottom: 20px !important;
}

.m-b-lg {
	margin-bottom: 40px !important;
}

body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.splash-language {
	position: fixed;
	z-index: 200000;
	background: white;
	color: gray;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.splash-language-title {
	text-align: center;
	max-width: 500px;
	margin: 15% auto;
	padding: 20px;
}

.splash-language-title h1 {
	font-size: 26px;
}

#side-menu li:not([class='side-menu-loader']) {
	display: none;
}

.side-menu-loader {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-heading-lg {
	font-size: 20px;
}

.loader-data {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-data-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-data-modal {
	position: absolute;
	background-color: #f7f9fa;
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-data-modal-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-data-modal-document-tab {
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-data-modal-document-tab-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-data-modal-document-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-data-modal-document-viewer {
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99998;
}

.loader-data-modal-document-viewer-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-data-document-quick-view {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-data-document-quick-view-content {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.active-filter {
	background-color: #3498db;
	color: #ffffff;
	padding: 10px;
	display: none;
}

#panelAutomaticRefreshIntervalInfoCont {
	display: none;
}

.table thead tr th i {
	margin-left: 4px;
	font-size: 12px;
	padding: 4px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ffffff;
}

.table thead tr th i:hover {
	color: #ffffff;
	background-color: #34495e;
	border: 1px solid #34495e;
}

.list table tbody tr {
	cursor: pointer;
}

.list table tr td {
	border-top: 0;
	border-bottom: 1px solid #e7eaec;
	padding: 10px 10px;
	vertical-align: middle;
}

.list table tbody tr:hover td {
	background-color: #3498db !important;
	color: #ffffff !important;
}

.list-nohover table tbody tr td span i {
	cursor: pointer;
	width: 9px;
}

.table-norows {
	text-align: center !important;
	padding: 40px !important;
	background-color: #ffffff !important;
	border: none !important;
}

.sorting-inactive {
	color: #cecfd0;
}

.tbl-cell-xxs {
	width: 20px;
}

.tbl-cell-xs {
	width: 30px;
}

.tbl-cell-xsm {
	width: 80px;
}

.tbl-cell-sm {
	width: 100px;
}

.tbl-cell-xmd {
	width: 120px;
}

.tbl-cell-md {
	width: 140px;
}

.tbl-cell-lg {
	width: 160px;
}

.tbl-cell-xl {
	width: 200px;
}

.tbl-cell-xxl {
	width: 240px;
}

.tbl-cell-50 {
	width: 50%;
}

.tbl-cell-overflow {
	height: 23px;
	overflow: hidden;
	max-width: 100%;
}

.tbl-cell-hidden {
	display: none;
}

.paging .paging-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	padding-left: 10px;
}

.paging .paging-total {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.dropdown-menu li a {
	padding: 8px 8px 8px 14px;
}

.loader-ddl {
	position: absolute;
	right: 44px;
	top: 33px;
	z-index: 9999;
	display: none;
}

.loader-ddl4 {
	position: absolute;
	right: 44px;
	top: 8px;
	z-index: 9999;
	display: none;
}

.listview-cont {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	overflow: auto;
}
.listview-cont ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.listview-cont ul li {
	padding: 8px;
	cursor: pointer;
}

.listview-cont ul li:hover {
	background-color: #3498db;
	color: #ffffff;
}

.listview-selected {
	background-color: #2a7aaf;
	color: #ffffff;
}

.listview-selected:hover {
	background-color: #2a7aaf !important;
	color: #ffffff;
}

.listview-disabled {
	color: #d9dedd !important;
	background-color: none !important;
	cursor: no-drop !important;
}

.listview-disabled:hover {
	color: #d9dedd !important;
	background-color: #ffffff !important;
	cursor: no-drop !important;
}

.hpanel-link {
	cursor: pointer;
}

.hpanel-link:hover .panel-body {
	background-color: #3498db !important;
	color: #ffffff !important;
}

.loader-home-message {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-home-message-cont {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.line-b-blue {
	border-bottom: 2px solid #3498db;
	padding-bottom: 10px;
}

.loader-homestats-chart1 {
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-homestats-chart1-cont {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.loader-homestats-chart2 {
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	display: none;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
}

.loader-homestats-chart2-cont {
	position: absolute;
	height: 50px;
	top: calc(50% - 25px);
	width: 100%;
}

.header-id-apps {
	padding: 14px 18px;
	font-size: 14px;
	float: right;
	background: #3498db;
	cursor: pointer;
}

.header-id-apps:hover {
	background: #34495e;
}

.id-apps {
	height: 27px;
}

#panelSso {
	min-height: 200px;
}

.thumbnailapp {
	border-width: 2px;
}

.thumbnailapp span {
	padding: 10px;
	display: block;
	text-align: center;
}

.link-user-app-disabled {
	cursor: not-allowed;
	border-color: #eeeeee;
}

.link-user-app-disabled img {
	opacity: 0.5;
}

.link-user-app-disabled:hover {
	border-color: #eeeeee !important;
}

.list-group-item-text {
	font-size: 11px;
}

.list-group-item-text strong {
	font-weight: bold !important;
}

.list-group-item button {
	position: absolute;
	right: 10px;
	top: 22px;
}

.panel-details {
	display: none;
}

.panel-details ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 20px;
}

.panel-details ul li {
	padding-bottom: 4px;
}

.panel-details h5 {
	border-bottom: 2px solid #3498db;
	padding-bottom: 6px;
}

.panel-details-scroll {
	overflow-y: auto;
}

.panel-details-cont {
	position: fixed;
	/*top: 306px;*/
	top: 80px;
	z-index: 999;
}

.tab-caret {
	position: absolute;
	left: 0px;
	margin-top: 22px;
	margin-left: calc(50% - 4px);
	color: #3f5872;
	display: none;
}

.label-attachments {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	margin-top: -4px;
	/* margin-left: -3px; */
	margin-left: -6px;
}

.label-attachments2 {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	margin-top: 3px;
	margin-left: 22px;
	z-index: 9000;
}

.label-renditions {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	margin-top: -4px;
	/* margin-left: -3px; */
	margin-left: -6px;
}

.label-renditions2 {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	margin-top: 3px;
	margin-left: 22px;
	z-index: 9000;
}

.grid-row-active td {
	background-color: #3498db !important;
	color: #ffffff !important;
}

.grid-row-active:hover {
	background-color: #3498db !important;
	color: #ffffff !important;
}

.modal-xxl {
	width: 100% !important;
}

.modal-title-document {
	width: calc(100% - 40px) !important;
	height: 38px;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.document-content-holder {
	padding: 0px !important;
	margin: 0px !important;
	background-color: #f7f9fa;
}

.document-content {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.document-content-details {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.document-content-details .hpanel {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px !important;
}

.document-content-viewer {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 100%;
}

.modal-body-iframe {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	resize: both;
	overflow: auto;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.modal-body-scroll {
	overflow: auto;
}

.panel-body-scroll {
	overflow: auto;
	min-height: 350px;
}

.splitter {
	position: absolute;
	margin-left: 4px;
	text-align: center;
}

.splitter i {
	display: block;
	padding: 4px;
	cursor: pointer;
	margin-bottom: 1px;
}

.splitter i:hover {
	background-color: #3498db;
	color: #ffffff;
}

#modalDocument {
	margin-top: -80px !important;
	padding-left: 0px !important;
	overflow: hidden;
}

.list-modal-document-attributes {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.list-modal-document-attributes li {
	padding-bottom: 10px;
}

.list-modal-document-attributes li label {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.list-modal-document-renditions {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list-modal-document-renditions li {
	margin-bottom: 10px;
}

.list-modal-document-renditions li button {
	position: absolute;
	right: 0;
	margin-right: 20px;
}

.list-modal-document-logs {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	list-style: none;
}

.list-modal-document-logs li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.list-modal-document-logs li div:first-child {
	margin-bottom: 4px;
}

.modal-header-sm {
	padding: 20px !important;
	border-bottom: none !important;
}

/* .modal-body-xml {
    width:100%;
    height:100%;
    display: none;
} */

.modal-footer-sm {
	border-top: none !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.modal-footer-center {
	text-align: center;
}

.ddl-modal-actions-v3 {
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

.btnSearchDeleteRow {
	position: absolute;
	right: 0;
	margin-right: 32px;
	margin-top: 8px;
}

.btnSearchDeleteRow2 {
	position: absolute;
	right: 0;
	margin-right: 32px;
	margin-top: 8px;
}

#btnSearchAddNewRow {
	position: absolute;
	right: 0;
	margin-right: 20px;
	margin-top: -4px;
}

#btnSearchAddNewRow2 {
	position: absolute;
	right: 0;
	margin-right: 20px;
	margin-top: -4px;
}

a.disabled {
	color: #989a9c;
	pointer-events: none;
}

.noGridActions {
	color: #6a6c6f !important;
	font-weight: normal !important;
	padding: 10px !important;
	text-align: center;
}

.noGridActions:hover {
	color: #6a6c6f !important;
	font-weight: normal !important;
	padding: 10px !important;
	text-align: center;
}

.sub-label {
	font-weight: normal !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n),
#panelTableSecurityAttributes table tbody tr:nth-child(4n-1) {
	background-color: #ffffff !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n) td table tbody tr td,
#panelTableSecurityAttributes table tbody tr:nth-child(4n-1) td table tbody tr td {
	background-color: #ffffff !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n) td table thead tr th,
#panelTableSecurityAttributes table tbody tr:nth-child(4n-1) td table thead tr th {
	background-color: #ffffff !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n) {
	border-bottom: 1px solid #e7eaec;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n) td {
	padding: 0px;
	margin: 0px;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2),
#panelTableSecurityAttributes table tbody tr:nth-child(4n-3) {
	background-color: #f9f9f9 !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2) td table tbody tr td,
#panelTableSecurityAttributes table tbody tr:nth-child(4n-3) td table tbody tr td {
	background-color: #f9f9f9 !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2) td table thead tr th,
#panelTableSecurityAttributes table tbody tr:nth-child(4n-3) td table thead tr th {
	background-color: #f9f9f9 !important;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2) {
	border-bottom: 1px solid #e7eaec;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2) td {
	padding: 0px;
	margin: 0px;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n) td table tbody tr {
	border-bottom: none;
}

#panelTableSecurityAttributes table tbody tr:nth-child(4n-2) td table tbody tr {
	border-bottom: none;
}

.list-nohover table tbody tr td {
	border: none !important;
}

.list-nohover table thead tr td {
	border: none !important;
}

.row-toggler-cont {
	display: none;
	padding-left: 20px;
}

.row-toggler-cont table {
	width: 100%;
}

.row-toggler-cont table thead tr th {
	padding: 4px;
	border-bottom: 1px solid #3498db;
}

.row-toggler-cont table tbody tr td {
	padding: 4px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.icon-mapings {
	position: absolute;
	margin-top: 26px;
	margin-left: -21px;
}

#listMessagesAll {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	list-style: none;
}

#listMessagesAll li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#listMessagesAll li div:first-child {
	margin-bottom: 4px;
}

.details-head {
	background-color: #f7f9fa;
	padding-top: 8px;
}

.btn-add-attachment {
	position: absolute;
	right: 0;
	margin-top: -40px;
	margin-right: 14px;
}

#listRenditions li {
	margin-bottom: 6px;
}
#listRenditions li button {
	position: absolute;
	right: 0;
	margin-right: 16px;
}

#listAttachments li {
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
}

.col-lg-0 {
	display: none;
}

.header-link2 {
	padding: 18px 26px 17px 26px;
	font-size: 14px;
	float: left;
	border-right: 1px solid #eaeaea;
	/* border-left: 1px solid #eaeaea; */
	margin-right: 15px;
	background: #f7f9fa;
	cursor: pointer;
}

.header-link2:hover {
	background: #f1f4f6;
}

.font-light {
	font-weight: 300;
}
