/*--CARD--*/

.card-pos {
    border: 1px solid #ddd !important;
    position: relative;
}

.card-pos>.card-pos-circle {
    height: 30px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: -1px;
    border-top: none;
    margin-left: -30px;
    border-radius: 0 0 60px 60px;
    -moz-border-radius: 0 0 60px 60px;
    -webkit-border-radius: 0 0 60px 60px;
    background: #F8F8F8;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.card-pos>.card-header {
    height: 105px;
    width: 100%;
    background-color: #FFF !important;
    border: 0px !important;
}

.card-pos>.card-header>h2 {
    margin-top: 34px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-pos>.card-header>h3 {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-pos .card-img {
    border-radius: 0px !important;
}

.card-pos>.card-footer {
    padding: 0px !important;
    border-top: 0px !important;
}

.card-pos>.card-footer>.btn {
    border-radius: 0px !important;
}

.card-pos-location {}

.card-pos-location .card-body {
    padding: 0px;
}

.card-pos-info .table+.table {
    margin-top: 0px;
    border-top: 3px solid #ddd;
}