.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.word-break {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.no-wraparound {
  overflow: auto;
}
.onload-fade-in {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*----------------------
  CHANGE SOME BOOTSTRAP STYLES
 ----------------------*/
/* use ems for line-heights, by default bootstrap just has 40px for all heading line heights */
h1,
h2 {
  line-height: 1.1em;
}
h3,
h4 {
  line-height: 1.25em;
}
h5,
h6,
p,
ul,
ol,
time {
  line-height: 1.5em;
}
/* Force word wrap for pre inside table cells. Overflow would be ideal, but that doesn't work inside a td unless the pre has a pixel width. This is the only solution that did anything. */
.table > tbody > tr > td > pre {
  white-space: pre-wrap;
}
.pagination .form-control-static {
  padding-top: 7px;
  display: inline-block;
}
.pagination .input-group input.form-control {
  min-width: 40px;
}
/* add left, right, and bottom tabs (they were removed in bootstrap 3) */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
  text-align: right;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/* more colors for bootstrap */
.label-inverse {
  background-color: #444444;
}
.submission_status-spam {
  color: #fff;
  background-color: #999999;
  border-color: #666666;
}
button.submission_status-spam:hover,
button.submission_status-spam:focus,
button.submission_status-spam:active,
a.submission_status-spam:hover,
a.submission_status-spam:focus,
a.submission_status-spam:active {
  color: #fff;
  background-color: #666666;
  border-color: #333333;
}
.published_status-new,
.submission_status-,
.submission_status-new,
.submission_status-review {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
button.published_status-new:hover,
button.published_status-new:focus,
button.published_status-new:active,
a.published_status-new:hover,
a.published_status-new:focus,
a.published_status-new:active,
button.submission_status-new:hover,
button.submission_status-new:focus,
button.submission_status-new:active,
a.submission_status-new:hover,
a.submission_status-new:focus,
a.submission_status-new:active,
button.submission_status-review:hover,
button.submission_status-review:focus,
button.submission_status-review:active,
a.submission_status-review:hover,
a.submission_status-review:focus,
a.submission_status-review:active {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.published_status-published,
.account_status-confirmed,
.account_status-trusted,
.submission_status-approved {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
button.published_status-published:hover,
button.published_status-published:focus,
button.published_status-published:active,
a.published_status-published:hover,
a.published_status-published:focus,
a.published_status-published:active,
button.account_status-confirmed:hover,
button.account_status-confirmed:focus,
button.account_status-confirmed:active,
a.account_status-confirmed:hover,
a.account_status-confirmed:focus,
a.account_status-confirmed:active,
button.account_status-trusted:hover,
button.account_status-trusted:focus,
button.account_status-trusted:active,
a.account_status-trusted:hover,
a.account_status-trusted:focus,
a.account_status-trusted:active,
button.submission_status-approved:hover,
button.submission_status-approved:focus,
button.submission_status-approved:active,
a.submission_status-approved:hover,
a.submission_status-approved:focus,
a.submission_status-approved:active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.published_status-pending,
.account_status-pending {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
button.published_status-pending:hover,
button.published_status-pending:focus,
button.published_status-pending:active,
a.published_status-pending:hover,
a.published_status-pending:focus,
a.published_status-pending:active,
button.account_status-pending:hover,
button.account_status-pending:focus,
button.account_status-pending:active,
a.account_status-pending:hover,
a.account_status-pending:focus,
a.account_status-pending:active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.published_status-unpublished,
.published_status-expired,
.account_status-suspended,
.submission_status-rejected {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
button.published_status-unpublished:hover,
button.published_status-expired:hover,
button.published_status-unpublished:focus,
button.published_status-expired:focus,
button.published_status-unpublished:active,
button.published_status-expired:active,
a.published_status-unpublished:hover,
a.published_status-expired:hover,
a.published_status-unpublished:focus,
a.published_status-expired:focus,
a.published_status-unpublished:active,
a.published_status-expired:active,
button.account_status-suspended:hover,
button.account_status-deleted:hover,
button.account_status-suspended:focus,
button.account_status-deleted:focus,
button.account_status-suspended:active,
button.account_status-deleted:active,
a.account_status-suspended:hover,
a.account_status-deleted:hover,
a.account_status-suspended:focus,
a.account_status-deleted:focus,
a.account_status-suspended:active,
a.account_status-deleted:active,
button.submission_status-rejected:hover,
button.submission_status-rejected:focus,
button.submission_status-rejected:active,
a.submission_status-rejected:hover a.submission_status-rejected:focus a.submission_status-rejected:active {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.spinner-large {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  padding: 40px 0 40px 0;
}
/*----------------------
  CUT OFF TEXT
  
  The ellipsis classes reveal a '...' if there is more content that isn't being displayed.
 ----------------------*/
.ellipsis-container {
  padding-right: 1em;
  position: relative;
}
.ellipsis {
  background: inherit;
  display: inline;
}
.ellipsis:before,
.ellipsis:after {
  background: inherit;
  position: absolute;
}
.ellipsis:before {
  content: '\2026';
  bottom: 0;
  right: 0;
}
.ellipsis:after {
  content: '';
  height: 100%;
  width: 100%;
}
.cutoff {
  line-height: 1.5;
  overflow: hidden;
}
.cutoff-1 {
  max-height: 1.5em;
}
.cutoff-2 {
  max-height: 3em;
}
.cutoff-3 {
  max-height: 4.5em;
}
/*----------------------
  STYLES WITHIN FORMATS
 ----------------------*/
/* remove all top margins for headings within listings, set the line-heights using ems, and the bottom margin using ems so that they're proportional to the font size */
.result {
  margin-bottom: 1em;
}
.result h1,
.result h2 {
  margin-top: 0;
  margin-bottom: .3em;
  line-height: 1.2em;
}
.result h3,
.result h4 {
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.3em;
}
.result h5,
.result h6,
.result p,
.result ul,
.result ol,
.result time {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
}
tr.result {
  margin-bottom: 0;
}
.result-inner {
  padding: 10px;
}
.fmt_giant,
.fmt_story {
  font-size: 14px;
}
.fmt_giant .title,
.fmt_story .title {
  font-size: 36px;
}
.fmt_giant .subtitle,
.fmt_story .subtitle {
  font-size: 26px;
}
.fmt_giant .teaser,
.fmt_story .teaser {
  font-size: 16px;
}
.fmt_giant p,
.fmt_story p,
.fmt_giant ol,
.fmt_story ol,
.fmt_giant ul,
.fmt_story ul {
  font-size: 14px;
}
.fmt_pan {
  font-size: 14px;
}
.fmt_pan .title {
  font-size: 32px;
}
.fmt_pan .subtitle {
  font-size: 24px;
}
.fmt_pan .teaser,
.fmt_pan p,
.fmt_pan ol,
.fmt_pan ul {
  font-size: 14px;
}
.fmt_post {
  font-size: 14px;
}
.fmt_post .title {
  font-size: 26px;
}
.fmt_post .subtitle {
  font-size: 18px;
}
.fmt_post .teaser,
.fmt_post p,
.fmt_post ol,
.fmt_post ul {
  font-size: 14px;
}
.fmt_home {
  font-size: 13px;
}
.fmt_home .title {
  font-size: 22px;
}
.fmt_home .subtitle {
  font-size: 17px;
}
.fmt_home .teaser {
  font-size: 14px;
}
.fmt_home p,
.fmt_home ol,
.fmt_home ul {
  font-size: 13px;
}
.fmt_list_lg,
.fmt_story .fmt_list_lg {
  font-size: 13px;
}
.fmt_list_lg .title,
.fmt_story .fmt_list_lg .title {
  font-size: 22px;
}
.fmt_list_lg .subtitle,
.fmt_story .fmt_list_lg .subtitle {
  font-size: 16px;
}
.fmt_list_lg .teaser,
.fmt_story .fmt_list_lg .teaser {
  font-size: 14px;
}
.fmt_list_lg p,
.fmt_story .fmt_list_lg p,
.fmt_list_lg ol,
.fmt_story .fmt_list_lg ol,
.fmt_list_lg ul,
.fmt_story .fmt_list_lg ul {
  font-size: 13px;
}
.fmt_list,
.fmt_story .fmt_list {
  font-size: 13px;
}
.fmt_list .title,
.fmt_story .fmt_list .title {
  font-size: 18px;
}
.fmt_list .subtitle,
.fmt_story .fmt_list .subtitle {
  font-size: 14px;
}
.fmt_list .teaser,
.fmt_story .fmt_list .teaser,
.fmt_list p,
.fmt_story .fmt_list p,
.fmt_list ol,
.fmt_story .fmt_list ol,
.fmt_list ul,
.fmt_story .fmt_list ul {
  font-size: 13px;
}
.fmt_list_sm,
.fmt_story .fmt_list_sm {
  font-size: 11px;
}
.fmt_list_sm .title,
.fmt_story .fmt_list_sm .title {
  font-size: 14px;
}
.fmt_list_sm .subtitle,
.fmt_story .fmt_list_sm .subtitle {
  font-size: 12px;
}
.fmt_list_sm .teaser,
.fmt_story .fmt_list_sm .teaser,
.fmt_list_sm p,
.fmt_story .fmt_list_sm p,
.fmt_list_sm ol,
.fmt_story .fmt_list_sm ol,
.fmt_list_sm ul,
.fmt_story .fmt_list_sm ul {
  font-size: 11px;
}
.fmt_grid_lg,
.fmt_story .fmt_grid_lg,
.fmt_list_lg [class*="span"].result {
  font-size: 12px;
}
.fmt_grid_lg .title,
.fmt_story .fmt_grid_lg .title,
.fmt_list_lg [class*="span"].result .title {
  font-size: 18px;
}
.fmt_grid_lg .subtitle,
.fmt_story .fmt_grid_lg .subtitle,
.fmt_list_lg [class*="span"].result .subtitle {
  font-size: 14px;
}
.fmt_grid_lg .teaser,
.fmt_story .fmt_grid_lg .teaser,
.fmt_list_lg [class*="span"].result .teaser,
.fmt_grid_lg p,
.fmt_story .fmt_grid_lg p,
.fmt_list_lg [class*="span"].result p,
.fmt_grid_lg ol,
.fmt_story .fmt_grid_lg ol,
.fmt_list_lg [class*="span"].result ol,
.fmt_grid_lg ul,
.fmt_story .fmt_grid_lg ul,
.fmt_list_lg [class*="span"].result ul {
  font-size: 12px;
}
.fmt_grid_lg .inner {
  margin-left: -18px;
}
.fmt_grid_lg .result {
  margin-left: 18px;
  width: 180px;
  float: left;
  display: inline;
}
.fmt_grid,
.fmt_story .fmt_grid,
.fmt_list [class*="span"].result {
  font-size: 11px;
}
.fmt_grid .title,
.fmt_story .fmt_grid .title,
.fmt_list [class*="span"].result .title {
  font-size: 14px;
}
.fmt_grid .subtitle,
.fmt_story .fmt_grid .subtitle,
.fmt_list [class*="span"].result .subtitle {
  font-size: 12px;
}
.fmt_grid .teaser,
.fmt_story .fmt_grid .teaser,
.fmt_list [class*="span"].result .teaser {
  font-size: 12px;
}
.fmt_grid p,
.fmt_story .fmt_grid p,
.fmt_list [class*="span"].result p,
.fmt_grid ol,
.fmt_story .fmt_grid ol,
.fmt_list [class*="span"].result ol,
.fmt_grid ul,
.fmt_story .fmt_grid ul,
.fmt_list [class*="span"].result ul {
  font-size: 11px;
}
.fmt_grid .inner {
  margin-left: -10px;
}
.fmt_grid .result {
  margin-left: 10px;
  width: 120px;
  float: left;
  display: inline;
}
.fmt_grid_sm,
.fmt_story .fmt_grid_sm,
.fmt_list_sm [class*="span"].result {
  font-size: 10px;
}
.fmt_grid_sm .title,
.fmt_story .fmt_grid_sm .title,
.fmt_list_sm [class*="span"].result .title {
  font-size: 13px;
}
.fmt_grid_sm .subtitle,
.fmt_story .fmt_grid_sm .subtitle,
.fmt_list_sm [class*="span"].result .subtitle {
  font-size: 11px;
}
.fmt_grid_sm .teaser,
.fmt_story .fmt_grid_sm .teaser,
.fmt_list_sm [class*="span"].result .teaser {
  font-size: 11px;
}
.fmt_grid_sm p,
.fmt_story .fmt_grid_sm p,
.fmt_list_sm [class*="span"].result p,
.fmt_grid_sm ol,
.fmt_story .fmt_grid_sm ol,
.fmt_list_sm [class*="span"].result ol,
.fmt_grid_sm ul,
.fmt_story .fmt_grid_sm ul,
.fmt_list_sm [class*="span"].result ul {
  font-size: 10px;
}
.fmt_grid_sm .inner {
  margin-left: -10px;
}
.fmt_grid_sm .result {
  margin-left: 10px;
  width: 60px;
  float: left;
  display: inline;
}
/*----------------------
  IMAGES
 ----------------------*/
.image {
  margin-bottom: .75em;
}
.image img {
  display: block;
  margin: 0 auto;
}
/* set image widths */
.image_giant,
.image_vgiant {
  width: 920px;
}
.image_story,
.image_vstory,
.image_pan {
  width: 580px;
}
.image_home,
.image_vhome {
  width: 300px;
}
.image_post,
.image_vpost {
  width: 410px;
}
.image_lg,
.image_vlg {
  width: 180px;
}
.image_md,
.image_vmd {
  width: 120px;
}
.image_sm,
.image_vsm {
  width: 60px;
}
.image_ty {
  width: 30px;
}
/* image margins */
.image_giant,
.image_story,
.image_pan,
.image_home,
.image_post,
.image_lg,
.image_vlg,
.video_embed,
.map {
  margin: 0 0 1em 0;
}
/* small grid images have smaller margin under them */
.image_md,
.image_vmd,
.image_sm,
.image_vsm,
.image_ty {
  margin: 0 0 .75em 0;
}
/* images in list boxes float left and also get a right margin */
.fmt_list_lg .image_lg,
.fmt_list_lg .image_vlg,
.fmt_links .image_ty {
  margin-right: 1em;
  float: left;
}
.fmt_list .image_md,
.fmt_list .image_vmd,
.fmt_list .image_sm {
  margin-right: 1em;
  float: left;
}
.fmt_list_sm .image_sm,
.fmt_list_sm .image_vsm {
  margin-right: 1em;
  float: left;
}
/* when its a list style, but the result has a span* on it, it's a bootstrap column, so remove the float and the right margin from the image */
.fmt_list [class*="span"].result .image_md,
.fmt_list_lg [class*="span"].result .image_lg,
.fmt_list_sm [class*="span"].result .image_sm {
  float: none;
  margin-right: 0;
}
/*----------------------
  ADs
 ----------------------*/
/* Ads: remove default padding for inner and result (ads can fill the entire width of a column, where content usually has padding inside a column) */
.ads .inner {
  padding: 0;
}
.ads .ad {
  padding: 10px 0;
}
.ads .ad .image {
  margin: 0 auto;
}
/* center the ads */
/* specific ad sizes */
.ad_970x250 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_970x90 .image {
  width: 970px;
  margin: 0 auto;
}
.ad_728x90 .image {
  width: 728px;
  margin: 0 auto;
}
.ad_160x600 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_160x770 .image {
  width: 160px;
  margin: 0 auto;
}
.ad_120x600 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_120x240 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_300x250 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_240x320 .image {
  width: 240px;
  margin: 0 auto;
}
.ad_300x340 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x185 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x120 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x600 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_300x510 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_600x300 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_600x250 .image {
  width: 600px;
  margin: 0 auto;
}
.ad_120x90 .image {
  width: 120px;
  margin: 0 auto;
}
.ad_940x50 .image {
  width: 940px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_300x50 .image {
  width: 300px;
  margin: 0 auto;
}
.ad_320x50 .image {
  width: 320px;
  margin: 0 auto;
}
.ad_200x120 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_200x90 .image {
  width: 200px;
  margin: 0 auto;
}
.ad_410x120 .image {
  width: 410px;
  margin: 0 auto;
}
/* center ads within an ad zone */
.dfp_ad > div > iframe {
  display: block;
  margin: 0 auto;
}
.ad_960x50 {
  padding: 0 !important;
  display: none;
}
.ad_960x50 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
}
.ad_970x250 {
  padding: 0 !important;
  display: none;
}
.ad_970x250 .dfp_ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
/*----------------------
  TABLES
 ----------------------*/
/* listings table from content component */
.fmt_table table td h2 {
  font-size: 14px;
  line-height: 20px;
}
.fmt_table table td .result {
  border: none;
}
.fmt_table .inner {
  padding: 0;
}
.fmt_table .avatar {
  float: left;
  margin-right: 5px;
}
.fmt_table .category {
  float: none;
  text-align: left;
}
.fmt_table .date {
  text-transform: none;
  letter-spacing: normal;
}
.form-search {
  margin: 0;
}
th,
td {
  border: none;
  vertical-align: top;
  text-align: left;
  padding: 0;
}
/* I don't want tables to have margins by default */
/*----------------------
  COMMENTS
 ----------------------*/
.nested0 {
  float: none;
  clear: both;
}
.nested1 {
  float: right;
  clear: right;
  width: 95%;
}
.nested2 {
  float: right;
  clear: right;
  width: 90%;
}
.nested3 {
  float: right;
  clear: right;
  width: 85%;
}
.nested4 {
  float: right;
  clear: right;
  width: 80%;
}
.nested5 {
  float: right;
  clear: right;
  width: 75%;
}
.nested6 {
  float: right;
  clear: right;
  width: 70%;
}
.nested7 {
  float: right;
  clear: right;
  width: 65%;
}
.nested8 {
  float: right;
  clear: right;
  width: 60%;
}
/*----------------------
  COMMON CLASSES
 ----------------------*/
/* common layout styles */
.hidden {
  display: none;
}
.clear {
  height: 0;
  clear: both;
  font-size: 1%;
  line-height: 1%;
}
.hr {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 14px 0;
  padding: 0;
}
.no_margin {
  margin: 0 !important;
}
.indent {
  margin-left: 1.25em;
}
.spacer {
  padding: 10px 0;
  font-size: 1%;
  line-height: 1%;
}
.line {
  clear: both;
  border-bottom: solid #999 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1%;
  line-height: 1%;
}
.brdr {
  border: solid #999 1px;
}
.weight-normal {
  font-weight: normal;
}
.italic-normal {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.tabs-centered .nav-tabs,
.tabs-centered .nav-pills {
  text-align: center;
}
.tabs-centered .nav-tabs > li,
.tabs-centered .nav-pills > li {
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tab-divider-vertical {
  margin-left: 15px;
  padding: 10px 12px 10px 0;
  border-left: solid #CCCCCC 1px;
}
/* common text colors */
.white,
p.white {
  color: white;
}
a.white:link,
a.white:visited {
  color: white;
}
a.white:hover,
a.white:active {
  color: #FFFFCC;
}
.black {
  color: black;
}
.black_reverse {
  color: white;
  background: black;
  padding: 1px;
}
a.black_reverse:link {
  color: white;
  text-decoration: none;
}
a.black_reverse:visited {
  color: white;
  text-decoration: none;
}
a.black_reverse:hover,
a.black_reverse:active {
  color: #CC3300;
  background: transparent;
  text-decoration: underline;
}
.red {
  color: #CC0000;
}
.red_reverse {
  color: white;
  background: #CC0000;
  padding: 1px;
}
.required {
  color: #CC0000;
}
.green {
  color: #006600;
}
.section_title {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 34px;
  line-height: 36px;
}
/* add more left margin to bootstrap inline radios */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 15px;
}
/* additional label style */
.label-light,
.badge-light {
  font-weight: normal;
  color: #333333;
  background-color: #E6E6E6;
  text-shadow: none;
  margin-bottom: 4px;
}
.form-horizontal .controls .control-label {
  float: none;
  width: auto;
  padding-top: 5px;
  text-align: left;
}
.form_title {
  padding: 20px 0 20px 40px;
}
.rotate {
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* add line breaks to long urls */
.url {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.fmt_grid_lg .sortable_photos {
  float: left;
}
.fmt_grid_lg .sortable_photos .photo_cell {
  width: 182px;
}
.fmt_grid_lg .sortable_photos .photo_outer {
  width: 182px;
  height: 182px;
}
.no-results {
  text-align: center;
  padding: 100px 0 100px 0;
}
/*----------------------
  FORMS
 ----------------------*/
.help-block {
  margin-top: 5px;
  font-size: 85%;
  color: #999;
}
label.control-label {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
label.checkbox {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
input[type="text"],
input[type="password"],
textarea {
  border: solid #E6E6E6 1px;
}
.controls .row {
  margin-bottom: 5px;
  margin-left: 0;
}
.controls .row [class*="span"].result:first-child {
  margin-left: 0;
}
.form-horizontal .controls .row label {
  padding-top: 5px;
}
/* have non-horizontal labels within a horizontal form by wrapping the form-horizontal-cancel class around them */
.form-horizontal .form-horizontal-cancel .control-label {
  margin-bottom: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .form-horizontal .form-horizontal-cancel .control-label {
    text-align: left;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .form-horizontal .form-horizontal-cancel .control-label {
    width: auto;
  }
}
/* remove right padding for side-by-side form fields */
.form-group-adjacent div[class*="col-"] {
  padding-right: 0;
}
.form-group-adjacent div[class*="col-"]:last-child {
  padding-right: 15px;
}
hr.condensed {
  margin: 0 0 15px 0;
}
hr.condensed2 {
  margin: 0 0 5px 0;
}
.clear {
  height: 0;
  clear: both;
  font-size: 1%;
  line-height: 1%;
}
/* character counter */
.counter {
  display: block;
  padding: 3px 0 0 3px;
  text-align: left;
  width: 100px;
  font-size: 9px;
  color: #CCC;
}
.counter b {
  font-weight: bold;
  color: #999;
}
/* gets applied to the form when the form has changed */
/* use paragraph tag instead of label for the checkbox tree, change the font size and margin to match what it would be if it was a label */
p.checkbox {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
/* error messages for individual fields */
ul.error_list li {
  color: #B94A48;
}
/* time selects */
select[id*="_hour"] {
  font-size: 13px;
  width: 70px;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
select[id*="_minute"] {
  font-size: 13px;
  width: 50px;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
/* date picker */
input.date {
  width: 80px;
  margin-bottom: 0;
}
input.title_field {
  font-size: 20px;
  height: 34px;
  line-height: 34px;
}
.input-append .btn-group > .search_type_select:first-child {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
label[for='event_repeat_day_nums_0'],
label[for='event_repeat_week_nums_0'] {
  width: 90px;
}
/* styles for fields that are using inherited values */
.inherited,
textarea.inherited,
input[type="text"].inherited {
  background: #F1F1F1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .form-horizontal .control-label {
    width: 100px;
  }
  .form-horizontal .controls {
    margin-left: 120px;
  }
}
/*----------------------
  TABLE
 ----------------------*/
.fmt_table table .result h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 .5em 0;
}
.fmt_table table .result p,
.fmt_table table .result address {
  font-size: 12px;
  line-height: 16px;
}
/*----------------------
  MODALS
 ----------------------*/
.modal.modal-wide {
  width: 960px;
  margin: -230px 0 0 -480px;
  top: 52%;
}
.modal.modal-wide .modal-body {
  overflow-y: auto;
  max-height: 480px;
  width: 930px;
  padding: 15px 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .modal.modal-wide {
    width: 960px;
    margin: -230px 0 0 -480px;
  }
  .modal.modal-wide .modal-body {
    width: 930px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .modal.modal-wide {
    width: 760px;
    margin: -230px 0 0 -380px;
  }
  .modal.modal-wide .modal-body {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .modal.modal-wide {
    width: auto;
    margin: 0;
    top: 20px;
  }
  .modal.modal-wide .modal-body {
    width: auto;
  }
}
@media (max-width: 480px) {
  .modal.modal-wide {
    width: auto;
    margin: 0;
    top: 20px;
  }
  .modal.modal-wide .modal-body {
    width: auto;
  }
}
.modal.modal_zoom {
  background: #666666;
}
.modal.modal_zoom .close {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
  opacity: .7;
  filter: alpha(opacity=70);
}
.modal.modal_zoom .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.modal_zoom .modal-header {
  padding: 4px 15px;
  border-bottom: solid #999999 1px;
}
.modal.modal_zoom .modal-header h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.modal.modal_zoom .modal-body {
  padding: 0;
  max-height: 800px;
}
/* for bootstrap3 */
.modal-zoom .modal-dialog {
  width: 582px;
}
.modal-zoom .modal-content {
  background: #666666;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.modal-zoom .close {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
  opacity: .7;
  filter: alpha(opacity=70);
}
.modal-zoom .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-zoom .modal-content .modal-header {
  min-height: 28px;
  padding: 4px 15px;
  border-bottom: solid #999999 1px;
}
.modal-zoom .modal-content .modal-header h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.modal-zoom .modal-content .modal-body {
  padding: 0;
  max-height: 800px;
}
/*----------------------
  ALERTS
 ----------------------*/
/* the alert_container id is for ajax alerts, the class is for non-ajax alerts (flash messages) */
#alert_container,
.alert_container {
  z-index: 999999;
  position: fixed;
  width: 940px;
  top: 6px;
  left: 50%;
  margin-left: -480px;
}
#alert_container {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #alert_container,
  .alert_container {
    width: 744px;
    margin-left: -372px;
  }
}
@media (min-width: 1200px) {
  #alert_container,
  .alert_container {
    width: 1190px;
    margin-left: -595px;
  }
}
#alert_container .alert,
.alert_container .alert {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.alert-account-status {
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
}
.alert-account-status-development {
  background: #222222;
  color: #E6E6E6;
}
.alert-account-status-warning {
  background: darkred;
  color: #E6E6E6;
}
/*----------------------
  FLAGS
 ----------------------*/
.flag-black {
  color: black;
}
.flag-white {
  color: white;
}
.flag-gray {
  color: gray;
}
.flag-brown {
  color: SaddleBrown;
}
.flag-purple {
  color: purple;
}
.flag-blue {
  color: blue;
}
.flag-green {
  color: green;
}
.flag-yellow {
  color: gold;
}
.flag-orange {
  color: orange;
}
.flag-red {
  color: red;
}
.flag-pink {
  color: fuchsia;
}
/*----------------------
  SIGN-IN FORM
 ----------------------*/
.form-signin {
  max-width: 300px;
  padding: 30px;
  margin: 60px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin-heading {
  font-size: 24px;
  line-height: 24px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  padding: 7px 9px;
}
.form-signin .help-block {
  font-size: 12px;
  line-height: 14px;
  color: #CCCCCC;
  margin-bottom: 25px;
}
.security_numbers:hover {
  cursor: pointer;
}
/* captcha_holder is the same as clearfix */
.captcha_holder {
  float: right;
  margin-bottom: 20px;
  *zoom: 1;
}
.captcha_holder:before,
.captcha_holder:after {
  display: table;
  line-height: 0;
  content: "";
}
.captcha_holder:after {
  clear: both;
}
.sfTContainer {
  max-width: 600px;
  padding: 30px;
  margin: 60px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.sfTMessageIcon {
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
/*----------------------
  GOOGLE MAP
 ----------------------*/
/* bootstrap's image css messes with the google map markers, override max-width inside a map */
.map {
  text-align: center;
}
.map img {
  max-width: none;
}
/* google map marker (clear image with this as the background) */
.gmarker {
  background-image: url("/images/global/google_map_markers.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.gmarker_sm {
  width: 14px;
  height: 24px;
  margin: 0;
  background-image: url("/images/global/google_map_markers_sm.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
/* wrapper around a map marker image that's usually used within the title element */
.map_marker {
  display: inline-block;
  width: 1em;
  margin-bottom: -0.6em;
  margin-right: .4em;
}
.map_marker:empty {
  width: 0;
  margin-right: 0;
}
.map_marker img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*----------------------
  RATING STARS
 ----------------------*/
.rating {
  line-height: 100%;
}
.rating img {
  width: auto;
  display: inline;
}
/*----------------------
  FACEBOOK
 ----------------------*/
/* responsive facebook comments */
.fb-page-responsive .fb_iframe_widget,
.fb-page-responsive .fb_iframe_widget span,
.fb-page-responsive .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
/*----------------------
  SCHEDULE CALENDAR
 ----------------------*/
.schedule .row {
  margin-left: -10px;
  *zoom: 1;
}
.schedule [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.schedule .span7 {
  width: 760px;
}
.schedule .span6 {
  width: 650px;
}
.schedule .span5 {
  width: 540px;
}
.schedule .span4 {
  width: 430px;
}
.schedule .span3 {
  width: 320px;
}
.schedule .span2 {
  width: 210px;
}
.schedule .span1 {
  width: 100px;
}
.schedule .offset7 {
  margin-left: 780px;
}
.schedule .offset6 {
  margin-left: 670px;
}
.schedule .offset5 {
  margin-left: 560px;
}
.schedule .offset4 {
  margin-left: 450px;
}
.schedule .offset3 {
  margin-left: 340px;
}
.schedule .offset2 {
  margin-left: 230px;
}
.schedule .offset1 {
  margin-left: 120px;
}
.schedule_cols {
  background: transparent url("/images/global/schedule_cols_960.gif") repeat-y scroll left top;
}
.schedule .btn img {
  float: left;
  margin: 2px 6px 0 -4px;
}
.schedule .btn {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.schedule .btn-small {
  font-size: 11px !important;
  line-height: 16px !important;
}
.schedule .btn-small small {
  font-size: 9px !important;
  line-height: 16px !important;
}
.schedule .btn-middle {
  border-right: none;
  border-left: none;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.schedule .btn-middle:before,
.schedule .btn-middle:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-middle:after {
  clear: both;
}
.schedule .btn-first {
  border-right: none;
  margin-right: -5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  *zoom: 1;
}
.schedule .btn-first:before,
.schedule .btn-first:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-first:after {
  clear: both;
}
.schedule .btn-last {
  border-left: none;
  margin-left: -5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.schedule .btn-last:before,
.schedule .btn-last:after {
  display: table;
  content: "";
  line-height: 0;
}
.schedule .btn-last:after {
  clear: both;
}
.schedule tbody th {
  width: 104px;
  background: #f5f5f5;
}
/* bootstrap 3 schedule */
.modern .container-fluid .schedule_cols {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  background-image: url("/images/global/schedule_cols_percent.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-attachment: scroll;
  background-size: 100%;
}
.modern .container-fluid .schedule_cols .schedule_day {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .modern .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/global/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .modern .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/global/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .modern .container-fluid .schedule_cols {
    background-color: transparent;
    background-image: url("/images/global/schedule_cols_percent.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: 100%;
  }
}
.schedule .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.schedule .btn-block {
  padding-left: 5%;
}
.schedule .btn-block .date {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.schedule .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule .row {
  margin-left: -5px;
  margin-right: -5px;
}
.schedule .col-xs-1,
.schedule .col-sm-1,
.schedule .col-md-1,
.schedule .col-lg-1,
.schedule .col-xs-2,
.schedule .col-sm-2,
.schedule .col-md-2,
.schedule .col-lg-2,
.schedule .col-xs-3,
.schedule .col-sm-3,
.schedule .col-md-3,
.schedule .col-lg-3,
.schedule .col-xs-4,
.schedule .col-sm-4,
.schedule .col-md-4,
.schedule .col-lg-4,
.schedule .col-xs-5,
.schedule .col-sm-5,
.schedule .col-md-5,
.schedule .col-lg-5,
.schedule .col-xs-6,
.schedule .col-sm-6,
.schedule .col-md-6,
.schedule .col-lg-6,
.schedule .col-xs-7,
.schedule .col-sm-7,
.schedule .col-md-7,
.schedule .col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule .col-xs-1,
.schedule .col-xs-2,
.schedule .col-xs-3,
.schedule .col-xs-4,
.schedule .col-xs-5,
.schedule .col-xs-6,
.schedule .col-xs-7 {
  float: left;
}
.schedule .col-xs-7 {
  width: 100%;
}
.schedule .col-xs-6 {
  width: 85.71428571%;
}
.schedule .col-xs-5 {
  width: 71.42857143%;
}
.schedule .col-xs-4 {
  width: 57.14285714%;
}
.schedule .col-xs-3 {
  width: 42.85714286%;
}
.schedule .col-xs-2 {
  width: 28.57142857%;
}
.schedule .col-xs-1 {
  width: 14.28571429%;
}
.schedule .col-xs-pull-7 {
  right: 100%;
}
.schedule .col-xs-pull-6 {
  right: 85.71428571%;
}
.schedule .col-xs-pull-5 {
  right: 71.42857143%;
}
.schedule .col-xs-pull-4 {
  right: 57.14285714%;
}
.schedule .col-xs-pull-3 {
  right: 42.85714286%;
}
.schedule .col-xs-pull-2 {
  right: 28.57142857%;
}
.schedule .col-xs-pull-1 {
  right: 14.28571429%;
}
.schedule .col-xs-pull-0 {
  right: auto;
}
.schedule .col-xs-push-7 {
  left: 100%;
}
.schedule .col-xs-push-6 {
  left: 85.71428571%;
}
.schedule .col-xs-push-5 {
  left: 71.42857143%;
}
.schedule .col-xs-push-4 {
  left: 57.14285714%;
}
.schedule .col-xs-push-3 {
  left: 42.85714286%;
}
.schedule .col-xs-push-2 {
  left: 28.57142857%;
}
.schedule .col-xs-push-1 {
  left: 14.28571429%;
}
.schedule .col-xs-push-0 {
  left: auto;
}
.schedule .col-xs-offset-7 {
  margin-left: 100%;
}
.schedule .col-xs-offset-6 {
  margin-left: 85.71428571%;
}
.schedule .col-xs-offset-5 {
  margin-left: 71.42857143%;
}
.schedule .col-xs-offset-4 {
  margin-left: 57.14285714%;
}
.schedule .col-xs-offset-3 {
  margin-left: 42.85714286%;
}
.schedule .col-xs-offset-2 {
  margin-left: 28.57142857%;
}
.schedule .col-xs-offset-1 {
  margin-left: 14.28571429%;
}
.schedule .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .schedule .col-sm-1,
  .schedule .col-sm-2,
  .schedule .col-sm-3,
  .schedule .col-sm-4,
  .schedule .col-sm-5,
  .schedule .col-sm-6,
  .schedule .col-sm-7 {
    float: left;
  }
  .schedule .col-sm-7 {
    width: 100%;
  }
  .schedule .col-sm-6 {
    width: 85.71428571%;
  }
  .schedule .col-sm-5 {
    width: 71.42857143%;
  }
  .schedule .col-sm-4 {
    width: 57.14285714%;
  }
  .schedule .col-sm-3 {
    width: 42.85714286%;
  }
  .schedule .col-sm-2 {
    width: 28.57142857%;
  }
  .schedule .col-sm-1 {
    width: 14.28571429%;
  }
  .schedule .col-sm-pull-7 {
    right: 100%;
  }
  .schedule .col-sm-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-sm-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-sm-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-sm-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-sm-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-sm-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-sm-pull-0 {
    right: auto;
  }
  .schedule .col-sm-push-7 {
    left: 100%;
  }
  .schedule .col-sm-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-sm-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-sm-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-sm-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-sm-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-sm-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-sm-push-0 {
    left: auto;
  }
  .schedule .col-sm-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-sm-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-sm-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-sm-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-sm-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-sm-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-sm-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .schedule .col-md-1,
  .schedule .col-md-2,
  .schedule .col-md-3,
  .schedule .col-md-4,
  .schedule .col-md-5,
  .schedule .col-md-6,
  .schedule .col-md-7 {
    float: left;
  }
  .schedule .col-md-7 {
    width: 100%;
  }
  .schedule .col-md-6 {
    width: 85.71428571%;
  }
  .schedule .col-md-5 {
    width: 71.42857143%;
  }
  .schedule .col-md-4 {
    width: 57.14285714%;
  }
  .schedule .col-md-3 {
    width: 42.85714286%;
  }
  .schedule .col-md-2 {
    width: 28.57142857%;
  }
  .schedule .col-md-1 {
    width: 14.28571429%;
  }
  .schedule .col-md-pull-7 {
    right: 100%;
  }
  .schedule .col-md-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-md-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-md-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-md-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-md-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-md-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-md-pull-0 {
    right: auto;
  }
  .schedule .col-md-push-7 {
    left: 100%;
  }
  .schedule .col-md-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-md-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-md-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-md-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-md-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-md-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-md-push-0 {
    left: auto;
  }
  .schedule .col-md-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-md-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-md-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-md-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-md-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-md-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-md-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .schedule .col-lg-1,
  .schedule .col-lg-2,
  .schedule .col-lg-3,
  .schedule .col-lg-4,
  .schedule .col-lg-5,
  .schedule .col-lg-6,
  .schedule .col-lg-7 {
    float: left;
  }
  .schedule .col-lg-7 {
    width: 100%;
  }
  .schedule .col-lg-6 {
    width: 85.71428571%;
  }
  .schedule .col-lg-5 {
    width: 71.42857143%;
  }
  .schedule .col-lg-4 {
    width: 57.14285714%;
  }
  .schedule .col-lg-3 {
    width: 42.85714286%;
  }
  .schedule .col-lg-2 {
    width: 28.57142857%;
  }
  .schedule .col-lg-1 {
    width: 14.28571429%;
  }
  .schedule .col-lg-pull-7 {
    right: 100%;
  }
  .schedule .col-lg-pull-6 {
    right: 85.71428571%;
  }
  .schedule .col-lg-pull-5 {
    right: 71.42857143%;
  }
  .schedule .col-lg-pull-4 {
    right: 57.14285714%;
  }
  .schedule .col-lg-pull-3 {
    right: 42.85714286%;
  }
  .schedule .col-lg-pull-2 {
    right: 28.57142857%;
  }
  .schedule .col-lg-pull-1 {
    right: 14.28571429%;
  }
  .schedule .col-lg-pull-0 {
    right: auto;
  }
  .schedule .col-lg-push-7 {
    left: 100%;
  }
  .schedule .col-lg-push-6 {
    left: 85.71428571%;
  }
  .schedule .col-lg-push-5 {
    left: 71.42857143%;
  }
  .schedule .col-lg-push-4 {
    left: 57.14285714%;
  }
  .schedule .col-lg-push-3 {
    left: 42.85714286%;
  }
  .schedule .col-lg-push-2 {
    left: 28.57142857%;
  }
  .schedule .col-lg-push-1 {
    left: 14.28571429%;
  }
  .schedule .col-lg-push-0 {
    left: auto;
  }
  .schedule .col-lg-offset-7 {
    margin-left: 100%;
  }
  .schedule .col-lg-offset-6 {
    margin-left: 85.71428571%;
  }
  .schedule .col-lg-offset-5 {
    margin-left: 71.42857143%;
  }
  .schedule .col-lg-offset-4 {
    margin-left: 57.14285714%;
  }
  .schedule .col-lg-offset-3 {
    margin-left: 42.85714286%;
  }
  .schedule .col-lg-offset-2 {
    margin-left: 28.57142857%;
  }
  .schedule .col-lg-offset-1 {
    margin-left: 14.28571429%;
  }
  .schedule .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*----------------------
  SYMFONY
 ----------------------*/
/* Symfony Framework List Styles */
ul.radio_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.radio_list li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  display: inline;
}
ul.radio_list li input[type=radio] {
  display: inline;
}
ul.radio_list li label {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
}
ul.checkbox_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.checkbox_list li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
ul.checkbox_list li input[type=checkbox] {
  display: inline;
}
ul.checkbox_list li label {
  display: inline;
  margin: 0;
  padding: 0;
}
/*----------------------
  DATE INPUT
  http://flowplayer.org/tools/dateinput/index.html#skinning
 ----------------------*/
#calroot {
  z-index: 3000;
  margin-top: -1px;
  width: 204px;
  padding: 2px;
  background-color: #fff;
  font-size: 11px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}
/* calendar root element - place on top of other elements. set a higher value if nessessary */
#calhead {
  padding: 2px 0;
  height: 22px;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
#caltitle {
  font-size: 14px;
  color: #0150D1;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #ddd;
}
#calnext,
#calprev {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("/js/global/jquerytools/prev.gif") no-repeat scroll center center;
  float: left;
  cursor: pointer;
}
#calnext {
  background-image: url("/js/global/jquerytools/next.gif");
  float: right;
}
#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden;
}
#caltitle select {
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin: 0 2px 0 0;
}
/* year/month selector */
#caltitle #calmonth {
  width: 84px;
}
#caltitle #calyear {
  width: 58px;
}
#caldays {
  height: 14px;
  border-bottom: 1px solid #ddd;
}
/* names of the days */
#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}
#calweeks {
  background-color: #fff;
  margin-top: 4px;
}
/* container for weeks */
.calweek {
  clear: left;
  height: 22px;
}
/* single week */
.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* single day */
.calweek a:link,
.calweek a:visited {
  color: #666;
}
.calweek a:hover,
.calweek a:active {
  color: #333;
  text-decoration: underline;
}
.calweek a:hover,
.calfocus {
  background-color: #ddd;
}
/* different states */
a.calsun:link {
  color: red;
}
/* sunday */
a.caloff:link {
  color: #ccc;
}
/* offmonth day */
a.caloff:hover {
  background-color: #f5f5fa;
}
a.caldisabled {
  background-color: #efefef !important;
  color: #ccc !important;
  cursor: default;
}
/* unselecteble day */
#calcurrent {
  background-color: #498CE2;
  color: #fff;
}
/* current day */
#caltoday {
  background-color: #333;
  color: #fff;
}
/* today */
/*----------------------
  WEEK NAVIGATION
 ----------------------*/
/* a single calendar day */
.calendar_date {
  display: block;
  width: 50px;
  height: 55px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-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(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.calendar_date span,
.calendar_date i {
  display: block;
  text-align: center;
  padding: 4px 0 0 0;
  line-height: 16px;
}
.calendar_date span {
  color: #999999;
}
.calendar_date i {
  line-height: 14px;
  font-style: normal;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar_date.current {
  border: 1px solid #999999;
}
.calendar_date.current i {
  color: #FFFFFF;
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* week days navigation */
.nav_days {
  margin-bottom: 20px;
}
.nav_days table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  white-space: nowrap;
}
.nav_days td.previous,
.nav_days td.next {
  width: 24px;
}
.nav_days td.days {
  overflow-x: hidden;
}
.nav_days td.days ul {
  width: 1200px;
}
.nav_days .inner {
  padding: 0;
}
.nav_days ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
}
.nav_days li {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
.nav_days a {
  display: block;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
  *background-color: #E6E6E6;
  background-image: -moz-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(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nav_days a {
  float: left;
  width: 50px;
  height: 55px;
  font-size: 14px;
  line-height: 14px;
}
.nav_days td.previous,
.nav_days td.next {
  width: 28px;
}
.nav_days a.previous,
.nav_days a.next {
  width: 20px;
  font-size: 18px;
  line-height: 50px;
}
.nav_days td.next li,
.nav_days td.next a.next {
  margin-right: 0;
  float: right;
}
.nav_days ul li a i {
  display: block;
  font-style: normal;
  text-align: center;
  padding: 7px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: solid #CCCCCC 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav_days a:link,
.nav_days a:visited {
  color: #666666;
  text-decoration: none;
}
.nav_days a:link i,
.nav_days a:visited i {
  color: #999999;
  text-decoration: none;
}
.nav_days a:hover,
.nav_days a:active {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #999999;
  *background-color: #333333;
  background-image: -moz-linear-gradient(top, #999999, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
  background-image: -webkit-linear-gradient(top, #999999, #333333);
  background-image: -o-linear-gradient(top, #999999, #333333);
  background-image: linear-gradient(to bottom, #999999, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF333333', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a:hover i,
.nav_days a:active i {
  color: #FFFFCC;
}
/* darker border for current */
.nav_days a.current {
  color: #000000;
  border: 1px solid #999999;
  *border: 0;
  border-color: #999999 #999999 #999999;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.55);
  border-bottom-color: #999999;
}
/* day on top has red background */
.nav_days ul li a.current i {
  text-shadow: none;
  border-bottom: solid #999999 1px;
  background-color: #FC0000;
  *background-color: #CF0000;
  background-image: -moz-linear-gradient(top, #FC0000, #CF0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#CF0000));
  background-image: -webkit-linear-gradient(top, #FC0000, #CF0000);
  background-image: -o-linear-gradient(top, #FC0000, #CF0000);
  background-image: linear-gradient(to bottom, #FC0000, #CF0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFC0000', endColorstr='#FFCF0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.nav_days a.current:link,
.nav_days a.current:visited {
  color: #000000;
}
.nav_days a.current:link i,
.nav_days a.current:visited i {
  color: #FFFFFF;
}
.nav_days a.current:hover,
.nav_days a.current:active {
  color: #FFFFFF;
}
.nav_days a.current:hover i,
.nav_days a.current:active i {
  color: #FFFFCC;
}
/*----------------------
  CALENDAR NAVIGATION
 ----------------------*/
.nav_month {
  width: auto;
  max-width: 214px;
  margin: 0 auto 20px auto;
  padding: 5px 0 5px 0;
  background: #F1F1F1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.nav_month table {
  width: 100%;
  max-width: 214px;
  margin: 0 auto;
  border: none;
  color: #666;
}
.nav_month table td {
  border: none;
  padding: 0;
}
.nav_month table thead a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.nav_month table thead a:link {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:visited {
  color: #666;
  text-decoration: none;
}
.nav_month table thead a:hover,
.nav_month table thead a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar {
  font-size: 10px;
  line-height: 10px;
  margin: 0 auto;
}
table.calendar th.calendar_header {
  color: #999;
  font-size: 10px;
  line-height: 10px;
  border-bottom: solid #CCC 1px;
  background: #E6E6E6;
  font-weight: bold;
  text-align: center;
  padding: 5px 1px 5px 1px;
}
table.calendar td.calendar_day {
  font-size: 11px;
  line-height: 11px;
  border-top: solid #CCC 1px;
  padding: 0;
}
table.calendar td.calendar_day a {
  display: block;
  padding: 5px 0 5px 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
table.calendar td.calendar_day a:link {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:visited {
  color: #666;
  text-decoration: none;
}
table.calendar td.calendar_day a:hover,
table.calendar td.calendar_day a:active {
  color: #FFFFCC;
  background: black;
}
table.calendar td.calendar_today a {
  background: #666;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_today a:link {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:visited {
  color: white;
  text-decoration: none;
}
table.calendar td.calendar_today a:hover,
table.calendar td.calendar_today a:active {
  color: #FFFFCC;
}
table.calendar td.calendar_selected_day a {
  background: #CC0000;
  color: white;
  font-weight: bold;
}
table.calendar td.calendar_selected_day a:link,
table.calendar td.calendar_selected_day a:visited {
  color: white;
}
/*----------------------
  PREVIOUS NEXT NAVIGATION
 ----------------------*/
table.prev_next {
  width: 100%;
  background: #F1F1F1;
  margin: 8px auto 5px auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
table.prev_next td {
  vertical-align: middle;
}
table.prev_next td.td_previous,
table.prev_next td.td_next {
  width: 140px;
  padding: 8px 4px;
}
table.prev_next td.td_previous .btn-group {
  float: left;
}
table.prev_next td.td_next .btn-group {
  float: right;
}
table.prev_next td.td_previous img {
  float: left;
}
table.prev_next td.td_next img {
  float: right;
}
table.prev_next td.td_previous a.btn,
table.prev_next td.td_next a.btn {
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 4px 0 4px;
}
table.prev_next td.td_previous a.btn_previous {
  float: left;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table.prev_next td.td_next a.btn_next {
  float: right;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table.prev_next a.btn_random {
  width: 120px;
  height: 30px;
  background-position: -300px 0;
  margin: 8px auto 0 auto;
}
table.prev_next a.btn_random:hover {
  background-position: -300px -30px;
}
/*----------------------
  JQUERY JCROP
  /js/global/jcrop/jquery.Jcrop.css
 ----------------------*/
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder {
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  font-size: 0px;
  position: absolute;
  background: white url('/js/global/jcrop/Jcrop.gif') top left repeat;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-hline {
  width: 100%;
  height: 1px !important;
}
.jcrop-vline.right {
  right: 0px;
}
.jcrop-hline.bottom {
  bottom: 0px;
}
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
}
.jcrop-tracker {
  width: 100%;
  height: 100%;
}
.custom .jcrop-vline,
.custom .jcrop-hline {
  background: yellow;
}
.custom .jcrop-handle {
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*----------------------
  JQUERY TOOLS CSS
 ----------------------*/
/* JQUERY TOOLS OVERLAY */
/* the overlayed element */
.simple_overlay {
  display: none;
  /* must be initially hidden */
  z-index: 10000;
  /* place overlay on top of other elements */
  background-color: #333;
  /* styling */
  width: 610px;
  min-height: 200px;
  border: 1px solid #666;
  /* CSS3 styling for latest browsers */
  -moz-box-shadow: 0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;
  -box-shadow: 0 0 90px #000;
}
.simple_overlay img {
  display: block;
  margin: 5px auto;
}
.simple_overlay .close {
  background-image: url("/js/global/jquerytools/close.png");
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
/* close button positioned on upper right corner */
.simple_overlay h2 {
  color: #aba;
  font-size: 16px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 5px 0 5px 0;
}
.simple_overlay p {
  color: #FFF;
  font-size: 11px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 5px 0 5px 0;
}
.details {
  width: 610px;
  margin: 15px auto;
  padding: 5px 0 10px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
/* styling for elements inside overlay */
.details h2 {
  color: #aba;
  font-size: 16px;
  margin: 0 0 0 0;
}
.simple_overlay .content_wrap {
  background: white;
  padding: 60px 80px;
  margin: 30px;
  min-height: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* root element for the scrollable. when scrolling occurs this element stays still. */
.scrollable {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  /* height is calculated with jquery when the page loads */
}
/* root element for scrollable items. Must be absolutely positioned and it should have a extremely large width to accomodate scrollable items. it's enough that you set the width and height for the root element and not for this element. */
.scrollable .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
.scrollable .active {
  z-index: 4999;
  position: relative;
}
/* active item */
a.browse {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url("/images/global/hori_large.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1px;
  height: 30px;
  margin: 0;
  width: 30px;
}
/* prev next buttons */
a.right {
  background-position: 0 -30px;
  float: right;
  clear: right;
  margin-right: 0;
}
a.right:hover {
  background-position: -30px -30px;
}
a.right:active {
  background-position: -60px -30px;
}
a.left {
  margin-left: 0;
  float: left;
}
a.left:hover {
  background-position: -30px 0;
}
a.left:active {
  background-position: -60px 0;
}
/* prev next if vertical */
a.up,
a.down {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url("/images/global/vert_large.png") no-repeat scroll 0 0;
  float: none;
  margin: 10px 50px;
}
a.up:hover {
  background-position: -30px 0;
}
a.up:active {
  background-position: -60px 0;
}
a.down {
  background-position: 0 -30px;
}
a.down:hover {
  background-position: -30px -30px;
}
a.down:active {
  background-position: -60px -30px;
}
a.disabled {
  opacity: 0.3;
}
.navi {
  margin: 0 auto;
  padding-top: 8px;
  width: 140px;
  height: 20px;
}
/* position and dimensions of the navigator */
.navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url("/images/global/navigator.png") 0 0 no-repeat;
  display: block;
  font-size: 1px;
}
/* items inside navigator */
.navi a:hover {
  background-position: 0 -8px;
}
.navi a.active {
  background-position: 0 -16px;
}
/* active state (current page state) */
.scrollable .items .result,
.scrollable .results {
  float: left;
}
/* when the scrollable is using the .results as the container instead of .result (like in a combo component that uses the "combo_use_shell_for_result" setting), remove the float from the .result because .results is already floating. */
.scrollable .fmt .inner .items .results .result {
  float: none;
}
/* JQUERY TOOLS TABS */
/* http://flowplayer.org/css/tabs.css */
ul.tabs {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  height: 30px;
}
/* root element for tabs  */
ul.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  list-style-image: none !important;
}
/* single tab */
ul.tabs a {
  background-color: #F1F1F1;
  font-size: 12px;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 140px;
  text-align: center;
  text-decoration: none;
  color: #999;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 1px;
}
/* link inside the tab. uses a background image */
ul.tabs a:active {
  outline: none;
}
ul.tabs a:hover {
  cursor: pointer;
  cursor: hand;
}
/* when mouse enters the tab move the background image */
ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a {
  cursor: default !important;
  color: #333 !important;
  background-color: #FFFFFF;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.panes .pane {
  display: none;
}
/* initially all panes are hidden */
/* JQUERY TOOLS TABS SLIDESHOW and SCROLLABLE */
/* http://flowplayer.org/tools/css/tabs-slideshow.css */
.slides .items {
  position: relative;
  height: 300px;
  float: left;
  cursor: pointer;
}
/* container for slides */
.slides .items .result {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /*height:300px;  this is just the default height, it'll get reset based on the height of the contents */
}
/* single slide */
.slide_nav,
.scroll_nav {
  background: #f5f3ef;
}
.slide_nav ul.slide_navi,
.scroll_nav ul.scroll_navi {
  margin: 0 auto 0 auto;
  width: 140px;
  height: 20px;
  list-style: none;
  padding: 8px 0 0 0;
  background: transparent;
}
/* tabs (those little circles below slides) */
.slide_nav ul.slide_navi li,
.scroll_nav ul.scroll_navi li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
.slide_nav ul.slide_navi a,
.scroll_nav ul.scroll_navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url("/images/global/navigator.png") 0 0 no-repeat;
  display: block;
  font-size: 1px;
}
/* items inside navigator */
.slide_nav ul.slide_navi a:hover,
.scroll_nav ul.scroll_navi a:hover {
  background-position: 0 -8px;
}
.slide_nav ul.slide_navi a.active,
.scroll_nav ul.scroll_navi a.active {
  background-position: 0 -16px;
}
/* active state (current page state) */
.slide_nav ul.slide_navi a.current,
.scroll_nav ul.scroll_navi a.current {
  background-position: 0 -16px;
}
/* active state (current page state) */
/*----------------------
  UploadiFive
  Copyright (c) 2012 Reactive Apps, Ronnie Garcia
 ----------------------*/
.btn-group > .uploadify:first-child {
  float: left;
}
.btn-group > .uploadify:first-child .btn {
  margin-left: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
}
.uploadify-button.btn,
.uploadifive-button.btn {
  padding: 0;
}
.uploadify-queue,
.uploadifive-queue {
  margin: 0;
  padding: 4px;
  min-height: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.uploadify-queue-item,
.uploadifive-queue-item {
  margin: 0 0 3px 0;
  background: #FFFFFF;
  padding: 2px 6px 4px 6px;
  border: solid #E6E6E6 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.uploadify-queue-item p,
.uploadifive-queue-item p {
  margin: 0;
  padding: 2px 0 0 0;
}
.progress {
  margin-bottom: 0;
  margin-top: 2px;
}
.uploadify-results,
.uploadifive-results {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
/*----------------------
  vis.js
 ----------------------*/
.table-timeline-controls {
  margin-bottom: 5px;
}
.timeline-editors {
  border-top: solid #dddddd 1px;
}
.timeline-editors .fmt_table .table {
  margin-bottom: 5px;
}
.timeline-editors .fmt_table .table > thead > tr > th {
  border-bottom: none;
  height: 1px;
  line-height: 1px;
  padding: 0;
}
.timeline-editors .fmt_table .table .result .form-group {
  margin-bottom: 5px;
}
/*----------------------
  404 PAGE
 ----------------------*/
.sfTContainer {
  max-width: 600px;
  padding: 30px;
  margin: 60px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.sfTMessageIcon {
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
