@CHARSET "UTF-8";

/** Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess **/
/* @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../../../../fonts/site/das/NanumGothic/NanumGothic.eot);
	src: url(../../../../fonts/site/das/NanumGothic/NanumGothic.eot?#iefix)
		format('embedded-opentype'),
		url(../../../../fonts/site/das/NanumGothic/NanumGothic-Regular.woff2)
		format('woff2'),
		url(../../../../fonts/site/das/NanumGothic/NanumGothic.woff)
		format('woff'),
		url(../../../../fonts/site/das/NanumGothic/NanumGothic-Regular.ttf)
		format('truetype');
} */

html,body {
	font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif, arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif, arial;
}

.container {
    min-width: 980px;
}

img {
	max-width: 100%;
	border: 0;
	outline: inherit;
}

a {
	color: #0074d9;
}

.app_img {
	border: 1px solid #f5f5f5;
    border-radius: 20px;
}

/** slide **/
.flexslider {
	margin: 0px;
	border: 0;
}

.slide_box {
	width: 100%;
	height: 470px;
	border-radius: 3px;
	border: 5px solid #fff;
}

.slide_box_bg {
	background: transparent
		url("/resources/images/site/das/slide/slide_main.jpg") center center
		no-repeat;
	background-size: cover
}

.slide_box_bg2 {
	background: transparent
		url("/resources/images/site/das/slide/slide_main2.jpg") center center
		no-repeat;
	background-size: cover
}

.slide_text {
	font-size: 19px;
	position: absolute;
	line-height: 21px;
}

.slide_bot_left {
	left: 20px;
	bottom: 20px;
}

.slide_top_center {
	top: 50px;
}

.flex-control-nav {
	position: absolute;
	bottom: 15px;
}

/** board **/
.board_title {
	padding-right: 50px;
}

.cke_editable img,.cke_editable input,.cke_editable textarea {
	max-width: 100%;
}

.cke_chrome {
	visibility: inherit;
	max-width: 100%;
	width: 100% !important;
}

.box-footer {
    border-top: 0px solid #f4f4f4;
}

/** table **/
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #e8e8e8;
}

/** theme **/
.main-header,.content-wrapper {
	min-width: 980px
}

.content-wrapper {
	background-color: #fff;
}

.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side {
	background-color: #fff;
}

.bot-nav {

}

.box-header {
	padding: 20px 20px 10px 20px;
	min-height: 45px;
}

.box-header>.box-tools {
	top: 10px;
}

/** btn **/
.skin-blue .home_header .main-header .navbar .nav_rt_btn>li>a {
	margin: 23px 0px 10px -1px;
	padding: 5px 15px;
	border: 1px solid #d3d3d3 !important;
	color: #545454 !important;
	font-size: 12px;
}

.skin-blue .main-header .navbar .nav.nav_rt_btn>li>a {
	margin: 23px 0px 10px -1px;
	padding: 5px 15px;
	border: 1px solid #d3d3d3 !important;
	color: #545454 !important;
	font-size: 12px;
	background-color: #fff;
}

.skin-blue .main-header .navbar .nav.nav_rt_btn>li>a.bg_f4 {
	background-color: #f4f4f4;
}

.skin-blue .main-header .navbar .nav.nav_rt_btn>li>a:hover,.skin-blue .main-header .navbar .nav.nav_rt_btn>li>a:focus {
	background-color: #e6e6e6;
}

.mob_table_img {
	width: 35px
}

/** bootstrap **/
.breadcrumb {
	background-color: transparent;
}

.top_cover_date .breadcrumb_container {
	padding: 0px;
	width: auto
}

.top_cover_date .breadcrumb {
	padding: 0px
}

.top_cover_date .breadcrumb a {
	color: #b5b5b5;
}

.breadcrumb>li+li:before {
	padding: 0 8px;
	color: #ccc;
	content: ">";
}

.top_cover_date .breadcrumb>.active {
	color: #545454;
	font-weight: normal;
}

/* photo */
.bg-photo,.bg-yellow,.callout.callout-warning,.alert-warning,.label-warning,.modal-warning .modal-body
	{
	background-color: transparent !important;
	/* 	border: 1px solid #D87272; */
}
/* capture */
.bg-snap,.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body
	{
	background-color: transparent !important;
	/* 	border: 1px solid #CF72D8; */
}
/* video */
.bg-movie,.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body
	{
	background-color: transparent !important;
	/* 	border: 1px solid #8372D8 !important; */
}
/* voice */
.bg-voice,.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body
	{
	background-color: transparent !important;
	/* 	border: 1px solid #72B5D8; */
}
/* etc */
.bg-etc {
	background-color: transparent !important;
	/* 	border: 1px solid #8ED872; */
}

/* photo */
.label-warning
	{
	border: 1px solid #ea083d ;
	color: #ea083d !important;
}
/* capture */
.label-success
	{
	border: 1px solid #ff4909;
	color: #ff4909 !important;
}
/* video */
.label-danger
	{
	border: 1px solid #ffa409;
	color: #ffa409 !important;
}
/* voice */
.label-info
	{
	border: 1px solid #3aaf00;
	color: #3aaf00 !important;
}
.label-info-custom {
	background-color:#00c0ef!important;
	border:none;
}
.label-notice {
	background-color: #F76B6B !important;
}

.label-wait {
	background-color: #67c2ef !important;
}

.label-basic {
	background-color: #005fd2 !important;
}

.label-requist {
	background-color: #fabb3d !important
}

.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title
	{
	font-size: 20px;
}

.box-title .icon {
	font-size: 17px;
	display: block;
	float: left;
	margin-top: 1px;
}

