@media only screen and (max-width: 1100px) {
	.pane-header-actions > a {
	    display: block;
	}
    .pane-header .t-title {
        line-height: 54px;
    }
}
.pane-body {
  background: #ffffff;
	border: 1px solid #e7e7e7;
  padding: 30px 15px;
	border-radius: 5px;
}

.app-nav-account.small {
  position: relative;
	top: 0px;
  right: 0px;
}
.app-nav-account.large {
	display: none;
}
.pane-mast--custom {
  height: auto;
	padding-bottom: 0px;
}
@media only screen and (min-width: 770px) {
	.pane-mast--custom {
	    height: 0px;
	    padding-bottom: 12%;
	}
}
@media only screen and (min-width: 770px) {
	.pane-mast--custom {
	    height: 0px;
	    padding-bottom: 27%;
	}
}
@media only screen and (min-width: 770px) {
	.app-nav-account.small {
		display: none;
	}
	.app-nav-account.large {
		display: block;
	}
}

@media only screen and (max-width: 770px) {
	.logo-heading.d-flex.justify-content-between {
		justify-content: space-around !important;
	}
}

.welcome-body {
  min-height: 126px;
}

.welcome-img.user-avatar {
	width: 126px;
	height: 126px;
	border: 0px;
	box-shadow: none;
}
.advisor-pane {
  background-color: #f5f7fa;
}
.advisor-details > span {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
.advisor-details > span >i{
	margin-right: 10px;
}

.pane-header select.t-title {
	font-family: "Roboto Slab", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  line-height: 1.25;
  box-shadow: none;
}

.pane-mast--custom.advisor,
.sign-in-bg.advisor {
  background: RGB(35,59,103) url(../img/bg-pattern-light.png);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
