body > .navbar { border-radius:0; }
body > .navbar a.nonactive { text-decoration: line-through; }

.suggestion { background:rgba(255,255,255,.98); border:1px solid rgba(0,0,0,.25); width:100%; padding:1em; margin-top:-1px; }
.suggestion_title { font-weight:bold; background:rgb(245,245,245); border-bottom:1px solid rgb(200,200,200); margin-bottom:1em; padding:.5em; }
.suggestion_item { margin:.33em; }

body.dragging, body.dragging * { cursor:move !important; }
.dragged { position:absolute; opacity:.5; z-index:2000; }
#module_list li.placeholder { position:relative; list-style-type: none; }
#module_list li.placeholder:before { position:absolute; margin:0; padding:0; content:''; width:0; height:0; left:-5px; top:-4px; border:5px solid transparent; border-left-color:red; border-right:none; }

#dropzone-area { border:1px #BBB dashed; cursor:pointer; }

/* https://stackoverflow.com/a/18024991/1586649 */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;    left:100%;    margin-top:-6px;    margin-left:-1px;    -webkit-border-radius:0 6px 6px 6px;    -moz-border-radius:0 6px 6px 6px;    border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;    content:" ";    float:right;    width:0;    height:0;    border-color:transparent;    border-style:solid;    border-width:5px 0 5px 5px;    border-left-color:#cccccc;    margin-top:5px;    margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;    margin-left:10px;    -webkit-border-radius:6px 0 6px 6px;    -moz-border-radius:6px 0 6px 6px;    border-radius:6px 0 6px 6px;}
/* Datagrid v7 – Bootstrap 3 compatibility */
[data-datagrid-name] .form-select {
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: menulist;
    appearance: menulist;
}
[data-datagrid-name] .form-select-sm {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
}
[data-datagrid-name] .text-end { text-align: right; }
[data-datagrid-name] .text-center { text-align: center; }
