/*layout*/
/*@media only screen and (min-width: 993px)*/

html, body, main {
	height:inherit;
	font-size: 14px;
	font-family: Roboto, sans-serif;
}

.underline_full {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid black;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	height: 54px;
}
#bottomDiv{
	position: absolute;
	font-size: 80%;
	max-width: 100%;
	bottom: 0px;
	z-index: -100;
	height: 10px;
	padding: 0;
  }
#menu-bawah {
	line-height: 12px;
}
.content {
	display: block;
	max-width: 100%;
}
.container {
	width: 100%;
}

.row {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.25rem;
}
.row .col {
	float: left;
	box-sizing: border-box;
	padding: 0 0.25rem;
	min-height: 1px;
}

.col .row {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.card {
	position: relative;
	margin: 0.25rem 0 0.25rem 0;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 10px;
}

.card-panel {
	position: relative;
	margin: 0.25rem 0 0.25rem 0;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 10px;
}

.card-image, .card-image img, .round {
	border-radius: 10px;
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0.3em;
}

.mini {
	font-size: 70%;
}
.detail-barang p {
	font-size: 110%;
}
.detail-barang p small {
	font-size: 70%;
	font-weight: lighter;
}
nav.topbar .brand-logo {
	font-size: 1.5em;
}

ul.mptt_root, ul.mptt_child{
	padding-left: 20px; 
	
}

ul.mptt_child li {
	list-style-type: circle;
	padding: 2px 0;
}
ul.mptt_root li {
	list-style-type: circle;
	padding: 2px 0;

}

td, th {
    padding: 8px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
td.secondary-content {
    color: #ff9800;
    margin-left: 20px;
}

.sidebar-footer{
	padding: 20px;
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	height:80px;
}

.card .card-content {
	/* padding: 14px;
	border-radius: 0 0 2px 2px; */
}

.card .card-content p {
	margin-top: .5em;
}
.card .judul_card {
	width: 100%;
    display: block;
    background-color: rgb(2 121 107 / 90%);
    line-height: 14px;
    font-size: 16px;
    white-space: nowrap;
    /* font-weight: bold; */
    padding: 18px !important;
   
}
.title {
	/* font-weight: bold; */
}
.judul_card small {
	font-size: 12px;
	font-weight: lighter;
}
.form-edit {
	padding: 0px 15px !important;
}
.form-edit table tr {
	border-bottom: 0;
}
.form-edit table tr td {
	padding: 5px;
}

#wa-chat li{
	margin-bottom: 8px;
}
.chit {
    padding: 0 8px;
	background-color:lemonchiffon;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
}


/*typo*/
.small-text{
	font-size: small;
	text-transform: uppercase;
}

/*li.material-icons {
	color: "grey"
}*/
.small-info{
	font-size: small;
	color: gray;
	min-width:75px;
	display: inline-block;
}
.tebal {
	font-weight: 900;

}
.btn-big {
	height: 74px;
	line-height: 74px;
}
.btn-big i {
	font-size: 2rem;
}
.btn-large i, .btn i {
	/*font-size: 0.8rem;
	line-height: inherit;*/
}
.btn-block {
	width: 100%;
	margin: 5px 0;
}
.btn-small {
	min-height: 28px !important;
	min-width: 28px !important;
	padding: 2px 6px !important;
	margin: 1px!important;
	border-radius: 4px !important;
	line-height: 28px !important;
	font-size: 0.8rem !important;
}
.mr {
	line-height: 1em;
	margin-top: 0.2em;
}
.dense  {
	padding: 0;
	line-height:1.5em;
}
.dense td {
	padding: 0.4em;
	line-height: 1.5em;
}
.bullets {
	width:30px;
}


/*form*/
input:not([type]):disabled, input:not([type])[readonly=readonly], input[type=date]:disabled, input[type=date][readonly=readonly], input[type=datetime-local]:disabled, input[type=datetime-local][readonly=readonly], input[type=datetime]:disabled, input[type=datetime][readonly=readonly], input[type=email]:disabled, input[type=email][readonly=readonly], input[type=number]:disabled, input[type=number][readonly=readonly], input[type=password]:disabled, input[type=password][readonly=readonly], input[type=search]:disabled, input[type=search][readonly=readonly], input[type=tel]:disabled, input[type=tel][readonly=readonly], input[type=text]:disabled, input[type=text][readonly=readonly], input[type=time]:disabled, input[type=time][readonly=readonly], input[type=url]:disabled, input[type=url][readonly=readonly], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly=readonly]{
	color: rgb(44, 100, 189)
}
select:disabled , .select-wrapper input.select-dropdown:disabled{
	color: rgb(44, 100, 189)
}

