@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald.ttf');
}

body {
	padding-top:100px;
}

.table .btn-group{
	white-space: nowrap;
}

.table .btn-group .btn {
    float: none;
    display: inline-block;
}

.table thead th {
	vertical-align:middle !important;
	text-align:center;
}

.table-hover2 * {
	transition: all 0.3s;
}

.table-stripped tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.2);
}

.table-hover2 tbody tr:hover {
	background-color: rgba(0,0,0,0.5) !important;
}

.table-hover2 tbody tr:hover td {
	background-color: rgba(0,0,0,0.5) !important;
}

.center {
	text-align:center;
}

.vcenter {
    vertical-align: middle !important;
}

.v-center {
    vertical-align: middle !important;
	float:none !important;
	display:inline-block !important;
}

td[role=lp] {
	text-align:center;
}

.left {
	text-align:left !important;
}

.right {
	text-align:right !important;
}

.delay {
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay5 {
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay75 {
	-webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.delay-1 {
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2 {
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.dropdown-menu li a{
	font-size:20px !important;
	width:100%;
}

.dropdown-menu {
	min-width:250px !important;
	padding:10px !important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.7);
}

.dropdown-menu li a.normal{
	font-size:15px !important;
	width:auto;
	display:inline-block;
}

.navbar {
	font-size:16px !important;
}

.navbar a, .navbar a:hover, .navmenu a, .navmenu a:hover {
	transition: all 0.3s;
}

.visible-1024 {
	display:none !important;
}

.big-tooltip + .tooltip{
	width: 500px !important;
}
.big-tooltip + .tooltip .tooltip-inner{
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 1199px) and (min-width: 768px){
	.visible-1024 {
		visibility:visible !important;
		display:block !important;
	}
	
	.hidden-1024 {
		display:none !important;
	}
}

@media (max-width: 1328px) and (min-width: 1200px){
	.visible-1200 {
		visibility:visible !important;
		display:block !important;
	}

	.hidden-1200 {
		display:none !important;
	}
}

@media (min-width: 1329px){
	.visible-1368 {
		visibility:visible !important;
		display:block !important;
	}
	
	.hidden-1368 {
		display:none !important;
	}
}

.leftMenuButton {
	margin-right:16px;
}

.fa-fw {
	margin-right:8px;
}

.fa-caret-down {
	font-size:12px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.rozwin {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.contrast {
	background-color:#485563;
	color:#f0f0f0;
	padding: 10px 15px;
	height:auto;
	width:auto;
}
.contrast h3, .contrast h4, .contrast h5, .contrast h6 {
	/*display:inline-block;*/
	margin-bottom: 5px !important;
	margin-top:0 !important;
}

.contrast h4:last-child {
	margin-bottom: 0 !important;
}


.contrast small {
	color: rgba(240, 240, 240, 0.7);
	font-size:14px;
}

/*h3 small {*/
	/*margin-left: 5px;*/
/*}*/

.lh-14 {
	line-height:14px;
}

.contrast.danger {
	background-color: #d9534f;
}

.contrast.danger:hover {
	background-color: #d43f3a;
}

.col-marg {
	margin-bottom:15px;
}

#toTop, #scrollUp, #scrollDown {
	border-radius:50%;
	background-color:rgba(251,190,64, 0.7);
	position:fixed;
	right:30px;
	width:48px;
	height:48px;
	text-align:center;
	vertical-align:middle;
	color:#3a4554;
	line-height: 44px;
	cursor:pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	z-index:998;
}

#toTop:hover, #toTop:active, #scrollUp:hover, #scrollUp:active, #scrollDown:hover, #scrollDown:active{
	background-color:#fab627;
}

#toTop i.fa, #scrollUp i.fa, #scrollDown i.fa {
	vertical-align:middle;
}

#toTop {
	bottom: 30px;
}

#scrollUp {
	top: 100px;
}

#scrollDown {
	top: 160px;
}

.cursor-pointer {
	cursor:pointer;
}

.cursor-progress {
	cursor:progress;
}

.cursor-help {
	cursor: help;
}

#menuLeft {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.font-16 {
	font-size:16px !important;
}

.polf:nth-child(odd) {
	background-color:#666 !important;
}

.polf:nth-child(even) {
	background-color:#555 !important;
}

.polf:hover {
	background-color:#444 !important;
}

.navbar-form label {
	color:#3a4554 !important;
}

.width-45 {
	width:45px;	
}

.navmenu-nav > li[role="separator"] {
	border-bottom: 1px solid #3a4554;
	margin:10px 20px;
}

.navmenu-nav > li[role="section-header"] {
	color: rgba(58, 69, 84, 0.4);
	font-size:24px;
	padding-left: 15px;
}

.meldunki tr, .czynnosci tr {
	height:60px;
}

.meldunki tr:nth-child(odd), .czynnosci tr:nth-child(odd) {
	background: rgba(0,0,0,0.1);	
}

.meldunki tr:hover, .czynnosci tr:hover {
	background: rgba(0,0,0,0.2);
}

#tab-zlecenia td {
	font-size:18px;
	padding: 5px 10px;
}

