[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.address-item {
    padding: 10px;
    background-color: #fdfdfd;
    margin-bottom: 8px;
    border: 1px dashed #d3d3d3;
    border-radius: 5px;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 18px!important;
    border-bottom: 10px solid transparent;
    border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em,
    #58a 0, #58a 3em, transparent 0, transparent 4em);
}

.small-button {
    font-size: .8em !important;
}

.opening-dialog {
    overflow: hidden;
}

.btn-open-fill-from-address-book {
    font-weight: normal;
    color: #019ADC;
    background-color: aliceblue;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: small;
}

/* The Modal (background) */
.modal-address-book {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 10vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* modal-address-book Content */
.modal-address-book-content {
    border-radius: 5px;
    background-color: #fefefe!important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    min-width: 300px;
    max-width: 500px;
    max-height: 80vh;
}

/* The Close Button */
.address-book-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}

.address-book-close:hover,
.address-book-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}