/* .persondata{ */
    /*border:1px dotted red;*/
    /*    height: 100vh;
        display: flex;
        flex-direction:column;
        justify-content: flex-start;
        align-content: flex-start;*/

/* width: 380px; */
    /*height: 100%;*/
    /*min-height: 400px;*/
    /*min-width: 380px;*/

    /*display: flex;*/
    /*flex-direction: column;*/

    /*justify-content: flex-start;  align items in Main Axis */
    /*align-items: stretch;  align items in Cross Axis */
    /*align-content: stretch;  Extra space in Cross Axis */
/* } */

/*textarea:focus, input:focus{
    outline: none;
}*/
/*.persondata .head{
    font-size: 1.2em;
    padding: 10px;    
    background-color: lightpink;
}*/

/*.persondata .head input {
    background: none;
}

.persondata .def-phone{
    width: 80px;
    display: inline-block;

        font-size: 18px;
        color: #cccccc;
}

.persondata .phones{
    height: 40px;
    background-color: #faf9f9;
    padding: 10px;
}*/
/*.persondata .phones input{*/
    /*margin-left: 10px;*/
    /*font-size: 1em;*/
    /*background: none;*/
    /*display: inline-block;*/

    /*border: none;*/
/*}*/
/*.persondata .phone{
    width: 80px;
}*/

/*.persondata .name{
    width: 60%;
     margin: auto; 
    font-size: 1.2em;
    margin-left: 10px;
     width: 200px; 
    background-color: #faf9f9;
}*/

/*.persondata .addresses{
    background-color: limegreen;
    position: relative;
    margin: auto;
    height: 100%;    
    flex-grow: 1;
    display: flex;
    flex-direction:column;
}*/

.persondata .panel-map {
    /*border:2px solid green;*/
    /*width: 99%;   Or whatever */
    min-height: 200px;
    height: 100%;
    /*margin: auto;*/
    /*margin: 4px;*/
    position: relative;
    z-index: 1;

    /*margin-top: 4px;*/
}


/*addr*/
/*.persondata .address div:first-of-type {
    display: flex;
    flex-direction: column;
}*/

.persondata .addresses label {
    margin-right: 15px;
    line-height: 32px;
    font-size: 0.8em;
    position: relative;
}

.persondata .addresses input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 24px;
    height: 24px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 8px;

    position: relative;
    top: 10px;
    display: inline-block;
}

.persondata .addresses input:checked {
    border: 5px solid red;
    background-color: #000;
    font-weight: bold;
}

/*.persondata .addresses legend {
    color: white;
    background-color: black;
    padding: 0 10px 0 10px;
}*/

/*.persondata .address label {
    display:block;    
}*/

.persondata .addresses label:hover,
.persondata .addresses label:focus {
    /*color: #999;*/
    cursor:pointer;
}

.persondata .addresses .fa:hover{
    font-size: larger;
    cursor:pointer;
}



/*.persondata .address-list {
    height: 120px;
    min-height: 40px;
    max-height: 80px;
    overflow-y: auto;
    max-width: 400px;
    position: relative;
}*/

/*.persondata .addBtn{
    position: absolute;
    right: 0px;
    top: 0px;
}*/