﻿/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
	background-color: #fff;
	font-size: 12px;
	min-height: 100vh;
	font-family: 'Malgun Gothic', Verdana, Arial;
}
#wrapper {
	width: 100%;
	min-height: 100vh;
}
#page-wrapper {
	padding: 10px;
	/*min-height: 568px;*/
	min-height: calc(100vh - 50px);
}
.page-header {
	border-color: #68cf98;
}
@media (min-width: 768px) {
	#page-wrapper {
		position: inherit;
		margin-left: 250px;
		padding: 30px;
		border-left: 1px solid #e7e7e7;
	}
	.page-header {
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.navbar-static-top {
	z-index: auto;
	margin-bottom: 0;
	border-width: 0;
	background: linear-gradient(to right, #9acb56, #64d09f);
	height: 50px;
}
	.navbar-static-top .navbar-header {
		background-color: #fff;
	}
	.navbar-static-top .navbar-brand{
		padding-top:8px;
	}
.navbar-top-links {
	margin-right: 0;
	color: #fff;
}
.navbar-top-links li {
	display: inline-block;
	padding:15px;
	font-size:14px;
}
	.navbar-top-links li > a {
		padding: 0;
		color:#fff;
	}
	.navbar-top-links > li > a:hover,
	.navbar-top-links > li > a:focus {
		background-color: inherit;
	}
.sidebar {
	background-color: #fff;
	min-height: 100%;
}
.sidebar .sidebar-nav.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
	.sidebar .icon {
		float: left;
		width: 5px;
		height: 5px;
		background-color: #85cc56;
		margin-top: 6px;
		margin-right: 7px;
	}
	.sidebar .nav-second-level .icon {
		background-color: inherit;
		margin-top: 4px;
		border-left: 1px dotted #85cc56;
		border-bottom: 1px dotted #85cc56;
	}
	.sidebar ul li a {
		border-right: 3px solid #fff;
		color: #3f3f3f;
		padding-right:0;
	}
		.sidebar ul li a:hover,
		.sidebar ul li a:focus {
			background-color: inherit;
			color: #41b46f;
		}
		.sidebar ul li a.active {
			border-right-color: #77cf85;
			color: #41b46f;
		}
	.sidebar .arrow {
		float: right;
		background: #fff;
		margin: -10px -3px -10px 0;
		padding: 10px 15px;
		line-height: 1.4285;
	}

	.sidebar .fa.arrow:before {
		content: "\f104";
	}

	.sidebar li.active .fa.arrow:before {
		content: "\f107";
	}
.sidebar .nav-second-level li a {
	padding-left: 37px;
}
.sidebar .nav-third-level li a {
	padding-left: 52px;
}
@media (min-width: 768px) {
	.navbar-static-top .navbar-header {
		width: 250px;
	}
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 51px;
	}
	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

#login-wrapper {
	background: linear-gradient(to bottom, #9acb56 0%, #64d09f 56%, #fff 56%);
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#login-wrapper > .login-inner {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#login-wrapper .login-content {
		display: inline-block;
		width: 480px;
	}
	#login-wrapper .title {
		padding-bottom:10px;
	}
	#login-wrapper form {
		background-color: #f8fff5;
		border: 1px solid #85cb72;
		padding: 43px 50px;
	}
	#login-wrapper .form-group {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	#login-wrapper .form-horizontal .form-group {
		margin-left: -5px;
		margin-right: -5px;
	}
		#login-wrapper .form-horizontal .form-group > *[class*="col-"] {
			padding-left: 5px;
			padding-right: 5px;
		}
/*@media (min-width: 768px) {
	#login-wrapper .login-content {
		width: 768px;
	}
}*/
@media (max-device-width: 480px) and (orientation: landscape) {
	#login-wrapper .login-content {
		width: 100%;
	}
}
/*.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-primary.btn-outline {
	color: #428bca;
}
.btn-success.btn-outline {
	color: #5cb85c;
}
.btn-info.btn-outline {
	color: #5bc0de;
}
.btn-warning.btn-outline {
	color: #f0ad4e;
}
.btn-danger.btn-outline {
	color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: white;
}
}*/
/* bootstrap 재정의 */
p {
	word-wrap: break-word;
}
textarea {
	resize: vertical;
}
.form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.form-control {
	height: 30px;
	line-height: 30px;
}
textarea.form-control,
select[multiple].form-control {
	height: auto;
}
*[type=number].form-control{
	text-align:right;
}
.btn,
.btn-group > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

