/*! 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.
 */
 
 
 :root {
--main-bg-color: #b68a35;
}



@font-face
{
    font-family: mainfont;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
}

@font-face
{
    font-family: mainfontbold;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Bold.ttf);
}

@font-face
{
    font-family: mainfontother;
    src: url(../fonts/ArbFONTS-22015-notokufiarabic-regular.ttf);
}

html
{
    font-family: mainfont; /* 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
{
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -.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
{
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin-right: 5px; /*margin-left: 25px;*/
}



/**
 * 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"]
{
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td, th
{
    padding: 0;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: cairor;
    src: url(../fonts/ArbFONTS-NotoKufiArabic-Regular.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face
{
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?tkbco9");
    src: url("../fonts/icomoon.eot?tkbco9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tkbco9") format("truetype"), url("../fonts/icomoon.woff?tkbco9") format("woff"), url("../fonts/icomoon.svg?tkbco9#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"]
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle:before
{
    content: "\e90d";
}

.icon-plus-light:before
{
    content: "\e90e";
}

.icon-pencil:before
{
    content: "\e90f";
}

.icon-trash:before
{
    content: "\e910";
}

.icon-transaction:before
{
    content: "\e900";
}

.icon-arrow-down:before
{
    content: "\e901";
}

.icon-arrow-left:before
{
    content: "\e902";
}

.icon-arrow-right:before
{
    content: "\e903";
}

.icon-calendar:before
{
    content: "\e904";
}

.icon-cross:before
{
    content: "\e905";
}

.icon-definitions:before
{
    content: "\e906";
}

.icon-folder:before
{
    content: "\e907";
}

.icon-group:before
{
    content: "\e908";
}

.icon-printer:before
{
    content: "\e909";
}

.icon-reports:before
{
    content: "\e90a";
}

.icon-search:before
{
    content: "\e90b";
}

.icon-settings:before
{
    content: "\e90c";
}

.icon-eye-outline:before
{
    content: "\e911";
}

@font-face
{
    font-family: icomoon;
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"]
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-transaction:before
{
    content: "\e900";
}

.icon-arrow-down:before
{
    content: "\e901";
}

.icon-arrow-left:before
{
    content: "\e902";
}

.icon-arrow-right:before
{
    content: "\e903";
}

.icon-calendar:before
{
    content: "\e904";
}

.icon-cross:before
{
    content: "\e905";
}

.icon-definitions:before
{
    content: "\e906";
}

.icon-folder:before
{
    content: "\e907";
}

.icon-group:before
{
    content: "\e908";
}

.icon-printer:before
{
    content: "\e909";
}

.icon-reports:before
{
    content: "\e90a";
}

.icon-search:before
{
    content: "\e90b";
}

.icon-settings:before
{
    content: "\e90c";
}

.clearfix:after
{
    content: "";
    display: block;
    clear: both;
}

.ellipsis
{
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html
{
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    color: #000;
    background: #fff;
    font: 16px/1.2 "cairor" , "Arial" , "Helvetica" , sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img
{
    max-width: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h
{
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1, .h1
{
    font-size: 30px;
}

h2, .h2
{
    font-size: 27px;
}

h3, .h3
{
    font-size: 24px;
}

h4, .h4
{
    font-size: 21px;
}

h5, .h5
{
    font-size: 17px;
}

h6, .h6
{
    font-size: 15px;
}

p
{
    margin: 0 0 1em;
}

a
{
    /*color: #39f;*/
    color: #4e4d4d;
}

a:hover, a:focus
{
    text-decoration: none;
}

