﻿ 
    
.epresto.bartersite div.authorizeDialogContainer
{
    max-height: 0px;      
    transition: max-height 0.5s;    
    overflow: hidden; 
    }

.epresto.bartersite div.authorizeDialogContainer.open
{
    max-height: 1000px;    
    transition: max-height 0.5s;     
    }   
     
    
.epresto.bartersite div.resetPasswordDialogContainer
{
    max-height: 0px;      
    transition: max-height 0.5s;    
    overflow: hidden;   
    }  

.epresto.bartersite div.resetPasswordDialogContainer.open
{
    max-height: 1000px;    
    transition: max-height 0.5s;   
    }    
          
.epresto.bartersite section.messageContainer:empty
{    
    display: none;    
    }
    
    

    
.epresto.bartersite div.selection 
{
    
    }

@media screen and (max-width: 585px) {

    .epresto.bartersite div.selection .listView {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 0px;
        margin-bottom: 2px;

    }

}

.epresto.bartersite div.selection section table {
color: #000000;
margin-bottom: 10px;
}

.epresto.bartersite div.selection section table th {
    font-family: PTsansBold;
    font-size: 0.75em;
    font-weight: normal;
    color: #ff6b00;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    padding-right: 1em;
    height: 1.5em;
}

.epresto.bartersite div.selection section table td {
    font-size: 0.9em;
    line-height: 1em;
    vertical-align: top;
}

.epresto.bartersite section div.tiles button.tile.extend {
background-image: url(../Pix/TileIconExtend.png);
}

.epresto.bartersite section div.tiles button.tile.update {
background-image: url(../Pix/TileIconUpdate.png);
}

.epresto.bartersite section div.tiles button.tile.delete {
background-image: url(../Pix/TileIconDelete.png);
}          
    