@font-face {
    font-family: "Objektiv Mk1";
    src: url("fonts/a963e28ae438cde20bf6d6072753618c.eot"); /* IE9*/
    src: url("fonts/a963e28ae438cde20bf6d6072753618c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/a963e28ae438cde20bf6d6072753618c.woff2") format("woff2"),
        /* chrome、firefox */ url("fonts/a963e28ae438cde20bf6d6072753618c.woff") format("woff"), /* chrome、firefox */ url("fonts/a963e28ae438cde20bf6d6072753618c.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("fonts/a963e28ae438cde20bf6d6072753618c.svg#Objektiv Mk1 W03 Regular") format("svg"); /* iOS 4.1- */
}
input.switch[type="checkbox"] {
    -webkit-appearance: none; /* Remove Safari default */
    outline: none;
    width: 75px;
    height: 24px;
    cursor: pointer;
    position: relative;
    border-radius: 48px;
    background-color: #333;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
}

input.switch[type="checkbox"]:before,
input.switch[type="checkbox"]:after {
    /*font: bold 16px/20px sans-serif;*/
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 23px;
    height: 22px;
    top: 1px;
    border: 0;
}

input.switch[type="checkbox"]:after {
    content: attr(data-icon1);
    left: 1px;
    border-radius: 48px 0 0 48px;
}

input.switch[type="checkbox"]:before {
    content: attr(data-icon2);
    right: 1px;
    border-radius: 0 48px 48px 0;
}

/* ----------- checked/unchecked */

/* unchecked */
input.switch[type="checkbox"] {
    background: #fff;
}
input.switch[type="checkbox"]:after {
    background: #fff;
}

/* checked */
input.switch[type="checkbox"]:checked:after {
    background: #e4520f;
    color: #fff;
}

/* ----------- active/inactve */

/* Active */
input.switch[type="checkbox"]:before,
input.switch[type="checkbox"]:checked:after {
    color: #fff;
    font-size: 14px;
    text-indent: 0;
    box-shadow: none;
    width: 50px;
    z-index: 0;
    border: 2px solid #e4520f;
}

input.switch[type="checkbox"]:before {
    padding-left: 10px;
    color: #666;
    line-height: 25px;
    height: 25px;
    background: #E3E3E3;
    text-shadow: none;
    border: 2px solid #E3E3E3;
}

input.switch[type="checkbox"]:checked:after {
    padding-right: 20px;
    line-height: 25px;
}

/* Active + Ball */
input.switch[type="checkbox"]:after{
    background: #e4520f;
    text-indent: -9999px;
    border-radius: 42px;
    z-index: 99;
    width: 25px;
    height: 25px;
    box-shadow: none;
    border: 2px solid #E3E3E3;
    padding: 0;
    font-size: 14px;
}
input.switch[type="checkbox"]:checked:before {
    background: #E3E3E3;
    text-indent: -9999px;
    border-radius: 42px;
    z-index: 99;
    width: 25px;
    height: 25px;
    box-shadow: none;
    border: 2px solid #e4520f;
    padding: 0;
    font-size: 14px;
}
​/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

    /* Layout helpers
    ----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 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;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    zoom: 1;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* 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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    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 #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}
.ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}
.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: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

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

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.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-off {
    background-position: -96px -144px;
}
.ui-icon-radio-on {
    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;
}

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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
} /*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
    box-shadow: none;
    border-radius: 0;
}

.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.7em;
    margin-left: -0.6em;
    background: #E3E3E3!important;
    border: none !important;
    box-shadow: none;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
.cf {
    clear: both;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
body {
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-position: top left;
    margin: 0;
}
body.retirement header {
    height: auto;
}
body.retirement #main {
    top: 0;
    margin-top: 110px;
}
body.retirement #main p {
    padding: 0 15px;
    width: 680px;
}
body.retirement #main .page-nav {
    display: none !important;
}
.item a {
    cursor: pointer;
}
#manage-clients {
    margin-top: 95px;
    background: url('../img/bg1-2.jpg');
    /*background: url('../img/bg1-1.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    background-position-y: 100%;
    overflow: auto;
}
#disclaimer-wrapper {
    background: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    background-position-y: 100%;
    padding: 20px;
    margin: 95px auto 0 auto;
    overflow: auto;
}
#disclaimer-wrapper .btn {
    display: inline-block;
    margin: 8px 10px 0 0;
    padding: 10px 30px;
}
#disclaimer-container {
    width: 500px;
    margin: 100px auto;
    border-radius: 25px;
    background: #1c2b44;
    padding: 50px;
    color: #fff;
}
#disclaimer-text {
    margin-bottom: 30px;
}
#disclaimer-text a{
    text-decoration: underline;
    color: #3b9daa;
    font-size: 16px;
    font-weight: bold;
}

body.login {
    background: url(../img/login-bg2.jpg) no-repeat fixed;
    background-size: cover;
    overflow: hidden;
}
body.login.pc #main {
    height: 1000px;
}
body.login header {
    display: none;
}
body.login .password-reset {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 70px;
}
body.login #login-wrapper .login-panel-title{
    color: #fff;
    font-size: 26px;
}
body.login #login-wrapper {
    float: right;
    margin-top: 150px;
    margin-right: 300px;
    width: 462px;
    height: 595px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #1c2b44;
    text-align: center;
    margin-bottom: 40px;
}
body.login #login-wrapper #login-form,
body.login #login-wrapper #reset-request-form,
body.login #login-wrapper #reset-password-form {
    width: 346px;
    text-align: center;
    margin: 0 auto;
}
body.login #login-wrapper img {
    margin: 30px 0 0 0;
}
body.login #login-wrapper .login-error {
    color: #fff;
    text-align: center;
    height: 35px;
    display: block;
    padding-top: 5px;
    display: block;
}
body.login #login-wrapper .form-segment {
    width: 280px;
    height: 45px;
    margin-left: 30px;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #E3E3E3;
}
body.login #login-wrapper .form-segment input {
    font-size: 16px;
    float: left;
    width: 260px;
    text-align: center;
    border: none;
    background-color: #fff;
}
body.login #login-wrapper button,
body.login #login-wrapper .button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #444;
    height: 48px;
    margin-top: 4px;
    padding: 6px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 280px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a9a9a9), color-stop(1, #e6e6e6));
}
body.login #login-wrapper button.primary,
body.login #login-wrapper .button.primary {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #e4520f;
    opacity: 0.9;
    margin-top: 20px;
}
body.login #login-wrapper button.primary:hover,
body.login #login-wrapper .button.primary:hover {
    opacity: 1;
}
body.login #login-wrapper button.secondary,
body.login #login-wrapper .button.secondary {
    background: #E3E3E3;
    opacity: 0.9;
}
body.login #login-wrapper button.secondary:hover,
body.login #login-wrapper .button.secondary:hover {
    opacity: 1;
}
body.login .login-claimer {
    font-size: 9.5px;
    margin: 15px auto 0;
    text-align: center;
    color: #fff;
    width: 380px;
}
body.login .login-claimer input[type=checkbox]{
    transform: scale(1.2);
    margin: 0 5px;
    vertical-align: middle;
}
body.login .login-claimer .login-claimer-checkbox{
    position: relative;
    display: inline-block;
}
body.login .login-claimer .login-claimer-checkbox .checkbox-message {
    display: none;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #555;
    width: 320px;
    height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 3px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -160px;
}
body.login .login-claimer .login-claimer-checkbox .checkbox-message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
body.login .login-claimer span{
    vertical-align: middle;
}

#menu {
    height: 960px;
}
header {
    position: fixed;
    height: 94px;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #1c2b44;
}
.header-logo {
    margin: 16px 40px 0;
    float: left;
}
.header-title {
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 35px 0 0 100px;
    cursor: default;
}
.header-button {
    font-size: 18px;
    padding: 3px 17px 4px;
    border-radius: 30px;
    border: 2px solid;
}
#sub-menu .item:hover{
    color: #ddd;
}
#sub-menu .item .header-button:hover {
    background: #fff;
    color: #1c2b44;
    font-weight: bold;
}
#loader {
    position: absolute;
    display: none;
    top: 35px;
    left: 645px;
}
#loader-sync {
    position: absolute;
    display: none;
    color: #fff;
    top: 40px;
    left: 635px;
    font-size: 13px;
}
#client-filter {
    width: 710px;
    padding: 10px 0 10px;
    text-align: right;
    position: relative;
    margin: auto;
}
#client-filter input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #aaa;
    margin-right: 93px;
}
#client-selector{
    background: url(../img/bg2-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 70%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 135px;
    bottom: 0;
    float: left;
    z-index: 1;
}
#client-selector .client-listing{
    width: 700px;
    margin: auto;
}
#no-clients {
    display: none;
    font-size: 18px;
}
#main {
    top: 135px;
}
.rounded-popup {
    background-color: #dbdee3;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.rounded-frame {
    background-color: #fff;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.slider {
    margin: 30px 20px !important;
}
.ui-slider {
    background: #1c2b44;
    margin-top: 4px;
    border: none !important;
   /* -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);*/
    border-radius: 0px !important;
}
.ui-slider-handle {
    outline: none;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 30px !important;
/*    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)
    border: 1px solid #888 !important;;*/
    background: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #a7a7a7)) !important;
}
.ui-slider-range {
    -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #e4520f;
}
#build {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
    font-size: 11px;
}
.popup {
    position: relative;
    padding: 15px;
    margin: 100px auto 0 auto;
    background-color: #dbdee3;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.optionButton {
    width: 110px;
    float: left;
    margin-right: 10px;
}
.optionButton .label {
    margin-top: 3px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 50px;
    float: left;
}
.optionButton img {
    float: left;
}
#partyStatus {
    width: 90px;
}
#partyStatus .label {
    float: left;
}
#singleStatus {
    width: 82px;
}
.label {
    font-size: 20px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #717880;
    text-shadow: none;
    padding: 2px;
    margin: 0;
    display: block;
}
.inverse-label {
    font-size: 20px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #717880;
    text-shadow: #fff 0 1px 1px;
    padding: 2px;
    margin: 0;
    display: block;
    color: #fff;
    text-shadow: #717880 0 1px 1px;
}
.section-heading {
    font-size: 20px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #717880;
    text-shadow: #fff 0 1px 1px;
    padding: 2px;
    margin: 0;
    display: block;
}
.form-label {
    font-size: 20px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #717880;
    text-shadow: #fff 0 1px 1px;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    clear: left;
}
.form-input {
    font-size: 20px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #717880;
    text-shadow: #fff 0 1px 1px;
    padding: 2px;
    margin: 0;
    display: block;
    font-weight: normal;
    float: left;
    margin-left: 10px;
    border: 0;
}
.page-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #8f8f8f));
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    height: 41px;
    border: 1px solid #7a8091;
    padding-top: 7px;
    text-align: center;
    width: 100%;
}
.page-toolbar .form-label {
    font-size: 20px;
    float: none;
    text-shadow: #fff 0 1px 0;
}
.page-link.NRAS {
    display: none;
}
.page-link.active {
    background-color: #e4520f !important;
}
.page-link.item:hover {
    background: rgba(228, 82, 15, 0.8);
}
#send-pdf-message,
#new-prop-send-pdf-message,
#nras-send-pdf-message {
    margin: 6px;
    color: #555;
}
.action-button-loading-message{
    color: #fff;
    display: none;
}
.action-button-result-message{
    color: #3b3b3b;
    padding: 6px 0 0 15px;
    height: 25px;
    font-weight: bold;
}
.action-button-result-message.message-top{
    text-align: right;
    padding: 0 15px 0 0;
}
.circular-loader-container{
    width: 25px;
    margin-left: 15px;
    margin-top: 2px;
}
#page-title {
    width: 350px;
    float: left;
    margin-left: 327px;
    text-align: left;
}
#property-dropdown {
    top: 100px;
    right: 50px;
    position: relative;
}
#property-dropdown select {
    width: auto;
    background: #1c2b44;
    color: #fff;
    min-width: 200px;
    cursor: pointer;
}
#property-dropdown .property-dropdown-container {
    float: right;
    background: #1c2b44;
    padding: 8px 13px;
    border-radius: 25px;
}
#property-dropdown-label{
    float: left;
    padding-top: 5px;
    padding-left: 450px;
    font-weight: bold;
}
.page-heading {
    background: #4d4d4d;
    height: 95px;
    width: 100%;
}
.container {
    margin: 0 auto;
}
.no-left-border {
    border-left: none !important;
}
.no-right-border {
    border-right: none !important;
}
.no-top-border {
    border-top: none !important;
}
.no-bottom-border {
    border-bottom: none !important;
}
.margin-bottom-15{
    margin-bottom: 15px !important;
}
.no-top-margin {
    margin-top: 0 !important;
}
textarea:focus,
input:focus {
    outline: none;
}
.form-segment {
    background-color: #E3E3E3;
    border-radius: 5px;
    height: 38px;
    padding: 9px;
    float: left;
    margin-top: 2px;
}
/*.form-segment.top-left {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}
.form-segment.top-right {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
.form-segment.bottom-left {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.form-segment.bottom-right {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}*/
.form-segment.no-background{
    background: none;
}
.form-segment.orange {
    background-color: #f68d18;
    border: none;
}
.form-segment.orange {
    background-color: #f68d18;
    border: none;
}
.form-segment.orange .label {
    text-shadow: none;
}
.form-segment.conclusion {
    background-color: #f68d18;
    border: none;
    height: 114px;
}
.form-segment.conclusion.conclusion-large {
    height: 152px;
    padding-top: 15px;
}
.form-segment.conclusion .label {
    color: #fff;
    text-shadow: none;
    text-align: center;
    width: 100%;
    font-size: 24px;
}
.form-segment.conclusion .label.total {
    margin-top: 10px;
    font-size: 36px;
    font-weight: bold;
    clear: left;
}
.form-segment.summary {
    height: 50px;
}
.form-segment.summary .label {
    color: #000;
    font-size: 24px;
    float: left;
}
.form-segment.summary .total {
    float: right;
}
.form-segment.summary.orange {
    background-color: #e4520f !important;
}
.form-segment.summary.orange .label {
    color: #fff;
    text-shadow: none;
}
.form-segment .label {
    padding-top: 0px;
    font-size: 13px;
    float: left;
}
.form-segment .label.small-label {
    font-size: 14px;
}
.form-segment .label.orange {
    font-weight: bold;
    color: #e4520f !important;
}
.form-segment .label.grey {
    font-weight: normal;
    color: #999 !important;
}
.form-segment .label.black {
    font-weight: bold;
    color: #3b3b3b !important;
}
.form-segment .label.white {
    font-weight: bold;
    color: #fff !important;
}
.form-segment input[type="text"],
.form-segment input[type="number"],
.form-segment input[type="password"],
.form-segment input[type="email"] {
    width: 150px;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #636363  !important;
    outline: none;
    text-align: right;
    background: #e3e3e3;
}
div[data-section="current-investment-properties"] .form-segment input[type="text"],
.form-segment input[type="number"],
.form-segment input[type="password"],
.form-segment input[type="email"] {
    width: 130px;
}
.form-segment input[type="text"].small,
.form-segment input[type="number"].small,
.form-segment input[type="password"].small,
.form-segment input[type="email"].small {
    width: 66px;
}
.form-segment input[type="text"].smaller,
.form-segment input[type="number"].smaller,
.form-segment input[type="password"].smaller,
.form-segment input[type="email"].smaller {
    width: 84px;
}
.form-segment input.medium-field{
    width: 110px;
}
.form-segment.available-cashflow {
    height: 40px !important;
}
.form-segment.available-cashflow input {
/*    color: #000 !important;
    font-size: 20px !important;*/
}
.form-segment.available-cashflow.highlight input {
    background: none !important;
}
.form-segment.inset {
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.form-segment.glow {
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.form-segment.inset-glow {
    -moz-box-shadow: 0 1px 0 #fff, inset 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.include-checkbox{
    float: right;
    margin-top: 10px;
}
.include-checkbox span{
    float: left;
    color: #3b3b3b;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 10px;
}
.include-checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
}
#main-toolbar select {
    color: #000;
    float: right;
    margin-right: 10px;
}
select {
    width: 150px;
    border: 0;
    font-size: 13px;
    color: #636363;
    outline: none;
    float: right;
    background: none;
    /*-webkit-appearance: none;*/
}
.select-style {
    border: 0;
    font-size: 14.5px;
    color: #636363 !important;
    outline: none;
}
.client {
    float: left;
    position: relative;
    padding: 15px 20px;
    width: 300px;
    margin: 30px 20px 0 0;
    background-color: #fff;
    border-radius: 12px;
}
.client img {
    float: left;
    margin-right: 20px;
    margin-left: 10px;
}
.client .remove-client{
    margin-top: 5px;
}
.client .close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.client:hover {
    background: #1c2b44;
    color: #fff;
}

