/*
* 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;
}

body{
	font-family: roboto;
	background-color: #F3F3F3;
	overflow-y: scroll;
	padding: 0 !important;
}

table{
	border-collapse: collapse;
}
.table.no-border th, .table.no-border td {
	border: 0;
    padding: 2px;
    vertical-align: middle !important;
}
[id^=component_] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.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);
}
[id^=component_].cardMerge {
    overflow: initial !important;
}
#menu_suggestions .card {
	padding: 0;
	border-radius: .25rem;
}
#pagetitle {
	display: none;
}
.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: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;
}
[id^=component_] {
	overflow: hidden !important;
}
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 {
    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;
}

/* =================================================================================== 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;
    background: #23B99A;
    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*/

/* =================================================================================== fontawesome start*/
.fa.fa-download {
	font-size: 17px;
    transform: translateY(2px);
    margin-top: -3px;
}
/* =================================================================================== fontawesome end*/

/* =================================================================================== dropzone start*/
.dropzone {
	padding: 4px 10px 0 10px;
	min-height: 100%;
}
.dropzone .dropdown-menu {
	min-width: 100%;
}
.dropzone .dz-remove {
	display: none;
}
.dropzone.dz-drag-hover .dz-message {
	opacity: 1;
}
.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-clickable * {
	cursor: pointer;
}
.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 {
    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-size strong {
	font-weight: normal;
}
.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.readonly {
	background: #E9ECEF;
	pointer-events: none;
}
.dropzone.readonly .dz-message {
    opacity: 0;
}
.dropzone.readonly .hide-if-readonly {
	display: none !important;
}
.dropzone.mini {
	position: relative;
    padding: 0;
    width: 60px;
	height: 31px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.dropzone.mini .dz-preview {
	margin-right: 0;
}
.dropzone.mini .dz-preview:after,
.dropzone.mini:after
{
    content: "\f0c6";
    font: 17.81px FontAwesome;
    position: absolute;
    top: 6px;
    left: 22px;
    z-index: 15;
	color: white;
}
.dropzone.mini:after {
    color: #55595C;
	z-index: 1;
}
.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 .dz-message
{
	display: none;
}
.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;
}
.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 .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 end*/

/* =================================================================================== select2 start*/
.select2-container--default {
	width: 100% !important;
}
.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 #22B99A;
}
.select2-search--dropdown .select2-search__field {
	outline: initial;
}
.select2-selection__clear {
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 0px;
    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;
    position: absolute;
    top: 0px;
    right: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 10px;
	transform: translateY(4px);
}
/* =================================================================================== select2 end*/

/* =================================================================================== datatable start*/
table.dataTable td > [class*=dtStatus-] {
	width:5px;
	height:41px;
	padding:0 !important;
	display: block;
}
.dtStatus-done { background:#9E9E9E; }
.dtStatus-safe { background:#1B957C; }
.dtStatus-warning { background:#ABCB41; }
.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.dataTable td,
table.table td
{
	padding: 10px 15px;
	border-bottom: 1px solid #E9ECEF;
}
table td > .form-control,
table td > .dropzone
{
	margin: -5px auto;
}
table th.action-column, table td.action-column {
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
	width: 1px !important;
}
table th.action-column {
	padding: 10px 15px !important;
}
table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a
{
	padding: 13px 7.5px;
    display: inline-block;
	cursor: pointer;
}
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;
}
.dataTables_processing {
	display: none !important;
}
.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;
}
.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;
}
/* =================================================================================== 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,
#quickaccess,
#notification {
	padding: 16px 10px;
    font-size: 20px;
}
#globalsearch {
	padding: 12px 10px;
	font-size: 20px;
}
.profileContainer {
	margin-right: 2px;
}
.profileContainer > div:first-child {
	padding: 12px 10px;
}
.languageContainer > div:first-child {
	padding: 16px 10px;
}
.valign img, .valign span, .valign i {
	vertical-align: middle;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #E0E0E0;
}
.dropdown-menu {
	min-width: initial;
}
.dropdown-menu i {
	margin-right: 10px;
}
.listingHead label {
	margin-bottom: 0;
	text-decoration: none !important;
}
a.nodeco {
	text-decoration: none !important;
}
/*
.modal.fade {
	display: block !important;
	pointer-events: none;
}
.modal.fade * {
	pointer-events: none;
}
.modal.fade.show, .modal.fade.show * {
	pointer-events: initial;
}
*/
.modal-open {
  overflow: scroll;
}
.modal-footer {
	zzzpadding: 10px;
}
.profilePic {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	object-fit: cover;
}
#logo{
	display: block;
	background: #1D2B36 url(../../images/logo3.png) no-repeat 15px center;
	width: 250px;
	height: 54px;
	float: left;
	margin-right: 3px;
}
body.fullContent #logo {
	background: #1D2B36 url(../../images/favicon.png) no-repeat center center;
    width: 16px;
}
.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.horizontal {
	margin-right: 15px;
	margin-bottom: 0;
}
.iCheckGroup:not(.horizontal) {
	display: block;
}
table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a,
#hide-sidebar,
#home,
#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;
}
.hasEvent {
	pointer-events: initial !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;
	}
}
/* ================================================================================== 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);
}
/* ================================================================================== LIVE ICON END */

