﻿
@media screen
{
    .body
    {
        background-color: #fff;
    }
}
@media print
{
    .body
    {
        background-color: #fff;
    }

    tr {page-break-inside: avoid; break-inside: avoid-page}
}


.TemplateViewerContent
{
    border: solid 1px #cfcfcf;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    /*box-shadow: 0px 1px 7px #bbb;*/
    border-radius: 4px;       	 
}


.TemplateMultiViewer
{
}

.TemplateMultiViewerTable
{
    border-collapse: separate;
    border-spacing:0;
    
}


.TemplateMultiViewerRowHeader
{
   
   
    
}


.TemplateMultiViewerRowContent
{
   
}

.TemplateMultiViewerDivHeader 
{


        
}
    
    
.TemplateMultiViewerRowContent > td:first-child 
{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; 
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }
    
    
.TemplateMultiViewerRowContent > td:last-child 
{
    border-bottom-right-radius:5px;
    border-top-right-radius: 5px;
     border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }


.TemplateMultiViewerCellHeader
{
 
 vertical-align: bottom;  
  
}


.TemplateMultiViewerCellContent
{
   border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  background-color:#efefef;
  padding: 1px 5px;
}

.TemplateMultiViewerRowDist 
{
   
    }

.TemplateMultiViewerCellDist 
{
    height:5px;
}

.TemplateMultiViewerDivUserInfo
{
    /*white-space:nowrap;*/
    }
    
  .ST_ColumnCellItem
{
    padding-right: 5px;
    padding-left: 5px;
    /*white-space: nowrap;*/
    font-weight: 600;
}
        
.ST_ColumnCellItem
{
    white-space: nowrap;        
}
        
.ST_HeaderStyle
{
    font-size: 12px;
    font-weight: 700;
    border: solid 1px #afafaf;
    padding: 4px;
    display: inline-block;
    border-radius: 5px;
    background-color: #dfdfdf;
}
        
.ST_HeaderStyle
{
    font-size: 11px;
    font-weight: 700;
    border: solid 1px #afafaf;
    padding: 4px;
    display: inline-block;
    border-radius: 5px;
    background-color: #dfdfdf;
}


.templateContainer
{
      /*page-break-before: auto;
      page-break-after:auto;

  
      page-break-inside:  avoid;

        */
     

 
}