.result-window {
    background: #fbfbfb;
    border: 1px solid #cccccc !important;
    border-radius: 3px;
    height: 250px;
}

#search-result-container {
    overflow-y: auto;
    position: relative;
}

#loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    display: none;
}

.table-trans {
    border: 0 !important;
    padding: 0;
}

.table-trans td {
    border: 0 !important;
    font-size: 10pt;
    padding: 8px 5px 5px;
}

.row-result {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    margin: 5px;
    background: #f1f1f1;
    border: 1px solid #ececec !important;
    border-radius: 3px;
}

.cell-result {
    padding: 5px;
    position: relative;
}

.no-bottom-margin#grp-content {
    padding: 0 20px 20px;
}

.members-table {
    width: 100%;
}

.grp-tabular .grp-table .grp-tbody.grp-contentfail .grp-th, .grp-tabular .grp-table .grp-contentfail .grp-td {
    border-right-color: #f2d4d4;
    border-left-color: #faf0f0;
    background: #f7d3e6
}

.grp-tabular .grp-table .grp-tbody.grp-userfail .grp-th, .grp-tabular .grp-table .grp-userfail .grp-td {
    border-right-color: #f2d4d4;
    border-left-color: #faf0f0;
    background: #f7e7cc
}

.grp-tabular .grp-table .grp-tbody.grp-userfail .grp-th, .grp-tabular .grp-table .grp-unsure .grp-td {
    border-right-color: #f2d4d4;
    border-left-color: #faf0f0;
    background: #c2daf7
}

.grp-td.member-name {
    position: relative;
}

.grp-row select {
    width: 758px;
}

.grp-div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.soft_require {
    border-color: #eccccc !important;
}

#members-group {
    margin: 0 2px 5px -2px;
    border: 1px solid #ccc;
    padding: 1px;
}

.grp-table .grp-td.reason {
    vertical-align: middle;
}

.grp-table .grp-td.speaker {
    vertical-align: middle;
}

.grp-tabular .grp-table .grp-tbody .grp-td.grp-tools-container2 {
    vertical-align: middle;
    margin: auto;
    padding: 0;
    width: 42px;
}

.grp-tabular .grp-table .grp-tbody .grp-td.grp-tools-container2 .grp-tools {
    top: auto;
    margin: auto;
    padding: 5px;
}

.grp-table .grp-td.registration-date {
    vertical-align: middle;
}

.grp-table .grp-td.reason input[type="text"] {
    width: 100%;
}

.grp-object-tools li .import-tool {
    width: auto;
    opacity: 1;
    height: 16px;
    padding: 2px 10px;
    border: 1px solid #8c8c8c;
    display: block;
    margin-top: 1px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(#b0b0b0,#a0a0a0);
}

.grp-object-tools.grp-tools.grp-form {
    top: 0;
    height: 36px;
}

.grp-object-tools li .task-tool {
    width: auto;
    opacity: 1;
    height: 20px;
    padding: 4px 10px 2px 10px;
    border: 1px solid #8c8c8c;
    display: block;
    margin-top: 1px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(#b0b0b0,#a0a0a0);
}