/* ================================================================================== FAB */
.fab {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
}
.fab .padder {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 10px;
}
.fab .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;
}
.fab .padder:not(:first-child) a {
	padding-top: 6px;
	width: 40px;
	height: 40px;
}
.fab .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);	
}
.fab:hover .padder:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(-66px) scale(1);
	-ms-transform: translateY(-66px) scale(1);
	transform: translateY(-66px) scale(1);
}
.fab:hover .padder:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateY(-116px) scale(1);
	-ms-transform: translateY(-116px) scale(1);
	transform: translateY(-116px) scale(1);
}
.fab:hover .padder:nth-child(4) {
	opacity: 1;
	-webkit-transform: translateY(-166px) scale(1);
	-ms-transform: translateY(-166px) scale(1);
	transform: translateY(-166px) scale(1);
}
.fab:hover .padder:nth-child(5) {
	opacity: 1;
	-webkit-transform: translateY(-216px) scale(1);
	-ms-transform: translateY(-216px) scale(1);
	transform: translateY(-216px) scale(1);
}
.fab:hover .padder:nth-child(6) {
	opacity: 1;
	-webkit-transform: translateY(-266px) scale(1);
	-ms-transform: translateY(-266px) scale(1);
	transform: translateY(-266px) scale(1);
}
.fab: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 */

/* ================================================================================== 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);
}
/* ================================================================================== TOOLTIP END */

/* ================================================================================== DATERANGE PICKER START */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect
{
    width: 55px;
    padding: 4px;
    border-radius: .25rem;
}
.daterangepicker .calendar {
	margin: initial;
}
/* ================================================================================== 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;
    border: 0;
}
#menu_suggestions table a {
	font-size: 0.7rem;
	padding: .375rem .75rem;
}
#menu_suggestions td.listingContent {
    padding: 0 10px;
}
#menu_suggestions table a:hover {
	background-color: #f8f9fa;
}
#menu_suggestions table{
	width: 100%;
	text-align: left !important;
}
#menu_suggestions table th.listingHead{
	background-color: #E7E7E7;
}
#menu_suggestions a {
	font-size: 11px;
	color: #333;
	display: block;
	border-bottom: 1px dotted #DADADA;
}

/*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;
}
ul.sideMenuList li a.noChild.menuActive{
	color: #6F6F6F;
}
ul.sideMenuList.menuLevel1{
	width: 250px;
}

/* 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: "\e902";
    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: 600px;
}
.menu-scroller {
	height: calc(100vh - 140px);
}

/*--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;
}
#topMenuBar .searchMenuBlock #menu_suggestions {
	height: 300px;
	width: 250px;
}
/*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 100px 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;*/ /*in corradbs tab component xnampak tulisan*/
}
#content .tab td.active
{
/*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: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inputButton:hover{
	background-color: #99C4EC;
}
#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;
    }
}
.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) .profileContainer {
		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;
}
*/
.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;
}

