/* variables */
.appearance_none {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.border_radius_5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
/* fonts */
@font-face {
  font-family: 'AvenirLTStd35Light';
  src: url('/fonts/avenirltstd-light-webfont.eot');
  src: local('Avenir Lt Std'), url('/fonts/avenirltstd-light-webfont.woff') format('woff'), url('/fonts/avenirltstd-light-webfont.ttf') format('truetype'), url('/fonts/avenirltstd-light-webfont.svg#webfontHsJIenTy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd45Book';
  src: url('/fonts/avenirltstd-book-webfont.eot');
  src: local('☺'), url('/fonts/avenirltstd-book-webfont.woff') format('woff'), url('/fonts/avenirltstd-book-webfont.ttf') format('truetype'), url('/fonts/avenirltstd-book-webfont.svg#webfontWCnXoiml') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd65Medium';
  src: url('/fonts/avenirltstd-medium-webfont.eot');
  src: local('☺'), url('/fonts/avenirltstd-medium-webfont.woff') format('woff'), url('/fonts/avenirltstd-medium-webfont.ttf') format('truetype'), url('/fonts/avenirltstd-medium-webfont.svg#webfonttZEwzxS5') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd55Roman';
  src: url('/fonts/avenirltstd-roman-webfont.eot');
  src: local('☺'), url('/fonts/avenirltstd-roman-webfont.woff') format('woff'), url('/fonts/avenirltstd-roman-webfont.ttf') format('truetype'), url('/fonts/avenirltstd-roman-webfont.svg#webfonthu8iNn7R') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Gotham */
@font-face {
  font-family: 'Gotham Bold';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/gotham/gotham-bold-webfont.eot');
  src: local('☺'), url('/fonts/gotham/gotham-bold-webfont.woff') format('woff'), url('/fonts/gotham/gotham-bold-webfont.ttf') format('truetype'), url('/fonts/gotham/gotham-bold-webfont.svg#webfonthu8iNn7R') format('svg');
}
@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/gotham/gotham-book-webfont.eot');
  src: local('☺'), url('/fonts/gotham/gotham-book-webfont.woff') format('woff'), url('/fonts/gotham/gotham-book-webfont.ttf') format('truetype'), url('/fonts/gotham/gotham-book-webfont.svg#webfonthu8iNn7R') format('svg');
}
@font-face {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/gotham/gotham-medium-webfont.eot');
  src: local('☺'), url('/fonts/gotham/gotham-medium-webfont.woff') format('woff'), url('/fonts/gotham/gotham-medium-webfont.ttf') format('truetype'), url('/fonts/gotham/gotham-medium-webfont.svg#webfonthu8iNn7R') format('svg');
}
@font-face {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/gotham/gotham-light-webfont.eot');
  src: local('☺'), url('/fonts/gotham/gotham-light-webfont.woff') format('woff'), url('/fonts/gotham/gotham-light-webfont.ttf') format('truetype'), url('/fonts/gotham/gotham-light-webfont.svg#webfonthu8iNn7R') format('svg');
}
/* formcheck */
/* FormCheck tipbox */
/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/
.fc-tbx .tl {
  background: url('/_js/formcheck/theme/blue/img/tl.png') no-repeat;
}
.fc-tbx .t {
  background: url('/_js/formcheck/theme/blue/img/t.png') repeat-x;
  height: 16px;
}
.fc-tbx .tr {
  background: url('/_js/formcheck/theme/blue/img/tr.png') no-repeat;
}
.fc-tbx .l {
  background: url('/_js/formcheck/theme/blue/img/l.png') repeat-y;
  width: 16px;
  float: none;
  display: table-cell;
}
.fc-tbx .r {
  background: url('/_js/formcheck/theme/blue/img/r.png') repeat-y;
  width: 16px;
  float: none;
  display: table-cell;
}
.fc-tbx .bl {
  background: url('/_js/formcheck/theme/blue/img/bl.png') no-repeat;
}
.fc-tbx .b {
  background: url('/_js/formcheck/theme/blue/img/b.png') no-repeat;
  height: 25px;
}
.fc-tbx .br {
  background: url('/_js/formcheck/theme/blue/img/br.png') no-repeat;
}
.fc-tbx .c {
  background: url('/_js/formcheck/theme/blue/img/c.png') repeat;
}
.fc-tbx a.close {
  float: right;
  background: url('/_js/formcheck/theme/blue/img/close.png') no-repeat;
  position: relative;
  margin-left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.fc-tbx .err {
  float: left;
}
.fc-tbx p {
  width: auto;
  display: block;
  font-size: 10px;
  font-family: tahoma, verdana, "sans-serif";
  margin: 0;
  padding: 0;
  border: 0;
  color: #FFF;
}
.ajax_loader {
  background: url('/_js/formcheck/theme/blue/img/ajax-loader.gif') no-repeat center;
  width: 200px;
  height: 150px;
}
/* FormCheck validation div */
.fc-error {
  border: 1px solid #888;
  margin-top: 5px;
  background-color: #EAEAEA;
}
.fc-error p {
  margin: 5px;
  color: #A00;
}
/* growl */
div.grwl {
  position: fixed;
  display: none;
  z-index: 99999;
  color: #555;
  opacity: 0;
  background-repeat: no-repeat;
  background-color: white;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  box-shadow: 0px 0px 5px #666;
}
div.grwl.smoke {
  font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
  width: 350px;
  height: auto;
  background-position: 10px center;
}
div.grwl.smoke img {
  float: left;
  margin: 12px;
  width: 50px;
}
div.grwl.smoke h3 {
  color: #666;
  font-size: 24px;
  margin: 0px 10px;
  padding: 10px 0px 0;
  text-align: left;
  font-family: 'Gotham Book', "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, Helvetica, sans-serif !important;
  line-height: normal;
}
div.grwl.bezel h3 {
  font-family: Roboto, sans-serif !important;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #333;
}
div.grwl.smoke p {
  font-size: 16px;
  margin: 0 10px 15px;
  text-align: left;
  color: #888 !important;
  line-height: normal;
}
div.grwl.bezel p {
  color: #9e9e9e !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
div.grwl.bezel {
  text-align: center;
  padding: 20px 10px;
  width: 550px;
  min-height: 200px;
  max-height: 242px;
}
div.grwl.bezel img {
  margin-top: 10px;
  width: 90px;
}
div.grwl.bezel h3 {
  font-size: 30px;
  line-height: normal;
}
div.grwl.bezel p,
div.grwl.bezel h3 {
  text-align: center !important;
}
.active_grwl {
  zoom: 1 !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 99998 !important;
}
div.grwl.alert {
  box-shadow: 0px 0px 5px 0 #c53131;
  -o-box-shadow: 0px 0px 5px 0 #c53131;
  -moz-box-shadow: 0px 0px 5px 0 #c53131;
  -webkit-box-shadow: 0px 0px 5px 0 #c53131;
}
div.grwl.alert h3 {
  color: #C53131;
}
div.grwl.alert {
  box-shadow: 0px 0px 5px 0 #C53131;
  -o-box-shadow: 0px 0px 5px 0 #C53131;
  -moz-box-shadow: 0px 0px 5px 0 #C53131;
  -webkit-box-shadow: 0px 0px 5px 0 #C53131;
}
div.grwl.alert h3 {
  color: #C53131;
}
#grwlOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1111 !important;
}
/* font-awesome */
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('/fonts/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/fonts/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/fonts/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/fonts/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome !important;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
a {
  cursor: pointer;
}
body {
  /* line-height: 1; */
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* modal manager */
a {
  font-family: Arial, sans-serif;
}
input.input-xxlarge {
  height: 38px !important;
}
.modal_module {
  position: fixed;
  z-index: 110 !important;
  top: 50%;
  left: 50%;
  display: none;
  width: 800px;
  min-height: 290px;
  margin-left: -350px;
  padding: 20px;
  text-align: left;
  background: white;
  box-shadow: 1px 1px 5px #999;
  font-size: 14px;
}
.modal_module h1 {
  margin-bottom: 5px !important;
  padding: 5px 0;
}
.modal_module h2 {
  margin: 0 0 15px !important;
  font-size: 22px;
}
.modal_module fieldset .setting input,
.modal_module fieldset .setting textarea {
  max-width: 530px;
  font-weight: normal;
}
.modal_module fieldset .setting input,
.modal_module fieldset .setting textarea,
.modal_module fieldset .setting select,
.modal_module .fieldset .setting input,
.modal_module .fieldset .setting textarea,
.modal_module .fieldset .setting select {
  float: right;
}
.modal_module h2 {
  background: none;
  box-shadow: none;
  font-style: normal;
}
.modal_module p.actions {
  clear: both;
  margin-top: 5px;
  margin-right: -20px;
  margin-bottom: -16px;
  margin-left: -20px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}
.modal_module .actions input.btn-primary {
  margin-left: 10px;
}
form.modal_module h1 {
  height: 44px;
  text-shadow: none;
  font-family: Arial, sans-serif !important;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
form.modal_module select {
  width: 100%;
  height: 37px !important;
  border-color: #e8e8e8;
  border-radius: 0;
}
form.modal_module p {
  margin: 0 0 9px;
}
.modal_module input[type="text"],
.modal_module input[type="password"],
.modal_module input[type="email"] {
  height: 38px !important;
  padding: 0;
  padding-left: 5px;
}
.modal_module fieldset {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: none;
  border-bottom: none;
}
.modal_module label {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.modal_module div.setting {
  min-height: 25px;
  margin: 15px 0;
}
.modal_module label.option_label {
  display: inline-block;
  float: none;
  margin-left: 10px;
  cursor: pointer;
}
#adminBubble .switch,
.editor_modal .switch,
.modal_module .switch {
  position: relative;
  display: inline-block;
  float: none !important;
  width: 62px !important;
  height: 20px;
  padding: 3px !important;
  cursor: pointer;
  vertical-align: top;
  border-radius: 18px;
  background-color: white;
}
#coverletter_addon .switch {
  padding: 0;
}
#adminBubble .switch .switch-input,
.editor_modal .switch .switch-input,
.modal_module .switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
}
#adminBubble .switch .switch-label,
.editor_modal .switch .switch-label,
.modal_module .switch .switch-label {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
  text-transform: uppercase;
  border-radius: inherit;
  background: #eceeef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  font-size: 10px;
}
#adminBubble .switch .switch-label:before,
#adminBubble .switch-label:after,
.editor_modal .switch .switch-label:before,
.editor_modal .switch-label:after,
.modal_module .switch .switch-label:before,
.modal_module .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  line-height: 1;
}
#adminBubble .switch .switch-label:before,
.editor_modal .switch .switch-label:before,
.modal_module .switch .switch-label:before {
  right: 11px;
  content: attr(data-off);
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
#adminBubble .switch .switch-label:after,
.editor_modal .switch .switch-label:after,
.modal_module .switch .switch-label:after {
  left: 11px;
  content: attr(data-on);
  opacity: 0;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
#adminBubble .switch .switch-input:checked ~ .switch-label,
.editor_modal .switch .switch-input:checked ~ .switch-label,
.modal_module .switch .switch-input:checked ~ .switch-label {
  background: #5986de;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#adminBubble .switch .switch-input:checked ~ .switch-label:before,
.editor_modal .switch .switch-input:checked ~ .switch-label:before,
.modal_module .switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
#adminBubble .switch .switch-input:checked ~ .switch-label:after,
.editor_modal .switch .switch-input:checked ~ .switch-label:after,
.modal_module .switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
#adminBubble .switch .switch-handle,
.editor_modal .switch .switch-handle,
.modal_module .switch .switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  border-radius: 10px;
  background: white;
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#adminBubble .switch .switch-handle:before,
.editor_modal .switch .switch-handle:before,
.modal_module .switch .switch-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  content: '';
  border-radius: 6px;
  background: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
#adminBubble .switch .switch-input:checked ~ .switch-handle,
.editor_modal .switch .switch-input:checked ~ .switch-handle,
.modal_module .switch .switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
#adminBubble .switch .switch-green > .switch-input:checked ~ .switch-label,
.editor_modal .switch .switch-green > .switch-input:checked ~ .switch-label,
.modal_module .switch .switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.modal_module#settings_modal .switch.yes_no {
  float: right !important;
  width: 70px !important;
  height: 22px;
  margin: 0;
  padding: 0;
  text-indent: -999999px;
  border-radius: 0;
  background: url(/components/odoForms/imgs/inspector/yes_no_icon.png) top left no-repeat;
  background-size: auto 22px;
}
.modal_module#settings_modal .switch.yes_no div {
  float: left;
  width: 35px;
}
.modal_module#settings_modal .switch.yes_no label:hover,
.modal_module#settings_modal .switch.yes_no input:last-of-type:checked ~ label {
  float: left;
  height: 22px;
  background-image: url(/components/odoForms/imgs/inspector/yes_no_icon_active.png);
  background-size: auto 22px;
}
.modal_module#settings_modal .switch.yes_no label {
  position: relative;
  float: left;
  height: 22px;
  margin: 0;
  cursor: pointer;
  text-indent: -999999px;
  background-repeat: no-repeat;
  line-height: 0;
}
.modal_module#settings_modal .switch.yes_no div:first-child label {
  width: 34px !important;
  background-position: left top;
}
.modal_module#settings_modal .switch.yes_no div:nth-child(2) label {
  width: 35px !important;
  background-position: right top;
}
.modal_module#settings_modal .switch.yes_no input[type=radio] {
  display: none;
}
.modal_module label.switch {
  float: right !important;
}
/* resets */
.modal_module .btn,
.modal_module .btn:hover {
  background: none;
}
.modal_module .btn {
  padding: 6px 16px !important;
  text-align: center;
  color: #ffffff !important;
  border: none;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px;
  background-color: #9e9e9e;
  background-image: none !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
}
.modal_module .btn:hover {
  background-color: #9e9e9e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.modal_module .btn.done {
  color: white !important;
  background-color: #f99800 !important;
}
.modal_module .btn.done:hover {
  color: white !important;
  background-color: #f99800 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.modal_module .btn.publish {
  color: white !important;
  background-color: #0c0 !important;
}
.modal_module .btn.publish:hover {
  border: 1px solid #090 !important;
}
.modal_module .btn.share:hover {
  border: 1px solid #2B61CC !important;
}
/*
.modal_module .btn {
	border-color: #ccc !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333 !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5 !important;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf  !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)  !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc !important;
	border-bottom-color: #b3b3b3 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.modal_module .btn:hover {
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.modal_module .btn-primary {
	background-color: #0074cc !important;
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	border: 1px solid #cccccc !important;
	border-color: #0055cc #0055cc #003580 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.modal_module .btn-primary, .btn-primary:hover {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #0055cc !important;
	border: 1px solid #cccccc !important;
	border-color: #0055cc #0055cc #003580 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}
*/
.modal_module fieldset .setting label p {
  width: 250px;
  color: #777;
  font-size: 10px;
}
.modal_module a.preview,
.editor_modal a.preview {
  float: left;
  margin-top: 5px;
  color: #f88900;
}
input[type=text].fc-field-error,
input[type=email].fc-field-error,
input[type=password].fc-field-error {
  border-color: #b94a48;
  background-image: url('https://assets.seamlessdocs.com/imgs/field_cross.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
#saveTemplate .new_collection_option {
  display: none;
}
#saveTemplate .new_collection_option.active {
  display: inline-block;
  width: 100%;
}
[id*=modal-overlay-] {
  position: fixed;
  z-index: 110;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
}
.footer_modal {
  position: fixed;
  z-index: 110 !important;
  right: 0;
  bottom: -340px;
  left: 0;
  overflow: auto;
  height: 300px;
  min-height: 290px;
  margin: 0 !important;
  padding: 20px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
  text-align: left;
  opacity: 0;
  background: white;
  box-shadow: 1px 1px 5px #999;
  font-size: 14px;
}
.footer_modal .close {
  position: fixed;
  right: 25px;
  bottom: 305px;
  cursor: pointer;
}
.footer_modal.active {
  bottom: 0;
  opacity: 1;
}
#jasmine_modal {
  overflow: scroll;
  max-height: 220px;
}
#jasmine_modal textarea {
  width: 785px;
  height: 220px;
  resize: none;
}
#jasmine_modal.modal_module label {
  float: none;
  background: none;
  font-size: inherit;
  font-weight: normal;
}
#email_preview_modal {
  min-height: none !important;
}
.editor_modal [data-tab-target] {
  display: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
}
.editor_modal [data-tab-target].active {
  display: block;
  overflow: inherit;
  height: auto;
  opacity: 1;
}
.editor_modal .full_actions,
.editor_modal .initial_actions {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.editor_modal .initial_actions.inactive,
.editor_modal .full_actions.inactive {
  display: none;
}
.editor_modal .panel_control {
  height: 30px;
  margin: 20px 0;
  text-align: right;
}
.editor_modal .panel_control a.prev {
  float: left;
  height: 30px;
  line-height: 30px;
}
div[data-tab-name] {
  position: relative;
}
/* popover styles */
h2.cloud_sync_alert {
  margin-left: 20px;
  margin-top: 45px;
}
a.cloud_sync_alert {
  margin-left: 20px;
  color: #0D8ECF;
  font-size: 18px;
}
span.alias {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 2px;
}
input.copy_link {
  cursor: pointer;
  border: 1px dashed #777;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin-top: 5px;
  width: 310px !important;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  margin-right: 20px;
  background-color: white !important;
}
.alias_check_result {
  margin-top: -20px;
  margin-left: 40px;
  float: left;
}
.alias_check_result.invalid {
  color: red;
}
.alias_check_result.valid {
  color: #64af2d;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 0px 12px;
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {
  border-color: #f99800;
}
a.close_btn {
  position: absolute;
  top: -8px;
  left: -8px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background: url("/_imgs/app/icons/close.png");
}
.preview_outer_wrapper {
  display: inline-block;
}
.preview_inner_wrapper {
  float: left;
  width: 800px;
  background-color: white;
  border: 1px solid #999;
  border-top: 3px solid #f90;
  overflow: hidden;
  min-height: 500px;
}
.preview_side_tab {
  float: right;
  margin-top: 50px;
  min-height: 440px;
  height: 45%;
  width: 250px;
  background-color: white;
  position: relative;
}
.preview_title {
  width: 800px;
  background-color: #ddd;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0 0px 10px 1px #333;
  -webkit-box-shadow: 0 0px 10px 1px #333;
  -moz-box-shadow: 0 0px 10px 1px #333;
  -o-box-shadow: 0 0px 10px 1px #333;
}
.preview_title h5 {
  font-weight: 500;
  color: #888;
  margin-left: 10px;
  text-align: left;
  font-size: 18px;
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_inset_shadow {
  -webkit-box-shadow: inset 2px 0px 10px -2px #555;
  box-shadow: inset 2px 0px 10px -2px #555;
}
.preview_form_template {
  margin: 25px;
  border: 1px solid black;
  overflow: auto;
}
.preview_form_footer {
  height: 30px;
  float: left;
  width: 800px;
  clear: both;
  margin-top: 10px;
  display: inline-block;
  z-index: 5;
  text-align: center;
  background-color: #ddd;
  box-shadow: 0 5px 10px 5px #555;
  -webkit-box-shadow: 0 5px 10px 5px #555;
  -moz-box-shadow: 0 5px 10px 5px #555;
  -o-box-shadow: 0 5px 10px 5px #555;
}
.preview_form_footer p {
  margin-top: 5px;
  font-size: 15px;
}
.preview_form_footer button {
  width: 770px;
  height: 35px;
  margin-left: -10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}
.slight_round {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.bright_blue_gradient {
  background: #49c0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2bd 0%, #07a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bd), color-stop(100%, #07a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2bd 0%, #07a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2bd 0%, #07a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2bd 0%, #07a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2bd 0%, #07a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bd', endColorstr='#07a', GradientType=0);
  /* IE6-9 */
}
.preview_form_title {
  margin: 0 30px;
  margin-top: 10px;
  width: 190px;
  text-align: left;
  color: #333;
}
.preview_form_text {
  margin: 0 20px;
}
.preview_btn_wrapper {
  display: inline-block;
  margin-top: 20px;
}
.preview_btn_wrapper button {
  width: 230px;
  height: 45px;
}
.dashboard_view {
  margin: 20px;
  width: 760px;
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset 0 0 10px 1px #ddd;
  -webkit-box-shadow: inset 0 0 10px 1px #ddd;
  -moz-box-shadow: inset 0 0 10px 1px #ddd;
  -o-box-shadow: inset 0 0 10px 1px #ddd;
}
.dashboard_view p {
  padding: 10px;
  font-size: 14px;
}
.odd {
  background-color: #ddd;
}
.row div p {
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.dashboard_view .row {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 760px;
  float: left;
  min-height: 30px;
  padding: 10px;
}
.general_info {
  width: 760px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-bottom: 10px;
}
.general_info > div > p {
  margin: 10px 0;
  float: left;
  text-align: left;
}
.general_info > div > .tgs {
  margin-left: 5px;
  margin-right: 20px;
}
p#sbmttd {
  width: 130px;
}
.lftflt {
  float: left;
}
.rghtflt {
  float: right;
}
.docInfo {
  text-align: left;
  color: #333;
  width: 205px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 3px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background-color: #eee;
  position: relative;
}
.disabled {
  pointer: not-allowed;
  opacity: 0.8;
}
#fullViewBtn {
  display: inline-block;
  *display: inline;
  color: #fff;
  background-color: #64af2d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  padding: 10px 0;
  font-size: 15px;
  width: 210px;
  margin: 10px;
  margin-left: 10px;
}
.fullViewLink a {
  color: #0D8ECF;
  float: right;
  font-size: 15px;
  margin-right: 22px;
  margin-top: 2px;
}
.fullViewLink a:hover {
  text-decoration: none;
}
.drpdwnD {
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 100;
  background-color: white;
  border: 2px solid;
  border-color: #f90;
  width: 205px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
/*
ul.drpdwn-list li {
	margin: 15px;
}
*/
.toggleArrows {
  display: inline-block;
  float: right;
  margin-right: 25px;
  margin-top: -20px;
}
.arrw {
  cursor: pointer;
}
#docFileLink {
  float: left;
  margin-left: 10px;
}
/*
#docFileLink a i{
	color: #fff;
	font-size: 17px;
	margin-left: 45px;
	margin-right: 5px;
}
*/
.disabledSave {
  /* 	background-color: #999 !important; */
  opacity: 0.7;
  zoom: 1;
  filter: alpha(opacity=70);
  border: 1px solid #91B60C;
}
.preview_btn_wrapper .generalTools {
  margin: 0 !important;
}
.docInfoWrp {
  display: inline-block;
  float: left;
  margin-top: 50px;
  margin-left: 20px;
}
.docInfoWrp p {
  margin: 0;
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docInfoWrp p.decline_reason {
  overflow: visible;
  white-space: initial;
  max-height: 60px;
  overflow: auto;
  margin-top: 10px;
}
.docInfoTitle {
  text-align: left;
  margin-bottom: 5px !important;
  font-size: 15px;
}
.settingsMenu {
  float: left !important;
  width: 216px;
  margin-left: 0px !important;
  text-align: left;
}
.settingsMenu .settingsMenu-item {
  padding: 16px 12px;
  text-align: center;
  background-color: #fff;
  color: #9e9e9e;
  font-size: 13px;
  border: none;
}
.settingsMenu .settingsMenu-item:hover {
  background-color: #f2f2f2;
  color: #f99800;
  cursor: pointer;
  border: none;
}
.settingsMenu .settingsMenu-item.active {
  background-color: #fff;
  color: #f99800;
  cursor: pointer;
  border: none;
}
.settingsMenu .settingsMenu-item.inactive {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.saveBtn,
.disabledSave {
  text-align: center;
}
.saveBtn {
  border: 1px solid #91B60C;
}
.saveBtn:hover {
  cursor: pointer;
  box-shadow: inset 0 0 5px 2px #648c69 !important;
  -webkit-box-shadow: inset 0 0 5px 2px #648c69 !important;
  -moz-box-shadow: inset 0 0 5px 2px #648c69 !important;
  -o-box-shadow: inset 0 0 5px 2px #648c69 !important;
}
#statusDisplay {
  display: none;
  text-align: center;
  width: 210px;
  margin-left: 10px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.formItemWrp,
.formItemWrap {
  width: 100%;
  padding-top: 10px !important;
  padding-right: 20px;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}
.formItemWrp select,
.formItemWrap select {
  min-width: 220px;
}
.formItemWrp p,
.formItemWrap p {
  margin: 10px 0;
  margin-left: 1px;
}
.formItemTitle {
  color: #999;
  background-color: #ddd;
  padding: 5px;
  width: 100% !important;
}
form p.formItemSubTitle {
  padding: 0px;
  margin-top: 13px;
  clear: both;
  font-size: 14px !important;
  margin-bottom: 4px !important;
}
form p.formItemSubTitle.with-switch {
  float: left;
  width: 480px;
}
form p.formItemSubTitle.with-switch-description {
  float: left;
  width: 480px;
  color: #9e9e9e;
  margin-top: 2px;
}
form p.formItemSubTitle.description {
  color: #616161;
  margin-top: 0;
  margin-bottom: 4px !important;
}
.formItemWrp div label,
.formItemWrap div label {
  margin-left: 2px;
}
.showPdfPreview {
  padding-bottom: 5px;
}
.showPdfPreview.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.showPdfPreview.disabled .showPdfPreviewToggle {
  pointer-events: none;
}
label.formItemRadioLabel {
  font-size: 14px;
  font-weight: normal;
}
.formItemToggledFieldWrapper {
  /* If the contents are managed by Fx.Slide, they'll get cut off by an added `overflow: hidden;`
	 * We expand the wrapping div into the parent's padding to fully encompass the display area of the contents.
	 */
  width: calc(120%);
}
input[type="button"].btn-2 {
  padding: 7px 12px !important;
  border: 2px solid #ff9800 !important;
  background-color: transparent;
  color: #ff9800;
  border-radius: 0;
  font-weight: 400;
}
textarea.formItemField,
.formItemWrp .cke_textarea_inline {
  width: 622px !important;
  height: 195px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}
#cke_notification_message,
#cke_receipt_message {
  width: 500px;
}
.modal_module .cke_textarea_inline h1 {
  background-color: inherit;
}
a.formItemField {
  font-size: 17px;
  text-align: center;
  display: block;
  margin-top: 15px;
}
div.formSection {
  width: 100% !important;
  margin-top: 16px;
  margin-bottom: 8px;
  background-color: #ffffff;
}
div.formSection h4 {
  color: #424242;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400 !important;
  background-color: #ffffff;
  margin-top: 24px;
}
div.formSection:hover {
  background-color: #444;
  /*
	box-shadow: inset 0 0 5px 1px #999;
	-webkit-box-shadow: inset 0 0 5px 1px #999;
	-moz-box-shadow: inset 0 0 5px 1px #999;
	-o-box-shadow: inset 0 0 5px 1px #999;
*/
}
div.formSectionWrp,
div.formSectionWrap {
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding-right: 20px;
}
.hidden {
  height: 0;
  opacity: 0;
}
.shown {
  height: 100%;
  opacity: 1;
}
.injectPoint p {
  margin: 10px 0;
  padding: 0;
}
.formSection i.icon-chevron-down,
.formSection i.icon-chevron-up {
  float: right;
  color: #eee;
  margin-top: -17px;
  margin-right: 5px;
}
input[type*=checkbox] {
  margin-left: 10px;
}
textarea {
  width: 698px;
  margin-left: 1px;
}
input[type*=password] {
  width: 265px;
  height: 16px;
  padding: 1px;
}
.datepicker_jqui {
  z-index: 10000 !important;
}
.datepicker_jqui.formbuilder {
  position: relative !important;
}
/* header
********************************************************/
.datepicker_jqui .header {
  position: relative;
  height: 15px;
  margin-bottom: 5px;
  padding-top: 1px;
}
.datepicker_jqui .header .title {
  text-align: center;
  margin: 3px 18px 0 18px;
}
.datepicker_jqui .header .titleText {
  font-size: 11px;
  color: #fff;
}
.datepicker_jqui .header .previous,
.datepicker_jqui .header .next,
.datepicker_jqui .header .closeButton {
  position: absolute;
  cursor: pointer;
  text-indent: -40px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  top: 4px;
  background-image: url(/_js/datepicker/arrows.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.datepicker_jqui .header .previous {
  left: 4px;
}
.datepicker_jqui .header .previous:hover {
  background-position: left bottom;
}
.datepicker_jqui .header .next {
  right: 4px;
  background-position: -17px top;
}
.datepicker_jqui .header .next:hover {
  background-position: -17px bottom;
}
.datepicker_jqui .header .closeButton {
  display: none;
  right: 0px;
  top: 0px;
  background-position: right top;
}
.datepicker_jqui .header .closeButton:hover {
  background-position: right bottom;
}
/* body
********************************************************/
.datepicker_jqui .body {
  position: relative;
  top: 6px;
  left: 2px;
  width: 185px;
  height: 131px;
  overflow: hidden;
}
/* time
********************************************************/
.datepicker_jqui .time {
  position: relative;
  width: 100%;
  height: 100%;
}
.datepicker_jqui .time .hour,
.datepicker_jqui .time .separator,
.datepicker_jqui .time .minutes {
  background: #fff;
  border: 0px;
  width: 50px;
  font-size: 32px;
  color: #333;
  border: 1px solid #aaa;
  position: absolute;
  top: 18px;
  text-align: center;
  padding: 2px;
}
.datepicker_jqui .time .hour {
  left: 23px;
}
.datepicker_jqui .time .separator {
  background: transparent;
  border: 0px;
  width: 10px;
  left: 84px;
}
.datepicker_jqui .time .minutes {
  left: 103px;
}
.datepicker_jqui .time .ok {
  position: absolute;
  top: 80px;
  height: 32px;
  width: 136px;
  left: 23px;
  font-size: 20px;
}
/* days-grid
********************************************************/
.datepicker_jqui .days .day {
  float: left;
  overflow: hidden;
  width: 19px;
  padding-top: 1px;
  padding-right: 3px;
  height: 13px;
  border: 1px solid #aaa;
  text-align: right;
  margin: 0 2px 2px 0;
}
.datepicker_jqui .days .titles {
  margin-bottom: 1px;
}
.datepicker_jqui .days .titles .title {
  border: 1px solid transparent;
  text-align: center;
  height: 16px;
  padding-right: 0px;
  width: 22px;
  padding-top: 2px;
}
.datepicker_jqui .days .day0 {
  margin-right: 0;
}
.datepicker_jqui .days .week5 .day {
  margin-bottom: 0;
}
/* days-colors
********************************************************/
.datepicker_jqui .days .week .day {
  background: #fcfcfc;
  cursor: pointer;
  color: #1C94C4;
}
.datepicker_jqui .days .week .day:hover {
  background: #fdf5ce;
  color: #c77405;
  border: 1px solid #fbcb09;
}
.datepicker_jqui .days .week .otherMonth {
  background: #f2f2f2;
  color: #94B2BE;
  border: 1px solid #aaa;
}
.datepicker_jqui .days .week .selected {
  background: #fff;
  color: #c77405;
  border: 1px solid #fbcb09;
}
/* months-grid
********************************************************/
.datepicker_jqui .months .month {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 57px;
  cursor: pointer;
  background: #fcfcfc;
  padding-top: 7px;
  height: 22px;
  border: 1px solid #aaa;
  margin: 0 2px 2px 0;
}
.datepicker_jqui .months .month3,
.datepicker_jqui .months .month6,
.datepicker_jqui .months .month9,
.datepicker_jqui .months .month12 {
  margin-right: 0;
}
.datepicker_jqui .months .month10,
.datepicker_jqui .months .month11,
.datepicker_jqui .months .month12 {
  margin-bottom: 0;
}
/* months-colors
********************************************************/
.datepicker_jqui .months .month:hover {
  background: #fdf5ce;
  color: #c77405;
  border: 1px solid #fbcb09;
}
.datepicker_jqui .months .selected {
  background: #fff;
  color: #c77405;
  border: 1px solid #fbcb09;
}
/* years-grid
********************************************************/
.datepicker_jqui .years .year {
  float: left;
  text-align: center;
  overflow: hidden;
  background: #fcfcfc;
  width: 32px;
  cursor: pointer;
  padding-top: 7px;
  height: 22px;
  border: 1px solid #aaa;
  margin: 0 2px 2px 0;
}
.datepicker_jqui .years .year4,
.datepicker_jqui .years .year9,
.datepicker_jqui .years .year14,
.datepicker_jqui .years .year19 {
  margin-right: 0;
  width: 34px;
}
.datepicker_jqui .years .year15,
.datepicker_jqui .years .year16,
.datepicker_jqui .years .year17,
.datepicker_jqui .years .year18,
.datepicker_jqui .years .year19 {
  margin-bottom: 0;
}
/* years-colors
********************************************************/
.datepicker_jqui .years .year:hover {
  background: #fdf5ce;
  color: #c77405;
  border: 1px solid #fbcb09;
}
.datepicker_jqui .years .selected {
  background: #fff;
  color: #c77405;
  border: 1px solid #fbcb09;
}
/* global
********************************************************/
.datepicker_jqui .unavailable {
  cursor: default !important;
  background: #f0f0f0 !important;
  color: #ccc !important;
  border: 1px solid #ccc !important;
}
.icon-calendar {
  height: 32px;
  width: 32px;
  float: left;
  margin: 3px 10px;
  font-size: 20px;
  color: #f90;
  background-image: none;
}
/* bootstrap fixes */
form#settingForm p,
form#settingForm label,
form#settingForm h1,
form#settingForm h2,
form#settingForm h3,
form#settingForm h4,
form#settingForm h5,
form#settingForm h6 {
  text-align: left;
}
.formItemWrp div label,
.formItemWrap div label,
input.formItemField,
select.formItemField {
  display: inline-block;
  float: left;
  width: auto;
}
input.formItemField {
  padding: 1px;
}
#settingForm div.formSectionWrp:last-child {
  margin-bottom: 25px;
}
#user_bar button.settings {
  height: 28px;
  width: 38px;
}
/* new align radios */
.switch.align {
  width: 70px;
  height: 20px;
  margin: 0;
  text-indent: -999999px;
}
.switch.align div {
  float: left;
  width: 22px;
  height: 20px;
}
.switch.align label {
  float: left;
  height: 20px;
  width: 25px !important;
  text-indent: -999999px;
  line-height: 0;
  margin: 0;
  position: relative;
  background-image: url(/components/odoForms/imgs/inspector/alignment_icon.png);
  background-repeat: no-repeat;
}
.switch.yes_no.settings_modal-fix {
  margin-top: 12px !important;
}
.switch.align label[for=alignLeft] {
  background-position: 0 0;
}
.switch.align label[for=alignCenter] {
  background-position: -65px 0;
}
.switch.align label[for=alignRight] {
  background-position: -42px 0;
}
.switch.align label:hover,
.switch.align input:last-of-type:checked ~ label {
  background-image: url(/components/odoForms/imgs/inspector/alignment_icon_active.png);
}
.formItemField[name=notification_recipient],
.formItemField[name=notification_subject] {
  width: 100%;
}
.settingsMenu .settingsMenu-item {
  cursor: pointer;
  transition: 0.5 all;
  overflow: hidden;
}
.settingsMenu-item a[class*=icon] {
  display: none;
}
.settingsMenu .settingsMenu-item.active {
  position: relative;
  background-color: #fff !important;
  color: #424242 !important;
  border: none !important;
}
.settingsMenu-item.active a[class*=icon] {
  position: absolute;
  display: inline-block;
  font-size: 1.2em;
  color: #0088cc;
  top: 0;
  left: 0;
  width: 57px;
  padding: 15px 0;
}
.settingsMenu-item.active a[class*=icon]:hover {
  text-decoration: none !important;
}
.settingsMenu-item ul {
  margin: 0 !important;
  padding: 0;
  display: none;
  list-style-type: none;
}
.settingsMenu-item.active ul {
  display: block;
}
.settingsMenu-item li {
  padding: 12px 16px;
  background-color: #fff;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}
.settingsMenu-item li:hover {
  background-color: #f2f2f2;
  color: #f99800;
}
.settingsMenu-item li.active {
  background-color: #fff;
  color: #f99800;
}
#settings_modal {
  min-height: 470px;
}
#settings_modal #inject_point {
  width: 660px;
  float: right;
  height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 16px;
  padding-bottom: 32px;
}
#settings_modal.modal_module input[type=text],
#settings_modal.modal_module input[type=url],
#settings_modal.modal_module input[type=email],
#settings_modal.modal_module input[type=number],
#settings_modal.modal_module input[type=password] {
  width: 622px !important;
  height: 38px !important;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: none;
}
#settings_modal.modal_module input[type=number] {
  height: 30px !important;
}
#settings_modal.modal_module input[type=text]#test_alias {
  width: 230px !important;
}
#settings_modal.modal_module input.copy_link {
  height: 37px !important;
  width: 336px !important;
  margin-top: 0;
  border-radius: 0;
  padding: 0px 12px;
  border-color: #54AD54;
  background-color: #f2f2f2 !important;
  color: #727272;
  margin-right: 0;
}
.icon-calendar {
  margin: 9px 10px !important;
}
#inject_point.loading {
  background: url(/_imgs/loading-1.gif);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
