/* Add your custom theme overrides here */

/* CodeSelect START */

.codeBoxArea {
    border: 1px rgb(140, 140, 140) solid;
    background-color: rgb(180, 180, 180);
    margin-bottom: 0px;
    width: 99%;
    height: auto;
    overflow: auto;
    resize: none;
    cursor: text !important; 
    position: relative;
    z-index: 0;
}
.selectLink {
    float: right;
    height: 0px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}
.client-nojs .preDiv {
    display: block;
}
.client-nojs .textareaDiv,
.client-nojs .selectBtnDiv {
    display: none;
}
.client-js .preDiv {
    display: none;
}
.client-js .textareaDiv,
.client-js .selectBtnDiv {
    display: block;
}
.smallText {
    font-size: 66%;
}

/* CodeSelect END */

/* begin sd widget style*/
.sd-btn-group {
    display: none;
}
.sd-heading {
    display: none;
}
.client-nojs .sd-heading {
    font-weight: bold;
    display: block;
}
.client-js .sd-btn-group {
    display: block;
}
.client-js .sd-short-hidden .sd-short,
.client-js .sd-detailed-hidden .sd-detailed {
    display: none;
}
/* end sd widget style*/
