
* {
	font-family: 'Noto Sans', 'cpa-icons', Helvetica, Arial, sans-serf, serif !important;
	line-height: normal;
	border-collapse: separate;
	font-size: 12px;
}

table {
	border-collapse: separate;
}
html {
	height:100vh;
}

body {
	padding-right: 0px !important;
}

input:disabled, button:disabled {
	color: #999;
}

a, i {
	color: #3b73af;
	text-decoration: none;
}

a.filter, a.filter:hover, a.filter:active {
	border: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul li a {
	width: auto;
	height: auto;
	margin: auto;
	background: none;
	float: none;
}

hr.blank {
	border: 0;
}

hr.dashed {
	border-style: dashed;
}

hr.small-break {
	height: 5px;
	visibility: hidden;
	padding: 0;
	margin: 0;
}
.cpa-icon.safe {
	color: #228b22;
}
.cpa-icon.notice {
	color: #ff4500;
}
.cpa-icon.caution {
	color: #8b0000;
}

label + input {
	margin-top: .1em;
}

input[type="button"].rebrandButtonConf, input[type='submit'].rebrandButtonConf, span.rebrandButtonSpanConf, button.rebrandButtonConf {
	color: #000;
	cursor: pointer;
	width: auto;
	min-width: 70px;
	padding: 3px 7px;
	border: solid #a0a0a0 1px;
	background: linear-gradient(#ffffff, #ffffff, #d5d5d7);
	margin-right: 5px;
	border-radius: 2px;
	line-height: 1.4;
	font-size: 12px;
	min-height: 25px;
}

input[type="button"].rebrandButtonConf:hover, input[type='submit'].rebrandButtonConf:hover, span.rebrandButtonSpanConf:hover, button.rebrandButtonConf:hover {
	box-shadow: rgba(174, 210, 253, 0.25) 0px -7px 15px 5px inset;
	border-color: #7D98B8;
}

input[type="button"].rebrandButtonConf:active, input[type='submit'].rebrandButtonConf:active, span.rebrandButtonSpanConf:active, button.rebrandButtonConf:active {
	border-color: #637891;
}

input[type="button"].rebrandButtonConf:disabled, input[type='submit'].rebrandButtonConf:disabled, span.rebrandButtonSpanConf:disabled, button.rebrandButtonConf:disabled {
	color: #999; 
	cursor: not-allowed;
}

input[type="button"].rebrandButtonCanc, input[type='submit'].rebrandButtonCanc, button.rebrandButtonCanc {
	color: #000;
	cursor: pointer;
	width: auto;
	min-width: 70px;
	padding: 3px 7px;
	border: solid #a0a0a0 1px;
	background: linear-gradient(white, white, #d5d5d7);
	margin-left: 5px;
	border-radius: 2px;
	line-height: 1.4;
	font-size: 12px;
}

input[type="button"].rebrandButtonCanc:hover, input[type='submit'].rebrandButtonCanc:hover, button.rebrandButtonCanc:hover {
	box-shadow: rgba(174, 210, 253, 0.25) 0px -7px 15px 5px inset;
	border-color: #7D98B8;
}

input[type="button"].rebrandButtonCanc:active, input[type='submit'].rebrandButtonCanc:active button.rebrandButtonCanc:active {
	border-color: #637891;
}

input[type="button"].rebrandButtonCanc:disabled, input[type='submit'].rebrandButtonCanc:disabled button.rebrandButtonCanc:disabled {
	color: #999;
	cursor: not-allowed;
}

div.rollUp {
	width: 99.5%;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	background: #c9c9c9;
}

div.rollUp:hover {
	background: #b2b2b2;
}

div.rollUp > span {
	color: #3D4A76;
}

div.rollUp:hover > span {
	color: #3D4A76;
}

div.rollUp[data-title]:hover::after {
	content: attr(data-title);
	padding: 0px 6px;
	color: #000000;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #222;
	background: #f5f5f5;
	min-width: 75px;
	font-size: 16px;
	margin-top: 12px;
	left: calc(50% - 135px);
}

div.titlePopUp[data-title]:hover::after {
	white-space: pre-wrap;
	overflow-wrap: break-word;
	content: attr(data-title);
	padding: 0px 6px;
	color: #000000;
	position: absolute;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #222;
	background: #f5f5f5;
	min-width: 150px;
	font-size: 16px;
}

div.aboveMiddle[data-title]:hover::after {
	margin-top: -22px;
	width: 545px;
}

.subCategoryFormlabel {
	color: #000000;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	padding-right: 4px;
	left: 33px;
}

.formlabel {
	color: #707070;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 4px;
}
.formlabel-no-padding {
	color: #707070;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.formlabeltitle {
	font-weight: bold;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 4px;
}

.ellipsis-span {
	vertical-align: bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 28ch;
}

.align-table {
	border-spacing: 2px 5px;
	width: 99%;
}

.align-table .shift-right {
	position: relative;
	left: 15px;
}

.align-table tr {
	vertical-align: middle;
}

.align-table td, .align-table th {
	min-width: 20px;
	vertical-align: middle;
	white-space: collapse;
	word-wrap: break-word;
}

.align-table .align-td-right {
	text-align: right;
	padding: 0;
}

.align-table .align-td-left {
	text-align: left;
	padding: 0;
}

.align-table .align-td-center {
	text-align: center;
}

.align-table .radio {
	margin: 0;
}

.align-table .hidden-but-submittable, .align-table .hidden-but-submittable td {
	display: contents;
}

.yui-navset .yui-content .yui-hidden {
	display: none;
}

.recentSearches {
	padding: 5px 5px 5px 5px;
}

.recentSearches:hover {
	background-color: #C9CCD5;
	border-color: #C9CCD5;
	cursor: pointer;
	transition: background-color 0.2s linear;
}

.recentSearches > span:first-child {
	color: #717A9B;
	font-size: 16px;
}

.recentSearches > span:nth-child(2) {
	color: #1A1A1A;
	padding-left: 5px;
	font-size: 14px;
}

#recentSearchResults.dropdown-menu {
	border-radius: 0px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

.form-control:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(61, 74, 118, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(61, 74, 118, .6);
}

/* -- Bootstrap TEMP Overrides ---------------- */
/* -- A proper theme should be customized at: --*/
/* -- http://getbootstrap.com/customize/ ------ */

.yui-skin-sam .yui-dt * {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	line-height: 17px;
	box-sizing: content-box;
}

.ftf-content, .ftf-navigation, .ftf-navigation .list-group {
	padding: 0;
}

.container {
	width: 100%;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -2px;
}

/* -- Nav -- */
/* --------- */
.nav-tabs {
	border-bottom: none;
}

.nav-tabs > li > a {
	margin: 0;
	line-height: 1.42857;
	border-radius: 0;
	padding: 12px 22px 11px;
	border-right: 1px solid #CCCCCC;
	background-color: #E0E0E0;
	color: #909090;
}

.nav-tabs > li > a:hover {
	background-color: #E6E6E6;
	color: #0000EE;
	border-right: 1px solid #CCCCCC;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	color: #333333;
	background-color: #F5F5F5;
	border-color: transparent;
	-webkit-box-shadow: inset 0 4px 0 0 #6ACFF2;
	box-shadow: inset 0 4px 0 0 #6ACFF2;
	cursor: default;
	border-right: none;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: -1px;
}

.nav-tabs > li:last-child > a {
	border-right: transparent;
}

/* -- Navbar -- */
/* ------------ */
.navbar {
	margin-bottom: 0;
	min-height: 0;
}

.navbar-brand {
	padding: 7px 50px;
}

.navbar .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.child-spacing > * {
	margin: 0 14px 0 0;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 30px;
}

.navbar-collapse ul {
	padding: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	margin: 0;
	line-height: 1.42857;
	border-radius: 0;
	padding: 12px 12px;
}

.container-fluid > .navbar-collapse {
	margin-right: auto;
	margin-left: auto;
	overflow-y: inherit;
}

/* -- Navbar - Form -- */
/* ------------------- */
.user-name {
	font-weight: bold;
}

.user-link {
	margin: 0 1em;
}

.user-link:first-child {
	margin: 0 1em 0 0;
}

.user-link:last-child {
	margin: 0 0 0 1em;
}

/* -- Panel Component -- */
/* --------------------- */
.panel {
	border-radius: 0;
	border-color: #CCC;
}

.panel-heading {
	border-radius: 0;
}

.panel-primary > .panel-heading {
	background-color: #1D2951;
	border-color: transparent;
}

/* -- Form Elements -- */
/* ------------------- */
label {
	color: #737373;
	font-weight: 400;
	font-size: .9em;
	margin: 0 0 .3em 0;
}

.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	background-color: #717A9B;
	border-color: #A1A7BB;
}

.btn-primary:hover {
	background-color: #3D4A76;
}

.btn-primary:active {
	background-color: #1D2951;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:active:hover {
	background-color: #1D2951;
}

/* Header Form Elements */
#caseSearch.navbar-form {
	padding: 0px;
}

.form-control.header-search {
	height: 35px;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	padding: 0 0 0 .5em;
	color: #1a1a1a;
}

.btn-search,
.btn-history {
	padding: 9px 12px;
	font-size: 15px;
}

span.btn-bookmark,
span.btn-user {
	font-size: 30px;
}

span.btn-notifications {
	font-size: 25px;
}

span.btn-notifications {
	margin-top: 3px;
	color: #717A9B;
}
span.btn-notifications:hover {
	color: darkgrey;
}

#notificationsBtn {
	background-color: transparent;
}

