/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

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

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

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

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

    opacity: .6;
}

html input[readonly]
{
    opacity: .6;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

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

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

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

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

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

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

.clearfix:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 11px/1.5 'Fira Sans', 'Arial', 'Helvetica', sans-serif;

    min-width: 1024px;

    color: #505050;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
}

.gm-style img
{
    max-width: none;
}

.headings
{
    position: relative;

    overflow: hidden;

    margin: 0 0 50px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: 500;

    margin: 0 0 18px;

    color: #333;
}

h1,
.h1
{
    font-size: 22px;

    color: #0073cf;
}

h2,
.h2
{
    font-size: 18px;
}

h3,
.h3
{
    font-size: 15px;
}

h4,
.h4
{
    font-size: 14px;
    font-weight: 700;
}

h5,
.h5
{
    font-size: 13px;
}

h6,
.h6
{
    font-size: 8px;
}

p
{
    margin: 0 0 1em;
}

ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

a
{
    text-decoration: none;

    color: #ffb300;
}

a:hover,
a:focus
{
    text-decoration: none;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

label,
.field-title
{
    font-size: 12px;
    font-weight: 500;

    display: block;

    margin: 0 0 5px;

    color: #333;
}

label.style01,
.field-title.style01
{
    margin: 0 0 12px;
}

.field-holder
{
    position: relative;
}

.field-holder:after
{
    display: block;
    clear: both;

    content: '';
}

.field-holder.textarea
{
    width: 100%;
}

.field-holder .help-block
{
    display: block;

    margin: 10px 0 5px;
}

.field-holder .help-block.has-error
{
    line-height: 17px;

    color: #db2727;
}

.field-holder.has-error input[type='text'],
.field-holder.has-error input[type='tel'],
.field-holder.has-error input[type='email'],
.field-holder.has-error input[type='search'],
.field-holder.has-error input[type='password'],
.field-holder.has-error input[type='url'],
.field-holder.has-error input[type='date'],
.field-holder.has-error textarea
{
    border-color: #db2727;
}

.field-holder.has-error .help-block
{
    line-height: 17px;

    color: #db2727;
}

.field-holder .search-select .multiselect__select
{
    display: none;
}

.field-holder .search-select .multiselect__tag
{
    padding: 9px 26px 10px 10px;

    color: #000;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
}

.field-holder .search-select .multiselect__tag::before
{
    display: none;
}

.field-holder .search-select .multiselect__tag-icon
{
    font-size: 18px;

    top: 4px;
}

.field-holder .search-select .multiselect__tag-icon::after
{
    color: #292929;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea,
textarea.form-control,
.date
{
    font-size: 11px;
    line-height: 14px;

    width: 100%;
    height: 29px;
    padding: 5px 10px;

    -webkit-transition: border .4s ease;
            transition: border .4s ease;

    opacity: 1;
    color: #505050;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0;
            border-radius: 4px;
    outline: none !important;
    box-shadow: none;

    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus,
textarea.form-control:focus,
.date:focus
{
    border-color: #88c9f6;
    outline: none !important;
}

input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='search'].error,
input[type='password'].error,
input[type='url'].error,
input[type='date'].error,
textarea.error,
textarea.form-control.error,
.date.error
{
    color: #db2727;
    border-color: #db2727;
}

*:focus
{
    outline: none !important;
}

input[type='search']
{
    box-sizing: border-box;
}

select
{
    width: 100%;

    -webkit-border-radius: 0;
}

.custom-select
{
    height: calc(2.25rem - 4px);
    padding: .175rem 1.75rem .175rem .75rem;
}

.custom-select.small
{
    width: 20%;
}

textarea,
textarea.form-control
{
    line-height: 16px;

    height: auto;
    height: 122px;
    padding: 12px 10px;

    resize: none;
    vertical-align: top;
}

textarea.low,
textarea.form-control.low
{
    height: 90px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
button[type='submit']
{
    padding: 0;

    cursor: pointer;

    border: none;

    -webkit-appearance: none;
}

::-webkit-input-placeholder
{
    color: #505050;
}

::-moz-placeholder
{
    opacity: 1;
    color: #505050;
}

:-moz-placeholder
{
    color: #505050;
}

:-ms-input-placeholder
{
    color: #505050;
}

.placeholder
{
    color: #505050;
}

.save-info-area
{
    position: fixed;
    z-index: 98;
    top: 50%;
    right: 0;

    overflow: hidden;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@font-face
{
    font-family: 'icomoon';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svgicomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logout:before
{
    content: '\e900';
}

.icon-menu:before
{
    content: '\e901';
}

.icon-search:before
{
    content: '\e902';
}

.icon-cross:before
{
    content: '\e903';
}

.icon-circle-with-plus:before
{
    content: '\e905';
}

.icon-angle-left:before
{
    content: '\f104';
}

.icon-angle-right:before
{
    content: '\f105';
}

.icon-angle-up:before
{
    content: '\f106';
}

.icon-angle-down:before
{
    content: '\f107';
}

.icon-check:before
{
    content: '\e904';
}

.icon-calendar:before
{
    content: '\e906';
}

.icon-out:before
{
    content: '\e907';
}

html
{
    height: 100%;
}

.resize-active *
{
    -webkit-transition: none !important;
            transition: none !important;
}

body.login,
body.password-reset
{
    height: 100%;

    background: #f0f0f0;
}

body.login #wrapper,
body.password-reset #wrapper
{
    height: 100%;
}

a
{
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.btn
{
    font-size: 10px;
    font-weight: 500;

    position: relative;

    display: block;

    width: 125px;
    height: 29px;
    margin: 0 0 10px;
    padding: 8px 5px 3px;

    text-align: center;

    color: #fff;
    border: 1px solid;
    border-radius: 4px;
}

.btn .icon-angle-right
{
    font-size: 13px;

    position: absolute;
    top: 50%;
    right: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.btn.inactive
{
    cursor: default;
    pointer-events: none;

    opacity: .4;
}

.btn-default
{
    border-color: #ffb300;
    background: #ffb300;
}

.btn-default .text
{
    position: relative;

    display: inline-block;

    padding: 0 0 0 15px;

    vertical-align: top;
}

.btn-default .icon-plus
{
    position: absolute;
    top: -2px;
    left: -5px;

    width: 16px;
    height: 16px;

    color: #ffb300;
    background: #fff;
}

.btn-default .icon-plus:before
{
    font-size: 13px;
}

.btn-default:hover
{
    color: #fff;
    border-color: #ffc334;
    background: #ffc334;
}

.btn-primary
{
    border-color: #3ebe33;
    background: #3ebe33;
}

.btn-primary:hover
{
    border-color: #5dd952;
    background: #5dd952;
}

.btn-alt
{
    padding-left: 18px;

    color: #333;
    border-color: #adb0b3;
}

.btn-alt .icon-menu
{
    font-size: 13px;

    position: absolute;
    top: 50%;
    left: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.btn-alt:hover
{
    border-color: #d9d9d9;
}

.icon-1
{
    width: 19px;
    height: 19px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #ffb300;
}

.icon-1:before,
.icon-1 span:after,
.icon-1 span:before
{
    position: absolute;
    top: 4px;
    left: 8px;

    width: 3px;
    height: 3px;

    content: '';

    border-radius: 2px;
    background: #fff;
}

.icon-1 span
{
    display: block;
}

.icon-1 span:before,
.icon-1 span:after
{
    top: 8px;
}

.icon-1 span:after
{
    top: 12px;
}

.icon-plus
{
    font-weight: 700;

    position: relative;

    display: block;

    width: 18px;
    height: 18px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #ffb300;
}

.icon-plus:before
{
    font-size: 14px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    content: '+';
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.icon-plus.icon-delete
{
    margin-left: 7px;

    color: #fff;
}

.icon-plus.icon-delete:before
{
    font-family: arial;
    font-size: 12px;
    line-height: 16px;

    content: 'x';
}

#wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

.topbar-area
{
    position: relative;

    background: #1582d9;
}

.topbar-area .logo-holder
{
    float: left;

    width: 137px;
}

.topbar-area h1
{
    overflow: hidden;

    margin: 0;
    padding: 31px 10px 26px 34px;

    color: #fff;
}

.wrapper-holder
{
    position: relative;

    overflow: hidden;

    padding: 0 0 0 250px;
}

#main
{
    position: relative;

    overflow: hidden;

    margin-top: 132px;
    padding: 0 33px;
}

#main.style01
{
    padding-right: 0;
}

#main > section
{
    padding-bottom: 75px;
}

body.dashboard #main
{
    margin-top: 72px;
}

body.notifications #main
{
    margin-top: 102px;
}

.two-columns
{
    position: relative;

    padding: 73px 6.8% 20px 6.3%;
}

.two-columns:after
{
    display: block;
    clear: both;

    content: '';
}

.two-columns .column
{
    position: relative;

    float: right;

    width: 59.1%;
    margin: 0 0 20px;
}

.two-columns .column.style01
{
    float: left;

    width: 34.3%;
}

.form-area
{
    position: relative;
}

.form-area:after
{
    display: block;
    clear: both;

    content: '';
}

.form-area .holder
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 0 27px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-area .wrap
{
    position: relative;

    width: 130px;
}

.form-area .btn
{
    float: right;
}

.checkbox-list
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;
}

.checkbox-list li
{
    padding: 0 7px;
}

.checkbox-list label
{
    font-weight: 400;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0 0 0 17px;

    vertical-align: top;
}

.checkbox-list input[type='checkbox']
{
    position: absolute;

    visibility: hidden;

    margin: 0;

    opacity: 0;
}

.checkbox-list .fake-input
{
    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    border-radius: 2px;
    background: #eaeaea;
}

.checkbox-list .fake-input:before
{
    font-family: 'icomoon' !important;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;

    visibility: hidden;

    content: '\e904';
    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    opacity: 0;
    color: #fff;
}

.checkbox-list input[type='checkbox']
{
    position: absolute;

    visibility: hidden;

    margin: 0;

    opacity: 0;
}

.checkbox-list input[type='checkbox']:checked + label .fake-input
{
    background: #0073cf;
}

.checkbox-list input[type='checkbox']:checked + label .fake-input:before
{
    visibility: visible;

    opacity: 1;
}

.radio-list
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;
}

.radio-list li
{
    padding: 0 7px;
}

.radio-list label
{
    font-weight: 400;

    position: relative;

    display: inline-block;

    padding: 0 0 0 18px;

    vertical-align: top;
}

.radio-list input[type='radio']
{
    position: absolute;

    visibility: hidden;

    margin: 0;

    opacity: 0;
}

.radio-list .fake-input
{
    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    border-radius: 50%;
    background: #eaeaea;
}

.radio-list .fake-input:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    visibility: hidden;

    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;

    content: '';
    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    opacity: 0;
    border-radius: 50%;
    background: #0073cf;
}

.radio-list input[type='radio']
{
    position: absolute;

    visibility: hidden;

    margin: 0;

    opacity: 0;
}

.radio-list input[type='radio']:checked + label .fake-input:before
{
    visibility: visible;

    opacity: 1;
}

.save-info-area
{
    position: fixed;
    z-index: 98;
    top: 50%;
    right: 0;

    overflow: hidden;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.save-info
{
    position: relative;

    overflow: hidden;

    width: 192px;
    padding: 27px 5px;

    background: #9eef97;
}

.save-info .btn-primary
{
    font-size: 12px;

    float: none;

    width: 144px;
    margin: 0 auto;
    padding: 8px 11px 3px 3px;
}

.save-info.inactive
{
    background: #f7f7f7;
}

.save-info.inactive .btn-primary,
.save-info.inactive .btn
{
    opacity: .4;
}

.save-info.hidden
{
    display: none;
}

.table-holder
{
    position: relative;

    margin: 0 0 60px;
}

.table-holder:after
{
    display: block;
    clear: both;

    content: '';
}

.table-holder .field-title
{
    font-size: 11px;

    margin: 0 0 15px;
}

.table
{
    font-size: 11px;

    position: relative;

    padding: 0 0 25px;

    color: #505050;
}

.table a
{
    color: #0073cf;
}

.table a:hover
{
    color: #00579c;
}

.table > li
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #eaeaea;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table > li.own-row
{
    display: none;
}

.table > li.inactive .col
{
    opacity: .6;
    background: #f3f3f3;
}

.table > li.pending .col
{
    opacity: .8;
    background: #f3f3f3;
}

.table > li.head
{
    font-weight: 700;

    color: #333;
    border-top: 1px solid #eaeaea;
    border-bottom: 2px solid #ffb300;
}

.table > li.head .col
{
    padding: 13px 7px 9px;

    text-align: left;
}

.table > li.head .col.col-three
{
    background: #fff;
}

.table > li.head .col .text.sortable:hover
{
    cursor: pointer;
}

.table > li.head:hover,
.table > li.head.hover
{
    background: #fff;
}

.table > li .col
{
    padding: 9px 5px 9px;

    border-right: 1px solid #f3f3f3;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.table > li .col.col-one
{
    width: 29.8%;
}

.table > li .col.col-two
{
    width: 44.9%;
}

.table > li .col.col-three
{
    width: 25.9%;
}

.table > li .col.col-text
{
    background: #f7f7f7;
}

.table > li .col.col1
{
    width: 19.8%;
}

.table > li .col.col2
{
    width: 32.4%;
}

.table > li .col.col3
{
    width: 16.1%;
}

.table > li .col.col4
{
    width: 16.1%;
}

.table > li .col.col5
{
    width: 15.6%;
}

.table > li .col.col-split
{
    width: 50%;
}

.table > li .col.bg-yellow
{
    background: #fff8e8;
}

.table > li .items-numbers.active
{
    opacity: 1;
}

.table > li:hover,
.table > li.hover
{
    background: #fff8e8;
}

.table > li:hover .col-three,
.table > li.hover .col-three
{
    background: #fff8e8;
}

.table > li:hover .items-numbers,
.table > li.hover .items-numbers
{
    visibility: visible;

    opacity: 1;
}

.table > li.add-more
{
    padding: 14px 0 9px !important;

    border-right: 1px solid #f3f3f3;
    background: none !important;
}

.table > li.add-more a
{
    font-weight: 600;
    line-height: 14px;

    display: block;

    padding-left: 25px;

    color: #ffb300;
}

.table > li.add-more a i
{
    line-height: 12px;

    float: left;

    margin-right: 10px;
}

.table .text
{
    display: inline-block;

    vertical-align: middle;
}

.table .text .text-item .remove
{
    display: none;

    width: 12px;
    height: 12px;
    margin-left: 0;
    padding: 0 4px 0 4px;

    cursor: pointer;

    color: #ffb300;
    border-radius: 50%;
}

.table .text .text-item:after
{
    content: ', ';
}

.table .text .text-item:last-of-type:after
{
    content: '  ';
}

.table .text .text-item:hover
{
    opacity: .7;
}

.table .text .text-item:hover .remove
{
    display: inline;
}

.table .items-quantity
{
    position: relative;

    padding: 0 25px 0 0;
}

.table .items-quantity .quantity-slide
{
    display: none;
}

.table .items-quantity.active
{
    z-index: 9;
}

.table .items-quantity.active .icon-plus
{
    border-radius: 10px 10px 0 0;
}

.table .items-quantity.active .quantity-slide
{
    display: block;
}

.table .items-quantity-holder
{
    position: absolute;
    top: 50%;
    right: 3px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.table .quantity-opener
{
    font-size: 14px;

    position: relative;

    display: block;

    color: #ffb300;
}

.table .quantity-opener:hover
{
    color: #ffb300;
}

.table .quantity-opener .icon-plus
{
    width: 17px;
    height: 17px;
}

.table .quantity-opener .icon-plus:before
{
    font-size: 12px;
    line-height: 14px;

    top: .7px;
}

.table .quantity-slide
{
    position: absolute;
    top: 100%;
    right: 0;

    width: 63px;
}

.table .quantity-list
{
    font-size: 11px;

    position: relative;
    top: 0;

    overflow: hidden;

    border: 1px solid #ffb300;
    border-radius: 2px 2px 5px 5px;
}

.table .quantity-list li
{
    background: #fff;
}

.table .quantity-list li:first-child a
{
    border-top: none;
}

.table .quantity-list li a
{
    display: block;

    padding: 5px 7px 4px;

    color: #505050;
    border-top: 1px solid #ffb300;
}

.table .quantity-list li a:hover
{
    background: #fff8e8;
}

.table.number > li.head
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
}

.table.number > li.head .col
{
    text-align: center;
}

.table.number > li.head .col.col-two,
.table.number > li.head .col.col-three
{
    text-align: center;
}

.table.number > li .col
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

.table.number > li .col.col-one
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
}

.table.number > li .col.col-two,
.table.number > li .col.col-three
{
    text-align: right;
}

.table .ui-autocomplete-input,
.table .cell
{
    height: 25px;

    border: 1px dashed #ccc !important;
    border-radius: 0;
    background: #fff8e8;
}

.table .ui-autocomplete-input.in-address,
.table .cell.in-address
{
    clear: both;
}

.table .ui-autocomplete-input:focus,
.table .cell:focus
{
    border-color: #88c9f6 !important;
    background: #fff;
}

.table .ui-autocomplete-input.has-error,
.table .ui-autocomplete-input input[type='text'].has-error,
.table .cell.has-error,
.table .cell input[type='text'].has-error
{
    border-color: #db2727 !important;
}

.table .ui-autocomplete-input.small,
.table .cell.small
{
    float: left;

    width: 22%;
    margin-right: 2%;
}

.table .ui-autocomplete-input.large,
.table .cell.large
{
    float: right;

    width: 75%;
    margin-bottom: 15px;
}

.table .ui-autocomplete-input input[type='text'],
.table .cell input[type='text']
{
    height: 23px;

    border: none !important;
    border-radius: 0;
    background: #fff8e8;
}

.budget-table .cell
{
    height: 25px;

    border: 1px dashed #ccc !important;
    border-radius: 0;
    background: #fff8e8;
}

.budget-table .cell.in-address
{
    clear: both;
}

.budget-table .cell:focus
{
    border-color: #88c9f6 !important;
    background: #fff;
}

.budget-table .cell.has-error,
.budget-table .cell input[type='text'].has-error
{
    border-color: #db2727 !important;
}

.budget-table .cell.small
{
    float: left;

    width: 22%;
    margin-right: 2%;
}

.budget-table .cell.large
{
    float: right;

    width: 75%;
    margin-bottom: 15px;
}

.budget-table .cell input[type='text']
{
    height: 23px;

    border: none !important;
    border-radius: 0;
    background: #fff8e8;
}

.budget-table .cell.budget
{
    font-size: 11px;

    padding-right: 0;

    text-align: right;
}

.budget-table li:hover .items-numbers
{
    opacity: 1;
}

.admin .table li.add-more a
{
    line-height: 18px;

    padding-left: 5px;
}

.items-numbers
{
    position: absolute;
    z-index: 99;
    top: 50%;
    bottom: 0;
    left: 100%;

    visibility: visible;

    width: 28px;
    margin: -2px 0 0;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
    background: #fff;
}

.items-numbers.active
{
    z-index: 9;
}

.items-numbers.active .icon-1
{
    border-radius: 0 20px 20px 0;
}

.items-numbers .icon-1
{
    position: absolute;
    top: 0;
    right: 0;
}

.items-numbers .items-slide
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 14px;

    display: none;

    width: 89px;
}

.items-numbers .items-slide.active
{
    display: block;
}

.items-numbers .items-info
{
    font-size: 10px;
    font-weight: 500;

    border-radius: 4px;
    background: #ffb300;
}

.items-numbers .items-info li:first-child a
{
    border-radius: 4px 4px 0 0;
}

.items-numbers .items-info li:last-child a
{
    border-radius: 0 0 4px 4px;
}

.items-numbers .items-info a
{
    display: block;

    width: 100%;
    padding: 6px 7px;

    color: #fff;
    border-radius: 4px;
}

.items-numbers .items-info a:hover
{
    background: #fcc649;
}

.items-save
{
    position: absolute;
    z-index: 99;
    top: auto;
    bottom: auto;
    left: 100%;

    visibility: visible;

    width: 28px;
    margin: -2px 0 0;
    margin-top: 22px;
    margin-left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1 !important;
    background: #fff;
}

.items-save .icon-save
{
    font-family: Arial !important;
    font-size: 12px;
    line-height: 14px;

    display: block;

    padding: 1px 4px 3px 0;

    color: #fff;
    border-radius: 0 50% 50% 0;
    background: #0073cf;
}

.items-save .icon-save:hover
{
    color: #fff;
    background: #1582d9;
}

.items-save .icon-save:before
{
    display: none;
}

.items-save .icon-save span
{
    display: none;
}

.more,
.results-more
{
    font-size: 11px;
    line-height: 12px;

    position: relative;

    display: inline-block;

    padding: 0 0 0 22px;

    vertical-align: top;

    color: #ffb300 !important;
}

.more .icon-plus,
.results-more .icon-plus
{
    position: absolute;
    top: -4px;
    left: 0;
}

.more:hover,
.results-more:hover
{
    opacity: .8;
    color: #ffb300;
}

.user-section
{
    position: relative;

    overflow: hidden;
}

.user-section .heading-area
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 29px 0 17px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-section .heading-area h2
{
    margin: 8px 0 0;
}

.user-section .btn-default
{
    width: 90px;
    margin: 0;
}

.user-section .table
{
    padding: 0 119px 25px 0;
}

.output-code-section .table,
.donor-type-section .table
{
    width: 30%;
}

.partner-section .table > li .col
{
    width: 11%;
}

.partner-section .table > li .col.col2,
.partner-section .table > li .col.col3,
.partner-section .table > li .col.col7
{
    width: 10%;
}

.partner-section .table > li .col.col4,
.partner-section .table > li .col.col5
{
    width: 24%;
}

.contact-section .table,
.logging-section .table
{
    width: 80%;
}

.logging-section .table > li .col.col1,
.logging-section .table > li .col.col2
{
    width: 17%;
}

.logging-section .table > li .col.col3
{
    width: 66%;
}

.donor-section .table > li .col.col1,
.donor-section .table > li .col.col2,
.donor-section .table > li .col.col4,
.donor-section .table > li .col.col7,
.donor-section .table > li .col.col8
{
    width: 13%;
}

.donor-section .table > li .col.col5,
.donor-section .table > li .col.col6
{
    width: 6%;
}

.donor-section .table > li .col.col3
{
    width: 23%;
}

.notification-area
{
    position: relative;

    overflow: hidden;

    margin: 0 0 30px;
    padding: 0;
}

.notification
{
    font-size: 10px;
    font-weight: 500;

    position: relative;

    overflow: hidden;

    padding: 9px 18px 7px;

    color: #0a7900;
    border: 1px solid #a6e6a1;
    border-radius: 4px;
    background: #cef7cb;
}

.notification .text
{
    display: block;
}

.date-picker-section
{
    position: relative;

    overflow: hidden;

    margin: 0 0 50px;
    padding: 0 65px;
}

.date-picker-holder
{
    position: relative;

    overflow: hidden;
}

.date-picker-holder #date-picker,
.date-picker-holder #date-picker-1
{
    width: 140px;
}

.dashborad-section
{
    position: relative;

    overflow: hidden;

    padding: 39px 0 0;
}

.dashborad-section .column
{
    position: relative;

    display: block;
    float: left;

    width: 48%;
    margin-right: 2%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashborad-section .column + .column
{
    margin: 40px 0 0;
}

.dashborad-section .column:last-of-type
{
    float: right;

    margin-top: 0;
    margin-right: 0;
    margin-left: 2%;
}

.dashborad-section .block
{
    width: 100%;
    margin-bottom: 60px;
}

.dashborad-section .block:first-child
{
    width: 100%;
}

.dashborad-section .dashboard-heading
{
    position: relative;

    min-height: 39px;
    padding: 0 0 3px;

    border-bottom: 2px solid #ffb300;
}

.dashborad-section .dashboard-heading:after
{
    display: block;
    clear: both;

    content: '';
}

.dashborad-section .heading
{
    font-size: 12px;
    line-height: 15px;

    float: left;

    letter-spacing: 1px;
}

.dashborad-section .number
{
    font-size: 47px;
    line-height: 15px;

    display: inline-block;

    margin: 0 5px 0 0;

    vertical-align: middle;

    color: #bababa;
}

.dashborad-section .title-text
{
    display: inline-block;

    vertical-align: middle;
}

.dashborad-section .btn
{
    float: right;

    margin: 0;
}

.dashborad-section .table
{
    padding: 0;
}

.dashborad-section .table > li
{
    background: none !important;
}

.dashborad-section .table > li.head
{
    border-bottom: 1px solid #eaeaea;
}

.dashborad-section .table > li.head .col
{
    padding: 10px 7px 7px;

    text-align: left;
}

.dashborad-section .table > li.head .col.col1
{
    font-weight: 700;

    padding-top: 12px;

    text-align: left;
}

.dashborad-section .table > li .col
{
    padding: 17px 5px 14px;

    border-width: 1px;
}

.dashborad-section .table > li .col.col1
{
    font-weight: 500;

    padding-top: 11px;
    padding-left: 0;

    letter-spacing: 1px;
}

.dashborad-section .table > li .col:first-child
{
    border-color: #eaeaea;
}

.dashborad-section .table > li .flag
{
    display: inline-block;

    vertical-align: middle;
}

.table li.hidden
{
    display: none;
}

.table.perposal .col.col1
{
    width: 60.2%;
    padding-left: 0;
}

.table.perposal .col.col2
{
    width: 19.9%;
}

.table.perposal .col.col3
{
    width: 19.9%;
}

.table.notifcation .alert
{
    font-weight: 500;

    color: #ffb300;
}

.table.notifcation > li.head .col
{
    padding: 12px 5px 9px;

    text-align: left;
}

.table.notifcation > li .col
{
    padding: 11px 5px 7px;
}

.table.notifcation > li .col:first-child
{
    padding-left: 0;
}

.table.notifcation .col
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.table.project > li.head .col
{
    padding: 11px 5px 10px 0;
}

.table.project .col
{
    padding: 18px 5px 15px;
}

.table.project .col.col1
{
    width: 52.5%;
    padding-left: 0;
}

.table.project .col.col2
{
    width: 12.1%;

    text-align: center;
}

.table.project .col.col3
{
    width: 17.7%;
}

.table.project .col.col4
{
    width: 18%;
}

.table.budget > li .col
{
    padding: 11px 0 6px;

    background: #f7f7f7;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.table.budget > li .col:first-child
{
    background: #fff;
}

.table.budget .text
{
    font-size: 10px;
}

.table.budget .price
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: 800;

    display: block;

    margin: -3px 0 3px;
    padding: 0 14px 0 0;

    text-align: right;
    letter-spacing: 1px;
}

.table.search-table
{
    padding: 0;
}

.table.search-table > li
{
    background: #fff !important;
}

.table.search-table > li.head .col
{
    padding: 12px 7px 9px;
}

.table.search-table > li .col
{
    padding: 10px 6px 8px;

    border-width: 1px;
}

.table.search-table > li .col:first-child
{
    border-color: #f3f3f3;
}

.table.search-table > li .col.col1
{
    width: 40.4%;
}

.table.search-table > li .col.col2
{
    width: 17.8%;
}

.table.search-table > li .col.col3
{
    width: 17.8%;
}

.table.search-table > li .col.col4
{
    width: 11.8%;

    text-align: center;
    text-transform: capitalize;
}

.table.search-table > li .col.col5
{
    width: 12.2%;

    text-align: center;
}

.table.funds
{
    padding: 0;
}

.table.funds > li
{
    background: none !important;
}

.table.funds > li input.cell
{
    font-size: 11px;

    padding-right: 0;

    text-align: right;
}

.table.funds > li.head .col
{
    padding: 12px 5px 10px;
}

.table.funds > li.foot:after
{
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;

    height: 3px;

    content: '';

    background: #ccc;
}

.table.funds > li.foot .text
{
    font-size: 11px;
    font-weight: 500;

    padding: 0 0 0 5px;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.table.funds > li.foot .col
{
    padding: 14px 5px 10px;
}

.table.funds > li.foot .col.green-bg
{
    color: #fff;
    border-color: #3ebe33;
    background: #3ebe33;
}

.table.funds > li.foot .col.red-bg
{
    color: #fff;
    border-color: #db2727;
    background: #db2727;
}

.table.funds > li.foot .col-one
{
    border-color: #f7f7f7;
}

.table.funds > li.foot .col-three .price
{
    font-weight: 800;
}

.table.funds .text,
.table.funds .price
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.table.funds .price
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;

    text-align: right;
    letter-spacing: 1px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.table.funds .col
{
    padding: 8px 5px 5px;
}

.table.funds .col:first-child
{
    border-color: #f3f3f3;
}

.table.funds .col.col-one
{
    width: 42.4%;

    background: #f7f7f7;
}

.table.funds .col.col-two
{
    width: 21.2%;

    text-align: center;

    background: #f7f7f7;
}

.table.funds .col.col-three
{
    width: 36.4%;

    text-align: right;

    background: #fff;
}

.table.funds .doner-detail
{
    padding: 0 0 0 4px;
}

.table.credit
{
    padding: 0;
}

.table.credit > li
{
    background: none !important;
}

.table.credit > li input.cell
{
    font-size: 11px;

    padding-right: 0;

    text-align: right;
}

.table.credit > li.head .col
{
    padding: 12px 7px 9px;

    text-align: center;
}

.table.credit > li.foot
{
    border: none;
}

.table.credit > li.foot .col
{
    padding: 11px 5px 10px;
}

.table.credit > li.foot .col-one
{
    background: none;
}

.table.credit > li.foot .col-two
{
    font-weight: 800;

    color: #fff;
    background: #3ebe33;
}

.table.credit > li.foot .col-two.red-bg
{
    color: #fff;
    border-color: #db2727;
    background: #db2727;
}

.table.credit > li.foot .col-three
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
    font-style: italic;

    color: #999;
    border: none;
    background: none;
}

.table.credit .price
{
    display: block;
}

.table.credit .col
{
    padding: 8px 6px 9px;
}

.table.credit .col:first-child
{
    border-color: #f3f3f3;
}

.table.credit .col.col-one
{
    font-weight: 500;

    width: 23.3%;

    background: #f7f7f7;
}

.table.credit .col.col-two
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;

    width: 39.1%;

    text-align: right;
}

.table.credit .col.col-three
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;

    width: 37.6%;

    text-align: right;

    background: #f7f7f7;
}

.table.planing
{
    padding: 0 12.6% 0 0;
}

.table.planing > li
{
    padding: 0 0 0 79px;

    background: none !important;
}

.table.planing > li input.cell
{
    font-size: 11px;

    padding-right: 0;

    text-align: right;
}

.table.planing > li.head .col
{
    font-weight: 700;

    padding: 14px 5px 10px;

    text-align: center;
}

.table.planing > li.head .col.col-one
{
    background: none;
}

.table.planing > li.head .col.col-one:before
{
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;

    height: 1px;

    content: '';

    background: #fff;
}

.table.planing > li.foot
{
    border-bottom: none;
}

.table.planing > li.foot .col
{
    padding: 12px 5px 11px;
}

.table.planing > li.foot .col.col-one
{
    background: none;
}

.table.planing > li.foot .col.total
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-weight: 800;

    letter-spacing: 1px;
    letter-spacing: .1px;

    color: #fff;
    border-bottom: 1px solid #eaeaea;
    background: #3ebe33;
}

.table.planing > li.foot .col.red-bg
{
    color: #fff;
    border-color: #db2727;
    background: #db2727;
}

.table.planing .col
{
    position: relative;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.table.planing .col:first-child
{
    border-right: 1px solid #eaeaea;
}

.table.planing .col.col-one
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 79px;

    background: #f7f7f7;
}

.table.planing .col.total
{
    background: #f7f7f7;
}

.table.planing .col.total-text
{
    border-right: none;
    border-bottom: 1px solid #eaeaea;
}

.table.planing .col.total-text:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5px;

    width: 1px;

    content: '';

    background: #eaeaea;
}

.table.planing .col.total-text .text
{
    padding: 0 0 0 9px;

    text-align: left;
}

.table.planing .border-none
{
    border: none !important;
}

.table.planing .price
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;

    display: block;

    text-align: right;
}

.table.planing .text
{
    font-weight: 500;

    display: block;

    text-align: center;
}

.table.administration
{
    padding: 0;
}

.table.administration > li
{
    padding: 0 0 0 210px;

    background: none !important;
}

.table.administration > li.head .col.col-one
{
    background: none;
}

.table.administration > li.add-more
{
    padding: 9px 0 7px;
}

.table.administration .col
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.table.administration .col.col-one
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 210px;

    background: #f7f7f7;
}

.table.administration .text-wrap
{
    position: relative;

    padding: 0 0 0 70px;
}

.table.administration .text-wrap .text
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 70px;
}