form, fieldset
{
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea
{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding: 8px 10px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus
{
    border-color: #f2f2f2;
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"]
{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    top: 0px;
    left: 1px;
}

.header
{
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 0 22px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.header .container
{
    max-width: 1015px;
}

.topbar
{
padding: 6px 0;
    background: var(--main-bg-color);
    position: relative;
    z-index: 1;
}

.user-links
{
    font-size: 11px;
    line-height: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.user-links li
{
    padding: 0 4px;
    position: relative;
}

.user-links li:before
{
    width: 1px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    content: "";
    display: none;
}

.user-links li + li:before
{
    display: block;
}

.user-links li + li:last-child
{
    padding-right: 0;
}

.user-links li a
{
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-links li a:hover
{
    opacity: .8;
}

.user-links li .avatar
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    margin: 0 5px 0 0;
}

.user-links li .avatar img
{
    max-width: inherit;
    width: 100%;
    height: auto;
    display: block;
}

.header-holder
{
    background: #fff;
    position: relative;
}

.header-holder:before
{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 93px;
    height: 50px;
    content: "";
    background: url("../images/bg-pattern01.svg") no-repeat;
    background-size: 100% 100%;
    opacity: .2;
}

.header-holder:after
{
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 194px;
    height: 152px;
    content: "";
    background: url("../images/bg-pattern02.svg") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .2;
    margin: 0 0 0 -210px;
}

.header-holder .header-frame
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.graph-page .header-holder .header-frame
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-holder .logo
{
    width: 137px;
    display: block;
}

.header-holder .logo img
{
    max-width: inherit;
    width: 100%;
    height: auto;
    display: block;
}

.nav-opener
{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: -2px;
    display: none;
}

.nav-opener:before, .nav-opener:after, .nav-opener span
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 24px;
    height: 3px;
    border-radius: 5px;
    background: var(--main-bg-color);
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -12px;
    content: "";
}

.nav-active .nav-opener:before, .nav-active .nav-opener:after, .nav-active .nav-opener span
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    margin-left: -14px;
}

.nav-opener:after
{
    top: auto;
    bottom: 10px;
}

.nav-active .nav-opener:after
{
    bottom: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-opener span
{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-active .nav-opener span
{
    opacity: 0;
}

.nav-active
{
    overflow: hidden;
    height: 100vh;
}

.navigation
{
    font-size: 14px;
    line-height: 18px;
    position: relative;
    z-index: 1;
    padding: 0 55px 0 0;
}

.navigation > ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation > ul [class^="icon-"], .navigation > ul [class*=" icon-"]
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 16px;
}

.navigation > ul .txt
{
    display: block;
}

.navigation > ul > li
{
    margin: 0 3px;
    position: relative;
}

.navigation > ul > li > a
{
    min-width: 108px;
    display: block;
    padding: 10px;
    color: var(--main-bg-color);
    text-align: center;
    background: #ece4e1;
    font-weight: 700;
    border-bottom: 6px solid var(--main-bg-color);
}

.navigation > ul > li.transaction .icon-transaction
{
    color: #191817;
}

.navigation > ul > li.reports .icon-reports
{
    color: #008b39;
}

.navigation > ul > li.settings .icon-settings
{
    color: #d70926;
}

.navigation > ul > li.hover .icon-transaction, .navigation > ul > li.hover .icon-reports, .navigation > ul > li.hover .icon-settings, .navigation > ul > li.active .icon-transaction, .navigation > ul > li.active .icon-reports, .navigation > ul > li.active .icon-settings
{
    color: #fff !important;
}

.navigation > ul > li.hover > a, .navigation > ul > li.active > a
{
    background: var(--main-bg-color);
    color: #fff;
}

.navigation > ul > li.hover .dropdown
{
    opacity: 1;
    visibility: visible;
}

.navigation > ul > li.hover .dropdownx2
{
    opacity: 1;
    visibility: visible;
}

.navigation .dropdown
{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    left: 0;
    top: 100%;
    width:525px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 1px solid var(--main-bg-color);
    border-top: 0;
    border-bottom-width: 4px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
}

.list_report
{
    width:33.33%
}
.navigation .dropdownx2
{
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    /*left: -530px;*/
    top: 100%;
    width:400px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 1px solid var(--main-bg-color);
    border-top: 0;
    border-bottom-width: 4px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
}

.navigation .dropdown ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 33.33%;
    padding: 0 10px;
}

.navigation .dropdown ul li
{
    height:30px;    
    width: 175px;
    padding: 6px 0;
}

.navigation .dropdown ul li a
{
    display: inline-block;
    position: relative;
    padding-left: 27px;
    color: #666564;
}

.navigation .dropdown ul li a:before
{
    font-size: 19px;
    position: absolute;
    left: 0;
    top: -2px;
    font-family: "icomoon";
    content: "\e907";
    color: var(--main-bg-color);
}

.navigation .dropdown ul li a:hover
{
    color: var(--main-bg-color);
}


.navigation .dropdownx2 ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 33.33%;
    padding: 0 10px;
}

.navigation .dropdownx2 ul li
{
    height:30px;    
    width: 300px;
    padding: 6px 0;
}

.navigation .dropdownx2 ul li a
{
    display: inline-block;
    position: relative;
    padding-left: 27px;
    color: #666564;
}

.navigation .dropdownx2 ul li a:before
{
    font-size: 19px;
    position: absolute;
    left: 0;
    top: -2px;
    font-family: "icomoon";
    content: "\e907";
    color: var(--main-bg-color);
}

.navigation .dropdownx2 ul li a:hover
{
    color: var(--main-bg-color);
}
.employess-link
{
    font-size: 11px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-bg-color);
    font-weight: 600;
}

.employess-link .icon-group
{
    font-size: 20px;
    line-height: 1;
    width: 42px;
    height: 42px;
    border: 3px solid #404041;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #404041;
    margin: 0 12px 0 0;
    font-weight: normal;
}

.employess-link .txt
{
    letter-spacing: -.2px;
}

.btn
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: var(--main-bg-color);
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-align: center;
    min-width: 60px;
    border: 0;
    padding: 4px 7px 5px;
    position: relative;
}

