@CHARSET "UTF-8";

body {
	padding-top: 60px;
	background-color: white;
	font-family: ipafont;
}

@media ( max-width : 569px) {
	body {
		padding-top: 120px;
	}
}


footer {
	text-align: right;
}

table th {
	background: #eeeeee;
}

table.detail th {
	width: 25%;
}


table th.thead {
    width: 100%;
    border-collapse: collapse;
    background-color: #777;
    color: #fff;
    font-weight: bold;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.topic {
	height: auto;
}

@media ( min-width : 992px) {
	.topic {
		height: 230px;
	}
}

.navbar-default {
	border-bottom: gray solid 2px;
}

.navbar-header {
	float: left;
}

.navber-logo {
	height: 100%;
}

.main-image {
	width: 100%;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

.input-group {
	width: 100%;
	margin-bottom: 25px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0px;
}

/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
	display: block;
	position: absolute;
	z-index: 500;
	top: 10px;
	right: -280px;
	padding: 6px;
	border: 1px rgba(0, 0, 0, .4) solid;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
	width: 180px;
	height: 240px;
	overflow: hidden;
}

#target {
	width: 270px;
	overflow: hidden;
}

@media ( max-width : 569px) {
	.jcrop-holder #preview-pane {
		display: none;
	}
}

.pc_view {
	display: none;
}

.pc_view li {
	height: 60px;
	width: 110px;
}

.sp_view {
	display: block;
}

.sp_view li {
	width: 100%;
	padding: 0px;
}

@media ( min-width : 992px) {
	.pc_view {
		display: block;
	}
	.sp_view {
		display: none;
	}
}

@media ( max-width : 767px) {
	.navbar-header {
		width: 100%;
	}
}

.header-title {
	font-size: 24px;
	float: left;
	padding: 15px;
	height: 60px;
}

.glyphicon {
	margin-right: 5px;
}
.va-bottom > [class*='col-'] {
	height:100%;
	vertical-align:bottom;
}

a.link {
  color: #03f;
}
a:visited:.link {
  color: #609;
}

.exec_status {
	display:none;
}

.float-right {
	float:right;
}
.float-left {
	float:left;
}
.float-clear {
	clear: both;
}

#photo_sample {
	width: 90px;
	height: 120px;
	margin-left: 20px;
}

.display-none {
	display:none !important;
}

.open-search-form {
	margin-bottom: 20px;
}

.list-top-btns {
	margin-left: 10px;
}

.input-form-btns-lg {
	margin-top: 25px;
}

.input-form-btns {
	margin-top: 10px;
}

.pop-up {
	padding: 15px;
}

.pop-up-header {
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.rotate {
	cursor: pointer;
	cursor: hand;
}

#photo-bottom-btns {
	width: 270px;
}



.flow .well {
	background-image: -webkit-linear-gradient(top, #e0f6ff 0%, #e0f6ff 100%);
	background-image: linear-gradient(to bottom, #e0f6ff 0%, #e0f6ff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff4f4f4', GradientType=0);
	border-color: #00bdff57;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	border-radius: 0px;
}

.image-round1{
	border-radius: 50%;
}

.ticket-attention{
	color: red;
}

.select-sort{
	color: black;
}

.status-view{
	padding: .5em 2em .5em;
	text-align: center;
}