.table.administration .text-wrap .sub-text
{
    position: relative;

    display: block;

    padding: 0 0 0 6px;
}

.table.administration .text-wrap .sub-text:before
{
    position: absolute;
    top: -9px;
    bottom: -19px;
    left: 0;

    width: 1px;

    content: '';

    background: #ececec;
}

.table.alert
{
    padding: 0;
}

.table.alert > li
{
    padding: 0 67px 0 0;

    background: none;
}

.table.alert > li.head .col
{
    min-height: inherit;
    padding-left: 98px;

    text-align: left;

    background: none;
}

.table.alert > li.head .col.col-last
{
    padding: 13px 7px 9px;

    text-align: center;
}

.table.alert .col
{
    min-height: 40px;
    padding: 6px 8px;

    background: #f7f7f7;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.table.alert .col .text
{
    line-height: 12px;
}

.table.alert .col.col-last
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 67px;
    padding-top: 8px;

    background: none;
}

.table.alert .col.col-last .custom-select
{
    padding-right: 1px;
}

.table.risk
{
    padding: 0;
}

.table.risk > li
{
    background: none;
}

.table.risk > li.head .col
{
    padding: 11px 7px 9px;
}

.table.risk > li.head .col.col-one
{
    background: none;
}

.table.risk .col
{
    padding: 5px 7px;
}

.table.risk .col.col-one
{
    width: 15.2%;

    background: #f7f7f7;
}

.table.risk .col.col-two
{
    width: 22.9%;
}

.table.risk .col.col-three
{
    width: 22.9%;

    background: none;
}

.table.risk .col.col-four
{
    width: 8%;
}

.table.risk .col.col-five
{
    width: 18%;
}

.table.risk .col.col-six
{
    width: 12.9%;
}

.table.risk .col .text
{
    padding-top: 3px;
}

.table.team
{
    padding: 0;
}

.table.team > li
{
    background: none;
}

.table.team > li.head .col
{
    background: none;
}

.table.team .col
{
    background: #f7f7f7;
}

.table.team .col.col-one
{
    width: 29.9%;
}

.table.team .col.col-two
{
    width: 44.4%;
}

.table.team .col.col-three
{
    width: 25.7%;

    background: #f7f7f7;
}

.table.contact
{
    padding: 0;
}

.table.contact .cell
{
    border: none !important;
}

.table.contact .cell input,
.table.contact .cell input::-webkit-input-placeholder
{
    color: #ffb300 !important;
    background: #fff;
}

.table.contact .cell input,
.table.contact .cell input::-moz-placeholder
{
    color: #ffb300 !important;
    background: #fff;
}

.table.contact .cell input,
.table.contact .cell input:-ms-input-placeholder
{
    color: #ffb300 !important;
    background: #fff;
}

.table.contact .cell input,
.table.contact .cell input::placeholder
{
    color: #ffb300 !important;
    background: #fff;
}

.table.contact .cell span.multiselect__tag
{
    display: none;
}

.table.contact .add-contact a.more
{
    float: left;
}

.table.contact .add-contact .cell.multiselect
{
    width: 32%;
    margin-left: 35px;

    background: #fff;
}

.table.contact .more .icon-plus,
.table.contact .results-more .icon-plus
{
    position: absolute;
    top: 2px;
    left: 4px;
}

.table.contact > li
{
    background: none;
}

.table.contact > li.head .col
{
    text-align: center;

    background: #fff;
}

.table.contact > li.head .col.col-one
{
    width: 12.8%;

    text-align: left;
}

.table.contact > li.head .col.col-two
{
    width: 21.1%;
}

.table.contact > li.head .col.col-three
{
    width: 22.6%;
}

.table.contact > li.head .col.col-four
{
    width: 29.2%;
}

.table.contact > li.head .col.col-five
{
    width: 14.3%;
}

.table.contact > li.add-more
{
    padding: 8px 0 8px 13.7%;

    border-right: 1px solid #eaeaea;
}

.table.contact > li.add-more:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 12.8%;

    content: '';

    border-right: 1px solid #ccc;
    background: #f7f7f7;
}

.table.contact .col
{
    background: #f7f7f7;
}

.table.contact .col.col-two
{
    width: 24.2%;

    background: #f7f7f7;
}

.table.contact .col.col-three
{
    width: 25.8%;

    background: #f7f7f7;
}

.table.contact .col.col-four
{
    width: 33.5%;
}

.table.contact .col.col-five
{
    width: 16.4%;
}

.table.contact .col.col-full
{
    width: 100%;

    background: #fff;
}

.main-wrap
{
    position: relative;
}

.doner-detail
{
    font-size: 11px;
    line-height: 13px;

    position: relative;

    overflow: hidden;

    padding: 6px 2px 5px;
}

.doner-detail strong
{
    font-weight: 500;
}

.doners-detail-area
{
    position: relative;

    margin: 0 0 60px;
}

.doners-detail-area.style01:after
{
    display: block;
    clear: both;

    content: '';
}

.doners-detail-area.style01 .doners-detail
{
    float: left;
}

.doners-detail-area h2
{
    margin: 0 0 15px;
}

.doners-detail
{
    position: relative;

    width: 339px;
}

.planing-area
{
    position: relative;

    overflow: hidden;

    margin: 0 0 60px;
}

.planing-area h2
{
    margin: 0 0 15px;
}

.working-method
{
    position: relative;

    margin: 0 0 50px;
}

.working-method > .more-holder
{
    border-top: 1px solid #ccc;
}

.working-method .title
{
    font-size: 11px;
    font-weight: 700;

    position: absolute;
    top: 0;
    left: 0;

    width: 62px;
    padding: 10px 0 5px;

    text-align: left;
}

.working-method .heading-area
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 28px 0 19px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.working-method .heading-area h2
{
    margin: 9px 0 0;
}

.working-method .heading-area .btn-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.working-method .heading-area .btn-list li
{
    margin: 0 0 0 15px;
}

.working-method .heading-area .btn-list .btn
{
    width: 100px;
    margin: 0;
}

.working-method .heading-area .btn-list .btn-alt
{
    padding: 8px 5px 3px;
}

.working-method .heading-area .btn-list .btn-alt .text
{
    position: relative;

    padding: 0 0 0 20px;
}

.working-method .heading-area .btn-list .btn-alt .icon-menu
{
    left: 0;
}

.working-method .heading-area .btn-list .link
{
    font-size: 11px;
    font-weight: 500;

    display: inline-block;

    margin: 9px 6px 0 0;

    vertical-align: top;

    color: #db2727;
}

