/*
* Name           : Modern
* Author         : Encoral Digital Solutions Sdn Bhd
* Version        : 2.0
*/

/*--GENERAL--*/
@font-face {
    font-family: 'roboto';
    src: url('../../font/Roboto-Regular.eot') format('embedded-opentype'),
		 url('../../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto';
    src: url('../../font/Roboto-Bold.eot') format('embedded-opentype'),
		 url('../../font/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
}

[v-cloak]
{
	display: none;
}

body{
	font-family: roboto;
	background-color: #F3F3F3;
	overflow-y: scroll !important; 
	padding: 0 !important;
}
#logo{
	background: url(logo.svg) no-repeat 16px center;
	display: block;
	width: 250px;
	height: 54px;
	float: left;
	margin-right: 3px;
}
#sidebar .profile {
    padding: 10px 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
	background: url(http://lorempixel.com/250/120/abstract);
}
#sidebar .profile:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245,122,117,.4) 0%, rgba(167,86,207,.5) 50%, rgba(151,91,222,.6) 100%);
    top: 0;
    left: 0;
    content: "";
}
#sidebar .profile .config {
    left: 0;
    top: 0;
}
#sidebar .profile .logout {
    right: 0;
    top: 0;
}
#sidebar .profile img {
    border-radius: 50%;
    border: 4px solid white;
    width: 70px;
    height: 70px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.fullContent #logo {
    width: 16px;
}
#searchMenuInput::placeholder {
  color: white !important;
  opacity: 0.5 !important;
}
.darken {
	background-image: url(darken.png);
	background-size: 100% 100%;
}
.blur {
	filter: blur(3px);
}
.flag-icon {
	font-size: 20px;
}
.CodeMirror-fullscreen {
    z-index: 1000 !important;
    width: 100% !important;
}
table{
	border-collapse: collapse;
}
#quickaccessList {
	max-height: 70vh;
	overflow: hidden;
}
.table.no-border th, .table.no-border td {
	border: 0;
    padding: 2px;
    vertical-align: middle !important;
}
.card, .accordionToggler {
    box-shadow: 0 2px 4px rgba(0,0,0,.08); /*official shadow*/
    margin-bottom: 15px !important;
	padding: 10px 15px;
	background: white;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
	width: 100% !important;
	overflow: initial !important;
}
.cardMerge:after {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 18px;
    background: white;
    left: -1px;
    top: -17px;
    box-shadow: 1px 0px 0px rgba(0,0,0,.01), 2px 0px 0px rgba(0,0,0,.01), 3px 0px 0px rgba(0,0,0,.01), -1px 0px 0px rgba(0,0,0,.01), -2px 0px 0px rgba(0,0,0,.01), -3px 0px 0px rgba(0,0,0,.01);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}