.btn:after
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 0 0 2px 2px;
    background: rgba(0, 0, 0, .1);
    content: "";
}

.btn.btn-delete
{
    background: #b3000d;
}

.btn:hover
{
    opacity: .9;
}

.container.style01
{
    max-width: 1015px;
}

.breadcrumbs
{
    list-style: none;
    padding: 14px 0 0;
    margin: 0 0 30px;
    font-size: 11px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: var(--main-bg-color);
}

.breadcrumbs li + li
{
    padding: 0 0 0 5px;
}

.breadcrumbs li + li:before
{
    content: ">";
    margin: 0 5px 0 0;
}

.breadcrumbs li a
{
    color: var(--main-bg-color);
}

.breadcrumbs li a:hover
{
    opacity: .8;
}

.employee-block
{
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0 0 15px;
    border-bottom: 1px solid #edeff0;
}

.employee-block .title-bar
{
    position: relative;
    margin: 0 0 27px;
}

.employee-block .title-bar h1
{
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    color: var(--main-bg-color);
    margin: 0;
}

.employee-block .title-bar h1:before
{
    position: absolute;
    left: 0;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(left, var(--main-bg-color) 28%, var(--main-bg-color) 28%, #fff 81%);
    background: linear-gradient(to right, var(--main-bg-color) 28%, var(--main-bg-color) 28%, #fff 81%);
}

.employee-block .title-bar h1 span
{
    background: #fff;
    display: inline-block;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.employee-block .title-bar .btns-wrap
{
    position: absolute;
    right: 0;
    top: 0;
}

.employee-block .title-bar .btns-wrap .btn
{
    margin: 0 0 0 5px;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="search"], .form input[type="password"], .form textarea
{
    background: #f2f2f2;
    height: 33px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 12px;
    color: #000000;
    width: 100%;
}

.form .fields-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /*padding: 0 23px;*/
}

.form .field
{
    width: 25%;
    padding: 0 4px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form .fieldx2
{
    width: 49%;
    padding: 0 4px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; /*justify-content: space-between;*/
}

.form .fieldx3 {
    width: 75%;
    padding: 0 4px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}

.form .fieldx4 {
    width: 100%;
    padding: 0 4px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}

.form .calendar-field
{
    position: relative;
}

.form .calendar-field:after
{
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: "icomoon";
    content: "\e904";
    color: var(--main-bg-color);
    font-size: 20px;
    line-height: 1;
}

.form .calendar-field input[type="text"]
{
    padding-right: 30px;
}

.form .btn-search
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    line-height: 1;
    width: 28px;
    height: 28px;
    padding: 0 0 2px;
    border-radius: 100%;
    border: 2px solid var(--main-bg-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-bg-color);
    background: none;
    margin: 3px 0 0;
}

.form .btn-search:hover
{
    color: #fff;
    background: var(--main-bg-color);
}

.form .btn-search .icon-search
{
    display: block;
}

.form .user-img
{
    background: #fff;
    border: 12px solid #f2f2f2;
    overflow: hidden;
    max-width: 170px;
    position: absolute;
    right: 34px;
    bottom: 0;
}

.form .user-img img
{
    width: 100%;
    height: auto;
    display: block;
    max-width: inherit;
}

.form-slider
{
    padding: 70px 0 0;
    margin: 0 0 50px;
}

.form-slider .form
{
    padding: 0 0 95px;
}

.form-slider .form .field
{
    margin: 0 0 10px;
}

.form-slider .slick-dots
{
    font-size: 12px;
    line-height: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: 0;
    padding: 0 30px;
}

.form-slider .slick-dots li
{
    width: 25%;
    padding: 0 4px;
    margin: 0 0 10px;
}

.form-slider .slick-dots li .pager-item
{
    background: #e8e8e8;
    border-radius: 30px;
    color: var(--main-bg-color);
    display: block;
    padding: 9px 10px;
    text-align: center;
    cursor: pointer;
}

.form-slider .slick-dots li .pager-item:hover
{
    background: var(--main-bg-color);
    color: #fff;
}

.form-slider .slick-dots li.slick-active .pager-item
{
    background: var(--main-bg-color);
    color: #fff;
}

.form-slider .slick-arrow
{
    width: 26px;
    height: 26px;
    border: 2px solid var(--main-bg-color);
    border-radius: 100%;
    font-size: 13px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: var(--main-bg-color);
    position: absolute;
    top: 3px;
    z-index: 1;
    padding: 0;
    cursor: pointer;
}

.form-slider .slick-arrow span
{
    display: block;
}

.form-slider .slick-arrow.slick-prev
{
    left: 0;
}

.form-slider .slick-arrow.slick-next
{
    left: auto;
    right: 0;
}

.popup
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
}

.popup .popup-box
{
    padding: 15px 20px 20px 50px;
    width: 788px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .25);
}