.working-method .heading-area .btn-list .link:hover
{
    opacity: .7;
}

.text-table
{
    font-size: 10px;
    line-height: 15px;

    position: relative;

    overflow: hidden;

    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #ccc;
}

.text-table li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-table li.head
{
    font-weight: 700;

    text-align: left;

    border-bottom: 2px solid #ffb300;
}

.text-table li.head .col
{
    padding: 11px 4px 9px;

    background: #fff;
}

.text-table li.head .text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-table li.with-wrap
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.text-table .col
{
    padding: 16px 8px 14px 7px;

    border-right: 1px solid #f3f3f3;
    background: #f7f7f7;
}

.text-table .col:first-child
{
    border-color: #ccc;
}

.text-table .col p
{
    margin: 0;
}

.text-table .text
{
    display: block;
}

.text-table .model-number
{
    font-weight: 500;

    display: block;

    margin: 0 0 13px;
}

.text-table .text-holder
{
    position: relative;

    overflow: hidden;
}

.text-table .col-1
{
    width: 31.2%;
    padding-left: 9px;
}

.text-table .col-2
{
    width: 24.6%;
}

.text-table .col-3
{
    width: 9.85%;
}

.text-table.style01
{
    border-top: none;
    border-bottom: 2px solid #ccc;
}

.text-table.style01 .col
{
    width: 33.33%;
}

.text-table.style01 .col:first-child
{
    border-color: #f3f3f3;
}

.text-table.style02 .col
{
    background: #fff;
}

.method-info-area
{
    position: relative;

    border-bottom: 1px solid #ccc;
}

.method-info-area .head .text
{
    padding-left: 7px;
}

.hover-table
{
    overflow: inherit;
}

.hover-table > li
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hover-table > li > .items-numbers
{
    height: 18px;
}

.hover-table > li > .items-numbers.active
{
    opacity: 1;
}

.hover-table > li:hover > .items-numbers
{
    visibility: visible;

    opacity: 1;
    background: none;
}

.hover-table.hover-top > li
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hover-table.hover-top > li > .items-numbers
{
    top: 10%;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.method-table
{
    font-size: 11px;
    line-height: 13px;

    position: relative;

    margin: 0 -5% 0 0;
    padding: 0 5% 0 0;
}

.method-table:after
{
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 0;

    width: 64px;

    content: '';

    background: #fff;
}

.method-table > li
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.method-table > li:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    background: #f3f3f3;
}

.method-table > li:before
{
    position: absolute;
    top: 0;
    right: 0;
    right: -999px;
    bottom: 0;
    left: 0;

    display: none;

    content: '';

    background: #fff8e8;
}

.method-table > li.head
{
    font-weight: 700;

    text-align: left;
}

.method-table > li.head:after
{
    right: 0 !important;

    height: 2px;

    background: #ccc;
}

.method-table > li.head:before
{
    display: none !important;
}

.method-table > li.head .col
{
    padding: 11px 0 10px;
}

.method-table > li.add-more
{
    overflow: hidden;

    padding: 11px 0 6px 70px;

    border-right: 1px solid #f3f3f3;
}

.method-table > li.add-more:before,
.method-table > li.add-more:after
{
    display: none !important;
}

.method-table > li.add-more .more:before
{
    position: absolute;
    z-index: 10;
    top: -999px;
    bottom: -999px;
    left: -6px;

    width: 2px;

    content: '';

    background: #ccc;
}

.method-table > li.add-more .add-more .icon-plus
{
    float: left;

    margin-top: -2px;
    margin-right: 10px;
}

.method-table > li .items-numbers
{
    height: 18px;

    background: none;
}

.method-table > li .items-numbers.active
{
    opacity: 1;
}

.method-table > li:hover:before
{
    display: block;
}

.method-table > li:hover:after
{
    right: -999px;
}

.method-table > li:hover .items-numbers
{
    visibility: visible;

    opacity: 1;
}

.method-table .text
{
    display: block;
}

.method-table .col
{
    position: relative;

    overflow: hidden;

    padding: 10px 0 11px;

    border-right: 1px solid #f3f3f3;
}

.method-table .col:first-child
{
    border-right: 1px solid #ccc;
}

.method-table .col-4
{
    padding-right: 7px;
    padding-left: 7px;
}

.method-table p
{
    margin: 0;
}

.method-table .text-holder
{
    position: relative;

    width: 100%;
    padding: 0 8px;
}

.method-table .text-holder:before
{
    position: absolute;
    top: -99px;
    right: -1px;
    bottom: -99px;

    display: none;

    width: 1px;

    content: '';

    background: #f3f3f3;
}

.method-table .text-holder:first-child:before
{
    display: block;
}

.method-table .text-holder:only-child:before
{
    display: none !important;
}

.method-table .text-holder .model-number
{
    font-weight: 500;

    display: block;
}

.method-table .text-holder .text-1
{
    display: block;
}

.method-table .text-holder p
{
    margin: 0;
}

.method-table .list
{
    position: relative;

    text-align: left;
}

.method-table .list li a
{
    color: #3ebe33;
}

.method-table .list li a:hover
{
    opacity: .7;
}

.method-table .list li a.q-n-exists
{
    color: #db2727;
}

.method-table .list li.activity-li
{
    display: list-item;

    margin: 3px 0 7px 15px;

    list-style-type: disc;
}

.method-table .col-1
{
    width: 31.2%;
    padding-left: 62px !important;
}

.method-table .col-1:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 64px;

    width: 2px;

    content: '';

    background: #ccc;
}

.method-table .col-2
{
    width: 24.6%;
}

.method-table .col-3
{
    width: 11.85%;
}

.method-table .col-3 p
{
    padding: 0 7px;
}

.method-table .col-4
{
    width: 7.8%;
}

.method-table .wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.method-table .wrap .text
{
    position: relative;

    display: block;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.method-table .wrap .text:before
{
    position: absolute;
    top: -11px;
    bottom: -10px;
    left: 0;

    width: 1px;

    content: '';

    background: #f3f3f3;
}

.method-table .wrap .text:first-child:before
{
    display: none;
}

.method-table.style01 .col
{
    width: 33.33%;
}

.method-table.style01 .text
{
    padding: 0 7px;
}

.results-area
{
    position: relative;

    padding: 0 0 0 66px;
}

.results-area:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 64px;

    width: 2px;

    content: '';

    background: #ccc;
}

.results-area .inner-wrap
{
    position: relative;

    border-bottom: 1px solid #ccc;
}

.results-area .with-wrap .inner-wrap
{
    width: 100%;
}

.results-area .with-wrap .inner-wrap .head:after
{
    display: none;
}

.results-area .with-wrap .inner-wrap li:hover .col
{
    background: #fff8e8;
}

.results-area .with-wrap .inner-wrap .col
{
    background: #fff;
}

.results-area .holder
{
    position: relative;
}

.remarks-area
{
    position: relative;

    overflow: hidden;

    border-top: 1px solid #ccc;
}

.remarks-area .more-holder
{
    padding: 10px 8px 9px 2px;

    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.remarks-holder
{
    position: relative;

    overflow: hidden;
}

.remarks-list
{
    font-size: 10px;
    line-height: 16px;

    position: relative;

    margin-left: 64px;
    padding: 12px 5px 12px 8px;

    border-right: 1px solid #f3f3f3;
}

.remarks-list .can-edit
{
    position: absolute;
    top: 0;
    left: 2px;

    display: none;

    width: 100%;
    height: 100%;

    -webkit-transition: background .4s;
            transition: background .4s;

    opacity: .6;
    background: #f3f3f3;
}

.remarks-list .can-edit table
{
    width: 100%;
    height: 100%;
}

.remarks-list .can-edit table td
{
    text-align: center;
    vertical-align: middle;
}

.remarks-list .can-edit:hover
{
    cursor: pointer;
}

.remarks-list .editer
{
    position: relative;
}

.remarks-list .editer textarea
{
    padding-bottom: 22px;
}

.remarks-list .editer a
{
    font-size: 11px;

    display: block;

    width: 100%;
    margin-top: -3px;
    padding: 5px 15px;

    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    background: #eee;
}

.remarks-list:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2px;

    content: '';

    background: #ccc;
}

.remarks-list:hover .can-edit
{
    display: block;
}

.remarks-list li
{
    position: relative;

    padding: 0 0 0 7px;
}

.remarks-list li + li
{
    margin: 5px 0 0;
}

.remarks-list li:before
{
    position: absolute;
    top: 5px;
    left: 0;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background: #adb0b3;
}

.more-holder
{
    position: relative;

    overflow: hidden;

    padding: 11px 8px 10px;

    border-right: 1px solid #f3f3f3;
}

.more-holder .add-more .icon-plus
{
    float: left;

    margin-top: -2px;
    margin-right: 10px;
}

.administration-area
{
    position: relative;

    padding: 38px 0 55px;
}

.administration-area:after
{
    display: block;
    clear: both;

    content: '';
}

.administration-area h2
{
    font-size: 12px;

    margin: 0 0 20px;
}

.administration-area .table-holder
{
    margin: 0;
}

.team-section,
.contact-table,
.risk-section,
.alert-area
{
    position: relative;

    overflow: visible;

    width: 63%;
    padding: 0 0 50px;
}

.team-section .table-holder,
.contact-table .table-holder,
.risk-section .table-holder,
.alert-area .table-holder
{
    margin: 0;
}

.team-section h2,
.contact-table h2,
.risk-section h2,
.alert-area h2
{
    font-size: 12px;

    margin: 0 0 16px;
}

.risk-section
{
    width: 100%;
    padding: 0 0 54px;
}

.alert-area
{
    width: 62.9%;
    padding: 0 0 55px;
}

.contact-table
{
    width: 97.5%;
}

.contact-table h2
{
    margin: 0 0 10px;
}

.contact-table .holder
{
    position: relative;
}

.contact-table .more-holder
{
    border-bottom: 1px solid #eaeaea;
}

.contact-table .table-holder
{
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
}

.contact-table .table-holder .table
{
    margin-bottom: 0;
}

.contact-table .table-holder .plan-entity.col-one
{
    float: left;

    width: 12.8%;
    padding: 9px 5px 9px;
}

.contact-table .table-holder .plan-entity.col-stretch
{
    float: left;

    width: 87.2%;

    background: #fff;
}

.project-export .wrap .btn
{
    font-size: 12px;

    display: inline-block;

    width: 185px;
    height: calc(2.25rem - 4px);
    margin: 0 0 0 10px;
    padding-left: 0;
}

.project-export .wrap .btn.no-margin
{
    margin-left: 0;
}

.working-method .btn.f-right
{
    float: right;
}

#sidebar
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    overflow: auto;

    width: 250px;
    height: 100vh;

    background: #1582d9;
}

.logo-holder
{
    position: relative;

    padding: 15px 0;

    text-align: center;

    background: #0073cf;
}

.logo
{
    display: block;

    width: 118px;
    margin: 0 auto;
}

.logo a
{
    display: block;
}

.logo img
{
    display: block;

    width: 100%;
    height: auto;
}

.side-nav
{
    font-size: 14px;

    position: relative;

    overflow: hidden;

    padding: 25px 10px 35px 27px;
}

.side-nav a
{
    display: inline-block;

    vertical-align: middle;

    color: #fff;
}

.side-nav a:hover
{
    color: #d9d9d9;
}

.side-nav .user-link
{
    font-weight: 800;

    display: block;
}

.side-menu
{
    position: relative;
}

.side-menu li
{
    position: relative;

    margin: 0 0 15px;
}

.side-menu li .number
{
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;

    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: -10px 0 0 7px;

    text-align: center;
    vertical-align: middle;

    color: #0073cf;
    border-radius: 50%;
    background: #fff;
}

.side-menu li.active
{
    font-weight: 800;
}

#aside
{
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;

    overflow: auto;

    width: 192px;
    height: 100vh;
    padding-top: 130px;

    background: #f7f7f7;
}

#aside .aside-holder
{
    position: relative;
    z-index: 999;
}

#aside .aside-holder .aside-message
{
    padding: 15px;

    text-align: center;

    color: #db2727;
}

#aside .block
{
    position: relative;

    overflow: hidden;

    padding: 26px 0;

    text-align: center;

    border-bottom: 3px solid #fff;
}

#aside .title
{
    font-size: 10px;
    font-weight: 400;

    display: block;

    margin: 0 0 8px;
}

#aside .btn
{
    font-size: 10px;

    width: 146px;
    margin: 0 auto;
}

#aside .btn .icon-angle-right
{
    right: 7px;

    margin: -1px 0 0;
}

