@CHARSET "UTF-8";

.outer {
	display: table;
	width: 100%;
	height: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.inner-full {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.width-150px {
	width: 150px !important;
}

.help-block,
span.help-block {
	color: rgb(231, 76, 60);
}

.pd-0,
.no-padding {
	padding: 0px;
}
.pdl-0 {
	padding-left: 0px;
}
.pdl-10 {
	padding-left: 10px;
}
.pdr-0 {
	padding-right: 0px;
}
.pdt-10 {
	padding-top: 10px;
}
.pdb-0 {
	padding-bottom: 0px;
}
.pdb-5 {
	padding-bottom: 5px;
}
.pdb-10 {
	padding-bottom: 10px;
}
.pdb-20 {
	padding-bottom: 20px;
}
.pdtb-5 {
	margin: 5px 0;
}

.mgl-0 {
	margin-left: 0px;
}
.mgl-10 {
	margin-left: 10px;
}
.mgb-0 {
	margin-bottom: 0px;
}
.mgb-5 {
	margin-bottom: 5px;
}
.mgb-10 {
	margin-bottom: 10px;
}
.mgt-0 {
	margin-top: 0;
}
.mgt-5 {
	margin-top: 5px;
}
.mgt-26 {
	margin-top: 26px;
}

/* border */
.blockquote-bottom {
	border-bottom: 5px solid #eee;
}
.blockquote-bottom div {
	margin-top: 10px;
	font-size: 0.8em;
}
.blockquote-bottom div.btn-csv {
	margin-top: 0px;
	font-size: 0.8em;
}

.blockquote-bottom div.btn-agent {
	margin-top: -20px;
	width: 180px;
	font-size: 0.8em;
}

.outerclass {
	position: relative;
}

/* text */
.text-underline {
	text-decoration: underline;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #337AB7;
    color: #ffffff;
    border-right: 1px solid #eee;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus,
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
  color: #3773a8;
  font-weight: bold;
  background-color: #f5f5f5;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.wine-red {
	color: rgb(231, 76, 60);
}
.black {
	color: rgb(0, 0, 0);
}
div.radio {
	margin-right: 10px;
}
div.radio input[type="radio"] {
	margin-right: 5px;
}
li.underline {
	padding-top: 10px;
	border-bottom: 1px solid #e2e2e2;
}

/* contactus start */
table.contactus th {
	text-align: right;
}
table.contactus tbody tr th label {
	padding-top: 8px;
}
table.contactus.confirm th {
	min-width: 180px;
}
table.contactus.confirm td {
	padding-top: 14px;
	word-break: break-all;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

td img {
	width: 100%;
}

.image-select-style {
	width: 19.484676%;
	height: 200px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: url('/bundles/ctecommon/images/no-image.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*cursor: pointer;*/
}
.image-select-style-full {
	width: 100%;
	height: 100px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: url('/bundles/ctecommon/images/no-image.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*cursor: pointer;*/
}

.none {
	display: none;
}
.help-description {
	font-size: 0.8em;
	color: #aaa;
}
.must-description {
	font-size: 0.8em;
}

table.no-border,
table.no-border thead,
table.no-border thead tr,
table.no-border thead tr th,
table.no-border thead tr td,
table.no-border tbody,
table.no-border tbody tr,
table.no-border tbody tr th,
table.no-border tbody tr td,
table.no-border tr,
table.no-border tr th,
table.no-border tr td {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

table td.img-resized img {
	width: 30%;
}

ul.character-list {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.character-list li {
	display: inline;
	float: left;
	width: 10%;
	padding: 5px 5px;
}
.displayed {
	background: #000;
	opacity: 0.7;
	color: #FFF;
}
.displaying {
	display: block;
	padding: 4px 10px;
	margin: 0 5px;
	border-radius: 4px;
	background: #FCE760;
}
.image-select-style-full:hover .displaying,
.image-select-style-full:hover .displayed {
	opacity: 0.2;
}
.displaying span {
	color: #000;
	top: 50%;
}

/* table overwrite */
.table-word-break {
	table-layout: fixed;
}
.table-word-break tr td,
.table-word-break thead tr td,
.table-word-break tbody tr td {
	word-break: break-all;
}
.age-list {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 10px;
	text-align: left;
}
.age-list > ul {
	margin: 0;
}

.pointer {
	cursor: pointer;
}

/*2017/10/13*/
.field_title {
	margin-top: 8px;
}

.head_title {
	margin: 20px 0px 5px 0px;
}

.control-label {
	margin-top: 8px;
}

.button_text_align {
	padding-top: 6px;
}

.button_genko_list {
	width: 52px;
}

.button_genko_s {
	padding: 5px 0px 5px 0px;
}

.doctor_list_button {
	text-align:right;
}

.button_diversion {
	width: 120px;
}
/*2017/10/13*/

/* button overwite */
.navyblue {
	background-color: #39037C;
}
.navyblue:hover {
	background-color: #272672;
}
.shadowblue {
	background-color: #2C2DD2;
}
.shadowblue:hover {
	background-color: #2A1682;
}

.lightblue {
	background-color: #52A2C5;
}

.lightblue:hover {
	background-color: #2B7A9B;
}
.btn_tempo_list {
	font-size: 1.2em;
}

/* anchor tag overwrite */
.setUnderLine {
	text-decoration: underline;
}


/* coupon expire update modal overwite */
@media (min-width: 768px) {
  .explain-modal {
    width: 1200px;
    margin: 30px auto;
  }
}

.expire-reason {
	width: 620px;
}

.master-update-row {
	line-height: 40px;
}

.area-modal-row {
	line-height: 32px;
}

.border_attr {
	border-style: solid;
	background:#666;
	border-width: 0px 0px 0px 0px;
	height: 3px;
	width: 100%;
}