@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRTQgYoZZY2vCFuvAFTzro.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRVQgYoZZY2vCFuvDFR.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptserif/v12/EJRSQgYoZZY2vCFuvAnt65qV.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
html {
  height: auto !important;
}
body {
  position: static !important;
  min-height: auto !important;
}
body {
  background-color: #ffffff;
  font-family: "PT Serif", Arial, sans-serif;
}
.akordeon-item-head-container,
.overview_left_menu li a {
  font-family: "PT Serif", Arial, sans-serif !important;
  text-transform: unset !important;
}
/*ul.list li section.left h3{
    font-family: "PT Serif", Arial, sans-serif !important;
    text-transform: unset;
}*/
a {
  color: #0a51cf;
}
.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;
}
header {
  background-color: #ffffff;
  padding: 0px;
  margin-bottom: 20px;
  border-bottom: 15px solid #1a6da0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
header.border-bot-2020 {
  border-bottom: 15px solid #1a6da0;
}
header .navbar {
  margin: 0;
  background-color: #ffffff;
  border: none;
  min-height: 78px;
}
header .navbar .navbar-brand {
  padding: 5px 15px;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  z-index: 9;
  top: 0;
  margin-left: 0 !important;
  left: 2px;
  height: 78px;
  max-width: 260px;
  text-align: left;
  display: table;
  /*
            a > img,
			input[type="image"]{
                height: 50px;
			}
            */
}
header .navbar .navbar-brand.bf-brand-login {
  top: 46px;
}
header .navbar .navbar-brand span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
header .navbar .navbar-brand span input[type="image"],
header .navbar .navbar-brand span img {
  vertical-align: middle;
  height: auto;
  max-height: 52px;
  min-width: 100px;
  width: auto;
  max-width: 650px;
}
header .navbar .navbar-brand:hover {
  background-color: #ffffff;
}
header .navbar .nav li a {
  text-decoration: none;
  color: #7b7b7b;
  padding-top: 8px;
  padding-bottom: 2px;
  font-size: 14px;
  font-family: Arial;
}
header .navbar .nav li a:hover {
  color: #464646;
}
header .navbar .nav li a label {
  cursor: pointer;
}
header .general-menu {
  margin-right: -30px;
}
header .general-menu li {
  height: 54px;
  line-height: 54px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
header .general-menu li.status-pending {
  color: #000000;
  background-color: #f0ad4e;
}
header .loggedin-menu {
  border-bottom: none !important;
  color: #ccc;
  line-height: 35px;
  position: unset;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
}
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 !important;
}
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.cst a {
  display: block;
}
header .loggedin-menu .nav li.cst a img {
  vertical-align: middle;
}
header .loggedin-menu .nav li.cst a i {
  width: 18px;
  text-align: center;
  margin-right: 0;
}
header .loggedin-menu .nav li.cst a label {
  display: inline-block;
}
header .loggedin-menu .dropdown-menu .divider {
  margin: 0;
}
header .loggedin-menu .dropdown-menu li {
  margin-right: 0;
  color: #464646;
  white-space: nowrap;
}
header .loggedin-menu .dropdown-menu li a {
  color: #464646;
  line-height: 35px;
  padding: 0 10px;
}
header .loggedin-menu .dropdown-menu li a i {
  color: #464646;
}
header .loggedin-menu .dropdown-menu li a label {
  color: #464646;
  margin: 0;
}
header .loggedin-menu .dropdown-menu li a:hover {
  color: #464646;
}
header .loggedin-menu .dropdown-menu li .last-login-details {
  color: #7b7b7b;
  line-height: 35px;
  padding: 0 10px;
  font-size: 12px;
}
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;
  color: #ffffff;
}
.change-language-dropdown {
  padding: 2px 0;
  color: #7b7b7b;
}
.change-language-dropdown .form-control {
  height: 35px;
  padding-left: 5px;
}
.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: 24px;
  font-weight: normal;
  font-family: "PT Serif", serif;
}
.heading-h5 h1 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.heading-underline {
  border-bottom: 1px solid #cedced;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
.heading-underline.AdminFullResult-HeadBar {
  border-bottom: none;
}
.sub-heading {
  font-weight: bold;
  padding-bottom: 15px;
}
.sub-heading.underline {
  text-decoration: underline;
}
.btn:focus {
  outline: none;
}
.btn-primary {
  background-color: #1893cf;
  border-color: #1893cf;
}
.btn-primary[disabled]:hover {
  background-color: #1893cf;
  border-color: #1893cf;
}
.btn-primary:hover {
  background-color: #0a51cf;
  border-color: #0a51cf;
}
.btn-primary.disabled:hover {
  background-color: #1893cf;
  border-color: #1893cf;
}
.btn-lg {
  font-size: 14px;
}
.btn-danger {
  background-color: #cc3a40;
}
.btn-danger:hover {
  background-color: #ba3a42;
}
.btn-secondary {
  background-color: #ffffff;
  border-color: #cedced;
  font-size: 14px;
  color: #000000;
}
.btn-secondary[disabled]:hover {
  background-color: #ffffff;
  border-color: #cedced;
}
.btn-secondary:hover {
  background-color: #ffffff;
  border-color: #cedced;
  color: #000000;
}
.btn-secondary.disabled:hover {
  background-color: #ffffff;
  border-color: #cedced;
  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: #eaedf0;
  border-color: #cccccc;
  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;
}
.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;
}
.back-img {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: -10;
  height: 100%;
  background-image: url(../../Images/login_bg_cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  background-position: center;
}
.login-container {
  max-width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}
.login-container .login-left .heading-underline {
  margin: 0;
  padding-top: 0;
}
.login-container .login-left .form-group lable {
  margin-bottom: 10px;
  display: block;
}
.login-container .login-left .heading-h1 {
  margin-bottom: 20px;
}
.login-container .login-left .forgot-password {
  margin: 10px 0;
  display: inline-block;
  color: #2247f7;
}
.login-container .login-left .btn-holder input[type=submit] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-container .login-left .btn-holder .btn-col-left {
  padding-right: 5px;
}
.login-container .login-left .btn-holder .btn-col-right {
  padding-left: 5px;
}
.login-container .login-left .fb-btn-holder {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #cedced;
  position: relative;
}
.login-container .login-left .fb-btn-holder .fa {
  position: absolute;
  left: 20px;
  margin-top: -5px;
}
.login-container .login-left .login-radio {
  margin-bottom: 20px;
}
.login-container .login-left .login-radio input[type="radio"] {
  margin-right: 5px;
}
.login-container .login-left .login-radio label {
  margin-right: 20px;
}
.login-container .login-right {
  padding: 0 0 0 40px;
}
.login-container .login-right .text-group {
  margin-top: 40px;
}
.login-container .login-right .text-group .text-title {
  color: #cc3a40;
  font-size: 16px;
  margin-bottom: 0;
}
.login-container .login-right .ca-btn-holder {
  margin-top: 40px;
}
.login-container .login-right .ca-btn-holder .btn-line {
  font-size: 16px;
  padding: 15px 30px;
}
.box-container {
  background-color: #ffffff;
  width: auto;
  padding: 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.box-container.fund-search-container {
  padding: 20px;
  margin: 0 0 20px 0;
}
.box-container.new-grid-2020 {
  padding: 0;
  margin-bottom: -1px;
}
.box-container.padding-20 {
  padding: 20px;
  margin-bottom: 20px;
}
.box-container.padding-0 {
  padding: 0px;
}
.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;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.funds-description-wrapper.no-img-available {
  padding: 10px 15px;
}
.funds-description-wrapper .funds-logo {
  position: absolute;
  width: 150px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cedced;
  left: 10px;
  top: 10px;
  background: #fff;
}
.funds-description-wrapper .funds-logo img {
  margin: 0 auto;
}
.funds-description-wrapper .funds-description {
  padding: 0;
  font-family: "PT Serif", serif;
  font-size: 17px;
}
.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: -20px;
  top: 13px;
}
.small-field {
  width: 100px;
}
.medium-field {
  width: 200px;
}
.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: #f8f8f8;
}
.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;
}
.grid-btn-holder .dropdown-menu .divider {
  margin: 2px 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 38px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 10px;
  height: 38px;
  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;
  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;
}
.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 {
  margin-bottom: 20px;
  box-shadow: 0px 0 1px;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  background-color: #ececec;
}
.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;
}
.funds-grid .funds-grid-wrapper .funds-heading {
  background-color: #f8f8f8;
}
.funds-grid .funds-grid-wrapper .funds-heading a {
  padding: 0 15px;
  color: #464646;
  font-family: "PT Serif", serif;
}
.page-title-wrapper {
  padding-bottom: 15px;
}
.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 {
  font-weight: bold;
  margin-bottom: 5px;
}
.funds-details-info .fdi-wrapper .fdi-date-info .fdi-start-date {
  margin-bottom: 20px;
}
.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;
}
.fund-details-container h1 {
  font-size: 16px;
  font-weight: bold;
}
.fund-details-container .fdc-info-bar {
  padding: 15px 0 0;
  background-color: #f8f8f8;
}
.fund-details-container .fdc-info-bar .fdc-ib-wrapper {
  margin-bottom: 20px;
}
.fund-details-container .fdc-info-bar .fdc-ib-wrapper .fdc-ib-hd {
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.fund-details-container .fdc-info-bar .fdc-ib-wrapper .fdc-ib-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* 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__scroll_none {
  overflow: visible !important;
}
.ajax__tab_tab:focus,
.ajax__tab_inner:focus,
.ajax__tab_outer:focus {
  outline: none;
}
.ajax__tab_technorati-theme .ajax__tab_header {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active {
  background-color: #ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
  border-top: 3px solid #0a51cf;
  color: #000000;
  background-color: #ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
  color: #000000;
  border-color: #333;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
  border-color: #666;
  color: #000000;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner .fa {
  color: #7b7b7b;
  margin-right: 5px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner .ajax__tab_tab {
  color: #000000;
  padding: 10px 20px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
  color: #000000;
}
.ajax__calendar {
  z-index: 1980000000700 !important;
}
.pre-qes-table {
  font-weight: bold;
}
.slc_wrapper {
  background-color: #e6e7e8;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}
.slc_wrapper .slc_col_one {
  color: #808285;
  font-size: 50px;
  line-height: 1em;
}
.slc_col_two {
  float: none;
  text-align: center;
}
.slc_col_two {
  margin: 0 auto;
  width: 200px;
}
.slc_col_two .circle-text {
  color: #ffffff;
  font-size: 50px !important;
  margin-top: -15px;
}
.slc_col_two .circle-info-half {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 7px;
}
.st-dsh-col {
  margin-top: 40px;
}
.st-dsh-col section {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
}
.st-dsh-col section a {
  display: inline-block;
  margin: 0 auto;
  color: #000000;
  text-decoration: none;
}
.st-dsh-col section a .st-dsh-title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
.st-dsh-col section a .st-dsh-icon {
  border: 5px solid #eeeeee;
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
  text-align: center;
  -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-dsh-col section a .st-dsh-icon .fa {
  font-size: 40px;
  line-height: 80px;
  color: #0a51cf;
  display: block;
  text-align: center;
  text-decoration: none;
}
.st-dsh-col section a .st-dsh-icon .fa:hover {
  text-decoration: none;
}
.st-dsh-col section .progress {
  height: 5px;
  margin-bottom: 8px;
}
.st-dsh-col section .progress-number {
  font-size: 12px;
  text-align: right;
  color: #0a51cf;
}
.st-dsh-col section .st-dsh-info {
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
}
.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 {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.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;
  color: #000;
}
.st-dsh-col section .st-dsh-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.st-dsh-col2 {
  margin-bottom: 30px;
}
.st-dsh-col2 section {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  border: 1px solid #cccccc;
}
.st-dsh-col2 section .st-dsh-title {
  font-size: 14px;
  font-weight: bold;
  height: 3em;
  overflow: hidden;
}
.st-dsh-col2 section .st-dsh-icon {
  border: 5px solid #eeeeee;
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
  text-align: center;
  -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-dsh-col2 section .st-dsh-icon a {
  text-decoration: none;
}
.st-dsh-col2 section .st-dsh-icon .fa {
  font-size: 40px;
  line-height: 80px;
  color: #1a6da0;
  display: block;
  text-align: center;
  text-decoration: none;
}
.st-dsh-col2 section .st-dsh-icon .fa:hover {
  text-decoration: none;
}
.st-dsh-col2 section .progress {
  height: 5px;
  margin-bottom: 8px;
}
.st-dsh-col2 section .progress-number {
  font-size: 12px;
  text-align: right;
  color: #0a51cf;
}
.st-dsh-col2 section .st-dsh-info {
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.st-dsh-col2 section .st-dsh-info .label {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.st-dsh-col2 section .st-dsh-info .st-dsh-info-title {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.st-dsh-col2 section .st-dsh-info .st-dsh-info-title:after {
  content: ":";
}
.st-dsh-col2 section .st-dsh-info .st-dsh-info-sub-title {
  display: inline-block;
}
.st-dsh-col2 section .st-dsh-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.stdc-hd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.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;
}
.st-dashboard-wrapper {
  margin: 0 auto;
}
.st-dashboard-wrapper.profile-parent-20 {
  max-width: 800px;
}
.st-dashboard-wrapper.profile-parent-20 .st-dsh-col section {
  border: none;
}
.st-dashboard-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
.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: #f8f8f8;
}
.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: 23px;
  right: 14px;
}
.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 .box-container {
  box-shadow: none;
  padding: 0px;
}
.fund-details-wrapper .funds-details-info {
  font-style: normal;
}
.after-login.funds-container {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cedced;
}
.alert-navigation {
  background-color: #f8f8f8;
  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;
}
.student-landing-page .fund-search-container {
  box-shadow: none;
  border: 1px solid #cccccc;
}
.pre-q-radio {
  margin-right: 10px;
}
.pre-q-radio label {
  margin-left: 5px;
}
.light-gray-box {
  background-color: #f8f8f8;
  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;
  -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-top: 3px solid #0a51cf;
}
.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;
}
.field_required {
  border: 1px solid #e09ca7;
  background-color: #f2dede;
}
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;
}
.total-numbers-2020 {
  text-align: right;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
.total-numbers-2020 span:last-child {
  margin-left: 50px;
}
.total-numbers-2020.before-login {
  margin-bottom: 20px;
}
.new_sub_header_grid {
  float: right;
}
.new_sub_header_grid table {
  border-collapse: collapse;
  font-size: 13px;
  border: 1px solid #ddd;
}
.new_sub_header_grid table th {
  background: #47bceb;
  color: #fff;
  padding: 3px 10px;
}
.new_sub_header_grid table tr:nth-child(even) {
  background: #f6f6f7;
}
.new_sub_header_grid table td {
  border-bottom: 1px solid #ccc;
  padding: 2px 10px;
}
.new_sub_header_grid table td.nsh_grid_2nd_col,
.new_sub_header_grid table td.nsh_grid_3rd_col {
  text-align: right;
}
.new_sub_header_grid table tr:last-child {
  font-weight: bold;
}
.Admin-divEligibilty {
  padding-top: 15px;
}
#ctl00_lblHelpText {
  display: inline-block;
}
/*Css Code Added by Asif [start]*/
.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;
}
.funds-details-info {
  font-style: normal;
}
.h1-control {
  font-size: 16px;
  font-weight: 600;
}
.h1-control-top {
  font-size: 14px;
  font-weight: normal;
}
.label-autosave {
  background-color: #dd0c0c;
  padding: 5px;
}
.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;
}
.btn-create-acc {
  font-size: 16px;
  padding: 15px 30px;
}
|ul.nav-wizard {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  margin: 5px 0px 7px 0px;
  border: 1px solid #cccccc;
}
ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 25px;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
}
ul.nav-wizard li:first-child {
  padding-left: 10px;
}
ul.nav-wizard li:last-child:before,
ul.nav-wizard li:last-child:after {
  display: none;
}
ul.nav-wizard li a {
  color: #0f7eb4;
  padding: 0;
  font-size: 12px;
}
ul.nav-wizard li a[disabled="disabled"] {
  color: #2e3192;
  font-weight: bold;
}
ul.nav-wizard li a:hover {
  background-color: transparent;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 17px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 17px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #d9edf7;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #d9edf7;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #3a87ad;
  background: #d9edf7;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #0f7eb4;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #0f7eb4;
  background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}
/*Css Code Added by Asif [end]*/
.af-login-menu {
  display: none;
}
.partner-logo {
  float: right;
  width: 23%;
  margin-right: -25px;
  padding-top: 5px;
}
.partner-logo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.loggedin-menu.bf-login {
  width: 54%;
  margin-left: 23%;
  float: left;
}
.ss_header_sub_bar {
  text-align: center;
  border-top: 2px solid #fff;
  color: #fff;
  height: 40px;
  padding-top: 10px;
}
.ss_header_sub_bar.hide-desktop {
  display: none;
}
.ss_header_sub_bar .ss_header_container a {
  color: #333;
  display: inline-block;
  line-height: 40px;
  padding: 17px 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}
.ss_header_sub_bar .ss_header_container a:hover {
  color: #0497af;
}
.ss_header_sub_bar .ss_header_container a.active,
.ss_header_sub_bar .ss_header_container.dd > ul > li:hover > a {
  background: #ECB919;
  color: #fff;
}
.date-range-col .drc-l {
  padding-right: 2px;
}
.date-range-col .drc-r {
  padding-left: 2px;
}
.cst-filter-row {
  padding: 30px 15px;
}
.cst-search-right-panel {
  float: right;
  padding-right: 0;
}
.answer_sticky_buttons {
  display: none;
}
.sub-footer-21 {
  background: #fff;
  margin-bottom: 38px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-top: 1px solid #1a6da0;
}
.sub-footer-21 .sub-footer-21-logo img {
  width: 100%;
  max-width: 250px;
}
.sub-footer-21 .sub-footer-21-logo,
.sub-footer-21 p {
  height: 80px;
}
.sub-footer-21 p {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 80px;
}
.sub-footer-21 .no-link-21 {
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 30px;
  font-weight: 300;
}
.sub-footer-21 .no-link-21 .fa {
  position: absolute;
  left: 0;
  top: 4px;
  color: #ffffff;
  background-color: #0497af;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 15.84px;
  height: 30.6px;
  width: 30.6px;
  line-height: 30px;
}
.sub-footer-21 .link-21 {
  padding-top: 10px;
  padding-bottom: 0;
}
.sub-footer-21 .link-21 a {
  color: #212934;
  font-weight: 500;
  cursor: pointer;
}
.sub-footer-21 .link-21 a:hover {
  color: #0497af;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .st-dsh-col2 {
    width: 20%;
  }
  .st-dashboard-wrapper.profile-parent-20 .st-dsh-col {
    width: 33.33333333%;
  }
  .st-dsh-col {
    width: 20%;
  }
  .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: #ffffff;
  }
  body.menu-active .navbar-collapse,
  body.menu-active header {
    box-shadow: none;
  }
  body.menu-active header .loggedin-menu {
    padding-left: 0;
    padding-right: 0;
  }
  body.af-login-menu-active {
    overflow: hidden;
  }
  body.af-login-menu-active .af-login-menu {
    display: block;
  }
  .answer_sticky_buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
  }
  .answer_sticky_buttons:after {
    clear: both;
  }
  .answer_sticky_buttons div {
    float: left;
    width: 25%;
    text-align: center;
  }
  .answer_sticky_buttons div:nth-child(1) {
    background-color: #ff5e3d;
  }
  .answer_sticky_buttons div:nth-child(2) {
    background-color: #da1c5c;
  }
  .answer_sticky_buttons div:nth-child(3) {
    background-color: #662c91;
  }
  .answer_sticky_buttons div:nth-child(4) {
    background-color: #ebb818;
  }
  .answer_sticky_buttons div a {
    display: block;
  }
  .answer_sticky_buttons div img,
  .answer_sticky_buttons div input[type=image] {
    width: 100%;
    height: auto;
  }
  .af-login-menu {
    background-color: #ffffff;
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .af-login-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .af-login-menu ul li {
    border-bottom: 1px solid #ddd;
  }
  .af-login-menu ul li a {
    line-height: 36px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    display: block;
    text-decoration: none;
  }
  .af-login-menu ul li a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
  #lblPages,
  #spnGoToPage,
  #spnRecordsPerPage {
    background: transparent;
    color: #333;
    font-size: 12px;
  }
  .cf-pagination .pagination-arrow {
    width: 44px;
  }
  .tbl-cst-form table tr td .info-placeholder,
  .tbl-cst-form table tr td .cke_chrome {
    min-width: auto;
  }
  .container.cst-container {
    width: auto;
  }
  .box-container {
    padding: 15px;
  }
  .box-container.Admin-Dashboard {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-container.my-profile {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .box-container.my-profile .page_heading {
    margin: 0;
    border: none;
  }
  .container {
    width: auto;
  }
  .btn {
    white-space: normal;
  }
  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  header {
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header .navbar {
    min-height: auto;
  }
  header .navbar .nav li a {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  header .navbar .top-header-nav .pull-right {
    float: none !important;
  }
  header .navbar .navbar-brand {
    padding: 8px;
    position: static;
    text-align: left;
    height: auto;
  }
  header .navbar .navbar-brand span img,
  header .navbar .navbar-brand span a > img,
  header .navbar .navbar-brand span input[type="image"] {
    max-height: 40px;
  }
  header.border-bot-2020 {
    border-bottom: 0;
  }
  header.after-loggedin {
    padding-top: 0;
  }
  header .partner-logo {
    display: none;
  }
  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: @white;*/
  }
  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;
    border-bottom: 1px solid #ddd;
  }
  header .loggedin-menu .nav li a {
    color: #ffffff;
    line-height: 36px;
    padding: 10px 15px;
    font-size: 16px;
  }
  header .loggedin-menu .nav li a:hover {
    background-color: #f4f4f4;
  }
  header .loggedin-menu .pull-left,
  header .loggedin-menu .pull-right {
    float: none !important;
  }
  header .loggedin-menu .dropdown-menu {
    padding: 0;
  }
  header .loggedin-menu .dropdown-menu li .last-login-details {
    font-style: italic;
    padding: 0 18px;
  }
  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: 0 -15px;
  }
  header .navbar-nav > li {
    float: none;
    margin-right: 0;
  }
  header .navbar-nav > li > a {
    /*padding-top: 10px;
                    padding-bottom: 10px;*/
  }
  header .navbar-nav > li > a .fa {
    display: none;
  }
  header .navbar-nav > li > a label {
    margin-bottom: 0;
  }
  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;
  }
  .af-login.ss_header_sub_bar {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-top: 0;
    height: auto;
  }
  .af-login.ss_header_sub_bar.hide-desktop {
    display: block;
  }
  .af-login.ss_header_sub_bar .ss_header_container a {
    background-color: #eaedf0;
    margin: 10px 5px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .af-login.ss_header_sub_bar .ss_header_container a:hover {
    background-color: #dee3e8;
  }
  .st-dsh-col {
    padding: 0;
    margin: 0;
  }
  .st-dsh-col:nth-child(1) section {
    background: #ff5e3d;
  }
  .st-dsh-col:nth-child(1) section:hover {
    background-color: #de430c;
  }
  .st-dsh-col:nth-child(2) section {
    background: #da1c5c;
  }
  .st-dsh-col:nth-child(2) section:hover {
    background-color: #9a1246;
  }
  .st-dsh-col:nth-child(3) section {
    background: #662c91;
  }
  .st-dsh-col:nth-child(3) section:hover {
    background-color: #3b185a;
  }
  .st-dsh-col:nth-child(4) section {
    background: #ebb818;
  }
  .st-dsh-col:nth-child(4) section:hover {
    background-color: #b98d0e;
  }
  .st-dsh-col section {
    padding: 10px;
  }
  .st-dsh-col section:after {
    display: block;
    content: "";
    clear: both;
  }
  .st-dsh-col section > div:first-of-type {
    width: 90px;
    float: left;
  }
  .st-dsh-col section > div:first-of-type input[type=image] {
    width: 90px;
  }
  .st-dsh-col section a {
    display: block;
  }
  .st-dsh-col section a img {
    float: left;
    width: 90px;
  }
  .st-dsh-col section .st-dsh-title {
    margin-left: 90px;
    text-align: right;
    margin-top: 0 !important;
    height: auto;
    line-height: 90px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 32px !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;
    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;
  }
  .login-container {
    width: 50%;
    margin: 0 auto !important;
  }
  .login-container .login-left {
    padding-right: 0;
    border-right: 0;
  }
  .login-container .login-left .heading-h1 {
    margin-bottom: 20px;
  }
  .login-container .login-left .fb-btn-holder {
    margin-bottom: 0;
  }
  .login-container .login-right {
    padding-left: 0;
  }
  .login-container .login-right .ca-btn-holder {
    margin-top: 20px;
  }
  .login-container .login-right .ca-btn-holder .btn {
    background-color: #eaedf0;
    width: 100%;
  }
  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;
  }
  .funds-grid .box-container {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }
  .funds-grid-wrapper {
    width: 100%;
  }
  .funds-grid-wrapper .funds-heading {
    padding-left: 0px;
    border-bottom: none;
    font-weight: normal;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
  }
  .funds-grid-wrapper .funds-heading a {
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .funds-grid-wrapper .funds-heading a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
  .funds-grid-wrapper .funds-heading a:after {
    display: block;
    content: "View details";
    width: 110px;
    text-align: center;
    background: #eee;
    padding: 4px 15px;
    margin-top: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .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;
  }
  .cf-pagination {
    margin-top: 20px;
    box-shadow: 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: none;
    background-color: transparent;
  }
  .cf-pagination .mobile-sticky-pagination {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  /* old 767*/
  .cst-filter-row {
    background-color: #f7f7f7;
    padding: 0 25px 15px;
    margin-bottom: 15px;
  }
  .cst-filter-row .col-sm-12 label {
    margin-top: 15px;
  }
  .date-range-col .drc-l {
    padding-right: 15px;
    margin-bottom: 5px;
  }
  .date-range-col .drc-r {
    padding-left: 15px;
  }
  .cst-search-right-panel {
    float: none;
    padding-right: 15px;
  }
  .navbar-collapse.collapse.in.custom-in {
    height: auto !important;
  }
  .navbar-collapse.collapse.in.custom-in .loggedin-menu .pull-left {
    display: none;
  }
  .page_heading_search_bar {
    float: none !important;
  }
  .page_heading_search_bar .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .funds-description-wrapper {
    display: none;
  }
  .page_heading {
    margin-bottom: 0 !important;
  }
  .page_heading .page_heading_search_bar {
    margin-top: 10px;
  }
  .htc_pager_left span:first-of-type {
    display: block;
  }
  .htc_pager_left select {
    margin-left: -10px;
  }
  .st-dashboard-wrapper {
    margin: 0 auto;
  }
  .loggedin-menu.bf-login {
    width: auto;
    margin-left: 0;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .loggedin-menu.bf-login .ss_header_sub_bar {
    height: auto;
    padding-top: 0;
  }
  .loggedin-menu.bf-login .ss_header_sub_bar.hide-desktop {
    display: block;
  }
  .loggedin-menu.bf-login .ss_header_sub_bar .ss_header_container a {
    display: block;
    font-weight: normal;
    font-family: Arial;
    text-align: left;
    font-size: 14px;
    color: #7b7b7b;
    padding: 15px;
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
  }
  .slc_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slc_wrapper .slc_col_one {
    font-size: 30px;
  }
  .grid-btn-holder {
    margin-top: 0;
  }
  .total-numbers-2020 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .total-numbers-2020 span:last-child {
    margin-left: 0;
  }
  .box-container.fund-search-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .FundDetail-margin .box-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .padding-0-lr-mb {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-left-15-mb {
    padding-left: 15px;
  }
  .box-container.student-landing-page {
    /*padding-left: 0;
            padding-right: 0;*/
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 .page-title-wrapper {
    padding: 0;
  }
  .auto-save {
    top: 10px;
    right: 4px;
  }
  .dashboard-show-width {
    min-width: auto;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px;
    line-height: 36px;
  }
  .login-container {
    width: auto;
    margin: 0 -15px 15px !important;
  }
  .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;
    float: none;
  }
  .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;
  }
  .two-col-right-mobile {
    padding-right: 0;
    padding-left: 0;
    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;
  }
  .heading-underline.AdminFullResult-HeadBar {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .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: 16px;
  }
}
/*# sourceMappingURL=style.css.map */