/**
 * I do apologize for anything you might see below. I do have really high standards for style sheet organization and
 * I left that at the door trying to get this first version released.
 *
 * FUTURE Organize
 */

/**
 * Font face
 */

@font-face {
	font-family: "sproutapps-ff";
	src: url("sproutapps-ff/sproutapps-ff.eot");
	src: url("sproutapps-ff/sproutapps-ff.eot?#iefix") format("embedded-opentype"),
       url("sproutapps-ff/sproutapps-ff.woff") format("woff"),
       url("sproutapps-ff/sproutapps-ff.ttf") format("truetype"),
       url("sproutapps-ff/sproutapps-ff.svg#sproutapps-ff") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-register:before,
.icon-vault:before,
.icon-receipt:before,
.icon-sproutapps-estimates:before,
.icon-calculator:before,
.icon-lightsaber:before,
.icon-notebook:before,
.icon-percentage:before,
.icon-badge:before,
.icon-sproutapps-invoices:before,
.icon-hour-glass:before,
.icon-abacus:before,
.icon-handshake:before,
.icon-light-saber:before,
.icon-hackathon:before,
.icon-golf:before,
.icon-sproutapps-logo:before,
.icon-coins:before,
.icon-sproutapps-flat:before {
	font-family: "sproutapps-ff";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-decoration: inherit;
}

.icon-handshake:before {
	content: "\e615";
}

.icon-lightsaber:before {
	content: "\e604";
}

.icon-vault:before {
	content: "\e614";
}

.icon-sproutapps-flat:before {
	content: "\e600";
}

.icon-sproutapps-logo:before {
	content: "\e601";
}

.icon-sproutapps-invoices:before,
.icon-invoice:before {
	content: "\e602";
}

.icon-golf:before {
	content: "\e603";
}

.icon-help-solid:before {
	content: "\e605";
}

.icon-info-solid:before {
	content: "\e606";
}

.icon-info:before {
	content: "\e607";
}

.icon-question:before {
	content: "\e608";
}

.icon-sproutapps-estimates:before,
.icon-estimate:before {
	content: "\e609";
}

.icon-hour-glass:before {
	content: "\e60a";
}

.icon-percent:before {
	content: "\e60b";
}

.icon-abacus:before {
	content: "\e60c";
}

.icon-calculator:before {
	content: "\e60d";
}

.icon-register:before {
	content: "\e60e";
}

.icon-hackathon:before {
	content: "\e60f";
}

.icon-coins:before {
	content: "\e610";
}

.icon-checklist:before {
	content: "\e611";
}

.icon-notebook:before {
	content: "\e612";
}

.icon-piggy-bank:before {
	content: "\e613";
}

/**
 * Type Colors
 */

.client_type.associate .button {
	color: #86BD48
}
.client_type.company .button {
	color: #FFA500
}
.client_type.customer .button {
	color: #26292C
}
.client_type.dev .button {
	color: #E14D43
}
.client_type.lead .button {
	color: #26292C
}
.client_type.supplier .button {
	color: #55B5E8
}
.client_type.vip .button {
	color: #FFA500
}


/**
 * Misc
 */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

input[type=date] {
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
}

.helptip:hover {
	cursor: help
}

.helptip:after {
	content: '\f223';
	color: #C7C7C7;
	font: 400 20px/1 dashicons;
	speak: none;
	display: inline-block;
	padding: 0 2px 0 0;
	top: 0;
	left: -1px;
	position: relative;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important
}

.cloak {
	display: none
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

form.si_settings_form table .wp-editor-wrap {
	max-width: 600px;
}

.sa_select2 {
	min-width: 210px;
}

.sc_preview_button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	text-indent: 0;
	overflow: hidden;
	position: absolute;
}
.sc_preview_button:before {
	background: 0 0;
	color: #bbb;
	content: '\f177';
	display: block!important;
	font: 400 16px/1 dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased!important;
}

.sc_edit_button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	text-indent: 0;
	overflow: hidden;
	position: absolute;
}
.sc_edit_button:before {
	background: 0 0;
	color: #bbb;
	content: '\f464';
	display: block!important;
	font: 400 16px/1 dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased!important;
}
button.sc_del_message.sc_del_button:focus,
button.sc_edit_message.sc_edit_button:focus {
    outline: 0;
}
.sc_del_button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	text-indent: 0;
	overflow: hidden;
	position: absolute;
}
.sc_del_button:before {
	background: 0 0;
	color: #bbb;
	content: '\f153';
	display: block!important;
	font: 400 16px/1 dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased!important;
}

