@charset "UTF-8";
.container{    
	padding-right: 0px;
    padding-left: 0px;
}
.filterable {
    margin-top: 15px;
	
}

.form-control {
	color:#0063be;

}

.panel-primary filterable{
	background-color: #0063be;
	}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #0063be;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #0063be;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #0063be;
}
.pull-right hidden-xs showopacity glyphicon glyphicon-th-list {
	 background-color:#000; 
}
.dropdown {
  list-style: none;
}
.dropdown-menu {
	  background-color: #0063BE;

}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFF;
  
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown {
  list-style: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}	
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #FFF;
}
.panel-default {
	padding-left: 15p;
	padding-right: 15p;
}
.form-group {
	font-size:13px;
	color:#0063be;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0063be;
  border-color: #0063be;
}
