/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
body {
/* 	position: relative; */
}
 
.pointer { 
	cursor: pointer; 
	text-decoration: none;
	color:#0404B0 !important;
}
.bpointer { 
	cursor: pointer; 
	text-decoration: none;
	color:#000000 !important;
}
/*
* 
*/
.wid20 {
	width:20% !important
}
/*
* padding
*/
.p10 {
	padding: 10px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.prl0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pb13 {
	padding-bottom: 13px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

/*
* margin
*/

.mt0 {
	margin-top: 0 !important;
}

.mt13 {
	margin-top: 13px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mbAuto{
	margin-bottom: auto !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr10{
	margin-right: 10px !important;
}


.sortNone{
	color:#9C9FA1 !important;
}

.sortActive{
	color:#333638 !important;
}

.ta-l {
	text-align: left !important;
}
.ta-c {
	text-align: center !important;
}
.ta-r {
	text-align: right !important;
}

.va-m {
	vertical-align : middle !important;
}

.cs-css-01 {
	color:teal !important;
	text-align: right !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.cs-css-02 {
	color:navy !important;
	text-align: left !important;
	font-weight: bold !important;
}

.link-white {
	color:#ffffff !important;
}

.bd0{
	border-left:0px !important;
}

.cs-css-03 {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px dotted #cccccc !important;
/* 	text-decoration: underline !important; */
}

.cs-css-04 {
	display: inline-block !important;
	border:0px !important;
}

.cs-css-05 {
	font-weight: bold !important;
}

.cs-css-06 {
	display: inline-block !important;
	word-break:break-all;
	border:0px !important;
}

.bcf4 {
	background-color:#f4f4f4 !important;
}

div #password-layout {
	height: auto;
	min-height: 1024px;
	background-color:#f4f4f4 !important;
	padding-top: 40px !important;
}


.txt-color-red {
	color: #ff0000 !important;
}

.authButtonContainer {
	display: none;
}

.prod-mn-back1 {
	position: absolute;
    top: 0px;
    left: 100%;
    margin-left: auto;
}

.prod-mn-back2 {
	position: absolute;
    top: 0px;
    left: 100%;
    margin-left: auto;
}
.prod-mn-back3 {
	position: absolute;
    top: -7px;
    left: 100%;
    margin-left: auto;
}
.prod-mn-back4 {
	position: absolute;
    top: 0px;
    left: 100%;
    margin-left: auto;
}
.prod-mn-btn {
	position: absolute;
    top: 0px;
    bottom: 7px;
    left: 100%;
    margin-left: auto;
}
.prod_mn3 {
    bottom: 7px;
}

/* caseMark */
.caseMarker {
	display: inline-block;
	height: 25px;
	position: relative;
	margin-right: 2px;
	width: 20px;
}
.caseMarker:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 25px;
	width: 0;
}

/* 이미지 슬라이드 */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}


/* send to HO 시 팝업 디자인 */
.alert_design_form {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.3);
}
.alert_design_form__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	width: 90%;
	max-width: 734px;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #242424;
	margin-top: -30px;
	transition: .2s all ease-in-out;
}
.alert_design_form.on .alert_design_form__inner {
	margin-top: 0;
}
.alert_design_form__inner__cont h2 {
	font-size: 24px;
	font-weight: 600;
}
.alert_design_form__inner__cont p {
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
}
.alert_design_form__inner__btn {
	margin-top: 30px;
}
.alert_design_form__inner__btn a {
	display: inline-block;
	padding: 10px 35px;
	background-color: #6465CF;
	line-height: 1;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}
.alert_design_form__inner__btn a:hover {
	background-color: #7677eb;
}



/* send to HO 정보 목록 팝업 디자인 */

.alert_design_form__inner2 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	width: 90%;
	max-width: 60%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #242424;
	margin-top: -30px;
	transition: .2s all ease-in-out;
}
