/* バックヤード共通 */
.nav > li > a:hover, .nav > li > a:focus {
	background-color: inherit;
}
.ui-sortable-helper {
	opacity: 1.0 !important;
}
.container {
	position: relative;
	z-index: 0;
}
.navbar + .container {
	position: relative;
    overflow: hidden;
}
body {
	padding:0;
	background-color:#EBE9E4;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: initial;
	box-shadow: initial;
}
textarea {
	width: 95%;
	border: 1px solid #888;
	min-height: 5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "HiraKakuProN-W3";
}
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "HiraKakuProN-W3";
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="password"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24) inset;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24) inset;
	border:1px solid #9e9e9e;
	font-size: 16px;
}
select {
	border:1px solid #9e9e9e;
	font-size: 16px;
	opacity: .7;
}

.android select{
	background-image: url(../img/triangle_black_down_icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-appearance: listbox;
	background-size: 10px;
	background-origin: content-box;
	line-height: 1em;
}
textarea {
	border:1px solid #9e9e9e;
	font-size: 16px;
}
.control-group .controls select[disabled],
select[disabled] {
	background-image: none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEEEEE), color-stop(1, #C2C2C2));
	opacity: .4;
}

.modal-backdrop, .modal-backdrop.in, .modal-backdrop.fade.in {
	background-color: #000;
	opacity: 1.0 !important;
	filter: alpha(opacity=100);			/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";	/* ie 8 */
	-khtml-opacity: 1.0;				/* Safari 1.x */
}

/* for top components, two pane list */
.sidebar-nav {
	padding: 9px 0;
}
.well.sidebar-nav .nav:last-of-type{
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

.well.sidebar-nav {
	overflow-x: hidden;
	overflow-y: auto;
}

/* ????? */
.text-center {
    margin: 10px 0;
}
.sortHolder {
    background-color: #fff;
    border: 2px dashed #e3e3e3;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color: #000;
	background-color: #eefaff;
}
div.controls>a>img {
	margin-left : 10px;
}

.navbar-inner {
	border-radius:0;
	padding-left:14px;
}
/* アイコン */
ul li i.icon-align-justify {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* for button */
#backToTopBtn, #backToTopBtn:hover, #backToTopBtnConfirm, #backToTopBtnConfirm:hover, #backToListBtn, #backToListBtn:hover {
  background:url(../img/btn_back2.png) no-repeat 0 0;
	background-size: auto 27px;
	text-shadow: 1px 1px 0 #444;
	color:#fff;
	font-weight:bold;
	border:none;
	box-shadow:none;
	padding:14px 18px;
}
.modal-footer #backToTopBtn,
.modal-footer #backToTopBtn:hover {
	font-size: 12px;
	padding: 4px 25px;
	font-weight:bold;
	background-image:none;
	background-image:-moz-linear-gradient(top,#88c9ee,#014fa2);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#88c9ee),to(#014fa2));
	background-image:-webkit-linear-gradient(top,#88c9ee,#014fa2);
	background-image:-o-linear-gradient(top,#88c9ee,#014fa2);
	background-image:linear-gradient(to bottom,#88c9ee,#014fa2);
	background-repeat: repeat;
	background-size:80px auto;
	border:1px solid #014fa2;
	text-shadow: 1px 1px 0 #444;
	color:#fff;
	margin: 0 0 0 5px;
	background-color:#0d5aa9;
	background-position:0 0;
}
#deleteBtn,
#deleteBtn-main {
	float:left;
	font-size: 12px;
	height: 20px;
	padding: 5px;
	font-weight:bold;
	background-image: none;
	border:1px solid #b3aea8;
	text-shadow: 1px 1px 0 #444;
	color:#555;
	margin-left:15px;
	padding: 4px 20px;
	background-color: #cfccc8;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);

}
#deleteBtn-main:hover{
	background-color: #bab7b4;
	background-color: rgb(186, 183, 180);
}
#sortArrowUpBtn,
#sortArrowUpBtn:hover,
#sortArrowDownBtn,
#sortArrowDownBtn:hover,
#sortBtn,
#sortBtn:hover {
	float:left;
	height: 29px;
	margin-left: 15px;
	padding: 0 10px;
	background-color: #c4c4c4;
	background-image:-moz-linear-gradient(top,#fff,#c4c4c4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#c4c4c4));
	background-image:-webkit-linear-gradient(top,#fff,#c4c4c4);
	background-image:-o-linear-gradient(top,#fff,#c4c4c4);
	background-image:linear-gradient(to bottom,#fff,#c4c4c4);
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.6) inset;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.6) inset;
	border: none;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}
#publishHpgBtn {
	background: transparent;
	color: #00addd;
	margin: 10px;
	padding: 0;
	border: none;
	cursor: pointer;
}
#refreshBtn,
#refreshBtn:hover,
#printTestBtn, #printTestBtn:hover {
	float: left;
	height: 29px;
	margin-right: 0;
	margin-left: 15px;
	padding: 0 10px;
	background:-moz-linear-gradient(top,#ffa162,#f26c13);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffa162),to(#f26c13));
	background:-webkit-linear-gradient(top,#ffa162,#f26c13);
	background:-o-linear-gradient(top,#ffa162,#f26c13);
	background:linear-gradient(to bottom,#ffa162,#f26c13);
	border: none;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.75) inset;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,0.75) inset;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 29px;
}
#refreshBtn1,
#send,
#next {
	width: 100%;
	height: 44px;
	background-color: #f87924;
	background-color: rgb(248, 121, 36);
	-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	background-image: none;
	border: 1px solid #d3651b;
	border-radius: 6px;
	color:#FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
}
#refreshBtn1:hover,
#send:hover,
#next:hover {
	width: 100%;
	height: 44px;
	background-color: #df6d20;
	background-color: rgb(223, 109, 32);
	-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	-moz-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	background-image: none;
	border: 1px solid #d3651b;
	border-radius: 6px;
	color:#FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
}
#refreshBtn2,
#confirmBtn,
#confirmBtn1,
#confirmBtn2,
#btnDownload,
#btnGoBank,
#btnSearchBank {
	width: 100%;
	height: 44px;
	background-color: #f3f4f5;
	background-color: rgb(243, 244, 245);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	background-image: none;
	color:#555;
	font-size: 18px;
	font-weight:bold;
	text-shadow: 1px 2px 1px #fff;
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	border: 1px solid #cfd2d6;
	color:#555;
}
#refreshBtn2:hover,
#confirmBtn:hover,
#confirmBtn1:hover,
#confirmBtn2:hover,
#btnDownload:hover,
#btnGoBank:hover,
#btnSearchBank:hover {
	width: 100%;
	height: 44px;
	background-color: #dadbdc;
	background-color: rgb(218, 219, 220);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	background-image: none;
	color:#555;
	font-size: 18px;
	font-weight:bold;
	text-shadow: 1px 2px 1px #fff;
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	border: none;
	color:#555;
}
#printJournalBtn {
	float:left;
	font-size: 12px;
	padding: 4px 20px;
	font-weight:bold;
	border: 1px solid #cfd2d6;
	text-shadow: 1px 1px 0 #fff;
	color:#555;
	margin-right:0;
	background-color: #f3f4f5;
	background-color: rgb(243, 244, 245);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	margin-left:15px;
}
#printJournalBtn:hover {
	float:left;
	font-size: 12px;
	padding: 4px 20px;
	font-weight:bold;
	border:1px solid #756525;
	text-shadow: 1px 1px 0 #fff;
	color:#555;
	margin-right:0;
	background-color: #dadbdc;
	background-color: rgb(218, 219, 220);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	margin-left:15px;
}
#sortBtn i, #addMoneyBtn i, #navbar-view-name, #backToTopBtn i, #backToTopBtnConfirm i, #backToListBtn i,
#refreshBtn i, #deleteBtn i, #deleteBtn-main i, #confirmBtn i, #confirmBtn1 i, #confirmBtn2 i, #printJournalBtn i, #btnPrintReceipt i, #btnGoBank i, #backToLogin i, #send i, #next i, #btnSearchBank i, #navbarByCorp-view-name {
	display:none;
}

