﻿.actionmenu .inline-actionmenu .popup-panel .dropdown-container {
    display: none !important;
}
.row-checkbox {
     display: none !important;
}
#header-wrapper {
    display: none;
}
.built-in-buttons {
    display: none;
}
.side-panel {
    display: none;
}
.gridHeader {
    border: 0;
}
.gridHeader[style] {
    border-left-style: none !important;
    border-left-width: 0 !important;
}
.header-checkbox {
     display: none;
}
.inline-actionmenu {
    display: none !important;
}
.recordDetailIcon {
    display: none;
}
.t-grid-pager {
    display: none;
}
#footer-wrapper {
    display: none;
}

#docContent 
{
    border: 0px none !important;
}

#divNotes 
{
    display: none;
}

.t-header {
    font-weight: bold !important;    
}
.t-resize-handle {
    display: none !important;
}
#gridRecords, #docContent
{
    width: 100% !important;
}

table
{
    width: 100% !important;
    table-layout: auto !important;
}

img { page-break-inside: avoid; }

body, #main-wrapper
{
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}
html {
     height: auto !important;

}

#gridRecords table td:last-child, #gridRecords table td:nth-last-child(2) {display:none}

#gridRecords table th:last-child, #gridRecords table th:nth-last-child(2) {display:none}

a .selected {
      background-color: white !important;
       color: black !important;
}

div:not(#docContent) {
    color: black !important;
    border: 0;
}

.holds-tracker {
    display: none;
}

#global-search-popup-container {
    display: none !important;
}
#main-wrapper {
    min-height:10px !important;    
}
#push {
    display: none;
}
#gridRecords table tr.t-no-data td 
{   
    display : table-cell !important;
}
.pm-dialog {
    display: none !important;
}
.pm-dialog-overlay 
{
    display: none !important;
}
#customButtonNotification
{
    display: none !important;
}
#customButtonContextMenu
{
    display: none !important;
}

#gridRecords tbody td {
    white-space: normal !important;
}
#gridRecords table tr.t-grouping-row td {
    display: table-cell !important;
}
#gridRecords table tr {
    display: table-row !important;
    border:0;
}
#gridRecords table tr td {
    border-bottom-width : 2px;
}


#gridRecords table thead tr th a span.t-icon.t-arrow-up
{
    background-position: -48px -160px !important;
    background-image: url("/Content/2012.2.801/Windows7/sprite.png")!important;
    background-repeat:no-repeat !important;
    width: 16px!important;
    height: 16px!important;
    overflow: hidden!important;
    line-height: 0!important;
    vertical-align: middle!important;
}

#gridRecords table thead tr th a span.t-icon.t-arrow-down
{
    background-position: -48px -176px !important;
    background-image: url("/Content/2012.2.801/Windows7/sprite.png")!important;
    background-repeat:no-repeat !important;
    width: 16px!important;
    height: 16px!important;
    overflow: hidden!important;
    line-height: 0!important;
    vertical-align: middle!important;
}

.k-overlay, .k-window
{
    display:none !important;
}

#GridForRecordList
{
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
}

.cardview-container {
    display:block !important;
}
.record-list-wrapper #gridRecords {
     width:100% !important;
     margin-left:0px;
}
#viewSelectorAndFilter {
    display:none;
}

div#cartActions {
    display: none;
}

#content-wrapper {
    margin-top: 0px !important;
}

.mainMargin .sharingprogress-container #docContent {
    padding-top: 0px !important;
}

#content-wrapper .mainMargin .content-without-panels {
    margin-top: 0px !important;
}

.card-grid-item {
    width: 205px;
}

.t-widget.t-grid .t-header span, .t-widget.t-grid .t-header a {
    white-space: normal;
    word-wrap: break-word;
    height: auto;
}

/*Firefox bug*/ 
@media print{
    #main-wrapper{
        display: block !important;
    }
            
    .content-with-panels{
        position: static !important;
    }
}