.projectDashboard .standingDataCon {
    padding-right: 227px;
}

.projectDashboard .standingData {
    width: 100%;
}

.projectDashboard .standingData td {
    padding-bottom: 11px;
}

.projectDashboard .headline {
    color: #000;
    font-size: 15px;
}

.projectDashboard .standingData .headline {
    border-top: 1px solid #E4E4E4;
    padding-top: 8px;
    margin-bottom: 10px;
}

/*.projectDashboard .images .headline {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 8px;
    margin-right: 5px;
}*/

.projectDashboard .boxRight .headline {
    /*text-align: center;*/
    padding: 4px;
}

.projectDashboard tr:first-child .headline {
    border: none;
    padding-top: 0;
}

.projectDashboard .key {
    color: #666;
    /*padding-right: 30px;*/
    width: 150px;
}

.projectDashboard .value {
    color: #000;
    /*padding-right: 20px;*/
    width: 300px;
}

.dashboardLine {
    padding-bottom: 10px;
}

.projectDashboard .images {
    width: 201px;
    float: right;
}

.projectDashboard .images .thumbs {
    margin: 0 -3px -3px 0;
}

.projectDashboard .images .thumb {
    float: left;
    margin: 3px 3px 0 0;
}

.projectDashboard .images .thumb div {
    width: 99px;
    height: 99px;
    overflow: hidden;
}

.projectDashboard .images .thumb img {
    display: block;
/*    min-width: 99px;
    min-height: 99px;*/
    position: relative;
}

/*.projectDashboard .preview {
    min-width: 234px;
    float: right;
    margin-top: -20px;
    text-align: center;
}

.projectDashboard .preview .countLabel {
    font-size: 15px;
    margin-bottom: 10px;
}

.projectDashboard .arrowLeft {
    background: url(../images/project-dashboard/arrow-left.gif) left center no-repeat;
    padding-left: 13px;
    outline: none;
}

.projectDashboard .arrowRight {
    background: url(../images/project-dashboard/arrow-right.gif) right center no-repeat;
    padding-right: 13px;
}

.projectDashboard .preview img {
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 3px;
}

.projectDashboard .preview .invisibleLinks {
    display: none;
}*/

.boxRight {
    float: right;
    clear: right;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 6px;
    background: #FFF;
}

.googleMapsStatic img {
    display: block;
    width: 201px;
    height: 201px;
}

.googleMapsStatic a {
    display: block;
}

.googleMapsStatic .marker {
    width: 37px;
    height: 34px;
    background: url(/modules/ProjectAdmin/images/project-dashboard/marker.png) no-repeat right bottom;
    position: absolute;
    margin: 67px 0 0 85px;
}

.icon.payed {
    color: #74d181;
}

.icon.waitingForPayment {
    color: #ce4934;
}


.customer_avatar{
    display: inline-block;
    vertical-align: middle;
     width:50px; 
     height: 50px; 
     border-radius: 50%;                                   
     border: 1px #999 solid;background-repeat: no-repeat;
    background-size: cover;
}

.customer_label{
    padding-left: 5px; 
    display: table-cell;
    vertical-align: middle;
    text-overflow:ellipsis;
}

.customers_title{
    font-size: 20pt; 
    font-weight: 300;
    padding-bottom: 15px;
    display: table;
    margin: auto;
}

.scrollable_container{
    max-height: 300px; 
    position: relative; 
    overflow-y: scroll;
    
}

.scrollable_container::-webkit-scrollbar { 
    display: none; 
}