/* bootstrap wrapper */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: inherit;
}

.card {
    position: inherit;
}
.form-group {
	margin-top: 1rem;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.card-header>.card-tools {
    float: right;
    margin-right: -.625rem;
}

.btn-tool {
    padding: .10rem .10rem;
}

div[aria-expanded="false"]:after {
  float: right;
  margin-right: -.625rem;
  content: url("/images/common/icon-noncollapse.png");
}

div[aria-expanded="true"]:after {
  float: right;
  margin-right: -.625rem;
  content: url("/images/common/icon-collapse.png");
}

div[aria-expanded-item="false"]:after {
  float: right;
  margin-right: 45%;
  content: url("/images/common/icon-noncollapse.png");
}

div[aria-expanded-item="true"]:after {
  float: right;
  margin-right: 45%;
  content: url("/images/common/icon-collapse.png");
}

.form-inline label {
    justify-content: left;
}

@media (min-width: 576px)
.form-inline label {
    justify-content: left;
}


.pic-box {  
    position: relative;
}

.pic-box span {
    position: absolute;
    top: 0;
    right: 0;
}

.btn {
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .0;
}

.btn-danger {
    color: #fff;
    background-color: #384878;
}

.btn-danger:hover {
  background-color: #a7afed;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background-color: #a7afed;
}

.btn-info {
    color: #97c4e8;
    background-color: #fff;
    border-color: #97c4e8;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}

.btn-detail {
  color: $#fff;
  background-color: #d98535;
  border-color: #d98535;
}

.btn-detail:hover {
  color: $#fff;
  background-color: #c57325;
  border-color: #b86b22;
}

.btn-unselect {
  color: #FFF;
  background-color: #808080;
  border-color: #808080;
}

.btn-unselect:hover {
  color: #FFF;
  background-color: #808080;
  border-color: #8599ae;
}

/* contents-wrapper */
.p-selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    transition: .2s;
    border-bottom: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    background-image: url(/images/common/icon-selectbox.svg);
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    margin-bottom: 1px;
    min-height: 2.2rem;
    margin-bottom: .5rem;
}

.p-selectbox::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-selectbox::-moz-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-selectbox:-ms-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-selectbox::-ms-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-selectbox::placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-selectbox:focus {
    border-bottom: 1px solid #475499;
    margin-bottom: .5rem;
}

.p-selectbox.-invalid {
    border-bottom: 1px solid #e91111
}

.p-inputbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    transition: .2s;
    border-bottom: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    margin-bottom: 1px;
    height: 30px;
    margin-bottom: .5rem;
}

.p-inputbox::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-inputbox::-moz-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-inputbox:-ms-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-inputbox::-ms-input-placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-inputbox::placeholder {
    color: rgba(0, 0, 0, .26)
}

.p-inputbox:focus {
    border-bottom: 1px solid #475499;
    margin-bottom: .5rem;
}

.p-inputbox.-invalid {
    border-bottom: 1px solid #e91111
}

.p-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    transition: .2s;
    border-bottom: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    margin-bottom: 1px;
    height: 30px;
    margin-bottom: .5rem;
}

.p-box-sq {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    outline: none;
    background: transparent;
    display: inline-block;
    transition: .2s;
    border: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    background-size: 8px 5px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    margin-bottom: 1px;
    height: 30px;
    margin-bottom: .5rem;
}

.mandatory {
    color: red;
    vertical-align: super;
    font-size: 1rem;
    text-align: right;
}

.picarea{
    margin: 0 auto;
}

.pic-content{
    padding-bottom: 10px;
}

.pic-content span{
    display: inline-block;
    width: 20px; 
    text-align: right;
    color: black;
    font-size: 30px;
}
.pic-content span:hover{
    cursor: pointer;
}

#listWithHandle{
    padding-top: 10px;
}

.pic-label{
    padding: 10px 40px;
    color: #ffffff;
    background-color: #384878;
    cursor: pointer;
    width: 100%;
}

input[type="file"] {
    display: none;
}

@media screen and (max-width: 580px) {
	.button-mg-top{
		margin-top: 10px;
	}
}

.err-msg {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: red;
}


