/* --------------------------------------------------
    Paragridma v3.1: sass version
    author: @paradigmate;
            @vissit
    date:   2014/07/10
-----------------------------------------------------
*/
/* --------------------------------------------------
    Table of Contents
-----------------------------------------------------
:: normalize.css
:: Grid
:: Text
:: General styles
:: Lists
:: Forms
:: Buttons
:: Panels
:: Tables
:: Misc
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*= GRID */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.row.nm {
  margin: 0 auto 0;
}
.row .row {
  width: auto;
  min-width: 0px;
  /* To fix the grid into a certain size, set max-width to width */
  margin-left: -20px;
  margin-right: -20px;
}
.row .np .row, .row .row.np {
  margin-left: 0;
  margin-right: 0;
}

.row:before,
.row:after,
.pf:before, .pf_r:before,
.pf:after, .pf_r:after,
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.row:after, .pf:after, .pf_r:after, .clearfix:after {
  clear: both;
}

/*  I use .column instead of [class^="g-"] because
    it is a faster selector
    http://csswizardry.com/2011/09/writing-efficient-css-selectors/
*/
.column {
  padding: 20px;
  min-height: 1px;
}
.column.np {
  padding: 0;
}
.column.nbp { padding-bottom: 0; }
.column.ntp { padding-top: 0; }

/* fixed on left side */
.fix-column-left {
  float: left;
  width: 250px;
  /* The size of the fixed block. */
  margin-left: -250px;
  /* The size of the fixed block. */
  left: 250px;
  position: relative;
}

.fluid-column-left {
  float: left;
  width: 100%;
}

.fluid-column-left-inner {
  margin-left: 270px;
  /* The size of the fixed block. */
}

/* fixed on the right ride */
.fluid-column {
  float: left;
  width: 100%;
}

.fluid-column-inner {
  margin-right: 270px;
  /* The size of the fixed block. */
}

.fix-column {
  float: left;
  width: 250px;
  /* The size of the fixed block. */
  margin-left: -250px;
  /* The size of the fixed block. */
}

.show-grid .column {
  background-color: #F4F4F4;
  background-color: rgba(209, 209, 209, 0.33);
  border: solid 1px #ccc;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .column {
    float: left;
  }
  .column.last {
    float: right;
  }
  .column.centered:last-child {
    float: left;
  }
  .column.first {
    clear: both;
    float: left;
  }

  /* default grid */
  .g-1 {
    width: 8.33333%;
  }

  .g-2 {
    width: 16.66667%;
  }

  .g-3 {
    width: 25%;
  }

  .g-4 {
    width: 33.33333%;
  }

  .g-5 {
    width: 41.66667%;
  }

  .g-6 {
    width: 50%;
  }

  .g-7 {
    width: 58.33333%;
  }

  .g-8 {
    width: 66.66667%;
  }

  .g-9 {
    width: 75%;
  }

  .g-10 {
    width: 83.33333%;
  }

  .g-11 {
    width: 91.66667%;
  }

  .g-12 {
    width: 100%;
  }

  /* centered columns */
  .g-1.centered {
    margin-left: 45.83333%;
  }

  .g-2.centered {
    margin-left: 41.66667%;
  }

  .g-3.centered {
    margin-left: 37.5%;
  }

  .g-4.centered {
    margin-left: 33.33333%;
  }

  .g-5.centered {
    margin-left: 29.16667%;
  }

  .g-6.centered {
    margin-left: 25%;
  }

  .g-7.centered {
    margin-left: 20.83333%;
  }

  .g-8.centered {
    margin-left: 16.66667%;
  }

  .g-9.centered {
    margin-left: 12.5%;
  }

  .g-10.centered {
    margin-left: 8.33333%;
  }

  .g-11.centered {
    margin-left: 4.16667%;
  }

  .g-12.centered {
    margin-left: 0%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .row.split-on-big-mobile .g-3, .row.split-on-big-mobile .g-6 {
    float: left;
    width: 50%;
  }
  .row.split-on-big-mobile .g-3:first-child, .row.split-on-big-mobile .g-3:first-child + .g-3 + .g-3,
  .row.split-on-big-mobile .g-6:first-child, .row.split-on-big-mobile .g-6:first-child + .g-6 + .g-6 {
    clear: both;
  }
}
@media (max-width: 480px) {
  .row.split-on-mobile .g-3 {
    float: left;
    width: 50%;
  }
  .row.split-on-mobile .g-3:first-child, .row.split-on-mobile .g-3:first-child + .g-3 + .g-3 {
    clear: both;
  }
}
/* Big devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Fixed panels */
.pf > .pf_fix {
  float: left;
}

.pf_r > .pf_fix {
  float: right;
}

