/* Targetor Executor ui styles, based on bootstrap */
/*
  This CSS resource incorporates links to font software which is the valuable copyrighted
  property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
  redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
  Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com

  The first import is required by the fonts.com licence, do not remove.
  The obfuscated file names are required by fonts.com, do not rename.
*/
@import url("https://fast.fonts.com/t/1.css?apiType=css&projectid=dce76ab5-dde3-41d9-bf1b-24dc2380b966");

@font-face {
  font-family: 'Source Sans Pro 400';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro 600';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro Italic 400';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro Italic 700';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Nog-We9VNve39Jr4Vs_aDc.woff) format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow Bold';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYiylde52zikAzebNtJS89aM.woff) format('woff');
}

/* Normalize & reset */
* {
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

th, td {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    /*Prevent iOS text size adjust after orientation change, without disabling user zoom.*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2c323a;
    background: #e1e5e8;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 1024px;
}

a {
    color: #348bed;
}

a:hover {
    /*color: #005580;*/
    outline: 0;
}

a:active {
    outline: 0;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

p, ul, ol, dl, pre {
    margin: 0 0 10px 0;
    padding: 0;
}

li, dt, dd {
    margin: 0;
    padding: 0;
}

hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #b6bcc1;
}

small,
.small {
    font-size: .8571em;
    line-height: 1;
}

sub, sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.5em;
}