.act {
    margin: 2px;
    height: auto;
    line-height: 20px;
    padding: 5px !important;
}
.select-wrapper + label {
	position: relative;
	top: -14px;
	font-size: 0.9rem;
}

.printonly {
	display: none;
}

@media print {
	.noprint {
		display: none;
	}
	.printonly {
		display: block;
	}
} 
.genderP {
	background-color: pink;
	color: black;
	padding: 0 4px;
    font-size: .7em;
    border-radius: 2px;
}
.genderL {
	background-color: #2196f3;
	color: black;
	padding: 0 4px;
    font-size: .7em;
    border-radius: 2px;
}
.bold {
	font-weight: bold !important;
}
.bolder {
	font-weight: bolder !important;
}
.f60 {
	font-size: 60% !important;
}
.f80 {
	font-size: 80% !important;
}
.f120 {
	font-size: 120% !important;
}
.f140 {
	font-size: 140% !important;
}
.f180 {
	font-size: 180% !important;
}
.f200 {
	font-size: 200% !important;
}

.badge {
	border-radius: 5px;
	padding: 0 5px;
}
.komunikasi {
	margin-right:-15px;
}
.tipe {
	border-radius: 10px;
	color: #fff !important;
	padding: 0px 6px;
}
.incident, .pulang, .alert {
	color : #fff;
	background-color: #f44336 !important;
}
.question, .masuk, .notification {
	color : #fff;
	background-color: #4caf50 !important;
}
.task, .reminder {
	color : #fff;
	background-color: #2196f3 !important;
}
.problem, .instruction {
	color : #fff;
	background-color: #9c27b0 !important;
	/* color: rgb(80, 71, 71) !important; */
}


.diajukan {
	border-left: 7px solid  #2196f3 !important;
}
.disetujui {
	border-left: 7px solid  #4caf50 !important;
}
.dibatalkan {
	border-left: 7px solid  #f44336 !important;
}

.overflow {
	overflow-x: auto;
}

#f .row {
display: flex;
}

#f .col {
display: flex;
flex-direction: column;
}

#f .card-panel {
flex: 1;
}

.select2-container {
    /* min-width: 20em; */
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
	border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
	font-size: 16px;
	line-height: 2.5rem !important;
	height: 2.5rem !important;
}
thead, tfoot, .collapsible-header {
	font-weight: bolder;
}

.modal {
	max-height: 80% !important;
	border-radius: 10px !important;
}

.modal .modal-content {
	padding: 20px;
}

.timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	h1, h2, h3, h4, h5, h6 {
		line-height: inherit;
	}
}
.timeline-title {
	font-size: 1.8em;
	line-height: 1em !important;
	margin: 0.5em 0 0.5em 0;
	position: sticky;
	z-index: 2000;
	top: 0px;
	display: block;
	padding: 5px 0;
	background-color: white;
}

.timeline-header {
	position: sticky;
	top: 52px;
	z-index: 1000;
	display: block;
	padding: 5px 0;
	background-color: white;
}
.timeline-item {
	padding-left: 50px;
	padding-right: 20px;
	position: relative;
	&:last-child {
		padding-bottom: 0;
	}
}

/*----- TIMELINE INFO -----*/

.timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	white-space: nowrap;
}
/*----- TIMELINE MARKER -----*/