.client-icon{
    background: url(../img/client-icon1.png) no-repeat;
    background-size: 45px;
    width: 45px;
    display: inline-block;
    height: 45px;
}
.client:hover .client-icon{
    background: url(../img/client-icon2.png) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px;
}
.remove-client{
    background: url(../img/close.png) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
    display: inline-block;

}
.client:hover .remove-client{
    background: url(../img/close2.png) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
}
.client-name{
    padding: 5px;
    width: 200px;
    float: right;
}
.portfolios {

}
.portfolio {
    padding: 10px;
    padding-bottom: 0px;
    width: 238px;
    margin: 10px 0 0 3px;
    font-size: 12px;
}
hr {
    width: 100%;
    height: 2px;
    border: none;
    margin: 12px 0 6px 0;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
#home-buttons {
    width: 640px;
    height: 300px;
    /*margin: 170px auto 0 auto;*/
    margin: 280px auto 0 auto;
    background: #1c2b44;
    border-radius: 25px;
}
.home-button {
    float: left;
    margin: 0 20px 20px 0;
    width: 340px;
    height: 328px;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #5c5f5d));
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.home-button img {
    margin: 20px;
}
.home-button .inverse-label {
    font-size: 16px;
}
.legend {
    list-style: none;
}
.legend li {
    margin: 0 0 6px 0;
}
.legend li.white {
    color: #fff;
}
.legend li.orange {
    color: #e4520f;
}
.legend li.blue {
    color: #61d6ff;
}
select {
    padding: 0;
}
#sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 70px 0 0;
}
#sub-menu #sync {
    padding-top: 0px;
}
#sub-menu .item {
    font-size: 16px;
    color: #fff;
    text-align: right;
    float: left;
    margin-left: 25px;
    cursor: pointer;
    padding-top: 7px;
}
#sub-menu #sync-loader {
    float: left;
}
#sub-menu #sync-loader img {
    display: none;
    position: relative;
    left: 31px;
}
#sub-menu #sync-loader span {
    display: none;
    position: relative;
    left: 9px;
    color: #fff;
    font-size: 13px;
}
#menu-container {
    width: 386px;
    top: 94px;
    float: left;
    position: fixed;
    overflow: hidden;
    z-index: 4;
}
#menu-container .page-toolbar {
    width: 286px;
}
#menu-container #menu {
    width: 300px;
    height: 100vh;
    margin-top: 41px;
    margin-left: 30px;
    padding-top: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../img/navi-menu-bg.jpg);
    background-size: 100% 95%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