.page_wrapper_component.cardMerge {
    overflow: initial !important;
}
#pagetitle {
	display: none;
}
button:focus,
a:focus 
{
    outline: none;
}
.infinity {
	display: inline-block;
	transform: translate(8px, -2px) scale(1.4);
	color: #E74C3C;
}
.toggleAccordion {
	cursor: pointer;
    position: absolute;
    width: calc(100% + 30px);
    height: 45px;
    top: -10px;
    left: -15px;
    margin-bottom: 0;
}
div .toggleAccordion {
	width: 100%;
	left: 0;
    top: 0;
}
.flcTabular .toggleAccordion {
    width: 100%;
    top: 0;
    left: 0;
}
.date-picker-control {
    width: 0;
    min-width: 0 !important;
    margin: 0 !important;
}
.datepicker.form-control[readonly]:not([disabled]) {
	background: initial;
}
.datePicker:before {
    content: '';
    background: rgba(0,0,0,.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
button, input, optgroup, select, textarea {
	line-height: initial;
}
.icon, .icon+span {
	vertical-align: middle;
}
select.form-control:not([size]):not([multiple]) {
    height: initial;
}
.form-control[contenteditable] {
	height: initial;
}
label.form-control {
    border: 1px solid transparent;
    padding-left: 0;
}
label {
	margin-bottom: 0;
}
.flcReport > tbody > tr > td.listingContent > .form-control {
    margin: -5px 0px;
}
.nowrap {
	white-space: nowrap;
}
svg text {
	font-family: roboto;
}
.form-group {
	margin-bottom: 0;
}
.form-group > label, .form-group > div, .mb-4px, .mb-4px + .select2 {
    margin-bottom: 4px;
}
.circle-medium {
	position: relative;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    font-size: 25px;
    text-align: center;
    padding-top: 5px;
}
.profileList {
	margin-bottom: 6px;
}
.profileList td,
.profileList th
{
    border-left: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
}
.profileList thead th,
.profileList tr:last-child td
{
	border-bottom: 1px solid #DEE2E6;
}
.profileList thead th { cursor: initial; }
font[color=red] {
    color: #DC3545;
}
p {
	text-align: justify;
}
.action-column a[disabled] {
	pointer-events: none;
	opacity: .3;
}
.dropdown-item {
	padding: .25rem 15px;
}

/* =================================================================================== noUi slider start*/
.noUi-horizontal {
    height: 10px;
}
.noUi-target {
    border: 1px solid #CED4DA;
    box-shadow: none;
}
.noUi-target, .noUi-connects {
    border-radius: .25rem;
}
.noUi-handle {
    border: none;
    border-radius: 50%;
	outline: 0 !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    box-shadow: none;
}
.noUi-handle:after {
    content: attr(aria-valuetext);
    width: auto;
    height: auto;
    background: transparent;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
	font-size: .75rem;
}
.noUi-handle:before {
	display: none;
}
/* =================================================================================== noUi slider end*/

/* =================================================================================== font icon resize, adjust, fontawesome, font-awesome start*/
.fa.fa-download, .fa.fa-upload {
	font-size: 17px;
    transform: translateY(2px);
    margin-top: -3px;
}
.fa.fa-trash {
    font-size: 17px;
    transform: translateY(1px);
    margin-top: -3px;
}
.fa.fa-cloud-upload {
    font-size: 17px;
    transform: translateY(2px);
	margin-top: -3px;
	pointer-events: none;
}
.fa.fa-phone {
    font-size: 17px;
    transform: translateY(2px);
}
.fa.fa-code-fork {
	font-size: 15px;
    transform: translateY(1px);
    text-shadow: 0 0 0 white;
}
:disabled .fa.fa-code-fork {
	text-shadow: 0 0 0 #55595C;
}
.modal-header .fa.fa-share-alt {
	transform: scale(.6);
}
.icon-flow-tree {
    transform: scale(1.1);
    display: inline-block;
}
.icon-wrap_text {
    transform: scale(1.3);
    display: inline-block;
}
td i.fae {
    transform: translateY(1px) scale(1.2);
    display: inline-block;
}
/* =================================================================================== font icon resize end*/

/* =================================================================================== timeline start*/
ul.timeline {
    list-style-type: none;
    position: relative;
	padding-left: 10px;
}
ul.timeline:before {
    content: ' ';
    background: #D4D9DF;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #007BFF;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li > a {
	color: #007BFF !important;
	text-decoration: none;
}
/* =================================================================================== timeline end*/

/* =================================================================================== dropzone start*/
.dropzone {
	padding: 4px 30px 0 10px;
	pointer-events: none;
	border-radius: .25rem; 
}

	.dropzone .dropdown-menu:not(.template-container) {
		min-width: 100%;
	}
	.dropzone .dz-remove {
		display: none;
	}
	.dropzone .dz-message {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	.dropzone .dz-message .fa-cloud-upload {
		font-size: 30px;
		color: #9E9E9E;
	}

	.dropzone .dz-preview {
		border: 0;
		margin: 0 4px 4px 0;
		max-width: 234px;
		pointer-events: initial;
	}
	.dropzone .dz-preview .dz-remove {
		top: 0;
		right: 0;
		padding: 1px 10px;
	}
	.dropzone .dz-preview .dz-details .dz-filename {
		padding-right: 0;
	}
	.dropzone .dz-preview .dz-error-message {
		top: 56px;
		left: 43px;
		text-align: center;
	}
	.dropzone .dz-preview.dz-file-preview .dz-image,
	.filepicker
	{
		border-radius: .25rem;
		background: #55595C;
	}
	.dropzone .dz-preview.dz-file-preview.dz-error .dz-image {
		background: #DC3545;
	}
	.dropzone .dz-preview .dz-error-message {
		background: #424242;
	}
	.dropzone .dz-preview .dz-error-message:after {
		border-bottom: 6px solid #424242;
	}
	.dropzone .dz-preview:not(.dz-processing) .dz-progress {
		animation: unset;
	}
	.dropzone .dz-preview .dz-progress {
		border-radius: .25rem;
	}
	.dropzone .dz-preview .dz-success-mark svg,
	.dropzone .dz-preview .dz-error-mark svg
	{
		display: none;
	}
	.dropzone .dz-preview .dz-success-mark:after,
	.dropzone .dz-preview .dz-error-mark:after
	{
		content: "\f058";
		font: 30px FontAwesome;
		color: rgba(255,255,255,.7);
	}
	.dropzone .dz-preview .dz-error-mark:after {
		content: "\f071";
	}
	.dropzone .dz-preview .dz-success-mark,
	.dropzone .dz-preview .dz-error-mark
	{
		padding-top: 5px;
	}
	.dropzone .dz-preview .dz-success-mark {
		left: calc(50% - 12.86px);
	}
	.dropzone .dz-preview .dz-error-mark {
		left: calc(50% - 15px);
	}

.dropzone.dz-drag-hover .dz-message {
	opacity: 1;
}
.dropzone.dz-clickable * {
	cursor: pointer;
}
.dropzone .dz-size strong {
	font-weight: normal;
}
.dropzone.readonly {
	background: #E9ECEF;
	pointer-events: none !important;;
}
.dropzone.readonly .hide-if-readonly {
	display: none !important;
}
.dropzone .hide-if-readonly[href^='ms-'] {
	display: none;
}
.dropzone:not(.mini) {
	min-height: 60px;
}
.dropzone.mini,
.filepicker
{
	position: relative;
    padding: 0;
    width: 60px;
	height: 31px;
}
.filepicker-batch {
	display: inline-block;
    text-align: center;
    border-radius: 100px;
    min-width: 15px;
    font-size: 10px;
    background-color: #E74C3C;
    color: white;
    position: absolute;
    top: 2px;
    right: 2px;	
}
.dropzone.mini .dz-preview {
	margin-right: 0;
}
.dropzone[initialized] { pointer-events: initial; }
.dropzone[initialized] .fa-cloud-upload { display:inline-block; }
.dropzone[initialized] .spinner { display:none; }

.dropzone.mini[initialized] .dz-preview:after,
.dropzone.mini[initialized]:after,
.filepicker:after
{
	content: "\f0ed";
    font: 22px FontAwesome;
    position: absolute;
    top: 4px;
    left: 18px;
    z-index: 15;
    pointer-events: none;
}
.dropzone.mini[initialized]:after{
    content: "\f0ee";
    color: #9E9E9E;
}
.dropzone.mini[initialized] .dz-preview:after,
.filepicker:after
{
	color: white;
	z-index: 100;
}
.dropzone.mini .dz-preview .dz-progress,
.dropzone.mini .dz-preview .dz-image
{
    height: 31px;
	margin: -1px;
	width: calc(100% + 2px);
}
.dropzone.mini .dz-details,
.dropzone.mini .fa-cloud-upload
{
	display: none !important;
}
.dropzone.mini .spinner {
	height: 19px;
    margin-top: -50px;
}
.dropzone.mini .dz-preview .dz-success-mark,
.dropzone.mini .dz-preview .dz-error-mark
{
	top: -6px;
}
.dropzone .dropzone-menu,
.dropzone .element-menu
{
	position: absolute;
    z-index: 25;
}
.dropzone .dropzone-menu {
	top: 1px;
    right: 16px;
    color: #C8CDD2 !important; /*official mute color*/
}
.dropzone .element-menu {
    width: 100%;
    height: 100%;
}
.dropzone .element-menu [data-toggle] {
	width: 100%;
    height: 100%;
}
.dropzone .dropzone-menu [data-toggle] {
    padding: 10px 10px;
    font-size: 20px;
}
.dropzone-menu-toggler {
	height: 100%;
    position: absolute;
    width: 100%;
	cursor: pointer;
    z-index: 25;
}
.dropzone .fa-cloud-upload { display:none; }
.dropzone .spinner { height:30px; display:inline-block; }
.dropzone .icon-onlyoffice { margin: 0 10px 0 0; }
.dropzone .icon-microsoft { margin: 0 12px 0 2px; }
.dropzone .icon-download { margin: 0 10px 0 -1px; }
.dropzone .icon-delete { margin: 0 11px 0 1px; font-size: 17px; }
.dropzone .icon-microsoftword, .dropzone .icon-microsoftexcel { font-size: 20px; }

.dropzone .waitingFromTemplates {
	position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-radius: .25rem;
    background: rgba(0,0,0,.7);
    z-index: 1000;
    display: none;
}
.dropzone .waitingFromTemplates .spinner-border {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}
.dz-allowFromTemplates {
	padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 15px;
}
.dz-body-error:after {
    content: 'DMS tidak dapat disambungi';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dz-body-error .dz-message {
    display: none;
}
.dz-body-error {
    background: #be2626 !important;
    border-color: #841212;
    /* content: 'dddggggggggggggggggd'; */
    position: relative;
}
/* =================================================================================== dropzone end*/

/* =================================================================================== select2 start*/
.select2-container--default {
	width: 100% !important;
}
.tableContent select#menuParent + .select2-container--default {                     /* Menu Editor */
	width: calc(100% - 37px) !important;
	margin: 0;
	vertical-align: top;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	border-radius: .25rem;
	border: 1px solid #CED4DA;
	min-height: 31px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus {
	outline: 0;
	border: 1px solid black;
}
.select2-search--dropdown .select2-search__field {
	outline: initial;
}
.allow-clear + .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 40px;
}
.allow-clear + .select2-container .select2-selection--multiple .select2-selection__rendered {
	padding-right: 20px;
}
.allow-clear[multiple] + .select2-container .select2-selection__clear {
	right: 1px;
}
.select2-selection__clear {
    position: absolute;
    top: 1px;
    right: 21px;
    width: 20px;
    color: #888;
	font-weight: bold;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 4px;
    cursor: pointer;
	z-index: 1;
}
.select2-container--disabled .select2-selection__clear {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: #55595C;
    padding: 0px 20px 1px 5px;
	border: 0;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #C8CDD2 !important; /*official mute color*/
    position: absolute;
    top: 0px;
    right: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 10px;
	transform: translateY(4px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
/* =================================================================================== select2 end*/

/* =================================================================================== datatable start*/
table.dataTable td > [class*=dtStatus-] {
	width:5px;
	height:41px;
	padding:0 !important;
	display: block;
}
table.dataTable .highlight {
	background-color: yellow;
}
.dtStatus-done { background:#9E9E9E; }
.dtStatus-safe { background:#3E50B4; }
.dtStatus-warning { background:#ABCB41; }
.dtStatus-danger { background:#DC3545; }
.dtStatus-oversea-success { background:#28A745; }
.dtStatus-warning { background:#FFC107; }
.dtStatus-danger { background:#DC3545; }

.dtStatusCol {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.dtStatusCol:after, .dtStatusCol:before {
	display: none !important;
}
.small-column {
	width: 1px;
}
table.dataTable {
	border-spacing: 0;
	width: 100% !important;
	table-layout: initial !Important; /*need to fix sindu tabledragger interference*/
}
table.dataTable td,
table.table td
{
	padding: 10px 15px;
	border-bottom: 1px solid #E9ECEF;
}
table td > .form-control,
table td > .dropzone,
table td > .select2-container,
table td > .input-group
{
	margin: -5px auto;
}
table th.action-column, table td.action-column {
    padding: 0 !important;
    white-space: nowrap !important;
}
table th.action-column, table td.action-column {
	width: 1px !important;
}
table th.action-column:not(.text-right), table td.action-column:not(.text-right) {
    text-align: center !important;
}
table th.action-column {
	padding: 10px 15px !important;
}
table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a,
table .action-column > form > a,
.mobile-icon
{
	padding: 13px 7.5px;
    display: inline-block;
	cursor: pointer;
}
table td.listingContent.action-column > a:first-of-type,
table .action-column > form > a:first-of-type
{
	padding-left: 15px;
}
table td.listingContent.action-column > a:last-of-type,
table .action-column > form > a:last-of-type
{
	padding-right: 15px;
}
table td.listingContent > label {
    width: initial !important;
	display: initial !important;
}
table td.action-column > .prettyCheck {
	margin-top: 13px;
}
.dataTables_wrapper {
	padding-right: 0;
    padding-left: 0;
}
.page-link:focus {
    box-shadow: initial;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 9px;
}
.truncate-container {
    position: relative;
	top: 10px;
    max-width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    vertical-align: text-bottom !important;
}
.truncate {
    position: absolute;
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    width:100%;
    top: -10px;
    left: 0;
}
.truncate-container:after,
.truncate:after {
    mcmpenting_content: '';
    mcmpenting_display: inline;
    mcmpenting_visibility: hidden;
    mcmpenting_width: 0;
}
td.text-truncate {
	max-width: 1px;
}
.dataTables_wrapper > .row .col-sm-12.col-md-6:nth-child(1) {
	-ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.dataTables_wrapper > .row .col-sm-12.col-md-6:nth-child(2) {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
body div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}
.dataTables_wrapper > .row:nth-child(1) > .col-sm-12:nth-child(2) {
	pointer-events: none;
}
.dataTables_wrapper > .row:nth-child(1) > .col-sm-12:nth-child(2) [type=search] {
	pointer-events: initial;
}
.DTFC_ScrollWrapper {
	height: auto !important;
}
div.dataTables_wrapper div.dataTables_processing {
    margin: 0 !important;
    transform: translate(-50%, -50%);
    height: 100%;
    box-shadow: none;
    border: 0;
    background-color: rgba(255,255,255,.9);
}
div.dataTables_wrapper div.dataTables_processing .spinner-border {
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
}
.dataTables_scrollBody thead tr {
    visibility: collapse;
}
/* =================================================================================== datatable end*/

/*--HEADER--*/
#header{
	background-color: white;
	width: 100%;
	height: 54px !important; /*overwrite layout properties*/
	box-shadow: 0 2px 4px rgba(0,0,0,.08); /*official shadow*/
	position: fixed;
	top: 0;
    z-index: 200;
}
#hide-sidebar {
	padding: 12px 10px;
    font-size: 28px;
}
#hide-sidebar:after {
    background: rgba(0,0,0,.5);
    width: calc(100vw - 250px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
}
#home,
#help,
#quickaccess,
#notification,
#actionMenu
{
	padding: 16px 10px;
    font-size: 20px;
}
#mobileTitle {
	padding: 15px 0;
	font-size: 16px;
}
#actionMenu {
    line-height: 0;
}
#globalsearch {
	padding: 12px 10px;
	font-size: 20px;
}
.profileContainer {
	margin-right: 2px;
}
.profileContainer > div:first-child {
	padding: 16px 10px;
}
.languageContainer > div:first-child {
	padding: 16px 10px;
}
.valign img, .valign span, .valign i {
	vertical-align: middle;
}
.dropdown-item.selected, .dropdown-item:selected {
	background-color: #E0E0E0;
}
.dropdown-menu i {
	margin-right: 10px;
}
.dropdown-menu hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.listingHead label {
	margin-bottom: 0;
	text-decoration: none !important;
}
a.nodeco {
	text-decoration: none !important;
}
.modal-max {
	max-width: 90%;
}
.modal-open {
  overflow: scroll;
}
.profilePic {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	object-fit: cover;
}
/*
.topMenuDiv{
	text-align: center;
	position: absolute;
	background-color: #4681AA;
	height: 38px;
	padding: 6px 10px;
	top: 0;
	border-bottom: 4px solid #3B7692;
}
.topIcon{
	background-image: url('images/top_icons.png');
	background-repeat: no-repeat;
	width: 37px;
	height:38px;
}
#topLogoutLinkIcon{ background-position: -74px 0px; }
#topHomeLinkIcon  { background-position: 0px 0px; }
#topDateIcon      { background-position: -37px 0px; float:right;}
#topLogoutLink{
	right: 0;
	background-position: center right;
}
#topHomeLink{
	right: 57px;
	border-right: 1px solid #3B7692;
}
#topTime{
	right: 115px;
	border-right: 1px solid #3B7692;
}
*/
.iCheckGroup {
	margin-top: 5px;
}
.iCheckGroup .iCheckGroup {
	margin-top: 0;
}
.iCheckGroup.horizontal {
	margin-right: 15px;
	margin-bottom: 0;
}
.iCheckGroup + .iCheckGroup:not(.horizontal) {
	display: block;
}

table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a,
#hide-sidebar,
#home,
#help,
#quickaccess,
#notification,
.dropzone .dropzone-menu [data-toggle]
{
	line-height: 1;
}
#notification {
	position: relative;
	color: #E74C3C;
}
#notification:hover .pulse {
	display: none;
}

/* ================================================================================== UTILITY START */
.pointer {
	cursor: pointer;
}
.shown:not(.d-none) {
	display: initial !important;
}
.invi {
	opacity: 0 !important;
	pointer-events: none;
}
.semi-invi {
	opacity: .3 !important;
	pointer-events: none;
}
.hasEvent {
	pointer-events: initial !important;
}
.noEvent {
	pointer-events: none !important;
}
.pulse {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: radial-gradient(transparent, #E74C3C);
	animation: pulse 1.5s infinite;
	position: absolute;
	top: 15px;
    left: 10px;
}
@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}
.rotate {
	animation: rotate 1.5s infinite linear;
}
@keyframes rotate {
	100% { transform: rotate(360deg); }
}

/* ================================================================================== IFRAME START */
iframe {
	border: 0;
	width: 100%;
}
body.iframe_body {
	background-color: white;
	overflow: auto;
}
#content.withSideBarLeft.iframe_content {
	margin: 0 !important;
	overflow-x: hidden;
}
/* ================================================================================== IFRAME END */

/* ================================================================================== LIVE ICON START */
back {
    position: relative;
    padding-left: 55px;
	cursor: pointer;
}
back:after {
	width: 45px;
    height: 45px;
    top: -12px;
    left: 0;
    content: "\f177";
    position: absolute;
    text-align: center;
    font: 25px FontAwesome;
    line-height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    color: #9E9E9E;
    transition: .2s;
}
back:hover:after {
	background: rgba(255,255,255,1);
}
back:before {
	width: 59px;
    height: 59px;
    top: -19px;
    left: -7px;
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px solid white;
	transition: .2s;
	transform: scale(0);
}
back:hover:before {
	transform: scale(1);
}
#mobileTitle back {
    padding-left: 45px;
}
/* ================================================================================== LIVE ICON END */

/* ================================================================================== FAB */
.fixed-action-button {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
}
.fixed-action-button .padder {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 10px;
}
.fixed-action-button .padder a {
	position: relative;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	border-radius: 50%;
	display: block;
	color: white !important;
	text-align: center;
    font-size: 20px;
	padding-top: 14px;
	width: 56px;
	height: 56px;
	cursor: pointer;
}
.fixed-action-button .padder:not(:first-child) a {
	padding-top: 6px;
	width: 40px;
	height: 40px;
}
.fixed-action-button .padder:not(:first-child) {
	right: 8px;
	-webkit-transition: .3s;
	transition: .3s;
	
	opacity: 0;
	-webkit-transform: translateY(0) scale(0.4);
	-ms-transform: translateY(0) scale(0.4);
	transform: translateY(0) scale(0.4);	
}
.fixed-action-button:hover .padder:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(-66px) scale(1);
	-ms-transform: translateY(-66px) scale(1);
	transform: translateY(-66px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateY(-116px) scale(1);
	-ms-transform: translateY(-116px) scale(1);
	transform: translateY(-116px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(4) {
	opacity: 1;
	-webkit-transform: translateY(-166px) scale(1);
	-ms-transform: translateY(-166px) scale(1);
	transform: translateY(-166px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(5) {
	opacity: 1;
	-webkit-transform: translateY(-216px) scale(1);
	-ms-transform: translateY(-216px) scale(1);
	transform: translateY(-216px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(6) {
	opacity: 1;
	-webkit-transform: translateY(-266px) scale(1);
	-ms-transform: translateY(-266px) scale(1);
	transform: translateY(-266px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(7) {
	opacity: 1;
	-webkit-transform: translateY(-316px) scale(1);
	-ms-transform: translateY(-316px) scale(1);
	transform: translateY(-316px) scale(1);
}
/* ================================================================================== FAB END */

/* ================================================================================== FAB V2 START */
.wowfab {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.wowfab:before {
	content: '';
	zzzbackground: rgba(255,0,0,.3);
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}
body > .wowfab {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 56px;
	height: 56px;
	background-color: #A945BF;
	color: white;
    z-index: 100;
}
.wowfab i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wowfab > .wowfab {
	width: 46px;
	height: 46px;
	font-size: 18px;
	background-color: #687888;
}
.wowfab > .wowfab > .wowfab {
	width: 36px;
	height: 36px;
	font-size: 16px;
	background-color: #19B4CA;
}
.wowfab > .wowfab > .wowfab > .wowfab {
	width: 26px;
	height: 26px;
	font-size: 14px;
	background-color: #C8D24B;
}
/* ================================================================================== FAB V2 END */

/* ================================================================================== BREADCRUMBS MENU START */
#breadcrumbs .breadcrumbs-menu {
	background-color: transparent;
}
#breadcrumbs .breadcrumbs-menu:first-child {
	margin-left: -10px;
}
#breadcrumbs .breadcrumbs-menu:hover {
	border-color: transparent;
}
#breadcrumbs .dropdown {
    display: inline;
	margin-right: 10px;
}
#breadcrumbs .dropdown-item {
	cursor: pointer;
}
/* ================================================================================== BREADCRUMBS MENU END */

/* ================================================================================== TOOLTIP START */
[class*=roza-tooltip] {
	position: relative;
}
.roza-tooltip-bottom:hover:after, .roza-tooltip-left:hover:after {
	position: absolute;
    display: block;
    content: attr(data-title);
	white-space: nowrap;
    background: #424242;
    color: white;
    padding: 4px;
    border-radius: 4px;
    line-height: initial;
    font-size: 12px;
    font-weight: normal;
	z-index: 25;
}
.roza-tooltip-bottom:hover:before,
.roza-tooltip-left:hover:before,
.roza-htmltooltip-bottom .roza-htmltooltip-content:before
{
    background: #424242;
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
	z-index: 25;
}
.roza-tooltip-bottom:hover:after {
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
}
.roza-tooltip-bottom:hover:before {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.roza-tooltip-left:hover:after {
    top: 50%;
    right: calc(100% + 8px);
    transform: translateY(-50%);
}
.roza-tooltip-left:hover:before {
    top: 50%;
    right: calc(100% + 5px);
    transform: translateY(-50%) rotate(45deg);
}

.roza-htmltooltip-bottom {
	position: relative;
}
.roza-htmltooltip-bottom .roza-htmltooltip-content {
	display: none;
	position: absolute;
    background: #424242;
    color: white;
    padding: 4px;
    border-radius: 4px;
    line-height: initial;
    font-size: 12px;
    font-weight: normal;
    z-index: 25;
	top: 25px;
	left: 50%;
    transform: translateX(-50%);
}
.roza-htmltooltip-bottom:hover .roza-htmltooltip-content {
	display: block;
}
.roza-htmltooltip-bottom .roza-htmltooltip-content:before {
    top: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.headerIcon .roza-tooltip-bottom:last-of-type:hover:after {
    transform: translateX(calc(-50% - 20px));
}
/* ================================================================================== TOOLTIP END */

/* ================================================================================== SINDU TABLEDRAGGER START */
.sindu_static > table.dataTable {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* ================================================================================== SINDU TABLEDRAGGER END */

/* ================================================================================== DATERANGE PICKER START */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect
{
    width: 55px;
    padding: 4px;
    border-radius: .25rem;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	width: initial;
	border-color: #CED4DA;
}
.daterangepicker .calendar {
	margin: initial;
}
.daterangepicker.auto-apply .drp-buttons {
	display: block !important;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled
{
	text-decoration: initial;
	color: #C8CDD2; /*official mute color*/
}
/* ================================================================================== DATERANGE PICKER END */

/*--SIDEBAR--*/
#sidebar {
	height: calc(100vh - 54px);
    width: 250px;
    position: fixed;
	top: 54px;
    left: 0;
	box-shadow: 2px 0px 4px rgba(0,0,0,.08); /*official shadow right*/
	z-index: 10;
}
body.fullContent #sidebar {
	display: none;
}

/*Profile Block*/
#profileBlock{
	padding: 8px;
	background-color: #696969;
	float: left;
	width: 234px;
	color: #FCFCFC;
}
#sidebar .profileImageBlock{
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	margin-right: 5px;
}

/*search*/
#sidebar .searchMenuBlock{
	padding: 15px;
	background: rgba(0,0,0,.2);
}
#sidebar .searchMenuBlock input{
	font-size: 0.7rem;
    background: rgba(255,255,255,.1);
    color: white !important;
    border: 0;
}

/*side menu list*/
ul.sideMenuList{
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul.sideMenuList li a{
	display: block;
	padding: 6px 30px 6px 15px;
	color: white !important;
	text-decoration: none;
	width: 250px;
}
ul.sideMenuList li a.menuActive {
    background-color: rgba(255,255,255,.4); /*official active menu*/
}
ul.sideMenuList li a.noChild.menuActive{
	color: #6F6F6F;
}

/* side menu icons*/
ul.sideMenuList.menuLevel1 li > a{ padding-left: 15px; }
ul.sideMenuList.menuLevel2 li > a{ padding-left: 30px; background: rgba(0,0,0,.2); }
ul.sideMenuList.menuLevel3 li > a{ padding-left: 45px; background: rgba(0,0,0,.4); }
ul.sideMenuList.menuLevel4 li > a{ padding-left: 60px; background: rgba(0,0,0,.6); }
ul.sideMenuList.menuLevel5 li > a{ padding-left: 75px; background: rgba(0,0,0,.8); }
ul.sideMenuList.menuLevel6 li > a{ padding-left: 90px; background: rgba(0,0,0,1); }
ul.sideMenuList.menuLevel7 li > a{ padding-left: 105px; background: rgba(0,0,0,1); }
ul.sideMenuList.menuLevel8 li > a{ padding-left: 130px; background: rgba(0,0,0,1); }
ul.sideMenuList.menuLevel9 li > a{ padding-left: 145px; background: rgba(0,0,0,1); }
ul.sideMenuList.menuLevel10 li > a{ padding-left: 160px; background: rgba(0,0,0,1); }

ul.sideMenuList a {
	position: relative;
}

.hasChild:after, .toggleAccordion:after {
    content: "\e901";
    font-family: icomoon;
    position: absolute;
    right: 15px;
    top: 7px;
    transform: rotate(0);
    transition: all .3s ease-in-out;
}
.toggleAccordion:after {
	top: 10px;
}
.hasChild.isOpened:after, .toggleAccordion.isOpened:after {
    transform: rotate(90deg);
}
#sideMenuLeft {
	height: calc(100% - 10px);
}
.menu-scroller {
	height: calc(100% - 54px);
}

/*--TOPMENU--*/
#topMenuBar{
	background-color: #DFDFDF;
	height: 35px;
}
/*search*/
#topMenuBar .searchMenuBlock {
	float: right;
	padding: 4px;
	position: relative;
}
#topMenuBar .searchMenuBlock input {
	padding: 5px;
	font-family: inherit;
	background: #ffffff url('images/search-icon.png') no-repeat right center;
	border: none;
	width: 200px;
	font-size: 11px;
	border-right: 3px solid #ffffff;
}
/*profile*/
#topMenuBar #profileBlock{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 89px;
}
ul.topMenuList ul{display: none;}
ul.topMenuList li:hover > ul{display: block;}
ul.topMenuList ul{position: absolute; left:-1px; top:98%; background-color: #DFDFDF; z-index: 1000; border: 1px solid #b4b4b4; box-shadow:0px 0px 2px #b4b4b4;}
ul.topMenuList ul ul{position: absolute;left:98%;top:0;}

ul.topMenuList,
ul.topMenuList ul {
	margin: 0;
	list-style:none;
	padding: 0;
	float: left;
}
ul.topMenuList ul{
	min-width: 180px;
}
ul.topMenuList li{
	display:block;
	float: left;
}
ul.topMenuList.menuLevel1 > li > a{
	border-right: 1px solid #CACACA;
	line-height: 35px;
	padding: 11px 8px 11px 28px;
}
ul.topMenuList li a{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 8px 7px 28px;
}
ul.topMenuList ul li{
	float: none;
	/*border-bottom: 1px dotted #33618B;*/
}
ul.topMenuList li:hover{
	position:relative;
}
ul.topMenuList li a:hover{
	position:relative;
	background-color: #D3D3D3;
}
ul.topMenuList ul li a{
	display: block;
}

/* top menu icons*/
ul.topMenuList.menuLevel1 > li > a{
	background-position: 8px 9px;
}
ul.topMenuList ul a{
	background-position: 8px 6px;
}



/*--CONTENT--*/
#content.withSideBarLeft {
	margin: 79px 15px 0 265px;
}
#content.withSideBarLeft.fixedWidth {
	margin: 79px 15px 15px calc(50% - 410px);
    width: 1070px;
}
body.fullContent #content {
	margin-left: 15px;
}
#content.withSideBarRight{
	margin: 250px;
	padding: 15px;
}
#content.withTopMenu{
	padding: 15px;
}
#breadcrumbs {
    font-size: 0.875rem;
	padding: 10px 0 25px 0;
	color: #9E9E9E;
}
#sideLeftContent{
	width:235px;
	margin: 10px auto 0 auto;
	overflow: auto;
}
#content .tab .componentArea td
{
	padding:4px;
	color:#000;
	background-color: #ffffff;
}
#content .tab td.tabHead
{
	/*border: 1px solid #cccccc;*/
	border-bottom:none;
	background-color: #4681AA;
	padding:8px 17px 8px 17px;
	color:#fff;
	/*border-top:5px solid #ffffff;*/
	border-radius: 5px 5px 0px 0px; 
	cursor:pointer; 
}
#content .tab .componentArea
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding:10px ;
	color:#fff;
}
#content .tab td.selected
{
/*border-top:5px solid #4681AA;*/
background-color:#7DAED1;
}
.contentButtonFooter{
	text-align: right;
}
#content iframe.sysadmin{
	border:1px solid #CCCCCC;
}
.form-group > label
{
	font-weight: bold;
	position: relative;
	padding-top: 5px;
}
.inputArea > a,
.inputArea > label:not(.inputInput)
{
	padding: 5px 15px 5px 0; /*input padding 4 tp extra 1 utk border*/
}
td.listingContent:not(:last-child)
{
    padding-right: 25px;
}

