/**
Base Styles 
 **/
body {
  color: #6F727C;
  -moz-background-clip: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
}
::selection {
	background: #F5B962; 
	}
::-moz-selection {
	background: #F5B962; 
}
a{
  color: #5CA2EC;
  text-decoration: none;
 }
a:hover, a:focus{
	color: #307ABC;
	text-decoration: underline;
	cursor: pointer;
 }
a:visited{
	color: #307ABC;
}
a.disabled, a.disabled:hover, a.disabled:focus {
  color: #999;
  cursor: default;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #6F727C;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
  color: #00b9be;
  
}
h3 small {
  font-size: 14px;
}
h3 em {
  font-style: italic;
  font-weight: normal;  
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h3.charcoal {
	font-size: 28px; /* TODO : set 26 on H3 */
	font-weight: normal;
  color: #6F727C;
  margin-bottom: 20px;
}
h3.charcoal em {
  color: #999BA2;
}
h3.teal {
	font-size: 26px;
	font-weight: normal;
	color: #159195;
}
h3.charcoal-sub-head {
	font-size: 22px;
	font-weight: normal;
	color: #444;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
strong, b{
	font-weight: bold;
}

/**
Icons
icomoon app files in google drive /futurama assets
 */
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?7nuwzp');
  src:  url('/fonts/icomoon.eot?7nuwzp#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?7nuwzp') format('truetype'),
    url('/fonts/icomoon.woff?7nuwzp') format('woff'),
    url('/fonts/icomoon.svg?7nuwzp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon', Barlow, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Custom RealMagnet Styles ======== */
  line-height: 1.75;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.icon-gray, a.icon-gray:visited{
  color: #ccc;
}
.icon-red, a.icon-red:hover, a.icon-red:focus, a.icon-red:visited {
  color: #F44123;
}
.icon-med-gray{
  color: #676767;
}
.icon-charcoal{
  color: #444;
}
.icon-teal{
  color: #159195;
}
.icon-font-gray, a.icon-font-gray:visited {
  color: #A9A9A9;
}
.icon-twitter-circle{
  color: #55acee;
}
.icon-facebook-circle{
  color: #3b5998;
}
.icon-linkedin-with-circle {
  color: #0077B5;
}
.social-icon.icon-envelop {
  color: #ff8c00;
}
a[class^="icon-"]:hover, a[class*=" icon-"]:hover,
a[class^="icon-"]:visited:hover, a[class*=" icon-"]:visited:hover,
a[class^="icon-"]:focus, a[class*=" icon-"]:focus {
  text-decoration: none;
}
span.icon-font-gray:hover, a.icon-font-gray:hover, a.icon-font-gray:focus, .ma a.icon-gray:hover, .ma a.icon-gray:focus, .ma a.icon-gray:visited:hover {
  cursor: pointer;
  color: #444;
  -webkit-transition: color 0.7s linear;
  -moz-transition: color 0.7s linear;
  -o-transition: color 0.7s linear;
  transition: color 0.7s linear;
}
a.icon-gray:focus{
  border: 1px dotted #444;
}
/* Icon Classes ================ */
.icon-grid:before {
  content: "\e912";
}
.icon-list:before {
  content: "\e913";
}
.icon-link:before {
  content: "\e914";
}
.icon-linkedin-with-circle:before {
  content: "\e902";
}
.icon-pie-chart:before {
  content: "\e903";
}
.icon-warning:before {
  content: "\e90f";
}
.icon-warning2:before {
  content: "\e911";
}
.icon-menu2:before {
  content: "\ec6a";
}
.icon-undo2:before {
  content: "\eabf";
}
.icon-bubble-lines:before {
  content: "\eacf";
}
.icon-heart7:before {
  content: "\ecef";
}
.icon-thumbs-up2:before {
  content: "\ecf5";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-hour-glass:before {
  content: "\e600";
}
.icon-move:before {
  content: "\ed4a";
}
.icon-star:before {
  content: "\e301";
}
.icon-arrow-right:before {
  content: "\e3c3";
}
.icon-arrow-right2:before {
  content: "\e3fb";
}
.icon-remove:before {
  content: "\e02f";
}
.icon-derek-mui-invader:before {
  content: "\e03a";
}
.icon-skull:before {
  content: "\f38d";
}
.icon-raceflag:before {
  content: "\f38e";
}
.icon-darthvader:before {
  content: "\f34a";
}
.icon-handdrag:before {
  content: "\f0de";
}
.icon-uniF014:before {
  content: "\f014";
}
.icon-pigpenc:before {
  content: "\f458";
}
.icon-psleft:before {
  content: "\f2c7";
}
.icon-curved-arrow:before {
  content: "\e03d";
}
.icon-down:before {
  content: "\f2fe";
}
.icon-watertap:before {
  content: "\f22d";
}
.icon-arrow-left-alt1:before {
  content: "\e046";
}
.icon-arrow-right-alt1:before {
  content: "\e047";
}
.icon-cog:before {
  content: "\e049";
}
.icon-pencil:before {
  content: "\e000";
}
.icon-pencil2:before {
  content: "\e001";
}
.icon-image:before {
  content: "\e002";
}
.icon-tag:before {
  content: "\e003";
}
.icon-tag2:before {
  content: "\e004";
}
.icon-paragraph-justify:before {
  content: "\e005";
}
.icon-paragraph-left:before {
  content: "\ea77";
}
.icon-paragraph-right:before {
  content: "\ea79";
}
.icon-cancel-circle:before {
  content: "\e006";
}
.icon-close:before {
  content: "\e007";
}
.icon-database:before {
  content: "\e008";
}
.icon-clock:before {
  content: "\e009";
}
.icon-clock2:before {
  content: "\e00a";
}
.icon-location:before {
  content: "\e00b";
}
.icon-tags:before {
  content: "\e00d";
}
.icon-paint-format:before {
  content: "\e00e";
}
.icon-droplet:before {
  content: "\e00f";
}
.icon-feed:before {
  content: "\e012";
}
.icon-podcast:before {
  content: "\e011";
}
.icon-copy:before {
  content: "\e013";
}
.icon-file:before {
  content: "\e014";
}
.icon-file2:before {
  content: "\e015";
}
.icon-file3:before {
  content: "\e016";
}
.icon-checkmark:before {
  content: "\e017";
}
.icon-checkmark2:before {
  content: "\e018";
}
.icon-plus:before {
  content: "\e019";
}
.icon-minus:before {
  content: "\e01a";
}
.icon-checkmark-circle:before {
  content: "\e01b";
}
.icon-spam:before {
  content: "\e01c";
}
.icon-info:before {
  content: "\e01d";
}
.icon-info-2:before {
  content: "\e01e";
}
.icon-blocked:before {
  content: "\e01f";
}
.icon-notification:before {
  content: "\e020";
}
.icon-question:before {
  content: "\e021";
}
.icon-menu:before {
  content: "\e022";
}
.icon-attachment:before {
  content: "\e023";
}
.icon-flag:before {
  content: "\e024";
}
.icon-filter:before {
  content: "\e025";
}
.icon-loop:before {
  content: "\e026";
}
.icon-connection:before {
  content: "\e027";
}
.icon-stack:before {
  content: "\e010";
}
.icon-envelop:before {
  content: "\e028";
}
.icon-pushpin:before {
  content: "\e00c";
}
.icon-trophy:before {
  content: "\e029";
}
.icon-magnet:before {
  content: "\e02a";
}
.icon-tree:before {
  content: "\e02b";
}
.icon-star2:before {
  content: "\e02c";
}
.icon-bug:before {
  content: "\e02d";
}
.icon-users:before {
  content: "\e02e";
}
.icon-users2:before {
  content: "\e030";
}
.icon-calendar:before {
  content: "\e031";
}
.icon-calendar2:before {
  content: "\e032";
}
.icon-forward:before {
  content: "\e033";
}
.icon-loop2:before {
  content: "\e034";
}
.icon-arrow-down:before {
  content: "\e035";
}
.icon-star3:before {
  content: "\e036";
}
.icon-lock:before {
  content: "\e037";
}
.icon-loop3:before {
  content: "\e038";
}
.icon-folder-open:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e03b";
}
.icon-folder-upload:before {
  content: "\e03c";
}
.icon-upload:before {
  content: "\e03f";
}
.icon-upload2:before {
  content: "\e03e";
}
.icon-upload3:before {
  content: "\e040";
}
.icon-thumbs-down:before {
  content: "\e900";
}
.icon-search2:before {
  content: "\eb30";
}
.icon-search3:before {
  content: "\eb33";
}
.icon-form:before {
  content: "\e601";
}
.icon-facebook:before {
  content: "\e622";
}
.icon-facebook-circle:before {
  content: "\e632";
}
.icon-twitter:before {
  content: "\e621";
}
.icon-twitter-circle:before {
  content: "\e631";
}
.icon-thumbs-o-down:before {
  content: "\e901";
}
.icon-rocket:before {
  content: "\e904";
}
.icon-paperplane:before {
  content: "\e905";
}
.icon-mobile:before {
  content: "\e906";
}
.icon-display:before {
  content: "\e907";
}
.icon-share:before {
  content: "\e908";
}
.icon-mail:before {
  content: "\e909";
}
.icon-unlocked:before {
  content: "\e1d6";
}
.icon-arrow-up:before {
  content: "\e3c1";
}
.icon-arrow-down2:before {
  content: "\e3c5";
}
.icon-arrow-left:before {
  content: "\e3c7";
}
.icon-arrow:before {
  content: "\e3da";
}
.icon-arrow2:before {
  content: "\e3db";
}
.icon-crop:before {
  content: "\e43c";
}
.icon-rotate:before {
  content: "\e13d";
}
.icon-rotate2:before {
  content: "\e13e";
}
.icon-zoomin:before {
  content: "\e1b8";
}
.icon-zoomout:before {
  content: "\e1b9";
}
.icon-bell:before {
  content: "\e90a";
}
.icon-bubbles:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e90c";
}
.icon-bubble:before {
  content: "\e90d";
}
.icon-notification3:before {
  content: "\e90e";
}
.icon-flask:before {
  content: "\e910";
}

/* End Icon Classes ========= */

.gray-close{
 	background: url(/art/close-gray.png) no-repeat;
 	width: 16px;
 	height: 16px;
 	display: inline-block;
 	position: absolute;
 	top: 2px;
 	right: 2px;
}
.gray-close:hover{
	opacity: .7;
	cursor: pointer;
}
.icon-alt-enabled,
.icon-alt-enabled i,
.icon-alt-enabled span {
  color: #444444;
}
.icon-alt-disabled,
.icon-alt-disabled i,
.icon-alt-disabled span {
  color: #D6D6D8;
}
.icon-alt-disabled:hover,
.icon-alt-enabled:hover {
  cursor: pointer;
  color: #676767;
}

/* not sure what this is for but it's breaking dashboard popins, needs to be more specific
*/
/* HTML Editor Topbar Module */
/**
Form Elements
 **/

.input-tiny {
  width: 50px;
}

.input-mini {
  width: 75px;
}

.input-small {
  width: 100px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 200px;
}

.input-xlarge {
  width: 250px;
}

.input-xxlarge {
  width: 300px;
}

.input-xxxlarge {
  width: 350px;
}

.input-xxxxlarge {
  width: 500px;
}

.input-full {
  width: 100%;
}

.input-full-wrap {
  display: block;
  padding-right: 8px;
}

input[type="text"].input-tall {
  padding: 8px;
  height: 2.5rem;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #d7efff 2px 2px 2px 2px;
  -moz-box-shadow: #d7efff 0 0 2px 0;
  box-shadow: #d7efff 0 0 2px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #999;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Barlow, Barlow, FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled],
.partial-disable {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
.styled-form :disabled + .label-text,
label.disabled,
.styled-form .horizontal-group label.disabled {
  color: #ccc;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}
input:focus,
textarea:focus {

 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 233, 235, 0.6);
 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 233, 235, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 233, 235, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

input.datepicker {
  background: #fff url(/art/futurama/calendar.png) no-repeat 2px 2px;
  padding-left: 23px;
  width: 110px;
}
.ui-datepicker-trigger + .datepicker {
  margin-left: 20px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Barlow, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #999;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Barlow, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Barlow, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #999;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Barlow, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

/* Partially Disabled Inputs */
.partial-disable {
  border: 1px solid #999;
  overflow: hidden;
  margin-bottom: 5px;
}
.partial-disable span {
  float: left;
  width: 33%;
  line-height: 1.7em;
  padding: 0 3px;
  color: #444;
}
.partial-disable input {
  float: right;
  border: none;
  border-left: 1px solid #999;
  width: 65%;
}

/**
Button Styles
 */
.btn {
	 display: inline-block;
	 vertical-align: top;
  	*display: inline;
  	/* IE7 inline-block hack */
  	*zoom: 1;
  	margin: 0;

	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	 -ms-border-radius: 0;
	 -o-border-radius: 0;
	 border-radius: 0;
	 cursor:pointer;

	font-family: Barlow, sans-serif;
	text-align: center;
	text-shadow: none;
	text-indent: 0;

}
.btn, .btn.ladda-button {
   background-repeat: no-repeat;
   background-position:5px;
}
.btn:hover, .btn.ladda-button:hover,
.btn:focus, .btn.ladda-button:focus {
  background-color: #ccc;
  text-decoration: none;
}
.btn, .btn.ladda-button[data-loading] {
  background-image: none;
}
/* final form buttons (submit, cancel, etc) */
div.primary-btn {
	text-align:right;
	margin-top:16px;
	clear:both;
}
.primary-btn.btn,
.primary-btn .btn {
	padding:5px 8px;
	margin-left:10px;
	border:1px solid #f17d0c;
  color:#fff;
  font-size:14px;
}
.primary-btn.btn, .primary-btn.btn.ladda-button,
.primary-btn .btn, .primary-btn .btn.ladda-button {
	background-color:#f58026;
}
div.primary-btn.left-aligned {
  text-align:left;
}
.primary-btn.left-aligned .btn {
  margin-left:0px;
  margin-right: 10px;
}
.primary-btn.btn:hover, .primary-btn .btn:hover,
.primary-btn.btn:active, .primary-btn .btn:active,
.primary-btn.btn.active, .primary-btn .btn.active,
.primary-btn.btn:focus, .primary-btn .btn:focus {
	background-color:#d9710b;
/*	-webkit-transition: background 1000ms linear;
     -moz-transition: background 1000ms linear;
     -o-transition: background 1000ms linear;
     -ms-transition: background 1000ms linear;
     transition: background 1000ms linear;*/
	border: 1px solid #b75f09;
	color:  #fff;

}

.primary-btn.btn.disabled, .primary-btn .btn.disabled,
.primary-btn.btn[disabled], .primary-btn .btn[disabled],
.primary-btn.btn.disabled:hover, .primary-btn .btn.disabled:hover,
.primary-btn.btn[disabled]:hover, .primary-btn .btn[disabled]:hover
 {
  opacity: 0.65;
}

/* form selection/action buttons (browse, find, load, etc) */
.secondary-btn{
	height: 23px;
	padding: 0 8px;
	font-size: 12px;
	line-height: 23px;
	border:1px solid #6f727c;
	background-color:#6f727c;
	color:#fff;
}
.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn:active,
.secondary-btn.active {
	background-color:#575961;
/*	-webkit-transition: background 1000ms linear;
     -moz-transition: background 1000ms linear;
     -o-transition: background 1000ms linear;
     -ms-transition: background 1000ms linear;
     transition: background 1000ms linear;*/
	border: 1px solid #52545c;
	color:  #fff;
}

.secondary-btn.disabled,
.secondary-btn[disabled],
.secondary-btn.disabled:hover,
.secondary-btn[disabled]:hover {
  opacity: 0.65;
}
/* positive form completion buttons */
.btn.btn-y {
	background-image:url(/art/html-editor/button-icon-go.png);
	text-indent: 19px;
	min-width: 70px;
}
/* negative form completion buttons */
.btn.btn-n {
	background: none;
	text-indent: 0px;
	color: #f58026;
	border: 1px solid #f58026;
}
.btn.btn-n:hover,
.btn.btn-n:focus {
	background: #ffffff;
	border-color: #cf6b0a;
	color:#f58026;
}
.btn.btn-n.disabled,
.btn.btn-n[disabled], 
.btn.btn-n.disabled:hover,
.btn.btn-n[disabled]:hover{
  background: none;
  opacity: 0.4;
  font-weight: normal;
}

.btn.btn-plus {
  background-image:url(/art/html-editor/btn-add.png);
  text-indent: 19px;
}

.btn.btn-x {
	background-image:url(/art/html-editor/button-icon-cancel.png);
	text-indent: 19px;
	min-width: 70px;
}
/* other buttons */

.btn.btn-browse{
	background-image:url(/art/html-editor/button-icon-browse.png);
	text-indent: 18px;
}
.btn.btn-edit{
	background-image:url(/art/html-editor/button-icon-edit.png);
	text-indent:18px;
}
.tertiary-btn {
	border:1px solid #999;
	background:#DEDEDF;
	color:#000;
	height:24px;
	cursor:pointer;
	font-size: 12px;
}
.tertiary-btn:hover,
.tertiary-btn:focus,
.tertiary-btn:active,
.tertiary-btn.active,
.tertiary-btn.disabled,
.tertiary-btn[disabled] {
	color: #000;
	background:#adadad;
	border: 1px solid #999;
}
.text-btn {
	background: transparent;
	color: #00b9be;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	padding: 5px 0;
}
.text-btn:hover,
.text-btn:focus,
.text-btn:active,
.text-btn.active,
.text-btn.disabled,
.text-btn[disabled] {
	background: transparent;
	color: #159194;
	border: 0;
	cursor: pointer;
}
.text-btn:active{
	color: #666;
}
.text-btn:visited{
	color: #0d7a7e;
}
.big-honking.btn{
	padding: 8px;
	font-size: 18px;
}
.bigger-honking.btn{
	height: 50px;
	width: 50px;
}
.bigger-honking.btn-y.btn{
	background-position: 10px;
}
.plum-btn {
  background-color: #552884;
  border: 1px solid #552884;
  padding:5px 8px;
  color:#fff;
  font-size:14px;  
}
.plum-btn:hover,
.plum-btn:focus,
.plum-btn:active,
.plum-btn.active,
.plum-btn.disabled,
.plum-btn[disabled] {
  background-color: #3b1860;
  border: 1px solid #3b1860;
}
.sea-btn.btn {
  background-color: #00B8BC;
  border: 1px solid #00B8BC;
  color:#fff;
}
.sea-btn.btn:hover,
.sea-btn.btn:focus,
.sea-btn.btn:active {
  background-color: #00a5a9;
  border: 1px solid #00a5a9;
}
.orange-btn.btn {
  background-color: #f58026;
  border: 1px solid #f58026;
  color: #fff;
}
.orange-btn.btn:hover,
.orange-btn.btn:focus,
.orange-btn.btn:active {
  background-color: #d9710b;
  border: 1px solid #b75f09;
}
.gray-btn {
  color: #fff;
  background-color: #6f727c;
  border-color: #6f727c;
}
.gray-btn:hover,
.gray-btn:focus,
.gray-btn:active {
  background-color: #575961;
  border-color: #52545c;
}
/**
 *  Button with dropdown menu 
 *  male sure to include js/shared/buttons.js
 */
.wrap-btn {
  position: relative;
  display: inline-block;
}
.btn-dropdown + .dropdown-menu,
.wrap-btn .dropdown-menu {
  position: absolute;
  background-color: #fff;
  display: none;
}
.btn-dropdown[aria-expanded="true"] + .dropdown-menu {
  display: block;
}
/*Using ColVis styles for our own checkbox datatables dropdown*/
.btn-dropdown + .ColVis_collection {
  position: absolute;
  display: none;
}
.btn-dropdown[aria-expanded="true"] + .ColVis_collection {
  display: block;
}
.wrap-btn .dropdown-menu li {
    white-space: nowrap;
}
.wrap-btn .dropdown-menu li a{
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  display: block;
  padding: 0.625rem 0.938rem;
  color: #676767;
  text-decoration: none;
  font-size: 0.875rem;
}
.wrap-btn .dropdown-menu li:last-child a{
  border-bottom: 1px solid #aaa;
}
.wrap-btn .dropdown-menu li a:hover,
.wrap-btn .dropdown-menu li a:focus{
  background-color: #D6E8FA;
}
.btn-dropdown, .grid-btn.btn-dropdown {
  padding-right: 20px;
  background-image: url(../art/black-triangle-open-icon.png);
  background-repeat: no-repeat;
  background-position: right 3px center;
}

/****
Loading Graphic
*****/
.loading-full-wrapper {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
  background:rgb(255,255,255);
  background:rgba(255,255,255,0.4);
}
.loading-container {
  position: relative;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-left: -64px;
  margin-top: -64px;
  padding: 0;
  border: 1px solid #444;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: none;
  background: url(/art/Preloader_1.gif);
  z-index:9999;
}
/****
Dialog styles
*****/
.ui-dialog .ui-dialog-titlebar{
	background: #444 !important;
}
.ui-dialog .ui-dialog-buttonpane{
	padding-right: 0;
}
.ui-dialog .ui-dialog-buttonpane button{
	border:1px solid #999;
	background:#888 !important;
	color:#fff !important;
	height:24px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 -ms-border-radius: 0px;
	 -o-border-radius: 0px;
	 border-radius: 0px;
	 text-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane button:hover{
	background:#555 !important;
	-webkit-transition: background 1000ms linear;
     -moz-transition: background 1000ms linear;
     -o-transition: background 1000ms linear;
     -ms-transition: background 1000ms linear;
     transition: background 1000ms linear;
	border: 1px solid #444 !important;
	color:  #f7f7f7 !important;
}
.ui-dialog .btn{
	float: right;
}
.ui-dialog label{
	width: 150px;
	display: inline-block;
	line-height: 30px;
}
.ft-dialog .primary-button{
	float: right;
	margin-left: 10px;
	border:1px solid #999;
	background:#444;
	color:#fff;
	height:28px;
	width:75px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	 -ms-border-radius: 0;
	 -o-border-radius: 0;
	 border-radius: 0;
	 text-shadow: none;
}
.ft-dialog .primary-button:hover{
	background:#222;
	-webkit-transition: background-color 500ms linear;
     -moz-transition: background-color 500ms linear;
     -o-transition: background-color 500ms linear;
     -ms-transition: background-color 500ms linear;
     transition: background-color 500ms linear;
	border: 1px solid #444;
	color:  #f7f7f7;
}
.ft-dialog .primary-button:active
{
	background:#222;
	border: 1px solid #444;
	color:  #f7f7f7;
}	
.ft-dialog label{
	width:140px;
	overflow: hidden;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-right: 14px;
	}
.ft-dialog li{
	margin:10px 0;
	height: 25px;
}
.ft-dialog select, .ft-dialog input{
	width: 400px;
	float: left;
}
.ft-dialog input[type="radio"], .ft-dialog input[type="checkbox"]{
	width: auto;
	float: none;
}
.ft-dialog li.date-offset input{
	width: 80px;
	margin-right: 5px;
}
.ft-dialog li.time-of-day select{
	width: 80px;
	margin-right: 5px;
}
.ft-dialog span.time-scolon{
	float: left;
	margin-right: 5px;
}
.ft-dialog .previewhtmlButton{
	display: inline-block;
	margin: 0 0 0 3px;
	border: none;
	direction: ltr;
	text-indent: -9999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background-image: url(/art/newicon/previewhtml.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.ft-four-fifty{
	width:450px;
}
.ft-dialog .rm-autocomplete{
	clear: none;
}
.ft-dialog .rm-autocomplete, .rm-autocomplete input{
	background: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 -ms-border-radius: 0px;
	 -o-border-radius: 0px;
	 border-radius: 0px;
	 clear: none;
	 border-color: #444;
}
.ft-dialog .rm-autocomplete .opener{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	 -ms-border-radius: 0px;
	 -o-border-radius: 0px;
	 border-left: none;
	 border-radius: 0px;
}
.ft-dialog .btn{
	float: right;
}
/**
Dialog Module Styles
 */
.dialog-window {
	position:absolute;
	top:50%;
	left:50%;
	background:#fff;
	border:1px solid #444;
	margin-left:-124px;
	margin-top:-124px;
	z-index: 9000;
	box-shadow: 0px 0px 100px -10px rgba(0, 0, 0, .6);
	min-width: 300px;
}
.dialog-window form {
	padding:18px;
}
.dialog-window form > :first-child,
.dialog-window form > :first-child.errors-list + *,
.dialog-window form > :first-child.errors-list + * label,
.dialog-window form > :first-child > label,
.dialog-window form > :first-child > :first-child.nl-goal > .nl-head,
.dialog-window form > :first-child > .nl-head,
.dialog-window form > :first-child > :first-child > :first-child > :first-child.nl-head {
	margin-top:0;
}
.dialog-window h4, .dialog-window .dialog-header {
	background:#444855;
	padding:16px;
	height:16px;
	line-height:1;
	font-size:16px;
	color:#fff;
	text-align:left;
  cursor:move;
}

/* to support <p> tags in the header*/
.dialog-window .dialog-header p {
  color: #fff;
  margin: 0;
  line-height: 1;
}

/* Different sized dialogs */
.dialog-window.tiny {
  width: 300px;
}
.dialog-window.small {
  width: 400px;
}
.dialog-window.medium {
  width: 500px;
}
.dialog-window.large {
  width: 600px;
}
.dialog-window.xlarge {
  width: 700px;
}
.dialog-window.xxlarge {
  width: 800px;
}
.dialog-window.xxxlarge {
  width: 900px;
}

/* MS : support for edit field inside of dialog's header */
.dialog-window .dialog-header {
  font-weight: bold;
}
.dialog-window .dialog-header a.editable {
   border-bottom: 1px dashed #fff;
   text-decoration: none;
   color: #fff;
}
.dialog-window .dialog-header a.editable:hover {
  border-bottom: 1px solid #fff;
}
.dialog-window .dialog-header input.editable {
  background-color: #444;
  border: 1px solid #444;
  font-size: 16px;
  color: #fff;
  width: 300px;
  margin-top: -5px;
}
.dialog-window .dialog-header input.editable:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-shadow: none;
  background-color: #494949;
}
/* MS : end */

.dialog-window .labelcategory {
	font-weight:bold;
	font-size:13px;
	color:#000;
	display:block;
}
.dialog-window .he-dialog-x{
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url(/art/html-editor/he-dialog-x.png) no-repeat;
	cursor: pointer;
}
.dialog-window button.he-dialog-x,
.dialog-window button.he-dialog-x:hover,
.dialog-window button.he-dialog-x:active,
.dialog-window button.he-dialog-x:visited,
.dialog-window button.he-dialog-x:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}
.dialog-window .he-dialog-x:hover, 
.dialog-window button.he-dialog-x:focus{
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.dialog-window button.he-dialog-x:focus{
	color: red;
}
.dialog-scroll form {
	overflow:auto;
	position:absolute;
	top:48px;
	bottom:0;
	background:inherit;
}
.confirm-dialog {
  max-width:500px;
}
.confirm-dialog p,
.alert-dialog p {
  margin-bottom:1em;
}
.schedule-dialog {
  min-width: 510px;
}
.single-input-dialog input[type=text] { width:100%; }

/**
 * Help Dialogs
 */
.help-accordion h3{
  background: #fff;
  text-indent: 20px;
  border-top: 0;
  border-bottom: 0;
}
.help-accordion div{
  margin-left: 20px;
  background: #fff;
}
.help-dialog h2{
  margin-top: 20px;

}
a.help-toggle {
  position: absolute;
  top: -60px;
  right: 15px;
}
div.help-dialog{
  width: 600px;

}
.help-dialog-wrapper{
  max-height: 500px;
  overflow-y:auto;
  line-height: 1.5em;
  font-size: 14px;
}
.help-dialog-wrapper li{
  margin: 10px 0 0 30px;
  list-style-type: disc;
}
.help-dialog-wrapper p {
  margin-top: 15px;
}
.help-dialog-wrapper p:first-child {
  margin-top: 0;
}
.help-dialog-wrapper table p {
  line-height: 1.2em;
  margin-bottom: 0;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #444; 
}
.help-accordion .ui-icon{
  background-image: url(/css/ui_lightness/images/ui-icons_222222_256x240.png) !important;
}
.help-accordion .ui-accordion-header,
.help-accordion .ui-accordion-content
{
  border: 0;
}
.help-accordion .ui-helper-reset{
	font-size: 14px;
}
.help-accordion.ui-widget{
	font-family: Barlow, sans-serif;
}
.help-accordion .ui-icon-triangle-1-e{
  background-position: -32px -16px;
}
.help-accordion .ui-icon-triangle-1-s{
  background-position: -64px -16px; /* down arrow */
}
.help-accordion h3.ui-state-hover{
  color: #111 !important;
  border-top: 0;
  border-bottom: 0;
}
.help-accordion .ui-state-active, .help-accordion .ui-widget-content .ui-state-active{
  color: #444;
}
.help-dialog-wrapper table{
  border-spacing: 0;
  width: 100%;
}
.help-dialog-wrapper table thead{
  background: #219195;
  color: #fff;
}
.help-dialog-wrapper table th {
  font-weight: bold;
}
.help-dialog-wrapper table tbody tr:nth-child(odd) {
  background: #c2e0e2;
}
.help-dialog-wrapper table tbody tr {
  background: #e8f4f4;
}
.help-dialog-wrapper table td, table.ft  th {
  padding: 8px 10px;
}
.help-dialog-wrapper table td {
  border-top: 2px solid #fff;
  line-height: 12px;
}

/**
Form Styles
 */
.styled-form h4{
	font-size: 15px;
	font-weight: bold;
	margin:0;
	padding: 0;
	background: transparent;
	color: #666;
	line-height: inherit;
}
.styled-form h4.accordion{
	margin:0;
	padding: 0;
}
.styled-form h4.accordion:hover{
	cursor: pointer;
}

.styled-form h5{
	font-size: 13px;
	margin-top: 15px;
}
.styled-form p.help-block {
	margin-top: 2px;
	line-height: 1.2em;
	font-style: italic;
	color:#999BA2;
}
.styled-form p.help-block.inline{
	display: inline;
}
.styled-form .help-small,
.styled-form .optional-field {
    font-size: 0.813em;
    color: #999BA2;
    font-weight: normal;
    margin-bottom: 0;
}
.styled-form label {
	font-weight:bold;
	display:block;
	margin-bottom: 5px;
}
.styled-form label.normal {
	font-weight:normal;
}
.styled-form label,
.styled-form fieldset {
	margin-top: 20px;
}
.sedan-style label,
.sedan-style fieldset,
.sedan-style input.block,
.sedan-style a /*this could cause problems */{
	margin-top: 10px;
}
.styled-form .compact-style label,
.styled-form .compact-style fieldset {
	margin-top: 5px;
  margin-bottom: 5px;
}
.styled-form .super-compact-style label,
.styled-form .super-compact-style fieldset {
	margin-top: 2px;
  margin-bottom: 2px;
}

.compact-style + .compact-style {
  margin-top: 8px;
}
.styled-form .compact-style + .horizontal-group {
  margin-top: 15px;
}
/* currently used anywhere?
.styled-form fieldset {
	border:none;
}
.styled-form legend {
	font-weight:bold;
	margin:0 -2px 5px;
}*/
.styled-form .horizontal {
	margin-top: 5px;
	/*overflow:hidden;*/ /* MS TODO: comment this out to support NatLang modification for form elements */
	min-height: 24px;
}
.styled-form .horizontal label {
	display: inline;
	cursor:pointer;
}
.styled-form .horizontal label + label, 
.styled-form .horizontal label + select,
.styled-form .horizontal select + button,
.styled-form .horizontal input + button,
.styled-form .horizontal select + a{
	margin-left:1.5em;
}
.styled-form .horizontal input + button{
	margin-left:.5em;
}
.styled-form .horizontal input[type=radio],
.styled-form .horizontal input[type=checkbox] {
	margin-right:5px;
}
.styled-form .horizontal label + select,
.styled-form .horizontal label + input,
.styled-form .horizontal input + button
 {
	float:right;
}


/* horizontal-group is used for inline checkboxes or radios
vertical-group used for block checkboxes or radios */

.styled-form .horizontal-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.styled-form .horizontal-group {
	margin-top:5px;
}
.styled-form .horizontal-group label {
	float:left;
	font-weight:normal;
	cursor:pointer;
	margin-top:0;
}
.styled-form .vertical-group label {
  cursor: pointer;
  font-weight: normal;
}
.styled-form .horizontal-group input[type=radio],
.styled-form .horizontal-group input[type=checkbox],
.styled-form .horizontal-group input[type=text],
.styled-form .vertical-group input[type=radio],
.styled-form .vertical-group input[type=checkbox],
.styled-form .vertical-group input[type=text] {
	margin-right:5px;
}

/*
Pretty sure this is needed for article zones only need to 
make it more specific it's messing up vertical alginment of checkboxes & radios */
.styled-form .horizontal-group label,
.styled-form .vertical-group label,
.styled-form .horizontal-group select,
.styled-form .horizontal-group input,
.styled-form .vertical-group input,
.styled-form .horizontal-group span.label-text,
.styled-form .horizontal-group img,
.styled-form .horizontal-group a {
	vertical-align: middle;
} 
.styled-form .horizontal-group label + label,
.styled-form .horizontal-group label + a {
	margin-left:1.5em;
}

.styled-form .horizontal-group span.background-circle + label {
  margin-left:1.5em;
}


.styled-form .horizontal-group label + span a
 {
  margin-left:.5em;
  font-weight: normal;
}
.styled-form .horizontal-group label + span a.icon-info-2 {
  line-height: 1;
}

.styled-form .horizontal-group select + span
 {
	margin-left:.5em;
}
/*.styled-form .horizontal-group input {   should this be horizontal?
	margin-right:5px;
}
*/

.styled-form textarea + .char-count,
.styled-form input[type="text"] + .char-count {
  display: block;
  float: none;
  color: #444;
  font-size: 10pt;
  text-align: right;
}

.styled-form textarea + .char-count.error,
.styled-form input[type="text"] + .char-count.error {
  color: #F44123;
}

.top-margin {
  margin-top: 20px;
}
.top-short-margin {
  margin-top: 10px;
}
.left-margin {
  margin-left: 20px;
}
.left-short-margin {
  margin-left: 10px;
}
.left-shorter-margin {
  margin-left: 5px;
}
.bottom-margin {
  margin-bottom: 20px;
}
.bottom-short-margin {
  margin-bottom: 10px;
}

.styled-form .overflow-container{
	overflow: hidden;
}




/* use fieldset.ft-box for nice fieldsets: */
fieldset.ft-box {
  border: 1px solid #ddd; 
  padding: 10px;
}
fieldset.ft-box legend {
  padding: 0 5px; 
  font-weight: bold;
}



/* Use these styles for indented forms with sub-questions */
.header-row{
	margin-top: 40px;
	overflow: hidden;
}
.new-step{
	float: left;
/*	border-radius: 14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; */
	padding: 4px 9px;
	background: none;
	color: #F58026;
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	border-right: 3px solid #F58026;
}
.setup-step-q{
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size: 22px;
	margin: 15px 0 5px 15px;
	display: table-cell;
	height: 24px;
	float: left;
	width: 90%;
}
.styled-form ol.sub-questions{
	margin-left: 20px;
	list-style: lower-alpha;
	padding: 0;
}
.styled-form ol.sub-questions li{
	font-weight: bold;
}
.styled-form ol.sub-questions label{
	font-weight: normal;
}


/**
Tables
 */
table.item-table,
.item-table table {
  border-collapse: collapse;
  margin: 0.5em 0;
}
.item-table td,
.item-table th {
  padding: 5px;
}
.item-table tbody tr {
  border-top: 3px solid #fff;
}
.item-table tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.item-table tbody tr:nth-child(odd) {
  background: #EFEFEF;
}
.item-table .remove-item {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

/**
Grids
 */
table.ft  {
	border-spacing: 0;
	width: 100%;
}
table.ft thead{
  background: #219195;
  color: #fff;
}
table.ft th {
	font-weight: bold;
}
table.ft tbody tr:nth-child(odd) {
	background: #f7f7f7;
}
table.ft tbody tr {
	background: #fff;
}
table.ft td, table.ft th {
	padding: 8px 10px;
}
table.ft thead + tbody td,
table.ft thead + tbody th,
table.ft tbody tr:not(:first-child) td,
table.ft tbody tr:not(:first-child) th {
  border-top: 2px solid #fff;
  line-height: 12px;
}

table.ft tbody th {
  text-align: left;
}
table.ft.ft-grey thead {
  background: #EFEFEF;
  color: #444855;
}
table.ft.ft-grey tbody tr {
  background-color: #fff;
}
table.ft.ft-grey tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

table.ft.left-align th, table.ft.left-align td{
  text-align: left;
}


table.ft-basic  {
  border-spacing: 0;
  width: 100%;
}
table.ft-basic tbody td,
table.ft-basic tbody th{
  border-top-width: 2px;
  line-height: 12px;
}
table.ft-basic th, 
table.ft-basic td {
  padding: 8px 10px;
  text-align: left;
}


/**
Validation 
*/
input[type=text].error, input[type=email].error, textarea.error, select.error {
	border:1px dashed #F44123;
	color:#F44123;
  display: inline-block;
}
input[type=radio].error {
  border:1px dashed #F44123;
  outline: #F44123 dashed 1px;
}

label.error {
  width: auto;
  margin-top: 10px;
  color:#F44123;
  display: inline-block;
}
tr.error {
  border: 1.5px dashed #F44123;
  outline: #F44123 dashed 1.5px;
}

.errors-list {
	display:none;
	padding:5px 10px;
	/*margin-bottom:10px;*/
	font-weight:bold;
	background:#F44123;
	color:#fff;
}
.errors-list li{
	margin: 3px 0;
}

/* assets validation */
.validation-in-process.validate-assets .rm-data-empty,
.validation-in-process .compact-style.rm-data-empty { /* for radiobuttons group. see rm-validation.js*/
  color: #F44123;
  border: 1px dashed #F44123;
  padding: 2px 5px;
}
.validation-in-process.validate-assets .rm-data-empty {
  color: #F44123;
  border: 1px dashed #F44123;
  padding: 2px 5px;
}

.validation-in-process input.required + .nl-container a.nl-field-link.nl-empty, 
.validation-in-process input[required] + .nl-container a.nl-field-link.nl-empty, 
.validation-in-process select.required + .nl-container a.nl-field-link.nl-empty, 
.validation-in-process select[required] + .nl-container a.nl-field-link.nl-empty
{
  color: #F44123;
  border: 1px dashed #F44123;
  padding: 2px 5px;
}

/* formatted assets: */
a.asset-punctuated, 
a.asset-punctuated:hover, 
a.asset-punctuated:visited {
  color: #444;
  text-decoration: none;
}
a.asset-punctuated span {
  color: #5CA2EC;
}
a.asset-punctuated:hover span, 
a.asset-punctuated:focus span{
  color: #307ABC;
  text-decoration: underline;
}

/* formatted assets: */
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated, 
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated:hover, 
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated:visited {
  color: #307ABC;
}
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated span {
  color: #F44123;
}
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated:hover span, 
.validation-in-process.validate-assets a.rm-data-empty.asset-punctuated:focus span{
  color: #F44123;
}

/**
 * Grid Selector Styles
 */
.selector-dialog .grid-container {
  width:600px;
  height:400px;
}
.dataTable .grid-selected-row {
  font-weight:bold;
  background-color:lightblue;
}
.component-multiselect {
  position:relative;
  overflow:hidden;
}
.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 1.6em;
  line-height:1.1em;
  display:block;
  max-width:200px;
  overflow: hidden;
  padding-bottom: 2px;
}

/* vertical radio tabs. Right now it is used only in schedule widget */
.ft-radiotabs-container > .vertical-group {
  float: left;
  border-right: 1px solid #c0c0c0; 
  padding-right: 10px;  
}
.ft-radiotabs-container > .ft-tabs {
  float: left; 
  padding-left: 10px;
}
.ft-tab {
  display: none;
}
.ft-tab.active {
  display: block;
}
.ft-tab fieldset {
  margin: 20px 0;
  border: none;
}
.ft-tab .ft-dynamic-lict {
  border-top: 1px solid #c0c0c0; 
  margin-top: 20px; 
  padding-top: 10px;
}
/* fieldset option - is group of fields being selected by radiobutton. Right now it is used only in schedule widget */
fieldset .fieldset-option {}
fieldset .fieldset-option+.fieldset-option {
  margin-top: 7px;
}

/* Floating and display */
.ft-fl {
  float: left;
}
.ft-fr {
  float: right;
}
.ft-al {
  text-align: left;
}
.ft-ar {
  text-align: right;
}

.ft-hide {
  display: none;
}
.ft-clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}


/**
 * module: postToSocial
 * wrap content of postToSocial context with .post-to-social class
 */
.post-to-social.dialog-window {
  width: 25rem;
}
.post-to-social .social-channel .social-label [class*="icon-"] {
  font-size: 2rem;
  line-height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.post-to-social .social-channel select,
.post-to-social .social-channel textarea {
  width: 100%;
}
.post-to-social .social-channel label.social-label {
  line-height: 2rem;
}
.post-to-social .social-channel .compact-style {
  margin-left: 2.5rem;
}
.post-to-social .social-channel p.preview {
  margin: 0 0 0 2.5rem;
  font-style: italic;
}
.post-to-social .social-channel + .social-channel {
  margin-top: 0.5rem;
}



/* TODO: move this to apropriate section of this file. */
.ft-dotted-bottom {
  border-bottom: 2px dotted #ccc;
}
.ft-dotted-bottom-dark {
  border-bottom: 2px dotted #777;
}
.horizontal-group.ft-dotted-bottom {
  padding-bottom: 20px;
  margin-bottom:10px;
}


/* MS: this is a fix for datepicker bug. The problem: it partially appears at the bottom of page in Chrome 
   It should be moved to jquery-ui-xxxx.custom.css. Discuss with Calie.
*/
#ui-datepicker-div { 
  display: none; 
}


/* Progress Bar. Copy-pasted from rm-social-homepage.css and slightly modified */

.progressbar-container {
  background-color: #efefef;
}
.rm-unified-progress-bar {
  background: url(/art/socialDashboard/animated-overlay.gif);
  height: 10px;
  width: 0%;
  filter: alpha(opacity=10);
  opacity: 0.10
}
/**
JQueryUI Calendar
*/
.ui-datepicker .ui-widget-header{
	background: #5CA2EC;
	color: #fff;
}
.ui-datepicker .ui-state-highlight{
	background: #D6E8FA !important;
	border:1px solid #5CA2EC;
}
.ui-datepicker .ui-widget-content .ui-icon,
.ui-datepicker .ui-widget-header .ui-icon{
	background-image: url(/css/ui_lightness/images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker-next-hover .ui-icon{
	background-position: -48px -192px !important;

}
.ui-datepicker-prev-hover .ui-icon{
	background-position: -80px -192px !important;

}
.ui-datepicker .ui-state-default, 
.ui-datepicker .ui-widget-content .ui-state-default, 
.ui-datepicker .ui-widget-header .ui-state-default{
	background: #A5C8ED;
}
.ui-datepicker .ui-state-default.ui-state-active{
  background: #FEB97C !important;
  border: 1px solid #FEB97C;
}
.ui-widget-header .ui-state-hover{
	background: none;
	border: none;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus {
  background: #FEB97C;
  border: 1px solid #FEB97C;
}

.background-circle {
  margin-right: 3px;
  background: #f58026;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  display: inline-block;
  line-height: 2em;
  height: 2em;
  width: 2em;
  text-align: center;
}

/* Tabbed Navigation Styles */
.ft-tabbed-nav {
  padding: 15px 15px 15px 5px;
  background-color: #EFEFEF;
  text-align: center;
  font-size: 16px;
}

.ft-tabbed-nav ul li {
  padding: 0 10px;
  margin-left: 60px;
  display: inline-block;
  line-height: 1.5em;
}
.ft-tabbed-nav ul li:first-child {
  margin-left: 0;
}

.ft-tabbed-nav ul li:hover,
.ft-tabbed-nav ul li.selected {
  color: #FFF;
  background-color: #f58026;
  border-radius: 15px;
  cursor: pointer;
}

/**
 * togglable pill nav
 * these widths need to be changed to be fluid
 */
.ft-tabbed-nav.bar-nav {
  font-size: 13px;
}
.ft-tabbed-nav.bar-nav ul {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto;
  padding-left: 0;
  background-color: #FEB97C;
  border: 1px solid #f58026;
  display: table;
  width: 100%;
}
.ft-tabbed-nav.bar-nav ul li {
  margin: 0;
  display: table-cell;
  color: #ffffff;
  border-radius: 0;
}
.ft-tabbed-nav.bar-nav li:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;

}
.ft-tabbed-nav.bar-nav li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.ft-tabbed-nav.bar-nav .selected {
  background-color: #f58026;
}
.folder-filter-nav {
  margin-left: 10px;
}


span.warning-icon {
  color: #fff;
  background-color: #F44123;
  font-weight: bold;
  line-height: 13px;
  padding: 4px 12px;
  border-radius: 13px;
  font-size: 15px;
  font-family: Barlow, sans-serif;

}


/** 
 * List of Items, Generic styles for striping: 
 */
.item-container {
  min-width: 400px;
}
.item-container div.item {
  width: auto;
  margin:0;
  padding: 10px 16px 10px 10px;
  font-weight: normal;
  position: relative;
  white-space: normal;
}
.item-container div.item span.delete-row {
  top: 20%;
}
.item-container div.item.first-item-spacing {
  padding-top: 20px;
  padding-left: 0;
}
.item-container .even {
  background-color: #f7f7f7;
}
.item-container a.add {
  display: block;
  margin-top: 10px;
}
span.row-controls {
  position: absolute;
  top: 5px;
  right: 5px;
}
span.row-controls [class^="icon-"] {
  margin-left: 5px;
}


/* JQuery Revealer Classes */
.simple-accordion {
  margin-bottom: 0;
  text-indent:15px;
  cursor:pointer;
  background:url(/art/html-editor/accordion-closed.png) no-repeat;
}
.simple-accordion + div {
  display: none;
  overflow: hidden;
}
.simple-accordion.active {
  background:url(/art/html-editor/accordion-opened.png) no-repeat;
}

/* New Custom Tooltip for JQCharts */
.jq-table-tooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Barlow;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-table-tooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

/* New Custom Tooltip for JQCharts */
.jq-table-tooltip {
    position: absolute;
    background-color: rgba(255,255,255,1.0);
    color: rgba(0,0,0,1.0);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    display: block;

    font-family: Barlow;
    font-size: 13px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-table-tooltip {
    background: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 4px;
}

.confirmation-message-container {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.confirmation-message-container .background-circle {
  font-size: 45px;
}
.confirmation-message-container .confirmation-icon {
  font-size: 35px;
  line-height: 2.5;
  margin-left: -2px;
}
.confirmation-message-container .message-title {
  font-size: 20px;
}
.confirmation-message-container .message-content {
  width: 65%;
  padding: 20px;
  display: block;
  margin: 0 auto;
  text-align: left;
  background-color: #EFEFEF;
}
.message-content .message-links {
  text-align: center;
}
.message-content p {
  margin: 0;
}
.message-content p + p {
  margin-top: 20px;
}
.confirmation-message-container .circle-text {
  font-size: 15px;
}
/**
Sub Account Access Styles For Leela
 **/
.leela-sub-account-access-dialog {
	height: auto;
    width: 480px;
    position: absolute;
    right: 0;
    z-index: 1002;
    margin-right: 10px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #999;
 }
.leela-sub-account-title-bar {
	background: #444;
    padding: 16px;
    height: 16px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    text-align: left;
	font-weight: bold;
 }
.leela-sub-account-he-dialog-x {
	position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(/art/html-editor/he-dialog-x.png) no-repeat;
    cursor: pointer;
 }
.leela-sub-account-he-dialog-x:hover {
	 opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
 }
 .leela-sub-account-access-dialog > form {
	 padding: 18px;
 }
 .leela-chg-account-sel {
	 width: 100%;
 }
 .chart-popin-dialog {
   min-width: 760px;
 }
.btn-y.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 32px;
}
/**
styling for js/shared/menus/MenuObject sidebar which appears on many Leela pages
see js/shared/menus/style.less which generated the line below
 **/
 .rm-shared-menu .rm-menu-accordion:first-child h3{
 	display:none;
 }
 .rm-shared-menu .ui-accordion h3{
 	margin-top:10px;
 	background:transparent;
 	border:0;color:#444;
 	text-transform:uppercase;
 	font-size:13px;
 	font-weight:bold;
 	outline:none;
 	text-indent: 0;
 }
 .rm-shared-menu .ui-accordion .ui-accordion-header{
 	padding:.5em .5em .5em 0;
 	line-height:1em;
 	font-family: Barlow, sans-serif;
 }
  .rm-shared-menu .ui-accordion .ui-widget-content{
 	border:none;
 }
 .rm-shared-menu .ui-icon{
 	background:url(/css/ui_lightness/images/ui-icons_222222_256x240.png);
 	margin-right:5px;
 }
 .rm-shared-menu .ui-icon-triangle-1-e{
 	background-position:-32px -16px;
 }
 .rm-shared-menu .ui-icon-triangle-1-s{
 	background-position:-64px -16px;
 }
 .ft-nav-sidebar .rm-shared-menu{
 	margin-top:10px;
 }
 .ft-nav-sidebar .rm-shared-menu .ui-accordion-header:focus{
 	border:none;
 }
 .ft-nav-sidebar .rm-shared-menu ul{
 	background:none;
 	margin-left:10px;
 }