.popup .title
{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--main-bg-color);
    margin: 0 0 14px;
}

.popup .close
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--main-bg-color);
    border-radius: 100%;
    font-size: 9px;
    line-height: 1;
}

.popup .jcf-scrollable-wrapper, .popup .jcf-scrollable
{
    width: 100% !important;
}

.popup .jcf-scrollable
{
    height: 125px;
}

.popup .jcf-scrollbar-horizontal
{
    display: none;
}

.popup .form .form-holder
{
    overflow: hidden;
}

.popup .form .fields-row
{
    padding: 25px 20px 25px 0;
    margin: 0 -4px;
}

.popup .form .field
{
    width: 32%;
}

.popup .btns-wrap
{
    text-align: right;
    padding: 13px 25px 0;
}

.popup-active .popup
{
    opacity: 1;
    visibility: visible;
}

.page-loader
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-loader img
{
    width: 150px;
    max-width: inherit;
    height: auto;
    display: block;
}

.loaded .page-loader
{
    opacity: 0;
    visibility: hidden;
}
.jcf-hidden
{
    display :none;
}
.jcf-select
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    min-width: 150px;
    height: 33px;
    width: 100%;
}

.jcf-select select
{
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 35px 0 10px;
    padding: 8px 0;
    color: #b3b3b3;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    text-align: center;
    background: #f2f2f2;
    width: 32px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:before
{
    font-family: "icomoon";
    content: "\e901";
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--main-bg-color);
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped
{
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-focus .jcf-select-text
{
    color: #58595b;
}

body > .jcf-select-drop
{
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content
{
    border: 1px solid #efe9d8;
}

.jcf-list-box
{
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #efe9d8;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
}

.jcf-list ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li
{
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-list-content
{
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 8px 10px;
    color: #b3b3b3;
    height: 1%;
}

.jcf-list .jcf-disabled
{
    background: #fff !important;
    color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption
{
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected
{
    color: #58595b;
}

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus, .jcf-focus *
{
    border-color: #f2f2f2 !important;
}

.jcf-scrollable-wrapper
{
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical
{
    position: absolute;
    cursor: default;
    background: #f2f2f2;
    width: 7px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc
{
    background: #f2f2f2;
    height: 1px;
    width: 7px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc
{
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle
{
    background: #a8a8a8;
    height: 1px;
    width: 7px;
}

.jcf-scrollbar-horizontal
{
    position: absolute;
    background: #f2f2f2;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc
{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #f2f2f2;
    height: 14px;
    width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc
{
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider
{
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle
{
    position: absolute;
    background: #a8a8a8;
    height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle
{
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc
{
    background: #e3e3e3;
}

.form ::-webkit-input-placeholder
{
    color: #b3b3b3;
}

.form ::-moz-placeholder
{
    opacity: 1;
    color: #b3b3b3;
}

.form :-moz-placeholder
{
    color: #b3b3b3;
}

.form :-ms-input-placeholder
{
    color: #b3b3b3;
}

.footer
{
    background: var(--main-bg-color);
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 7px 0;
    z-index: 4;
}

.footer p
{
    margin: 0;
}

#wrapper
{
    position:inherit;
    overflow: hidden;
    min-height: 100vh; /*padding: 0 0 30px;*/
    width: 100%;
}

a
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.container
{
    position: relative;
    max-width: 1160px;
    padding: 0 15px;
    margin: 0 auto;
}

.main
{
    position: relative;
}

.banner-slider-area
{
    background: url(../images/Header-brown.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 25px 0 35px;
    padding: 10px 120px 65px;
}

.banner-slider a
{
    position: relative;
    display: block;
}

.banner-slider .slick-list
{
    padding: 40px 0 !important;
}

.banner-slider .inner-col
{
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #89acf0, #0849c9);
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #89acf0, #0849c9);
    border-radius: 50%;
    box-shadow: 1px 1px 2px #0849c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 180px;
}

.banner-slider .inner-col .icon
{
    position: relative;
    width: 65px;
    height: 65px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-slider .inner-col img
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    opacity: .5;
}

.banner-slider .slick-slide
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-slider .slick-slide.slick-current
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.banner-slider .slick-slide.slick-current img
{
    opacity: 1;
}

.banner-slider .slick-next, .banner-slider .slick-prev
{
    position: absolute;
    top: 94px;
    width: 26px;
    height: 40px;
}

.banner-slider .slick-next:before, .banner-slider .slick-prev:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 34px;
    height: 34px;
    opacity: .7;
}

.banner-slider .slick-next
{
    right: -70px;
}

.banner-slider .slick-next:before
{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.banner-slider .slick-prev
{
    left: -70px;
}

.slick-slider
{
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list
{
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    left: 0;
    top: 0;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    position: relative;
    outline: none;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

.marketing-area
{
    position: relative;
}

.marketing-area .head
{
    position: relative;
    text-align: center;
    margin: 0 0 28px;
}

.marketing-area .head h2
{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: var(--main-bg-color);
    margin: 0 0 25px;
}

.marketing-area .head .text
{
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    display: block;
}

.graph-area
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.graph-area .graph
{
    position: relative;
    width: 49%;
}

.graph-area img
{
    width: 100%;
    height: auto;
    display: block;
}

.tools-list
{
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px -17px 0;
    padding: 20px 0 0;
    border-top: 1px solid #f6f6f6;
}

.tools-list li
{
    margin: 0 10px 15px;
    padding: 0 0 45px;
    position: relative;
}

.tools-list li:hover .tool-tip
{
    opacity: 1;
    visibility: visible;
}

.tools-list li:nth-child(1) a
{
    border-color: #613a1b;
}

.tools-list li:nth-child(1) .tool-tip
{
    background: #613a1b;
}

.tools-list li:nth-child(2) a
{
    border-color: #1870b7;
}

.tools-list li:nth-child(2) .tool-tip
{
    background: #1870b7;
}

.tools-list li:nth-child(3) a
{
    border-color: #ed4039;
}

.tools-list li:nth-child(3) .tool-tip
{
    background: #ed4039;
}

.tools-list li:nth-child(4) a
{
    border-color: #ed4039;
}

.tools-list li:nth-child(4) .tool-tip
{
    background: #ed4039;
}

.tools-list li:nth-child(5) a
{
    border-color: #fef102;
}

.tools-list li:nth-child(5) .tool-tip
{
    background: #fef102;
    color: #565656;
}

.tools-list li:nth-child(6) a
{
    border-color: #009443;
}

.tools-list li:nth-child(6) .tool-tip
{
    background: #009443;
}

.tools-list li:nth-child(7) a
{
    border-color: #9d2160;
}

.tools-list li:nth-child(7) .tool-tip
{
    background: #9d2160;
}

.tools-list li:nth-child(8) a
{
    border-color: #3b2412;
}

.tools-list li:nth-child(8) .tool-tip
{
    background: #3b2412;
}

.tools-list li:nth-child(9) a
{
    border-color: #5bc7e4;
}

.tools-list li:nth-child(9) .tool-tip
{
    background: #5bc7e4;
}

.tools-list li:nth-child(10) a
{
    border-color: #741012;
}

.tools-list li:nth-child(10) .tool-tip
{
    background: #741012;
}

.tools-list li:nth-child(11) a
{
    border-color: #6e7f2f;
}

.tools-list li:nth-child(11) .tool-tip
{
    background: #6e7f2f;
}

.tools-list li:nth-child(12) a
{
    border-color: #404040;
}

.tools-list li:nth-child(12) .tool-tip
{
    background: #404040;
}

.tools-list li:nth-child(13) a
{
    border-color: #1870b7;
}

.tools-list li:nth-child(13) .tool-tip
{
    background: #1870b7;
}

.tools-list li:nth-child(14) a
{
    border-color:#9d2160;
}

.tools-list li:nth-child(14) .tool-tip
{
    background:#9d2160;
}

.tools-list .tool-tip
{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px 5px 10px;
    min-width: 200px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.tools-list a
{
    border: 4px solid;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tools-list a:hover
{
    opacity: .8;
}

.tools-list img
{
    display: block;
    width: 32px;
    height: 32px;
}

.login-area
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.login-area .bg
{
    position: relative;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .8);
    height: 100vh;
    width: 60%;
}

.login-area .bg img
{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.login-area .bg .note
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 22px;
    color: #0000CD;
    font-size: 30px;
    line-height: 36px;
    width: 450px;
    z-index: 3;
}

.login-area .login-form
{
    position: relative;
    padding: 30px 0;
    width: 40%;
}

.login-area .form
{
    width: 270px;
    margin: 0 auto;
}

.login-area .form .fields-row
{
    display: block;
    padding: 0;
}

.login-area .form .field
{
    width: 100%;
    display: block;
    margin: 0 0 20px;
}

.login-area .jcf-select .jcf-select-text
{
    font-size: 14px;
}

.login-area .submit-wrap
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-area .forget
{
    font-size: 15px;
    line-height: 18px;
    display: block;
}

.login-area .forget a
{
    color: #b3b3b3;
}

.login-area .forget a:hover
{
    color: #b2802b;
}

.login-area input[type="submit"]
{
    border-radius: 0;
    background: #0000CD;
    color: #fff;
    text-align: center;
    width: 110px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
    cursor: pointer;
    height: 35px;
    border: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.login-area input[type="submit"]:hover
{
    opacity: .8;
}

.login-area .copyright
{
    display: block;
    margin: 30px -20px 0;
    text-align: center;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 14px;
}

.login-area .copyright a
{
    color: #b3b3b3;
}

.login-area .copyright a:hover
{
    opacity: .8;
}

.login-area .switcher-list
{
    position: static;
    margin: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-logo
{
    display: block;
    width: 164px;
    margin: 0 auto 30px;
}

.login-logo a
{
    display: block;
}

.login-logo img
{
    width: 100%;
    height: auto;
    display: block;
}

.table-holder
{
    margin: 0 0 20px;
}

.table-holder table
{
    width: 100%;
}

.table-holder table th
{
    background: var(--main-bg-color);
    font-size: 14px;
    line-height: 17px;
    padding: 8px 15px;
    color: #fff;
    font-weight: normal;
}

.table-holder table th:nth-child(1)
{
    /*width: 12%;*/
    text-align: left;
}

.table-holder table th:nth-child(2)
{
    /*width: 8%;*/
    text-align: left;
}

.table-holder table th:nth-child(3)
{
    /*text-align: left;*/
  
}

.table-holder table th:nth-child(4)
{
    /*text-align: left;*/
   
}

.table-holder table th:nth-child(5)
{
    /*text-align: left;*/
   
}

.table-holder table th:nth-child(6)
{
    /*width: 17%;*/
    text-align: left;
}

.table-holder table tr:nth-child(even)
{
    background: #e8e8e8;
}

.table-holder table td
{
    font-size: 12px;
    line-height: 17px;
    padding: 8px 15px;
    text-align: left;
}

.table-holder table td:nth-child(3)
{
    text-align: left;
}

.table-holder table td:nth-child(4)
{
    text-align: left;
}

.table-holder table td:nth-child(5)
{
    text-align: left;
}

.table-holder .icon-holder
{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-bg-color);
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
}

.table-holder ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-holder ul li
{
    padding: 0 4px;
}

.table-holder ul a
{
    color: var(--main-bg-color);
    font-size: 12px;
    line-height: 12px;
}

.table-holder ul a:hover
{
    color: #000;
}

.pagination-area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px;
}

.pagination-area .icon-print
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 2px solid var(--main-bg-color);
    border-radius: 100%;
    color: var(--main-bg-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0;
}

.pagination-area .icon-print:hover
{
    background: var(--main-bg-color);
    color: #fff;
}

.pagination-area .pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 0 14px;
    border: 1px solid #ede2cc;
    border-radius: 5px;
    overflow: hidden;
}

.pagination-area .pagination li.active a
{
    background: var(--main-bg-color);
    color: #fff;
}

.pagination-area .pagination li.prev a
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-area .pagination li.prev a .icon
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.pagination-area .pagination a
{
    padding: 12px 8px;
    display: block;
    color: var(--main-bg-color);
}

.pagination-area .pagination a:hover
{
    background: var(--main-bg-color);
    color: #fff;
}

.switcher-list
{
    position: absolute;
    right: 180px;
    top: 28px;
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5000;
}

.switcher-list li
{
    position: relative;
    padding: 0 5px;
}

.switcher-list li a
{
    display: block;
}

.switcher-list li a:hover
{
    opacity: .8;
}

.switcher-list img
{
    display: block;
}

.login-page #wrapper
{
    padding: 0;
    min-height: inherit;
}

@media (max-width: 1199px)
{
    .tools-list
    {
        margin: 50px -10px 0;
    }

    .tools-list li
    {
        margin: 0 10px 15px;
    }
}

@media (max-width: 1023px)
{
    .header-holder:after
    {
        margin: 0;
    }

    .graph-page .header-holder .header-frame
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navigation
    {
        right: 46px;
    }

    .form .user-img
    {
        right: 4px;
    }

    .switcher-list
    {
        right: 165px;
        z-index: 100000;
    }
}

@media (max-width: 991px)
{
    .navigation
    {
        padding: 0;
        font-size: 13px;
    }

    .navigation > ul [class^="icon-"], .navigation > ul [class*=" icon-"]
    {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .navigation > ul > li > a
    {
        min-width: 80px;
    }

    .form .fields-row
    {
        padding: 0;
    }

    .form .user-img
    {
        max-width: 120px;
        border-width: 8px;
    }

    .form-slider .form
    {
        padding: 0 0 42px;
    }

    .popup .popup-box
    {
        width: 650px;
        padding: 15px 20px 20px;
    }

    .popup .form .fields-row
    {
        padding: 25px 0;
    }

    .popup .form .field
    {
        width: 30.7%;
    }
}

@media (max-width: 767px)
{
    .header-holder
    {
        padding: 10px 0;
    }

    .header-holder .header-frame
    {
        position: static;
    }

    .graph-page .header-holder .header-frame
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .header-holder .logo
    {
        width: 90px;
    }

    .nav-opener
    {
        display: block;
    }

    .nav-drop
    {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 77px;
        width: 100%;
        height: calc(100vh - 80px);
        background: rgba(182, 138, 53, .9);
        overflow: auto;
    }

    .nav-active .nav-drop
    {
        opacity: 1;
        visibility: visible;
    }

    .navigation
    {
        font-size: 18px;
        padding: 20px 0;
        right: 0;
    }

    .navigation > ul
    {
        display: block;
    }

    .navigation > ul [class^="icon-"], .navigation > ul [class*=" icon-"]
    {
        margin: 0 15px 0 0;
    }

    .navigation > ul > li
    {
        margin: 0 0 5px;
    }

    .navigation > ul > li > a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        border: 0;
        background: none;
        color: #fff;
        padding: 10px 25px;
    }

    .navigation > ul > li.transaction .icon-transaction
    {
        color: #fff;
    }

    .navigation > ul > li.reports .icon-reports
    {
        color: #fff;
    }

    .navigation > ul > li.settings .icon-settings
    {
        color: #fff;
    }

    .navigation > ul > li.hover .dropdown
    {
        display: block;
    }

    .navigation .dropdown
    {
        opacity: 1;
        visibility: visible;
        display: none;
        border: 0;
        position: static;
        width: 100%;
    }

    .navigation .dropdown ul
    {
        width: 100%;
    }

    .navigation .dropdown ul li
    {
        padding: 0;
    }

    .navigation .dropdown ul li a
    {
        display: block;
        padding: 6px 0 6px 30px;
    }

    .navigation .dropdown ul li a:before
    {
        top: 4px;
    }
    
    
    
    .navigation > ul > li.hover .dropdownx2
    {
        display: block;
    }

    .navigation .dropdownx2
    {
        opacity: 1;
        visibility: visible;
        display: none;
        border: 0;
        position: static;
        width: 100%;
    }

    .navigation .dropdownx2 ul
    {
        width: 100%;
    }

    .navigation .dropdownx2 ul li
    {
        padding: 0;
    }

    .navigation .dropdownx2 ul li a
    {
        display: block;
        padding: 6px 0 6px 30px;
    }

    .navigation .dropdownx2 ul li a:before
    {
        top: 4px;
    }
    
    

    .employess-link
    {
        margin-left: 35px;
    }

    .employess-link .icon-group
    {
        width: 26px;
        height: 26px;
        font-size: 16px;
        border-width: 1px;
        margin: 0 6px 0 0;
    }

    .employee-block .title-bar h1
    {
        margin: 0 0 20px;
    }

    .employee-block .title-bar .btns-wrap
    {
        position: static;
    }

    .employee-block .title-bar .btns-wrap .btn
    {
        margin: 0 5px 0 0;
    }

    .form .field
    {
        width: 50%;
    }

    .form .user-img
    {
        display: none;
    }

    .form-slider .form
    {
        padding: 0;
    }

    .popup .popup-box
    {
        width: 94%;
        padding: 15px 10px 20px;
    }

    .popup .form .field
    {
        width: 46.5%;
    }

    .footer
    {
        position: relative;
    }

    #wrapper
    {
        padding: 0;
        min-height: inherit;
    }

    .banner-slider-area
    {
        padding: 10px 80px 65px;
    }

    .banner-slider .inner-col
    {
        width: 120px;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 auto;
    }

    .banner-slider .slick-slide.slick-current
    {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .banner-slider .slick-next, .banner-slider .slick-prev
    {
        top: 85px;
    }

    .banner-slider .slick-next
    {
        right: -50px;
    }

    .banner-slider .slick-prev
    {
        left: -50px;
    }

    .graph-area .graph
    {
        width: 100%;
        margin: 0 0 15px;
    }

    .login-area
    {
        display: block;
        height: auto;
    }

    .login-area .bg
    {
        height: auto;
        width: 100%;
        box-shadow: none;
    }

    .login-area .bg img
    {
        height: auto;
    }

    .login-area .bg .note
    {
        font-size: 20px;
        line-height: 26px;
        width: 280px;
    }

    .login-area .login-form
    {
        width: 100%;
        margin: 0 0 25px;
    }

    .login-area .switcher-list
    {
        margin: 15px 0 0;
    }

    .table-holder table
    {
        table-layout: fixed;
    }

    .table-holder table thead
    {
        display: none;
    }

    .table-holder table td
    {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: 12px 15px 12px 150px;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .table-holder table td:before
    {
        position: absolute;
        left: 0;
        width: 140px;
        padding: 12px 10px;
        top: 0;
        bottom: 0;
        font-size: 14px;
        line-height: 17px;
        background: var(--main-bg-color);
        color: #fff;
        content: attr(data-title);
    }

    .table-holder ul
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pagination-area
    {
        margin: 0 0 25px;
    }

    .switcher-list
    {
        top: 0;
        right: 0;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 4;
    }
}

@media (max-width: 649px)
{
    .form-slider
    {
        padding: 100px 0 0;
    }

    .form-slider .slick-dots li
    {
        width: 50%;
    }

    .form-slider .slick-arrow
    {
        top: 26px;
    }
}

@media (max-width: 479px)
{
    .form-slider .slick-dots li .pager-item
    {
        padding: 9px 5px;
    }

    .popup .jcf-scrollable
    {
        height: 230px;
    }

    .popup .form .fields-row
    {
        padding: 25px 0 0;
    }

    .popup .form .field
    {
        width: 92%;
    }
}

@media (max-width: 374px)
{
    .form .field
    {
        width: 100%;
    }

    .form-slider .slick-dots
    {
        font-size: 10px;
    }
}

.txtbox_date
{
    width: calc(100% - 33px) !important;
}



.popup_style
{
    max-width: 788px !important;
    min-width: 350px !important;
    margin: 0 auto !important;
    background: #fff !important;
    direction: ltr !important;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .25) !important;
    position: fixed;
    z-index: 10003;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    max-height: 400px;
    overflow-y: auto !important;
    padding-right: 40px;
    padding-left: 27px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.popup_delete
{
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.popup_title
{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--main-bg-color);
    margin: 0 0 14px;
    padding-top: 15px;
}

.popup_close
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--main-bg-color);
    border-radius: 100%;
    font-size: 9px;
    line-height: 1;
}


.popup_maim
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px !important;
    max-width: 788px !important;
    min-width: 350px !important;
    margin: 0 auto !important;
    z-index: 50000;
    background: #fff !important;
    direction: ltr !important;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .25) !important;
}


textarea
{
    background: #f2f2f2 !important;
    height: 33px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0 12px !important;
    color: #000000 !important;
    width: 100% !important;
}
