.clear {
    clear: both;
}

.property-name {
    color: #aeb4b7;
}
.table-property-name {
    color: #aeb4b7;
    font-size: 85%;
    /*text-align: right;*/
    padding-top: 8px !important;
    /*vertical-align: bottom !important;*/
}

.subinfo span {
    margin: 0 10px 0 30px;
}
.subinfo span:first-child {
    margin: 0 10px 0 0px;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important
}

.table-breakword td {
    word-break: break-word;
}

.stats-container {
    position: relative;
    margin-bottom: 10px;
}

.stats-legend-table {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 300px;
    width: 300px;
}

.stats-details-container {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.stats-details-container table td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stats-chartcontainer-donuts {
    display: inline-block;
    height: 200px;
}
.stats-chartcontainer-bar {
    display: block;
    height: 200px;
}

.social-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-image: url("../images/socials.png");
}
.social-icon.facebook {
    background-position: 0;
}
.social-icon.twitter {
    background-position: -20px;
}
.social-icon.google {
    background-position: -40px;
}

.login-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-image: url("../images/logins.png");
}
.login-icon.site {
    background-position: 0;
}
.login-icon.facebook {
    background-position: -20px;
}
.login-icon.twitter {
    background-position: -40px;
}
.login-icon.google {
    background-position: -60px;
}

ul.pagination {
    margin-top: 0;
}
.username-property {
    width: 105px;
    display: inline-block;
}
.userdata-property {
    width: 60px;
    display: inline-block;
}

[data-toggle~="popover"] {
    text-decoration: underline;
    text-decoration-style: dotted;
    /* text-decoration-color: #3097D1; */
}
.glyphicon[data-toggle~="popover"] {
    text-decoration: none;
    /* color: #3097D1; */
}

.form-accordion .panel-default>.panel-heading {
    /* background-color: #eeeeee; */
    /* background-color: #3097D1;
    color: #fff; */
    color: #fff;
    background-color: #3097D1;
    border-color: #2a88bd;
}