﻿
/* ===================================================
 * style.popout-content.css
 * ===================================================
 * Contains all styles that are used for the page 
 * selection element.
 * =================================================== */

/* Styles the popover for the link insertion */
.popout-content .input-append {
    margin-bottom: 0px;
}
.popout-content .input-append input[type=text] {
    width: 200px;
}
.popout-content button.selection-popout-active {
    border-bottom-right-radius: 0px;
}
.popout-content input[type=text].selection-popout-active {
    border-bottom-left-radius: 0px;
}
.popout-content .selection-popout {
    border: solid 1px #cccccc;
    background-color: white;
    color: black;
    max-height: 200px;
    width: 249px;
    overflow: auto;
    position: absolute;
    display: none;
    z-index: 102;
}
.popout-content a.btn {
    margin-top: 10px;
}