/* (c) 2014-2015 Business Collaborator Ltd */
/*  Date picker launch controls */

.bc_popcal_created_element,
.bc_popcal_created_element DIV {
    display: inline;
    white-space: nowrap;
}

.bc_popcal_created_element_disabled {
    display: inline;
    white-space: nowrap;
}

.bc_popcal_created_element IMG {
    vertical-align: middle;
}

.bc_popcal_created_element_disabled IMG {
    display: none;
}

.bc_popcal_created_element_disabled INPUT,
.bc_popcal_created_element_disabled SELECT,
.bc_popcal_created_element_disabled TEXTAREA {
    background-color: #D4D0C8;
}

.bc_popcal_created_element_disabled,
.bc_popcal_created_element_disabled :hover,
.bc_popcal_created_element_disabled :link,
.bc_popcal_created_element_disabled :visited,
.bc_popcal_created_element_disabled :active,
.hd .bc_popcal_created_element_disabled :hover,
.hd .bc_popcal_created_element_disabled :link,
.hd .bc_popcal_created_element_disabled :visited,
.hd .bc_popcal_created_element_disabled :active {
    color: #D4D0C8;
}

/* This is the general formatting that all pop-up boxes should have */
.popup {
    border: 1px solid black;
    background-color: white;
    padding-top: 2px;

    /* Replacement to the IE dropshadow filter,
       which causes "clickable area" alignment problems with IFRAMEs */
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.datepicker {
    padding-top: 5px;
}

.hidden {
    display: none;
    visibility: hidden;
}
