.top-menu {
    padding-top: 10px;
}

.page-header {
    background-color: #C25100;
    margin-top: 0;
    padding: 20px 20px 20px 40px;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
    color: #ffffff;
    font-size: 36pt;
    text-decoration: none;
}

.page-header a {
    color: #ffffff;
}
.content {
    margin-left: 40px;
}

h1, h2, h3, h4 {
    font-family: 'Lobster', cursive;
}

.date {
    color: #828282;
}

.save {
    float: right;
}

.top-menu, .top-menu:hover, .top-menu:visited {
    color: #ffffff;
    float: right;
    font-size: 26pt;
    margin-right: 20px;
}

.account_payment_list {
    margin-bottom: 70px;
}

.account_payment_list h2 a, .account_payment_list h2 a:visited {
    color: #000000;
}

.account_receivable_list {
    margin-bottom: 70px;
}

.account_receivable_list h2 a, .account_receivable_list h2 a:visited {
    color: #000000;
}
.comment {
    margin: 20px 0px 20px 20px;
}

.headers {
    text-align: center;
}
.headers span {
    padding: 0 20px;
}

table input, table select, table button {
    height: 30px;
}

.content-header {
    padding: 40px 0;
}

.tabel-raport {
    border: 1px solid black;
    padding: 15px;
}

#id_furnizor {
    width: 200px;
    height: 25px;
}

#id_cu_tva {
    width: 70px;
    height: 25px;
}

#id_client {
    width: 200px;
    height: 25px;
}

#id_prestator {
    width: 200px;
    height: 25px;
}

#id_clienta_lui {
    width: 200px;
    height: 25px;
}

#id_metoda_de_plata {
    width: 180px;
    height: 25px;
}

#id_utilities {
    width: 210px;
    height: 25px;
}

.navbar {
    background: #fff;
    border: none;
    margin-bottom: 0;
}
.navbar-header {
    min-height: 40px;
}
.navbar-nav {
    margin: 30px;
}

.navbar-right {
    margin: 0;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #78c7f2;
    color: #fff;
}

.panel-heading a:link, .panel-heading a:visited {
    color: #fff;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f06b42;
    border-color: #b8217e;
}

td.hide, th.hide {
    visibility: hidden;
}