/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.gv_solutions_form {
  border: 1px solid;
  padding: 10px;
  margin-top: 10px;
}

.td-block-row {
  margin-bottom: 5px;
}

.gv_solutions_form select,
.gv_solutions_form input {
  width: 100% !important;
  font-size: 12px !important;
  line-height: 21px !important;
  color: #444 !important;
  border: 1px solid #e1e1e1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 34px !important;
  padding: 3px 9px !important;
}

.gv_solutions_form input.btn {
  width: 100% !important;
  font-size: 13px;
  color: #fff !important;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: normal;
  background-color: #1D5587;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1D5587;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;  
}
.gv_solutions_form input.btn:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.gv_solutions_form input.btn#filter-submit {
  /*float: left;*/
}

.gv_solutions_form .buttons {
  text-align: right;
}

.wp-list-table tbody td {
  font-size: 13px !important;
}

.wp-list-table tbody td .dashicons,
.wp-list-table tbody td .dashicons-before:before {
  text-decoration: none;
}

.dwlbutton {
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
	display: inline-block !important;
	cursor: pointer !important;
	color: #000000 !important;
	font-size: 13px !important;
	padding: 5px 5px !important;
	text-decoration: none !important;
  min-width: 125px !important;
  vertical-align: middle !important;
}
.dwlbutton:hover {
	background-color: #ffffff !important;
}
.dwlbutton:active {
	position: relative !important;
}
.dwlbutton span {
  vertical-align: middle !important;
}

.wp-list-table tbody td .detbutton {
	background-color: #ffffff;
	border: 1px solid #000000;
	display: inline-block;
	cursor: pointer;
	color: #000000;
	font-size: 13px;
	padding: 5px 5px;
	text-decoration: none;
  vertical-align: middle;
}
.wp-list-table tbody td .detbutton:hover {
	background-color: #ffffff;
}
.wp-list-table tbody td .detbutton:active {
	position: relative;
}
.wp-list-table tbody td .detbutton span {
  vertical-align: middle;
}

.wp-list-table tbody td h3 {
  color: #cf2200;
  line-height: 5px;
}

.wp-list-table tbody td.action {
  max-width: 100%;
  white-space: nowrap;
}

.td_btn {
  width: 20% !important;
  font-size: 14px;
  color: #fff !important;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: normal;
  background-color: #1D5587;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1D5587;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 0px;
  display: block;
  position: relative;
  text-align: center;
  margin: 10px 0 10px 0;
}
.td_btn:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.td_btnwr {
  font-size: 14px;
  color: #fff !important;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: normal;
  background-color: #1D5587;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1D5587;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px;
  width: 25%;
  display: block;
  position: relative;
  text-align: center;
  margin: 10px 0 10px 0;
}
.td_btnwr:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.td_btnwr1 {
  font-size: 14px;
  color: #fff !important;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: normal;
  background-color: #1D5587;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1D5587;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px;
  width: 40%;
  display: block;
  position: relative;
  text-align: center;
  margin: 10px 0 10px 0;
}
.td_btnwr1:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 5px 5px 5px 5px !important;
}

.td_btnwr2 {
  font-size: 14px;
  color: #fff !important;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: normal;
  background-color: #1D5587;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1D5587;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px;
  width: 70%;
  display: block;
  position: relative;
  text-align: center;
  margin: 10px 0 10px 0;
}
.td_btnwr2:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 5px 5px 5px 5px !important;
}

/* for home */
.search-group {
    position: relative;
    background-color: #EDF2F7;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 28px;
}
.search-group input, .search-group select {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    background-color: #fff;
    border-radius: 10px !important;
    border: none !important;
    padding: 7.5px 12.5px 7.5px 12.5px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none !important;
}
.search-group button {
    width: 100% !important;
    color: #fff !important;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-weight: normal;
    background-color: #1D5587;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D5587;
    border-radius: 10px;
    padding: 5px;
}
.ui-datepicker {
  z-index: 99 !important;
}

.main_dir_home .elementor-widget-wrap {
  padding: 0 !important;
}
.btn.filter-home:hover {
  background-color: #ffffff;
  color: #1D5587 !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #1D5587 !important;
  border-radius: 10px !important;
}