﻿.cmsb_Element {
    padding-bottom: 11px;
    padding-top: 9px;
}

.cmsb_text {
    font-size: 12px;
    color: #717171;
    font-weight: bold;
}

div.cmsb_Container_Element {
    float: left;
    width: 310px;
    padding-right: 25px
}


#cmsb_nbImage {
    font-size: 10px;
    font-weight: bold;
    font-style: oblique;
}

#cmsb_Title_Description {
    font-weight: bold;
    font-size: 14px
}





#cmsb_LinkAction {
    float: right;
}

    #cmsb_LinkAction input {
        width: 250px !important
    }

#cmsb_http {
    padding-top: 18px;
    font-size: 11px;
    float: left
}

#cmsb_textHtml {
    clear: both;
}

#cmsb_Button_Container {
    margin-bottom: 20px
}

#cmsb_ButtonContainer {
    float: right
}

#cmsb_ButtonContainer_Cancel {
    float: right
}

#cmsb_ButtonContainer_Undo {
    float: right;
    margin-right: 10px;
}

#cmsb_previewImg img {
    max-width: 310px
}




#sortable1 li, #sortable2 li, #sortablePrecode1 li, #sortablePrecode2 li {
    font-size: 1.0em;
    margin: 0 5px 5px;
    padding: 5px;
    width: 250px;
    background-color: #F6F6F6;
}

#sortable1, #sortable2, #sortablePrecode2, #sortablePrecode1 {
    background-color: #F1F1F1;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    float: left;
    height: 200px;
    list-style-type: none;
    margin: 0 10px 0 0;
    overflow: auto;
    padding: 10px;
    width: 280px
}

#sortable2, #sortablePrecode2 {
    border-top: 2px solid #000000;
    margin-top: -9px;
    height: 234px;
}

#cmsb_textGroup, #cmsb_textSearchPrecode {
    background-color: #F1F1F1;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    margin-bottom: -9px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-top: 7px;
    width: 286px;
}

#cmsb_nb_group {
    font-style: italic;
}

#cmsb_description_right_group {
    height: 31px;
    width: 304px;
    margin-bottom: 20px;
}

#cmsb_buttonPrecode, #cmsb_buttonClear {
    width: 270px;
    text-align: center;
}

#cmsb_textLinkActionOption {
    float: right;
    font-size: 11px
}

#cmsb_LinkAction_bottom_choice {
    width: 100%;
    /*
        position: absolute;
        bottom: 0;
    */
    border: 2px coral solid; /*Francesco debug only*/
}

.connectedSortable li {
    cursor: pointer
}

#div_typeahead_container {
    position: absolute;
    background: white;
    z-index: 100;
    width: 36%;
    border-radius: .3rem;
    right: 0;
    margin-top: 38px;
}

    #div_typeahead_container li {
        list-style-type: none;
        width: 33%;
    }

        #div_typeahead_container li:hover, .focus {
            background: #80bdff;
        }
