/*!
 * 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;
}

#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 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.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;*/
        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";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.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;
    color: #fff;
    background-color: #5cb85c;
}

.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;	
}

.error{
font-weight: bold; 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_zielony{
	background: #00ff00;
}

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

.navbar-brand{
	
}

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

.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;	
}

.polprodukt_row label.error,
.dzial_row label.error{
	padding: 0px 0px 0px 5px;
}

.bordered{
	border: solid #e5e5e5 1px;	
}


.childbordered>div{
	border: solid #e5e5e5 1px;
}
.childbordered2>div>div{
	border: solid #e5e5e5 1px;
}

.centered{
	text-align: center;	
}

.status_podswietlony{
	background: #00ff00;
}

.status_podswietlony2{
	background: #ff00ff;
}

.h30{
	height: 30px;
	line-height: 30px;
}

.h40{
	height: 40px;
	line-height: 40px;
}

.h45{
	height: 45px;
	line-height: 45px;
}

.lh22{
	line-height: 20px;
}

.pad10{
	padding: 10px!important;
}

.pad10 label{
	margin: 0px;
}

.fc-time-grid-container{
	height: 0px!important;
}

.fc-time-grid{
	display: none
}

.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: 20px auto;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  width: 95%;
  height: 90%;
  max-height: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}

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


.inline_100px{
	display: inline;
	width: 100px;
}
.inline_150px{
	display: inline;
	width: 150px;
	float: right;
}
.inline_200px{
	display: inline;
	width: 200px;
}


.popup_scrolldiv{
	overflow-y: scroll; overflow-x: hidden;
	height: 90%;
	max-height: 90%;
	margin-bottom: 10px;
	border: solid #dddddd 1px;
	padding: 5px;
}


.popup_scrollform{
	height: 100%;
	max-height: 100%;	
}

.langs{
	position: relative;
	z-index: 10;
	height: 20px;
	top: 0%;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.langs a.active img{
	border: solid #5cb85c 2px;
}


.karta_zamowienia .panel.phidden .panel-body{
	display: none;
}
.karta_zamowienia .panel.phidden .panel-heading{
	cursor: pointer;
}
.panel.phidden .panel-body{
	display: none;
}
.panel.phidden .panel-heading{
	cursor: pointer;
}

.zamowienia_tabs{
	padding-top: 20px;
}

.wrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.resetpassword{
	width: 100%;
	float: right;
	color: #5e5e5e;
	text-align: right;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}



td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}

tr.poterminie{
	background: #d9534f!important;
	font-weight: bold;
}

tr.poterminie * {
	color: #fff;
}
tr.poterminie select, tr.poterminie select option{
	color: #d9534f;
}

.dotyk_nr{
	text-align: center;
	font-size: 40px;
	font-weight: bold;	
}

.dotyk_nazwa{
	font-size: 20px;
	 word-break: break-all;
}
.dotyk_miniatura{
	text-align: center;
}

.uwagidrukthead{
	margin-top: 25px;
	font-size: 17px;
}

.uwagidrukrow{
	/* padding: 0px 0px 20px 0px; */
	line-height: 50px;	
	font-size: 20px;
}

.uwagidrukrow input[type='checkbox']{
	margin: 0px;
}

.erpradio{
	width: 34px; 
	height: 34px; 
	border: none; 
	display: inline-block; 
	box-shadow: none;
	float: left;
	margin: 0px 10px 0px 0px!important;
}

.erpradiolabel{
	line-height: 34px;
}

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

.zostalo{
	width: 100%;
	color: red;
	font-weight: bold;
	font-size: 20px;
}

.zamowienie_kontrole hr{
	margin-top: 5px;
	margin-bottom: 5px;
}

h3.customerordername{
    margin-top: 10px;
    margin-bottom: 30px;	
}

.panel-success>.panel-heading {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
}

.panel .btn.btn-success{
	color: #fff;
}

#myaccount .select2-container .select2-selection--single {
	height: 34px;
	line-height: 34px;	
}
#myaccount .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 34px;
	line-height: 34px;	
}

#produkcjaform .select2-container, #nowezamowienie .select2-container{
	width: 100%!important;
}

#produkty_table .select2-container {
	width: 100%!important;
}