header {
  background-color: #ffffff;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
}
header .navbar {
  margin: 0;
  background-color: #ffffff;
  border: none;
  min-height: 54px;
}
header .navbar .navbar-collapse {
  padding: 0;
}
header .navbar .navbar-brand {
  height: auto;
  text-align: center;
  padding: 0;
  margin-left: 0 !important;
  /*
            a > img,
			input[type="image"]{
                height: 50px;
			}
            */
}
header .navbar .navbar-brand span input[type="image"],
header .navbar .navbar-brand span img {
  vertical-align: middle;
  /*min-height:50px;
                    height:auto;
                    max-height: 75px; 
                    width: auto;
                    max-width:650px;*/
  width: 210px;
  margin-top: 5px;
}
header .navbar .top-right-nav {
  margin-top: 13px;
}
header .navbar .nav li a {
  text-decoration: none;
  color: #7b7b7b;
}
header .navbar .nav li a:hover {
  color: #464646;
}
header .navbar .nav li a label {
  cursor: pointer;
}
header .general-menu {
  margin-top: 10px;
}
header .general-menu li.status-pending {
  color: #ffffff;
  background-color: #f0ad4e;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu {
  background-color: #ffffff;
  color: #000000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
header .loggedin-menu .nav li {
  margin-right: 20px;
}
header .loggedin-menu .nav li:last-child {
  margin-right: 0;
}
header .loggedin-menu .nav li a {
  padding: 0;
  line-height: 35px;
  color: #000000;
}
header .loggedin-menu .nav li a:hover,
header .loggedin-menu .nav li a:focus {
  color: #ccc;
}
header .loggedin-menu .nav li.status-pending {
  color: #ffffff;
  background-color: #f0ad4e;
  padding: 0 10px;
}
header .loggedin-menu .nav li .organization-name {
  color: #ffffff;
  background-color: #7b7b7b;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu .nav li.less-right-spacing {
  margin-right: 10px;
}
header .loggedin-menu .nav li.profile-ddr a.dropdown-toggle {
  display: block;
  width: 30px;
  height: 30px;
}
header .loggedin-menu .nav li.profile-ddr a.dropdown-toggle.pfddr-placeholder {
  background: url(../images/profile-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 50px;
}
header .loggedin-menu .nav li.profile-ddr a.dropdown-toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu {
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu .pfddr {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu .pfddr .pfddr-img {
  width: 48px;
  height: 48px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: url(../images/profile-bg.png) no-repeat center center;
  background-size: cover;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu .pfddr .pfddr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu .pfddr .pfddr-labels .pfddr-name {
  font-weight: 600;
}
header .loggedin-menu .nav li.profile-ddr .dropdown-menu ul {
  list-style: none;
}
header .loggedin-menu .dropdown-menu .divider {
  margin: 0;
}
header .loggedin-menu .dropdown-menu li {
  margin-right: 0;
  color: #000000;
  white-space: nowrap;
}
header .loggedin-menu .dropdown-menu li.divider {
  margin: 8px 0;
}
header .loggedin-menu .dropdown-menu li a {
  color: #000000;
  line-height: 35px;
  padding: 4px 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .loggedin-menu .dropdown-menu li a i.ph {
  color: #666666;
  font-size: 22px;
  vertical-align: sub;
  margin-right: 7px;
}
header .loggedin-menu .dropdown-menu li a label {
  color: #000000;
  margin: 0;
}
header .loggedin-menu .dropdown-menu li a:hover {
  color: #000000;
  background-color: #f4f6fa;
}
header .loggedin-menu .dropdown-menu li .last-login-details {
  color: #666666;
  line-height: 35px;
  padding: 0 10px;
}
header .language-dropdown ul {
  max-height: 400px;
  overflow-y: scroll;
}
header .top-nav-language .language-dropdown .btn {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .top-nav-language .language-dropdown .btn a {
  line-height: 30px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.change-language-dropdown {
  padding: 2px 0;
  color: #7b7b7b;
}
.change-language-dropdown .form-control {
  height: 35px;
  padding-left: 5px;
}
.header-tabs-wrap {
  background: url(../images/header-bg.jpg) no-repeat center center #2e3192;
  background-size: cover;
  position: relative;
  height: 75px;
}
.header-tabs-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e3192;
  opacity: .7;
  z-index: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #f4f6fa;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}
strong,
b {
  font-weight: 600;
}
.m-container,
.m-form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.b-container {
  flex: 1;
  display: flex;
  min-height: auto;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 1200px;
  width: 100%;
  padding: 15px 20px;
}
a {
  color: #2f3590;
}
.container.hd-alert-box {
  margin: 0;
  padding: 0;
  width: 100%;
}
.container.hd-alert-box .alert {
  margin: 0;
  padding: 2px;
  font-size: 11px;
}
.container.hd-alert-box .alert i.fa {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.container.hd-alert-box .alert.alert-warning {
  color: #80550c;
}
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5 {
  margin-bottom: 10px;
}
.heading-h1 {
  font-size: 24px;
}
.heading-h2 {
  font-size: 22px;
}
.heading-h3 {
  font-size: 20px;
}
.heading-h4 {
  font-size: 18px;
}
.heading-h5 {
  font-size: 16px;
  font-weight: 600;
}
.heading-underline {
  border-bottom: 1px solid #cedced;
  padding-bottom: 10px;
}
.sub-heading {
  font-weight: bold;
  padding-bottom: 15px;
}
.sub-heading.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.control-label.required:before {
  content: "* ";
  color: red;
}
.control-label-left.required:before {
  content: "* ";
  color: red;
}
.alert-wide-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  width: 100%;
  margin: 0 auto 10px;
}
.box-container {
  padding: 15px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-container.fund-search-container {
  padding: 20px;
  margin: 0 0 20px 0;
}
.box-container.fund-search-container .fdi-wrapper .btn {
  margin-bottom: 15px;
  font-size: 16px;
}
.box-container.fund-search-container .fdi-wrapper .btn.btn-xl {
  padding: 15px;
}
.box-container.fund-search-container .fdi-wrapper .btn .ph {
  margin-right: 5px;
}
.box-container.padding-20 {
  padding: 20px;
  margin-bottom: 20px;
}
.box-container.padding-0 {
  padding: 0px;
}
.box-container ul {
  margin: 1em;
  padding: 0 0 0 20px;
}
.margin-20-0 {
  margin: 20px 0;
}
.margin-bottom-lg {
  margin-bottom: 40px;
}
.margin-bottom-md {
  margin-bottom: 30px;
}
.margin-bottom-sm {
  margin-bottom: 20px;
}
.margin-bottom-xs {
  margin-bottom: 10px;
}
.margin-top-lg {
  margin-top: 40px;
}
.margin-top-md {
  margin-top: 30px;
}
.margin-top-sm {
  margin-top: 20px;
}
.margin-top-xs {
  margin-top: 10px;
}
.funds-container {
  padding-bottom: 50px;
}
.funds-description-wrapper {
  position: relative;
  padding-left: 170px;
  min-height: 90px;
  overflow: hidden;
}
.funds-description-wrapper.no-img-available {
  padding-left: 0;
}
.funds-description-wrapper .funds-logo {
  position: absolute;
  width: 150px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cedced;
  left: 0;
  top: 0;
}
.funds-description-wrapper .funds-logo img {
  margin: 0 auto;
}
.funds-description-wrapper .funds-description {
  padding: 0;
}
.funds-description-wrapper .funds-description .funds-description-para {
  margin-bottom: 15px;
}
.funds-action {
  float: right;
  width: 280px;
  padding-left: 20px;
}
.funds-action .date-info .start-date-title {
  margin-bottom: 0px;
  font-weight: 600;
}
.funds-action .date-info .start-date {
  margin-bottom: 20px;
}
.funds-action .date-info .end-date-title {
  margin-bottom: 0px;
}
.funds-action .date-info .end-date {
  margin-bottom: 20px;
}
.funds-action .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}
.form-control {
  height: 40px;
}
.browse-field {
  position: relative;
}
.browse-field .form-control {
  line-height: 28px;
}
.browse-field .form-control table {
  margin-top: -6px !important;
}
.browse-field .form-control .browse-link {
  display: block;
  overflow: hidden;
}
.browse-field input[type="submit"],
.browse-field .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.browse-field input[type="submit"] {
  background-color: #eaedf0;
  font-size: 14px;
  padding: 9px 20px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.browse-field .info-control {
  position: absolute;
  right: -25px;
  top: 13px;
}
.info-control {
  color: #0a51cf;
  font-size: 16px;
  vertical-align: middle;
}
.calendar-field {
  width: 200px;
}
.overlap-field {
  position: relative;
}
.overlap-field .form-control {
  line-height: 28px;
}
.overlap-field > .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  z-index: 1;
}
.overlap-field > .btn .fa {
  font-size: 20px;
  color: #7b7b7b;
}
.overlap-field .info-control {
  position: absolute;
  right: -25px;
  top: 13px;
}
.label-information .label-instruction {
  font-size: 12px;
  display: block;
  color: #7b7b7b;
  font-style: normal;
}
.checkbox-quiz,
.radio-quiz {
  margin-top: 7px;
}
.checkbox-quiz label,
.radio-quiz label {
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 15px;
}
.info-placeholder {
  position: relative;
  padding-right: 25px;
}
.info-placeholder .info-wrapper {
  position: absolute;
  right: -27px;
  top: 13px;
}
.info-placeholder .info-wrapper:hover .ph {
  color: #333333;
}
.info-placeholder .info-wrapper .ph {
  font-size: 20px;
  color: #666666;
}
.small-field {
  width: 100px;
}
.form-group-seperator .form-group {
  padding-bottom: 15px;
  padding-top: 0;
  border-bottom: 1px solid #eeeeee;
}
.less-wide {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.registration-container {
  max-width: 1000px;
  margin: 0 auto 20px;
}
.registration-container .reg-btn-holder button {
  padding-left: 40px;
  padding-right: 40px;
}
.registration-container .checkbox {
  padding: 10px 0;
}
.checkbox.custom input[type=checkbox] {
  margin-left: 0;
}
.registration-form {
  margin: 60px auto 0;
}
.registration-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.icon-field {
  position: relative;
}
.icon-field input[type="text"] {
  padding-left: 40px;
}
.icon-field .fa {
  position: absolute;
  color: #7b7b7b;
  margin-top: 14px;
  margin-left: 9px;
}
.form-horizontal {
  margin-top: 30px;
}
.tabs-wrapper {
  margin-bottom: 20px;
}
.tabs-wrapper .nav-tabs li {
  border-right: 1px solid #cedced;
  margin-bottom: 0;
}
.tabs-wrapper .nav-tabs li:last-child {
  border-right: none;
}
.tabs-wrapper .nav-tabs li a {
  margin-right: 0;
  background-color: #eaedf0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 4px solid #eaedf0;
  border-bottom: 2px solid #eaedf0;
  text-decoration: none;
  color: #000000;
}
.tabs-wrapper .nav-tabs li a i.fa {
  margin-right: 5px;
  color: #7b7b7b;
}
.tabs-wrapper .nav-tabs li.active a,
.tabs-wrapper .nav-tabs li.active a:focus,
.tabs-wrapper .nav-tabs li.active a:hover {
  background-color: #ffffff;
  border: none;
  border-top: 4px solid #1893cf;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sort-nav-bar {
  margin-bottom: 20px;
}
.sort-nav-bar .sort-menu button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
label {
  font-weight: normal;
}
.total-records {
  margin: 10px 0 0;
}
.buttons-holder {
  margin-bottom: 20px;
}
.buttons-holder.buttons-spacing .btn {
  margin-left: 5px;
}
.buttons-holder .btn {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.buttons-holder.right {
  text-align: right;
}
.buttons-holder .form-control.archive {
  width: 120px;
  margin-bottom: 10px;
}
.buttons-holder.inline-btn-spacing .btn {
  margin-left: 5px;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table.table-striped {
  border: none;
}
.table.table-striped td,
.table.table-striped th {
  border: none;
}
.table.table-striped tr:hover td {
  background-color: #eeeeee;
}
.table.table-striped > tbody {
  border: 1px solid #cccccc;
}
.table.table-striped > tbody > tr {
  border-bottom: 1px solid #eeeeee;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f4f6fa;
}
.table.table-striped > tbody > tr:last-child {
  border-bottom: 1px solid #cccccc;
}
.table.table-striped > tbody > tr > th {
  text-decoration: none !important;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
.table.table-striped > tbody > tr > th .th {
  line-height: 36px;
}
.table.table-striped > tbody > tr > th:last-child {
  border-right: none;
}
.table.table-striped > tbody > tr > th.no-border {
  border-right: none;
}
.table.table-striped > tbody > tr > th a {
  color: #000000;
  text-decoration: none;
}
.table.table-striped > tbody > tr > th.sort a:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 10px;
  opacity: .3;
}
.table.table-striped > tbody > tr > td {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table.table-striped > tbody > tr > td a {
  color: #0a51cf;
}
.table.table-striped > tbody > tr > td a .fa,
.table.table-striped > tbody > tr > td a .glyphicon {
  color: #7b7b7b;
}
.table.quiz-table tbody tr th {
  border: 0;
  padding: 0;
}
.table.quiz-table tbody tr td {
  border: 0;
  padding: 0;
}
.grid-checkbox-label input[type="checkbox"] {
  vertical-align: sub;
  margin-right: 10px;
}
.ico-logic-plus {
  color: #0a51cf;
  font-size: 18px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.custom-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  overflow-x: hidden;
  overflow-y: auto;
}
.stop-inline-popup-css {
  position: unset !important;
  z-index: unset !important;
  left: auto !important;
  top: auto !important;
}
strong label {
  font-weight: bold;
}
.page-nav-holder {
  text-align: center;
}
.GridPager table td {
  display: inline;
}
.GridPager table td:first-child a,
.GridPager table td:first-child span {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.GridPager table td:last-child a,
.GridPager table td:last-child span {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.GridPager table td a,
.GridPager table td span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.GridPager table td a {
  background-color: #ffffff;
  color: #7b7b7b;
}
.GridPager table td a:hover {
  background-color: #eeeeee;
}
.GridPager table td span {
  background-color: #1893cf;
  color: #ffffff;
  border: 1px solid #1893cf;
}
.search-row {
  background-color: #ffffff;
  padding: 15px 10px;
  border: 1px solid #cccccc;
}
.search-row .search-button-spacer {
  height: 25px;
}
.grid-btn-holder {
  margin: 15px 0;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.grid-btn-holder .dropdown-menu .divider {
  margin: 2px 0;
}
.multi-combo-field {
  position: relative;
}
.multi-combo-field .fa {
  position: absolute;
  right: 5px;
  top: 15px;
}
.multi-combo-wrapper {
  position: relative;
}
.multi-combo-wrapper .multi-combo-selector {
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table {
  max-height: 140px;
  overflow-y: auto;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table table {
  width: 100%;
  border: 0;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table table td {
  border-bottom: 1px solid #cedced;
  position: relative;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table table td label {
  font-weight: normal;
  padding: 7px 10px 7px 30px;
  display: block;
  margin-bottom: 0;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table table td input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 7px;
}
.multi-combo-wrapper .multi-combo-selector .multi-combo-table table td:hover {
  background-color: #eaedf0;
}
.multi-combo-wrapper .multi-combo-footer {
  background-color: #eaedf0;
  padding: 5px 10px;
}
.multi-combo-wrapper .multi-combo-footer label {
  font-weight: normal;
}
.multi-combo-wrapper .multi-combo-footer .label {
  font-size: 100%;
  font-weight: normal;
}
.multi-combo-wrapper .multi-combo-footer .mcf-options {
  padding-top: 10px;
}
.cf-pagination .listing-status {
  padding-top: 30px;
  font-weight: 600;
}
.cf-pagination .pg-txt {
  width: 80px;
  display: inline-block;
  margin-top: 0.15px;
}
.cf-pagination .pg-select {
  width: 80px;
  display: inline-block;
  margin-top: 1px;
}
.cf-pagination .pagination-arrow {
  /*background-color: @paginationBtn;*/
  /*background-color:#9d9d9d;*/
  /*color: @iconColor;*/
  /*color:#eeecec;*/
  width: 75px;
  height: 37px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  padding-top: 10px;
  /*.border-radius;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf-pagination .pagination-arrow.btn {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}
.funds-grid {
  width: 100%;
}
.funds-grid .box-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cedced;
}
.page-title-wrapper {
  padding-bottom: 15px;
}
.or-seperator {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  margin: 20px 0 30px;
}
.or-seperator span {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 2px 20px;
  position: relative;
  margin-bottom: -12px;
  background-color: #ffffff;
}
/* Application Help related styles start from here */
.ico_help {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}
a.open_help::after {
  content: "Open Help";
  cursor: pointer;
  text-decoration: underline;
}
a.hide_help::after {
  content: "Hide Help";
  cursor: pointer;
}
a.hide_help {
  color: #000 !important;
  text-decoration: underline;
}
a.hide_help .ico_help {
  text-decoration: underline !important;
  margin-right: 5px !important;
}
.help_sidebar {
  background: #5e5e5e;
  /*
    position:absolute !important;
    right: -300px !important;
    */
}
.help_sidebar section {
  padding: 10px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
}
.panel_strip {
  /*background: url("images/panel_strip.png") no-repeat 0 0;*/
  width: 8px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.side_info_box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px;
}
.side_info_heading {
  font-size: 20px;
}
.side_info_heading i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
i.side_icon_info {
  background: url("images/side_panel_ico_info.png") no-repeat 0 0;
}
i.side_icon_review {
  background: url("images/side_panel_ico_review.png") no-repeat 0 0;
}
i.side_icon_listing {
  background: url("images/side_panel_ico_listing.png") no-repeat 0 0;
}
i.side_icon_plus {
  background: url("images/side_panel_ico_plus.png") no-repeat 0 0;
}
.side_info_content {
  padding: 10px 0 0 40px;
}
.side_info_content ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
/* Application Help related styles End here */
.help-sidebar {
  background-color: #464646;
}
.help-sidebar .side_info_box {
  position: relative;
}
.help-sidebar .side_info_box .help-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #7b7b7b;
  cursor: pointer;
}
.ajax__calendar {
  z-index: 1980000000700 !important;
}
.pre-qes-table {
  font-weight: bold;
}
.st-dashboard-content {
  background-color: #f4f6fa;
  padding: 10px;
  margin-top: 15px;
  font-size: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.st-dashboard-content {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
}
.st-dashboard-content span,
.st-dashboard-content div {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
}
.st-dashboard-content table {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  border: 0 !important;
  color: #000000 !important;
  width: auto !important;
}
.st-dashboard-content table td {
  background-color: transparent !important;
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
}
.st-dsh-infobar {
  border: 1px solid #e0e0e0;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
}
.st-dsh-infobar .st-dsh-child {
  flex: 1 1 0;
  border-left: 1px solid #e0e0e0;
  padding-left: 15px;
}
.st-dsh-infobar .st-dsh-child:first-child {
  border-left: 0;
  padding-left: 0;
}
.st-dsh-infobar:has( > .child:nth-child(3):not(:nth-child(4))) > .child {
  flex-basis: 50%;
}
.st-dsh-infobar:has( > .child:nth-child(3)) > .child {
  flex-basis: 33.3333%;
}
.st-dsh-infobar .title-i {
  font-weight: 600;
}
.st-dsh-infobar .title {
  font-weight: 600;
}
.st-dsh-infobar .title span:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
  margin-right: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.st-dsh-infobar .title.status-under-committee-review span:before {
  background-color: #2f3590;
}
.st-dsh-infobar .title.status-additional-info-requested span:before {
  background-color: #36bcd2;
}
.st-dsh-infobar .title.status-selected-for-award span:before {
  background-color: #71a35b;
}
.st-dsh-infobar .title.status-submitted span:before {
  background-color: #00796B;
}
.st-dsh-infobar .title.status-pending-submission span:before {
  background-color: #f5c841;
}
.st-dsh-infobar .title.status-withdrawn span:before {
  background-color: #c65858;
}
.st-dsh-infobar .hd {
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
.st-dashboard-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding-top: 15px;
}
.st-dsh-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
}
.st-dsh-col:hover {
  border: 1px solid #898db8;
}
.st-dsh-col:hover .st-dsh-icon {
  transition: 0.5s;
  border: 2px solid #2f3590;
  /* base border color */
  animation: softBlink 1s ease-in-out infinite;
}
@keyframes softBlink {
  0%,
  100% {
    border-color: rgba(43, 48, 144, 0.2);
    /* faint */
  }
  50% {
    border-color: #2b3090;
    /* full color */
  }
}
.st-dsh-col:hover .st-dsh-icon:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  top: -2px;
  left: -2px;
  opacity: .2;
  z-index: -1;
  position: absolute;
  background: #fbcbaa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  animation: bounce 0.8s ease-in-out infinite 0.5s;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.st-dsh-col section {
  width: 100%;
}
.st-dsh-col section .wrpTitleIcon {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5px;
}
.st-dsh-col section .wrpTitleIcon .wrpTitles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.st-dsh-col section .st-dsh-title {
  font-weight: 600;
}
.st-dsh-col section .st-dsh-title span {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-dsh-col section .st-dsh-title.ii {
  font-size: 12px;
  color: #666666;
}
.st-dsh-col section .st-dsh-icon {
  margin: 0 auto 5px;
  text-align: center;
  padding: 0;
  background-color: #f4f6fa;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.st-dsh-col section .st-dsh-icon a {
  text-decoration: none;
}
.st-dsh-col section .st-dsh-icon .fa,
.st-dsh-col section .st-dsh-icon .ph {
  font-size: 30px;
  color: #2f3590;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 58px;
}
.st-dsh-col section .st-dsh-icon .fa:hover,
.st-dsh-col section .st-dsh-icon .ph:hover {
  text-decoration: none;
}
.st-dsh-col section .progress {
  height: 5px;
  margin-bottom: 15px;
  background-color: #f7f5f2;
}
.st-dsh-col section .progress .progress-bar {
  background-color: #2f3590;
}
.st-dsh-col section .progress-number {
  font-weight: 600;
  font-size: 14px;
}
.st-dsh-col section .st-dsh-info {
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.st-dsh-col section .st-dsh-info .label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.st-dsh-col section .st-dsh-info .st-dsh-info-title {
  display: inline-block;
  margin-right: 5px;
  color: #666666;
}
.st-dsh-col section .st-dsh-info .st-dsh-info-title:after {
  content: ":";
}
.st-dsh-col section .st-dsh-info .st-dsh-info-sub-title {
  display: inline-block;
  font-weight: 600;
}
.st-dsh-col section .st-dsh-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.st-logic-model section {
  background-color: #1893cf;
  color: #ffffff;
  padding: 10px;
  position: relative;
}
.st-logic-model section div {
  padding: 0;
}
.st-logic-model section a {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 68px;
  min-height: 60px;
}
.st-logic-model section a .st-logic-icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.st-logic-model section a .fa {
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}
.st-logic-model section a:hover {
  text-decoration: none;
}
.st-logic-model section a .progress {
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.st-logic-model section a .progress .progress-bar {
  background-color: white;
}
.st-logic-model section .logic-model-status {
  position: absolute;
  font-size: 12px;
  line-height: 1em;
  right: 10px;
  bottom: 10px;
}
.choose-option-label {
  padding-top: 12px;
  padding-right: 10px;
}
.dropdown-menu > li > a .fa {
  margin-right: 5px;
  opacity: .6;
}
.dropdown-menu > li > a[disabled="disabled"] {
  opacity: 0.5;
  cursor: not-allowed;
}
.lch-clc-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4f6fa;
}
.lch-clc-wrapper .logic-clc-hd {
  font-weight: bold;
}
.lch-clc-wrapper .logic-clc-hd.lch-text-right {
  text-align: right;
}
.lch-clc-wrapper .logic-clc-hd.lch-text-left {
  text-align: left;
}
.lch-clc-wrapper .logic-clc-field {
  width: 200px;
}
.lch-clc-wrapper .lch-percentage {
  font-size: 18px;
  padding-top: 5px;
  display: inline-block;
}
.lch-clc-wrapper .form-group {
  margin-left: 0;
  margin-right: 0;
}
.lch-clc-wrapper .form-group.less-spacing {
  margin-bottom: 0px;
  border-bottom: 1px solid #cedced;
  padding-top: 15px;
  padding-bottom: 15px;
}
.lch-clc-wrapper .form-group.less-spacing:last-child {
  border-bottom: none;
}
.field-instruction {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  color: #7b7b7b;
  font-style: italic;
}
.breadcrumb {
  margin-bottom: 15px;
  background-color: transparent;
  padding-left: 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 0;
  margin-right: 10px;
}
.heading-para {
  font-weight: normal;
  margin-top: 10px;
  font-size: 14px;
}
.auto-save {
  position: absolute;
  top: 10px;
  right: 0px;
}
.spacer-20 {
  height: 20px;
}
.spacer-30 {
  height: 30px;
}
.spacer-40 {
  height: 40px;
}
.spacer-50 {
  height: 50px;
}
.btn-right-spacing-group .btn {
  margin-right: 10px;
}
.chck-label input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: top;
}
.fund-details-wrapper .funds-details-info {
  font-style: normal;
  position: sticky;
  top: 10px;
}
.after-login.funds-container {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cedced;
}
.alert-navigation {
  background-color: #f4f6fa;
  border: 1px solid #cedced;
}
.return-top-back-link {
  color: #0a51cf;
  font-weight: bold;
}
.btn-group.rounded-btn-radius .btn:last-child:not(:first-child),
.btn-group.rounded-btn-radius .dropdown-toggle:not(:first-child) {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.import-grid-table {
  height: 400px;
  overflow-y: auto;
  width: auto;
}
.pre-q-radio {
  margin-right: 10px;
}
.pre-q-radio label {
  margin-left: 5px;
}
.light-gray-box {
  background-color: #f4f6fa;
  border: 1px solid #eeeeee;
  padding: 15px;
  margin-bottom: 15px;
}
.light-gray-box.form-group-seperator .form-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.multi-combo-wrapper.last-combo .multi-combo-selector {
  top: -292px !important;
}
.buttons-tabs {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}
.buttons-tabs .btn-tab {
  float: left;
  border: none;
  font-size: 16px;
  background: #ffffff;
  padding: 10px 18px;
  border-top: 3px solid #ffffff;
  margin-top: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttons-tabs .btn-tab:hover,
.buttons-tabs .btn-tab:focus {
  box-shadow: none;
  outline: none;
}
.buttons-tabs .btn-tab.active {
  border-top: 3px solid #ffffff;
}
.buttons-tabs span {
  float: left;
  display: block;
  font-size: 16px;
  padding: 10px 18px 8px;
}
.buttons-tabs span.active {
  border-bottom: 3px solid #2f3590;
}
.nominee-wrapper .wrapper {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cf-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999998;
}
.cf-loader-wrapper .cf-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 999999;
  border: 8px solid #cedced;
  border-top: 8px solid #0a51cf;
  border-bottom: 8px solid #0a51cf;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.apply-short-link {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dfeef7;
  float: left;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.apply-copy-icon {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: left;
  width: 25%;
  background-color: #0b83dd;
  border: solid 1px #dfeef7;
  padding: 10px 15px;
  color: wheat;
}
.apply-share-link {
  padding: 5px;
  color: blue;
  font-weight: bold;
}
.browse-field .uploadergrid {
  min-width: auto !important;
  width: 80% !important;
}
.dashboard-show-width {
  min-width: 350px;
}
.app-show-width {
  min-width: 270px;
}
table.field_required {
  background-color: #f2dede;
  border: 1px solid #e09ca7;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table.field_required tbody tr td {
  padding: 4px 0 2px 7px !important;
}
.form-control.field_required {
  border: 1px solid #e09ca7;
  background-color: #f2dede;
}
.radioSwitch span.field_required label {
  border: 1px solid #e09ca7;
  background-color: #f2dede;
}
.tbl-cst-form table tr td .info-placeholder {
  padding-right: 0;
  min-width: 300px;
}
.tbl-cst-form table tr td span {
  white-space: normal;
}
.tbl-cst-form table tr td .cke_chrome {
  min-width: 700px;
}
.tbl-cst-form .jqwidth {
  overflow: auto !important;
  padding-bottom: 0 !important;
}
.tbl-cst-form #ctl00_AdminContent_Answer1_grdAnswer tr > td {
  border-top: none;
}
.tbl-cst-form #ctl00_AdminContent_Answer1_grdAnswer tr > td span {
  white-space: inherit;
}
.tbl-cst-form .table-responsive table tr th span {
  white-space: normal;
}
.responsive-table-hack div {
  display: grid;
}
.responsive-table-hack .btn-hack-container {
  display: block;
}
.responsive-table-hack .table-responsive {
  overflow-y: hidden;
}
.responsive-table-hack table td div {
  display: block;
}
.search-tab-container {
  position: relative;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
  background: linear-gradient(84deg, #f4f6fa 56.06%, rgba(255, 255, 255, 0.9) 96.18%) padding-box, linear-gradient(80deg, #ffffff, #2f3590) border-box;
  border: 2px solid transparent;
  box-shadow: 0px 0px 20px 0px rgba(47, 53, 144, 0.15);
}
.search-tab-container .nav-tabs {
  display: flex;
  justify-content: center;
  float: none;
  gap: 15px;
  margin: 0;
}
.search-tab-container .nav-tabs li.active > a {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #2f3590;
  color: #2f3590;
}
.search-tab-container .nav-tabs li > a {
  text-decoration: none !important;
  font-weight: 600;
  color: #000000;
  padding: 12px 10px;
}
.search-tab-container .Admin-divEligibilty {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.ml-3 {
  margin-left: 30px;
}
.ml-4 {
  margin-left: 40px;
}
.ml-5 {
  margin-left: 50px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.mr-3 {
  margin-right: 30px;
}
.mr-4 {
  margin-right: 40px;
}
.mr-5 {
  margin-right: 50px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 10px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-3 {
  padding-left: 30px;
}
.pl-4 {
  padding-left: 40px;
}
.pl-5 {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 10px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-5 {
  padding-right: 50px;
}
ul.dropdown-menu {
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.dropdown-menu > li > a {
  padding: 10px;
}
ul.dropdown-menu > li > a .fa,
ul.dropdown-menu > li > a .ph {
  margin-right: 5px;
  color: #4c4c4c;
  font-size: 22px;
  vertical-align: sub;
}
ul.dropdown-menu > li > a[disabled="disabled"] {
  opacity: 0.5;
  cursor: not-allowed;
}
ul.dropdown-menu > li > a:hover .fa,
ul.dropdown-menu > li > a:hover .ph {
  color: #000000;
}
ul.dropdown-menu > li input[type=submit] {
  background-color: #ffffff;
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.dropdown-menu > li input[type=submit] .fa {
  color: #4c4c4c;
}
ul.dropdown-menu > li input[type=submit]:hover {
  background-color: #f4f6fa;
}
.tabs-wrapper-ii {
  margin-bottom: 25px;
}
.tabs-wrapper-ii .nav-tabs {
  padding-left: 15px;
}
.tabs-wrapper-ii .nav-tabs > li > a {
  color: #666666;
  font-size: 16px;
}
.tabs-wrapper-ii .nav-tabs > li > a:hover {
  background-color: #ffffff;
  border: none;
}
.tabs-wrapper-ii .nav-tabs > li.active > a,
.tabs-wrapper-ii .nav-tabs > li.active > a:focus,
.tabs-wrapper-ii .nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 4px solid #2f3590;
  color: #000000;
  font-weight: 600;
}
.tabs-wrapper-ii .nav-tabs .label-primary {
  background-color: #f7f5f2;
  color: #000000;
  font-weight: normal;
  margin-left: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 90%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  /* For Tablet Portrait View and Mobile Portrait/Landscape */
  body.menu-active {
    background-color: #464646;
  }
  body.menu-active .container,
  body.menu-active footer {
    display: none;
  }
  .container {
    width: auto;
  }
  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  header {
    margin-bottom: 15px;
  }
  header .navbar .nav li a {
    color: #ffffff;
  }
  header .navbar .navbar-brand {
    padding: 8px;
    position: static;
    text-align: left;
    height: auto;
  }
  header .navbar .navbar-brand span a > img,
  header .navbar .navbar-brand span input[type="image"] {
    max-height: 40px;
  }
  header .navbar .navbar-collapse {
    background-color: #464646;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar .navbar-collapse.collapse.in {
    display: block !important;
  }
  header.after-loggedin {
    padding-top: 0;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-toggle {
    display: block;
  }
  header .loggedin-menu {
    position: static;
    height: auto;
    border: none;
    background-color: transparent;
  }
  header .loggedin-menu .dropdown-menu li a {
    padding: 0;
  }
  header .loggedin-menu .dropdown-menu li a i,
  header .loggedin-menu .dropdown-menu li a label {
    color: #ffffff;
  }
  header .loggedin-menu .dropdown-menu.user-dropdown {
    float: none;
    display: block;
    position: static;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    margin-top: 0;
    position: unset;
    width: 100%;
  }
  header .loggedin-menu .dropdown-menu.user-dropdown li a {
    display: block;
  }
  header .loggedin-menu .dropdown-menu.user-dropdown li a:focus,
  header .loggedin-menu .dropdown-menu.user-dropdown li a:hover {
    background-color: #7b7b7b;
  }
  header .loggedin-menu .dropdown-menu.user-dropdown .divider {
    display: none;
  }
  header .loggedin-menu .pull-left .navbar-nav {
    margin-top: 15px;
    background-color: #ffffff;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  header .loggedin-menu .pull-left .navbar-nav li {
    color: #464646;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
  }
  header .loggedin-menu .pull-left .navbar-nav li:first-child {
    font-size: 14px;
    color: #000000;
  }
  header .loggedin-menu .pull-left .navbar-nav li.less-right-spacing {
    margin-right: 0;
  }
  header .loggedin-menu .pull-left .navbar-nav li .organization-name {
    display: block;
  }
  header .loggedin-menu .nav li {
    margin-right: 0;
  }
  header .loggedin-menu .nav li a {
    color: #ffffff;
    line-height: 36px;
  }
  header .loggedin-menu .pull-left,
  header .loggedin-menu .pull-right {
    float: none !important;
  }
  header .loggedin-menu .pull-right .navbar-nav li {
    border-bottom: 1px solid #7b7b7b;
  }
  header .loggedin-menu .pull-right .navbar-nav li:last-child {
    border-bottom: none;
  }
  header .loggedin-menu .dropdown-menu {
    padding: 0;
  }
  header .loggedin-menu .dropdown-menu li .last-login-details {
    color: #ffffff;
    font-style: italic;
    padding: 0;
  }
  header .navbar-nav.general-menu {
    margin: 0;
  }
  header .navbar-nav.general-menu li.status-pending {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
  }
  header .navbar-nav .open .dropdown-menu .dropdown-header:hover,
  header .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #7b7b7b;
  }
  header .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  header .navbar-nav > li {
    float: none;
    margin-right: 0;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .navbar-text {
    float: none;
    margin: 15px 0;
  }
  header .collapsing {
    overflow: hidden !important;
  }
  header .change-language-dropdown {
    padding: 6px 0;
  }
  header .change-language-dropdown .language-dropdown ul {
    max-height: 188px;
    background: transparent;
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
  }
  header .change-language-dropdown .language-dropdown .btn {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
  }
  header .change-language-dropdown .language-dropdown .btn a {
    color: #ffffff;
  }
  header .change-language-dropdown .language-dropdown a {
    color: #ffffff;
  }
  header .change-language-dropdown .language-dropdown li a {
    color: #ffffff !important;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .form-horizontal .control-label-left {
    text-align: left;
  }
  .total-records {
    display: none;
  }
  .ajax__tab_technorati-theme .ajax__tab_header {
    display: none;
    background-color: #ffffff;
    border-bottom: none;
    color: #cccccc;
    margin-bottom: 15px;
    margin-top: -2px;
    border: 1px solid #cccccc;
  }
  .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active span,
  .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active i.fa {
    color: #ffffff;
  }
  .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    display: block;
    border: none;
    color: #ffffff;
    background-color: #0a51cf;
  }
  .ajax__tab_technorati-theme .ajax__tab_header > span {
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  .ajax__tab_technorati-theme .ajax__tab_header > span:last-child {
    border-bottom: none;
  }
  .ajax__tab_technorati-theme .ajax__tab_header > span span {
    display: block;
  }
  .ajax__tab_technorati-theme .ajax__tab_header > span span a {
    display: block;
    text-align: left;
  }
  .form-horizontal {
    margin-top: 10px;
  }
  .sort-nav-bar {
    padding: 0 15px;
    margin: 0;
  }
  .sort-nav-bar .total-records {
    margin-bottom: 10px;
    float: none;
    display: none;
  }
  .sort-nav-bar .sort-navigation {
    margin-bottom: 10px;
    float: none !important;
  }
  .sort-nav-bar .sort-navigation a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .sort-nav-bar .sort-navigation .form-group {
    display: block;
  }
  .sort-nav-bar .sort-navigation .form-group select {
    width: 100%;
  }
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*
    .change-language-dropdown {
        padding: 10px 15px;
        span{
            margin-bottom: 5px;
            display: block;
        }
    }
    */
  .heading-h1 {
    font-size: 18px;
  }
  .heading-h2 {
    font-size: 16px;
  }
  .heading-h3 {
    font-size: 14px;
  }
  .heading-h4 {
    font-size: 14px;
  }
  .heading-h5 {
    font-size: 14px;
  }
  body {
    margin-bottom: 76px;
  }
  .funds-description-wrapper {
    padding-left: 0;
  }
  .btn-holder-right-pull {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .btn-holder-right-pull .btn {
    width: 100%;
  }
  .footer {
    height: 76px;
    padding: 0;
    text-align: center;
  }
  .footer .footer-links {
    float: none !important;
  }
  .footer .copy-right {
    float: none !important;
    font-size: 10px;
    border-top: 1px solid #7a7b7c;
  }
  .box-container {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
  .funds-grid-wrapper {
    width: 100%;
  }
  .funds-grid-wrapper .funds-heading {
    padding-left: 0px;
    left: 110px;
    right: 15px;
    border-bottom: none;
    font-weight: normal;
    z-index: 1;
    max-height: 102px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
  }
  .funds-grid-wrapper .funds-description-wrapper .funds-logo {
    width: 80px;
  }
  .funds-grid-wrapper .funds-action {
    width: 33.33333333%;
  }
  .cf-pagination .row {
    margin-left: 0;
    margin-right: 0;
  }
  .dob-day,
  .dob-month,
  .dob-year {
    float: left;
    margin-right: 15px;
  }
  .dob-day {
    width: 80px;
  }
  .dob-month {
    width: 80px;
  }
  .dob-year {
    width: 80px;
  }
  .registration-form .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-title-wrapper {
    padding: 15px 0;
  }
  .page-title-wrapper .heading-h1 {
    margin-bottom: 0;
  }
  .fdi-wrapper .fdi-img {
    float: none !important;
    text-align: center;
    margin: 0 auto;
  }
  .fdi-wrapper .fdi-date-info {
    float: none !important;
    margin-top: 20px;
  }
  .btn-wide-mobile {
    display: block !important;
  }
  .fund-search-container .btn {
    margin-bottom: 10px;
  }
  .btn-facebook {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lch-clc-wrapper .form-group {
    /*border-bottom: 1px solid @borderLight;
            margin-left: 0;
            margin-right: 0;
            &:last-child{
                border-bottom: none;
            }*/
  }
  .lch-clc-wrapper .logic-clc-field {
    width: 100%;
  }
  .box-container-2 {
    padding: 15px 0;
  }
  .mobile-current-tab a {
    display: block;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobile-current-tab a span {
    line-height: 28px;
  }
  .mobile-current-tab a i.fa {
    color: #7b7b7b;
    vertical-align: baseline;
    margin-left: 2px;
    margin-right: 5px;
  }
  .mobile-current-tab a > i.fa {
    font-size: 28px;
    margin-right: -5px;
  }
  .ajax__tab_panel {
    margin-top: 15px;
  }
  .small-field {
    width: 100%;
  }
  .medium-field {
    width: 100%;
  }
  .info-control {
    display: none;
  }
  .table-responsive {
    border: 1px solid #ddd;
  }
  .table-responsive .table.table-striped > tbody {
    border: none;
  }
  .grid-my-application th:nth-child(2) {
    min-width: 280px;
  }
  .grid-my-application th:nth-child(3) {
    min-width: 200px;
  }
  .grid-my-application th:nth-child(4) {
    min-width: 150px;
  }
  .table .grid-col-width-100-xs {
    min-width: 100px;
  }
  .table .grid-col-width-150-xs {
    min-width: 150px;
  }
  .table .grid-col-width-200-xs {
    min-width: 200px;
  }
  .table .grid-col-width-250-xs {
    min-width: 250px;
  }
  .table .grid-col-width-280-xs {
    min-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  /* For Mobile Portrait/Landscape View Only */
  .box-container.fund-search-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-container.student-landing-page {
    padding-left: 0;
    padding-right: 0;
  }
  .box-container.student-landing-page .fund-search-container {
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
  .box-container.student-landing-page .mobile-current-tab,
  .box-container.student-landing-page .grid-btn-holder,
  .box-container.student-landing-page .page-title-wrapper {
    padding: 0 15px;
  }
  .box-container.student-landing-page .ajax__tab_default .ajax__tab_header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 15px 8px 0px;
  }
  .search-row {
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
  .search-row .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-row .form-control {
    margin: 5px 0;
  }
  .grid-btn-holder .btn-group {
    display: block;
    margin: 5px 0;
  }
  .grid-btn-holder .btn-group .btn {
    display: block;
    float: none;
    width: 100%;
  }
  .grid-btn-holder .btn-group .btn.text-left-align {
    text-align: left;
  }
  .grid-btn-holder .btn-group .btn.text-left-align span.caret {
    float: right;
    margin-top: 8px;
  }
  .grid-btn-holder .btn-group.choose-option-label {
    display: none;
  }
  .grid-btn-holder .btn-group.no-wrap .dropdown-menu > li > a {
    white-space: normal;
  }
  .grid-btn-holder .dropdown-menu > li > a {
    position: relative;
    padding-left: 35px;
  }
  .grid-btn-holder .dropdown-menu > li > a .fa {
    position: absolute;
    left: 10px;
    margin-top: 2px;
  }
  .grid-btn-holder .dropdown-menu > li > a label {
    display: inline;
  }
  .btn-block-mobile {
    width: 100%;
  }
  .info-placeholder {
    padding-right: 0;
  }
  .form-horizontal .control-label.label-information {
    padding: 0 0 5px 0;
  }
  .form-horizontal .control-label-left.label-information {
    padding: 0 0 5px 0;
  }
  .no-side-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .two-col-left-mobile {
    padding-left: 0;
    padding-right: 5px;
    width: 50%;
    float: left;
  }
  .two-col-right-mobile {
    padding-right: 0;
    padding-left: 5px;
    width: 50%;
    float: right;
  }
  .btn-bot-margin-mobile .btn {
    margin-bottom: 10px;
  }
  .buttons-holder.buttons-spacing .btn {
    margin-left: 0;
  }
  .fund-details-wrapper .box-container {
    margin-left: 0;
    margin-right: 0;
  }
  .sort-navigation .btn,
  .btn-holder-right-pull .btn {
    margin-bottom: 10px;
  }
  .heading-underline {
    border-bottom: none;
    margin-bottom: 0;
  }
  .btn-holder-right-pull {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .page-title-wrapper {
    padding: 0 0 5px;
  }
  .breadcrumb {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .buttons-tabs {
    border-bottom: none;
    margin-bottom: 40px;
  }
  .buttons-tabs .btn {
    float: none;
    background: #ffffff;
    border-top: none;
    border: 1px solid #cedced;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .buttons-tabs .btn.active {
    border-top: none;
  }
  .buttons-tabs span {
    float: none;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .buttons-tabs span.active {
    border-top: none;
    background-color: #0a51cf;
    color: #ffffff;
    text-align: center;
  }
  .light-gray-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nominee-wrapper {
    padding: 0;
  }
  .nominee-wrapper .wrapper {
    margin-top: 15px;
  }
  .nominee-wrapper:first-child .wrapper {
    margin-top: 0;
  }
  .funds-details-info .fdi-hd .fdi-img {
    display: none;
  }
  .funds-grid-wrapper .funds-heading {
    font-size: 14px;
    position: absolute;
  }
}
/*Css Code Added by Asif*/
.print-wrapper {
  margin: 30px !important;
}
#lblPages,
#spnGoToPage,
#spnRecordsPerPage {
  background: #666565;
  padding: 10px;
  border-radius: 5px;
  color: white;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.h1-control {
  font-size: 16px;
  font-weight: 600;
}
.h1-control-top {
  font-size: 14px;
  font-weight: normal;
}
.label-autosave {
  padding: 10px;
  margin: 0 10px 0 0;
  height: 42px;
  line-height: 23px;
  color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label-autosave .ph {
  font-size: 20px;
  vertical-align: sub;
  margin-right: 3px;
  color: #666666;
}
.Admin_PersonalInformation {
  display: inline-flex;
}
.close {
  opacity: 1;
}
.h2-tabs-control {
  margin-bottom: 2px;
  margin-top: 3px;
  font-size: 16px;
}
.h1-referral {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 7px;
  border-bottom: solid 1px gainsboro;
  padding-bottom: 10px;
}
.close-cross {
  float: right;
  margin-top: -20px !important;
  cursor: default;
  text-decoration: none;
}
ul.nav-wizard {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  position: relative;
}
ul.nav-wizard li {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1em;
  padding: 0 8px;
  position: relative;
  vertical-align: middle;
}
ul.nav-wizard li:first-child {
  padding-left: 0;
}
ul.nav-wizard li:last-child:after {
  display: none;
}
ul.nav-wizard li:last-child:before {
  display: none;
}
ul.nav-wizard li a {
  color: #000000;
  font-weight: 600;
  padding: 0;
  font-size: 12px;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li a[disabled=disabled] {
  color: #2e3192;
  font-weight: 600;
}
ul.nav-wizard li:after {
  position: absolute;
  display: inline-block;
  top: 0;
  content: '/';
  right: -4px;
  color: #a3a3a3;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #ffffff;
  border-color: #666666;
  color: #000000;
}
.btn {
  padding: 10px 12px;
  min-width: 88px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  text-decoration: none;
}
.btn.btn-arrow-down:after {
  content: "\f107";
  margin-left: 10px;
  font-family: FontAwesome;
}
.btn.text-left {
  text-align: left;
}
.btn.text-left i.ph {
  margin-right: 2px;
}
.btn .fa,
.btn .ph {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-top;
}
.btn-fa-2x .fa {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: sub;
}
.btn-primary {
  background-color: #2f3590;
  border-color: #2f3590;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #272b82;
  border-color: #272b82;
}
.btn-primary[disabled]:hover {
  background-color: #2f3590;
  border-color: #2f3590;
}
.btn-primary.disabled:hover {
  background-color: #2f3590;
  border-color: #2f3590;
}
.btn-primary.outline {
  background-color: #ffffff;
  border-color: #2f3590;
  color: #2f3590;
}
.btn-primary.outline:hover {
  background-color: #d5d8ee;
}
.btn-lg {
  font-size: 14px;
}
.btn-xl {
  padding: 15px 25px;
}
.btn-xl .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-danger {
  background-color: #cc3a40;
}
.btn-danger:hover {
  background-color: #ba3a42;
}
.btn-secondary {
  background-color: #e26e17;
  border: 1px solid #e26e17;
  font-size: 14px;
  color: #ffffff;
}
.btn-secondary[disabled]:hover {
  background-color: #e26e17;
  border-color: #e26e17;
}
.btn-secondary.btn-toggle {
  background-color: #f7f5f2;
}
.btn-secondary.btn-toggle:hover {
  background-color: #f7f5f2;
}
.btn-secondary.btn-toggle.collapsed {
  background-color: #ffffff;
}
.btn-secondary:hover {
  background-color: #ac4f0a;
  border-color: #ac4f0a;
  color: #ffffff;
}
.btn-secondary.disabled:hover {
  background-color: #e26e17;
  border-color: #e26e17;
  color: #ffffff;
}
.btn-success {
  background-color: #36bcd2;
  border-color: #36bcd2;
}
.btn-success:hover,
.btn-success:active,
.btn-success:active:focus,
.btn-success:focus {
  background-color: #0a8398;
  border-color: #0a8398;
}
.btn-success[disabled]:hover {
  background-color: #36bcd2;
  border-color: #36bcd2;
}
.btn-success.disabled:hover {
  background-color: #36bcd2;
  border-color: #36bcd2;
}
.btn-third {
  background-color: #e26e17;
  color: #ffffff;
  border-color: #e26e17;
}
.btn-third:hover,
.btn-third:focus {
  background-color: #ac4f0a;
  color: #ffffff;
}
.btn-fourth {
  background-color: #ffffff;
  color: #000000;
}
a.btn-gray {
  color: #ffffff !important;
}
.btn-gray {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #ffffff;
}
.btn-gray[disabled]:hover {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn-gray:hover,
.btn-gray:focus {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff;
}
.btn-gray.disabled:hover {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #ffffff;
}
.btn-default {
  background-color: #ffffff;
  border-color: #a3a3a3;
  font-size: 14px;
}
.btn-default[disabled]:hover {
  background-color: #eaedf0;
  border-color: #eaedf0;
}
.btn-go {
  background-color: #eaedf0;
  border: 1px solid #cedced;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 12px;
  color: #7b7b7b;
}
.btn-facebook {
  background-color: #45629b;
  border-color: #45629b;
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-facebook:hover {
  background-color: #45629b;
  border-color: #45629b;
  color: #ffffff;
}
.btn-facebook:focus {
  color: #ffffff;
}
.btn-line {
  border: 2px solid #cedced;
  background-color: #fff;
}
.btn-line:hover {
  border-color: #1893cf;
}
.btn-holder-right-pull {
  position: absolute;
  bottom: 4px;
  right: 0;
}
.btn-sharp-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .3;
}
.btn.rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-line-blue {
  background-color: #ffffff;
  color: #2e3192;
  border: 1px solid #2e3192;
}
.btn-line-blue:hover {
  background: #2e3192;
  color: #ffffff;
}
.btn-line-blue[disabled] {
  background-color: #ffffff;
  color: #2e3192;
  border: 1px solid #2e3192;
}
.btn-line-red {
  background-color: #ffffff;
  color: #c65858;
  border: 1px solid #c65858;
}
.btn-line-red:hover {
  background-color: #c65858;
  color: #ffffff;
}
.btn-line-red[disabled] {
  background-color: #ffffff;
  color: #c65858;
  border: 1px solid #c65858;
}
.simple-link-button {
  color: #c3f0f5;
  text-decoration: none;
  font-weight: bold;
}
.simple-link-button .fa {
  margin-right: 2px;
}
.simple-link-button:hover {
  text-decoration: none;
}
/*
.btn {
	&:focus {
		outline: none;
	}

	.fa,
	.ph {
		margin-right: 5px;
		font-size: 18px;
		vertical-align: text-top;
	}
}

.btn-default {
	background-color: @white;
	border-color: @n-400;
	.text-md;

	&:hover {
		background-color: @n-100;
		border-color: @n-600;
	}
}

.btn-primary {
	background-color: @p-800;
	border-color: @p-800;

	&:hover,
	&:active,
	&.focus,
	&:focus {
		background-color: @p-1000;
		border-color: @p-1000;
	}

	&.disabled {
		&:hover {
			background-color: @p-800;
			border-color: @p-800;
		}
	}
}

.btn-secondary {
	background-color: @s-800;
	border-color: @s-800;
	color: @white;

	&[disabled]:hover {
		background-color: @s-800;
		border-color: @s-800;
	}

	&:hover {
		background-color: @s-1000;
		border-color: @s-1000;
		color: @white;
	}

	&.disabled {
		&:hover {
			background-color: @s-800;
			border-color: @s-800;
			color: @white;
		}
	}
}

.btn-lg {
	.text-md;
}

.btn-xl {
	.text-lg;
	padding: 14px;
}

.btn.text-left {
	text-align: left;
}

.btn-danger {
	background-color: @dangerColor;

	&:hover {
		background-color: @dangerColorHover;
	}
}



a.btn-gray {
	color: @white !important;
}

.btn-gray {
	background-color: @topNavLink;
	border-color: @topNavLink;
	color: @white;

	&[disabled]:hover {
		background-color: @topNavLink;
		border-color: @topNavLink;
	}

	&:hover,
	&:focus {
		background-color: @primaryNavbar;
		border-color: @primaryNavbar;
		color: @white;
	}

	&.disabled {
		&:hover {
			background-color: @topNavLink;
			border-color: @topNavLink;
			color: @white;
		}
	}
}



.btn-go {
	background-color: @btnDefault;
	border: 1px solid @borderLight;
	display: inline-block;
	.border-radius(4px);
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 12px;
	color: @iconColor;
}

.btn-facebook {
	background-color: #45629b;
	border-color: #45629b;
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;

	&:hover {
		background-color: #45629b;
		border-color: #45629b;
		color: @white;
	}

	&:focus {
		color: @white;
	}
}

.btn-line {
	border: 2px solid @borderLight;
	background-color: #fff;

	&:hover {
		border-color: @headingBG;
	}
}

.btn-holder-right-pull {
	position: absolute;
	bottom: 4px;
	right: 0;
}

.btn-sharp-radius {
	.border-radius(4px);
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: .3;
}
*/
.form-control {
  border-color: #a3a3a3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 42px;
}
.nc-pngLogin {
  display: flex;
}
.lgnPanel,
.lgnPanel .contenttemplate,
.lgnPanel .nc-pngLogin {
  height: 100%;
}
.l-left-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-left-column .l-logo {
  max-width: 200px;
  margin: 0 auto 15px auto;
  display: block;
}
.l-left-column .login-box {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;
}
.l-left-column .l-f-password {
  display: flex;
  justify-content: space-between;
}
.l-left-column .l-create-account {
  text-align: center;
}
.l-left-column .l-create-account a {
  font-weight: 600;
}
/* Right column fully scrollable internally */
.l-right-column {
  flex: 1;
  position: relative;
  display: flex;
  overflow: hidden;
}
.l-right-column .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.l-right-column .video-wrapper video,
.l-right-column .video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-right-column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
  backdrop-filter: blur(4px);
}
.l-right-column .l-top-links {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}
.l-right-column .l-top-links a {
  color: #ffffff;
  text-decoration: none;
}
.l-right-column .l-top-links .dropdown-menu {
  background-color: #0000006e;
  border: 1px solid #666666;
}
.l-right-column .l-top-links .dropdown-menu a {
  text-decoration: none;
}
.l-right-column .instructions-wrapper {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center vertically if content is small */
  overflow: hidden;
  min-height: 0;
  /* important for flex children scroll */
}
.l-right-column .instructions-inner {
  margin: auto 0;
  /* This will vertically center when content is small */
  overflow-y: auto;
  padding: 50px 5vw;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.l-right-column .instructions-inner ul {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
.l-right-column .instructions-inner h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.l-right-column .instructions-inner p {
  font-size: 18px;
  margin-bottom: 10px;
}
.nominator-login {
  font-size: 16px;
  border-bottom: 1px solid #c8c6c3;
  text-align: center;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.funds-grid .box-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  margin-bottom: 15px;
}
.sort-nav-bar {
  padding: 0;
}
.fgw-body {
  display: flex;
  gap: 20px;
}
.fgw-body .fgw-wl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.fgw-body .fgw-wl .fgw-wrp {
  display: flex;
  gap: 15px;
  width: 100%;
}
.fgw-body .fgw-wl .fgw-wrp .fgw-l-w {
  width: 145px;
}
.fgw-body .fgw-wl .fgw-wrp .fgw-r-w {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fgw-body .fgw-wl .funds-image {
  width: 145px;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fgw-body .fgw-wl .funds-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fgw-body .fgw-wl .fgw-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.fgw-body .fgw-wl .funds-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fgw-body .fgw-wr {
  display: flex;
  padding-top: 10px;
  gap: 20px;
}
.fgw-body .fgw-wr .fgw-wr-d {
  width: 25%;
  box-sizing: border-box;
}
.fgw-body .fgw-wr .fgw-wr-d .fgw-wr-d-t {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
}
.fgw-body .fgw-wr .fgw-wr-d .fgw-wr-d-d {
  font-weight: 600;
}
.fgw-footer {
  border-top: 1px solid #e0e0e0;
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  gap: 10px;
  justify-content: flex-end;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dtls-title {
  font-size: 38px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.dtls-img-logo {
  width: 100%;
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px;
}
.dtls-img-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fdc-info-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  background-color: #fff4e9;
  border: 1px solid #e26e17;
}
.fdc-info-bar .fdc-ib-wrapper {
  margin-bottom: 15px;
  display: flex;
}
.fdc-info-bar .fdc-ib-wrapper .fdc-ib-icon {
  padding-right: 10px;
}
.fdc-info-bar .fdc-ib-wrapper .fdc-ib-icon .fa,
.fdc-info-bar .fdc-ib-wrapper .fdc-ib-icon .ph {
  display: inline-block;
  font-size: 24px;
  color: #e26e17;
  border: 1px solid #e26e17;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
.fdc-info-bar .fdc-ib-wrapper .fdc-ib-hd {
  font-size: 12px;
}
.fdc-info-bar .fdc-ib-wrapper .fdc-ib-title {
  font-weight: 600;
}
.funds-details-info {
  position: sticky;
  top: 10px;
}
.funds-details-info .fdi-hd .fdi-img img {
  width: 50px;
  margin-top: -10px;
  margin-right: 10px;
}
.funds-details-info .fdi-wrapper .fdi-img {
  width: 150px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cedced;
}
.funds-details-info .fdi-wrapper .fdi-date-info .fdi-start-date-title {
  color: #333333;
}
.funds-details-info .fdi-wrapper .fdi-date-info .fdi-start-date {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}
.funds-details-info .fdi-wrapper .fdi-share a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  color: #666666;
  background-color: #f7f5f2;
  text-decoration: none;
  font-size: 24px;
  padding-top: 10px;
  vertical-align: middle;
  margin-left: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.funds-details-info .fdi-wrapper .fdi-share a:hover {
  color: #000000;
  background-color: #e0e0e0;
}
.funds-details-info .btn-referral,
.funds-details-info .btn {
  text-align: left;
}
.funds-details-info .btn-referral .fa,
.funds-details-info .btn .fa,
.funds-details-info .btn-referral .ph,
.funds-details-info .btn .ph {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: sub;
}
.fund-details.box-container {
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fund-details h3.Grant_Criteria_hd {
  font-size: 14px;
  font-weight: 600;
}
.fund-details-instructions {
  border: 1px solid #36bcd2;
  background-color: #effcff;
  padding: 15px;
  margin-top: 15px;
  font-style: italic;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ajax__scroll_none {
  overflow: visible !important;
}
.ajax__tab_tab:focus,
.ajax__tab_inner:focus,
.ajax__tab_outer:focus {
  outline: none;
}
.ajax__tab_technorati-theme {
  display: flex;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
}
.ajax__tab_technorati-theme .ajax__tab_header {
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 15px 0px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper {
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: sticky;
  top: 10px;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper > span a {
  background-color: #ffffff;
  display: block;
  text-align: left;
  color: #000000;
  padding: 12px 10px;
  border-left: 3px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper > span a i.ph {
  font-size: 22px;
  vertical-align: sub;
  margin-right: 7px;
  color: #666666;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper > span a:hover {
  background-color: #f4f6fa;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper > span.ajax__tab_active a {
  background-color: #f4f6fa;
  border-left: 3px solid #2f3590;
  color: #2f3590;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper > span.ajax__tab_active a i.ph {
  color: #2f3590;
}
.ajax__tab_technorati-theme .ajax__tab_header .tabs__wrapper span {
  display: block;
  width: 100%;
}
.ajax__tab_technorati-theme .ajax__tab_body {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_active {
  background-color: #ffffff;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
  border-top: 3px solid #0a51cf;
  color: #000000;
  background-color: #ffffff;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
  color: #000000;
  border-color: #333;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_inner {
  border-color: #666;
  color: #000000;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_inner .fa {
  color: #7b7b7b;
  margin-right: 5px;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_header .ajax__tab_inner .ajax__tab_tab {
  color: #000000;
  padding: 10px 20px;
}
.ajax__tab_technorati-theme_xxxxxx .ajax__tab_hover .ajax__tab_inner {
  color: #000000;
}
.gridview-applicant {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gridview-applicant .gridview-row {
  display: flex;
  gap: 15px;
}
.gridview-applicant .gridview-row .col.fill {
  flex: 1 0 0;
}
.gridview-applicant .gridview-row .col.date {
  min-width: 100px;
}
.gridview-applicant .gridview-row .col.communication {
  width: 100px;
}
.gridview-applicant .gridview-row .col.name {
  min-width: 100px;
}
.gridview-applicant .gridview-row .col .title.bold {
  font-weight: 600;
}
.gridview-applicant .gridview-row .col .hd {
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
.gridview-applicant .gridview-row .col .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  width: 44px;
  height: 44px;
  color: #2f3590;
  background-color: #f4f6fa;
  border: 1px solid #d5d8ee;
  font-size: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gridview-applicant .gridview-row .col.inline {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gridview-applicant .gridview-row.r-2 {
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.gridview-applicant .gridview-row.r-2 .wrp-left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gridview-applicant .gridview-row.r-2 .status {
  background-color: #f7f5f2;
  padding: 4px 10px 4px 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gridview-applicant .gridview-row.r-2 .status:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #666666;
  border: 2px solid #a3a3a3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gridview-applicant .gridview-row.r-2 .status.submitted {
  background-color: #f2fff9;
  color: #327019;
}
.gridview-applicant .gridview-row.r-2 .status.submitted:before {
  background-color: #327019;
  border-color: #cee2bf;
}
.gridview-applicant .gridview-row.r-2 .status.pending-submission {
  background-color: #fffbef;
  color: #805e02;
}
.gridview-applicant .gridview-row.r-2 .status.pending-submission:before {
  background-color: #805e02;
  border-color: #fdeebb;
}
.gridview-applicant .gridview-row.r-2 .status.additional-info-requested {
  background-color: #effcff;
  color: #0a8398;
}
.gridview-applicant .gridview-row.r-2 .status.additional-info-requested:before {
  background-color: #0a8398;
  border-color: #c3f0f5;
}
.gridview-applicant .gridview-row.r-2 .status.withdrawn {
  background-color: #fff1f1;
  color: #992828;
}
.gridview-applicant .gridview-row.r-2 .status.withdrawn:before {
  background-color: #992828;
  border-color: #f3b3b3;
}
.gridview-applicant .gridview-row.r-2 .status.under-committee-review {
  background-color: #effcff;
  color: #0a8398;
}
.gridview-applicant .gridview-row.r-2 .status.under-committee-review:before {
  background-color: #0a8398;
  border-color: #c3f0f5;
}
.gridview-applicant .gridview-row.r-2 .status.not-selected-for-award {
  background-color: #fff1f1;
  color: #992828;
}
.gridview-applicant .gridview-row.r-2 .status.not-selected-for-award:before {
  background-color: #992828;
  border-color: #f3b3b3;
}
.gridview-applicant .gridview-row.r-2 .status.selected-for-award {
  background-color: #f2fff9;
  color: #327019;
}
.gridview-applicant .gridview-row.r-2 .status.selected-for-award:before {
  background-color: #327019;
  border-color: #cee2bf;
}
.gridview-applicant .gridview-row.r-2 .status.award-accepted {
  background-color: #f2fff9;
  color: #327019;
}
.gridview-applicant .gridview-row.r-2 .status.award-accepted:before {
  background-color: #327019;
  border-color: #cee2bf;
}
.gridview-applicant .gridview-row.r-2 .status.award-declined {
  background-color: #fff1f1;
  color: #992828;
}
.gridview-applicant .gridview-row.r-2 .status.award-declined:before {
  background-color: #992828;
  border-color: #f3b3b3;
}
.gridview-applicant .gridview-row.r-2 .status.request-pending {
  background-color: #fffbef;
  color: #805e02;
}
.gridview-applicant .gridview-row.r-2 .status.request-pending:before {
  background-color: #805e02;
  border-color: #fdeebb;
}
.gridview-applicant .gridview-row.r-2 .status.submitted-request-pending {
  background-color: #fffbef;
  color: #805e02;
}
.gridview-applicant .gridview-row.r-2 .status.submitted-request-pending:before {
  background-color: #805e02;
  border-color: #fdeebb;
}
.gridview-applicant .gridview-row.r-2 .status.submitted-under-committee-review {
  background-color: #f4f6fa;
  color: #272b82;
}
.gridview-applicant .gridview-row.r-2 .status.submitted-under-committee-review:before {
  background-color: #272b82;
  border-color: #898db8;
}
.gridview-applicant .gridview-row.r-2 .deadline {
  background-color: #f4f6fa;
  padding: 4px 10px 4px 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gridview-applicant .gridview-row.r-2 .deadline .hd {
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
.gridview-applicant .gridview-row.r-2 .wrp-right {
  display: flex;
  gap: 8px;
}
.gridview-applicant .gridview-row.r-2 .gridview-icon {
  border: 1px solid #e0e0e0;
  padding: 4px;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  color: #333333;
}
.gridview-applicant .gridview-row.r-2 .gridview-icon:hover {
  color: black;
  border-color: #a3a3a3;
}
.gridview-applicant .gridview-row.r-2 .gridview-icon .ph {
  margin-top: 2px;
  display: inline-block;
}
.Admin-form-group-seperator {
  background-color: #f4f6fa;
  padding: 10px;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-horizontal.control-label-left .control-label {
  text-align: left;
}
.form-control.field_required {
  background-color: #ffffff;
  border-color: #a3a3a3;
}
.radio-quiz.field_required {
  background-color: #ffffff;
  border: none;
}
/*.form-group-seperator .form-group {
    max-width: 600px;
    &.full-width{
        max-width: 100%;
    }
}*/
.form-group-seperator .form-group .Question-row {
  padding: 5px 15px;
  display: block;
}
.form-group-seperator .form-group .Input-row {
  max-width: 810px;
  padding: 0 15px;
}
fieldset legend {
  display: none;
}
fieldset {
  margin: 0 !important;
  padding: 5px 10 !important;
  border: 1px solid #e0e0e0 !important;
  background-color: #ffffff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.overlap-field > .btn,
.browse-field input[type="submit"] {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
}
.Input-row.medium-field-ii {
  max-width: 350px !important;
}
.field-instruction.attachment a {
  font-size: 14px !important;
  color: #2f3590;
}
.footer {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
  background-color: #464646;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-links a {
  color: #ffffff !important;
  text-decoration: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.footer .footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .footer-links a:last-child {
  border-right: none;
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */