#scid-dialog-favorite-folder-name {
	width: 348px !important;
}
#scid-dialog-favorite-folder-name .white-round-shadow {
	background: #ffffff !important;
	padding: 20px 22px 24px !important;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	width: 100%;
}
#scid-dialog-favorite-folder-name .scid-dialog-content {
	color: #333333;
	font-size: 15px;
	line-height: 1.36;
}
#scid-dialog-favorite-folder-name input.text {
	width:100%;
	display: block;
	color: #231f20;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 44px;
	font-size: 14px;
	margin: 0;
}
#scid-dialog-favorite-folder-name span.description_text{
	margin-top:10px;
	display: inline-block;
}
#scid-dialog-favorite-folder-name textarea {
	width:100%;
	display: block;
	border: 1px solid #d4d4d4;
	padding: 7px 10px;
	font-size: 14px;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#scid-dialog-favorite-folder-name .error {
	margin-top: 6px;
	font-size: 14px;
	color: #ff0000;
}
#scid-dialog-favorite-folder-name a.button-orange {
	display: block;
	width: 100%;
	max-width: 100%;
	text-decoration: none;
	height: 42px;
	border: 0;
	line-height: 42px;
	background: #ff0000;
	padding: 0 15px;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px !important;
	text-align: center;
	text-transform: uppercase;
	margin: 24px 0 0;
	transition: background-color .3s;
}
#scid-dialog-portfolio-new-folder a.button-orange:hover {
	text-decoration: none;
	border: none 0 !important;
	background-color: #db0000;
}
.favorite-new-folder-section {
	margin-bottom: 18px;
}
.favorite-new-folder-section__label {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
}