@charset "UTF-8";
.page-info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.page-content {
	display: block;
	width: 100%;
	background-color: #FFF;
	z-index: 4;
	position: relative;
}
.page-header-notification {
	overflow: hidden;
	position: fixed;
	padding-top: 5px;
	background-color: #fff;
	height: 40px;
	width: 100%;
	z-index: 999;
}

.page-header-nav {
	position: absolute;
	top: 40px;
	width: 100%;
	/* z-index: 2; */
	z-index: 998;
}
.navbar-header {
	margin-top: 5px;
}
.navbar-inverse,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent !important;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.page-header-nav-button {
/* 	margin: 5px 0; */
	margin: 15px 0 0 0;
}

.page-header-nav-button ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-header-nav-button ul li {
	margin: 0 2px 2px 2px;
	list-style: none;
}
.page-header-nav-button ul li button {
		width: 120px;
}
.page-header-slide {
	position: relative;
	max-height: 480px;
	z-index: 1;
}
.page-header-slide ul {
	padding: 0;
	max-height: 480px;
}

.page-header-slide img {
	width: 100%;
}

.page-header-slide-text {
	position: absolute;
	top: 100px;
	color: #fff;
	margin-top: 5%;
}

.page-header-slide-text > .h1 {
	margin-bottom: 30px;
}

.page-header-nav-button {
	display: block;
}
.page-header-nav-text {
	display: none;
}
.site-navbar {
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 3;
}
.site-navbar ul li a {
	padding: 1em 1em;
	font-weight: 600;
	display: block;
	color: #4d4843;
	text-decoration: none;
}

.site-navbar ul li a:hover {
	color: #cbc8c4;
}

.content-section {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	/*overflow: auto;*/
}
.content-section-orders {
	min-height: 500px;
}
.content-section-gray {
	background-color: #f4f4f4;
}

.content-section-main {
	display: block;
	margin: 0 auto;
}

.content-section-main h2 {
	color: #3892d0;
	font-size: 2.7em;
	padding: 30px 0;
}

.button-box {
	width: 100%;
	display: inline-block;

}

#btn-upload {
	pointer-events: auto;
}

.source-area {
	position: relative;
}

textarea.source-body {
	border: 1px solid #3892D0;
	resize: vertical;
	width: 100%;
	height: 100%;
	min-height: 200px;
	border-radius: 3px;
	padding: 12px;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.source-form,
.source-drag {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 50ms ease-in;
	-moz-transition: all 50ms ease-in;
	pointer-events: none;
}

.source-drag {
	display: none;
}

.source-area.dragging .source-drag {
	display: block;
	text-align: center;
	padding-top: 50px;
	background-color: #f0ffff;
	border: 4px dotted #3892D0;
}

.btn-select {
	width: 100%;
}

.btn-select.none {
	background-color: #f2dede;
}

.panel-quote-option .table {
	margin-bottom: 0;
}

.panel-quote-option .table th,
.panel-quote-option .table td {
	border:none;
}

.panel-quote-input .panel,
.panel-quote-option .panel {
	/*box-shadow: 10px 10px 15px -10px;*/
}

.panel,
.panel-heading,
.panel-body,
.panel-footer {
	background-color: inherit !important;
}

.panel-overview .panel-heading {
	min-height: 65px;
}

.panel-flow-step {
	text-align: left;
	min-height: 60px;
	margin-bottom: 0;
}


.panel-shadow-none {
	box-shadow: none !important;
}

.border-none {
	border: none !important;
}
.bg-color-transparent {
	background-color: transparent !important;
}

footer {
	clear: both;
	background-color: #121413;
	bottom: 0px;
	padding: 15px 5px 0 5px;
	color: #fff;
}
.list-inline > li {
	padding-right: 2px;
	padding-left: 0px;
}
.list-inline > li:not(:nth-child(1)):before {
	content: "| ";
}
.list-inline > li > a {
	color: #fff;
}

.panel-body.border-none,
.panel-footer.border-none {
	padding-top: 0;
	padding-bottom: 0;
}

.modal .modal-dialog {
	width: 560px;
	margin: 60px auto;
}
.modal label {
	display: inline-block;
	width: 160px;
	font-weight: 400;
}
.modal#modal-category label {
	width: 250px;
}
.modal input[type=checkbox],
.modal input[type=radio] {
	margin-right: 5px;
}

#modal-lang-source .modal-body,
#modal-lang-target .modal-body {
	padding-left: 5px;
	padding-right: 5px;
}
#modal-lang-source .modal-body label,
#modal-lang-target .modal-body label {
	width: 180px;
}

