.motion-modules-motion-search {
    margin-top: 20px;
}
/*TABS*/
.motion-modules-motion-search .tabs {
    
}
.motion-modules-motion-search .tabs .tab {
    display: block;
    background-color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
    float: left;
    color: black;
}
.motion-modules-motion-search .tabs .tab:hover {
    background-color: lightgray;
}
.motion-modules-motion-search .tabs .tab.active {
    background-color: gray;
    color: #ffffff;
}
/*CONTENT*/
.motion-modules-motion-search .search-content {
    background-color: gray;
    padding: 10px;
}
.motion-modules-motion-search .search-content .search-bar {

}
.motion-modules-motion-search .search-content .search-bar .search-input {
    float: left;
    background-color: white;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.motion-modules-motion-search .search-content .search-bar .search-input input {
    border: none 0;
    outline: none;
    padding: 7px 10px;
    color: black;
    font-size: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 830px;
}
.motion-modules-motion-search .search-content .search-bar .search-button {
    float: left;
    background-color: #a9a9a9;
    padding: 7px 20px;
    color: black;
    font-size: 20px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
.motion-modules-motion-search .search-content .search-bar .search-button:hover {
    background-color: black;
    color: white;
}

.motion-modules-motion-search .search-content .sub-title {
    font-family: Georgia,"Time New Roman",serif;
    font-style: italic;
    color: lightgray;
    font-size: 20px;
    margin: 15px 0;
}
.motion-modules-motion-search .search-content .categories-bar {
    margin-bottom: 15px;
}
.motion-modules-motion-search .search-content .categories-bar input {
    vertical-align: middle;
}
.motion-modules-motion-search .search-content .categories-bar label {
    vertical-align: middle;
    font-size: 18px;
    color: white;
    padding-left: 5px;
    padding-right: 30px;
}

.motion-modules-motion-search .search-content .options {
    
}
.motion-modules-motion-search .search-content .options .category-group {
    float: left;
}
.motion-modules-motion-search .search-content .options .category-group.filters .filter {
    float: left;
}
.motion-modules-motion-search .search-content .options span {
    font-size: 18px;
    color: white;
}
.motion-modules-motion-search .search-content .options select,
.motion-modules-motion-search .search-content .options input {
    font-size: 16px;
    padding: 5px;
    margin-right: 20px;
}

/*CHECKLIST ITEMS GRID*/
.motion-modules-checklist-items {
    margin-bottom: 20px;
}
.motion-modules-checklist-items .x-grid-cell-inner img.checklist-item-checkbox {
    width: 24px;
    height: 24px;
    background-image: url('../../img/frontend/checklist-grid-checkbox-24x24.png') !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}
.motion-modules-checklist-items .x-grid-cell-inner img.checklist-item-checkbox.checked {
    background-position: center center !important;
}
.motion-modules-checklist-items .x-grid-cell-inner img.checklist-item-checkbox.pending {
    background-position: bottom center !important;
}
.motion-modules-checklist-items .checklist-item-date .x-grid-cell-inner {
    font-size: 16px;
}
.motion-modules-checklist-items .x-grid-view .x-no-records {
    font-size: 20px;
    padding: 20px;
    text-align: center;
    display: block;
}
.motion-modules-checklist-items .x-grid-view .resend-reference-button {
    display: block;
    text-align: center;
    background: #456320;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.motion-modules-checklist-items .x-toolbar .x-btn-icon.print {
    background: url('../../img/print.png') no-repeat 50% 50%;
}


/*INTEREST LIST*/
.motion-modules-interest-list {
    margin-bottom: 20px;
    float: right;
}
.motion-modules-interest-list .interest-list-remove {
    width: 16px;
    height: 16px;
    background: url('../../img/frontend/icon-remove-red-16x16.png') no-repeat top center !important;
    cursor: pointer;
}
.motion-modules-interest-list .interest-list-remove:hover {
    background: url('../../img/frontend/icon-remove-red-16x16.png') no-repeat bottom center !important;
}

/*BEST OPPORTUNITY MATCHES*/
.motion-modules-best-opportunity-matches {
    margin-bottom: 20px;
    float: left;
}
.interest-list-item {
    
}
.interest-list-item .intereset-list-item-title {

}
.interest-list-item .intereset-list-item-title .text {
    vertical-align: middle;
    display: inline-block;
}
.interest-list-item .intereset-list-item-title .button {
    vertical-align: middle;
    display: inline-block;
    padding: 2px 5px;
    background-color: gray;
    color: white;
    margin-left: 10px;
    line-height: 15px;
    cursor: pointer;
}
.interest-list-item .intereset-list-item-title .button:hover {
    background-color: black;
}