﻿

/*Reorder List*/
.dragHandle {
    width: 15px;
    height: 15px;
    background-color: #200548;
    /*background-image: url(images/bg-menu-main.png);*/
    cursor: move;
    border: outset thin white;
    margin-right: 1rem;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }


.reorderListDemo li {
    list-style: none;
    margin: 8px;
    padding: 1rem;
    background-color: #dbdce0;
    color: Black;
}

.dragVisualContainer li {
    list-style: none;
    background-color: #dbdce0;
    color: Black;
}

.reorderListTitle {
    margin: 0 10px 0 15px;
}

.reorderListTitleImg {
    border: 0 !important;
    background-image: url(TreeList/CssImages/TreeLineLast.gif);
    background-repeat: no-repeat;
    width: 33px;
    height: 12px;
}

.reorderListDemo li a {
    color: black;
    font-weight: bold;
    font-size: 10pt;
    transition: color 250ms ease-in-out;
}

    .reorderListDemo li a:hover {
        color: #89a4cc;
    }

.reorderListDemo li span {
    color: black;
    font-size: 10pt;
}

.reorderListDemo ul {
    margin: 0 25px 0 30px;
}


.reorderListDemo li table, .reorderListDemo li table tr td {
    margin: 0;
    line-height: 1.5em
}

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}




/* END Reorder List*/
.FuntionImgButton {
    position: relative;
    float: right;
    width: 1.5rem;
    height: 1.5rem;
}

.ItemEditPanel {
    margin: 0 10px 0 15px;
}