#menu-container #menu .item {
    /*background-color: #696b6e;*/
    width: 100%;
    height: 60px;
    padding-top: 12px;
    padding-left: 22px;
    cursor: pointer;
}
#menu-container #menu .item:first-child {
    border-top: none;
}
#menu-container #menu .item img {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
#menu-container #menu .item .form-label {
    margin-top: 4px;
    clear: none;
    color: #fff;
    font-size: 18px;
    text-shadow: none;
    font-weight: bold;
}
#menu-container #menu .item.item-thick{
    padding-bottom: 12px;
    height:80px;
}
#menu-container #menu .item.item-thick img{
    margin-top: 13px;
}
#menu-container #menu .item.item-thick  .form-label{
    margin-top: 0px;
}
#menu-container #menu .item.item:first-child {
    border-top: none;
}
#menu-container #menu .divider {
    height: 12px;
    border-bottom: 1px solid #aaa;
    background: url(../img/menu/divider-bg.png) repeat-x transparent;
}
#menu-container #menu .divider .inverse-label {
    font-size: 14px;
    padding-top: 4px;
    margin-left: 40px;
}

#menu-container #menu .toggle-text {
    display:none;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 40px;
    height: 40px;
    margin-left: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M3.314,4.8h13.372c0.41,0,0.743-0.333,0.743-0.743c0-0.41-0.333-0.743-0.743-0.743H3.314 c-0.41,0-0.743,0.333-0.743,0.743C2.571,4.467,2.904,4.8,3.314,4.8z M16.686,15.2H3.314c-0.41,0-0.743,0.333-0.743,0.743 s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,15.2,16.686,15.2z M16.686,9.257H3.314 c-0.41,0-0.743,0.333-0.743,0.743s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,9.257,16.686,9.257z'%3E%3C/path%3E%3C/svg%3E");
}
.segment-fill {
    width: 100%;
}
.segment-span1 {
    width: 173px;
}
.segment-span2 {
    width: 346px;
}
.segment-span3 {
    width: 519px;
}
.segment-span4 {
    width: 764px;
}
.segment-thick {
    height: 58px;
}
.segment-thick .label,  .long-label{
    width: 70%;
}
.small-select{
    width:90px;
}
.smaller-select{
    width:60px;
}
.segment-thick input,
.segment-thick select {
    width: 90px;
    height: 35px;
}
.range-slider{
    background: #fff !important;
    height: 90px;
}
.range-slider .label{
    margin-top: 24px;
}
.range-slider .slider-wrapper{
    font-size: 11px;
    font-weight: bold;
}
#menu-icon {
    margin: 3px 0 0 7px;
    color: #3b3b3b;
}
.top-percentage,
.bottom-percentage {
    position: absolute;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
}
.top-percentage .percentage,
.bottom-percentage .percentage {
    color: #e4520f;
    width: 33px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.bottom-percentage {
    margin-top: 55px;
}
.top-percentage {
    margin-top: 5px;
}
#main-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #8f8f8f));
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    height: 41px;
    border: 1px solid #7a8091;
    padding-top: 7px;
    text-align: center;
    width: 100%;
    width: 768px;
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 4;
}
#main-toolbar .form-label {
    font-size: 20px;
    float: none;
    text-shadow: #fff 0 1px 0;
}
#main-toolbar .sbHolder {
    margin-right: 15px;
}
#main-toolbar .sbSelector {
    height: 30px;
    color: #333 !important;
    text-shadow: none;
}
#main-toolbar .sbOptions {
    border: 1px solid #333;
    border-top: none;
}
#main-toolbar .sbOptions a {
    color: #333;
}
.bordered-table {
    font-size: 12px;
    font-weight: bold;
    border-spacing: 0;
}
.bordered-table th {
    padding: 12px 3px;
    background: #1c2b44 ;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}
.bordered-table td {
    background-color: #E3E3E3;
    text-align: center;
    padding: 12px 3px;
    width: 80px;
    border: 2px solid #fff;
    color: #3b3b3b;
}
.bordered-table td.highlight {
    background-color: #3b9daa;
}
.bordered-table tr td:first-child{
    background: #1c2b44 ;
    border-radius: 10px;
    color: #fff;
}
.bordered-table tr th:last-child{
    /*border-right: 1px solid #3b3b3b;*/
}
.bordered-table tr:last-child td{
    /*border-bottom: 1px solid #3b3b3b;*/
}
.highlight {
    color: #fff !important;
    border: 1px solid #39383d;
    background-color: #e4520f
}
input.highlight {
    text-align: center;
    border: none;
    margin: -12px -3px;
    padding: 12px 3px;
    font-weight: bold;
    font-size: 12px;
}
.reload {
    display: none;
}
.half {
    width: 50%;
}
.remove-from-snapshot {
    text-align: right;
    cursor: pointer;
}
.investment-properties-list .form-section:nth-of-type(even){
    margin-left: 70px !important;
}
.investment-properties-list .form-section{
    margin-bottom: 20px !important;
}
.current-investment-properties-list .form-section{
    height:420px;
}

.add-to-calculator {
    margin-top: 5px;
}
.added-to-calculator {
    margin-top: 5px;
    opacity: 0.9;
    cursor: default;
}
.pb-assumptions {
    width: 400px !important;
}
.pb-assumptions .segment-span2{
    width: 400px !important;
}
.pb-assumptions .segment-span3{
    width: 200px !important;
}
.pb-assumptions .segment-span3 input{
    width: 35px !important;
}
.pb-assumptions .segment-span4{
    width: 196px !important;
    float: right;
}
.pb-assumptions .segment-span4 input{
    width: 54px !important;
}
.pb-assumptions select{
    width: 230px;
    text-align: right;
    padding-right: 5px;
}
.pb-holding-period{
    text-align: right;
    padding-right: 5px;
}
.pb-my {
    float: left;
    padding: 10px;
    background-color: #E3E3E3;
    border-radius: 5px;
}
.pb-my .segment-span2{
    width: 326px;
    color: #fff !important;
    background: #3b9daa;
    padding: 15px;
    height: 51px;
;
}
.pb-my .segment-span2 *{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
.pb-my-color2 {
    background: rgba(59, 157, 170, 0.7) !important;
    margin-top: 6px !important;
    /*border: 1px solid rgba(59, 157, 170);*/
}
.pb-my-color3 {
    background: rgba(28, 43, 68, 0.7) !important;
    margin-top: 6px !important;
    /*border: 1px solid rgba(28, 43, 68);*/
}
.pb-field-label {
    font-size: 16px !important;
}
#reset-table {
    margin-left: 12px;
}
#year-selector {
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}
#year-selector .sbHolder {
    background: none;
    height: 30px;
    width: 141px !important;
}
#year-selector .sbSelector {
    width: 111px !important;
}
#year-selector .sbOptions {
    width: 141px !important;
    border: 1px solid #ccc;
}
#year-selector select{
    font-weight: bold;
}
#summary-table thead > tr > th:first-child {
    background-color: #fff;
}
#summary-table tbody > tr > td:first-child {
    width: 164px;
}
#summary-table tr:last-child td{
    background: #3b9daa ;
    border-radius: 10px;
}
.summary-table-container{
    margin: 8px 0 0 12px;
}
.summary-table-rate{
    color: #505b71;
    font-weight: bold;
    margin: 10px 0 40px;
    text-align: right;
}
.summary-table-rate span:last-child{
    font-size: 12px;
}
.no-properties {
    padding: 20px;
}
.property-details {
    display: none;
}
.property-name{
    margin: 8px 0 12px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #1c2b44;
}
#form-container {
    width: 798px;
    /*overflow: hidden;*/
    left: 386px;
    top: 135px;
    padding-bottom: 10px;
    float: left;
    position: absolute;
    z-index: 1;
}
#form-container #form {
    width: 798px;
    padding: 0 22px 12px 0;
    font-size: 14px;
}
#form-container #form #page-container {
    width: 788px !important;
    position: absolute;
}
#form-container #form #page-container .page-block {
    overflow: hidden;
    float: left;
}
#form-container #form #page-container .page-block .page {
    padding: 0 12px 12px 0;
    float: left;
    width: 788px;
}
#form-container #form .form-block {
    width: 818px;
    padding: 3px 12px 12px 0;
    margin-top: 12px;
}
#form-container #form .form-block .field-label {
    color: #3b3b3b;
    text-align: center;
}
#form-container #form .form-block.dark {
    background-color: #39383d;
}
#form-container #form .form-section {
    width: 346px;
    margin: 8px 0 0 12px;
}
#form-container #form .form-section p {
    width: 765px;
    text-align: center;
    font-size: 13px;
    color: #3b3b3b;
}
#form-container #form .form-section.disclaimer{
    margin-top: 50px;
    color: #3b3b3b;
}
#form-container #form .form-section.disclaimer p {
    text-align: justify;
    font-size: 12px;
}
#form-container #form .form-section.disclaimer a {
    text-decoration: underline;
    color: #3b9daa;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
