@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
.page {
  margin-top: 15px;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
}
.pre-nav {
  background: #f5f5f5;
}
.logo {
  max-width: 180px;
  padding: 12px 0px;
}
.top-nav {
  padding: 15px 0px;
}
.top-nav a {
  margin-left: 10px;
}
.top-nav .date {
  margin-right: 10px;
}
.top-nav .name {
  margin-left: 10px;
}
.navbar {
  font-size: 14px;
  margin-bottom: 0px;
}
.navbar-inverse {
    background-color: #2D276D;
    border-color: #2D276D;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #FB9928;
}
.dropdown-menu {
	background-color: #1b1749;
}
.dropdown li {
  border-bottom: 1px dotted #696969;
}
.dropdown li:first-child {
  border-top: 1px dotted #696969;
}
.breadcrumb-outer {
  background: #F5F5F5;
}
.breadcrumb-outer .breadcrumb {
  margin-bottom: 0px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu .dropdown-menu {
  display: none;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.btn {
	border-radius: 4px;
}
.btn-primary {
	background-color: #FB9928;
	border-color: #EC8004;
	border-bottom-width: 3px;
}
.btn-primary:hover {
	background-color: #EC8004;
	border-color: #c7710e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fb9928;
    border-color: #ec8004;
}
.badge {
font-weight: 300;
font-size: 10px;
}
.table {
  font-size: 12px;
}
.table .form-group {
  margin-bottom: 5px;
  margin-top: 5px;
}
.table .form-group select {
  font-weight: 400;
}
.table .form-group input[type="text"] {
  font-weight: 400;
}
thead {
  background: #E4E4E4;
  font-size: 13px;
}
thead tr th {
  font-weight: 700;
}
.table > thead > tr > th {
  vertical-align: top;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #D8D8D8;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #E9EEEF;
}
form .form-control {
  font-size: 14px;
  height: 30px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.alert {
  padding: 5px 15px;
  line-height: 2;
}
.panel {
  background: #FBFBFB;
}
.panel-default > .panel-heading {
  background: #EAEAEA;
}
.panel-body {
  background: #FBFBFB;
}
.widget-box {
  margin-bottom: 15px;
}
.widget-box .title {
  display: inline-block;
}
.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.xs-btn-outer {
  margin-top: 8px;
}
.login-box {
  margin-top: 100px;
}
.login-box img {
  max-width: 200px;
  margin-bottom: 15px;
}
.login-box h3.title {
  margin-bottom: 15px;
}
.login-box .alert {
  margin-bottom: 0px;
}
label.error {
  color: red;
  font-weight: 400;
  margin-top: 4px;
}
body.bg-pattern {
  background: #f1f1f1 url('../img/bg.png');
}
.pager{
  margin:0px !important;
  text-align: left;
}

.label{
  font-size: 11px;
  font-weight: 300;
}
.myNav li{
  list-style-type: none;
}
.error{
  color:red;
}
.pagination{
  margin: 0px 0 !important;
}