.file-name {
	margin-left: 10px;
	font-size: 1.2em;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid black;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.tooltip {
	opacity: 1;
	z-index: 0;
}

.saveProgress {
	display:none;
	position:fixed;
	top:0; left:0;
	z-index:300;
	width:100%;
	height:100%;
}
.saveProgress.active {
	display:block;
}
.saveProgressInner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:5px;
	border:#ddd 1px solid \9;
	text-align:center;
	background:rgba(0,0,0,0.75);
	background:url('../../images/common/bg_bk085.png') \9;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
}
.saveProgressInner p {
}
.saveProgressBar {
	position:absolute;
	top:50%;
	left:50%;
	width:240px;
	height:16px;
	margin:-13px 0 15px -123px;
	padding:1px;
	border:#ddd 2px solid;
	border-radius:8px;
	background:#f6f6f6;
}
.saveProgressBar span {
	display:block;
	height:10px;
	border-radius:5px;
	background:#25a3d8 url('../../images/common/loading.gif') repeat-x 0 0;
}

.text-blue {
	color: #3892d0;
}
.text-orange {
	color: #f2982c;
}
.text-white {
	color: #FFFFFF;
}
.text-shadow-blue {
	text-shadow: 3px 3px 10px #3892d0;
}
.text-shadow-orange {
	text-shadow: 3px 3px 10px #f2982c;
}
.text-shadow-white {
	text-shadow: 3px 3px 10px #FFFFFF;
}

#progress-bar {
	z-index: 10000;
}


.radio-wrap{

}
.label-radio input[type="radio"]{
	display: none;
}
.label-radio{
	cursor: pointer;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
}
.label-radio .lever:before{
	content:'';
	border: 1px solid #ddd;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius:10px;
	-webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	-o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
	transition: all 800ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:before{
	opacity: 0;
	background: #eee;
	border-color: #eee;
	transform:scale(2);
}
.label-radio .lever:after{
	content:'';
	opacity: 0;
	position: absolute;
	left: 8px;
	top: 0px;
	width:8px;
	height: 16px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-radio input[type="radio"]:checked + .lever:after{
	opacity: 1;
	position: absolute;
	left: 8px;
	top: 0px;
	width:8px;
	height: 16px;
	border-right: 2px solid #a94442;
	border-bottom: 2px solid #a94442;
	transform:rotate(40deg);
}
.label-radio input[type="radio"]:checked + .lever{
	color: #a94442;
}
#logo-pc {
	display: block !important;
}
#logo-mobile {
	display: none !important;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.campaign-banner {
	background-color:#F2972C;
	width:100%;
	height:40px;
	text-align:center;
	display: table;
}
.campaign-banner p {
	display: table-cell;
	vertical-align: middle;
	color:#FFFFFF;
}

@media print {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
@media all and (transform-3d), (-webkit-transform-3d) {
}

@media (max-device-width: 480px) and (orientation: landscape) {
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:767px) {
	.page-header-nav-button {
		display: none;
	}
	.page-header-nav-text {
		display: block;
	}
	.panel-overview .panel-heading {
		min-height: 50px;
	}
	.panel-overview .panel-heading > .h4 {
		font-size: 14px;
	}
	.panel-flow-step {
		text-align: center;
		min-height: 40px;
	}
	#member-navbar {
		background-color: #3892D0;
		width: 150px;
		margin-top: -40px;
		margin-right: 10px;
		padding-bottom: 10px;
		border-radius: 4px;
	}
	#member-navbar .page-header-nav-mobile {
		padding-top: 40px;
	}
	#member-navbar .page-header-nav-mobile ul li a {
		padding-left: 25px;
		padding-right: 5px;
	}
	#member-navbar .page-header-nav-mobile ul li a:hover,
	#member-navbar .page-header-nav-mobile ul li a:active,
	#member-navbar .page-header-nav-mobile ul li a:focus {
		background: rgba(50,50,50,0.4);
		text-decoration: none;
		cursor: pointer;
	}
	.modal .modal-dialog {
		width: 100%;
		margin: 0 auto;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.panel-overview .panel-heading {
		min-height: 100px;
	}
	.panel-flow-step {
		text-align: center;
		min-height: 120px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 412px) and (max-width: 768px) {
	.page-header-slide-text > .h1 {
		font-size: 24px !important;
	}
	.page-header-slide-text > .h4 {
		font-size: 14px !important;
	}
}

@media screen and (max-width:414px) {
	.page-header-slide-text > .h1 {
		font-size: 14px !important;
		margin-bottom: 10px;
	}
	.page-header-slide-text > .h4 {
		font-size: 12px !important;
	}
	#logo-pc {
		display: none !important;
	}
	#logo-mobile {
		margin-top: 15px;
		display: block !important;
	}

}