#notificationsDropdown {
	padding-right: 10px;
}

.notifications {
	padding: 5px;
}

.notifications:hover {
	background-color: #C9CCD5;
	border-color: #C9CCD5;
	cursor: pointer;
	transition: background-color 0.2s linear;
}

.alertCountClearButton:hover {
	cursor: pointer;
}

.notifications > span:first-child {
	color: #1A1A1A;
	padding-left: 10px;
	font-size: 12px;
}

.notificationsResults {
	min-width: 250px;
	border-radius: 0px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

#notificationsBtn .badge {
	background-color: crimson;
	width: auto;
	height: auto;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 3px;
	font-size: 10px;
	padding: 3px;
}

.notificationsBadge,
.wfTasksBadge {
	float: right;
	background-color: #717A9B;
	color: #FFF;
	padding: 0px 5px;
	margin-right: 5px;
	min-width: 10px;
	font-weight: 700;
	font-size: 12px;
	border-radius: 10px;
}

#wfNotifications,
#alertNotifications,
#systemNotifications,
#wfUserTaskNotifications,
#wfGroupTaskNotifications,
#wfClaimedTaskNotifications {
	display: inline-block;
	width: 87%;
}

.cpa-icon.cpa-icon-refresh.cpa-icon-spin {
	color: #717A9B;
}
.cpa-icon.clickable {
	cursor: pointer;
}
.cpa-icon.clickable.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.notificationsBadge {
	background-color: crimson;
}

