@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic|Rajdhani|Poppins:300,400,500,600,700");

/* login */
html.auth {
	width:100%;
	height:100%;
}

body.auth {
	width:100%;
	height:100%;
	display:table;
	background: url('/lib/img/milky-way-2181250_1920.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.auth .authWrap {
	display:block;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

body.auth form input {
	font-size:1.5rem;
}
body.auth footer {
	z-index: 10;
	bottom: 0px;
	left: 0px;
	position: fixed;
	width:100%;
	background: #fff;
	border-top: 1px solid rgba(120, 130, 140, 0.13);

	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

/*footer ul { list-style:none; margin:0; padding:10px; }*/
footer ul li { display:inline-block; }
footer .foot_info ul li:before { content: " | "; margin-right:5px;}
footer ul li:first-child:before { content: ""; }

/*.page-titles { margin: 0 -15px 15px; }*/


/* layout */
body.auth form .form-group { margin-bottom:25px; }


/* table */
.table-responsive table thead tr th
,.table-responsive table tbody tr td { white-space:nowrap; }

/* label */
/* label { margin-bottom: 0; } */
label [type="checkbox"] + span { display:inline; }
.input-group-text { padding:0; }


.ms-container .ms-list { height:150px; }

/* etc */
.card-header-pop {
	border-radius: 5px !important;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sidebar-nav ul li.nav-devider {
	margin:0;
}

.form-control {
  min-height: auto;
  width:100%;
}

.container-fluid {
  padding: 0 15px 0 15px;
}

.table-sm input { padding:.1rem .2rem; }


/* Form summernote */
.note-editor.note-frame .btn-group {
	display:inline-block;
}
.note-editor.note-frame .panel-heading {
	padding: 0 0 5px 5px;
}
/*
.note-popover, .note-icon-caret {
	display: none;
}
.note-editor.note-frame {
	border: 1px solid #d9d9d9;
}
.note-editor.note-frame .panel-heading {
	padding:inherit;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
*/

/* CodeMirror */
.CodeMirror pre {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.CodeMirror {
	border: 1px solid #eee;
	height: auto;
}

/* card */
.card .form-group { margin-bottom:5px; }

.card .row { margin-left:-5px; margin-right:-5px; }

.card .col, .card .col-1, .card .col-10, .card .col-11, .card .col-12, .card .col-2, .card .col-3, .card .col-4, .card .col-5, .card .col-6, .card .col-7, .card .col-8, .card .col-9, .card .col-auto, .card .col-lg, .card .col-lg-1, .card .col-lg-10, .card .col-lg-11, .card .col-lg-12, .card .col-lg-2, .card .col-lg-3, .card .col-lg-4, .card .col-lg-5, .card .col-lg-6, .card .col-lg-7, .card .col-lg-8, .card .col-lg-9, .card .col-lg-auto, .card .col-md, .card .col-md-1, .card .col-md-10, .card .col-md-11, .card .col-md-12, .card .col-md-2, .card .col-md-3, .card .col-md-4, .card .col-md-5, .card .col-md-6, .card .col-md-7, .card .col-md-8, .card .col-md-9, .card .col-md-auto, .card .col-sm, .card .col-sm-1, .card .col-sm-10, .card .col-sm-11, .card .col-sm-12, .card .col-sm-2, .card .col-sm-3, .card .col-sm-4, .card .col-sm-5, .card .col-sm-6, .card .col-sm-7, .card .col-sm-8, .card .col-sm-9, .card .col-sm-auto, .card .col-xl, .card .col-xl-1, .card .col-xl-10, .card .col-xl-11, .card .col-xl-12, .card .col-xl-2, .card .col-xl-3, .card .col-xl-4, .card .col-xl-5, .card .col-xl-6, .card .col-xl-7, .card .col-xl-8, .card .col-xl-9, .card .col-xl-auto { padding-left:5px; padding-right:5px; }

/* sidebar */
.sidebar-nav ul li.nav-small-cap {
    font-size: 1rem;
    font-weight:bold;
    color: #666;
    padding: 7px;
}
.sidebar-nav > ul > li {
    margin-bottom: 0;
}
.sidebar-nav ul li a {
    padding: 8px 16px;
}
.sidebar-nav ul li ul li a {
    padding: 8px 32px;
}

.sidebar-nav ul li ul li.nav-devider {
    margin-left: 32px;
    margin-right: 32px;
}

/* color picker */
.asColorPicker-wrap {
	white-space:nowrap;
	position:static;
}
.asColorPicker-wrap .form-control {
	width:80%;
}
.asColorPicker-trigger {
  position: static;
  top: inherit;
  right: inherit;
  height:20px;
  width:20px; }

/* dropify */
.dropify-wrapper{
	display:block;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	width:100%;max-width:100%;
	height:100px;
	padding:5px 10px;
	font-size:14px;line-height:22px;color:#777;
	background-color:#FFF;
	background-image:none;
	text-align:center;
	border:2px solid #E5E5E5;
	-webkit-transition:border-color .15s linear;
	transition:border-color .15s linear
}

/* button small */
.btn-circle.btn-sm {
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
}


.btn-sm .btn-label {
	margin: -6px 5px -6px -7px;
	padding: 7px 5px;
}

/* table */
.table-responsive {
	padding: 1px;
}

/* table board statCode */
table .statCode {
	border-radius:5px;
	padding:2px;
	font-weight:bold;
}

/* board */

/*
빨강	#fc4b6c
파랑	#1e88e5
보라	#7460ee
주황	#ffb22b
아이스	#26c6da
화이트	#ffffff
그레이

'standby'=>'대기'
,'absence'=>'부재'
,'wrong'=>'허위'
,'reserve'=>'예약'
,'manage'=>'관리'
,'contract'=>'계약'
,'success'=>'완료'
,'remove'=>'삭제'

*/

table .statCode-standby { background-color:#1e88e5; color:white; }
table .statCode-receive { background-color:#7460ee; color:white; }
table .statCode-process { background-color:#ffb22b; color:white; }
table .statCode-confirm { background-color:#26c6da; color:white; }
table .statCode-fail { background-color:#000; color:white; }


table .statCode-standby { background-color:#7460ee; color:white; }
table .statCode-check { background-color:white; color:gray; border:1px solid gray; }
table .statCode-normal { background-color:#1e88e5; color:white; }
table .statCode-qnaStandby { background-color:#7460ee; color:white; }
table .statCode-qnaCheck { background-color:white; color:gray; border:1px solid gray; }
table .statCode-qnaAnswer { background-color:#26c6da; color:white; }
table .statCode-notice { background-color:#ffb22b; color:white; }
table .statCode-remove { background-color:#fc4b6c; color:white; }

table .statCode-ready { background-color:silver; color:white; }
table .statCode-confirm { background-color:#ffb22b; color:white; }
table .statCode-return { background-color:gray; color:white; }
table .statCode-block { background-color:black; color:white; }
table .statCode-remove { background-color:#fc4b6c; color:white; }
table .statCode-cancel { background-color:#fc4b6c; color:white; }

table .statCode-show { background-color:#7460ee; color:white; }
table .statCode-hide { background-color:white; color:gray; border:1px solid gray; }

table .statCode-payment { background-color:#ffb22b; color:white; }
table .statCode-finish { background-color:#ffb22b; color:white; }
table .statCode-returnStandby { background-color:black; color:yellow; }
table .statCode-returnConfirm { background-color:black; color:white; }
table .statCode-returnFinish { background-color:black; color:white; }

table .statCode-manage { background-color:green; color:white; }
table .statCode-absence { background-color:#ff822e; color:white; }
table .statCode-reserve { background-color:red; color:white; }
table .statCode-success { background-color:black; color:white; }

table .statCode-1 { background-color:pink; color:white; }
table .statCode-2 { background-color:#FA8072; color:white; }
table .statCode-3 { background-color:#FF4500; color:white; }
table .statCode-4 { background-color:#DC143C; color:white; }
table .statCode-5 { background-color:#8B0000; color:white; }

/* push */
table .statCode-100 { background-color:#1e88e5; color:white; }



/* board */
table .statCode-standby	{ background-color:#252525; color:white; }
table .statCode-read	{ background-color:#a7a7a7; color:white; }
table .statCode-normal	{ background-color:#5c2ad0; color:white; }
table .statCode-remove	{ background-color:#72919b; color:white; }

table .statCode-absence	{ background-color:#f49b33; color:white; }
table .statCode-wrong	{ background-color:#f14949; color:white; }
table .statCode-reserve	{ background-color:#1fa4e2; color:white; }
table .statCode-manage	{ background-color:#2ac223; color:white; }
table .statCode-contract	{ background-color:#37967a; color:white; }
table .statCode-success	{ background-color:#5b5b5b; color:white; }
table .statCode-receive	{ background-color:#2e7cbe; color:white; }
table .statCode-process	{ background-color:#f8cc33; color:white; }
table .statCode-confirm	{ background-color:#0b75d8; color:white; }
table .statCode-fail	{ background-color:#f10e0e; color:white; }


table .statCode-check { background-color:white; color:gray; border:1px solid gray; }
table .statCode-notice { background-color:#ffb22b; color:white; }
table .statCode-qnaStandby { background-color:#7460ee; color:white; }
table .statCode-qnaCheck { background-color:white; color:gray; border:1px solid gray; }
table .statCode-qnaAnswer { background-color:#26c6da; color:white; }

table .statCode-ready { background-color:silver; color:white; }
table .statCode-return { background-color:gray; color:white; }
table .statCode-block { background-color:black; color:white; }
table .statCode-remove { background-color:#ffb22b; color:white; }
table .statCode-cancel { background-color:#fc4b6c; color:white; }

table .statCode-show { background-color:#7460ee; color:white; }
table .statCode-hide { background-color:white; color:gray; border:1px solid gray; }

table .statCode-payment { background-color:#ffb22b; color:white; }
table .statCode-finish { background-color:#ffb22b; color:white; }
table .statCode-returnStandby { background-color:black; color:yellow; }
table .statCode-returnConfirm { background-color:black; color:white; }
table .statCode-returnFinish { background-color:black; color:white; }



table .statCode-step-standby { background-color:#5c2ad0; color:white; } /*보라*/
table .statCode-step-read { background-color:#252525; color:white; } /*검정*/
table .statCode-step-delivery { background-color:#f14949; color:white; } /*빨강*/
table .statCode-step-check { background-color:#0b75d8; color:white; } /*파랑*/


table .statCode-comm-away1 { background-color:#f49b33; color:white; }
table .statCode-comm-away2 { background-color:#1fa4e2; color:white; }
table .statCode-comm-awaySms { background-color:#2ac223; color:white; }
table .statCode-comm-sendEmail { background-color:#37967a; color:white; }
table .statCode-comm-call { background-color:#f8cc33; color:white; }
table .statCode-comm-register { background-color:#0b75d8; color:white; }
table .statCode-comm-sendKakaotalk { background-color:#5c2ad0; color:white; }


table .statCode-reserv-chg1 { background-color:#37967a; color:white; } /*부정1*/
table .statCode-reserv-chg2 { background-color:#5b5b5b; color:white; } /*부정2*/
table .statCode-reserv-chg3 { background-color:#2e7cbe; color:white; } /*부정3*/


table .statCode-exe-reserv { background-color:#f49b33; color:white; }
table .statCode-exe-cancel { background-color:#1fa4e2; color:white; }
table .statCode-exe-standby { background-color:#2ac223; color:white; }
table .statCode-exe-ship { background-color:#37967a; color:white; }
table .statCode-exe-complet { background-color:#f8cc33; color:white; }

table .statCode-delivery-start {background-color:#5e35cb; color:white;} /*배송등록*/
table .statCode-delivery-stat {background-color:#009efb; color:white;} /*배송정보*/
table .statCode-payment-cancel{background-color:#ff0000; color:white;} /*구매취소*/

/* board memo */
.board-memo textarea
,.board-memo button { height:100px; vertical-align:middle; font-size:1rem; }
.board-memo textarea { width:100%; vertical-align:top; padding-right:60px; }
.board-memo button[type="submit"] { position:absolute; right:0px; width:50px; /*margin-right:5px;*/ background-color:gray; border:0px; color:white; }
.board-memo button.btn.btn-circle { width:24px; height:24px; padding:0; }

/* board memo */
/*.board-memo2 textarea,.board-memo2 button { height:100px; vertical-align:middle; font-size:1rem; }*/
.board-memo2 textarea { width:100%; vertical-align:top; padding-right:60px; }
.board-memo2 button[type="submit"] { position:absolute; right:0px; width:50px; /*margin-right:5px;*/ background-color:gray; border:0px; color:white; height:100px; vertical-align:middle; font-size:1rem;}
.board-memo2 button.btn.btn-circle { width:24px; height:24px; padding:0; }