.dropdown-menu {
    width: 100%;
}

.container{
    max-width:1000px;
}

.panel-default{
    padding: 15px;
    border:0;
}


.btn-portal, .btn-portal:hover,.btn-portal:active,.btn-portal:focus {
    outline: none !important;    
    border:0;
    font-weight: bold;
    padding: 10px 20px;			
    margin:5px 5px 5px 5px;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-bottomright: 14px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.btn:focus,.btn:active {
    outline: none !important;
}

a.list-group-item:focus, button.list-group-item:focus {
    outline:none;
}


.full-width {
    display:block;
    padding:10px;
}

.box{
    box-sizing: border-box;
    border: 1px solid #F00;
    background-color: #fff;
    color: #666;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
    font-weight: normal;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    display: block;
    font-family: "lucida_sansregular", Arial, sans-serif;
    font: 14px;
    line-height: 1.6;    
    overflow-x: hidden;
    min-width: 320px;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.btn-wrap {
    text-wrap: pretty;
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.col-same-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.col-same-height .btn-appointment {
   min-height: 50px;
}
html[lang="de"] .col-same-height .btn-appointment {
    min-height: 100px;
}