.sa_table tr button.sc_del_button,
.sa_table tr button.sc_edit_button {
	visibility: hidden;
}
.sa_table tr button.sc_del_button,
.sa_table tr button.sc_edit_button {
	border: none;
  	background: none;
  	padding: 0px;
}
.sa_table tr button.sc_del_button:before {
  	color: #E14D43;
}

.sa_table tr:hover button.sc_del_button,
.sa_table tr:hover button.sc_edit_button {
	visibility: visible;
}

.sa_table tr button.sc_del_button {
	visibility: hidden;
}
.sa_table tr button.sc_del_button,
.sa_table tr button.sc_edit_button {
	border: none;
  	background: none;
  	padding: 0px;
}
.sa_table tr button.sc_del_button:before {
  	color: #E14D43;
}
.sa_table tr:hover button.sc_del_button {
	visibility: visible;
}

.casper {
	opacity: 0.5;
}
.casper:hover {
	opacity: 1.0
}

/**
 * General
 */

/**
 * Tables
 */
 
.sa_table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
.sa_table td, 
.sa_table th {
  padding: 0;
  border: none;
}
 
.sa_table {
  max-width: 100%;
  background-color: transparent;
}
.sa_table th {
  text-align: left;
}
.sa_table {
  width: 100%;
  margin-bottom: 20px;
}
.sa_table > thead > tr > th, 
.sa_table > tbody > tr > th, 
.sa_table > tfoot > tr > th, 
.sa_table > thead > tr > td, 
.sa_table > tbody > tr > td, 
.sa_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.sa_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.sa_table > caption + thead > tr:first-child > th, 
.sa_table > colgroup + thead > tr:first-child > th, 
.sa_table > thead:first-child > tr:first-child > th, 
.sa_table > caption + thead > tr:first-child > td, 
.sa_table > colgroup + thead > tr:first-child > td, 
.sa_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.sa_table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.sa_table.table-condensed > thead > tr > th, 
.sa_table.table-condensed > tbody > tr > th, 
.sa_table.table-condensed > tfoot > tr > th, 
.sa_table.table-condensed > thead > tr > td, 
.sa_table.table-condensed > tbody > tr > td, 
.sa_table.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.sa_table.table-bordered {
  border: 1px solid #ddd;
}
.sa_table.table-bordered > thead > tr > th, 
.sa_table.table-bordered > tbody > tr > th, 
.sa_table.table-bordered > tfoot > tr > th, 
.sa_table.table-bordered > thead > tr > td, 
.sa_table.table-bordered > tbody > tr > td, 
.sa_table.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.sa_table.table-bordered > thead > tr > th, 
.sa_table.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.sa_table.table-striped > tbody > tr:nth-child(odd) > td, 
.sa_table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.sa_table.table-hover > tbody > tr:hover > td, 
.sa_table.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.sa_table col[class*="col-"] {
  position: static;
  display: .sa_table-column;
  float: none;
}
.sa_table td[class*="col-"], 
.sa_table th[class*="col-"] {
  position: static;
  display: .sa_table-cell;
  float: none;
}

.td_center {
	vertical-align: center;
	text-align: center;
}
.sa_table td p {
    margin-top: 0px;
}

.sa_tablenav {
	clear: both;
	float: right;
	display: block;
	cursor: default;
	color: #555;
	line-height: 30px;
	font-size: 12px;
}

.sa_tablenav a, .sa_tablenav span.current {
	background: #eee;
	background: rgba(0,0,0,.05);
	font-size: 16px;
	padding: 3px 6px;
	text-decoration: none;
}

.sa_tablenav span.current {
	background: transparent;
}

/**
 * Copy of button-large
 */

.fat-input {
	padding: 8px 20px 10px !important;
	height: 46px !important;
	font-size: 14px;
	line-height: 28px !important;
}

.wp-core-ui .activate_message button.button-large {
	font-size: 1em;
	padding: 10px 12px;
	line-height: 24px;
	height: 48px;
}


/**
 * Welcome
 */

#si_dashboard h1 a {
	color: inherit;
	text-decoration: none;
}

#si_dashboard .headline_callout {
	margin: 1.1em 0 1.2em;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
}

