/*
 * cerb.css
 *
 * This file is automatically generated by sass during development.
 * Direct modifications to this file will be overwritten.
 * Instead, modify the .scss files in install/extras/developers/css/
 *
 */
BODY, FORM, TD {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

A {
  color: #222222;
}

ABBR {
  border-bottom: dotted 1px #afafaf;
}

H1 {
  font-weight: bold;
  font-size: 1.5em;
  color: #007800;
  margin: 0px;
}

H2 {
  font-weight: bold;
  font-size: 1.5em;
  color: #3475ba;
  margin: 0px 0px 5px 0px;
}

FIELDSET {
  background-color: white;
  background-image: url(bg_block.jpg?v=2015030101);
  background-repeat: repeat-x;
  border: 1px double #e6e6e6;
  margin-bottom: 5px;
}
FIELDSET H1 {
  font-weight: normal;
  color: #505050;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 120%;
}
FIELDSET LEGEND {
  color: #007800;
  font-size: 120%;
  font-weight: bold;
}
FIELDSET LEGEND A {
  color: #007800;
}
FIELDSET P {
  padding: 0px;
  margin: 5px 2px;
}

FORM {
  margin: 0px;
}
FORM INPUT[type=text], FORM INPUT[type=password] {
  border: 1px solid #969696;
}
FORM INPUT[type=text]:focus, FORM INPUT[type=password]:focus {
  border: 1px solid #79b7e7;
}
FORM TEXTAREA {
  border: 1px solid #969696;
}
FORM TEXTAREA:focus {
  border: 1px solid #79b7e7;
}
FORM SELECT {
  -moz-appearance: menulist;
}
FORM SELECT OPTGROUP {
  font-style: normal;
  font-weight: bold;
  color: #505050;
}

BUTTON {
  height: 26px;
  color: #323232;
  padding: 5px;
  font-weight: bold;
  margin: 0px 1px 0px 0px;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d2d2d2));
  background: -moz-linear-gradient(270deg, #f0f0f0, #d2d2d2);
  background: -o-linear-gradient(top, #f0f0f0, #d2d2d2);
  background: -ms-linear-gradient(top, #f0f0f0, #d2d2d2);
  background: linear-gradient(top, #f0f0f0, #d2d2d2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
BUTTON:hover {
  background-color: #eef2f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f5), to(#a0c6fe));
  background: -moz-linear-gradient(270deg, #eef2f5, #a0c6fe);
  background: -o-linear-gradient(top, #eef2f5, #a0c6fe);
  background: -ms-linear-gradient(top, #eef2f5, #a0c6fe);
  background: linear-gradient(top, #eef2f5, #a0c6fe);
  color: #277bd5;
  cursor: pointer;
}
BUTTON:hover SPAN.glyphicons {
  color: #277bd5;
}
BUTTON::-moz-focus-inner {
  border: 0;
  padding: 0;
}
BUTTON SPAN.glyphicons {
  color: #505050;
  font-size: 16px;
}
BUTTON SPAN {
  vertical-align: middle;
}

FIELDSET.delete {
  color: #960000;
}
FIELDSET.delete LEGEND {
  color: #960000;
}

FIELDSET.cerb-slider-container {
  margin-bottom: 0;
}

DIV.cerb-slider-container {
  margin-bottom: 0;
  display: inline-block;
  width: 225px;
  max-width: 225px;
}
DIV.cerb-slider-container LABEL {
  font-weight: bold;
  padding: 0px 0px 5px 0px;
  display: inline-block;
}
DIV.cerb-slider-container LABEL > SMALL {
  font-weight: normal;
  font-size: 100%;
}
DIV.cerb-slider-container DIV.cerb-slider {
  margin: 0px 10px 10px 5px;
  width: 200px;
  display: inline-block;
  background-color: #ebebeb;
  border-color: gainsboro;
}
DIV.cerb-slider-container DIV.cerb-slider .ui-slider-handle {
  background-color: #d0e5f5;
  border-color: #79b7e7;
}
DIV.cerb-slider-container DIV.cerb-slider INPUT {
  display: none;
}

FIELDSET.cerb-skillset {
  margin-bottom: 0;
}
FIELDSET.cerb-skillset LABEL {
  font-weight: bold;
  padding: 0px 0px 5px 0px;
  display: block;
}
FIELDSET.cerb-skillset LABEL > SMALL {
  font-weight: normal;
  font-size: 100%;
}
FIELDSET.cerb-skillset DIV.cerb-skill {
  margin: 0px 10px 10px 5px;
  width: 250px;
  display: inline-block;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider {
  background-color: #ebebeb;
  border-color: gainsboro;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider .ui-slider-handle {
  background-color: #d0e5f5;
  border-color: #79b7e7;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider.cerb-slider-green {
  border-color: #00c800;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider.cerb-slider-green .ui-slider-handle {
  background-color: #00dc00;
  border-color: #00c800;
  cursor: pointer;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider.cerb-slider-green .ui-slider-range {
  background: #aceb60;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider.cerb-slider-gray .ui-slider-handle {
  background-color: gainsboro;
  border-color: #c8c8c8;
  cursor: pointer;
}
FIELDSET.cerb-skillset DIV.cerb-skill div.skill-slider.cerb-slider-gray .ui-slider-range {
  background: #c8c8c8;
}

FIELDSET.cerb-delta-slider-container {
  margin-bottom: 0;
}

DIV.cerb-delta-slider-container {
  margin-bottom: 0;
  margin-right: 20px;
  display: inline-block;
  width: 250px;
  max-width: 250px;
  position: relative;
}
DIV.cerb-delta-slider-container LABEL {
  font-weight: bold;
  display: inline-block;
}
DIV.cerb-delta-slider-container LABEL > SMALL {
  font-weight: normal;
  font-size: 100%;
}
DIV.cerb-delta-slider-container SPAN.cerb-delta-slider-midpoint {
  display: inline-block;
  background-color: #c8c8c8;
  height: 22px;
  width: 1px;
  position: relative;
  top: -7px;
  margin-left: 1px;
  left: 50%;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider {
  margin: 5px 10px 5px 5px;
  width: 250px;
  display: inline-block;
  position: relative;
  background-color: #e6e6e6;
  border: 0;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.ui-slider-horizontal {
  height: 9px;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-left: -8px;
  margin-top: -2px;
  border: 2px solid;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-gray {
  border-color: #bebebe;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-gray .ui-slider-handle {
  background-color: #afafaf;
  border-color: #969696;
  cursor: pointer;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-gray .ui-slider-range {
  background-color: #e6e6e6;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-green {
  border-color: #bebebe;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-green .ui-slider-handle {
  background-color: #00c800;
  border-color: #009600;
  cursor: pointer;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-green .ui-slider-range {
  background-color: #e6e6e6;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-red {
  border-color: #bebebe;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-red .ui-slider-handle {
  background-color: #eb2e2f;
  border-color: #aa0000;
  cursor: pointer;
}
DIV.cerb-delta-slider-container DIV.cerb-delta-slider.cerb-slider-red .ui-slider-range {
  background-color: #e6e6e6;
}

A.no-underline {
  text-decoration: none;
}
A.no-underline:hover {
  text-decoration: underline;
}

.effects-transfer {
  border: 2px dotted #afafaf;
  background-color: #e6e6e6;
}

INPUT[type=text].input_add {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/add.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_color {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/colors.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_date {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/date.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_email {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/mail.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_location {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/location.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_money {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/money.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_number {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/number.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_openid {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/openid.gif?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_password {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/lock.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_percent {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/percent.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_phone {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/phone.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_remove {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/forbidden.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_search {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/view.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_tags {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/tag.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].input_url {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/link.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}
INPUT[type=text].cerb-input-quicksearch {
  padding: 5px 0px 5px 25px;
  border-radius: 10px;
  border: 1px solid #c8c8c8;
  outline: none;
}

INPUT[type=password] {
  padding: 2px 2px 2px 25px;
  background: url(input_icons/lock.png?v=2015030101) no-repeat scroll 5px 50% #ffffff;
}

PRE.emailbody, DIV.emailbody {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  _white-space: pre;
  font-family: inherit;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
}
PRE.emailbody A, DIV.emailbody A {
  color: #2b6dad;
}

DIV.emailbody SPAN.placeholder {
  color: #323232;
  font-weight: bold;
  background-color: #fbec88;
  padding: 0px 2px;
  border-radius: 5px;
}
DIV.emailbody SPAN.placeholder INPUT.placeholder-input {
  background-color: cornsilk;
  color: #323232;
  border: 2px solid #ffc800;
  padding: 3px;
  border-radius: 5px;
}
DIV.emailbody SPAN.placeholder DIV.bubble {
  line-height: 1.4em;
}

BUTTON DIV.badge-count {
  font-size: 12px;
  padding: 0px 5px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #787878;
  color: white;
}
BUTTON:hover DIV.badge-count {
  background-color: #4785d2;
  color: white;
}
BUTTON.toolbar-item {
  background: none;
  background-color: #ebebeb;
}
BUTTON.toolbar-item:hover {
  background: none;
  background-color: #d4deea;
}
BUTTON.peek {
  visibility: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 5px;
}

BUTTON.green {
  background-color: #dff0b1;
  background: -webkit-gradient(linear, left top, left bottom, from(#dff0b1), to(#b8d376));
  background: -moz-linear-gradient(270deg, #dff0b1, #b8d376);
  background: -o-linear-gradient(top, #dff0b1, #b8d376);
  background: -ms-linear-gradient(top, #dff0b1, #b8d376);
  background: linear-gradient(top, #dff0b1, #b8d376);
  color: #005000;
  cursor: pointer;
}
BUTTON.green:hover {
  background: none;
  color: #323232;
  background-color: #eef2f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f5), to(#a0c6fe));
  background: -moz-linear-gradient(270deg, #eef2f5, #a0c6fe);
  background: -o-linear-gradient(top, #eef2f5, #a0c6fe);
  background: -ms-linear-gradient(top, #eef2f5, #a0c6fe);
  background: linear-gradient(top, #eef2f5, #a0c6fe);
}
BUTTON.green DIV.badge-count {
  background-color: #6bb754;
  color: white;
}

BUTTON.red {
  background-color: #fa7d7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7d7d), to(#c32d2d));
  background: -moz-linear-gradient(270deg, #fa7d7d, #c32d2d);
  background: -o-linear-gradient(top, #fa7d7d, #c32d2d);
  background: -ms-linear-gradient(top, #fa7d7d, #c32d2d);
  background: linear-gradient(top, #fa7d7d, #c32d2d);
  color: white;
  cursor: pointer;
}
BUTTON.red:hover {
  background: none;
  background-color: #fa7d7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7d7d), to(#910f0f));
  background: -moz-linear-gradient(270deg, #fa7d7d, #910f0f);
  background: -o-linear-gradient(top, #fa7d7d, #910f0f);
  background: -ms-linear-gradient(top, #fa7d7d, #910f0f);
  background: linear-gradient(top, #fa7d7d, #910f0f);
}

BUTTON.split-left {
  height: 26px;
  margin-right: 0px;
  border-right: 0px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
BUTTON.split-left SPAN {
  vertical-align: middle;
}

BUTTON.split-right {
  height: 26px;
  margin-left: 0px;
  padding: 5px 2px;
  background: none;
  border-color: #969696;
  color: white;
  background-color: #b4b4b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#7d7d7d));
  background: -moz-linear-gradient(270deg, #b4b4b4, #7d7d7d);
  background: -o-linear-gradient(top, #b4b4b4, #7d7d7d);
  background: -ms-linear-gradient(top, #b4b4b4, #7d7d7d);
  background: linear-gradient(top, #b4b4b4, #7d7d7d);
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
BUTTON.split-right:hover {
  background: none;
  background-color: #a0c6fe;
}

#badgeNotifications {
  display: none;
  padding: 3px 5px 3px 5px;
  background-color: #c80000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#badgeNotifications A {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#badgeNotifications A:hover {
  text-decoration: underline;
}

UL.navmenu {
  clear: both;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #505050;
}
UL.navmenu > LI {
  float: left;
  background-color: #f0f0f0;
  border-right: 1px solid #d2d2d2;
  padding: 5px 8px;
  margin: 0px;
  min-height: 16px;
  cursor: pointer;
}
UL.navmenu > LI A {
  color: #505050;
  font-weight: normal;
  text-decoration: none;
}
UL.navmenu > LI:hover {
  background-color: gainsboro;
}
UL.navmenu > LI.selected {
  background-color: #455560;
}
UL.navmenu > LI.selected > A {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
UL.submenu {
  clear: both;
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  list-style: none;
  color: white;
}
UL.submenu > LI {
  float: left;
  background-color: #91b2ef;
  padding: 8px 5px 8px 5px;
  margin: 0px 2px 5px 2px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
UL.submenu > LI A {
  color: white;
}

DIV.dashboard-widget {
  margin: 5px 5px 10px 5px;
}
DIV.dashboard-widget DIV.dashboard-widget-title {
  background-color: gainsboro;
  padding: 5px 10px;
  font-size: 120%;
  font-weight: bold;
  cursor: move;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
DIV.dashboard-widget DIV.updated {
  text-align: left;
  color: #c8c8c8;
  display: none;
}

TABLE.worklist {
  background-color: #6487e1;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 2px;
}
TABLE.worklist TD {
  padding: 3px;
  color: white;
}
TABLE.worklist TD A {
  color: white;
  font-weight: normal;
  padding-right: 3px;
}
TABLE.worklist TD SPAN.title {
  padding: 5px 5px 5px 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
TABLE.worklist TD.title-toolbar {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(74, 110, 170, 0.9);
}

TABLE.worklistBody th {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c8c8c8));
  background: -moz-linear-gradient(270deg, #f0f0f0, #c8c8c8);
  background: -o-linear-gradient(top, #f0f0f0, #c8c8c8);
  background: -ms-linear-gradient(top, #f0f0f0, #c8c8c8);
  background: linear-gradient(top, #f0f0f0, #c8c8c8);
  padding: 2px 0px 2px 5px;
  border-right: 1px solid #afafaf;
  text-align: left;
  cursor: pointer;
}
TABLE.worklistBody th A {
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  color: #505050;
}
TABLE.worklistBody th:hover {
  background-color: #c8c8c8;
  background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#969696));
  background: -moz-linear-gradient(270deg, #c8c8c8, #969696);
  background: -o-linear-gradient(top, #c8c8c8, #969696);
  background: -ms-linear-gradient(top, #c8c8c8, #969696);
  background: linear-gradient(top, #c8c8c8, #969696);
}
TABLE.worklistBody th:hover A {
  text-decoration: none;
  color: white;
}
TABLE.worklistBody th.no-sort:hover {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c8c8c8));
  background: -moz-linear-gradient(270deg, #f0f0f0, #c8c8c8);
  background: -o-linear-gradient(top, #f0f0f0, #c8c8c8);
  background: -ms-linear-gradient(top, #f0f0f0, #c8c8c8);
  background: linear-gradient(top, #f0f0f0, #c8c8c8);
  cursor: default;
}
TABLE.worklistBody th.no-sort:hover A {
  color: #505050;
  cursor: default;
}
TABLE.worklistBody TD {
  overflow: hidden;
  font-size: 11px;
  padding-right: 5px;
}
TABLE.worklistBody TD A.subject, TABLE.worklistBody TD B.subject {
  font-size: 12px;
  font-weight: bold;
  color: #505050;
}
TABLE.worklistBody TR.even {
  background-color: #fefefe;
}
TABLE.worklistBody TR.odd {
  background-color: #f4f4f4;
}
TABLE.worklistBody TR.hover {
  background-color: #ffffc8 !important;
}
TABLE.worklistBody TR.selected {
  background-color: #fbec88 !important;
}
TABLE.worklistBody TR.selected.hover {
  background-color: #ffffc8 !important;
}

TABLE.calendar {
  width: 98%;
  border: 0px;
}
TABLE.calendar TR.heading {
  height: 1.5em;
}
TABLE.calendar TR.heading TH {
  width: 14%;
  font-weight: normal;
  text-align: left;
}
TABLE.calendar TR.week {
  height: 125px;
}
TABLE.calendar TR.week TD {
  width: 14%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  vertical-align: top;
}
TABLE.calendar TR.week TD DIV.day_header {
  padding-left: 5px;
}
TABLE.calendar TR.week TD DIV.day_header A {
  text-decoration: none;
}
TABLE.calendar TR.week TD DIV.day_header A:hover {
  text-decoration: underline;
}
TABLE.calendar TR.week TD.hover {
  background-color: #fbec88;
}
TABLE.calendar TR.week TD.inactive {
  background-color: #f0f0f0;
}
TABLE.calendar TR.week TD.cellborder_r {
  border-right: 1px solid #c8c8c8;
}
TABLE.calendar TR.week TD.cellborder_b {
  border-bottom: 1px solid #c8c8c8;
}
TABLE.calendar TR.week TD.today {
  border: 2px solid #4a6e9e;
}
TABLE.calendar TR.week TD.today DIV.day_header A {
  font-weight: bold;
  color: #4a6e9e;
}
TABLE.calendar TR.week TD DIV.day_contents {
  overflow: hidden;
  padding: 5px;
}
TABLE.calendar TR.week TD DIV.day_contents DIV {
  padding: 3px 0 3px 3px;
  background-color: #c8c8c8;
  margin-top: 2px;
  height: 1em;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  word-wrap: break-word;
  word-break: break-all;
}
TABLE.calendar TR.week TD DIV.day_contents DIV.available {
  background-color: #b4dc6e;
}
TABLE.calendar TR.week TD DIV.day_contents A {
  text-decoration: none;
}
TABLE.calendar TR.week TD DIV.day_contents A:hover {
  text-decoration: underline;
}

TABLE.toggle_grid TR TD {
  text-align: center;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  color: #969696;
}
TABLE.toggle_grid TR TD.selected {
  border: 1px solid #79b7e7;
  background-color: #f0faff;
  color: #4a6e9e;
  font-weight: bold;
}
TABLE.toggle_grid TR TD INPUT[type=checkbox] {
  display: none;
  visibility: hidden;
}

DIV.error-box {
  background-color: #ffebeb;
  border: 1px solid #b40000;
  color: #b40000;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
DIV.error-box H1 {
  color: #960000;
}
DIV.error-box P {
  margin: 0px 0px 5px 5px;
}

DIV.help-box {
  background-color: #fbec88;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbec88), to(#ffffc8));
  background: -moz-linear-gradient(270deg, #fbec88, #ffffc8);
  background: -o-linear-gradient(top, #fbec88, #ffffc8);
  background: -ms-linear-gradient(top, #fbec88, #ffffc8);
  background: linear-gradient(top, #fbec88, #ffffc8);
  border: 1px solid #d7730f;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
DIV.help-box H1 {
  color: #d7730f;
  margin-bottom: 5px;
}
DIV.help-box P {
  margin: 0px 0px 5px 5px;
}
DIV.help-box A.callout {
  font-weight: bold;
  color: #323232;
}
DIV.help-box SPAN.help.callout-worklist {
  font-weight: bold;
  color: white;
  background-color: #6487e1;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

DIV.message_note {
  padding: 5px;
  background-image: url(bg_yellow.jpg?v=2015030101);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #fcf2bf;
  border: 0;
}
DIV.message_note H3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
  color: #666666;
}

DIV.block {
  padding: 5px;
  background-image: url(bg_block.jpg?v=2015030101);
  background-repeat: repeat-x;
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
DIV.block.hover-underline A {
  text-decoration: none;
}
DIV.block.hover-underline A:hover {
  text-decoration: underline;
}
DIV.block H2, DIV.block H3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
DIV.block H2 {
  color: #009600;
}
DIV.block H3 {
  color: #555555;
}

DIV.error {
  border: 1px solid #b40000;
  background-color: #ffebeb;
  color: #b40000;
  font-weight: bold;
  margin: 10px;
  padding: 5px;
}

DIV.success {
  border: 1px solid #00b400;
  background-color: #ebffeb;
  color: #00b400;
  font-weight: bold;
  margin: 10px;
  padding: 5px;
}

DIV.subtle {
  background-color: #ebffd3;
  margin: 5px;
  padding: 5px;
}

DIV.subtle2 {
  background-color: #eff5ff;
  margin: 5px;
  padding: 5px;
}

DIV.bubble {
  line-height: 1.9em;
  white-space: nowrap;
  padding: 0 0.2em 0 0.2em;
  margin: 2px;
  display: inline-block;
  color: #3273b9;
  background-color: #e8f2fe;
  border: 1px solid #c5dbec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e8f2fe));
  background: -moz-linear-gradient(270deg, white, #e8f2fe);
  background: -o-linear-gradient(top, white, #e8f2fe);
  background: -ms-linear-gradient(top, white, #e8f2fe);
  background: linear-gradient(top, white, #e8f2fe);
}
DIV.bubble A {
  color: #3273b9;
  text-decoration: none;
}
DIV.bubble A:hover {
  text-decoration: underline;
}

UL.bubbles {
  display: inline;
  margin: 0px;
  padding: 0px;
}
UL.bubbles LI {
  display: inline-block;
  list-style-type: none;
  list-style: none;
  line-height: 1.9em;
  white-space: nowrap;
  padding: 0 0.2em 0 0.2em;
  margin: 2px;
  color: #3273b9;
  border: 1px solid #c5dbec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e8f2fe));
  background: -moz-linear-gradient(270deg, white, #e8f2fe);
  background: -o-linear-gradient(top, white, #e8f2fe);
  background: -ms-linear-gradient(top, white, #e8f2fe);
  background: linear-gradient(top, white, #e8f2fe);
}
UL.bubbles LI A {
  color: #3174a5;
  text-decoration: none;
}
UL.bubbles LI A:hover {
  text-decoration: underline;
}
UL.bubbles LI.bubble-gray {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
  background: -moz-linear-gradient(270deg, white, gainsboro);
  background: -o-linear-gradient(top, white, gainsboro);
  background: -ms-linear-gradient(top, white, gainsboro);
  background: linear-gradient(top, white, gainsboro);
  border: 1px solid #c8c8c8;
  color: black;
}
UL.bubbles LI.bubble-gray A {
  color: black;
}

DIV.badge {
  display: inline-block;
  font-weight: normal;
  padding: 1px 4px 1px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #b9b9b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#a5a5a5));
  background: -moz-linear-gradient(270deg, #b9b9b9, #a5a5a5);
  background: -o-linear-gradient(top, #b9b9b9, #a5a5a5);
  background: -ms-linear-gradient(top, #b9b9b9, #a5a5a5);
  background: linear-gradient(top, #b9b9b9, #a5a5a5);
  color: white;
  border: 1px solid #969696;
}
DIV.badge A {
  color: white;
}
DIV.badge.selected {
  border: 2px dashed;
}

DIV.badge-lightgray {
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e6e6e6));
  background: -moz-linear-gradient(270deg, #f0f0f0, #e6e6e6);
  background: -o-linear-gradient(top, #f0f0f0, #e6e6e6);
  background: -ms-linear-gradient(top, #f0f0f0, #e6e6e6);
  background: linear-gradient(top, #f0f0f0, #e6e6e6);
  color: #787878;
  border: 1px solid #c8c8c8;
}
DIV.badge-lightgray A {
  color: #787878;
}

DIV.badge-red {
  background-color: red;
  background: -webkit-gradient(linear, left top, left bottom, from(red), to(#d20000));
  background: -moz-linear-gradient(270deg, red, #d20000);
  background: -o-linear-gradient(top, red, #d20000);
  background: -ms-linear-gradient(top, red, #d20000);
  background: linear-gradient(top, red, #d20000);
  color: white;
  border: 1px solid #c80000;
}

DIV.badge-green {
  background-color: #009600;
  background: -webkit-gradient(linear, left top, left bottom, from(#009600), to(#007800));
  background: -moz-linear-gradient(270deg, #009600, #007800);
  background: -o-linear-gradient(top, #009600, #007800);
  background: -ms-linear-gradient(top, #009600, #007800);
  background: linear-gradient(top, #009600, #007800);
  color: white;
  border: 1px solid darkgreen;
}

SPAN.tag {
  padding: 1px 4px;
  font-weight: bold;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
SPAN.tag.tag-blue {
  background-color: #4785d2;
  color: white;
}
SPAN.tag.tag-green {
  background-color: #55b94b;
  color: white;
}
SPAN.tag.tag-gray {
  background-color: #646464;
  color: white;
}
SPAN.tag.tag-red {
  background-color: #b93228;
  color: white;
}
SPAN.tag.tag-orange {
  background-color: #ff8a00;
  color: white;
}

DIV.cerb-form-hint {
  margin: 0px 0px 5px 0px;
  display: none;
  font-weight: bold;
}

DIV.cerb-properties {
  margin: 0px;
}
DIV.cerb-properties > DIV {
  display: inline-block;
  margin: 1px 10px 1px 0px;
}
DIV.cerb-properties > DIV > LABEL {
  font-weight: bold;
  margin-right: 1px;
}

FIELDSET.properties {
  margin: 0px 10px 0px 10px;
  border-width: 2px 0px 0px 0px;
}
FIELDSET.properties LEGEND {
  color: #323232;
}
FIELDSET.properties DIV.property {
  width: 32%;
  padding-right: 1%;
  margin-bottom: 0.25em;
  display: inline;
  float: left;
}
FIELDSET.properties SMALL {
  font-size: 90%;
  color: #646464;
}

FIELDSET.peek {
  border-width: 2px 0px 0px 0px;
}
FIELDSET.peek LEGEND {
  color: #007800;
}

FIELDSET.peek-noborder {
  background: none;
  border-width: 0;
}
FIELDSET.peek-noborder LEGEND {
  margin-left: 0;
  padding-left: 0;
  color: #007800;
}

FIELDSET.black LEGEND {
  color: #323232;
}
FIELDSET.black LEGEND A {
  color: #323232;
}

DIV.cerb-profile-toolbar {
  margin-bottom: 10px;
}
DIV.cerb-profile-toolbar SMALL {
  font-size: 90%;
  color: #646464;
}

DIV.cerb-popupmenu {
  min-width: 200px;
  margin: 0px;
  padding: 5px;
  display: none;
  background-color: white;
  border: 1px solid #6487e1;
  -moz-box-shadow: 0px 5px 15px 0px #afafaf;
  -webkit-box-shadow: 0px 5px 15px 0px #afafaf;
  box-shadow: 0px 5px 15px 0px #afafaf;
}
DIV.cerb-popupmenu.cerb-float {
  position: absolute;
  z-index: 2500;
  float: left;
  border: 0;
}

UL.cerb-popupmenu {
  min-width: 200px;
  list-style: none;
  margin: 0px;
  padding: 5px;
  display: none;
  background-color: white;
  border: 1px solid #6487e1;
  -moz-box-shadow: 0px 5px 15px 0px #afafaf;
  -webkit-box-shadow: 0px 5px 15px 0px #afafaf;
  box-shadow: 0px 5px 15px 0px #afafaf;
}
UL.cerb-popupmenu.cerb-float {
  position: absolute;
  z-index: 2500;
  float: left;
  border: 0;
}
UL.cerb-popupmenu > LI {
  padding: 2px;
  font-weight: normal;
  cursor: pointer;
}
UL.cerb-popupmenu > LI A {
  text-decoration: none;
  color: #4a6e9e;
  font-weight: bold;
}
UL.cerb-popupmenu > LI HR {
  height: 1px;
  padding: 0px;
  margin: 5px 5px;
  border: 0px;
  border-top: 1px dashed #c8c8c8;
}
UL.cerb-popupmenu > LI:hover {
  background-color: #698cdd;
  color: white;
}
UL.cerb-popupmenu > LI:hover A {
  color: white;
}

.cerb-subpage > H2 {
  color: #4a6e9e;
  margin-bottom: 5px;
}

#kbArticleContent {
  color: #323232;
  font-size: 100%;
  line-height: 140%;
}
#kbArticleContent H1, #kbArticleContent H2, #kbArticleContent H3, #kbArticleContent H4, #kbArticleContent H5, #kbArticleContent H6 {
  font-weight: bold;
  color: #323232;
  margin: 10px 0px;
  line-height: normal;
}
#kbArticleContent H1 {
  font-size: 190%;
  color: #323232;
}
#kbArticleContent H1.title {
  font-size: 200%;
  color: #323232;
  font-weight: bold;
  text-align: left;
  border: none;
}
#kbArticleContent H2 {
  font-size: 170%;
  color: #4a6e9e;
  border-bottom: 1px solid #dce6f0;
}
#kbArticleContent H3 {
  font-size: 150%;
  color: #323232;
}
#kbArticleContent H4 {
  font-size: 130%;
  color: #323232;
}
#kbArticleContent H5 {
  font-size: 120%;
  color: #323232;
}
#kbArticleContent H6 {
  font-size: 110%;
  color: #323232;
}
#kbArticleContent PRE {
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-left: 3px solid #969696;
  border-bottom: 3px solid #969696;
  background-color: #f0f0f0;
  color: #1111111;
  padding: 0.5em;
}
#kbArticleContent CODE {
  background-color: #f0f0f0;
  color: black;
  padding: 0px 3px;
  font-weight: bold;
}
#kbArticleContent BLOCKQUOTE {
  font-style: italic;
  color: #323232;
  padding: 0px 3px;
  margin-left: 20px;
  border-left: solid 5px #f0f0f0;
  padding-left: 5px;
}

DIV.cerb-menu {
  margin-top: -5px;
}
DIV.cerb-menu > UL {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
DIV.cerb-menu > UL > LI {
  padding: 5px 10px;
  background-color: #6487e1;
  float: left;
}
DIV.cerb-menu > UL > LI:hover {
  background-color: #556496;
}
DIV.cerb-menu > UL > LI > DIV {
  cursor: pointer;
}
DIV.cerb-menu > UL > LI > DIV > A {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
DIV.cerb-menu.cerb-popupmenu {
  margin-top: 5px;
  margin-left: -10px;
}

.cerb-ajax-spinner {
  background: url(ajax-spinner.gif?v=2015030101);
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

SPAN.plugin_icon_overlay_disabled {
  background: url(plugin_overlay_disabled.png?v=2015030101);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 1px;
  top: 0px;
}

LABEL.error {
  color: red;
  padding-left: .5em;
  vertical-align: top;
}

DIV.emailBodyHtml A {
  color: initial;
}
DIV.emailBodyHtml ABBR {
  border-bottom: initial;
}
DIV.emailBodyHtml H1 {
  font-weight: initial;
  font-size: initial;
  color: initial;
  margin: initial;
}
DIV.emailBodyHtml H2 {
  font-weight: initial;
  font-size: initial;
  color: initial;
  margin: initial;
}
DIV.emailBodyHtml DIV.block H1, DIV.emailBodyHtml DIV.block H2, DIV.emailBodyHtml DIV.block H3 {
  font-weight: initial;
  font-size: initial;
  margin: initial;
  color: initial;
}

/* jQueryUI (Redmond theme) */
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget-content {
  background: #ffffff none;
}

/* #fcfdfd none; */
.ui-widget-content a {
  color: inherit;
}

.ui-widget-header {
  background: #5c9ccc none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #e8f2fe none;
  font-weight: normal;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  background: #d0e5f5 none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #f5f8f9 none;
  font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #fbec88 none;
}

.ui-state-error, .ui-widget-content .ui-state-error {
  background: #fef1ec none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: block;
}

/* Menu */
UL.ui-menu {
  -moz-box-shadow: 0 5px 15px 0px #afafaf;
  -webkit-box-shadow: 0 5px 15px 0px #afafaf;
  box-shadow: 0 5px 15px 0px #afafaf;
}

UL.ui-menu li.ui-menu-item {
  color: #4a6e9e;
  font-weight: normal;
}

UL.ui-menu li.ui-menu-item.ui-state-focus {
  background-color: #698cdd;
  color: white;
  font-weight: normal;
}

/* Autocomplete */
SPAN.ui-helper-hidden-accessible {
  display: none;
}

UL.ui-autocomplete.ui-menu li.ui-menu-item {
  color: #4a6e9e;
  font-weight: bold;
}

UL.ui-autocomplete.ui-menu li.ui-menu-item.ui-state-focus {
  background-color: #698cdd;
  color: white;
  font-weight: bold;
}

/* Tabs */
.ui-tabs {
  border: 0px;
  padding: 0px;
}

.ui-tabs .ui-tabs-panel {
  background: #ffffff none;
  padding: 0px;
  margin: 5px 10px 0px 10px;
}

.ui-tabs .ui-tabs-nav {
  background: #ffffff none;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: -moz-linear-gradient(270deg, white, #f0f0f0);
  background: -o-linear-gradient(top, white, #f0f0f0);
  background: -ms-linear-gradient(top, white, #f0f0f0);
  background: linear-gradient(top, white, #f0f0f0);
  border-color: #c8c8c8;
  margin: 0.5px -0.5px 0px -0.5px;
}

.ui-tabs .ui-tabs-nav li a {
  padding: 6px 8px;
  outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#c8c8c8));
  background: -moz-linear-gradient(270deg, white, #c8c8c8);
  background: -o-linear-gradient(top, white, #c8c8c8);
  background: -ms-linear-gradient(top, white, #c8c8c8);
  background: linear-gradient(top, white, #c8c8c8);
  border-bottom: none;
  z-index: 2;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: #787878;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover a {
  color: #646464;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0px;
  background-color: #eff9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff9ff), to(white));
  background: -moz-linear-gradient(270deg, #eff9ff, white);
  background: -o-linear-gradient(top, #eff9ff, white);
  background: -ms-linear-gradient(top, #eff9ff, white);
  background: linear-gradient(top, #eff9ff, white);
  border-color: #79b7e7;
  border-bottom: none;
  z-index: 2;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #4a6e9e;
  font-weight: bold;
  border-bottom: 1px solid white;
}

.ui-tabs .ui-tabs-nav li a div.tab-badge {
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
  padding: 1px 5px 2px 5px;
  font-weight: 500;
  display: inline;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #6e6e6e;
  color: white;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a div.tab-badge {
  background-color: #4785d2;
  color: white;
}

.ui-dialog {
  border: 2px solid gainsboro;
  padding: 2px;
  -moz-box-shadow: 0 0 10px 3px #afafaf;
  -webkit-box-shadow: 0 0 10px 3px #afafaf;
  box-shadow: 0 0 10px 3px #afafaf;
  /*position: fixed;*/
  overflow: visible;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #6284dd;
  border: 0px;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
}

.ui-dialog fieldset select {
  max-width: 450px;
}

/* atwho.js */
.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  max-height: 200px;
  overflow: auto;
  z-index: 11110 !important;
}

.atwho-view .cur {
  background: #3366FF;
  color: white;
}

.atwho-view .cur small {
  color: white;
}

.atwho-view strong {
  color: #3366FF;
}

.atwho-view .cur strong {
  color: white;
  font: bold;
}

.atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
}

.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */
}

.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal;
}

/* jQuery miniColors */
.miniColors-trigger {
  height: 22px;
  width: 22px;
  background: url(jquery-minicolors/trigger.png) center no-repeat;
  vertical-align: middle;
  margin: 0 .25em;
  display: inline-block;
  outline: none;
}

.miniColors-selector {
  position: absolute;
  width: 175px;
  height: 150px;
  background: #FFF;
  border: solid 1px #BBB;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  z-index: 999999;
}

.miniColors-selector.black {
  background: #000;
  border-color: #000;
}

.miniColors-colors {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 150px;
  background: url(jquery-minicolors/colors.png) right no-repeat;
  cursor: crosshair;
}

.miniColors-hues {
  position: absolute;
  top: 5px;
  left: 160px;
  width: 20px;
  height: 150px;
  background: url(jquery-minicolors/colors.png) left no-repeat;
  cursor: crosshair;
}

.miniColors-colorFavorites {
  position: absolute;
  top: 160px;
  left: 5px;
  width: 170px;
  height: 20px;
}

.miniColors-colorFavorite {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0px 2px;
  cursor: pointer;
}

.miniColors-colorPicker {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
}

.miniColors-colorPicker-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}

.miniColors-huePicker {
  position: absolute;
  left: -3px;
  width: 24px;
  height: 1px;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #000;
}

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
  margin: 0px;
  padding: 0px;
}

.markItUp a:link,
.markItUp a:visited {
  color: #000;
  text-decoration: none;
}

.markItUp {
  width: 98%;
  margin: 5px 0 5px 0;
}

.markItUpPreviewFrame {
  overflow: auto;
  background-color: #FFF;
  width: 99.9%;
  height: 300px;
  margin: 5px 0;
  border: 1px solid #b4b4b4;
}

.markItUpFooter {
  width: 100%;
}

.markItUpResizeHandle {
  overflow: hidden;
  width: 22px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(markitup/handle.png?v=2015030101);
  cursor: n-resize;
}

/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li {
  list-style: none;
  float: left;
  position: relative;
}

.markItUpHeader ul li:hover > ul {
  display: block;
}

.markItUpHeader ul .markItUpDropMenu {
  background: transparent url(markitup/menu.png) no-repeat 115% 50%;
  margin-right: 5px;
}

.markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0px;
}

/* next rows of buttons */
.markItUpHeader ul ul {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  background: #FFF;
  border: 1px solid #000;
}

.markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #000;
}

.markItUpHeader ul ul .markItUpDropMenu {
  background: #FFF url(markitup/submenu.png) no-repeat 100% 50%;
}

.markItUpHeader ul .markItUpSeparator {
  margin: 0 10px;
  width: 1px;
  height: 16px;
  overflow: hidden;
  background-color: #CCC;
}

.markItUpHeader ul ul .markItUpSeparator {
  width: auto;
  height: 1px;
  margin: 0px;
}

/* next rows of buttons */
.markItUpHeader ul ul ul {
  position: absolute;
  top: -1px;
  left: 150px;
}

.markItUpHeader ul ul ul li {
  float: none;
}

.markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background-repeat: no-repeat;
  padding: 3px;
  margin: 0px;
}

.markItUpHeader ul ul a {
  display: block;
  padding-left: 0px;
  text-indent: 0;
  width: 120px;
  padding: 5px 5px 5px 25px;
  background-position: 2px 50%;
}

.markItUpHeader ul ul a:hover {
  color: #FFF;
  background-color: #000;
}

/* MarkItUp Markdown */
.markItUp .h1 a {
  background-image: url(markitup/toolbar/h1.png?v=2015030101);
}

.markItUp .h2 a {
  background-image: url(markitup/toolbar/h2.png?v=2015030101);
}

.markItUp .h3 a {
  background-image: url(markitup/toolbar/h3.png?v=2015030101);
}

.markItUp .h4 a {
  background-image: url(markitup/toolbar/h4.png?v=2015030101);
}

.markItUp .h5 a {
  background-image: url(markitup/toolbar/h5.png?v=2015030101);
}

.markItUp .h6 a {
  background-image: url(markitup/toolbar/h6.png?v=2015030101);
}

.markItUp .b a {
  background-image: url(markitup/toolbar/bold.png?v=2015030101);
}

.markItUp .i a {
  background-image: url(markitup/toolbar/italic.png?v=2015030101);
}

.markItUp .strike a {
  background-image: url(markitup/toolbar/stroke.png?v=2015030101);
}

.markItUp .ul a {
  background-image: url(markitup/toolbar/list-bullet.png?v=2015030101);
}

.markItUp .ol a {
  background-image: url(markitup/toolbar/list-numeric.png?v=2015030101);
}

.markItUp .li a {
  background-image: url(markitup/toolbar/list-item.png?v=2015030101);
}

.markItUp .img a {
  background-image: url(markitup/toolbar/picture.png?v=2015030101);
}

.markItUp .a a {
  background-image: url(markitup/toolbar/link.png?v=2015030101);
}

.markItUp .blockquote a {
  background-image: url(markitup/toolbar/quotes.png?v=2015030101);
}

.markItUp .code a {
  background-image: url(markitup/toolbar/code.png?v=2015030101);
}

.markItUp .preview a {
  background-image: url(markitup/toolbar/document_view.png?v=2015030101);
}

.markItUp .clean a {
  background-image: url(markitup/toolbar/clean.png?v=2015030101);
}

.markItUp .p a {
  background-image: url(markitup/toolbar/paragraph.png?v=2015030101);
}

/* markItUp overrides */
.markItUpPlaintext .parsedown a {
  background-image: url(markitup/toolbar/cerb/edit-image.png?v=2015030101);
}

.markItUpParsedown .plaintext a {
  background-image: url(markitup/toolbar/cerb/edit-alignment-justify.png?v=2015030101);
}

.markItUpParsedown .blockquote a {
  background-image: url(markitup/toolbar/cerb/edit-quotation.png?v=2015030101);
}

.markItUpParsedown .code a {
  background-image: url(markitup/toolbar/cerb/edit-code.png?v=2015030101);
}

.markItUp .img a, .markItUpParsedown .img a {
  background-image: url(markitup/toolbar/cerb/image--pencil.png?v=2015030101);
}

.markItUp .image-inline a, .markItUpParsedown .image-inline a {
  background-image: url(markitup/toolbar/cerb/image-sunset.png?v=2015030101);
}

iframe.markItUpPreviewFrame {
  height: 200px;
}

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff2") format("woff2"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons.x05 {
  font-size: 12px;
}

.glyphicons.x2 {
  font-size: 48px;
}

.glyphicons.x3 {
  font-size: 72px;
}

.glyphicons.x4 {
  font-size: 96px;
}

.glyphicons.x5 {
  font-size: 120px;
}

.glyphicons.light:before {
  color: #f2f2f2;
}

.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.glyphicons-glass:before {
  content: "\E001";
}

.glyphicons-leaf:before {
  content: "\E002";
}

.glyphicons-dog:before {
  content: "\E003";
}

.glyphicons-user:before {
  content: "\E004";
}

.glyphicons-girl:before {
  content: "\E005";
}

.glyphicons-car:before {
  content: "\E006";
}

.glyphicons-user-add:before {
  content: "\E007";
}

.glyphicons-user-remove:before {
  content: "\E008";
}

.glyphicons-film:before {
  content: "\E009";
}

.glyphicons-magic:before {
  content: "\E010";
}

.glyphicons-envelope:before {
  content: "\2709";
}

.glyphicons-camera:before {
  content: "\E011";
}

.glyphicons-heart:before {
  content: "\E013";
}

.glyphicons-beach-umbrella:before {
  content: "\E014";
}

.glyphicons-train:before {
  content: "\E015";
}

.glyphicons-print:before {
  content: "\E016";
}

.glyphicons-bin:before {
  content: "\E017";
}

.glyphicons-music:before {
  content: "\E018";
}

.glyphicons-note:before {
  content: "\E019";
}

.glyphicons-heart-empty:before {
  content: "\E020";
}

.glyphicons-home:before {
  content: "\E021";
}

.glyphicons-snowflake:before {
  content: "\2744";
}

.glyphicons-fire:before {
  content: "\E023";
}

.glyphicons-magnet:before {
  content: "\E024";
}

.glyphicons-parents:before {
  content: "\E025";
}

.glyphicons-binoculars:before {
  content: "\E026";
}

.glyphicons-road:before {
  content: "\E027";
}

.glyphicons-search:before {
  content: "\E028";
}

.glyphicons-cars:before {
  content: "\E029";
}

.glyphicons-notes-2:before {
  content: "\E030";
}

.glyphicons-pencil:before {
  content: "\270F";
}

.glyphicons-bus:before {
  content: "\E032";
}

.glyphicons-wifi-alt:before {
  content: "\E033";
}

.glyphicons-luggage:before {
  content: "\E034";
}

.glyphicons-old-man:before {
  content: "\E035";
}

.glyphicons-woman:before {
  content: "\E036";
}

.glyphicons-file:before {
  content: "\E037";
}

.glyphicons-coins:before {
  content: "\E038";
}

.glyphicons-airplane:before {
  content: "\2708";
}

.glyphicons-notes:before {
  content: "\E040";
}

.glyphicons-stats:before {
  content: "\E041";
}

.glyphicons-charts:before {
  content: "\E042";
}

.glyphicons-pie-chart:before {
  content: "\E043";
}

.glyphicons-group:before {
  content: "\E044";
}

.glyphicons-keys:before {
  content: "\E045";
}

.glyphicons-calendar:before {
  content: "\E046";
}

.glyphicons-router:before {
  content: "\E047";
}

.glyphicons-camera-small:before {
  content: "\E048";
}

.glyphicons-star-empty:before {
  content: "\E049";
}

.glyphicons-star:before {
  content: "\E050";
}

.glyphicons-link:before {
  content: "\E051";
}

.glyphicons-eye-open:before {
  content: "\E052";
}

.glyphicons-eye-close:before {
  content: "\E053";
}

.glyphicons-alarm:before {
  content: "\E054";
}

.glyphicons-clock:before {
  content: "\E055";
}

.glyphicons-stopwatch:before {
  content: "\E056";
}

.glyphicons-projector:before {
  content: "\E057";
}

.glyphicons-history:before {
  content: "\E058";
}

.glyphicons-truck:before {
  content: "\E059";
}

.glyphicons-cargo:before {
  content: "\E060";
}

.glyphicons-compass:before {
  content: "\E061";
}

.glyphicons-keynote:before {
  content: "\E062";
}

.glyphicons-paperclip:before {
  content: "\E063";
}

.glyphicons-power:before {
  content: "\E064";
}

.glyphicons-lightbulb:before {
  content: "\E065";
}

.glyphicons-tag:before {
  content: "\E066";
}

.glyphicons-tags:before {
  content: "\E067";
}

.glyphicons-cleaning:before {
  content: "\E068";
}

.glyphicons-ruler:before {
  content: "\E069";
}

.glyphicons-gift:before {
  content: "\E070";
}

.glyphicons-umbrella:before {
  content: "\2602";
}

.glyphicons-book:before {
  content: "\E072";
}

.glyphicons-bookmark:before {
  content: "\E073";
}

.glyphicons-wifi:before {
  content: "\E074";
}

.glyphicons-cup:before {
  content: "\E075";
}

.glyphicons-stroller:before {
  content: "\E076";
}

.glyphicons-headphones:before {
  content: "\E077";
}

.glyphicons-headset:before {
  content: "\E078";
}

.glyphicons-warning-sign:before {
  content: "\E079";
}

.glyphicons-signal:before {
  content: "\E080";
}

.glyphicons-retweet:before {
  content: "\E081";
}

.glyphicons-refresh:before {
  content: "\E082";
}

.glyphicons-roundabout:before {
  content: "\E083";
}

.glyphicons-random:before {
  content: "\E084";
}

.glyphicons-heat:before {
  content: "\E085";
}

.glyphicons-repeat:before {
  content: "\E086";
}

.glyphicons-display:before {
  content: "\E087";
}

.glyphicons-log-book:before {
  content: "\E088";
}

.glyphicons-address-book:before {
  content: "\E089";
}

.glyphicons-building:before {
  content: "\E090";
}

.glyphicons-eyedropper:before {
  content: "\E091";
}

.glyphicons-adjust:before {
  content: "\E092";
}

.glyphicons-tint:before {
  content: "\E093";
}

.glyphicons-crop:before {
  content: "\E094";
}

.glyphicons-vector-path-square:before {
  content: "\E095";
}

.glyphicons-vector-path-circle:before {
  content: "\E096";
}

.glyphicons-vector-path-polygon:before {
  content: "\E097";
}

.glyphicons-vector-path-line:before {
  content: "\E098";
}

.glyphicons-vector-path-curve:before {
  content: "\E099";
}

.glyphicons-vector-path-all:before {
  content: "\E100";
}

.glyphicons-font:before {
  content: "\E101";
}

.glyphicons-italic:before {
  content: "\E102";
}

.glyphicons-bold:before {
  content: "\E103";
}

.glyphicons-text-underline:before {
  content: "\E104";
}

.glyphicons-text-strike:before {
  content: "\E105";
}

.glyphicons-text-height:before {
  content: "\E106";
}

.glyphicons-text-width:before {
  content: "\E107";
}

.glyphicons-text-resize:before {
  content: "\E108";
}

.glyphicons-left-indent:before {
  content: "\E109";
}

.glyphicons-right-indent:before {
  content: "\E110";
}

.glyphicons-align-left:before {
  content: "\E111";
}

.glyphicons-align-center:before {
  content: "\E112";
}

.glyphicons-align-right:before {
  content: "\E113";
}

.glyphicons-justify:before {
  content: "\E114";
}

.glyphicons-list:before {
  content: "\E115";
}

.glyphicons-text-smaller:before {
  content: "\E116";
}

.glyphicons-text-bigger:before {
  content: "\E117";
}

.glyphicons-embed:before {
  content: "\E118";
}

.glyphicons-embed-close:before {
  content: "\E119";
}

.glyphicons-table:before {
  content: "\E120";
}

.glyphicons-message-full:before {
  content: "\E121";
}

.glyphicons-message-empty:before {
  content: "\E122";
}

.glyphicons-message-in:before {
  content: "\E123";
}

.glyphicons-message-out:before {
  content: "\E124";
}

.glyphicons-message-plus:before {
  content: "\E125";
}

.glyphicons-message-minus:before {
  content: "\E126";
}

.glyphicons-message-ban:before {
  content: "\E127";
}

.glyphicons-message-flag:before {
  content: "\E128";
}

.glyphicons-message-lock:before {
  content: "\E129";
}

.glyphicons-message-new:before {
  content: "\E130";
}

.glyphicons-inbox:before {
  content: "\E131";
}

.glyphicons-inbox-plus:before {
  content: "\E132";
}

.glyphicons-inbox-minus:before {
  content: "\E133";
}

.glyphicons-inbox-lock:before {
  content: "\E134";
}

.glyphicons-inbox-in:before {
  content: "\E135";
}

.glyphicons-inbox-out:before {
  content: "\E136";
}

.glyphicons-cogwheel:before {
  content: "\E137";
}

.glyphicons-cogwheels:before {
  content: "\E138";
}

.glyphicons-picture:before {
  content: "\E139";
}

.glyphicons-adjust-alt:before {
  content: "\E140";
}

.glyphicons-database-lock:before {
  content: "\E141";
}

.glyphicons-database-plus:before {
  content: "\E142";
}

.glyphicons-database-minus:before {
  content: "\E143";
}

.glyphicons-database-ban:before {
  content: "\E144";
}

.glyphicons-folder-open:before {
  content: "\E145";
}

.glyphicons-folder-plus:before {
  content: "\E146";
}

.glyphicons-folder-minus:before {
  content: "\E147";
}

.glyphicons-folder-lock:before {
  content: "\E148";
}

.glyphicons-folder-flag:before {
  content: "\E149";
}

.glyphicons-folder-new:before {
  content: "\E150";
}

.glyphicons-edit:before {
  content: "\E151";
}

.glyphicons-new-window:before {
  content: "\E152";
}

.glyphicons-check:before {
  content: "\E153";
}

.glyphicons-unchecked:before {
  content: "\E154";
}

.glyphicons-more-windows:before {
  content: "\E155";
}

.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}

.glyphicons-show-thumbnails:before {
  content: "\E157";
}

.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}

.glyphicons-show-lines:before {
  content: "\E159";
}

.glyphicons-playlist:before {
  content: "\E160";
}

.glyphicons-imac:before {
  content: "\E161";
}

.glyphicons-macbook:before {
  content: "\E162";
}

.glyphicons-ipad:before {
  content: "\E163";
}

.glyphicons-iphone:before {
  content: "\E164";
}

.glyphicons-iphone-transfer:before {
  content: "\E165";
}

.glyphicons-iphone-exchange:before {
  content: "\E166";
}

.glyphicons-ipod:before {
  content: "\E167";
}

.glyphicons-ipod-shuffle:before {
  content: "\E168";
}

.glyphicons-ear-plugs:before {
  content: "\E169";
}

.glyphicons-record:before {
  content: "\E170";
}

.glyphicons-step-backward:before {
  content: "\E171";
}

.glyphicons-fast-backward:before {
  content: "\E172";
}

.glyphicons-rewind:before {
  content: "\E173";
}

.glyphicons-play:before {
  content: "\E174";
}

.glyphicons-pause:before {
  content: "\E175";
}

.glyphicons-stop:before {
  content: "\E176";
}

.glyphicons-forward:before {
  content: "\E177";
}

.glyphicons-fast-forward:before {
  content: "\E178";
}

.glyphicons-step-forward:before {
  content: "\E179";
}

.glyphicons-eject:before {
  content: "\E180";
}

.glyphicons-facetime-video:before {
  content: "\E181";
}

.glyphicons-download-alt:before {
  content: "\E182";
}

.glyphicons-mute:before {
  content: "\E183";
}

.glyphicons-volume-down:before {
  content: "\E184";
}

.glyphicons-volume-up:before {
  content: "\E185";
}

.glyphicons-screenshot:before {
  content: "\E186";
}

.glyphicons-move:before {
  content: "\E187";
}

.glyphicons-more:before {
  content: "\E188";
}

.glyphicons-brightness-reduce:before {
  content: "\E189";
}

.glyphicons-brightness-increase:before {
  content: "\E190";
}

.glyphicons-circle-plus:before {
  content: "\E191";
}

.glyphicons-circle-minus:before {
  content: "\E192";
}

.glyphicons-circle-remove:before {
  content: "\E193";
}

.glyphicons-circle-ok:before {
  content: "\E194";
}

.glyphicons-circle-question-mark:before {
  content: "\E195";
}

.glyphicons-circle-info:before {
  content: "\E196";
}

.glyphicons-circle-exclamation-mark:before {
  content: "\E197";
}

.glyphicons-remove:before {
  content: "\E198";
}

.glyphicons-ok:before {
  content: "\E199";
}

.glyphicons-ban:before {
  content: "\E200";
}

.glyphicons-download:before {
  content: "\E201";
}

.glyphicons-upload:before {
  content: "\E202";
}

.glyphicons-shopping-cart:before {
  content: "\E203";
}

.glyphicons-lock:before {
  content: "\E204";
}

.glyphicons-unlock:before {
  content: "\E205";
}

.glyphicons-electricity:before {
  content: "\E206";
}

.glyphicons-ok-2:before {
  content: "\E207";
}

.glyphicons-remove-2:before {
  content: "\E208";
}

.glyphicons-cart-out:before {
  content: "\E209";
}

.glyphicons-cart-in:before {
  content: "\E210";
}

.glyphicons-left-arrow:before {
  content: "\E211";
}

.glyphicons-right-arrow:before {
  content: "\E212";
}

.glyphicons-down-arrow:before {
  content: "\E213";
}

.glyphicons-up-arrow:before {
  content: "\E214";
}

.glyphicons-resize-small:before {
  content: "\E215";
}

.glyphicons-resize-full:before {
  content: "\E216";
}

.glyphicons-circle-arrow-left:before {
  content: "\E217";
}

.glyphicons-circle-arrow-right:before {
  content: "\E218";
}

.glyphicons-circle-arrow-top:before {
  content: "\E219";
}

.glyphicons-circle-arrow-down:before {
  content: "\E220";
}

.glyphicons-play-button:before {
  content: "\E221";
}

.glyphicons-unshare:before {
  content: "\E222";
}

.glyphicons-share:before {
  content: "\E223";
}

.glyphicons-chevron-right:before {
  content: "\E224";
}

.glyphicons-chevron-left:before {
  content: "\E225";
}

.glyphicons-bluetooth:before {
  content: "\E226";
}

.glyphicons-euro:before {
  content: "\20AC";
}

.glyphicons-usd:before {
  content: "\E228";
}

.glyphicons-gbp:before {
  content: "\E229";
}

.glyphicons-retweet-2:before {
  content: "\E230";
}

.glyphicons-moon:before {
  content: "\E231";
}

.glyphicons-sun:before {
  content: "\2609";
}

.glyphicons-cloud:before {
  content: "\2601";
}

.glyphicons-direction:before {
  content: "\E234";
}

.glyphicons-brush:before {
  content: "\E235";
}

.glyphicons-pen:before {
  content: "\E236";
}

.glyphicons-zoom-in:before {
  content: "\E237";
}

.glyphicons-zoom-out:before {
  content: "\E238";
}

.glyphicons-pin:before {
  content: "\E239";
}

.glyphicons-albums:before {
  content: "\E240";
}

.glyphicons-rotation-lock:before {
  content: "\E241";
}

.glyphicons-flash:before {
  content: "\E242";
}

.glyphicons-google-maps:before {
  content: "\E243";
}

.glyphicons-anchor:before {
  content: "\2693";
}

.glyphicons-conversation:before {
  content: "\E245";
}

.glyphicons-chat:before {
  content: "\E246";
}

.glyphicons-male:before {
  content: "\E247";
}

.glyphicons-female:before {
  content: "\E248";
}

.glyphicons-asterisk:before {
  content: "\002A";
}

.glyphicons-divide:before {
  content: "\00F7";
}

.glyphicons-snorkel-diving:before {
  content: "\E251";
}

.glyphicons-scuba-diving:before {
  content: "\E252";
}

.glyphicons-oxygen-bottle:before {
  content: "\E253";
}

.glyphicons-fins:before {
  content: "\E254";
}

.glyphicons-fishes:before {
  content: "\E255";
}

.glyphicons-boat:before {
  content: "\E256";
}

.glyphicons-delete:before {
  content: "\E257";
}

.glyphicons-sheriffs-star:before {
  content: "\E258";
}

.glyphicons-qrcode:before {
  content: "\E259";
}

.glyphicons-barcode:before {
  content: "\E260";
}

.glyphicons-pool:before {
  content: "\E261";
}

.glyphicons-buoy:before {
  content: "\E262";
}

.glyphicons-spade:before {
  content: "\E263";
}

.glyphicons-bank:before {
  content: "\E264";
}

.glyphicons-vcard:before {
  content: "\E265";
}

.glyphicons-electrical-plug:before {
  content: "\E266";
}

.glyphicons-flag:before {
  content: "\E267";
}

.glyphicons-credit-card:before {
  content: "\E268";
}

.glyphicons-keyboard-wireless:before {
  content: "\E269";
}

.glyphicons-keyboard-wired:before {
  content: "\E270";
}

.glyphicons-shield:before {
  content: "\E271";
}

.glyphicons-ring:before {
  content: "\02DA";
}

.glyphicons-cake:before {
  content: "\E273";
}

.glyphicons-drink:before {
  content: "\E274";
}

.glyphicons-beer:before {
  content: "\E275";
}

.glyphicons-fast-food:before {
  content: "\E276";
}

.glyphicons-cutlery:before {
  content: "\E277";
}

.glyphicons-pizza:before {
  content: "\E278";
}

.glyphicons-birthday-cake:before {
  content: "\E279";
}

.glyphicons-tablet:before {
  content: "\E280";
}

.glyphicons-settings:before {
  content: "\E281";
}

.glyphicons-bullets:before {
  content: "\E282";
}

.glyphicons-cardio:before {
  content: "\E283";
}

.glyphicons-t-shirt:before {
  content: "\E284";
}

.glyphicons-pants:before {
  content: "\E285";
}

.glyphicons-sweater:before {
  content: "\E286";
}

.glyphicons-fabric:before {
  content: "\E287";
}

.glyphicons-leather:before {
  content: "\E288";
}

.glyphicons-scissors:before {
  content: "\E289";
}

.glyphicons-bomb:before {
  content: "\E290";
}

.glyphicons-skull:before {
  content: "\E291";
}

.glyphicons-celebration:before {
  content: "\E292";
}

.glyphicons-tea-kettle:before {
  content: "\E293";
}

.glyphicons-french-press:before {
  content: "\E294";
}

.glyphicons-coffee-cup:before {
  content: "\E295";
}

.glyphicons-pot:before {
  content: "\E296";
}

.glyphicons-grater:before {
  content: "\E297";
}

.glyphicons-kettle:before {
  content: "\E298";
}

.glyphicons-hospital:before {
  content: "\E299";
}

.glyphicons-hospital-h:before {
  content: "\E300";
}

.glyphicons-microphone:before {
  content: "\E301";
}

.glyphicons-webcam:before {
  content: "\E302";
}

.glyphicons-temple-christianity-church:before {
  content: "\E303";
}

.glyphicons-temple-islam:before {
  content: "\E304";
}

.glyphicons-temple-hindu:before {
  content: "\E305";
}

.glyphicons-temple-buddhist:before {
  content: "\E306";
}

.glyphicons-bicycle:before {
  content: "\E307";
}

.glyphicons-life-preserver:before {
  content: "\E308";
}

.glyphicons-share-alt:before {
  content: "\E309";
}

.glyphicons-comments:before {
  content: "\E310";
}

.glyphicons-flower:before {
  content: "\2698";
}

.glyphicons-baseball:before {
  content: "\26BE";
}

.glyphicons-rugby:before {
  content: "\E313";
}

.glyphicons-ax:before {
  content: "\E314";
}

.glyphicons-table-tennis:before {
  content: "\E315";
}

.glyphicons-bowling:before {
  content: "\E316";
}

.glyphicons-tree-conifer:before {
  content: "\E317";
}

.glyphicons-tree-deciduous:before {
  content: "\E318";
}

.glyphicons-more-items:before {
  content: "\E319";
}

.glyphicons-sort:before {
  content: "\E320";
}

.glyphicons-filter:before {
  content: "\E321";
}

.glyphicons-gamepad:before {
  content: "\E322";
}

.glyphicons-playing-dices:before {
  content: "\E323";
}

.glyphicons-calculator:before {
  content: "\E324";
}

.glyphicons-tie:before {
  content: "\E325";
}

.glyphicons-wallet:before {
  content: "\E326";
}

.glyphicons-piano:before {
  content: "\E327";
}

.glyphicons-sampler:before {
  content: "\E328";
}

.glyphicons-podium:before {
  content: "\E329";
}

.glyphicons-soccer-ball:before {
  content: "\E330";
}

.glyphicons-blog:before {
  content: "\E331";
}

.glyphicons-dashboard:before {
  content: "\E332";
}

.glyphicons-certificate:before {
  content: "\E333";
}

.glyphicons-bell:before {
  content: "\E334";
}

.glyphicons-candle:before {
  content: "\E335";
}

.glyphicons-pushpin:before {
  content: "\E336";
}

.glyphicons-iphone-shake:before {
  content: "\E337";
}

.glyphicons-pin-flag:before {
  content: "\E338";
}

.glyphicons-turtle:before {
  content: "\E339";
}

.glyphicons-rabbit:before {
  content: "\E340";
}

.glyphicons-globe:before {
  content: "\E341";
}

.glyphicons-briefcase:before {
  content: "\E342";
}

.glyphicons-hdd:before {
  content: "\E343";
}

.glyphicons-thumbs-up:before {
  content: "\E344";
}

.glyphicons-thumbs-down:before {
  content: "\E345";
}

.glyphicons-hand-right:before {
  content: "\E346";
}

.glyphicons-hand-left:before {
  content: "\E347";
}

.glyphicons-hand-up:before {
  content: "\E348";
}

.glyphicons-hand-down:before {
  content: "\E349";
}

.glyphicons-fullscreen:before {
  content: "\E350";
}

.glyphicons-shopping-bag:before {
  content: "\E351";
}

.glyphicons-book-open:before {
  content: "\E352";
}

.glyphicons-nameplate:before {
  content: "\E353";
}

.glyphicons-nameplate-alt:before {
  content: "\E354";
}

.glyphicons-vases:before {
  content: "\E355";
}

.glyphicons-bullhorn:before {
  content: "\E356";
}

.glyphicons-dumbbell:before {
  content: "\E357";
}

.glyphicons-suitcase:before {
  content: "\E358";
}

.glyphicons-file-import:before {
  content: "\E359";
}

.glyphicons-file-export:before {
  content: "\E360";
}

.glyphicons-bug:before {
  content: "\E361";
}

.glyphicons-crown:before {
  content: "\E362";
}

.glyphicons-smoking:before {
  content: "\E363";
}

.glyphicons-cloud-download:before {
  content: "\E364";
}

.glyphicons-cloud-upload:before {
  content: "\E365";
}

.glyphicons-restart:before {
  content: "\E366";
}

.glyphicons-security-camera:before {
  content: "\E367";
}

.glyphicons-expand:before {
  content: "\E368";
}

.glyphicons-collapse:before {
  content: "\E369";
}

.glyphicons-collapse-top:before {
  content: "\E370";
}

.glyphicons-globe-af:before {
  content: "\E371";
}

.glyphicons-global:before {
  content: "\E372";
}

.glyphicons-spray:before {
  content: "\E373";
}

.glyphicons-nails:before {
  content: "\E374";
}

.glyphicons-claw-hammer:before {
  content: "\E375";
}

.glyphicons-classic-hammer:before {
  content: "\E376";
}

.glyphicons-hand-saw:before {
  content: "\E377";
}

.glyphicons-riflescope:before {
  content: "\E378";
}

.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}

.glyphicons-electrical-socket-us:before {
  content: "\E380";
}

.glyphicons-message-forward:before {
  content: "\E381";
}

.glyphicons-coat-hanger:before {
  content: "\E382";
}

.glyphicons-dress:before {
  content: "\E383";
}

.glyphicons-bathrobe:before {
  content: "\E384";
}

.glyphicons-shirt:before {
  content: "\E385";
}

.glyphicons-underwear:before {
  content: "\E386";
}

.glyphicons-log-in:before {
  content: "\E387";
}

.glyphicons-log-out:before {
  content: "\E388";
}

.glyphicons-exit:before {
  content: "\E389";
}

.glyphicons-new-window-alt:before {
  content: "\E390";
}

.glyphicons-video-sd:before {
  content: "\E391";
}

.glyphicons-video-hd:before {
  content: "\E392";
}

.glyphicons-subtitles:before {
  content: "\E393";
}

.glyphicons-sound-stereo:before {
  content: "\E394";
}

.glyphicons-sound-dolby:before {
  content: "\E395";
}

.glyphicons-sound-5-1:before {
  content: "\E396";
}

.glyphicons-sound-6-1:before {
  content: "\E397";
}

.glyphicons-sound-7-1:before {
  content: "\E398";
}

.glyphicons-copyright-mark:before {
  content: "\E399";
}

.glyphicons-registration-mark:before {
  content: "\E400";
}

.glyphicons-radar:before {
  content: "\E401";
}

.glyphicons-skateboard:before {
  content: "\E402";
}

.glyphicons-golf-course:before {
  content: "\E403";
}

.glyphicons-sorting:before {
  content: "\E404";
}

.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}

.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}

.glyphicons-sort-by-order:before {
  content: "\E407";
}

.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}

.glyphicons-sort-by-attributes:before {
  content: "\E409";
}

.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}

.glyphicons-compressed:before {
  content: "\E411";
}

.glyphicons-package:before {
  content: "\E412";
}

.glyphicons-cloud-plus:before {
  content: "\E413";
}

.glyphicons-cloud-minus:before {
  content: "\E414";
}

.glyphicons-disk-save:before {
  content: "\E415";
}

.glyphicons-disk-open:before {
  content: "\E416";
}

.glyphicons-disk-saved:before {
  content: "\E417";
}

.glyphicons-disk-remove:before {
  content: "\E418";
}

.glyphicons-disk-import:before {
  content: "\E419";
}

.glyphicons-disk-export:before {
  content: "\E420";
}

.glyphicons-tower:before {
  content: "\E421";
}

.glyphicons-send:before {
  content: "\E422";
}

.glyphicons-git-branch:before {
  content: "\E423";
}

.glyphicons-git-create:before {
  content: "\E424";
}

.glyphicons-git-private:before {
  content: "\E425";
}

.glyphicons-git-delete:before {
  content: "\E426";
}

.glyphicons-git-merge:before {
  content: "\E427";
}

.glyphicons-git-pull-request:before {
  content: "\E428";
}

.glyphicons-git-compare:before {
  content: "\E429";
}

.glyphicons-git-commit:before {
  content: "\E430";
}

.glyphicons-construction-cone:before {
  content: "\E431";
}

.glyphicons-shoe-steps:before {
  content: "\E432";
}

.glyphicons-plus:before {
  content: "\002B";
}

.glyphicons-minus:before {
  content: "\2212";
}

.glyphicons-redo:before {
  content: "\E435";
}

.glyphicons-undo:before {
  content: "\E436";
}

.glyphicons-golf:before {
  content: "\E437";
}

.glyphicons-hockey:before {
  content: "\E438";
}

.glyphicons-pipe:before {
  content: "\E439";
}

.glyphicons-wrench:before {
  content: "\E440";
}

.glyphicons-folder-closed:before {
  content: "\E441";
}

.glyphicons-phone-alt:before {
  content: "\E442";
}

.glyphicons-earphone:before {
  content: "\E443";
}

.glyphicons-floppy-disk:before {
  content: "\E444";
}

.glyphicons-floppy-saved:before {
  content: "\E445";
}

.glyphicons-floppy-remove:before {
  content: "\E446";
}

.glyphicons-floppy-save:before {
  content: "\E447";
}

.glyphicons-floppy-open:before {
  content: "\E448";
}

.glyphicons-translate:before {
  content: "\E449";
}

.glyphicons-fax:before {
  content: "\E450";
}

.glyphicons-factory:before {
  content: "\E451";
}

.glyphicons-shop-window:before {
  content: "\E452";
}

.glyphicons-shop:before {
  content: "\E453";
}

.glyphicons-kiosk:before {
  content: "\E454";
}

.glyphicons-kiosk-wheels:before {
  content: "\E455";
}

.glyphicons-kiosk-light:before {
  content: "\E456";
}

.glyphicons-kiosk-food:before {
  content: "\E457";
}

.glyphicons-transfer:before {
  content: "\E458";
}

.glyphicons-money:before {
  content: "\E459";
}

.glyphicons-header:before {
  content: "\E460";
}

.glyphicons-blacksmith:before {
  content: "\E461";
}

.glyphicons-saw-blade:before {
  content: "\E462";
}

.glyphicons-basketball:before {
  content: "\E463";
}

.glyphicons-server:before {
  content: "\E464";
}

.glyphicons-server-plus:before {
  content: "\E465";
}

.glyphicons-server-minus:before {
  content: "\E466";
}

.glyphicons-server-ban:before {
  content: "\E467";
}

.glyphicons-server-flag:before {
  content: "\E468";
}

.glyphicons-server-lock:before {
  content: "\E469";
}

.glyphicons-server-new:before {
  content: "\E470";
}

.glyphicons-charging-station:before {
  content: "\F471";
}

.glyphicons-gas-station:before {
  content: "\E472";
}

.glyphicons-target:before {
  content: "\E473";
}

.glyphicons-bed-alt:before {
  content: "\E474";
}

.glyphicons-mosquito-net:before {
  content: "\E475";
}

.glyphicons-dining-set:before {
  content: "\E476";
}

.glyphicons-plate-of-food:before {
  content: "\E477";
}

.glyphicons-hygiene-kit:before {
  content: "\E478";
}

.glyphicons-blackboard:before {
  content: "\E479";
}

.glyphicons-marriage:before {
  content: "\E480";
}

.glyphicons-bucket:before {
  content: "\E481";
}

.glyphicons-none-color-swatch:before {
  content: "\E482";
}

.glyphicons-bring-forward:before {
  content: "\E483";
}

.glyphicons-bring-to-front:before {
  content: "\E484";
}

.glyphicons-send-backward:before {
  content: "\E485";
}

.glyphicons-send-to-back:before {
  content: "\E486";
}

.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}

.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}

.glyphicons-multiple-displays:before {
  content: "\E489";
}

.glyphicons-handshake:before {
  content: "\E490";
}

.glyphicons-child:before {
  content: "\E491";
}

.glyphicons-baby-formula:before {
  content: "\E492";
}

.glyphicons-medicine:before {
  content: "\E493";
}

.glyphicons-atv-vehicle:before {
  content: "\E494";
}

.glyphicons-motorcycle:before {
  content: "\E495";
}

.glyphicons-bed:before {
  content: "\E496";
}

.glyphicons-tent:before {
  content: "\26FA";
}

.glyphicons-glasses:before {
  content: "\E498";
}

.glyphicons-sunglasses:before {
  content: "\E499";
}

.glyphicons-family:before {
  content: "\E500";
}

.glyphicons-education:before {
  content: "\E501";
}

.glyphicons-shoes:before {
  content: "\E502";
}

.glyphicons-map:before {
  content: "\E503";
}

.glyphicons-cd:before {
  content: "\E504";
}

.glyphicons-alert:before {
  content: "\E505";
}

.glyphicons-piggy-bank:before {
  content: "\E506";
}

.glyphicons-star-half:before {
  content: "\E507";
}

.glyphicons-cluster:before {
  content: "\E508";
}

.glyphicons-flowchart:before {
  content: "\E509";
}

.glyphicons-commodities:before {
  content: "\E510";
}

.glyphicons-duplicate:before {
  content: "\E511";
}

.glyphicons-copy:before {
  content: "\E512";
}

.glyphicons-paste:before {
  content: "\E513";
}

.glyphicons-bath-bathtub:before {
  content: "\E514";
}

.glyphicons-bath-shower:before {
  content: "\E515";
}

.glyphicons-shower:before {
  content: "\1F6BF";
}

.glyphicons-menu-hamburger:before {
  content: "\E517";
}

.glyphicons-option-vertical:before {
  content: "\E518";
}

.glyphicons-option-horizontal:before {
  content: "\E519";
}

.glyphicons-currency-conversion:before {
  content: "\E520";
}

.glyphicons-user-ban:before {
  content: "\E521";
}

.glyphicons-user-lock:before {
  content: "\E522";
}

.glyphicons-user-flag:before {
  content: "\E523";
}

.glyphicons-user-asterisk:before {
  content: "\E524";
}

.glyphicons-user-alert:before {
  content: "\E525";
}

.glyphicons-user-key:before {
  content: "\E526";
}

.glyphicons-user-conversation:before {
  content: "\E527";
}

.glyphicons-database:before {
  content: "\E528";
}

.glyphicons-database-search:before {
  content: "\E529";
}

.glyphicons-list-alt:before {
  content: "\E530";
}

.glyphicons-hazard-sign:before {
  content: "\E531";
}

.glyphicons-hazard:before {
  content: "\E532";
}

.glyphicons-stop-sign:before {
  content: "\E533";
}

.glyphicons-lab:before {
  content: "\E534";
}

.glyphicons-lab-alt:before {
  content: "\E535";
}

.glyphicons-ice-cream:before {
  content: "\E536";
}

.glyphicons-ice-lolly:before {
  content: "\E537";
}

.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}

.glyphicons-invoice:before {
  content: "\E539";
}

.glyphicons-cart-tick:before {
  content: "\E540";
}

.glyphicons-hourglass:before {
  content: "\231B";
}

.glyphicons-cat:before {
  content: "\1F408";
}

.glyphicons-lamp:before {
  content: "\E543";
}

.glyphicons-scale-classic:before {
  content: "\E544";
}

.glyphicons-eye-plus:before {
  content: "\E545";
}

.glyphicons-eye-minus:before {
  content: "\E546";
}

.glyphicons-quote:before {
  content: "\E547";
}

.glyphicons-bitcoin:before {
  content: "\E548";
}

.glyphicons-yen:before {
  content: "\00A5";
}

.glyphicons-ruble:before {
  content: "\20BD";
}

.glyphicons-erase:before {
  content: "\E551";
}

.glyphicons-podcast:before {
  content: "\E552";
}

.glyphicons-firework:before {
  content: "\E553";
}

.glyphicons-scale:before {
  content: "\E554";
}

.glyphicons-king:before {
  content: "\E555";
}

.glyphicons-queen:before {
  content: "\E556";
}

.glyphicons-pawn:before {
  content: "\E557";
}

.glyphicons-bishop:before {
  content: "\E558";
}

.glyphicons-knight:before {
  content: "\E559";
}

.glyphicons-mic-mute:before {
  content: "\E560";
}

.glyphicons-voicemail:before {
  content: "\E561";
}

.glyphicons-paragraph:before {
  content: "\00B6";
}

.glyphicons-person-walking:before {
  content: "\E563";
}

.glyphicons-person-wheelchair:before {
  content: "\E564";
}

.glyphicons-underground:before {
  content: "\E565";
}

.glyphicons-car-hov:before {
  content: "\E566";
}

.glyphicons-car-rental:before {
  content: "\E567";
}

.glyphicons-transport:before {
  content: "\E568";
}

.glyphicons-taxi:before {
  content: "\1F695";
}

.glyphicons-ice-cream-no:before {
  content: "\E570";
}

.glyphicons-uk-rat-u:before {
  content: "\E571";
}

.glyphicons-uk-rat-pg:before {
  content: "\E572";
}

.glyphicons-uk-rat-12a:before {
  content: "\E573";
}

.glyphicons-uk-rat-12:before {
  content: "\E574";
}

.glyphicons-uk-rat-15:before {
  content: "\E575";
}

.glyphicons-uk-rat-18:before {
  content: "\E576";
}

.glyphicons-uk-rat-r18:before {
  content: "\E577";
}

.glyphicons-tv:before {
  content: "\E578";
}

.glyphicons-sms:before {
  content: "\E579";
}

.glyphicons-mms:before {
  content: "\E580";
}

.glyphicons-us-rat-g:before {
  content: "\E581";
}

.glyphicons-us-rat-pg:before {
  content: "\E582";
}

.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}

.glyphicons-us-rat-restricted:before {
  content: "\E584";
}

.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}

.glyphicons-equalizer:before {
  content: "\E586";
}

.glyphicons-speakers:before {
  content: "\E587";
}

.glyphicons-remote-control:before {
  content: "\E588";
}

.glyphicons-remote-control-tv:before {
  content: "\E589";
}

.glyphicons-shredder:before {
  content: "\E590";
}

.glyphicons-folder-heart:before {
  content: "\E591";
}

.glyphicons-person-running:before {
  content: "\E592";
}

.glyphicons-person:before {
  content: "\E593";
}

.glyphicons-voice:before {
  content: "\E594";
}

.glyphicons-stethoscope:before {
  content: "\E595";
}

.glyphicons-hotspot:before {
  content: "\E596";
}

.glyphicons-activity:before {
  content: "\E597";
}

.glyphicons-watch:before {
  content: "\231A";
}

.glyphicons-scissors-alt:before {
  content: "\E599";
}

.glyphicons-car-wheel:before {
  content: "\E600";
}

.glyphicons-chevron-up:before {
  content: "\E601";
}

.glyphicons-chevron-down:before {
  content: "\E602";
}

.glyphicons-superscript:before {
  content: "\E603";
}

.glyphicons-subscript:before {
  content: "\E604";
}

.glyphicons-text-size:before {
  content: "\E605";
}

.glyphicons-text-color:before {
  content: "\E606";
}

.glyphicons-text-background:before {
  content: "\E607";
}

.glyphicons-modal-window:before {
  content: "\E608";
}

.glyphicons-newspaper:before {
  content: "\1F4F0";
}

.glyphicons-tractor:before {
  content: "\1F69C";
}

/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
