.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: 16px 16px;
}
.eSelection span.eIcon.selected .cat_icon {
    background:url(../images/common/min_icon.jpg) no-repeat; background-size: 16px 16px;
}

.categoryDiv {
    padding:10px 20px 10px 20px;
    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:19px;
    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;
}*/


.categoryDiv2 {
    padding:10px 20px 10px 20px;
    border:1px dotted silver;
    display:none;
}

.categoryDiv2.selected {
    display:block;
}


.categoryDiv2.selected {
    display:block;
}

.categoryDiv2 table.input-checkbox-table{
    border:none;
    width:100%;
}

.categoryDiv2 table.input-checkbox-table td{
    padding-left:10px;
    border:none;
    width:50%;
    font-size:100%;
}
.categoryDiv2 table.input-checkbox-table td input[type=text]{
    width: 70%;
    max-width:270px;
}

.solution {
    text-align:center;
    padding:5px;
    font-size:14px;
    width:300px;
    display:inline-block;
    margin-left:4px;
    margin-right:4px;
}

.solution01 { background-color: #718cc7;color:white;}
.solution02 { background-color: #662c7d;color:white;}
.solution03 { background-color: #5a8c19;color:white;}
.solution04 { background-color: #dc377a;color:white;}
.solution05 { background-color: #0054a6;color:white;}
.solution06 { background-color: #99369a;color:white;}
.solution07 { background-color: #f26522;color:white;}
.solution08 { background-color: #3c9c5f;color:white;}
.solution09 { background-color: #a40000;color:white;}
.solution10 { background-color: #1492dc;color:white;}
.solution11 { background-color: #ed145b;color:white;}
.solution12 { background-color: #28385E;color:white;}
.solution13 { background-color: #90A4AE;color:white;}
.solution14 { background-color: #9cc3c1;color:white;}
.solution15 { background-color: #2a5772;color:white;}
.solution16 { background-color: #959595;color:white;}


.details_cat_name {font-weight:bold;font-size:14px;padding-top:5px;display:inline-block;}



.indentCon {padding-left:12px;}
.category_con {padding-bottom: 20px;}
.category_con.row label {margin-bottom:-10px;font-weight:normal;}
.category_con.row label div{display:table-cell;}
.category_con.row label div input{margin-right:5px}
.category_con_other {margin-top:5px;}
.category_con_other input {color:black;}
.inlineInput{display:inline; width:80%}
.cat_other_text{padding-top:10px;}
.cat_other_text:empty{display:none;}

#search_items ul.remarks {
    margin: 0px 0 0px 0 !important;
}

.remarks li {
    margin-top: 5px;
}
.label-new {background-color:#30a6e1;}
.label-demo {background-color:#d17c02;}
.label-sample {background-color:#8dcc61;}
.label-present {background-color:#e91e63;}
.label-release {background-color:#ff5722;}
.product_field{font-size:12px;padding:5px 8px;float:right;margin-left:3px;}
.label-pdf {background-color:#777777;}
.label-video {background-color:#009688;}
.label-seminar {background-color:#9fa8da;}