@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-Light.ttf);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(./fonts/openSans/OpenSans-BoldItalic.ttf);
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Mtel;
	src: url(./fonts/mtel/MtelTextReg.ttf);
	font-weight: 300;
}
@font-face {
	font-family: Mtel;
	src: url(./fonts/mtel/MtelTextLig.ttf);
	font-weight: 100;
}
@font-face {
	font-family: Mtel;
	src: url(./fonts/mtel/MtelTextBol.ttf);
	font-weight: 700;
}
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .tooltip, .main-header .logo {
	font-family: /*'Mtel', 'Open Sans', */'Tahoma','Verdana',sans-serif;
}
pre {
	font-family: 'Menlo','Lucida Console',monospace;
	max-width: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

:focus {
	outline: none !important;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.no-box-shadow {
	box-shadow: none !important;
}
.no-min-width {
	min-width: 0 !important;
}
.no-radius{
    border-radius:0px !important;
}
.min-height {
	min-height: 300px;
}
.min-height-61 {
	min-height: 61px !important;
}
.timepicker,.datapicker,.cursor_pointer,tr.cursor_pointer td {
	cursor: pointer !important;
}
.deviceColour {
	white-space: nowrap;
/*	text-shadow: 1px 1px 1px black, -1px -1px 1px gray;
	font-weight: bold;*/
}
.sidebar-menu>li>a {
	text-transform: uppercase;
	font-weight: bold;
}
/*.treeview-menu>li>a,
.sidebar-menu>li>a {
	text-shadow: 1px 1px 1px black;
}*/
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
#cnt {
	position: relative;
}
#cnt .msnry {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.box-tools a {
    color:#999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box-tools a:hover {
    color: #000;
    font-size:15px;
}

.chart-legend{

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: default !important;
}
.clickable {
	cursor: pointer !important;
}
#loadingWindow{
	/*display: none;*/
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba( 192, 192, 192, 0.3 );
	/*url(loading-gears-red.gif) 50% 50% no-repeat;*/
}
#loadingWindow div {
	position: relative;
	display: inline-block;
	top: 50%;
	left: 50%;
	max-width: 80%;
	transform: translate( -50%, -50% );
	/*background: rgba(221, 75, 57,0.75);*/ /*red*/
	/*background: rgba(96, 92, 168, 0.75);*/ /*purple*/
	/*background: rgba( 204, 204, 204, 0.75 );*/ /*lightgray*/
	background: white url(/images/stickfigure_1.png) 50% 29% no-repeat;
	padding: 40px 40px 60px 40px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px 1px silver;
	color: black;
	font-size: large;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
a.fileinput-holder {
	display: inline-block;
}
a.fileinput-holder div {
	overflow: hidden;
	position: absolute;
	height: 35px;
	cursor: pointer;
}
a.fileinput-holder div input[type="file"] {
	width: 100%;
	height: 100%;
	outline: none;
	position: absolute;
	cursor: pointer !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #888;
}
.bannerList .imageHolder {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 300px;
}
.bannerList .imageHolder img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
}
.bImage {
	margin: 0 auto;
	max-width: 100%;
	/*max-height: 100%;*/
}
.initHide {
	display: none;
}
.m0hauto {
	margin: 0 auto;
}
.no-float {
	float: none !important;
}
.margin-right-10px {
	margin-right: 10px !important;
}
.margin-bottom-5px {
	margin-bottom: 5px !important;
}
.margin-top-5px {
	margin-top: 5px !important;
}
.margin-top-10px {
	margin-top: 10px !important;
}
.margin-top-20px {
	margin-top: 20px !important;
}
.padding-top-5px {
	padding-top: 5px !important;
}
.padding-bottom-5px {
	padding-bottom: 5px !important;
}
.padding-top-10px {
	padding-top: 10px !important;
}
.padding-bottom-10px {
	padding-bottom: 10px !important;
}
.padding-left-10px {
	padding-left: 10px !important;
}
.padding-left-15px {
	padding-left: 15px !important;
}
.padding-left-20px {
	padding-left: 20px !important;
}
.inline-block {
	display: inline-block;
	width: auto;
}
.input-group {
	/*margin-bottom: -1px;*/
}
.input-group .form-control {
	/*margin-left: -1px;*/
}