#si_dashboard.welcome_content {
	margin-bottom: 30px;
}

#si_dashboard .header_sa_logo {
	float: right;
	max-height: 175px;
	width: auto;
}

#si_dashboard.sprout_apps_dash .header_sa_logo {
	max-height: 125px;
}

#si_dashboard .flow_icon {
	/* margin-top: -60px; */
	font-size: 20vw;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*/
#si_dashboard .flow_icon.icon-handshake {
	color: #55B5E8;
}
#si_dashboard .flow_icon.icon-sproutapps-estimates {
	color: #FFA500;
}
#si_dashboard .flow_icon.icon-sproutapps-invoices {
	color: #86BD48;
}
/**/

#si_dashboard .flow_icon.icon-sproutapps-invoices {
	font-size: 16vw;
	margin-top: 30px;
	margin-bottom: 55px;
}

#si_dashboard .feature-section {
	margin-top: 10px;
}

.about-wrap img.footer_sa_logo {
	width: 40% !important;
	float: none !important;
	margin-left: 30% !important;
	margin-top: 30px !important;
}

#si_dashboard .rss_widget h4 {
	display: inline-block;
}

#si_dashboard .rss_date {
	display: inline-block;
	margin-left: 10px;
}

#si_dashboard .welcome-panel {
	overflow: visible;
	padding-bottom: 30px;
}

#si_dashboard .rss_widget {
	width: 55%;
	margin-right: 5%;
	float: left;
}

#si_dashboard iframe#twitter-widget-0 {
	width: 40% !important;
	float: right;
}

#si_dashboard.sprout_apps_dash .feature-section {
	margin-top: 50px;
}

#si_dashboard .add_on_img_wrap,
.sa_addon {
	width: 90%;
	position: relative;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	padding: 5%;
}
form table .sa_addon {
	width: 200px;
	margin-bottom: 30px;
}
#si_dashboard .add_on_img_wrap img,
.sa_addon img {
	max-width: 100%;
	height: auto;
}

#si_dashboard .add_on_img_wrap a.purchase_button,
.sa_addon a.purchase_button {
	position: absolute;
	bottom: -5%;
	right: -5%;
}

#si_dashboard .sa_addon_wrap h4,
.sa_addon h4 {
	font-size: 1em;
	font-weight: 300;
	text-align: left;
	background: rgba( 255, 255, 255, .9);
	margin: 0px;
	padding: 5%;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
}

#si_dashboard .three-col>div {
	width: 29%;
	float: left;  
	margin-right: 4%;
}
#si_dashboard .three-col>div.last-feature {
    margin-right: 0px;
}

/**
 * Upgrades
 */
.upgrade_message {
	margin: 5px 0 15px;
	padding: 1px 12px;
	background-color: #fff;
	border-left: 4px solid #FFA500;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.upgrade_message .icon-sproutapps-flat {
	font-size: 2em;
	line-height: 1px;
	float: left;
	margin-top: -.1em;
}


.activate_message {
	margin: 25px 0;
	padding: 1px 12px;
	background-color: #fff;
	border-top: 4px solid #8CBA52;
	border-bottom: 4px solid #8CBA52;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.activate_message .icon-sproutapps-flat {
	font-size: 3em;
	line-height: 1px;
	float: left;
	margin-top: -.3em;
}
.activation_msg h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wp-core-ui .activate_message button.button-large {
	font-size: 1em;
	padding: 10px 12px;
	line-height: 24px;
	height: 48px;
}

/**
 * Docs
 */

#menu-posts-sa_estimate .wp-menu-image:before {
	font-family: "sproutapps-ff";
	content: "\e609";
	font-weight: bold;
}

#menu-posts-sa_invoice .wp-menu-image:before {
	font-family: "sproutapps-ff";
	content: "\e602";
	font-weight: bold;
}

#toplevel_page_sprout-apps .wp-menu-image:before {
	font-family: "sproutapps-ff";
	content: "\e600";
	margin-left: -6px;
}
@-moz-document url-prefix() {
   #toplevel_page_sprout-apps .wp-menu-image:before {
		font-size: 32px;
		margin-top: -2px;
		margin-left: -12px;
	}
}

/**
 * Utility
 */

.sc_spinner {
	background: url(../img/spinner.gif) no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	float: right;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 2px 5px 0;
	visibility: visible;
}