/*--OTHERS--*/
.inputButton, .btn { /*same with bootstrap .btn*/
    cursor: pointer;
    border: 1px solid transparent;
    padding: 4px 10px;
    border-radius: .25rem;
	line-height: 1.5;
    transition: all .3s ease-in-out;
}
#content.lov{
	position: static !important;
}
#bottom{
	display: none;
}
#footer{
	width: 100%;
	text-align: center;
	color:#8D8D8D;
	margin: 10px 0;
	font-size:10px;
	padding-bottom:20px;

}
#pageProperties{
	border-bottom: 1px dotted #888;
	padding: 5px;
	text-align: right;
	color: #888;
	display: none;
}
#hide-header{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
@media only screen and (max-width: 480px) {
    #topTime {
        display: none;
    }
    svg {
        max-height: 300px !important;
    }
	#quickaccessDropdown.dropdown-menu.show {
		transform: none !important;
		top: 52px !important;
		width: 100%;
	}
}
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../img/ajax-loader.gif) center no-repeat #fff;
	opacity: 0.5;
}

/* ================================================================================= */

/*REPORT*/
#report { border-collapse:collapse;}
#report h4 { margin:0px; padding:0px;}
#report img {vertical-align:middle; }
#report ul {width:100%;}
#report li {padding:10px;width:100%;}
#report th { background:#3B6C8E; color:#fff; padding:7px 15px; text-align:left;}
#report td { background:#FFF none repeat-x scroll center left;border:1px solid #8cbae8; }
#report tr.odd td { background:#FFF;border-bottom:1px solid #CCC; cursor:pointer;padding:7px; }
#report div.arrow { background:transparent url(../../img/icon/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#report div.up { background-position:0px 0px;}
#report .textBold{    
	color: #5c5c5c;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.Table
{
	display: table;
	width : 100%;
}
.Title
{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.Heading
{
	display: table-row;
	font-weight: bold;
	text-align: center;
}
.Row{
	display: table-row;
	width:100%;
}
.Cell
{
	display: table-cell;
	border: none;
	border-width: thin;
	padding: 6px 5px 6px 5px;
}

.alignText{
	text-align:right;
}

.controlPanel {
    background-color: #e6e6e6;
    height: 28px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 3px;
    padding-top: 3px;
}

#exportas td {
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #aaa;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
}

