/* UNIVERSAL BRIGHTMOVE MODIFICATIONS */

:root {
  --color-primary: #193b58;
  --color-secondary: #193b58;
  --color-tertiary: #666;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

logic { display: block; }

h3,
h1.main-head { margin: 0 0 15px 0; font-family: sans-serif; font-size: 30px; line-height: 1.3em; }

#bm-jobs,
table.BMDataGrid { 
  margin: 0 0 40px 0; 
  width: 100%; 
  font-family: sans-serif; 
  font-size: 14px; 
  line-height: 1.3em;
  border-collapse: collapse;
}

#bm-jobs th,
#bm-jobs td,
table.BMDataGrid th,
table.BMDataGrid td { padding: 10px; }

#bm-jobs .BMHeader,
table.BMDataGrid .BMHeader { text-align: left; color: #fff; background-color: var(--color-secondary); cursor: pointer; }

#bm-jobs .BMHeader th,
table.BMDataGrid .BMHeader td {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--color-secondary);
}

#bm-jobs .BMHeader th:first-child { border-right: 1px solid rgba(255,255,255,0.5);  }



table.brightmove-jobs tr.BMHeader th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: var(--color-secondary);
  cursor: pointer;
}

table.brightmove-jobs tr.BMHeader th:hover { background-color: var(--color-tertiary); }

table.brightmove-jobs tr.BMHeader th:nth-child(1) { text-align: left; }
table.brightmove-jobs tr.BMHeader th:nth-child(2) { text-align: left; }
table.brightmove-jobs tr.BMHeader th:nth-child(3) { text-align: left; }

table.brightmove-jobs tr.BMHeader th:after {
  content: "\f156";
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-family: "dashicons";
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  vertical-align: text-bottom;
}

table.brightmove-jobs tr.BMHeader th.headerSortDown:after {
  content: "\f140";
  margin-left: 4px;
  font-size: 30px;
  line-height: 24px;
}

table.brightmove-jobs tr.BMHeader th.headerSortUp:after {
  content: "\f142";
  margin-left: 4px;
  font-size: 30px;
  line-height: 24px;
}




#bm-jobs .BMData:nth-of-type(even),
table.BMDataGrid .BMData:nth-of-type(even) { background-color: #eeeeee; }

#bm-jobs .BMData td,
table.BMDataGrid .BMData td {
  border: 1px solid #999; 
  vertical-align: top; 
}

.BMHighlight td {
  border: 1px solid #999; 
  vertical-align: top; 
}

#bm-jobs .BMData a,
table.BMDataGrid .BMData a { color: #19bbe4; color: #50626a; }

#bm-jobs .BMData a:hover,
table.BMDataGrid .BMData a:hover { color: #333; }


body.brightmove .clearfix:not(.form-group) {
	/*clear: both;*/
}

body.brightmove .clearfix:empty {
	/*display: none;*/
	height: 1px;
	clear: both;
	overflow: hidden;
}

#portal-profile-container nav.navbar,
.panel-heading.topApplyShare {
	display: none;
}

body.brightmove .panel {
	-webkit-box-shadow: none;
  box-shadow: none;
}

body.brightmove .apply-button-wrap {
  text-align: center;
  border: 0;
}

body.brightmove .apply-button-wrap form[name='PortalApplyForm'],
body.brightmove .apply-button-wrap .brow {
	text-align: center;
}

form[name="PortalApplyForm"] .btn-group {
	margin-bottom: 40px;
}

body.brightmove .btn.bmApplyBttn {
	font-size: 24px;
}

body.brightmove .apply-button-wrap .linkedInApply img {
	margin-left: auto;
	margin-right: auto;
}

body.brightmove .panel-heading .panel-title {
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none !important;
}

#bm-portal-search {
	margin-bottom: 40px;
}

#bm-portal-search .PortalPane {
	background-color: #f6f6f6;
}

body.brightmove #bm-portal-search .glyphicon-question-sign {
	display: none;
}

body.brightmove #advSearch.collapse {
	visibility: visible;
}

.brightmove-jobs > thead > tr > td {
	padding: 8px;
}

.brightmove-jobs > tbody > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.brightmove-jobs > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

/*#show-search a:after {
  content: "";
	display: inline-block;
	padding-left: 5px;
  content: url(images/319-arrow-down2.svg);
	text-decoration: none;
  vertical-align: middle;
}*/

#show-search a:after {
  content: "";
  display: inline-block;
  padding-left: 5px;
  content: url("data:image/svg+xml;charset=UTF-8, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'><path fill='%23000000' d='M13.707 9.707l-5 5c-0.39 0.391-1.024 0.391-1.414 0l-5-5c-0.391-0.391-0.391-1.024 0-1.414s1.024-0.391 1.414 0l3.293 3.293v-9.586c0-0.552 0.448-1 1-1s1 0.448 1 1v9.586l3.293-3.293c0.195-0.195 0.451-0.293 0.707-0.293s0.512 0.098 0.707 0.293c0.391 0.391 0.391 1.024 0 1.414z'></path></svg>");
  text-decoration: none;
  vertical-align: middle;
  opacity: 0.5;
}



#bm-search {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #f6f6f6;
}

#bm-search form {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #bm-search form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
}

#bm-search form .form-group .form-control {
  margin-bottom: 10px;
}

#bm-search form .form-group input[type="text"].form-control {
  padding: 15px;
  width: 100%;
  font-size: 16px;
}

#bm-search form .btn {
  margin-left: 0;
  padding: 16px;
  font-size: 16px;
}


@media screen and (min-width: 768px) {

  #bm-search-fields {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
    /*max-width: 960px;*/
  }

  #bm-search-fields .form-group {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0;
    text-align: left;
  }

  #bm-search-fields .form-group:nth-child(1),
  #bm-search-fields .form-group:nth-child(2) {
    width: 50%;
  }

}



