﻿.container.main .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    background: #dbe2f2 none 0 0 no-repeat; 
    border-right: 0px solid #7d828d;
    color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #dbe2f2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbe2f2), color-stop(25%, #dbe2f2), to(#dbe2f2));
    background-image: -webkit-linear-gradient(#dbe2f2, #dbe2f2 25%, #dbe2f2);
    background-image: -moz-linear-gradient(top, #dbe2f2, #dbe2f2 25%, #dbe2f2);
    background-image: -ms-linear-gradient(#dbe2f2, #dbe2f2 25%, #dbe2f2);
    background-image: -o-linear-gradient(#dbe2f2, #dbe2f2 25%, #dbe2f2);
    background-image: linear-gradient(#dbe2f2, #dbe2f2 25%, #dbe2f2);

}

.gridbview, 
.gridbsketch, 
.gridbpsd, 
.gridbappget, 
.gridbcopyrigth {
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-table;
    opacity: 0.8; 
}


.gridbview, .gridaboutbutton { 
    display: inline-block;
    background-image: url("images/gbps_bts/papka.png");
}
.gridbview:hover, .gridaboutbutton:hover {
    background-image: url("images/gbps_bts/papka_selected.png");
}


.gridbsketch { 
    display: inline-block;
    background-image: url("images/gbps_bts/open_sketch_grey.png");
}
.gridbsketch:hover {
    background-image: url("images/gbps_bts/open_sketch.png");
}

.gridbpsd { 
    display: inline-block;
    background-image: url("images/gbps_bts/open_list_grey.png");
}
.gridbpsd:hover {
    background-image: url("images/gbps_bts/open_list.png");
}

.gridbappget { 
    display: inline-block;
    background-image: url("images/gbps_bts/create_zayavlenie_grey.png");
}
.gridbappget:hover {
    background-image: url("images/gbps_bts/create_zayavlenie.png");
}

.gridbcopyrigth { 
    display: inline-block;
    background-image: url("images/gbps_bts/open_avtorskiy_dogovor_grey.png");
}
.gridbcopyrigth:hover {
    background-image: url("images/gbps_bts/open_avtorskiy_dogovor.png");
}

.gridremarksbutton {
    background-image: url("images/gbps_bts/remarks.png");
}
.gridremarksbutton:hover {
    background-image: url("images/gbps_bts/remarks_selected.png");
}

.gridkeybutton {
    background-image: url("images/gbps_bts/key.png");
}
.gridkeybutton:hover {
    background-image: url("images/gbps_bts/key_selected.png");
}

.cellIcon {
    width: 87%;
    background-position: left;
    padding-left: 35px;
    background-size: 30px;
    min-height: 30px;
    margin-bottom: 20px;
}

.menueditbutton {
    width: 20px;
    float: left;
    height: 20px;
    background-image: url("images/gbps_bts/redaktirovat.png");
}

.menuremovebutton {
    width: 20px;
    float: left;
    height: 20px;
    left: 30px;
    background-image: url("images/gbps_bts/zakryt.png");
}
.previewfilebutton {
    background-image: url("images/gbps_bts/preview.png"); 
}
.previewfilebutton:hover {
    background-image: url("images/gbps_bts/preview_selected.png"); 
}


.griddownloadbutton {
    background-image: url("images/gbps_bts/down.png");
}
    
.griddownloadbutton:hover {
    background-image: url("images/gbps_bts/down_selected.png");
}

.griddownloadnotificationbutton {
    background-image: url("images/gbps_bts/download-notification.png");
}
    
.griddownloadnotificationbutton:hover {
    background-image: url("images/gbps_bts/download-notification_selected.png");
}
.gridsigninfobutton {
    background-image: url("images/gbps_bts/key-info.png");
}
    
.gridsigninfobutton:hover {
    background-image: url("images/gbps_bts/key-info_selected.png");
}
 