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

td,
th {
	padding: 0;
}

#nav ul,
.top-nav .dropdown ul,
.left-nav,
.main-tabs .tabset,
.inner-tabs ul,
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container-fluid:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

a,
.btn,
label,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.nav-holder,
#nav ul li a:before,
.top-nav,
.inner-tabs ul li a:before,
.table-section .table-opener i {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: #253939;
	background: #f8f9f9;
	font: 14px/1.2 "Open Sans", "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;
}

html.resize-active *,
html.resize-active *:before,
html.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	font-weight: 600;
}

a,
.btn {
	text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
	outline: 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: 22px;
}

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

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

h4,
.h4 {
	font-size: 16px;
}

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

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

p {
	margin: 0 0 1em;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #0097bd;
}

a:hover {
	color: #0083a4;
}

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

.container {
	max-width: 1140px;
	margin: 0 auto;
}

.container-fluid,
.container {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px 10px 0;
}

.buttons:last-child {
	margin-bottom: -10px;
}

.buttons .btn {
	margin: 0 10px 10px 0;
}

.btn {
	padding: 3px 10px 1px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #253939;
	background: #e9ebeb;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
}

.btn:hover {
	color: #253939;
	border-bottom-color: rgba(0, 0, 0, .2);
}

.btn.btn-lg {
	font-size: 18px;
	padding: 6px 15px 3px;
	border-width: 0 0 3px;
	border-radius: 4px;
}

.btn.btn-block {
	width: 100%;
	display: block;
}

.btn.btn-light {
	background: #f8f9f9;
}

.btn.btn-dark {
	color: #fff;
	background: #7d8989;
}

.btn.btn-success {
	color: #fff;
	background: #3c276c;
}

.btn.btn-link {
	padding: 0 0 3px;
	color: #7d8989;
	border-width: 0 0 1px;
	border-color: #7d8989;
	background-color: transparent;
	border-radius: 0;
}

.btn.btn-link.success {
	color: #3c276c;
	border-color: #3c276c;
}

.btn.btn-link.success:hover {
	color: #00ac80;
	border-color: #00ac80;
}

.btn.btn-link:hover {
	color: #253939;
	border-color: #253939;
}

.sr-link,
.sr-only {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
}

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

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

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

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

#wrapper {
	overflow: hidden;
	min-height: 100vh;
	padding: 55px 0 0;
	position: relative;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.form-group {
	max-width: 100%;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 16px;
}

label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	height: 28px;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-shadow: none;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #e9ebeb;
	padding: 5px 10px;
	text-overflow: ellipsis;
}

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

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: #e9ebeb;
}

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: #e9ebeb;
}

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: #e9ebeb;
}

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: #e9ebeb;
}

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

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

.calender-input {
	position: relative;
}

.calender-input label {
	color: #7d8989;
	margin: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.calender-input label:hover {
	color: #253939;
}

.calender-input label i {
	display: block;
}

.calender-input label + .datepicker {
	padding-right: 25px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"]:not(:only-child),
.search-form input[type="tel"]:not(:only-child),
.search-form input[type="email"]:not(:only-child),
.search-form input[type="search"]:not(:only-child) {
	padding-right: 35px;
}

.search-form button {
	width: 27px;
	height: 26px;
	padding: 0;
	color: #7d8989;
	background: none;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #e9ebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 1px;
	right: 1px;
}

.search-form button:hover {
	width: 28px;
	height: 28px;
	color: #fff;
	background: #7d8989;
	border-color: #7d8989;
	top: 0;
	right: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-arrow-left:before {
	content: "\e903";
}

.icon-arrow-down:before {
	content: "\e904";
}

.icon-settings:before {
	content: "\e91b";
}

.icon-chat-bubble:before {
	content: "\e91c";
}

.icon-add:before {
	content: "\e91d";
}

.icon-clear:before {
	content: "\e91e";
}

.icon-close:before {
	content: "\e91e";
}

.icon-calendar:before {
	content: "\e91f";
}

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

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

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

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

.icon-id-card:before {
	content: "\e909";
}

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

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

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

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

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

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

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

.icon-contracts-list:before {
	content: "\e911";
}

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

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

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

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

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

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

.icon-job-orders:before {
	content: "\e918";
}

.icon-pion:before {
	content: "\e919";
}

.icon-time-statements:before {
	content: "\e91a";
}

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


#header {
	min-width: 320px;
	height: 55px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#header > .logo {
	width: 60px;
	margin: 0 auto;
}

#header > .logo img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
}

.haeder-holder {
	padding: 6px 0;
	position: relative;
}

.nav-opener {
	width: 26px;
	height: 17px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 100%;
	height: 3px;
	background: #253939;
	border-radius: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	width: 85%;
	content: "";
	top: 0;
}

.nav-opener:after {
	width: 65%;
	top: 14px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

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

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #0097bd;
}

.nav-holder {
	width: 190px;
	background: #f8f9f9;
	position: fixed;
	top: 55px;
	left: 0;
	bottom: 0;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-active .nav-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.nav-holder .logo {
	min-height: 150px;
	padding: 33px 19px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: none;
}

.nav-holder .logo a {
	max-width: 110px;
	display: inline-block;
	vertical-align: top;
}

.nav-holder .logo img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
}

.nav-holder .logo img.full-logo {
	display: none;
}

.topnav-opener {
	font-size: 20px;
	color: #253939;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topnav-opener:hover {
	color: #0097bd;
}

.topnav-opener i {
	display: block;
}

#nav {
	overflow-y: auto;
	font-size: 14px;
	font-weight: 600;
	color: #253939;
}

