/* line 2, ../sass/_global.scss */

.up {
    padding-top:40px;
}

.up2 {
    margin-top:90px;
    padding-top:30px;
    padding-bottom:90px;
	padding-left:30px;
	background:white;
}

.bor
{
	border: 2px solid #cccccc;
	border-radius: 5px;
	padding:4px;
}

.black
{
 background:#000000;
}

.black:hover {
    background-color: #222222 !important;
}



.container-white
{
 background:white;
 padding:14px;
 margin:20px;
}



a {
  text-decoration: none; /* usuwa domyślne podkreślenie */
}


.btn-red
{
	background:#DB1D20;

}

.btn-black
{
	background:black;
	color:white;
}

.btn-save
{
	background-color:#317D00 !important;
}

.btn-size
{
	font-size:13px;
}

.btn-success
{
	margin:4px;
	padding:2px;
}
.bor-out
{
	border: 2px solid #cccccc;
	border-radius: 5px;
	padding:4px;
	
	margin:10px;
}

.frm-btn
{
	font-size:14px;
	margin:2px;
	padding-top:6px !important;
	padding-bottom:6px !important;
}
.label
{
	.font-size:33px;
	font-weight:bold;
}
.regBox
{
	padding:10px;
	font-size:12px;
}

.red
{
	color:#DB1D20;
}

.arrow-yellow i::before
{
	color:#ffff00;
}


.arrow-white i::before
{
	color:#ffffFF;
}


.a-right i::before
{
	color:#ffff00;
}

.a-right
{
	padding-right:20px !important;
}

.a-left i::before
{
	color:#ffff00;
}

.a-left
{
	padding-left:10px !important;
}

.fa-angle-left
{
	margin-right:20px;
}



.fa-angle-right
{
	margin-left:10px;
}


.title
{
	font-weight:bold;
	font-size:18px;
	
}

.titleBig
{
	font-weight:bold;
	font-size:22px;
	
}


select .lt { text-align:center; }

.fonts
{
	color:#787878;
}

.pion
{
 margin: 0 auto; 
 vertical-align: middle;	
}

.pion2
{
 display:table-cell;
 vertical-align:middle;
}

.pion3
{
display: table-cell !important; 
overflow: hidden !important;	
 vertical-align:middle !important;
 margin: 0 auto !important; 
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 80%;
  display: inline;
}

.ToRight
{
	text-align-last:right;
	margin-right:0px;
	padding-right:0px !important;
	
}

.borderStatus
{
	border: 1px solid #cccccc;
	text-align:center;
	padding:2px;
	
}

.TopButton
{
	margin:2px;
}


.btnMenu
{
	color:#000;
	.padding:6px !important;
	margin-left:2px !important;
	margin-right:2px !important;
}

.btnMenu:hover
{
	color:#F78D1E;
}


.ProdImg
{
	width:300px !important;
}

.UnCheck
{
	background:#DDD;
}
.UnCheck:hover
{
	background:#CCC;
}
/*formularz wprowadzania godzin*/
.FormSmall
{
	width:40px !important;
	padding:4px !important;
}

.BugId
{
	font-size:44px;
	color:#000000 !important;
	text-decoration: none !important;
}
.BugSlave
{
	font-size:14px;
	color:#000000 !important;
	text-decoration: none !important;
}