.pf_g50 > .pf_fix {
  width: 50px;
}
.pf_g50 > .pf_fluid {
  margin-left: 50px;
}
.pf_g50.pf_r > .pf_fluid {
  margin-right: 50px;
}

.pf_g150 > .pf_fix {
  width: 150px;
}
.pf_g150 > .pf_fluid {
  margin-left: 150px;
}
.pf_g150.pf_r > .pf_fluid {
  margin-right: 150px;
}

.pf_g250 > .pf_fix {
  width: 250px;
}
.pf_g250 > .pf_fluid {
  margin-left: 250px;
}
.pf_g250.pf_r > .pf_fluid {
  margin-right: 250px;
}

.pf_r > .pf_fluid {
  margin-left: 0;
}

/* Tablet and down */
@media (max-width: 767px) {
  .break-on-mobile.pf .pf_fix, .break-on-mobile.pf_r .pf_fix {
    float: none;
  }
  .break-on-mobile.pf .pf_fluid, .break-on-mobile.pf_r .pf_fluid {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*= TEXT */
html {
  font-size: 62.5%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
}

body, p, span, strong {
  line-height: 1.6em;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* heading */
.title, .subheader {
  margin: 0 0 1em 0;
  font-weight: normal;
  font-family: Georgia, serif;
}

p + .title {
  margin-top: 1em;
}

.title + .subheader {
  margin-top: -1em;
  color: #aaaaaa;
}

.title small {
  color: #aaaaaa;
}

h1 {
  font-size: 50.625px;
  font-size: 5.0625rem;
  line-height: 1em;
}

h2 {
  font-size: 42.15px;
  font-size: 4.215rem;
  line-height: 1em;
}

h3 {
  font-size: 33.75px;
  font-size: 3.375rem;
  line-height: 1em;
}

h4, h5, h6 {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1em;
}

/*  overwrite heading sizes because sometimes due to SEO reasons the way
    some heading is display dosen't match with its tag */
.h1 {
  font-size: 50.625px;
  font-size: 5.0625rem;
}

.h2 {
  font-size: 42.15px;
  font-size: 4.215rem;
}

.h3 {
  font-size: 33.75px;
  font-size: 3.375rem;
}

.h4 {
  font-size: 22.5px;
  font-size: 2.25rem;
}
 .h5 {
  font-size: 18.5px;
  font-size: 1.85rem;
}
.h6 {
  font-size: 16.5px;
  font-size: 1.65rem;
}

.subheader.h5, .subheader.h6 {
  font-size: 15px;
  font-size: 1.5rem;
}

a {
  color: #2a85e8;
}
a:hover {
  color: #3b96f9;
}

p {
  margin: 0 0 1em 0;
}

/*= LISTS
 *
 *  By default we remove list styles, because in our apps most of times we don't want that
 *  our lists look like lists
 *
 */
ul, ol {
  margin-bottom: 1em;
}

ul {
  list-style: none outside;
  padding-left: 0;
}

ol {
  list-style: decimal;
}

ol, .squareList, .circleList, .discList {
  margin-left: 30px;
  padding-left: 0;
}

.squareList {
  list-style: square outside;
}

.circleList {
  list-style: circle outside;
}

.discList {
  list-style: disc outside;
}

ul ul, ol ol {
  margin: 4px 0 5px 30px;
}

.squareList li, .circleList li, .discList li {
  margin-bottom: 0.3em;
}

.horizontalList li {
  display: inline-block;
}

.inlineList li {
  display: inline;
}

.nm {
  margin: 0;
}

/*= PANELS */
/*= Block Messages */
.msg {
  margin-bottom: 1em;
  background-color: #DDBA32;
  padding: 0.5em;
  color: #fff;
}
.msg .close {
  float: right;
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}
.msg .close:hover {
  opacity: .6;
}

.msg_error {
  background-color: #b9554d;
}

.msg_info {
  background-color: #35ADD1;
}

.msg_success {
  background-color: #5DA423;
}

.msg_title {
  font-weight: bold;
  margin-bottom: 0;
}

.msg_content {
  margin-bottom: 0;
}

.msg_big .msg_title {
  margin-bottom: 0.5em;
}
.msg_big .pf_fix {
  height: 65px;
  width: 65px;
  background: rgba(0, 0, 0, 0.2);
}
.msg_big .pf_fluid {
  margin-left: 80px;
}

/*= Tabs */
.tabs {
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
  border-bottom: solid 1px #ddd;
}
.tabs dd {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-left: 1em;
}
.tabs dd a {
  display: block;
  width: auto;
  height: 29px;
  padding: 0px 9px;
  line-height: 30px;
  border: solid 1px #ddd;
  border-bottom-width: 0;
  color: #555;
  background: #ccc;
  text-decoration: none;
}
.tabs dd a.active {
  background: #fff;
  height: 30px;
}

.tabs-content {
  margin: 0;
  display: block;
  background-color: #fff;
  padding: 1em;
  border: solid 1px #ddd;
  border-top-width: 0;
}
.tabs-content > li {
  display: none;
}
.tabs-content > li.active {
  display: block;
}

/* end of block messages */
/*= TABLES */
table {
  width: 100%;
  margin: 0 0 2em;
  border: 1px solid #ccc;
}
table thead {
  background: #f5f5f5;
}
table thead tr th {
  padding: 8px 10px 9px;
  font-weight: bold;
  text-align: left;
}
table thead tr th:first-child {
  border-left: none;
}
table thead tr th:last-child {
  border-right: none;
}
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table tbody tr td {
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  text-align: left;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.table-small thead tr th {
  padding: 0 0.5em;
}
.table-small tbody tr td {
  padding: 0 0.5em;
}

/* tablet and down */
@media (max-width: 767px) {
  .table-responsive {
    border: solid 1px #ccc;
    margin-bottom: 2em;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > table {
    margin-bottom: 0;
    border-width: 0;
  }
  .table-responsive th, .table-responsive td {
    white-space: nowrap;
  }
}
/*= Pagination */
.pagination {
  display: block;
  height: 24px;
  margin: 0 0 2em;
}
.pagination li {
  display: inline-block;
  height: 1.5em;
  color: #555;
}
.pagination li a {
  display: block;
  padding: 0.2em;
  text-decoration: none;
  width: 2.2em;
  text-align: center;
  background-color: #fff;
}
.pagination .prev a, .pagination .next a {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.pagination .active a, .pagination .active a:hover {
  background-color: #2a85e8;
  color: #fff;
  cursor: default;
}
.pagination li:hover a {
  background-color: #3b96f9;
  color: #fff;
}
.pagination .unavailable a {
  cursor: default;
  color: #555;
}

/*= BreadCrumbs */
#breadcrumb div, #breadcrumb span {
  float: left;
  margin-right: 5px;
}
#breadcrumb:before, #breadcrumb:after {
  display: table;
  content: " ";
}
#breadcrumb:after {
  clear: both;
}

/*= FORMS & BUTTONS */
.fg {
  margin-bottom: 1em;
}
.fg label {
  display: block;
  line-height: 1.2em;
  padding-bottom: 0.3em;
}
.fg label [for] {
  cursor: pointer;
}
.fg small {
  display: block;
  color: #aaaaaa;
  line-height: 1.3em;
  padding: 2.5px 0;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select,
.customFileInput .fileName {
  display: block;
  border: solid 1px #ccc;
  width: 100%;
  line-height: 1.6em;
  background-color: #fff;
}

textarea {
  min-height: 140px;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select,
.customFileInput .fileName {
  padding: 5px 10px;
  height: 36px;
}

textarea {
  height: auto;
}

input:not([type=radio]):not([type=checkbox]),
.customFileInput .fileName {
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input:not([type=radio]):not([type=checkbox]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaaaaa;
}

input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaaaaa;
}

input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}

input[disabled], select[disabled], textarea[disabled] {
  background-color: #F5F5F5;
  border-color: #DDDDDD;
  cursor: not-allowed;
}

.customFileInput input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Checkboxs & Radio buttons */
.radioGroup .option, .checkboxGroup, .checkboxGroup .option {
  clear: both;
  min-height: 20px;
  position: relative;
}

.checkboxGroup input.checkbox,
.radioGroup .options input.radio {
  margin-top: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}

.checkboxGroup label,
.radioGroup .options label {
  padding-right: 20px;
  float: left;
}

.checkboxGroup label + input.checkbox,
.radioGroup label + input.radio {
  /*left: auto;
  right: 0;*/
  position: inherit;
}

.checkboxGroup input.checkbox + label,
.radioGroup input.radio + label {
  padding-left: 20px;
  padding-right: 0;
}

/* Horizontal forms */
.fh .fg {
  float: left;
  clear: none;
  padding-right: 20px;
}
.fh label {
  float: left;
  padding-right: 10px;
  padding-top: 0.7em;
}
.fh input:not([type=radio]):not([type=checkbox]),
.fh select, .fh textarea {
  float: left;
  width: 100px;
}
.fh .options {
  float: left;
}
.fh .option {
  float: left;
  clear: none;
  padding-right: 20px;
}
.fh .option input.checkbox, .fh .option input.radio {
  margin-top: 0.9em;
}

/* Errors in forms */
.fg.error label {
  color: #b9554d;
}
.fg.error input, .fg.error textarea {
  border-color: #b9554d;
  background-color: pink;
  background-color: #ffbbb3;
}
.fg.error input:focus, .fg.error textarea:focus {
  border-color: #b9554d;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
.fg.error small {
  padding: 2.5px 10px;
  background-color: #b9554d;
  color: #fff;
}

/*= FORMS & BUTTONS */
.bt {
  display: inline-block;
  background-color: #2a85e8;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
  border-width: 0;
  padding: .6em 1.5em;
  margin-bottom: 1em;
  /* button sizes ---------- */
}
.bt:hover {
  background-color: #3b96f9;
  color: #fff;
}
.bt.nm {
  margin-bottom: 0;
}
.bt.bt_small {
  font-size: 80%;
  padding: .5em 1em;
}
.bt.bt_large {
  font-size: 120%;
  padding: .9em 2em;
}

.bt_sub, .bt_sub.disabled:hover {
  background-color: #ccc;
  color: #555;
}

.bt_success {
  background-color: #5DA423;
}
.bt_success:hover {
  background-color: #6eb534;
}

.bt_danger {
  background-color: #b9554d;
}
.bt_danger:hover {
  background-color: #ca665e;
}

.bt_icon {
  padding-left: 2.7em;
  position: relative;
  text-align: left;
}
.bt_icon:not(.fa):before {
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
}
.bt_icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.bt_icon.bt_sub:before {
  color: #555;
}
.bt_icon.fa:before {
  font-size: 20px;
}
.bt_icon.bt_large.fa:before {
  font-size: 35px;
}
.bt_icon.bt_small.fa:before {
  font-size: 14px;
}

.bt_icon_right {
  padding-right: 2.7em;
  padding-left: .7em;
  text-align: right;
}

.bt_icon_right:before {
  left: auto;
  right: 3px;
}

.bt_large.bt_icon {
  padding-left: 3em;
}

.bt_large.bt_icon_right {
  padding-right: 3em;
  padding-left: 2em;
}

.bt_icon.bt_large:before {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.bt_small.bt_icon {
  padding-left: 2.3em;
}

.bt_small.bt_icon_right {
  padding-right: 2.3em;
  padding-left: 1em;
}

.bt_icon.bt_small:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

input.bt.db {
  width: 100%;
}

.bt.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #ccc;
  color: #aaaaaa;
}

/* INPUT CLOSE TO BUTTONS IN THE SAME LINE */
.inputWithButton {
  position: relative;
  margin-bottom: 1em;
}
.inputWithButton .text, .inputWithButton .bt {
  width: 100%;
}
.inputWithButton .btWrap {
  position: absolute;
  top: 0;
  right: 0;
}

.inputWithButton_150 .inputWrap {
  margin-right: 150px;
}

.inputWithButton_150 .btWrap {
  width: 150px;
}

/* tablet and down */
@media (max-width: 767px) {
  .block-on-mobile {
    display: block;
  }

  .inputWithButton.break-on-mobile .inputWrap {
    margin-right: 0;
  }
  .inputWithButton.break-on-mobile .btWrap {
    position: static;
    width: 100%;
  }
}
/*= GENERAL STYLES */
.nu {
  text-decoration: none;
}

/* use to remove underline on links */
img, object {
  max-width: 100%;
}

/* http://unstoppablerobotninja.com/entry/fluid-images/ */
/*= MISC */
/* VIDEO RESPONSIVE EMBED  */
.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
}
.responsiveContent.squared {
  padding-bottom: 100%;
}
.responsiveContent iframe, .responsiveContent svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RESPONSIVE IMAGE */
.ri_loader {
  display: block;
  padding-bottom: 56%;
  /* you can change this value to fix better your image aspect ratio */
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
}
.ri_loader:before {
  content: "loading";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  padding-top: 27%;
  font-style: normal;
  font-weight: bold;
  font-size: 200%;
}

/* Mobile Visibility Affordances */
/* Samll devices (phone, 768px and down) */
@media (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .hide-on-tablets {
    display: none !important;
  }
}
/* Big devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hide-on-desktops {
    display: none !important;
  }
}
code, pre {
  font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
  padding: 0 3px;
  background-color: #FFFFE0;
  border: 1px solid #E6E5D6;
  font-size: 13px;
}

code {
  display: inline-block;
  line-height: 1.5em;
}

pre {
  margin: 0 0 1em 0;
  padding: 8px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

.nm {
  margin: 0;
}

.cb {
  clear: both;
}

.db {
  display: block;
}

.oh {
  overflow: hidden;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.strong {
  font-weight: bold;
}

/* Todo panels: to show pendint tasks */
.todo {
  background: pink;
  border: dotted 1px red;
  padding: 10px;
  margin: 10px 0;
}
