/*! 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 {
    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 */
}


/**
 * 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-spacing: 0;
}

td,
th {
    padding: 0;
    border: none;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-list,
.menu-list ul,
.pagination,
.button-list,
.header-list,
.notification-list,
.btn-list,
.list,
.popup-dl,
.radio-list,
.battery-list,
.media-list,
.checkbox-list,
.radiobox-list,
.date-selection,
.statistic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.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: #4a4a4a;
    background: #fff;
    font: 14px/1.2 "futura", "Arial", "Helvetica Neue", "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: #e5722a;
}

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 #4a4a4a;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #4a4a4a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #4a4a4a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #4a4a4a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #4a4a4a;
}

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;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?6bdj5m");
    src: url("../fonts/icomoon.eot?6bdj5m#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6bdj5m") format("truetype"), url("../fonts/icomoon.woff?6bdj5m") format("woff"), url("../fonts/icomoon.svg?6bdj5m#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-cross:before {
    content: "\e900";
}

.icon-tick:before {
    content: "\e901";
}

.icon-pic:before {
    content: "\e902";
}

.icon-triangle-right:before {
    content: "\e903";
}

.icon-triangles-left:before {
    content: "\e904";
}

.icon-triangles-right:before {
    content: "\e905";
}

.icon-arrows:before {
    content: "\e906";
}

.icon-search:before {
    content: "\e907";
}

.icon-battery:before {
    content: "\e908";
}

.icon-bg-cycle:before {
    content: "\e909";
}

.icon-cycle:before {
    content: "\e90a";
}

.icon-admin:before {
    content: "\e90b";
}

.icon-state:before {
    content: "\e90c";
}

.icon-user:before {
    content: "\e90d";
}

.icon-bell:before {
    content: "\e90e";
}

.icon-triangle-up:before {
    content: "\e90f";
}

.icon-triangle-down:before {
    content: "\e910";
}

.icon-triangle-left:before {
    content: "\e911";
}

.icon-plus:before {
    content: "\e912";
}

.icon-media:before {
    content: "\e913";
}

.icon-envelope:before {
    content: "\e914";
}

.icon-cart:before {
    content: "\e915";
}

.icon-traject:before {
    content: "\e916";
}

.icon-eye:before {
    content: "\e917";
}


/** trackap **/
/* Empty Battery */
.icon-empty-battery-trackap:before {
    content: "\e918";
    color: rgb(158, 159, 161);
}



/* low Battery */
.icon-low-battery-trackap  .path1:before {
    content: "\e919";
    color: rgb(158, 159, 161);
}

.icon-low-battery-trackap   .path2:before {
    content: "\e91a";
    margin-left: -30px;
    color: rgb(199, 10, 10);
}


/* Half battery */

.icon-half-battery-trackap  .path1:before {
    content: "\e919";
    color: rgb(158, 159, 161);
}

.icon-half-battery-trackap   .path2:before {
    content: "\e91a";
    margin-left: -30px;
    color: 	rgb(255,140,0);
}

.icon-half-battery-trackap   .path3:before {
    content: "\e91a";
    position: absolute;
    margin-left: -20px;
    margin-top: -5px;
    color: 	rgb(255,140,0);
}

/** High Battery **/

.icon-high-battery-trackap  .path1:before {
    content: "\e919";
    color: rgb(158, 159, 161);
}

.icon-high-battery-trackap   .path2:before {
    content: "\e91a";
    margin-left: -30px;
    color: rgb(255,215,0);
}

.icon-high-battery-trackap   .path3:before {
    content: "\e91a";
    position: absolute;
    margin-left: -20px;
    margin-top: -5px;
    color: rgb(255,215,0);
}

.icon-high-battery-trackap   .path4:before {
    content: "\e91a";
    position: absolute;
    margin-left: -20px;
    margin-top: -10px;
    color: rgb(255,215,0);
}

/** Full Battery **/
.icon-full-battery-trackap:before {
    content: "\e918";
    color: rgb(50,205,50);
}

/** trackap end **/


.icon-bike-battery {
    position: absolute;
    font-size: 20px;
    margin-left: 5px;
    margin-top: -2px;
}


.icon-full-battery:before {
    content: "\e918";
    color: rgb(9, 52, 192);
}

.icon-low-battery .path1:before {
    content: "\e919";
    color: rgb(158, 159, 161);
}

.icon-low-battery .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(199, 10, 10);
}

.icon-high-battery .path1:before {
    content: "\e91b";
    color: rgb(9, 52, 192);
}

.icon-high-battery .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: rgb(158, 159, 161);
}

.icon-high-battery .path3:before {
    content: "\e91d";
    margin-left: -1em;
    color: rgb(9, 52, 192);
}

.icon-half-battery .path1:before {
    content: "\e91e";
    color: rgb(158, 159, 161);
}

.icon-half-battery .path2:before {
    content: "\e91f";
    margin-left: -1em;
    color: rgb(9, 52, 192);
}

.icon-half-battery .path3:before {
    content: "\e920";
    margin-left: -1em;
    color: rgb(158, 159, 161);
}

.icon-half-battery .path4:before {
    content: "\e921";
    margin-left: -1em;
    color: rgb(9, 52, 192);
}



/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 18, 2019 */

