html{
    height: 100%;
    min-height: 100%;
}
body{
    margin: 0 15px;
    font-family: sans-serif;
}

body.processed #preloader{
    display: block;
}

/* Icons */

    .icon{
        display: inline-block;
        *display: inline;
        vertical-align: top;

        background-color: transparent;
        background: center center no-repeat;
        background-size: 100% 100%;
        background-repeat: no-repeat;

        overflow: hidden;
    }

        .icon.fav,
        .icon.fav-on{
            width: 20px;
            height: 20px;
            background-image: url(/static/img/icons/fav-icon.svg);
        }

        .icon.fav-on{
            background-image: url(/static/img/icons/fav-on-icon.svg);
        }

        .icon.user-hide,
        .icon.user-hide-on{
            width: 20px;
            height: 20px;
            padding: 0px;
            background-image: url(/static/img/icons/eye-hide.svg);
        }

        .icon.user-hide-on{
            filter: invert(.5) sepia(1) saturate(100) hue-rotate(40deg);
        }

h1{
    font-size: 2em;
    color: #262626;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1.curfonPaddingbotom6px cufon{
    padding-bottom: 6px;
}
.index-title{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.4em;
}
.shl{
    color: #fff;
    background: #db0000;
}
.m-fontsize-12{
    font-size: 1.2em;
}
.m-fontsize-14{
    font-size: 1.4em;
}
.b-header-search-advanced-popup{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    border-radius: 5px;
    background: #fffce7;
    font-size: 1.2em;
    color: #666;
    -moz-box-shadow: 2px 2px 1px #e6e6e6;
    -webkit-box-shadow: 2px 2px 1px #e6e6e6;
    box-shadow: 2px 2px 1px #e6e6e6;
/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
/* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
    display: none;
    z-index: 110;
    white-space: nowrap;
}
input[type="text"],
input[type="password"],
textarea{
    font-family: sans-serif;
}
input[type="text"]:focus, textarea:focus{
    outline: none;
}
.m-clear{
    clear: both;
}

.b-mainClass{
    width: 1110px;
    position: relative;
    margin: 0px auto;
}

.notice{
    max-width: 100%;
    padding: 2px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    background: #dc3b30;

    overflow: hidden;
    z-index: 1;
}

    .notice > .notice-content{
        width: 100%;
        padding: 10px;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        box-sizing: border-box;
        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

        background: #f2f6f9;

        overflow: hidden;
        z-index: 10;
    }

    .notice > .notice-content.info,
    .notice > .notice-content.subscribe,
    .notice > .notice-content.restriction{
        padding: 20px;
        font-size: 1.2em;
        text-align: center;
        line-height: 1.6em;
    }

    .notice > .notice-content.categories{
        padding: 21px 18px;
        font-size: 12px;
    }

        .notice > .notice-content.categories span{
            display: inline-block;
            *display: inline;
            margin-top: 6px;
            border-bottom: 1px dashed #db0000;
        }

        .notice > .notice-content.categories a{
            color: #000 !important;
            text-decoration: none;
        }

    .notice > .notice-content.info{
        padding: 30px 20px;
    }

.hidden{
    display: none;
}

.b-mainClass > .header{
    height: 85px;
    margin: 15px auto;
    text-align: center;
}

    .header a,
    .header a[href^="tel"],
    .header a[href^="mailto"]{
        font: inherit;
        color: inherit;
        text-decoration: inherit;
    }

    .header-logo,
    .header-contacts,
    .header-loginform{
        display: inline-block;
        *display: inline;
        vertical-align: top;
    }

    .header-logo{
        float: left;
        width: 150px;
        margin-top: 15px;
    }

        .header-logo a{
            font-size: 3em;
            color: #272727;
            text-decoration: none;
        }

            .header-logo a > span{
                color: #db0000;
            }

            .header-logo a .header-slogan{
                color: #6e6e6e;
                font-size: 12px;
                line-height: 10px;
                font-weight: normal;
                text-align: center;
            }

    .header-contacts{
        min-width: 150px;
        margin-top: 14px;
    }

    .header-covid {
        width: 250px;
        display: inline-block;
        color: red;
        text-align: right;
        padding: 19px 15px 0 0;
        font-size: 14px;
        line-height: 15px;
    }

        .header-contacts .header-phone{
            color: #000;
            font-size: 2.6em;
            text-align: right;
        }

            .header-contacts .header-phone a[href^="tel"]{
                display: block;
            }

            .header-contacts .header-phone a[href^="tel"] > span{
                color: #db0000;
            }

        .header-contacts .header-callback{
            color: #db0000;
            font-size: 14px;
            text-align: right;
            text-decoration: underline;
        }

            .header-contacts .header-callback span{
                border-bottom: 1px solid #db0000;
            }

    .header-loginform{
        float: right;
        width: 285px;
        margin-top: 9px;
        text-align: center;
    }

        .header-loginform .header-logout{
            padding: 17px 15px 18px;
            font-size: 1.2em;
            text-align: left;
            background: #f2f6f9;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .header-loginform .header-logout .logout{
                float: right;
                margin-top: -7px;
            }

        .header-loginform .cabinet-switcher-block{
            display: block;
            margin: 10px auto 0;
            font-size: 11px;
            font-weight: 400;
            line-height: .9em;
            text-align: center;
        }

            .header-loginform .cabinet-switcher-block .cabinet-switcher{
                color: #db0000;
                text-decoration: none;
            }

            .header-loginform .cabinet-switcher-block .cabinet-switcher:hover{
                text-decoration: underline;
            }

        .header-loginform .header-login{
            float: right;
            margin-top: 3px;
            text-align: left;
        }

            .header-loginform .header-login .header-login-fields,
            .header-loginform .header-login .header-login-action{
                display: inline-block;
                *display: inline;
                vertical-align: top;
            }

            .header-loginform .header-login .header-login-fields{
                width: 62%;
                margin-right: 17px;
            }

                .header-loginform .header-login .header-login-fields > input{
                    display: block;
                    width: 100%;
                    height: 25px;
                    padding: 0px 10px;
                    line-height: 23px;

                    font-size: 1.2em;
                    box-sizing: border-box;
                    border: 1px solid #ccc;
                    -webkit-border-radius: 12px;
                    -moz-border-radius: 12px;
                    border-radius: 12px;
                    box-shadow: inset 0 3px rgba(230, 230, 230, .7);

                    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

                    overflow: hidden;
                }

                .header-loginform .header-login .header-login-fields > input:focus{
                    color: #000;
                    border-color: #db0000;
                }

                .header-loginform .header-login .header-login-fields > input+input{
                    margin-top: 5px;
                }

            .header-loginform .header-login .header-login-action{
                width: 55px;
                margin-top: 12px;
                text-align: right;
            }

                .header-loginform .header-logout .logout,
                .header-loginform .header-login .header-login-action > input[type="submit"]{
                    display: inline-block;
                    *display: inline;
                    vertical-align: middle;
                    padding: 2px 10px;

                    color: #fff;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    font-size: 13px;
                    line-height: 21px;
                    text-align: center;

                    background: #ad0000;
                    background: -moz-linear-gradient(top, #ad0000 6%, #ad0000 30%, #940000 56%, #c20000 81%, #d10000 89%);
                    background: -webkit-gradient(left top, left bottom, color-stop(6%, #ad0000), color-stop(30%, #ad0000), color-stop(56%, #940000), color-stop(81%, #c20000), color-stop(89%, #d10000));
                    background: -webkit-linear-gradient(top, #ad0000 6%, #ad0000 30%, #940000 56%, #c20000 81%, #d10000 89%);
                    background: -o-linear-gradient(top, #ad0000 6%, #ad0000 30%, #940000 56%, #c20000 81%, #d10000 89%);
                    background: -ms-linear-gradient(top, #ad0000 6%, #ad0000 30%, #940000 56%, #c20000 81%, #d10000 89%);
                    background: linear-gradient(to bottom, #ad0000 6%, #ad0000 30%, #940000 56%, #c20000 81%, #d10000 89%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0000', endColorstr='#d10000', GradientType=0);

                    -webkit-border-radius: 7px;
                    -moz-border-radius: 7px;
                    border-radius: 7px;

                    overflow: hidden;
                }

                .header-loginform .header-logout .logout:hover,
                .header-loginform .header-login .header-login-action > input[type="submit"]:hover{
                    text-decoration: underline;
                }

            .header-loginform .header-login .header-registration{
                margin-top: 5px;
                color: #db0000;
                font-size: 1.1em;
                text-align: center;
                text-decoration: underline;
            }

.menu{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 5px;

    list-style-type: none;

    color: #ffffff;

    -webkit-box-sizing: border-box;

          box-sizing: border-box;
    -moz-box-sizing: border-box;

    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0 3px 10px 1px #bab8ba;
          box-shadow: 0 3px 10px 1px #bab8ba;

    background: rgba(219,0,0,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,0,0,1)), color-stop(0%, rgba(219,0,0,1)), color-stop(37%, rgba(204,0,0,1)), color-stop(64%, rgba(202,0,0,1)), color-stop(100%, rgba(186,0,0,1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(219,0,0,1)), color-stop(0%, rgba(219,0,0,1)), color-stop(37%, rgba(204,0,0,1)), color-stop(64%, rgba(202,0,0,1)), to(rgba(186,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(219,0,0,1) 0%, rgba(219,0,0,1) 0%, rgba(204,0,0,1) 37%, rgba(202,0,0,1) 64%, rgba(186,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(219,0,0,1) 0%, rgba(219,0,0,1) 0%, rgba(204,0,0,1) 37%, rgba(202,0,0,1) 64%, rgba(186,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(219,0,0,1) 0%, rgba(219,0,0,1) 0%, rgba(204,0,0,1) 37%, rgba(202,0,0,1) 64%, rgba(186,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#ba0000', GradientType=0 );

    /*z-index: 1;*/
}

    .menu > .menu-item{
        float: left;
        margin: 0;
        list-style-type: none;

        color: white;

        font-size: 12px;
        text-decoration: underline;
        border-right: 1px solid #bb0000;
    }

    .menu > .menu-item+.menu-item{
        border-left: 1px solid #dc0f0f;
        border-right: 1px solid #bb0000;
    }

    .menu > .menu-item:last-child{
        border-right: none;
    }

    .menu > .menu-item:hover{
        background: -webkit-gradient(linear, left top, left bottom, from(#bb0000), to(#ff0000));
        background: -webkit-linear-gradient(top, #bb0000, #ff0000);
        background: -o-linear-gradient(top, #bb0000, #ff0000);
        background: linear-gradient(180deg, #bb0000, #ff0000);
        z-index: 1;
    }

        .menu > .menu-item a{
            display: inline-block;
            *display: inline;
            vertical-align: top;

            padding: 11px 8px 12px;

            font: inherit;
            color: inherit;
            text-decoration: inherit;
        }

    .menu > .menu-item.current{
        background: -webkit-gradient(linear, left top, left bottom, from(#c50000), to(#8d0300));
        background: -webkit-linear-gradient(top, #c50000, #8d0300);
        background: -o-linear-gradient(top, #c50000, #8d0300);
        background: linear-gradient(180deg, #c50000, #8d0300);
    }


#b-search-popup{
    font-weight: bold;
    padding-right: 35px;
    width: 98%;
}

.b-main-menu form .b-header-search-input{
    float: left;
    display: block;
/*    background: url(../rimg/bg-quicksearch-input.gif) left top no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
	background-position: 0px -45px;
    color: #b1b1b1;
    border: none;
    font-size: 1.2em;
    padding: 5px 10px 0px 10px;
    width: 145px;
    height: 26px;
    line-height: 18px;
}
.b-header-search-submit{
    display: none;
}
.b-main-menu form a.b-header-search-a{
/*    background: url(../rimg/bg-quicksearch-button.gif) left top no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
	background-position: -164px -45px;
    width: 47px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #db0000 !important;
}
.b-main-menu form a.b-header-search-a:hover{
    background: url(../rimg/bg-quicksearch-button.gif) left top no-repeat;
}
.b-main-menu form a.b-header-search-advanced{
/*    background: url(../rimg/bg-quicksearch-button-advan.gif) left top no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
	background-position: -187px 0px;
    width: 3px;
    padding: 0px 11px 0px 11px;
    margin: 0px 3px 0px 8px;
}
.b-banner-intro{
    display: block;
    margin: 10px auto 20px;
    position: relative;
    z-index: 1;
}
.b-nav-intro{
    position: relative;
    height: 100%;
    min-height: 65.1vh;
    margin: 10px 5px 20px;
}
.b-nav-intro h2{
    color: #262626;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.4em;
}
.b-nav-intro h3, .b-nav-intro h4{
    font-size: 2em;
    color: #262626;
}
.b-hr{
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.b-nav-intro-right{
    float: right;
    width: 220px;
    margin: 0px 0px 0px 20px;
    text-align: center;
}
.b-nav-intro-left{
    float: left;
    width: 860px;
    /*margin: 0px 0px 20px 0px;*/
}
.b-nav-intro-box{
    background: #f9efe3;
    border-radius: 5px;
    border: 1px solid #d9d1be;
}
.b-nav-intro-box-slim-outer{
    position: fixed;
    top: 0px;
    z-index: 110;
    background: #fff;
    width: 1090px;
    display: none;
}
.b-nav-intro-box-slim{
    width: 100% !important;
    margin-left: 5px;
    border: 1px solid #d9d1be;
    border-radius: 5px;
    background: #f9efe3;
}
.b-nav-intro-box-slim .b-nav-intro-box-list-row{
    padding: 10px 20px;
}
.b-nav-intro-box-slim-right{
    background: #F3F6F8;
    border-radius: 5px;
    float: right;
    width: 220px;
}
.b-nav-intro-box-slim-right li{
    background: none !important;
}
.b-nav-intro-box-slim-right ul{
    padding: 0px;
}
.b-nav-intro-box-text{
    padding: 20px 10px 25px 10px;
    font-size: 1.2em;
    line-height: 1.4em;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.b-nav-intro-box-text p{
    margin-bottom: 10px;
}
.b-nav-intro-box-text i{
    color: #db0000;
}

.b-nav-intro-box.b-nav-silver{
    background: #F3F6F8;
    border: none;
}
.m-padding-lrt-15{
    padding: 20px 15px 0px 15px;
}
.b-nav-intro-ul{
    padding: 20px 0px 20px 0px;
    color: #db0000;
    font-size: 1.3em;
    text-align: left;
}
.b-nav-intro-ul li{
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    display: list-item;
    background: url(../rimg/bg-hline-2px.gif) left top repeat-x;
}
.b-nav-intro-ul li span{
    display: block;
    padding: 0px 0px 0px 15px;
    background: url(../rimg/bg-list-disc.gif) left 4px no-repeat;
}
.b-nav-intro-ul li a{
    text-decoration: underline;
    color: #db0000 !important;
    display: block;
}
.b-nav-intro-ul li.b-nav-intro-li-open{
    color: #262626;
    text-decoration: none;
    background: none;
    padding-top: 0px;
}
.b-nav-intro-ul li.b-nav-intro-li-open a{
    font-weight: normal;
    margin: 10px 0px;
}
.b-nav-intro-box-list-row{
    width: 45% !important;
    float: left;
    padding: 20px;
}
.b-nav-intro-box-bottom{
    background: url(../rimg/bg-hline-2px.gif) left top repeat-x;
    padding: 10px;
}
.b-nav-intro-box-bottom a{
    background: url(../rimg/bg-tenders-search-btn.gif) center center repeat-x;
    line-height: 26px;
    width: 145px;
    color: #fff !important;
    display: block;
    margin: 0px auto;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
}
.b-nav-intro-box-bottom-slim{
    padding: 10px;
    position: absolute;
    top: -3px;
    left: 285px;
}
.b-nav-intro-box-bottom-slim a{
    background: url(../rimg/bg-tenders-search-btn.gif) center center repeat-x;
    line-height: 26px;
    width: 145px;
    color: #fff !important;
    display: block;
    margin: 0px auto;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
}
.b-nav-intro-box-list{
    background: url(../rimg/bg-vline-2px.gif) center top repeat-y;
    font-size: 1.2em;
}
.sidetreecontrol{
    margin: 0px 0px 20px 0px;
}
.sidetreecontrol a{
    text-decoration: none;
    color: #db0000 !important;
    border-bottom: 1px dashed #db0000;
}
.jquery-tree-controls{
    display: none;
}
.jquery-tree{
    margin-left: -20px;
}
.jquery-tree label{
    line-height: 20px;
}
.jquery-tree li.jquery-tree-leaf{
    padding-left: 30px;
}
.jquery-tree li.jquery-tree-node{
    padding-left: 20px;
}
.jquery-tree span.jquery-tree-handle{
    color: #db0000;
    font-weight: bold;
    font-size: 16px;
    padding: 1px 0px 0px 0px;
}
#dialog-modal-citytree .jquery-tree-handle{
    left: 5px;
}
.tree-data{
    display: none;
}
.b-alert{
    width: 100%;
    min-height: 70px;
    background: url(../rimg/bg-alert-bottom-left.png) left bottom no-repeat;
}
.b-alert tbody:first-child{
    background: url(../rimg/bg-alert-bottom-right.png) right bottom no-repeat;
}
.b-alert tr:first-child{
    background: url(../rimg/bg-alert-top-left.png) left top no-repeat;
}
.b-alert td:first-child{
    background: url(../rimg/bg-alert-top-right.png) right top no-repeat;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
}
.b-alert td:first-child a{
    color: #db0000 !important;
}                                                                               
.b-paging{
    font-size: 1.2em;
    color: #272727;
    padding: 0px 20px;
}
.b-paging strong{
    padding: 0px 6px;
}
.b-paging a{
    padding: 0px 6px;
    color: #cb1b1b !important;
    text-decoration: underline;
}

/* Меню пагинации в виде списка (начало) */
ul.b-paging li {
    float: left;
}

ul.b-paging li span {
    padding: 0px 6px;
    font-weight: bold;
}

ul.b-paging li span.normal {
    font-weight: normal;
}

ul.b-paging li span.narrow {
    padding: 0px;
}

ul.b-paging li a {
	padding: 0px 6px;
	color: #cb1b1b !important;
	text-decoration: underline;
}

ul.b-paging li a {
	padding: 0px 6px;
	color: #cb1b1b !important;
	text-decoration: underline;
}

ul.b-paging li a {
	padding: 0px 6px;
	color: #cb1b1b !important;
	text-decoration: underline;
}

ul.b-paging {
	font-size: 1.2em;
	color: #272727;
	padding: 0px 20px;
	list-style: none;
    display: block;
    clear: both;
}
/* Меню пагинации в виде списка (конец) */

.b-popup-help-placement{
    right: 53%;
}

.b-popup-help-overal{
    position: relative;
    z-index: 101;
}
.b-popup-help-top{
    height: 16px;
    text-indent: -9999px;
    background: url(../rimg/bg-location-top.png) top center no-repeat;
    width: 300px;
}
.b-popup-help-center{
    background: url(../rimg/bg-location-center.png) top center repeat-y;
    width: 300px;
    color: #272727;
}
.b-popup-help-bottom{
    height: 39px;
    text-indent: -9999px;
    background: url(../rimg/bg-location-bottom.png) top center no-repeat;
    width: 300px;
}
.b-popup-help-menu{
    display: none;
    position: absolute;
    top: 25px;
    width: 300px;
    font-size: 11px;
    line-height: 14px;
    z-index: 1000;
}
.b-popup-help{
    position: absolute;
    left: -142px;
    top: 20px;
    z-index: 102;
    width: 300px;
    margin: 0px;
    display: none;
}

.b-popup-help-center-inner{
    padding: 0px 30px;
}

    .b-popup-help-center-inner *{
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .b-popup-help-center-inner p{
        margin: 0 0 10px 0;
    }

    .b-popup-help-center-inner ul,
    .b-popup-help-center-inner ol{
        list-style-type: disc;
        margin-left: 25px;
    }

        .b-popup-help-center-inner ul > li,
        .b-popup-help-center-inner ol > li{
            font-size: 1em;
        }

.b-popup-help a{
    color: #e02222 !important;
    font-size: 1em;
    float: none !important;
}
.b-footer{
    /*width: 975px;*/
    /*position: absolute;
    left: 0;
    bottom: 0;*/
    width: 100%;
    height: 90px;
    background: #e02222 url(../rimg/bg-table-header-curve-left.gif) left top no-repeat;
    margin: 20px auto 0px auto;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff;
}
.b-footer a{
    color: #fff !important;
}
.b-footer .b-footer-inner{
    background: url(../rimg/bg-table-header-curve-right.gif) right top no-repeat;
    padding: 20px;
}
.b-footer-copy{
    float: left;
}
.b-footer-menu{
    float: right;
    padding-top: 20px;
}
.b-footer-menu a{
/*    padding-left: 20px;*/
}
.b-secondmenu{
    margin: 15px auto 10px;
    color: #272727;
    font-size: 12px;
}
.b-secondmenu strong{
    background: url(../rimg/bg-menu-key.gif) left center no-repeat;
    padding: 0px 10px 0px 35px;
    float: left;
    display: block;
    line-height: 28px;
}
.b-secondmenu a{
    /*background: url(../rimg/bg-second-menu-left.png) left top no-repeat;*/
    color: #db0000 !important;
    float: left;
    display: block;
    /*margin: 0px 10px 4px 0px;*/
    margin: 0px 0px 4px 0px;
    text-decoration: none;
    position: relative;
}

.b-secondmenu a div.hint * {
    margin: 0;
    padding: 0;
}

.b-secondmenu a div.hint {
    box-sizing: border-box;
    opacity: 0;
    filter: opacity(0%);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    border: 2px solid #db0000;
    border-radius: 10px;
    background-color: white;
    padding: 20px 40px;
    width: 500px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    transition:  0.3s;

    position: absolute;
    z-index: 10;
    top: 40px;
    left: -100px;
    pointer-events: none;

    text-align: left;
    font-weight: normal;
}

.b-secondmenu a:hover div.hint {
    opacity: 1;
    filter: opacity(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: -26px;
}

.b-secondmenu div.hint p {
    color: black;
}

.b-secondmenu div.hint ul {
    margin-top: 15px;
    list-style: disc;
}

.b-secondmenu div.hint ul li {
    text-align: justify;
    color: red;
    margin-top: 10px;
    line-height: 1px;
}

.b-secondmenu div.hint ul li > span {
    color: black;
    line-height: 18px;
    background: none;
}

.b-secondmenu div.hint ul li > span span{
    display: inline-block;
}

.b-secondmenu a div{

    padding: 0px 13px;
    display: block;
    line-height: 28px;
    position: relative;
}
.b-secondmenu a div i{
    border-bottom: 1px solid  #db0000;
    border-top: 1px solid  #db0000;
    border-left: 1px solid  #db0000;
    border-right: 1px solid  #db0000;
    border-radius: 14px;
    padding: 7px 9px 7px 9px;
    font-weight: bold;
    font-size: 1.0em;
    background: #f3f6f8;
}
.b-secondmenu a span sup{
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    background: #db0000;
    color: #fff;
    display: block;
    line-height: 1.8em;
    padding: 0 0.3em;
    border-radius: 1em;
    min-width: 1em;
    text-align: center;
    font-size: 85%;
}
.b-secondmenu a.b-secondmenu-active span sup{
    background: #fdd7d7;
    color: #333;
}
.b-secondmenu a span sup.left, .b-secondmenu a.b-secondmenu-active span sup.left{
    right: auto;
    left: -0.5em;
    background: #008b8b;
}
.b-secondmenu a.b-secondmenu-active span sup.left{
    color: #fff;
}
.b-secondmenu a.b-secondmenu-active{
    /*background: url(../rimg/bg-second-menu-left-active.gif) left top no-repeat;*/
    color: #fff !important;
    font-weight: bold;
}
.b-secondmenu a.b-secondmenu-active div i {
    /*background: url(../rimg/bg-second-menu-right-active.gif) right top no-repeat;*/
    background: #db0000;
}
.b-secondmenu a.b-secondmenu-what-this{
    background: none;
    padding-top: 8px;
}
.b-index-colomnize h4{
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0px 0px 20px 0px;
    color: #262626;
}
.b-index-colomnize h3{
    font-size: 1.8em;
    margin: 20px 0px 0px 0px;
}
.b-index-colomnize h3 cufon{
    padding-bottom: 6px;
}
.b-index-colomnize p{
    font-size: 1.3em;
    line-height: 1.6em;
    color: #262626;
}
.m-color-red{
    color: #db0000 !important;
}
h3.m-color-red.PFBeauSansPro span cufon{
    border-bottom: 1px solid #DB0000;
    padding-bottom: 0px !important;
    margin-bottom: 6px !important;
}

.b-index-colomnize-first,
.b-index-colomnize-last{
    float: left;
    width: 430px !important;
}

.b-index-colomnize-first.large,
.b-index-colomnize-last.large{
    width: 50% !important;
}

.b-index-colomnize-first p{
    margin: 0px 20px 0px 0px;
}
.b-index-colomnize a{
    color: #db0000 !important;
}
.b-index-colomnize i{
    color: #db0000 !important;
}
.b-index-colomnize-first .b-hr{
    width: 95%;
}
.m-spacer1h{
    height: 30px;
}
.b-asearch-form{
    padding: 20px;
    font-size: 1.2em;
}
.b-asearch-form .b-asearch-form-radio{
    display: none;
}
.b-asearch-form label{
    display: block;
    float: left;
    margin: 12px 20px 0px 0px;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
    background: url(../rimg/bg-radio.gif) left center no-repeat;
    line-height: 13px;
}
.b-asearch-form label.m-radio-active{
    background-image: url(../rimg/bg-radio-active.gif);
}
.b-asearch-form-label{
    width: 120px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    line-height: 28px;
}
.b-asearch-form-val{
    width: 570px;
    float: left;
    margin-top: 10px;
    line-height: 28px;
}
.b-asearch-form-val-margin-10{
    margin-left: -9px;
}
.b-asearch-form-val-width100p{
    width: 480px;
    background: transparent url(../rimg/bg-input-570px.gif) left top no-repeat;
    border: none;
    color: #b1b1b1;
    line-height: 18px;
    padding: 5px 10px;
}
.b-asearch-form-val-width300{
    width: 431px;
    background: transparent url(../rimg/bg-feedbackform-input.gif) left top no-repeat;
    border: none;
    line-height: 18px;
    padding: 2px 20px 3px 10px;
    margin: 0px 20px 0px 0px;
}
.b-asearch-form-val-width200{
    width: 280px;
    background: transparent url(../rimg/bg-feedbackform-input.gif) left top no-repeat;
    border: none;
    line-height: 18px;
    padding: 2px 20px 3px 10px;
    margin: 0px 20px 0px 0px;
}
.b-asearch-form-val-width100{
    width: 86px;
    background: transparent url(../rimg/bg-input-datapicker.gif) left top no-repeat;
    border: none;
    line-height: 18px;
    padding: 2px 20px 3px 10px;
    margin: 0px 20px 0px 0px;
}
#ui-datepicker-div{
    margin-top: -30px !important;
}
.b-asearch-form-bottom{
    height: 30px;
    padding: 10px;
    background: url(../rimg/bg-hline-2px.gif) left top repeat-x;
}
.b-asearch-form-bottom a{
    display: block;
    float: left;
    background: url(../rimg/bg-button-active-left.gif) left top no-repeat;
    text-decoration: none;
    margin: 0px 10px 0px 0px;
}
.b-asearch-form-bottom a span{
    display: block;
    background: url(../rimg/bg-button-active-right.gif) right top no-repeat;
    line-height: 23px;
    padding: 2px 12px 4px 12px;
    font-size: 1.2em;
    color: #fff;
}
.b-asearch-form-bottom a.b-asearch-form-bottom-right{
    float: right;
    margin: 0px 0px 0px 10px;
}
.b-asearch-form-bottom a.b-asearch-form-bottom-disabled{
    background-image: url(../rimg/bg-button-disabled-left.gif);
}
.b-asearch-form-bottom a.b-asearch-form-bottom-disabled span{
    background-image: url(../rimg/bg-button-disabled-right.gif);
}
.b-patchs{
    margin: 12px 0 10px;
    color: #7f7c7c;
    font-size: 12px;
}
.b-patchs a{
    color: #db0000 !important;
    padding: 0px 5px;
}
.b-patchs a.b-patchs-last{
    color: #7f7c7c !important;
    text-decoration: none;
}
.b-nav-intro-box-text .b-new-tenders-table-expand{
    bottom: 1px;
}
.b-new-tenders-table{
    width: 100%;
    table-layout: fixed;
}
.b-new-tenders-table td, .b-new-tenders-table th{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 8px;
    color: #272727;
    font-size: 1.3em;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left;
    word-wrap: break-word;

}
.b-new-tenders-table th{
    color: #fff;
    background: #e02222;
    white-space: nowrap;
}
.b-new-tenders-table th.b-new-tenders-table-lastcell{
    width: 200px;
    background: url('../rimg/bg-table-header-curve-right.gif') #e02222 right top no-repeat;
}
.b-new-tenders-table td.b-new-tenders-table-lastcell{
    width: 200px;
}
.b-new-tenders-table th.b-new-tenders-table-firstcell{
    width: 360px;
    background: url('../rimg/bg-table-header-curve-left.gif') #e02222 left top no-repeat;
}
.b-new-tenders-table tr td.b-new-tenders-table-firstcell{
    color: #7e7e7e;
    width: 360px;
}
.b-new-tenders-table td span{
    padding-left: 25px;
}
.b-new-tenders-table td a{
    color: #272727 !important;
    text-decoration: underline;
}
.b-new-tenders-table td a:hover{
    color: #DB0000 !important;
}
.b-new-tenders-table td strong{
    display: block;
    color: #272727;
}
.b-new-tenders-table td h3{
    font-size: 13px;
}
.b-new-tenders-table td strong a, .b-new-tenders-table td h3 a{
    text-decoration: underline;
}
.b-new-tenders-table td strong a:visited{
    color: #7f7c7c !important;
}
.b-new-tenders-table td ul{
    overflow: hidden;
    list-style: disc url('../rimg/bg-list-disc-2.gif') inside;
}
.b-new-tenders-table-lastcell-overal{
    position: relative;
    display: block;
}
.b-new-tenders-table-firstcell-overal{
    position: relative;
    display: block;
}
.b-new-tenders-table-firstcell-overal div,
.b-new-tenders-table-firstcell-reg{
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
}
.b-new-tenders-table-firstcell-reg{
    position: absolute;
}
.b-new-tenders-table-gradient{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 30px;
    background: url(../rimg/bg-shadow-list.png) left bottom repeat-x;
    z-index: 10;
    display: none;
}
.b-new-tenders-table-tr-silver{
    background: #f3f6f8;
}
.b-new-tenders-table-expand{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 5px;
    width: 9px;
    margin: 0px 95px;
/*    background: url(../rimg/bg-list-expand.gif) center bottom no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
    background-position: -55px -22px;
    z-index: 11;
    cursor: pointer;
    display: none;
}
.b-new-tenders-table-collaps{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    height: 5px;
    width: 9px;
    margin: 0px 95px;
/*    background: url(../rimg/bg-list-collaps.gif) center bottom no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
    background-position: -72px -20px;
    z-index: 11;
    cursor: pointer;
    display: none;
}
.b-contacts{
    line-height: 1.3em;
}
.b-contacts ul{
    margin: 10px 0px 10px 20px;
}
.b-contacts li{
    list-style: disc outside;
    clear: left;
    margin: 0px 0px 6px 0px;
}
.b-contacts li div{
    clear: left;
}
.b-contacts li span{
    display: block;
    float: left;
    width: 130px;
}
.b-contacts li strong{
    display: block;
    float: left;
}
.b-detail h4.b-detail-title-red{
    font-size: 1.8em;
    color: #db0000;
    font-weight: normal;
}

.b-detail-div{
    font-size: 1.2em;
}
.b-detail-div strong{
    display: block;
    padding: 10px 0px 5px 0px;
}
.b-detail-div a{
    color: #000 !important;
    font-weight: bold;
    display: block;
    padding-top: 2px;
    text-decoration: none;
}
.b-detail-div a:hover{
    color: #db0000 !important;
}
.b-detail-div a span{
    padding: 0px 10px;
    color: #DB0000;
    font-size: 1.6em;
}
.b-detail-div a div{
    display: inline;
    text-decoration: underline;
}

.b-detail-div-noconnaps{
    font-size: 1.2em;
}
.b-detail-div-noconnaps strong{
    display: block;
    padding: 10px 0px 5px 0px;
}
.b-detail-div-noconnaps a{
    color: #000 !important;
    font-weight: bold;
    display: block;
    padding-top: 2px;
    text-decoration: none;
}
.b-detail-div-noconnaps a:hover{
    color: #db0000 !important;
}
.b-detail-div-noconnaps a span{
    padding: 0px 10px;
    color: #DB0000;
    font-size: 1.6em;
}
.b-detail-div-noconnaps a div{
    display: inline;
    text-decoration: underline;
}


.b-detail-table{
    width: 100%;
}
.b-detail-table td{
/*    width: 50%;*/
    padding: 20px 0px 0px 0px;
    vertical-align: top;
}
.b-detail-table td:first-child{
    padding-right: 20px;
}
.b-detail-table td a{
    color: #000 !important;
    font-weight: bold;
/*    display: block;*/
    padding-top: 4px;
}
.b-detail-table td a:hover{
    color: #db0000 !important;
}
.b-detail-table-data{
    width: 100%;
}
.b-detail-table-data td{
    padding: 5px 10px 5px 0px;
    max-width: 400px;
}
.b-detail-table-data .b-detail-table-data-silver{
    background: #f2f6f9;
}
.b-detail-table-data .b-detail-table-data-td1{
    width: 150px;
}
.b-detail-redtitle{
    color: #db0000;
}
.b-detail-overal ul{
    overflow: hidden;
}
.b-detail-overal ul li{
    list-style: disc url('../rimg/bg-list-disc-2.gif') inside;
}
.b-detail-overal ul li a{
    text-decoration: none;
    color: #262626 !important;
    font-weight: bold;
}
.b-detail-overal ul li a:hover{
    color: #db0000 !important;
}
.b-detail-regbr td{
    width: auto;
    padding: 0px;
    max-width: 400px;
}
.b-detail-regbr td:first-child{
    padding-right: 10px;
}
.b-detail-regbr td ul{
    margin: 0px 0px 20px 0px;
}
.b-detail-regbr td ul li a{
    text-decoration: underline;
}
.b-detail-overal{
    position: relative;
}
.b-detail-gradient{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 30px;
    background: url(../rimg/bg-shadow-list.png) left bottom repeat-x;
    z-index: 10;
    display: none;
}
.b-detail-expand{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    height: 5px;
    background: url(../rimg/bg-list-expand.gif) center bottom no-repeat;
    z-index: 11;
    cursor: pointer;
    display: none;
}
.b-detail-collaps{
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
    height: 5px;
    background: url(../rimg/bg-list-collaps.gif) center bottom no-repeat;
    z-index: 11;
    cursor: pointer;
    display: none;
}
.b-detail-files a{
    display: block;
    float: left;
    color: #db0000 !important;
    text-decoration: none;
    margin: 0px 10px 6px 0px;
    font-size: 1.3em;
    max-width: 1010px;
    border-radius: 1.3em;
    background-color: #f2f6f9;
    padding: 3px 14px 0 14px;
    line-height: 28px;
    height: 28px;
}
/* .b-detail-files a i{
    color: #a4a4a4;
    padding: 0px 0px 0px 10px;
} */
.b-detail-files a strong{
    font-weight: normal;
    text-decoration: underline;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.b-detail-files a strong.fsize{
    font-weight: normal;
    text-decoration: none;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0px;
    color: #a4a4a4;
}
/* .b-detail-files a span{
    padding: 0px 10px;
    line-height: 28px;
    height: 28px;
    display: block;
}
.b-detail-files a span i{
    color: #a4a4a4;
    padding: 0px 0px 0px 10px;
}
.b-detail-files a span strong{
    font-weight: normal;
    text-decoration: underline;
} */

.b-feedbackform{
    width: 430px;
    background: #f2f6f9;
    border-radius: 5px;
    margin: 20px auto;
}
.b-feedbackform td{
    padding: 4px 10px;
    color: #262626;
}
.b-feedbackform input{
    box-shadow: inset 0 3px rgba(230, 230, 230, .7);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 405px;
    padding: 0px 10px;
    display: block;
    min-height: 20px;
    line-height: 20px;
    color: #262626;
    border: none;
}
.b-feedbackform textarea{
    box-shadow: inset 0 3px rgba(230, 230, 230, .7);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 405px;
    height: 135px;
    padding: 0px 10px;
    display: block;
    line-height: 20px;
    color: #262626;
    border: none;
}
.b-feedbackform select{
    margin: 0px 0px 0px 30px;
    width: 355px;
    background: #f2f6f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    font-weight: bold;
}
.b-feedbackform select option{
    background: #f2f6f9;
}
.b-feedbackform span{
    display: block;
    font-size: 0.8em;
    padding-top: 4px;
}
.b-feedbackform .feedback_form_btn{
    width: 145px;
    height: 30px;
    line-height: 30px;
    background: transparent url(../rimg/bg-tenders-search-btn.gif) left top no-repeat;
    color: #fff;
    border: none;
    margin: 0px 0px 0px auto;
}
.b-feedbackform input.b-feedbackform-date{
    background: transparent url(../rimg/bg-feedbackform-input-date.gif) left -1px no-repeat;
    width: 100px;
}





.b-feedbackform-width-2{
    width: 680px;
    background: #f2f6f9;
    border-radius: 5px;
    margin: 20px auto;
}
.b-feedbackform-width-2 td{
    padding: 4px 10px !important;
    color: #262626;
}
.b-feedbackform-width-2 input{
    background: transparent url(../rimg/bg-feedbackform-input-w2.gif) left -1px no-repeat;
    width: 665px;
    padding: 0px 10px;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #262626;
    border: none;
}
.b-feedbackform-width-2 textarea{
    background: transparent url(../rimg/bg-feedbackform-textarea-w2.gif) left -1px no-repeat;
    width: 665px;
    height: 135px;
    padding: 0px 10px;
    display: block;
    line-height: 20px;
    color: #262626;
    border: none;
}
.b-feedbackform-width-2 select{
    margin: 0px 0px 0px 30px;
    width: 250px;
    background: #f2f6f9;
    border: none;
    font-weight: bold;
}
.b-feedbackform-width-2 select option{
    background: #f2f6f9;
}
.b-feedbackform-width-2 span{
    display: block;
    font-size: 0.8em;
    padding-top: 4px;
}
.b-feedbackform-width-2 .feedback_form_btn{
    width: 145px;
    height: 30px;
    line-height: 30px;
    background: transparent url(../rimg/bg-tenders-search-btn.gif) left top no-repeat;
    color: #fff;
    border: none;
    margin: 0px 0px 0px auto;
}
.b-feedbackform-width-2 input.b-feedbackform-date{
    background: transparent url(../rimg/bg-feedbackform-input-date.gif) left -1px no-repeat;
    width: 100px;
    float: right;
    margin: -2px 300px 0px 0px;
}
.b-feedbackform-width-2 input.feedback_form_file{
    width: 405px;
    background-image: url(../rimg/bg-feedbackform-input.gif);
}
.b-feedbackform-width-2 .feedback_form_filelist a{
    color: #262626;
    font-size: 12px;
}
.b-feedbackform-width-2 .feedback_form_filelist span{
    padding: 0px 20px;
    display: inline;
}
.b-feedbackform-width-2 .feedback_form_filelist .adm{
    color: #db0000;
}


.b-cabinet-loginform{
    width: 250px;
    margin: 0px auto;
}
.b-cabinet-loginform input{
    display: block;
/*    background: url(../rimg/bg-input-login.png) left top no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
	background-position: 0px -85px;
    width: 171px;
    height: 23px;
    line-height: 23px;
    border: none;
    padding: 0px 10px;
}
.b-cabinet-loginform label{
    padding: 8px 0px;
    display: block;
}
.b-cabinet-loginform input.b-cabinet-loginform-check{
    width: auto;
    display: inline;
    height: auto;
    margin: 0px 10px 0px 0px;
}
.b-cabinet-loginform small{
    font-size: 0.9em;
}
.b-cabinet-loginform small a{
    color: #DB0000;
}
.b-cabinet-loginform .feedback_form_btn{
    width: 53px;
    height: 30px;
    line-height: 30px;
/*    background: transparent url(../rimg/bg-login-button.gif) left top no-repeat;*/
    background: url(../rimg/sprites.png) no-repeat;
	background-position: -101px 0px;
    color: #fff;
    border: none;
    margin: 10px auto 0px auto;
}





.b-tenderico{
    position: absolute;
    left: auto !important;
    right: -5px;
    top: -3px;
    width: 24px;
    height: 24px;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}
.b-tenderico.small{
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.b-commerce{
    background-image: url(../rimg/ico-coin.png);
}
.b-commerce.small{
    background-image: url(../rimg/ico-coin-small.png);
}
.b-state{
    background-image: url(../rimg/ico-gerb.png);
}
.b-state.small{
    background-image: url(../rimg/ico-gerb-small.png);
}
.m-shortborder{
    border: 1px solid #E5E5E5;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    padding: 10px;
}

#dialog-modal-tendertype, #dialog-modal-fav, #dialog-modal-plans{
    font-size: 13px;
    line-height: 14px;
}
#dialog-modal-tendertype p, #dialog-modal-fav p, #dialog-modal-plans p{
    margin-bottom: 15px;
    text-align: justify;
}
#dialog-modal-tendertype ul, #dialog-modal-fav ul, #dialog-modal-plans ul{
    margin: 0px;
}
#dialog-modal-tendertype li, #dialog-modal-fav li, #dialog-modal-plans li{
    padding: 0px 0px 15px 20px;
    background: url(../rimg/bg-list-disc.gif) 0px 4px no-repeat;
    text-align: justify;
}

.geoLink{
    font-size: 1.2em;
    padding-top: 7px;
    padding-left: 10px;
    color: #7e7e7e;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.geoLink span{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
/*    background: url(../rimg/bg-gradientshadow.png) right top no-repeat;*/
	background: url(../rimg/sprites.png) no-repeat;
	background-position: -216px 0px;
}
.geoLink a{
    color: #7e7e7e;
}
#dialog-modal-citytree{
    font-size: 1.2em;
}
#dialog-modal-citytree label{
    padding-left: 10px;
}


.myregion{
    margin: 20px 0px 30px 0px;
    color: #db0000;
    font-size: 1.2em;
}
.myregion span{
    padding: 6px 20px;
    background: #f9efe3;
    border: 1px solid #d9d1be;
    border-radius: 10px;
}
.myregion a{
    color: #db0000;
    font-weight: bold;
}
.myregion div.geoLink{
    display: inline;
    font-size: 1em;
    padding: 0px;
}
.myregion div.geoLink a, .myregion i.geoLink a{
    color: #7E7E7E;
    padding-left: 10px;
    font-weight: normal;
}
.myregion #unselectOnMyRegion{
    color: #7E7E7E;
    padding-left: 10px;
    font-weight: normal;
}


.b-nav-intro-box-slim-fade{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 8px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAIElEQVQIHWP6////eyYGBoaXIOIpiHgEIh6CiAdw7lMA+J4KNYkPzDEAAAAASUVORK5CYII=");
}



     
     
     
.b-helper-regioncity{
 float: left;
 position: relative;
}
.b-helper-regioncity-a{
 text-decoration: none;
 color: #333 !important;
 font-weight: bold;
 font-size: 1.3em;
}
.b-helper-desck{
 width: 300px;
 min-height: 50px;
 background: #fff;
 border: 1px solid #999;
 padding: 20px;
 color: #272727;
 position: absolute;
 left: -150px;
 top: 20px;
 z-index: 10;
 box-shadow: 0px 10px 30px #000;
 font-size: 1.1em;
 line-height: 1.4em;
 display: none;
}
.b-helper-desck a{
 color: #E02222 !important;
 text-decoration: none;
}
.b-helper-desck-nipple{
 font-size: 0px;
 line-height: 0px;
 border-top: 8px solid transparent;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #fff;
 position: absolute;
 left: 0px;
 top: 5px;
 z-index: 11;
 width: 0px;
 height: 0px;         
 display: none;
}


.vevent{
    display: none;
}


body ins {color:green !important; background:#dfd !important; text-decoration:none !important; border: none !important;}
body del {color:red !important; background:#fdd !important; text-decoration:none !important; border: none !important;}


.news-itemlist{
    font-size: 1.2em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.news-itemlist i{
    display: block;
    margin: 0px 0px 5px 0px;
}
.news-itemlist span{
    padding: 0px 20px;
    font-size: 0.75em;
    color: #666;
}
.news-itemlist a{
    color: #DB0000;
    line-height: 1.2em;
    text-decoration: none;
    padding: 0px 0px 6px 0px;
}
.news-itemlist a:hover{
    text-decoration: underline;
}
.news-item{
    font-size: 1.2em;
    line-height: 1.6em !important;
    text-align: justify;
}
.news-item a{
    color: #DB0000;
    text-decoration: underline;
}
.news-item p{
    margin-bottom: 10px;
}
.news-item span{
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 0.9em;
    color: #666;
}
.news-item-tenders{
    font-size: 1.2em;
}
.news-item-tenders h4{
    font-size: 1.1em;
    padding: 10px 20px;
    background: #f2f6f9;
    border-radius: 5px;
    margin: 20px 0px 10px 0px;
}
.news-item-tenders li{
    margin-bottom: 6px;
}
.news-item-tenders ul li a{
    font-weight: normal;
}
.news-item table{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.news-item table td, .news-item table th{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    width: 40%;
}
.news-item table td:first-child, .news-item table th:first-child{
    width: 60%;
}
.news-item table th{
    background-color: #e02222;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.news-item strong{
    font-size: 1.2em;
}

.tree-slider{
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 12;
    width: 974px;
    margin-left: -490px;    
}

#newsitem img {
    display: none;
}


.partner-statistic-table{
    width: 100%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin: 10px 0px;
}
.partner-statistic-table td, .partner-statistic-table th{
    padding: 5px 10px;
    font-size: 1.2em;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.partner-statistic-table tr td:first-child{
    width: 65px !important;
    text-align: center;
}
/*
.partner-statistic-table tr td:last-child{
    background: #DB0000 !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
*/
.partner-statistic-table tr:hover{
    background: #ebcccc;
}
.partner-statistic-table td{
    background: transparent;
}
.partner-statistic-table th{
    background: #DB0000 !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.partner-statistic-table-footer th{
    text-align: left;
}
.partner-statistic-table a{
    color: #000;
    text-decoration: none;
}
.partner-statistic-table a:hover{
    text-decoration: underline;
}

#search-results > .client-pagination > ul > li> a {
    padding: 0 !important;
}

#search-results > .client-pagination > ul > li> a > button-action > button {
    background: none;
    height: 30px;
    width: 75px;
    border: none;
}

.ui-dialog .ui-dialog-buttonpane{
    padding: .3em 0em .5em 0em !important;
}

textarea#kwd {
    white-space: pre !important;
}

.warning label {
    display: inline-block;
    width: 5em;
}
.warning {
    color: red;
}

/*
    AJAX Preloader
*/
.preloader{
    display: none;
    position: fixed;
    background: white;
    opacity: 0.5;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .preloader .item{
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }

    .preloader .double-bounce1,
    .preloader .double-bounce2{
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #222222;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
    }

    .preloader .double-bounce2{
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.new-cab-info-alert a{
    font-size: 14px;
    color:#dc0000 !important;
    font-weight: bold;
}

.new-cab-info-alert{
    padding: 10px 10px;
    text-align: center;
    background: white;
    display: table;
    margin: 5px auto;
}

#dialog-modal-new-cab-announcement p, #dialog-modal-new-cab-announcement ul{
    line-height: 1.5;
    font-size: 10pt;
}

#dialog-modal-new-cab-announcement ul li{
    margin-left: 15px;
}

#dialog-modal-new-cab-announcement ul li:before{
    content: "\2013";
    position: absolute;
    /*change margin to move dash around*/
    margin-left: -1em;
}

#dialog-modal-new-cab-announcement img{
    max-width: 100%;
}


.icohot {
    position: relative;
    border: 0;
    margin-left: 6px;
    margin-top: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icohot img {
    opacity: 0;
    max-width: 20px;
}
.icohot.small {
    width: 18px;
    height: 18px;
}
.icohot.middle {
    width: 20px;
    height: 20px;
}
.icohot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}
.icohot.middle:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.icohot.burgundy:before {
    background-image: url('/static/img/icons/ico-hot-burgundy.svg');
}
.icohot.orange:before {
    background-image: url('/static/img/icons/ico-hot-orange.svg');
}
.icohot.yellow:before {
    background-image: url('/static/img/icons/ico-hot-yellow.svg');
}
.icohot.white:before {
    background-image: url('/static/img/icons/ico-hot.svg');
}
.icohot.red::before {
    background-image: url('/static/img/icons/ico-hot-red.svg');
}
.icohot.nav-tabs {
	filter: invert(9%) sepia(95%) saturate(5571%) hue-rotate(2deg) brightness(108%) contrast(116%);
	border: 0px;
}
.b-contacts .icohot {
    margin-top: -2px;
}
.alert.fixed-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 90000;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