.box-header.with-border {
	border-bottom: 0px solid #E4E4E4;
}

.box-tools .icon {
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	color: #E62525;
}

.content {
	min-height: 200px;
	padding: 30px;
}

.fixed .content-wrapper,.fixed .right-side {
	padding-top: 100px;
}

.skin-blue .main-header .logo,.skin-blue .main-header .navbar {
	background-color: transparent;
}

.main-header .logo .logo-lg {
	/* height: 35px; */
	/* width: 225px; */
	/* line-height: 35px; */

}

.skin-blue .main-header .bot-nav .navbar,.bot-nav {
	/* background-color: #222222; */

}

.skin-blue .main-header .navbar .sidebar-toggle,.skin-blue .main-header .navbar .nav>li>a
	{
	color: #fff;
}

.skin-blue .main-header .navbar .nav>li>a {
	border-bottom: 3px solid transparent;
	padding: 28px 20px 20px 20px;
	
}

.skin-blue .main-header .navbar .nav>li.hover>a {
	border-bottom: 3px solid #ff8a0b;
	z-index : 1000;
}

.skin-blue .main-header .navbar .nav>li:last-child>a {
	border-right: 0px solid #555;
}

.modal-dialog {

}

.main-header {
	background-color: #393939;
	max-height: inherit;
}

.top-header .navbar-static-top {
	z-index: 1001
}

.navbar-custom-menu>.navbar-nav>li.slim-menu>.dropdown-menu {
	position: absolute;
	left: 50%;
	right: inherit;
	margin-left: -75px;
	top: 70px;
}

.navbar-custom-menu>.navbar-nav>li.slim-menu>.dropdown-menu .caret-top-nav
	{
	display: none;
}

.navbar-custom-menu>.navbar-nav>li.slim-menu.hover>.dropdown-menu {
	display: block;
}

.navbar-custom-menu>.navbar-nav>li.shop-menu>.dropdown-menu {
	left: -190px;
}

.round_icon {
	display: inline-block;
	margin: auto;
	background-color: #ADADAD;
	border-radius: 50%;
	padding: 10px;
}

.step_round_gray {
	background-color: #dadada;
	padding: 20px;
}

.step_round_gray:hover,.step_round_gray.active {
	background-color: #c61f4b;
}

.main_shop_icon {
	color: #555;
}

.main_shop_icon:hover {
	color: #cc2b55;
}

.main_shop_icon .round_icon:hover {
	background: #cc2b55;
}

.info-box {
	color: #545454;
	min-height: 70px;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #e9e9e9;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.info-box .progress .progress-bar {
	width: 100% !important;
}

.info-box-icon {
	height: 70px;
}

.info-box-icon {
	height: 70px;
}

.info-box-icon {
	padding: 12px 0;
	background-color: transparent;
}

.info-box-icon>i {
	font-size: 40px;
	color: #ccc;
}

.info-box .progress {
	display: none;
}

.info-box-number {
	font-weight: bold;
	font-size: 15px;
}

.info-box-content {
	padding: 12px 10px;
	margin-left: 60px;
}

/* photo */
.info-box.bg-photo:hover {
	border: 1px solid #ea083d;
}

.info-box.bg-photo:hover .info-box-icon>i {
	color: #ea083d;
}
/* capture */
.info-box.bg-snap:hover {
	border: 1px solid #ff4909;
}

.info-box.bg-snap:hover .info-box-icon>i {
	color: #ff4909;
}
/* video */
.info-box.bg-movie:hover {
	border: 1px solid #ffa409 !important;
}

.info-box.bg-movie:hover .info-box-icon>i {
	color: #ffa409;
}
/* rec */
.info-box.bg-rec:hover {
	border: 1px solid #ff0000 !important;
}

.info-box.bg-rec:hover .i-new-record {
    width: 40px;
	height: 34px;
	background: url("/resources/images/site/das/new/icon_new_recH.png") 0 0 no-repeat;
	display: inline-block;
	margin-top: 4px;;
}

/* voice */
.info-box.bg-voice:hover {
	border: 1px solid #53b920;
}

.info-box.bg-voice:hover .info-box-icon>i {
	color: #53b920;
}
/* etc */
.info-box.bg-etc:hover {
	border: 1px solid #1896de;
}

.info-box.bg-etc:hover .info-box-icon>i {
	color: #1896de;
}

/** datepicker **/
.datepicker {
	z-index: 1070 !important;
}

/** box **/
.box {
	border-top-width: 0px;
	border: 1px solid #e9e9e9;
	box-shadow: none;
	border-radius: 5px;
	border-top-color: #e9e9e9 !important;
	margin-bottom: 10px;
}

.box-trans {
	border: 0;
}

.box.border_cfd {
	border-top-color: #cfd9e3 !important;
}

.box-body {
	border-radius: 5px;
	padding: 10px;
}

.box_side20 .box-body,.box_side20 .box-footer {
	padding-right: 20px;
	padding-left: 20px
}

/*** header ***/
.top-nav {
	background-color: #26303C;
}

.top-nav .dropdown-menu,.primary-nav .dropdown-menu {
	z-index: 1039;
	left: 50%;
	margin-left: -80px;
}

.top-nav .nav>li>a {
	padding: 5px 15px;
	color: #737E8A;
	font-size: 12px;
}

.top-nav .nav>li>a:hover {
	color: #737E8A;
	background-color: #333D48;
}

.primary-nav .logo {
	/* position: absolute; */
	z-index: 1010;
	width: auto;
	padding: 0 0;
	height: auto;
	/* line-height: 35px; */
}