@font-face {
    font-family: "futura";
    src: url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("../fonts/futura_medium_bt-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "futura";
    src: url("futura_medium_italic_font-webfont.woff2") format("woff2"), url("futura_medium_italic_font-webfont.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "futura";
    src: url("../fonts/futura_heavy_font-webfont.woff2") format("woff2"), url("../fonts/futura_heavy_font-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "futura";
    src: url("../fonts/futura_heavy_italic_font-webfont.woff2") format("woff2"), url("../fonts/futura_heavy_italic_font-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: 0;
}

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}

#wrapper {
    overflow: hidden;
    position: relative;
    min-width: 320px;
    min-height: 100vh;
}

#wrapper:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 200px);
    z-index: 999999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.nav-active #wrapper:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body {
    font-weight: 500;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
    border: none;
}

a,
button,
input[type="submit"] {
    outline: none;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
}

input[type="submit"] {
    border-radius: 6px;
    border: none;
    box-shadow: none;
}

.container {
    padding: 0 20px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    font-weight: 700;
    background: #3c3f50;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 11px 10px;
    min-width: 150px;
}

.btn:hover {
    background: #1f1e2d;
    color: #fff;
}

.btn.btn-primary {
    background: #e5722a;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #db651b;
}

.btn.disabled {
    background: #b5b5b5;
    color: #fff;
    pointer-events: none;
}

.btn.disabled:hover {
    background: #b5b5b5;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.title {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin: 0 0 25px;
    color: #1f1e2d;
}

.sidebar {
    width: 200px;
    background: #1f1e2d;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 98;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.sidebar .version {
    left: auto;
    right: 15px;
    margin-bottom: 13px;
}

.nav-active .sidebar {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sidebar-holder {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 0;
}

.menu-list {
    height: calc(100% - 16px);
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 25px !important;
}

.mac .menu-list {
    height: calc(100% - 40px);
}

.safari .menu-list {
    height: calc(100% - 40px);
}

.menu-list > li {
    position: relative;
}

.menu-list > li:hover > a .icon,
.menu-list > li.active > a .icon {
    color: #e5722a;
}

.menu-list > li.current-active > a {
    color: #e5722a;
}

.menu-list > li > a {
    position: relative;
    display: block;
    padding: 5px 15px 5px 55px;
    color: #fff;
}

.menu-list ul {
    font-size: 12px;
    padding: 10px 15px 10px 55px;
    background: #3c3f50;
}

.menu-list ul li {
    margin-bottom: 5px;
}

.menu-list ul li:last-child {
    margin: 0;
}

.menu-list ul li.active a {
    color: #e5722a;
}

.menu-list ul a {
    color: #fff;
    letter-spacing: -.5px;
}

.menu-list ul a:hover {
    color: #e5722a;
}

.menu-list .icon {
    font-size: 20px;
    position: absolute;
    left: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-list .icon.icon-media {
    font-size: 16px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pagination a {
    border: 2px solid #d2cfcf;
    background: #f3f3f3;
    color: #4a4a4a;
    text-align: center;
    display: block;
    line-height: 40px;
}

.pagination a:disabled,
.pagination a.disabled {
    color: #4a4a4a;
    background: #fff;
    border-color: #d2cfcf;
    pointer-events: none;
}

.pagination a:disabled:hover,
.pagination a.disabled:hover {
    color: #4a4a4a;
    background: #fff;
    border-color: #d2cfcf;
}

.pagination a:hover {
    background: #e5722a;
    color: #fff;
    border-color: transparent;
}

.pagination a.btn-first,
.pagination a.btn-last {
    width: 44px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

.pagination a.btn-prev,
.pagination a.btn-next {
    width: 36px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
}

.pagination a.btn-next {
    border-radius: 5px 0 0 5px;
    border-right-width: 1px;
    margin-left: 10px;
}

.pagination a.btn-prev {
    border-left-width: 1px;
    margin-right: 10px;
    margin-left: -1px;
}

.pagination a.btn-last {
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
}

.text-orange {
    color: #e5722a !important;
}

.button-list li {
    margin-bottom: 15px;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 5px;
    border-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

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

.popup-holder {
    overflow: hidden;
    height: 0;
}

.hidden {
    display: none !important;
    height: 0px !important;
    margin: 0 !important;
}

#header {
    background: #3c3f50;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 7px 15px;
    width: 100%;
}

.logo-holder {
    width: 80px;
    position: absolute;
    height: 45px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-holder .logo {
    max-height: 45px;
}

.logo-holder img {
    max-height: 100%;
}

.header-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 33px;
    padding-left: 88px;
}

.header-list {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -5px;
    margin-left: auto;
}

.header-list li {
    padding: 0 5px;
    position: relative;
}

.email {
    color: white;
    padding-left: 10px;
    display: block;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
}

.email a {
    color: #fff;
}

.email a:before {
    display: block;
    font: 20px/35px icomoon;
}

.email a:hover {
    color: #e5722a;
}

.nav-opener {
    display: none;
    position: absolute;
    right: 15px;
    top: 27px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 1px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-opener:after {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.nav-opener:hover {
    opacity: .9;
}

.nav-close {
    width: 20px;
    height: 16px;
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 20px 20px auto;
}

.nav-close:before,
.nav-close:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.nav-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.notification-holder {
    position: relative;
}

.notification-holder.drop-active .btn-bell .triangle {
    opacity: 1;
    visibility: visible;
}

.notification-holder.drop-active .notification-drop {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.btn-bell {
    font-size: 20px;
    line-height: 1;
    position: relative;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.btn-bell.unread:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #ee7203;
    border-radius: 50%;
}

.btn-bell .triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 22px solid #d2cfcf;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    z-index: 5;
    pointer-events: none;
    margin: 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
}

.btn-bell .triangle:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 19px solid #fff;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    position: absolute;
    top: 3px;
    left: -21px;
    z-index: 1;
}

.btn-bell:hover {
    opacity: 1 !important;
}

.notification-drop {
    position: absolute;
    top: 100%;
    right: -65px;
    margin: 25px 0 0;
    z-index: 1;
    width: 290px;
    background: #fff;
    border: 2px solid #d2cfcf;
    border-radius: 5px;
    text-align: left;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.429;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
}

.notification-header {
    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;
    padding: 11px 10px 7px;
}

.notification-header a {
    color: #e5722a;
}

.notification-header a:hover {
    text-decoration: underline;
}

.notification-header .left {
    max-width: 30%;
}

.notification-header .right {
    max-width: 70%;
    text-align: right;
}

.notification-body {
    border-top: 2px solid #d2cfcf;
    border-bottom: 2px solid #d2cfcf;
    overflow: hidden;
    overflow-y: auto;
    max-height: 291px;
}

.notification-footer {
    text-align: center;
    padding: 11px 10px 7px;
}

.notification-footer a {
    color: #e5722a;
}

.notification-footer a:hover {
    text-decoration: underline;
}

.notification-list.with-border {
    border: 2px solid #d2cfcf;
}

.notification-list > li {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 2px solid #d2cfcf;
}

.notification-list > li:last-child {
    border-bottom: none;
}

.notification-list > li.seen .ico-box {
    background: #3c3f50;
}

.notification-list > li.seen .text-holder {
    background: #fff;
}

.notification-list > li.seen .tick-box {
    border-color: #3c3f50;
    background: #3c3f50;
}

.notification-list > li.seen .tick-box .tick {
    opacity: 1;
    visibility: visible;
}

.notification-list > li.seen .time-holder {
    color: #3c3f50;
}

.notification-list > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.notification-list .ico-box {
    background: #e5722a;
    color: #fff;
    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: 39px;
    padding: 5px;
}

.notification-list .ico-box .icon {
    line-height: 1;
    font-size: 20px;
}

.notification-list .text-holder {
    background: #f3f3f3;
    color: #4a4a4a;
    width: calc(100% - 39px);
    padding: 7px 9px 5px;
}

.notification-list .text-holder p {
    margin: 0 0 8px;
}

.notification-list .time-holder {
    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;
    color: #e5722a;
}

.notification-list .tick-box {
    position: relative;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    border: 2px solid #e5722a;
    display: block;
    margin: 0 9px 0 0;
    -webkit-transition: background .3s linear, border-color .3s linear;
    transition: background .3s linear, border-color .3s linear;
}

.notification-list .tick-box .tick {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    width: 12px;
    height: 6px;
    margin: -2px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
}

.notification-list .time {
    font-size: 12px;
}

.content {
    padding-left: 200px;
    padding: 30px 0;
}

.nav-active .content {
    pointer-events: none;
}

.search-form {
    max-width: 402px;
    margin-bottom: 18px;
}

.search-form.style-2 {
    max-width: 502px;
}

.search-form .form-group {
    position: relative;
    padding-right: 60px;
}

.search-form input[type="search"] {
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 2px solid #d2cfcf;
    height: 42px;
    width: 100%;
    padding: 4px 18px;
    color: #4a4a4a;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    color: #4a4a4a;
}

.search-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a;
}

.search-form input[type="search"]:-moz-placeholder {
    color: #4a4a4a;
}

.search-form input[type="search"]:-ms-input-placeholder {
    color: #4a4a4a;
}

.search-form input[type="search"].placeholder {
    color: #4a4a4a;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #1f1e2d;
    background: #f3f3f3;
    border: 2px solid #d2cfcf;
    height: 42px;
    border-radius: 0 5px 5px 0;
    border-left: none;
    font-size: 0;
    line-height: 0;
    padding: 5px 10px;
    width: 60px;
    font-weight: 700;
}

.search-form button:hover {
    background: #fff;
}

.search-form button .icon {
    font-size: 25px;
}

.table-1 {
    max-width: 202px;
}

.table-2 {
    max-width: 400px;
}

.table-2 .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-2 table {
    min-width: 400px;
}

.table-3 {
    max-width: 600px;
}

.table-3 .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-3 table {
    min-width: 600px;
}

.table-big .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-big table {
    min-width: 1180px;
}

.table-4 {
    max-width: 802px;
}

.table-4 .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-4 table {
    min-width: 802px;
}

.table-4 table td,
.table-4 table th {
    width: 25%;
}

.table-full .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-full.table-bigger table {
    min-width: 1040px;
}

.table-full table {
    min-width: 1000px;
}

.table-5 {
    max-width: 1000px;
}

.table-5 .table-holder {
    overflow: hidden;
    overflow-x: auto;
}

.table-5 table {
    min-width: 1000px;
}

.table-holder {
    margin-bottom: 20px;
}

table {
    table-layout: fixed;
    width: 100%;
    background: #f3f3f3;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
}

table .btn {
    display: block;
}

table a {
    color: #4a4a4a;
}

table a:hover {
    color: #e5722a;
}

table thead th {
    border-top: 2px solid #d2cfcf;
}

table thead th:first-child {
    border-radius: 5px 0 0 0;
}

table thead th:last-child {
    border-radius: 0 5px 0 0;
}

table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

table tr.disabled td {
    opacity: .4;
    pointer-events: none;
}

table tr.disabled td:last-child {
    opacity: 1;
    pointer-events: auto;
}

table tr.selected > td {
    background: #dad9d9;
}

table th,
table td {
    border-bottom: 2px solid #d2cfcf;
    border-left: 2px solid #d2cfcf;
    padding: 7px 15px;
    line-height: 17px;
    background: #fff;
    height: 50px;
}

table th:last-child,
table td:last-child {
    border-right: 2px solid #d2cfcf;
}

table th.td-big,
table td.td-big {
    width: 40%;
}

table th {
    font-weight: 700;
    color: #1f1e2d;
    background: #f3f3f3;
    text-align: left;
    font-style: normal;
    padding: 14px 15px;
}

table th:only-child {
    border-right-color: #e5722a;
}

table th .icon {
    font-size: 10px;
    margin-left: -6px;
    margin-right: 6px;
    color: #4a4a4a;
    cursor: pointer;
}

table th .icon.icon-arrows {
    font-size: 15px;
}

table .btn-list {
    margin: -2px -20px -12px;
}

table .btn-list li {
    width: 50%;
}

table .btn-list li:only-child {
    width: 100%;
}

table .btn-list .btn {
    display: block;
}

.btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -10px;
}

.btn-list li {
    padding: 0 10px 10px;
}

.btn-list.btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-list.btn-center li {
    margin-bottom: 40px;
}

.btn-list.d-block {
    display: block;
    margin: 0;
}

.btn-list.d-block li {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
}

.btn-list.d-block li:last-child {
    margin-bottom: 0;
}

.btn-list.btn-center.d-block {
    margin-top: 30px;
}

.heading {
    letter-spacing: -.6px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.heading .title {
    margin-bottom: 18px;
}

.heading p {
    margin: 0 0 12px;
}

.heading-info {
    margin-bottom: 15px;
}

.heading-wrap {
    margin-bottom: 18px;
}

.heading-wrap .btn-holder .btn {
    margin-bottom: 20px;
    margin-right: 20px;
}

.heading-info-box {
    background-color: #f3f3f3;
    border-radius: 5px;
    min-height: 224px;
    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;
    font-size: 14px;
    line-height: 1.5;
    color: #e5722a;
    max-width: 468px;
}

.heading-info-box:before {
    content: "";
    min-height: inherit;
    display: block;
}

.heading-info-box .img-holder {
    width: 90px;
    margin: 10px 10px;
}

.heading-info-box .text-holder {
    max-width: calc(100% - 90px);
    text-align: center;
    margin: 10px 10px;
}

.heading-info-box .number {
    margin: 0 0 12px;
    color: #1f1e2d;
    font-size: 40px;
    font-weight: 700;
}

.heading-info-box p {
    margin: 0;
}

.box {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.box.box-batteries .list div .icon-plus {
    color: #1f1e2d;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.box-heading {
    padding: 17px 15px;
    line-height: 18px;
    background: #fff;
    background: #e5722a;
    color: #fff;
    font-weight: 700;
}

.box-gray .box-heading {
    background: #3c3f50;
}

.box-heading .icon-triangle-down {
    font-size: 10px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

.list {
    border: 2px solid #d2cfcf;
    border-top: none;
    border-radius: 0 0 5px 5px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.list.list-box a {
    padding: 17px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list label {
    display: block;
    margin: 0;
    position: relative;
}

.list input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.list input[type="checkbox"]:checked ~ .slide {
    background: #d2cfcf;
    border-color: transparent;
}

.list input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.list input[type="radio"]:checked ~ .slide {
    background: #d2cfcf;
    border-color: transparent;
}

.list .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #4a4a4a;
    background: #f3f3f3;
    padding: 16px 50px 16px 16px;
    position: relative;
}

.list .name {
    width: 40%;
    display: block;
    padding-right: 15px;
    font-size: 14px;
}

.list .items {
    width: 60%;
    display: block;
}

.list li {
    border-bottom: 2px solid #d2cfcf;
}

.list li:last-child {
    border-bottom: none;
}

.list li.selected {
    background: #d2cfcf;
    border-color: transparent;
}

.list li.selected a {
    background: #d2cfcf;
}

.list li.disabled a,
.list li.disabled .slide {
    pointer-events: none;
}

.list li.disabled a:before,
.list li.disabled .slide:before {
    background-color: rgba(255, 255, 255, .68);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.list div {
    display: block;
    position: relative;
    color: #4a4a4a;
    background: #f3f3f3;
    padding: 17px 60px 17px 15px;
}

.list .icon-plus {
    color: #e5722a;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.select-holder .search-form {
    max-width: none;
}

.select-holder .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.x-select-holder .search-form {
    max-width: none;
}

.x-select-holder .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.x-select-holder select {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
    display: block;
    border-radius: 0 5px 5px 0;
    background-color: #3c3f50;
    color: #fff;
    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;
}

.fancybox-content {
    border-radius: 5px;
    height: fit-content;
}

.fancybox-content.popup-xl {
    max-width: 920px;
}

.fancybox-content.popup-lg {
    max-width: 500px;
}

.fancybox-content.transparent {
    background: none !important;
}

.fancybox-content p {
    text-align: justify;
}

.fancybox-content .search-form {
    max-width: 100%;
}

.popup-heading {
    background: #e5722a;
    color: #fff;
    font-size: 16px;
    padding: 44px 36px;
    font-weight: 700;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

.popup-gray .popup-heading {
    background: #3c3f50;
}

.popup-body {
    padding: 30px 15px;
    max-width: 300px;
    margin: 0 auto;
}

.popup-xl .popup-body {
    padding: 20px 20px 40px;
    max-width: none;
}

.popup-lg .popup-body {
    padding: 20px 20px 40px;
    max-width: none;
}

.popup-body .form-group {
    margin-bottom: 10px;
}

.popup-body .title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
    color: #1f1e2d;
    letter-spacing: .5px;
}

.popup-body .title.uppercase {
    text-transform: uppercase;
}

.popup-body .title.big {
    font-size: 16px;
}

.popup-body .text {
    color: #4a4a4a;
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.429;
    font-weight: 500;
}

.popup-body .text p {
    margin: 0 0 18px;
}

.popup-body .img-holder {
    margin: 0 0 40px;
}

.popup-body .img-holder img {
    width: 100%;
    max-width: none;
}

.popup-dl {
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 500;
    margin: 0 0 40px;
    padding: 10px 0;
    max-width: 200px;
    margin-left: 70px;
}

.popup-dl > li {
    position: relative;
}

.popup-dl .dt {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    z-index: 1;
}

.popup-dl .dd {
    display: block;
    padding: 0;
}

.popup-dl .dd.centered {
    text-align: center;
}

.popup-dl label {
    margin: 0;
    display: inline;
    color: #4a4a4a;
}

.popup-dl input[type=text],
.popup-dl input[type=password],
.popup-dl input[type=email] {
    background: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 6px 20px;
    border: none;
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    color: #4a4a4a;
}

.popup-dl input[type=text]::-webkit-input-placeholder,
.popup-dl input[type=password]::-webkit-input-placeholder,
.popup-dl input[type=email]::-webkit-input-placeholder {
    color: #4a4a4a;
}

.popup-dl input[type=text]::-moz-placeholder,
.popup-dl input[type=password]::-moz-placeholder,
.popup-dl input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a;
}

.popup-dl input[type=text]:-moz-placeholder,
.popup-dl input[type=password]:-moz-placeholder,
.popup-dl input[type=email]:-moz-placeholder {
    color: #4a4a4a;
}

.popup-dl input[type=text]:-ms-input-placeholder,
.popup-dl input[type=password]:-ms-input-placeholder,
.popup-dl input[type=email]:-ms-input-placeholder {
    color: #4a4a4a;
}

.popup-dl input[type=text].placeholder,
.popup-dl input[type=password].placeholder,
.popup-dl input[type=email].placeholder {
    color: #4a4a4a;
}

label {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-bottom: 14px;
}

.fancybox-close-small {
    display: none !important;
}

.submit-holder {
    padding-top: 30px;
    padding-bottom: 39px;
    text-align: center;
}

.submit-holder .form-group {
    margin-bottom: 20px;
}

.btn-underline {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1f1e2d;
}

.btn-underline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #1f1e2d;
}

.form label {
    margin: 0 0 10px;
}

.form .form-group {
    margin-bottom: 40px;
}

.radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -2px;
    margin-bottom: 30px;
}

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

.radio-list label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
}

.radio-list input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.radio-list input[type="radio"]:checked ~ .slide {
    background: #d2cfcf;
    color: #4a4a4a;
}

.radio-list .slide {
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    color: #4a4a4a;
    display: block;
    text-transform: uppercase;
}

label.file-hold {
    position: relative;
    display: block;
    cursor: pointer;
}

label.file-hold .edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px 0 5px 0;
    background: #3c3f50;
    z-index: 1;
    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;
}

label.file-hold input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

label.file-hold label {
    margin: 0;
}

label.file-hold .file-img {
    width: 100%;
    display: block;
    height: 140px;
    background-color: #d2cfcf;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

label.file-hold .file-img:before {
    font: 30px/1 icomoon;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

label.file-hold.image-added .file-img:before {
    display: none;
}

label.file-hold:hover .file-img:before {
    opacity: .8;
}


label.logo-hold {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: -30px;
}

label.logo-hold.image-added .logo-img img {
    opacity: 1;
}

label.logo-hold label {
    margin: 0;
}

label.logo-hold input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

label.logo-hold .file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

label.logo-hold .logo-img {
    width: 50px;
    min-height: 50px;
    border-radius: 5px 0 0 5px;
    background-color: #d2cfcf;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    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;
}

label.logo-hold .logo-img img {
    opacity: 0;
    width: 100%;
    max-width: none;
}

label.logo-hold .logo-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
    display: block;
    border-radius: 0 5px 5px 0;
    background-color: #3c3f50;
    color: #fff;
    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;
}

.popup-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 0 28px;
}

.popup-title.sm {
    font-size: 16px;
}

.battery-list {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    margin-left: -30px;
    margin-right: 30px;
    margin-bottom: 11px;
}

.battery-list li {
    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;
}

.battery-list li:first-child .battery-info {
    border-radius: 5px 5px 0 0;
}

.battery-list li:last-child .battery-info {
    border-radius: 0 0 5px 5px;
}

.battery-list .battery-title {
    width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    display: block;
}

.battery-list .battery-info {
    display: block;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 20px;
}

.popup-big .popup-body {
    max-width: 290px;
}

.icon-cross {
    color: #f05227;
    font-size: 20px;
    line-height: 1;
}

.icon-tick {
    color: #6ac159;
    font-size: 20px;
    line-height: 1;
}

.connection-page {
    background: #1f1e2d;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    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;
}

.connection-page:before {
    content: "";
    min-height: inherit;
    display: block;
}

.connection-page .w-100 {
    width: 100%;
    padding: 30px 0;
}

.connection-content {
    max-width: 430px;
    padding: 0 15px;
    margin: 0 auto;
}

.connection-content .logo {
    max-width: 180px;
    margin: 0 auto 40px;
}

.connection-form {
    border-radius: 0 0 5px 5px;
    background: #f3f3f3;
    padding: 40px 30px;
}

.connection-form .form-inputs {
    margin: 0 0 40px;
}

.connection-form .input-holder {
    margin: 0 0 10px;
}

.connection-form input[type=text],
.connection-form input[type=password],
.connection-form input[type=email] {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: none;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    padding: 11px 21px 9px;
    margin: 0;
    display: block;
}

.connection-form input[type=text]::-webkit-input-placeholder,
.connection-form input[type=password]::-webkit-input-placeholder,
.connection-form input[type=email]::-webkit-input-placeholder {
    color: #4a4a4a;
}

.connection-form input[type=text]::-moz-placeholder,
.connection-form input[type=password]::-moz-placeholder,
.connection-form input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a;
}

.connection-form input[type=text]:-moz-placeholder,
.connection-form input[type=password]:-moz-placeholder,
.connection-form input[type=email]:-moz-placeholder {
    color: #4a4a4a;
}

.connection-form input[type=text]:-ms-input-placeholder,
.connection-form input[type=password]:-ms-input-placeholder,
.connection-form input[type=email]:-ms-input-placeholder {
    color: #4a4a4a;
}

.connection-form input[type=text].placeholder,
.connection-form input[type=password].placeholder,
.connection-form input[type=email].placeholder {
    color: #4a4a4a;
}

.connection-form .btn-holder {
    text-align: center;
}

.connection-form .btn-holder .btn {
    border: none;
    height: auto;
}

.password-form {
    max-width: 500px;
    margin: 0 auto;
}

.password-form .element-wrap {
    border-radius: 5px;
    background: #f3f3f3;
    color: #1f1e2d;
    padding: 45px 25px 30px;
    margin: 0 0 30px;
}

.password-form h2 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f1e2d;
    margin: 0 0 20px;
    letter-spacing: 1px;
}

.password-form .input-holder {
    margin: 0 0 10px;
}

.password-form input[type=text],
.password-form input[type=password],
.password-form input[type=email] {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: none;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    padding: 11px 21px 9px;
    margin: 0;
    display: block;
}

.password-form input[type=text]::-webkit-input-placeholder,
.password-form input[type=password]::-webkit-input-placeholder,
.password-form input[type=email]::-webkit-input-placeholder {
    color: #4a4a4a;
}

.password-form input[type=text]::-moz-placeholder,
.password-form input[type=password]::-moz-placeholder,
.password-form input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a;
}

.password-form input[type=text]:-moz-placeholder,
.password-form input[type=password]:-moz-placeholder,
.password-form input[type=email]:-moz-placeholder {
    color: #4a4a4a;
}

.password-form input[type=text]:-ms-input-placeholder,
.password-form input[type=password]:-ms-input-placeholder,
.password-form input[type=email]:-ms-input-placeholder {
    color: #4a4a4a;
}

.password-form input[type=text].placeholder,
.password-form input[type=password].placeholder,
.password-form input[type=email].placeholder {
    color: #4a4a4a;
}

.password-form .btn-holder {
    text-align: center;
}

.password-form .btn-holder .btn {
    border: none;
    height: auto;
}

.media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.media-list.style-2 .overlay {
    font-size: 14px;
    background: #3c3f50;
    padding: 19px 15px 15px;
}

.media-list > li {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.media-list > li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.media-list > li a:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media-list .img {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 100%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.media-list .overlay {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    background: rgba(31, 30, 45, .8);
    font-size: 12px;
    font-weight: 500;
    padding: 33px 15px 26px;
}

.media-list .title {
    margin: 0 0 6px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
}

.media-list .info {
    display: block;
}

.notification-form {
    margin: 0 auto;
    max-width: 500px;
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 500;
}

.notification-form .form-wrap {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 40px 20px 1px;
    margin: 0 0 43px;
}

.notification-form .form-row {
    margin: 0 0 30px;
}

.notification-form h2 {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f1e2d;
    letter-spacing: 1px;
}

.notification-form input[type=text],
.notification-form input[type=email],
.notification-form input[type=password],
.notification-form textarea {
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 15px 21px;
    border: none;
    display: block;
    overflow: hidden;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 5px;
}

.notification-form textarea {
    resize: none;
    height: 150px;
}

.notification-form .input-holder {
    margin: 0 0 20px;
}

.notification-form .input-row {
    margin: 0 0 8px;
}

.notification-form .input-row .input-col {
    margin: 0 0 20px;
}

.notification-form .form-info {
    display: block;
    padding: 0 21px;
}

.checkbox-list,
.radiobox-list {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 18px;
}

.checkbox-list.right-align,
.radiobox-list.right-align {
    width: 47.5%;
    margin-left: auto;
}

.checkbox-list.left-align,
.radiobox-list.left-align {
    width: 47.5%;
    margin-right: auto;
}

.checkbox-list > li,
.radiobox-list > li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 6px;
}

.checkbox-list > li label,
.radiobox-list > li label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.checkbox-list .fake-input,
.radiobox-list .fake-input {
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #d2cfcf;
    background: #fff;
    cursor: pointer;
}

.checkbox-list .fake-label,
.radiobox-list .fake-label {
    cursor: pointer;
}

.checkbox-list input[type="checkbox"],
.checkbox-list input[type="radio"],
.radiobox-list input[type="checkbox"],
.radiobox-list input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.checkbox-list input[type="checkbox"]:checked + .fake-input,
.checkbox-list input[type="radio"]:checked + .fake-input,
.radiobox-list input[type="checkbox"]:checked + .fake-input,
.radiobox-list input[type="radio"]:checked + .fake-input {
    background: #e5722a;
    border-color: #e5722a;
}

.checkbox-list input[type="checkbox"]:checked ~ .fake-label,
.checkbox-list input[type="radio"]:checked ~ .fake-label,
.radiobox-list input[type="checkbox"]:checked ~ .fake-label,
.radiobox-list input[type="radio"]:checked ~ .fake-label {
    color: #e5722a;
}

.radiobox-list .fake-input {
    border-radius: 50%;
}

.date-selection > li {
    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;
    margin: 0 0 10px;
}

.date-selection .dt {
    padding: 0 4px;
    width: 75px;
}

.date-selection .dd {
    width: calc(100% - 75px);
}

.notification-block h2 {
    color: #1f1e2d;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 20px;
    border-bottom: 2px solid #d2cfcf;
    padding: 6px 0 7px;
    letter-spacing: 1px;
}

.statistic-list {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
}

.statistic-list > li {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
}


/*.statistic-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
	background: #f3f3f3;
	min-height: 224px;
	color: #e5722a;
}

.statistic-list a:before {
	content: "";
	min-height: inherit;
	display: block;
}

.statistic-list a:hover {
	background: #dad9d9;
}*/

.statistic-list-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    background: #f3f3f3;
    min-height: 135px;
    color: #e5722a;
}

.statistic-list-panel:before {
    content: "";
    min-height: inherit;
    display: block;
}

.statistic-list-panel:hover {
    background: #dad9d9;
}

.statistic-list .number {
    color: #1f1e2d;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    letter-spacing: 1px;
}

.statistic-list .w-100 {
    width: 100%;
    text-align: center;
    padding: 21px 15px;
}

.statistic-list .w-100 .chart {
    margin: -21px -15px;
}

.statistic-list p {
    margin: 0;
}

.phone-number-form {
    margin: 0 auto;
    max-width: 500px;
}

.phone-number-form .input-row {
    margin: 0 0 20px;
}

.phone-number-form .d-flex {
    margin: 0 0 20px;
}

.phone-number-form .input-holder {
    margin: 0 0 10px;
}

.phone-number-form .input-holder input[type=text],
.phone-number-form .input-holder input[type=search] {
    background: #f3f3f3;
    border-radius: 5px;
    height: 53px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.phone-number-form .btn-holder .btn {
    width: 100%;
    height: auto;
    padding: 12px 10px;
}

.phone-number-form .error-msg {
    border-radius: 5px;
    background: #3c3f50;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 20px;
}

.phone-number-form .error-msg .icon {
    display: block;
    line-height: 1;
    font-size: 20px;
    color: #f05227;
    margin: 0 0 20px;
}

.phone-number-form .error-msg .text {
    margin: 0 auto;
    max-width: 260px;
}

.phone-number-form .search-form {
    max-width: none;
}

.phone-detail {
    background: #3c3f50;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 15px 10px;
}

.phone-detail .icon {
    display: block;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1;
}

.phone-detail .info {
    margin: 0 0 22px;
}

.phone-detail .number {
    display: block;
    margin: 0 0 3px;
}

.phone-detail .f-name {
    display: block;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.phone-detail .l-name {
    display: block;
    margin: 0 0 3px;
}

.text-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    padding: 4px 18px;
}

.text-bar:before {
    content: "";
    min-height: inherit;
    display: block;
}

.chart .apexcharts-legend.position-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.chart .apexcharts-legend-series {
    width: 100%;
}

.chart .apexcharts-legend-marker {
    margin-right: 10px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 999999999999;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background-color: #3c3f50;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #f3f3f3;
    display: inline-table;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    max-width: 400px;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}


/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}


/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    table {
        border-collapse: collapse;
    }
}