#form-container #form .field-label {
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    text-shadow: none;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0 0 12px 2px;
    /*white-space: nowrap;*/
}

#form-container #form .field-label.field-label-separate {
    float: left;
    margin-top: 23px;
    width: 100%;
}
#form-container #form #investor-field{
    margin-right:20px;
    display:inline
}
#form-container #form #investor-input{
    height: 22px;
    top: 5px;
}
#form-container #form .summary-box{
    background: #e4520f;
    /*border: 2px solid #e4520f;*/
    border-radius: 15px;
    width: 370px;
    padding: 15px 10px 5px 10px;
}
#form-container #form .summary-box.summary-box-navy{
    background: #1c2b44;
    margin-left: 25px;
}
#form-container #form .summary-box .form-segment{
    background: #e4520f;
    margin-bottom: 2px;
}
#form-container #form .summary-box.summary-box-navy .form-segment{
    background: #1c2b44;
}
#form-container #form .summary-box hr{
    width: 95%;
    margin: auto;
    border-top: 1px solid #fff;
}
#form-container #form .summary-box .summary-highlight{
    background: #e3e3e3 !important;
    border-radius: 10px;
}
#form-container #form .summary-box .field-label{
    color: #fff;
}
#form-container #form .summary-box .label{
    color:#fff;
}
#form-container #form .field-label.summary-title-thick{
    margin-bottom: 56px;
}
#edit-email-container {
    margin: 20px 0;
    display: none;
}
#edit-email-panel{
    background: #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    color: #3b3b3b;
}
#edit-email-panel textarea{
    width: 100%;
    resize: vertical;
    color: #3b3b3b;
}
.email-note {
    float:right;
    color:#e4520f;
    margin:2px 10px;
    font-size: 13px;
}
.field-button {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 94.073 94.072' style='enable-background:new 0 0 94.073 94.072;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23e4520f;' d='M91.465,5.491c-0.748-0.311-1.609-0.139-2.18,0.434l-8.316,8.316C72.046,5.057,60.125,0,47.399,0 c-2.692,0-5.407,0.235-8.068,0.697C21.218,3.845,6.542,17.405,1.944,35.244c-0.155,0.599-0.023,1.235,0.355,1.724 c0.379,0.489,0.962,0.775,1.581,0.775h12.738c0.839,0,1.59-0.524,1.878-1.313c3.729-10.193,12.992-17.971,23.598-19.814 c1.747-0.303,3.525-0.456,5.288-0.456c8.428,0,16.299,3.374,22.168,9.5l-8.445,8.444c-0.571,0.572-0.742,1.432-0.434,2.179 c0.311,0.748,1.039,1.235,1.848,1.235h28.181c1.104,0,2-0.896,2-2V7.338C92.7,6.53,92.211,5.801,91.465,5.491z'/%3E%3Cpath style='fill:%23e4520f;' d='M90.192,56.328H77.455c-0.839,0-1.59,0.523-1.878,1.312c-3.729,10.193-12.992,17.972-23.598,19.814 c-1.748,0.303-3.525,0.456-5.288,0.456c-8.428,0-16.3-3.374-22.168-9.5l8.444-8.444c0.572-0.572,0.743-1.432,0.434-2.179 c-0.31-0.748-1.039-1.235-1.848-1.235H3.374c-1.104,0-2,0.896-2,2v28.181c0,0.809,0.487,1.538,1.235,1.848 c0.746,0.31,1.607,0.138,2.179-0.435l8.316-8.315c8.922,9.183,20.843,14.241,33.569,14.241c2.693,0,5.408-0.235,8.069-0.697 c18.112-3.146,32.789-16.708,37.387-34.547c0.155-0.6,0.023-1.234-0.354-1.725C91.395,56.615,90.811,56.328,90.192,56.328z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    margin: 2px 0 0 10px;
    cursor: pointer;
    float:left;
    width: 16px;
    height: 16px;
}
.field-button.field-button-white {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 94.073 94.072' style='enable-background:new 0 0 94.073 94.072;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23ffffff;' d='M91.465,5.491c-0.748-0.311-1.609-0.139-2.18,0.434l-8.316,8.316C72.046,5.057,60.125,0,47.399,0 c-2.692,0-5.407,0.235-8.068,0.697C21.218,3.845,6.542,17.405,1.944,35.244c-0.155,0.599-0.023,1.235,0.355,1.724 c0.379,0.489,0.962,0.775,1.581,0.775h12.738c0.839,0,1.59-0.524,1.878-1.313c3.729-10.193,12.992-17.971,23.598-19.814 c1.747-0.303,3.525-0.456,5.288-0.456c8.428,0,16.299,3.374,22.168,9.5l-8.445,8.444c-0.571,0.572-0.742,1.432-0.434,2.179 c0.311,0.748,1.039,1.235,1.848,1.235h28.181c1.104,0,2-0.896,2-2V7.338C92.7,6.53,92.211,5.801,91.465,5.491z'/%3E%3Cpath style='fill:%23ffffff;' d='M90.192,56.328H77.455c-0.839,0-1.59,0.523-1.878,1.312c-3.729,10.193-12.992,17.972-23.598,19.814 c-1.748,0.303-3.525,0.456-5.288,0.456c-8.428,0-16.3-3.374-22.168-9.5l8.444-8.444c0.572-0.572,0.743-1.432,0.434-2.179 c-0.31-0.748-1.039-1.235-1.848-1.235H3.374c-1.104,0-2,0.896-2,2v28.181c0,0.809,0.487,1.538,1.235,1.848 c0.746,0.31,1.607,0.138,2.179-0.435l8.316-8.315c8.922,9.183,20.843,14.241,33.569,14.241c2.693,0,5.408-0.235,8.069-0.697 c18.112-3.146,32.789-16.708,37.387-34.547c0.155-0.6,0.023-1.234-0.354-1.725C91.395,56.615,90.811,56.328,90.192,56.328z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    margin: 2px 10px 0 0;
}
.total-funds-outlay-label{
    font-size: 10px;
}