select.input-group > .form-control,
select.input-group > .input-group-addon,
select.input-group > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-group > .form-control,
textarea.input-group > .input-group-addon,
textarea.input-group > .input-group-btn > .btn,
select[multiple].input-group > .form-control,
select[multiple].input-group > .input-group-addon,
select[multiple].input-group > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon.form-control {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.nav-tabs {
	background-color: #ddd;
}
	.nav-tabs > li > a,
	.nav-tabs > li > a:hover {
		color: #555555;
		/*cursor: default;
		border: 1px solid #ddd;
		border-bottom-color: transparent;*/
	}
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.has-error > .help-block,
.has-error > .input-group > .help-block {
	position: absolute;
	margin-left: 5px;
	background-color: #ebf8b5;
	z-index: 100;
}

.fst-italic {
  font-style: italic !important;
}

/* dialog */
.ui-dialog {
	text-align: left;
	font-family: 'Malgun Gothic', Verdana, Arial;
	line-height: 1.5;
	overflow: visible !important;
}

.ui-widget-overlay {
	background-image: none;
	background-color: #000;
	filter: alpha(opacity=30);
	opacity: .5;
}

.ui-dialog-modal {
	padding: 0;
	border-width: 0;
	text-align: left;
	background: #fff;
	border-radius: 0;
	margin-top: 5px;
}
	.ui-dialog-modal.border {
		border-width: 2px;
		border-style: solid;
		border-color: #c5c5c5;
	}

	.ui-dialog-modal .ui-dialog-titlebar {
		background-image: none;
		background-color: #2cc185;
		border-width: 0;
		padding: 0px 15px;
		border-radius: 0;
	}

	.ui-dialog-modal .ui-dialog-title {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		color: #FFF;
		font-weight: bold;
	}

	.ui-dialog-modal .ui-dialog-titlebar-close {
		/*right: 15px;*/
		display: none;
	}

	.ui-dialog-modal .ui-icon {
		background-image: url("themes/base/images/ui-icons_888888_256x240.png");
	}

	.ui-dialog-modal .ui-dialog-content {
		padding: 0 15px;
		margin: 17px 0;
		/*overflow: visible !important;*/
	}

	.ui-dialog-modal .ui-dialog-buttonpane {
		background: #fff;
		border-top: 1px solid #CCC;
		text-align: right;
		padding: 10px 15px;
		margin-top: 0;
	}

		/*.ui-dialog-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
		}*/

		.ui-dialog-modal .ui-dialog-buttonpane button {
			padding: 3px 12px;
			margin: 0 0 0 3px;
		}

			.ui-dialog-modal .ui-dialog-buttonpane button .ui-button-text {
				font-weight: bold;
			}

.ui-dialog-content-body {
	margin: 0 -15px;
	padding: 0 15px;
	overflow-y: auto !important;
	border-bottom:1px solid #cbcbcb;
}

	/*.ui-dialog-content-body .dialog-subAction,
	.button-subAction {
		margin-top: -27px;
		margin-bottom: 5px;
		text-align: right;
	}

	.ui-dialog-content-body .dialog-headAction {
		margin-bottom: 5px;
	}*/

.ui-dialog-content-button {
	margin-top: 20px;
	text-align: center;
}

/* Table */
.table {
	word-break: break-all;
}

.table > thead > tr > th {
	background-color: #f2f8ee;
	border-bottom-width: 1px;
	/*border-bottom-color: #77c967;*/
	text-align:center;
}

.table-bordered > thead {
	border-bottom: 2px solid #77c967;
}
div.dataTables_scrollBody > .table-bordered > thead,
div.DTFC_LeftBodyLiner > .table-bordered > thead {
	border-bottom: none;
}
.table-link > tbody > tr[role="row"] > td {
	cursor: pointer;
}

.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 2px solid #77c967;
}

