.row.no-pad {
  margin-right:0;
  margin-left:0;
}

.row.no-pad > [class*='col-'] {
  padding:2px;
}
.form-group.nomargin {
    margin-bottom: 5px;
}
.dt-toolbar{
  display: none;
}
aside {
  background: linear-gradient(to right,#fff 93%,#fff 100%);
}
#header>:first-child, aside {
    width: 190px;
}
.menu-on-top aside#left-panel nav > ul > li {
  border-right: 1px solid #ff8000;
  border-left: 1px solid #FF8000;
}
nav ul li a {
  color: #f70008;
}
.menu-on-top aside#left-panel nav > ul > li:hover > a {
  color: #fc0508 !important;
}
.menu-on-top nav ul ul li a, .menu-on-top nav ul ul ul li a {
  color: #fc0508;
}
.menu-on-top nav ul ul li a:hover, .menu-on-top nav ul ul li:hover > a, .menu-on-top nav ul ul ul li a:hover {
  background-color: #FF8000;
}
#main {
    margin-left: 190px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
}
.input-group-addon {
    padding: 5px;
}
.form-control {
  padding: 5px;
}
#ribbon {
  background: #ff8000;
}
.fixed-ribbon #ribbon {
    left: 190px;
  }
#extr-page #header #logo img {
    width: 151px;
}
#logo img {
    width: 220px;
}
#logo {
    width: 320px;
    margin-top: 5px !important;
    margin-left: 0px !important;
}
.form-group {
  margin-bottom: 5px;
}
.errorlist{
  color: #b94a48;
}

#left-panel {
  padding-top: 0px;
}
body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
  top: 69px;
}
.fixed-ribbon #content {
  padding-top: 0px;
}

.form-control {
  font-size: 12px;
  height: auto !important;
}

input[type="date"].form-control{
  line-height: normal;
}

.jarviswidget > div {
  font-size: 12px;
}

#logo-group > span {
  height: 60px;
}
.btn-primary {
  background-color: #ff8000;
  border-color: #ff8000;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  background-color: #fc0306;
  border-color: #fc0306;
}
#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb > .active {
  color: #FFF;
}
.btn-warning {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}