.sc_inline_spinner {
	display: inline-block;
	float: none;
	margin: 0 5px -6px
}

span.inline_error_message {
	margin-left: 10px;
	color: red;
	font-weight: 300
}

span.inline_success_message {
	margin-left: 10px;
	color: green;
	font-weight: 300
}

#license_message {
	margin: 5px 0px 10px 2px;
}

#license_message span.inline_success_message,
#license_message span.inline_error_message {
	margin-left: 0;
}

#si_dashboard .three-col .col-1, #si_dashboard .three-col .col-2, #si_dashboard .three-col .col-3 {
    float: left !important;
    width: 27% !important;
    margin-right: 5%;
}
#si_dashboard .three-col .col-3 {
    margin-right: 0%;
}

#si_dashboard .three-col>div.last-feature {
    margin-right: 0px;
}


/**
 * Admin Fields
 */

.admin_fields .form-group {
	display: block;
	clear: both;
	padding: 10px 0
}
.admin_fields .form-group.hidden {
	display: none;
}
.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.admin_fields .label_wrap {
	text-align: right;
	font-weight: 700;
	float: left;
	padding-top: 3px;
	margin-right: 2%;
	width: 20%
}
#side-sortables .admin_fields .label_wrap {
	margin-left: 0px;
	margin-bottom: 5px;
	width: auto;	
}
.admin_fields .checkbox.input_wrap {
	margin-left: 12%;
}
#side-sortables .admin_fields .checkbox.input_wrap {
	margin-left: auto;
}
.admin_fields .input_wrap {
	float: left;
	position: relative;
	width: 440px
}
#side-sortables .admin_fields .input_wrap {
	width: auto
}

.split.admin_fields {
	margin-left: -200px;
}
.split.admin_fields .form-group {
	display: inline-block;
	float: left;
	clear: right;
	width: 45%
}
.split.admin_fields .checkbox.input_wrap {
	margin-left: 40px;
	width: 45%;
}
.split.admin_fields .input_wrap {
	width: 45%
}
#currency_fields.split.admin_fields .input_wrap input.text-input {
	width: 3em
}

/**
 * Responsive
 */
@media (max-width: 600px) {
	.admin_fields .input_wrap, .admin_fields .label_wrap {
		width: 100%;
		display: block;
		clear: both;
		text-align: left;
	}
}
.columns-2 #postbox-container-1 .sa-form-field textarea, .columns-2 #postbox-container-1 .sa-form-field.sa-form-field-text input {
    width: 100%;
}

.columns-2 #postbox-container-1 .input_wrap, .columns-2 #postbox-container-1 .label_wrap {
    clear: both;
    display: block;
}

#client_create_form .sa-control-group,
#user_create_form .sa-control-group,
#engagement_creation_form .sa-control-group {
	display: inline-block;
	width: 45%;
	float: left;
	margin: 10px 25px 10px 0
}

#client_create_form .label_wrap,
#user_create_form .label_wrap {
	display: none;
}
#engagement_creation_form .label_wrap {
	display: block;
	margin-bottom: 2px;
	font-weight: 600;
}

#client_create_form input, #client_create_form select, #client_create_form textarea,
#user_create_form input, #user_create_form select, #user_create_form textarea,
#engagement_creation_form input, #engagement_creation_form select, #engagement_creation_form textarea {
	width: 100%
}

#client_create_form textarea,
#user_create_form textarea,
#engagement_creation_form textarea {
	height: 5.2em
}
/**
 * Client Edit
 */

.post-type-sa_client #post-body-content {
	display: none;
}

.type_change_button .dashicons.dashicons-arrow-down {
    margin-top: 3px;
}
.status_change_button .dashicons.dashicons-arrow-down {
	margin-top: 1px;
	margin-right: -5px;
	font-size: 15px;
	width: 14px;
}

.status_change_button button.sc_add_status.button {
    font-size: 11px;
    line-height: 20px;
    height: 24px;
}

#context_updates .help_tip {
	float: left;
}
#context_updates div#titlediv {
    float: left;
    margin-right: 20px;
}

#context_updates {
	margin-top: 10px;
	border-top: 1px #E5E5E5 solid;
	padding-top: 20px;
}
#sc_type_select {
    float: left;
    margin-right: 20px;
}
#sc_type_select .sc_type_update {
    display: inline-block;
}

