body {
	background-color: #fefefe;
	font-size:15px;
	color:#444;
}
h1, h2, h3 {
	margin-top:0;
}

h2 {
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	color:#f15923;
	margin-bottom: 40px;
}

@media (max-width:767px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	h2 {
		font-size: 24px;
	}
}
hr {
	border-color: #ccc;
}

.no-warp {
	white-space: nowrap;
}

.navbar {
	border-radius: 0;
	z-index: 100;
}
.navbar-nav {
/* 	margin: 0 0 0 -5px; */
}
.navbar-toggle {
	float: left;
	margin-top:0px;
}

.navbar-brand {
	padding-top:9px;
	padding-bottom: 0px;
}


.navbar-content
{
    width:320px;
    padding: 15px;
    padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
    display: table;
    content: "";
    line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer 
{
    background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
width: 100%;
}

.badge2 {
	background:#a60707;
	width:18px;
	height:18px;
	border-radius: 9px;
	position: absolute;
	font-size: 11px;
	text-indent: 0;
	line-height: 11px;
	padding:4px;
	text-align: center;
	color:#fff;
	top:4px;
	right:-4px;
	z-index: 20;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #FFF;
    background-color: #f15923;
}

.menu-truck-cnt {
	background-color: #fff;
	font-size: 13px;
}

.btn {
/* 	border-radius: 0px; */
}
.btn:hover {
	background: #ccc;
}
.btn-md {
	padding:10px 17px !important;
	font-size:17px;
}
.btn-form {
	background-color: #00af9c;
	text-transform: uppercase;
	color:#fff;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-form:hover {
	background-color: #019181;
	color:#fff;
}

.btn-primary {
	border-color: #13161D;
	font-weight: 700;
}
.btn-primary.active {
	background-color: #F15923;
	border-color: #13161D;
}

.btn-modal {
	background-color: #1b318b;
	text-transform: uppercase;
	color:#fff;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-modal2 {
	background-color: #1b318b;
	color:#fff;
}
.btn-info {
	background: #22459d;
	border-color:#22459d;
}
.btn-info:hover {
	background:#f15923;
	border-color:#f15923;
}

#radioBtn .notActive{
    color: #666;
    background-color: #fff;
}

.on .fa {
	color:#00AF9C;
}
.rest .fa {
	color:#E3A614;
}
 
 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
/*     padding-left: 240px; */
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute; 
    left: 240px;
    width: 0;
    height: 100%;
    margin-left: -240px;
    overflow-y: auto;
    background: #222630;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 240px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    overflow-x: hidden;
}
/*
.xyz{
    min-width: 360px;
}
*/
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}
.fixed-brand{
    width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 240px;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.nav-pills>li>a {
	border-radius: 0px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}

.navbar-collapse {
	padding-left: 0px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	left:-20px;
	font-size:18px;
	color:#F15923;
	position: relative;
	z-index: 999999;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 240px;
    }
    .fixed-brand{
        width: 240px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 240px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 240px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 66px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 240px;
    }


    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 230px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;

    }
}


.nav-tabs {
	border-bottom: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #a8acb9;
}
.tab-content {
	background: #e1e1e1;
	padding:15px;
	min-height: 200px;
}
.nav-tabs > li > a {
	border-radius: 0;
	color:#777;
}
.nav > li > a:focus, .nav > li > a:hover {
	color:#323745;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #e1e1e1 !important;
	color: #777;
	border-color: #e1e1e1;
}

.input-group-addon, .form-control {
	border-radius: 0 !important
}

.search-and-filter {
	margin:15px 0 25px 0;
}

.search-and-filter .form-inline .input-group .input-group-addon {
	width:32px;
}

.search-and-filter input {
	font-size: 17px;
}
.form-inline .form-group,
.form-inline .input-group {
	width:100% !important;
	margin-bottom:5px;
}

/* TRASA +++++++++++++++++++++++++++++++++ */
.trasa-map {
	width:100%;
	background:#222;
}

    .map-responsive{
    overflow:hidden;
    padding-bottom:440px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* TAHOGRAF ++++++++++++++++++++++++++++++ */
.tahograf {
	padding:0 0 15px 0;
	font-size: 14px;
/* 	color:#a8acb9; */
}
.tahograf strong {
	font-size: 24px;
	display: block;
	font-weight: normal;
	color:#00AF9C;
}
.tahograf strong span {
	font-size: 18px;
}
.tahograf .fa {
	color:#00AF9C;
}

/*Panel tabs*/
.panel {
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none !important;
}
.panel-tabs {
    position: relative;
    bottom: 11px;
    clear:both;
    border-bottom: 1px solid transparent;
}
.panel-primary {
	border:none;
}
@media screen and (max-width:480px;) {
	.panel-heading {
		clear: left !important;
	}
}
.panel-primary .panel-body {
	padding-left:0px;
	padding-right: 0px;
	background-color: transparent;
	border:red
}
.panel-primary .tab-content {
	padding-left:0px;
	padding-right:0px;
}
.panel-heading {
	border-radius:0px;
}
.panel-primary > .panel-heading {
	min-height:40px;
	background-color: #212530;
	border:none;
}

@media screen and (max-width: 630px){
	.panel-primary > .panel-heading {
		min-height:200px;
		background-color: #212530;
		border:none;
	}

}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

@media screen and (max-width: 630px){
	.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
	width: 100%;
	}
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .50);
    border-bottom-color: transparent;
}

