﻿
.tabButton {
    font-size: large;
    border-left: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    width: 150px;
    height: 40px;
    color: #4b4b4b;
    background-color: white;    
    vertical-align: middle;
    align-content: center;
    text-align: center;    
    padding: 6px;       
    cursor:pointer;
}

.tabButton2 {
    font-size: large;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-left: 0;
    width: 150px;
    height: 40px;
    color: #4b4b4b;
    background-color: white;
    vertical-align: middle;
    align-content: center;
    text-align: center;    
    padding: 6px;  
    cursor:pointer;     
}

.tabButtonDisabled {
    font-size: large;
    border-left: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    width: 150px;
    height: 40px;
    color: #4b4b4b;
    background-color: whitesmoke;    
    vertical-align: middle;
    align-content: center;
    text-align: center;    
    padding: 6px;  
    cursor:pointer;     
}

.tabButton2Disabled {
    font-size: large;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    border-left: 0;
    width: 150px;
    height: 40px;
    color: #4b4b4b;
    background-color: whitesmoke;
    vertical-align: middle;
    align-content: center;
    text-align: center;    
    padding: 6px;  
    cursor:pointer;  
}

.tabButtonFill {
    border-bottom: 1px solid #4b4b4b;
    width: auto%;
    display: table-cell;
    height: 40px;
    background-color: white;    
}

.tabButton span {
           
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.tabOutline {
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
    height: auto;
    width: 100%;
    display:table;
}

.atxBorderSteelBlue {
    border: 1px solid steelblue;
}

.atxBorderBlack {
    border: 1px solid black;
}

.atxTable{
    display:table;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 6px;
}

.atxTableHeader {
    display: table-cell;
    color: white;
    background-color: steelblue;
    padding: 6px;
}

.atxTableRow{
    display:table-row;
    margin: 3px;
}

.atxTableCell{
    display: table-cell;        
    color: darkblue;
    margin: 3px;
    padding: 6px;
}

.atxAttachmentCell{
    display: table-cell;      
    background-color: white;
    color: steelblue;
}

.popupContainer {
    width: 100%;
    height: 100%;}

.popup {
    width: 400px;
    height: 350px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    border: dimgrey solid 1px;
    background-color: white;
    z-index: 1;
    -webkit-box-shadow: 10px 10px 10px 0 dimgrey;
    -ms-box-shadow: 10px 10px 10px 0 dimgrey;
    box-shadow: 10px 10px 10px 0 dimgrey;
}

.atxTextAlignLeft {
    text-align: left;
}

.atxTextAlignRight {
    text-align: right;
}

.atxVertAlignCenter {
    vertical-align: middle;
}

.atxHeader {
    margin: 6px;
}

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.ForeColorTextRed {
    color: red;
}