

.oppurunityRow:hover {
 background-color: #0507081f;
 cursor: pointer;
}

.post-title-wrapper{
display: none;
}

span.mepr-nav-item.mepr-subscriptions, span.mepr-nav-item.mepr-payments, span.mepr-nav-item.mepr-logout  {
    margin-left: 10px;
}

div#mepr-account-nav {
    margin-top: 25px;
}
span.status_tbl {
    float: left;
    width: 100px;
    text-align: left;
}
.com_detail_section{
	margin-top: 50px;
    padding: 20px;
}

.com_detail_section_left{
width: 50%;
float: left; 
}
.com_detail_section_left{
width: 50%;
float: left; 
    color: #000;
}
.oppo_detail_menu ul li{
	display: inline-block;
}

.com_detail_section_right {
    float: right;
    display: block;
    text-align: right;
    width: 50%;
}
.detail_box {
    display: block;
    min-height: 125px;
}

.com_detail_section_center a {
    text-decoration: underline;
}
.com_detail_section_left b {
    font-size: 16px;
}

.oppo_detail_menu {
    text-align: center;
    margin-top: 40px;
}
.oppo_detail_menu ul li {
    margin-left: 15px;
    background: #b4975a;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    min-width: 160px !important;
}

.post-content ul:not(.no-list) {
    padding: 0px 0px 0px 0px !important;
}

.canidate_search{

     margin-bottom: 100px;
}
.detail_box1 {
    display: block;
    min-height: 80px;
}
select#filterText {
    width: 100%;
   height: 40px;
    margin: 0;
    padding: 8px;
    font-weight: bold;
    border: initial;
    padding-left: 35px;
}

.spinner.load_spinner {
    min-height: 400px;
    width: 100%;
    background: url(img/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 999999999999999999999 !important;
}
.spinner.remove_spinner {
     min-height: 400px;
    width: 100%;
    background: url(img/loading.gif) no-repeat center center;
    position: absolute;
    
    display: none;
}

section#leaderboard_graph_view {
    min-height: 200px;
}

.concent_approve_thank_you, .concent_reject_thank_you{
    text-align: center;
    margin-top: 40px;
    display: none;
}

#backBtn{
	margin-top: -10px;
	    background: #fff !important;
}

.opportunity_det {
    padding-top: 15px;
}
div#sgpb-popup-dialog-main-div {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.sgpb-main-html-content-wrapper button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.sgpb-popup-close-button-1 {
    top: 7px;
}
.sgpb-main-html-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.sgpb-theme-1-overlay {
    background: rgba(0,0,0,0.2) !important;
}
.com_detail_section_right b , .com_detail_section_left b{
    font-size: 15px !important;
    font-weight: normal !important;
}

td.download_pdf a {
    color: #946f21;
    font-weight: 600;
}
table#myTable , table#myTable1 {
    border: none !important;
}

 table.dataTable tbody td {
    text-align: center;
    border: none;
    border-bottom: solid 1px #ccc!important;
    font-weight: normal;
}

table.dataTable thead th {
    border-bottom: 1px solid #ccc !important;
    text-align: center;
}


.alignLeft{
     padding-left: 20px !important;
    text-align: left !important;
}



.boardown-search-tbl.dataTable td:nth-child(2) a, .boardown-search-tbl.dataTable td:nth-child(3) a {
    font-weight: 700;
    color: #946f21 !important;
}

.status{
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}
a.paginate_button.current {
    background: #b4975a !important;
    color: #fff !important;
    border: solid 2px #b4975a !important;
}




/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.dataTables_wrapper .dataTables_filter input {
    display: inline !important;
}
.dataTables_wrapper .dataTables_length select {
    display: inline !important;
    min-width: unset !important;
    max-width: unset !important;
    width: 60px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

div#myTable_paginate>span>a.current, div#myTable1_paginate>span>a.current  {
    color: #fff !important;
}
.detail_box_inner {
    position: relative;
    display: flex;
}

