.editing {
    /*border: red thin solid;*/
}

body {
    background-color: #E1F0E1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    background: white;
    margin-bottom: 20px;
    border-top: #69A127 solid 3px;
}

.jumbotron {
    background: white;
    padding-top: 20px;
}

.navbar-default .navbar-brand {
    color: #000;
    font-weight: bold;
}

.navbar-brand-ccc {
    color: #ccc !important;
    font-size: 1em;
    margin-top: 2px;
}

.message-text{
    color: red;
    font-weight: bold;
}

.tku{
    color: green !important;
    font-weight: bold;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    border-bottom: 5px #69A127 solid;
    background: white;
}

.navbar-default .navbar-nav>li>a {
    border-bottom: 5px #ebebeb solid;
    background: white;
}

.all-gray {
    color: #666;
}

.all-gray > h5 {
    margin-top: 20px;
}

.all-gray > ul > li {
    list-style: none;
    margin-left: -30px;
}

.orange-text{
    color: #FF6600 !important;
}

#resoconto-table td{
    color: #666;
    padding-bottom: 8px; 
}

#resoconto-table td:first-child{
    text-align: right;
}

#resoconto-table td:not(:first-child) {
    padding-left: 10px;
}


.black {
    color: #000 !important;
}

.gray-hr {
    border: solid thin #CCC !important;
}

.main > h4 {
    font-size: 16px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(105, 161, 39, 1.00) !important;
    border: solid rgba(102, 153, 51, 1.00) !important;
    border-width: 1px !important;
}

.clearfix {
    margin-bottom: 30px;
}

ul.spunte {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.main {
    font-size: 13px;
    padding-top: 3px;
}

li.spunta {
    background: url('../img/spunta.jpg') no-repeat left top;
    padding-left: 22px;
    font-size: 13px;
    padding-top: 3px;
}

.btn-success {
    background: #69A127 !important;
}

.green {
    color: #69A127;
}

.muted {
    color: #666;
}

p.text-bold {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -3px;
}

p.text {
    font-size: 12px;
    text-align: center;
}

li > a {
    color: #69A320;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
    background: #69A320;
    border: none;
}

.nav-tabs > li > a {
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    margin-left: 20px;
}

.nav-tabs {
    border-bottom: none;
}