/* smartphone */
@media only screen and (max-width: 760px) {
    .header-logo{
        width: 100px;
        margin-left: 15px;
        margin-top: 30px;
    }
    .load-client-span{
        display: none;
    }
    #sub-menu{
        padding: 30px 10px 0 0;
    }
    #sub-menu .item{
        margin-left: 15px;
    }
    .header-button{
        padding: 3px 12px 4px;
    }
    #build{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .header-title {
        display: none;
    }
    #loader{
        left: 260px;
    }
    #loader-sync{
        left: 240px;
    }
    #menu-container #menu .toggle-text {
        display: block;
    }
    #menu-container {
        width: 50px;
    }
    #menu-container #menu {
        margin:0;
        border-radius:0;
        padding-top: 7px;
    }
    #menu-container #menu .item{
        padding-left: 10px;
        height: 50px;
        padding-top: 5px;
    }
    #menu-container #menu .item img {
        margin-right: 25px;
    }
    #menu-container #menu .item.item-thick {
        height: 55px;
        padding-top: 4px;
    }
    #menu-container #menu .item.item-thick img {
        margin-top: 8px;
    }
    #menu-container #menu .item.item-thick .form-label {
        padding: 0px;
    }
    #menu-container #menu .item .form-label {
        font-size: 16px;
    }
    body.login #login-wrapper {
        margin: 100px auto 0 auto;
        float: none;
    }
    #form-container{
        left: 60px;
    }
    #home-buttons{
        margin: 60px auto 0 auto;
    }
    #disclaimer-container{
        margin-top: 0px;
        padding: 30px;
        font-size: 14px;
    }
    .main-top-bar {
        width: 870px;
    }
}
@media only screen and (max-height: 750px) {
    body.login #login-wrapper {
        margin: 30px auto 0 auto;
        height: 535px;
        float: none;
    }
    body.login #login-wrapper img {
        width: 150px;
        margin: 20px 0 0 0;
    }
    body.login #login-wrapper .login-panel-title{
        font-size: 20px;
    }
}
@media only screen and (min-height: 1000px) {
    #menu-container #menu {
        background-size: 140% 100%;
    }
}