.DTFC_LeftWrapper .table {
	border-right: 1px solid #77c967;
}

div.dataTables_wrapper > div.row > div[class^="col-"] {
	min-height: 0px;
}

div.dataTables_scrollBody .table > thead > tr > th.required::before {
	content: "";
	margin-left: 0;
}
/*div.dataTables_scrollBody > table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

	div.dataTables_scrollBody > table > thead .sorting:after,
	div.dataTables_scrollBody > table > thead .sorting_asc:after,
	div.dataTables_scrollBody > table > thead .sorting_desc:after {
		display: none;
	}

	div.dataTables_scrollBody > table > tbody > tr:first-child > th,
	div.dataTables_scrollBody > table > tbody > tr:first-child > td {
		border-top: none;
	}*/

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	color: #41b46f;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > th.text-left,
table.dataTable > thead > tr > th.text-right {
	text-align: center;
}

table.dataTable > tbody > tr > td .btn-xs {
	margin-top: -2px;
	margin-bottom: -2px;
}

.table-detail,
.table-edit {
	table-layout: fixed;
}
	.table-autosize,
	.table-edit.table-autosize {
		table-layout: auto;
		width: auto;
		max-width: none;
	}

	.table-detail > thead > tr > th,
	.table-detail > tbody > tr > th,
	.table-detail > tfoot > tr > th,
	.table-detail > thead > tr > td,
	.table-detail > tbody > tr > td,
	.table-detail > tfoot > tr > td,
	.table-edit > thead > tr > th,
	.table-edit > tbody > tr > th,
	.table-edit > tfoot > tr > th,
	.table-edit > thead > tr > td,
	.table-edit > tbody > tr > td,
	.table-edit > tfoot > tr > td {
		padding: 6px;
	}

	.table-detail > tbody > tr > th,
	.table-edit > tbody > tr > th {
		width: 110px;
		background-color: #f2f8ee;
		text-align: center;
	}
	.table-detail.th-auto > tbody > tr > th,
	.table-edit.th-auto > tbody > tr > th {
		width: auto;
	}
/*.table > thead > tr > th {
	background-color: #f2f8ee;
	border-bottom-color: #77c967;
	text-align: center;
}*/

	.table-edit > thead > tr > th {
		text-align: center;
	}
	.table-edit > tbody > tr > td,
	.table-edit > tfoot > tr > td {
		padding: 0;
	}

		.table-edit > tbody > tr > td .btn-xs,
		table.dataTable.table-edit > tbody > tr > td .btn-xs {
			margin: 4px;
		}
			.table-edit > tbody > tr > td .btn-xs:not(.hide) + .btn-xs {
				margin-left: -4px;
			}

	.table-edit > tbody > tr > td.dataTables_empty {
		padding:5px;
	}

	.table-nowrap > thead > tr > th,
	.table-nowrap > thead > tr > td,
	.table-nowrap > tbody > tr > th,
	.table-nowrap > tbody > tr > td {
		white-space: nowrap;
	}

.table td > p {
	margin: 0;
}

.table-join {
	margin-top:-21px;
}

.required::before {
	content: "* ";
	color: red;
	margin-left: -12px;
}
.board-content {
	max-height: 500px;
	overflow-y: auto;
	padding:10px;
}

.edit { cursor:pointer; }

.btn-action-group { text-align:right; }
.btn-bottom-group { margin-top:10px; }
.btn-top-group { margin-bottom:10px; }
.btn-action-group.text-center { text-align: center; }

.input-kor { ime-mode:active; }
.input-eng { ime-mode:inactive; }
.input-eng-only { ime-mode:disabled; }
.input-capitalize { text-transform:capitalize; }/* 단어의 첫글자만 대문자로 */
.input-uppercase { text-transform:uppercase; }/* 모든 단어는 대문자로 */
.input-lowercase { text-transform:lowercase; }/* 모든 단어는 소문자 */

