/*Шрифты*/
@font-face 
{
  font-family: 'Open Sans';
  font-style: normal;
  src: url("fonts/Open_Sans/OpenSans-Regular.ttf")
}
@font-face 
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url("fonts/Open_Sans/OpenSans-Semibold.ttf")
}
@font-face 
{
  font-family: 'Open Sans';
  font-style: italic;
  src: url("fonts/Open_Sans/OpenSans-Italic.ttf")
}
@font-face 
{
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src: url("fonts/Open_Sans/OpenSans-SemiboldItalic.ttf")
}


:root {
    --primary-color: rgb(100,181,246);
}



/*Кнопки*/
input[readonly='readonly'],
textarea[readonly='readonly'],
div[readonly='readonly']
{
    border: 1px solid #444;
    background-color: #eee;
}
input.datebox[readonly='readonly']
{
    background-color:#fff;
}
a.button,
input.button,
button.button,
button[type=submit]
{
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans' !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;	
    background-image: none;
    border:1px solid #53a4e5;	
    background-color: #64b5f6;
    text-decoration: none !important;
    text-shadow:none !important;
    box-shadow:none !important;		
    border-radius: 3px;		
}
a.button
{
    line-height: 19px;
}
a.button.invert,
input.button.invert,
button.button.invert
{
    color: #64b5f6;	
    background: #ffffff;
    border: 1px solid #bbb;
}
a.button.invert:hover,
input.button.invert:hover,
button.button.invert:hover
{
    color: #ffffff !important;	
    background: #64b5f6  !important;
    border: 1px solid #64b5f6 !important;
}
    a.button:disabled,
    input.button:disabled,
    button.button:disabled {
        color: #aaa;
    }

input[type=text]:disabled,
input[type=email]:disabled
{
    background-color: rgb(233, 233, 237) !important;
}