.dataTable thead tr th {
	border-bottom: 1px solid black;
}
.dataTable tfoot tr th {
	border-top: 1px solid black;
}
.dataTable tbody tr.odd {
	/*background-color: rgba( 0,0,0,0.02 );*/
}
.dataTable tbody tr td {
	padding: 5px;
	cursor: default;
	border-bottom: 1px solid silver;
}
.dataTable tbody tr:hover {
	/*background-color: rgba( 0,0,0,0.1 );*/
}
.dataTable tbody tr.clickable td {
	cursor: pointer;
}
.print-only {
	display: none;
}
.error {
	color: red;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mw500 {
	max-width: 400px !important;
}
.mc-90pct {
	width: 90% !important;
}
.mh50 {
	max-height: 50px;
	min-height: 50px;
	width: auto;
}
.m-r-2 {
	margin-right: -2px !important;
}
.boxesHolder label {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.form-horizontal.row-border .form-group {
	border-bottom: 1px solid #ececec;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	margin-left: -10px;
	margin-right: -10px;
}
.form-horizontal.row-border .form-group:last-child {
	border-bottom: none;
}
.text-shadow {
	text-shadow: 1px 1px 2px black;
}
#generalModal .modal-body {
	max-height: 456px;
	overflow-y: auto;
}
.nav-tabs-custom {
	background: transparent !important;
}
.nav-tabs-custom>.nav-tabs>li {
	margin-right: 1px;
	border-top: 3px solid #999;
/*	border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}
.nav-tabs-custom>.nav-tabs>li.active {
	border-left: 0;
	border-right: 0;
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover {
	/*padding: 5px 20px 10px 10px;*/
}
.nav-tabs-custom>.tab-content {
	/*padding-top: 20px;*/
}
.nav-tabs-custom>.nav-tabs>li,
.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li:hover>a {
	/*border-top-right-radius: 6px;*/
	/*border-top-left-radius: 6px;*/
}
.main-avatar {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 50px;
	width: 50px;
	background-size: 80% auto !important;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 300px !important;
}
.chart {
    height: 250px;
    z-index: 90;
    width: 100%;
    overflow: hidden;
    /* Sizes */
}
.chart.chart-small {
    height: 100px;
}
.chart.chart-medium {
    height: 200px;
}
.chart.chart-normal {
    height: 250px;
}
.chart.chart-large {
    height: 400px;
}
/* * * * * * * * * * * *
 * Tooltip
 * * * * * * * * * * * */
#flotTip {
    padding: 3px 6px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 200;
    font-size: 13px;
}
/* * * * * * * * * * * *
 * Flot Legend
 * * * * * * * * * * * */
.legend .legendColorBox > div {
    border: 0 !important;
    padding: 0 !important;
}
.legend .legendLabel {
    padding-left: 3px;
}
/* * * * * * * * * * * *
 * Chart Widgets
 * * * * * * * * * * * */
