.recur_edit {
    width: 32px;
    height: 32px;
    background-image: url('../img/edit_edit.png');
    background-size: 32px 32px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
}

.recur_delete {
    width: 32px;
    height: 32px;
    background-image: url('../img/edit_delete.png');
    background-size: 32px 32px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px;
}

.event_transfer {
    width: 16px;
    height: 16px;
    background-image: url('../img/event_link.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_associate {
    width: 16px;
    height: 16px;
    background-image: url('../img/event_link.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_edit {
    width: 16px;
    height: 16px;
    background-image: url('../img/edit.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_switch {
    width: 16px;
    height: 16px;
    background-image: url('../img/switch.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_type_reg_exp_edit {
    width: 16px;
    height: 16px;
    background-image: url('../img/edit.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_delete {
    width: 16px;
    height: 16px;
    background-image: url('../img/delete.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
}

.event_verified {
    width: 16px;
    height: 16px;
    background-image: url('../img/verified.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.event_unverified {
    width: 16px;
    height: 16px;
    background-image: url('../img/unverified.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.budget_report_view_trans {
    width: 16px;
    height: 16px;
    background-image: url('../img/view.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.tag_shared {
    width: 16px;
    height: 16px;
    background-image: url('../img/verified.png');
    background-size: 16px 16px;
    display: inline-block;
    margin-right: 5px;
}

.tag_delete {
    width: 16px;
    height: 16px;
    background-image: url('../img/delete.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
}

.tag_edit {
    width: 16px;
    height: 16px;
    background-image: url('../img/edit.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.chart_table_price {
    text-align: right;
}

div.google-visualization-tooltip {
    font-size:14pt;
}

#recur_edit_form label {
    width: 140px;
    display: inline-block;
}

#add_future_trans_type_radio {
    display: inline-block; 
}
#add_future_trans_form label {
    width: 75px;
    display: inline-block;
}

#change_event_association_form label {
    width: 75px;
    display: inline-block;
}

#edit_event_cleared_radio {
    display: inline-block;
}

#edit_event_form label {
    width: 100px;
    display: inline-block;
}

.f_dialog_form {
    font-size: 0.8em;
}

#add_future_trans_form ul {
    width: 200px;
    display: inline-block;
}

#box {
  background: #e9e9e9;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-tabs .ui-tabs-panel {
    padding: 0.5em; !important
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.dashboard-column {
    text-align: left;
    float: left;
    margin-right: 30px;
}

.dashboard-text-block-label {
    text-shadow: none;
    font-size: 12px;
    line-height: 14px;
    color: #687378;
    text-transform: uppercase;
    font-weight: 700;
}

.dashboard-text-block {
    display: inline;
    margin: 0;
    font-size: 0.8em;
    line-height: 30px;
    color: #1c252b;
    font-weight: 400;
}

.dashboard-header {
    align-items: flex-start;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.dashboard-header-block {
    flex-grow: 1;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    color: #1c252b;
}

.dashboard-prev-month {
    width: 16px;
    height: 16px;
    background-image: url('../img/previous.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.dashboard-next-month {
    width: 16px;
    height: 16px;
    background-image: url('../img/next.png');
    background-size: 16px 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
    
/* BASIC CSS STYLING TO MAKE IT LOOK PRETTIER */
td, th { padding: 2px 4px; }


/* IE7: setting "separate" results in bad visuals; all other browsers work fine with either value */
/* if set to "separate", then this rule is also needed to prevent double vertical borders on hover:
table.ui-styled-table tr * + th, table.ui-styled-table tr * + td  { border-left-width: 0px !important; } */
table.ui-styled-table { border-collapse: collapse; }

/* undo the "bolding" that jQuery UI theme may cause on hovered elements
/* IE7: does not support "inherit", so use a MS proprietary expression along with an IE 7 targeting hack to make the visuals consistent across all supported browsers */
table.ui-styled-table td.ui-state-hover {
    font-weight: inherit;
    *font-weight: expression(this.parentNode.currentStyle['fontWeight']);
}

/* initally remove bottom border for all cells */
table.ui-styled-table th, table.ui-styled-table td { border-bottom-width: 0px !important; }

/* hovered-row cells should show bottom border (will be highlighted) */
table.ui-styled-table tbody tr:hover th,
table.ui-styled-table tbody tr:hover td
{ border-bottom-width: 1px !important; }

/* remove top border if the above row is being hovered to prevent double horizontal borders */
table.ui-styled-table tbody tr:hover + tr th,
table.ui-styled-table tbody tr:hover + tr td
{ border-top-width: 0px !important; }

/* last-row cells should always show bottom border (not necessarily highlighted if not hovered) */
/* IE7, IE8: selector dependent on CSS classes because of no support for :last-child */
table.ui-styled-table tbody tr.last-child th,
table.ui-styled-table tbody tr.last-child td
{ border-bottom-width: 1px !important; }

/* last-row cells should always show bottom border (not necessarily highlighted if not hovered) */
/* IE8 BUG: if these (unsupported) selectors are added to a rule, other selectors for that rule will stop working as well! */
/* IE9+, FF, Chrome: make sure the visuals are working even without the CSS classes crutch */
table.ui-styled-table tbody tr:last-child th,
table.ui-styled-table tbody tr:last-child td
{ border-bottom-width: 1px !important; }
