

/*
* Basic Settings
* Some CSS resets and general classes
*/

@font-face {
    font-family: Venn;
    font-weight: 300;
    font-style: normal;
    src: local('Venn'), url('https://cdn.reservio.com/fonts/Venn_W_Rg.woff') format('woff');
}

@font-face {
    font-family: Venn;
    font-weight: 700;
    font-style: normal;
    src: local('Venn'), url('https://cdn.reservio.com/fonts/Venn_W_Bd.woff') format('woff');
}

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}
.clear,.cleaner {clear: both;}
.float-left {float:left;}
.float-right {float:right;}
.relative {position:relative;}
.no-items {margin: 70px 0;text-align: center;}
.full-width {box-sizing: border-box; width: 100% !important;}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Basic styling */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-family: 'Venn', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
    background: #f5f5f5;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.clear, .cleaner {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.relative {
    position: relative;
}

.block {
    display: block !important;
}

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

.full-width {
    box-sizing: border-box;
    width: 100% !important;
}


/*
* Typography
* Heading, Anchors, Paragraph, Lists
*/

.h1 {
    font-size: 24px;
    line-height: 28px;
    color: #3d3d3d;
    font-weight: bold;
    margin: 20px 0 15px;
}

.h2 {
    font-size: 16px;
    line-height: 22px;
    color: #3d3d3d;
    font-weight: bold;
    margin: 15px 0 10px;
}

.h3 {
    font-size: 14px;
    line-height: 14px;
    color: #3d3d3d;
    margin: 10px 0 7px;
}

.h4 {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-weight: bold;
    margin: 10px 0 5px;
}
.p {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
    margin: 10px 0 5px;
}
.uppercase {
    text-transform: uppercase;
}

a {
    color: #5690f5;
    text-decoration: none;
}
a:hover {
    color: #5690f5;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #474747;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:active {
    color: #474747;
}
a:hover, a:active {
    outline: 0;
}

.page-960 {
    padding-top: 15px;
    padding-bottom: 25px;
}

.toolbar li, .left-col li {
    list-style: none;
    line-height: 26px;
    font-size: 14px;
}

ul.nav {
    margin: 0 -10px 5px -10px;
}

ul.nav a {
    color: #3d3d3d;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.nav .icon {
    opacity: 0.5;
}
ul.nav i {
    margin-right: 5px;
}

.paper.fixed ul.nav a {
    padding: 0 15px;
}

.two-col ul.nav a {
    border-width: 1px 0 1px 1px !important;
}

ul.nav a:hover {
    color: #5690f5;
}

ul.nav a:active {
    color: #5690f5;
}
ul.nav a:hover .icon {
    opacity: 1;
}

ul.nav a.selected,
ul.nav a:hover {
    color: #5690f5 !important;
}
ul.nav a.selected .icon {
    opacity: 1;
}

ul.nav li.title {
    padding: 0 11px;
    margin-top: 15px;
}

.nav-header {
    margin-top: 15px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
}

.nav-header a {
    text-decoration: none;
    color: #474747;
}

.nav-header .hidden {
    display: none !important;
}

.nav-header a {
    float: right;
    height: 20px !important;
    color: #4c7bbd !important;
}

.nav-header:hover .hidden {
    display: block !important;
    float: right;
}

.nav-header:hover .hidden:hover {
    color: #094b88;
}

.nav-header:hover .hidden:active {
    color: #474747;
    background: none;
}

/*
  * HR
  */

hr {
    border: 0;
    border-bottom: 1px #ddd solid;
    height: 0;
    display: block;
    margin: 0;
}
hr.no-margin {
    margin: 0 -25px !important;
}

hr.red { /*border-bottom:3px #FFFFFF solid;*/
    border-bottom: 2px #e7493f solid;
    margin-top: 1px;
}

li.hr {
    border-top: 1px #F3F3F3 solid;
    height: 12px;
    margin: 13px 0 0 10px;
}

li.hr span {
    background: #FFFFFF;
    position: relative;
    top: -13px;
    padding-right: 5px;
}

.modal .hr-top {
    margin: 0 -25px 10px -25px;
}
.modal-title {
    margin: 0;
}
.modal-subtitle {
    margin: 5px 0 0 0;
}

.paper-block hr {
    border-bottom: 1px #ddd solid;
    margin: 0 -30px 10px -30px;
}

hr.hr-story {
    border-bottom: 1px #ddd solid;
    margin: 0;
    clear: both;
}

/*
* Icons & images class
*/

.icon {
    background: url("../img/icons.png?v=25062018") no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    line-height: 25px; /*background-color:red;*/
}
.icon-svg {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px;
    line-height: inherit;
}

.btn .icon {
    margin: -2px;
    line-height: inherit;
}

.person-card .icon, .datepicker .top .icon {
    margin: 0;
}

.icon-arrow-down {
    background-position: -3px -2px;
}

.icon-arrow-down.blue, a:hover .icon-arrow-down, a.selected .icon-arrow-down, .selectbox-input:hover .icon-arrow-down {
    background-position: -23px -2px;
}

.icon-facebook {
    background-position: -45px -2px;
}

.icon-arrow-left {
    background-position: -3px -22px;
}

.icon-arrow-left.blue, a:hover .icon-arrow-left, a.selected .icon-arrow-left {
    background-position: -23px -22px;
}

.icon-facebook.blue, a:hover .icon-facebook, a.selected .icon-facebook {
    background-position: -45px -22px;
}

.icon-arrow-right {
    background-position: -2px -42px;
}

.icon-arrow-right.blue, a:hover .icon-arrow-right, a.selected .icon-arrow-right {
    background-position: -22px -42px;
}

.icon-price {
    background-position: -42px -42px;
}

.icon-arrow-up {
    background-position: -3px -62px;
}

.icon-arrow-up.blue, a:hover .icon-arrow-up, a:active .icon-arrow-up {
    background-position: -23px -62px;
}

.icon-price.blue, a:hover .icon-price, a:active .icon-price {
    background-position: -42px -62px;
}

.icon-add {
    background-position: -3px -84px;
}

.icon-add.white {
    background-position: -23px -84px;
}

.icon-add.blue, a:hover .icon-add, a:active .icon-add {
    background-position: -24px -84px;
}

.icon-person {
    background-position: -4px -104px;
}

.icon-person.blue, a:hover .icon-person, a.selected .icon-person {
    background-position: -24px -104px;
}

.icon-delete {
    background-position: -44px -102px;
}

.icon-write {
    background-position: -4px -122px;
}

.icon-write.blue, a:hover .icon-write, a.selected .icon-write {
    background-position: -24px -122px;
}

.icon-delete.blue, a:hover .icon-delete, a.selected .icon-delete {
    background-position: -44px -122px;
}

.icon-service {
    background-position: -3px -142px;
}

.icon-service.blue, a:hover .icon-service, a.selected .icon-service {
    background-position: -23px -142px;
}

.icon-settings {
    background-position: -4px -162px;
}

.icon-settings.blue, a:hover .icon-settings, a.selected .icon-settings {
    background-position: -24px -162px;
}

.icon-close {
    background-position: -2px -184px;
}

.icon-close.blue, a:hover .icon-close, a.selected .icon-close {
    background-position: -22px -184px;
}

.icon-time {
    background-position: -44px -182px;
}

.icon-search {
    background-position: -4px -203px;
}