.style-light .ui-br, .style-dark .style-light .ui-br, .style-light hr, .style-dark .style-light hr, .style-light pre, .style-dark .style-light pre, .style-light table, .style-dark .style-light table, .style-light table td, .style-dark .style-light table td, .style-light table th, .style-dark .style-light table th, .style-light input, .style-dark .style-light input, .style-light textarea, .style-dark .style-light textarea, .style-light select, .style-dark .style-light select, .style-light .seldiv, .style-dark .style-light .seldiv, .style-light .select2-choice, .style-dark .style-light .select2-choice, .style-light .select2-selection--single, .style-dark .style-light .select2-selection--single, .style-light fieldset, .style-dark .style-light fieldset, .style-light .seldiv:before, .style-dark .style-light .seldiv:before, .style-light .tab-container .nav-tabs, .style-dark .style-light .tab-container .nav-tabs, .style-light .nav-tabs > li.active > a, .style-dark .style-light .nav-tabs > li.active > a, .style-light .border-100 .tab-content::before, .style-dark .style-light .border-100 .tab-content::before, .style-light .vertical-tab-menu .nav-tabs, .style-dark .style-light .vertical-tab-menu .nav-tabs, .style-light .tab-content.vertical, .style-dark .style-light .tab-content.vertical, .style-light .panel, .style-dark .style-light .panel, .style-light .panel-group .panel-heading + .panel-collapse .panel-body, .style-dark .style-light .panel-group .panel-heading + .panel-collapse .panel-body, .style-light .divider:before, .style-dark .style-light .divider:before, .style-light .divider:after, .style-dark .style-light .divider:after, .style-light .plan, .style-dark .style-light .plan, .style-light .plan .plan-title, .style-dark .style-light .plan .plan-title, .style-light .plan .item-list > li, .style-dark .style-light .plan .item-list > li, .style-light .plan .plan-button, .style-dark .style-light .plan .plan-button, .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-dark .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-light .post-share, .style-dark .style-light .post-share, .style-light .widget-container .widget-title, .style-dark .style-light .widget-container .widget-title, .style-light .widget-container .tagcloud a, .style-dark .style-light .widget-container .tagcloud a, .style-light .widget-container.widget_calendar #wp-calendar caption, .style-dark .style-light .widget-container.widget_calendar #wp-calendar caption, .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-dark .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-light .widget-collapse-content:after, .style-dark .style-light .widget-collapse-content:after, .style-light #comments .comment-list .comments-list:first-child, .style-dark .style-light #comments .comment-list .comments-list:first-child, .style-light #respond .comment-list .comments-list:first-child, .style-dark .style-light #respond .comment-list .comments-list:first-child, .style-light #comments .comments-list .comment-content, .style-dark .style-light #comments .comments-list .comment-content, .style-light #respond .comments-list .comment-content, .style-dark .style-light #respond .comments-list .comment-content, .style-light .author-details, .style-dark .style-light .author-details, .style-light ul.dwls_search_results, .style-dark .style-light ul.dwls_search_results, .style-light ul.dwls_search_results li, .style-dark .style-light ul.dwls_search_results li {
    border-color: white !important;
}

div#myTable_length>label>select, div#myTable_filter>label>input, div#myTable1_length>label>select, div#myTable1_filter>label>input {
    border-color: #ccc !important;
}

.concent_approve_thank_you b {
    color: #3a2914;
}
tr.oppurunityRow>td {
    border: none !important;
}
tr.oppurunityRow {
    border-bottom: solid .5px #ccc;
}
.com_detail_section_left1 {
    width: 100%;
}
.detail_box_can {
    padding: 20px;
}
tr.border_bottom {
    border-bottom: solid .5px #ccc;
}

table.myTable111 td, table.myTable111 th {
    border-bottom: wheat !important;
}
select#filterText {
    border: none !important;
    padding-left: 50px !important;
    width: 120px !important;
    }