.logo_back {
	/* background: transparent url("/resources/images/site/das/logo/logo_back.png") 10px top no-repeat; */

}

.main_title {
	font-size: 26px
}

.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a
	{
	background: transparent;
	color: #fff;
}

.skin-blue .main-header .logo:HOVER {
	background-color: transparent;
}

.main-header .logo img.logo_white {
	margin-top: 25px;
}

.main-header .menu {
	border: 1px solid #c4c4cb;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
	max-height: inherit;
	height: auto !important;
}

.primary-nav .navbar-nav>li>a {
	border-bottom: 4px solid transparent;
	border-top: 1px solid transparent;
}

.primary-nav .navbar-nav>li.open>a {
	color: #fff !important;
	border-bottom: 4px solid transparent !important;
	border-top: 1px solid transparent;
}

.skin-blue .main-header .primary-nav .navbar .nav>li>a:hover,.skin-blue .main-header .primary-nav .navbar .nav>li.active>a
	{
	color: #FFFFFF;
	border-top: 1px solid #f65a63;
}

/*** top nav ***/
.shop-menu .dropdown-menu {
	width: 500px;
}

.primary-nav .navbar-nav>li>a {
	font-size: 15px;
	padding: 20px 20px;
	color: #fff;
}

.primary-nav .navbar-nav>li>a:hover,.primary-nav .navbar-nav>li>a:focus
	{
	background-color: #8366BF;
}

.top-header .navbar-nav>li>a {
	font-size: 12px;
	padding: 20px 10px;
}

.top-nav .nav {
	margin-right: -15px
}

.primary-nav .navbar-custom-menu {
	margin-right: -20px
}

.top-header .navbar-nav>li>a .i_xs {
	margin-top: -2px;
}

.caret-dropdown-top {
	position: absolute;
	top: -17px;
	z-index: 10;
	left: 50%;
	width: 25px;
	height: 20px;
	background: url("/resources/images/site/das/icon/icon.png") -15px -85px
		no-repeat;
	margin-left: -13px;
}

.shop-menu .caret-dropdown-top {
	top: -26px;
}

.main-header .navbar .nav>li>a>.label {
	position: static;
	float: right;
	margin: 3px 0px 0px 5px;
	padding: 4px 7px;
	background-color: #cc2b55 !important;
}

.navbar-nav>li.slim-menu .dropdown-menu {
	border-color: #c4c4cb;
	border-radius: 0;
}

.slim-menu .list_top_nav a {
	color: #111;
	padding: 7px 10px;
	display: block;
}

.hover>.dropdown-menu {
	display: block;
}

.slim-menu .list_top_nav a:hover {
	background-color: #e6eafa;
}

/*** ax upload **/
.AXButton.Green {
	border: 1px solid #495462;
	color: #FFFFFF;
	text-shadow: none;
	background-color: #495663;
	background-image: inherit;
	padding: 8px 15px;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
}

.AXButton.Green:hover,.AXButton.Green:focus {
	border: 1px solid #677280;
	box-shadow: none;
	background-color: #677280;
	text-shadow: none;
}

.AXButton.Green:active {
	border: 1px solid #5e8846;
	box-shadow: none;
	color: #FFFFFF;
	text-shadow: none;
}

