@charset "UTF-8";
.disableClick{
    pointer-events: none;
}

body{
    color: #333340;
}

a{
    color: #606699;
}

.caution{
  color: #f00;
}

body#login {
    /*background:url("../../images/client/login_client.jpg") center center;
    background-size:2400px;
    -webkit-animation:bg-zoom 10s ease-out;
    -webkit-transition: all 10000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);*/
    background: #333340;
}

#login .input-group .form-control::-webkit-input-placeholder{
  color: #fff;
  opacity: 0.8;
}
#login .input-group .form-control::-moz-placeholder{
  color: #fff;
  opacity: 0.8;
}
#login .input-group .form-control:-moz-placeholder{
  color: #fff;
  opacity: 0.8;
}
#login .input-group .form-control::-ms-placeholder{
  color: #fff;
  opacity: 0.8;
}
#login .input-group .form-control:placeholder-shown{
  color: #fff;
  opacity: 0.8;
}
#login .submit div button{
    color: #606699;
}

#login .main .link a{
    color: #fff;
}

.login-register{
  width: 400px;
  margin: 0 auto;
}
.login-register a{
  background: #F08080;
}

section.form.modal-body {
    box-shadow: none;
}

.btn{
    background: #606699;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
    background-color: #404578;
    border-color: #d3d7ea;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
    background: #d3d7ea;
    color: #404578;
}

.vartical-nav{
    background: #333340;
}
.vartical-nav a{
    color: rgba(230,239,255,0.4);
}
.vartical-nav ul li.active a,
.vartical-nav ul li:hover a{
    background: #111120;
    color: #d3d7ea;
}
.vartical-nav .vartical-nav-user{
    background: #111120;
}
.vartical-nav .vartical-nav-bottom>a{
    background: #111120;
}
.vartical-nav .vartical-nav-bottom>a.nav-shop:hover{
    background: rgba(230,239,255,0.4);
}

.user-info{
  padding: 10px;
}

#layout{
  min-width: 880px;
  min-height: 504px;
}

header {
	padding-right: 24px;
	/*3.28変更
    padding-right: 20px;*/
}

header .btn {
    background: none;
    color: #606699;
}

header .pull-right .btn{
  color: #ffffff;
  background: #ff5c99;
}

.modal-header {
    background: #606699;
    color: #d3d7ea;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bootstrap-select-width220 {
    width : 220px
}