.progress-zlecenie {
	padding: 0 0 6px !important;
}

.progress-zlecenie .progress-bar {
	background-color:#8a9198 !important;
	color:#DDD !important;
	font-size:10px !important;
	line-height:12px !important;
}

.status {
	font-size:13px !important;
}

td a {
	color: #f0f0f0;
	text-decoration:none !important;
	display:inline-block;
	width:100%;
}

.data {
	font-size:14px !important;
}

.error h1 {
	font-size: 120px;
}

.error h1 small {
	font-size: 50px;
}

.editable-container{
	width: 370px !important;
}

.dost-wydruk {
	font-size: 10px !important;
}

.dost-wydruk tr {
	page-break-inside: avoid;
}

.dost-wydruk tr td {
	page-break-inside: avoid;
}

.black-overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a.disabled {
	pointer-events: none;
}

@media print {
	.table-print td {
		font-family: Arial, sans-serif;
		color: #000000;
		font-size: 10px !important;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
	}
}

.overflow {
	overflow: auto;
}

.padding-top {
	padding-top: 15px;
}

.zleceniaksiegowe td {
	font-size: 20px;
}

.margin-right {
	margin-right: 10px;
}

.dropdown-menu li .checkbox {
	padding-left: 45px;
	line-height: 17px;
}

.dropdown-menu li .label--checkbox {
	font-size: 16px;
}

.list-special {
	margin: .5rem;
}

.list__item {
	margin: .5rem 2rem;
	padding: 0;
}

.label--checkbox {
	position: relative;
	margin: 1rem;
	line-height: 135%;
	cursor: pointer;
}

.checkbox-special {
	position: relative;
	top: -.75rem;
	margin: 0 3rem 0 0 !important;
	cursor: pointer;
}
.checkbox-special:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	width: 3rem;
	height: 3rem;
	border: 2px solid #f2f2f2;
}
.checkbox-special:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 1.3rem;
	border-color: #5cb85c;
	border-top-style: none;
	border-right-style: none;
}
.checkbox-special:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 3.3rem;
	height: 3.3rem;
	background: #677a8e;
	cursor: pointer;
}

.file-input {
	position: relative;
}

.file-input input {
	opacity: 0;
	position: absolute;
	display: inline;
}

/*.file-input input:hover, .file-input label:hover {*/
	/*cursor: pointer;*/
/*}*/