#popupSave, #showQuery{
width:100%;
height:100%;
/*opacity:.95;*/
top:0;
left:0;
display:none;
position:fixed;
/*background-color:#313131;*/
overflow:auto
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupForm, div#popupQuery{
position:fixed;
left:40%;
top:40%;
/*margin-left:-150px;*/
max-width:300px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:5px;
background-color:#fff
}

#popupForm  h2, #popupQuery h2 {
background-color:#608eb3;
padding:10px 35px;
margin:-10px -50px;
text-align:center;
border-radius:3px 3px 0 0
}
#popupForm hr, #popupQuery hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc;
color : #fff;
}

/* ================================================================================= */

/* =================================================================================== metro-tab start */
.metrotab {
	display: none;
}
/* =================================================================================== metro-tab end */

/* =================================================================================== responsive */
@media only screen and (max-width: 1200px) {
	body #content.withSideBarLeft {
		margin-left: 15px;
	}
	body:not(.fullContent) #hide-sidebar:after {
		content: '';
	}
}
@media only screen and (max-width: 767px) {
	.languageContainer {
		display: none !important;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
	}
	div.dataTables_wrapper div.dataTables_info {
		padding-bottom: 10px;
	}
	#breadcrumbs {
		padding-bottom: 20px;
		margin-top: -15px;
	}
	.card {
		height: auto !important;
	}
	.card.isClosed {
		height: 47px !important;
	}
	.form-group > label {
		padding-bottom: 3px;
	}
	.form-group > label:after {
		display: none;
	}
	body:not(.fullContent) #header > *:not(#logo):not(#hide-sidebar) {
		display: none !important;
	}
	
	.iCheckGroup.horizontal {
		margin-right: 0;
		margin-bottom: 0;
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.offset-left {
		margin-left: 50%;
	}
	.offset-right {
		margin-right: 50%;
	}
	.form-group > label > span:after {
		content: ':';
		position: absolute;
		padding: 5px 0; /*input padding 4 tp extra 1 utk border*/
		right: -7px;
		top: 0;
		height: 100%;
		width: 10px;
	}
}
@media (min-width: 992px) {
	.modal-xl {
		max-width: 1000px;
	}
}
/* =================================================================================== responsive end */