.notifications .clearCountText {
	float: right;
	color: #717A9B;
	font-size: 12px;
	padding-top: 2px;
}

.notificationsHeader {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 5px;
}

.notificationsHorizRule {
	margin: 3px 0 3px 0;
	border: 0;
	border-top: 1px solid #eee;
}

li.dropdown {
	display: inline !important;
}

.casedetailsection-footer button,
.mylinks-footer button {
	width: 84px;
}

#btnReferenceAddAction-button {
	width: 130px;
}

.user-small-avatar {
	padding-top: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user-small-avatar-link {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.user-small-avatar-image {
	background-size: 32px 32px;
	border: none;
	vertical-align: top;
	height: 32px;
	width: 32px;
}

ul.user {
	min-width: 300px;
	position: fixed;
	top: 50px;
	right: 15px !important;
}

.user-avatar,
.user-info {
	margin: 10px;
	display: inline-block;
	vertical-align: middle;
}

.user-avatar-link {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.user-avatar-image-change,
.user-avatar-image-delete {
	border: none;
	vertical-align: top;
}

.user-avatar-image-change {
	background-size: 96px 96px;
	height: 96px;
	width: 96px;
	background: no-repeat center;
}

.user-avatar-image-delete {
	background-size: 120px 120px;
	height: 120px;
	width: 120px;
	background: no-repeat center;
}

.user-avatar-change,
.user-avatar-delete {
	background: rgba(0,0,0,.54);
	bottom: 0;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	left: 0;
	line-height: 9px;
	position: absolute;
	padding: 7px 0;
	text-align: center;
}

.user-avatar-change {
	width: 96px;
}

.user-avatar-delete {
	width: 120px;
}

.user-name {
	font-weight: bold;
}

.user-email {
	color: #666;
	padding-bottom: 10px;
	font-size: small;
}

.user-option a {
	display: block;
	padding-top: 3px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.user-option-pp a {
	display: block;
	padding-top: 3px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}

.user-signout {
	text-align: center;
}

.user-divider {
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
}

#btnAddAccess {
	margin-bottom: 5px;
}

span.bibliolabel {
	font-weight: bold;
}

span.bibliolabel:hover {
	cursor: pointer;
	color: #717A9B;
}

span.bibliolabel[data-title]:hover::before {
	content: attr(data-title);
	padding: 0px 6px;
	color: #000000;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #222;
	background: #f5f5f5;
	min-width: 75px;
	font-size: 16px;
	top: 20px;
	margin-left: -10px;
	font-weight: normal;
}

#btnBibliographicDataSave {
	padding-top: 2px;
}

#btnCatOwnSave {
	margin-bottom: 8px;
}

#btnCommentsSave {
	margin-top: 2px;
}