#btnPrintReceipt {
	float:left;
	height: 30px;
	margin-left:15px;
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #f3f4f5;
	background-color: rgb(243, 244, 245);
	background:-moz-linear-gradient(top,#ffa162,#f26c13);
	border: 1px solid #cfd2d6;
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	color:#555;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 30px;
	/*width: 290px;*/
}
#btnPrintReceipt:hover {
	float:left;
	height: 30px;
	margin-left:15px;
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #dadbdc;
	background-color: rgb(218, 219, 220);
	border: 1px solid #d3651b;
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	color:#555;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 30px;
	/*width: 290px;*/
}
#addBtn, #addMoneyBtn, #addVisNumBtn {
	float:left;
	height: 30px;
	margin-left:15px;
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #f87924;
	background-color: rgb(248, 121, 36);
	background:-moz-linear-gradient(top,#ffa162,#f26c13);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffa162),to(#f26c13));
	background:-webkit-linear-gradient(top,#ffa162,#f26c13);
	background:-o-linear-gradient(top,#ffa162,#f26c13);
	background:linear-gradient(to bottom,#ffa162,#f26c13);
	border: 1px solid #d3651b;
	-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 30px;
	/*width: 290px;*/
}
#addBtn:hover, #addMoneyBtn:hover, #addBtnNumBtn:hover {
	float:left;
	height: 30px;
	margin-left:15px;
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #df6d20;
	background-color: rgb(223, 109, 32);
	background:-moz-linear-gradient(top,#ffa162,#f26c13);
	background:-webkit-gradient(linear,0 0,0 100%,from(#ffa162),to(#f26c13));
	background:-webkit-linear-gradient(top,#ffa162,#f26c13);
	background:-o-linear-gradient(top,#ffa162,#f26c13);
	background:linear-gradient(to bottom,#ffa162,#f26c13);
	border: 1px solid #d3651b;
	-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	-moz-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 30px;
	/*width: 290px;*/
}
.updateBtn {
	padding: 4px 18px;
	background-image:-moz-linear-gradient(top,#a3a2a2,#807971);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#a3a2a2),to(#807971));
	background-image:-webkit-linear-gradient(top,a3a2a2,#807971);
	background-image:-o-linear-gradient(top,#a3a2a2,#807971);
	background-image:linear-gradient(to bottom,#a3a2a2,#807971);
	border:1px solid #807971;
	background-color:#807971;
}
.row-fluid div.text-right {
	/*position: absolute;*/
	top:-39px;
	right:18px;
}
.navbar {
	margin-bottom:0;
}
.well.sidebar-nav ul.nav:last-of-type {
	background-color: #fff;
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	border-radius: 5px;
}
.form-horizontal {
	margin: 0;
	padding:15px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.45) inset, 1px 1px 2px rgba(0,0,0,0.24);
	border-radius: 5px;
	overflow: hidden;
}
.well {
	background-color: transparent;
	border-radius: 0;
	border:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:14px 5px;
	margin-bottom:50px;
}
.nav-list .nav-header {
	font-size:16px;
	color:#555;
	margin-right:0;
	margin-left:0;
	border-bottom:0;
	text-shadow: 1px 1px 0 #fff;
	background-color: transparent;
}
.divider {
	display:none;
}
.nav-list {
	padding-left: 0;
	padding-right: 0;
}
.nav-list li {
	border-bottom:1px solid #bdb6ae;
	background-color: #ffffff;
}
.nav-list li:last-child {
	border-bottom:0;
}
.nav-list li a {
	font-size: 16px;
	font-weight:bold;
	padding-top:11px;
	padding-bottom:11px;
	margin:0;
}
.nav-list li a span {
	margin-right: 5px;
}
#backToTopBtn, #backToListBtn, #backToTopBtnConfirm {
	margin-bottom:8px;
	margin-top:8px;
}
.control-group label {
	font-weight:bold;
}
.control-group .controls input {
	width:95%;
	height:33px;
	font-size:16px;
}
.control-group .controls select {
	width:94%;
	height:43px;
}

.switch-animate .has-switch span.switch-danger,
.switch-animate label,
.switch-off span,
.switch-off label,
.switch-animate span,
.has-switch span.switch-danger,
#pause {
	height:33px;
}
.has-switch span, .has-switch label {
	padding-top: 7px;
}
.controls a img {
	width:50px;
}
.modal-header .close {
	position:relative;
	top: -12px;
}
.modal-body p {
	margin:0;
}
.has-switch {
  /*background-color: #17a2d8;*/
  border: 1px solid #aaa;
}
.has-switch label {
	height: 33px;
	background-image: -moz-linear-gradient(top, #cdcccb, #9d948c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdcccb), to(#9d948c));
	background-image: -webkit-linear-gradient(top, #cdcccb, #9d948c);
	background-image: -o-linear-gradient(top, #cdcccb, #9d948c);
	background-image: linear-gradient(to bottom, #cdcccb, #9d948c);
}
.has-switch span.switch-right {
  height: 33px;
  color: #333333;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-weight: bold;
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-danger {
  height: 33px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #1dade5;
  background-image: -moz-linear-gradient(top, #17a2d8, #1dade5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17a2d8), to(#1dade5));
  background-image: -webkit-linear-gradient(top, #17a2d8, #1dade5);
  background-image: -o-linear-gradient(top, #17a2d8, #1dade5);
  background-image: linear-gradient(to bottom, #17a2d8, #1dade5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1dade5', endColorstr='#ee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-weight: bold;
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #1dade5;
  *background-color: #ec4844;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  xxxbackground-color: #e9322d \9;
}
.nolabel {
	display: none;
}
.sphide {
	display:none;
}
button.close {
	display:none;
}
a span.label.label-info.help-message,
a span.label.label-info {
	padding-top: 5px;
	padding-left: 1px;
	margin-top: 10px;
	margin-left: -1px;
	font-size: 18px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	background-color: #20aee5;
	text-align: center;
}
.chkInputSpan {
	display: inline-block;
	width: 28px;
	height: 28px;
  background: url(../img/check_off.png) no-repeat 0 0;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	vertical-align: middle;
}
.chkInputSpan input[type="checkbox"] {
	display: inline-block;
	opacity: 0;
	margin-top: -14px;
	margin-right: 6px;
	width: 26px;
	height: 26px;
}
.chkInputSpan.chked {
  background: url(../img/check_on.png) no-repeat 0 0;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
select[disabled],
textarea[disabled] {
  color: #555;
  opacity: 1;
}

body.introjs .modal{
	z-index: 999999999 !important;
}
body.introjs div.modal-backdrop{
	z-index: 999999990;
}
body.introjs #jquery-colour-picker,
body.introjs .formError{
	z-index: 99999999 !important;
}
#mapCoordinate {
	font-weight: normal;
}
#mapCoordinate br {
	display: none;
}
#dispLatitude {
	display: inline-block;
}
#preMapSettingBtn {
	height: 33px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 4px 15px;
	line-height: 33px;
	background-color: #f3f4f5;
	background-color: rgb(243, 244, 245);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	border: 1px solid #cfd2d6;
	color:#555;
}
#preMapSettingBtn:hover {
	height: 33px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 4px 15px;
	line-height: 33px;
	background-color: #dadbdc;
	background-color: rgb(218, 219, 220);
	-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
	border: 1px solid #cfd2d6;
	color:#555;
}
#mapCoordinate br {
	display: block;
}
.introjs-tooltip .introjs-skipbutton,
.introjs-tooltip .introjs-prevbutton,
.introjs-tooltip .introjs-nextbutton{
	display: none;
}
.datepicker table tr td,
.datepicker table tr th{
	text-align: center;
	width: inherit;
	height: inherit;
	border-radius: initial;
	border: none;
}

.datepicker td,
.datepicker th{
	text-align: center;
	width: inherit;
	height: inherit;
	border-radius: initial;
	border: none;
}

#deleteModal #deleteModalLabel {
	word-break: break-all;
	word-wrap: break-word;
}

/* chrome */
input::-webkit-input-placeholder { color: #ccc; }
textarea::-webkit-input-placeholder { color: #ccc; }

/* Firefox */
input::-moz-placeholder { color: #ccc; }
textarea::-moz-placeholder { color: #ccc; }

/* IE 10+ */
input:-ms-input-placeholder { color: #ccc; }
textarea:-ms-input-placeholder { color: #ccc; }

@media (min-width: 481px) {
	#backToTopBtn, #backToListBtn, #backToTopBtnConfirm {
		margin-top:15px;
		margin-bottom:15px;
	}
	.row-fluid div.text-right {
		top: -45px;
	}
	#colorCd {
		width:50%;
	}
}
@media (max-width: 480px){
	#navbar-view-name.display, #navbarByCorp-view-name.display {
		display: inline-block;
		font-weight: bolder;
		left: 0px;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: -1;
	}
	.chkInputSpan input[type="checkbox"] {
		margin-top: 0px;
	}
	.introjs-tooltip{
		padding: 5px !important;
	}
	.introjs-tooltiptext{
		font-size: 12px;
	}
	.introjs-tooltip{
		margin-left: 5px;
	}
	body.introjs .introjs-overlay{
		position: absolute !important;
	}
	.introjs-tooltip .introjs-skipbutton{
		display: inline-block;
	}
	#sortArrowUpBtn,
	#sortArrowUpBtn:hover,
	#sortArrowDownBtn,
	#sortArrowDownBtn:hover,
	#sortBtn, #sortBtn:hover{
		margin-bottom: 20px;
		margin-right: 12px;
		height: 40px;
		font-size: 17px;
		line-height: 40px;
		margin-left: 5px;
		margin-right: 5px;
	}


	.icon-sort-arrow-down,
	.icon-sort-arrow-up{
		background-position: 0px;
		background-repeat: no-repeat;
		background-size: 24px;
		height: 24px;
		vertical-align: text-top;
		width: 24px;
		margin-top: 0px !important;
	}
	.icon-sort-arrow-up{
		background-image: url("../img/btn_up_on.png");
	}
	.icon-sort-arrow-down{
		background-image: url("../img/btn_down_on.png");
	}


	#btnPrintReceipt, #btnPrintReceipt:hover,
	#addBtn, #addBtn:hover,
	#addMoneyBtn, #addMoneyBtn:hover,
	#addVisNumBtn, #addVisNumBtn:hover {
		margin-left: 15px;
		line-height: 40px;
		height: 40px;
		font-size: 20px;
	}
	#sortArrowUpBtn,
	#sortArrowDownBtn {
		display: none;
	}

}
@media (min-width: 768px) {
	body {
		background-color:#dbd9d6;
		border-radius: initial;
		box-shadow: initial;
	}
	.navbar .navbar-inner {
		min-height:80px;
	}
	.navbar .navbar-logo {
		margin-top: 16px;
	}
	#backToTopBtn, #backToTopBtn:hover, #backToTopBtnConfirm, #backToTopBtnConfirm:hover, #backToListBtn, #backToListBtn:hover {
		font-size: 22px;
		margin-top: 14px;
		margin-bottom: 0;
		margin-left: 25px;
		*margin-left: .3em;
		padding: 14px 16px;
		background-image:none;
		/*background-color: #f6f6f6;*/
		color: #000;
		border-radius: 5px;
		font-weight: bold;
		/*box-shadow: inset -1px -1px 1px #a5a5a5,inset 1px 2px 2px #fbfbfb, 0 1px 2px 1px rgba(0,0,0,0.3);*/
		text-shadow: 1px 1px 0 #fff;
	}
	.row-fluid div.text-right {
		position:static;
		margin-bottom:14px;
		margin-right: 14px;
	}
	#navbar-view-name, #navbarByCorp-view-name {
		display:block;
		font-weight: bold;
		margin-top:10px;
		color: #989898;
	}
	.well {
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
		background:none;
		padding-bottom: 0;
	}
	.span7 .well {
		height:auto;
	}
	.well.sidebar-nav .nav:last-of-type {
		height:auto;
		overflow:hidden
	}
	.well.sidebar-nav ul.nav:last-of-type {
		border-radius: 0 0 8px 8px;
		box-shadow: 0 2px 3px 1px #aaa;
		margin-top:0;
	}
	.nav-list .nav-header {
		background-color: #f3f3f3;
		margin-bottom: 0;
		margin-left: 10px;
		margin-right:10px;
		padding: 10px 0 10px 16px;
		color:#666666;
		border-radius: 8px 8px 0 0;
		box-shadow: 0 0 3px 1px #aaa;
	}
	.nav-list li {
		border-bottom:1px solid #ccc;
	}
	#sortBtn i, #addMoneyBtn i, #navbar-view-name, #backToTopBtn i, #backToTopBtnConfirm i, #backToListBtn i,
	#refreshBtn i, #deleteBtn i, #deleteBtn-main i,
	#confirmBtn i, #confirmBtn1 i, #confirmBtn2 i,
	#printJournalBtn i, #btnGoBank i,
	#btnDownload i, #btnPrintReceipt i,
	#backToLogin i, #send i, #next i, #btnSearchBank i,
	#searchBtn i, #navbarByCorp-view-name {
		display:inline-block;
	}
	#printJournalBtn{
		float: none;
		font-size:18px;
		margin:0 0 30px 0;
		padding:14px 10px 16px;
		background-color: #f3f4f5;
		background-color: rgb(243, 244, 245);
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		border: 1px solid #cfd2d6;
		font-weight:bold;
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		text-shadow: 1px 1px 0 #fff;
	}
	#printJournalBtn:hover{
		float: none;
		font-size:18px;
		margin:0 0 30px 0;
		padding:14px 10px 16px;
		background-color: #dadbdc;
		background-color: rgb(218, 219, 220);
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		border: 1px solid #cfd2d6;
		font-weight:bold;
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		text-shadow: 1px 1px 0 #fff;
	}
	#sortArrowUpBtn,
	#sortArrowDownBtn,
	#addBtn, #addMoneyBtn, #addVisNumBtn, #sortBtn,
	#refreshBtn, #deleteBtn,
	#deleteBtn-main, #sortBtn,
	#btnPrintReceipt,
	#printTestBtn,
	#searchBtn {
		float: none;
		font-size:18px;
		margin:0 0 30px 0;
		padding:14px 10px 16px;
		background-color: #f3f4f5;
		background-color: rgb(243, 244, 245);
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		border: 1px solid #cfd2d6;
		font-weight:bold;
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		text-shadow: 1px 1px 0 #fff;
	}
	#sortArrowUpBtn,
	#sortArrowUpBtn:hover,
	#sortArrowDownBtn,
	#sortArrowDownBtn:hover,
	#addBtn, #addBtn:hover, #addMoneyBtn, #addMoneyBtn:hover, #addVisNumBtn, #addVisNumBtn:hover, #sortBtn, #sortBtn:hover,
	#refreshBtn, #refreshBtn:hover, #deleteBtn, deleteBtn:hover,
	#deleteBtn-main, #deleteBtn-main:hover, #sortBtn, #sortBtn:hover,
	#btnPrintReceipt, #btnPrintReceipt:hover,
	#printTestBtn, #printTestBtn:hover {
		float: none;
		font-size:18px;
		margin:0 0 30px 0;
		padding:14px 10px 16px;
		background-color: #dadbdc;
		background-color: rgb(218, 219, 220);
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		border: 1px solid #cfd2d6;
		font-weight:bold;
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		text-shadow: 1px 1px 0 #fff;
	}
	#deleteBtn, #deleteBtn:hover,
	#deleteBtn-main, #deleteBtn-main:hover {
		padding: 16px 24px 20px 18px;
	}
	#deleteBtn-main {
		background-color: #cfccc8;
		background-color: rgb(207, 204, 200);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		background-image: none;
		box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		border: 1px solid #b3aea8;
		color:#555;
	}
	#deleteBtn-main:hover {
		background-color: #bab7b4;
		background-color: rgb(186, 183, 180);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		background-image: none;
		box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0 rgba(255,255,255,0.8);
		border: 1px solid #b3aea8;
		color:#555;
	}
	#deleteBtn-main .icon-trash {
    background: url(../img/ico_dust.png) no-repeat 0 0;
		-webkit-background-size: 21px auto;
		background-size: 21px auto;
	}
	#refreshBtn1 {
		height: 29px;
		background-color: #f87924;
		background-color: rgb(248, 121, 36);
		-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		background-image: none;
		box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		box-sizing: content-box;
		border: 1px solid #d3651b;
		line-height: 29px;
		color:#FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	}
	#refreshBtn1:hover {
		height: 29px;
		background-color: #df6d20;
		background-color: rgb(223, 109, 32);
		-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		-moz-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		background-image: none;
		box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		box-sizing: content-box;
		border: 1px solid #d3651b;
		line-height: 29px;
		color:#FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	}
	#send, #send:hover,
	#next, #next:hover {
		height: 29px;
		background-color: #f87924;
		background-image: none;
		box-shadow: inset -1px -1px 1px #a65118, inset 1px 2px 2px #fbb484, 0 1px 2px 1px rgba(0,0,0,0.2);
		box-sizing: content-box;
		border: none;
		line-height: 29px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	}
	#sortArrowUpBtn,
	#sortArrowDownBtn,
	#refreshBtn,
	#refreshBtn2,
	#sortBtn,
	#confirmBtn,
	#confirmBtn1,
	#confirmBtn2,
	#btnDownload,
	#btnGoBank,
	#backToLogin,
	#btnSearchBank,
	#printTestBtn,
	#searchBtn {
		height: 29px;
		background-color: #f3f4f5;
		background-color: rgb(243, 244, 245);
		background-image: none;
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		border: 1px solid #cfd2d6;
		line-height: 29px;
	}
	#sortArrowUpBtn:hover,
	#sortArrowDownBtn:hover,
	#refreshBtn:hover,
	#refreshBtn2:hover,
	#sortBtn:hover,
	#confirmBtn:hover,
	#confirmBtn1:hover,
	#confirmBtn2:hover,
	#btnDownload:hover,
	#btnGoBank:hover,
	#backToLogin:hover,
	#btnSearchBank:hover,
	#printTestBtn:hover,
	#searchBtn:hover {
		height: 29px;
		background-color: #dadbdc;
		background-color: rgb(218, 219, 220);
		background-image: none;
		-webkit-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		-moz-box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		box-shadow: 0 1px 0 rgba(241,241,241,1), inset 0 1px 0 rgba(255,255,255,1);
		color:#555;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		border: 1px solid #cfd2d6;
		line-height: 29px;
	}
	#sortBtn {
		padding:14px 10px 16px;
	}
	#addBtn, #addMoneyBtn, #addVisNumBtn {
		background-color: #f87924;
		background-color: rgb(248, 121, 36);
		-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		background-image: none;
		box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		border: 1px solid #d3651b;
		color:#FFF;
		font-size: 22px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	}
	#addBtn:hover, #addMoneyBtn:hover, #addVisNumBtn:hover {
		background-color: #df6d20;
		background-color: rgb(223, 109, 32);
		-webkit-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		-moz-box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		background-image: none;
		box-shadow:  0 1px 0 rgba(255,255,255,0.5), inset 0 1px 0 rgba(249,155,92,1);
		border: 1px solid #d3651b;
		color:#FFF;
		font-size: 22px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	}
	#listdetailpane-view #deleteBtn, #deleteBtn:hover {
		padding:4px 12px;
	}
	#confirmBtn, #confirmBtn:hover {
		padding: 17px 22px 13px 20px;
	}
	#printJournalBtn, #printJournalBtn:hover {
		padding: 20px 22px;
		white-space: nowrap;
	}
	#btnPrintReceipt, #btnPrintReceipt:hover {
		white-space: nowrap;
	}
	#sortArrowUpBtn,
	#sortArrowDownBtn {
		display: none;
	}

	#sortArrowUpBtn, #sortArrowUpBtn:hover{
		margin-right: 20px;
	}
	#sortArrowDownBtn, #sortArrowDownBtn:hover {
		margin-right: 100px;
	}


	.updateBtn {
		background-color: #f4f0ec !important;
		background-image: none !important;
		border: 1px solid #aaa !important;
		padding: 15px 20px !important;
	}
	.form-horizontal {
		background-color: #dfddd8;
		border: none;
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.45) inset, 1px 1px 1px rgba(255,255,255,0.45);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.45) inset, 1px 1px 1px rgba(255,255,255,0.45);
		/*box-shadow: 0 0 3px 1px #aaa;*/
	}
	#colorCd {
		width:50%;
	}

	#memo {
	    height:14.5em;
	}

	..form-horizontal .control-label {
		color:#666;
		text-shadow: 1px 1px 0 #fff;
		font-size:16px;
	}
	.has-switch {
		border:1px solid #aaa;
	}
	.has-switch label {
		background-image: -moz-linear-gradient(top, #cdcccb, #9d948c);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdcccb), to(#9d948c));
		background-image: -webkit-linear-gradient(top, #cdcccb, #9d948c);
		background-image: -o-linear-gradient(top, #cdcccb, #9d948c);
		background-image: linear-gradient(to bottom, #cdcccb, #9d948c);
	}
	.icon-plus {
		background-position: 0 -96px;
	}
	[class^="icon-"], [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings_l.png");
		background-position: -784px -226px;
		background-repeat: no-repeat;
		display: inline-block;
		height: 34px;
		line-height: 14px;
		margin-top: -1px !important;
		vertical-align: text-top;
		width: 28px;
	}
	.icon-plus {
		background-position: 0 -186px;
	}
	.icon-align-justify {
		background-position: -650px -94px;
	}
	.icon-refresh {
		background-position: -416px -46px;
	}
	.icon-trash {
		background-position: -880px 0;
	}
	.icon-chevron-left {
		background-position: -555px -91px;
	}
	.icon-calendar {
		background-position: -374px -234px;
	}
	.icon-sort-arrow-down,
	.icon-sort-arrow-up{
		background-position: 0px;
		background-repeat: no-repeat;
		background-size: 34px;
		height: 34px;
		vertical-align: text-top;
		width: 34px;
	}
	.icon-sort-arrow-up{
		background-image: url("../img/btn_up_on.png");
	}
	.icon-sort-arrow-down{
		background-image: url("../img/btn_down_on.png");
	}

	.nav-list > li > i {
		top: 10px;
	}
	.nolabel {
		display: block;
	}

	.introjs-button {
		font-size: 15px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
}