/* =================================================================================== Component header */
/*
.tableContent.flcReport thead tr#row_0:first-child th,
.tableContent.flcTabular thead tr#row_0:first-child th,
.componentHeader th
{
	padding-bottom: 28px;
}
.tableContent.flcReport thead tr#row_0:first-child:after,
.componentHeader:after
{
	content: '';
    height: 1px;
    width: calc(100% - 30px);
    background: #E9ECEF;
    position: absolute;
    top: 45px;
    left: 15px;
}
*/
table.tableContent td {
    padding: 6px 0;
}
.componentHeader + tr td,
.flcTabular tr#row_0:not(:first-child) th,
.flcReport tr#row_0:not(:first-child) th
 {
	padding-top: 28px;
}
.flcReport .listingHead {
	padding-top: 39px !important;
}
.componentHeader + tr:after,
.flcTabular tr#row_0:not(:first-child):after,
.flcReport tr#row_0:not(:first-child):after
{
	content: '';
    height: 1px;
    width: calc(100% - 30px);
    background: #E9ECEF;
    position: absolute;
    top: 45px;
    left: 15px;
}
.flcReport .listingHead:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e9ecef;
    position: absolute;
    top: 35px;
    left: 0;
    border-top: 18px solid white;
    border-bottom: 10px solid white;
}