.icon-location {
    background-position: -24px -204px;
}

.icon-time.blue, a:hover .icon-time, a.selected .icon-time {
    background-position: -44px -202px;
}

.icon-busy {
    background-position: -4px -222px;
}

.icon-feed {
    background-position: -24px -222px;
}

.icon-site {
    background-position: -43px -222px;
}

.icon-site.blue, a:hover .icon-site, a.selected .icon-site {
    background-position: -43px -242px;
}

.icon-busy .blue, a:hover .icon-busy, a.selected .icon-busy {
    background-position: -4px -242px;
}

.icon-home {
    background-position: -24px -222px;
}

.icon-home.blue, a:hover .icon-home, a.selected .icon-home {
    background-position: -24px -242px;
}

.icon-star {
    background-position: -42px -142px;
}

.icon-star.blue, a:hover .icon-star, a.selected .icon-star, .icon-star.active {
    background-position: -42px -162px;
}

.icon-new-window {
    background-position: -44px -82px;
}

.icon-coupons {
    background-position: -43px -42px;
}

.icon-coupons.blue, a:hover .icon-coupons, a.selected .icon-coupons, .icon-coupons.active {
    background-position: -43px -62px;
}

.icon-messages {
    background-position: -47px -477px;
}

.icon-messages .blue, a:hover .icon-messages, a.selected .icon-messages {
    background-position: -47px -497px;
}

.icon-star {
    width: 15px;
    margin-left: -1px;
}

.icon-print {
    background-position: -26px -403px;
}

.icon-print.blue, a:hover .icon-print, a.selected .icon-print {
    background-position: -46px -403px;
}

.icon-coupon {
    background-position: -47px -421px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.icon-firstBooking {
    background-position: -47px -441px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.icon-description {
    background-position: -4px -264px
}

.icon-description.blue, a:hover .icon-description, a.selected .icon-description {
    background-position: -4px -404px;
}

.nav .icon-description {
    background-position: -4px -262px
}

.nav a:hover .icon-description, .nav a.selected .icon-description {
    background-position: -4px -402px;
}

.icon-dropdown {
    background-position: -43px -262px;
}

.icon-dropdown.white {
    background-position: -24px -262px;
}

.icon-person {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    line-height: 25px;
}

.icon-warning {
    background-position: -43px -282px;
    position: relative;
    top: 2px;
}

.icon-private {
    background-position: -22px -421px;
    margin: 0;
}

.icon-allowed {
    background-position: -43px -302px;
}

.icon-share-facebook {
    background-position: 1px -321px;
}

.icon-share-twitter {
    background-position: -33px -320px;
}

.icon-share-gplus {
    background-position: 0px -353px;
}

.icon-share-email {
    background-position: -34px -353px;
}

.icon-globe {
    background-position: 0px -278px;
    vertical-align: middle;
    width: 37px;
    height: 38px;
    margin: -5px 15px 0 0;
}

.icon-statistics {
    background-position: 0px -437px;
    vertical-align: middle;
    width: 37px;
    height: 38px;
    margin: -5px 15px 0 0;
}

.icon-synchronization {
    background-position: 0px -478px;
    vertical-align: middle;
    width: 37px;
    height: 38px;
    margin: -5px 15px 0 0;
}

.icon-loader {
    background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///0pISOTk5N3d3e/v705MTEpISGpoaKalpY6MjM3NzWJgYH59fauqqpCPj9DQ0GRjY0xKSoF/f+zs7OPi4vb29nFwcOXl5fX19crKyru6utnY2PLy8gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
    height: 11px;
    width: 16px;
}

/*
* Buttons
* .btn in combination with colors. .btn leaves only text with height ideal fot "Skip this step"
*/

.btn {
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 12px 15px;
    display: inline-block;
    vertical-align: middle;
    transition: all ease-in-out .1s;
}

.btn, .btn:hover, .btn:active {
    text-decoration: none;
}

.btn:focus {
    box-shadow: 0 0 0 2px #7aacff;
    outline: none;
}
.btn:active {
    outline: 0;
    box-shadow: none;
}

.btn-primary,
.btn-blue {
    background: #5690f5;
    color: #fff;
}

.btn-primary:hover,
.btn-blue:hover {
    background: #7aacff;
    color: #fff;
}
.btn-primary:focus,
.btn-blue:focus {
    background: #5690f5;
    color: #fff;
}
.btn-primary:active,
.btn-blue:active {
    background: #3d76db;
    color: #fff;
}

.btn-white,
.btn-secondary,
.btn-grey {
    background: #eee;
    color: #3d3d3d;
}

.btn-white:hover,
.btn-secondary:hover,
.btn-grey:hover {
    background: #f5f5f5;
    color: #3d3d3d;
}
.btn-white:focus,
.btn-secondary:focus,
.btn-grey:focus  {
    background: #eee;
    color: #3d3d3d;
}
.btn-white:active,
.btn-secondary:active,
.btn-grey:active  {
    background: #ddd;
    color: #3d3d3d;
}

.btn-secondaryInverted {
    background: transparent;
    color: #969696;
}
.btn-secondaryInverted:hover {
    color: #3d3d3d;
}

.btn-brand {
    background-image: linear-gradient(73deg, #00bcd4, #5690f5);
    color: #fff;
}
.btn-brand:hover,
.btn-brand:active {
    color: #fff;
}

.btn-delete {
    background: #f25e71;
    color: #fff;
}
.btn-delete:focus {
    background: #f25e71;
    color: #fff;
}
.btn-delete:hover {
    background: #fa7d8b;
    color: #fff;
}
.btn-delete:active {
    background: #de4755;
    color: #fff;
}

.btn-deleteInverted {
    background: transparent;
    color: #dc3542;
}
.btn-deleteInverted:hover,
.btn-deleteInverted:active {
    color: #C6303B;
}


.btn-link {
    padding: 0;
}

.btn-link:focus {
    outline: none;
}

.btn-large {
    padding: 10px;
    font-size: 15px;
}
.btn-small {
    padding: 6px 10px;
    font-size: 12px;
}
.btn-tiny {
    padding: 3px 7px !important;
    font-size: 11px !important;
    line-height: 12px !important;
    border-radius: 2px !important;
}
.btn-wide {
    min-width: 150px;
}

.action-btn {
    display: block;
    margin-bottom: 15px;
}

.block-btn {
    display: block;
}

#create-client-button {
    margin-bottom: 10px;
}


.btn-group {
    position: relative;
    display: inline-block;
}
.btn-group .btn {
    border-radius: 0;
    position: relative;
    box-shadow: none;
    margin-right: 2px;
}
.btn-group .btn:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group .btn:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 0;
}

.btn-group .btn:focus  {
    box-shadow: 0 0 0 2px #7aacff;
    outline: none;
}

.btn-row {
    position: relative;
    display: inline-block;
}
.btn-row:after {
    content: "";
    display: table;
    clear: both;
}
.btn-row .btn {
    float: left;
    margin-right: 12px;
}
.btn-row .btn:last-child {
    margin-right: 0;
}

.btn-group-toggle .btn {
    color: #3d3d3d;
    background: #eee;
}
.btn-group-toggle .btn.active,
.btn-group-toggle .btn.active:hover {
    color: #407ce6;
    background: #dce8fc;
}

.btn-group-toggle .btn:hover  {
    background: #f5f5f5;
    color: #3d3d3d;
}
.btn-group-toggle .btn:focus  {
    box-shadow: 0 0 0 2px #7aacff;
    outline: none;
}
.btn-group-toggle .btn:active  {
    background: #dddddd;
    color: #3d3d3d;
}

.btn.disabled, .btn.disabled:hover, .btn:focus /*,.btn:active*/
{
    background: #efefef;
    color: #b1b1b1;
    box-shadow: none;
    cursor: default;
    box-shadow: none !important;
}

.controls {
    float: right;
    position: relative;
    z-index: 500;
}

.controls-center {
    display: block;
    float: right;
    position: relative;
    margin-right: 25%;
    z-index: 400;
}
@media screen and (max-width: 1000px)  {
    .controls-center {
        margin-right: 50px;
    }
}

/*
* Monthly Calendar
*/

#month-cal {
    width: 100%;
    margin: 15px 0 0 0;
}

