.thumbnail h3 {
    text-align: center;
}

.thumbnail h4 {
    text-align: center;
}

.performances .pointer {
    cursor: pointer;

}

.performances-count {
    position: absolute;
    margin-top: -20px !important;
    width: 20px;
    color: #d34539;
    text-align: center;
}

.performances-saved {
    border-color: rgba(70, 136, 71, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(70, 136, 71, 0.6) !important;
    outline: 0 none !important;
}

.performances-error {
    border-color: rgba(211, 68, 57, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(211, 68, 57, 0.6) !important;
    outline: 0 none !important;
}

.performances-content .select2-container {
    vertical-align: middle;
    z-index: 10000;
}

.select2-dropdown {
    z-index: 10000;
}

.performances-content {
    width: 900px;
    padding: 0 5px;

}

.performances-attention {
    border: 1px solid red !important;
}

#performances-overview .pointer {
    cursor: pointer;
}

#performances-socket-overview .pointer {
    cursor: pointer;
}

#performances-overview .performance-stop {
    margin-left: 25px;
}

.performances-socket-container {
    padding: 10px;
}

.performances-socket-container > div {
    margin: 0 !important;
}

.performances-socket-items {
    /*padding:5px;*/
}

.performances-socket-list {
    float: none !important;
}

.performances-socket-dropped {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.performances-socket-dropped button {
    margin-top: 0 !important;
}

.performance-link {
    color: #006699;
}

table.performanceSocketTable {
    display: table;
    width: 100%;
}

.performanceSocketTableBody {
    border: solid #DDDDDD 1px;
}

table.performanceSocketTable thead, table.performanceSocketTable tbody {
    float: left;
    width: 100%;
}

table.performanceSocketTable tbody {
    overflow: hidden;
}

table.performanceSocketTable tr {
    width: 100%;
    display: table;
    text-align: left;
    vertical-align: middle;
}

table.performanceSocketViewTable tr td {
    vertical-align: middle;
}

table.performanceSocketViewTable tr td a, table.performanceSocketViewTable tr td input {
    margin: 0 !important;
    border: none;
}

table.performanceSocketTable th {
    text-align: left;
}

table.performanceSocketTable th, table.performanceSocketTable td {
    width: 20%;
}

table.performanceSocketTable th:first-child, table.performanceSocketTable td:first-child {
    width: 40%;
}

.top-profile-nav div.performances-socket-dropped div {
    margin-top: 0;
}

.performances-socket-container .alert-performance {
    margin-bottom: 5px !important;
}

.performance-socket-subactions-container {
    display: none;
}

.top-profile-nav .top-menu-icon a.btn-danger,
.top-profile-nav .top-menu-icon a.btn-primary,
.top-profile-nav .top-menu-icon.ge .dropdown-menu a.btn-danger:hover,
.top-profile-nav .top-menu-icon.ge .dropdown-menu a.btn-primary:hover {
    color: #ffffff;
}

/*ps-scrollbar-y-rail, .top-profile-nav div.ps-scrollbar-y-rail div.ps-scrollbar-y*/