/* =================================================================================== theme color */
body,
.dropdown-item,
#sidebar,
.dropdown-item:focus,
.dropdown-item:hover,
#menu_suggestions table a,
.toggleAccordion:after,
.form-control,
#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty,
#mini-clndr .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
{
	color: #55595C;	/*official font color*/
}
svg text {
	fill: #55595C !important;	/*official font color*/
}
ul.sideMenuList li a.menuActive {
    color: #000000 !important;
    background: #F7B024;
}
.btn-primary, .btn-success, .inputButton {
    background-color: #22B99A !important; /*official background*/
    border-color: transparent !important;
	color: #FFFFFF !important;
	box-shadow: initial !important;
}
.btn-primary[disabled] {
	background-color: #E9ECEF !important; /*official disable background*/
	color: #55595C !important;	/*official font color*/
	pointer-events: none;
}
.btn.btn-outline-secondary {
    border: 1px solid #CED4DA;
	background: transparent !important;
}
.event-time {
	color: #22B99A !important; /*official background as font color*/
}
.btn-primary:hover,
.btn-success:hover,
.inputButton:hover,
#mini-clndr .clndr .controls
{
	background-color: #1B957C !important; /*official darker background*/
}
.page-item.active .page-link {
	background-color: #55595C; /*official background*/
	border-color: #55595C;
}
.daterangepicker td.active,
.daterangepicker td.active:hover
{
	background-color: #22B99A; /*official background*/
}
#sidebar {
    background-color: #1D2B36;
}
.simplebar-scrollbar,
#mini-clndr .clndr .days-container .days .headers,
#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event,
#mini-clndr .clndr .days-container .events .event-header
{
	background: #22B99A;
}
.form-control,
.custom-file-label {
	padding: 4px 10px; /*official input and button padding*/
}
.form-control:focus {
	color: #55595C;
    border-color: #22B99A;
    box-shadow: initial !important;
}
.form-control.btn {
	width: initial;
}
.was-validated .form-control.is-valid,
.was-validated .form-control:valid {
	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-text.active {
    color: white;
    background-color: #DC3545;
    border-color: #DC3545;
}
.select2-search--dropdown .select2-search__field:focus {
	border-color: #22B99A;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #22B99A;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #E9ECEF;
}
.icheckbox_flat-green,
.iradio_flat-green {
	background-image: url(theme-night-sky.png);
    background-repeat: no-repeat;
	margin-right: 5px;
	transform: translateY(-2px);
}
.fab .padder:nth-child(1) a, .profileList thead tr:nth-child(7n+1) .circle-medium { background: #337AB7; }
.fab .padder:nth-child(2) a, .profileList tbody tr:nth-child(7n+1) .circle-medium { background: #FEC107; }
.fab .padder:nth-child(3) a, .profileList tbody tr:nth-child(7n+2) .circle-medium { background: #CCDB38; }
.fab .padder:nth-child(4) a, .profileList tbody tr:nth-child(7n+3) .circle-medium { background: #8BC24A; }
.fab .padder:nth-child(5) a, .profileList tbody tr:nth-child(7n+4) .circle-medium { background: #4BAF4F; }
.fab .padder:nth-child(6) a, .profileList tbody tr:nth-child(7n+5) .circle-medium { background: #019587; }
.fab .padder:nth-child(7) a, .profileList tbody tr:nth-child(7n+6) .circle-medium { background: #01BBD4; }
.fab .padder:nth-child(8) a, .profileList tbody tr:nth-child(7n+7) .circle-medium { background: #2095F2; }
.fab .padder:nth-child(9) a, .profileList tbody tr:nth-child(7n+8) .circle-medium { background: #3E50B4; }

/* =================================================================================== 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;
}
.headerIcon {
	padding: 12px 10px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 5px;
    line-height: 1 !important;
}
.headerIcon:nth-last-child(2) {
    right: 41px;
}
.headerIcon .icon-printer {
	margin-top: 1px;
}
.segment {
	font-size: 0.875rem;
    font-weight: bold;
    width: 100%;
    color: white;
    background: #22B99A;
    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;
    background: #22B99A;
    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-label::after {
    font: 17.81px FontAwesome;
    content: "\f0c6";
}
.custom-file,
.custom-file-label,
.custom-file-input {
    height: 31px;
}
.custom-file-label::after {
	height: 29px;
}