.info-row {
	margin-bottom: 20px;
	font-size: 17px;
}

/* TABLE ++++++++++++++++++++++++++++++ */
table { 
  width: 100%; 
  border-collapse: collapse; 
  border:none;
/*   color: #777; */
}
/*
table a {
	color:#444;
}
*/
tr {
	background: #e1e4e9;
}
tr:nth-of-type(odd) { 
  background: #f1f1f1; 
}
th { 
  background: #777; 
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color:#f1f1f1;
}
td, th { 
  padding: 6px; 
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  text-align: left; 
}
tr.active td {
	background-color: #80e09b;
}
tr.pause td {
	background-color:#ffbb00;
}
tr.work td {
	background-color: #ccffff;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #1a1d25; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #1a1d25; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
	table.vehicle td:nth-of-type(1):before { content: "Pojazd"; color:#656a7b}
	table.vehicle td:nth-of-type(2):before { content: "Kierowca"; color:#656a7b }
	table.vehicle td:nth-of-type(3):before { content: "Pozycja"; color:#656a7b}
	table.vehicle td:nth-of-type(4):before { content: "Jazda"; color:#656a7b}
	table.vehicle td:nth-of-type(5):before { content: "Odpoczynek"; color:#656a7b}
	table.vehicle td:nth-of-type(6):before { content: "Dystans"; color:#656a7b}
	table.vehicle td:nth-of-type(7):before { content: "Edycja"; color:#656a7b; text-align: left !important}
	table.vehicle td strong {
	display: block;
	font-size: 24px;
	font-weight: normal;
	}
	
	table.tacho td:nth-of-type(1):before { content: "Czas"; color:#656a7b}
	table.tacho td:nth-of-type(2):before { content: "Status"; color:#656a7b }
	table.tacho td:nth-of-type(3):before { content: "Dystans mapa"; color:#656a7b}
	table.tacho td:nth-of-type(4):before { content: "Dystans CAN"; color:#656a7b}
	table.tacho td:nth-of-type(5):before { content: "Spalanie"; color:#656a7b}
	table.tacho td:nth-of-type(6):before { content: "Licznik/Paliwo"; color:#656a7b}
	
	table.message td:nth-of-type(1):before { content: "Wiadomość"; color:#656a7b}
	table.message td:nth-of-type(2):before { content: "Data"; color:#656a7b }
	table.message td:nth-of-type(3):before { content: "Pojazd"; color:#656a7b}
	table.message td:nth-of-type(4):before { content: "Treść"; color:#656a7b}
	
	table.drivers-cart td:nth-of-type(1):before { content: "Pojazd"; color:#656a7b}
	table.drivers-cart td:nth-of-type(2):before { content: "Data"; color:#656a7b }
	table.drivers-cart td:nth-of-type(3):before { content: "Plik"; color:#656a7b}
	table.drivers-cart td:nth-of-type(4):before { content: "Pobieranie"; color:#656a7b}
	
	table.road-raport td:nth-of-type(1):before { content: "Czas"; color:#656a7b}
	table.road-raport td:nth-of-type(2):before { content: "Czas trasy"; color:#656a7b}
	table.road-raport td:nth-of-type(3):before { content: "Status"; color:#656a7b }
	table.road-raport td:nth-of-type(4):before { content: "Lokalizacja"; color:#656a7b}
	table.road-raport td:nth-of-type(5):before { content: "Dystans (km)"; color:#656a7b}
	table.road-raport td:nth-of-type(6):before { content: "Spalanie"; color:#656a7b}
	table.road-raport td:nth-of-type(7):before { content: "Licznik / paliwo"; color:#656a7b}
}
.on em.fa {color:#888 !important}
.rest em.fa {color:#888 !important}

table.message tr.new-message {
	font-weight: bold;
}
table.message tr.new-message p {
	font-weight: bold;
}

table.message tr.new-message .fa {
	color: #f15923;
}

td.driver {
	overflow: hidden;
}
td.driver .icon {
	float: left;
}
td.driver .name {
	float: left;
	padding-left:10px;
}


/* MESSAGE +++++++++++++++++++++++ */
.message-new {
	margin:15px 0;
}

table.message {
	font-size: 13px;
}
table.message p {
	font-weight: 200;
}
table.drivers-cart {margin-top:15px;}

/* LOGOWANIE +++++++++++++++++++++ */
.form-signin
{
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 60px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

a.nav-right {
	color: #000;
}

.padding-icons-navbar {
	padding-top: 15px;
}

.padding-right-i {
	padding-right: 10px;
}

.span-float-left {
	float: left;
}

.span-float-right {
	float: right;
}

.ul-pink {
	background-color: pink;
}

.ul-green {
	background-color: rgb(153, 255, 153);
}
.ul-yellow {
	background-color: rgb(255, 255, 204);
}

.opened {
	display: block;
}

.closed {
	display: none;
}

#more-truck {
	padding: 3px 20px; 
	min-height: 23px;
}

#second-more-truck {
	padding: 3px 20px; 
	min-height: 23px;
}

#third-more-truck {
	padding: 3px 20px; 
	min-height: 23px;
}

.modal {
	position: static;
}
.modal-body {
	font-size:13px;
	padding-top:0px;
}
.modal-body h5 {
	font-weight: bold !important;
	font-size:14px;
	text-transform: uppercase;
	background-color:#eee;
	padding:5px;
}
.modal-body strong {
	color:#666;
}
.modal-body hr {
	border-color:#eee;
	margin:10px 0 10px 0;
}
.modal-header {
	padding-bottom:0;
	padding-top:8px;
	border-bottom: none;
}

.modal-dialog {
	width:50% !important;
	margin:0 10px 0 10px !important;
}
.modal-backdrop {
	background-color: transparent;
}
.modal-footer {
	padding-top:0;
	padding-bottom:0;
	border-top:none;
}
.modal-footer .last {
	text-align: left;
	color:#ccc;
}

#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
  
.icon404 {
	padding:80px 0;
}


.sidebarclass {
    overflow-x:  hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    background-color: #222630;
}
body::-webkit-scrollbar-thumb {
    background:  rgb(241 89 35);
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #009eb3;
}

.sidebarclass::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebarclass::-webkit-scrollbar-track {
            border-radius: 10px;
}

/* Handle */
.sidebarclass::-webkit-scrollbar-thumb {
    background:  rgb(241 89 35);
    border-radius: 10px;
}

/* Handle on hover */
.sidebarclass::-webkit-scrollbar-thumb:hover {
    background: #009eb3; 
}
@media screen and (min-width: 800px) {
    .sidebarclass {
        min-width:  66px;
    }
}

#menu-toggle {
    left: 0px;
    top: 4px;
}

@media (min-width: 769px) {
    #menu-toggle-2 {
        display: block;
        left: 0px;
        top: 3px;
    }
}

@media (max-width: 768px) {
    #menu-toggle-2 {
        display: none;
        left: 0px;
    }
}

@media (min-width: 992px) {
    .last-activity-timestamp{
        text-align: right !important;
    }
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: url('/fonts/opensans/OpenSans-Regular.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/opensans/OpenSans-Regular.ttf') format('woff'), /* Modern Browsers */
    url('/fonts/opensans/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/opensans/OpenSans-Regular.ttf#svgFontName') format('svg'); /* Legacy iOS */
}

.navbar-digi {
    position: fixed;
    margin-top: -56px;
    width: 100%;
}

.navbar-digicolor {
    background-color: #222630;
    border-color: #222630;
}

.navbar-digicolor .navbar-toggle:focus, .navbar-digicolor .navbar-toggle:hover,
.navbar-digicolor .navbar-nav > li > a:focus, .navbar-digicolor .navbar-nav > .open > a {
    background-color: #3b4152!important;
}

.svg-ico {
    height: 16px;
    width: 16px;
}

.text-color-digi {
    color: #f77f00;
}

.pw-container {
    position: fixed;
    left: 30%;
    z-index: 9999999;
    background: #ccc;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 30vw;
}

.pw-container .ptitle {
    background: #222630; padding: 10px; border-radius: 3px 3px 0px 0px;
}

.pw-container .pcontent {
    background: #ccc; padding: 10px; border-radius: 0px 0px 3px 3px; border: 1px #888 solid; color: #000; min-height: 30vh;
}

.fc-event-title.fc-sticky:hover{
    overflow: visible;
    white-space: normal;
    height:auto;
}


#historyPrint:enabled i{
    display: none;

.select2-container {
    min-width: 100%;
    min-height: 100%;
}

.select2-container .select2-selection--single {
    min-height: 32px;

}