.display{
    display: none;
    visibility: hidden;
}

.wrapper {    
	margin-top: 60px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 66px 38px;
  margin: 0 auto;
  background-color: #eee;
  border: solid 3px #dfdfdf;  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 20px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="number"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.reissue-link{
    margin: 0 auto;
    margin-top: 20px;
}

.reissue-txt{
    margin: 20px 0px;
    text-align: center;
    font-size: 1rem;
}

.recept-modal{
    padding: 30px 38px;
    margin: 0 auto;
}

.recept-button{
    margin: 30px 0;
    width: 350px;
}

.reset-pass{
    margin-bottom: 20px !important;
}

.add-success{
    padding: 5px 5px 5px 10px;
}

.add-success-div{
    max-width: 690px;
}

.form-manage-top{
    max-width: 690px;
    padding: 66px 38px;
    margin: 0 auto;
    background-color: #eee;
    border: solid 3px #dfdfdf;
}
.btn-manage{
    margin: 5px 5px 10px 5px;
    width: 150px;
}

.sub-nav{
    height:50px;
    background-color: #BFE5EB;
    padding: 0px 20px;
}

.sub-link{
    color: #696969;
    margin: 0px 10px;
    text-decoration: none;
}
.sub-link:hover{
    color: #000;
    text-decoration: none;
}

.login-select{
    margin-bottom: 20px;
}

.authority_edit{
    max-width: 500px;
    margin: auto;
}

/*権限作成・編集でのチェックボタン*/
.switch_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 50px;
	min-width: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

input[type="checkbox"].switch_1{
    font-size: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 2em;
    height: 1em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked{
    background: #17a2b8;
}

input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
            box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
            transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1em);
}

.add_warehouse_select{
    margin: 0px 0 20px 0;
}

@media screen and (max-width:480px){
    .recept-button{
        width: 100%;
    }
    .reissue-link{
        font-size: 0.92rem;
    }
}

#nav-item_logout{
    border: none;
    background: transparent;
}

.ms-list{
    max-height: 200px;
}

