﻿body 
{
	text-align:center;
	background-color: #F7F7F7;
    font-family: Arial;
    font-size: 11pt;
    color: #222222;
    font-weight: normal; 
}

.spinner 
{
    font-size: 9pt;
}

.draghandle.dragged
{
    border-left: 1px solid #333;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
  
}

no-close .ui-dialog-titlebar-close {display: none }

.draghandle
{
    position: absolute;
    z-index:5;
    width:5px;
    height: 10px;
    cursor:e-resize;
}
TH
{
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}


.printSettingContainer 
{
    padding: 10px;
    margin: 15px;
    border: 1px solid #555;
    background-color: White;
}

.printSettingLabel
{
    font-size: 10pt;
    color: #222222;
    width: 120px;
    padding: 8px;
    padding-left: 6px;
}

.printMeasureLabel
{
    color: #222222;
    font-size: 7pt;
}

#content 
{
	width:1160px;
	margin:0px auto;
	text-align:left;
}

.totalCell 
{
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #aaaaaa;
}

.printpanel select {
    height: 26px;
    width: 140px;    
}
.tinyInt
{
    width: 30px;
}

.radioButton
{
    margin-left: 20px;
}

.button
{
    margin-left: 8px;
    max-width: 80px;
    min-width: 80px;
}

.editCell
{
    height: 23px;
    font-size: 9pt;
    width: 98%;
    border: none; 
}

.editCell:hover
{
    background-color: #e5e5e5;
}

#gridheader 
{
    margin: 0px;
    display: inline-block;
}

.splashLabelImage
{
    height: 480px;
}

.splashLabel
{
    cursor: pointer; 
    background-color: White; 
    border: solid 1px #444444; 
    width: 110px; 
    height: 490px; 
    border-radius: 6px;
    box-shadow: 3px 3px 3px #000000;
}

.splashLabel:hover
{
    box-shadow: 8px 8px 8px #000000;
}

.labelSelected
{
    box-shadow: 10px 10px 10px #000000;
}

.button 
{
    width: 90px;
    margin: 5px;
    padding: 5px;
}

.catalogButton 
{
    width: 180px;
    margin: 5px;
    padding: 5px;
}

.importButton 
{
    width: 180px;
    margin: 5px;
    padding: 5px;
}

.importUploadMessage
{
    font-size: .9em;
    color: #0070ff; 
}

#LabelDataGridBody
{
    margin-bottom: 100px;
    border: solid 1px #dddddd;
    border-left: none;
    border-top: none; 
    border-collapse: collapse; 
}

#gridScroll
{
    display: inline-block; 
    overflow: auto; 
    height: 250px; 
    overflow-x: hidden; 
    background-color: White; 
    border: solid 1px #dddddd;
    border-left: none;
    border-top: none; 
    border-collapse: collapse; 
}

.titleline
{
    text-align: left;
    padding-bottom: 4px;
    border-bottom: solid 1px #aaaaaa;   
}

.outerBorder 
{
    width: 1107px;
    text-align: left; 
    padding: 4pt; 
    border: solid 1px #666666;
    background-color: #dddddd;
}

.numeric 
{
    width: 40px;
    margin-right: 20px;
}
.printpanel
{
    width: 300px;
    margin-top: 20px;
}

.noCredits
{
    color: red;
}

.title {
    text-align: center;
    font-size: 14pt;
}


.infoTab
{
    height: 40px;
    color: White; 
    font-size: 9pt; 
    border: solid 1px #666666; 
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgb(0,161,225);
    text-align: left;
    margin-right: 0px;
}

.infoBar {
    font-size: .85em;
    padding: 3px;
    background-color: #ddd;
}

.tabfocus 
{
    text-transform: uppercase;
    height: 40px;
    width: 160px;
    color: White; 
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgb(0,161,225);
    text-align: center;
    margin-right: 15px;
    color: White;
}

.tab
{
    height: 40px;
    width: 160px;
    color: White; 
    cursor: pointer; 
    text-transform: uppercase;
    border: solid 1px #666666; 
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #dddddd;
    text-align: center;
    margin-right: 15px;
    color: #222222;
}

.bottomtab
{
    height: 10px;
    width: 160px;
    background-color: rgb(0,161,225);
    border-bottom: solid 1px #666666; 
    border-bottom: none;
}

.tabspacer
{
    width: 10px;
    border-bottom: none;
}

#pinstripe 
{
    border: solid 3px rgb(0,161,225); 
    width: 1130px; 
}


.tabrunner
{
    height: 15px;
    border-bottom: solid 1px #666666; 
    background-color: rgb(0,161,225);
    border-bottom: none;
    
}

#runner
{
    height: 15px;
    border: solid 1px #666666; 
    border-top: none;
    background-color: #dddddd;
}

#toolbar 
{
    text-align: right;
    float: right; 
    padding-bottom: 5px;
}

.gridcolheadercell {
    padding: 3px; 
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center; 
    border: solid 1px #dddddd;
    border-right: none;
    font-size: 10pt;
    font-weight: normal; 
    background-color: #eeeeee;
    border-collapse: collapse; 
}


 .draghandle.dragged
{
    border-left: 1px solid #333;
}

.draghandle
{
    position: absolute;
    z-index:5;
    width:5px;
    cursor:e-resize;
}
TH
{
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}


.gridcell {
    border: solid 1px #dadada; 
    border-top: none;
    background-color: white;
    font-size: 10pt;
    margin: 0px; 
    padding: 0px;
    padding-right: 3px;
    padding-left: 3px;
}


.gridrowheader
{
    padding: 3px;
    width: 25px;
    font-size: 12pt;
    vertical-align: middle; 
    border-left: none;
    max-height: 24px;
    text-align: center; 
    border: solid 1px #dddddd;
    border-top: none;
    background-color: #eeeeee;
}

.label {
    background-color: White;
    margin: 12px;
    border-radius: 8px;
    padding: 6px;
    border: solid 1px #666666;
    text-align: left;
}

/* PDF.js canvas on tab 3
----------------------------------------------------------*/
/*#pdfContainer {
    height: 565px;
    width: 710px;
    border: none;
    background-color: #282828;
    display: flex;
    overflow-y: auto;*/ /* Vertical scroll if content overflows */
    /*overflow-x: hidden;*/ /* Prevent horizontal scrolling */
    /*justify-content: center;
    margin: 20px;
}

#pdfWrapper {
    margin-top: 2px;
    display: block;
}

.canvas-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}*/
