/*
 * Plugin Styles
 */


#hq-rental-iframe {
    width: 1px;
    min-width: 100%;
    border: none;
    min-height: 600px;
}

#hq-rentals-integration-iframe {
    width: 100%;
}

/*
 * Setting Page Styles
 */
.caag-notice-wp {
    margin: 5px 0 5px;
    padding-bottom: 15px;
}

.caag-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: none;
    color: #b4b9be;
    cursor: pointer;
}

.notice {
    background: #fff;
    border-left: 4px solid #4272a8;
}

.caag-button.caag-button-primary {
    background-color: #4272a8;
}

.caag-button.caag-button-primary:hover {
    color: #fff;
    background-color: #4272cd;
}

.caag-button.caag-button-primary:active {
    color: #fff;
    background-color: #4272cd;
}

.caag-button.caag-button-primary:visited {
    color: #fff;
    background-color: #4272cd;
}

.caag-button {
    border-radius: 3px;
    border: 0;
    background-color: #999;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin-right: 5px;
    outline-style: none;
    padding: 0 10px 1px;
    text-decoration: none;
    transition-duration: 0.05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out;
}

.caag-button-external-link:after {
    font-family: dashicons;
    font-weight: normal;
    font-style: normal;
    content: "\f504";
    display: inline-block;
    width: 15px;
    margin-right: -15px;
    font-size: 15px;
    line-height: 18px;
    vertical-align: text-top;
    margin-top: -1px;
    padding-right: 10px;
    padding-left: 3px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}