/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
	font-family: Signika;

}

input[type='checkbox']{
	-webkit-appearance: none;
	border: solid #c0c0c0 1px;
	background: none;
	width: 14px;
	height: 14px;
	
}
input[type='checkbox']:focus{
    outline: none;
}

input[type='checkbox']:checked{
	padding: 0px;
}

input[type='checkbox']:checked:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	font-size: 13px;
}


#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 200px 30px 0px 30px;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.naglowek_blue {
	padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
    border-bottom: 2px solid #3399ff;
	color: #3399ff;
}

a{
	cursor: pointer;
	color: #068eda;
}

a:hover{
	text-decoration: none;
	color: #51b0e1;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    font-family: fontawesome;
	margin: 0px 0px 0px 10px;
	color: #c3ccd2;
	font-size: 10px;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    font-family: fontawesome;
	margin: 0px 0px 0px 10px;
	color: #c3ccd2;
	font-size: 10px;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: none;
    font-family: fontawesome;
	margin: 0px 0px 0px 10px;
	color: #c3ccd2;
	font-size: 10px;	
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c!important;
    color: #fff!important;
    background-color: #5cb85c!important;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

label.error{
	color: red;	
}

.status_zrealizowany{
	background: green;
}		
.status_do_realizacji{
	background: red;	
}
.status_w_trakcie{
	background: orange;
}
.status_potwierdzony{
	background: #77ff00;	
}
.status_inny{
	background: white;	
}
.status_niezrealizowany{
	background: #bb0000;
}	
.status_anulowany{
	background: #cccccc;
}	

.status_czerwony{
	background: red;	
}

.status_zolty{
	background: yellow;	
}

.status_czarny{
	color: black;
}

.status_czerwony a, .status_zolty a, .status_czarny a{
	font-weight: bold;	
}
.status_czarny a{
}

.navbar-brand{
	padding: 5px 15px 0px 15px;
}

.navbar-brand img{
	float: left;
/*
	margin: -10px 10px 0px 0px; 
	height: 40px;
*/	
}

.paginacja{
	text-align: center;
	
}

.paginacja a, .paginacja span{
	display: inline-block;
	padding: 4px;
	border: solid #ccc 1px;
	border-radius: 2px;
	margin: 0px 5px 0px 5px;
	color: #000;
	text-decoration: none;
}

.paginacja span{
	background: green;
	color: #fff;
	font-weight: bold;
	
}

a{
	cursor: pointer;	
}

.ui-datepicker{ z-index: 9999 !important;}

.serwis-delete{
	color: red;
	
}

#naprawa .btn-zapisz{
	background: #337ab7;
	color: #fff;
}

.wizyty_serwisowe a, .wizyty_serwisowe a:hover{
	color: #000;
}



/* nowe menu */


@media(min-width:768px) {

	.navbar{
		position: fixed;
		width: 100%;		
	}
	
	.navbar-header{
		/*float: none;*/
		height: 90px;	
	}
	
	ul.kmenu li{
		float: left;
		display: inline-block;		
	}
	
	ul.kmenu li a{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;	
	}	

	ul.nav-second-level{
		position: fixed;
		left: 0px;
		width: 100%;
		background: #fff;
		border-bottom: solid #eeeeee 1px;
	}	

	ul.nav-second-level a{
		background: none;
		color: #000;
	}
	ul.nav-second-level a:hover{
		background: none;
		color: #5e5e5e;
	}
	ul.kmenu li a.btn, ul.kmenu li a.btn:hover{
		background-color: #337ab7;	
		color: #fff;
	}		
	/*
	ul.kmenu li a.btn{
		position: fixed;
		right: 30px;
	}*/	
	ul.kmenu li.fright{
		float: right;
		margin: 6px 50px 0px 0px;
	}	
	
}

ul.kmenu li{
	margin: 5px 5px 0px 5px;	
}

ul.kmenu>li>a{
	color: #fff;
	background: #337ab7;	
}

ul.kmenu>li>a:hover{
	background: #337ab7;
	color: #e5e5e5
}

ul.kmenu>li>a:active, ul.kmenu>li>a.active, ul.kmenu>li.active>a{
	/* background: #337ab7;	*/
	background: #fff;
	color: #000;
}

/*
ul.kmenu>li>a.active{
	width: 200px;
}
*/
	ul.kmenu li a.btn{
		padding: 6px 6px 6px 6px;
		line-height: 20px;
		border: none;
	}	

	ul.kmenu li a.btn:hover{
		background-color: #337ab7;	
		color: #e5e5e5;
	}	

	ul.kmenu>li>a span{
		float: right;
		margin: 0px 0px 0px 30px;
	
	}

.navbar-default{
	border: none;
	background: url('../images/patt.gif');
}	

.navbar-top-links, .navbar-top-links>li>a{
	background: none;
	color: #fff;
}

a.dropdown-toggle{
	background: none!important;
	
}

.navbar-top-links>li>a:hover{
	background: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: none;
}



.tcinline{
	float: right;
	display: inline-block;
	height: 40px;
	padding: 0px 0px 0px 5px;
}

.tcinline select {
	margin: 2px 0px 0px 0px;
	height: 34px;
}

.dtheader{
	float: left;
	width: 100%;
	background: #f0f2f4;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid #dddddd 2px;
}

.dtheader2{
	background: #f0f2f4;
	border-bottom: solid #dddddd 2px;
}

.dataTable_wrapper .row, .dataTable_wrapper .row  .col-sm-12, table.dataTable{
	margin-top: 0px!important;
	padding-top: 0px!important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    border: 1px solid #c3ccd2;	
    color: #c3ccd2;
}

.btn-light{
	border-radius: 0px;	
	background-color: #f0f2f4;
	color: #a5a9a8;
	border: 1px solid #a5a9a8;		

}
.btn-light2{
	border-radius: 0px;	
	background-color: #f0f2f4;
	color: #3399ff;
	border: 1px solid #a5a9a8;		

}

table thead th, table.dataTable thead th{
	color: #8c99a7;
	font-weight: normal;
}
	
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #fafafb
	
}	
	
.table-hover > tbody > tr:hover > td{
	background-color: #ffffcc;
}

table td.uc, table td.uc *{
	text-transform: uppercase;
}

.editgroup{
	display: none;
}

.naglowek_edit{
	padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
}

.w_trakcie{
	font-size: 15px;
	padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
	color: #3399ff;
}

.naglowek_gray{
	font-size: 12px;
	color: #8c99a7;
}


.blue{
	color: #3399ff;
}
.px15{
	font-size: 15px;
}

.red, .red *{
	color: red!important;
}

#showedit{
	font-size: 17px;
}


.info_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  z-index: 2000;
  display: none;
}
.info_overlay:target {
  visibility: visible;
  opacity: 1;
}

.info_popup {
  margin: 150px auto;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup_close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.nowy_dz{
	display: none;
}

.bt_c0{
	border-top: solid #c0c0c0 1px;
}
.bb_c0{
	border-bottom: solid #c0c0c0 1px;
}

.no-transform{
	text-transform: none!important;
	
}

.date_width{
	width: 90px;
	
}

.nowy_zamawiajacy{
	float: left;
	margin-bottom: 10px;
	display: none;
}