/*
 * Datepicker
 */
.datepicker {
    z-index: 9999;
}

.datepicker .top {
    text-align: right;
    padding: 0 5px 3px 4px;
}

.datepicker .top .month {
    font-size: 16px;
    float: left;
    line-height: 21px;
    color: #3d3d3d;
    font-weight: bold;
}

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

.datepicker .body span, .datepicker .body a {
    display: block;
    float: left;
    width: 14.28%;
    text-align: center;
}

.datepicker .days {
    font-weight: bold;
    font-size: 12px;
    color: #3d3d3d;
}

.datepicker .week {
    clear: both;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
}

.datepicker a {
    color: #3d3d3d;
    text-decoration: none;
    cursor: pointer;
}

.datepicker.week .body .week.active,
.datepicker.day .body a.active {
    border-radius: 20px;
    background: #dce8fc;
}

.datepicker a.different-month {
    color: #9e9e9e;
}

.datepicker-window {
    width: 200px;
    position: absolute;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.datepicker .today {
    font-weight: bold !important;
    color: #5690f5 !important;
}

/*
* General Layout
*/

.toolbar {
    width: 230px;
    left: 0;
    bottom: 0;
    top: 50px;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background: #fff;
}

#cal-tools {
    padding: 16px;
    overflow: hidden;
}

#filters {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    bottom: 75px;
    top: 240px;
    position: absolute;
    width: 230px; /*animation:fade-in 1.5s;-moz-animation:fade-in 1.5s;-webkit-animation:fade-in 1.5s;*/
}

#filters .nav-header {
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.toolbar .nav li a {
    display: block;
    height: 25px;
    position: relative;
}

#filter-scroll {
    padding: 0 16px;
    overflow-y: auto;
}

#filter-scroll a {
    color: #474747;
}

#upcoming-indicator {
    cursor: pointer;
    /*animation:fade-in 1.5s;-moz-animation:fade-in 1.5s;-webkit-animation:fade-in 1.5s;*/
    font-size: 11px;
    overflow: hidden;
    bottom: 0;
    height: 75px;
    position: absolute;
    width: 100%;
    border-top: 1px #E8E8E8 solid;
    padding: 10px
}

#upcoming-indicator:hover {
    background: #eff1f5;
}
#upcoming-indicator.not-clickable:hover {
    background: #fff;
    cursor: default;
}

#upcoming-indicator h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}


#clients-indicator {
    font-size: 11px;
}
#clients-indicator.not-clickable:hover {
    background: #fff;
    cursor: default;
}


#clients-indicator h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 7px 0;
    padding: 0;
}

.indicator {
    display: block;
    height: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

.indicator span {
    display: block;
    position: relative;
    left: -1px;
    top: -1px;
    height: 10px;
    border: 0;
    background: #fad233;
    border-radius: 30px;
}

.indicator span.grey {
    background: #5690f5;
}

.indicator span.orange {
    background: #5690f5;
}

.indicator span.red {
    background: #eb6372;
}

.canvas {
    right: 0;
    left: 230px;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute; /*animation:fade-in 1.5s;-moz-animation:fade-in 1.5s;-webkit-animation:fade-in 1.5s;*/
}

.canvas.full {
    left: 0;
    overflow-y: scroll;
}

.canvas.noscroll {
    overflow: hidden;
    left: 230px;
}

.canvas.noscroll .paper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0px;
    overflow: hidden;
    padding: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}


.notification {
    display: none;
    margin: -26px -16px 20px -16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
    min-height: 105px;
}

.notification-count {
    float: right;
    width: auto;
    line-height: 40px;
    margin-right: 8px;
}

.notification .profile-pic {
    width: 75px;
    height: 75px;
    margin: 14px;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notification .h2 {
    margin: 14px 0 0 0;
    font-weight: bold;
    font-size: 14px;
}

.notification .h2 a {
    border-bottom: 1px #a5bdde dotted;
    color: #474747;
    text-decoration: none;
}

.notification .h2 a:hover {
    border-bottom: 1px #4c7bbd solid;
}

.notification .h2 a:active, .notification .h2 a.active {
    border-bottom: 1px #474747 solid;
}

.notification .service-resource {
    color: #777777;
}

.calendar-notifications {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}
.calendar-notifications-container {
    position: relative;
    height: 50px;
}

.calendar-notification {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 29px;
    cursor: pointer;
}

.calendar-notifications .padded {
    padding: 16px;
}

.calendar-notifications .info {
    position: absolute;
    left: 65px;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.calendar-notifications .profile-pic {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.calendar-notifications p {
    margin: 0;
    padding: 0;
    color: #777777;
}

.calendar-notifications .title {
    margin: 5px 0 0 0;
}

.calendar-notifications .btn {
    float: right;
    margin-top: 9px;
}

.calendar-notifications .buttons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 19px;
}

.calendar-notifications .buttons a {
    display: block;
    height: 27px;
    line-height: 31px;
    text-align: center;
    overflow: hidden;
    padding-left: 3px;
    color: #3d3d3d;
}
.calendar-notifications .buttons a:hover {
    text-decoration: none;
}

.page-960 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.paper {
    background: #FFFFFF;
    border: 1px #ddd solid;
    padding: 25px 15px;
}

.paper.fixed {
    width: 960px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 15px;
    margin: 10px 0 10px -480px;
    overflow: hidden;
}

.paper.fixed .left-col {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow: hidden;
}

.paper.fixed .right-col {
    border-left: 1px #ddd solid; /*padding:25px 15px;*/
    width: 739px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 11;
}

.subtitle {
    margin: 3px 0 0 0;
}

.paper.fixed .controls, .two-col .controls {
    position: absolute;
    top: 25px;
    right: 25px;
}

.two-col .left-col {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
}

.two-col .right-col {
    position: relative;
    width: 739px;
    border-radius: 4px;
    z-index: 11;
    background: #FFFFFF;
    border: 1px #ddd solid;
    margin: 25px 0 0 220px;
    min-height: 330px;
}

.canvas.full .two-col .footer {
    position: static;
    margin: 4px 0;
}

.canvas.full .footer {
    font-size: 11px;
    text-align: right;
    margin: 10px 0;
}

.canvas.full .footer li {
    display: inline;
    margin-left: 10px;
}

.calendar-header {
    padding: 10px 16px;
}
.calendar-header h1 {
    font-size: 21px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 28px;
    margin-top: 3px;
}

#calendar .agenda-day {
    margin: 2px 0 25px 0;
}

.box-row {
    margin-bottom: 10px;
    clear: both;
}

.box-item {
    border: 1px #e2e2e2 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 327px;
    padding: 10px;
}

.box-item:first-child {
    margin-right: 10px;
}

.box-item h2 {
    margin-top: 5px;
}

.header {
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    z-index: 1041;
}
.header2 {
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    margin-top:5px;
}

.header #logo {
    float: left;
    margin: 0 30px 0 20px;
}

