html, body{
    margin: 0;
    height:100%;
}

body{
    font-size:13px;
    margin:0;
    padding:0;
    background:#F9F9F9;
}

body, pre {
    font-family: "trebuchet ms",Arial,Helvetica,sans-serif;
}

pre {
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin: 0;
}
 /* 
select{
   
    -webkit-appearance: none;
   -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -webkit-user-select: none;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
 */

input, textarea, div.textarea{ 
    color:#2d2d2d;
    border:1px solid #dbdbdb;
    padding:5px 4px 3px 4px;
    font:11px 'Trebuchet MS';
    behavior: url('/css/PIE.htc');
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"], input[type="password"] {
    color:#797d80;
    height:17px;
    padding:5px 8px 3px 8px;
    width:178px;
}

input[readonly="readonly"]{
    background:silver;
    color: #eee;
}

select{ height:27px; }

label.error{
    position:absolute;
    width:213px;
    /*display:block;*/
    color:#E52821;
    font-size:12px;
    margin:2px 0 3px -216px;
    padding:4px 6px;
    text-align:right;
    text-transform:lowercase;
}
label.error:before{
    content:"« ";
    font-size:16px;
    line-height: 12px;
}

input.error{ border-color:#E52821; }

.no-margin{ margin:0 !important; }

div.alert{
    clear:both;
    width:690px;
    background-color: #FBE99F;
    border: 1px solid #F0C36D;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px 1px #DEDEDE;
    -moz-box-shadow: 0 0 5px 1px #DEDEDE;
    box-shadow: 0 0 5px 1px #DEDEDE;
    color: #333333;
    font-weight: bold;
    font-size:11px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    behavior: url('/css/PIE.htc');
    margin-bottom:12px;
}
/*

span.caret {
    border-bottom: 4px solid #FFFFFF;
    border-color: #FFFFFF transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
span.caret-left {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #FFFFFF;
    border-top: 4px solid transparent;
}
span.caret-right {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid transparent;
}
*/
/****************
     BUTTON
****************/

input::-moz-focus-inner{ 
    border: 0;
    padding: 0;
}    
    
.button, div.navigation div.page a {
    position:relative;
    z-index: 0;
    display:block;
    height:16px;
    color:white;
    text-align:center;
    border:none;
    cursor: pointer;
    float: right;
    font:bold 11px 'Trebuchet MS';
    margin: 0 12px;
    padding:6px 12px 3px 12px;
    border-bottom:1px solid #707e87; 
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal;
    overflow:visible;
    background: #8195a0;
}
div.navigation div.page a {
    background: none;
    color: #797d80;
    border-bottom: none;
}

.button-green {
    background: #91dc39;
    border-bottom: 1px solid #7bbb31;
}

input.button{
    height:17px;
    padding:4px 12px 4px 12px;
}

.button:hover {
    color:white;
}

div.navigation div.page a:hover {
    color: #159ddb;
}

.grid-right-0{ margin-right:0; }
.grid-right-4{ margin-right:4px; }
.grid-float-left{ float:left; }
.grid-width-auto { width: auto; }

div.clear{
    clear:both;
    height:0;
    font-size:0;
    padding:0;
    margin:0;
}

div.spacer{
    height:10px;
    font-size:0;
    padding:0;
    margin:0 0 0 0;
}

div.spacing{
    position:relative;
    /*width:100%;*/
    margin:auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -249px;
    padding-top:150px;
    /*overflow: auto;*/
    z-index:2;
    background-color: #f0f1f3;
}

/****************
      MENU
****************/
    div.menu ul{
        margin:0;
        padding:0;
        list-style:none;
    }
        div.menu > ul{
            margin-bottom:12px;
            background-color:#f0f1f3;
        }

            div.menu ul li{
                display:block;
                margin:0;
/*                border-bottom:1px solid #9A9DA5;
                background:url('../images/b2b/cat-line.gif') top left no-repeat;*/
            }
            div.menu > ul > li:first-child{ background:none; }
                div.menu ul li a{
                    display:block;
                    width:176px;
/*                    height:13px;*/
                    padding:10px 12px 10px 12px;
                    color:#797e81;
                    font:bold 11px 'Arial';
                    text-transform:uppercase;
                    border-bottom: 1px dotted #ccc;
                    behavior:url(/css/PIE.htc);
                }
                
                div.menu > ul > li:last-child > a{
                    border: none;
                }
                div.menu ul li a:hover,
                div.menu ul li.active > a{
                    display:block;
                    color:#12a0de;
                    background-color: #f0f1f3;
                }
                div.menu ul li a:hover + span{
                    background: url("../images/arrow/arrow-up-hover.png") no-repeat scroll 0 1px;
                }
                div.menu ul li.active > a + span{
                    background: url("../images/arrow/arrow-up-hover.png") no-repeat scroll 0 1px;
                }

                div.menu ul li img{
                    position:relative;
                    height:23px;
                    float:left;
                    margin:-5px 6px 0 0;
                }
                div.menu ul li span{
                    display:block;
                    clear:both;
/*                    float:left;*/
                }

                div.menu ul li:hover>a + span.down   { color:#12a0de; background: url("../images/arrow/arrow-down-hover.png") no-repeat scroll 0 1px; }
                div.menu ul li.active a + span.up       { color:#12a0de; background: url("../images/arrow/arrow-up-hover.png") no-repeat scroll 0 1px; }
                
                div.menu ul li span.down,
                div.menu ul li span.up{
                    position:relative;
                    display:block;
                    background: url("../images/arrow/arrow-down.png") no-repeat scroll 0 1px;
                    cursor: pointer;
                    display: block;
                    float: right;
                    height: 12px;
                    margin: -24px 8px 0 0;
                    width: 12px;
                }
                div.menu ul li span.up{ 
                    background: url("../images/arrow/arrow-up.png") no-repeat scroll 0 1px;
                }
                /*div.menu ul li:hover > a + span.up{ 
                    background: url("../images/arrow/arrow-up-hover.png") no-repeat scroll 0 1px;
                }
                div.menu ul li:hover > a + span.down{ 
                    background: url("../images/arrow/arrow-down-hover.png") no-repeat scroll 0 1px;
                }*/
                div.menu ul li ul li span.down{ background: url("../images/arrow/arrow-down.png") no-repeat scroll 0 1px; }
                div.menu ul li ul li span.up    { background: url("../images/arrow/arrow-up.png") no-repeat scroll 0 1px; }

                div.menu ul li.end{
                    height:3px;
                    margin-top:-2px;
                    padding:0;
                    background:url('../../images/cms64/menu-left-end.gif') no-repeat;
                }
                    div.menu ul ul li a{
                        color:#797e81;
                        width:156px;
                        padding:10px 12px 10px 12px;
                        margin-left:20px;
                        text-shadow:1px 1px 0 rgba(255, 255, 255, 0.30);
                        background:#f0f1f3;
                        behavior:url(/css/PIE.htc);
                        border-bottom: 1px dotted #ccc;
                    }
                        div.menu ul ul ul li a{
                            width:136px;
                            padding:10px 12px 10px 12px;
                            margin-left:40px;
                            background-color:#f0f1f3;
                        }
                            div.menu ul ul ul ul li a{
                                width:116px;
                                padding:10px 12px 10px 12px;
                                margin-left:60px;
                                background-color:#f0f1f3;
                            }
                                div.menu ul ul ul ul ul li a{
                                    width:96px; 
                                    background-color:#f0f1f3;
                                    padding:10px 12px 10px 12px;
                                    margin-left:80px;
                                }
                                    div.menu ul ul ul ul ul ul li a{  }


.it_loader_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: url(../images/loaders/loader_bg2.png);
    _position:absolute;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    text-align: center;
    color: #fff;
}
.it_loader_bg a {
    color: #fff;
}
.it_loader_bg a:hover {
    color: #fff;
    text-decoration: underline;
}

.it_loader {
    position: absolute;
    z-index: 2001;
    top: 200px;
    left: 423px;
    background: url(../images/loaders/loader_bg.png) no-repeat;
    width: 152px;
    height: 55px;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    _position:absolute;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

.it_loader img {
    float: left;
    margin: 9px;
}

.it_loader span {
    float: left;
    margin: 14px 0 0 10px;
}

.label {
    color:#6F6F6F!important;
    display: block!important;
}


a,img,input {
    outline:none;
}
a {
    text-decoration: none;
    color: #6F6F6F;
}
a:hover {
    color: #000;
}
img{border:none;}
input[type=text], textarea{
    cursor:text;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
}
input[type=submit]{cursor:pointer;}
table,form{margin:0;padding:0;}

input.numeric {
    text-align:center;
    width: 53px;
    font-size:13px;
    padding: 5px 8px 3px 8px;
}

img.align-to-text {
    position:relative;
    top:3px;
}

img.product_img {
    width:120px;
    margin:auto auto;
}

.f_right {
    float: right;
}
.f_left {
    float: left;
}

.al_right {
    text-align: right
}

.add, .remove {
    cursor:pointer;                
}

.add {
    display: block;
    width:16px;
    height:16px;
    background: url(../images/b2b/add1.png) no-repeat;
}

.remove {
    display: block;
    width:16px;
    height:16px;
    background: url(../images/b2b/remove1.png) no-repeat;
}



.cart {
    float:right;
}

.cart-message {
    width:660px;
    height:100px;
    margin: 0 auto;
    display: block
}

.user-info {
    float:right;
    font-size: 12px;
}
.user-info .username {
    float: right;
}
.user-info h3, .cart h3 {
    float:left;
    margin: 4px 10px 0 0;
}
.user-info h3 {
    color: #fff;
}
.user-info h4 {
    float:left;
    margin: 6px 4px 0 0;
    color: #fff;
    background: url('../images/b2b/user-icon.png') no-repeat;
    padding-left: 25px;
    width: 200px;
}
.user-info h4 a {
    color: #fff;
    font-weight: normal;
}
.user-info h4 a > b {
    color: #149fda;
}
.user-info .limit {
    color: #fff;
    float: right;
    width: 200px;
}

.user-info .limit .icon {
    float: left;
    background: url('../images/b2b/coins.png');
    width:16px;
    height:16px;
    margin-right: 4px;
}
.user-info .limit .stan > b {
    color: #92dd3a;
}
.user-info .limit .termin {
    color: white;
}
.user-info .limit .termin > b {
    color: #f04647;
}

.error_message, .error_list {
    background-color:#FFFFE1;
    border:1px dashed #CFCFCF;
    line-height:18px;
    margin-bottom:16px;
    margin-top:8px;
    padding:3px;
}

.error_message {
    position: relative;
    top: -7px;
    height: 62px;
    width: 146px;
    margin: 0;
    margin-right: -135px;
    line-height: 20px;
}

ul.error_list {
    float:right;
    padding: 0px 20px 4px 20px;
    margin: 0;
}

.message {
    background-color:#FFFFE1;
    border:1px dashed #CFCFCF;
    line-height:18px;
    margin-bottom:16px;
    margin-top:8px;
    padding:6px 6px 6px 32px;
}
.message img, .error_message img {
    position:relative;
    top:3px;
    margin-right:5px;
}

.message ul li, .error_list li {
    list-style-type:none;
    background:url('../images/warn.png') no-repeat;
    position:relative;
    top:3px;
    margin-right:5px;
    padding-left: 20px;
}

.warning {
    margin: 0 auto;
    width: 936px;
    height: 22px;
    background: #E62A22;
    color: #fff;
    text-align: center;
    padding: 13px 20px 7px 20px;
    font-weight: bold;
    border:1px solid white;
    -webkit-box-shadow: 0 0 5px 1px #bbb;
    -moz-box-shadow: 0 0 5px 1px #bbb;
    box-shadow: 0 0 5px 1px #bbb;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    behavior: url('/css/PIE.htc');
}

.przeterminowane {
    background: url("../images/b2b/warning2.png") no-repeat;
    color: #fff;
    padding: 0px 10px;
    width: 190px;
    height: 18px;
    margin-top: 6px;
}

.pagination {
    float:left;
}
.pagination .numbers {
    width: 100px;
}
.pagination img {
    position:relative;
    top:4px;
}

.pagination .box {
    padding: 2px 4px;
    background-color:#FFFFE1;
    border:1px dotted #CFCFCF;
    text-decoration:none;
    font-size:14px;
    color: #999;
}
.pagination .box:hover {
    background: #fff;
    font-size:16px;
    font-weight:bold;
}

.pagination .active, .pagination .active:hover {
    font-weight:bold;
    color:#000;
    font-size:18px;
    cursor:default;
}

.pagination_desc {
    float:left;
    margin:7px 0 0 5px;
    color:#5F5F5F;
}

.footer, .push{ clear:both; height:234px; }    
.push{ height:250px; }
.footer {
    margin-top:24px;
    clear:both;
    position:relative;
    background: #1f4363 repeat-x;
    font-size: 12px;
    font-family: "trebuchet ms";
    float: left;
    width: 100%;
    z-index:2;
}
.footer .content {
    color: #fff;
}
.footer .content a {
    color: #fff;
}
div.footer div.box_f, div.footer div.box_f_logo {
	float: left;
	margin: 5px 10px 15px 10px;
	width: 220px;
	overflow: hidden;
}

div.footer div.box_f h1, div.footer div.box_f_logo h1 {
	color: #fff;
	margin: 12px 0;
	font-size: 13px;
	font-family: "trebuchet ms";
	float: left;
}

div.footer div.box_f hr, div.footer div.box_f_logo hr {
	float: left;
	width: 100%;
	border: none;
	margin: 0 0 8px 0;
	display: block;
	height: 3px;
    border-bottom: 1px dotted #ccc;
}

div.footer div.box_f ul, div.footer div.box_f_logo ul {
	float: left;
	margin: 0;
	padding: 0;
}

div.footer div.box_f_logo ul li {
    display: block;
    padding: 3px 5px 3px 10px;
    margin: 3px 0;
    font-size: 11px;
    width: 203px;
    text-align: center;
}

div.footer div.box_f ul li {
    display: block;
    padding: 3px 5px 3px 10px;
    margin: 3px 0;
    font-size: 11px;
    width: 203px;
    height: 18px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

div.footer div.box_f ul li.clean {
    display: block;
    padding: 3px 5px 3px 10px;
    background: none;
    margin: 3px 0;
    font-size: 11px;
    width: 203px;
	height: auto;
    overflow: hidden;
}

div.footer div.box_f ul li.double {
    display: block;
    padding: 3px 5px 3px 10px;
    background: url(../images/b2b/footer_link_bg_double.png) no-repeat;
    margin: 3px 0;
    font-size: 11px;
    width: 203px;
    height: 32px;
    overflow: hidden;
}

div.footer div.box_f ul li a:hover {
    text-decoration: underline;
}

.menu-top {
    background: #1f4363;
    padding: 8px;
    height: 76px;
}
.menu-top .content, .footer .content {
    width:960px;
    margin:auto auto;
    position: relative;
}

.content > h3.title, .smenu > h3.title {
    margin: 16px 0 0;
    float: left;
    font-size:30px
}

.smenu > h3.title {
    width: 220px;
}

.smenu ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
}
.smenu ul.tabs:before, .smenu ul.tabs:after {
    display: table;
    content: " ";
}
.smenu ul.tabs li {
    display: table-cell;
    width: 1%;
    padding: 0;
}

.smenu ul.tabs li a {
    display: block;
    cursor: pointer;
    color: #7a7e81;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
}

.smenu ul.tabs li a.active {
    background-color: #f0f1f3;
    color: #0d141a;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.smenu ul.tabs li a.active2 {
    background-color: #f0f1f3;
    color: #0d141a;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.smenu ul.tabs li img {
    position: relative;
    top: 8px;
    left: 12px;
}

.logo {
    font-family: "trebuchet ms";
    margin:0px 0 0 0;
    float: left;
}

.logo a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.logo .title {
    font-size: 22px;
    margin: 5px 10px 5px 0;
    font-weight: bold;
    padding-top:3px;
}

.logo .subtitle {
    font-size:11px;
    font-weight: bold;
    color:#fff;
/*    padding-left: 14px;
    background: url("../images/b2b/vertical-line2.png") center left no-repeat*/
}

.shadow {
    height:10px;
    background: url('../images/shadow.png') repeat-x;
}

.shadow-inv {
    height:10px;
    background: url('../images/shadow-inv.png') repeat-x;
}

.container {
    width:990px;
    margin:auto auto;
    position: relative;
}

.help-text {
    font-size:10px;
    color:#999;
}

.links {
    background: #83959f;
    color:#999;
    font-size:18px;
    height: 45px;
    margin-bottom:24px;
}


.links a {
    color:#fff;
    font-weight:bold;
    font-size: 12px;
    text-decoration:none;
    display: block;
    float: left;
    height: 36px;
    margin-top:5px;
    line-height: 29px;
    padding: 4px 20px 0 20px;
}
.links a:hover {
    background: #f0f1f3;
    color: #0d1218;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;   
}

.search {
    margin: 40px 20px 15px;
    text-align: center;
}

.search input[type='submit'] {

}

.search a {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
}

.search a:hover {
    color: #000;
}

table.edit th {
    text-align:right;
}
table.edit input[type='text'], table.edit input[type='password'], table.edit textarea {
    width:300px;
}
table.edit input[type='text'], table.edit input[type='password'], table.edit select {
    font-size:11px;

}

table.theme1, .sf_admin_list table, div.theme1 > div {
    border:none;
}

div.theme1 > h3 {
    margin:0;
    padding: 2px 5px;
}
div.theme1 > div {
    padding: 5px 20px;
    background:url("../images/b2b/list1-bg.png") repeat-x scroll 0 0 #F8F8FE;
}

div.theme1 {
    width: 700px;
    margin: auto auto;
}

.theme1 .elem_desc_button label {
    display: block;
    float: left;
    font-weight: bold;
}

.theme1 .elem_desc_button {
    background: url(../images/b2b/text_center.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}

.theme1 .elem_desc {
    position: absolute;
    top: -28px;
    right: -132px;
    width: 120px;
    background: #fff;
    padding: 5px;
    border: #dedede;
}

.theme1 .td_container {
    position: relative;
    text-align: left;
}

ul.list_tabs {
    margin: 0;
    padding: 0;
    float: right;
    display: block;
    list-style-type: none;
}

ul.list_tabs li {
    float: left;
    background: #E6E6EB;
    border-top: solid 1px #D1D1DF;
    border-left: solid 1px #D1D1DF;
    border-right: solid 1px #D1D1DF;
    padding: 3px 10px;
    margin: 0 2px;
    font-size: 11px;
    cursor: pointer;
    text-shadow:1px 1px 1px #666666;
    -webkit-text-shadow:1px 1px 1px #666666;
    -moz-text-shadow:1px 1px 1px #666666;
/*    filter: Shadow(Color=#666666, Direction=135, Strength=2);*/
}

ul.list_tabs li, ul.list_tabs li a {
    color: #fff;
}

ul.list_tabs li.active {
    background: #A3B7CB;
    border-color: #8091A2;
}

ul.list_tabs li.pokaz_stan_zerowy {

}

ul.list_tabs li.ukryj_stan_zerowy {

}

.smenu, .container .content {
    /*float:left;
    margin:0 0 0 5px;*/
    display: inline-block
}

.smenu {
    width: 200px;
    margin-top:15px;
    vertical-align: top;
    margin-left: 20px;
}

.smenu ul.groups {
    list-style-type: none;
    padding-left: 0px;
    margin: 0 0 0 0;
    background: #f0f1f3;
}

.smenu > ul.groups {
    padding-left: 0;
    background: url('../images/grey-double-gradient.png') repeat-x;
    background: #f0f1f3;
    float: left;
    width: 100%;
/*    margin-top: 14px;*/
}

.smenu ul.groups li select {
    width: 176px;
}

.smenu ul.groups li span.label label {
}

.smenu ul.groups li a, .smenu ul.groups li span.label {
    /*margin-right: 20px;*/
    display:inline-block;
    padding: 6px 0 5px 10px;
    text-decoration: none;
    color: #797e81;
    border-bottom:1px dotted #fff;
    /*background: url('../images/b2b/arrow-right.png') no-repeat 0 10px;*/
}

.smenu ul.groups li span.label {
    border-bottom: none;
}

.smenu ul.groups li a {
	width:170px;
}

	.smenu ul.groups li ul li a{
		width:150px;
	}
		.smenu ul.groups li ul li ul li a{
			width:130px;
		}

.smenu ul.groups li .toggle, .smenu ul.groups li .toggle_active {
	float:left;
	position:relative;
	top:10px;
    width: 14px;
    height: 6px;
    display:inline-block;
    margin: 3px 0 0 20px;
    cursor: pointer;
}

.smenu ul.groups li .toggle {
}
.smenu ul.groups li.level_0 > .toggle {
    background: url('../images/b2b/arrow-right-white.png') no-repeat 7px 0;
}

.smenu ul.groups li.level_0 > .toggle_active {
    background: url('../images/b2b/arrow-down-white.png') no-repeat 7px 0px;
    
}
.smenu ul.groups li.active > .toggle_active {
    background: url('../images/b2b/arrow-down-white.png') no-repeat 7px 0;
    
}
.smenu ul.groups li.active > .toggle {
    background: url('../images/b2b/arrow-right-white.png') no-repeat 7px 0;
    
}
.smenu ul.groups li .toggle_active {
    background: url('../images/b2b/arrow-down.png') no-repeat left top;
    
}

.smenu ul.groups li.root_level {
    /*background: url('../images/b2b/header2-bg.png') repeat-x;*/
    
}

.smenu ul.groups li.root_level > a, .smenu ul.groups li.root_level > span.label {
    border-bottom: none;
    background: none;
/*    filter: Shadow(Color=#666666, Direction=135, Strength=2);*/
}
.smenu ul.groups li.root_level > a:hover {
    color: #fff;
    text-decoration: underline;
}

.smenu ul.groups li.level_1 {
   background-color: #ededed;
}

.smenu ul.groups li.level_2 {
   background-color: #f5f5f5;
}

.smenu ul.groups li.level_3 {
   background-color: #ffffff;
}


.smenu ul.groups li a:hover {
    color: #000;
    text-decoration: underline;
}

.smenu ul.groups li a.active {
    color: #000;
    font-weight: bold;
    font-size:13px;
}


table.theme1 .more {

    color: #88888d;
    text-decoration: underline;
    float: right;
    font-size: 11px;
    cursor: pointer;
}
table.theme1 .mdown, table.theme1 .mup {
    padding: 6px 12px 3px 12px;
    text-align: center;
    display: block;
    width: 150px;
    /*height: 16px;
    line-height: 16px;
    */
    margin: auto auto;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    background-color:#91dc39;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #7bbb31;
/*    filter: Shadow(Color=#666666, Direction=135, Strength=2);*/
}

table.theme1 .mdown:hover, table.theme1 .mup:hover {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

/*table.theme1 .mdown {
    background: url('../images/b2b/szczegoly_pokaz.png') no-repeat;
}

table.theme1 .mup {
    background: url('../images/b2b/szczegoly_ukryj.png') no-repeat;
}*/

/*table.theme1 .mup {
    background: url('../images/b2b/arrow-up.png') 15px 7px no-repeat;
    padding: 0 0 0 30px;
}*/

table.theme1 div.details {
    /*float: left;*/
    width: 694px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    padding: 20px;
}

table.theme1 div.details .gallery {
    float: left;
    margin: 10px;
}
table.theme1 div.details .gallery a {
    float:left;
    margin:0 3px;
}

table.theme1 .more:hover {
    color: #3E4D6F;
}

table.theme1 .more2 {
    cursor: pointer;
}

table.theme1, .sf_admin_list {
    width:716px;
}

table.theme1 tr td {
    border-bottom: 1px dotted #ccc;
}

table.theme1 tr.red {
    background: #c82624 url("../images/b2b/list1-bg-red.png") repeat-x;
    color: #fff;
}

table.theme1 tr.yellow {
    background: #c82624 url("../images/b2b/list1-bg-yellow.png") repeat-x;
}

table.theme1 tr.anulowany {
    color: #CC0000;
}

table.data tr td {
    padding: 10px 5px;
    font-size: 15px;
    color: #797d80;
}

table.theme1 th, table.theme1 td, .sf_admin_list table th, .sf_admin_list table td  {
    padding:4px 5px;
    font-size:12px;
    text-align: center;
}
table.theme1 td .nazwa {
    cursor: pointer;
    width: 155px;
    text-align: center;
    color: #0c1319;
}

table.theme1 td.price div {
    text-align: right;
    font-size: 12px;
    color: #12a0de
}

table.theme1 th .sort {
    width: 7px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
}
table.theme1 th .ASC {
    background: url("../images/b2b/sort-asc.png") no-repeat;
}
table.theme1 th .DESC {
    background: url("../images/b2b/sort-desc.png") no-repeat;
}
table.theme1 th .sort-not-active {
    background: url("../images/b2b/sort-descending.png") no-repeat;
    width: 16px;
    height: 16px;
}

table.al_left td {
    text-align: left;
}
table.theme1 td span.price {
    font-size: 11px;
    color: #999;
}
table.theme1 tr.red td span.price {
    font-size: 11px;
    color: #fff;
}
table.theme1 tr > th, table.theme3 th h3 {
    color: #9d9ea0;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
/*    filter: Shadow(Color=#666666, Direction=135, Strength=2);*/
}

table.theme1 tr > th a, table.theme3 th h3 a {
    color: #9d9ea0;
}

table.theme1 th .help, table.theme1 td .help, .sf_admin_list table th .help, .sf_admin_list table td .help {
    color: #999;
    font-size: 11px;
}
table.theme1 th label span, table.theme1 td label span, .sf_admin_list table th label span, .sf_admin_list table td label span {
    color: red;
}

table.theme1 th textarea, table.theme1 td textarea, .sf_admin_list table th textarea, .sf_admin_list table td textarea {
    width:684px;
}

div.order-msg {
    margin-bottom:30px;
}

table.theme1 textarea#content, table.theme1 input#subject {
    width: 990px;
}

table.theme3 {

    width:700px;
    margin: auto auto;
    border-top:none;
}
table.theme3 th h3 {
    padding:8px;
    margin:0;
}

table.theme3 th {
    color:#7E7F81;
    font-size: 12px;
    width: 35%;
    padding-top: 8px;
}
table.theme3 td {
    padding: 10px 0 5px 30px;
}
table.theme3 td .help {
    color:#AFAFAF;
    font-size: 11px;
}
table.theme3 label span {
    color:red;
}

table.theme3 td.desc {
    text-align: right;
    font-size: 12px;
    padding: 4px;
}

.smenu > ul li {
    padding:0px 0px 0px 0px;

}

.smenu > ul li {
    padding:0px 0px 0px 0px;

}

.sf_admin_list table th a, .smenu > ul li  {
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    color:#000;
}

.smenu ul.groups li.active {
    background: url('../images/b2b/ml-active.jpg') repeat-x;
}
.smenu ul.groups li.active > a {
    background: none;
    color: #fff;
    font-weight: bold;
    outline-style: none;
    outline-width: 0;
    border-bottom: none;
}


table.theme1 td a.image img, .sf_admin_list table td a.image img{
    border-top:1px solid #D1D1D1;
    border-left:1px solid #D1D1D1;
    border-right:1px solid #8F8F8F;
    border-bottom:1px solid #8F8F8F;
    margin:2px;
}

table.theme1 .ilosc input.numeric, .sf_admin_list table .ilosc input.numeric {
    float:left;
    width: 40px;
    height: 20px;
    font-size: 17px;
}

table.theme1 .ilosc .button, .sf_admin_list table .ilosc .button {
    margin-left: 5px;
}

.waiting, .loader{
    float:right;
    margin-right:4px;
    position:absolute;
    top:21px;
    right: -5px
}

.loader_zamowienie {
    float:none;
    position:static;
}
.button.zamowienie_dodaj {
    float: none;
}

table.theme1 td a{
    display:block;
}

.contact-form th, .contact-form td {
    vertical-align:top;
    text-align:left;
}

.contact-form input[type='text'], .contact-form textarea {
    width: 100%;
}

.contact-form textarea {
    height: 200px;
}

.buttons {
    float:left;
}
.buttons .up, .buttons .down {
    display:block;
    width:24px;
    height:13.5px;
    margin:1px;
    outline: 0 none;
    background:url('../images/arrow/arrow-up.png') no-repeat center center;
    cursor:pointer;
}
.buttons .down {
    background:url('../images/arrow/arrow-down.png') no-repeat center center;
}

/*.buttons .up:hover {
    background-position: -32px 0;
}
.buttons .down:hover {
    background-position: -48px 0;
}*/

.theme2 {
    display:block;
    width: 420px;
    margin: 60px auto 0 auto;
    font-size: 12px;
    color: #7F8082;
}
.theme2 a {
    color: #6C7999;

}
.theme2 a:hover {
    color: #3E4D6F;
}

.theme2 .register {
    float: left;
    margin: 0 0 20px 70px;
    width: 285px;
}

.tutorial {
    margin: 20px auto 0 auto;
    width: 425px;
}

.theme2 a, .theme2 h4 {
    display: inline;
}
.theme2 > .title {
    font-size: 12px;
    font-weight:bold;
    padding: 13px 45px 0 45px;
    height: 27px;
    color: #797d80;
    margin:0;
    border-bottom: 1px solid #dbdbdb;
}
.theme2 > .subtitle {
    font-size:12px;
    color:#999999;
    margin-bottom:15px;
}

.theme2 > table {
    width:300px;
    color: #7F8082;
    margin: 20px auto 10px auto;

}
.theme2 > table td {
    text-align:right;
}
.search form, .info_cont {
    position:relative;
}
.info_cont {
    width: 120px;
    margin: auto auto;
}
.info_cont .info {
    margin-left:-20px;
}
.search form input[type='text'] {
    /*float: left;
    margin: 0 0 0 15px;*/
    width: 932px;
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    height: 40px;
    padding: 4px 8px;
    font-size: 20px;
    color: #797d80;
    margin-top: 40px;
}
.search form input[type='submit'] {
    float: none;
    position: absolute;
    right: 0;
    top: 41px;
    height: 48px;
    width: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-left: 1px dotted #dbdbdb;
    background: url('../../images/b2b/search.png') 12px 12px no-repeat;
}
/*
.search span{
    padding-top:6px;
    display:block;
    float:left;
    color:#C0C0C0;
    font:bold 12px 'Arial';
}
*/
table.theme3 .select-arrow {
    position: relative; 
    display: inline-block;
}

table.theme3 .select-arrow select {
    height: 27px;
    width: 318px;
    padding: 5px 8px 3px;
    outline: none;
}

table.theme3 .select-arrow .arrow {
    content: ' ';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: url('../images/arrow/arrow-down.png') center center no-repeat;
}

table.theme3 .select-arrow:hover .arrow {
    background: url('../images/arrow/arrow-down-hover.png') center center no-repeat;
}

.theme2 .button {
    float:right;
    margin-top:10px;
}


h3 {
}

img.promocje-title {
    margin: 15px 0 15px 15px;
    display: block;
    float:left;
}
ul.promocje {
    padding: 0;
    list-style-type: none;
}
ul.promocje li, ul.promocje li .top, ul.promocje li .body, ul.promocje li .bottom {
    float:left;
    width:210px;
}
ul.promocje li {
    margin:10px;
}
ul.promocje li .top {
    color: #0b1218;
    text-align: center;
}
ul.promocje li .body {
    height: 140px;
    overflow: hidden;
    position: relative;
    text-align:center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
ul.promocje li .body .desc {
    font-size: 12px;
    padding: 0 10px;
    color: #666666;
}
ul.promocje li .body .neon {
    position: absolute;
    z-index: 10;
    right: 5px;
    bottom: 0px;
}
ul.promocje li .bottom {
}
ul.promocje li .bottom .cena {
    text-align: center;
    color: #149edc;
    font-weight: bold;
    font-size: 13px;
    margin:3px 0;
}
ul.promocje li .top h3 {
    color: #0b1218;
    font-size:13px;
    margin: 5px 0 0;
}
ul.promocje li .top h4 {
    margin: 0 0 0 15px;
    color: #0b1218;
    font-size: 10px;
}
ul.promocje li .top h3 a, ul.promocje li .top h4 a {
    color: #0b1218;
    font-weight: normal;
}
ul.promocje li .body > a, ul.promocje li .body > img {
    margin: 15px 5px;
    display: block;
}

ul.promocje li .body > a img.product_img {
    width: auto;
    height: 110px;
    border: none;
}
ul.promocje li .top h3, ul.promocje li .top h4 {
}

ul.promocje li .top h3 {
    height: 25px;
    overflow: hidden;
    font-size: 15px;
}

ul.promocje li .info, .product_info .info, .theme1 .info{
    position: absolute;
    top: -10px;
    display: block;
    z-index: 10;
    width: 198px
}

ul.promocje li .info div.promo {
    display: inline;
    float:right;
    width: 99px;
}

ul.promocje li .info div.promo > div.text {
    background-color: #f6db1a;
    color: #0c1319;
    padding: 2px 4px 0;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 2px;
    border-bottom-left-radius: 0;
}
ul.promocje li .info div.promo > div.caret {
	width: 0; 
	height: 0; 
	border-right: 4px solid transparent;
	border-top: 4px solid #f6db1a;
}

ul.promocje li .info div.nowo {
    display: inline;
    float:left;
    width: 99px;
}

ul.promocje li .info div.nowo > div.text {
    background-color: #91dc39;
    color: #0c1319;
    padding: 2px 4px 0;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0;
    border-radius: 2px;
    border-bottom-right-radius: 0;
}

.info div.flag > div.text {
    background-color: #dc3939;
    color: #fff;
    padding: 0;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0;
    border-radius: 2px;
    border-bottom-right-radius: 0;
}

ul.promocje li .info div.nowo > div.caret {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-top: 4px solid #91dc39;
    float: right;
}

.arrow-down {
}

div.control_panel {
    clear:both;
    position: relative;
    width: 100%;
}

div.it_filters, div.cart_mini, div.cart_mini2 {
    background: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px;

}

div.cart_mini {
    float: right;
}

div.cart_mini div {
    margin: 2px 0;
    color: #6F6F6F;
}

div.cart_mini div span {
    font-weight: bold;
    color: #000;
}

.cart-bn {
    position:absolute;
    top:50px;
    right:0;
    background: url('../images/b2b/cart-icon.png') no-repeat;
    display: block;
    padding-left: 24px;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-right: 16px;
}
.cart-bn:hover {
    color: #fff;
    text-decoration: underline;
}

div.cart_mini2 {
    position: absolute;
    z-index: 101;
    right: 0;
    top: 79px;
    
}

div.it_filters {
/*    position: absolute;
    top:41px;
    left:254px;
    z-index: 100;*/
    width: 460px;
    margin:0 auto 15px auto;
}

div.it_filters .buttons {
    float:right;
    text-align: center;
}

div.it_filters a.reset {
    display: block;
    font-size: 10px;
}

div.it_filters ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

div.it_filters ul li {
    
}

div.it_filters ul li .add, div.it_filters ul li .remove {
    float:left;
    margin: 4px;
}

 div.it_filters ul li input[type="text"] {
    color: #7F8082;
    width: 150px;
    float: left;
}

.regulamin-box {
    background: #F0F6F9;
    border: 1px solid #346F97;
    width: 500px;
    height: 120px;
    overflow: auto;
    margin: 10px auto 10px auto;
    padding: 10px;
    font-size: 11px;
}

div.navigation {
    display: block;
    /*float: right;
    clear: both;*/
    font: bold 11px "Verdana";
    height: 28px;
    margin: 12px 4px 12px 5px;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

div.navigation div.page a {
    float:left;
    margin: 0 3px;
    padding: 7px 3px 0;
    font-size: 17px;
    font-weight: normal;
    height: 29px
}

div.navigation div {
    float: left;
    position: relative;
}
div.navigation div.page-goto {
    margin-right: 8px;
}

div.navigation a.arrow {
    height: 20px;
    margin: 0 8px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
div.navigation a.arrow-left {
    background: url('../images/arrow/arrow-left.png') no-repeat center center !important;
}
div.navigation a.arrow-right {
    background: url('../images/arrow/arrow-right.png') no-repeat center center !important;
}

div.navigation a.arrow span {
    margin-top: 3px;
    position: relative;
}
div.navigation a.arrow span.caret-left {
    border-right: 4px solid white;
}
div.navigation a.arrow span.caret-right {
    border-left: 4px solid white;
}
div.navigation a.arrow:hover span.caret-left {
    border-right: 4px solid white;
}
div.navigation a.arrow:hover span.caret-right {
    border-left: 4px solid white;
}
div.navigation div.page a.active {
    font-size: 22px;
    color: #159ddb;
    padding-top: 3px
}

div.navigation div.page span.txt{
    display:block;
    float:left;
    margin:7px 6px 0 6px;
}
div.navigation a.button {
    margin-right: 0;
    padding-right: 36px;
}
div.navigation input {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 14px;
    z-index: 2;
}


.pager .pages-list {
    float:left;
    margin: 0 20px;
}


h3.details {
    float: left;
    margin-bottom: 0;
    margin-top: 14px;
}
h5.details {
    float: left;
    color: #999;
    margin:0 0 20px 0;
}

div.details_value {
    margin-top: 15px;
    margin-left: 10px;
    float: left;
}

ul.files {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.files li {
    float:left;
    margin: 10px 0 0 10px;
}

ul.files li a img {
    position: relative;
    top: 5px;
}

ul.atr_links {
    float: left;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.atr_links li {
    float:left;
    margin-left: 10px;
    
}

ul.atr_links li a {
    position: relative;
    border: solid 1px #f9f8fe;
    padding: 10px 10px 10px 40px;
}

ul.atr_links li a:hover {
    background: #fff;
    border: solid 1px #dedede;
}

ul.atr_links li a img {
    position: absolute;
    left: 5px;
    top: 2px;
}

div.signin_info {
    width: 760px;
    margin: auto;
    background: #F0F6F9 url(../images/b2b/info.png) left center no-repeat;
    border: 1px solid #346F97;
    padding: 20px;
}

div.signin_info img.phone {
    position: relative;
    top: 5px;
    margin: 2px 3px;
}

div.signin_info h1 {
    font-size: 16px;
    color: #333949;
    margin: 5px 0;
}

div.signin_info h2 {
    font-size: 12px;
    color: #636363;
    margin: 5px 0;
}

div.contact_info {
    background: url(../images/b2b/info2.png) 0 20px no-repeat;
    padding-left: 148px;
}

a.logo_it64 {
    font-size: 11px;
    font-weight: bold;
    background: none;
}

a.logo_it64 img {
    position: relative;
    top: 6px;
}

.date input{
    background: url("../images/b2b/filtr-calendar.gif") no-repeat scroll 86px 5px white;
    cursor: pointer;
    margin-right: 8px;
    width: 50px;
}
.date select {
    width: 50px;
}
.date input.date {
    width: 90px;
}

.shadow-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 0px 2px 2px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 2px 2px rgba(50, 50, 50, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button-zam {
    float: none;
    width: 60px;
    margin: 0 auto !important;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
}
.input-ile {
    width: 84px;
    margin: 0 auto 13px;
    height: 27px;
}

.button-cart {
    height: 40px;
    margin: 15px 0 10px;
    font-size: 17px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.button-red {
    background-color: #dc3939;
    border-bottom: 1px solid #bb3131;
}

.h3 {
    margin-left: 20px;
}

.view {
    height: 24px;
    width: 24px;
    content: ' ';
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
    cursor: pointer;
}

.view-sample { background: url('../images/icons/list_sample-small.png'); }
.view-sample.active { background: url('../images/icons/list_sample-small-hover.png'); }
.view-sample:hover { background: url('../images/icons/list_sample-small-hover.png'); }
.view-list { background: url('../images/icons/list_view-small.png'); }
.view-list.active { background: url('../images/icons/list_view-small-hover.png'); }
.view-list:hover { background: url('../images/icons/list_view-small-hover.png'); }

.ui-slider-horizontal {
    width: 85%;
    border: 1px solid #dbdbdb;
    border-radius: 13px;
    background-color: white;
    margin: 5px auto 0;
    height: 1em !important;
    top: -5px;
}

.ui-slider-handle {
    background-color: #91dc39;
    border: 1px solid #7bbb31 !important;
    border-radius: 50%;
    padding: 4px 3px !important;
    width: 18px !important;
    height: 18px !important;
    outline: none !important;
    top: -0.5em !important;
    cursor: pointer!important;
}

/*.model-view {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
}*/

 .model-dialog {
    position: relative;
}

.model-dialog .close {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #eee;
    background-color: #ab0b0b;
    border: 1px solid #ed1717;
    border-radius: 500px;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 1;
    line-height: 17px;
    cursor:pointer;
}

 .model-dialog form {
    background-color: #fff;
    width: 400px;
    height: auto;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
}

#lean_overlay {
    position: fixed;
    z-index:999;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


input[readonly], input[readonly="readonly"] {
    background-color: rgb(235, 235, 228);
    color: #797d80;
}

table.panel {
    width: 717px;
    margin-top: 15px; 
    border-collapse: collapse;
}

table.panel tr th {
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb;
    padding: 5px 0;
}

table.panel tr td {
    border-bottom: 1px dotted #dbdbdb;
    padding: 5px;
}

.clear-filter {
    position: absolute;
    right: 99px;
    top: 41px;
    border-left: 1px dotted #dbdbdb;
    width: 48px;
    height: 48px;
    background: url('../images/icons/eraser.png') no-repeat center center;
}

.filtr-more {
    right: 52px;
    top: 1px;
    background: url('../images/icons/filtr.png') no-repeat center center;
}

.filtr-more.active {
    background: url('../images/icons/filtr-active.png') no-repeat center center;
}

.filtr-zamow {
    margin: -1px 0 0;
    line-height: 28px;
    text-align: right;
    padding: 15px 20px;
    background-color: white;
    border: 1px solid #dbdbdb;
    border-top: 1px dotted #dbdbdb;
    position: relative;
}

.loading {
  margin: 1em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(77, 77, 77, 0.2);
  border-right: 0.5em solid rgba(77, 77, 77, 0.2);
  border-bottom: 0.5em solid rgba(77, 77, 77, 0.2);
  border-left: 0.5em solid #cccccc;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loading,
.loading:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search form .filtr-zamow input[type='text'] {
    height: 18px;
    line-height: 18px;
    margin-top: 0;
    font-size: 11px;
    padding: 5px 8px 3px;
    background: white;
}

.clear-filters {
    top: 1px;
    right: 101px;
}

.ui-autocomplete, .ui-datepicker {
    background: white;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.ui-datepicker .ui-datepicker-prev {
    background: url('../images/icons/arrow-back-24.png');
}

.ui-datepicker .ui-datepicker-next {
    background: url('../images/icons/arrow-forward-24.png');
}

.messages {
    margin-left: 5px;
    background-color: white;
    color: #83959f;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    vertical-align: initial;
    line-height: 20px;
}

.links a:hover .messages {
    background-color: #83959f;
    color: white;
}

.links a:hover .messages.new-messages, .messages.new-messages {
    background-color: rgb(231, 76, 60);
    color: white;
}

.filtr-zamow .groups {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

.filtr-zamow .groups > li {
    display: inline-block;
    min-width: 24.4%;
    float:left;
    margin-top: 10px;
    margin-right: 5px;
}

.filtr-zamow .groups > li select {
    width:100%;
}

.headroom {
   transition: transform 200ms linear;
}

.headroom.slideDown {
   transform: translateY(0%);
}
.headroom.slideUp{
   transform: translateY(-100%);
}