/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-Jun-2016, 9:02:52 PM
    Author     : jb
*/

.AddressTable {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #001F4C;
}

input.AddressField {
    width: 200px;
    height: 1rem;
    padding: 5px;
}

input.AddressFieldLong {
    width: 650px;
    height: 1rem;
    padding: 5px;
}

select.AddressField {
    width: 214px;
    line-height: 1rem;
    padding: 6px;
}
    
.AddressTableHeader {
color: #001F4C;
    display: flex;
    gap: 15px;
    font-weight: bold;
    /* width: 80%; */
    border: 1px solid #001F4C;
    justify-content: flex-start;
    align-items: baseline;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.AddressRow {
    display: flex;
    gap: 20px;
    margin: 10px;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: baseline;
}

.AddressTableStayHeader {
    color: #001F4C;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
    border: 1px solid #001F4C;
}


.addActionButton1 {
  color: #266bff;
  background: #BDDBFF;
  font-weight: bold;
  border: 1px solid #266bff;
}
 
.addActionButton1:hover {
  color: #FFF;
  background: #266bff;
  cursor: pointer;
}

.AddressCurrentContainer {
    overflow-y: scroll;
    height: 190px;
}

.AddressCurrentContainerAlt1 {
    overflow: hidden;
}

.AddressHistoryContainer {
    overflow-y: scroll;
    height: 190px;
}

.AddressHistoryContainerAlt1 {
    /*overflow-y: scroll;*/
    min-height: 260px;
}


.AddressMonthsInput {
    
}

.AddressCountryInput {
}

input.SelfDeclareField {
    width: 100%;
    height: 1rem;
    padding: 5px;
}