/**
 * fontawesome pro 5
 */
.fas, .far, .fal, .fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "Font Awesome 5";
    line-height: 1;
    vertical-align: -15%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    vertical-align: 0% !important;
}

/**
 * .table, .table-row, .table-cell
 */
.table-row div.table-cell {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table-row div.table-cell-last {
	border-right: 1px solid #ccc;
}

.table-row div.cell-status-normal {
	background-color: #DDFFBB !important;
}

.table-row div.cell-status-blocking {
	background-color: #FEC8B4 !important;
}

.table-row-first div.table-cell {
	border-top: 1px solid #ccc;
}

.table-row-header div.table-cell {
	border: 1px solid #444;
	border-right: 0px;
	background-color: #ddd;
}

.table-row-header div.table-cell-last {
	border-right: 1px solid #444;
}

.table-row.selected div.table-cell {
	background-color: #FFFFAA;
}

.table-row-detail-header div.table-cell {
	border: 1px solid #ccc;
	border-right: 0px;
}

.table-row-detail-header div.table-cell-last {
	border-right: 1px solid #ccc;
}

/**
 * .row-detail in .table, .table-row, .table-cell
 */

.row-detail {
	width: 1000px;
	margin-top: 50px;
	margin-left: 200px;
}

.row-detail .top {
	position: relative;
	padding-bottom: 10px;
}

.row-detail .top .title {
	color: #36D1DC;
	font-weight: bold;
}

.row-detail .top .right-btns {
	position: absolute;
	top: 0px;
	right: 0px;
}

.row-detail div.table-cell.title {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	background-color: #ddd;
}

.row-detail div.table-cell.contents {
	width: 280px;
	text-align: left;
}

.row-detail div.table-cell.contents.colspan-3 {
	width: 800px;
}

.row-detail div.table-cell.contents input.input-short {
	width: 80px;
}

.row-detail div.table-cell.contents input.input-long {
	width: 180px;
}

.row-detail .bottom {
	text-align: center;
	padding-top: 20px;
}

.row-detail .bottom button {
	width: 150px;
}

.row-detail .inner-table {
	padding-top: 70px;
}

/**
 * badeg
 */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge-red {
	background-color: #EA3564 !important;
}

/**
 * txt
 */
.txt-center {
	width: 100%;
	text-align: center;
}

.txt-left {
	width: 100%;
	text-align: left;
}

.txt-right {
	width: 100%;
	text-align: right;
}

.txt-blue-light {
	color: #36D1DC !important;
}

.txt-blue {
	color: #5B86E5 !important;
}

.txt-blue-deep {
	color: #1059FF !important;
}

.txt-red {
	color: #EA3564 !important;
}

.txt-green {
	color: #8CC344 !important;
}

.txt-gray {
	color: #888 !important;
}

.txt-black {
	color: #333 !important;
}

/**
 * txt-mid
 */
.txt-mid-line {
	text-decoration: line-through;
}

/**
 * txt-under
 */
.txt-under-blue-light {
	color: #36D1DC !important;
	padding-bottom: 2px;
	border-bottom: 1px #36D1DC solid;
}

.txt-under-blue {
	color: #5B86E5 !important;
	padding-bottom: 2px;
	border-bottom: 1px #5B86E5 solid;
}

.txt-under-blue-deep {
	color: #1059FF !important;
	padding-bottom: 2px;
	border-bottom: 1px #1059FF solid;
}

.txt-under-red {
	color: #EA3564 !important;
	padding-bottom: 2px;
	border-bottom: 1px #EA3564 solid;
}

.txt-under-green {
	color: #8CC344 !important;
	padding-bottom: 2px;
	border-bottom: 1px #8CC344 solid;
}

.txt-under-black {
	color: #444 !important;
	padding-bottom: 2px;
	border-bottom: 1px #444 solid;
}

.txt-under-white {
	color: #fff !important;
	padding-bottom: 2px;
	border-bottom: 1px #fff solid;
}

/**
 * btn
 */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 20px;
	box-shadow: 1px 1px 1px #ddd;
}

.btn-txt {
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.btn-txt:hover {
	color: #36D1DC;
	text-decoration: underline;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active:focus {
	color: #fff !important;
	background-color: #AEAEAE !important;
	border-color: #AEAEAE !important;
}

.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active:focus {
	color: #fff !important;
	background-color: #717171 !important;
	border-color: #717171 !important;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active:focus {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #E4E4E4 !important;
}

.btn-blue-light,
.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light:active:focus {
	color: #fff !important;
	background-color: #36D1DC !important;
	border-color: #36D1DC !important;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active:focus {
	color: #fff !important;
	background-color: #5B86E5 !important;
	border-color: #5B86E5 !important;
}

.btn-blue-deep,
.btn-blue-deep:hover,
.btn-blue-deep:focus,
.btn-blue-deep:active:focus {
	color: #fff !important;
	background-color: #1059FF !important;
	border-color: #1059FF !important;
}

.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active:focus {
	color: #fff !important;
	background-color: #EA3564 !important;
	border-color: #EA3564 !important;
}

.btn-red-light,
.btn-red-light:hover,
.btn-red-light:focus,
.btn-red-light:active:focus {
	color: #fff !important;
	background-color: #F79EAA !important;
	border-color: #F79EAA !important;
}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active:focus {
	color: #fff !important;
	background-color: #8CC344 !important;
	border-color: #8CC344 !important;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active:focus {
	color: #fff !important;
	background-color: #AC72C3 !important;
	border-color: #AC72C3 !important;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active:focus {
	color: #444 !important;
	background-color: #FBE300 !important;
	border-color: #FBE300 !important;
}

/**
 * width-*
 */
.width-10 { width: 10% !important; }
.width-20 { width: 20% !important; }
.width-30 { width: 30% !important; }
.width-40 { width: 40% !important; }
.width-50 { width: 50% !important; }
.width-60 { width: 60% !important; }
.width-70 { width: 70% !important; }
.width-80 { width: 80% !important; }
.width-90 { width: 90% !important; }
.width-100 { width: 100% !important; }


/**
 * jejupay-loader - like facebook style by moon
 */
.jejupay-loader {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.jejupay-loader .txt {
	position: absolute;
	top: 0px;
	left: -190px;
	font-size: 14px;
	line-height: 250%;
}

/* Initial state */
.jejupay-loader .bar {
	background-color: #F79EAA;
	float: left;
	margin-right: 4px;
	margin-top: 6px;
	width: 6px;
	height: 18px;

	/* Set the animation properties */
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loadingbar;
}

.jejupay-loader .bar:last-child  {
	margin-right: 0px;
}

/* Delay both the second and third bar at the start */
.jejupay-loader .bar:nth-child(2) {
	animation-delay: 0.1s;
}
.jejupay-loader .bar:nth-child(3) {
	animation-delay: 0.2s;
}

/* The actual animation */
@keyframes loadingbar {
	 0% { }
	10% { margin-top: 5px; height: 22px; background-color: #EA3564; }
	20% { margin-top: 0px; height: 32px; background-color: #EA3564; }
	30% { margin-top: 1px; height: 30px; background-color: #EA3564; }
	40% { margin-top: 3px; height: 26px; }
	50% { margin-top: 5px; height: 22px; }
	60% { margin-top: 6px; height: 18px; }
	70% { }
	/* Missing frames will cause the extra delay */
	100% { }
}