#btnBulkActions button,
#btnAddActions button {
	width: 75px;
}

/* -- Avatar Modal -- */
/* ------------------ */

.avatar-view {
	display: block;
	margin: 15% auto 5%;
	height: 220px;
	width: 220px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	cursor: pointer;
	overflow: hidden;
}

.avatar-view img {
	width: 100%;
}

.avatar-body {
	padding-right: 15px;
	padding-left: 15px;
}

.avatar-upload {
	overflow: hidden;
}

.avatar-upload label {
	display: block;
	float: left;
	clear: left;
	width: 180px;
	margin-top: 5px;
}

.avatar-upload input {
	display: block;
	margin-left: 110px;
}

.avatar-alert {
	margin-top: 10px;
	margin-bottom: 10px;
}

.avatar-wrapper {
	display: table;
	height: 364px;
	width: 100%;
	margin-top: 15px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.25);
	background-color: whitesmoke;
	overflow: hidden;
}

.avatar-wrapper .placeholder {
	color: darkgrey;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

.avatar-wrapper img {
	display: block;
	height: auto;
	max-width: 100%;
}

.avatar-preview-wrapper {
	text-align: center;
	margin-left: -5px;
}

.avatar-preview-current {
	margin: 30px 0 30px 0;
}

.avatar-current {
	background-size: 125px 125px;
}

.avatar-bubble {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}

.avatar-bubble img {
	width: 100%;
}

.avatar-bubble-lg {
	height: 184px;
	width: 184px;
}

.avatar-bubble-md {
	height: 125px;
	width: 125px;
}

.avatar-bubble-sm {
	height: 50px;
	width: 50px;
}

.avatar-preview {
	background: whitesmoke;
}

@media (min-width: 992px) {
	.avatar-preview {
		float: none;
	}
}

.avatar-btns {
	margin-top: 30px;
	margin-bottom: 15px;
}

.avatar-btns .btn-group {
	margin-right: 5px;
}

.avatar-save {
	margin-left: -20px;
}

.avatar-save:disabled {
	cursor: default;
}

.loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: dimgrey url("../images/loading.gif") no-repeat center center;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 20140628;
}