@media (min-width: 480px) {
    .media-list.style-2 > li {
        width: 50%;
    }

    .media-list > li {
        width: 50%;
    }

    .statistic-list > li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #wrapper:before {
        display: none;
    }

    #main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: calc(100vh - 79px);
    }

    .sidebar {
        padding: 34px 0 0;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 1;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }

    .sidebar:before {
        content: "";
        background: #1f1e2d;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: -9999px;
        z-index: -1;
    }

    .sidebar-holder {
        padding: 0;
        overflow: visible;
    }

    .mac .menu-list {
        height: 100%;
    }

    .safari .menu-list {
        height: 100%;
    }

    .menu-list {
        padding-bottom: 10px;
        padding-top: 0;
        height: 100%;
    }

    .menu-list > li {
        margin: 0 0 7px;
    }

    .menu-list > li > a {
        letter-spacing: -.6px;
        padding: 13px 15px 13px 55px;
    }

    .menu-list ul li {
        margin: 0 0 12px;
    }

    .menu-list ul li:last-child {
        margin: 0;
    }

    .button-list li {
        margin-bottom: 20px;
    }

    #header {
        padding: 0;
        padding-left: 200px;
    }

    .logo-holder {
        background: #1f1e2d;
        padding: 20px 48px;
        width: 200px;
        height: 80px;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .logo-holder .logo {
        max-height: 80px;
    }

    .logo-holder img {
        max-height: 100%;
    }

    .header-area {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 20px 20px 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-list {
        margin: 0 -8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-list li {
        padding: 0 8px;
    }

    .email {
        font-size: 14px;
        padding: 0;
        line-height: 1.2;
    }

    .email a:before {
        display: none;
    }

    .nav-close {
        display: none;
    }

    .notification-drop {
        width: 400px;
        right: -80px;
    }

    .notification-header {
        padding: 11px 18px 7px;
    }

    .notification-body {
        max-height: 520px;
    }

    .notification-footer {
        padding: 11px 18px 7px;
    }

    .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0;
        overflow: hidden;
    }

    .nav-active .content {
        pointer-events: auto;
    }

    .search-form .form-group {
        padding-right: 150px;
    }

    .search-form button {
        padding: 5px 10px 5px 47px;
        width: 150px;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
    }

    .search-form button .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 8px;
    }

    table th,
    table td {
        padding: 7px 18px;
    }

    table .btn-list .btn {
        min-width: 0;
    }

    .btn-list.btn-center {
        margin: 0 -20px;
    }

    .btn-list.btn-center li {
        padding: 0 20px;
    }

    .heading {
        width: calc(100% - 150px);
        /*padding-right: 30px;*/
        margin-bottom: 0;
    }

    .heading-info {
        width: 150px;
    }

    .heading-wrap {
        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;
    }

    .heading-wrap.style-2 .heading-info {
        width: 400px;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .row .col {
        width: 50%;
        padding: 0 5px;
    }

    .select-holder > .search-form {
        width: 50%;
        padding-right: 20px;
    }

    .popup-dl .dt {
        width: 60px;
    }

    label.file-hold {
        margin-bottom: -20px;
    }

    .connection-content .logo {
        max-width: 208px;
        margin: 0 auto 50px;
    }

    .connection-form {
        padding: 50px;
    }

    .connection-form .form-inputs {
        margin: 0 0 50px;
    }

    .password-form .element-wrap {
        padding: 45px 51px 30px;
        margin: 0 0 40px;
    }

    .media-list.style-2 > li {
        width: 33.33%;
    }

    .notification-form .form-wrap {
        padding: 45px 50px 1px;
    }

    .notification-form .form-row {
        margin: 0 0 43px;
    }

    .notification-form h2 {
        margin: 0 0 21px;
    }

    .notification-form .input-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px 8px;
    }

    .notification-form .input-row .input-col {
        width: 68%;
        padding: 0 10px;
        margin: 0;
    }

    .notification-form .input-row .input-col + .input-col {
        width: 32%;
    }

    .date-selection .dt {
        width: 135px;
        padding: 0 25px;
    }

    .date-selection .dd {
        width: calc(100% - 135px);
    }

    .statistic-list > li {
        width: 33.33%;
    }

    .statistic-list .number {
        font-size: 30px;
    }

    .phone-number-form .d-flex {
        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;
    }

    .phone-number-form .input-holder {
        padding: 0 10px 0 0;
        width: calc(100% - 190px);
        margin: 0;
    }

    .phone-number-form .btn-holder {
        padding: 0 0 0 10px;
        width: 190px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .sidebar:before {
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .header-list {
        margin: 0 -20px;
    }

    .header-list li {
        padding: 0 20px;
    }

    .notification-drop {
        right: -32px;
    }

    .content {
        padding: 30px 0;
    }

    table th {
        font-size: 16px;
        padding: 14px 17px;
    }

    .heading-wrap.style-2 .heading-info {
        width: 40%;
    }

    .heading-wrap .btn-holder {
        margin-right: -38px;
    }

    .heading-wrap .btn-holder .btn {
        margin-right: 38px;
        margin-bottom: 0;
    }

    .heading-info-box {
        margin: -17px 0 0;
    }

    .list .name {
        width: 70%;
    }

    .list .items {
        width: 30%;
    }

    .row {
        margin: 0 -20px;
    }

    .select-holder {
        padding-top: 22px;
        padding: 22px 40px 0;
    }

    .media-list.style-2 > li {
        width: 25%;
    }

    .media-list > li {
        width: 33.33%;
    }

    .statistic-list > li {
        width: 25%;
    }

    .statistic-list .number {
        font-size: 40px;
        margin: 0 0 15px;
    }
}

@media (min-width: 1200px) {
    .heading-info-box .img-holder {
        margin: 10px 20px;
    }

    .heading-info-box .text-holder {
        margin: 10px 20px;
    }

    .row .col {
        padding: 0 20px;
    }

    .select-holder {
        padding: 22px 80px 0;
    }

    .media-list.style-2 > li {
        width: 20%;
    }

    .media-list > li {
        width: 25%;
    }

    .statistic-list > li {
        width: 20%;
    }
}

@media (min-width: 1300px) {
    .search-form.style-2 {
        margin: -89px 0 32px;
    }

    .heading-wrap.style-2 .heading-info {
        width: 468px;
    }
}

@media (max-width: 767px) {
    body {
        -webkit-transition: margin .3s linear;
        transition: margin .3s linear;
    }

    body.nav-active {
        overflow: hidden;
        margin: 0 -200px 0 200px;
    }

    #header .btn {
        padding: 9px 8px;
        font-size: 12px;
        min-width: 0;
        letter-spacing: 0;
    }

    .nav-opener {
        display: block;
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

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

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