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

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

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

body.auth #wrap {
	width:100%;
	height:100%;
	min-width:100%;
	display:table-cell;
	vertical-align:middle;
}

/*
.btn-default {
	background:#fff;
	color:#e95247;
	border:1px solid #e95247;
}
*/

.btn-primary{
	background:#14805e;
	color:#fff;
}
/*
.col-md-12 .btn{
    width: 48%;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 17px;
    text-align: center;
	float:left;
    border-radius: 2px;
	margin-left:5px;
	font-weight:500;
}
*/
.page-titles { margin: 0 -15px 15px; }

.justify-content-md-center { margin:auto;}
.justify-content-md-center .col-md-5 {margin:auto;}
.justify-content-md-center .col-md-5 .card-outline-inverse {}
.justify-content-md-center .col-md-5 .card-outline-inverse .card-body {width:400px; margin:auto; }
/* layout */
body.auth form .form-group { margin-bottom:15px; }
.preloader { background: rgb(255,255,255, 0.9); }

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


/* label */
.sidebar-nav > ul > li > a.has-arrow .label {
	margin-right: 16px;
}


/* etc */
.card-header-pop {
	border-radius: 5px !important;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;

}
.card-header-pop h3{
	font-size:17px;
}
.card-header-pop h6{
	font-size:14px;
}
.sidebar-nav ul li.nav-devider {
	margin:0;
}

.form-control {
  min-height: auto;
}

.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;
}

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

/* table board statCode */
table .statCode {
	border-radius:5px;
	padding:2px;
	font-weight:bold;
}
/* board */
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-notice { background-color:#ffb22b; color:white; }
table .statCode-remove { background-color:#fc4b6c; color:white; }

table .statCode-helpStandby { background-color:#7460ee; color:white; }
table .statCode-helpCheck { background-color:white; color:gray; border:1px solid gray; }
table .statCode-helpAnswer { background-color:#26c6da; 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:#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 .adminScore1 { color:red; font-weight:bold; }
table .adminScore2 { color:orange; font-weight:bold; }
table .adminScore3 { color:green; }
table .adminScore4 { color:blue; }
table .adminScore5 { color:aqua; }
/* push */
table .statCode-100 { background-color:#1e88e5; 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; }

.txt_wrap{position: absolute; display: block; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; overflow: hidden;}
.table_txt2 {margin:auto; width:400px; margin-top:200px;}
.table_txt2 p{margin:50px 0 30px 0;}
.table_txt2 h4{font-weight:400; font-size:16px; line-height: 28px; color:rgba(255,255,255,0.65);}


.countDown_60 { font-weight:bold; color:red; }
.countDown_90 { font-weight:bold; color:orange; }

