@charset "utf-8";
/*==================================================
*  Author : Tirapant Tongpann
*  Created Date : 28/03/2012 22:00
*  Module : 
*  Description : 
*  Involve People : -
*  Last Updated : 28/03/2012 22:00
==================================================*/
.clear{clear:both;}

.pagination > li > a, .pagination > li > span{color:#333333}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{color:#000; font-weight: bold;}

.color-primary{color:#2D82C7;}
.color-info{color:blue;}
.color-success{color:#3ECD74;}
.color-warning{color:#F2C34D;}
.color-danger{color:#F25118;}

.sidebar{font-family:SukhumvitSet-Medium;}

.text-align-left{text-align:left !important;}
.text-align-center{text-align:center !important;}
.text-align-right{text-align:right !important;}

/* RWD */
.rwd-table {
  
}
.rwd-table tr {

}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {

}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 11em;
  display: inline-block;
}
@media (min-width: 728px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 728px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
/*  overflow: hidden;*/
}
.rwd-table tr {
 
}
.rwd-table th, .rwd-table td {
 
}
@media (min-width: 728px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}


#block-search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}
 
#block-search .btn-search{color:#333333; background:transparent !important; box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0); font-weight:normal; border : 1px solid #cccccc;}
#block-search .bootstrap-select.btn-group .dropdown-menu{z-index: 9999;}
#block-search .btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0); color:#333333;}
#block-search .btn:hover, .btn:focus, .btn.focus{color:#333333;}
#block-search .dropdown-menu > li > a{padding:3px 5px;}
#block-search .bootstrap-select.btn-group .dropdown-toggle .caret{color:#333333;}

#block-search .btn .caret {
  border-top-color: #333333;
}

.widget:not(.widget-tabs) .tab-content{overflow:inherit;}
.tab-content{overflow:inherit;}

.popover {
    color: black;
}

.table-responsive th,
.table-responsive td{white-space: nowrap;}
.txt-label{border:0; border-bottom:1px dotted #cccccc; background-color: transparent !important; cursor: default!important;}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #FFFFE1 !important;
}