.binsMsgBox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  text-align: center;
  z-index: 1121000;
}

.binsMsgBox .dialog{
   position: relative;
   display: inline-block;
   top: 20%;
   width: 512px;
   max-width: calc(100% - 10px);
   background: #ffffff;
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
   cursor:auto;
}

.binsMsgBox .body{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.binsMsgBox .TitleDiv {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f9;
}

.binsMsgBox .TitleDiv label{
  font-size: 15px;
  font-weight: 600;
  color: #666666;
}

.binsMsgBox .ButtonDiv{
  border-top: 1px solid #f0f0f9;
  padding: 5px;
}

.binsMsgBox .ButtonDiv button{
   border: none;
   background: none;
   font-size: 15px;
   color: #0080cc;
   height: 30px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 2px;
   border: 1px solid rgba(0,0,0,0);
   font-weight: bold;
   cursor: pointer;
}




.binsSelectBox {
  position: relative;
  width: auto;/* 너비설정 */

  border: 1px solid #999; /* 테두리 설정 */
  padding-right: 60px;

  z-index: 1;

  /* focus 효과*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.binsSelectBox.disable {
  border: 1px solid #cccccc; /* 테두리 설정 */
}


/* 가상 선택자를 활용 화살표 대체 */
.binsSelectBox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #313131;
}

.disable.binsSelectBox:before {
  border-top: 5px solid #cccccc;
}

.binsSelectBox label {
  position: absolute;
  padding: .4em .5em; /* select의 여백 크기 만큼 */
  color: #333;
  z-index: -1; /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
  white-space: nowrap;
  overflow-x: hidden;
  width: calc(100% - 40px);
}

.binsSelectBox.disable label{
  color: #cccccc; /* 테두리 설정 */
}

.binsSelectBox select {
  width: calc(100% + 60px);
  height: auto;  /* 높이 초기화 */
  line-height: normal; /* line-height 초기화 */
  font-family: inherit; /* 폰트 상속 */
  padding: .5em .5em;  /* 여백과 높이 결정 */
  border: 0;
  opacity: 0;  /* 숨기기 */
  filter: alpha(opacity=0);  /* IE8 숨기기 */

  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

.binsSelectBox option {
  font-size: 15px;
}





.bins-select-box {
  position: relative;
  width: auto;/* 너비설정 */

  border: 1px solid #999; /* 테두리 설정 */
  padding-right: 60px;

  z-index: 1;

  /* focus 효과*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bins-select-box.disable {
  border: 1px solid #cccccc; /* 테두리 설정 */
}

/* 가상 선택자를 활용 화살표 대체 */
.bins-select-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #313131;
}

.disable.bins-select-box:before {
  border-top: 5px solid #aaaaaa;
}

.bins-select-box label {
  font-size: 14px;
  position: absolute;
  padding: .4em .5em; /* select의 여백 크기 만큼 */
  color: #333;
  z-index: -1; /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
  white-space: nowrap;
  overflow-x: hidden;
  width: calc(100% - 40px);
}

.bins-select-box.disable label{
  color: #aaaaaa; /* 테두리 설정 */
}

.bins-select-box select {
  width: calc(100% + 60px);
  height: auto;  /* 높이 초기화 */
  line-height: normal; /* line-height 초기화 */
  font-family: inherit; /* 폰트 상속 */
  padding: .5em .5em;  /* 여백과 높이 결정 */
  border: 0;
  opacity: 0;  /* 숨기기 */
  filter: alpha(opacity=0);  /* IE8 숨기기 */

  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

.bins-select-box option {
  font-size: 15px;
}



.bins-table {
  margin-bottom: 5px;
  border-top: 2px #369 solid;
  border: 1px #aaaaaa solid;
}

.bins-table .bins-thead {
  border-bottom: 1px #369 solid;
}

.bins-table .bins-thead .bins-tr {
  display: flex;
  width: 100%;
}

.bins-table .bins-thead .bins-tr+.bins-tr {
  height: 100%;
}

.bins-table .bins-thead .bins-tr .bins-th {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

.bins-table .bins-thead .bins-tr .bins-th+.bins-th{
  border-left: 1px #aaaaaa solid;
}

.bins-table .bins-thead .bins-tr .bins-th *{
  font-size: 12px;
  font-weight: 500;
  color: #369;
  font-weight: bold;
}

.bins-table .bins-tbody {
}

.bins-table .bins-tbody .bins-tr {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.bins-table .bins-tbody .bins-tr:hover {
  background: #fcfcfc;
}

.bins-table .bins-tbody .bins-tr+.bins-tr {
  border-top: 1px #cdcdcd dashed;
}

.bins-table .bins-tbody .bins-tr .bins-td{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

.bins-table .bins-tbody .bins-tr .bins-td+.bins-td{
  border-left: 1px #aaaaaa solid;
}

.bins-table .bins-tbody .bins-tr .bins-td *{
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}

.bins-table .bins-trow {
  /* display:block !important; */
}

.bins-table .bins-trow .trowContent{

}

.bins-trow .bins-th{
  display: flex !important;
  width: 100% !important;
  flex: 1 !important;
  height: auto !important;
  border: none !important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.bins-trow .bins-td{
  display: flex !important;
  width: 100% !important;
  flex: 1 !important;
  height: auto !important;
  border: none !important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.bins-table .bins-tnone {
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.bins-table .bins-tnone label{
  font-size: 12px;
  font-weight: 500;
  color: #444444;
}









#toast {
  position: fixed;
  min-width: 150px;
  bottom: 50px;
  right: 10px;
  text-align: right;
}

.toastWrap {
  margin: 6px 0 0;
  padding: 18px 0 15px;
  display: none;
}

.toast {
  border: 1px solid #F1D031;
  color: #444;
  background: #FFFFA3;
  box-shadow: 0 2px 3px #999;
  padding: 18px 20px 15px 8px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: arial;
  font-size: 13px;
  white-space: pre;
  position: relative;
}

#toast b {
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 12px;
  height: 12px;
  font: normal 12px/1 Arial, sans-serif;
  text-align: right;
  cursor: pointer;
  text-shadow: #FFF 0 1px 0;
}

#toast b:before {
  content: "\2716";
}

.timerWrap {
  position: absolute;
  bottom: 4px;
  left: 4px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.timer {
  display: block;
  height: 4px;
  width: 0;
  background-color: #F1D031;
}