.AXButton {
	height: 38px;
	padding: 8px 20px;
	margin: 0px 0px;
	border: 1px solid #788390;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
	background-color: #788390;
	background-image: inherit;
	hshadow: none;
	outline: none;
	cursor: pointer;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadLabel {
	right: 30px;
	top: 30px;
	opacity: 0.7;
	fliter: alpha(opacity = 80);
}

.AXUpload5QueueBox .AXUploadItem .AXUploadProcess {
	top: 75px;
	height: 10px;
	width: 60px;
}

.user_file_upload .AXUploadBtns {
	display: none !important;
}

.AXUpload5QueueBox .AXUploadItem {
	margin: 0px 0px 0px 0px;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadIcon {
	width: 80px;
	height: 80px;
	line-height: 110px;
}

.AXUpload5QueueBox .AXUploadItem.beSelected {
    background: #ff8a0b;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadLabel .AXUploadDownload {
	width: 40px;
	height: 40px;
	background: transparent url(/resources/images/site/das/new/icon_new.png) -125px -1px no-repeat;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadType {
	text-align: left;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadLabel .AXUploadDownload:hover
	{
	background-color: transparent;
}

.AXButton[disabled] {
	text-shadow: none;
	color: #fff;
	background-color: #b9bec5;
	box-shadow: none;
	text-shadow: none;
	border-color: transparent;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadBtns {
	left: inherit;
	top: 10px;
	right: 10px;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadBtns .AXUploadBtnsA {
	width: 20px;
	height: 20px;
	background: url(/resources/images/site/das/icon/icon.png) -50px -84px
		no-repeat;
}

.AXButton[disabled]:hover,.AXButton[disabled]:focus,.AXButton[disabled]:active
	{
	border: 1px solid #ccc;
	box-shadow: none;
	color: #ccc;
	text-shadow: none;
}

.AXUpload5QueueBox.allowDrop,.AXUpload5QueueBox.show-grid {
	min-height: 150px;
	margin-bottom: 5px;
}

.AXUpload5QueueBox .AXUploadItem .AXUploadPreview {
	background-color: #efefef;
}

#AXUpload5_AX_files {
	height: 40px !important
}

.AXUpload5 {
	min-height: 50px;
	position: absolute;
	right: 15px;
	bottom: -12px;
	text-align: right;
}

/** tag **/
.bootstrap-tagsinput {
	width: 100%;
	line-height: 30px;
}

.bootstrap-tagsinput .tag {
	color: white;
	padding: 6px 10px;
	font-size: 12px;
}

.bootstrap-tagsinput .label-info {
	background-color: #325567 !important;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	font-size: 17px;
}

/** position **/
.position_left,.position_right {
	/* position: absolute; */
	/* top: 50% */
}

.position_left {
	left: 0px;
}

.position_right {
	right: 0px
}

.main_desc_icon,.main_mobile_icon {
	margin-top: -120px
}

/** top cover **/
.content_cover_wrap {
	background-color: #f6f6f8;
	padding: 0;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.top_cover_wrap {
	padding: 40px 0 30px 0;
}

.top_cover_title {
	width: 100%;
	max-width: inherit !important;
}

.top_cover_title>div {
	text-align: center;
}

.top_cover_title>div>h2 {
	color: #222;
	font-size: 35px;
}

.top_cover_date {
	position: absolute;
	right: 15px;
	top: -35px;
	padding: 5px 20px;
	border-radius: 15px;
}

/** gauge **/
.gauge_body {
	height: 240px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 10px;
}

.gauge_body>.c3 {
	margin-top: -30px;
}

.gauge_desc {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.c3-chart-arc text {
	fill: #333;
	font-size: 10px;
}

.gauge_zero_bg {
	display: none;
}

.gauge_zero .gauge_zero_bg {
	background-color: #fff;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 10px;
	z-index: 2;
	display: none;
	text-align: right;
	padding: 3px 15px 0px 15px;
	font-size: 11px;
	font-weight: 300;
}

.gauge_zero .gauge_zero_bg {
	display: block;
}

.gauge_desc .description-text {
	margin-top: 30px;
}

/*** nodata ***/
.no_data {
	margin: 30px auto;
	text-align: center;
	color: #cfcfcf;
}

.no_data_md {
	margin: 50px auto;
	font-size: 15px;
}

.no_data_absolute {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -35px;
	margin-left: -15px;
}
.no_data_mid {
	margin:150px auto;
}

/*** main ***/
.main_tab {

}

.gauge_wrap .gauge_box {
	min-height: 220px
}

.main_tab .btn {
	background: #d9e2eb url("/resources/images/site/das/new/main_tab.png?v=2016090901")
		0px 0px no-repeat;
	color: #747474;
	border: 0;
	min-height: 228px;
	box-shadow: none;
	padding: 74px 10px 20px 10px;
	cursor: pointer;
	border-bottom: 0 !important;
}

.main_tab .btn:hover {
	color: #747474;
	background-color: #d9e2eb;
}

.main_tab .main_tab_box_lt,.main_tab .main_tab_box_lt:focus,.main_tab .main_tab_box_lt:hover
	{
	background-position: right -245px;
	background-color: #d9e2eb;
	text-align: left;
}

.main_tab .main_tab_box_rt,.main_tab .main_tab_box_rt:focus,.main_tab .main_tab_box_rt:hover
	{
	background-position: left -732px;
	text-align: right;
	border-bottom: 0 !important;
}

.main_tab .main_tab_box_lt.active {
	background-position: right -3px;
	background-color: #e9eff4;
}

.main_tab .main_tab_box_rt.active {
	background-position: left -492px;
	background-color: #e9eff4;
}

.main_tab .btn-primary.active {
	/* color: #8e9dd4; */
	background-color: transparent;
	padding: 115px 10px 0px 10px;
}

.main_tab_box_lt .left_icon_wrap {
	max-width: 600px;
	float: right;
	width: 100%;
}

.main_tab_box_rt .left_icon_wrap {
	max-width: 600px;
}

.main_tab_box {
	min-height: 110px;
}

.main_tab_icon {
	font-size: 48px;
	padding: 5px 0px 15px 45px;
}

.main_box_gauge .leftTabNum.active,.main_box_gauge .rightTabNum.active {
	position: absolute;
	z-index: 10;
}

.leftTabNum.active,.rightTabNum.active {
	display: block;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	z-index: 10;
	position: absolute;
	top: -50px;
	color: #545454;
}

.normal_page_gauge .leftTabNum.active {
	position: relative;
	top: inherit;
}

.normal_page_gauge .description-header .count {
	width: 100%;
	position: relative;
	text-align: center;
	padding-left: 0px;
}

.icon_gauge {
	color: #aaa;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.main_box_gauge .icon_gauge {
	bottom: -25px;
}

.icon_gauge_free {
	position: relative;
	left: inherit;
	margin: 10px auto;
}

.icon_gauge .icon {
	width: 58px;
	height: 58px;
	margin: auto;
	border-radius: 50%;
	padding: 10px;
}

.icon_gauge .icon:hover {
	opacity: 0.8;
}

.tab_help_block {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
.i_color_yel .icon {
	/* 	color: #fabb3d; */
	/* 	border: 2px solid #fabb3d; */
	color: #e85e5e;
	border: 2px solid #e85e5e;
}
/* ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â */
.i_color_green .icon {
	/* 	color: #79c447; */
	/* 	border: 2px solid #79c447; */
	color: #CF72D8;
	border: 2px solid #CF72D8;
}
/* ÃƒÆ’Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â */
.i_color_red .icon {
	/* 	color: #ff5454; */
	/* 	border: 2px solid #ff5454; */
	color: #8372D8;
	border: 2px solid #8372D8;
}
/* ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â± */
.i_color_blue .icon {
	/* 	color: #67c2ef; */
	/* 	border: 2px solid #67c2ef; */
	color: #72B5D8;
	border: 2px solid #72B5D8;
}
/* ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â­Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.i_color_etc .icon {
	/* 	color: #67c2ef; */
	/* 	border: 2px solid #67c2ef; */
	color: #8ED872;
	border: 2px solid #8ED872;
}

.color_camera,.today_count.color_camera {
	color: #ea083d
}

.color_movie,.today_count.color_movie {
	color: #ffa409
}

.color_capture,.today_count.color_capture {
	color: #ff4909
}

.color_mike,.today_count.color_mike {
	color: #3aaf00
}

.color_etc,.today_count.color_etc {
	color: #1896de
}

.color_mobile {
	color: #8bcbe1
}

.color_desc {
	color: #a78be1;
}

.table_icon {
	font-size: 28px;
	line-height: 18px;
}

.table_icon_sm {
	font-size: 23px;
	line-height: 18px;
}

.donutChartLabel .legend span,.userDonutChartLabel .legend span {
	padding: 15px 10px;
	width: 19%;
	display: block;
	float: left;
	text-align: center;
	color: #adceea;
	cursor: pointer;
	opacity: 1;
	border: 1px solid #f0f0f0;
	margin: 0.5%;
	border-radius: 2px;
	background-color: transparent !important;
}

.donutChartLabel .legend span:hover {
	border-color: #0074d9;
	color: #0074d9;
}

.am-donutChartLabel .legend {
	display:block;
	text-align:center;
}
.am-donutChartLabel .legend span {
	display:inline-block;
	float:none;
	width:auto;
}

.userDonutChartLabel .legend span {
	width: 49%;
}

.main_tab_title {
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 400;
}

.active .main_tab_title {
	font-size: 33px;
}

.donutChartLabel .legend span:hover,.userDonutChartLabel .legend span:hover
	{
	opacity: 1;
}

.description-header .count {
	width: 50%;
	right: 0px;
	position: absolute;
	text-align: left;
	padding-left: 5px;
}

.description-header .today_count {
	font-size: 35px;
	font-weight: 300;
	margin-top: -30px;
	position: absolute;
	width: 50%;
	left: 0px;
	text-align: right;
	padding-right: 5px;
}

.left_icon_ex .today_count,.left_icon_ex .total_count {
	font-size: 25px;
	color: #222;
}

.active .left_icon_ex .today_count {
	font-size: 35px;
	color: #0075d9;
}

.left_icon_ex .count {
	font-size: 27px;
	color: #222;
	font-style: italic;
}

.active .left_icon_ex .count {
	font-size: 35px;
}

.actve .left_icon_ex .count {
	color: #222;
}

.today_count {
	color: #eee;
}

/** pagination **/
.pagination>li>a {
	background: transparent;
	color: #747478;
	border: 0;
	margin: 2px;
	border-radius: 0 !important;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 10px 8px 10px;
	border: 1px solid #e5e5e5;
}

.pagination>li.active>a {
	color: #fff;
	background-color: #495462;
	border-color: #495462;
}

.return_pagination {
	border-radius: 0;
}

.return_pagination .btn-red {
	/* background-color: #ACBBDA; */
	/* color: #fff; */
}

.return_pagination .btn-darkgray {
	/* background-color: #E4E4E4; */
	/* color: #fff; */
}

/** img **/
.table_img {
	width: 30px;
	height: 30px
}

/*** icon ***/
.i_xs {
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 5px;
}

.i_xs_btn {
	margin-bottom: -8px
}

.i_sm {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.i_md {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
}

.i_lg {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}

.i_xl {
	width: 68px;
	height: 65px;
	float: left;
	margin-right: 5px;
}

.i_ex {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
}

.icon_xs {
	font-size: 12px
}

.icon_sm {
	font-size: 15px
}

.icon_md {
	font-size: 20px
}

.icon_lg {
	font-size: 25px
}

.i_icon {
	display: inline-block;
}

.i_pdf {
	background: transparent url("/resources/images/site/das/icon/icon.png")
		-376px -2px no-repeat;
	width: 23px;
}

/** opacity **/
.bg_op40 {
	background: transparent
		url("/resources/images/site/das/common/op/op_20.png") repeat;
}

.bg_my {
	background: transparent
		url("/resources/images/site/das/new/bg_my.png") top center no-repeat;
}

/** notice **/
.notice_td {
	background-color: #E6EEFF;
}

/*** file btn ***/
.file_btn_box {
	position: relative;
}

.file_btn {
	width: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity =   100);
	height: 100%;
	left: 0;
	vertical-align: middle;
}

.the_file {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity =   0);
	top: 0px;
	right: 0px;
	padding: 0;
}

.file_description {

}

.btn-file {
	width: 100px;
	height: 42px;
	display: inline-block;
	position: relative;
}

.btn-file .file_description {
	margin-top: 9px
}

/** btn **/
.btn {
	/* border-radius: 0; */
}

.list_default>li>.btn {
	border-radius: 0;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 8px;
}

.btn-group .custom-radio {
	display: none
}

.btn-group .btn {
	background-color: #dadada;
	border-color: #dadada;
	border-left-color: #fff;
	border-right-color: #fff;
}

.btn-primary {
	background-color: #2081d5;
	border-color: #2081d5;
	border-bottom: 3px solid #005fd2;
}

.btn-primary:hover {
	background-color: #005fd2;
	border-color: #005fd2;
	border-bottom: 3px solid #005fd2;
}

.btn-white-line {
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	border-bottom: 3px solid #f2f2f2;
}

.btn-white-line:HOVER,.btn-white-line:FOCUS {
	background-color: #ffffff;
	border-color: #d7d7d7;
	border-bottom: 3px solid #f2f2f2;
}

.btn-danger {
	background-color: #d9574e;
	border-color: #d9574e;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
}

.box-tab {
	border-bottom: 3px solid #e6e6e6;
}

.box-tab .btn.active {
	box-shadow: none;
	color: #ff8a0b;
	border-bottom: 3px solid #ff8a0b;
}

.box-tab .btn {
	padding: 15px 5px;
	width: 100px;
	margin-bottom: -3px;
	color: #545454;
	border-bottom: 3px solid #e6e6e6;
}

.box-tab .btn:focus {
	outline: none;
}

.box-tab .btn:hover {
	color: #ff8a0b;
	border-bottom: 3px solid #ff8a0b;
}

.btn-op {
	border: 2px solid #fff;
	background: transparent
		url("/resources/images/site/das/common/op/op_20.png") repeat;
}

.btn-side {
	padding: 9px 30px;
}

.btn-input {
	padding-top: 9px;
	padding-bottom: 9px;
}

.btn-side-sm {
	padding: 5px 30px;
}

.btn-login {
	background-color: #c61f4b;
	color: #fff;
	padding: 34px 0;
}

.btn-email-send {
	padding: 49px 0;
	background-color: #636466;
}

.btn-red {
	color: #fff;
	border-color: #c61f4b;
	background-color: #c61f4b;
}

.btn-red:HOVER,.btn-red:FOCUS {
	color: #fff;
	border-color: #c61f4b;
	background-color: #c61f4b;
}

.btn-gray {
	color: #fff;
	border-color: #9fa0a2;
	background-color: #9fa0a2;
}

.btn-gray:HOVER,.btn-gray:FOCUS {
	color: #fff;
	border-color: #888;
	background-color: #888;
}

.btn-darkgray {
	color: #fff;
	border-color: #636466;
	background-color: #636466;
}

.btn-darkgray:HOVER,.btn-darkgray:FOCUS {
	color: #fff;
	border-color: #888;
	background-color: #888;
}

.btn-darkgray-line {
	color: #fff;
	border-color: #4a4c4e;
	background-color: #4a4c4e;
	border-bottom: 3px solid #191919;
}

.btn-darkgray-line:HOVER,.btn-darkgray-line:FOCUS {
	color: #fff;
	border-color: #4a4c4e;
	background-color: #4a4c4e;
}

.btn-magenta {
	color: #fff;
	border-color: #f83973;
	background-color: #f83973;
}

.btn-magenta:HOVER,.btn-magenta:FOCUS {
	color: #fff;
	border-color: #f83973;
	background-color: #f83973;
}

.btn-purple {
	color: #fff;
	border-color: #cf5fbd;
	background-color: #cf5fbd;
}

.btn-purple:HOVER,.btn-purple:FOCUS {
	color: #fff;
	border-color: #cf5fbd;
	background-color: #cf5fbd;
}

.btn-blue,.btn-blue.active {
	color: #fff;
	border-color: #92bceb;
	background-color: #92bceb;
}

.btn-blue:HOVER,.btn-blue:FOCUS,.btn-blue.active:HOVER,.btn-blue.active:FOCUS
	{
	color: #fff;
	border-color: #72a4db;
	background-color: #72a4db;
}

.btn-green,.btn-green.active {
	color: #fff;
	border-color: #1FD47E;
	background-color: #1FD47E;
}

.btn-green:HOVER,.btn-green:FOCUS,.btn-green.active:HOVER,.btn-green.active:FOCUS
	{
	color: #fff;
	border-color: #0CEA81;
	background-color: #0CEA81;
}

.btn-purple {
	color: #fff;
	border-color: #cf5fbd;
	background-color: #cf5fbd;
	border-radius: 3px;
}

.btn-purple:HOVER,.btn-purple:FOCUS {
	color: #fff;
	border-color: #697AB9;
	background-color: #697AB9;
}

.btn-default {
    background-color: #788390;
    color: #fff;
    border-color: #788390;
}

.btn-default:HOVER,.btn-default:FOCUS {
	background-color: #a1acb9;
    color: #fff;
    border-color: #a1acb9;
}

.btn-side-lg {
	padding: 12px 40px;
}

.btn-login:HOVER,.btn-login:FOCUS {
	background-color: #DC3661;
}

.btn-trans {
	border: 0;
	background-color: transparent;
}

.btn-border {
	border: 1px solid #d7d7d7;
	color: #747478;
	background-color: #f5f5f7;
}

.btn-border:hover {
	background-color: #ccc;
}

.btn-border.active {
	color: #fff;
	border: 1px solid #2d2d2d;
	background-color: #2d2d2d;
}

.btn-op:HOVER {
	border: 2px solid #fff;
	background: transparent
		url("/resources/images/site/das/common/op/op_50.png") repeat;
}

.btn-radius {
	border-radius: 5px;
}

.btn-square {
	padding: 30px;
}

/** list tab **/
.list_tab {
	border-bottom: 1px solid #222;
}
.list_tab>li>a {
	color: #a8a8a8;
	padding: 20px 90px;
	display: block;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #222;
	margin-bottom: -1px;
}

.list_tab>li.active>a {
	color: #222;
	border: 1px solid #222;
	border-bottom: 1px solid #fff;
}

/*** login ***/
.login_position {
	/* position: absolute; */
	width: 100%;
	background: url("../../../../images/site/das/bg/login_bg.jpg") center center no-repeat ;
	background-size: cover;
	margin: 150px 0;
}

.login_panel {
	margin: 0px auto 0px auto;
    background: url(../../../../images/site/das/bg/login_panel.png) center center no-repeat;
    background-size: cover;
    min-height: 677px;
    padding: 25px 50px 50px 50px;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e4edf2 inset;
}

.login_panel input.form-control {
	border: 0;
	border-bottom: 1px solid #191919;
	background-color: transparent;
}

.login_panel .select-wrapper {
	background-color: transparent;
    border: 0;
    border-bottom: 1px solid #191919;
    border-radius: 0;
}

.sign_up_panel {
	margin-top: 10px;
}

.login-tabs>li>a {
	margin-right: 0px;
	border: 1px solid transparent;
	border-radius: 0px 0px;
	/* background-color: #e6eafa; */
	color: #393939;
}

.login-tabs>li.active>a,.login-tabs>li.active>a:focus,.login-tabs>li.active>a:hover
	{
	color: #222;
	border: 1px solid #222;
	border-bottom-color: transparent;
}

.main-header .logo-center {
	width: auto;
	float: none;
	display: block;
	height: auto;
}

.login-nav {
	/* 	background: transparent url('/resources/images/site/das/page/main/pat_line_op20.png') top left repeat-x; */
	/* 	border-bottom: 7px solid #8E9DD4; */

}

.pupple-line {
	/* 	background: transparent url('/resources/images/site/das/page/main/pat_line_op20.png') top left repeat-x; */
	/* 	border-bottom: 7px solid #8E9DD4; */

}

.city-bg-img {
	/* 	background: #6a7cba url('/resources/images/site/das/bg/das-bg-city.png') center center no-repeat; */
	background-size: cover;
}

.customer-bg-img {
	/* 	background: #6a7cba url('/resources/images/site/das/bg/bg_customer.png') center center no-repeat; */
	background-size: cover;
}

.confirm-bg-img {
	/* 	background: #6a7cba url('/resources/images/site/das/bg/bg_confirm.png') top center no-repeat; */
	background-size: cover;
}

.auth-bg-img {
	/* background: #6a7cba url('/resources/images/site/das/bg/bg_auth.png') top center no-repeat; */
	background-size: cover;
}

.print-bg-img {
	/* 	background: #6a7cba url('/resources/images/site/das/bg/bg_print.png') bottom center no-repeat; */
	background-size: cover;
}

.main-bg-img {
	/* background: #6a7cba url('/resources/images/site/das/bg/bg_main.png') top center no-repeat; */
	background-size: cover;
}

.pupple-bot-line {
	/* border-bottom: 7px solid #8E9DD4; */

}

.bg_op_purple {
	/* background-color: rgba(100,118,183,0.5 ); */
	/* background: transparent url('/resources/images/site/das/common/op/op_purple50.png') left top repeat; */

}

.bg_op_purple80 {
	/* background-color: rgba(100,118,183,0.8 ); */
	/* 	background: transparent url('/resources/images/site/das/common/op/op_purple80.png') left top repeat; */

}

.bg_op_darkblue {
	/* 	background: transparent url('/resources/images/site/das/common/op/op_darkblue70.png') left top repeat; */
	/* background-color: rgba(69,73,84,0.7 ); */

}

.login-nav .logo-lg {
	margin: 90px auto;
}

.login-nav .logo_back {
	/*     background: transparent url("/resources/images/site/das/logo/logo_back.png") center center no-repeat; */

}

/*** validation ***/
.sm_panal,.sm_panel {
	max-width: 500px
}

.val-success,.val-error,.val-loading {
	background: transparent url("/resources/images/site/das/icon/icon.png")
		-72px -86px no-repeat;
	position: absolute;
	top: 12px;
	right: -30px;
	width: 20px;
	height: 20px;
	padding: 0 0 0 20px;
}

.val-success {
	background: transparent url("/resources/images/site/das/icon/icon.png")
		-72px -86px no-repeat;
}

.val-error {
	background: transparent url("/resources/images/site/das/icon/icon.png")
		-51px -85px no-repeat;
}

.val-loading {
	background:
		url("/resources/images/site/das/common/loading/xs-loading.gif") center
		center no-repeat;
}

.i_blue_das {
	width: 28px;
	height: 26px;
	background: url("/resources/images/site/das/new/icon_new.png") -91px -5px no-repeat;
	display: inline-block;
	margin-bottom: -7px;
}

.i-new-rec {
	width: 27px;
	height: 24px;
	background: url("/resources/images/site/das/new/icon_new_rec.png") 0 0 no-repeat;
	display: inline-block;
}

.i-new-record {
	width: 40px;
	height: 34px;
	background: url("/resources/images/site/das/new/icon_new_recL.png") 0 0 no-repeat;
	display: inline-block;
	margin-top: 4px;
}

.bg-dot {
	height: 50px;
	background: #555 url("/resources/images/site/das/bg/bg_btn_dark.jpg") repeat-x;
}

.val-message {
	max-width: 300px;
	white-space: normal;
	width: 300px;
	display: block;
	line-height: 17px;
	text-align: left;
	margin: 0px !important;
}

.val-success.in_text,.val-error.in_text,.val-message.in_text {
	top: 8px;
}

.notifyjs-arrow {
	border-left-color: #f65a63 !important;
}

.notifyjs-bootstrap-error {
	color: #fff !important;
	background-color: #f65a63 !important;
	border-color: #f65a63 !important;
	background-image: none !important;
}

.notifyjs-bootstrap-base {
	padding: 10px 14px 10px 20px !important;
	text-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding-left: 20px !important;
}

/** mypage **/
.phone_auth_dis_wrap,.phone_auth_edit_wrap {
	display: none;
}

.phone_auth_dis_wrap.active_edit,.phone_auth_edit_wrap.active_edit {
	display: block
}

/** grid **/
.grid-tabs>li>a {
	font-size: 19px;
}

/*** form ***/
.form-control {
	border-color: #ACBBDA;
	height: 40px;
	padding: 10px 12px;
}

.input-blue,.textarea-blue {
	border-color: #cfcfcf;
	color: #545454;
}

.input-sm {
	height: 30px;
	padding: 3px 12px;
	line-height: 26px;
}

.list_sub_left {

}

/*** modal ***/
.modal-250 {
	max-width: 250px;
	margin: 30px auto;
}

.modal-300 {
	max-width: 300px;
	margin: 30px auto;
}

.modal-400 {
	max-width: 400px;
	margin: 30px auto;
}

.modal-450 {
	max-width: 450px;
	margin: 30px auto;
}

.modal-500 {
	max-width: 500px;
	margin: 30px auto;
}

.modal-600 {
	max-width: 600px;
	margin: 30px auto;
}

.modal-logo-style {
	max-width: 500px;
	border: 3px solid #139ad8;
}

.modal-logo-style.modal-lg {
	max-width: 900px;
}

.modal-logo {
	padding-left: 50px;
	color: #fff;
}

.modal-color {
	padding: 15px;
	color: #fff;
}

.modal-red {
	background-color: #e55d52;
}

.modal-blue {
	background-color: #8bcbe1
}

.modal-green {
	background-color: #62d4b2
}

.caret-red {
	border-color: #e55d52;
}

.caret-blue {
	border-color: #8bcbe1
}

.caret-green {
	border-color: #62d4b2
}

.modal-header .caret {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
}

.caret-bot {
	border-right-color: transparent;
	border-left-color: transparent;
}

.modal-header .close {
	opacity: 1;
	font-size: 30px;
}

.modal-header.modal-color .close {
	color: #fff;
}

/** label **/
.in_table_radio {
	margin: 0px auto -8px auto;
}

.in_table_radio .custom-radio {
	margin: 0 auto 0 -5px;
	left: 50%;
}

/** agree **/
.list_default.list_agree {
	padding-left: 20px;
	margin: 10px 0 20px 0
}

.agree_ex {
	margin: 10px 0 20px 0
}

.agree_wrap h4 {
	margin-top: 40px
}

.agree_wrap h3 {
	margin-top: 40px
}

/*** das ***/
.idas-sm {
	font-size: 25px;
}

.idas-md {
	font-size: 28px
}

.idas-lg {
	font-size: 35px
}

.idas-xl {
	font-size: 45px
}

.idas-xxl {
	font-size: 55px
}

.idas-input-date {
	font-size: 18px;
	color: #4B5261;
}

/*** footer ***/
.main-footer {
	padding: 50px 0;
	border-top: 2px solid #b9b9b9;
}

/** typeahead **/
.twitter-typeahead {
	width: 100%
}
.tt-menu {
	background-color: #fff;
	width: 100%;
	padding: 0px;
	border: 1px solid #eee;
	/* max-height: 200px; */
	overflow: auto;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
}

.league-name {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	padding: 10px 10px;
	background-color: #efefef;
}

.tt-dataset {
	margin-bottom: 10px;
}

.tt-suggestion {
	padding: 7px 10px;
}

.tt-cursor {
	background-color: #f2f2f2;
}

/* Changed etc-icon 170428 */
.i-new-etc:before {
   	content: "";
    background: url(/resources/images/site/das/icon/icon_externalfile.svg) no-repeat top left;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.info-box-icon>.i-new-etc {
	position:relative;
}
.info-box-icon>.i-new-etc:before {
	width: 36px;
    height: 36px;
    background-position: 0px -42px;
    background-size: 36px,36px;
    position:absolute;
    top:5px;
    left:-18px;
}
.info-box:hover .info-box-icon>.i-new-etc:before {
	width:36px;
	height:36px;
	background-position:0px 1px;
	background-size:36px,36px;
}

/* Changed etc-icon 170428 */
.i-new-etc-small:before {
   	content: "";
    background: url(/resources/images/site/das/icon/icon_externalfile.svg) no-repeat top left;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size:26px,26px; /* no-hover & default blue color :: only need this style :*/
}

/* Add table Ellipsis Style 170508 */
.table.text-center td {
	text-overflow:ellipsis;
	overflow:hidden;
}


/* 20191030 간편인증 스타일 추가_eun */
.simple-auth-wrap,
.simple-auth-wrap .pwd-wrap {
	display: table;
}
.simple-auth-wrap .check-wrap,
.simple-auth-wrap .input-wrap,
.simple-auth-wrap .pwd-wrap>span {
	display: table-cell;	
	vertical-align: middle;
	padding-left: 25px;
}
.label-checkbox-area>label {
	display: table-cell;	
	vertical-align: middle;
	padding-left: 25px;
}

.simple-auth-wrap .pwd-wrap>span {
	padding-left: 0;
	padding-right: 3px;
}

.simple-auth-wrap .check-wrap {
	padding-bottom: 5px;
}
.simple-auth-wrap .input-wrap .tit {
	width: 55px;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: normal;
}
.simple-auth-wrap .input-wrap .form-control {
    display: inline-block;
	width: 160px;
}

.simple-auth-wrap .pwd-wrap {
	margin-top: 5px;
}
.simple-auth-wrap .guide-txt {
    padding: 3px 0 0 58px;
    font-size: 12px;
    color: #c80b0b;
}


/*added style 2021.01.13 */
.daily-credentials .table-responsive .custom-checkbox {
	margin:0;
}

.daily-credentials .table-responsive .data {
	position:relative;
}

.daily-credentials .table-responsive .data .word_break {
	display:inline-block;
	width: auto;
}
.daily-credentials .table-responsive .data button {
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
	display:block;
	margin-left:auto;
	
}