.button.characters 
{
    display: block;
    float: right;
    background-image: url("images/feature.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border: 0px;
    width: 32px;
    height: 32px;
    padding: 0px 0px 0px 10px;
}
input[type=tel],
input[type=file],
input[type=text],
input[type=email],
input[type=number],
input[type=password],
select 
{
    padding: 6px 6px;
    font-size: 14px;
    color: #646b75;
    max-width: 750px;
    border: 1px solid #c9cdcf;
}
input[type='text'].datebox,
input[type='text'].gridbox
{
    padding-right: 20px;
}
div.ui-widget-overlay
{
    opacity: 1;
    background: none;
    background-color: rgba(64, 64, 64, 0.5);
}
span.field-validation-error
{
    background: none;
    width: auto;
    height: auto;
    display: block;
    display: block;
    color: rgb(185, 86, 79);
    font-size: 12px;
}
a
{
    color: #64b5f6;
}
html
{
    height: 100%;
}
body
{
    height: 100%;
    color: #444444;
    font-size: 14px;
    font-family: 'Open Sans';
}
div.center_container
{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
div#block_container
{
    z-index: 1;
    position:relative;
    background-color: #ebeef2;
    min-width: 1170px;
    min-height: 100%;
    overflow: hidden;
}
div#block_head {
    z-index: 15;
    position: relative;
    height: 150px;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
    background: linear-gradient(to bottom, #48516f 90px, rgb(255,255,255) 60px);
}
div#block_body
{
    margin-top: 20px;
    margin-bottom: 74px;
}
div#block_body>div.center_container.mainpage
{
    min-width: 1190px;
}
div#block_body>div.center_container.content_container
{
    padding: 15px;	
}
div#block_body div#body_content
{
    position: relative;
    overflow: hidden;    
    min-height: 550px;
    padding: 25px 25px;	
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
}
div#block_body>div.center_container.mainpage div#body_content
{
    background-color: transparent;
    box-shadow: none;
}
div#block_body>div.center_container div#body_content.strict
{
    margin-right: 305px;
}
div#block_body>div.center_container div#right_block
{
    float: right;
    width: 235px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
}
div#block_body div#body_content h3
{
    display: none;
}

div#block_body.showMessage
{
    margin-bottom: 350px;
}
div#block_message
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 350px;
    margin-bottom: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(59,144,182);
}
div#block_footer
{
    position: absolute;
    z-index: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 44px;
}
div#block_footer .copyright
{
    padding-top: 20px;
    font-size: 14px;
    color: #646b75;
    float: left;
}
div#block_footer .contact_link
{
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
/*------------------Заголовок------------------*/
div#block_head div.center_container.top
{
    height:90px;	
    overflow: hidden;
    text-align:center;
}
div#block_head div.center_container.top div.left_card
{
    float:left;
    position: relative;
    width:auto;
    height: 100%;
    overflow: hidden;	
    margin-top: 0px;
}
div#block_head div.center_container.top div.right_card
{
    float:right;
    text-align: right;
    height: 100%;
    width:650px;
    overflow: hidden;
    margin-top: 0px;
}
a.logo
{
    display: block;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 16px;
}
a.logo img
{
    height: 56px;
    float: left;
}
a.logo>div
{
    float: left;
    margin-left: 20px;
    padding-top: 15px;
    text-align: left;
    white-space: nowrap;
}
a.logo>div>span:first-child
{
    font-weight: bold;	
    font-size: 22px;
    color: #fff;
}
a.logo>div>span:last-child
{
    font-size: 22px;
    color: #e9f5ff;
}
div.authtitle
{
    padding-top: 30px;
}
div.authtitle a.profile
{
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 9px;
    text-transform: uppercase;
}
div.authtitle a.logout
{
    display: block;
    cursor:pointer;
    float: right;
    margin-left: 20px;
    font-size: 14px;
    color: rgb(16, 129, 225);
    background-color: #fff;
    padding: 7px 15px;
}
div#block_head div.right_card div.logincontainer
{
    margin-top: 15px;
    text-align: right;
}
div#block_head div.right_card a.login
{
    display: none;
    font-size: 17px;
    color: #fff;
}
/*--------------------Меню---------------------*/
div.mainmenu table
{
    width: 100%;
    height: 60px;
    border-collapse: collapse;
}
div.mainmenu table td
{
    padding: 0px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    width: 1px;
    white-space: nowrap;
}
div.mainmenu table td.separator
{
    width: auto;
}
div.mainmenu table td>a
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    color: #646b75;
}
div.mainmenu table td.active a
{
    background-image: none;
}
div.mainmenu table td>a>span
{
    display: table-cell;
    height: 55px;
    vertical-align: middle;
}
div.mainmenu table td:hover>a
{
    color: #333;
}
div.mainmenu table td.opened>a,
div.mainmenu table td.active>a
{
    color: #54b5f6;
}
/*Подменю*/
div.mainmenu table td>ul
{
    display: none;
    position: absolute;
    width: 300px;
    margin-top: 22px;
    background: #fff;
    padding: 0px 20px 20px 20px;	
    box-shadow: rgba(67, 72, 80, 0.18) 0px 6px 6px 0px;
}
div.mainmenu table td.submenu:hover ul
{
    display: block;
}
div.mainmenu table td.submenu>ul>li
{
    text-align: left;
}
div.mainmenu table td.submenu>ul>li+li
{
    margin-top: 20px;
}
div.mainmenu table td.submenu>ul>li a
{
    font-size: 14px;
    font-weight: normal;
    color: #646b75;
}
div.mainmenu table td.submenu>ul>li:hover a,
div.mainmenu table td.submenu>ul>li.active a,
div.mainmenu table td.submenu>ul>li.expanded a
{
    color: #64b5f6;
    font-weight: bold;
}
/*--------------Главная страница---------------*/
div#mainpage
{
    margin: -15px -25px;	
}
div#mainpage table.tiles_container
{
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}
div#mainpage table.tiles_container td
{
    border: 0px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    vertical-align: middle;
}
div#mainpage table.tiles_container tr:first-child td
{
    vertical-align:top;
    padding-top: 0px;
    padding-bottom: 15px;
}
div#mainpage table.tiles_container tr:last-child td
{
    padding-top: 15px;
}
div#mainpage table.tiles_container td.separator
{
    width: auto;
    padding: 0px;
}
div.mainpage div.bigtile
{
    cursor: pointer;
    width: 865px;
    min-height: 300px;
    position: relative;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
    background-color: #fff;
    overflow: hidden;
    padding-bottom:15px;
}
div.mainpage div.bigtile div.content
{
    min-height: 215px;
    overflow: hidden;
}
div.mainpage div.bigtile li.first span.title a 
{
    font-weight: bold;
}

div.mainpage div.bigtile li span.title a 
{
    color: rgb(16, 129, 225);
    text-decoration: underline;
}
div.mainpage div.tile
{
    cursor: pointer;
    width: 420px;
    height: 315px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);	
}
div.mainpage div.tile div.content
{
    position: absolute;
    bottom: 0px;
    width: 270px;
    height: 150px;
    bottom: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
div.mainpage div.tile div.placeholder
{
    position: absolute;
    display: none;
    width: 210px;
    height: 190px;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 15px 30px 15px 30px;
    background-color: rgba(255,255,255,0.9);
}
div.mainpage div.tile:hover div.placeholder
{
    display: block;
}
div.mainpage div.tile div.title,
div.mainpage div.bigtile div.title
{
    font-size: 18px;
    line-height: 25px;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    text-align: left;
    color: rgb(16, 129, 225);
}
div.mainpage div.tile div.counter
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
    margin-left: 30px;
    color: rgb(156, 167, 182);
}
div.mainpage div.tile.oferts div.content
{
    background-image: url("images/shared/smallpurchases/ofert_icon.png");
}
div.mainpage div.tile.notices div.content
{
    background-image: url("images/shared/smallpurchases/notice_icon.png");
}
div.mainpage div.tile.statistic div.content
{
    background-image: url("images/shared/smallpurchases/stat_icon.png");
}
div.mainpage div.tile.commercial div.content
{
    background-image: url("images/shared/smallpurchases/commercial_icon.png");
}
div.mainpage div.tile.commercial div.placeholder
{
    height: 150px;
}
div.mainpage div.bigtile div.content
{
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}
div.mainpage div.bigtile div.content div.show_category_button
{
    top: -30px;
    right: 0px;
    position: absolute;
}
div.mainpage div.bigtile div.content div.show_category_button a
{
    color: rgb(16, 129, 225);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
ul.mainpage
{
    height: 240px;
    display: table;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.mainpage li
{
    display: table-row;
    text-align: left;
    vertical-align: middle;
}
ul.mainpage li>span
{
    display: block;
}
ul.mainpage li>span.date_line
{
    font-size: 11px;
    font-weight: bold;
    color: rgb(169, 179, 192);
    text-transform: uppercase;
    padding-bottom: 15px;
}
ul.mainpage li+li>span.date_line
{
    padding-top: 20px;
}
ul.mainpage li>span.title a
{
    font-size: 14px;
    line-height: 19px;
    color: rgb(101, 106, 114);
}
/*-------------Материалы--------------*/
div.lastnews ul li
{
    display: block;
}
div.lastnews li+li
{
    margin-top: 30px;
}
div.lastnews ul li.year_line
{
    font-size: 17px;
    color: #444444;
}
div.lastnews ul li span.title
{
    font-size: 17px;
    line-height: 20px;	
}
div.lastnews ul li span.title a:hover
{
    text-decoration: underline;
}
div.lastnews ul li span.title.unactive a:hover
{
    text-decoration: none;
}
div.lastnews ul li span.title img
{
    float: left;
    height: 16px;
    margin-right: 15px;
    margin-top: 0px;
}
div.lastnews ul li span.date_line
{
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    color: #444;
}
div.lastnews ul li span.desc
{
    color: #444;
    display: block;
    margin-top: 10px;
    font-size: 16px;
}
div.lastnews ul li div.content_files_block
{
    height: 100%;
    overflow: hidden;
}
div.lastnews ul li div.content_files_block div.file_block
{
    margin-top: 0px;
}
div.lastnews ul li div.content_files_block div.file_link
{
    display:block;
    overflow:hidden;
}
div.lastnews ul li div.content_files_block div.file_link+div.file_link
{
    margin-top:10px;
}
div.lastnews ul li div.content_files_block img
{
    margin-right: 0px;
    margin-top: 6px;
    height: 16px;
}
div.lastnews ul li div.content_files_block a
{
    font-size: 13px;
    display: table-cell;
    min-height: 20px;
    color: #64b5f6;
    text-decoration: underline;
}
div.one_content h3 
{
    display: block !important;
    font-size: 19px;
    line-height: 25px;
    text-align: left;
}
div.one_content div.desc
{
    color: #444;
    line-height: 18px;
    font-size: 15px;
    margin-top: 25px;
}
div.one_content div.fulltext
{
    color: #888;
    font-size: 15px;
    line-height: 18px;
    margin-top: 30px;
}
div.one_content div.content_files_block span.file_block
{
    display:block;
    margin-bottom: 5px;
}
div.ui-jqgrid-view
{
    border: 1px solid #aaa;
}
h3
{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 43px;
    color: rgb(89, 96, 105);
}
div.report_meta
{
    overflow: hidden;
    text-align: center;
    height: 100%;
}
div.report_meta .report_title 
{
    display: block;
    font-size:14px;
}
div.tile .report_title 
{
    display:none;
}

div.report_meta div.meta
{
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    overflow:hidden;
    display: inline-block;
}
div.report_meta div.created_date
{
    display: none;
    float: left;
}
div.report_meta div.actual_date
{
    font-size: 14px;
    color: #888;
    float: left;
}
div.moduletype_dataview div.chart_title.module_title 
{
    min-height: 40px !important;
}
/*----------------Контент-------------*/
div.moduletype_breadcrumbs ul
{
    display: table;
    margin: 0px;
    padding: 0px;
}
div.moduletype_breadcrumbs ul li
{
    display: table-cell;
    padding: 0px;
    padding-right: 20px;
    padding-left: 10px;
    background: url("images/shared/smallpurchases/crumb_arrow.png") no-repeat right center;
}
div.moduletype_breadcrumbs ul li:first-child
{
    padding-left: 0px;
}
div.moduletype_breadcrumbs ul li:last-child
{
    padding-right: 0px;
    background: none;
}
div.moduletype_breadcrumbs a
{
    color: rgb(16, 129, 225);
    font-size: 14px;
}
div.module_title
{
    color: #999;
    font-size: 21px;
    display: inline-block;	
    padding-bottom: 4px;
    border-bottom: 1px dashed #999;
}
div.report_attachment div.show_category_button 
{
    float:right;
    font-size:17px;
}
div.report_attachment div.show_category_button a
{
    text-decoration:underline;
}
ul.report_attachment
{
    margin-top:20px;
    padding:20px;
    border:1px solid #999;
}
ul.report_attachment li span.date_line
{
    display:block;
    margin-top:3px;
    float:right;
}
ul.report_attachment li a
{
    font-size:17px;
    text-decoration:underline;
}
/*------------------Спиок меню с картинками------------------*/
div.menu_items_list ul.with_images li + li
{
    margin-left: 50px;
}
div.menu_items_list ul.with_images li
{
    float: left;
    margin-top: 0px;
    display: block;
    max-width: 300px;
    position: relative;
}
div.menu_items_list ul.with_images li.with_image a
{
    display: block;
    padding: 30px;
    min-height: 110px;
    min-width: 130px;
    border: 1px solid #eee;	
}
div.menu_items_list ul.with_images li.with_image a img
{
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 80px;
    max-height: 80px;
    
}
div.menu_items_list ul.with_images li.with_image a span
{
    color: rgb(16, 129, 225);
    font-size: 20px;
    font-weight: bold;
}
/*Новости и материалы*/
div.lastnews a
{
    color: #64b5f6;
    font-weight: 500;
    font-size: 14px;
}
div.lastnews div.intro_text
{
    font-size: 13px;
    line-height: 18px;
}
/*--------------------Футер--------------------*/
div.counters
{
    float:right;
    margin-left:20px;
}
/*-----------------------------------------------Общие стили---------------------------------------------------*/
div.authcontainer
{
    display: block;
    float: right;
    padding-top: 39px;
    padding-bottom: 39px;
}
div.authcontainer+div.authcontainer
{
    margin-right: 30px;
}
div.authcontainer div.title
{
    font-size:12px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
div.authcontainer div.arrow-up
{
    width: 0; 
    height: 0;
    position: relative;
    margin-left: 150px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;	
    border-bottom: 10px solid rgb(255,255,255);

}
div#login_customer div.content
{
    top: 60px;
    display: none;
    position: absolute;
    margin-left: -80px;
}
div#login_customer div.content ul
{
    margin-top: -1px;
    width: 315px;
    border-radius: 5px;
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
}
div#login_customer div.content ul li
{
    background-color: #fff;
    text-align: center;
}
div#login_customer div.content ul li:last-child
{
    border-radius: 3px;
}
div#login_customer div.content ul li:first-child
{
    border-top: 0px;
    border-radius: 3px;
}

div#login_customer div.content ul li a
{
    color: #646b75;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 15px 0px 15px 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    border-bottom:1px solid #eeeeee;
}
div#login_customer div.content ul li:last-child a
{
    border-bottom: none;
}
div#login_customer div.content ul li:hover a
{
    text-decoration: underline;
}
div#block_head div a#modloginajax img,
div#block_head div a#modlogoutajax img
{
    float: left;
}
div#block_head div a#modloginajax span,
div#block_head div a#modlogoutajax span
{
    margin-left: 7px;
}
div#block_head div a#modloginajax,
div#block_head div a#modlogoutajax
{
    background-repeat: no-repeat;
    background-position: left center;
}

div#login_supplier div.content
{
    top: 60px;
    width: 340px;    
    display: none;
    z-index: 1000;
    position: absolute;
    margin-left: -120px;
}
div#login_supplier form 
{
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 14px 14px 14px;
    border: 1px solid #eaeaea;	
    box-shadow: 0px 3px 15px 0px rgba(67, 72, 80, 0.18);
}
div#login_supplier table td
{
    color: #555;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 10px
}
div#login_supplier table td button
{
    cursor: pointer;
    background: none;	
    background-color: rgb(100,181,246);
    color: #fff;
    border: 0px;
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
}
div#login_supplier table td a.register
{
    display:block;
    margin-top: 7px;
    font-size: 13px;
    color: rgb(16, 129, 225);
}
div#login_supplier table td a.register:hover
{
    text-decoration: underline;
}

/*Отображение дочерних пунктов меню*/
div.menu_items_list > ul
{
    margin: 0px;
}
div.menu_items_list > ul > li
{
    margin-top: 20px;
    text-align: left;
}
div.menu_items_list > ul > li:first-child
{
    margin-top: 0px;
}
div.menu_items_list > ul > li a
{
    font-size: 14px;
    font-weight: normal;
    color: #646b75;
}
div.menu_items_list > ul > li:hover a,
div.menu_items_list > ul > li.active a
{
    color: #64b5f6;
    font-weight: bold;
}
/*Вопрос-ответ*/
.qablock .title
{
    line-height: 19px;
    display: none;
    padding: 0px;
}
.qablock .question
{
    padding: 10px 10px 10px 40px;
}
.qablock .respond
{
    padding: 5px 10px 10px 40px;
}
.qablock .respond .desc
{
    margin-top: 0px !Important;
    padding: 0px;

}
.qablock .question .desc
{
    margin-top: 0px !Important;
    padding: 0px;
    color: rgb(89, 96, 105);
    font-weight: bold;
}
/*Диаграммы*/
.tile.moduletype_dataview 
{
    position: relative;
    margin-bottom: 40px;
    width: 520px;
    height: 550px;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;    
}
.tile.big.moduletype_dataview 
{
    width: 100%;
    height: 550px;
}
.tile.moduletype_dataview.left 
{
    float: left;
}
.tile.moduletype_dataview.right 
{
    float: right;
}
.tile.moduletype_dataview div.module_title 
{
    margin: 15px 15px 0px 15px;
    font-size: 16px;
    min-height: 40px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 0px;
    color: #666;
}
.tile.moduletype_dataview.switch  div.module_title
{
    margin-right: 60px;
}
.tile.moduletype_dataview div.module_body 
{
    margin: 0px 15px 15px 15px;    
}
.tile.moduletype_dataview div.chart_container:first-child
{
    display: block;
}
div.chart_switch 
{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
div.chart_switch button
{
    width: 30px;
    height: 30px;
    font-size: 0px;
    border: none;
    padding: 0px;
    cursor: pointer;
    background: none;
    background-color: #fff;    
    background-repeat: no-repeat;
    background-position: center center;
}
div.chart_switch button.active 
{
    background-color: rgb(100,181,246);
}
div.chart_switch button:first-child
{
    border-radius: 3px 0px 0px 3px;
}
div.chart_switch button:last-child
{
    border-radius: 0px 3px 3px 0px;
}
div.chart_switch button.pie 
{    
    background-image: url("images/shared/smallpurchases/icons/pie.png");
}
div.chart_switch button.active.pie 
{
    background-image: url("images/shared/smallpurchases/icons/pie_active.png");
}
div.chart_switch button.column
{
    background-image: url("images/shared/smallpurchases/icons/column.png");    
}
div.chart_switch button.active.column 
{
    background-image: url("images/shared/smallpurchases/icons/column_active.png");
}
/*Грид сертификатов*/
.dialog-selectcert-grid.gridview
{
    background-color: #fff;    
}
.dialog-selectcert-grid.gridview div.grid_pager 
{
    box-shadow: none;    
}
div.supplier.purchase 
{
    display: none;	
}
button#add_account_btn
{
    display: none;
}

/*ГридВью*/
div.gridview
{
    background-color: #f0f1f4;
}
div.gridview.gridview_table
{
    background-color: #fff;
}
div.grid_container
{
    margin: 0px -25px;
}
div.grid_container.gridview_table
{
    margin: 0px 0px;
}
div.grid_container.gridview_table div.grid_pager 
{
    margin: 0px 0px;    
}
div.gridview_table.ui-dialog-content div.grid_pager 
{
    margin: 0px 0px;
    display: block !important;
    float: left;
}
div.gridview_table.ui-dialog-content div.page_container 
{
    display: block !important;
    float: left;    
} 
div.gridview_table.ui-dialog-content div.rp_container 
{
    display: block !important;
    margin-left: 30px;
    float: left;
}
div.gridview div.grid_header,
div.gridview div.grid_content 
{
    padding: 0px 30px;
}
div.gridview_table div.grid_header, 
div.gridview_table div.grid_content 
{
    padding: 0px;
    width: 100%;
}
div.gridview_table.ui-dialog div.grid_header, 
div.gridview_table.ui-dialog div.grid_content 
{
    padding: 0px;
    background: transparent;
}
div.tab_container
{
    margin-left: -25px;
    margin-right: -25px;
}
div.tabs_contents
{
    margin-right: 25px;
    margin-left: 25px;
}
div.tabs_titles
{
    box-shadow: rgba(67, 72, 80, 0.18) 0px 6px 6px 0px;
}
div.gridview>div.grid_pager:nth-child(2)
{
    box-shadow: 0px 6px 6px 0px rgba(67, 72, 80, 0.10)
}
div.gridview_table>div.grid_pager:nth-child(2) 
{
    box-shadow: none;    
}

.content_category a {
    color: #1081e1;
    font-weight: bold;
    text-decoration-line: underline;
}
