/* Custom Bootstrap */
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f39c12;
    border-color: #f39c12;
}

/* Custom DataTable */
div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: left;
}

/* Custom AdminLTE */
.main-footer {
	background: #fff;
	padding: 8px 38px;
	color: #656565;
	border-top: 1px solid #d2d6de;
}

.main-footer a,
.main-footer a:hover,
.main-footer a:active {
	color: #656565;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: none;
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.content-header {
  position: relative;
  padding: 22px 16px 26px 16px;
  margin: 0;
}

.content-header-button {
  position: relative;
  padding: 0 16px;
  margin: 0;
}

.btn {
	border-radius: 0;
}

.btn-arr{
	color: #6c6fd6;
    background: no-repeat center center white url(/resources/img/icon/arr.png);
    text-align: center;
    width: 30px;
    display: inline-block;
    border-radius: 15px;
    font-weight: bold;
    border: 1px solid #9a9a9a;
    padding: 3px 3px;
}

.nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #d2d6de
}

.main-sidebar,
.wrapper {
	background-color: #fff !important;
}

body.hold-transition .main-sidebar .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-sidebar .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  height: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  background-color:#fff;
  overflow: hidden;
}
.main-sidebar .logo .logo-lg {
  display: block;
}
.main-sidebar .logo .logo-lg img {
	padding-top: 27px;
}
.main-sidebar .logo .logo-mini {
  display: none;
}

@media (max-width: 767px) {
  .main-sidebar .logo {
    width: 100%;
    float: none;
  }
}

.sidebar-toggle:hover {
	background: rgba(0,0,0,0.1);
}

.main-header .navbar {
	background-color: #ff0000 !important; 
}

.sidebar-menu > li > .treeview-menu {
	margin: 0 !important;
	color:#1A1A64;
	background-color:#fff;'
	border:solid 2px red;
}

.sidebar-menu > li > a {
	border-left: 1px solid transparent !important;
}

.sidebar-menu > li > a {
	color: #;
	font-weight:bolder;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
	color: #ff0000;
}


.main-header > .navbar {
	margin: 0;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-sidebar .logo {
    width: 50px;
    height: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff !important;
    font-size: 14px;
  }
  
  .sidebar-mini.sidebar-collapse .main-sidebar .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
  	margin: 0;
  }
  
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a{
  	height: 44px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    margin-left: -1px;
    padding: 12px 3px 12px 18px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.single-menu:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.single-menu:hover > .treeview-menu {
    display: none !important;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.single-menu:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.single-menu:hover > .treeview-menu {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 0;
  }
}

.main-header .channel-menu {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
}
.main-header .navbar .channel-menu {
  color: #ffffff;
}
.main-header .navbar .channel-menu:hover {
	background: rgba(0,0,0,0.1) !important;
}

/*
 * Component: modal
 * ----------------
 */
.dialog {
  background: rgba(0, 0, 0, 0.3);
  z-index: 100060 !important;
  text-align: center;
  padding: 0!important;
}

.dialog:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.dialog .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog {
	position: relative;
	height: 90%;
}

.dialog .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  text-align: center;
  border: 0;
}
@media (min-width: 768px) {
  .dialog .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.dialog .modal-header {
  border: 0;
}

.modal-title {
	display: inline-block;
}

.dialog .modal-footer {
  border: 0;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}

#carouselTemplateList, #carouselTempListForm, #template-carousel-list-div {
	height: 96.5%;
	position: relative;
}

#selected-carousel-list {
	padding: 9px;
	font-size:11px
}

#selected-carousel-list .carousel-title{
	display: inline-block;
    background-color: #0066cc;
    padding: 2px 8px;
    border-radius: 11px;
    color: white;
    margin: 0 5px 1px 0;
    font-weight: 600;
    font-size:14px
}

#template-carousel-list-div {
	overflow-y: scroll;
	overflow-x: hidden;
}


/* Custom CSS */
.login-box, .register-box {
	width: 360px;
	margin: 0 auto;
	padding-top: 7%
}

.label-wait {
  	color: #fff !important;
	background-color: #f7bf65 !important;
}

.label-expired {
  	color: #fff !important;
  background-color: #c7c7c7 !important;
}

@media ( max-width : 768px) {
	.login-box, .register-box {
		width: 90%;
		padding-top: 20px;
	}
}

.box-body em {
	color: #3c8dbc;
	font-style: normal;
}

.header-title {
	display: inline-block;
	margin: 0;
	
	font-size: 24px;
	color: #333;
}

.content-header > button {
	margin-left: 18px;
	vertical-align: super;
}

.form-input-free {
	width: 100% !important;
	height: 34px !important;
}

.form-input-title {
	width: 300px !important;
	height: 34px !important;
}

.form-input-text {
	width: 300px !important;
	height: 34px !important;
}

.form-input-long {
	width: 600px !important;
	height: 34px !important;
}

.form-input-email {
	width: 261px !important;
	height: 34px !important;
}

.form-input-mobile {
	width: 264px !important;
	height: 34px !important;
}

.form-input-date {
	width: 100px !important;
	height: 34px !important;
}

.form-input-short {
	width: 150px !important;
	height: 34px !important;
}

.form-input-mini {
	width: 80px !important;
	height: 34px !important;
}

.form-textarea {
	width: 700px !important;
	min-height: 160px;
	display: block;
}

.form-textarea-short {
	width: 600px !important;
	min-height: 60px;
	display: block;
}

.form-textarea-small-short {
	width: 430px !important;
	min-height: 60px;
	display: block;
}

.form-textarea-small {
	width: 500px !important;
	min-height: 100px;
	display: block;
}

.form-textarea-mini {
	width: 400px !important;
	min-height: 80px;
	display: block;
}

.form-textarea-free {
	width: auto !important;
	min-height: 80px;
	display: block;
}

.form-search {
	width: 300px !important;
	height: 34px !important;
	font-size: 15px !important;
}

.form-search:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-search-short {
	width: 220px !important;
}

.form-search-mini {
	width: 150px !important;
	height: 34px !important;
	font-size: 15px !important;
}

.form-select {
	width: 100px !important;
	height: 34px !important;
}

.form-select:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select>option {
	cursor: pointer;
}

.form-select-free {
	width: auto !important;
	height: 34px !important;
}