.text-wrap {
	white-space: normal !important;
}
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.form-search,
.form-calandar,
.form-worktime {
	margin-bottom: 20px;
}
	.form-search.form-search-top/*,
	.form-calandar*/ {
		margin-top: -20px;
		padding: 10px;
		background-color: #f5fff7;
		border-bottom: 1px solid #d3f4e1;
		text-align: center;
	}
@media (min-width: 768px) {
	.form-search.form-search-top/*,
	.form-calandar*/ {
		margin-left: -15px;
		margin-right: -15px;
		padding: 10px;
		background-color: #f5fff7;
		border-bottom: 1px solid #d3f4e1;
		text-align: center;
	}
}
.form-search .form-group {
	margin-right: 5px;
	margin-bottom: 5px;
}
.form-search .form-group + .form-group {
	margin-left: 15px;
}
div.form-control {
	background: inherit;
	border-width: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: 0;
}
	div.form-control.checkbox-group,
	div.form-control.radio-group {
		padding-top: 5px;
		padding-left: 2px;
	}

.form-control.input-date {
	width: 90px;
}
.input-group.input-date,
.input-daterange .input-group {
	width: 120px;
}
.form-control.input-datetime {
	width: 140px;
}
.input-group.input-datetime,
.input-datetimerange .input-group {
	width: 170px;
}
.form-control.input-month {
	width: 70px;
}
.input-group.input-month,
.input-monthrange .input-group {
	width: 100px;
}
.form-control.input-time {
	width: 55px;
}
.input-group.input-time,
.input-timerange .input-group {
	width: 85px;
}
	.input-group.input-date .input-group-addon,
	.input-daterange .input-group .input-group-addon,
	.input-group.input-datetime .input-group-addon,
	.input-datetimerange .input-group .input-group-addon,
	.input-group.input-month .input-group-addon,
	.input-monthrange .input-group .input-group-addon,
	.input-timerange .input-group .input-group-addon {
		cursor: pointer;
	}

.input-number { text-align:right; ime-mode:disabled; width:100%;}
.input-number.text-left { text-align:left; }
.input-negnumber {
	text-align: right;
	ime-mode: disabled;
	width: 100%;
}
.input-negnumber.text-left {
	text-align: left;
}

/*.input-group > * + * {
	border-left-width: 0;
}*/
.input-group > .input-group-btn > .btn { padding-left:5px; padding-right:5px; }

.fw-bold { font-weight: bold; }
.fw-normal { font-weight: normal; }
.align-middle,
.align-middle > th ,
.align-middle > td {
	vertical-align: middle !important;
}

/*.form-control.btn:focus,
.form-control.btn:active:focus,
.form-control.btn.active:focus,
.form-control.btn.focus,
.form-control.btn:active.focus,
.form-control.btn.active.focus {
	outline: inherit;
	outline-offset: inherit;
	color: inherit;
	text-decoration: inherit;
}*/
.panel .groupSection,
.panel .registSection {
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 10px;
}
.panel .groupSection {
	margin-right: -1px;
}
	.panel .btn-action-group {
		text-align:center;
	}
.codeTree_container {
	max-width: 100%;
	height: 400px;
	overflow-y: scroll;
	/*box-shadow: 0 0 5px #ccc;*/
	margin-top: 1px;
	padding: 10px;
	/*border: 1px solid #ccc;
	border-radius: 5px;*/
}

.form-calandar .input-group.input-month {
	width: 130px;
	margin:auto;
}
	.form-calandar .input-group.input-month .form-control {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		height: 40px;
	}
.form-calandar + .btn-top-group .form-search { margin-bottom:0;}

.form-worktime > div > div {
	margin-bottom: 10px;
}
.form-worktime > div:first-child > div {
	/*padding: 10px 7px;*/
	background-color: #f2f8ee;
	border: 1px solid #b9d2a0;
	font-size: 14px;
	text-align: center;
}
	.form-worktime > div:first-child > div > p {
		margin: 0;
		padding: 10px;
	}
	.form-worktime > div:first-child > div > p:first-child {
		border-bottom: 1px solid #b9d2a0;
	}
	.form-worktime > div:first-child > div > p:last-child {
		border-top: 1px solid #fff;
	}