.file-input label {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.file-input label.inline {
	line-height: 39px;
}

button.save {
	margin-left: 20px;
}

.w100 {
	width: 100%;
}

.float-right {
	float: right;
}

.red-text {
	color: #ff3f3a !important;
}

.no-padding { padding: 0; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }

.no-margin { margin: 0; }
.no-margin-left { margin-left: 0; }
.no-margin-right { margin-right: 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }

.padding-10 { padding: 10px; }
.padding-left-10 { padding-left: 10px; }
.padding-right-10 { padding-right: 10px; }
.padding-top-10 { padding-top: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }

.padding-20 { padding: 20px; }
.padding-left-20 { padding-left: 20px; }
.padding-right-20 { padding-right: 20px; }
.padding-top-20 { padding-top: 20px; }
.padding-bottom-20 { padding-bottom: 20px; }

.margin-10 { margin: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }

.margin-20 { margin: 20px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }
.margin-top-20 { margin-top: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }


.badge-round {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	background-color: white;
	color: black;
	border-radius: 50%;
	margin-right: 5px;
}
td .badge-round:last-child {
	margin-right: 0;
}

@media print {
	.printable {
		border: 2px solid black;
		width: 100%;
		color: #000;
		font-family: Arial;
		font-size: 13px;
	}
	.printable th, .printable td {
		padding: 5px;
		border: 1px solid black;
	}
	.printable .bigger {
		height: 130px;
	}
	.printable th {
		text-align: center;
		background-color: #999;
	}
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen {
	.printable {
		display: none;
	}
}

.table tr td a {
	color: inherit;
}
.table tr td .badge, .any-place.badge {
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: 5px;
	display: inline-block;
}
.table tr td .badge:not(:first-child), .any-place.badge:not(:first-child) {
	margin-left: 5px;
}
.table tr td .badge.warning, .any-place.badge.warning {
	background-color: #e5c600 !important;
}
.table tr td .badge.info, .any-place.badge.info {
	background-color: #008de5 !important;
	color: white !important;
}
.table tr td .badge.warning2, .any-place.badge.warning2 {
	background-color: #ff8700 !important;
}
.table tr td .badge.animated, .any-place.badge.animated {
	color: #38414c !important;
}
.table tr td .badge.danger, .any-place.badge.danger {
	background-color: #d0181a !important;
	color: #fff !important;
}
.table tr td .badge.danger.animated, .any-place.badge.animated.danger {
	color: #38414c !important;
	background: linear-gradient(244deg, #fffa00, #f00) !important;
	background-size: 400% 400%;
	-webkit-animation: blink-warning 0.5s ease infinite;
	-moz-animation: blink-warning 0.5s ease infinite;
	animation: blink-warning 0.5s ease infinite;
}
.table tr td .badge.success, .any-place.badge.success {
	background-color: #04ff00 !important;
	color: #38414c !important;
}
.table tr td .badge.success.animated, .any-place.badge.success.animated {
	background: linear-gradient(244deg, #53ff00, #00b35a) !important;
	background-size: 400% 400%;
	-webkit-animation: blink-warning 1s ease infinite;
	-moz-animation: blink-warning 1s ease infinite;
	animation: blink-warning 1s ease infinite;
}

.table tr td .badge.success2, .any-place.badge.success2 {
	background-color: #f27fff !important;
	color: #38414c !important;
}
.table tr td .badge.success2.animated, .any-place.badge.success2.animated {
	background: linear-gradient(244deg, #f27fff, #b201c7) !important;
	background-size: 400% 400%;
	-webkit-animation: blink-warning 1s ease infinite;
	-moz-animation: blink-warning 1s ease infinite;
	animation: blink-warning 1s ease infinite;
}

.table tr.standard:nth-child(odd) td {
	background-color: #606a75;
}
.table tr.standard:hover td {
	background-color: #34343b !important;
}
.table tr.success:nth-child(even) td {
	background-color: #7bde86 !important;
	color: #3d4954;
}
.table tr.success:nth-child(odd) td {
	background-color: #69ca74 !important;
	color: #3d4954;
}
.table tr.success:hover td {
	background-color: #47b149 !important;
	color: #3d4954;
}
.table tr.warning:nth-child(even) td {
	background-color: #ded973 !important;
	color: #3d4954;
}
.table tr.warning:nth-child(odd) td {
	background-color: #cac565 !important;
	color: #3d4954;
}
.table tr.warning:hover td {
	background-color: #c6a600 !important;
	/*color: #fff;*/
}
.table tr.danger:nth-child(even) td {
	background-color: #d9534f !important;
	color: #fff;
}
.table tr.danger:nth-child(odd) td {
	background-color: #d9434e !important;
	color: #fff;
}
.table tr.danger:hover td {
	background-color: #b9424f !important;
	color: #fff;
}
.table tr.info:nth-child(even) td {
	background-color: #5bc0de !important;
	color: #3d4954;
}
.table tr.info:nth-child(odd) td {
	background-color: #58adcb !important;
	color: #3d4954;
}
.table tr.info:hover td {
	background-color: #329fc1 !important;
	color: #fff;
}
.table tr.changed:nth-child(even) td {
	background-color: #5f1602 !important;
	color: #fff;
}
.table tr.changed:nth-child(odd) td {
	background-color: #913c29 !important;
	color: #fff;
}
.table tr.changed:hover td {
	background-color: #712c07 !important;
	color: #fff;
}
.table tr.selected.success td,
.table tr.selected.danger td,
.table tr.selected.warning td,
.table tr.selected.info td,
.table tr.selected.standard td {
	background-color: #995cd4 !important;
	color: #fff !important;
}
.table tr.selected:hover td {
	background-color: #7f58b6 !important;
	color: #fff !important;
}
.table .truncate {
	width: inherit;
}
.ajax-sort a {
	text-decoration: none;
}
.ajax-sort a.active {
	color: #fbbe40;
}

.datepicker::after {
	border-bottom-color: #677a8e !important;
}
.datepicker.datepicker-orient-top::after {
	border-bottom-color: transparent !important;
	border-top-color: #677a8e !important;
}
.datepicker {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
	z-index: 10000 !important;
}

[data-notify="container"] {
	z-index: 10001 !important;
}

.animation-blink {
	animation-duration: 500ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation:blink 500ms infinite; /* Safari and Chrome */
}
.red-blink {
	animation-name: red-blink;
}

::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background: #ededed;
	box-shadow: inset 0 0 4px #888;
}
::-webkit-scrollbar-thumb {
	background: #fcc247;
}

@keyframes blink {
	0% {
		color: #ffea31;
	}
	40% {
		color:white;
	}
	60% {
		color:white;
	}
	100% {
		color:#ffea31;
	}
}
@-webkit-keyframes blink {
	0% {
		color:#ffea31;
	}
	40% {
		color:white;
	}
	60% {
		color:white;
	}
	100% {
		color:#ffea31;
	}
}

@keyframes red-blink {
	0% {
		color: #ff0018;
	}
	40% {
		color:#ffea31;
	}
	60% {
		color:#ffea31;
	}
	100% {
		color:#ff0018;
	}
}
@-webkit-keyframes red-blink {
	0% {
		color: #ff0018;
	}
	40% {
		color:#ffea31;
	}
	60% {
		color:#ffea31;
	}
	100% {
		color:#ff0018;
	}
}

@-moz-keyframes blink-warning {
	50% {
		background-position-x: 100%;
	}
}
@-webkit-keyframes blink-warning {
	50% {
		background-position-x: 100%;
	}
}
@-o-keyframes blink-warning {
	50% {
		background-position-x: 100%;
	}
}
@keyframes blink-warning {
	50% {
		background-position-x: 100%;
	}
}

.fa-angle-down
{
	margin-left: 10px;
	font-size:25px;
	line-height: 0.8;
	font-weight: 900;
}