/*-------23-09-05 14:55:22----------*/



/*-------/css/reset.css----------*/

a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}
ul{list-style:none}
blockquote,q{quotes:none}
table,table td{padding:0;border:none;border-collapse:collapse}
img{vertical-align:top}
embed{vertical-align:top}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}
mark,rp,rt,ruby,summary,time{display:inline}

/*-------/css/skeleton.css----------*/

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing */


/**************Global Structure*****************/
.wrapper{width:100%; overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}


/* #Base 960 Grid
================================================== */

	.container_12{position: relative; width: 960px; margin: 0 auto; padding: 0;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12	{float: left; display: inline; margin-left: 10px; margin-right: 10px;}

	/* Nested Column Classes */
	.container_12 .alpha		{margin-left: 0 !important;}
	.container_12 .omega		{margin-right: 0 !important; margin-bottom:0 !important}

	/* Base Grid */
	.container_12 .grid_1		{width: 60px; }
	.container_12 .grid_2		{width: 140px;}
	.container_12 .grid_3		{width: 220px;}
	.container_12 .grid_4		{width: 300px;}
	.container_12 .grid_5		{width: 380px;}
	.container_12 .grid_6		{width: 460px;}
	.container_12 .grid_7		{width: 540px;}
	.container_12 .grid_8		{width: 620px;}
	.container_12 .grid_9		{width: 700px;}
	.container_12 .grid_10		{width: 780px;}
	.container_12 .grid_11		{width: 860px;}
	.container_12 .grid_12		{width: 940px;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 	{padding-left:80px;}
	.container_12 .prefix_2 	{padding-left:160px;}
	.container_12 .prefix_3 	{padding-left:240px;}
	.container_12 .prefix_4 	{padding-left:320px;}
	.container_12 .prefix_5 	{padding-left:400px;}
	.container_12 .prefix_6 	{padding-left:480px;}
	.container_12 .prefix_7 	{padding-left:560px;}
	.container_12 .prefix_8 	{padding-left:640px;}
	.container_12 .prefix_9 	{padding-left:720px;}
	.container_12 .prefix_10 	{padding-left:800px;}
	.container_12 .prefix_11 	{padding-left:880px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 	{padding-right:80px;}
	.container_12 .suffix_2 	{padding-right:160px;}
	.container_12 .suffix_3 	{padding-right:240px;}
	.container_12 .suffix_4 	{padding-right:320px;}
	.container_12 .suffix_5 	{padding-right:400px;}
	.container_12 .suffix_6 	{padding-right:480px;}
	.container_12 .suffix_7 	{padding-right:560px;}
	.container_12 .suffix_8 	{padding-right:640px;}
	.container_12 .suffix_9 	{padding-right:720px;}
	.container_12 .suffix_10 	{padding-right:800px;}
	.container_12 .suffix_11 	{padding-right:880px;}

	/*twin columns*/
	.dgrid_2{float:left; width:140px;}
	.dgrid_3{float:left; width:220px;}
	.dgrid_4{float:left; width:300px;}
		.dgrid_2:first-child, .dgrid_3:first-child, .dgrid_4:first-child{margin-right:20px;}
	/*triple columns*/
	.tgrid_2{float:left; width:140px; margin-right:20px;}
	.tgrid_3{float:left; width:220px; margin-right:20px;}
		.tgrid_2.last-col, .tgrid_3.last-col{margin-right:0px;}

/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px */
	@media only screen and (max-width: 995px) {
		.container_12				{width: 768px;}
		.container_12 .grid_1		{width: 44px;}
		.container_12 .grid_2		{width: 108px;}
		.container_12 .grid_3		{width: 172px;}
		.container_12 .grid_4		{width: 236px;}
		.container_12 .grid_5		{width: 300px;}
		.container_12 .grid_6		{width: 364px;}
		.container_12 .grid_7		{width: 428px;}
		.container_12 .grid_8		{width: 492px;}
		.container_12 .grid_9		{width: 556px;}
		.container_12 .grid_10		{width: 620px;}
		.container_12 .grid_11		{width: 684px;}
		.container_12 .grid_12		{width: 748px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1 	{padding-left:64px;}
		.container_12 .prefix_2 	{padding-left:128px;}
		.container_12 .prefix_3 	{padding-left:192px;}
		.container_12 .prefix_4 	{padding-left:256px;}
		.container_12 .prefix_5 	{padding-left:320px;}
		.container_12 .prefix_6 	{padding-left:384px;}
		.container_12 .prefix_7 	{padding-left:448px;}
		.container_12 .prefix_8 	{padding-left:512px;}
		.container_12 .prefix_9 	{padding-left:576px;}
		.container_12 .prefix_10 	{padding-left:640px;}
		.container_12 .prefix_11 	{padding-left:768px;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1 	{padding-right:64px;}
		.container_12 .suffix_2 	{padding-right:128px;}
		.container_12 .suffix_3 	{padding-right:192px;}
		.container_12 .suffix_4 	{padding-right:256px;}
		.container_12 .suffix_5 	{padding-right:320px;}
		.container_12 .suffix_6 	{padding-right:384px;}
		.container_12 .suffix_7 	{padding-right:448px;}
		.container_12 .suffix_8 	{padding-right:512px;}
		.container_12 .suffix_9 	{padding-right:576px;}
		.container_12 .suffix_10 	{padding-right:640px;}
		.container_12 .suffix_11 	{padding-right:768px;}
		
		/*twin columns*/
		.dgrid_2{width:108px;}
		.dgrid_3{width:172px;}
		.dgrid_4{width:236px;}
		/*triple columns*/
		.tgrid_2{width:108px;}
		.tgrid_3{width:172px;}
		
		/*styles*/
		img{width:100%; height:auto;}
		.hide-tp{display:none !important;}
		.img-indent-none-tp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
			.img-indent-none-tp img{width:100% !important;}
		.clear-tp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-tp{overflow:visible !important;}
	}


/*  #Mobile (Landscape)
================================================== */

	/* Note: Design for a width of 480px */
	@media only screen and (max-width: 767px) {
		.container_12 {width: 420px;}
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11,
		.container_12 .grid_12{width: 100%; margin-left: 0; margin-right:0;}
		
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11{margin-bottom:30px;}
		
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1,
		.container_12 .prefix_2,
		.container_12 .prefix_3,
		.container_12 .prefix_4,
		.container_12 .prefix_5,
		.container_12 .prefix_6,
		.container_12 .prefix_7,
		.container_12 .prefix_8,
		.container_12 .prefix_9,
		.container_12 .prefix_10,
		.container_12 .prefix_11{padding-left:0;}

		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1,
		.container_12 .suffix_2,
		.container_12 .suffix_3,
		.container_12 .suffix_4,
		.container_12 .suffix_5,
		.container_12 .suffix_6,
		.container_12 .suffix_7,
		.container_12 .suffix_8,
		.container_12 .suffix_9,
		.container_12 .suffix_10,
		.container_12 .suffix_11{padding-right:0;}
		
		/*twin columns*/
		.dgrid_2, .dgrid_3, .dgrid_4{width:200px;}
		/*triple columns*/
		.tgrid_2, .tgrid_3{width:126px;}
		
		/*styles*/
		.last-col{margin-bottom:0 !important;}
		.hide-ml{display:none !important;}
		.img-indent-none-ml{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
			.img-indent-none-ml img{width:100% !important;}
		.clear-ml{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-ml{overflow:visible !important;}
	}


/* #Mobile (Portrait)
================================================== */
	
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 479px) {
		.container_12{width:300px;}

		/*twin columns*/
		.dgrid_2{width:140px;}
		.dgrid_3, .dgrid_4{width:300px;}
			.dgrid_3:first-child, .dgrid_4:first-child{margin-right:0; margin-bottom:30px;}
		/*twin columns*/
		.tgrid_2{width:90px; margin-right:15px;}
		.tgrid_3{width:300px; margin-right:0; margin-bottom:30px;}
			.tgrid_3:last-child, .tgrid_3.last-col{margin-bottom:0;}
		
		/*styles*/
		.hide-mp{display:none !important;}
		.img-indent-none-mp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
			.img-indent-none-mp img{width:100% !important;}
		.clear-mp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-mp{overflow:visible !important;}
	}


/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container_12:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	.row:after, .clearfix:after {clear: both;}
	.row, .clearfix {zoom: 1;}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}

/*-------/css/style.css----------*/

html,body{height:100%;}
body{
    background: #313639;
    font:14px/22px Arial, Helvetica, sans-serif;
    color:#889297;
    position:relative;
    min-width:960px;
    -webkit-text-size-adjust: none;
}
/*********************************header*************************************/
header{
    width:100%;
    /*background:url(../images/content-tail.gif) center top repeat;*/
    background: #fff;
    padding:30px 0 35px;
}
#page1 header{padding:30px 0 51px;}
header .indent-bottom{padding-bottom:35px;}
h1{float:left;}
h1 a{
    display:block;
    width:76px;
    height:76px;
    overflow:hidden;
    text-indent:-100%;
    font-size:0;
    line-height:0;
    /*background:url(../images/logo.png) 0 0 no-repeat;*/
}

h1 a:hover{text-decoration:none;}

/********************************* Content **********************************/
#content{
    width:100%;
    /*background:url(../images/content-tail.gif) center top repeat;*/
    background: #fff;
    padding-bottom:54px;
}

/* ---------- Titles ---------*/
h3{
    font:400 20px/24px 'Oswald', sans-serif;
    color:#596266;
    text-transform:uppercase;
    word-spacing:2px;
    padding-top:12px;
    border-top:5px solid #d4d8d9;
}
h3.title1{padding-top:0; border-top:none; line-height:20px;}
h3.title2{padding-top:0; border-top:none; color:#d23434;}
h3 a{color:inherit; text-decoration:none;}
h3 a:hover{color:#d23434; text-decoration:none;}
h6{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#d23434;}

/*---------- Columns --------*/
.col-9{float:right; margin-left:10px; margin-right:10px; width:700px;}
/*----------- Other -----------*/
.fleft{float:left; width:75%;}
.fright{float:right;}
.aright{text-align:right;}
/*---------- Links ----------*/
a{color:#d23434; outline:none; cursor:pointer; text-decoration:underline;}
a:hover{text-decoration:none;}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
    display:inline-block;
    cursor:pointer;
    font:14px/22px Arial, Helvetica, sans-serif;
    color:#fff;
    text-decoration:none;
    padding:6px 13px 7px;
    background:#d23434;
}
.button:hover{text-decoration:none; background-color:#313639;}
.magnify{
    display:block;
    width:34px;
    height:35px;
    overflow:hidden;
    background:url(../images/magnify.png) center top no-repeat;
}
.magnify:hover{background-position:center -57px;}
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;} 
.list-1 li{
    font:14px/22px Arial, Helvetica, sans-serif;
    color:#3f3f3f;
    padding-left:9px;
    background:url(../images/marker-1.gif) 0 7px no-repeat;
    margin-bottom:5px;
}
.list-1 a{text-decoration:none; color:#d23434;}
.list-1 a:hover{text-decoration:none; color:inherit;}
/*---------- Indents ---------*/
p{margin-bottom:22px}
.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
.p3{margin-bottom:15px;}	.p3-1{margin-bottom:18px}
.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1{padding-top:6px;}
.indent-bottom4-1{padding-bottom:23px;}
.indent-bottom5{padding-bottom:25px;}
.indent-bottom6-1{padding-bottom:33px;}
.indent-bottom8{padding-bottom:40px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:255px;}
#map dl{width:100%; position:relative; overflow:hidden;}
#map dt{font:400 20px/27px 'Oswald', sans-serif; color:#d23434; text-transform:uppercase; word-spacing:2px; margin-bottom:10px;}
#map dl span {float:left; width:84px;}
#map dl a{text-decoration:none;}
#map dl a:hover{text-decoration:underline;}
/************************************** Footer *************************************/
footer{width:100%; padding:48px 0; line-height:24px;}
footer h3{
    padding-top:0;
    border-top:0;
    font-size:24px;
    line-height:30px;
    color:#fff;
}
footer h6{font-weight:bold; color:#fff; line-height:inherit;}
.social-icons{overflow:hidden;}
.social-icons li{float:left; width:50%; padding-bottom:6px;}
.social-icons a{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    padding-left:27px;
    background-position: 0 4px;
    background-repeat:no-repeat;
}
.social-icons a:hover{color:#889297; text-decoration:none;}
.social-icons a.icon-1{background-image:url(../images/icon1.jpg);}
.social-icons a.icon-2{background-image:url(../images/icon2.jpg);}
.social-icons a.icon-3{background-image:url(../images/icon3.jpg);}
.social-icons a.icon-4{background-image:url(../images/icon4.jpg);}
.footer-text{color:#fff;}
.footer-text strong{font-weight:bold;}
.footer-text a{color:inherit; text-decoration:none;}
.footer-text a:hover{color:#889297; text-decoration:none;}

/*----------- Back to top --------------*/
#toTop {
    display:none;
    width:55px;
    height:55px;
    overflow:hidden;
    background:url(../images/totop.jpg) center top no-repeat;
    position:fixed;
    margin-right:-560px !important;
    right:50%;
    bottom:100px;
    z-index:999;
}
#toTopHover {
    float:left;
    display:block;
    background:url(../images/totop.jpg) center -70px no-repeat;
    width:55px;
    height:55px;
    overflow:hidden;
    opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
    p, .p3, .p3-1{margin-bottom:15px}
    .p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
    .img-indent:not(.img-indent-none-tp) img{width:auto;}
    .col-9{width:556px;}
    .indent-bottom6-1, .indent-bottom8{padding-bottom:30px;}
    /*-----------------------------------------*/
    body{min-width:768px;}
    .social-icons li{float:none; width:100%;}
    #toTop {display:none !important;}
}

@media only screen and (max-width: 767px) {
    .img-indent:not(.img-indent-none-ml) img{width:auto;}
    .col-9{float:none; margin:0 0 30px; width:100%;}
    .indent-top1{padding-top:0;}
    .indent-bottom4-1, .indent-bottom5{padding-bottom:30px;}
    /*-----------------------------------------*/
    body{min-width:420px;}
    .social-icons li{float:left; width:50%;}
}

@media only screen and (max-width: 479px) {
    .img-indent:not(.img-indent-none-mp) img{width:auto;}
    /*-----------------------------------------*/
    body{min-width:300px;}
}

/* blim.pl - modifications */

.page-sub header {padding-bottom: 0px !important;}
.blim {margin-top: 80px; display: block; margin-left: 650px;}

h3, h2 {margin-bottom: 20px;}

h1 a{
    width:250px !important;
    height:76px !important;
    background:url(../img/logo-ajram.jpg) 0 0 no-repeat !important;
}

.article-content th, .contactForm th {
    padding: 5px;
}

.article-content td, .contactForm td{
    padding: 2px 5px 2px 0;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    color: green;
}

h2{
    font:400 20px/24px 'Oswald', sans-serif;
    color:#596266;
    text-transform:uppercase;
    word-spacing:2px;
    padding-top:12px;
    border-top:5px solid #d4d8d9;
}

#content .grid_12 ul{
    margin-left: 20px;
}

#content .grid_12 ul li{
    list-style-type: circle;
    margin-left: 10px;
}

.article-content ol{
    margin: 10px;
    padding: 0 20px;
}

.sexy{
    width: 300px;
}

ul.cats li {
    list-style: circle;
    margin: 0 20px;
    float: left;
    width: 43%;
}

ul.cats li a{
    padding: 20px 10px;
    display: block;
}
ul.cats li a:hover{
    background: silver;
}

#footer {
    display: none !important;
}
table{
    width: 600px;
}

td {
    padding: 5px;
    border: 1px solid silver;
}

#order-dialog-box{
    /*
    position: absolute;
    width: 300px;
    height: 250px;
    margin: 30px 150px;
    background: #fff;
    border: 10px solid silver;
    display: none;
    */
    display: none;
}

.order-table table td{
    font-size: 100%;
}

.order-table table .word-break {
    word-break: break-all;
}

.order-table table{
    width: 100%;
    font-size: 100%;
}

.order-table td, .order-table th{
    padding: 3px !important;
    font-size: 80%;
}

.order-table th{
    border: 1px solid #F2F2F2 !important;
    text-align: center !important;
}

.order-table .row2 td {
    background: #F2F2F2;
    border: 1px solid #ffd;
    color: #313639;
}

.order-table td.label{
    font-weight: bold;
    width: 60px;
}

.order-table td {
    border: 1px solid #F2F2F2;
}

table ol {
    list-style-position: inside;
}

.right {
    text-align: right;
}

.center {
    text-align: center !important;
}

.pull-right{
    float: right !important;
}

.pull-left{
    float: left !important;
}

.order-table .delete, .order-table .edit, .order-table .icon-move, .order-table .icon-attachment, .order-table .icon-complaint {
    text-indent: -999px;
    font-size: 0px;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    margin: 2px 8px 10px 2px;
}

.order-table .delete {
    background: url(../img/del.png) no-repeat;
}

.order-table .edit {
    background: url(../img/edit.png) no-repeat;
}

.order-table .icon-attachment {
    background: url(../img/icon_image.png) no-repeat;
}

.order-table .icon-move {
    background: url(../img/icon_arrow_right.png) no-repeat;
}

.order-table .icon-complaint{
    background: url(../img/icon_complaint.png) no-repeat;
}

.icon-add{
    background: url(../img/add.png) no-repeat;
    border: 0;
}

.icon-save{
    background: url(../img/disk.png) no-repeat;
    border: 0;
}


.order-table input, .order-table textarea{
    padding: 1px !important;
    font-size: 100% !important;
}
.navig{
    text-align: center;
    padding: 10px;
}

.navig a{
    padding: 3px;
}

.strong{
    font-weight: bold;
}

.navig a strong, .navig .current{
    background: #313639;
    padding: 5px;
    color: #fff;
}

.gallery .grid_3{
    width: 215px;
    text-align: center;
}

.account .gallery{
    float:right;
}

.width60{
    width: 60px !important;
}

.calendar {
    border-collapse: separate;
    border-spacing: 2px; 
    width: 100%;
}


.calendar th{
    text-align: center !important;
}

.calendar th.paddings a{
    padding: 5px 10px;
    display: block;
}	

.calendar td{
    border: 1px solid #D4D8D9; 
    padding: 10px 0;
    width: 14%;
    height: 80px;
    line-height: 13px;
}

.calendar td:hover{
    border: 1px solid #939393; 
}	

.calendar td em{
    float: right;
    font-size: 0.8em;
    margin-right: 5px;
}

.calendar .icon-calendar{
    background: url(/images/icon_text_calendar.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 2px;
    float: left;
}


.calendar td .items{
    margin-top: 20px;
    text-align: left;
    font-size: 0.9em;
}

.calendar td .items div{
    margin-bottom: 5px;
    border-top: 1px solid silver;
    border-bottom: 1px  solid silver;
    padding: 2px 3px;
    background: #FFF5BF;
    color: #313639; 
}

.calendar .calendar_today{
    border: 3px solid silver;
}	

.calendar .calendar_today:hover{
    border: 3px solid silver;
}

.calendar .noborder1, .calendar .noborder1:hover{
    border: 1px solid #fff;
}	

.calendar .calendar_notEmpty{

}

.calendar .items .event-type.shipment{
    background: #B0E0E6;
}

.timerWrapper{
    text-align: center;
    position: fixed;
    top: 0;
    height: 15px;
    padding: 3px 20px;
    background: #313639;
    font-size:0.8em;
    line-height: 1em;
    right: 0;
    color: #fff;
}

.hidden{
    display:none;
}

.red{
    color: #d23434 !important;
}

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

.order-table .item-statuscnt{
    background: #000;
}

.order-table .item-status0, .order-table .item-status1, .order-table .item-status2{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    text-indent: -9999px;
}

.order-table .item-status1{
    background: green;
}

.order-table .item-status2{
    background: yellow;
    color: #000 !important;
}

.order-table .item-statuscnt{
    background: #000;
}

.order-table .badge {
    padding: 0 2px !important;
    display: inline-block;
    text-indent: 0 !important;
    color: #fff;
    height: auto !important;
    width: auto !important;
}

#toBottom {
    display:none;
    width:55px;
    height:30px;
    overflow:hidden;
    background: #fff;
    position:fixed;
    margin-right:-560px !important;
    right:50%;
    bottom:40px;
    z-index:999;
    padding-top: 5px;
}
#toBottom {
    float:left;
    display:block;
    /*background:url(../images/totop.jpg) center -70px no-repeat;*/
    opacity: 1;
    text-align: center;
}
#toBottom:active, #toBottom:focus {outline:none;}

.order-table .complaint-category-1, .order-table .complaint-category-2, .order-table .complaint-category-3{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    text-indent: -9999px;
}

.order-table .word-break {
    word-break: break-all;
}

.order-table .item-fabric-state {
    font-size: 16px;
    margin-left: 3px;
}

.order-table .item-fabric-state.state-100 {
    color: lightgrey !important;
}

.order-table .item-fabric-state.state-300 {
    color: green !important;
}

.font-size-1-7 {
    font-size: 170%;
}