html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,section,nav,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
section, nav, header, footer, article 
{
 display:block;
}
body
{

}
		
	
	
.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 10px 40px;
  margin: 0px 10px 10px 0px;

	border-radius: 10px;
	font-family: 'Pacifico', cursive;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;	
	border-top: 0;
border-left: 0;
border-right: 0;
}

.blue
{
	background-color: #3498DB;


}

.red
{
	background-color: #E74C3C;

	
}

.green
{
	background-color: #82BF56;


}

.yellow
{
	background-color: #F2CF66;


}
#brak-form input[type="text"] {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 205px;
	padding: 10px;
	margin-left: 10px;
	border: none;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background: #f9f9f9;
	color: #131313;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#brak-form textarea {
	font-family: 'Open Sans';
	font-size: 14px;
	height: 70px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 235px;
	padding: 10px 30px 10px 10px;
	border: none;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background: #f9f9f9;
	color: #3E70AF;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	margin-left: 10px;
}
#brak-form label{
	font-family: 'Open Sans';
	font-size: 14px;
}
#brak-form .row
{
	margin:20px 0;
}
#brak-form .order_area.row{
	width: 300px;
	padding: 10px;
	background: #dddddd;
	text-align: center;
	/* font-family: Open sans-serif; */
	font-family: 'Open Sans';
	font-size: 13px;
	border-radius: 5px;
}
#brak-form input[type="submit"]
{
	font-family: 'Open Sans';
	width: 250px;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin: 5px auto;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 30px;
	background-color: #3498DB;
	position: relative;
	padding: 10px 40px;
	margin: 0px 10px 10px 10px;
	color: #FFF;

}
.new_brak
{
	font-family: 'Open Sans';
	font-size: 13px;
	background: #ceeefe;
	padding: 7px 0;
	border-bottom: 1px dotted silver;
}
.zamena_brak{
	 font-family: 'Open Sans';
	 font-size: 13px;
	 background: #c2feba;
	 padding: 5px 0;
	border-bottom: 1px dotted silver;

}
.delivered_brak{
	font-family: 'Open Sans';
	font-size: 13px;
	background: #f4fed2;
	padding: 7px 0;
	border-bottom: 1px dotted silver;

}
.h_br_list{
	display: inline-block;
	text-align: center;
	padding-left: 6px;
	min-height: 1px;
	float: left;
}
.h_br_list.w_5{
	width:5%;
}
.h_br_list.w_10{
	width:10%;
}
.h_br_list.w_15{
	width:15%;
}
.h_br_list.w_20{
	width:20%;
}
.h_br_list.w_25{
	width:25%;
}
.h_br_list.w_30{
	width:30%;
}
.h_br_list.w_7{
	width:7%;
}
.h_br_list.w_12{
	width:12%;
}
.h_br_list.w_18{
	width:18%;
}
.h_br_list.w_4{
	width:4%;
}
.brak_list #list-tit{
	height:40px;
}
.change_status{
	display: inline-block;
	background: #3498DB;
	color: white;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.brak_list li a{
	color: #000;
}
.link_brak{
	text-decoration: none;
}
.brak_list .sorter{
	margin: 20px 0;
	/* float: right; */
	text-align: right;
}
.brak_list .sorter ul{
	display: inline-block;
}
.form_fil_brak{
	font-size: 12px;
}