/*!
 * Start Bootstrap - Blog Post HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 0 0;
}

.navbar-inverse {
    background-color: #017CC2;
    border-color: #017CC2;
}
.navbar-inverse  img{
    margin-right: 10px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand, .pull-right a {
	color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .pull-right a {
	color: #D2CDCD;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a  {
	color: #D2CDCD;
}
.pull-right a:hover {
	color: #fff;
	text-decoration: none;
}
.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

/*.results th {
	
}*/

.ml10 {
    margin: 2px;
}

.col-fixed-160{
    
    width:100px;
    
    position:fixed;
    height:100%;
}
.pull-right input {
	width: 250px;
}
.register .input-group-addon {
	background-color: #D9EDF7;
}

.btn-xlarge {
    padding: 38px 48px;
    font-size: 42px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.data-header {
  position: fixed;
  left: 0;
  top: 55px;
  z-index:1030;
  width: 100%;
  height : 80px;
  /*background-color: #FFFFFF;
  background-color: #266598;
  color: #FFF;*/
  background-color: #FFFFFF;
}

.data-header-listldap {
  position: fixed;
  left: 0;
  top: 50px;
  z-index:500;
  width: 100%;
  height : 80px;
  background-color: #FFFFFF;
}

.data-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 0;
    z-index:1030;
    width: 100%;
    height : 100px;
    /*background-color: #FFFFFF;
    background-color: #266598;
    color: #FFF;*/
    background-color: #FFFFFF;
}

/*********** Modify By 2024-04-26 **************/
.btn-menu-manage {
  padding: 28px 38px;
  font-size: 36px;
  line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.btn-btnmenu {
  width: 350px;
  padding: 25px;
  font-size: 36px;
  line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  white-space: normal;
  word-wrap: break-word;
}

#tb-evlog thead th{
    background-color: #1974D2 !important;
    color: #FFF;
    border-color:#FFFFFF;
}

#table_q_ldap thead th{
  background-color: #1974D2 !important;
  color: #FFF;
  border-color:#FFFFFF;
}

#tbq_total_emp thead th{
  background-color: #1974D2 !important;
  color: #FFF;
  border-color:#FFFFFF;
}

.tb_head_evlog{
    width: 250px;
}

.tbhlog_ldap{
  width: 200px;
}