#settings_modal {
  width: 920px;
}
.modal_module .close {
  margin-top: 5px;
  float: right;
  margin-left: 150px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
.modal_module .close:hover,
.modal_module .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal_module h4 {
  margin-top: 16px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  color: white;
  background-color: #2B99F0;
}
input.password {
  -webkit-text-security: disc;
}
#box_loader {
  opacity: 0;
  background: url(/_imgs/loading-1.gif);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 95px;
  left: 250px;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#box_loader.active {
  opacity: 1;
}
#settings_modal textarea.formItemField.loading {
  background: #eee;
  cursor: wait;
}
#settings_modal .file_formats label {
  clear: both;
  font-size: 14px;
  font-weight: 400;
  margin: 24px 0 0 0;
}
#settings_modal .file_formats input[type="checkbox"] {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
}
#settings_modal .clearExpirationDate {
  color: #9e9e9e;
  font-size: 11px !important;
  cursor: pointer;
  margin-bottom: 12px;
}
#settings_modal div.formSection {
  background-color: #2B99F0;
}
#settings_modal .encryptionSettings .formSectionWrp .formItemWrp {
  padding-bottom: 10px;
}
#settings_modal .encryptionSettings p.formItemSubTitle.with-switch {
  margin-top: 0;
}
#settings_modal .encryptionSettings #viewerPasswordWrapper {
  overflow: visible;
  padding-right: 0;
}
#settings_modal .encryptionSettings input[name=pdf_encryption_pw] {
  max-width: calc(100% - 38px);
}
#settings_modal .encryptionSettings #viewerPasswordWrapper .showHideToggle {
  width: 48px;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #2196f3;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 26px;
  top: 81px;
}
#settings_modal .encryptionSettings .switch.yes_no {
  padding-right: 14px;
}
#settings_modal .settingsMenu .settingsMenu-item .sub_item .new-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 4px 4px 6px;
  border-radius: 2px;
  background-color: #2196f3;
  color: #f5f5f5;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* eof popover styles */
