/* Common */
.popup-box-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.popup-box-container .background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: gray;
	opacity: 0.5;
}

/* Row Popup Box */
.row-popup.popup-box-container {
	position: initial;
	top: initial;
	left: initial;
	width: 100%;
	height: ininital;
	z-index: initial;
	background-color: initial;
	opacity: initial;
}
.row-popup .popup-box {
	width: initial;
	position: relative;
	top: initial;
	left: initial;
	padding: 10px;
	z-index: initial;
	text-align: left;
	background: white;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 2px 2px 6px rgba(50,50,50,0.3);
	behavior: none;
	white-space: normal;
}
.popup-box-container.row-popup .status_container {
	margin-bottom: 5px;
}
.popup-box-container.row-popup .status_msg {
	font-size: 12px;
	line-height: 25px;
}
.row-popup td {
	padding: 0 !important;
	overflow: visible !important;
}
.row-popup .popup-box .row_ops,
.row-popup .popup-box .row {
	display: inline-block;
	vertical-align: top;
}
.row-popup .popup-box .row + .row {
	margin-left: 3px;
}
.row-popup .popup-box .row .select-container {
	width: 100%;
}
.row-popup .popup-box .label,
.row-popup .popup-box .data,
.row-popup .popup-box input[type='text'],
.row-popup .popup-box textarea {
	font-size: 12px;
}