.widget.widget-closed .widget-chart {
    display: none;
}
.widget-chart {
    display: block;
    background-color: #658db3;
    border: 1px solid #4c7399;
    padding: 12px;
    /* Colors */

}
.widget-chart .tickLabel {
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}
.widget-chart .legend .legendLabel {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget-chart.widget-chart-blue {
    background-color: #54728c;
    border: 1px solid #41586c;
}
.widget-chart.widget-chart-blueLight {
    background-color: #658db3;
    border: 1px solid #4c7399;
}
.widget-chart.widget-chart-green {
    background-color: #94b86e;
    border: 1px solid #7ba350;
}
.widget-chart.widget-chart-red {
    background-color: #e25856;
    border: 1px solid #db2d2a;
}
.widget-chart.widget-chart-yellow {
    background-color: #ffb848;
    border: 1px solid #ffa415;
}
.widget-chart.widget-chart-orange {
    background-color: #f89406;
    border: 1px solid #c67605;
}
.widget-chart.widget-chart-purple {
    background-color: #7a43b6;
    border: 1px solid #613591;
}
.widget-chart.widget-chart-gray {
    background-color: #555555;
    border: 1px solid #3b3b3b;
}
/* * * * * * * * * * * *
 * Easy Pie Chart
 * * * * * * * * * * * */
.easyPieChart {
    position: relative;
    text-align: center;
    font-weight: bold;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.has-switch label {
	z-index: 10 !important;
}
.datepicker table {
	z-index: 11;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
	height: 6px;
}
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-bottom:before {
	height: 6px;
	z-index: 9;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -4px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -3px;
}
.datepicker-dropdown.datepicker-orient-top:after,
.datepicker-dropdown.datepicker-orient-top:before {
	top: auto;
}
.layout-boxed {
	background: rgba( 220,220,220,.5 ) fixed;
	background-size: cover;
}
.layout-boxed .wrapper {
	max-width: 1366px;
}
.input-group-addon.addon-inline {
	background: #fff;
	color: #999;
	border-left: none;
	padding-left: 0;
}
.input-group .form-control.addon-inline {
	border-right: none;
	padding-right: 5px;
}
.input-group .form-control.addon-inline:focus ~ .input-group-addon.addon-inline {
	border-color: #3c8dbc;
	box-shadow: none;
}
.vMiddle {
	vertical-align: middle !important;
}
.bg-white {
	background: white !important;
}
.fifty-fifty {
	width: 50px;
	height: 50px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
}
.content {
	padding: 10px;
}
.content-wrapper {
	/*background-image: url(/images/vinagi_gotov_h100.png);*/
	background-position: 98% 98%;
	background-repeat: no-repeat;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.orderExpired {
	background-color: rgba( 255, 0, 0, 0.1 ) !important;
	padding: 10px !important;
}
.orderCompleted {
	background-color: rgba( 0, 255, 0, 0.1 ) !important;
	padding: 10px !important;
}
.progress {
	position: relative;
}
.progress .progress-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
}
.progress-shaded {
	background:#ececec;
}
.timeline-body {
	word-wrap: break-word;
}
.hover-gray:hover {
	background: rgba( 200, 200, 200, 0.15 );
}
.autorows {
	max-height: 500px;
}
.projectItem {
	/*position: relative;*/
}
.product-img {
	position: relative;
}
.projectBadge {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 35px;
	height: 35px;
	text-align: center;
	color: white;
	font-weight: bold;
	/*font-size: 13px;*/
	text-shadow: 1px 1px gray;
	border: 1px solid white;
	border-radius: 50%;
	/*padding: 8px 0;*/
	line-height: 32px;
}
/*.timeline.projectComments .timeline-item.comment:hover {
	background: rgba(204, 204, 204, 0.05);
}*/
/*.timeline.projectComments li > i.fa {
	border: 1px solid black;
	width: 32px;
	height: 32px;
}*/
.products-list.comments {
	background: rgba(0,0,0,0.1);
	padding-top: 6px;
}
.product-list-in-box>.item.projectItem {
	border-bottom-width: 0px;
	/*border-bottom-color: rgba(0,0,0,0.1);*/
	margin-bottom: 6px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.timeline.projectComments li h3.timeline-header,
.timeline.projectComments li span.time {
	/*line-height: 28px;*/
	font-weight: normal;
}
.timeline.projectComments li h3.timeline-header {
	background: rgba( 200, 200, 200, 0.5 );
	border-bottom: 0;
}
.timeline.projectComments li.unread h3.timeline-header,
.timeline.projectComments li.unread span.time {
	background: #00a65a;
	color: white;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	white-space: nowrap;
}
.timeline.projectComments li h3.timeline-header,
.timeline.projectComments li.unread span.time{
	transition: background 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.text-normal {
	font-weight: normal;
}
.text-pre {
	white-space: pre-wrap;
	/*line-height: 1em;*/
	word-wrap: break-word;
}
.searchTerm {
	float: right;
	/*transition: width 0.4s ease-in-out;*/
	transition: width .3s ease-in-out, border .3s ease-in-out;
	/*transition: width 0.3s ease-in-out;*/
}
.searchTerm.collapsed {
	padding-left: 0;
	padding-right: 29px;
	width: 25px;
	cursor: pointer;
	border: 1px solid transparent;
}
.priority_1 {
	background: #EEE;
	color: #aaa;
}
.priority_2 {
	background: #aaa;
	color: black;
}
.priority_3 {
	background: silver;
	color: black;
}
.priority_4 {
	background: orange;
	color: black;
}
.priority_5 {
	background: red;
	color: white;
}
li.projectItem div.product-info span.label {
	white-space: nowrap;
	display: inline-block;
}
.nav>li>a>img.img-responsive {
	max-width: 100%;
}
.avatar-N {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	background: purple;
	color: white;
	font-size: 20px;
	text-align: center;
	font-family: /*'Mtel', */'Open Sans', 'Tahoma','Verdana',sans-serif;
}
.avatar-N.profile-user-img {
	width: 100px;
	height: 100px;
	line-height: 90px;
	font-size: 40px;
}
.avatar-N.comment {
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.avatar-N.inline {
	font-size: 10px;
	/*font-weight: 100;*/
	width: 22px;
	height: 22px;
	line-height: 22px;
}
.avatar-U.comment {
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.avatar-U.inline {
	display: inline-block;
	width: 22px;
	height: 22px;
}
.avatar-preview {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 27px;
}
.avatar-user-header {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	font-size: 35px;
}
.avatar-top-header {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 50%;
	font-size: 17px;
}
.pre-wrap {
	white-space: pre-wrap;
}
.timeline.projectComments>li {
	margin-right: 0;
}
.timeline.projectComments>li>.fa,
.timeline.projectComments>li>.glyphicon,
.timeline.projectComments>li>.ion {
	width: 37px;
	height: 37px;
	font-size: 15px;
	line-height: 37px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 14px;
	top: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.timeline.projectComments>li>.timeline-item {
	border-top-left-radius: 0;
	margin-left: 51px;
	margin-right: 0;
}
img.choose-lang {
	width: 32px;
	height: auto;
}
.no-border-bottom-radius {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.no-border-right {
	border-right: 0;
}
.text-muted, td.text-muted span {
	color: #777 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 0 0 8px;
}
.products-list.product-list-in-box div.box {
	margin-bottom: 6px;
}
.notifications-menu a:first-child {
	color: white !important;
	text-shadow: 1px 1px black !important;
}
.main-header .navbar .nav>li>a>.label {
	font-size: 10px;
}
.no-wrap {
	white-space: nowrap;
}
ul.textcomplete-dropdown {
	z-index: 1000;
}
.main-header {
	z-index: 998;
}

.chatBox {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 400px;
	height: 600px;
}
.chatBox .box{
	height: 100%;
}

.apkIcon {
	width: auto;
	height: 32px;
}
.apkIcon.small {
	height: 16px;
}

@media (max-width: 991px) {
	.main-header .navbar-custom-menu a, .main-header .navbar-right a.btn {
		color: inherit !important;
		background: initial !important;
	}
}
@media all and (min-width:1367px) {
	.layout-boxed.circuit_1 {
		background-image: url(../../images/circuit_1.jpg);
	}
	.layout-boxed.circuit_2 {
		background-image: url(../../images/circuit_2.jpg);
	}
	.layout-boxed.circuit_3 {
		background-image: url(../../images/circuit_3.jpg);
	}
	.layout-boxed.circuit_4 {
		background-image: url(../../images/circuit_4.jpg);
	}
}
.pflowTimeline {
	margin: 10px 0;
	/*background: #ececec;*/
	display: inline-block;
	width: 100%;
	position: relative;
}
.pflowTimeline .hline {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	height: 3px;
	background: #aaa;
	border-radius: 2px;
}
.pflowTimeline .item {
	float: left;
	padding: 10px 0;
	text-align: center;
}
@media print {
	.print-only { display: block !important; }
	.no-print,
	.form-group,
	aside.main-sidebar,
	header.main-header,
	.box-tools a {
		display: none;
	}
	.content-wrapper {
		/*margin-left: 0;*/
	}
	footer {
		display: none;
		color: #d4d4d4;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	canvas#bannerViews {
		width: 180mm !important;
	}
	.printHead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		color: #d4d4d4;
	}
	body,html {
		padding: 0; margin: 0;
	}
	.pba {
		page-break-after: always;
	}
}
@page {
	margin: 10mm;
	@bottom-right {
		content: counter(page);
	}
}