body.loading {
  cursor: progress;
}
/* 
  believe it or not IE11 doesn't do this by default
  https://stackoverflow.com/questions/20094276/ie11-is-missing-user-agent-style-for-main-element-display-block
*/
main {
  display: block;
}
/* global css */
.drpdwn,
.drpdwnCreate {
  position: absolute;
  opacity: 0;
  background-color: white;
  z-index: 3;
  min-width: 140px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.218s;
  -moz-transition: opacity 0.218s;
  -o-transition: opacity 0.218s;
  transition: opacity 0.218s;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  outline: none;
  padding: 6px 0;
}
.drpdwnCreate {
  top: 30px;
  right: 0;
}
#HEADER_1 .drpdwnCreate a:hover,
.drpdwnCreate a:hover {
  text-decoration: none;
}
#HEADER_1 .drpdwnCreate {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.24), 0 8px 25px rgba(0, 0, 0, 0.08);
}
.drpdwn.show,
.drpdwnCreate.show {
  max-height: 300px;
  opacity: 1;
}
.drpdwn.calendar {
  max-height: 340px;
}
ul.drpdwn-list {
  text-align: left;
  margin: 0px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* 	overflow: hidden; */
}
.drpdwn ul.drpdwn-list {
  display: none;
}
.drpdwn.show ul.drpdwn-list {
  display: block;
}
ul.drpdwn-list li {
  position: relative;
  list-style-type: none;
  font-size: 15px;
  padding: 10px;
  margin: 0;
  color: #08c;
}
ul.drpdwn-list li:hover {
  background-color: #5986de;
  color: #fff;
}
ul.drpdwn-list li .tip_flag-parent {
  color: #666;
  width: 160px;
  padding: 10px;
  left: -190px;
  background: white;
  border-color: #999;
}
ul.drpdwn-list li .tip_flag-parent:after {
  border-left-color: white;
}
ul.drpdwn-list li .tip_flag-parent:before {
  border-left-color: #999;
}
ul.drpdwn-list li:hover .tip_flag-parent {
  display: block;
}
ul.drpdwn-list a {
  text-decoration: none;
}
.hint_popover .popover {
  line-height: 1.5;
  width: 280px;
  text-align: left;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}