#header
{
    position: fixed;
    z-index: 99;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 0 33px;

    border-bottom: 1px solid #eaeaea;
    background: #fff;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header h1
{
    margin: 0;
    padding: 26px 0 24px;

    color: #0073cf;
}

#header h1 .text
{
    font-weight: 400;
}

#header .header-info
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 77.7%;
    padding: 22px 5px 9px 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .header-info h1
{
    margin: 0 0 4px;
    padding: 0;

    letter-spacing: .1px;
}

#header .holder
{
    position: relative;

    padding: 0 5px 0 0;
}

#header .btn
{
    font-size: 10px;

    width: 125px;
    padding: 7px 11px 3px 3px;
}

#header .btn .icon-angle-right
{
    margin: -1px 0 0;
}

#header .text-wrap
{
    position: relative;
}

#header .stage-area
{
    font-size: 10px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    margin: 0 8px 0 0;

    vertical-align: top;
}

#header .stage-area:hover .stage-dropdown,
#header .stage-area.hover .stage-dropdown
{
    visibility: visible;

    opacity: 1;
}

#header .link
{
    position: relative;

    display: inline-block;

    padding: 0 10px 0 0;

    vertical-align: top;
    letter-spacing: 1px;

    color: #0073cf;
}

#header .link .icon-angle-down
{
    font-size: 12px;

    position: absolute;
    top: 0;
    right: 0;
}

#header .link:hover
{
    opacity: .8;
}

#header .stage-dropdown
{
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;

    visibility: hidden;

    width: 100px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    opacity: 0;
    border: 1px solid #eaeaea;
    background: #fff;
}

#header .stage-dropdown li a
{
    display: block;

    padding: 5px;

    color: #0073cf;
}

#header .stage-dropdown li a:hover
{
    opacity: .8;
}

#header .modal-number
{
    font-size: 10px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    padding: 0 0 0 12px;

    vertical-align: top;
    letter-spacing: 1px;

    color: #bababa;
}

#header .modal-number:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '-';
}

.login-area
{
    position: fixed;
    top: 0;
    right: 32px;

    width: 160px;
    padding: 14px 0 12px 26px;

    border-left: 1px solid #eaeaea;
}

.login-area .login-opener
{
    position: relative;
    z-index: 5;

    display: inline-block;

    vertical-align: top;

    color: #0073cf;
}

.login-area .slide
{
    display: none;
}

.login-area .profile-menu
{
    display: none;
}

.login-area:hover .profile-menu
{
    display: block;
}

.login-area .image-holder
{
    display: inline-block;

    width: 48px;
    margin: 0 5px 0 0;

    vertical-align: middle;

    border-radius: 50%;
}

.login-area .image-holder img
{
    display: block;

    width: 100%;
    height: auto;

    border-radius: 50%;
}

.login-area .text
{
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;

    position: relative;

    display: inline-block;

    width: 77px;
    padding: 0 13px 0 0;

    vertical-align: middle;
}

.login-area .icon-angle-down
{
    font-size: 13px;

    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.login-area .slide
{
    position: absolute;
    z-index: 3;
    top: 53px;
    left: 15px;

    width: 157px;
}

.login-area .login-info
{
    font-size: 11px;

    padding: 17px 0 15px;

    border-radius: 10px;
    background: #0073cf;
    box-shadow: 0 1px 3px 3px rgba(0, 0, 0, .1);
}

.login-area .login-info li
{
    position: relative;
}

.login-area .login-info li a
{
    position: relative;

    display: block;

    padding: 6px 20px;

    color: #fff;
}

.login-area .login-info li a:hover
{
    background: #1582d9;
}

.login-area .login-info li .icon-logout
{
    font-size: 15px;

    display: inline-block;

    margin: 0 6px 0 0;

    vertical-align: middle;
}

.login-area .login-info li.active a
{
    background: #1582d9;
}

.login-area.active .icon-angle-down
{
    top: 2px;

    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
}

#feedback
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;

    display: none;

    width: 100%;
    padding-right: 30px;
    padding-left: 289px;

    text-align: left;

    background: transparent;
}

#feedback-message
{
    float: right;

    padding: 15px 20px;

    text-align: right;

    border-radius: 1px;
    background: #ccc;
}

#feedback-message.success
{
    color: #fff;
    background: rgba(82, 183, 73, .8);
}

#feedback-message.error
{
    color: #fff;
    background: rgba(241, 61, 61, .8);
}

.nav-holder
{
    position: relative;

    margin: 0 0 25px;
    padding: 0 65px;
}

#nav
{
    position: relative;
    position: fixed;
    z-index: 89;

    width: 100%;
    margin-top: 75px;
    padding: 18px 0 0;

    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

.menu
{
    font-size: 13px;
    font-weight: 400;

    margin: 0 -14px;
    padding: 0 35px;
}

.menu li
{
    position: relative;

    display: inline-block;

    padding: 0 14px 18px;

    text-align: center;
    vertical-align: top;
}

.menu li:before
{
    position: absolute;
    right: 14px;
    bottom: -2px;
    left: 14px;

    visibility: hidden;

    height: 2px;

    content: '';
    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    opacity: 0;
    background: #ffb300;
}

.menu li a
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    color: #333;
}

.menu li a.communication
{
    padding-left: 15px;

    background: url('/images/lock.svg') no-repeat left center transparent;
    background-size: 11px;
}

.menu li.dropbox a
{
    display: block;

    width: 21px;
    height: 21px;

    text-indent: -3333em;

    background: url('/images/dropbox.svg') no-repeat center center transparent;
    background-size: contain;
}

.menu li.disabled a
{
    opacity: .4;
}

.menu li.disabled:hover:before
{
    visibility: visible;

    opacity: .2;
}

.menu li.active:before
{
    visibility: visible;

    opacity: 1;
}

.menu li.active a
{
    font-weight: 700;
}

.menu li:hover:before
{
    visibility: visible;

    opacity: 1;
}

.login-wrap-holder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;
    padding: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-wrap-holder .logo-holder
{
    display: block;

    padding: 23px 0;

    border-radius: 14px 14px 0 0;
}

.login-wrap-holder .logo
{
    width: 140px;
}

.login-wrap
{
    position: relative;

    width: 351px;
    margin: 0 auto;

    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px 3px rgba(0, 0, 0, .1);
}

.login-wrap:after
{
    display: block;
    clear: both;

    content: '';
}

.login-form
{
    position: relative;

    overflow: hidden;

    padding: 38px 33px 43px;
}

.login-form h1
{
    font-size: 17px;
    font-weight: 400;

    margin: 0 0 25px;

    text-align: center;
    letter-spacing: 1px;
}

.login-form .field-holder
{
    overflow: visible;

    margin: 0 0 21px;
}

.login-form .field-holder:after
{
    display: block;
    clear: both;

    content: '';
}

.login-form .field-holder.style01
{
    margin: -5px 0 43px;
}

.login-form label
{
    font-size: 12px;
}

.login-form input[type='email'],
.login-form input[type='text'],
.login-form input[type='password']
{
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;

    height: 39px;
    padding: 5px 10px;

    color: #505050;
}

.login-form .checkbox-list
{
    float: left;
}

.login-form .forget
{
    font-size: 12px;

    float: right;

    color: #0073cf;
}

.login-form .checkbox-list
{
    margin: 0;
    padding: 0 0 0 10px;
}

.login-form .checkbox-list li
{
    padding: 0;
}

.login-form .checkbox-list label
{
    font-size: 12px;
    font-weight: 400;

    padding: 0 0 0 21px;
}

.login-form .checkbox-list .fake-input
{
    top: -2px;

    width: 16px;
    height: 16px;
}

.login-form .checkbox-list .fake-input:before
{
    font-size: 14px;

    top: -1px;
}

.login-form .btn
{
    font-size: 13px;

    width: 100%;
    height: 39px;
    margin: 0;
    padding: 3px 3px 0;

    border-radius: 2px;
}

.login-form .btn .icon-angle-right
{
    font-size: 16px;

    right: 15px;
}

.login-form ::-webkit-input-placeholder
{
    color: #505050;
}

.login-form ::-moz-placeholder
{
    opacity: 1;
    color: #505050;
}

.login-form :-moz-placeholder
{
    color: #505050;
}

.login-form :-ms-input-placeholder
{
    color: #505050;
}

.login-form .placeholder
{
    color: #505050;
}

.small
{
    font-size: 100%;
}

.search-field-area
{
    position: relative;

    overflow: hidden;

    padding: 0 0 35px 0;
}

.search-field-area .field-holder
{
    display: inline-block;
    overflow: visible;

    width: 358px;

    vertical-align: middle;
}

.search-field-area .result
{
    font-size: 10px;
    font-style: italic;

    display: inline-block;

    margin: 0 0 0 13px;

    vertical-align: middle;

    color: #999;
}

.search-field-area input[type='search']
{
    font-size: 11px;
    line-height: 13px;

    height: 39px;
    padding: 5px 35px 5px 10px;
}

.search-field-area button[type='submit']
{
    font-size: 18px;

    position: absolute;
    top: 3px;
    right: 14px;

    color: #999;
    background: none;
}

.search-field-area button[type='submit']:hover
{
    opacity: .8;
}

.filters-area
{
    position: relative;

    overflow: initial;

    margin: 0 0 22px;
    padding: 25px 20px 18px;

    border-radius: 4px;
    background: #eff8ff;
}

.filters-area h2
{
    font-weight: 700;

    margin: 0 0 15px;

    letter-spacing: .6px;

    color: #0073cf;
}

.filters-area h2 .text
{
    font-size: 10px;
    font-weight: 400;

    display: inline-block;

    margin: 0 0 0 4px;

    vertical-align: middle;
    letter-spacing: .3px;
}

.filters-area h2 a
{
    color: #0073cf;
}

.filters-area h2 a:hover
{
    opacity: .8;
}

.filters-area h3
{
    font-weight: 700;
    line-height: 32px;

    float: left;

    margin: 0 30px 0 0;

    text-transform: uppercase;

    color: #0073cf;
}

.filters-wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filters-wrap .field-holder
{
    width: 17.3%;
}

.filters-wrap .field-holder + .field-holder
{
    margin: 0 0 0 3.4%;
}

.filters-wrap .field-holder.style01
{
    width: 12%;
}

.filters-wrap .field-holder.style02
{
    width: 18%;
}

.filters-wrap .field-holder.style03
{
    width: 30%;
}

.filters-wrap .field-holder input.date
{
    height: 32px;
}

.filters-wrap .ui-button
{
    font-size: 10px;
}

.filters-wrap .ui-button .ui-icon:before
{
    top: 6px !important;
}

.filters-wrap span.bar
{
    display: block;

    margin: 26px 1% 0 !important;
}

.filters-wrap span.bar.low
{
    margin: 10px 1% 0 !important;
}

.filters-wrap .more
{
    position: relative;
    top: 22px;

    display: block;

    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
}

.filters-wrap .more:hover
{
    opacity: .8;
}

.filters-wrap .icon-plus
{
    width: 24px;
    height: 24px;
}

.filters-wrap .icon-plus:before
{
    font-size: 18px;
    line-height: 19px;
}

.alert
{
    margin-bottom: 0;
}

.budget-info-area
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 39px 0 18px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.budget-info-area .holder
{
    position: relative;

    overflow: hidden;

    width: 467px;
}

.budget-info-area h2
{
    margin: 0 0 18px;
}

.budget-info-area .total-info
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border: 1px solid #ededed;
    border-left: none;
    background: #f7f7f7;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.budget-info-area .total-info .text
{
    font-size: 10px;
    font-weight: 500;

    display: block;

    padding: 12px 7px 9px;
}

.budget-info-area .total-info .currency
{
    font-weight: 300;
}

.budget-info-area .price
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: 800;

    position: relative;
    z-index: 2;

    width: 139px;
    padding: 9px 8px 11px;

    text-align: right;
    letter-spacing: .4px;

    color: #fff;
}

.budget-info-area .price:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
}

.budget-info-area .btn-holder
{
    font-size: 1px;

    position: relative;

    width: 145px;
}

.budget-info-area .btn
{
    width: 100%;
    padding: 9px 11px 3px 3px;
}

.budget-info-area .btn .icon-angle-right
{
    margin: -1px 0 0;
}

.budget-table-area
{
    position: relative;

    overflow: initial;

    margin: 0 0 63px;
}

.budget-table
{
    font-size: 11px;

    position: relative;

    border-top: 2px solid #ccc;
}

.budget-table.disabled
{
    opacity: .3;
}

.budget-table > li
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.budget-table > li:before
{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    content: '';

    background: #ededed;
}

.budget-table > li.head
{
    font-weight: 700;

    text-align: center;
}

.budget-table > li.head:before
{
    background: #ffb300;
}

.budget-table > li.head .text-wrap-holder,
.budget-table > li.head .wrap
{
    height: 94px;
}

.budget-table > li.head .wrap .text
{
    height: 94px;
}

.budget-table > li.head .text-col,
.budget-table > li.head .text
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;

    display: block;

    padding: 53px 2px 32px;

    text-align: center;
    text-transform: none;
}

.budget-table > li.add-more
{
    height: 40px;
}

.budget-table > li.add-more .multiselect.cell
{
    height: 25px;

    border: 1px dashed #ccc !important;
    border-radius: 0;
    background: #fff8e8;
}

.budget-table > li.add-more .multiselect.cell input
{
    border: 0;
    background: transparent;
}

.budget-table > li.add-more .more
{
    position: absolute;
    top: 10px;
    left: 0;
}

.budget-table > li.add-more .col-1
{
    padding: 8px 2px 10px;
}

.budget-table > li.style01:after
{
    position: absolute;
    z-index: 0;
    top: -2px;
    right: 0;
    left: 0;

    height: 2px;

    content: '';

    background: #ccc;
}

.budget-table > li.style01 .text-col,
.budget-table > li.style01 .text
{
    border-bottom: 1px solid #ededed;
}