aside[name="social_share"] { display: none; }


#default_required_notice {
	margin-top: 40px;
}

#filter-bar {
  margin-bottom: 12px !important;
  padding: 12px 20px 12px 40px !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: normal !important;
  border: 1px solid #ddd !important;
  background-image: url('https://codedepot.srvrbx.com/hueman/bm-tools/images/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.linkedInApply {
	display: inline-block;
	position: relative;
}

.linkedInApply:hover img {
	position: relative;
	-webkit-filter: brightness(80%);
}

.BMPageResults tr.info {
  /*display: none;*/
}

.BMPageResults tr td:nth-of-type(1) {
	/*display: none;*/
}

.BMPageResults tfoot {
	display: none;
}


/* BRAND COLOR MODS */

body.brightmove .btn.bmApplyBttn {
	color: #fff;    
  font-family: "Maven Pro", "ff-dax-web-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 700;
  padding: 0.3em 0.7em;
  text-shadow: none;
  filter: none;
  -webkit-border-radius: 0;
  border: 0;
  border-radius: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#929497+0,19bbe4+100 */
	background-color: var(--color-secondary);
  cursor: pointer;
}

body.brightmove .btn.bmApplyBttn:hover {
	background: var(--color-tertiary);
}

body.brightmove .btn:hover,
body.brightmove .btn:focus,
body.brightmove .btn:active {
  text-shadow: none;
  filter: none;
}

.btn-group input[type='submit'] {
  color: #fff;
	background-color: var(--color-secondary);
}

.btn-group input[type='submit']:hover {
	background-color: var(--color-tertiary);
}


body.brightmove .apply-button-wrap .btn {
  padding: 10px 20px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  background-color: var(--color-secondary);
  -webkit-appearance: button;
}

body.brightmove .apply-button-wrap .btn:hover {
  background-color: var(--color-tertiary);
}


body.brightmove a.cancel-button,
body.brightmove a.btn-cancel {
  color: #666 !important;
  background-color: #ddd;
}


/* CUSTOM BRIGHTMOVE PORTAL MODS */

#bm-jobs {
	font-family: Arial, Helvetica, sans-serif;
}

#portal-wrap * {
	font-family: Arial, Helvetica, sans-serif;
}

.info-table tr td, 
.contenttable tr td, 
#content table tr td {
	border-bottom: 1px solid #ccc;
	/*background: #f6f6f6;*/
}

.info-table tr:nth-child(2n) td, 
.contenttable tr:nth-child(2n) td, 
#content table tr:nth-child(2n) td {
	/*background: #f6f6f6;*/
}

.bmportalrequirementdetails .panel-body {
	background-color: #fdfdfe;
}

.dl-horizontal {
	border-bottom: 1px solid #f6f6f6;
}

.dl-horizontal dt,
.dl-horizontal dd {
	/*background-color: #f6f6f6;*/
}

.dl-horizontal dd > br:first-of-type {
  display: none;
}

select.form-control {
	-webkit-appearance: menulist !important;
	height: 34px !important;
}

#TopNav .Triggers li.Left img, #TopNav .Triggers li.Right img {
  display: none;
}


body.brightmove .panel-title {
	font-size: 20px;
	text-align: center;
}

body.brightmove .panel-body .dl-horizontal dt {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.3em;
}

body.brightmove .panel-body .dl-horizontal dd {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

body.brightmove .main-section-wrapper h2 {
	margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3em;
}

body.brightmove nav {
	float: none;
	background: none;
}

body.brightmove .jobsByStatePane table tr {
	/*display: inline-block;*/
}

.select-fancy {
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  width: 200px;
  overflow: hidden;
  box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
}
.select-fancy, .select-fancy > * {
  cursor: pointer;
}
.select-fancy select {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: transparent;
  border: 0;
  outline: 0;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  padding: 8px 0 8px 8px;
  font-size: 16px;
  width: 120%;
  height: 17px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
}
.select-fancy select option {
  font-size: 14px;
}
.select-fancy {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
  background: -moz-linear-gradient(#ffffff, #e7e7e7);
  background: -webkit-linear-gradient(#ffffff, #e7e7e7);
  background: linear-gradient(#ffffff, #e7e7e7);
}
.select-fancy:after {
  content: '';
  width: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 4px;
  border-style: solid;
  pointer-events: none;
  border-color: #656565 transparent transparent transparent;
}

.bmportalrequirementdetails h1,
.bmportalrequirementdetails h2,
.bmportalrequirementdetails h3,
.bmportalrequirementdetails h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.table-responsive > .table {
  border-top: 1px solid #e1e1e1;
}

#bm-portal-req-container { border: 0; }
.panel-heading { border: 0; }
.panel-body .dl-horizontal:nth-last-of-type(1) { border: 0; }


.SortedHeader a,
.SortedHeader a:hover { color: #fff; }

.main_color div.col-sm-12 .panel { border-color: transparent; }

body.ng-scope ul.social_bookmarks {
  display: none;
}

.help-block,
a[href*="advSearch"] {
  font-size: 16px;
}


@media only screen and (max-width: 767px) {

	table.BMDataGrid {
  	/*width: auto !important;*/
  }

  .table-responsive > .table > thead > tr > th, 
	.table-responsive > .table > tbody > tr > th, 
	.table-responsive > .table > tfoot > tr > th, 
	.table-responsive > .table > thead > tr > td, 
	.table-responsive > .table > tbody > tr > td, 
	.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
	}

}

@media only screen and (max-width: 500px) {

  .wrapper {
    width: 94%;
    margin: 0 auto;
    min-width: 0;
    overflow: hidden;
  }

}


.bm-footer {
  display: none;
}
