.rbalert {
	padding: 15px;
	border: 1px solid;
	font-size: medium;
}
.rbalert a {
	color: inherit;
	font-weight: bold;
	margin-right: 10px;
}
.rbalert a:last-child {
	margin-right: 0;
}
.rbalert.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.rbalert.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.rbalert.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.rbalert.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.rb-agency-interact p.rberror {
	color: #000;
}
.rbspacer {
	clear: both;
	width: 100%;
	margin: 15px 0px;	
}

#profile-manage .manage-content h1,
#profile-manage .manage-content h3 { margin-bottom: 15px; }
#profile-manage .manage-content p { margin: 0 0 15px 0; line-height: 18px; }
#profile-manage .manage-content select { padding: 3px; }
#profile-manage .manage-section { overflow: hidden; margin-bottom: 15px; }
#profile-manage .manage-section .section-content { overflow: hidden; }
#profile-manage .manage-section.gallery > div,
#profile-manage .manage-section.gallery #upload-photos .upload-photo,
#profile-manage .manage-section.upload > div { padding: 5px 0px }
#profile-manage .manage-section.gallery > div input[type="file"],
#profile-manage .manage-section.upload > div input[type="file"] { display: inline-block; }
#profile-manage .manage-section.gallery > div select,
#profile-manage .manage-section.upload > div select { margin-right: 5px; margin-left: 5px; }
.media-files .file { float: left;width: 120px; margin: 0 10px 10px 0; text-align: center; font-size: smaller; }
p.submit { margin-top: 15px!important; }

#profile-steps { font-size: 22px; text-align: center; background: #eee; border-bottom: 3px solid #aaa; padding: 10px; }

#profile-manage h2 { margin: 20px 0 10px 0; }
#profile-manage table { border:none }
#profile-manage table tr td { font-size: 13px; padding: 5px; }
#profile-manage table tr td h3 { font-size: 16px; margin-bottom:10px; }
#profile-manage table tr td select { width: 200px; }
#profile-manage table tr td input[type="text"], #profile-manage table tr td input[type="email"], #profile-manage table tr td input[type="password"] { width: 194px; }
#profile-manage .profile-manage-menu { margin-bottom: 30px; }
#profile-manage .profile-manage-menu #subMenuTab { overflow: hidden; }
#profile-manage .profile-manage-menu #subMenuTab a { float: left; border-left: 1px solid #fff; padding: 7px 15px; color: #555; /*background: url(/wp-content/uploads/2012/01/bg-tab.png) repeat-x; */text-decoration: none; }
#profile-manage .profile-manage-menu #subMenuTab a:hover { color: #444; /*background: url(/wp-content/uploads/2012/01/bg-tab.png) 0 -38px repeat-x */ }
#profile-manage .profile-manage-menu #subMenuTab div.tab-inner, #profile-manage .profile-manage-menu #subMenuTab .tab-left, #profile-manage .profile-manage-menu #subMenuTab .tab-right { float: left; border-left: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; }
#profile-manage .profile-manage-menu #subMenuTab div.tab-inner, #profile-manage .profile-manage-menu #subMenuTab .tab-right { border-left: none; }
#profile-manage .profile-manage-menu #subMenuTab .tab-left { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; }
#profile-manage .profile-manage-menu #subMenuTab .tab-left a { -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; }
#profile-manage .profile-manage-menu #subMenuTab .tab-left a { border: none; }
#profile-manage .profile-manage-menu #subMenuTab .tab-right { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
#profile-manage .profile-manage-menu #subMenuTab .tab-right a { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
#profile-manage .profile-manage-menu #subMenuTab .tab-active, #profile-manage .profile-manage-menu #subMenuTab .tab-active a { background: #fff; border-bottom: 1px solid #fff; font-weight: bold; }

/* 	Overview - /profile-member/
	/theme/member-overview.php */
.manage-overview li { padding: 5px 0; overflow: hidden; }
.manage-overview li a { float: left; text-decoration: none; clear: both; }

/* 	My Media - /profile-member/media/
	/theme/member-media.php
	/theme/include-profilemedia.php */
