.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 54%;
  z-index: 1050;
  width: 670px;
  margin-left: -380px;
  /*background-color: #ffffff;*/
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 430px;
  padding: 15px 7px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.table01 label {
    font-weight: normal;
}
        
.cat_icon {
    width:24px;
    display:inline-block;
    text-align:center;
    border: none;
}

.eSelection {
    border:1px dotted silver;
    padding:10px 20px 8px 20px;
    margin-bottom:20px;
}

.eSelection span.eIcon {
    margin-bottom:3px;
    color:silver;
    cursor:pointer;
    display:inline-block
}
.eSelection span.eIcon.selected {
    font-weight:bold;
    font-size:17px;
    color:black;
}

.eSelection span.eIcon .cat_icon {
    background:url(../images/common/plus_icon.jpg) no-repeat; background-size: 20px 20px;
}
.eSelection span.eIcon.selected .cat_icon {
    background:url(../images/common/min_icon.jpg) no-repeat; background-size: 20px 20px;
}

.categoryDiv {
    padding:10px 4px 8px 4px;
    border:1px dotted silver;
    display:none;
}

.categoryDiv.selected {
    display:block;
}

.categoryDiv table.input-checkbox-table{
    border:none;
    width:100%;
}

.categoryDiv table.input-checkbox-table td{
    padding-left:10px;
    border:none;
    width:50%;
    font-size:100%;
}
.categoryDiv table.input-checkbox-table td input[type=text]{
    width: 70%;
    max-width:270px;
}
.category_name {
    text-decoration:underline;
}
.cateSep {
    clear:both;
    height:13px;
    display:block;
}
.eName {
    font-size:20px;
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:20px;
}

.toastError {
    width:300px;
    height:40px;
    height:auto;
    position:absolute;
    margin:0 auto;
    /*left:500px;
    top:400px;*/
    /*margin-left:-100px;
    bottom:10px;*/
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    z-index:99999;
}

.modal.fade.categoryModal .modal-body {
    max-height: 430px;
    max-height: -webkit-calc(100vh - 225px);
    max-height: -moz-calc(100vh - 225px);
    max-height: calc(100vh - 225px);
}

.clear_button {
    background-color: #c5dbec;
    border: 1px solid #2e6e9e;
    padding: 2px 5px 2px 5px;
    margin-left: 10px;
    cursor: pointer;
    color: #2e6e9e;
    display: inline-block;
    float:right;
}

.productTxt {
    margin-top:10px;
}

.cat_btn {
    margin-top:3px;
    margin-left:3px;
}

.invisible {
    display:none;
}

.modal.fade.categoryModal {
    display:none;
    top:5%;
    width:1060px;
    left:43%;
}

.modal-dialog {
    width:1060px;
}