@charset "utf-8";
/* CSS Document */

/* タイムアウト画面で使っています*/

.modal-header {
	padding: 5px 15px;
	border: 1px solid #e0e0e0;
    border-bottom: none;
	background-color: #c6000f;
    /*text-align: center;*/
	color: #fff;
	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.modal-msg {
	border: 1px solid #e0e0e0;
	background: #fff;
	/*text-align: center;*/
	height: 100%;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 20px;
	
}

.modal-msg label {
	padding: 24px 10px;
	
}


/*----- ログイン画面 -----*/
.login {
	background-color: #f3f2f2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.login-header {
	position: relative;
	height: 90px;
	overflow: hidden;
	background-image: url(../../images/login/header.jpg) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 9px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
}
.login-header img {
	position: absolute;
	margin: -16px 0 0;
	top:50%;
	left: 5%;
}
/*@media screen and (max-width:1024px) { ←印刷時にヘッダーを出さない*/
@media (max-width:1024px) {
	.login-header {
		height: auto;
		height: 75px;
	}
}
#login-Box {
	margin: 200px 0 0;
}
#login-Box h1 {
	font-family: "ヒラギノ明朝 Pro";
	color: #ad9b9b;
	background-image: url(../../images/login/lock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
	margin: 0 auto 15px;
}
#userID {
	width: 100%;
	height: 45px;
	border-top: 1px solid #d6c9c9;
	border-right: 1px solid #d6c9c9;
	border-bottom: none !important ;
	border-left: 1px solid #d6c9c9;
	border-radius: 5px 5px 0 0;
}
#pass {
	width: 100%;
	height: 45px;
	border-top: 1px solid #d6c9c9;
	border-right: 1px solid #d6c9c9;
	border-bottom: 1px solid #d6c9c9;
	border-left: 1px solid #d6c9c9;
	border-radius: 0 0 5px 5px;
}
#loginBt {
	margin-top: 25px;
}

#loginBt a .push {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);
}

#login-form placeholder {
	color: #d6c9c9;
}
#save  {
	margin: 20px 0 50px;
}
.custom-control {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    position: relative;
    vertical-align: middle;
	padding: 0 0 0 25px;
	color: #ad9b9b;
}
.custom-checkbox .custom-control-indicator {
    background-size: 100% 100%;
    border-radius: 3px;
	border: 1px solid #dfd5d5;
}
.has-error .custom-control-indicator {
    border-color: #e53935;
}
.custom-control-indicator {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
}
.custom-control-label {
    display: block;
    line-height: 16px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.custom-control-indicator,
.custom-control-input:checked~.custom-control-indicator {
	border:none
}
.custom-control .custom-control-input:disabled~.custom-control-indicator {
	cursor: allowed
}
.custom-control .custom-control-input:disabled:checked~.custom-control-indicator { 
	background-color:#eee
}
.custom-control-default .custom-control-input:checked~.custom-control-indicator { 
	background-color:#777
}
.custom-control-success .custom-control-input:checked~.custom-control-indicator { 
	background-color:#dfd5d5
}
.has-success .custom-control-indicator{
	border-color:#dfd5d5
}
.has-success .custom-control-label {
	color:#ad9b9b
}
.has-success .custom-select { 
	border-color:#34a853
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url(../../images/login/dheck.png);
}

#pass2{
	opacity: 0.0;
}












/*ログイン後速報画面*/

/*進捗率の非表示領域を視覚的にする*/
.blink_cell{
background: #FFFFFF;
}

/*店舗名の表示デザインに必要*/
.label-cell {
    vertical-align: middle !important;
}
 
.tlspc2 span {
    float: right;
    top: 16px;
}

#TableMain .dummy-cell {
    height: 32px;
}