#nav ul {
	width: 100%;
	padding: 10px 0;
}

#nav ul li {
	margin: 0 0 5px;
}

#nav ul li.active > a {
	background: #fff;
}

#nav ul li.active a:before {
	visibility: visible;
	opacity: 1;
}

#nav ul li a {
	padding: 10px 10px 10px 22px;
	color: inherit;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#nav ul li a:hover {
	background: #fff;
}

#nav > ul > li > a:before {
	width: 6px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f29200;
	visibility: hidden;
	opacity: 0;
}

#nav ul li a strong {
	margin: 0 0 0 15px;
	font-weight: inherit;
}

#nav ul li a i {
	font-size: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.top-nav {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e9ebeb;
	overflow-y: auto;
	position: fixed;
	top: 55px;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center 0;
	-ms-transform-origin: top center 0;
	transform-origin: top center 0;
}

.topnav-active .top-nav {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.top-nav .drop-active > .dropdown {
	display: block;
}

.top-nav .dropdown {
	min-width: 100%;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	overflow: hidden;
	display: none;
}

.top-nav .dropdown .box {
	padding: 10px 0;
	position: relative;
}

.top-nav .dropdown .box:first-child {
	padding-top: 0;
}

.top-nav .dropdown .box + .box:before {
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	right: -15px;
	background: #e9ebeb;
}

.top-nav .dropdown .box .heading {
	display: block;
	font-weight: inherit;
	color: #939d9d;
	padding: 10px 0;
}

.top-nav .dropdown .box .btn-holder {
	text-align: right;
	padding: 10px 0;
}

.top-nav .dropdown ul li + li {
	border-top: 1px solid #e9ebeb;
}

.top-nav .dropdown ul li a {
	display: block;
	padding: 10px 20px 10px 0;
	color: inherit;
}

.top-nav .dropdown ul li a:hover {
	padding: 10px;
	background: #f8f9f9;
}

.left-nav > li {
	position: relative;
	border-bottom: 1px solid #e9ebeb;
}

.left-nav > li > a {
	display: block;
	padding: 15px;
	position: relative;
	color: #939d9d;
}

.left-nav > li > a:hover {
	color: inherit;
}

.left-nav > li > a.opener {
	padding-right: 40px;
}

.left-nav > li > a.opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.author-nav {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border-bottom: 1px solid #e9ebeb;
}

.author-nav .opener {
	padding: 10px 40px 10px 15px;
	position: relative;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-nav .opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.author-nav .opener .author-img {
	width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
}

.author-nav .opener .author-img img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
}

.author-nav .opener .title {
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.author-nav .dropdown {
	right: 0;
	left: auto;
}

.chat-button {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 55%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.chat-button:hover {
	background: #f8f9f9;
}

.chat-button i {
	display: block;
}

.chat-button .badge {
	width: 14px;
	height: 14px;
	padding: 2px 1px 0;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	background: #3c276c;
	border-radius: 100%;
	position: absolute;
	top: -5px;
	right: -5px;
}

.page-header {
	padding: 15px;
	margin: 0 -15px 15px;
	background: #fff;
	border-bottom: 1px solid #d4d8d8;
}

.main-tabs {
	margin: 0 -15px;
}

.page-header + .main-tabs {
	margin-top: -15px;
}

.main-tabs .tabset {
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-tabs .tabset li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main-tabs .tabset li + li {
	border-left: 1px solid #d4d8d8;
}

.main-tabs .tabset li.active a {
	background: #fff;
}

.main-tabs .tabset li.active a:before {
	height: 2px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f29200;
}

.main-tabs .tabset li a {
	width: 100%;
	padding: 6px 5px;
	text-align: center;
	color: inherit;
	position: relative;
}

.main-tabs .tabset li a:hover {
	background: #fff;
}

.main-tabs .tabset li i {
	display: block;
	margin: 0 auto;
	font-size: 14px;
}

.main-tabs .tabset li .title {
	max-width: 110px;
	margin: 0 auto;
	font-weight: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.inner-tabs {
	margin: 0 -15px 15px;
	font-size: 10px;
	line-height: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	border: 1px solid #d4d8d8;
}

.inner-tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-tabs ul li {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #d4d8d8;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-tabs ul li:first-child {
	border-left-width: 0;
}

.inner-tabs ul li.active a {
	background: #fff;
}

.inner-tabs ul li.active a:before {
	height: 3px;
}

.inner-tabs ul li a {
	width: 100%;
	padding: 5px;
	color: inherit;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-tabs ul li a:hover {
	background: #fff;
}

.inner-tabs ul li a:before {
	height: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f29200;
}

.inner-tabs ul li strong {
	max-width: 70px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tab-Content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.breadcrumbs {
	margin: 0 0 15px -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.breadcrumbs li {
	padding: 0 15px 0 10px;
	position: relative;
}

.breadcrumbs li:last-child {
	padding-right: 0;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
	color: #7d8989;
	font-size: 10px;
	position: absolute;
	top: 40%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs li a {
	color: #7d8989;
}

.breadcrumbs li a:hover {
	color: inherit;
}

.filter-form {
	padding: 15px 15px 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 9;
	margin: 0 0 10px;
}

.filter-form .form-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.filter-form .form-holder .form-group {
	padding-left: 10px;
	padding-right: 10px;
}

.filter-form .status-col {
	width: 123px;
}

.filter-form .search-col {
	width: 100%;
}

.filter-form .keyword-col {
	width: 194px;
}

.filter-form .period-col {
	min-width: 103px;
	max-width: 150px;
}

.filter-form .row {
	margin: 0 -10px -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.filter-form .row .col {
	padding: 0 10px 10px;
}

.filter-form .date-period {
	width: 214px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filter-form .date-period .col {
	width: 50%;
	position: relative;
}

.filter-form .date-period .col + .col:before {
	content: "-";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter-form .buttons {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	margin-bottom: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.table-section {
	margin: 0 0 20px;
}

.table-section.active .table-opener i {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.table-section .table-opener {
	width: 20px;
	height: 20px;
	padding: 5px;
	display: block;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 100%;
	font-size: 10px;
	line-height: 1;
	color: #7d8989;
	text-align: center;
}

.table-section .table-opener:hover {
	color: #fff;
	background: #0097bd;
}

.table-section .table-opener i {
	display: block;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.table-section .button-links {
	text-align: right;
}

.table-section .button-links .btn-link {
	margin: 0 10px 10px;
}

.table {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.table:last-child {
	margin-bottom: 0;
}

.table.product-table {
	box-shadow: none;
}

.table th,
.table td {
	height: 28px;
	padding: 6px 10px;
	text-align: left;
	background: #fff;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #e9ebeb;
}

.table th:first-child,
.table td:first-child {
	border-width: 0;
}

.table th.total-price,
.table td.total-price {
	width: 90px;
}

.table th .search-form,
.table td .search-form {
	margin: -6px -9px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.table th .search-form input,
.table td .search-form input {
	border-color: #7d8989;
}

.table th .search-form input:focus,
.table td .search-form input:focus {
	border-color: #0097bd;
}

.table th .search-form button,
.table td .search-form button {
	border-color: transparent;
}

.table th .search-form button:hover,
.table td .search-form button:hover {
	background: #0097bd;
}

.table th {
	font-size: 10px;
	color: #7d8989;
	background: #f8f9f9;
}

.table th .carret {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 7px;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #7d8989 transparent transparent;
}

.table tbody tr.has-content {
	cursor: pointer;
}

.table tbody tr:nth-child(even) td {
	background: #f8f9f9;
}

.table input[type=checkbox] {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0;
}

.table tfoot .heading {
	height: 28px;
	margin: -5px -9px -5px -10px;
	padding: 7px 9px;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
	color: #7d8989;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.project-form {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 0 0 15px;
}

.project-form h2 {
	font-size: inherit;
	margin: 0 0 15px;
}

.project-form .form-group .label-holder {
	padding: 0 0 5px;
	align-items: baseline !important;
}

.project-form .form-group .label-holder label {
	text-transform: capitalize;
	margin: 0;

}

.project-form .form-group .input-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

		display: -webkit-box;
		display: -ms-flexbox;
		
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

}

.project-form .btn-holder {
	padding: 10px 0;
}

/* custom select styles */

.jcf-select {
	height: 28px;
	display: block;
	position: relative;
	border: 1px solid #e9ebeb;
	background: #fff;
	margin: 0 0 15px;
}

.jcf-select.jcf-drop-active {
	border-color: #7d8989;
}

.form-group .jcf-select {
	margin: 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	padding-right: 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcf-select .jcf-select-opener:after {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
	font-size: 8px;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	min-width: 113px;
	position: absolute;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 7px 10px;
	margin: 0;
}

.jcf-list ul li {
	display: block;
}

.jcf-list ul li + li {
	border-top: 1px solid #e9ebeb;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 10px;
	height: 1%;
	margin: 0 -10px;
	cursor: pointer;
	position: relative;
}

.jcf-list .jcf-option.jcf-selected:before {
	width: 2px;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 5px;
	background: #f29200;
}

.jcf-list .jcf-option.jcf-hover {
	background: #f8f9f9;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.ui-datepicker {
	width: 236px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ui-datepicker-header {
	padding: 12px 20px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #e9ebeb;
	position: relative;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	padding: 3px;
	color: #7d8989;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	color: #253939;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

.ui-datepicker-prev {
	left: 7px;
}

.ui-datepicker-prev:before {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
}

.ui-datepicker-next {
	right: 7px;
}

.ui-datepicker-next:before {
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	line-height: 1;
}

.ui-datepicker-calendar {
	width: 100%;
	padding: 5px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 0 5px;
}

.ui-datepicker-calendar th {
	padding: 5px 3px;
	font-weight: normal;
	color: #7d8989;
}

.ui-datepicker-calendar td {
	padding: 5px 3px;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	color: #d4d8d8;
}

.ui-datepicker-calendar td .ui-state-default {
	width: 20px;
	height: 20px;
	padding: 3px 2px;
	display: block;
	margin: 0 auto;
	color: inherit;
	text-align: center;
	border-radius: 100%;
}

.ui-datepicker-calendar td .ui-state-default.ui-state-active,
.ui-datepicker-calendar td .ui-state-default.ui-state-active.ui-state-highlight {
	color: #fff;
	background: #3c276c;
}

.ui-datepicker-calendar td .ui-state-default.ui-state-hover {
	background: #d4d8d8;
}

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

.lightbox-block {
	width: 900px;
	padding: 20px;
}

.lightbox-block .filter-form {
	padding: 0;
	box-shadow: none;
}

.lightbox-block .filter-form .status-col {
	width: 100%;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

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

.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: #1e1e1e;
	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: .9;
	-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;
	-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: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 30px 20px 20px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.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;
	-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;
	-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 {
	width: 30px;
	height: 30px;
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 5px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
}

.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: 5px;
	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: 5px;
	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;
	-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 (min-width: 480px) {
	.main-tabs .tabset li a {
		padding: 10px;
	}

	.main-tabs .tabset li i {
		font-size: 18px;
	}

	.inner-tabs {
		font-size: 12px;
		line-height: 17px;
	}

	.inner-tabs ul li a {
		padding: 8px;
	}

	.inner-tabs ul li strong {
		max-width: none;
	}

	.project-form .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.project-form .form-group .label-holder {
		width: 130px;
		width: 150px;
		padding: 0 10px 0 0;
		min-height: 28px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.project-form .form-group .input-holder.small {
		max-width: 42%;
	}

	.project-form .btn-holder {
		padding-left: 130px;
	}

	.lightbox-block .filter-form .form-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.lightbox-block .filter-form .status-col {
		width: 160px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (min-width: 768px) {
	.hidden-desktop {
		display: none !important;
	}

	#wrapper {
		padding-left: 87px;
	}

	.form-group {
		margin: 0 0 15px;
	}

	label {
		margin: 0 0 10px;
	}

	#header {
		left: 87px;
	}

	#header > .logo {
		display: none;
	}

	.haeder-holder {
		display: none;
	}

	.nav-opener {
		display: none;
	}

	.nav-holder {
		width: 87px;
		top: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		-webkit-transition: none;
		transition: none;
	}

	.nav-holder.hover,
	.nav-holder:hover {
		width: 190px;
	}

	.nav-holder.hover .logo,
	.nav-holder:hover .logo {
		min-height: 150px;
		padding: 33px 19px;
	}

	.nav-holder.hover .logo img,
	.nav-holder:hover .logo img {
		display: none;
	}

	.nav-holder.hover .logo img.full-logo,
	.nav-holder:hover .logo img.full-logo {
		display: block;
	}

	.nav-holder.hover #nav ul li a strong,
	.nav-holder:hover #nav ul li a strong {
		display: block;
	}

	.nav-holder .logo {
		display: block;
	}

	.topnav-opener {
		display: none;
	}

	#nav {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#nav ul li a {
		padding: 12px 12px 12px 27px;
	}

	#nav ul li a strong {
		display: none;
	}

	#nav ul li a i {
		font-size: 26px;
	}

	.top-nav {
		width: auto;
		margin: 0 -15px;
		border: none;
		background: none;
		position: static;
		overflow: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.top-nav .dropdown {
		position: absolute;
		top: 100%;
		left: 0;
	}

	.left-nav {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.left-nav > li {
		padding: 10px 15px;
		border: none;
	}

	.left-nav > li > a {
		padding: 9px 0;
	}

	.left-nav > li > a.opener {
		padding-right: 25px;
	}

	.left-nav > li > a.opener:after {
		right: 0;
	}

	.left-nav .dropdown {
		width: 350px;
	}

	.author-nav {
		padding: 10px 15px;
		border: none;
	}

	.author-nav .opener {
		padding: 0 25px 0 0;
	}

	.author-nav .opener:after {
		right: 0;
	}

	.chat-button {
		width: 60px;
		height: 60px;
		font-size: 20px;
		position: fixed;
		right: 15px;
		bottom: 20px;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: #fff;
		border-radius: 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.chat-button .badge {
		width: 17px;
		height: 17px;
		font-size: 12px;
		line-height: 15px;
		top: 12px;
		right: 12px;
	}

	#main {
		padding-bottom: 80px;
	}

	.main-tabs {
		margin: 0 0 20px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #d4d8d8;
	}

	.main-tabs .tabset li.active a:before {
		height: 3px;
	}

	.main-tabs .tabset li a {
		padding: 15px 10px 10px;
	}

	.main-tabs .tabset li i {
		font-size: 25px;
		margin: 0 auto 10px;
	}

	.main-tab-content > .tab.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.inner-tabs {
		width: 205px;
		margin: 0 0 15px;
		text-align: left;
		border: none;
		overflow: visible;
	}

	.inner-tabs ul {
		display: block;
	}

	.inner-tabs ul li {
		display: block;
		border-width: 0 0 1px;
	}

	.inner-tabs ul li.active a {
		padding-left: 15px;
	}

	.inner-tabs ul li.active a:before {
		width: 5px;
		height: auto;
	}

	.inner-tabs ul li a {
		padding: 5px 10px;
		display: block;
	}

	.inner-tabs ul li a:before {
		width: 0;
		height: auto;
		right: auto;
		bottom: 0;
	}

	.breadcrumbs {
		margin-bottom: 25px;
	}

	.filter-form {
		padding: 20px 30px 5px;
		margin: 0 0 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.filter-form .search-col {
		width: 278px;
	}

	.filter-form .buttons {
		margin-bottom: 5px;
	}

	.table-section {
		margin: 0 0 30px;
	}

	.table-section .button-links {
		padding: 0 10px;
	}

	.table-reponsive.table-custom-mobile {
		overflow-x: auto;
		margin: -10px;
	}

	.table-reponsive.table-custom-mobile .table-frame {
		min-width: 100%;
		float: left;
		padding: 10px;
	}

	.project-form {
		padding: 20px;
		margin: 0 0 20px;
	}

	.project-form .form-group .label-holder {
		width: 250px;
	}

	.project-form .btn-holder {
		padding-left: 150px;
	}

	.lightbox-block {
		padding: 30px;
	}

	.lightbox-block .filter-form .status-col {
		width: 206px;
	}

	.lightbox-block .filter-form .search-col {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.container-fluid,
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.two-columns {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.two-columns .column {
		width: 50%;
		padding: 0 15px;
	}

	.left-nav > li:first-child .dropdown {
		padding-left: 25px;
		left: -10px;
	}

	.chat-button {
		width: 60px;
		height: 60px;
		right: 25px;
	}

	.page-header {
		padding: 20px 25px;
		margin: 0 -25px 25px;
	}

	.page-header + .main-tabs {
		margin-top: -25px;
	}

	.breadcrumbs {
		margin-bottom: 35px;
	}

	.table-reponsive.table-custom-tablet {
		overflow-x: auto;
		margin: -10px;
	}

	.table-reponsive.table-custom-tablet .table-frame {
		min-width: 100%;
		float: left;
		padding: 10px;
	}

	.table.product-table tbody {
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.table.product-table tbody tr:nth-child(odd) td {
		background: #f8f9f9;
	}

	.table.product-table tbody tr:nth-child(even) td {
		background: #fff;
	}

	.table.product-table td:last-child {
		width: 59px;
	}

	.table.product-table td:nth-last-child(2),
	.table.product-table td:nth-last-child(3),
	.table.product-table td:nth-last-child(4) {
		min-width: 85px;
		max-width: 85px;
	}

	.table th,
	.table td {
		height: 28px;
	}

	.table th.checkbox-col,
	.table td.checkbox-col {
		width: 30px;
		text-align: center;
	}

	.table th .search-form,
	.table td .search-form {
		margin: -6px -11px;
	}

	.table tfoot td, .table tfoot th {
		padding-top: 16px;
		border-left: none;
		position: relative;
		background: none;
	}

	.table tfoot td.text-right + .text-right:before, .table tfoot th.text-right + .text-right:before {
		content: "";
		position: absolute;
		top: 10px;
		left: -1px;
		right: 0;
		bottom: 0;
		background: #fff;
		border-left: 1px solid #e9ebeb;
		z-index: -1;
		box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	}

	.project-form .form-group .label-holder {
		width: 300px;
	}

	.project-form .btn-holder {
		padding-left: 130px;
	}

	.fancybox-content {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.container-fluid,
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.left-nav > li:first-child .dropdown {
		padding-left: 40px;
		left: -25px;
	}

	.chat-button {
		right: 40px;
	}

	.page-header {
		padding: 25px 40px;
		margin: 0 -40px 30px;
	}

	.page-header + .main-tabs {
		margin-top: -30px;
	}

	.main-tabs .tabset li .title {
		display: block;
	}

	.table th.price,
	.table td.price {
		width: 103px;
	}

	.table th.total-price,
	.table td.total-price {
		width: 185px;
	}

	.project-form .form-group .label-holder {
		width: 300px;
	}

	.project-form .btn-holder {
		padding-left: 164px;
	}
}

@media (min-width: 1400px) {
	.container-fluid,
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.left-nav > li:first-child .dropdown {
		padding-left: 60px;
		left: -45px;
	}

	.chat-button {
		right: 60px;
	}

	.page-header {
		padding: 30px 60px;
		margin: 0 -60px 30px;
	}

	.main-tabs .tabset {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.table-reponsive.table-custom-tablet .table {
		display: block;
		box-shadow: none;
	}

	.table-reponsive.table-custom-tablet .table thead,
	.table-reponsive.table-custom-tablet .table th,
	.table-reponsive.table-custom-tablet .table .col-hidden,
	.table-reponsive.table-custom-tablet .table .empty-row {
		display: none !important;
	}

	.table-reponsive.table-custom-tablet .table tbody {
		display: block;
		padding: 0;
		margin: 0 0 10px;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.table-reponsive.table-custom-tablet .table tbody:last-child {
		margin-bottom: 0;
	}

	.table-reponsive.table-custom-tablet .table tbody:before {
		width: 1px;
		content: "";
		position: absolute;
		top: 0;
		left: 100px;
		bottom: 0;
		background: #e9ebeb;
		z-index: 9;
	}

	.table-reponsive.table-custom-tablet .table tr {
		display: block;
	}

	.table-reponsive.table-custom-tablet .table tr:nth-child(even) td {
		background: #f8f9f9;
	}

	.table-reponsive.table-custom-tablet .table td {
		width: 100% !important;
		height: auto;
		min-height: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		position: relative;
		text-align: left !important;
		border-width: 1px 0 0 !important;
	}

	.table-reponsive.table-custom-tablet .table td:not([data-title]):before,
	.table-reponsive.table-custom-tablet .table td[data-title=""]:before {
		content: "";
	}

	.table-reponsive.table-custom-tablet .table td:before {
		width: 100px;
		content: attr(data-title) " :";
		padding: 0 10px 0 0;
		font-size: 10px;
		color: #7d8989;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.table-reponsive.table-custom-tablet .table tfoot {
		display: block;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		position: relative;
	}

	.table-reponsive.table-custom-tablet .table tfoot:before {
		width: 1px;
		content: "";
		position: absolute;
		top: 0;
		left: 100px;
		bottom: 0;
		background: #e9ebeb;
		z-index: 9;
	}

	.table-reponsive.table-custom-tablet .table tfoot td {
		background: #fff;
		border-width: 1px 0 0;
	}

	.table-reponsive.table-custom-tablet .table tfoot .heading {
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		font-size: inherit;
	}
}

@media (max-width: 767px) {
	body.nav-active,
	body.topnav-active {
		overflow: hidden;
	}

	#header {
		padding: 6px 85px;
	}

	.table-reponsive.table-custom-mobile .table {
		display: block;
		box-shadow: none;
	}

	.table-reponsive.table-custom-mobile .table thead,
	.table-reponsive.table-custom-mobile .table th,
	.table-reponsive.table-custom-mobile .table .col-hidden,
	.table-reponsive.table-custom-mobile .table .empty-row {
		display: none !important;
	}

	.table-reponsive.table-custom-mobile .table tbody {
		display: block;
		padding: 0;
		margin: 0 0 10px;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}

	.table-reponsive.table-custom-mobile .table tbody:last-child {
		margin-bottom: 0;
	}

	.table-reponsive.table-custom-mobile .table tbody:before {
		width: 1px;
		content: "";
		position: absolute;
		top: 0;
		left: 100px;
		bottom: 0;
		background: #e9ebeb;
		z-index: 9;
	}

	.table-reponsive.table-custom-mobile .table tr {
		display: block;
	}

	.table-reponsive.table-custom-mobile .table tr:nth-child(even) td {
		background: #f8f9f9;
	}

	.table-reponsive.table-custom-mobile .table td {
		width: 100% !important;
		height: auto;
		min-height: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		position: relative;
		text-align: left !important;
		border-width: 1px 0 0 !important;
	}

	.table-reponsive.table-custom-mobile .table td:not([data-title]):before,
	.table-reponsive.table-custom-mobile .table td[data-title=""]:before {
		content: "";
	}

	.table-reponsive.table-custom-mobile .table td:before {
		width: 100px;
		content: attr(data-title) " :";
		padding: 0 10px 0 0;
		font-size: 10px;
		color: #7d8989;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.table-reponsive.table-custom-mobile .table tfoot {
		display: block;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		position: relative;
	}

	.table-reponsive.table-custom-mobile .table tfoot:before {
		width: 1px;
		content: "";
		position: absolute;
		top: 0;
		left: 100px;
		bottom: 0;
		background: #e9ebeb;
		z-index: 9;
	}

	.table-reponsive.table-custom-mobile .table tfoot td {
		background: #fff;
		border-width: 1px 0 0;
	}

	.table-reponsive.table-custom-mobile .table tfoot .heading {
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		font-size: inherit;
	}
}

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



.rect_green, .rect_orange, .rect_red {
	width: 20px;
	height: 20px;
	border-radius: 50%;	
	display: inline-flex;
	background-color: red;	
}
.rect_green{
	background-color: #00ff00;	
}
.rect_orange{
	background-color: #ff9900;	
}
.rect_red{
	background-color: #ff0000;	
}


