﻿#addrEditBox label {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: normal;
  margin-bottom: 3px;
}

#addrEditBox input {
  display: block;
  width: 100%;
  text-align: left;
  color: #427da1;
}

#addrEditBox button {
  width: 100%;
}

.addrEditBoxActions {
  margin-top: 10px;
  padding-bottom: 15px;
}

.addrEditBoxActions button {
  display: inline-block;
}

.addrEditBoxActions div:first-child {
  text-align: right;
}

.addrEditBoxActions div:last-child {
  text-align: left;
}

.addrEditBoxComment {
  color: gray;
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}

.addrMessageText {
  text-align: left;
  padding: 20px;
  word-wrap:break-word;
}

#addrList, #addrListExtra {
  margin-bottom: 10px;
  font-family: PFDinDisplayPro-Med;
}

#addrList::after, #addrListExtra::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.addrSelectPanel {
  max-height: 600px;
  overflow-y: scroll;
}

.addrSelectPanel .row {
  margin-left: 5px;
  margin-right: 5px;
}

.addrShowExtraBtn {
  width: 100%;
}

.addrExtraWrapper {
  display: none;
  cursor: pointer;
}

.addrExtraWrapper .panel-heading {
  text-align: center;
}

.addrItem {
  padding: 5px;
}

.addrItemBox {
  border: 2px solid #64b9ed;
  border-radius: 3px;
  padding-bottom: 5px;
}

.addrFieldRow {
  border-bottom: 1px solid #d7d7d7;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.addrTitle {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  color: #64b9ed;
  font-size: 105%;
  text-align: right;
}

.addrField{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.addrLabel {
  color: black;
}

.addrValue {
  color: #427da1;
  text-align: left;
}

.addrActions {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
  text-align: left;
}

.addrActions button {
  display: inline-block;
}

.addrBtnOrange {
  background: #FFA500;
}

.addrBtnOrange:hover {
  background: #ef9b00;
}

.addrBtnRed {
  background: #dc6060;
}

.addrBtnRed:hover {
  background: #ca5959;
}

.addrBtnGreen {
  background: #57a427;
}

.addrBtnGreen:hover {
  background: #44811f;
}

#addressbook .his-select {
    width: 100%;
}
.noFoundAddress{
    text-align:left;
}
.noFound{
    margin-top:0!important;
    padding-top:0;
    margin-left:-15px!important;
}
.noFoundButton{
    margin-top:-20px;
}
