@charset "utf-8";

.btn, .btn-group {
	border-radius:0px !important;
	font-size:13px;
	box-shadow:none !important;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0px 12px !important;
  font-size: 13px !important;
  line-height:28px !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0px 10px !important;
  font-size: 12px !important;
  line-height:20px !important;
}

.btn-primary {
  color: #fff;
  background-color: #070;
  border-color: #070;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #070;
  border-color: #070;
}
.btn-primary:hover {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}
.xbtn-primary:not(:hover) {
  color: #fff;
  background-color: #070;
  border-color: #070;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #070;
  border-color: #070;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #000;
  background-color: #fb0;
  border-color: #fb0;
}
.btn-primary:active:not(:hover),
.btn-primary.active:not(:hover), 
.btn-primary:focus:not(:hover),
.btn-primary.focus:not(:hover) {
  color: #fff;
  background-color: #070;
  border-color: #070;
}
.btn-primary:active:not(:hover),
.btn-primary.active:not(:hover) {
  color: #fff;
  background-color: #fb0;
  border-color: #fb0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}


.btn-default {
	color: #000;
	background-color: #ffffff;
	border-color: #ccc;
	background-color:#eee;
	background: linear-gradient(to bottom, #eee, #ddd);
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #000;
  background: linear-gradient(to bottom, #ddd, #eee);
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background: linear-gradient(to bottom, #eee, #ddd);
  border-color: #ccc;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background: linear-gradient(to bottom, #eee, #ddd);
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}


.modal-content {
  background-color: #fff;
  border: 0 !important;
  border-radius: 0px;
}
.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background:#eee;
}
.modal-header .close {
  margin-top: 2px;
}

.tab-pane h5 {
	padding:6px 10px;
}
.tab-pane div.inner {
	background:#fff; 
	padding:5px 5px 0; 
	border-left:0px #ccc solid;
	border-right:0px #ccc solid;
	border-bottom:0px #ccc solid;
}

.nav-tabs {
  border-bottom:1px #ccc solid;
  margin-left:0px;
  margin-bottom:0px;
}
.nav-tabs > li {
  float: left;
  margin-bottom:-2px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: normal;
  border: 1px solid tarnsparent;
  border-bottom:0;
  border-radius:3px 3px 0 0;
  background:rgba(0,0,0,0.03);
  color:#575;
  font-weight:600 !important;
  margin-bottom:1px;
  padding:10px 12px;
}
.nav-tabs > li > a:hover {
  background:#fff;
  border: 1px solid tarnsparent;
  border-bottom: 0px solid #aaa;
  color:#030;
  cursor: pointer;
  font-weight:600;
  margin-bottom:1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #030;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  cursor: default;
  font-weight:700;
}
.nav-tabs > li.active > a:focus {
  color: #000;
  
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
div.dataTables_wrapper div.dataTables_paginate {
	border-radius:0 !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	border-radius:0 !important;
}
.pagination li a {
  border-radius: 0px !important;
}