.row-popup .row_ops button {
	width: 35px;
	height: 35px;
}
.row-popup .row .mandatory_mark {
	display: inline-block;
	vertical-align: top;
	color: darkred;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	line-height: 17px;
}
.row-popup .button-container {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.row-popup .button-container button {
	font-size: 12px;
	height: 29px;
	width: 65px;
}
.row-popup .button-container button + button {
	margin-left: 5px !important;
}

/* Popup Box */
.popup-box:focus {
	outline: 0;
}
.popup-box {
	width: 371px;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 25px;
	z-index: 102;
	text-align: center;
	background: white;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 4px 4px 11px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 11px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 11px rgba(50, 50, 50, 0.75);
}
.popup-box .title {
	color: #434343;
	font-size: 21px;
	text-shadow: 1px 1px 1px #bbbbbb;
	margin-bottom: 15px;
}
.popup-box .desc {
	color: #434343;
	font-size: 15px;
	line-height: 160%;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.popup-box .popup-warning-msg {
	color: #aa0000;
}
.popup-box .desc .desc-inner {
	text-align: left;
	display: inline-block;
}
.popup-box .desc .desc-inner a {
	color: inherit;
	text-decoration: none;
	color: #0b80a6;
}

.popup-box .input-field {
	width; 350px;
	margin-bottom: 35px;	
}
.popup-box .input-field input {
	width: 350px;
}
.popup-box .desc .long {
	text-align: left;
	display: inline-block;
}
.popup-box .black-btn {
	display: inline-block;
	width: 80px;
}
.popup-box .black-btn + .black-btn{
	margin-left: 12px;
}
.popup-box .agree-checkbox {
	margin-top: -20px;
	margin-bottom: 25px;
}

.form-popup .popup-box .row {
	vertical-align: top;
	position: relative;
	text-align: left;
}
.form-popup .popup-box .row + .row {
	margin-top: 4px;
}
.form-popup .popup-box .row.type_divider {
	height: 0.5px;
	background-color: #c3c3c3;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-popup .row .mandatory_mark {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	color: darkred;
	font-size: 20px;
	padding-top: 11px;
	height: 20px;
	top: 0px;
	right: -10px;
}

.form-popup .popup-box .label {
	display: inline-block;
	width: 90px;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
	line-height: 35px;
}
.form-popup .popup-box .row.type_data .label {
    line-height: 30px;
}
.form-popup .popup-box .row.type_data .data {
    line-height: 30px;
}

.form-popup .popup-box .data {
	display: inline-block;
	width: calc(100% - 103px);
	line-height: 35px;
	font-size: 14px;
	word-wrap: break-word;
}
.form-popup .popup-box .input-container,
.form-popup .popup-box .textarea-container,
.form-popup .popup-box .select-container,
.form-popup .popup-box .checkbox-container {
	display: inline-block;
	width: calc(100% - 103px);
	vertical-align: top;
}
.form-popup .popup-box .checkbox-container {
	margin-left: 90px;
	line-height: 30px;
}
.form-popup .popup-box .checkbox-container span {
	font-size: 14px;
	vertical-align: top;
}
.form-popup .popup-box textarea {
	width: calc(100% - 18px);
	height: 102px;
}
.form-popup .popup-box .button-container {
	margin-top: 20px;
}

.form-popup .row_ops {
	display: inline-block;
	vertical-align: top;
}
.form-popup .row_ops button {
	width: 35px;
	height: 35px;
}
.form-popup .row_ops button + button,
.form-popup .row_ops .black-btn + .black-btn {
	margin-left: 0px; !important;
}
.popup-box-container .status_msg a,
.form-popup .popup-box .field.data a,
.form-popup .status_msg a,
.list-popup .status_msg a {
	color: #0a7396;
	text-decoration: none;
}

.list-popup .popup-box {
	width: 900px;
}
.list-popup .table-div {
	margin-left: -23px;
}
.list-popup table.styled-table .col_slob {
	width: 23px;
}
.list-popup table.styled-table tr td.col_slob + td {
	border-left: none;
}
.list-popup table.styled-table .col_slob {
	background: white;
	border: none;
}

.popup-box-container .status_container {
	text-align: center;
	background-color: #ffbb44;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}

.popup-box-container .status_msg {
	display: inline-block;
	text-align: left;
	line-height: 35px;
	font-size: 14px;
	padding: 0px 10px;
}
.list-popup .popup-box .button-container {
	margin-top: 20px;
}
.list-popup .popup-box .form-box {
	border-top: 1px solid #d4d4d4;
	text-align: left;
}
.list-popup .popup-box .form-box-content {
	padding: 20px 25px 15px 25px;
	position: relative;
}
.list-popup .popup-box .row {
	display: inline-block;
	width: 420px;
	margin-bottom: 5px;
	position: relative;
}
.list-popup .row .mandatory_mark {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	color: darkred;
	font-size: 14px;
	padding-top: 10px;
	height: 20px;
	top: 0px;
	right: 43px;
}
.list-popup .popup-box .actions {
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.list-popup .popup-box .delete-btn,
.list-popup .popup-box .actions .black-btn {
	font-size: 12px;
	height: 35px;
	width: auto;
	min-width: 60px;
	max-width: 110px;
}
.list-popup .popup-box .label {
	display: inline-block;
	width: 90px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	line-height: 30px;
}
.list-popup .popup-box .data {
	display: inline-block;
	width: 268px;
	line-height: 30px;
	font-size: 12px;
	word-wrap: break-word;
	vertical-align: top;
}
.list-popup .popup-box .input-container,
.list-popup .popup-box .select-container {
	display: inline-block;
	width: 268px;
	height: 30px;
}
.list-popup .popup-box .input-container input {
	height: 26px;
	font-size: 12px;
}
.list-popup .popup-box .input-container .link {
	font-size: 12px;
	top: 7px;
	right: 4px;
}
.list-popup .popup-box .input-container.has-op {
	width: 239px;
}
.list-popup .popup-box .select-container select {
	width: 268px;
}
.list-popup .popup-box textarea {
	font-size: 12px;
	width: 262px;
	height: 100px;
}
.list-popup .popup-box .table-ops {
	margin-bottom: 10px;
	text-align: left;
}
.list-popup .form-box .row .data a,
.list-popup table.styled-table tr td a {
	text-decoration: none;
	color: #0b80a6;
}
.list-popup .table-div {
	max-height: 240px;
	overflow: auto;
}
.list-popup .op-btn {
	width: 25px;
	height: 30px;
	vertical-align: top;
}