.timeline-marker {
	position: absolute;
	top: 0; bottom: 0; left: 10px;
	width: 25px;
	&:before {
		background: #FF6B6B;
		border: 2px solid transparent;
		border-radius: 100%;
		content: "";
		display: block;
		height: 15px;
		width: 15px;
		position: absolute;
		top: 0px; left: 0;
		transition: 
		background 0.3s ease-in-out,
		border 0.3s ease-in-out;
	}
	&:after {
		content: "";
		width: 4px;
		background: #CCD5DB;
		display: block;
		position: absolute;
		top: 18px; 
		bottom: 2px; 
		left: 5px;
	}
	.timeline-item:last-child &:after {
		content: none;
	}
}
.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
	padding-bottom: 40px;
	p:last-child {
		margin-bottom: 0;
	}
}

/*----- TIMELINE PERIOD -----*/

.period {
	padding: 0;
	.timeline-info {
		display: none;
	}
	.timeline-marker {
		&:before {
			background: transparent;
			content: "";
			width: 25px;
			height: auto;
			border: none;
			border-radius: 0;
			top: 0;
			bottom: 30px;
			position: absolute;
			border-top: 3px solid #CCD5DB;
			border-bottom: 3px solid #CCD5DB;
		}
		&:after {
			content: "";
			height: 32px;
			top: auto;
		}
	}
	.timeline-content {
		padding: 40px 0 70px;
	}
	.timeline-title {
		margin: 0;
	}
}

/*----------------------------------------------
	MOD: TIMELINE SPLIT
----------------------------------------------*/

	.timeline-split {
		@media (min-width: 768px) {
			.timeline {
				display: table;
			}
			.timeline-item {
				display: table-row;
				padding: 0;
			}
			.timeline-info,
			.timeline-marker,
			.timeline-content,
			.period .timeline-info {
				display: table-cell;
				vertical-align: top;
			}
			.timeline-marker {
				position: relative;
			}
			.timeline-content {
				padding-left: 30px;
			}
			.timeline-info {
				padding-right: 30px;
			}
			.period .timeline-title {
				position: relative;
				left: -45px;
			}
		}
	}

/*----------------------------------------------
	MOD: TIMELINE CENTERED
----------------------------------------------*/

	.timeline-centered {
		@extend .timeline-split;
		@media (min-width: 992px) {
			&,
			.timeline-item,
			.timeline-info,
			.timeline-marker,
			.timeline-content {
				display: block;
				margin: 0;
				padding: 0;
			}
			.timeline-item {
				padding-bottom: 40px;
				overflow: hidden;
			}
			.timeline-marker {
				position: absolute;
				left: 50%;
				margin-left: -7.5px;
			}
			.timeline-info,
			.timeline-content {
				width: 50%;
			}
			> .timeline-item:nth-child(odd) .timeline-info {
				float: left;
				text-align: right;
				padding-right: 30px;
			}
			> .timeline-item:nth-child(odd) .timeline-content {
				float: right;
				text-align: left;
				padding-left: 30px;
			}    
			> .timeline-item:nth-child(even) .timeline-info {
				float: right;
				text-align: left;
				padding-left: 30px;
			}
			> .timeline-item:nth-child(even) .timeline-content {
				float: left;
				text-align: right;
				padding-right: 30px;
			}
			> .timeline-item.period .timeline-content {
				float: none;
				padding: 0;
				width: 100%;
				text-align: center;
			}
			.timeline-item.period {
				padding: 50px 0 90px;
			}
			.period .timeline-marker:after {
				height: 30px;
				bottom: 0;
				top: auto;
			}
			.period .timeline-title {
				left: auto;
			}
		}
	}

/*----------------------------------------------
	MOD: MARKER OUTLINE
----------------------------------------------*/
	
	.marker-outline {
		.timeline-marker {
			&:before {
				background: transparent;
				border-color: #FF6B6B;
			}
		}
		.timeline-item:hover .timeline-marker:before {
			background: #FF6B6B;
		}
	}

.tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
	align-items: center !important;
	display: flex !important;
	justify-content: left !important;
	width: 300px !important;
}

tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
   height: 100% !important;
}


.tox-tinymce {
    margin-top: 2em;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    margin: 0 -24px 0 -24px;
}