.hint_popover .popover img.icon {
  background-image: url(/components/odoForms/imgs/icons/controls.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.hint_popover .popover img.icon.input_radio {
  background-position: -1174px 0;
}
.hint_popover .popover img.icon.input_text {
  background-position: -1335px 0;
}
.hint_popover .popover img.icon.input_checkbox {
  background-position: -351px 0;
}
.hint_popover .popover img.icon.textarea {
  background-position: -1319px 0;
}
.hint_popover:hover .popover {
  display: block;
  opacity: 1;
  bottom: 38px;
  left: -85px;
}
.popover {
  position: absolute;
  z-index: 1010;
  display: none;
  opacity: 0;
  width: 315px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content form {
  margin-bottom: 0;
}
.popover-content p,
.popover-content ul,
.popover-content strong,
.popover-content ol {
  margin-bottom: 0;
  color: #333;
}
.popover-content input[type=text] {
  padding: 4px !important;
}
.popover-content textarea {
  max-height: 20px;
  resize: none;
}
.popover-content .form-actions {
  padding: 0;
  margin-top: 0;
  border: none;
}
.popover-content .form-actions input[type=submit],
.popover-content .form-actions input[type=button] {
  margin-left: 5px;
}
.popover-content .form-actions input[type=button].save,
.popover-content .form-actions input[type=submit].save {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(/components/odoForms/imgs/btns/popover_save_btn.png);
}
.popover-content .form-actions input[type=button].delete {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(/components/odoForms/imgs/btns/popover_trash_btn.png);
}
.popover-content .form-actions input[type=button].delete:hover,
.popover-content .form-actions input[type=submit].save:hover {
  background-position: 0 0;
  opacity: 0.9;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  z-index: -1;
  content: "";
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}
.popover.top .arrow:after {
  bottom: -1px;
  left: -9px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}
.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}
.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}
.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}
.hint_popover i {
  font-size: 11px;
  background-size: 11px;
  height: 11px;
  width: 11px;
  margin-right: 5px;
}
._modal_shell {
  position: fixed;
  top: -700px;
  left: 50%;
  margin: -150px 0 0 -300px;
  width: 600px;
  height: 300px;
  background: white;
  border: 3px solid #666;
  z-index: 3;
  transition: top 1s;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  -ms-transition: top 1s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  -o-box-shadow: 0 0 5px #666;
  -ms-box-shadow: 0 0 5px #666;
}
#upgradeScreen {
  background-image: url(/templates/bizodo/imgs/odo_from_left_corner.png);
  background-repeat: no-repeat;
  background-position: left -30px;
}
#upgradeScreen .content {
  padding: 20px;
  text-align: left;
}
#upgradeScreen h1 {
  text-shadow: none;
  border: none;
  font-size: 26px;
  color: #F90;
  width: 450px;
  margin: 0 !important;
}
#upgradeScreen p {
  width: 350px;
  float: right;
  font-size: 16px;
  margin: 0 !important;
}
#upgradeScreen .btn.action {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  width: auto;
  margin-top: 15px;
  padding: 10px;
  background: #f90;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
}
._modal_shell .close {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 24px;
  width: 24px;
  background: url(/_imgs/close.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
/* beta tag */
.beta_tag {
  background-color: #888;
  color: white;
  padding: 1px 3px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 1px 1px 0 0 #ccc;
  -o-box-shadow: 1px 1px 0 0 #ccc;
  -moz-box-shadow: 1px 1px 0 0 #ccc;
  -webkit-box-shadow: 1px 1px 0 0 #ccc;
  display: inline-block;
}
/* tip flag */
.tip_flag-parent {
  display: none;
  position: absolute;
  left: -160px;
  top: 50%;
  background-color: #b94a48;
  border: 1px solid #b94a48;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 1px 1px 5px 0 #999;
  -o-box-shadow: 1px 1px 5px 0 #999;
  -moz-box-shadow: 1px 1px 5px 0 #999;
  -webkit-box-shadow: 1px 1px 5px 0 #999;
}
.tip_flag-parent:after,
.tip_flag-parent:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tip_flag-parent:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #b94a48;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
.tip_flag-parent:before {
  border-color: rgba(150, 148, 164, 0);
  border-left-color: #b94a48;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
/* notification message that loads above doc */
#uiNotificationMessage {
  position: fixed;
  padding: 0;
  margin: 0 auto;
  top: -100px;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  font-size: 14px;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#uiNotificationMessage.show {
  padding: 5px;
  max-height: 100px;
  top: 0;
  z-index: 9;
  color: white;
}
#uiNotificationMessage.success {
  background-color: #63b663;
}
#uiNotificationMessage.notification {
  background-color: #5986de;
  z-index: 4;
}
#uiNotificationMessage.large {
  height: 50px;
}
#uiNotificationMessage .close {
  position: absolute;
  right: 30px;
  top: 12px;
  opacity: 0.8;
  font-weight: lighter;
}
#uiNotificationMessage.error {
  background-color: #EB583C;
  background-image: none;
  z-index: 9;
}
#uiNotificationMessage a {
  color: white;
  text-decoration: underline;
}
#userDetailsForm p.error_message {
  color: #b94a48;
  clear: both;
  float: right;
}
/* template menu START */
#appnav .template_menu {
  margin: 0 !important;
  position: absolute;
  background-color: white;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.218s;
  -moz-transition: opacity 0.218s;
  -o-transition: opacity 0.218s;
  transition: opacity 0.218s;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px !important;
  outline: none;
  padding: 6px 0;
  top: 140px;
  left: 586px;
  z-index: 2;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  opacity: 0;
}
#appnav .template_menu {
  top: 150px;
  left: -168px;
}
#appnav .template_menu.active {
  opacity: 1;
  max-height: none;
  max-width: none;
  padding: 6px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 167px;
}
#appnav .template_menu .template_list.loading {
  background-image: url('/_imgs/loaders/loading-1.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
#appnav .template_menu .template_list {
  display: block;
  background-color: #fff;
  position: relative;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
}
#appnav .template_menu .template_list .template_item a {
  color: #08c !important;
  width: 131px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#appnav .template_menu .template_list .template_item a:hover {
  background: transparent;
  color: white !important;
}
#appnav .template_menu .template_list .template_item:hover,
#appnav .template_menu .template_list .template_item:hover a {
  color: white !important;
}
#appnav .template_menu .template_list .template_item {
  padding: 0 !important;
  margin: 0 !important;
  width: 167px;
}
/* template menu END */
.overlay_message {
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  /*
    margin-left: -197px;
    margin-top: -30px;
*/
  box-shadow: 1px 1px 1px 1px #999;
}
.overlay_message.top {
  top: 150px;
}
.overlay_message p {
  color: #333;
  padding: 15px;
  margin: 0;
  font-size: 24px;
  /*     font-weight: bold; */
}
.small-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/_imgs/loaders/loading-1.gif');
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.small-loader.active {
  opacity: 1;
}
/*
html .datepicker_jqui {
  background-size: 100%;
}
html .datepicker_jqui .week {
  float: left;
  clear: both;
}
html .datepicker_jqui .days .day {
  width: 23px;

}
html .datepicker_jqui {
  width: auto;
}
*/
/* growl */
#activityFilter label {
  display: block;
}
#activityFilter {
  float: left;
}
#activityFilter div.filter_sub_type label {
  display: none;
}
#activityFilter label input[type=text],
#activityFilter label select {
  width: 230px;
  padding: 5px;
  font-size: 14px;
}
#activityFilter i.icon-calendar {
  float: none;
  margin: 0 0 6px -25px !important;
  height: 22px;
  font-size: 19px;
  color: #ccc;
  display: inline-block;
  vertical-align: bottom;
}
#activityFeed .feed_tools {
  text-align: right;
  margin-bottom: 10px;
}
#activityFeed .feed_tools a {
  font-size: 16px;
  color: #555;
}
div.event_card {
  padding: 30px;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 2px 1px;
  margin: 0 10px 20px;
  background-color: white;
}
div.event_card:hover {
  background-color: #ffffd6;
}
div#feedResults {
  background: #eee;
}
.card_head span.event_date {
  float: right;
  font-size: 12px;
}
.event_card span.badge {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: transparent;
  font-size: 32px;
  color: #999;
}
.event_card span.user {
  font-size: 14px;
  vertical-align: top;
  line-height: 18px;
  margin-left: 20px;
  font-weight: bold;
}
.event_card div.event_activity {
  margin-left: 55px;
  font-size: 13px;
  line-height: 1em;
}
.event_card div.event_activity .form_name {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  color: inherit;
}
#activityFeed div.loading {
  /*     width: 710px; */
  min-height: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
