@charset "UTF-8";
/*---------*/

/* 공통요소 */

/*---------*/
* {
	font-family: 'Noto Sans Korean', sans-serif;
}

/* SCROLL */
*::-webkit-scrollbar { width: 5px;height:5px; }
/* 스크롤바의 width */
*::-webkit-scrollbar-track { background-color: #f0f0f0; }
/* 스크롤바의 전체 배경색 */
*::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom, #999, #999);
}
/* 스크롤바 색 */
*::-webkit-scrollbar-button { display: none; }
/* 위 아래 버튼 (버튼 없애기를 함) */

* {
	scrollbar-3dLight-Color: #efefef;
	scrollbar-arrow-color: #333;
	scrollbar-base-color: #efefef;
	scrollbar-Face-Color: #b1b1b1;
	scrollbar-Track-Color: #efefef;
	scrollbar-DarkShadow-Color: #efefef;
	scrollbar-Highlight-Color: #efefef;
	scrollbar-Shadow-Color: #efefef;
}

.sc-only {
    position: absolute;
    left: -9999px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

body {
    overflow-y: auto;
	font-size: 16px;
}

hr {
    display: block !important;
    margin: 10px 0;
}

.inner {
	width:calc(100% - 540px);
	margin:0 auto;
	transform: translateX(-20px);
}

.list-style,
.list-style li {
	list-style: decimal;
	list-style-position: inside;
}

.check {
    position: relative;
    width: 12px;
    height: auto;
    cursor: pointer;
}

.check .on {
    display: block;
}

.v-mid {
    vertical-align: middle !important;
}

.v-top {
    vertical-align: top !important;
}

.v-non {
    vertical-align: none !important;
}

.mark {
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background-image: url(../images/mark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
}

.label {
	display: inline;
	color:#fff;
	font-size: 12px;
	padding:0 5px;
}

.block {
    display: block;
}

.inline {
	display: inline-block !important;
}

.full-width {
	width: 100% !important;
}

.half-width {
	width:50% !important;
}

.between,
a.between {
    display: inline-block;
    min-width: 1px;
    height: 30px;
    padding: 0 10px;
    color: #777;
    font-weight: 400;
    line-height: 30px;
}

a.between {
    cursor: pointer;
}

.sc-only {
    position: absolute;
    left: -9999px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
textarea {
	padding:10px;
	border-radius: 3px;
	box-sizing: border-box;
}

.round {
	overflow: hidden;
	border-radius: 3px !important;
}

.round-left {
	overflow: hidden;
	border-radius: 3px 0 0 3px !important;
}

.round-right {
	overflow: hidden;
	border-radius: 0 3px 3px 0 !important;
}

.btn-sm {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    color: #444444 !important;
    font-size: 12px;
    line-height: 28px;
 	border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-indent: 0 !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #fff;
	transition: all 0.2s;
}

.btn-sm:hover {
  	color:#fff !important;
    background-color: #77a7c3;
	border-color: #77a7c3;
    transition: all 0.2s;
}

.btn {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    color: #444 !important;
    font-size: 13px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-indent: 0 !important;
    line-height: 37px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #fff;
	transition: all 0.2s;
}

.btn:hover {
 	color:#fff !important;
    background-color: #77a7c3;
	border-color: #77a7c3;
    transition: all 0.2s;
}

.btn.btn-darkgray,
.btn-sm.btn-darkgray {
 	color:#fff !important;
    background-color: #444444;
	border-color: #444444;
    transition: all 0.2s;
}

.btn.btn-darkgray:hover,
.btn-sm.btn-darkgray:hover {
 	color:#fff !important;
    background-color: #666666;
	border-color: #666666;
    transition: all 0.2s;
}

.btn.btn-red,
.btn-sm.btn-red {
 	color:#fff !important;
    background-color: #f5696c;
	border-color: #f5696c;
    transition: all 0.2s;
}

.btn.btn-red:hover,
.btn-sm.btn-red:hover {
 	color:#fff !important;
    background-color: #f88d8f;
	border-color: #f88d8f;
    transition: all 0.2s;
}

.btn.btn-blue,
.btn-sm.btn-blue {
	color:#fff !important;
    background-color: #156ea2;
	border-color: #156ea2;
}
.btn.btn-blue:hover,
.btn-sm.btn-blue:hover {
 	color:#fff !important;
    background-color: #1b86c4;
	border-color: #1b86c4;
    transition: all 0.2s;
}


.center-block {
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.w20 {
	width: 20px !important;
}

.w40 {
	width: 40px !important;
}

.w60 {
	width: 60px !important;
}

.w80 {
	width: 80px !important;
}

.w100 {
	width: 100px !important;
}

.w120 {
	width: 120px !important;
}
.w140 {
	width: 140px !important;
}
.w160 {
	width: 160px !important;
}
.w180 {
	width: 180px !important;
}
.w200 {
	width: 200px !important;
}
.w220 {
	width: 220px !important;
}
.w240 {
	width: 240px !important;
}
.w260 {
	width: 260px !important;
}
.w280 {
	width: 280px !important;
}
.w300 {
	width: 300px !important;
}
.w320 {
	width: 320px !important;
}
.w340 {
	width: 340px !important;
}
.w360 {
	width: 360px !important;
}
.w380 {
	width: 380px !important;
}
.w400 {
	width: 400px !important;
}

.bg-none {
	background-color: rgba(0,0,0,0) !important;
}

.bg-white {
	background-color: #fff;
}

.bg-darkgray {
	border-color: #3d4046 !important;
    background-color: #3d4046 !important;
}

.bg-lightgray {
    background-color: #e1e3eb !important;
    border-color: #e1e3eb;
}

.bg-red {
	background-color: #f5696c;
	border-color: #f5696c;
}

.bg-blue {
	background-color: #77a7c3;
	border-color: #77a7c3;
}

.bg-deepblue {
	background-color: #156ea2;
	border-color: #156ea2;
}

.text-darkgray {
    color: #3d4046 !important;
}

.text-lightgray {
    color: #aaa !important;
}

.text-gold {
    color: #c3a575 !important;
}
.text-red {
	color: #f5696c !important;
}
.text-blue {
	color: #156ea2 !important;
}

.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}

.text-bold {
    font-weight: bold;
}

.text-nomal {
    font-weight: normal !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-indent {
    text-indent: 1.5%;
    margin-left: 1.5%;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}


.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l--15 {
    margin-left: -15px;
}

.f-10 {
    font-size: 10px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-30 {
    font-size: 30px !important;
}

.b-r {
    border-right: 1px solid #ccc !important;
}

.b-l {
    border-left: 1px solid #ccc !important;
}

.b-t {
    border-top: 1px solid #ccc !important;
}

.b-b {
    border-bottom: 1px solid #ccc !important;
}

.b-r-0 {
    border-right: none !important;
}

.b-l-0 {
    border-left: none !important;
}

.b-t-0 {
    border-top: none !important;
}

.b-b-0 {
    border-bottom: none !important;
}

.border-darkgray {
    border-color: #3d4046;
}

.border-gold {
    border-color: #c3a575 !important;
}

.on-border {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.no-border {
    border: none !important;
}


/*----------*/

/*-- main --*/

/*----------*/
header {
	position: relative;
	width: 100%;
	min-height: 224px;
	background-color: #fff;
	box-shadow: 0px 4px 9.7px 0.3px rgba(0, 0, 0, 0.06);
	z-index: 1;
}

footer {
	display: none;
}

.brand {
	float: left;
    width: 140px;
	height: 48px;
	padding:0 20px;
}

.brand a {
	display: block;
	font-weight: normal;
    line-height: 48px;
    text-align: center;
    text-indent: -9999px;
	/* background-color: #36393b; */
	/* background-color: #fff; */
    /* background-image: url("../images/basic/logo.png"); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.login {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/basic/login-image.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.login-box {
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	width: 960px;
	padding: 300px 230px;
	box-sizing: border-box;
	box-shadow: -1px 0px 48.5px 1.5px rgba(0, 0, 0, 0.2);
	background-color: #f4f4f4;
}

.login-box h2 {
	color:#333;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
}

.login-box h2 small {
	display: block;
	padding:15px 0;
	color:#666;
	font-size: 16px;
}

.top-nav {
	position: relative;
	width: 100%;
	min-height: 48px;
    background-color: #fff;
}

.top-nav .gnb {
	float: left;
	margin-left:47px;
}

.top-nav .gnb li {
	position: relative;
	float: left;
	padding:0 25px;
	line-height: 46px;
}

.top-nav .gnb li a {
	color:#333;
	font-size: 16px;
}

.top-nav .gnb li .gnb2 {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.top-nav .gnb li:hover .gnb2 {
	display: block;
}

.top-nav .gnb li .gnb2 li {
	width: 100%;
	padding:0;
}

.top-nav .gnb li .gnb2 li a {
	display: block;
	width: 100%;
	padding:0px 10px;
	color:#000;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.top-nav .gnb li .gnb2 li a:hover {
	background-color: #f6f6f6;
}

.top-nav .info-gnb {
	float: right;
	margin-right: 20px;
}

.top-nav .info-gnb li {
	float: left;
	line-height: 46px;
	margin-left: 20px;
	transition: all 0.2s;
}

/* .top-nav .info-gnb li:nth-of-type(2) {
	margin-left: 5px;
} */

.top-nav .info-gnb li.mypage a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	vertical-align: middle;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s;
}

.top-nav .info-gnb li.mypage:hover a {
	background-image: url(../images/on-logout.png);
}

.top-nav .info-gnb li.msg a {
	display: inline-block;
	width: 34px;
	height: 32px;
	text-indent: -9999px;
	vertical-align: middle;
	background-image: url(../images/off-message.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s;
}

.top-nav .info-gnb li.msg:hover a {
	background-image: url(../images/message.png);
}

.top-nav .info-gnb li.config a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	vertical-align: middle;
	background-image: url(../images/off-setting.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s;
}

.top-nav .info-gnb li.config:hover a {
	background-image: url(../images/setting.png);
}

.bottom-nav {
	position: relative;
	width: 100%;
    height: 176px;
	background-color: #f2f0f0;
	background-image: url(../images/basic/main-bnnr1.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 4px 9.7px 0.3px rgba(0, 0, 0, 0.04);
}

.bottom-nav .inner {
	height: 176px;
}

.bottom-nav .page-tit {
	display: inline-block;
	padding:34px 0px;
	color:#fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
}

.bottom-nav .page-tit small {
	display: block;
	margin-top: 10px;
	color:#555;
	font-size: 14px;
}

.bottom-nav .sub-gnb {
	position: absolute;
	bottom:10px;
	left: 0;
}

.bottom-nav .sub-gnb li {
	float: left;
	margin:0 30px;
	line-height: 28px;
	border-bottom: 2px solid rgba(255, 111, 97, 0);
	box-sizing: border-box;
}

.bottom-nav .sub-gnb li:first-of-type {
	margin-left: 0;
}

.bottom-nav .sub-gnb li:hover,
.bottom-nav .sub-gnb li.on {
	border-bottom-color: #fff;
}

.bottom-nav .sub-gnb li a {
	color:#fff;
	font-size: 14px;
}

.bottom-nav .page-btn-box {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.bottom-nav .page-btn-box .btn {
	height:auto;
	margin-left: 10px;
	padding:40px 30px 0px 30px;
	border:none;
	box-shadow: 0px 4px 9.7px 0.3px rgba(0, 0, 0, 0.1);
	background-image: url(../images/plus-color.png);
	background-position: center 15px;
	background-repeat: no-repeat;
}

.bottom-nav .page-btn-box .btn:hover {
	color:#fff !important;
	background-image: url(../images/plus.png);
}

.side-nav {
	position: relative;
	float: left;
	width: 250px;
	padding:30px 20px;
	box-sizing: border-box;
    background-color: #f4f4f4;
}

.side-nav .filter {
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 5px;
	color:#333;
	font-size: 14px;
	line-height: 41px;
}

.side-nav .filter img {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
	transition: all 0.6s;
}

.side-nav .filter:hover {
	color:#156ea2;
	font-weight: bold;
}

.side-nav .filter:hover img {
	transform: rotateZ(180deg);
}

.side-nav .select {
	width: 100%;
	padding:10px;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.side-nav .select > li {
	position: relative;
	margin-bottom: 0;
}

.side-nav .select li p {
	display: block;
	position: relative;
	width: 100%;
	height: 42px;
	margin-bottom: 0px;
	line-height: 41px;
	/* background-color: #fff; */
}

.side-nav .select li p .select-text {
    cursor: pointer;
	padding-left:15px;
	color:#333;
	font-size: 14px;
}

.side-nav .select li p .toggle {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.side-nav .select li p .toggle img {
	vertical-align: middle;
	transition: all 0.3s;
}

.side-nav .select li p .toggle.on img {
	transform: rotateZ(135deg);
}

.side-nav .select li .option {
	display: none;
}

.side-nav .select li.on .option {
	display: block;
}

.side-nav .select li .option > li a {
	display: block;
	position: relative;
	width: 100%;
	height: 42px;
	color:#666;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	text-indent: 40px;
	/* border-bottom: 1px solid #eee;
	background-color: #fff; */
}

.side-nav .select li .option > li div {
    text-align: right;
}

.side-nav .select li > .option > li a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	content:'';
}

.side-nav .select li > .option >li a .menu-cal {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	text-align: center;
	text-indent: 0;
	background-color: #fff;
}

.side-nav .select li > .option > li > .option2 > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 42px;
	color:#666;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	text-indent: 60px;
}

.side-nav .select li > .option > li > .option2 > li > a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	content:'';
}

.side-nav .select li > .option > li > .option2 > li:hover .option3 {
	display: block;
}

.side-nav .select li > .option > li > .option2 > li > .option3 {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100%;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	z-index: 100;
}

.side-nav .select li > .option > li > .option2 > li > .option3 a {
	display: block;
	position: relative;
	width: 100%;
	height: 32px;
	color:#666;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
}

.side-nav .select li > .option > li > .option2 > li > .option3 a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 18px;
	border-radius: 12px;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
	content:'';
}


.side-nav .select > li > ul > li:hover a {
	color:#fff;
	background-color: #92c5e2;
}

.side-nav .select li > ul > li.on a:after {
	background-image: url(../images/s-check.png);
}

.side-nav .select > li > ul > li > .option2 > li:hover a {
	color:#fff;
	background-color: #92c5e2;
}

.side-nav .side-nav-menu {
	overflow: hidden;
	width: 100%;
	padding:15px;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background-color: #fff;
}

.side-nav .side-nav-menu li {
	font-size: 14px;
	line-height: 20px;
}

.side-nav .side-nav-menu li a {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: nomal;
	white-space: nowrap;
}

.side-nav .side-nav-menu li a:hover,
.side-nav .side-nav-menu li a.on {
	color:#333;
	background-color: #e1e3eb;
}

.side-nav .side-nav-menu > li > a {
	display: inline-block;
	width: 100%;
	padding:10px 20px;
	color:#333;
	box-sizing: border-box;
}

.side-nav .side-nav-menu.bar > li > a {
	padding:10px;
	background-image: url(../images/side-nav-bar.png);
	background-repeat: no-repeat;
	background-position: 0px 14px;
}

.side-nav .side-nav-menu > li ul a {
	display: inline-block;
	width: 100%;
	padding:8px 0px 8px 35px;
	color:#777;
	box-sizing: border-box;
}

.side-nav .side-nav-menu.bar > li ul a {
	padding:8px 0px 8px 15px;
}


.side-nav .side-nav-menu.selected > li > a {
	position: relative;
	padding:10px 25px;
	background-image: url(../images/menu-check-off.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.side-nav .side-nav-menu.selected > li.on > a {
	background-image: url(../images/menu-check-on.png);
}

.side-nav .side-nav-menu.selected > li > a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 17px;
	height: 14px;
	margin-top: -7px;
	background-image: url(../images/view-off.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	content:'';
}

.side-nav .side-nav-menu.selected > li > ul a {
	position: relative;
}

.side-nav .side-nav-menu.selected > li > ul a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 17px;
	height: 14px;
	margin-top: -7px;
	background-image: url(../images/view-off.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	content:'';
}

.side-nav .side-nav-menu.selected > li.active a:after {
	background-image: url(../images/view-on.png);
}

.container {
	position: relative;
	width: 100%;
    background-color: #f6f6f6;
}

.container:after {
    display: block;
    clear: both;
    content: '';
}

.container-fiuld {
	float: left;
	width:calc(100% - 540px);
	margin:0 auto;
	padding: 30px 20px;
	transform: translateX(-20px);
}

.container-fiuld img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.search-box {
	position: relative;
	width: 340px;
}

.search-box .form-control {
	text-align: left;
}

.search-box label {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/search.png);
	background-position: center;
	background-repeat: no-repeat;
}

.search-box input:focus ~ .search-list {
	display: block;
}

.search-box .search-list {
	display: none;
	position: absolute;
	top:calc(100% + 3px);
	width: 100%;
	padding:10px;
	border:1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 1000;
}

.search-box .search-list li {
	cursor: pointer;
}

.search-box .search-list li:hover {
	background-color: #f8f8f8;
}

.search-box .search-list li a {
	display: block;
	padding:5px 0;
	color:#333;
	text-indent: 5px;
}

.btn-group .btn,
.btn-group .form-control {
	font-size: 12px;
	height: 30px;
	line-height: 28px;
}

.btn-group .select {
	position: relative;
}

.btn-group .select .option {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border:1px solid #ccc;
	background-color: #fff;
	z-index: 8888;
}

.btn-group .select:hover  .option {
	display: block;
}

.btn-group .select .option li {
	text-align: center;
}

.btn-group .select .option li:hover {
	background-color: #eee;
}

.btn-group .select .option li a {
	color:#555;
}

.more {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/off-details.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.more:hover,
.more.on {
	color:#f5696c !important;
	background-image: url(../images/on-details.png);
}

.del {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/l-recycle-Bin.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.del:hover,
.del.on {
	color:#f5696c !important;
	background-image: url(../images/off-l-recycle-Bin.png);
}

.modify {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/off-modify.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.modify:hover,
.modify.on {
	color:#f5696c !important;
	background-image: url(../images/on-modify.png);
}

.copy {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/off-duplication.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.copy:hover,
.copy.on {
	color:#f5696c !important;
	background-image: url(../images/on-duplication.png);
}

.link {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/off-message.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.link:hover,
.link.on {
	color:#f5696c !important;
	background-image: url(../images/message.png);
}

.move {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/direction-off.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.move:hover,
.move.on {
	color:#f5696c !important;
	background-image: url(../images/direction-on.png);
}

.mail_ {
	display: inline-block;
	min-width: 26px;
	padding-top: 20px;
	color:#666 !important;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 18px;
}

.mail_:hover,
.mail_.on {
	color:#f5696c !important;
	background-image: url(../images/mail-on.png);
}

.detail-box {
	/* overflow: hidden;
	overflow-y: auto; */
	position: absolute;
	top: 85px;
	right: 10px;
	width: 260px;
	max-height: 575px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.detail-box.round { overflow:auto; }

.detail-box .pro {
	position: relative;
	padding:10px;
	border-bottom:1px solid #156ea2;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
	background-color: #156ea2;
}

.detail-box .pro .user-name {
	margin-bottom: 10px;
	color:#fff;
	font-size: 16px;
	line-height: 1.4;
}

.detail-box .pro .user-name small {
	display: block;
	color:#ddd;
	font-size: 12px;
}

.detail-box .pro .user-name img {
	vertical-align: middle;
}

.detail-box .pro .btn-group-box .btn-group .btn-sm {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.detail-box .pro .btn-group-box .btn-group .btn-sm.detail {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25%;
	margin-right: 0;
	border-radius: 3px;
	box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.12);
}

.detail-box .pro .btn-group-box .btn-group .btn-sm.mail {
	margin-right: 0;
}

.detail-box .pro-detail-tab {
	width: 100%;
	margin-top: 15px;
	padding:10px;
	box-sizing: border-box;
}

.detail-box .pro-detail-tab li {
	float: left;
	line-height: 30px;
	text-align: center;
	border-bottom:1px solid #156ea2;
	box-sizing: border-box;
}

.detail-box .pro-detail-tab li.on {
	margin-left: -1px;
	border:1px solid #156ea2;
	border-bottom:none;
	border-radius: 3px 3px 0 0;
}

.detail-box .pro-detail-tab li:first-of-type {
	border-left:none;
	border-radius: 0 3px 0 0;
}

.detail-box .pro-detail-tab li:last-of-type {
	border-right:none;
	border-radius: 3px 0 0 0;
}

.detail-box .pro-detail-tab li a {
	color:#aaaaaa;
}

.detail-box .pro-detail-tab li.on a {
	color:#156ea2;
}

.detail-box .pro-detail {
	display: none;
	padding:10px;
	box-sizing: border-box;
}

.detail-box .pro-detail.on {
	display: block;
}

.detail-box .pro-detail .pro-detail-tit {
	position: relative;
	color:#333;
	font-size: 14px;
	font-weight: 500;
}

.detail-box .pro-detail .pro-detail-tit:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	transform: translateY(-50%);
	z-index: 1;
	content:'';
}

.detail-box .pro-detail .pro-detail-tit > span {
	position: relative;
	display: inline-block;
	padding-right: 5px;
	background-color: #fff;
	z-index: 2;
}

.detail-box .pro-detail .pro-detail-con {
	margin-bottom: 5px;
	color:#111;
	line-height: 1.4;
}

/* .detail-box .pro-detail .pro-detail-con:last-of-type {
	margin-bottom: 0;
} */

.detail-box .pro-detail .pro-detail-con > span {
	display: inline-block;
	padding-left: 5px;
	margin-left: 5px;
	color:#999;
	line-height: 1;
	border-left:2px solid #ccc;
}

.detail-box .pro-detail .pro-detail-con small {
	display: block;
	color:#666;
	font-size: 14px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding:4px;
  line-height: 26px;
  box-sizing: border-box;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
	color:#fff;
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3d4046;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

.pagination li:not(.none) a:focus,
.pagination li:not(.none) a:hover {
    z-index: 2;
    color: #fff;
    background-color: #77a7c3;
    border-color: #77a7c3;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #77a7c3;
}

.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover {
    color: #777;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-lg li a,
.pagination-lg li span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm li a,
.pagination-sm li span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.progress {
	height: 15px;
	margin-top: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #77a7c3;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/*
 * Component: Table
 * ----------------
 */

.table-body,
.table-head,
.table-foot {
	display: table;
	width: 100%;
}

.table-body > ul,
.table-head > ul,
.table-foot > ul {
	overflow: hidden;
	display: table-row;
	table-layout: fixed;
	width: 100%;
	min-height: 76px;
	margin-bottom: 5px;
	border:5px solid #f8f8f8;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 1.1);
	background-color: #fff;
	/* background-image: url(../images/table-bg.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	vertical-align: middle;
}

.table-body > ul > li,
.table-head > ul > li,
.table-foot > ul > li {
	display: table-cell;
	padding:10px 15px;
	/* box-sizing: border-box; */
	vertical-align: middle;
}

.table-body > ul > li:first-of-type,
.table-head > ul > li:first-of-type,
.table-foot > ul > li:first-of-type {
	border-radius:5px 0 0 5px;
}

.table-body > ul > li:last-of-type,
.table-head > ul > li:last-of-type,
.table-foot > ul > li:last-of-type {
	border-radius:0 5px 5px 0;
}

table {
    border-width:1px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
}

td,
th {
    border-width:1px;
	position: relative;
	padding: 0;
	vertical-align: middle;
}

th {
    color: #303030;
    font-size: 14px;
    font-weight: normal;
}

.table {
	display: table;
	width: 100%;
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	-ms-border:1px solid #ccc;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  overflow: hidden;
  padding: 6px 11px;
  border-top: 1px solid #ccc;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table2 {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0);
}

.table2 > thead > tr {
	overflow: hidden;
	width: 100%;
	min-height: 1px;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.table2 > tbody > tr,
.table2 > tfoot > tr {
	overflow: hidden;
	width: 100%;
	min-height: 76px;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.table2 > tbody > tr:hover,
.table2 > tfoot > tr:hover {
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.table2 > tbody > tr.margin,
.table2 > tfoot > tr.margin,
.table2 > thead > tr.margin {
	min-height: 5px;
	height: 5px;
	box-shadow: none;
	background-color: rgba(0,0,0,0);
}

.table2 > tbody > tr.margin td,
.table2 > tfoot > tr.margin td,
.table2 > thead > tr.margin td,
.table2 > tbody > tr.margin th,
.table2 > tfoot > tr.margin th,
.table2 > thead > tr.margin th {
	padding:5px;
}

.table2 > thead > tr td,
.table2 > thead > tr th {
	/* overflow: hidden; */
	margin:-1.5px;
    padding: 5px 10px;
    line-height: 1.5;
    vertical-align: middle;
    white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.table2 > tbody tr td,
.table2 > tbody tr th,
.table2 > tfoot tr td,
.table2 > tfoot tr th {
	/* overflow: hidden; */
	margin:-1.5px;
    padding: 20px 10px;
    line-height: 1.5;
    vertical-align: middle;
    white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;

}

.table2 tr th.round,
.table2 tr td.round {
	border-radius:5px !important;
}

.table2 tr th:first-of-type,
.table2 tr td:first-of-type {
	border-radius:5px 0 0 5px;
}

.table2 tr th:last-of-type,
.table2 tr td:last-of-type {
	border-radius:0 5px 5px 0;
}

.table2 > tbody > tr.on {
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
	background-color: #e1e3eb;
}

.table2 > tbody > tr > td .table tr td,
.table2 > tbody > tr > th .table tr th {
	box-shadow: none;
}

.table-number {
    width: 40px;
}

.table-title {
    width: 120px;
}

.checkbox {
	display: none;
}

.checkbox + label {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/off-l-check.png);
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox:checked + label {
	background-image: url(../images/l-check.png);
}

.checkbox.star + label {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../images/off-star.png);
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox.star:checked + label {
	background-image: url(../images/on-star.png);
}

.checkbox2 {
	display: none;
}

.checkbox2 + label {
	display: inline-block;
	padding-left: 30px;
	background-image: url(../images/off-l-check.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.checkbox2:checked + label {
	background-image: url(../images/l-check.png);
}

.checkbox3,
.checkbox3-sm {
	display: none;
}

.checkbox3 + label {
	display: inline-block;
	line-height: 40px;
	padding:0 15px 0 35px;
	border:1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/off-l-check.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.checkbox3-sm + label {
	display: inline-block;
	line-height: 28px;
	margin-top: -2px;
	padding:0 15px 0 30px;
	border:1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/off-l-check.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5px 50%;
}

.checkbox3:checked + label,
.checkbox3-sm:checked + label {
	color:#fff;
	border-color:#77a7c3;
	background-image: url(../images/l-check.png);
	background-color: #77a7c3;
}

.checkbox4 {
	display: none;
}

.checkbox4 + label {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	border:1px solid #999;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../images/menu-check-off.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}

.checkbox4 + label.sq {
	border-radius: 0;
	background-image: url(../images/check-off.png);
}

.checkbox4:checked + label {
	background-image: url(../images/menu-check-on.png);
}

.checkbox4:checked + label.sq {
	background-image: url(../images/check-on.png);
}

.table-bordered {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.table-bordered tbody tr td,
.table-bordered tbody tr th,
.table-bordered tfoot tr td,
.table-bordered tfoot tr th,
.table-bordered thead tr td,
.table-bordered thead tr th {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.table-bordered tbody tr td:nth-of-type(1),
.table-bordered tbody tr th:nth-of-type(1),
.table-bordered tfoot tr td:nth-of-type(1),
.table-bordered tfoot tr th:nth-of-type(1),
.table-bordered thead tr td:nth-of-type(1),
.table-bordered thead tr th:nth-of-type(1) {
    border-left: none;
}

.table-bordered tbody tr td:last-of-type,
.table-bordered tbody tr th:last-of-type,
.table-bordered tfoot tr td:last-of-type,
.table-bordered tfoot tr th:last-of-type,
.table-bordered thead tr td:last-of-type,
.table-bordered thead tr th:last-of-type {
    border-right: none;
}

.table-bordered thead tr td,
.table-bordered thead tr th {
    border: none;
}

.table-responsive {
	min-height: 0.01%;
	max-height: 550px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: auto;
}

@media screen and (max-width: 1144px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive .table {
        margin-bottom: 0;
    }
    .table-responsive .table tbody tr td,
    .table-responsive .table tbody tr th,
    .table-responsive .table tfoot tr td,
    .table-responsive .table tfoot tr th,
    .table-responsive .table thead tr td,
    .table-responsive .table thead tr th {
        white-space: nowrap;
    }
    .table-responsive .table-bordered tbody tr td:first-child,
    .table-responsive .table-bordered tbody tr th:first-child,
    .table-responsive .table-bordered tfoot tr td:first-child,
    .table-responsive .table-bordered tfoot tr th:first-child,
    .table-responsive .table-bordered thead tr td:first-child,
    .table-responsive .table-bordered thead tr th:first-child {
        border-left: 0;
    }
    .table-responsive .table-bordered tbody tr td:last-child,
    .table-responsive .table-bordered tbody tr th:last-child,
    .table-responsive .table-bordered tfoot tr td:last-child,
    .table-responsive .table-bordered tfoot tr th:last-child,
    .table-responsive .table-bordered thead tr td:last-child,
    .table-responsive .table-bordered thead tr th:last-child {
        border-right: 0;
    }
}

.table-condensed tbody tr,
.table-condensed tfoot tr,
.table-condensed thead tr {
    min-height: 1px;
}

.table-condensed tbody tr td,
.table-condensed tbody tr th,
.table-condensed tfoot tr td,
.table-condensed tfoot tr th,
.table-condensed thead tr td,
.table-condensed thead tr th {
    padding: 4px 15px;
}

.table-hover > tbody > tr:not(.margin):hover,
.table-hover > tbody > tr:not(.margin):focus,
.table-hover > tbody > tr:not(.margin).on {
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: #e1e3eb;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

/* .table-label in tables */
.table-label {
	overflow: hidden;
	position: absolute;
	top: 20%;
	left: -8px;
	width: 138px;
	height: 42px;
	text-indent: -9999px;
	border-radius: 3px;
	background-image: url(../images/table-label.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.table input[type="text"],
.table input[type="date"] {
    height: 30px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}

input {
    height: 40px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 3px;
    height: inherit;
}

.form-control:disabled,
.form-control-sm:disabled {
	background-color: #fff;
}

.form-control[type="file"] {
	padding:7px 5px;
}
.form-control-sm[type="file"] {
	padding:3px 5px;
}

.form-control {
    display: block;
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-sm {
    display: block;
    height: 30px;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    outline: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 15px;
}

.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    margin: 0 10px 5px 0;
    vertical-align: middle;
}

@media screen and (max-width: 972px) {
    .form-inline .form-control {
        width: 100%;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control:not(#search) {
	display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
	margin-bottom: 0;
	border-radius:0 3px 3px 0;
}
.input-group .form-control.round {
	border-radius:3px;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group .input-group-addon.label {
	width:140px;
	padding-left:15px;
	text-align: left;
}
.input-group .input-group-addon.label.not {
	text-indent: 35px;
}
.input-group .input-group-addon.button {
	width:50px;
	padding-left: 0;
	text-align: right;
}

.input-group .input-group-addon .checkbox {
	display: inline-block;
	float: left;
	width: 50%;
}

.input-group .input-group-addon .checkbox input {
	display: none;
}

.input-group .input-group-addon .checkbox input + label {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 0;
	border:1px solid #ccc;
	box-sizing: border-box;
	background: none;
	background-color: #fff;
}
.input-group .input-group-addon .checkbox input + label.s-lineH {
	height: 30px;
	line-height: 30px;
}

.input-group .input-group-addon .checkbox input:checked + label {
	color:#fff;
	border-color:#156ea2;
	background-color: #156ea2;
}

.input-group .input-group-addon .checkbox input:checked + label.red {
	color:#fff;
	border-color:#f5696c;
	background-color: #f5696c;
}

.input-group-addon {
    display: table-cell;
    font-weight: normal;
    /* line-height: 1; */
    color: #555;
    text-align: center;
}

.input-group-addon .btn-sm {
    margin-top: -2.5px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* grid */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 1px;
    padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.emoji{
    width: 20px;
}
/*# sourceMappingURL=style-admin.css.map */