@media only screen and (orientation: landscape) {

}
@media only screen and (orientation: portrait) {
    body {
        margin: 0;
    }
    #menu {
        height: 865px;
    }
    #ppa-divider {
        display: none;
    }
    #page-title {
        width: 270px;
        float: left;
        margin-left: 300px;
        text-align: left;
    }
}
.btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    overflow: hidden;
    background-color: #e4520f;
    border: none;
}
.btn:before {
/*    height: 17px;
    content: "";
    display: block;
    margin: 0 0 -9px 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ef8d44), color-stop(1, #e6b998));*/
}
.btn:after {
/*    height: 15px;
    content: "";
    display: block;
    margin: -9px 0 0 0;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4ab2a), color-stop(1, #dd7222));*/
}
.btn:hover {
    opacity: 0.9;
}
.btn.pale {
    background-color: #e3e3e3;
    color: #3b3b3b;
}
.btn-navy{
    background-color: #1c2b44 !important;
    color: #fff !important;
}
/*.btn.pale:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efab78), color-stop(1, #e6c3aa));
}
.btn.pale:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4c777), color-stop(1, #dd935b));
}*/
.btn-danger {
    background-color: #df3317;
}
.btn-danger:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ef4444), color-stop(1, #e6a398));
}
.btn-danger:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f44b2a), color-stop(1, #dd3422));
}
#home-buttons .btn{
    margin: 20px auto;
    display: block;
    width: 300px;
    padding: 18px 25px;
    font-size: 18px;
    top: 80px;
    position: relative;
    border-radius: 40px;
}
.graph {
    width: 346px;
    height: 315px;
    background-color: #333;
    overflow: hidden;
}
.graph text {
    fill: #fff;
}
.summary-graph-wrapper {
    height: 385px;
}
#summary-graph {
    width: 704px;
    height: 385px;
    position: absolute;
}
#nras-contribution-graph,
#contribution-graph {
    width: 220px;
}
#strategy-graph {
    width: 704px;
    height: 315px;
    position: relative;
}
#strategy-values {
    width: 804px;
    background-color: #333;
}
.value {
    width: 150px;
    height: 40px;
    float: left;
    margin-right: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #1c2b44;
    /*color: #e4520f;*/
}
.value:first-child {
    width: 120px;
    color: #000;
    text-align: right;
}
.value:last-child {
    width: auto;
}
#new-property-graph-wrapper {
    margin-top: 0 !important;
}
#nras-contribution-graph {
    height: 230px;
    background: none !important;
}
#contribution-graph {
    height: 190px;
    background: none !important;
}
#summary-legend {
    display: block;
    position: absolute;
    left: 140px;
    margin-top: 40px;
}
#strategy-legend {
    display: block;
    position: relative;
    left: 140px;
    height: 285px;
    margin-top: -285px;
}
.sbHolder {
    background-color: #fff;
    border: none;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    position: relative;
}
.sbSelector {
    color: #636363 !important;
    display: block;
    height: 28px;
    right: 25px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 0;
    width: 170px;
    margin: -4px 0 0 -4px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #ebb52d;
    outline: none;
    text-decoration: none;
}
.sbToggle {
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 30px;
}
#main-toolbar .sbToggle,
#main-toolbar .sbToggleOpen,
#main-toolbar .sbToggleOpen:hover {
    background: url(../img/down-arrow-orange.png) center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    #main-toolbar .sbToggle,
    #main-toolbar .sbToggleOpen,
    #main-toolbar .sbToggleOpen:hover {
        background: url(../img/down-arrow-orange-hd.png) center no-repeat;
        background-size: 15px 11px;
    }
}
.sbToggle,
.sbToggleOpen,
.sbToggleOpen:hover {
    background: url(../img/down-arrow.png) center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .sbToggle,
    .sbToggleOpen,
    .sbToggleOpen:hover {
        background: url(../img/down-arrow-hd.png) center no-repeat;
        background-size: 15px 11px;
    }
}
.sbHolderDisabled {
    background-color: #3c3c3c;
    border: solid 1px #515151;
}
.sbOptions {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    list-style: none;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 37px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li {
    padding: 0 25px 0 0;
}
.sbOptions a {
    border-bottom: none;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
    color: #636363;
    text-decoration: none;
}
.sbOptions li:hover {
    color: #777;
    background-color: #fafafa;
}
.sbOptions li.last a {
    border-bottom: none;
}
.sbOptions .sbDisabled {
    border-bottom: none;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
    border-bottom: none;
    color: #ebb52d;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
    padding-left: 17px;
}
.slider-cover {
    width: 684px;
    height: 52px;
    z-index: 10;
    position: relative;
    display: none;
}
#strategy-table td,
#strategy-table th {
    font-size: 15px;
    height: 52px;
    cursor: default;
}
#strategy-table .strategy-arrows{
    display: inline-block;
}
#strategy-table .strategy-up-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='%23fff'  viewBox='0 0 24 24'%3E%3Cpath d='M24 22h-24l12-20z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    margin-bottom: 5px;
    cursor: pointer;
}
#strategy-table .strategy-down-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M12 21l-12-18h24z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    cursor: pointer;
}
#strategy-table .strategy-header{
   height: 35px;
}
#strategy-table .strategy-header-text{
    float: left;
    padding: 6px 0 0 20px;
}
#strategy-table input{
    text-align: center;
    border: none;
    background: transparent;
    width: 80%;
    font-size: 16px;
    color: #fff;
}
.manual-sync{
    color: #e4520f;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}
.sync-status{
    font-weight: bold;
    font-size: 14px;
}

.page-nav {
    margin: 8px 0 0 12px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-nav.page-nav-top{
    margin-top: 0;
    padding-top: 0;
}
.page-nav.page-nav-bottom{
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-nav.actions {
    background-color: none;
}
.page-nav.actions button{
    height: 31px;
}
button,
.button {
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
    font-weight: normal;
    overflow: hidden;
    background-color: #696b6e;
}
button.highlight,
.button.highlight {
    background-color: #e4520f;
    border: none;
    border-radius: 25px;
    padding: 6px 18px;
}
button.small-button {
    padding: 4px 14px;
    font-size: 13px;
}
button.label-button {
    font-size: 12px;
    float: right;
    height: 21px;
    padding-top: 2px;
}
button.left-button {
    border-radius: 25px 0 0 25px;
    border-right: 1px solid;
}
button.right-button {
    border-radius: 0 25px 25px 0;
}
#block-potential-properties button.highlight,
#block-current-properties  button.highlight{
    background-color: #1c2b44;
}
button.highlight:hover,
.button.highlight:hover {
    opacity: 0.9;
}
button.big,
.button.big {
padding: 8px 14px;
}
.dereciation-disclaimer{
    font-size: 12px;
    margin: 20px 0 0 0;
    font-weight: normal;
    color: #e4520f;
}
#retirement-calculator {
position: relative;
width: 100%;
margin: 10px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 35px 25px;
font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
color: #fff;
background: #1c2b44;
/*background-image: linear-gradient(bottom, #545454 100%, #3c3c3c 0%);
background-image: -o-linear-gradient(bottom, #545454 100%, #3c3c3c 0%);
background-image: -moz-linear-gradient(bottom, #545454 100%, #3c3c3c 0%);
background-image: -webkit-linear-gradient(bottom, #545454 100%, #3c3c3c 0%);
background-image: -ms-linear-gradient(bottom, #545454 100%, #3c3c3c 0%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #545454), color-stop(0, #3c3c3c));*/
}
#retirement-calculator,
#retirement-calculator #retirement-calculator * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#retirement-calculator h1 {
margin: 0;
font-size: 25px;
font-weight: bold;
color: #fff;
text-align: center;
}
#retirement-calculator h2 {
margin: 10px 0 8px 0;
font-weight: bold;
font-size: 16px;
display: inline-block;
width: 50%;
}
#retirement-disclaimer {
margin: 5px 0 0 15px;
font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
font-size: 12px;
}
#retirement-disclaimer h4 {
font-size: 12px;
margin: 20px 0 0 0;
font-weight: normal;
color: #e4520f;
}
#retirement-disclaimer p {
color: #3b3b3b;
margin: 0 0 20px 0;
}
#retirement-disclaimer a {
text-decoration: underline;
color: #3b9daa;
font-weight: bold;
cursor: pointer;
font-size: 14px;
}
#retirement-calculator #retirement-disclaimer-content {
font-family: "Objektiv Mk1", Arial, Helvetica, sans-serif;
font-size: 13px;
}
#retirement-calculator #retirement-disclaimer a,
#retirement-calculator #retirement-disclaimer a:visited {
text-decoration: none;
color: #f07500;
}
#retirement-calculator #retirement-disclaimer a:hover {
color: #000;
}
#retirement-calculator #close-retirement-disclaimer,
#retirement-calculator #close-retirement-disclaimer:visited {
text-decoration: none;
color: #fff;
font-size: 16px;
display: block;
float: right;
}
#retirement-calculator #retirement-amount-value,
#retirement-calculator #retirement-years-value {
    display: inline-block;
    padding: 10px;
    background: #e3e3e3;
    font-size: 30px;
    color: #e4520f;
    border-radius: 35px;
    width: 140px;
    margin-bottom: 8px;
    height: 60px;
}
#retirement-calculator #close-retirement-disclaimer:hover {
color: #000;
}
#retirement-calculator #retirement-disclaimer-content {
position: absolute;
left: 10px;
top: 10px;
padding: 10px;
width: 642px;
height: 229px;
font-size: 11px;
background-color: #f07500;
color: #fff;
z-index: 10;
display: none;
}
#retirement-calculator #retirement-disclaimer-content h3 {
margin-left: 40px;
}
#retirement-calculator .independent {
color: #4b4b4b;
}
#retirement-calculator #retirement-sliders {
width: 100%;
font-size: 12px;
margin-top: 15px;
clear: both;
}
#retirement-calculator #retirement-sliders .label {
margin-bottom: 6px;
font-size: 17px;
text-shadow: none !important;
color: #fff;
}
#retirement-calculator .slider {
margin: 0 !important;
margin-bottom: 10px;
margin-right: 11px;
}
#retirement-calculator .slider#future-save-slider {
float: right;
}
/*#retirement-calculator .ui-slider {
background: url(../img/slider/bg-orange.png) #505050 !important;
}
#retirement-calculator .ui-slider-range {
background: url(../img/slider/bg-dark.png) #505050 !important;
}*/
#retirement-calculator #retirement-amount-slider,
#retirement-calculator #retirement-years-slider {
width: 500px;
background: #fff;
margin: 30px 0;
float: left;
border: none !important;
}
#retirement-calculator .retirement-total {
width: 320px;
height: 135px;
float: left;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
background-color: #fff;
color: #3b3b3b;
margin-top: 25px;
text-align: center;
padding: 23px 12px;
}
#retirement-calculator #retirement-future-save {
float: right;
}
#retirement-calculator .retirement-total h3 {
margin: 0 0 7px 0;
font-weight: normal;
font-size: 16px;
}
#retirement-calculator #retirement-amount,
#retirement-calculator #retirement-to-save {
margin: 0;
display: inline;
padding-bottom: 5px;
font-weight: bold;
font-size: 42px;
}
#retirement-calculator .retirement-value-box {
width: 160px;
padding: 6px 8px;
color: #fff;
font-weight: bold;
font-size: 15px;
text-align: center;
float: right;
z-index: 1;
position: relative;
margin-right: 20px;
margin-top: 42px;
}
#retirement-calculator .retirement-value-box#retirement-years-value {
margin-right: 0;
}
#retirement-calculator .retirement-value-box-circle {
background-image: url(../img/circle.png);
width: 22px;
height: 22px;
margin-left: -13px;
margin-top: 3px;
float: right;
z-index: 2;
position: relative;
display: none;
}
/*#retirement-calculator .ui-slider {
margin: 10px 0 0 10px;
border: 1px solid #888 !important;
-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px !important;
}
#retirement-calculator .ui-slider-handle {
outline: none;
margin-top: -1px;
margin-left: -10px;
width: 42px !important;
height: 28px !important;
border: none !important;
background: url(../img/slider/drag-button.png) no-repeat !important;
box-shadow: none;
}
#retirement-calculator #retirement-years-slider .ui-slider-range,
#retirement-calculator #retirement-amount-slider .ui-slider-range {
-moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
background-image: linear-gradient(bottom, #eaeaea 100%, #343434 0%);
background-image: -o-linear-gradient(bottom, #eaeaea 100%, #343434 0%);
background-image: -moz-linear-gradient(bottom, #eaeaea 100%, #343434 0%);
background-image: -webkit-linear-gradient(bottom, #eaeaea 100%, #343434 0%);
background-image: -ms-linear-gradient(bottom, #eaeaea 100%, #343434 0%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #eaeaea), color-stop(0, #343434));
}*/
.client-filter-container {
position: fixed;
width: 100%;
top: 95px;
background: #e4dfda;
z-index: 4;
border-bottom: 1px solid #aaa;
}
.client-filter-container  button{
width: 140px;
padding: 9px;
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
cursor: pointer;
}