.form-select-free:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select-mini {
	width: 65px !important;
	height: 34px !important;
}

.form-select-mini:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select-short {
	width: 78px !important;
	height: 34px !important;
}

.form-select-short:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select-medium {
	width: 110px !important;
	height: 34px !important;
}

.form-select-medium:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form-select:after {
	content: ' ' !important;
	margin-left: 8px !important;
}

.form-select-long {
	width: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.form-select-no {
	width: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.form-select-filter {
	margin-right: 2px;
}

.form-select-status {
	width: 100px !important;
}

.form-select-keyword{
	min-width: 80px !important;
}

.input-box:before {
	content: ' ' !important;
	margin: 3px !important;
}

.input-box:after {
	content: ' ' !important;
	margin: 3px !important;
}

.btn-search {
	margin-left: 4px;
  	background-color: #f39c12;
  	border-color: #e08e0b;
	color: #fff;
	border-radius: 0 !important;
}

.btn-search:hover, 
.btn-search:active, 
.btn-search.hover {
	color: #fff;
  	background-color: #e08e0b;
}

.btn-add {
	padding: 0;
	margin: 0;
	background-color: #f39c12;
	border-color: #e08e0b;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 34px;
	height: 34px;
}

.btn-add:hover, .btn-add:active, .btn-add.hover {
	background-color: #e08e0b;
}

.btn-list {
	width: 96px;
	height: 46px;
	background-color: #939393;
	border-color: #7f7f7f;
	color: #fff;
}

.btn-list:hover, .btn-list:active, .btn-list.hover {
	background-color: #7f7f7f;
	color: #fff;
}

.btn-save {
	width: 124px;
	height: 46px;
	background-color: #f39c12;
	border-color: #db8b0b;
	color: #fff;
}

.btn-save:hover, .btn-save:active, .btn-save.hover {
	background-color: #db8b0b;
	color: #fff;
}

button.select-delete{
	background: #de5c7b;
    color: white;
    font-weight: bold;
    padding: 6px 8px;
    margin-left: -8px;
}

.btn-temp {
	width: 124px;
	height: 46px;
	margin-right: 4px;
	background-color: #f39c12;
	border-color: #db8b0b;
	color: #fff;
}

.btn-temp:hover, .btn-temp:active, .btn-temp.hover {
	background-color: #db8b0b;
	color: #fff;
}

.btn-delete {
	width: 96px;
	height: 46px;
	margin-left: 10px;
	background-color: #f39c12;
	border-color: #db8b0b;
	color: #fff;
}

.btn-delete:hover, .btn-delete:active, .btn-delete.hover {
	background-color: #db8b0b;
	color: #fff;
}

.btn-create {
	background-color:#fff;
	border:solid 1px #ff0000;
	color: #000000;
}

.btn-create:hover{
/*	color: #ff0000;	*/
	background-color:#ff0000;
	border:solid 1px #ff0000;
	color: #ffffff;
	
}

.actived {
/*	color: #ff0000; */
	background-color:#ff0000;
	border:solid 1px #ff0000;
	color: #ffffff;

}

.btn-preview {
	width: 96px;
	height: 46px;
	background-color: #939393;
	border-color: #7f7f7f;
	color: #fff;
}

.btn-preview:hover, .btn-preview:active, .btn-preview.hover {
	background-color: #7f7f7f;
	color: #fff;
}

.btn-setting {
	background-color: #f39c12;
	border-color: #db8b0b;
	margin: 0 2px;
	color: #fff;
}

.btn-setting:hover, .btn-setting:active, .btn-setting.hover {
	background-color: #db8b0b;
	color: #fff;
}

.btn-ftalk-send, .btn-show-view, .btn-hide-view, .btn-download-excel {
	display: none;
}

.detail-add_btn, 
.detail-remove_btn {
	margin: 4px 0;
	padding: 0 4px;
	height: 26px;
	font-size: 11px;
	vertical-align: middle;
}

.template-button-add-btn,
.template-button-remove-btn {
	background-color: #fff;
	border-color: #d2d6de;
	color: #f39c12;
}

.glyphicon-menu {
	font-size: 17px;
}

.glyphicon-btn {
	padding: 3px 0 !important;
}

.fa-navi {
	margin: 3px 0;
}

.btn-window {
	background-color: #fff;
	color: #666;
	font-size: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-window:hover, .btn-window:active, .btn-window.hover {
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-excel {
	background-color: #e7e7e7;
	color: #444;
	border-color: #bbb;
}

.btn-excel:hover, .btn-excel:active, .btn-excel.hover {
	background-color: #ccc;
}

.btn-fileupload {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.btn-checkbox {
	cursor: default;
	height: 34px;
}

.btn-file {
	background-color: #fff;
	border-color: #d2d6de;
	color: #f39c12;
}

.btn-file-remove {
	padding-top: 10px;
}

.btn-group-remove {
	padding: 10px 12px 0 0;
}

.file-name {
	margin: 0 12px 0 24px;
	font-size: 12px;
	line-height: 34px;
}

.group-name {
	margin-right: 12px;
	font-size: 12px;
	line-height: 34px;
}

.first-item {
	margin-left: 0 !important;
}

.none-click-event:active {
	border-bottom-width: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.title-group {
	display: table;
	width: 100%;
}

.btn-group-title {
	vertical-align: middle !important;
	display: table-cell;
}

.btn-group-title button {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	vertical-align: middle !important;
	display: block;
	margin: 0 auto;
	margin-right: 5px;
}

.btn-remove {
	position: absolute;
	cursor: pointer;
	padding: 3px 0 0 283px;
	font-weight: bold;
	color: #ddd;
}

.btn-refresh {
	border: none;
	background: none;
}

.btn-refresh-on {
	color: #3c8dbc;
}

.btn-refresh-off {
	color: #e7e7e7;
}

.table-middle>tbody>tr>td {
	vertical-align: middle;
}

.table-middle>tbody>tr>td>img {
	max-width: 400px;
}

.table-register {
	border-left-width: 0;
	border-right-width: 0;
	color: #656565;
}

.table-register>tbody>tr>th {
	border-right-width: 0;
	font-size: 14px;
	vertical-align: middle;
}

.table-register input,
.table-register textarea {
	font-size: 14px;
	color: #656565;
}

.table-register em,
.table-register .form-text,
.table-register .form-text strong {
	font-size: 11px;
	color: #adadad;
}

.table-register .title {
	margin: 5px 0;
	font-weight: bold;
}

.table-register .title .border {
	margin: 5px 0;
	font-weight: bold;
}

.table-register .textarea-box {
	margin-bottom: 50px;
}

.table-controls {
	overflow: hidden;
	margin: 10px 0;
}

.table-controls.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.box-cmb,
.box-hcp,
.box-group,
.box-alarm,
.box-account {
	padding-top: 0;
}

.control-select-box::after {	
	content: ' ';
	margin-left: 24px;
}

.control-btn-box {
}

.contents-box {
	margin: 10px 10px 0 10px;
	box-shadow:3px 3px 3px gray;
	
}

.top-search-box {
	margin-bottom: 7px;
	overflow: hidden;
	float: none;
}

.top-search-box>div {
	/* margin-bottom: 8px !important  */
}

.top-search-box label {
	margin-right: 5px;
}

.box-border-bottom {
	margin: 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #dedede;
}

.select-filter-box {
	margin-left: 8px;
}

.keyboard-box-wrapper {
	min-width: 400px !important;
	margin-bottom: 15px !important;
}

.activeCarousel select {
	width: 95%
}

.keyboard-box, .carousel-box {
	min-width: 150px !important;
	width: 43%;
	margin-bottom: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
}

.carousel-box.step-2{
	width: 55%;
}

.carousel-box{
	height: 680px;	
}

.channel-box-list {
	min-height: 550px;
	padding: 0 10px;
	overflow: hidden;
}
.channel-box {
	height: 250px;
	padding: 20px;
	margin: 15px 0;
	border: 1px solid #ddd;
}

.channel-box.selected {
	border: 2px inset #e4e1de;
	background-color: #eee;
}

.channel-box .cbox-body {
	height: 180px;
}
.channel-box .cbox-footer {
	height: 30px;
}
.channel-box .title {
	margin-bottom: 0;
	font-size: 1.5em;
    word-break: break-all;
}
.channel-box .uuid {
	color: #666;
}
.channel-box .app-url {
    word-break: break-all;
}
.channel-box .link-channel:link {
	color: #000;
	font-size: 1.2em;
}

.rcpt-box {
	clear: both;
}

.chart-box {
	border: 1px solid #d2d6de;
	margin: 10px 0;
	box-shadow: none !important;
}

.stats-box {
	min-width: 1020px !important;
	overflow: hidden;
}

.stats-total-box {
	margin: 0 !important;
}

.btn-box {
	padding-top: 10px !important;
	text-align: center;
	overflow: hidden;
	clear: both;
}

.btn-box-btm {
	padding-bottom: 15px !important;
	text-align: center;
	overflow: hidden;
	clear: both;
}

.switch-btn-box {
	text-align: center;
	padding-top: 180px;
	width: 15% !important;
	max-width: 70px !important;
	margin: 0 auto;
}

.switch-btn-box button {
	margin-bottom: 5px;
}

.radio-box {
	margin-bottom: 10px;
}

.checkbox-box {
	margin-right: 10px;
}

.btn-rm-box {
	width: 34px;
	height: 34px;
	border-radius: 0 !important;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #808080;
}

.img-box {
	padding-top: 5px;
	clear: both;
}

.img-content {
	text-align: center;
	max-height: 800px;
	overflow-y: auto;
}

.join-img {
	max-width: 500px;
}

.otp-box {
	padding-left: 24px;
	overflow: hidden;
}

.next-cond-box {
	padding: 0;
}

.template-list {
	list-style: none;
	padding: 0;
}

.template-list>li {
	cursor: pointer;
}

.template-list-checkbox {
	margin-right: 4px;
}

.cont-box {
	padding: 10px;
	min-height: 200px;
}

.search-date-box {
	position: relative;
	margin-right: 10px !important;
}

.numbers, .groups {
	overflow: hidden;
	width: 430px;
	/* max-width: 780px */
}

.number-box {
	margin: 0 5px 5px 0;
}

.number-box-mini {
	width: 115px !important;
	margin: 0 5px 5px 0;
	text-align: center;
}

.numbers-box {
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.filter-box .field{
	min-width: 100px;
}
.filter-box, .next, .add-cond {
	margin: 8px 10px !important;
}

.filter-box label {
	float: left;
	margin-right: 5px;
	line-height: 30px;
}

.cond-box {
	clear: both;
	margin-bottom: 7px;
	height: 34px;
}

.first-box {
	clear: none !important;
}

.filter {
	border: 1px solid #ddd;
	display: block;
	overflow: hidden;
}

.group-list {
	margin-top: 15px;
}

.user-all {
	border: 1px solid #ddd;
	padding: 8px 10px;
	display: block;
	overflow: hidden;
}

.control-box {
	overflow: hidden;
}

.control-box button {
	margin-left: 8px;
}

.phone-number {
	line-height: 30px;
}

.contact-info {
	margin: 5px;
}

.contact-info a, .contact-info a:hover {
	color: #666;
	border-top: 0;
}

.refresh-info strong {
	color: #3c8dbc;
}

.tr-highlight {
	background-color: #ebebeb;
}

.attach a, .attach a:hover {
	font-style: normal !important;
}

.tutorial-box {
	border-radius: 2px !important;
}

.tutorial-title {
	padding: 15px 9px 9px !important;
}

.tutorial-content, .tutorial-navigation {
	padding: 9px !important;
	min-width: 272px !important;
}

.serial-file-box {
	clear: both;
}

.language-box {
	margin: 5px 10px;
}

.textarea-desc {
	display: block;
}

.btn-desc {
	font-size:12px;
	padding-top:5px;
	clear:both;
}

.textarea-short-bar {
	width: 600px;
}

.textarea-mini-bar {
	width: 395px;
}

.input-desc {
	display: inline-block;
	padding-left: 10px;
}

.red-desc {
	color: red;
	font-weight: bold;
}

.text-length {
	display: block;
	text-align: right;
}

.form-text strong {
	color: #3c8dbc;
}

.second-line {
	margin-top: 15px !important;
}

.form-date {
	width: 150px !important;
}

.form-text {
	line-height: 30px;
	font-size: 15px;
}

form input.error-text ,
form textarea.error-text {
  border-color: #dd4b39 !important;
}

form p.error-text {
	display: block;
	clear: both;
	padding-top: 3px;
	color: #dd4b39;
}

.text-invalid {
	color: #dd4b39 !important;
}

.cursor-default {
	cursor: default !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

.inline-block {
	display: inline-block !important;
}

.inline-table {
	display: inline-table !important;
}

.none-events {
	pointer-events: none;
}

.under-line {
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

.vertical-center {
	vertical-align: middle !important;
}

.margin-ten {
	margin: 10px 0;
}

.margin-right-ten {
	margin-right: 10px;
}

.margin-bottom-fif {
	margin-bottom: 15px;
}

.padding-top-o {
	padding-top: 0;
}

.width-auto {
	width: auto !important;
}

.input-label {
	font-size: 12px;
}

.input-border {
	margin: 25px 0;
	padding: 0;
	border: none;
}

.table-view {
	border: 0;
}

table.table th.dt-left, table.table td.dt-left {
	text-align: left;
}

table.table th.dt-center, table.table td.dt-center, table.table td.dataTables_empty
	{
	text-align: center;
}

table.table th.dt-right, table.table td.dt-right {
	text-align: right;
}

table.table thead th.dt-head-left, table.table thead td.dt-head-left,
	table.table tfoot th.dt-head-left, table.table tfoot td.dt-head-left {
	text-align: left;
}

table.table thead th.dt-head-center, table.table thead td.dt-head-center,
	table.table tfoot th.dt-head-center, table.table tfoot td.dt-head-center
	{
	text-align: center;
}

table.table thead th.dt-head-right, table.table thead td.dt-head-right,
	table.table tfoot th.dt-head-right, table.table tfoot td.dt-head-right
	{
	text-align: right;
}

table.table tbody th.dt-body-left, table.table tbody td.dt-body-left {
	text-align: left;
}

table.table tbody th.dt-body-center, table.table tbody td.dt-body-center {
	text-align: center;
}

table.table tbody th.dt-body-right, table.table tbody td.dt-body-right {
	text-align: right;
}

table.table tbody th.dt-body-right, table.table tbody td.dt-body-left a:link,
table.table tbody th.dt-body-right, table.table tbody td.dt-body-center a:link,
table.table tbody th.dt-body-right, table.table tbody td.dt-body-right a:link {
	color: #000000;
}

table.table thead th.no-sorting {
	padding-right: 8px !important;
	background-image: none !important;
	cursor: default;
}

table.table tbody tr.selected {
	color: #f39c12;
	font-weight: bold;
}

table.table th.top {
	vertical-align: top;
}

table.table th.center {
	text-align: center;
	padding-right: 8px !important;
}

table.table-template tr td {
	padding: 30px 0;
}

.table-info-box {
	overflow: hidden;
	width: 100%;
	height: 600px;
	text-align: center;
	font-size: 24px;
	color: #adadad;
	line-height: 600px;
}

.table-info-text {
	margin-top: 30px;
	line-height: 24px;
}

.table-info-img {
	margin-top: 70px;	
}

.table-desc {
	margin-right: 6px;
	font-size: 11px;
	color: #989898;
	line-height: 34px;
}

.num-cnt {
	display: block;
	clear: both;
}

.dashboard,
.capt {
	margin-bottom: 5px !important;
	font-size: 14px;
	color: #656565;
	line-height: 34px;
}

.dashboard strong,
.capt strong {
	color: #f39c12;
}

.dashboard span,
.capt span {
	margin-right: 10px;
}

.dashboard span i,
.capt span i {
	padding-right: 5px;
}

.section {
	margin: 5px 0;
}

.text-section {
}

.label-title {
	font-size: 25px !important;
}

.label-content {
	font-size: 23px !important;
	overflow: hidden;
	text-align: center;
}

.label-content>div {
	display: inline-block;
}

.table-popup>tbody>tr>td {
	max-width: 300px !important;
	overflow: hidden;
}

.blind {
	display: block;
	overflow: hidden;
	*position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 0;
	background: none;
	font-size: 0;
	line-height: 0
}

.hidden {
	display: none
}

.visibility-hidden {
	visibility: hidden;
}

.modal-ftalk-content {
	width: 100% !important;
}

.modal-template-content {
	width: 720px !important;
	margin-left: -50px;
	height: 100%;
    position: relative;
}

.modal-body {
	height: 84%
}

#msgTemplateList {
	position: relative;
    height: 100%;
}

#tempListForm {
	position: relative;
    height: 100%;
}

#tempListForm .template-list-div{
	overflow-y: scroll;
    height: 96%;
    overflow-x: hidden;
    position: relative;
}


.modal-preview-content {
	max-width: 450px !important;
	margin-left: 75px;
}

.modal-ftalk-preview-content {
	max-width: 315px !important;
	margin-left: 142px;
}

.modal-login-content {
	width: 400px !important;
	margin-left: 100px;
}

.modal-auth-account-content {
	width: 400px !important;
}

.modal-img-content-content {
	min-width: 200px!imortant;
	min-hieght: 200px !important;
}

.ftalk-preview .msg-preview {
	width: 285px;
}

.ftalk-preview .section {
	margin: 0;
}

.ftalk-preview .text-box {
	padding: 10px;
	line-height: 25px;
}

.ftalk-preview .img-box {
	padding: 0;
	text-align: center;	
}

.ftalk-preview .img-box img {
	max-width: 283px;
}

.ftalk-preview .button-box {
	position: relative;
	margin-bottom: 10px;
}

.ftalk-preview .button-box .button {
	width: 265px;
	height: 35px;
	padding: 0 15px;
	margin: 0 auto;
    color: #1eb9cb;
    border: 1px solid #ddd;
    line-height: 35px;
	cursor: pointer;
}

.list-scroll {
	height: 733px;
    overflow-x: hidden;
    overflow-y: auto;
}

.msg-preview {
	position: relative;
	background: #fff;
	width: 420px;
	height: auto;
	min-height: 75px;
	padding: 5px 10px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 1px;
	overflow-wrap: break-word;
}

.msg-preview img {
	max-width: 400px;
}

.msg-preview a, .msg-preview a:hover {
	color: #999;
}

.msg-preview:after, .msg-preview:before {
	right: 100%;
	top: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.msg-preview:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.msg-preview:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 11px;
	margin-top: -11px;
}

.msg-preview>.img-box {
	text-align: center;
}

.temp-preview, .d-temp-preview {
	margin-top: 10px;
}

.ftalk-button {
	border: 0 none;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
/* 	background: url('/resources/img/icon/arr.png') right no-repeat; */
}

.ftalk-button-no-border {
	border: 0 none;
}

.msg-content-box {
	margin: 30px;
}

.chart-info {
	padding-top: 20px;
	font-size: 18px;
}

.campaignInfoLayer {
	display: none;
	position: absolute;
	top: 49px;
	right: 60px;
	width: 300px;
	background-color: #fff;
	z-index: 250;
	border: 1px solid #b9b9b9;
	padding: 10px 15px;
	max-height: 450px;
	overflow-y: auto
}

.media_msg_view {
	margin-bottom: 30px;
}

.step_title {
	padding: 10px;
	line-height: 20px;
	border: 1px solid #d2d2d2;
	background: none repeat scroll 0 0 #f2f2f2;
	margin-bottom: 2px;
}

.step_name {
	font-weight: bold;
}

.step_content {
	padding: 10px;
	margin-bottom: 20px;
	min-height: 50px;
	border: 1px solid #d2d2d2;
	background: none repeat scroll 0 0 #fezfafa;
}

.step_content p {
	line-height: 20px;
}

.answer {
	color: #3c8dbc;
	font-weight: bold
}

.answer_margin {
	margin-top: 10px;
}

.text-selected {
	color: #3c8dbc;
	font-weight: bold;
}

.template-box h3,
.template-buttons-box h3 {
	font-size: 15px;
}

.template-button-box {
/*	border: 1px #f39c12 dashed;	*/
	border: 1px #f39c12 solid;
    padding: 10px;
    margin: 5px 0;
}

/* Datepicker Custom */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover
	{
	background: none;
	color: #999;
	cursor: default;
}

/* template list */
.template-list .thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	height: 200px;
	cursor: pointer;
}
.template-list  .thumbnail .image {
	height: 200px;
	overflow: hidden;
}

.template-list  .thumbnail .image .view-radio{
	position: absolute;
    margin: 0 auto;
    display: inline-block;
}


.template-list  .thumbnail .image img {
	width: 100%;
	display: block;
	object-position: center;
    height: 100%;
    object-fit: contain;
}

.template-list .thumbnail .content {
	height: 50px;
	padding: 6%;
}

.template-list .title .org_title {
	overflow: hidden;
	margin-bottom: 10px;
	height: 25px;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 25px;
}

.template-list .text-section {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.template-list .btn-section {
	height: 30px;
	line-height: 30px;
	margin: 3px 0 7px 0;
	position: absolute;
	bottom: 0;
}

.template-list .btn-section .inline-block {
	border: 1px solid #eee;
	text-align: center;
	padding: 2px 0;
	float: left;
	background-color: #fffffc;
}

.template-list .thumbnail {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.template-list .thumbnail div {
	cursor: pointer;
}

.template-ftalk-list .thumbnail {
	height: 295px !important;	
}

.template-ftalk-list .thumbnail .content {
	padding: 15px 0;
}

.template-ftalk-list .title {
	padding: 0 15px;
}

.template-ftalk-list .btn-section {
	padding: 0 15px;
	margin: 0;
	position: relative;
}

.template-ftalk-list .btn-section .button {
    color: #1eb9cb;
    border: 1px solid #ddd;
}

.col-md-77 {
	width: 50%;
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

@media ( min-width : 768px) {
	.col-md-77 {
		width: 25%;
	}
}

@media ( min-width : 992px) {
	.col-md-77 {
		width: 25%;
	}
}

@media ( min-width : 1200px) {
	.col-md-77 {
		width: 25%;
	}
}

.col-md-66 {
	width: 50%;
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

@media ( min-width : 768px) {
	.col-md-66 {
		width: 50%;
	}
}

@media ( min-width : 992px) {
	.col-md-66 {
		width: 50%;
	}
}

@media ( min-width : 1200px) {
	.col-md-66 {
		width: 33%;
	}
}

.ruler {
	visibility: hidden;
	position:absolute;
	white-space: nowrap;
	font-size:18px;
	bottom: 0;
}

/* *********  media gallery  **************************** */
.thumbnail .image {
	height: 130px;
	overflow: hidden;
}

.thumbnail .image img {
	width: 100%;
	display: block;
}

.caption {
	height:40px;
	padding: 9px 5px;
	background: #F7F7F7;
}

.caption p {
	margin-bottom: 5px;
}

.thumbnail {
	overflow: hidden;
	height: 170px;
	padding: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.thumbnail-unselected {
	border: 1px solid #ddd;
}

.thumbnail-selected {
	border: 2px solid #3c8dbc;
}

.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}

.view .mask, .view .content {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	display: block;
	position: relative
}

.view .audio-box {
	height:50px;
	margin:10px;
	line-height:50px;
	font-size:40px;
	background-color:#f2f2f2;
	text-align:center;
	border:1px solid #e2e2e2;
	border-radius:4px;
	font-weight:bold;
}

.view .tools {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.35);
	margin: 58px 0 0 0;
}

.mask.no-caption .tools {
	margin: 105px 0 0 0;
}

.view .tools a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	padding: 0 4px;
}

.view p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}

.view-first img {
	transition: all 0.2s linear;
}

.view-first .mask {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease-in-out;
	height: 130px;
}

.view-first .tools {
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first p {
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.2s linear;
}

.view-first:hover img {
	transform: scale(1.1);
}

.view-first:hover .mask {
	opacity: 1;
}

.view-first:hover .tools, .view-first:hover p {
	opacity: 1;
	transform: translateY(0px);
}

.view-first:hover p {
	transition-delay: 0.1s;
}

.view-checkbox {
	position: absolute;
	z-index: 1;
	margin: 8px;
	background-color: #fff;
}

.thumbnail .audio-box .audio {
	height:50px;
	background-color:#f2f2f2;
	border:1px solid #e2e2e2;
	border-radius:4px;
	font-size:40px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
}

ul.media-list {
	padding: 0;
}

.media-view-box {
	padding: 20px;
	margin: 0 auto;
	min-width: 945px !important;
}

.col-md-55 {
	width: 50%;
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

@media ( min-width : 768px) {
	.col-md-55 {
		width: 20%;
	}
}

@media ( min-width : 992px) {
	.col-md-55 {
		width: 20%;
	}
}

@media ( min-width : 1200px) {
	.col-md-55 {
		width: 20%;
	}
}

.gallery-pagination {
	margin-top: 85px !important;
}
/* *********  /media gallery  **************************** */
.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
}

.back-to-top i {
	font-size: 60px;
}

.ftalk-msg-template {
	background-color:#8FCEDD;
}

.ftalk {
	color: #656565;
}

.ftalk-msg input,
.ftalk-msg textarea {
	font-size: 14px;
	color: #656565;
}

.ftalk-msg em,
.ftalk-msg .form-text,
.ftalk-msg .form-text strong {
	font-size: 11px;
	color: #ff0000;
}

.ftalk-popup-content .title-box {
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #012831;
}

.ftalk-popup-content .write-box {
	max-height: 528px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.ftalk-popup-content .write-box .title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.ftalk-popup-content .emoti_box {
	position: relative;
	height: 42px;
}

.ftalk-popup-content .emoti_box .emoti_box {
	position: absolute;
	left: 0px;
	width: 455px;
}

.ftalk-pnotify {
	right: 0 !important;
	width: 432px !important;
}

.ftalk-pnotify>div {
	overflow-y: auto;
	padding-right: 10px !important;
}

.rcpt-list {
	position: relative;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
}

img.preview {
	max-width: 300px;
}

.att_file {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn-tooltip {
	margin-left: 8px;
	vertical-align: middle;
}

.gray-tooltip+.tooltip.top>.tooltip-arrow {
	border-top-color: #e7e7e7;
}

.gray-tooltip+.tooltip.bottom>.tooltip-arrow {
	border-bottom-color: #e7e7e7;
}

.gray-tooltip+.tooltip.right>.tooltip-arrow {
	border-bottom-right: #e7e7e7;
}

.gray-tooltip+.tooltip.top>.tooltip-inner, .gray-tooltip+.tooltip.bottom>.tooltip-inner,
	.gray-tooltip+.tooltip.right>.tooltip-inner {
	max-width: 500px !important;
	background-color: #e7e7e7;
	font-size: 15px;
	text-align: left;
	color: #444;
}

.templateList td {
	vertical-align: middle !important;
}

.subject-block {
	margin-bottom: 15px;
}

.subject-block:before, .subject-block:after {
	content: " ";
	display: table;
}

.subject-block:after {
	clear: both;
}

.subject-block img {
	width: 40px;
	height: 40px;
	float: left;
}

.subject-block .username, .subject-block .description, .subject-block .comment
	{
	display: block;
	margin-left: 50px;
}

.subject-block .username {
	font-size: 16px;
	font-weight: 600;
}

.subject-block .description {
	color: #999;
	font-size: 13px;
}

.subject-block.user-block-sm .username, .subject-block.user-block-sm .description,
	.subject-block.user-block-sm .comment {
	margin-left: 40px;
}

.subject-block.user-block-sm .username {
	font-size: 14px;
}

.sorting-list li {
	cursor: pointer;
	background: url(/resources/img/icon/dragdrop.png) no-repeat right;
}

.keyword-list {
	height: 580px;
	overflow: auto;
}

.keyword-list li {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-size: 15px;
	color: #333;
	display: list-item;
	text-align: -webkit-match-parent;
	border-right: 10px solid transparent;
}

.keyword-list li.wait {
	color: #999
}

.keyword-list li.selected {
	background-color: #ebebeb
}

.switch-btn-box p button.btn_add, .switch-btn-box p button.btn_cancel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: none;
	outline: 0;
}

.switch-btn-box p button.btn_add:active
.switch-btn-box p button.btn_cancel:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.switch-btn-box p button.btn_add, .switch-btn-box p button.btn_cancel {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #F39C12;
	font-size: 15px;
	font-weight: bold;
	color: #F39C12;
	line-height: 40px;
	background: #fff;
}

.switch-btn-box p button.disabled {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #d8d8d8;
	font-size: 15px;
	font-weight: bold;
	color: #d8d8d8;
	line-height: 40px;
	background: #fff;
	cursor: default;
}

.keyword-preview-box {
	position: relative;
	padding-top: 15px;
	width: 387px !important;
	height: 812px;
	background: url(/resources/img/phone.png) no-repeat center top;
	overflow: hidden;
}

.keyword-screen-box {
	position: relative;
	border:solid 1px #D6D6D6;
	background-color: #B2C7D9;
	width: 250px;
	height: 436px;
	margin: 68px 0 0 70px;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 18px;
}

.keyword-keyboard-area {
	position: absolute;
	background-color: #B2C7D9;
	width: 100%;
	bottom: 0;
}

.keyword-buttons {
	text-align: center;
	padding: 0;
	margin: 0;
}

.keyword-buttons li {
	list-style: none;
	border-radius: 20%;
	vertical-align: middle;
	font-size:13px;
	font-weight:bolder;
	text-align: center;
	background-color: #ffffff;
}

.keyboard-dots {
	padding: 0;
	margin: 0 0 8px;
	height: 16px;
	text-align: center;
}

.keyboard-dots li {
	height: 6px;
	width: 6px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background-color: #b6b6b6;
	display: inline-block;
	cursor: pointer;
}

.keyboard-dots li.selected {
	background-color: #5ad9bd;
}

.keyboard-guide {
	color: #dd4b39;
	clear: both;
}


.keyboard-btn-group {
    vertical-align: bottom;
    margin-left: 40px;
}

#activeCarousel {
	margin-left: 7px 0;
}

#activeCarousel li{
	margin: 6px 0;
	
}

.template-preview-box {
	position: relative;
	padding-top: 15px;
	width: 286px !important;
	height: 600px;
	background: url(/resources/img/phone.png) no-repeat center top;
	overflow: hidden;
	
}

.template-screen-box {
	position: relative;
	width: 250px;
	height: 436px;
	margin: 68px 0 0 20px;	
	padding: 10px 10px 10px 21px;
	overflow-x: hidden;
	overflow-y: auto;
	border:solid 1px #D6D6D6;
	background-color:#B2C7D9;	
}

.template-screen-box .msg-preview {
	position: relative;
	background: #fff;
	width: 220px;
	height: auto;
	min-height: 75px;
	font-size: 13px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	overflow-wrap: break-word;
}

.template-screen-box .text-section {
	line-height: 25px;
}

.template-screen-box .img-section {
	text-align: center;	
}

.template-screen-box .img-section img {
	margin-top: 5px;
	width: 100%;
	max-width: 100%;
}

.template-screen-box .button-section {
	border: 0 none;
	border-top: 1px solid #ccc;
	margin-top:5px;
	padding: 10px 0 0 0;
}


.template-screen-box .button-section a {
	display: block;
	background: url('/resources/img/icon/arr.png') right no-repeat;
}

.template-screen-box .button-section .button {
	
	min-height: 30px;
	max-height: 45px;
	padding: 5px 0 0 35px;
	margin-right: 15px;
	overflow-y: hidden;
	background: url('/resources/img/icon/link.png') left no-repeat;
}

.template-ftalk-screen-box {
	position: relative;
	width: 242px;
	height: 420px;
	margin: 70px 0 0 24px;
	padding: 5px 5px 5px 10px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.template-ftalk-screen-box .msg-preview {
	position:relative;
	left:-6px;
	width: 234px;
	min-height: 100px;
	border:solid 1px red;
}


.template-screen-box{
	background-color: #B2C7D9;	
}


.template-screen-box .carousel-section{
	margin-top: 20px;
	position: relative;
}

.template-screen-box .carousel-section .carousel-wrapper{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: auto;
    overflow-x: scroll;
}

.template-screen-box .carousel-section::-webkit-scrollbar-track {
	background: red;
}


.template-screen-box .carousel-section .carousel-wrapper .carousel-preview{
	pointer-events: none;
    flex: 0 0 auto;
    margin: 0;
    justify-content: center;
    align-items: center;
	width: 220px;
	background: #fff;
	height: auto;
	min-height: 75px;
	padding-bottom: 8px;
	margin-right: 5px;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 18px;
	overflow-wrap: break-word;
}

.template-screen-box .carousel-section .carousel-preview img{
	width:100%;
	height: 99px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
}

.template-screen-box .carousel-section .carousel-preview .title{
	font-weight: 600;
	padding-bottom: 0px;
}

.template-screen-box .carousel-section .carousel-preview .title, .template-screen-box .carousel-section .carousel-preview .text{
	padding: 8px 12px;
}


.template-screen-box .carousel-section .carousel-preview .text{
	font-size : 16px;
}

.template-screen-box .carousel-section .carousel-preview .button{
	margin: 5px 0;
    border: 0;
    background-color: #f1f2f4;
    text-align: center;
    color: #222;
    padding: 10px 0;
    width: 90%;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
}

.ftalk-preview .msg-preview,
.template-ftalk-screen-box .msg-preview {
	position: relative;
	background: #fff;
	height: auto;
	padding: 0;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 1px;
	overflow-wrap: break-word;
}

.ftalk-preview .msg-preview:before,
.ftalk-preview .msg-preview:after,
.template-ftalk-screen-box .msg-preview:before,
.template-ftalk-screen-box .msg-preview:after {
	border: none;
}

.template-ftalk-screen-box .text-section {
	padding: 5px;
	line-height: 25px;
	font-size:12px;
}

.template-ftalk-screen-box .img-section {
	padding:2px;
	width:120px;
	text-align: center;	
}

.template-ftalk-screen-box .img-section img {
	max-width: 228px;
}

.template-ftalk-screen-box .button-section {
	position: relative;
	margin-bottom: 10px;
}

.template-ftalk-screen-box .button-section .button {
	width: 220px;
	height: 30px;
	padding: 0 12px;
	margin: 0 auto;
    color: #1eb9cb;
    font-size:12px;
    border: 1px solid #ebebeb;
	line-height: 30px;
	cursor: pointer;
}

.template-preview-box .focused {
/*	border: 1px solid orange;	*/
}

.cstep-section label {
	font-weight: normal !important;
}

.tutorial-area {
	z-index: initial !important;
}

.tutorial-menu {
	background-color: #2c3b41 !important;
}

.tutorial-ico {
	background-color: #f39c12 !important;
}

.btn-tutorial {
	font-size: 1.8em;
}

.tutorial {
	padding: 9px 6px 0;	
	font-size: 11px;
	color: #a6a6a6;
	text-decoration: underline;
}

.toturial a, 
.tutorial a:hover {
	text-decoration: underline;
}

.btn-hint {
	overflow: hidden;
	padding: 2px 0 0 2px;
}

.hint-box {
	display: inline-table;
	overflow: hidden;
}

.hint-title {
	padding-top: 8px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 15px;
}

.hint {
	position: absolute;
	background-color: #f39c12;
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.hint:before {
	position: absolute;
	content: "";
	width: 1.3em;
	height: 1.3em;
	left: 0;
	top: 0;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #4f4f4f;
	-webkit-animation: active 2s infinite linear;
	animation: active 1.5s infinite linear;
}

.progress-ico {
	position: absolute;
	text-align: center;
	z-index: 999999 !important;
	display: none;
}

@
-webkit-keyframes active { 
	0%{
		-webkit-transform: scale(.1);
		opacity: 1;
	}
	70%{
		-webkit-transform:scale(1.5); 
		opacity:0; 
	}
	100%{
		opacity:0;
	}
}
@keyframes active {
	0%{
		transform: scale(.1);
		opacity: 1;
	}
	70%{
		transform:scale(1.5);
		opacity:0;
	}
	100%{
		opacity:0;
	}
}


.task-contents em {
	color: #3c8dbc;
	font-size: 14px;
    font-style: normal;
}

.search-section {
	overflow: hidden;
	clear: both;
}

.search-section .search-block {
	position: inherit;
	margin-bottom: 10px;
	padding-left: 0 !important;
}

.search-section .search-box {
	min-width: 560px;
}

.search-section .title {
	width: 115px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
}

.search-section label {
	font-weight: normal;
	line-height: 34px;
}

.search-section label i {
	line-height: 34px;
}

.complete-status {
	color: #a5a9bc;
}

.complete-status a:link {
	color: #a5a9bc !important;
}

.text-button a:hover {
	text-decoration: underline;
}

.cmb-search-box {
	padding: 0 10px;
}

.cmb-card-container {
	height: 200px;
}

.cmb-assign,
.hcp-request {
	clear: both;
}

.cmb-assign select {
	width: 210px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.cmb-assign textarea {
	width: 430px !important;
	min-height: 60px;
	display: block;
}

.cmb-assign .not-first-item {
	padding-left: 10px !important;
}

.cmb-tooltip {
	margin: 0 5px;
	font-size: 20px;
	line-height: 34px;
	color: #000;
	cursor: pointer;
}

.hcp-request .title {
	font-weight: bold;
}

.hcp-request label {
	font-weight: normal !important;
}

.account-add select,
.account-update select {
	width: 210px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.account-add input,
.account-update input,
.account-view input {
	width: 210px !important;
	height: 34px;
}

.account-add input.email,
.account-update input.email,
.account-view input.email {
	width: 130px !important;
	height: 34px;
}

.account-add input.form-input-mobile ,
.account-update input.form-input-mobile ,
.account-view input.form-input-mobile {
	width: 174px !important;
	height: 34px;
}

.account-add input.form-input-email,
.account-update input.form-input-email,
.account-view input.form-input-email {
	width: 171px !important;
	height: 34px;
}

.modal-cmb-assign-content {
	max-width: 460px !important;
	margin-left: 80px;
}

.modal-hcp-request-content {
	max-width: 330px !important;
	margin-left: 145px;
}

.modal-group-setting-content {
	max-width: 450px !important;
	margin-left: 95px;
}

.modal-group-add-content {
	width: 850px !important;
	margin-left: -105px;
}

.modal-account-add-content {
	width: 500px !important;
	margin-left: 50px;
}

.modal-account-update-content {
	width: 500px !important;
	margin-left: 50px;
}

.textarea-short-account {
	width: 600px;
}

.textarea-short-group {
	width: 300px;
	height: 500px;
}

.cmb-history {
	padding-left: 40px;
}

.cmb-history .title {
	margin: 15px 0;
	font-weight: bold;
}

.cmb-history-item {
	color: #999999;
}

.cmb-history-item p {
	padding: 0;
	margin: 0;
}

.cmb-atlas-box {
	width: 600px;
	clear: both;
}

.hcp-tooltip {
	list-style:none; 
	margin: 0; 
	padding: 0
}

.label-error {
  color: #dd4b39 !important;
}

.group-dashboard {
	margin-bottom: 20px;
}

.group-dashboard .register{
	line-height: 34px;
}

.group-dashboard .comment {
	line-height: 30px;
}

.noti-center .label {
	font-size: 13px !important;
}

.label-noti {
	background-color: #cc0032 !important;
}

.title-noti {
	color: #73c3e4;
	margin-left: 20px;
}





/* carousel */


.template-list {
	list-style: none;
	padding: 0;
}

.template-list>li {
	cursor: pointer;
}


.template-carousel-list {
	list-style: none;
	padding: 0;
}

.template-carousel-list>li {
	cursor: pointer;
}

.template-carousel-list-checkbox {
	margin-right: 1px;
}


.template-list-checkbox {
	margin-right: 4px;
}

.template-carousel-list .thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	cursor: pointer;
	height:200px;
}

/* image �쁺�뿭 */
.template-carousel-list  .thumbnail .image {
	height: 200px;	
	overflow: hidden;
}

/* �닚�닔 �씠誘몄� �겕湲� �쁺�뿭 */
.template-carousel-list  .thumbnail .image img {
	width: 100%;
	display: block;
	height: 100%;
    object-fit: contain;
}


.template-carousel-list .thumbnail .content {
	height: 50px;
	padding: 15px;
}

.template-carousel-list .title {
	overflow: hidden;
	margin-bottom: 10px;
	height: 25px;
	font-size: 18px;
	color: #2e2e2e;
	line-height: 25px;
}

.template-carousel-list .text-section {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.template-carousel-list .btn-section {
	height: 30px;
	line-height: 30px;
	margin: 3px 0 7px 0;
	position: absolute;
	bottom: 0;
}

.template-carousel-list .thumbnail {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.template-carousel-list .thumbnail div {
	cursor: pointer;
}


.temp-carousel-preview li {
	min-height: 252px;
}

.car-md-66 {
	width: 33%;
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

@media ( min-width : 768px) {
	.car-md-66 {
		width: 33%;
	}
}

@media ( min-width : 992px) {
	.car-md-66 {
		width: 33%;
	}
}

@media ( min-width : 1200px) {
	.car-md-66 {
		width: 33%;
	}
}


.msg-carousel-preview {
	background: #fff;
	min-width: 970px;
	border : 1px solid silver;
	overflow-y : auto;
	padding : 5px;
	white-space : nowrap;
	min-height: 260px;
}

.msg-carousel-preview ul{
	list-style: none;
	width: 970px;
}

.msg-carousel-preview li:not(.ui-state-highlight ) {
	position:relative;
	background : #fff;
	border : 1px solid silver;
	display : inline-block;
	margin : 5px;
	padding : 5px;
	float:left;
}	

.msg-carousel-preview li span{
	position:absolute;
	width:20px;
	vertical-align:top;
	z-index: 10;
	left: 150px;
}

.msg-carousel-preview li>img{
	object-fit:contain;
	min-height:140px;
	object-position:center;
}

.msg-carousel-preview li div{
	padding: 15px 0 0 10px;
}

.msg-carousel-preview li div:{
	font-size: 18px;
}


.ui-state-highlight {
	list-style: none;
	border:none;
	display : inline-block;
	width: 0px;
	height : 0px;
	padding:0px;
	margin:0px;
}

.panel-al-placeholder {
    margin-bottom: 18px;
    background:#fef9e7
}


div.no-img {
	background: center / contain no-repeat url(/resources/img/no_img.png)
	
}


#campTemplateList, #campTempListForm{
	position: relative;
    height: 100%;
}

.template-list-div{
	height: 96%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.detail-button-link{
	width: 520px;
}