body,
.dropdown-item,
#sidebar,
.dropdown-item:focus,
.dropdown-item:hover,
.toggleAccordion:after,
.form-control,
#cardCalendar .clndr .days-container .days .day,
#cardCalendar .clndr .days-container .days .empty,
#cardCalendar .clndr .days-container .events .events-list .event a,
table.dataTable td.action-column > a,
table td.listingContent.action-column > a,
table td.listingContent.action-column > label > a,
a.nodeco,
.dropzone.pro > .v-menu,
#breadcrumbs .breadcrumbs-menu
{
	color: #55595C !important;	/*official font color*/
}
svg text {
	fill: #55595C !important;	/*official font color*/
}
.text-muted {
	color: #C8CDD2 !important; /*official mute color*/
}
.btn {
	box-shadow: initial !important;
	white-space: nowrap !important;
}
.btn .spinner-border {
	width: 20px;
	height: 20px;
}
.close {
	color: white;
	text-shadow: none;
	opacity: 1;
}
.modal-header {
    font-size: 1rem;
    font-weight: bold;
}
.btn-primary, .btn-success, .inputButton, .modal-header {
    border-color: transparent !important;
	color: #FFFFFF !important;
}
.pageBorderEnabled .btn-primary[disabled],
.pageBorderEnabled .btn-warning[disabled]
{
	background-color: #E9ECEF !important; /*official disable background*/
	border-color: transparent !important;
	color: #55595C !important;	/*official font color*/
	opacity: 1 !important;
	pointer-events: none;
}
.btn.btn-outline-secondary {
    border: 1px solid #CED4DA;
	background: transparent !important;
}
.btn.btn-danger {
	box-shadow: initial !important;
}
.page-item.selected .page-link {
	background-color: #55595C; /*official background*/
	border-color: #55595C;
}
.form-control,
.custom-file-label {
	padding: 4px 10px; /*official input and button padding*/
}
.form-control {
	box-shadow: initial !important;
}
.form-control:not(textarea) {
	height: initial !important;
}
.form-control:focus {
	color: #55595C;
}
.form-control.btn {
	width: initial;
}
.was-validated .form-control.is-valid,
.was-validated .form-control:valid,
.form-control[readonly]:focus {
	border-color: #CED4DA;
}
.was-validated .form-control.is-invalid:valid,
.was-validated .form-control:invalid ~ .select2-container--default .select2-selection--multiple,
.was-validated .form-control:invalid ~ .select2-container--default .select2-selection--single,
.was-validated .dropzone.is-invalid,
.was-validated .iCheckGroupContainer.is-invalid
{
	border-color: #DC3545;
}
.was-validated .iCheckGroupContainer.is-invalid {
	border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    padding: 4px 10px;
}
.invalid-feedback {
	margin-bottom: 4px;
}
.is-invalid + .invalid-feedback {
	display: block;
}
.btn.inputInput i,
.inputButton i {
	margin-right: 5px;
}
.inputButton + .inputButton {
    margin-left: .25rem; /*ml-1*/
}
.input-group .has-clear {
	padding: 8px;
    cursor: pointer;
    color: #888888;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 5;
}
.input-group .form-control:disabled ~ .has-clear {
	display: none;
}
.input-group .input-group-append + .has-clear {
	right: 40px;
}
.input-group-text.hasEvent.active {
	background-color: #E74C3C;
    border-color: transparent;
    color: white;
}
.input-group-text.selected {
    color: white;
    background-color: #DC3545;
    border-color: #DC3545;
}
.input-group.datepicker-container {
	min-width: 140px;
}
.input-group.datetimepicker-container {
	min-width: 195px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #E9ECEF;
}

