﻿/*UI Auto Complete*/

.select2-container {
width:100% !important;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 6px 7px;;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px !important;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-height: 250px;
  overflow-x: scroll;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  /*overflow:scroll;*/
  max-height: 250px;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* UI Auto Complete Complete*/

/*Head Image*/
.headerLogo{
    height: 5.5rem !important;
}
.headerLogomini {
    height: 3.5rem !important;
}
/*Header Image*/

/* data Table */
thead th, table.dataTable thead td {
    padding: 5px 20px !important;
    background-color: #65a6cd !important;
    border-bottom: 1px solid #333333;
}
tbody th, table.dataTable tbody td {
    padding: 3px 10px !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
    line-height: 1.42857143;
    font-size: 13px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/* data Table */

/*Nav Bar*/
.navbar-nav>.user-menu .user-image {
    float: left;
    width: 31px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0px;
    margin-top: -4px;
}
/* */

/* Footer */
.main-footer {
    padding: 7px !important;
}
/* Footer */

.headButton{
    margin-top:-2px;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius: 2px !important;
}

.select2-container .select2-selection--single {
    height:30px !important;
}

.bg-red-active {
    padding: 0px 6px 0px 6px !important;
    border-radius: 4px !important;
}

.SystemHead {
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    color: #f1f1f1;
    font-family: serif;
}

.counthighlight{
    position: absolute;
    top: 2px;
    right: 3px;
    text-align: center;
    font-size: 9px;
    padding: 5px 3px;
    line-height: .9;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.25rem !important;
}

.breadcrumb {font-size: 10px !important;margin-top: -5px !important;}
.container-fluid h1{font-size:12px !important;}
.container-fluid .row {margin-bottom: -7px !important;}
.label {display: inline-block;margin-bottom: .1rem !important;font-size: 12px !important;}
.form-label {display: inline-block;margin-bottom: .1rem !important;font-size: 12px !important;}