
.modal600 {
	position: absolute;
	top: 5%;
	left: 50%;
	overflow: auto;
}

@media (min-width: 600px) {
	.modal600 {
		width: 600px;
		margin-left: -300px;
	}
}

.modal-content {
	overflow: auto;
	padding: 25px;
	background-color: #f5f9fc;
	max-height: 95vh;
}

.modal-content::-webkit-scrollbar {
	width: 5px;
}

.modal-content::-webkit-scrollbar-thumb {
	background: #999;
}

.modal-content::-webkit-scrollbar-track {
	background: #ccc;
}


.modal-header {
	margin-bottom: 15px;
}

.modal .close {
	float: right;
	font-size: 2.5em;
	line-height: 20px;
	vertical-align: top;
	color: #999;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-header h3 {
	color: #222;
	display: inline-block;
	margin: 0;
}

.modal-top h3 {
	float: left;
	margin-top: 0;
}

.modal-top .buttonSection {
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
}

.modal-body .btnWrap {
	float: right;
	text-align: right;
	padding-right: 5px;
}

.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	cursor: pointer;
}

.modal.modalOfModal {
	z-index: 1100;
}

.modal,
.modal-backdrop {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	border: 1px solid #999;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	cursor: initial;
}

.modal-backdrop {
	position: fixed;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 620px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
}

.settingCompleteModal {
	max-width: 400px;
	top: 80px;
}

.settingCompleteModal .modal-content {
	background-image: url("/image/rentdesk/settingComplete_bg.png");
	background-size: cover;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 1.2em;
	padding: 90px 30px;
	position: relative;
}

.settingCompleteModal .modal-content .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.settingCompleteModal .modal-content .triangle1 {
	left: 19%;
	top: 80px;
	border-width: 0 0.5em 0.85em 0.5em;
	border-color: transparent transparent #D5FF71 transparent;
}

.settingCompleteModal .modal-content .triangle2 {
	right: 20%;
	top: 77px;
	border-width: 0 0 0.91em 0.7em;
	border-color: transparent transparent transparent #FFDA0E;
}

.settingCompleteModal .modal-content .triangle3 {
	right: 19%;
	top: 85px;
	border-width: 0 0.4em 0.5em 0.5em;
	border-color: transparent transparent #FFAE45 transparent;
}

.settingCompleteModal .modal-content .welcome {
	font-size: 3em;
	font-weight: 900;
	margin-bottom: 20px;
}

.settingCompleteModal .modal-content .btn-default.homepage {
	background-image: url("/image/rentdesk/icon_settingComplete_homepage.png");
}

.settingCompleteModal .modal-content .btn-default.solution {
	background-image: url("/image/rentdesk/icon_settingComplete_solution.png");
}

.settingCompleteModal .modal-content .btn-default {
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 20% center;
	padding: 10px 0 10px 10%;
}

.modalGrid {
	overflow: auto;
	height: 50vh;
}

.modalGrid .table-header {
	margin-top: 0;
}