sup {
    top: -0.75em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

iframe {
    display: block;
}

blockquote {
    border-left: 3px solid #c0c0c0;
}

blockquote p {
    padding-left: 5px;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    /* just in case some html5 elements creep into the system*/
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *zoom: 1;
}

svg:not(:root) {
    overflow: hidden;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

.row_property_input {
    width:50%;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

[hidden] {
    display: none;
}

/* Typography */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    font-size: inherit;
    font-weight: normal;
    margin: 10px 0;
    line-height: 40px;
}

h1, .h1 {
    font-size: 30px;
    line-height: 34px;
}

h2, .h2 {
    font-size: 24px;
    line-height: 28px;
}

h3, .h3 {
    /*font-family: 'PT Sans Narrow Bold', Arial Narrow;*/
    font-size: 20px;
    line-height: 24px;
    /*text-transform: uppercase;*/
}

h4, .h4 {
    font-family: 'PT Sans Narrow Bold', Arial Narrow;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

h5, .h5 {
    font-size: 14px;
    line-height: 20px;
}

h6, .h6 {
    font-size: 12px;
    line-height: 17px;
}

.h7 {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
}

ul, ol {
    padding-left: 1.5em;
}

.p1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
}

.p2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.p3 {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
}

.light {
    font-family: 'Source Sans Pro 400', 'Helvetica-Light', Arial;
}

b, i, b i, i b {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
}

b,
.b {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
}

i,
.i {
    font-family: 'Source Sans Pro Italic 400', Arial;
}

b i,
i b,
.b-i {
    font-family: 'Source Sans Pro Italic 700', 'Helvetica-Bold', Arial;
}

.c, .condensed {
    /* condensed */
    font-family: 'PT Sans Narrow', Arial Narrow;
}

.c-b {
    /* condensed bold */
    font-family: 'PT Sans Narrow Bold', Arial Narrow;
}

.caps {
    text-transform: uppercase;
}

.muted {
    color: #999999;
}

.muted a {
    color: inherit;
    text-decoration: none;
}

.muted a:hover {
    color: #348bed;
}

/* Utilities */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.full {
    width: 100%;
}

.almostFull {
    width: 96%;
}

.text-center {
    text-align: center;
}

.group:before {
    display: table;
    content: '';
    clear: both;
}

.group:after {
    display: table;
    content: '';
    clear: both;
}

.disabled {
    opacity: .7;
}

.hide {
    display: none;
}

.top-left {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

.top-right {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.bottom-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

/* Bootstrap transitions */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

/* Block components */

.nav,
.nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.nav-item {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    display: block;
    white-space: nowrap;
    padding: 7px 15px;
    color: #2c323a;
    cursor: pointer;
}

.nav-item:hover {
    TODO: s;
    _color: #2c323a;
    _background: hsl(206, 6%, 95%);
}

.nav-item.active {
    background: white;
    border-right: 1px solid #348bed;
    padding-right: 10px;
    margin-right: -1px;
}

.nav-title {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    color: #2c323a;
    background: #edeff1;
    display: block;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 7px 15px;
    border-top: 1px solid #c4cbcf;
    border-bottom: 1px solid #c4cbcf;
}

a.nav-title {
    cursor: pointer;
}

a.nav-title:hover {
}

.nav-title.active {
    background: white;
    border-right: 1px solid #348bed;
    padding-right: 10px;
    margin-right: -1px;
}

.nav-item:focus,
.nav-title:focus {
    outline: 1px solid #0088cc;
    outline-offset: -3px;
}

.tabs {
    margin: 0 0 -1px 0;
    padding: 0;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

.tab {
    display: table-cell;
    list-style: none;
    padding: 7px 15px;
    color: #2c323a;
    background: #edeff1;
    border: 1px solid #c4cbcf;
    text-decoration: none;
    cursor: pointer;
}

.tab:hover {
    color: #2c323a;
    background: hsl(206, 6%, 95%);
}

.tab:focus {
    outline: 1px solid #0088cc;
    outline-offset: -2px;
}

.tab:active {

}

.tab.active {
    background: white;
    border-bottom: none;
    padding-bottom: 8px;
    border-top: 2px solid #348bed;
    padding-top: 6px;
}

.tab.selected {
}

.tab.selected:before {
    font-family: FontAwesome;
    content: ' '; /* icon-check-sign */
    color: #348bed;
}

.tab + .tab {
    border-left-width: 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.steps {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0;
}

.step {
    display: inline-block;
    font-size: 14px;
    list-style: none;
    padding: 7px 10px 7px 20px;
    color: #2c323a;
    background: #edeff1;
    border: 1px solid #c4cbcf;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.step + .step {
    border-left: 0;
}

.step + .step:before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: -0px;
    top: -1px;
    bottom: 0;
    width: 0;
    border-color: transparent transparent transparent #c4cbcf;
    border-width: 17px 10px 17px 10px;
}

.step + .step:after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    width: 0;
    border-color: transparent transparent transparent #edeff1;
    border-width: 17px 10px 17px 10px;
}

.step.active {
    background: white;
    border-top: 2px solid #348bed;
    padding-top: 6px;
}

.step.active + .step:after {
    border-color: transparent transparent transparent white;
}

.table {
    display: table;
    margin-bottom: 20px;
    background-color: white;
    border-collapse: separate;
    border-spacing: 0;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cellDummy {
    background: #edeff1;
}

.table th,
.table td {
    padding: 8px;
    line-height: 1.45em;
    text-align: left;
    vertical-align: top;
    border: solid #d5d9da;
    border-width: 0 0 1px 0;
    /*overflow:hidden;*/
}

.card_column_td{
   overflow:hidden;
}

.table th {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    font-weight: normal;
    text-align: left;
    background: #edeff1;
    border-color: #d5d9da;
}

.table td {
    text-align: left;
}

.table thead th {
    border-top: none;
    vertical-align: top;
}

.table .action {
    width: 1%; /* make .action cell as small as possibble */
    white-space: nowrap;
}

.table .text-center {
    text-align: center;
}

.table-bordered td {
    border: solid #d5d9da;
    border-width: 0 1px 1px 0;
}

.table-bordered th,
.table-bordered thead th {
    border: solid #c3c8ca;
    border-width: 0 1px 1px 0;
}

.table-bordered th:first-child {
    border-left-width: 1px;
}

.table-bordered td:first-child {
    border-left-width: 1px;
}

.table-bordered thead tr:first-child th {
    border-top-width: 1px;
}

.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top-width: 1px;
}

.modal-body > .table-bordered,
.modal-body > .table-bordered td:first-child,
.modal-body > .table-bordered th:first-child {
    border-left-width: 0;
}

.modal-body > .table-bordered,
.modal-body > .table-bordered td:last-child,
.modal-body > .table-bordered th:last-child {
    border-right-width: 0;
}

.modal-body > .table-bordered,
.modal-body > .table-bordered:first-child thead th {
    border-top-width: 0;
}

.table-editable th,
.table-editable td {
    vertical-align: middle;
}

.table td.selected {
    outline: 1px solid #0088cc;
    outline-offset: -1px;
    background: rgba(0, 136, 204, 0.07);
}

td.selected-secondary {
    outline: 1px dashed #0088cc;
    outline-color: rgba(0, 136, 204, 0.29);
    outline-offset: -1px;
    background: rgba(0, 136, 204, 0.07);
}

.table tr.selected {
    outline: none;
}

.table tr.selected > th {
    color: white;
    background: #0088cc;
    border-color: #0088cc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    /*linkkiväri, uus: #348bed*/
    padding-top: 7px;
    padding-bottom: 8px;
}

.table tr.selected > td {
    background: rgba(0, 136, 204, 0.07);
    border-color: #0088cc;
    border-right-color: #76bfe3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.table tr.selected > td:last-child {
    /*border-right-width: 1px;
    border-right-color: #0088cc;*/
    border-right: 1px #0088cc;
    padding-right: 8px;
}

.table tr.selected:last-child > td {
    padding-bottom: 8px;
}

.tree {
    overflow: hidden;
}

.tree,
.tree ul,
.tree li {
    display: block;
    margin: 0;
    padding: 0;
}

.tree .item {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
}

.tree .item.root {
}

.tree :first-child .item.root {
}

.tree .item > span {
    display: table-cell;
    padding: 3px;
}

.tree .selected > span {
    padding: 2px 3px;
}

.tree .item .expand {
    width: 20px;
    padding-left: 1px;
    padding-right: 0;
    text-align: center;
    position: relative;
}

.tree .item .expand:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    left: -11px;
    top: 16px;
    height: 1px;
    background: #c3c8ca;
}

.tree .expand .btn {
    width: 8px;
    color: inherit;
    background: none;
    box-shadow: none;
    border: none;
}

.tree .item .item-icon {
    width: 20px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.tree .item .item-icon .swatch {
    margin-top: -2px;
}

.tree .item .item-title {
    padding-left: 3px;
    cursor: pointer;
}

.tree .selected .item-title {
    border: 1px solid #0088cc;
    background: rgba(0, 136, 204, 0.07);
    padding: 2px;
}

.tree .item .action {
    width: 2em;
}

.tree .children {
    margin-left: 24px;
    position: relative;
}

.tree .children:before {
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 18px;
    width: 1px;
    background: #c3c8ca;
}

.diagram {
    position: relative;
    display: block;
    overflow: scroll;
    width: 100%;
    min-height: 500px;
    margin: 0;
    padding: 20px;
    background: white;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.diagram .item {
    width: 300px;
    position: absolute;
}

.diagram .item-inner {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: solid #c3c8ca;
    border-width: 0 0 2px 0;
    cursor: pointer;
}

.diagram .item-inner:hover,
.diagram .item-inner.selected {
    border-color: #2c323a;
}

.diagram .selected .item-inner {
    border-color: #348bed;
}

.diagram .item-inner > * {
    display: table-cell;
    vertical-align: top;
}

.diagram .item-inner .expand {
    width: 1%;
    vertical-align: bottom;
}

.diagram .expand .btn {
    background: none;
    border: none;
    padding: 4px 8px 4px 4px;
    box-shadow: none;
}

.diagram .item-icon {
    padding: 4px 4px;
    width: 1%;
}

.diagram .item-title {
    width: 99%;
    padding: 4px 4px 4px 4px;
}

.alert {
    margin: 0 auto 20px auto;
    background: white;
    border-radius: 1px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3);
    display: table;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.alert-hide {
    opacity: 0;
}

.lt-ie9 .alert {
    border: 1px solid black;
}

.alert:before,
.alert:after {
    display: table;
    content: '';
    clear: both;
}

.alert-inner {
    margin: 10px 15px;
}

.alert-actions {
    padding: 10px 15px;
}

.modal-alert > .alert {
    display: block;
    margin: 0;
    border: 0;
    box-shadow: none;
}

/* Inline components */

/* Generic highlight classes */
.success,
.done {
    color: white !important;
    background: rgb(16, 136, 35) !important;
}

.info {
    color: #2c323a !important;
    background: rgb(208, 234, 238) !important;
}

.pending,
.not-started {
    color: white !important;
    background: rgb(115, 130, 133) !important;
}

.warning,
.in-progress {
    color: white !important;
    /*background: rgb(208, 82, 37) !important;
    background: rgb(208, 119, 37) !important;*/
    background: rgb(204, 102, 8) !important;
}

.input_prompt,
.in-progress {
    color: black !important;
    /*background: rgb(208, 82, 37) !important;
    background: rgb(208, 119, 37) !important;*/
    background: #E1E5E8 !important;
}

.error,
.problem {
    color: white !important;
    background: rgb(156, 39, 17) !important;
}

.invalid {
    outline: 1px solid red;
}

.spinner-large {
    position: relative;
    display: inline-block;
    height: 76px;
    width: 76px;
}

.spinner-regular {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-bottom: -2px;
}

.spinner-small {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-bottom: 0;
}

.spinner-tiny {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.tooltip {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    position: absolute;
    z-index: 1030;
    display: block;
    opacity: 0;
    white-space: pre-wrap;
    visibility: visible;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #111111;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #111111;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #111111;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #111111;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #111111;
    border-width: 0 5px 5px;
}

.properties {

}

.properties .item + .item {
    margin-left: 5px;
}

.token-list .token {
    margin: 3px 0;
}

.token {
    display: inline-block;
    vertical-align: middle;
    color: #2c323a;
    background: #edeff1;
    border: 1px solid #c4cbcf;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
}

.swatch-list {

}

.swatch {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    color: white;
    background: #edeff1;
    border: 1px solid #c4cbcf;
    border-color: rgba(0, 0, 0, .4);
    text-align: center;
    height: 14px;
    width: 14px;
    border-radius: 2px;
    overflow: hidden;
}

.swatch:before,
.swatch:after {
    content: '|';
    opacity: 0;
}

.swatch-list .swatch {
    margin-left: 10px;
}

.swatch-list .swatch:first-child {
    margin-left: 0;
}

.note {
    font-size: 12px;
    color: #6b6f75;
}

/* Layout */

.grid {
    display: table;
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.grid-auto {
    display: table;
    width: auto;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.col,
[class*="col-"] {
    display: table-cell;
    vertical-align: top;
    /*width: 1%;*/
    width: auto;
}

.col-auto {
    width: auto;
}

.col-1-1 {
    width: 100%;
}

.col-1-2 {
    width: 50%;
}

.col-1-3 {
    width: 33.33333333333333%;
}

.col-2-3 {
    width: 66.66666666666666%;
}

.col-1-4 {
    width: 25%;
}

.col-2-4 {
    width: 50%;
}

.col-3-4 {
    width: 75%;
}

.col-1-5 {
    width: 20%;
}

.col-2-5 {
    width: 40%;
}

.col-3-5 {
    width: 60%;
}

.col-4-5 {
    width: 80%;
}

.col-1-6 {
    width: 16.666666666666664%;
}

.col-2-6 {
    width: 33.33333333333333%;
}

.col-3-6 {
    width: 50%;
}

.col-4-6 {
    width: 66.66666666666666%;
}

.col-5-6 {
    width: 83.33333333333334%;
}

.col-1-7 {
    width: 14.285714285714285%;
}

.col-2-7 {
    width: 28.57142857142857%;
}

.col-3-7 {
    width: 42.857142857142854%;
}

.col-4-7 {
    width: 57.14285714285714%;
}

.col-5-7 {
    width: 71.42857142857143%;
}

.col-6-7 {
    width: 85.71428571428571%;
}

.col-1-8 {
    width: 12.5%;
}

.col-2-8 {
    width: 25%;
}

.col-3-8 {
    width: 37.5%;
}

.col-4-8 {
    width: 50%;
}

.col-5-8 {
    width: 62.5%;
}

.col-6-8 {
    width: 75%;
}

.col-7-8 {
    width: 87.5%;
}

.col-1-9 {
    width: 11.11111111111111%;
}

.col-2-9 {
    width: 22.22222222222222%;
}

.col-3-9 {
    width: 33.33333333333333%;
}

.col-4-9 {
    width: 44.44444444444444%;
}

.col-5-9 {
    width: 55.55555555555556%;
}

.col-6-9 {
    width: 66.66666666666666%;
}

.col-7-9 {
    width: 77.77777777777779%;
}

.col-8-9 {
    width: 88.88888888888889%;
}

.col-1-10 {
    width: 10%;
}

.col-2-10 {
    width: 20%;
}

.col-3-10 {
    width: 30%;
}

.col-4-10 {
    width: 40%;
}

.col-5-10 {
    width: 50%;
}

.col-6-10 {
    width: 60%;
}

.col-7-10 {
    width: 70%;
}

.col-8-10 {
    width: 80%;
}

.col-9-10 {
    width: 90%;
}

.col-1-11 {
    width: 9.090909090909092%;
}

.col-2-11 {
    width: 18.181818181818183%;
}

.col-3-11 {
    width: 27.27272727272727%;
}

.col-4-11 {
    width: 36.36363636363637%;
}

.col-5-11 {
    width: 45.45454545454545%;
}

.col-6-11 {
    width: 54.54545454545454%;
}

.col-7-11 {
    width: 63.63636363636363%;
}

.col-8-11 {
    width: 72.72727272727273%;
}

.col-9-11 {
    width: 81.81818181818183%;
}

.col-10-11 {
    width: 90.9090909090909%;
}

.col-1-12 {
    width: 8.333333333333332%;
}

.col-2-12 {
    width: 16.666666666666664%;
}

.col-3-12 {
    width: 25%;
}

.col-4-12 {
    width: 33.33333333333333%;
}

.col-5-12 {
    width: 41.66666666666667%;
}

.col-6-12 {
    width: 50%;
}

.col-7-12 {
    width: 58.333333333333336%;
}

.col-8-12 {
    width: 66.66666666666666%;
}

.col-9-12 {
    width: 75%;
}

.col-10-12 {
    width: 83.33333333333334%;
}

.col-11-12 {
    width: 91.66666666666666%;
}

.col-1-13 {
    width: 7.6923076923076925%;
}

.col-2-13 {
    width: 15.384615384615385%;
}

.col-3-13 {
    width: 23.076923076923077%;
}

.col-4-13 {
    width: 30.76923076923077%;
}

.col-5-13 {
    width: 38.46153846153847%;
}

.col-6-13 {
    width: 46.15384615384615%;
}

.col-7-13 {
    width: 53.84615384615385%;
}

.col-8-13 {
    width: 61.53846153846154%;
}

.col-9-13 {
    width: 69.23076923076923%;
}

.col-10-13 {
    width: 76.92307692307693%;
}

.col-11-13 {
    width: 84.61538461538461%;
}

.col-12-13 {
    width: 92.3076923076923%;
}

.col-1-14 {
    width: 7.142857142857142%;
}

.col-2-14 {
    width: 14.285714285714285%;
}

.col-3-14 {
    width: 21.428571428571427%;
}

.col-4-14 {
    width: 28.57142857142857%;
}

.col-5-14 {
    width: 35.714285714285715%;
}

.col-6-14 {
    width: 42.857142857142854%;
}

.col-7-14 {
    width: 50%;
}

.col-8-14 {
    width: 57.14285714285714%;
}

.col-9-14 {
    width: 64.28571428571429%;
}

.col-10-14 {
    width: 71.42857142857143%;
}

.col-11-14 {
    width: 78.57142857142857%;
}

.col-12-14 {
    width: 85.71428571428571%;
}

.col-13-14 {
    width: 92.85714285714286%;
}

.col-1-15 {
    width: 6.666666666666667%;
}

.col-2-15 {
    width: 13.333333333333334%;
}

.col-3-15 {
    width: 20%;
}

.col-4-15 {
    width: 26.666666666666668%;
}

.col-5-15 {
    width: 33.33333333333333%;
}

.col-6-15 {
    width: 40%;
}

.col-7-15 {
    width: 46.666666666666664%;
}

.col-8-15 {
    width: 53.333333333333336%;
}

.col-9-15 {
    width: 60%;
}

.col-10-15 {
    width: 66.66666666666666%;
}

.col-11-15 {
    width: 73.33333333333333%;
}

.col-12-15 {
    width: 80%;
}

.col-13-15 {
    width: 86.66666666666667%;
}

.col-14-15 {
    width: 93.33333333333333%;
}

.col-1-16 {
    width: 6.25%;
}

.col-2-16 {
    width: 12.5%;
}

.col-3-16 {
    width: 18.75%;
}

.col-4-16 {
    width: 25%;
}

.col-5-16 {
    width: 31.25%;
}

.col-6-16 {
    width: 37.5%;
}

.col-7-16 {
    width: 43.75%;
}

.col-8-16 {
    width: 50%;
}

.col-9-16 {
    width: 56.25%;
}

.col-10-16 {
    width: 62.5%;
}

.col-11-16 {
    width: 68.75%;
}

.col-12-16 {
    width: 75%;
}

.col-13-16 {
    width: 81.25%;
}

.col-14-16 {
    width: 87.5%;
}

.col-15-16 {
    width: 93.75%;
}

.col-1-17 {
    width: 5.88235294117647%;
}

.col-2-17 {
    width: 11.76470588235294%;
}

.col-3-17 {
    width: 17.647058823529413%;
}

.col-4-17 {
    width: 23.52941176470588%;
}

.col-5-17 {
    width: 29.411764705882355%;
}

.col-6-17 {
    width: 35.294117647058826%;
}

.col-7-17 {
    width: 41.17647058823529%;
}

.col-8-17 {
    width: 47.05882352941176%;
}

.col-9-17 {
    width: 52.94117647058824%;
}

.col-10-17 {
    width: 58.82352941176471%;
}

.col-11-17 {
    width: 64.70588235294117%;
}

.col-12-17 {
    width: 70.58823529411765%;
}

.col-13-17 {
    width: 76.47058823529412%;
}

.col-14-17 {
    width: 82.35294117647058%;
}

.col-15-17 {
    width: 88.23529411764706%;
}

.col-16-17 {
    width: 94.11764705882352%;
}

.col-1-18 {
    width: 5.555555555555555%;
}

.col-2-18 {
    width: 11.11111111111111%;
}

.col-3-18 {
    width: 16.666666666666664%;
}

.col-4-18 {
    width: 22.22222222222222%;
}

.col-5-18 {
    width: 27.77777777777778%;
}

.col-6-18 {
    width: 33.33333333333333%;
}

.col-7-18 {
    width: 38.88888888888889%;
}

.col-8-18 {
    width: 44.44444444444444%;
}

.col-9-18 {
    width: 50%;
}

.col-10-18 {
    width: 55.55555555555556%;
}

.col-11-18 {
    width: 61.111111111111114%;
}

.col-12-18 {
    width: 66.66666666666666%;
}

.col-13-18 {
    width: 72.22222222222221%;
}

.col-14-18 {
    width: 77.77777777777779%;
}

.col-15-18 {
    width: 83.33333333333334%;
}

.col-16-18 {
    width: 88.88888888888889%;
}

.col-17-18 {
    width: 94.44444444444444%;
}

.col-1-19 {
    width: 5.263157894736842%;
}

.col-2-19 {
    width: 10.526315789473683%;
}

.col-3-19 {
    width: 15.789473684210526%;
}

.col-4-19 {
    width: 21.052631578947366%;
}

.col-5-19 {
    width: 26.31578947368421%;
}

.col-6-19 {
    width: 31.57894736842105%;
}

.col-7-19 {
    width: 36.84210526315789%;
}

.col-8-19 {
    width: 42.10526315789473%;
}

.col-9-19 {
    width: 47.368421052631575%;
}

.col-10-19 {
    width: 52.63157894736842%;
}

.col-11-19 {
    width: 57.89473684210527%;
}

.col-12-19 {
    width: 63.1578947368421%;
}

.col-13-19 {
    width: 68.42105263157895%;
}

.col-14-19 {
    width: 73.68421052631578%;
}

.col-15-19 {
    width: 78.94736842105263%;
}

.col-16-19 {
    width: 84.21052631578947%;
}

.col-17-19 {
    width: 89.47368421052632%;
}

.col-18-19 {
    width: 94.73684210526315%;
}

.col-1-20 {
    width: 5%;
}

.col-2-20 {
    width: 10%;
}

.col-3-20 {
    width: 15%;
}

.col-4-20 {
    width: 20%;
}

.col-5-20 {
    width: 25%;
}

.col-6-20 {
    width: 30%;
}

.col-7-20 {
    width: 35%;
}

.col-8-20 {
    width: 40%;
}

.col-9-20 {
    width: 45%;
}

.col-10-20 {
    width: 50%;
}

.col-11-20 {
    width: 55.00000000000001%;
}

.col-12-20 {
    width: 60%;
}

.col-13-20 {
    width: 65%;
}

.col-14-20 {
    width: 70%;
}

.col-15-20 {
    width: 75%;
}

.col-16-20 {
    width: 80%;
}

.col-17-20 {
    width: 85%;
}

.col-18-20 {
    width: 90%;
}

.col-19-20 {
    width: 95%;
}

.col-1-21 {
    width: 4.761904761904762%;
}

.col-2-21 {
    width: 9.523809523809524%;
}

.col-3-21 {
    width: 14.285714285714285%;
}

.col-4-21 {
    width: 19.047619047619047%;
}

.col-5-21 {
    width: 23.809523809523807%;
}

.col-6-21 {
    width: 28.57142857142857%;
}

.col-7-21 {
    width: 33.33333333333333%;
}

.col-8-21 {
    width: 38.095238095238095%;
}

.col-9-21 {
    width: 42.857142857142854%;
}

.col-10-21 {
    width: 47.61904761904761%;
}

.col-11-21 {
    width: 52.38095238095239%;
}

.col-12-21 {
    width: 57.14285714285714%;
}

.col-13-21 {
    width: 61.904761904761905%;
}

.col-14-21 {
    width: 66.66666666666666%;
}

.col-15-21 {
    width: 71.42857142857143%;
}

.col-16-21 {
    width: 76.19047619047619%;
}

.col-17-21 {
    width: 80.95238095238095%;
}

.col-18-21 {
    width: 85.71428571428571%;
}

.col-19-21 {
    width: 90.47619047619048%;
}

.col-20-21 {
    width: 95.23809523809523%;
}

.col-1-22 {
    width: 4.545454545454546%;
}

.col-2-22 {
    width: 9.090909090909092%;
}

.col-3-22 {
    width: 13.636363636363635%;
}

.col-4-22 {
    width: 18.181818181818183%;
}

.col-5-22 {
    width: 22.727272727272727%;
}

.col-6-22 {
    width: 27.27272727272727%;
}

.col-7-22 {
    width: 31.818181818181817%;
}

.col-8-22 {
    width: 36.36363636363637%;
}

.col-9-22 {
    width: 40.909090909090914%;
}

.col-10-22 {
    width: 45.45454545454545%;
}

.col-11-22 {
    width: 50%;
}

.col-12-22 {
    width: 54.54545454545454%;
}

.col-13-22 {
    width: 59.09090909090909%;
}

.col-14-22 {
    width: 63.63636363636363%;
}

.col-15-22 {
    width: 68.18181818181817%;
}

.col-16-22 {
    width: 72.72727272727273%;
}

.col-17-22 {
    width: 77.27272727272727%;
}

.col-18-22 {
    width: 81.81818181818183%;
}

.col-19-22 {
    width: 86.36363636363636%;
}

.col-20-22 {
    width: 90.9090909090909%;
}

.col-21-22 {
    width: 95.45454545454545%;
}

.col-1-23 {
    width: 4.3478260869565215%;
}

.col-2-23 {
    width: 8.695652173913043%;
}

.col-3-23 {
    width: 13.043478260869565%;
}

.col-4-23 {
    width: 17.391304347826086%;
}

.col-5-23 {
    width: 21.73913043478261%;
}

.col-6-23 {
    width: 26.08695652173913%;
}

.col-7-23 {
    width: 30.434782608695656%;
}

.col-8-23 {
    width: 34.78260869565217%;
}

.col-9-23 {
    width: 39.130434782608695%;
}

.col-10-23 {
    width: 43.47826086956522%;
}

.col-11-23 {
    width: 47.82608695652174%;
}

.col-12-23 {
    width: 52.17391304347826%;
}

.col-13-23 {
    width: 56.52173913043478%;
}

.col-14-23 {
    width: 60.86956521739131%;
}

.col-15-23 {
    width: 65.21739130434783%;
}

.col-16-23 {
    width: 69.56521739130434%;
}

.col-17-23 {
    width: 73.91304347826086%;
}

.col-18-23 {
    width: 78.26086956521739%;
}

.col-19-23 {
    width: 82.6086956521739%;
}

.col-20-23 {
    width: 86.95652173913044%;
}

.col-21-23 {
    width: 91.30434782608695%;
}

.col-22-23 {
    width: 95.65217391304348%;
}

.header {
}

.header:before,
.header:after {
    display: table;
    content: '';
    clear: both;
}

.header-inner {
    padding: 20px;
}

.header-title {
    margin: 0 0 20px 0;
}

.content {
    background: white;
    overflow: hidden;
}

.content-inner {
    padding: 20px;
}

/*TODO: content-inner and container are pretty much the same thing all over the system, ditch content-inner and use container */
.container {
    padding: 20px;
}

.splitview {
    display: table;
    width: 100%;
}

.splitview > div {
    display: table-cell;
    vertical-align: top;
}

.splitview > .sidebar {
    width: 1%;
    min-width: 200px;
    max-width: 300px;
    background: #e1e5e8;
    border-right: 1px solid rgb(184, 184, 184);
}

.sidebar-title {
    margin: 0;
    padding: 10px 15px;
}

.splitview > .content {
    width: 100%;
}

.footer {
    border-top: 1px solid rgb(184, 184, 184);
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.footer .brand {
    font-family: 'PT Sans Narrow Bold', Arial Narrow;
    text-transform: uppercase;
    clear: both;
    padding-right:8px;
    padding-top: 16px;
    padding-bottom:10px;
    text-align: right;
}

.footer-section {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 20px;
}

.footer-menu {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.footer-item {
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

.footer-item > a,
.footer-item {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    line-height: 18px;
    color: rgba(60, 60, 60, 0.60);
    height: 18px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.footer-item > a:hover,
.footer-item:hover {
    color: #2d2d2d;
}

/* Forms */

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
textarea,
.input {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: baseline;
    text-align: left;
    margin: 0;
    padding: 4px 7px;
    border-radius: 0;
    color: #2c323a;
    background: white;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border: 1px solid #d5d9da;
}

.lt-ie9 {

}

textarea {
    display: block;
    max-width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 1px solid #0088cc;
    outline-offset: 0;
}

input[disabled],
input.disabled {
    opacity: .7;
    background: rgb(234, 240, 243);
}

::-webkit-input-placeholder {
    color: #6b6f75;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6b6f75;
}

:-ms-input-placeholder {
    color: #6b6f75;
}

.checkbox,
.radio {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.checkbox > input,
.radio > input {
    position: absolute;
    left: -4em;
}

.checkbox > input + span,
.radio > input + span {
    display: block;
}

.checkbox > input + span:before,
.radio > input + span:before {
    display: inline-block;
    width: 14px;
    height: 15px;
    font-family: FontAwesome;
    content: '?';
    margin-right: 5px;
    margin-left: 2px;
}

.checkbox > input:disabled + span,
.radio > input:disabled + span {
    cursor: default;
}

.checkbox > input + span:before {
    content: ''; /* icon-check-empty */
    color: #348bed;
}

.checkbox > input:disabled + span {
    cursor: default;
}

.checkbox > input:checked + span:before {
    content: ''; /* icon-check-sign */
    color: #348bed;
}

.checkbox > input:disabled + span:before {
    content: ''; /* icon-check-empty */
    opacity: .5;
    color: inherit;
}

.checkbox > input:checked:disabled + span:before {
    content: ''; /* icon-check */
    color: inherit;
    opacity: .5;
}

.radio > input + span:before {
    content: ''; /* circle empty */
    color: #348bed;;
}

.radio > input:checked + span:before {
    /*content: ''; *//* ok sign */
    content: ''; /* circle */
    color: #348bed;
}

.checkbox > input:focus + span,
.radio > input:focus + span {
    outline: 1px solid #0088cc;
    outline-offset: -1px;
}

.control-group {
    margin-bottom: 20px;
}

.control-label {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    display: block;
    margin-bottom: 5px;
}

.required > .control-label {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
}

.controls {

}

.label-inline {
    margin-left: 5px;
    margin-right: 5px;
}

.errorlist {
    font-size: 12px;
    color: rgb(156, 39, 17);
    margin: 0;
    padding: 0;
}

.errorlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-horizontal {
}

.form-horizontal:after {
    display: table;
    content: '';
    clear: both;
}

.form-horizontal .control-group {
    float: left;
    margin-right: 10px;
}

.form-sparse {
    display: table;
    width: 97%;
    margin-top: -1px;
}

.form-sparse .control-group {
    display: table-row;
    border-collapse: separate;
    border-spacing: 0;
}

.form-sparse .control-label,
.form-sparse .controls {
    display: block;
    vertical-align: top;
    text-align: left;
}

.form-sparse .control-label {
    padding: 7px 0 0 10px;
    width: auto;
    border-top: 1px solid #d5d9da;
}

.form-sparse .controls {
    padding: 5px 10px 12px 10px;
    width: auto;
}

.form-sparse input {
    margin: 5px 0 5px 0;
}

.form-sparse input:first-child,
.form-sparse textarea:first-child {
    margin-top: 0;
}

.form-sparse input:last-child,
.form-sparse textarea:last-child {
    margin-bottom: 0;
}

.form-sparse .table:last-child {
    margin-bottom: 0;
}

.form-sparse .checkbox:first-child {
    margin-top: 4px;
}

.form-sparse .actions .control-label {
    vertical-align: middle;
    padding: 10px 10px 10px 20px;
}

.form-sparse .actions .controls {
    vertical-align: middle;
    padding: 10px 20px 10px 10px;
}

/* Buttons */

.btn,
.btn-group {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 4px 10px;
    color: #2c323a;
    cursor: pointer;

    background: #f5f5f5 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%) !important; /* W3C */

    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
    text-shadow: none;
    border-radius: 0;
    border: none;
}

.lt-ie9 .btn,
.lt-ie9 .btn-group {
    border: 1px solid;
    border-color: #d8d8d8 #d0d0d0 #aaaaaa #d0d0d0;
}

.btn:hover {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C */
    text-shadow: none;
}

.btn:focus {
    outline: 1px solid #0088cc;
    outline-offset: -2px;
}

.btn:active {
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%, #e0e0e0 100%); /* W3C */
    text-shadow: none;
}

.btn.active,
.dropdown.open > .btn,
.dropdown.open > .btn:hover,
.toolbar .btn.active {
    color: white;

    background: #3286e4 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #348bed 0%, #3286e4 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #348bed), color-stop(100%, #3286e4)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #348bed 0%, #3286e4 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #348bed 0%, #3286e4 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #348bed 0%, #3286e4 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #348bed 0%, #3286e4 100%) !important; /* W3C */

    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .23) inset;
    text-shadow: none;
}

.btn.disabled {
    opacity: .5;
    cursor: default;
}

.btn-quiet,
.lt-ie9 .btn-quiet {
    background: none;
    box-shadow: none;
    color: inherit;
    text-decoration: underline;
    border: none;
}

.btn-quiet:hover {
    /*color: inherit;
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);*/
    color: inherit;
    background: none;
    box-shadow: none;
}

.btn-quiet:active {
    background: rgba(0, 0, 0, .05);
}

.btn-hilite {
    color: #348bed;
}

.btn-midsize {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 4px 8px;
    display: block;
    margin-bottom: 4px;
}

.btn-small {
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
}

.btn-mini {
    font-size: 10px;
    border-radius: 200px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: baseline;
    padding: 0;
    text-align: center;
}

.btn-group {
    padding: 0;
}

.btn-group:after {
    display: table;
    content: '';
    clear: both;
}

.btn-group > .btn {
    float: left;
    border: none;
    box-shadow: none;
}

.btn-group > .btn.active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .23) inset;
}

.btn-divider {
    float: left;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 1px;
    padding-top: 4px;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 4px;
    white-space: pre;
}

.btn-divider:after {
    content: ' ';
}

.toolbar {
    display: table;
    display: -webkit-box;
    border-collapse: separate;
    border-spacing: 0;
    margin: auto;
    padding: 0;
    color: #2c323a;

    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C */

    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
}

.lt-ie9 .toolbar {
    border: 1px solid;
    border-color: #d8d8d8 #d0d0d0 #aaaaaa #d0d0d0;
}

.toolbar-item,
.toolbar-space,
.toolbar-divider {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.toolbar-item {
    padding: 4px 2px;
    white-space: nowrap;
}

.toolbar-item:first-child {
    padding-left: 4px;
}

.toolbar-item:last-child {
    padding-right: 4px;
}

.toolbar-item.savecard{
    padding-left: 4px;
}

.toolbar-space {
    width: 100%;
    min-width: 15px;
}

.toolbar-divider {
    padding: 4px 2px;
    opacity: .2;
    text-align: center;
    width: 1px;
    height: 1px;
}

.toolbar-divider:after {
    white-space: pre;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: black;
    content: ' ';
}

.toolbar .btn,
.toolbar .btn-group {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 1px;
    background: none;
}

.toolbar .btn:hover {
}

.toolbar .btn.disabled:hover {
    box-shadow: none;
}

.toolbar .btn:active {
    background: rgba(0, 0, 0, .1);
}

.toolbar input {
    margin: 0;
}

.toolbar-tight .toolbar-item,
.toolbar-tight .toolbar-item:first-child,
.toolbar-tight .toolbar-item:last-child {
    padding: 0;
}

.dropdown {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.dropdown.open {
    z-index: 10;
}

.dropdown-toggle {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.dropdown-toggle:after {
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    content: ''; /* icon-caret-down */
    padding-left: 5px;
}

/* Nipple for dropdowns */
/*.open .dropdown-toggle:before {
  position: absolute;
  z-index: 11;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #2c323a;
  border-left: 6px solid transparent;
  content: '';
}
.btn-group .dropdown-toggle:before,
.btn-group .dropdown-toggle:after {
  display: none;
}*/

.dropdown-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
    z-index: 10;
}

.lt-ie9 .dropdown-menu {
    left: -1px;
    border: 1px solid;
    border-color: #d8d8d8 #d0d0d0 #aaaaaa #d0d0d0;
}

.dropdown-menu.right {
    left: auto;
    right: 0;
}

.open .dropdown-menu {
    display: inline-block;
}

.menu-item {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    color: #2c323a;
    display: block;
    text-align: left;
    white-space: nowrap;
    padding: 4px 10px;
    text-shadow: none;
    cursor: pointer;
}

.menu-item:hover {
    color: white;

    background: #3286e4; /* Old browsers */
    background: -moz-linear-gradient(top, #348bed 0%, #3286e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #348bed), color-stop(100%, #3286e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #348bed 0%, #3286e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #348bed 0%, #3286e4 100%); /* W3C */
}

.menu-title {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    color: #2c323a;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #e9e9e9), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to top, #e9e9e9 0%, #e0e0e0 100%); /* W3C */
    cursor: default;
    display: block;
    padding: 4px 10px;
    text-shadow: none;
}

.menu-divider {
    display: block;
    height: 2px;
    margin: 5px 0;
    padding: 0;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #e9e9e9), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #e9e9e9 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to top, #e9e9e9 0%, #e0e0e0 100%); /* W3C */
}

/* Large components */

.navbar {
    color: white;

    background-color: #262D37;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .1)), color-stop(100%, rgba(0, 0, 0, .1))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%); /* W3C */

    border-bottom: 1px solid #111111;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.navbar-section {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 20px;
}

.navbar-menu {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.navbar-item {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.navbar-item > a,
.navbar-item .dropdown-toggle {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    line-height: 28px;
    color: #b3b3b3;
    color: rgba(255, 255, 255, .6);
    display: block;
    height: 50px;
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.navbar-item > a:hover,
.navbar-item .dropdown-toggle:hover {
    background: #1F2329;
    background: rgba(255, 255, 255, .02);
    color: #eeeeee;
}

.navbar-item.active > a,
.navbar-item.active > div,
.navbar-item .open .dropdown-toggle {
    color: white;
    background: rgba(0, 0, 0, .3);
    box-shadow: inset 0 -4px 0 0 rgb(0, 153, 255);
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.3);
    cursor: default;
}

.lt-ie9 .navbar-item.active > a,
.lt-ie9 .navbar-item .open .dropdown-toggle {
    background: #111111;
    border-bottom: 2px solid rgb(40, 203, 255);
}

.navbar-item .open .dropdown-toggle {
    box-shadow: inset 0 2px 22px rgba(0, 0, 0, .5);
}

.lt-ie9 .navbar-item .open .dropdown-toggle {
    border-bottom: none;
}

.navbar-item > a:focus,
.navbar-item .dropdown-toggle:focus {
    outline: 1px solid #0088cc;
    outline-offset: -1px;
}

.navbar-brand {
    display: block;
    padding: 14px 0 0 0;
    cursor: pointer;
}

.navbar-primary {
    width: auto;
}

.navbar-primary .navbar-item {
}

.navbar-secondary .navbar-menu {
    margin-left: auto;
}

.navbar-secondary .navbar-item {
}

.modal-open {
    overflow: hidden;
}

/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 940;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #fff;
}

.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}

.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 940px;
    margin-top: 0;
    margin-left: -470px;
    outline: none;
    overflow: visible; /* allow content to popup out (i.e tooltips) */
    background: white;
    border: 1px solid #b6bcc1;
    border-radius: 1px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal-small {
    width: 470px;
    margin-left: -245px;
}

.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;

}

.modal.fade.in {
    top: 50%;
}

.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}

.modal.container {
    width: 940px;
    margin-left: -470px;
    padding: 0;
}

.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
}

.modal-overflow.modal {
    top: 1%;
}

.modal-overflow.modal.fade {
    top: -100%;
}

.modal-overflow.modal.fade.in {
    top: 1%;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-header {
    padding: 9px 15px;
    background: #e1e5e8;
    border-radius: 1px 1px 0 0;
    border-bottom: 1px solid #b6bcc1;
    position: relative;
    min-height: 50px;
}

.modal-header-title-left {
    bottom: 0;
    position: relative;
}

.modal-header:after {
    display: table;
    content: '';
    clear: both;
}

.modal-header .close {
    float: right;
    margin-left: 5px;
}

.modal-header-title-left > .modal-title {
    text-align: left;
    float: none;
}

.modal-title,
.modal-header h3 {
    font-family: 'PT Sans Narrow Bold', Arial Narrow;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
    margin: 5px 0 -1px 0;
    float: right;
}

h3.modal-title p {
    margin: 0;
}

.modal-header > .tabs {
    margin-bottom: -10px;
    position: absolute;
    bottom: 9px;
}

.modal-header-title-left > .tabs {
    bottom: 0;
    position: relative;
}

.modal-body {
    position: relative;
    padding: 0;
    overflow: visible;
}

.modal-footer {
    margin-bottom: 0;
    padding: 14px 15px 15px 15px;
    background: #e1e5e8;
    border-top: 1px solid #b6bcc1;
    border-radius: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

/* Responsive */

@media (min-width: 1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px;
    }
}

@media (max-width: 979px) {
    .modal,
    .modal.container,
    .modal.modal-overflow {
        top: 1%;
        right: 1%;
        left: 1%;
        bottom: auto;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal.fade.in,
    .modal.container.fade.in,
    .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto;
    }

    .modal-body,
    .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modal-footer,
    .modal-overflow .modal-footer {
        position: static;
    }

    .navbar-brand {
      display: none;
    }

    .btn-group-horizontal .btn-midsize {
      display: none;
    }
}

@media (max-width: 632px) {
    .footer .brand {
        display: none;
    }
}

/* animations */

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

/* Chosen.js styling */

.chosen-container {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.chosen-container .chosen-drop {
    background: #fff;
    position: absolute;
    top: 100%;
    left: -9999px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
    z-index: 9999;
    width: 100%;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container-single .chosen-single {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%); /* W3C */
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3);
    text-shadow: none;
    border: none;
    border-radius: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 4px 5px;
    color: #2c323a;
    text-decoration: none;
}

.chosen-container-single .chosen-default {
}

.chosen-container-single .chosen-single span {
    margin-right: 12px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chosen-container-single .chosen-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    /*TODO: this is remove selection button?*/
}

.chosen-container-single .chosen-single abbr:hover {
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
}

.chosen-container-single .chosen-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 15px;
    padding: 4px 10px 4px 0;
    _outline: 1px solid green;
    outline-offset: -1px;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    _outline: 1px solid red;
    outline-offset: -1px;
}

.chosen-container-single .chosen-single div b:after {
    font-family: FontAwesome;
    font-size: 12px;
    /*content: ''; *//* icon-caret-down*/
    content: ''; /* icon-sort*/
}

.chosen-container-single .chosen-search {
    padding: 3px 3px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}

.chosen-container-single .chosen-search input {
    background: white;
    margin: 1px 0;
    padding: 2px 5px;
    width: 100%;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
}

.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    /*height: auto !important;*/
    height: 1%;
    position: relative;
    width: 100%;
    max-width: 570px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2), 0 0 0 1px #d5d9da;

}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-choices .search-field input {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    margin: 1px 0;
    padding: 3px 7px;
    border: 0 !important;
    outline: none;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices .search-field .default,
.chosen-container-multi .chosen-choices .search-field input {
    color: #6b6f75;
    background: none;
}

.chosen-container-multi .chosen-choices .search-choice {
    color: #2c323a;
    background: #edeff1;
    border: 1px solid #c4cbcf;
    margin: 3px 0 3px 4px;
    padding: 0 20px 0 5px;
    border-radius: 2px;
    position: relative;
    cursor: default;
}

.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
    opacity: .7;
    background: rgb(234, 240, 243);
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    outline: 1px solid #0088cc;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
    font-family: FontAwesome;
    font-size: 12px;
    /*line-height:;*/
    content: ''; /* icon-remove */
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover:after {
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close:after {
}

.chosen-container .chosen-results {
    max-height: 240px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
    z-index:999999;
}

.chosen-container .chosen-results .group-option {
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    color: #2c323a;
    display: block;
    text-align: left;
    white-space: nowrap;
    padding: 4px 10px;
    text-shadow: none;
}

.chosen-container .chosen-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chosen-container .chosen-results .highlighted {
    color: white;
    background: #3286e4; /* Old browsers */
    background: -moz-linear-gradient(top, #348bed 0%, #3286e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #348bed), color-stop(100%, #3286e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #348bed 0%, #3286e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #348bed 0%, #3286e4 100%); /* W3C */
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal;
    font-weight: normal;
}

.chosen-container .chosen-results .highlighted em {
    background: transparent;
}

.chosen-container .chosen-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chosen-container .chosen-results .group-result {
    font-family: 'Source Sans Pro 600', 'Helvetica-Bold', Arial;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    color: #2c323a;
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%, #e0e0e0 100%); /* W3C */
    cursor: default;
    display: block;
    padding: 4px 10px;
    text-shadow: none;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

.chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px; /* This should by dynamic with js */
    z-index: 1;
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
}

.chosen-container .chosen-results-scroll-up span {
}

.chosen-container-active .chosen-single {
    outline: 1px solid #0088cc;
    outline-offset: -2px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    color: white;
    background: #3286e4; /* Old browsers */
    background: -moz-linear-gradient(top, #348bed 0%, #3286e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #348bed), color-stop(100%, #3286e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #348bed 0%, #3286e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #348bed 0%, #3286e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #348bed 0%, #3286e4 100%); /* W3C */
    background: linear-gradient(to top, #348bed, #3286e4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .23) inset;
    text-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
}

.chosen-container-active .chosen-choices {
    outline: 1px solid #0088cc;
    outline-offset: 0;
}

.chosen-container-active .chosen-choices .search-field input {
    color: #2c323a;
}

.chosen-disabled {
    cursor: default;
    opacity: 0.7;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/*! TIMO: validation error */
.validation-error {
    border-style: solid;
    border-color: red !important;
    color: red !important;
}

.validation-errorMessage {
    color: red !important;
}

/*! TIMO: jquery ui core */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
 ----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
 ----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* datepicker */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-content a {
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
    background: #e6e6e6 /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555 /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121 /*{fcHover}*/;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121 /*{fcActive}*/;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
    background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a /*{borderColorError}*/;
    background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png) /*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png) /*{iconsHover}*/;
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png) /*{iconsActive}*/;
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/;
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Alignments
----------------------------------*/
.alignmentLeft{
    text-align:left!important;
}

.alignmentRight{
    text-align:right!important;
}

.alignmentMiddle{
    text-align:center!important;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px /*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3 /*{opacityOverlay}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterOverlay}*/;
}

.ui-widget-shadow {
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
    opacity: .3 /*{opacityShadow}*/;
    filter: Alpha(Opacity=30) /*{opacityFilterShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
}

/* Clockpicker*/
.clockpicker-popover {
   z-index: 999999 !important;
}

.icon-element-for-clockpicker{
    border: 1px !important;
    text-align: center !important;
    font-size: 18px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.icon-div-element-for-clockpicker{
    width: 30px !important;
    height: 30px !important;
    float: left !important;
    display: table !important;
    padding-left: 3px !important;
}



/* CardCalendarInvitationView*/
.empty-field-border-color {
    border-color: #953b39 !important;
}

.calendar-date-element-for-invitation{
    float: left;
    width: 84px !important;
    padding-right: 4px;
    padding-bottom: 12px;
}

.calendar-time-element-for-invitation{
    float: left;
    width: 52px !important;
    padding-right: 4px;
    padding-bottom: 12px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.error-text {
    font-size: 12px !important;
    color: red !important;
    font-weight: bold !important;
}

.basic-font{
    font-family: 'Source Sans Pro 400', Helvetica, Arial;
    padding-left:4px;
}

.predefined-content{
    overflow: visible;
}