#activityFeed div.loading.active {
  opacity: 1;
}
#feedResults p.no_more_events_message {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #999;
}
/* current_events */
input.date {
  width: 90px;
  color: #000;
}
#feedResults {
  float: right;
  /* 	width: 700px; */
  width: 100%;
  max-width: 700px;
  padding: 0;
  padding-top: 25px;
}
.date_range {
  color: #999;
  text-align: center;
  width: 700px;
  margin-bottom: 10px;
}
.filterOption {
  display: block;
}
.filter_options {
  width: 224px !important;
}
.info_wrapper .large-text {
  margin-top: 70px !important;
  font-size: 27px;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 10px;
  width: 375px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info_wrapper * {
  text-align: left;
}
.info_wrapper.active {
  right: 0;
}
.info_wrapper {
  padding: 0;
  right: -485px;
  top: 0;
  border: 1px solid #ddd;
  border-top: 0;
  bottom: 0;
  position: fixed;
  opacity: 1;
  overflow: hidden;
  width: 440px;
  background: white;
  overflow-y: auto;
  transition: all 500ms;
  z-index: 1;
}
.info_wrapper .close {
  position: absolute;
  right: 20px;
  top: 77px;
  cursor: pointer;
  color: #333;
  opacity: 0.8;
  font-size: 12px;
}
.info_wrapper .close:hover {
  opacity: 1;
}
.info_wrapper .loading {
  background: url(/_imgs/ajax-loader.gif) no-repeat center center;
}
.v2loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000000000;
  background-position: center center;
  background-image: url('/_imgs/sd-loader.gif');
  background-repeat: no-repeat;
}
.v2loader-overlay {
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: .6;
}
.v2loader.fixed,
.v2loader-overlay.fixed {
  position: fixed;
}
.v2loader.absolute,
.v2loader-overlay.absolute {
  position: absolute;
}
/* TOOL TIPS */
.fc-tbx .t,
.fc-tbx .tr,
.fc-tbx .tl,
.fc-tbx .l,
.fc-tbx .r,
.fc-tbx .bl,
.fc-tbx .br {
  display: none !important;
}
.fc-tbx .b {
  background: none;
  bottom: -6px;
  left: 12px;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #424242;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fc-tbx .c {
  background: none;
  background-color: #424242;
  color: #fff;
  padding: 4px 8px !important;
  font-size: 13px;
  text-align: center;
}
.fc-tbx a.close:before {
  content: 'x';
  color: white;
  font-size: 10px;
  position: absolute;
  font-weight: 200;
  top: -4px;
  right: 0;
}
.fc-tbx a.close {
  background: none;
}
.tool_bubble.active .tip-text,
.tool_bubble.active p.tip-text,
.tool_bubble.active p {
  word-break: normal;
  word-wrap: normal;
}
#elevio-inline .elevio-powered-by a {
  display: none !important;
}
/* Hide filepicker branding */
.fsp-picker__brand {
  display: none !important;
}
.sd_help_icon:hover,
.sd_help_icon:active,
.sd_help_icon:focus-within,
.sd_help_icon:focus,
.sd_help_icon:visited,
.sd_help_icon {
  color: #D4D6D9;
  font-size: 13px !important;
  vertical-align: super;
  cursor: help;
  text-decoration: none;
  border: none;
  outline: none;
}
