﻿

.clientdefaultCheckBox
{

    height:20px;
    width:20px;
}
.clientdefaultLabel
{
    font-size:large;
}
.clientdefaultTextarea
{
    resize: none;
    height: 150px; 
    overflow: hidden;
    width:285px;
}
.clientdefaultDropdown
{
    width:160px;
    /* border-radius: 5px;
     border-color:Gray;
     border:1px solid;*/
    
}
.clientdefaultTextbox
{
    width:160px;
}

.defaultshipmentTextarea
{
    resize: none;
    height: 80px; 
    overflow: hidden;
    width:160px;
}



.clientDialog
{
    background:#E2F1FD;
}

.defaultLocationTable
{
    border-style: solid;
    border-width: thin;
    border-color: gray;
    width:95%;
}

.defaultLabelDiv
{
  
    max-width:180px;
}
.defaultLabelDivs
{
  
    width:200px;
}

.defaultsDiv
{
    
    max-width:390px;
}
.defaultsDivs
{
    
    max-width:420px;
}

.locationTableLabel
{
    width:40px;
}

.billToLocationListBox {
 height:370px;
     border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: scroll;
}

.billToLocationListBox ul {
    list-style-type: none;
    padding-left: 10px;
}

.locationListItem {
border-bottom:1px solid gray;
}

.locationGridFixDiv {
width:300px;
overflow-x:scroll;
overflow-y:scroll;
height:413px;
}

.mappingItemListBox {
width:300px;
overflow-x:scroll;
height: 225px;
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: scroll;
}

.mappingBtnContainer {
width:60px;
margin-top:150px;
}

.mappedItemContainerRow {
    margin-top:25px;
}

.mappingContainerColumn {
    width:300px;
}

.mappingItemListBox ul {
    list-style-type:none;
}
#clientDefaults .generalSection{
    padding:10px;
    width:30%;
    display:inline-block;
    vertical-align:top;
    float:left;
}
#clientDefaults .generalSection label{
   min-width:120px;
     vertical-align:top;
}
#clientDefaults .shipmentSection{
    padding:10px;
    width:39%;
    display:inline-block;
    vertical-align:top;
    float:left;
}
    #clientDefaults .shipmentSection label {
        /*min-width:140px;*/
        min-width: 180px;
        vertical-align: top;
    }
#clientDefaults .invoiceSection{
    padding:10px;
    width:31%;
    display:inline-block;
    vertical-align:top;
    float:right;
}
#clientDefaults .invoiceSection label{
   min-width:154px;
   vertical-align:top;
}

#clientDefaults .defaultSeaction{
      padding:10px;
    width:33%;
    display:inline-block;
    vertical-align:top;
   
}
.mappingItemsListBox {
width:255px;
overflow-x:auto;
height: 225px;
    border-style: inset;
    border-color: Gray;
    border-width: thin;
    overflow-y: auto;
}