.modal.fade.in {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

accordion td {
    padding: 2px;
}

table .ng-invalid.ng-dirty{
    border: solid 1px red;
}

table .ng-invalid.ng-pristine{
    border: solid 1px red;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
  max-width: 140px;
}

accordion .panel-title{
    font-size: 12px;
}

.form-control:focus[readonly]{
  background: #eee;
  border: 1px solid #ccc;
}

.dropzoneImageThumb {
  margin: 2px;
  width: 200px;
  height: 150px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.dropzoneImageThumb.draggable {
  width: 250px;
  height: 120px;
}
div.register-image>div> .dropzoneImageThumb{
	float: none;
}

.dropzoneImageThumbDeleteButton {
  border-radius: 20px;
  border: 1px solid #48485a;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -13px;
  right: -10px;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.form-control{
  height: 40px;
}

.detail-image{
  max-width: 200px;
  height: auto;
}

.img-in-list{
  max-width: 80px;
  height: auto;
}
.img-in-list-large{
  max-width: 140px;
}

textarea.form-control{
  height: auto;
  resize: vertical;
}
textarea.form-control.textarea-large{
  height: 100px;
}

section.form>section>.section-separate{
  display: block;
  padding: 10px 20px;
  border-bottom: dotted 1px #ddd;
}
section.form>section>.section-separate:nth-child(2){
  padding-top: 20px;
}
section.form>section>.section-separate:last-child{
  padding-bottom: 20px;
  border-bottom: 0;
}
.section-separate-innerInline{
  display: inline-block;
}

/*-----------------------------------*/
/* Custom checkboxes, radios */
/*-----------------------------------*/

.custom-checkbox,
.custom-radio{
  display: inline-block;
  width: 100px;
  margin: 10px 0;
}
.custom-checkbox label,
.custom-radio label{
  display: inline-block;
}


ul[datepicker-popup-wrap] .btn-default{
  padding: 5px 10px;
}
ul[datepicker-popup-wrap] .text-info{
  color: #ff909f;
}
ul[datepicker-popup-wrap] .btn-default[disabled] {
  color: #999999;
}

section.form>section>.timeHour{
  padding-right: 10px;
}
section.form>section>.timeMin{
  padding-left: 10px;
}
section.form>section>.smallCell{
  text-align: center;
  width: 1em;
  padding: 20px 0;
}
section.form>section .img-input{
  display: none;
}
section.form>section .img-label{
  display: block;
  font-weight: normal;
}

/*datepicker*/

ul[datepicker-popup-wrap] .btn{
  background: #32bbb7;
}
ul[datepicker-popup-wrap] .btn.btn-success{
  background: #ff5c99;
}
ul[datepicker-popup-wrap] .btn.btn-danger{
  background: #98dddb;
}
ul[datepicker-popup-wrap] .btn[disabled]{
  opacity: 100;
  background: #fff; 
}
ul[datepicker-popup-wrap] .btn.active{
  background: #fff;
  color: #32bbb7; 
}
ul[datepicker-popup-wrap] .text-muted{
  color: #CCC;
}
ul[datepicker-popup-wrap] .text-info{
  color: #f00;
}

/* btn-modify */

.btn {
  background: #32bbb7;
}

.btn:hover {
  background: #2ba29e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background: #2ba29e;
}

.btn-warning {
  border: solid 1px #999;
  color: #444;
  background: #fff;
}

.btn-warning:hover {
  color: #444;
  background: #ededed;
}

.modal-footer .btn-primary {
  background: #ff5c99;
  color: #fff;
}

.modal-footer .btn-primary:hover {
  background: #e64f87;
  color: #fff;
}

@-moz-keyframes unreadMessages{
  0%{
    color: #606699;
  }
  100%{
    color: #ff5c99;
  }
}
@-webkit-keyframes unreadMessages{
  0%{
    color: #606699;
  }
  100%{
    color: #ff5c99;
  }
}
@keyframes unreadMessages{
  0%{
    color: #606699;
  }
  100%{
    color: #ff5c99;
  }
}
.unreadMessages::before{
  color: #ff5c99;
  -moz-animation: unreadMessages 1s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate;
  -webkit-animation: unreadMessages 1s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate;
  animation: unreadMessages 1s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate;
}
.unreadMessages:hover::before{
  color: #2a6496!important;
  animation-play-state: paused;
  animation: none;
}

.message-detail-header img,
.message-detail-header span{
  display: block;
}
.message-detail-header img{
  max-width: 80px;
  height: auto;
}
.message-detail-body{
  white-space: pre-line;
}
.preLine{
  white-space: pre-line;
  word-wrap: break-word;
}

/*ul[datepicker-popup-wrap] .btn-default.active{
  background: #333340;
}*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #606699;
    border-color: #606699;
}

.global-footer{
  background: #FFF;
  /*width: 100%;*/
  /*margin: 20px 0 0 220px;*/
  /*padding: 20px 20px 50px;*/
  border-top: 1px solid #dddddd;
  box-sizing: content-box;
}
.footer-flow {
  margin-bottom: 50px;
}
.footer-flow dt{
  font-size: 1.6rem;
  vertical-align: middle;
}
.footer-flow dt .icon-l{
  font-size: 3.0rem;
  vertical-align: middle;
}
.footer-flow-title{
  display: inline;
  vertical-align: middle;
}
.footer-flow dd{
  margin-top: 20px;
}
.footer-bnr{
  width: 100%;
  min-width: 760px;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
  box-sizing: content-box;
}
.footer-bnr ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bnr li{
  display: inline-block;
  font-size: 0;
  margin-right: 20px;
}
.footer-bnr li:last-child{
  margin-right: 0;
}
.footer-rectangle{
  padding-top: 50px;
}
.footer-rectangle ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-rectangle li{
  display: inline-block;
  font-size: 0;
  margin-right: 20px;
}
.footer-rectangle li:last-child{
  margin-right: 0;
}


/* alliance client edit */

#client_icon_for_alliance .dropzoneImageThumb {
  margin: 0 20px;
  width: 80px;
  height: 80px;
  float: left;
  position: relative;
  border-radius: 50%;
}

#client_icon_for_alliance .dropzoneImageThumbDeleteButton {
  /* border-radius: 20px; */
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("/images/client/close.png");
  background-position: center;
	background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
}

#client_icon_for_alliance .entypo-cancel {
  color:transparent !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

#client_icon_for_alliance .entypo-cancel::before {
  display:none;
}

.alliance_account .account-edit__list__item .required:after {
  content: "※";
  color: #d0201c;
  margin-left: 10px;
}