.header #logo a {
    height: 40px;
    display: block;
    padding: 0;
}

.header #logo svg {
    width: 120px;
    margin-top: 14px;
    height: 19px;
}

.menu {
    float: left;
    margin: 0 10px;
}

.menu__item {
    float: left;
    width: auto;
    position: relative;
    list-style: none;
    font-size: 14px;
}

.menu__itemLink {
    color: #3d3d3d;
    text-decoration: none;
    padding: 16px 20px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

.menu__itemLink:hover,
.menu__itemLink:active,
.menu__itemLink.selected {
    color: #5690F5;
    text-decoration: none;
    height: 50px;
}

.menu__itemLink.selected {
    border-bottom: 2px solid #5690f5;
}

.badge {
    display: inline-block;
    height: 13px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 13px;
    background: #5690f5;
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: #fff;
}

.header .menu ul {
    position: absolute;
    top: 44px;
    right: 0;
    width: 180px;
    z-index: 1040;
}


.btn-drop {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 1040;
    width: 160px;
}

.dashboard-stats { /*border-bottom: 1px #F3F3F3 solid;*/
    width: 347px;
    height: 70px;
    float: left;
    margin: 10px 0 10px 0;
}

.dashboard-stats h2 {
    margin: 0;
}

.dashboard-stats-number {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    color: #000000;
}

.dashboard-stats .change {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

.dashboard-stats .number {
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-right: 15px
}

.dashboard-stats-number p {
    line-height: 14px;
    padding: 5px 0 0 0;
    margin: 0;
}

.dashboard-stats .vs {
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
    padding: 0;
}

.dashboard-stats .green {
    color: #1DB800;
}

.dashboard-stats .red {
    color: #F00F00;
}

.dashboard-stats .zero {
    color: #777777;
}

.dashboard-stats .info {
    font-size: 11px;
    color: #777;
    line-height: 11px;
}


.contact-tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding: 10px;
    border-bottom: 1px #DDDDDD solid;
    height: 65px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    z-index: 12;
}

.contact-list {
    position: absolute;
    top: 86px;
    left: 0;
    bottom: 0;
    width: 200px;
    padding: 2px 10px 10px 10px;
    background: #FBFBFB;
    overflow-y: hidden;
    z-index: 9;
}

.block-story .note {
    border-left: 3px #e2e2e2 solid;
    font-size: 13px;
    color: #777777;
    margin: 10px 0;
    padding: 5px 10px;
}

.block-story .note p {
    font-size: 13px;
}

.see-more a {
    display: block;
    border: 1px #e0e0e0 solid;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.see-more a:hover {
    background: #F3F3F3;
}

.see-more a:active {
    background: #E8E8E8;
}

.control-panel {
    height: 29px;
    margin-bottom: 20px;
    border-bottom: 1px #F3F3F3 solid;
    margin: -25px -15px 20px -15px;
    padding: 10px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.control-panel .btn-blue {
    z-index: 9;
}

.control-panel .float-right.btn-group a:first-child {
    padding-right: 9px;
}

.control-panel .float-right.btn-group a:last-child {
    padding-left: 9px;
}

a.more-btn {
    display: block;
    text-align: center;
    border: 1px #F3F3F3 solid;
    padding: 5px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

a.more-btn:hover {
    border-color: #E2E2E2;
    background: #FAFAFA;;
}

a.more-btn:active {
    background: #e8e8e8;
}


.modal {
    background: rgba(61, 61, 61, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1500;
}

.modal.visible {
    display: table;
}

.modal .modal-wrapper {
    vertical-align: middle;
    display: table-cell;
    overflow: auto;
    overflow-y: scroll;
    height: 100%;
}

.modal .modal-window {
    background: #FFFFFF;
    border-radius: 4px;
    margin: 20px auto;
    position: relative;
    width: 680px;
}

.modal .modal-close {
    position: absolute;
    top: 6px;
    right: 10px;
    text-decoration: none;
    color: #3d3d3d;
}
.modal .modal-close:hover {
    text-decoration: none;
    color: #000;
}

.modal textarea {
    width: 484px;
    height: 100px;
}

.modal .form-actions {
    margin: 25px -25px -25px -25px;
    padding: 10px 25px;
    background: #F9F9F9;
    border-top: 1px #E8E8E8 solid;
}


/*
* Popover
*/

.popover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1040;
    padding: 10px;
}

.popover.top {
    margin-top: -3px;
}

.popover.right {
    margin-left: 3px;
}

.popover.bottom {
    margin-top: 3px;
}

.popover.left {
    margin-left: -3px;
}

.popover.top > .arrow2 > .arrow {
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #FFFFFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.popover.top > .arrow2 {
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #e4e4e4;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover.top.form > .arrow2 > .arrow {
    border-top: 9px solid #f9f9f9;
}

.popover.right > .arrow2 > .arrow {
    top: 50%;
    left: 1px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
}

.popover.right > .arrow2 {
    top: 50%;
    left: 0px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #e4e4e4;
    border-bottom: 10px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover.bottom > .arrow2 > .arrow {
    top: 1px;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
}

.popover.bottom > .arrow2 {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e4e4e4;
    border-left: 10px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover.left > .arrow2 > .arrow {
    top: 50%;
    right: 1px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
}

.popover.left > .arrow2 {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e4e4e4;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover.right-bottom > .arrow2 > .arrow {
    top: 0px;
    left: 1px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
}

.popover.right-bottom > .arrow2 {
    top: 32px;
    left: 0px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 10px solid #e4e4e4;
    border-bottom: 10px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover.left-bottom > .arrow2 > .arrow {
    top: 0px;
    right: 1px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-bottom: 10px solid transparent;
}

.popover.left-bottom > .arrow2 {
    top: 32px;
    right: 0px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #e4e4e4;
    border-bottom: 10px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.popover > .arrow2 > .arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.popover-inner {
    width: 339px;
    padding: 12px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 4px;
}

.popover-inner.alert {
    z-index: 1100;
}

/*
* Tooltips
*/

.tooltip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1042;
    padding: 6px;
    animation: fade-in 0.6s;
    -moz-animation: fade-in 0.6s;
    -webkit-animation: fade-in 0.6s;
}

.tooltip.top {
    margin-top: -3px;
}

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

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

.tooltip.left {
    margin-left: -3px;
}

.tooltip.top > .arrow2 > .arrow {
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #fffdd9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tooltip.top > .arrow2 {
    bottom: 1px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid #e0dc96;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.tooltip.right > .arrow2 > .arrow {
    top: 50%;
    left: 2px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid #fffdd9;
    border-bottom: 5px solid transparent;
}

.tooltip.right > .arrow2 {
    top: 20px;
    left: 0px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid #e0dc96;
    border-bottom: 6px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.tooltip.bottom > .arrow2 > .arrow {
    top: 2px;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fffdd9;
    border-left: 5px solid transparent;
}

.tooltip.bottom > .arrow2 {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e0dc96;
    border-left: 6px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.tooltip.left > .arrow2 > .arrow {
    top: 50%;
    right: 2px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fffdd9;
}

.tooltip.left > .arrow2 {
    top: 20px;
    right: 0;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e0dc96;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1020
}

.tooltip > .arrow2 > .arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.tooltip-inner {
    max-width: 280px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid #e0dc96;
    background-color: #fffdd9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #747232;
}

.tooltip.error .tooltip-inner {
    border-color: #f3b199;
    background-color: #fff9f7;
    color: #840505;
}

.popover .tooltip.error {
    width: 200px;
    z-index: 1045;
}

.tooltip:hover, .tooltip.hover {
    z-index: 1200;
}

/*
* Tooltip for error messages
*/

.tooltip.error.top .arrow {
    border-top: 5px solid #fff9f7;
}

.tooltip.error.top .arrow2 {
    border-top: 6px solid #f3b199;
}

.tooltip.error.bottom .arrow {
    border-bottom: 5px solid #fff9f7;
}

.tooltip.error.bottom .arrow2 {
    border-bottom: 6px solid #f3b199;
}

.tooltip.error.left .arrow {
    border-left: 5px solid #fff9f7;
}

.tooltip.error.left .arrow2 {
    border-left: 6px solid #f3b199;
}

.tooltip.error.right .arrow {
    border-right: 5px solid #fff9f7;
}

.tooltip.error.right .arrow2 {
    border-right: 6px solid #f3b199;
}

.information-bar {
    display: none;
    /*
  border: 1px solid #C7C47E;
  color:#747232;
  background-color: #FFFFAD;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(39, 134, 223, .5);
    background-color: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZmRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #e9faff 0%, #f8fdff 100%);
    background-image: -o-linear-gradient(bottom, #e9faff 0%, #f8fdff 100%);
    background-image: -webkit-linear-gradient(bottom, #e9faff 0%, #f8fdff 100%);
    background-image: linear-gradient(bottom, #e9faff 0%, #f8fdff 100%);

}

.information-bar p {
    margin: 0;
}

body > .information-bar {
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 1040;
    padding: 5px 10px;
    text-align: center;
    top: 50px;
    left: 215px;
    right: 5px;
}

body.fixed > .information-bar, body.clients > .information-bar {
    width: 950px;
    left: 50%;
    margin-left: -493px;
}

body > .information-bar {
    bottom: 50px;
    right: auto;
    top: auto;
    z-index: 2000;
    position: fixed;
    text-align: center;
    margin-left: -300px;
    width: 600px;
    left: 50%;
}

/*
Notifications
*/

#notification-canvas {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1501;
    position: fixed;
    text-align: center;
    margin-bottom: 100px;
}

.notification {
    background: #474747;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline;
    animation: fade-in-out 4s;
    -moz-animation: fade-in-out 4s;
    -webkit-animation: fade-in-out 4s;
    margin-bottom: 15px;
}

/*
* Forms
*/

fieldset {
    padding: 0;
    margin: 0 0 0 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #474747;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

legend small {
    font-size: 75%;
    color: #777777;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

input[type="radio"] {
    margin: -3px 5px 0 0;
}

input[type="checkbox"]{
    margin: 0 5px -5px 0;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #eeeeee;
}
input[type="checkbox"]:checked{
    background-color: #5690f5;
    background-image: url('../img/icons.png') !important;
    background-position: 2px -417px !important;
}
input[type="checkbox"]:focus {
    border: solid 2px #7aacff;
    background-position: 0 -419px !important;
    outline: none;
}

.padded {
    padding: 20px 25px;
}
.padded-small {
    padding: 15px;
}
.padded-noTop {
    padding-top: 0;
}

.fieldset {
    margin-top: 20px;
}
.fieldset:first-of-type {
    margin-top: 0;
}

.fieldset--actions {
    padding: 20px 0;
}

label, .label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #9e9e9e;
    line-height: 21px;
    margin: 0;
    padding: 9px 0;
    width: 200px;
    vertical-align: top;
}


.input-block.checkbox {
    width: auto;
}

label.checkbox, label.radio, .label.checkbox {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #474747;
    text-transform: none;
    width: auto;
}

.input-block {
    display: inline-block;
    width: 500px;
}

.text-block {
    line-height: 29px;
}

.popover .input-block {
    width: 100% !important;
}

::placeholder {
    color: #9e9e9e;
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #9e9e9e;
}
:-moz-placeholder {
    color: #9e9e9e;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #9e9e9e;
}

:focus::placeholder {
    color: #3d76db !important;
}
:focus::-webkit-input-placeholder {
    color: #3d76db !important;
}
:focus:-moz-placeholder {
    color: #3d76db !important;
}
:focus::-moz-placeholder {
    color: #3d76db !important;
}
:focus:-ms-input-placeholder {
    color: #3d76db !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="file"] {
    background: #eee;
    font-size: 14px;
    font-family: inherit;
    line-height: 23px;
    height: 39px;
    color: #3d3d3d;
    border-radius: 4px;
    border: 0;
    padding: 8px 15px;
    transition: all ease-in-out .1s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="file"]:active{
    outline: 0;
    color: #3d76db;
    background: #e6efff;
    box-shadow: inset 0 0 0 1px #7aacff;
}

textarea {
    width: 320px;
    height: 90px;
    font-family: inherit;
}

input[type="text"],
input[type="password"] {
    width: 100%;
}

select {
    height: 32px;
    width: 200px;
    color: #474747;
    border: 1px solid #b0b0b0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 3px;
    margin-bottom: 10px;
}

select[multiple="multiple"] {
    height: 100px;
    padding: 3px;
}

input.error,
select.error {
    color: #f25e71;
    background: #fde2e5;
}

input.error:focus,
select.error:focus {
    background: #fde2e5;
    color: #f25e71;
    box-shadow: inset 0 0 0 1px #fa7d8b;
}

input.error::placeholder {
    color: #f25e71 !important;
}
input.error:-moz-placeholder {
    color: #f25e71 !important;
}
input.error::-moz-placeholder {
    color: #f25e71 !important;
}
input.error::-ms-placeholder {
    color: #f25e71 !important;
}
input.error::-webkit-input-placeholder {
    color: #f25e71 !important;
}

input.selectbox-editable {
    padding-right: 20px;
}

input.selectbox-not-editable {
    cursor: pointer;
    padding-right: 20px;
}

input.input-url {
    width: 320px;
}

input[disabled][type="text"] {
    background: #F7F7F7;
}

input.input-url-placeholder {
    padding-left: 67px;
}

.input-wider {
    width: 350px !important;
}

.input-block-url {
    position: relative;
}

.input-block-url:after {
    content: 'https://';
    position: absolute;
    left: 15px;
    top: 9px;
    color: #b0b0b0;
    pointer-events: none;
}

.form-compact label {
    margin: 8px 0 0px;
    padding: 0;
}

.form-compact textarea,
.form-compact input[type="text"],
.form-compact input[type="password"],
.form-compact input[type="file"] {
    font-size: 14px;
    line-height: 23px;
    height: 33px;
    padding: 5px 10px;
}
.form-compact .form-group {
    margin-top: 5px;
}

.form-compact .span-date {
    width: 102px !important;
}

.person-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #b0b0b0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 15px;
}

.person-card .profile-pic {
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin: 0 15px 0 0;
    float: left;
}

.person-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.person-card li {
    font-size: 13px;
    color: #777777;
    line-height: 16px;
}

.person-card .client-name {
    font-size: 13px;
    color: #474747;
    line-height: 18px;
}

.person-card .close {
    position: absolute;
    top: 30px;
    right: 0;
    color: #3d3d3d;
    text-decoration: none;
}

a.person-card {
    cursor: pointer;
    width: 227px;
    overflow: hidden;
    border: 1px solid #DADADA;
    margin-left: 10px;
    display: block;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    text-decoration: none;
    float: left;
}

a.person-card span.client-name {
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    font-weight: bold;
}

a.person-card span.client-email, a.person-card span.client-phone {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    display: block;
    color: #777;
}

a.person-card:hover {
    background: #F6F6F6;
}

a.person-card:active {
    background: #ECECEC;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.contact-card {
    width: 428px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 10px;
}

.contact-card .profile-pic {
    margin: 0;
}

.contact-card ul {
    margin: 0 0 0 57px;
}

.contact-card .client-name {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #E00E00
}


.activity {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.activity__image {

}
.activity__image .profile-pic {
    width: 55px;
    height: 55px;
    line-height: 52px;
}
.activity__content {
    margin-left: 15px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex: 1;
}

.activity__title {
    align-self: flex-start;
}

.activity__text {
    font-size: 12px;
    color: #B0B0B0;
    line-height: 16px;
    align-self: flex-start;
}

/*
* Block Story used for agenda, contact, services, resources
*/
.block-story {
    padding: 15px 0;
}

.block-story-photo {
    min-height: 50px;
}


.block-story.clickable {
    padding: 20px 25px;
    border: 0;
    position: relative;
}

.block-story.clickable:hover {
    background: #F6F6F6;
    cursor: pointer;
}

.block-story.clickable:active {
    background: #ECECEC;
    cursor: pointer;
}

.block-story .edit {
    float: right;
    display: block;
}

.block-story.settings {
    padding: 20px 25px;
}

.block-story .h2 {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.block-story .photo {
    float: left;
}

.block-story .photo img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.block-story p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.block-story .info {
    color: #B0B0B0;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.block-story .info a {
    padding-right: 5px;
}

.block-story.settings .story-attr {
    line-height: 18px;
    padding: 6px 0;
}

.story-attr.normal .attr-label {
    width: 200px;
}

.story-attr.normal .attr-content {
    width: 505px;
}

.block-story .story-attr.wide .attr-label {
    width: 250px;
}

.block-story .story-attr.wide .attr-content {
    width: 434px;
}

.block-story .story-attr.wide2 .attr-label {
    width: 280px;
}

.block-story .story-attr.wide2 .attr-content {
    width: 404px;
}

.block-story .form-actions, .form-page .form-actions {
    margin: 15px -15px -10px -15px;
    background: #F9F9F9;
    padding: 10px 15px 10px 15px !important;
    border-top: 1px #E8E8E8 solid;
}

.block-story .icon {
    margin: 0;
}

.block-story-disabled {
    opacity: 0.5;
}

.form-page .form-actions {
    border-bottom: 1px #E8E8E8 solid;
    margin: 0 -15px -15px -15px;
}

.agenda-event {
    padding: 10px 0;
    margin-left: 10px;
    max-width: 500px;
    border-radius: 4px;
}
.agenda-event:hover, .agenda-event.fc-event-active {
    background: #F6F6F6;
    cursor: pointer;
}
.agenda-event .profile-pic {
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin: 0 15px 0 0;
}
.agenda-event .block-story {
    min-height: 35px;
    padding: 0 0 10px 0;
    border: 0;
}

.agenda-event .time {
    width: 60px;
    text-align: right;
    float: left;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-11 {
    margin-left: 11px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.float-left {
    float: left;
}

.story-attr {
    font-size: 14px;
}
.story-attr:after {
    content: "";
    display: table;
    clear: both;
}

.story-attr .icon {
    margin-top: 2px;
}

.no-activity {
    text-align: center;
    color: #777777;
    font-size: 15px;
    margin: 15px 0;
}

.inactive {
    text-align: center;
    color: #777777;
    line-height: 15em;
    font-size: 15px;
}


.popover form input[type="text"],
.popover form input[type="password"],
.popover textarea {
    width: 100%;
}

.popover input[type="text"].selectbox-editable, .popover input[type="text"].selectbox-not-editable {
    width: 100%;
}

.event-note {
    bottom: 85px;
    top: 70px;
    position: absolute;
}

.popover form select {
    width: 100%;
}

.popover button, .popover input[type="submit"] {
    margin-bottom: 0;
}

.popover label {
    width: auto;
    display: block;
    line-height: 20px;
}

.popover .note {
    padding: 0;
    margin: 0;
}

.form-group {
    margin-top: 10px;
}
.form-group:first-of-type {
    margin-top: 0;
}

.form-group.inline input.checkbox {
    margin: 0;
}

.form-group.last {
    border: 0;
}

.form-group.grouped {
    padding-top: 0;
}

.form-group.grouped > label {
    float: left;
    display: block;
    margin-top: 7px;
}

.form-group.grouped > .input-block {
    width: 490px;
    display: block;
    margin-left: 203px;
    padding: 7px 0;
    border-bottom: 1px solid #EEE;
}

.form-group.grouped > .input-block.last {
    padding-bottom: 0;
    border: 0;
}

.form-group .input-block {
    width: 484px;
}

label.inline {
    width: auto;
}

.help-block {
    color: #b0b0b0;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    clear: both;
    display: block;
}

.form-actions {
    /*padding-left:120px;*/
    margin-top: 10px;
}

.form-actions .right {
    float: right;
}

.span-textarea {
    width: 286px !important;
}

.span-input {
    width: 216px !important;
}

.span-date {
    width: 112px !important;
}
.span-time {
    width: 90px !important;
}
.span-day {
    width: 60px !important;
}
.span-duration {
    width: 83px !important;
}
.span-capacity {
    width: 70px !important;
}

.inline {
    display: inline-block;
}

.timeformat-12-hours .span-time {
    width: 100px !important;
}


.time-select {
    width: 120px !important;
}

.business-address {
    height: 55px;
}

.image-poster-page {

}

.image-poster-page p {
    margin: 10px 0 0 0;
}

.message.error {
    border: 1px #F1C5C2 solid;
    padding: 5px 8px;
    background: #FAE5E4;
    border-radius: 2px;
    color: #6F322D;
    margin-top: 10px;
    margin-bottom: 0px;
}

.message.success {
    border: 1px #cbd0f1 solid;
    padding: 5px 8px;
    background: #dde2fa;
    border-radius: 2px;
    color: #4d6cb8;
    margin-top: 10px;
    margin-bottom: 0px;
}

.image-poster-page .canvas {
    top: 0;
    background: url('../img/ny-street.jpg') no-repeat center center;
}

.image-poster-page .content.centered {
    text-align: center;
}

.image-poster-page .window {
    width: 282px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -140px;
    margin-left: -141px;
}

.image-poster-page .content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 15px 15px 15px;
    border: 1px #d1d1d1 solid;
    background: #FFFFFF;

}

.image-poster-page .foot {
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.image-poster-page .foot a {
    color: #fff;
}

.image-poster-page form {

}

.image-poster-page .logo {
    margin: 0 auto;
    display: block;
    width: 109px;
    height: 24px;
    margin-bottom: 10px;
}

.image-poster-page label {
    line-height: 24px;
    margin-top: 10px;
}

.image-poster-page input {
    width: 234px;
    padding: 10px 7px;
}

.image-poster-page input[type="submit"] {
    width: 100%;
    font-size: 14px;
    height: 40px;
    margin-top: 20px;
}

.image-poster-page hr {
    margin: 0px -15px 15px -15px;
    border-color: #e3e3e3;
}

.image-poster-page form hr {
    margin: 0 -15px;
}


.tweet-button {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
    background-image: -moz-linear-gradient(top, #fff, #dedede);
    background-image: -o-linear-gradient(top, #fff, #dedede);
    background-image: -ms-linear-gradient(top, #fff, #dedede);
    background-image: linear-gradient(top, #fff, #dedede);
    border: #ccc solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    line-height: 20px;
    margin-right: 20px;
    font-size: 12px;
}

.tweet-button:active {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

a.tweet-button, a.facebook-button {
    text-decoration: none;
}

.tweet-button i {
    background: transparent url('https://platform.twitter.com/widgets/images/btn.27237bab4db188ca749164efd38861b0.png') 1px 3px no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
}

.facebook-button {
    background: #5F78AB url(../img/facebookIcons.png) no-repeat -1px -189px;
    border: solid 1px #1A356E;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 1px 6px 1px 30px;
    vertical-align: top;
    font-size: 12px;
}

a.facebook-button:hover {
    background-color: #546b9b;
    color: white;
}

.modal-img .window {
    width: 600px;
}

.modal-img img {
    float: left;
}

.modal-img h2, .modal-img p {
    margin-left: 130px !important;
}

.modal-img .button {
    margin-bottom: 0px;
    margin-top: 15px;
}

/*
* Pricing
*/

.pricingTables {
    height: 450px;
    margin: 0 -10px;
}

.pricingTable {
    width: 230px;
    background: #FFFFFF;
    float: left;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.pricingTable.blue h3, .pricingTable.blue p.price {
    background: #638fdc;
}

.pricingTable.green h3, .pricingTable.green p.price {
    background: #9fcc65;
    border-color: #84a953;
}

.pricingTable.green p.price {
    border-color: #84a953;
    border-top-color: #c6e9a6;
}

.pricingTable h3 {
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    line-height: 45px;
    font-size: 20px;
    font-weight: normal;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top: 1px #88b0e7 solid;
    border-top: 1px #5177B7 solid;
    border-left: 1px #5177B7 solid;
    border-right: 1px #5177B7 solid;
}

.pricingTable p.price {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px #5177b7 solid;
    border-top: 1px #88b0e7 solid;
    text-align: center;
    padding: 30px 0 20px 0;
    line-height: 35px;
}

p.price strong {
    font-size: 48px;
    display: block;
}

p.price sup {
    font-size: 30px;
    height: 0;
    line-height: 0.6;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    bottom: 15px;
}

ul.benefits {
    margin: 0;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border: 1px #d1d1d1 solid;
    border-top-width: 0px;
}

ul.benefits li {
    line-height: 24px;
    list-style: none;
    color: #666666;
    text-align: center;
    padding: 10px 0;
    border-top: 1px #d1d1d1 solid;
}

ul.benefits li span {
    display: block;
    font-weight: 600;
    font-size: 24px;
}

.green ul.benefits span {
    color: #a0d568;
}

.blue ul.benefits span {
    color: #699be1;
}

.pricingTable .btn {
    width: 190px;
    display: block;
    margin: 0 auto;
}

/*
* Animations
*/

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

::selection {
    background: #44a5ff;
    color: #FFFFFF;
}

::-moz-selection {
    background: #44a5ff;
    color: #FFFFFF;
}

.modal.upgrade {
    z-index: 4000;
}
.modal.upgrade h2 {
    margin-top: 0;
}
.modal.upgrade p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 21px;
    color: #757575;
}
.upgrade-photo {
    width: 410px;
    height: 200px;
    margin-left: -25px;
}
.upgrade-buttons {
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upgrade-buttons > * {
    margin-left: 25px;
}

.warning .icon-warning {
    float: left;
}

.warning p {
    color: #E00E00;
    margin: 0;
    padding-left: 20px;
}

.under-checkbox {
    margin-left: 30px;
    border: 0;
}

.fullWidth {
    width: 100%;
    box-sizing: border-box;
}

.clearPadding {
    margin-left: -15px;
    margin-right: -15px;
}

.clearHr {
    margin-top: -10px;
}


.section {
    position: relative;
    margin-top: 15px;
}

.section--clickable {
    margin: 0;
    padding: 20px 25px;
    cursor: pointer;
}

.section--clickable:hover {
    background: #F6F6F6;
}

.section__title {
}

.section__settings {
    position: absolute;
    top: 9px;
    right: 25px;
}

.section__settings .checkbox {
    cursor: pointer;
}

.section .section__title {
    font-size: 16px;
    line-height: 20px;
}

.section .section__text {
    font-size: 13px;
    margin-bottom: 5px;
}

.dropdownList {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.dropdownList__item {
    border-bottom: 1px solid #dddddd;
}
.dropdownList__item:last-child {
    border-bottom: 0;
}
.dropdownList__link {
    font-size: 14px;
    color: #3d3d3d;
    padding: 8px 10px;
    display: block;
    cursor: pointer;
}
.dropdownList__link:hover {
    color: #5690f5;
    text-decoration: none;
}
.dropdownList__link.disabled {
    color: #ddd;
    background:#fff;
}



@font-face {
    font-family: 'bookingStates';
    src:  url('../img/fonts/bookingStates.eot?1ddafu');
    src:  url('../img/fonts/bookingStates.eot?1ddafu#iefix') format('embedded-opentype'),
    url('../img/fonts/bookingStates.ttf?1ddafu') format('truetype'),
    url('../img/fonts/bookingStates.woff?1ddafu') format('woff'),
    url('../img/fonts/bookingStates.svg?1ddafu#bookingStates') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-bookingStates-"], [class*=" icon-bookingStates-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bookingStates' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-bookingStates-thumbsUp:before {
    content: "\e901";
}
.icon-bookingStates-thumbsDown:before {
    content: "\e903";
}
.icon-bookingStates-noShow:before {
    content: "\e904";
}
.icon-bookingStates-private:before {
    content: "\e902";
}
.icon-bookingStates-arrived:before {
    content: "\e900";
}
.icon-bookingStates-checkmark:before {
    content: "\ea10";
}






@font-face {
    font-family: 'icomoon';
    src:  url('../img/fonts/icomoon.eot?wc9usd');
    src:  url('../img/fonts/icomoon.eot?wc9usd#iefix') format('embedded-opentype'),
    url('../img/fonts/icomoon.ttf?wc9usd') format('truetype'),
    url('../img/fonts/icomoon.woff?wc9usd') format('woff'),
    url('../img/fonts/icomoon.svg?wc9usd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*=" font-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    /*top: 1px;*/

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.story-attr [class^="font-icon-"], .story-attr [class*=" font-icon-"] {
    top: 2px;
}
.btn [class^="font-icon-"], .story-attr [class*=" font-icon-"] {
    top: 1px;
}

.font-icon-Calendar-Copy-31:before {
    content: "\e921";
}
.font-icon-Calendar-Copy-30:before {
    content: "\e922";
}
.font-icon-Calendar-Copy-29:before {
    content: "\e923";
}
.font-icon-Calendar-Copy-28:before {
    content: "\e924";
}
.font-icon-Calendar-Copy-27:before {
    content: "\e925";
}
.font-icon-Calendar-Copy-26:before {
    content: "\e926";
}
.font-icon-Calendar-Copy-25:before {
    content: "\e927";
}
.font-icon-Calendar-Copy-24:before {
    content: "\e928";
}
.font-icon-Calendar-Copy-23:before {
    content: "\e929";
}
.font-icon-Calendar-Copy-22:before {
    content: "\e92a";
}
.font-icon-Calendar-Copy-21:before {
    content: "\e92b";
}
.font-icon-Calendar-Copy-20:before {
    content: "\e92c";
}
.font-icon-Calendar-Copy-19:before {
    content: "\e92d";
}
.font-icon-Calendar-Copy-18:before {
    content: "\e92e";
}
.font-icon-Calendar-Copy-17:before {
    content: "\e92f";
}
.font-icon-Calendar-Copy-16:before {
    content: "\e930";
}
.font-icon-Calendar-Copy-15:before {
    content: "\e931";
}
.font-icon-Calendar-Copy-14:before {
    content: "\e932";
}
.font-icon-Calendar-Copy-13:before {
    content: "\e933";
}
.font-icon-Calendar-Copy-12:before {
    content: "\e934";
}
.font-icon-Calenda-Copy-11:before {
    content: "\e935";
}
.font-icon-Calendar-Copy-10:before {
    content: "\e936";
}
.font-icon-Calendar-Copy-9:before {
    content: "\e937";
}
.font-icon-Calendar-Copy-8:before {
    content: "\e938";
}
.font-icon-Calendar-Copy-7:before {
    content: "\e939";
}
.font-icon-Calendar-Copy-6:before {
    content: "\e93a";
}
.font-icon-Calendar-Copy-5:before {
    content: "\e93b";
}
.font-icon-Calendar-Copy-4:before {
    content: "\e93c";
}
.font-icon-Calendar-Copy-3:before {
    content: "\e93d";
}
.font-icon-Calendar-Copy-2:before {
    content: "\e93e";
}
.font-icon-Calendar-Copy-1:before {
    content: "\e93f";
}
.font-icon-globe:before {
    content: "\e900";
}
.font-icon-switch-calendar:before {
    content: "\e901";
}
.font-icon-support:before {
    content: "\e902";
}
.font-icon-help:before {
    content: "\e903";
}
.font-icon-order-history:before {
    content: "\e904";
}
.font-icon-payment-methods:before {
    content: "\e905";
}
.font-icon-terms-conditions:before {
    content: "\e906";
}
.font-icon-privacy-policy:before {
    content: "\e907";
}
.font-icon-logout:before {
    content: "\e908";
}
.font-icon-card-payment:before {
    content: "\e909";
}
.font-icon-cash-payment:before {
    content: "\e90a";
}
.font-icon-file:before {
    content: "\e90b";
}
.font-icon-trash:before {
    content: "\e90c";
}
.font-icon-print:before {
    content: "\e90d";
}
.font-icon-lock:before {
    content: "\e90e";
}
.font-icon-holidays:before {
    content: "\e90f";
}
.font-icon-seasonal-tickets:before {
    content: "\e910";
}
.font-icon-business-details:before {
    content: "\e911";
}
.font-icon-dashboard:before {
    content: "\e912";
}
.font-icon-settings:before {
    content: "\e913";
}
.font-icon-bookmark:before {
    content: "\e914";
}
.font-icon-time:before {
    content: "\e915";
}
.font-icon-alert:before {
    content: "\e916";
}
.font-icon-remove-alt:before {
    content: "\e917";
}
.font-icon-add:before {
    content: "\e918";
}
.font-icon-remove:before {
    content: "\e919";
}
.font-icon-messages:before {
    content: "\e91a";
}
.font-icon-person:before {
    content: "\e91b";
}
.font-icon-home:before {
    content: "\e91c";
}
.font-icon-search:before {
    content: "\e91d";
}
.font-icon-my-bookings:before {
    content: "\e91e";
}
.font-icon-settings-brand:before {
    content: "\e91f";
}
.font-icon-profile-clients:before {
    content: "\e920";
}
.font-icon-arrow-back:before {
    content: "\e941";
}
.font-icon-md-add:before {
    content: "\e942";
}
.font-icon-md-close:before {
    content: "\e943";
}
.font-icon-booking:before {
    content: "\e944";
}
.font-icon-cancel:before {
    content: "\e945";
}
.font-icon-directions-fork:before {
    content: "\e946";
}
.font-icon-dashicons-menu-alt:before {
    content: "\e947";
}
.font-icon-il-arrow-right:before {
    content: "\e948";
}
.font-icon-star-half:before {
    content: "\e949";
    color: rgb(245, 163, 0);
}
.font-icon-md-star:before {
    content: "\e94a";
}
.font-icon-location-arrow:before {
    content: "\e94b";
}
.font-icon-sharp-location-on:before {
    content: "\e94c";
}
.font-icon-md-arrow-dropup:before {
    content: "\e94d";
    font-weight: bold;
}
.font-icon-md-arrow-dropleft:before {
    content: "\e94e";
    font-weight: bold;
}
.font-icon-md-arrow-dropright:before {
    content: "\e94f";
    font-weight: bold;
}
.font-icon-md-arrow-dropdown:before {
    content: "\e950";
    font-weight: bold;
}
.font-icon-file-pdf:before {
    content: "\e951";
}
.font-icon-facebook-circle:before {
    content: "\e952";
}
.font-icon-twitter-circle:before {
    content: "\e953";
}
.font-icon-instagram-circle:before {
    content: "\e954";
}
.font-icon-devs-using-material-icons:before {
    content: "\e955";
}
.font-icon-list-remove:before {
    content: "\e956";
}
.font-icon-list-check:before {
    content: "\e957";
}
.font-icon-big-brother:before {
    content: "\e958";
}
.font-icon-lucky-dolla:before {
    content: "\e959";
}
.font-icon-sharp-sync:before {
    content: "\e95a";
}
.font-icon-websymbol-search:before {
    content: "\e95b";
}
.font-icon-envelope:before {
    content: "\e95c";
}
.font-icon-phone:before {
    content: "\e95d";
}
.font-icon-gridicons-info-outline:before {
    content: "\e95e";
}
.font-icon-mdi-filter-variant:before {
    content: "\e95f";
}
.font-icon-dashicons-flag:before {
    content: "\e960";
}
.font-icon-foundation-like:before {
    content: "\e961";
}
.font-icon-entypo-heart-outlined:before {
    content: "\e962";
}
.font-icon-entypo-heart:before {
    content: "\e963";
}
.font-icon-mdi-export-variant:before {
    content: "\e964";
}
.font-icon-color-star .path1:before {
    content: "\e940";
    color: rgb(245, 163, 0);
}
.font-icon-color-star .path2:before {
    content: "\e965";
    margin-left: -1em;
    color: rgb(251, 192, 73);
}

.text-error {
    color: #dc3542;
}
.text-primary {
    color: #5690f5;
}
.text-success {
    color: #69a142;
}

.spacer-vertical {
    display: block;
    height: 25px;
}

.sato-label {
    background: #EEEEEE;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 2px 10px;
}