.tooltip .tooltiptext {
font-weight: normal;
visibility: hidden;
width: 230px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -115px;
opacity: 0;
transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.tooltip2 {
position: relative;
display: inline-block;
}

.tooltip2 .tooltiptext2 {
font-size: 13px;
font-weight: normal;
visibility: hidden;
background-color: #fff;
color: #3b3b3b;
text-align: center;
padding: 2px 5px;
border: 1px solid #3b3b3b;
position: absolute;
z-index: 1;
bottom: 125%;
left: 30%;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip2:hover .tooltiptext2 {
visibility: visible;
opacity: 1;
}
#cashflow-chart-section{
border: 3px solid #e4520f;
float: left;
border-radius: 25px;
margin-left: 19px;
margin-top: 8px;
padding: 10px 5px;
}
#cashflow-chart-container {
width: 270px;
float: left;
margin-top: 9px;
/*margin: 30px 0 0 10px;*/
}
#cashflow-number-container {
float: left;
width: 90px;
font-size: 13px;
text-align: center;
color: #e4520f;
margin-top: 70px;
font-weight: bold;
}
#cashflow-number {
color: #e4520f;
font-size: 25px;
text-align: center;
}
#strategy-chart-container,
#summary-chart-container {
margin-top: 30px;
padding-left: 20px;
}