.budget-table > li.style01 .text-wrap-holder,
.budget-table > li.style01 .wrap
{
    height: 40px;
}

.budget-table > li.style01 .wrap .text
{
    height: 40px;
}

.budget-table > li.total .text-wrap-holder.style01 .gray
{
    border-color: #ededed;
}

.budget-table > li.total .text-wrap-holder,
.budget-table > li.total .wrap
{
    height: 43px;
}

.budget-table > li.total .wrap .text
{
    height: 104%;
}

.budget-table > li.total .heading
{
    font-weight: 500;

    display: block;

    padding: 8px 2px 10px;
}

.budget-table > li.total .col-1
{
    padding: 7px 0 4px;
}

.budget-table > li.total .col-1.style01 .heading
{
    display: inline;
}

.budget-table > li.total .text-col
{
    min-height: 40px;
    padding: 15px 2px 13px;
}

.budget-table > li.foot .heading
{
    font-size: 10px;

    display: block;

    padding: 16px 2px 14px;
}

.budget-table > li.foot .col-1
{
    border-color: #fff;
}

.budget-table > li.foot .text-col,
.budget-table > li.foot .text
{
    display: block;

    padding: 14px 9px 5px 2px;
}

.budget-table > li.foot .text-wrap-holder.style01 .text,
.budget-table > li.foot .text-wrap-holder.style01 .text-col
{
    padding: 14px 2px 5px;
}

.budget-table > li.foot .text-wrap-holder.style01 .price
{
    font-size: 11px;
    font-weight: 400;
}

.budget-table > li.foot .text-wrap-holder,
.budget-table > li.foot .wrap
{
    height: 42px;
}

.budget-table > li.foot .wrap .text
{
    height: 42px;
}

.budget-table .text-wrap-holder .funder-budget
{
    position: absolute;
    top: 16px;
    right: 3px;
}

.budget-table .select-wrap
{
    position: relative;

    float: left;
    overflow: hidden;

    margin-top: 5px;
}

.budget-table .heading
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.budget-table .heading .currency
{
    font-weight: 300;
}

.budget-table .title
{
    display: block;

    padding: 11px 0 10px;

    border-bottom: 2px solid #ccc;
}

.budget-table .wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: inherit;

    height: 100%;
}

.budget-table .wrap .text
{
    position: relative;
    z-index: 0;

    width: 120px;
    min-height: 32px;

    text-align: center;
    text-transform: uppercase;

    border-right: 1px solid #ccc;
}

.budget-table .wrap .text span
{
    text-align: center;
}

.budget-table .text-wrap-holder
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.budget-table .text-wrap-holder:before
{
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 2px;
    margin: 0 0 0 -1px;

    content: '';

    background: #ccc;
}

.budget-table .text-wrap-holder.style01:before
{
    display: none;
}

.budget-table .text-col
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;

    position: relative;

    border-right: 1px solid #ededed;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.budget-table .text-col:last-child
{
    border-right: none;
}

.budget-table .text-col,
.budget-table .text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 104%;
    padding: 4px 2px 7px;

    text-align: right;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.budget-table .text-col span,
.budget-table .text span
{
    line-height: 12px;

    display: block;

    width: 104%;
    padding: 0 3px;

    letter-spacing: .6px;
}

.budget-table .text-col.green,
.budget-table .text.green
{
    color: #3ebe33;
}

.budget-table .text-col.red,
.budget-table .text.red
{
    color: #db2727;
}

.budget-table .text-col.style01,
.budget-table .text.style01
{
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
}

.budget-table .heading-holder
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    padding: 0;
}

.budget-table .heading-1
{
    position: relative;
    z-index: 5;

    display: block;
    float: left;

    width: 50%;
    padding: 12px 0 11px;

    background: #fff;
}

.budget-table .heading-1:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 2px;

    height: 1px;

    content: '';

    background: #ededed;
}

.budget-table .col
{
    border-right: 1px solid #ccc;
}

.budget-table .col .gray
{
    border-color: #dedede;
    background: #dedede;
}

.budget-table .border-none
{
    border: none !important;
}

.budget-table .green-bg
{
    color: #fff;
    border-color: #3ebe33;
    background: #3ebe33;
}

.budget-table .red-bg
{
    color: #fff;
    border-color: #db2727;
    background: #db2727;
}

.budget-table .price-holder
{
    position: relative;
}

.budget-table .price-holder:before
{
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: -51%;

    content: '';
}

.budget-table .price
{
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: 800;

    position: relative;
    z-index: 7;
}

.budget-table .col-1
{
    width: 17.6%;
}

.budget-table .col-2
{
    width: 39.6%;
}

.budget-table .col-3
{
    width: 42.8%;
}

#content
{
    position: relative;

    overflow: inherit;

    padding: 38px 212px 0 0;
}

#content .field-wrap
{
    position: relative;

    overflow: hidden;

    margin: 0 0 26px;
}

#content .field-wrap .holder
{
    font-size: 0;
    line-height: 0;

    position: relative;

    overflow: hidden;
}

#content .field-wrap .holder .more
{
    position: relative;

    display: inline-block;

    width: 24px;
    height: 24px;
    margin: 7px 0 0 5px;

    vertical-align: middle;
}

#content .field-wrap .holder .more:hover
{
    opacity: .8;
}

#content .field-wrap .holder .more .icon-plus
{
    width: 24px;
    height: 24px;
}

#content .field-wrap .holder .more .icon-plus:before
{
    font-size: 18px;
    line-height: 19px;
}

#content .field-wrap .holder > *
{
    font-size: 10px;
    line-height: 13px;
}

#content .field-wrap .field-holder
{
    display: inline-block;

    width: 55.8%;

    vertical-align: middle;
}

#content .field-wrap .field-holder.number
{
    width: 11.9%;
}

#content .field-wrap .field-holder.date-field
{
    width: 20%;
}

#content .select-holder
{
    display: inline-block;

    width: 22%;

    vertical-align: middle;
}

#content .select-holder + .select-holder
{
    margin-left: 9px;
}

#content .calender-holder
{
    display: inline-block;

    width: 22%;

    vertical-align: middle;
}

#content .bar
{
    display: inline-block;

    margin: 17px 7px 0;

    vertical-align: middle;
}

#content .radio-list
{
    margin: 8px -7px 0;
}

#content .description-wrap
{
    position: relative;

    clear: both;
    overflow: hidden;

    width: 70.3%;
    margin: 0 0 31px;
}

#content .description-wrap h2
{
    font-size: 12px;

    margin: 0 0 6px;
}

#content .description-wrap .note
{
    font-size: 11px;
    font-style: italic;
    line-height: 13px;

    display: block;

    margin-bottom: 5px;

    color: #999;
}

#content .description-wrap .text
{
    display: block;
}

#content .description-wrap.datepick-holder
{
    overflow: inherit;
}

#content .description-wrap.datepick-holder .holder
{
    overflow: inherit;
}

#content .description-wrap.multiselect
{
    float: left;
    overflow: visible;

    width: auto;
}

#content .description-wrap.column
{
    float: left;
    clear: none;
}

#content .description-wrap.one-third
{
    width: 31%;
    margin-right: 2%;
}

#content .description-wrap.taggable .multiselect__tags .multiselect__tag
{
    margin-bottom: 5px;
    padding: 8px 26px 8px 10px;

    -webkit-transition: color .4s;
            transition: color .4s;

    color: #333;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    background: none;
}

#content .description-wrap.taggable .multiselect__tags .multiselect__tag:hover
{
    border-color: #88c9f6;
}

#content .description-wrap.taggable .multiselect__tags .multiselect__tag .multiselect__tag-icon
{
    font-size: 15px;
    line-height: 27px;
}

#content .description-wrap.taggable .multiselect__tags .multiselect__tag .multiselect__tag-icon:after
{
    -webkit-transition: color .4s;
            transition: color .4s;

    color: #333;
}

#content .description-wrap.taggable .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover
{
    color: #88c9f6;
}

#content .description
{
    font-size: 10px;
    line-height: 16px;

    position: relative;

    overflow: hidden;

    margin: 5px 0 0;
    padding: 12px 29px 20px 10px;

    border: 1px solid #ccc;
    border-radius: 5px;
}

#content .description p
{
    margin: 0;
}

#content .description p + p
{
    margin: 15px 0 0;
}

#content .description .list
{
    position: relative;
}

#content .description .list li
{
    margin: 0 0 16px;
}

#content .description .list li:last-child
{
    margin-bottom: 0;
}

/*! jQuery UI - v1.12.1 - 2017-04-11
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, selectmenu.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

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

.ui-helper-hidden-accessible
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.ui-helper-reset
{
    font-size: 100%;
    line-height: 1.3;

    margin: 0;
    padding: 0;

    list-style: none;

    text-decoration: none;

    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after
{
    display: table;

    border-collapse: collapse;

    content: '';
}

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

.ui-helper-zfix
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    filter: Alpha(Opacity=0); /* support: IE8 */
}

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

/* Interaction Cues
----------------------------------*/

.ui-state-disabled
{
    cursor: default !important;
    pointer-events: none;
}

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

.ui-icon
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-top: -.25em;

    vertical-align: middle;
    text-indent: -99999px;

    background-repeat: no-repeat;
}

.ui-widget-icon-block
{
    left: 50%;

    display: block;

    margin-left: -8px;
}

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

/* Overlays */

.ui-widget-overlay
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ui-autocomplete
{
    position: absolute;
    top: 0;
    left: 0;

    cursor: default;
}

.ui-menu
{
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    outline: 0;
}

.ui-menu .ui-menu
{
    position: absolute;
}

.ui-menu .ui-menu-item
{
    margin: 0;

    list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');

    cursor: pointer; /* support: IE10, see #8844 */
}

