.btn-cancel{
	background-color : #F47264; 
	color: #ffffff;
	margin-top:15px;
	min-height: 32px;
	padding:6px 10px;
}
.btn-cancel:HOVER {
	background-color: #F5A9A9; 
	color: #ffffff;
}

.btn-approval{
	background-color: #53b0f8;
	margin-top:15px;
	min-height: 32px;
	padding:6px 10px;
	color:#ffffff;
}
.btn-approval:HOVER {
	background-color: #46587b;
	color:#ffffff;
}

.btn-callapproval{
	background-color: #234484;
	color: #ffffff;
	padding : 6px 12px !important;
}
.btn-callapproval:HOVER {
	background-color: #53b0f8;
	color: #ffffff;
}

.emax-red{
	color: #f47264 !important;
	font-weight: bold;
}

.reportBtn{
	display: none;
}

/* 모바일 관련 추가*/
@media (max-width: 990px) {
	.col-md-1 {
		margin-top : 10px;
	}
	.col-md-1:first-child:not(:last-child)
	.col-md-1 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-1 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-2 {
		margin-top : 10px;
	}
	.col-md-2:first-child:not(:last-child)
	.col-md-2 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-2 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-3 {
		margin-top : 10px;
	}
	.col-md-3:first-child:not(:last-child)
	.col-md-3 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-3 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-4 {
		margin-top : 10px;
	}
	.col-md-4:first-child:not(:last-child)
	.col-md-4 .document-ing:not
	{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-4 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-5 {
		margin-top : 10px;
	}
	.col-md-5:first-child:not(:last-child)
	.col-md-5 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-5 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-6 {
		margin-top : 10px;
	}
	.col-md-6:first-child:not(:last-child)
	.col-md-6 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-6 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-7 {
		margin-top : 10px;
	}
	.col-md-7:first-child:not(:last-child)
	.col-md-7 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-7 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-8 {
		margin-top : 10px;
	}
	.col-md-8:first-child:not(:last-child)
	.col-md-8 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-8 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-9 {
		margin-top : 10px;
	}
	.col-md-9:first-child:not(:last-child)
	.col-md-9 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-9 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-10 {
		margin-top : 10px;
	}
	.col-md-10:first-child:not(:last-child)
	.col-md-10 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-10 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-11 {
		margin-top : 10px;
	}
	.col-md-11:first-child:not(:last-child)
	.col-md-11 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-11 { */
/* 		margin-top : 0px; */
/* 	} */
	.col-md-12 {
		margin-top : 10px;
	}
	.col-md-12:first-child:not(:last-child)
	.col-md-12 .document-ing:not{
		margin-top : 0px;
	}
/* 	.row.margin-top-10 > .col-md-12 { */
/* 		margin-top : 0px; */
/* 	} */
}