/* -- Login Screen -- */
/* ------------------ */
.background-image {
	background: url(../images/login.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/* -- This is for IE 11 ONLY! -- */
/* ----------------------------- */
.img-responsive {
	width: 100% \9;
}

.header {
	margin-bottom: 10px;
}

/* -- Form -- */
.logo {
	margin: 30px 0 5px 0;
}

.alert {
	border: none;
	color: #1a1a1a;
	padding: 1em 1em 1.3em 3.5em;
	border-radius: 0 0 2em 0;
}

.alert-dismissible .close {
	top: -.5em;
	right: -.25em;
	color: #1a1a1a;
	opacity: 1;
	text-shadow: none;
}

.alert i {
	position: absolute;
	left: 28px;
	font-size: 2em;
	color: #1a1a1a;
}

@media screen and (max-width: 767px) {
	.alert {
		padding: .5em .5em .5em 2em;
	}

	.alert i {
		font-size: 1em;
		top: .5em;
		left: 1.7em;
	}

	.alert-dismissible .close {
		top: -.15em;
		right: .05em;
	}
}

.alert-info {
	background-color: #bafaff;
}

.alert-warning {
	background-color: #FAED7C;
}

.alert-warning i {
	color: #1a1a1a;
}

.has-error .form-control {
	border-color: #E90101;
}

.has-error .help-block {
	color: #E90101;
}

.form-group.has-error i {
	color: #E90101;
}

.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}

input[type="radio"] {
	display: inline;
}
/* ----- dgoldston@cpaglobal.com --- */
/* --------------------------------- */

#allNavFrame .collapsed .nav-label,
#allNavFrame .collapsed .nav-item .cpa-icon-star {
	display: none;
}

#navlinks .nav-item .cpa-icon-star,
#navlinks .nav-item .cpa-icon-star:hover {
	position: absolute;
	right: 10px;
	color: #FFFFFF;
	padding-top: 4px;
}
#navlinks .nav-item.active .cpa-icon-star,
#navlinks .nav-item .cpa-icon-star.selected {
	color: #717A9B;
}
#navlinks .nav-item.active .cpa-icon-star.selected {
	color: #FFFFFF;
}

td.grid-title {
	border-radius: 5px 5px 0 0;
	width: 160px;
	background-color: #717A9B;
	border-collapse: collapse;
	padding: 2px 6px 2px 6px;
	color: white;
	white-space: nowrap;
}

td.grid-title-hover:hover {
	background-color: #7b85a6;
}

div.area-head {
	border-radius: 5px 5px 0 0;
	width: 100%;
	background-color: #717A9B;
	border-collapse: collapse;
	padding: 0px 6px;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
div.area-head > div > span {
	color: #ffffff;
}

div.area-body {
	background-color: #FFFFFF;
	color: #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px;
	width: 100%;
	padding: 10px 0px;
}

div.area-foot {
	min-height: 25px;
	background-color: #eff1f3;
	color: #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

.bigGrid {
	background: lightgrey;
	font-weight: normal;
	width: 100%;
	overflow: auto;
}

.inbound-docs-show-section,
.workflow-summary-group-by-section {
	background-color: white;
}

.inbound-docs-show-section > td,
.workflow-summary-group-by-section > td {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cpaHoverPointer:hover {
	cursor:pointer;
}

.orderListIcons {
	color:#717A9B;
}

.case-search-header {
	text-align: left;
}

.select-all-on-yui-grid {
	background-color: #C8CCD5 !important;
	color: #000 !important;
	border-radius: 5px !important;
	padding: 0 5px 0 5px !important;
}

.required {
	color: #ff0000;
}

.menuStandards {
	padding: 10px 0 0 5px;
}

.menuStandards > select {
	padding-left: 2em;
	line-height: 12px;
}

/* -- YUI Overrides -- */
/* ------------------ */
.yui-overlay-hidden {
	top: 0px !important;
}

.standard-table {
	padding: 0;
	border-spacing: 0;
	border: 0;
	border-collapse: separate;
	width: 100%;
}

.standard-table tr td, .standard-table tr th {
	padding: 0;
}

.standard-table-footer {
	height: 30px;
	border: 1px solid #898989;
	padding: 0 5px;
	background-color: #EFF1F3;
	vertical-align: middle;
	line-height: 20px;
	margin-top: 10px;
}

.width-minus-10 {
	width: calc(100% - 10px);
	/*because ftf-yui.css is written w/o CSS overrides, and I don't want to use !important*/
	min-width: calc(100% - 10px);
	max-width: calc(100% - 10px);
}

#horiznav {
	height: 31px;
	padding: 0;
	margin: 0;
}

.eps-form-dialog-body {
	height: auto;
	min-height: 100%;
	overflow-y: visible;
}