.form-worktime > div:first-child .date {
	color: #3EA671;
	font-size: 18px;
	margin-right: 10px;
}
.form-worktime > div:first-child i {
	color: #8BCB53;
}
.form-worktime > div:last-child > div:last-child {
	margin-bottom: 0;
}
/*.form-worktime > div:first-child .ip {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
}*/
/*	.form-worktime > div:first-child .ip > span {
		font-weight: bold;
		margin-right: 10px;
	}*/
.form-worktime .form-control.text-danger {
	color: #a94442;
}

.table-calandar {
	table-layout: fixed;
	/*min-width: 960px;*/
}

.table-calandar > tbody > tr > td {
	padding:0px;
}
	.table-calandar > tbody > tr > td.today {
		background-color: #f4f4f4;
	}

.table-calandar .day-header {
	padding: 2px 6px;
	font-size: 10px;
	height: 21px;
	overflow: hidden;
}
.table-calandar .day-header.reg {
	cursor: pointer;
}
	.table-calandar .day-header > span.day {
		font-size: 15px;
	}
.table-calandar .day-body {
	padding:1px 0;
}

.worktime,
.schedule {
	padding: 1px 2px;
	height: 20px;
}
.worktime.attendance {
	margin-top: 3px;
}
.worktime.quitting {
	margin-bottom: 3px;
}
	.worktime .label {
		font-size: 100%;
		padding: 3px;
		margin-right:5px;
	}
	.worktime.attendance .label {
		background-color: #86cb57;
	}
	.worktime.quitting .label {
		background-color: #31d090;
	}
	.worktime .badge {
		padding: 2px 5px 3px;
		/*background-color: #f0ad4e;*/
	}
	.worktime .btn-link,
	.worktime .btn-link[disabled] {
		padding: 0;
		color: #000;
	}

	.schedule .content {
		overflow: hidden;
		height: 18px;
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: 2px 2px;
	}
	.schedule .content.view {
		cursor: pointer;
	}
	.schedule .content.mine {
		background-color: #f2dede;
	}
	.schedule .content.others {
		background-color: #fcf8e3;
	}
	.schedule .content.birthday:not(.no-icon) {
		background-image: url('images/Schedule/birthday-cake.png');
	}
	.schedule .content.vacation:not(.no-icon) {
		background-image: url('images/Schedule/vacation.png');
	}
	.schedule .content.business_trip:not(.no-icon) {
		background-image: url('images/Schedule/business-trip.png');
	}
	.schedule .content.education:not(.no-icon) {
		background-image: url('images/Schedule/education.png');
	}
	.schedule .content.meeting:not(.no-icon) {
		background-image: url('images/Schedule/meeting.png');
	}
		.schedule .content.event:not(.no-icon) {
			background-image: url('images/Schedule/event.png');
		}
	.schedule .content.etc:not(.no-icon) {
		background-image: url('images/Schedule/guitar.png');
	}

/* Home */
.panel-home {
	border-radius: 0;
	border-color: #DCDCDC;
	border-top-color: #77C965;
}
	.panel-home .panel-heading {
		font-size: 16px;
		font-weight: bold;
	}
	.panel-home .panel-body {
		padding: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	.panel-home .panel-body.none {
		padding: 0;
	}
		.panel-home .btn.action {
			float: right;
			color: #1AA860;
			margin-left:5px;
		}
	.panel-home #worktime {
		margin: 0 30px;
	}
	.panel-home #schedule {
		margin: 0 -1px -1px -1px;
	}
	/*.panel-home > .table {
		margin-left: -1px;
		margin-right: -1px;
	}*/
	/*.panel-home > .table-bordered > thead > tr:first-child > th,
	.panel-home > .table-responsive > .table-bordered > thead > tr:first-child > th {
		border-bottom: none;
	}*/

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}