#profile-manage .manage-section.upload div textarea { vertical-align: top; }
#profile-manage .manage-section.upload p { margin: 15px 0; }
#profile-manage .manage-section.media .media-file { padding: 15px; }
#profile-manage .manage-section.media .media-file .fa { font-size: x-large; margin-bottom: 11px; }
#profile-manage .manage-section.media .media-file .delete-file { font-size: smaller; color: #de5147; }
#profile-manage .manage-section.media .media-file .file-box { text-align: center; padding: 19px 15px; background-color: #fafafa; border: 1px solid #dbdbdb; border-radius: 3px; }
#profile-manage .manage-section.media .media-file-group { overflow: hidden; margin: 0 -15px; }
#profile-manage .manage-section.media .polaroid img { border: 1px solid #dbdbdb; border-radius: 3px; }
#profile-manage .manage-section.media .media-video img { border-radius: 3px; }


/* 	Overview - /profile-member/manage/
	/theme/member-profile.php */
#profile-manage .manage-profile p select { width: 165px; }

/* Profile Gallery */
#profile-manage .manage-section.gallery .profileimage { float: left; margin: 0 10px 10px 0; padding: 0px; height: 200px; position: relative; overflow: hidden; background: #f1f1f1; }
#profile-manage .manage-section.gallery .profileimage .delete a { color: #fff; background: #fb2531; padding: 5px 10px; display: block; text-decoration: none; font-size: 13px; }
#profile-manage .manage-section.gallery .profileimage .make-primary { position: absolute; left: 0; right: 0; bottom: 0; padding: 5px 10px; background: #2f2f2f; font-size: 13px; }
#profile-manage .manage-section.gallery .profileimage .make-primary input { margin: 0; }
#profile-manage .manage-section.gallery .profileimage .make-primary label { color: #fff; cursor: pointer; line-height: normal; }

/** Sign In - Register **/
#rbsignin-register { text-align: center; vertical-align: top; }
#rbsignin-register .inline-block { padding: 30px; text-align: left; vertical-align: top; margin: 15px; }
#rbsignin-register .inline-block h1 { margin-bottom: 10px; }

/* Sign In */
#rbsignin-register .inline-block .field-row { padding: 10px 0; }
#rbsignin-register .inline-block .field-row label { display: block; margin-bottom: 5px; }
#rbsignin-register .inline-block .field-row input[type="text"],
#rbsignin-register .inline-block .field-row input[type="password"] { width: 100%; }
#rbsignin-register .inline-block .field-row input[type="password"] { margin-bottom: 5px; }
#rbsignin-register .inline-block .field-row.password { padding-bottom: 0; }
#rbsignin-register .inline-block .field-row.options { padding-top: 0; }
#rbsignin-register .inline-block .field-row a { font-size: small; float: right; }

/* Register */
#rbsignin-register .inline-block h3 { margin: 20px 0 10px 0; }
#rbsignin-register .inline-block ul { padding: 0 0 0 15px; }
#rbsignin-register .inline-block ul li { padding: 5px 0; }
#rbsignin-register .inline-block .register { margin-bottom: 15px; }

.inline-block { display: inline-block; }

/* Featured Image Widget */
#profile-featured a { text-decoration: none; }
#profile-featured .style { position: absolute; }
#profile-featured .image { overflow: hidden; }
#profile-featured .title { top: 235px; left: 0; width: 200px; position: absolute; text-align: center;}
#profile-featured .title .name { width: 200px; height: 30px; line-height: 30px; }
#profile-featured .title .favorite { margin: 9px 0 0 0; font-size: 13px; background: #ccc; padding: 5px 0; }
#profile-featured .image img { width: auto!important; height: auto!important; }
.widget-area .rb_agency_widget_showpromoted h3.name { margin: 0px; padding: 15px 0px }
#profile-featured .image-broken {  }
#profile-featured .image-broken a {  }

/*Login Form*/
.rbform .box { margin-bottom: 10px; }
.rbform .box label { margin-bottom: 0px; }

/*Media Files Thumbnails*/
.profile-media .media-files .soundcloud {
	float: left;
    width: 150px;
    margin-right: 15px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	#profile-manage .manage-section.media .media-file { float: left; width: 50%; }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#profile-manage .manage-section.media .media-file { width: 33.33333333333333%; }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#profile-manage .manage-section.media .media-file { width: 25%; }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#profile-manage .manage-section.media .media-file { width: 25%; }
}