/* =================================================================================== overwrite bootstrap */
.form-control::placeholder { color:#BFBFBF; }
.pb-6 { padding-bottom: 6rem!important; }
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid
{
	background-image: none;
	padding-right: 10px;
}
a:hover {
    text-decoration: none;
}
.modal-content {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.modal {
    overflow-y: auto;
}
@media (min-width: 550px) {
	.tooltip-inner {
		max-width: 500px;
	}
}
@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important;
  }
}

.d-xl-down-none {
  display: none !important;
}

.select2 + .input-group-append, .select2 + .input-group-append .input-group-text {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.select2 + .input-group-append .input-group-text {
	padding-left: 13px;
}
.fa + .select2 .select2-selection {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

/* =================================================================================== theme sizing */
body,
.dropdown-menu,
.form-control,
.input-group-text,
.btn,
.doughnut_container h5
{
	font-size: 0.875rem;
}
.tableContent.flcReport thead tr#row_0:first-child th,
.componentHeader th,
.componentHeader td,
.cardHeader
{
    font-size: 1.0625rem;
    letter-spacing: .5px;
    font-weight: bold;
}
.cardHeader:not(.isClosed) {
    border-bottom: 1px solid #E9ECEF;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.form-group > .cardHeader {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}
.headerIcon {
	padding: 12px 10px;
    cursor: pointer;
    float: right;
    margin: -12px -10px -12px 8px;
}
.headerIcon .icon-printer {
	margin-top: 1px;
}
.quickaccessHeaderIcon {
	border-bottom: 1px solid #E9ECEF;
    padding: 10px 0 15px 0;
    margin: -7px 15px 10px 15px;
    height: 45px;
}
.segment {
	font-size: 0.875rem;
    font-weight: bold;
    width: 100%;
    color: white;
    padding: 10px 15px;
	margin: 0 15px 4px 15px;
}
.inputArea + .segment {
    margin-top: 1.5rem !important;
}
.tableContent.flcReport thead tr#row_0:not(:first-child) th,
table.dataTable thead>tr>th
{ /*table header*/
    padding: 10px 15px;
    color: white;
}
.tableContent.flcReport tbody tr td {
	padding: 10px 15px;
	border-bottom: 1px solid #E9ECEF;
}
table td,
table td.action-column > a
{
	vertical-align: top !important;
}
td.contentButtonFooter {
    padding-top: 8px !important;
}
.icon {
	font-size: 1.0625rem;  /* Preferred icon size */
}
.btn {
	height: 31px;
}
.card.isClosed {
	height: 47px;
	overflow: hidden !important;
}
img.custom-icon {
    height: 14px;
}
.custom-file,
.custom-file-label,
.custom-file-input {
    height: 31px;
}
.custom-file-label:after {
	height: 29px;
    font: 17.81px FontAwesome;
    content: "\f0c6";
}
#inputArea_profilepic {
    /*background-image: url(../../upload/profilepic/background.jpg);*/
	background-image: url(images/background.jpg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#inputArea_profilepic:after {
    font: 1rem FontAwesome;
    content: "\f030";
    color: white;
    position: absolute;
    top: 17px;
    right: 33px;
    pointer-events: none;
}
#inputArea_profilepic img {
    border-radius: 50%;
    border: 3px solid white;
    margin: 10px;
	width: 100px;
    height: 100px;
    object-fit: cover;
}
#inputArea_profilepic .theAppendedItem {
    position: absolute;
    top: 10px;
	right: 25px;
    width: 35px;
}
#inputArea_profilepic .theAppendedItem .custom-file {
    opacity: 0;
}

/* =================================================================================== Mobile Component */
.listgroup-a h,
.listgroup-a h1,
.listgroup-a h2,
.listgroup-a h3,
.listgroup-a h4,
.listgroup-a h5
{
	margin-bottom: 0;
}
.listgroup-a .accordion {
    overflow-y: scroll;
    height: calc(100vh - 146px);
}
.listgroup-container {
	display: flex;
	align-items: center;
}
.listgroup-search {
    top: 0;
    left: 0;
    padding: .5rem;
    width: 100%;
    background-color: white;
    position: absolute;
}
.listgroup-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.listgroup-col {
	padding: .5rem;
	padding-right: 0;
}
.listgroup-col:last-child {
	padding-right: .5rem;
}
.flex-grow-1 { flex-grow:1; }
.flex-grow-2 { flex-grow:2; }
.flex-grow-3 { flex-grow:3; }
.flex-grow-4 { flex-grow:4; }
.flex-grow-5 { flex-grow:5; }

.align-y-top { align-self:flex-start; }
.align-y-bottom { align-self:flex-end; }

/* =================================================================================== hide not ready features */
.features-not-ready {
	display: none !important;
}

/* =================================================================================== AGC Specific */
body:not(.is-admin) #list_menu_id_522 {
	display: none;
}