.ui-menu .ui-menu-item-wrapper
{
    position: relative;

    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider
{
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active
{
    margin: -1px;
}

/* icon support */

.ui-menu-icons
{
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper
{
    padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;

    margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon
{
    right: 0;
    left: auto;
}

.ui-button
{
    line-height: normal;

    position: relative;

    display: inline-block;
    overflow: visible;

    margin-right: .1em;
    padding: .4em 1em;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; /* Support: IE <= 11 */
    text-align: center;
    vertical-align: middle;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active
{
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only
{
    box-sizing: border-box;
    width: 2em;

    white-space: nowrap;
    text-indent: -9999px;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only
{
    text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon
{
    width: 2.1em;
    height: 2.1em;
    padding: 0;

    white-space: nowrap;
    text-indent: -9999px;
}

input.ui-button.ui-icon-notext .ui-icon
{
    width: auto;
    height: auto;
    padding: .4em 1em;

    white-space: normal;
    text-indent: 0;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

.ui-controlgroup
{
    display: inline-block;

    vertical-align: middle;
}

.ui-controlgroup > .ui-controlgroup-item
{
    float: left;

    margin-right: 0;
    margin-left: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus
{
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item
{
    display: block;
    float: none;

    width: 100%;
    margin-top: 0;
    margin-bottom: 0;

    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item
{
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label
{
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span
{
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item
{
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item
{
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content
{
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content
{
    border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input
{
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up
{
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background
{
    border: none;
    border-radius: .12em;
    box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background
{
    overflow: visible;

    width: 16px;
    height: 16px;

    border: none;
    border-radius: 1em;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon
{
    width: 8px;
    height: 8px;

    border-width: 4px;
    border-style: solid;
    background-image: none;
}

.ui-checkboxradio-disabled
{
    pointer-events: none;
}

.ui-selectmenu-menu
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    margin: 0;
    padding: 0;
}

.ui-selectmenu-menu .ui-menu
{
    overflow: auto;
    overflow-x: hidden;

    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup
{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;

    height: auto;
    margin: .5em 0 0 0;
    padding: 2px .4em;

    border: 0;
}

.ui-selectmenu-open
{
    display: block;
}

.ui-selectmenu-text
{
    display: block;
    overflow: hidden;

    margin-right: 20px;

    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button
{
    width: 14em;

    text-align: left;
    white-space: nowrap;
}

.ui-selectmenu-icon.ui-icon
{
    float: right;

    margin-top: 0;
}

.ui-tooltip
{
    position: absolute;
    z-index: 9999;

    max-width: 300px;
    padding: 8px;
}

body .ui-tooltip
{
    border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

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

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

.ui-widget.ui-widget-content
{
    border: 1px solid #c5c5c5;
}

.ui-widget-content
{
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
}

.ui-widget-content a
{
    color: #333;
}

.ui-widget-header
{
    font-weight: bold;

    color: #333;
    border: 1px solid #ddd;
    background: #e9e9e9;
}

.ui-widget-header a
{
    color: #333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active
{
    font-weight: normal;

    color: #454545;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button
{
    text-decoration: none;

    color: #454545;
}

.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,
.ui-button:hover,
.ui-button:focus
{
    font-weight: normal;

    color: #2b2b2b;
    border: 1px solid #ccc;
    background: #ededed;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus
{
    text-decoration: none;

    color: #2b2b2b;
}

.ui-visual-focus
{
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover
{
    font-weight: normal;

    color: #fff;
    border: 1px solid #003eff;
    background: #007fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background
{
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited
{
    text-decoration: none;

    color: #fff;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight
{
    color: #777620;
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-checked
{
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a
{
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error
{
    color: #5f3f3f;
    border: 1px solid #f1a899;
    background: #fddfdf;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a
{
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text
{
    color: #5f3f3f;
}

.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
{
    font-weight: normal;

    opacity: .7;

    filter: Alpha(Opacity=70); /* support: IE8 */
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled
{
    opacity: .35;
    background-image: none;

    filter: Alpha(Opacity=35); /* support: IE8 */
}

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

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

/* states and images */

.ui-icon
{
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon
{
    background-image: url('images/ui-icons_444444_256x240.png');
}

.ui-widget-header .ui-icon
{
    background-image: url('images/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon
{
    background-image: url('images/ui-icons_555555_256x240.png');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon
{
    background-image: url('images/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon
{
    background-image: url('images/ui-icons_777620_256x240.png');
}

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

.ui-button .ui-icon
{
    background-image: url('images/ui-icons_777777_256x240.png');
}

/* positioning */

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

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

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

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

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

.ui-icon-caret-1-s
{
    background-position: -65px 0;
}

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

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

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

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

.ui-icon-caret-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: -65px -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: -65px -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: 1px -48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-folder-open
{
    background-position: -16px -96px;
}

.ui-icon-document
{
    background-position: -32px -96px;
}

.ui-icon-document-b
{
    background-position: -48px -96px;
}

.ui-icon-note
{
    background-position: -64px -96px;
}

.ui-icon-mail-closed
{
    background-position: -80px -96px;
}

.ui-icon-mail-open
{
    background-position: -96px -96px;
}

.ui-icon-suitcase
{
    background-position: -112px -96px;
}

.ui-icon-comment
{
    background-position: -128px -96px;
}

.ui-icon-person
{
    background-position: -144px -96px;
}

.ui-icon-print
{
    background-position: -160px -96px;
}

.ui-icon-trash
{
    background-position: -176px -96px;
}

.ui-icon-locked
{
    background-position: -192px -96px;
}

.ui-icon-unlocked
{
    background-position: -208px -96px;
}

.ui-icon-bookmark
{
    background-position: -224px -96px;
}

.ui-icon-tag
{
    background-position: -240px -96px;
}

.ui-icon-home
{
    background-position: 0 -112px;
}

.ui-icon-flag
{
    background-position: -16px -112px;
}

.ui-icon-calendar
{
    background-position: -32px -112px;
}

.ui-icon-cart
{
    background-position: -48px -112px;
}

.ui-icon-pencil
{
    background-position: -64px -112px;
}

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

.ui-icon-disk
{
    background-position: -96px -112px;
}

.ui-icon-calculator
{
    background-position: -112px -112px;
}

.ui-icon-zoomin
{
    background-position: -128px -112px;
}

.ui-icon-zoomout
{
    background-position: -144px -112px;
}

.ui-icon-search
{
    background-position: -160px -112px;
}

.ui-icon-wrench
{
    background-position: -176px -112px;
}

.ui-icon-gear
{
    background-position: -192px -112px;
}

.ui-icon-heart
{
    background-position: -208px -112px;
}

.ui-icon-star
{
    background-position: -224px -112px;
}

.ui-icon-link
{
    background-position: -240px -112px;
}

.ui-icon-cancel
{
    background-position: 0 -128px;
}

.ui-icon-plus
{
    background-position: -16px -128px;
}

.ui-icon-plusthick
{
    background-position: -32px -128px;
}

.ui-icon-minus
{
    background-position: -48px -128px;
}

.ui-icon-minusthick
{
    background-position: -64px -128px;
}

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

.ui-icon-closethick
{
    background-position: -96px -128px;
}

.ui-icon-key
{
    background-position: -112px -128px;
}

.ui-icon-lightbulb
{
    background-position: -128px -128px;
}

.ui-icon-scissors
{
    background-position: -144px -128px;
}

.ui-icon-clipboard
{
    background-position: -160px -128px;
}

.ui-icon-copy
{
    background-position: -176px -128px;
}

.ui-icon-contact
{
    background-position: -192px -128px;
}

.ui-icon-image
{
    background-position: -208px -128px;
}

.ui-icon-video
{
    background-position: -224px -128px;
}

.ui-icon-script
{
    background-position: -240px -128px;
}

.ui-icon-alert
{
    background-position: 0 -144px;
}

.ui-icon-info
{
    background-position: -16px -144px;
}

.ui-icon-notice
{
    background-position: -32px -144px;
}

.ui-icon-help
{
    background-position: -48px -144px;
}

.ui-icon-check
{
    background-position: -64px -144px;
}

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

.ui-icon-radio-on
{
    background-position: -96px -144px;
}

.ui-icon-radio-off
{
    background-position: -112px -144px;
}

.ui-icon-pin-w
{
    background-position: -128px -144px;
}

.ui-icon-pin-s
{
    background-position: -144px -144px;
}

.ui-icon-play
{
    background-position: 0 -160px;
}

.ui-icon-pause
{
    background-position: -16px -160px;
}

.ui-icon-seek-next
{
    background-position: -32px -160px;
}

.ui-icon-seek-prev
{
    background-position: -48px -160px;
}

.ui-icon-seek-end
{
    background-position: -64px -160px;
}

.ui-icon-seek-start
{
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first
{
    background-position: -80px -160px;
}

.ui-icon-stop
{
    background-position: -96px -160px;
}

.ui-icon-eject
{
    background-position: -112px -160px;
}

.ui-icon-volume-off
{
    background-position: -128px -160px;
}

.ui-icon-volume-on
{
    background-position: -144px -160px;
}

.ui-icon-power
{
    background-position: 0 -176px;
}

.ui-icon-signal-diag
{
    background-position: -16px -176px;
}

.ui-icon-signal
{
    background-position: -32px -176px;
}

.ui-icon-battery-0
{
    background-position: -48px -176px;
}

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

.ui-icon-battery-2
{
    background-position: -80px -176px;
}

.ui-icon-battery-3
{
    background-position: -96px -176px;
}

.ui-icon-circle-plus
{
    background-position: 0 -192px;
}

.ui-icon-circle-minus
{
    background-position: -16px -192px;
}

.ui-icon-circle-close
{
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e
{
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s
{
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w
{
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n
{
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e
{
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s
{
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w
{
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n
{
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin
{
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout
{
    background-position: -192px -192px;
}

.ui-icon-circle-check
{
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus
{
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus
{
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close
{
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus
{
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus
{
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close
{
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical
{
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal
{
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical
{
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal
{
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se
{
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se
{
    background-position: -80px -224px;
}

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

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl
{
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr
{
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl
{
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br
{
    border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay
{
    opacity: .3;
    background: #aaa;

    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow
{
    box-shadow: 0 0 5px #666;
}

.form-control:disabled,
.form-control[readonly]
{
    opacity: .6;
    background: #fff;
}

.ui-widget
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;
}

.ui-button
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: 29px;
    padding: 8px 20px 5px 10px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    vertical-align: top;

    color: #505050;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    outline: none;
    background: #fff;
    box-shadow: none;
}

.ui-button .ui-icon
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: auto;

    width: 19px;
    height: auto;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-indent: inherit;

    background-image: none;
}

.ui-button .ui-icon:before
{
    font-family: 'icomoon' !important;
    font-size: 15px;

    position: absolute;
    top: 5px;
    right: 9px;

    content: '\f107';
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}

.ui-button.ui-selectmenu-button-open .ui-icon:before
{
    top: 7px;

    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
}

.ui-button-icon-only
{
    text-indent: inherit;
}

.ui-button-icon-only .ui-icon
{
    margin: 0;
}

.ui-widget.ui-widget-content
{
    border: 1px solid #d9d9d9;
}

.ui-menu
{
    font-size: 10px;
    line-height: 12px;

    overflow: hidden;

    margin: 3px 0 0;

    border-radius: 4px;
    background: #fff;
}

.ui-menu .ui-menu-item-wrapper
{
    padding: 6px 10px;

    color: #505050;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper.ui-state-focus
{
    margin: 0;

    color: #505050;
    border: none;
    background: #f7f7f7;
}

.custom-combobox
{
    position: relative;

    display: block;

    width: 100%;
    height: 29px;
    padding: 0 !important;
}

.custom-combobox .ui-widget.ui-widget-content
{
    border: none;
    background: none;
}

.custom-combobox-input
{
    font-family: 'Fira Sans', 'Arial', 'Helvetica', sans-serif;

    position: absolute;
    z-index: 22;

    width: 100%;
    height: 100%;
    padding: 6px 20px 5px 10px;

    outline: none;
    box-shadow: none;
}

.custom-combobox-input:focus + .ui-widget
{
    border-color: #88c9f6;
}

.custom-combobox-input:focus + .ui-widget .ui-icon
{
    display: 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,
.ui-button:hover,
.ui-button:focus
{
    border: 1px solid #88c9f6;
    background: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active
{
    font-weight: 400;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon
{
    background-image: none;
}

.ui-selectmenu-button.ui-button
{
    width: 100%;
}

.table-holder .ui-button,
.budget-table-area .ui-button
{
    font-size: 10px;
    line-height: 16px;

    width: 62px;
    height: 18px;
    margin: 0; /*&.ui-selectmenu-button-open {
			.ui-icon {
				@include size(13px, 17px);
				top: -2px;
				right: -2px;
				border-radius: 10px 10px 0 0;

				&:before {
					font-size: 10px;
					top: 0;
				}
			}
		}*/
    padding: 1px 5px 1px;

    border: 1px solid #bfbfbf !important;
    border-radius: 10px;
}

.table-holder .ui-button .ui-icon,
.budget-table-area .ui-button .ui-icon
{
    top: 2px;
    right: 2px;
    bottom: auto;

    width: 12px;
    height: 12px;

    border-radius: 50%;
    background: #ffb300;
}

.table-holder .ui-button .ui-icon:before,
.budget-table-area .ui-button .ui-icon:before
{
    font-size: 11px;
    line-height: 15px;

    top: -1px;
    right: 1px;
    left: 0;

    text-align: center;

    color: #fff;
}

.table-holder .ui-selectmenu-text,
.budget-table-area .ui-selectmenu-text
{
    margin: 0;
}

.table-holder .ui-menu .ui-menu-item-wrapper,
.budget-table-area .ui-menu .ui-menu-item-wrapper
{
    padding: 0;
}

.budget-table-area .ui-button,
.alert-area .ui-button,
.risk-section .ui-button
{
    float: right;

    margin: 2px 13px 0 0;

    border-color: #ededed !important;
    background: #ededed;
}

.alert-area .ui-button,
.risk-section .ui-button
{
    float: none;

    margin: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default
{
    font-weight: 400;

    color: #505050;
}

.select-chosen .ui-menu
{
    font-size: 10px;
    line-height: 12px;

    margin: -1px 0 0 1px;

    border: 1px solid #ffb300;
    border-radius: 2px 2px 5px 5px;
}

.select-chosen .ui-menu li + li
{
    border-top: 1px solid #ffb300;
}

.select-chosen .ui-menu .ui-menu-item-wrapper
{
    padding: 5px 8px 5px;
}

.select-chosen .ui-menu .ui-menu-item-wrapper.ui-state-active,
.select-chosen .ui-menu .ui-menu-item-wrapper.ui-state-focus
{
    background: #fff8e8;
}

.autocomplete-default
{
    font-size: 10px;
    line-height: 12px;

    border: 1px solid #ffb300 !important;
    border-radius: 2px 2px 5px 5px;
    background: #fff;
}

.autocomplete-default li + li
{
    border-top: 1px solid #ffb300;
}

.autocomplete-default .ui-menu-item-wrapper
{
    padding: 5px 8px 4px;
}

.autocomplete-default .ui-menu-item-wrapper.ui-state-active,
.autocomplete-default .ui-menu-item-wrapper.ui-state-focus
{
    background: #fff8e8;
}

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

.autocomplete-custom
{
    width: 149px;
    margin: 0;
    padding-top: 40px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.custom-combobox,
.custom-combobox-input
{
    z-index: 9999;
}

.ui-autocomplete
{
    z-index: 99;
}

.datepick
{
    overflow: inherit;
}

.datepick .holder
{
    overflow: inherit;
}

.datepick .vdp-datepicker input,
.datepick .vdp-datepicker .form-control[readonly]
{
    z-index: 0;

    opacity: 1;
    background: #fff !important;
}

.datepick .vdp-datepicker .form-control[disabled],
.datepick .vdp-datepicker .form-control:disabled
{
    opacity: .6;
}

.datepick .vdp-datepicker__calendar
{
    width: 100%;
    max-width: 220px;

    border: 1px solid #88c9f6;
    border-radius: 5px;
}

.datepick .vdp-datepicker__calendar .cell
{
    line-height: 19px;

    height: auto;
    padding: 2px 3px;

    border: none !important;
    background: transparent !important;
}

.datepick .vdp-datepicker__calendar .cell.selected
{
    background: #88c9f6;
}

.datepick .vdp-datepicker__calendar .cell.day-header
{
    display: none;
}

.datepick .vdp-datepicker__calendar header
{
    font-weight: bold;

    float: left;
    clear: both;

    width: 100%;
}

.datepick .vdp-datepicker__calendar header .prev,
.datepick .vdp-datepicker__calendar header .next
{
    visibility: hidden;

    height: 15px;
}

.datepick .vdp-datepicker__calendar header .prev:before,
.datepick .vdp-datepicker__calendar header .next:before
{
    font-family: 'icomoon' !important;
    font-size: 13px;

    display: block;
    visibility: visible;

    content: '\f104';
    text-indent: 0;

    color: #0073cf;
}

.datepick .vdp-datepicker__calendar header .next:before
{
    content: '\f105';
}

.datepick .vdp-datepicker__calendar header .prev:after,
.datepick .vdp-datepicker__calendar header .next:after
{
    display: none;
}

.filters-area .datepick .vdp-datepicker input
{
    height: 32px;

    border: 1px solid rgba(0, 0, 0, .15);
}

#date-picker,
#date-picker-1
{
    position: relative;

    width: 100%;
}

#date-picker .date,
#date-picker-1 .date
{
    display: block;
}

#date-picker input[type='text'],
#date-picker .date,
#date-picker-1 input[type='text'],
#date-picker-1 .date
{
    padding: 5px 22px 5px 10px;
}

#date-picker label,
#date-picker .label,
#date-picker-1 label,
#date-picker-1 .label
{
    font-size: 15px;

    position: absolute;
    top: 7px;
    right: 7px;

    margin: 0;

    color: #bababa;
}

.datepicker.dropdown-menu
{
    font-size: 10px;
    line-height: 12px;

    width: 140px;
    min-width: 140px;
    margin: -5px 0 0;
    padding: 0;

    border: 1px solid #88c9f6;
    border-radius: 5px;
    box-shadow: none;
}

.datepicker.dropdown-menu.datepicker-orient-bottom
{
    margin: 7px 0 0;
}

.datepicker-days,
.datepicker-months
{
    padding: 12px 3px 5px;
}

.table-condensed
{
    width: 100%;
}

.table-condensed .month.active
{
    color: #505050 !important;
    background: #eaeaea !important;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td
{
    padding: 4px 3px;
}

.datepicker th,
.datepicker td
{
    border-radius: 3px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover
{
    background: #0073cf;
}

.datepicker .prev,
.datepicker .next
{
    position: relative;

    padding: 0;

    text-align: center;

    color: #fff;
    background: none !important;
}

.datepicker .prev:before,
.datepicker .next:before
{
    font-family: 'icomoon' !important;
    font-size: 13px;

    content: '\f104';

    color: #0073cf;
}

.datepicker .next:before
{
    content: '\f105';
}

.datepicker table tr td span
{
    line-height: 30px;

    height: 30px;
}

.datepicker-dropdown.datepicker-orient-left:before
{
    bottom: -7px;
    left: 15px;

    border-width: 0 9px 3px;
    border-top: 6px solid #88c9f6;
}

.datepicker-dropdown.datepicker-orient-left:after
{
    bottom: -6px;
    left: 17px;

    border-width: 0 7px 3px;
    border-top: 6px solid #fff;
}

.datepicker-dropdown.datepicker-orient-bottom:before
{
    top: -7px;
    bottom: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    border-bottom: none;
}

.datepicker-dropdown.datepicker-orient-bottom:after
{
    top: -6px;
    bottom: auto;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    border-bottom: none;
}

.popup-holder-section
{
    position: relative;

    overflow: hidden;

    margin: 0 0 70px;
    padding: 0 65px;
}

.popup-holder-section .popup-holder
{
    height: auto;
    padding: 106px 0;

    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}

.popup-holder-section .lightbox-demo
{
    margin: 0 auto;

    border-radius: 10px;
    background: #fff;
}

.popup-holder-section .user-form .btn-holder
{
    padding: 0;
}

#activity-modal .modal-dialog,
#view-activity-modal .modal-dialog
{
    max-width: 780px;
}

.modal-body .btn
{
    float: left;

    margin-right: 15px;
}

.modal-body .field-holder
{
    margin-bottom: 22px;
}

.modal-body .feedback-list li
{
    margin: 5px 15px 7px;

    list-style-position: outside;
    list-style-type: disc;
}

.popup-holder
{
    position: relative;

    overflow: hidden;

    height: 0;
}

.popup-holder input[type=file]
{
    width: 100%;
    padding: 4px;

    border: 1px solid #ccc;
    border-radius: 3px;
}

.lightbox-demo
{
    position: relative;
}

.lightbox-demo.style01
{
    width: 750px;
}

.lightbox-demo .close
{
    font-size: 18px;

    position: absolute;
    top: 29px;
    right: 28px;

    color: #bababa;
}

.lightbox-demo .close:hover
{
    opacity: .8;
}

.modal .modal-header
{
    padding: 15px 32px;
}

.modal .modal-header .modal-title
{
    font-size: 16px;
    font-weight: 500;

    display: block;

    color: #0073cf;
}

.user-lightbox
{
    position: relative;

    overflow: hidden;
}

.user-lightbox .title-area
{
    position: relative;

    overflow: hidden;

    padding: 31px 5px 22px;

    text-align: center;

    border-bottom: 2px solid #eaeaea;
}

.user-lightbox .title
{
    font-size: 16px;
    font-weight: 500;

    display: block;

    color: #0073cf;
}

.user-form
{
    position: relative;

    overflow: hidden;

    padding: 30px 20px 30px 16px;
}

.user-form .field-wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 0 22px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-form .field-wrap.style01 .field-holder
{
    width: 46.7%;
}

.user-form .field-holder
{
    width: 100%;
}

.user-form .btn-holder
{
    position: relative;

    overflow: hidden;

    padding: 8px 0 0;
}

.user-form button[type='submit']
{
    float: right;

    width: 92px;
    margin-right: 0;
    padding: 3px 0 0;
}

.user-form.logframe button[type='submit']
{
    width: auto;
    padding: 3px 10px 3px 15px;
}

.activity-form
{
    position: relative;

    overflow: hidden;

    padding: 40px 20px 35px;
}

.activity-form.view-activity
{
    padding-top: 0;
}

.activity-form.view-activity .docoment-area
{
    padding-top: 0;
}

.activity-form.view-activity .docoment-area .text-area
{
    padding-top: 2px;

    border-left: 0;
}

.activity-form.view-activity .docoment-area .text-box
{
    min-height: 90px;
}

.activity-form.view-activity .docoment-area .prev-quarters
{
    float: left;
    clear: both;
    overflow: scroll;
    overflow-y: hidden;

    width: 100%;
    max-height: 250px;
    margin-top: 5px;
    padding-top: 15px;

    border-top: 1px solid #ddd;
}

.activity-form.view-activity .docoment-area .column-1-5
{
    float: left;

    width: 126px;
    margin-right: 20px;
}

.activity-form.view-activity .docoment-area .column-1-5.last
{
    margin-right: 0;
}

.activity-form.view-activity .docoment-area .column-1-5 .active-act
{
    height: 100%;
    min-height: 210px;
    padding: 10px;

    background: rgba(255, 179, 0, .3);
}

.activity-form .result-holder
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.activity-form .result-holder .or
{
    font-size: 10px;
    font-weight: 500;
    line-height: 28px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;

    text-align: center;

    color: #0073cf;
    border-radius: 50%;
    background: #fff;
}

.activity-form .holder
{
    position: relative;

    height: 160px;
    padding: 15px 10px;

    border-radius: 0 10px 10px 0;
    background: #eff8ff;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.activity-form .holder.style01
{
    border-right: 2px solid #fff;
    border-radius: 10px 0 0 10px;
    background: #cce9ff;
}

.activity-form .holder .wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.activity-form .holder .field-holder
{
    position: relative;

    width: 205px;
    margin: 0 auto;
}

.activity-form .holder .field-holder .custom-select.has-error
{
    border-color: #db2727;
}

.activity-form .holder .field-holder + .field-holder
{
    margin-top: 5px;
}

.activity-form .btn-holder
{
    position: relative;

    overflow: hidden;
}

.activity-form .btn
{
    float: right;

    width: 110px;
    margin: 0;
}

.activity-form .btn.btn-margin-left
{
    margin-left: 20px;
}

.docoment-area
{
    position: relative;

    overflow: hidden;

    padding: 44px 0 35px;
}

.docoment-area .docoment-detail
{
    position: relative;

    overflow: hidden;

    padding: 0 22px 0 0;
}

.docoment-area .docoment-detail .select-wrap
{
    width: 410px;
}

.docoment-area .select-wrap
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 340px;
    margin: 0 0 5px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.docoment-area .select-wrap .field-holder
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.docoment-area .select-wrap .field-holder .custom-select.has-error
{
    border-color: #db2727;
}

.docoment-area .select-wrap .field-holder + .field-holder
{
    margin-left: 18px;
}

.docoment-area .select-wrap.error-block
{
    margin: -10px 0 15px;

    color: #db2727;
}

.docoment-area .comments-area
{
    position: relative;

    overflow: hidden;
}

.docoment-area .description-holder
{
    float: left;

    width: 220px;
}

.docoment-area .description
{
    font-size: 10px;

    position: relative;

    height: 124px;
    padding: 0 0 37px;

    border-radius: 4px;
}

.docoment-area .description textarea
{
    height: 88px;

    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.docoment-area .description textarea.has-error
{
    border-color: #db2727;
}

.docoment-area .description .text
{
    display: block;

    margin: 0 0 4px;
}

.docoment-area .upload-area
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 5px 9px;

    border: 1px solid #bfbfbf;
    background: #f3f3f3;
}

.docoment-area input[type='file']
{
    position: absolute;

    visibility: hidden;

    margin: 0;

    opacity: 0;
}

.docoment-area .fake-input
{
    font-size: 11px;
    line-height: 15px;

    position: relative;

    display: inline-block;

    min-width: 107px;
    height: 25px;
    margin: 0;
    padding: 7px 5px 3px 27px;

    vertical-align: top;

    color: #fff;
    border-radius: 4px;
    background: #0073cf;
}

.docoment-area .fake-input .icon
{
    font-style: normal;

    position: absolute;
    top: 4px;
    left: 5px;

    width: 16px;
    height: 16px;

    color: #0073cf;
    border-radius: 50%;
    background: #fff;
}

.docoment-area .fake-input .icon:before
{
    font-family: 'icomoon' !important;
    font-size: 8px;
    line-height: 13px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    content: '\e907';
    text-align: center;
}

.docoment-area .text-field
{
    float: right;

    width: 170px;
}

.docoment-area .text-field textarea
{
    height: 124px;
}

.docoment-area .text-area
{
    font-size: 10px;

    float: right;

    width: 277px;
    padding: 0 0 0 21px;

    border-left: 2px solid #f7f7f7;
}

.docoment-area .text-wrap
{
    position: relative;

    overflow: hidden;

    margin: 10px 0 11px;
}

.docoment-area .text-title
{
    font-weight: 500;

    display: block;

    margin: 0 0 5px;
}

.docoment-area .text-box
{
    position: relative;

    overflow: hidden;

    min-height: 125px;
    padding: 10px 5px 7px 10px;

    border-radius: 8px;
    background: #f7f7f7;
}

.docoment-area .text-box .text
{
    display: block;

    margin: 0 0 3px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    margin: 0;
    padding: 0;

    vertical-align: top;

    border: 0;
    outline: none;
}

.fancybox-wrap
{
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
}

.fancybox-skin
{
    position: relative;

    border-radius: 20px;
    background: #fff;
}

.fancybox-opened
{
    z-index: 8030;
}

.fancybox-inner
{
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner
{
    -webkit-overflow-scrolling: touch;
}

.fancybox-lock
{
    overflow: hidden !important;

    width: auto;
}

.fancybox-lock body
{
    overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay
{
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-lock-test
{
    overflow-y: hidden !important;
}

.fancybox-overlay
{
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;
}

.fancybox-overlay-fixed
{
    position: fixed;
    right: 0;
    bottom: 0;
}

.profile-section h5
{
    clear: both;
}

.profile-section .user-form
{
    float: left;

    width: 480px;
    padding-left: 0;
}

.profile-section .one-drive
{
    position: relative;

    float: left;

    width: 300px;
    margin: 50px 0 0 100px;

    text-align: center;
}

.profile-section .one-drive .inner
{
    padding: 40px 40px 30px;

    color: #505050;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
}

.profile-section .one-drive .btn
{
    width: 200px;
    margin: 25px auto 0;
}

.profile-section .one-drive .btn.btn-default
{
    border-color: #094ab1;
    background: #094ab1;
}

.profile-section .one-drive .OneDriveLogo
{
    position: absolute;
    top: -32px;
    left: 53px;

    width: 200px;
    padding: 15px;

    background: white;
}

.profile-section .projects
{
    width: 680px;
}

@media (min-width: 1200px)
{
    .table.planing .col.total-text:after
    {
        left: 0;
    }
}

@media (max-width: 1799px)
{
    .table > li.head .col
    {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .budget-table .text-col span,
    .budget-table .text span
    {
        line-height: inherit;
    }
}

@media (max-width: 1199px)
{
    .form-area .btn
    {
        float: none;
    }

    .table.contact .col.col-four .text a
    {
        font-size: 10px;
    }

    .inner .fancybox-overlay
    {
        left: 90px;
    }
}
