#main-wrapper .brand-logo img{
  height: 60px;
}

#main-wrapper.menu-toggle .brand-logo img{
  height: 30px;
}


#error-stack{
  background-color: #222222;
  padding: 1em;
  font-size: 12px;
  color: #fff;; 
  margin-bottom: 2em;
}
#error-stack h5{
  color: #fff;;
}
#error-stack pre, #error-stack code{
  background-color: #222222;
}

.ck-editor{
  border: 1px solid #EEEEEE !important;
  border-radius: 10px;
  overflow: hidden;
}

#model-loader{
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
}

#model-loader .innner{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#model-loader .msg-area{
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#common-search-modal-tbody .spinner > div{
  background-color: #428bca;
}

#bank-search-modal-bg{
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center; 
}

#bank-search-modal-wrap{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bank-search-modal{
  width: 80%;
  max-width: 620px;
  display: inline-block;
  height: 420px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

#bank-search-modal-footer{
  position: absolute;
  border-top: 1px solid #ccc;
  height: 50px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  bottom: 0;
  border-radius: 0 0 4px 4px;
  text-align: right;
  padding: 10px 10px 0;
}
#bank-search-modal-main{
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  color: #333;
}

.bank-search-modal-main-left{
  float: left;
  width: 420px;
  height: 100%;
  border-right: 1px solid #ccc;
}

.bank-search-modal-main-right{
  float: left;
  width: 200px;
  height: 100%;
}

.bank-search-modal-main-scroller{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.char-table{
  width: 100%;
}

.char-table ul{
  list-style: none;
  padding:0;
  width: 9%;
  margin: 0 0 0 0.5%;
  float: left;
}
.char-table ul:first-child{
  margin: 0 0 0 2.5%;
}

.char-table ul li{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.char-table ul li:hover{
  background-color: #1a73e8;
  color: #fff;
}

.char-table ul li.disabled{
  background-color: #e0e0e0;
  cursor: default!important;
  color: #999;
}

h2.modal-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  background: #efefef;
  border-bottom: 1px solid #ccc;
}

h4.modal-sub-title{
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 20px;
}

#bank-search-modal-main-bank{
  list-style: none;
  padding: 0 2.5%;
}
#bank-search-modal-main-bank li{
  margin: 0;
  font-size: 12px;
  float: left;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  margin-left: 3px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s;

}
#bank-search-modal-main-bank li:hover{
  background-color: #1a73e8;
  color: #fff;
}

#bank-result{
  padding: 0;
  list-style: none;
}

#bank-result li{
  list-style: none;
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  transition: 0.5s;
}

#bank-result li:hover{
  background-color: #1a73e8;
  color: #fff;
}

.bank-name-arrow{
  font-size: 12px;
  padding: 6px 4px;
  background: #eee;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.sub-header .breadcrumb{
  margin-bottom: 0;
  font-size: 0.8rem;
}

label.error{
  color: red;
}

.fs-xs{
  font-size: 12px;
}


/* Extend select2 */
.select2-container--default .select2-selection--single{
  border: 0.0625rem solid #EEEEEE;
  height: 3.5rem;
  padding: 0.54rem 0.25rem;
}
.select2-container--default.select2-container--focus .select2-selection--single{
  border-color: rgba(235, 129, 83, 0.9);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 1rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #ccc;
  border-radius: 2px;
}

.filter-option-inner-inner{
  font-size: 14px;
}

.edit-message{
  cursor: pointer;
  color: black;
}

.delete-message{
  cursor: pointer;
  color: black;
}

.form-control:disabled{
  background: #ebebeb;
}

table a{
  color: #2681c7;
}

table a:hover{
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-control:disabled, .form-control[readonly] {
  background: #e6e6e6;
  opacity: 1; 
}

.content-body .sub-header{
  padding: 5px 40px;
    height: 3rem;
    display: flex;
    background-color: #fff;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.btn-xs{
  font-weight: 400;
  font-size: 12px;
  padding: 4px 10px !important;
}

.btn{
  padding: 16.5px 1.5rem;
}

a.btn{
  text-decoration: none;
}
a.btn:hover{
  text-decoration: none;
}

.table-settle{
  width: 100%;
  border-collapse: collapse;
}


.table-settle tr{
  
  border-bottom: 1px solid #eeeeee!important;
}

.table-settle thead th{
  vertical-align: top;
}

.table-settle th, .table-settle td{
  padding: 0.6rem 1rem;
}
/****************************************/
.table-settle-ajast{
  width: 100%;
  border-collapse: collapse; 
}

.table-settle-ajast tr{
  border-bottom: 1px solid #eeeeee!important;
}

.table-settle-ajast th, .table-settle-ajast td{
  padding: 3px 4px;
}


.form-control-xs{
  background: #fff;
  border: 0.0625rem solid #EEEEEE;
  padding: 1px 5px;
  color: #6e6e6e;
  border-radius: 0.5rem;
  margin: 2px 0px 2px 3px !important;
  width: 100%;
  font-weight: 300;
  height: 30px;
}

