@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
/* font-family: 'Montserrat', sans-serif; */
/* global default */
section, article, aside, footer, header, nav, hgroup { display:block; }

/* essential reset */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom:0; }

h1 { margin-bottom:40px; }
h2 { margin-bottom:30px; }
h3 { margin-bottom:25px; }
h4 { margin-bottom:10px; }
h5 { margin-bottom:3px; font-weight:500; }

a, a:link, a:visited, a:hover, a:active ,a:focus { text-decoration:none; color:#333; }

/*********************************************
** Layout_
**********************************************/
html { height:100%; }
body { font-family: 'Open Sans', 'Noto Sans KR', 'NotoSans', sans-serif; letter-spacing:-0.05em; background:#ebebf2; }
/* body 속성에 position:relative 를 해야만 footer 를 bottom 으로 고정이 가능하다. padding-bottom 을 footer 의 height 만큼 잡아준다. */
body { height:100%; }

header { color:#fff; height:50px; background:#1e1e2d; border-bottom:3px solid #bb845b; box-shadow: 0 2px 3px #a4a4a4; }

div.body { min-height:calc(100% - 76px); font-size:12px; padding:20px; }
div.body { max-width:1920px; margin:0 auto; }

footer { font-size:11px; color:#fff; height:26px; background:#1e1e2d; }
footer p.copyright { padding:5px; font-size:11px; }

.wrapper { width:100%; min-width:360px; margin:auto; }
.container { width:100%; min-width:360px; max-width:1600px; padding:0; margin:0 auto; }
.progress { position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; z-index:9999; width: 200px; height: 120px; background: #fff; border: 2px solid #4687ff; -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); }
.progress > .loader-msg { position:absolute; width:100%; bottom:10px; text-align:center; color:#003eb0; font-size:13px }
.loader { position:fixed; top:0; bottom:0; left:0; right:0; margin:auto; z-index:1000; width: 200px; height: 120px; background: #fff; border: 2px solid #4687ff; -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); box-shadow: 0 0 10px 2px rgba(0,0,0,0.4); }
.loader > .loader-msg { position:absolute; width:100%; bottom:10px; text-align:center; color:#003eb0; font-size:13px }

section.contents { }
div.ibox { padding:20px; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); background-color: #fff; border-radius:3px; }

header div.user-info { padding:10px; }
header div.user-info .nav > li > a { color:#fff; background:#336633; font-size:12px; padding: 5px 10px; }
header div.user-info .nav > li > a:hover { background:#234723; }
header div.user-info .dropdown-menu > li > a { padding: 3px 20px; font-size: 12px; }
header div.text-logo { font-size: 25px; padding: 4px 0; }

header div.login-top { }
header div.login-top ul { margin-top:8px; }

/* helper */
.help { padding:5px 10px 5px 5px; border:1px dotted #2b8055; background:#e2f5ec; color:#333; }
.help:before { content:"※ "; }

.ex { margin-left:5px; padding:5px 10px 5px 5px; background:#eef9f3; color:#333; }
.ex:before { content:"예) "; }

.notice { padding:5px 10px 5px 0; color:#333; }
.notice:before { content:"※ "; }


.summernote-update-info { display:none; }

div.title { font-weight:500; font-size:13px; margin-bottom:5px; }

div.manual { margin:0 0 10px 0; padding:10px; border:2px solid #ccc; }
div.manual > p.title { margin-bottom:10px; padding:5px; background:#f7f7f7; border:1px solid #ccc; }
div.manual > ul { list-style: decimal; padding:0 0 0 15px; }
div.manual > ul > li { margin-bottom:5px; }
div.manual > ul > li:last-child { margin-bottom:0; }

span.glue { display:inline-block; padding:1px; background:#ccc; }
span.glue > span.title { display:inline-block; padding:4px 10px; background:#f2f2f2; }
span.glue > span.value { display:inline-block; padding:4px 10px; background:#ffffff; }

span.glue.red { background:#f00; }
span.glue.red > span.title { background:#ce674d; color:#fff; }
span.glue.red > span.value { background:#dd7f68; color:#fff; }

p.text { padding:5px; min-height:27px; }
span.price { }
span.price:after { content:" 원"; font-size:11px; color:#999; }
span.percent:after { content:" %"; font-size:11px; color:#999; }

/* multi search box */
div.m-box {	width: 150px; 	height: 18px; }
div.m-box > textarea { position: absolute; z-index: 999; width: 150px; padding: 5px 10px; resize: none; font-size:11px; }
div.m-box > textarea:focus { height: 150px; border:2px solid #888; }
div.m-box > textarea + div.help{ display:none; }
div.m-box > textarea:focus + div.help{ padding:4px; display : inherit; position: relative; top: 150px; z-index: 999; }

/* paginate */
.guide { background:#e7e7e7; border:1px solid #dddddd; padding:5px 10px; }

/* dropdown nav menu */
nav.dark > ul.nav > li > div.logo { width:100px; padding:3px 5px; }
nav.dark > ul.nav > li > a { padding:14px 10px; font-size:13px; color:#fff; font-weight:400; background-color:transparent; }
nav.dark > ul.nav > li:hover > a,
nav.dark > ul.nav > li:focus > a { color:#fff; background-color:rgba(0,0,0,0.03); }
nav.dark > ul.nav > li.active > a { color:#888; background-color:#fff; }
nav.dark > ul.nav > li.active:hover > a { color:#fff; background-color:rgba(0,0,0,0.03); }
nav.dark > ul.nav > li > a { padding-right:25px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
nav.dark > ul.nav > li > a:after{
display: block; content: "\f107"; position: absolute; top: 50%; right: 10px; margin: -5px 0 0; font-family: FontAwesome; font-size: 12px; opacity: .3; line-height: 1em; -webkit-transition: -webkit-transform .2s  ease-in; -moz-transition: -moz-transform .2s ease-in; -ms-transition: -ms-transform .2s ease-in; -o-transition: -o-transform .2s ease-in; transition: transform .2s ease-in; }
nav.dark > ul.nav > li > a.single:after{ content: ""; }

/* all drop down menu hover show */
nav.dark li:hover > ul.dropdown-menu { display:block; }
nav.dark .dropdown-submenu { position: relative; min-width: 150px; }
nav.dark .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -2px;	margin-left: -1px; }
nav.dark .dropdown-submenu:hover > .dropdown-menu { display: block; }
nav.dark .dropdown-submenu:hover > a:after { border-left-color: #fff; }
nav.dark .dropdown-submenu.pull-left { float: none; }
nav.dark .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; }

nav.dark ul.dropdown-menu {
	padding: 0;
	border:0;
	border-top:2px solid #bb845b;
	min-width: 150px;
	background: #333;
	box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

nav.dark ul.dropdown-menu li > a { color:#ccc; font-size:12px; padding:10px 15px; letter-spacing:-0.08em; }
nav.dark ul.dropdown-menu li > a:hover { color:#fff; background-color: rgba(0,0,0,0.15); }
nav.dark ul.dropdown-menu li > a.dropdown-toggle { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAABlBMVEX///+ZmZmOUEqyAAAAAXRSTlMAQObYZgAAAB1JREFUeNrtyLERAAAAATH2X9oQf1RSRkd4tPyuKhKVAAqFOyFzAAAAAElFTkSuQmCC') no-repeat right; }
nav.dark ul.dropdown-menu li > a.dropdown-toggle:hover { color:#fff; background-color: rgba(0,0,0,0.15); }
nav.dark ul.dropdown-menu li.divider { margin:0; overflow: hidden; background-color: rgba(255,255,255,0.1); }
nav.dark ul.dropdown-menu li > a > i { margin-right:10px; }
nav.dark .mega-menu { position:inherit; }
nav.dark .mega-menu > ul { max-width: calc(100% - 30px); width: 100%; top: inherit; margin: 0 0 0 15px; }
/*
original : nav.dark .mega-menu > ul { max-width: 100%; width: 100%; top: inherit; }
container 사용시 calc(100% - 30px); margin: 0 0 0 15px; 사용
*/
nav.dark .mega-menu div.row div > ul > li > span { color: #fff; font-weight: bold; display: block; padding: 6px 15px 15px 15px; }
nav.dark .mega-menu div.row div > ul > li + li > span { margin-top: 25px; }
nav.dark .mega-menu div.row { display:table; width:100%; }
nav.dark .mega-menu div.row > div { display: table-cell; float:none; vertical-align: top; padding: 15px 0 0 0; border-left: rgba(0,0,0,0.2) 1px solid; }
nav.dark .mega-menu div.row > div:first-child { border-left:0; }
nav.dark .mega-menu li a { margin: 0; padding: 7px 15px; font-weight: 400; color: #ccc; font-size: 12px; display: block; text-decoration: none; }
nav.dark .mega-menu.effect-1 .dropdown-menu a { -webkit-transition: all .300s; transition: all .300s; }
nav.dark .mega-menu.effect-1 .dropdown-menu a:hover { padding-left:20px; }

.profiler { margin:20px auto; padding:15px; word-break:break-all; word-wrap: break-word; }
.profiler > .ibox { background:#fff; padding:10px; border-radius: 3px; }
.profiler table { border:2px solid #444; width:100%; margin-bottom:20px; }
.profiler table > thead > tr { }
.profiler table > thead > tr > th { padding:3px; color:#fff; text-align:center; background:#444; }
.profiler table > tbody > tr { border-bottom:1px solid #e4e4e4; }
.profiler table > tbody > tr > th { padding:3px; }
.profiler table > tbody > tr > td { padding:3px; font-size:12px; }
.profiler table > tbody > tr:nth-child(odd) { background:#fff; }
.profiler table > tbody > tr:nth-child(even) { background:#f9f9f9; }

.profiler .in-second-table { margin-bottom:0; }
.profiler .in-second-table th { padding:3px; color:#fff; text-align:center; background:#888; }
.profiler .in-third-table { margin-bottom:0; }
.profiler .in-third-table { border:0; }

.profiler h4 { margin-bottom:0; }

.bold { }
.semi-bold { font-weight:600 }

/* hidden frame */
.fs-frame { display:none; }
.fs-frame #execute_frame { width:0; height:0; }

/* bootstrap nav tab custom */
.modal-content { }
.modal-content .modal-header { padding:10px; }
.modal-content .modal-header .modal-title { font-size:16px; }
.modal-content .modal-body { font-size:12px; padding:10px; min-height:200px; }
.modal-content .modal-footer { padding:10px; }
.modal-content .modal-close { color:#000; }

/* bootstrap filestyle custom */
.bootstrap-filestyle > input { height: 34px; }

/* bootstrap-select */
/* .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { left: 5px; } */
.dropdown { display:inline-block; }
.dropdown-menu { font-size: 12px; }
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: #333; }

.navbar-right { float: right !important; margin-right: 0; }
.select2-container--default .select2-selection--single { border-radius: 0; }
div.dataTables_wrapper div.dataTables_filter input { margin-left: 0.5em; display: inline-block; width: 100px; height: 25px; border-radius: 0; padding: 5px; }

.input-group-addon { font-size: 12px; }
.input-daterange input:first-child { border-radius: 0; }
.input-daterange input:last-child { border-radius: 0; }

.search input[type="checkbox"].chk-group + label.bar { padding: 6px 8px; }

/* handsontable */
.handsontableInput { color:#fff; background-color: #339363 !important; text-align: inherit; }
.handsontable .htAutocompleteArrow { color: #c4c4c4; cursor: pointer; }
.handsontable img.product-image { width:20px; height:20px; }
.handsontable .item_code { color:#0066ff !important; cursor:pointer;  }
.handsontable .view { line-height:18px; }

/* .handsontableInput { border:1px solid #000; } */
.input-group { top: 1px; }
.handsontable .htDimmed { color: #000; }
.wordWrapClass{ text-overflow: ellipsis; white-space: nowrap !important; }
.wtHider { font-size:12px; }
.sales { background:#d9f9e4 !important; }
.compare { background:#e8e8ff !important; }
.ht-bg-red { background:#ffe1e1 !important; }
.ht-bg-yellow { background:#e6fff2 !important; }
.ht-bg-blue { background:#eeeeff !important; }

#sheet { border:2px solid #666; }

#fs-popup-lg > .modal-lg { max-width:1100px; width:100%; border-radius: 0; }
#fs-popup-sm > .modal-sm { max-width:600px; width:100%; border-radius: 0; }
#fs-popup-lg .modal-content { border-radius: 5px; border: 3px solid #e3cd99; }
#fs-popup-sm .modal-content { border-radius: 5px; border: 3px solid #e3cd99; }

.modal-header { padding: 15px; border-bottom: 3px solid #e5e5e5; }

/* sweet alert */
/*
.sweet-alert h2 { font-size:20px; color:#806229 }
.sweet-content { padding:10px; font-size:13px; }
.sweet-alert hr { height:1px; margin:25px 0; }
.sweet-alert { border-radius: 0; border: 5px solid #d06034; }
*/

body.swal2-height-auto { height: 100% !important; }
.switch { top: 3px; cursor: pointer; position: relative; padding-right: 0; display: inline-block; margin-bottom: 0; height: 26px; }
.x1800 { max-width:1760px; }
.x1920 { max-width:1880px; }
table .btn { margin: 0; }

#fs-popup-full .modal-dialog { width:100%; margin: 0; }
#fs-popup-full .modal-content { background-color: #fff; border: 1px solid #ccc; border-radius: 0; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
#fs-popup-full .modal-body { padding:5px 0; }

/* datepicker */
div.datepicker-days table.table-condensed tfoot tr th.today { background:#fff; border:1px solid #f5f5f5; border-radius:0 }
div.datepicker-days table.table-condensed tfoot tr th.today:hover { background:#eee; }

div.datepicker-days table.table-condensed tfoot tr th.clear { background:#fff; border:1px solid #f5f5f5; border-radius:0 }
div.datepicker-days table.table-condensed tfoot tr th.clear:hover { background:#eee; }

div.datepicker-days table.table-condensed td.cw { padding: 0 1px !important; }
div.datepicker-days table.table-condensed td.cw > p { background: #f0dbc9; padding: 5px 3px 3px 3px; font-size: 12px; font-weight: bold; border-radius:3px; }

/* toast popup */
.jq-toast-single { border-radius: 0; font-family: inherit; background-color: #dd4646; color: #fff; }
.jq-toast-loader { height: 3px; border-radius: 0; background-color: #cc9900; }
.jq-toast-single h2 { font-family: inherit; font-size: 12px; margin: -9px -10px 7px; background: #a41616; padding: 5px 9px; color: #ffbf87; font-weight:500; }
.jq-toast-wrap { width:inherit; min-width: 250px; max-width: 400px; }
.jq-toast-wrap.bottom-right { bottom: 40px; right: 25px; }

.jq-toast-wrap.bottom-right .jq-toast-single { border-radius: 3px; padding: 9px 10px 10px 10px; background-color: #fff; color: #333; border: 1px solid #557fc1; }
.jq-toast-wrap.bottom-right h2 { background: #557fc1; color: #fff; }
.jq-toast-wrap.bottom-right .close-jq-toast-single { color:#fff; }



/* paginate */
.pagi-wrap {
    margin: 10px 0 5px;
    text-align:center;
}
ul.paginate {
    width:auto;
    display:inline-block;
    margin:0 auto;
    padding:0;
    border:1px solid #e6e6e6;
    text-align: center;
}
ul.paginate li {
    margin:0;
    padding:0;
    float:left;
    border-right:1px solid #e6e6e6;
    background-color:#fff;
}
ul.paginate li.prev a,
ul.paginate li.next a {
    padding:4px 4px;
}
ul.paginate li.prev a:before {
    content:'\00ab  ';
}
ul.paginate li.next a:after {
    content:' \00bb';
}
ul.paginate li a.a-disable {
    pointer-events:none;
    color:rgba(46,64,87,.4);
}
ul.paginate li:last-child {
    border-right:none;
}
ul.paginate li a {
    float:left;
    margin:0;
    padding:4px 9px;
    border:none;
    font-size:12px;
    color:#5A5A5A;
}
ul.paginate li a.current {
  background-color:#818af3;
  color:#fff;
  font-weight:600;
  text-shadow: 1px 1px 1px #aaa;
}
ul.paginate li a:not(.current):hover {
    background-color:#f0f0f0;
}
ul.paginate li > span {
  padding: 3px 5px 2px;
  display: inline-block;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "\003E";
}

.admin_menu_tree_box { border:2px solid #ccc; height:420px; padding:1px; }
.admin_user_list { border:2px solid #ccc; height:420px; padding:5px; }
.group-clicked { }
.group-clicked:after { content:"GROUP"; margin-left:5px; color:#fff; background:#d5aa51; font-size:10px; font-family:tahoma; padding:0 3px; }

#fs-popup-items .modal-lg { width:100%; max-width:1600px; }

/* item view */
/* 탭메뉴 - 기본 디자인 (hover : 보라줄) */
.more-tabs > .tab-btns {
  border-bottom: 1px solid #cfd8dc;
}

.more-tabs > .tab-btns > ul li {
  float:left;
  margin-bottom: -1px;
  text-align: center;
	width: 12.5%;
}

.more-tabs > .tab-btns > ul li a {
  position:relative;
  display:block;
  border-top:1px solid #cfd8dc;
  border-right:none;
  border-bottom:1px solid #cfd8dc;
  border-left:1px solid #cfd8dc;
  border-radius:0 !important;
  background-color:#F1F3F5;
  /* color:#263238; */
  color:#4b90b3;
  padding:9px 18px;
  box-sizing:border-box;
  margin:0;
  font-size:12px;
  font-weight:500;
}

.more-tabs > .tab-btns > ul li:last-child a {
  border-right:1px solid #cfd8dc;
}

.more-tabs > .tab-btns > ul li a:after {
  content:'';
  height:0;
  display:block;
  position:absolute;
  top:-1px;
  left:-1px;
  right:-1px;
  background-color:transparent;
  z-index:1;
  transition:all ease 0.30s;
  -webkit-transition:all ease 0.30s;
  -moz-transition:all ease 0.30s;
  -ms-transition:all ease 0.30s;
  -o-transition:all ease 0.30s;
}

.more-tabs > .tab-btns > ul li.active a {
  background-color:#fff;
  border-bottom:1px solid #fff;
  margin-bottom:-1px;
  color:#263238;
}

.more-tabs > .tab-btns > ul li:hover a:after,
.more-tabs > .tab-btns > ul li.active a:after {
  background-color:#9F4BC1;
  height:3px;
}
.more-tabs .tab-pane { min-height:200px; }

a.item-view { color:#0000cc }

/* ashobiz */

.gauge { padding:5px 0; max-width:500px; }
.gauge-bg { height: 9px; background: #fafafa; border-radius: 4px; box-shadow: inset 0 0 1px rgba(0,0,0,.1); position: relative; }
.gauge-bar { position: absolute; top: 0; left: 0; border-radius: 4px; height: 100%; text-align: right; }

.page-status { margin: 0; color: #fff; font-size: 12px; line-height: 12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); display: inline-block; }
.page-status:before, .page-status:after { content: " "; display: table; }
.page-status:after { clear: both; }
.page-status:hover, .page-status:focus { color: #fff; text-decoration: none; }
.page-status span { float: left; color:#fff; padding: 7px 12px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
.page-status span:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.page-status span:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

/* board */
div.board.view { }
div.board.view .title { padding:5px 0; font-size:14px; border-bottom:2px solid #666;  }
div.board.view .info { padding:5px 0; margin-bottom:10px; }
div.board.view .contents { padding:10px; border:1px dashed #ccc; min-height:400px; }
div.board.view .contents img { max-width:100%; }

div.attachs { }

div.comments .comment-row { margin-bottom:20px; border-bottom:1px solid #ccc; }
div.comments .comment-head { }
div.comments .comment-body { padding:5px; background:#f7f7f7; margin-bottom:10px; }

div.board.view .contents table { }
div.board.view .contents table > thead > tr { }
div.board.view .contents table > thead > tr > th { border: 1px solid #ccc; background:#e4e4e4; padding:3px; }
div.board.view .contents table > thead > tr > td { border: 1px solid #ccc; }
div.board.view .contents table > tbody > tr { }
div.board.view .contents table > tbody > tr > th { border: 1px solid #ccc; background:#f5f5f5; padding:3px; }
div.board.view .contents table > tbody > tr > td { border: 1px solid #ccc; padding:3px; }

.note-editable table > thead > tr > th { border: 1px solid #ccc; background:#e4e4e4; padding:3px; }
.note-editable table > thead > tr > td { border: 1px solid #ccc; }
.note-editable table > tbody > tr { }
.note-editable table > tbody > tr > th { border: 1px solid #ccc; background:#f5f5f5; padding:3px; }
.note-editable table > tbody > tr > td { border: 1px solid #ccc; padding:3px; }


/* bootstrap label */
.label-sort { padding:1px 5px; }
.swal2-title { font-weight:400; }

/* 버튼 스타일 - 토글스위치 */
.switch-btn {
  width: 55px;
  height: 25px;
  float: right;
  position: relative;
  border: 2px solid #ffcccc;
  border-radius: 20px;
  transition: border-color .6s  ease-out;
  -webkit-transition: border-color .6s  ease-out;
  -moz-transition: border-color .6s  ease-out;
  -ms-transition: border-color .6s  ease-out;
  -o-transition: border-color .6s  ease-out;
}

.switch-btn > span.swt-label { position: absolute; top:1px; left:-85px; font-size: 12px; }
.switch-btn.toggle-on {
  border-color: #97c3fc;
  transition: all .5s .15s ease-out;
  -webkit-transition: all .5s .15s ease-out;
  -moz-transition: all .5s .15s ease-out;
  -ms-transition: all .5s .15s ease-out;
  -o-transition: all .5s .15s ease-out;
}

.switch-btn .toggle-button {
  position: absolute;
  top: 3px;
  width: 15px;
  height: 15px;
  bottom: 4px;
  right: 34px;
  background-color: #ffcccc;
  cursor: pointer;
  transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  -webkit-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  -moz-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  -ms-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  -o-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.switch-btn.toggle-on .toggle-button {
  top: 3px;
  width: 45px;
  bottom: 3px;
  right: 3px;
  border-radius: 23px;
  background-color: #97c3fc;
  box-shadow: 0 0 5px #aedff3;
  transition: all .2s .1s, right .1s;
  -webkit-transition: all .2s .1s, right .1s;
  -moz-transition: all .2s .1s, right .1s;
  -ms-transition: all .2s .1s, right .1s;
  -o-transition: all .2s .1s, right .1s;
}

.switch-btn .toggle-text-on { position: absolute; top: 2px; bottom: 0; left: 0; right: 0; text-align: center; font-size: 12px; cursor: pointer; color: rgba(0,0,0,0); }
.switch-btn.toggle-on .toggle-text-on { color: #fff; font-weight: 600; -webkit-transition: color .3s .15s ; transition: color .3s .15s ; }
.switch-btn .toggle-text-off { position: absolute; top: 2px; bottom: 0; right: 6px; text-align: center; font-size: 12px; cursor: pointer; color: #ffcccc; }
.switch-btn.toggle-on .toggle-text-off { color: rgba(0,0,0,0); }
.switch-btn .glow-comp {
  position: absolute;
  opacity: 0;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 6px;
  background-color: rgba(75, 122, 141, .1);
  box-shadow: 0 0 12px rgba(75, 122, 141, .2);
  transition: opacity .1s .1s;
  -webkit-transition: opacity .1s .1s;
  -moz-transition: opacity .1s .1s;
  -ms-transition: opacity .1s .1s;
  -o-transition: opacity .1s .1s;
}

.switch-btn.toggle-on .glow-comp {
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
}

.glyphicon.check-intab {
	margin-left: -13px;
}

/* default spinner
http://tobiasahlin.com/spinkit/
*/
.spinner { margin: 10px auto; width:100%; height: 40px; text-align: center; font-size: 10px; }
.spinner > p.message { font-size:14px; }
.spinner > div { background-color: #888; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }
.spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  20% { -webkit-transform: scaleY(1.0) } }
@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }  20% { transform: scaleY(1.0);-webkit-transform: scaleY(1.0); } }