@font-face {
	font-family: 'OpenSans';
	src: url(./fonts/openSans/OpenSans-Regular.ttf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url(./fonts/openSans/OpenSans-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'OpenSans';
	src: url(./fonts/openSans/OpenSans-Bold.ttf);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	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;
}
@font-face {
	font-family: Roboto;
	src: url(./fonts/roboto/Roboto-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: Roboto;
	src: url(./fonts/roboto/Roboto-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: Roboto;
	src: url(./fonts/roboto/Roboto-Medium.ttf);
	font-weight: 300;
}
@font-face {
	font-family: Roboto;
	src: url(./fonts/roboto/Roboto-Light.ttf);
	font-weight: 200;
}
* {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-tap-highlight-color: rgba( 240, 0, 0, .2 );
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .tooltip, .main-header .logo,
.daterangepicker .calendar th, .daterangepicker .calendar td, .daterangepicker, .datepicker.dropdown-menu {
	font-family: /*'Mtel', 'OpenSans', */'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;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.capitalise {
	text-transform: capitalize;
}
.no-box-shadow {
	box-shadow: none !important;
}
.no-min-width {
	min-width: 0 !important;
}
.no-radius{
	border-radius:0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}
.no-margin-left-nor-right {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.min-height {
	min-height: 300px;
}
.min-height-61 {
	min-height: 61px !important;
}
.timepicker,.datapicker,.cursor_pointer,tr.cursor_pointer td,.cursor_pointer input {
	cursor: pointer !important;
}
.cursor_default,tr.cursor_default td {
	cursor: default !important;
}
.deviceColour {
	white-space: nowrap;
/*	text-shadow: 1px 1px 1px black, -1px -1px 1px gray;
	font-weight: bold;*/
}
.bg-primary {
	background-color: #3c8dbc !important;
	color: white;
}
.input-group-addon.bg-primary { border-color: #3c8dbc; }
.sidebar-menu>li>a {
	text-transform: uppercase;
	font-weight: bold;
}
.form-control[readonly] {
	background-color: white;
}
.input-group.pre-selected,
.form-control.pre-selected {
	box-shadow: 0px 0px 3px 0px green;
	transition: all .5s linear;
}
/*.treeview-menu>li>a,
.sidebar-menu>li>a {
	text-shadow: 1px 1px 1px black;
}*/
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.pos-relative {
	position: relative;
}
.pos-abs-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.pos-abs-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.pos-abs-top-left {
	position: absolute;
	left: 0;
	top: 0;
}
.pos-abs-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
}
.border-top-1px-dashed-gray {
	border-top: 1px dashed gray;
}
.border-bottom-1px-solid-gray {
	border-bottom: 1px solid gray;
}
#cnt {
	position: relative;
}
#cnt .msnry {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.sidebar-menu>li>a,
.treeview-menu>li>a {
	text-shadow: none;
}
.skin-red-light .sidebar-menu>li>a,
.skin-red-light .treeview-menu>li>a,
.skin-purple-light .sidebar-menu>li>a,
.skin-purple-light .treeview-menu>li>a,
.skin-green-light .sidebar-menu>li>a,
.skin-green-light .treeview-menu>li>a,
.skin-yellow-light .sidebar-menu>li>a,
.skin-yellow-light .treeview-menu>li>a,
.skin-black-light .sidebar-menu>li>a,
.skin-black-light .treeview-menu>li>a,
.skin-blue-light .sidebar-menu>li>a,
.skin-blue-light .treeview-menu>li>a {
	text-shadow: none;
}

.sidebar-menu>li>a i.fa,
.treeview-menu>li>a i.fa {
	text-shadow: none;
}

.unitSup {
	position: absolute;
	top: -9px;
	left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background: rgba( 255, 255, 255, 1 );
	font-size: 12px;
	z-index: 4;
	border-radius: 10px;
	border: 1px solid rgba( 128, 128, 128, .1 );
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
label+.unitSup {
	/*left: auto;*/
}
.unitSup+.form-control {
	border-top: 1px solid rgba( 128, 128, 128, .3 );
}
.unitSup+.form-control.bg-blue:focus {
	border-top-color: rgba(60, 141, 188, .5);
}
.form-control+.unitSup {
	background-color: rgba( 0, 0, 0, .01 );
	top: -8px;
}

.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{

}
.bottom-border-if-not-last-1px-solid-silver:not(:last-child) {
	border-bottom: 1px solid silver;
}
.margin-bottom-5px-if-not-last:not(:last-child) {
	margin-bottom: 5px;
}
.padding-bottom-5px-if-not-last:not(:last-child) {
	padding-bottom: 5px;
}
.saleOrderStats>li>i:first-child {
	height: 24px;
	border-radius: 0;
	background-position: center;
	background-size: cover;
	background-color: #ddd;
}
.pre-order-selector {
	list-style: none;
	padding: 0;
}
.pre-order-selector>li {
	padding: 10px;
	cursor: pointer;
	border-radius: 20px;
}
.pre-order-selector>li:hover {
	background: rgba( 0, 0, 0, .1 );
}
.pre-order-selector>li>div {
	margin-left: 25px;
}
.flag-holder {
	display: inline-block;
	width: 24px;
	height: 20px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/flags/flag_en.png);
}
.flag-holder.al { background-image: url(/images/flags/flag_al.png); }
.flag-holder.bg { background-image: url(/images/flags/flag_bg.png); }
.flag-holder.bs { background-image: url(/images/flags/flag_bs.png); }
.flag-holder.de { background-image: url(/images/flags/flag_de.png); }
.flag-holder.dk { background-image: url(/images/flags/flag_dk.png); }
.flag-holder.en { background-image: url(/images/flags/flag_en.png); }
.flag-holder.es { background-image: url(/images/flags/flag_es.png); }
.flag-holder.fr { background-image: url(/images/flags/flag_fr.png); }
.flag-holder.he { background-image: url(/images/flags/flag_he.png); }
.flag-holder.hr { background-image: url(/images/flags/flag_hr.png); }
.flag-holder.hu { background-image: url(/images/flags/flag_hu.png); }
.flag-holder.it { background-image: url(/images/flags/flag_it.png); }
.flag-holder.lt { background-image: url(/images/flags/flag_lt.png); }
.flag-holder.lv { background-image: url(/images/flags/flag_lv.png); }
.flag-holder.mk { background-image: url(/images/flags/flag_mk.png); }
.flag-holder.pt { background-image: url(/images/flags/flag_pt.png); }
.flag-holder.ro { background-image: url(/images/flags/flag_ro.png); }
.flag-holder.rs { background-image: url(/images/flags/flag_rs.png); }
.flag-holder.ru { background-image: url(/images/flags/flag_ru.png); }
.flag-holder.sl { background-image: url(/images/flags/flag_sl.png); }
.flag-holder.tr { background-image: url(/images/flags/flag_tr.png); }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: default !important;
}
.clickable {
	cursor: pointer !important;
}
.screen-overlay {
	z-index: 999;
	background: #f5f5f5;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease-in-out;
}
.screen-overlay>span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.testSizeViewer {
	position: fixed;
	bottom: 50px;
	right: 50px;
	background: rgba( 0, 0, 0, .6 );
	color: white;
	text-shadow: 1px 1px 1px black;
	z-index: 9998;
	padding: 10px;
	border-radius: 4px;
}
.toast {
	position: fixed;
	bottom: 52px;
	right: 32px;
/*	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);*/
	background: rgba( 0, 0, 0, .6 );
	color: white;
	text-shadow: 1px 1px 1px black;
	display: none;
	/*transition: all .3s ease-in-out;*/
	z-index: 9999;
	padding: 10px;
	border-radius: 4px;
}
#loadingWindow{
	/*display: none;*/
	z-index: 9999;
	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.loadingInner {
	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;*/
	background: white;
	/*padding: 40px 40px 60px 40px;*/
	padding: 40px 40px 20px 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;
}
#loadingWindow div.loadingInner div.progress {
	margin-top: 20px;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}
.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

/*.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s ease-in-out infinite;
    -o-animation: progress-bar-stripes 2s ease-in-out infinite;
    animation: progress-bar-stripes 2s ease-in-out infinite
}*/
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;
}
.file-input.is-locked .file-caption-main .input-group-btn .btn-primary {
	background-color: rgba( 255, 0, 0, .5 ) !important;
	border-color: transparent !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #888;
}
.initHide {
	display: none;
}
.m0hauto {
	margin: 0 auto;
}
.no-float {
	float: none !important;
}
.margin-right-10px {
	margin-right: 10px !important;
}
.margin-right-5px {
	margin-right: 5px !important;
}
.margin-left-5px {
	margin-left: 5px !important;
}
.margin-left-10px {
	margin-left: 10px !important;
}
.margin-bottom-1px {
	margin-bottom: 1px !important;
}
.margin-bottom-5px {
	margin-bottom: 5px !important;
}
.margin-bottom-10px {
	margin-bottom: 10px !important;
}
.margin-bottom-20px {
	margin-bottom: 20px !important;
}
.margin-bottom-30px {
	margin-bottom: 30px !important;
}
.margin-top-5px {
	margin-top: 5px !important;
}
.margin-top-3px {
	margin-top: 3px !important;
}
.margin-top-8px {
	margin-top: 8px !important;
}
.margin-top-10px {
	margin-top: 10px !important;
}
.margin-top-20px {
	margin-top: 20px !important;
}
.margin-top-30px {
	margin-top: 30px !important;
}
.margin-top-40px {
	margin-top: 40px !important;
}
.padding-10px {
	padding: 10px;
}
.padding-top-5px {
	padding-top: 5px !important;
}
.padding-bottom-5px {
	padding-bottom: 5px !important;
}
.padding-bottom-2px {
	padding-bottom: 2px !important;
}
.padding-top-10px {
	padding-top: 10px !important;
}
.padding-bottom-10px {
	padding-bottom: 10px !important;
}
.padding-left-5px {
	padding-left: 5px !important;
}
.padding-left-10px {
	padding-left: 10px !important;
}
.padding-left-15px {
	padding-left: 15px !important;
}
.padding-left-20px {
	padding-left: 20px !important;
}
.padding-right-5px {
	padding-right: 5px !important;
}
.padding-right-10px {
	padding-right: 10px !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;
}
.print-only:last-child {
	page-break-after: auto;
}
.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;
}
.afterButtons {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.text-shadow {
	text-shadow: 1px 1px 2px black;
}
#generalModal .modal-body {
	max-height: 800px;
	overflow-y: auto;
}
.nav-tabs-custom.gray {
	background: transparent !important;
}
.nav-tabs-custom.gray>.nav-tabs>li {
	margin-right: 1px;
	border-top: 3px solid #999;
/*	border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}
.nav-tabs-custom.gray>.nav-tabs>li.active {
	border-left: 0;
	border-right: 0;
}
.nav-tabs-custom.gray>.nav-tabs>li>a, .nav-tabs-custom.gray>.nav-tabs>li>a:hover {
	/*padding: 5px 20px 10px 10px;*/
}
.nav-tabs-custom.gray>.tab-content {
	padding-top: 20px;
}
.nav-tabs-custom>.gray.nav-tabs>li,
.nav-tabs-custom>.gray.nav-tabs>li>a,
.nav-tabs-custom.gray>.nav-tabs>li:hover>a {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.input-group .input-group-addon {
	border-left: 0;
	border-right: 0;
}
.input-group-addon:first-child {
	border-left: 1px solid #d2d6de;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.input-group-addon:last-child {
	border-right: 1px solid #d2d6de;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input-group input.form-control:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.input-group-addon.bg-blue-active {
	border-color: #005384 !important;
}
.input-group-addon.bg-orange-active {
	border-color: #ff7701 !important;
}
.input-group-addon.bg-aqua-active {
	border-color: #00a7d0 !important;
}
.info-box-number {
	font-size: 28px;
}
.main-avatar {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 50px;
	width: 50px;
	background-size: 80% auto !important;
}
.autocomplete-suggestions,
.select2-container--default.select2-container--open,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	/*box-shadow: 4px 4px 4px #B7B7B7;*/
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14), 0px 7px 10px -5px rgba(60, 141, 188, 0.4);
	z-index: 10000;
}
.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: 1920px;
}
.orderStatsTable tr th:first-child,
.orderStatsTable tr td:first-child {
	width: 200px;
	max-width: 200px !important;
	white-space: nowrap;
}
.orderStatsTable thead tr:first-child th:first-child,
.orderStatsTable thead tr:first-child td:first-child {
	white-space: nowrap;
}
.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;
}
.vTop {
	vertical-align: top !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;
}
/*.main-sidebar,
.main-header .logo {
	width: 300px;
}
.main-header .navbar,
.content-wrapper, .main-footer {
	margin-left: 300px;
}*/
.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: 5px !important;
}
.orderCompleted {
	background-color: rgba( 0, 255, 0, 0.1 ) !important;
	padding: 5px !important;
}
.orderNewlyAdded {
	background-color: rgba( 0, 255, 0, 0.4 ) !important;
	transition: background 1s ease-in-out;
}
.orderCanceled {
	background-color: rgba( 255, 0, 0, 0.1 ) !important;
	padding: 5px !important;
}
.poOrderDetails {
	background-color: rgba( 0, 128, 0, .1 ) !important;
	padding: 5px !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 {
	border-bottom-color: #eaeaea;
	transition: background 1s ease-in-out;
}
.product-list-in-box>.item .orderContents {
	margin: 10px;
	padding: 7px 10px;
	border: 1px solid #eaeaea;
	background: rgba( 255, 255, 255, .5 );
	min-height: 40px;
}
.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;
}
.avatar-order-list {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 50%;
	margin: 0px auto;
}
.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;
}
.cke_button_label.cke_button__scrollmark_label {
	display: inline !important;
}
.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
	font-family: Tahoma,Verdana,Sans-Serif !important;
}
.chatBox {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 400px;
	height: 600px;
}
.chatBox .box{
	height: 100%;
}
.slider-horizontal:focus {
	box-shadow: 0px 0px 2px 4px blue;
}
.text-new {
	transition: background .3s ease-in-out;
}
@media (max-width: 991px) {
/*	.main-header .navbar-custom-menu a, .main-header .navbar-right a.btn {
		color: inherit !important;
		background: initial !important;
	}*/
}
@media (max-width: 767px) {
	.skin-purple .main-header .navbar .dropdown-menu li a {
		color: initial !important;
	}
/*	.content-wrapper, .main-footer {
		margin-left: 0;
	}
	.main-header .logo, .main-header .navbar {
		width: 100%;
	}
	.main-header .navbar {
		margin-left: 0;
	}
	.main-sidebar{
		-webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
	}*/
}
@media (min-width:768px) {
	.modal-dialog.larger {
		width: 69%;
		max-width: 1280px;
	}
}
@media (min-width:1800px) {
	.modal-dialog {
		width: 800px;
	}
}
@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 {
	html, body {
		height:auto;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden;
	}
	.wrapper, .content-wrapper {
		height: auto !important;
	}
	.print-only { display: block !important; }
	.no-print-border {
		border: none !important;
	}
	.no-print,
	.form-group,
	aside.main-sidebar,
	header.main-header,
	.box-tools a {
		display: none;
	}
	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);
	}
}