.highlighted {
border: 2px solid #e4520f!important;
}

.highlighted-navy {
    background: #1c2b44;
}

.highlighted-navy *{
    color: #fff !important;
}
.highlighted-orange {
    background: #e4520f;
}

.highlighted-orange *{
    color: #fff !important;
}

.cursor-default {
    cursor: default !important;
}
.cursor-pointer {
    cursor: pointer !important;
}

.property-added-message{
    opacity: 0;
    padding-top: 5px;
    color: #3b3b3b;
    font-weight: bold;
}
.property-added{
    display: none;
    color: #3b3b3b;
    font-weight: bold;
    padding: 5px;
}

.target-highlight {
/*border: 1px solid orange;*/
    -webkit-animation: target-fade 1.5s;
    -moz-animation: target-fade 1.5s 1;
}

.target-highlight-2 {
    /*border: 1px solid orange;*/
    -webkit-animation: target-fade2 2s;
    -moz-animation: target-fade2 2s 1;
}

.customer-notes-toggle .form-segment {
    background-color: unset;    
    padding: 0;
    height: auto;
}

.customer-notes-toggle .form-segment textarea {
    border-radius: 10px;
    background-color: #E3E3E3;
    padding: 9px;
    color: #636363;
    resize: vertical;
}

.customer-notes-toggle .form-segment .help-text {
    font-size: 12px;
    color: #3b3b3b;
}

@-webkit-keyframes target-fade2 {
    0% {
        background-color: orange;
    }
    50% {
        background-color: orange;
    }
    100% {
        background-color: #ffffff;
    }
}

@-webkit-keyframes target-fade {
    0% {
        background-color: rgba(255, 255, 153, 1);
    }
    50% {
        background-color: rgba(255, 255, 153, 1);
    }
    100% {
        background-color: rgba(255, 255, 255, 1);
    }
    /*   0% {opacity:0.5;}
    100% {opacity:1;}*/
    /*0% { border-color: orange;}*/
    /*50% { border-color: #f79800;}*/
    /*100% {border-color: #b7b7b7;}*/
}
@-moz-keyframes target-fade {
    0% {
        background-color: rgba(255, 255, 153, 1);
    }
    100% {
        background-color: rgba(255, 255, 255, 1);
    }
}

.target-highlight2 {
    animation: fadeIn 1.5s;
    -webkit-animation: fadeIn 1.5s;
    -moz-animation: fadeIn 1.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

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

.target-fadeOut {
    animation: fadeOut 4s;
    -webkit-animation: fadeOut 4s;
    -moz-animation: fadeOut 4s;
}
@keyframes fadeOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    margin: auto;
}

.actions .circular-loader{
    float:right;
    margin-left: 6px;
    width: 25px;
    display:none;
}

.loader-path-white {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color-white 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color-white 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color-white {
    0% {
        stroke: #fff;
    }
    40% {
        stroke: #fff;
    }
    66% {
        stroke: #fff;
    }
    80%, 90% {
        stroke: #fff;
    }
}
@keyframes color-white {
    0% {
        stroke: #fff;
    }
    40% {
        stroke: #fff;
    }
    66% {
        stroke: #fff;
    }
    80%, 90% {
        stroke: #fff;
    }
}
/*Safari only */
body.safari *{
    letter-spacing: -0.5px;
}
body.safari select {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23aaa'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 5px;
    background-repeat: no-repeat;
}
body.safari #property-dropdown select{
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23aaa'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 5px;
    background-repeat: no-repeat;
    background-color: #1c2b44;;
    padding-right: 30px;
}
body.safari .segment-thick select {
    background-position: calc(100% - 5px) 15px;
}
body.safari .safari-space-small, body.safari .safari-space-small *{
    letter-spacing: -1px;
}

body.safari .safari-indent-1{
    text-indent: 15px;
}

body.safari .safari-indent-2{
    text-indent: 25px;
}
body.safari .safari-fixed-field{
    width:200px;
}
