.distance {
    padding: 10px 0;
}

.distance-attribute {
    padding: 20px 0;
}

.btn[disabled] {
    background-color: #e8ce18;
}
.btn-maryous[disabled]:hover , .btn-maryous:hover{
    background-color: #e8af25;
    border-color: #eba50e;
    color: white;
}
.attribute {
    height: 34px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.attribute-separator {
    margin: 5px 0;
    text-align: center;
}

.navbar-default .navbar-nav > .active > a {
    background-color: white;
    border: 2px solid #E8B917;
    border-radius: 5px;
}

.panel-primary > .panel-heading, .navbar-default {
    color: #fff;
    background-color: #E8B917;
    border-color: #E8B917;
}

.panel-primary {
    border-color: #E8B917;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.btn-maryous {
    color: white;
    background-color: #E8B917;
    border-color: #eba50e;
}

.btn-confirm{
    margin-top: 20px ;
    height: 45px;
}
.delete-button{
    float: right;
}
.panel-authe-body{
    border: 2px rgba(232 ,185,23,0.3) solid;
    border-radius: 5px;
    margin-top: 35px;
    padding: 30px;
}
img{
    width: 300px;
}
.img{
    text-align: center;
}
.confirm{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}