.sc_current_statuses .sc_status {
	display: none;
}
.sc_current_statuses .sc_status.current {
	display: inline-block;
}
.sc_current_statuses .sc_status {
	border-radius: 0;
	box-shadow: none;
	background-color: #0073aa;
	color: #fff;
	border: none;
	margin-top: 2px;
	margin-right: 5px;
}
.sc_current_statuses .sc_status:hover {
	background-color: #00a0d2;
	color: #fff;
}

.sc_current_statuses {
    display: inline-block;
    float: left;
}

.sc_statuses_update {
    display: inline-block;
    margin-right: 15px;
    float: left;
}
#the-list .sc_statuses_update {
	margin-bottom: 10px;
}
#the-list .sc_statuses_update .client_status_help {
	display: none;
}
button.sc_add_status {
    background-color: inherit;
    border: none;
    float: left;
    color: #0073aa;
}

.status_change_selection.sa-dropdown.sa-dropdown-tip {
	margin-top: 28px;
}

#si_client_submit #major-publishing-actions {
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: -12px
}

/**
 * Users meta box
 */

#client_users li.associated_user {
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#context_updates span#client_name {
    display: inline-block;
    float: left;
    font-size: 2em;
    line-height: 1em;
    font-weight: 500;
    margin-right: 20px;
}

#context_updates #sc_status_selections {
	display: block;
	clear: both;
	margin: 10px 0;
}

#client_users button.unassociate_user {
    float: right;
}

#client_users li.associated_user .gravatar_wrap {
    float: left;
    margin-right: 5%;
    width: 15%;
}
#client_users .sc_person_info {
	float: left;
	width: 80%;
}

#client_users li.associated_user .client_user_gravatar img {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
#client_users li.associated_user .client_users_social_icons {
	display: block;
	clear: both;
	margin-top: 5px;
}
#client_users li.associated_user .client_users_social_icons span {
	float: left;
}

#client_users li.associated_user span.users_first_last_name {
    display: block;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 15px;
}

#client_users li.associated_user span.users_first_last_name a,
#client_users li.associated_user span.user_meta a {
    text-decoration: none;
}

#client_users li.associated_user span.user_meta {
	display: block;
	margin-bottom: 10px;
}

#client_users textarea.sc_user_note {
    width: 100%;
}

#client_users .submit_user_note {
	float: right;
	margin-top: -2em;
}

/**
 * Communication meta box
 */

div#SkypeButton_Call_Sprout_Client {
    position: relative;
    top: -30px;
    left: 50px;
}
#normal-sortables div#SkypeButton_Call_Sprout_Client {
    top: -30px;
    left: 400px;
}

p#SkypeButton_Call_Sprout_Client_paraElement {
    margin: 0;
    position: absolute;
    z-index: 1000;
}
#client_comm_fields a {
    text-decoration: none;
    color: inherit;
    opacity: .75;
}

/**
 * Leads management
 */

a#filter_reset_link {
    float: right;
    position: relative;
    text-decoration: none;
    margin-top: 7px;
}

/**
 *  History
 */

#private_note_wrap {
	width: 80%;
}
#private_note_wrap .redactor_box {
	margin-bottom: 10px;
}

#private_note {
	margin-bottom: 10px;
	width: 100%;
	height: 10em
}

#save_private_note {
	float: right
}
a#view_all_notes {
    float: right;
    margin-bottom: 1em;
}
/**
Engagements
*/
td p.sc_engagement_current_statuses {
	display: block;
	margin-top: 10px;
}

.client_engagement .engagement_title {
	display: block;
	font-weight: 600;
	text-decoration: none;
}
.sc_engagement_current_statuses .sc_status,
.client_engagement .engagement_type {
	color: #333;
	border: none;
}
.client_engagement .engagement_type {
	display: inline-block;
	width: .5em;
	margin-top: 7em;
	margin-left: 1em;
	text-transform: uppercase;
	 -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#engagement_creation_modal_link {
    margin: 10px 0px;
}
/**
Messages
*/

#si_admin_field_message_format .checkbox {
    margin-left: 15%;
}
#message_creation_form_wrap {
    margin: 10px 0px;
}
.sc_messages_form_wrap {
    border: #DDD 1px solid;
    padding: 20px;
    background-color: #F7F7F7;
}
.sc_messages_form_wrap.messages_edit {
	background-color: #F7FBFF;
}