button{
    cursor: pointer;
}
.main-col h3{
    padding: 20px 5px;
}
/*.entries .row{
    line-height: 1.5;
    margin: 7px 0px;
}
.entries .row div{
    padding: 6px 0px 2px 10px;
}*/
div.menu{
    width: 100%;
}
div.menu a{
    display: block;
    width: 100%;
    padding: 5px;
    margin-top:10px;
    background-color: #fff;
    color: rgba(0,0,0,0.78);
    text-transform: uppercase;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border: solid 1px transparent;
    border-color: #C31234;
}
div.menu a:hover{
    background-color: #C31234;
    color: #f8f9fa;
    text-decoration: none;
    font-weight: bold;
    border-color: #000;
}
div.menu a.active{
    background-color: #C31234;
    color: #f8f9fa;
    text-decoration: none;
    font-weight: bold;
    border-color: #000;
}
.version{
    font-size: 0.75rem;
}
.progress{
    height: 30px;
    background-color: lightgray;
    color:#000000;
}
.progress-bar{
    padding-left: 3px;
    text-align:left;
    color:#000000;
    overflow:visible;
}
.nav-item.nav-link{
    min-width: 150px;
}
div.active.show{
    background-color: #fff;
    padding: 10px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}
#accounts .row:last-child{
    border-bottom: 4px solid darkblue;

}
.zammad-form .btn{
    background-color: #17a2b8;
    color: white;
}
.editdns .table td, .table  th {
    padding: .25rem;
    vertical-align: top;
}
.editdns .table tr:nth-child(even){
    background: #fff;
}
.editdns .table tr:nth-child(odd){
    background: #ededed;
}
.editdns .table tr{
    border-bottom: solid 1px darkgray;
}
.editdns .table{
    border: solid 1px darkgray;
}
.editdns .table tr:last-child{
    border-bottom:none;
}
#zoneTxt .modal-dialog, #zoneView .modal-dialog{
    max-width: 800px;
}
.dnszone{
    border: solid 1px red;
}
.row.modalrestore{
    border-bottom: solid 1px darkgray;
}