@import url("reset.css");


#menu-title, #menu-url, #menu-class {
    width: 100%;
}

#edit-menu-title, #edit-menu-url, #edit-menu-class {
    width: 70%;
}

#menu-group-title {
    width: 70%;
}

/* nested sortable
------------------------------------------------------------------------- */
.ns-helper {
    border: 1px dashed #e3e3e3;
    background: #e6e6e6;
    border-radius: 5px;
}

.sortable {
    margin: 5px 0;
    clear: both;
}

.sortable img {
    vertical-align: bottom;
}

#ns-header {
    padding: 8px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #2c2c2c !important;
    border-radius: unset !important;
}

#ns-header div {
    border: none;
}

#ns-footer {
    text-align: right;
    margin-top: 10px;
}

.ns-row {
    font: 12px Tahoma, sans-serif;
    line-height: 18px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    color: rgb(0, 0, 0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4af00), to(#c7a200));
    background: -moz-linear-gradient(#e4af00, #c7a200);
    background: linear-gradient(#e4af00, #c7a200);

    position: relative;
}

.ns-row div {
    border-left: 1px solid #d5d5d5;
    height: 18px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    padding-left: 10px;
}

div.ns-title {
    position: static;
    border: none;
    font-weight: bold;
    padding-left: 0;
    cursor: move;
}

.actions {
    width: 150px;
    right: 12px;

}

.ns-class {
    width: 100px;
    right: 60px;
}

.ns-url {
    width: 200px;
    right: 800px;
}

.ns-icon {
    width: 100px;
    right: 500px;
}

.actions a {
    margin-left: 10px;
    align-content: center;
}

/* error
------------------------------------------------------------------------- */
span.error {
    color: red;
}

/* loading
------------------------------------------------------------------------- */
#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 44%;
    width: 120px;
    text-align: center;
    background: #444;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 10003;
}

#loading img {
    vertical-align: text-bottom;
    margin-right: 2px;
}



/* new library update
-------------------------- */
#easymm ul {
    margin-left: 30px;
}

.ns-helper {
    margin: 5px 0;
}

.ns-row div {
    top: 7px;
}

/*Current menu*/
.edit-group-buttons{
    margin-top: 5px;
}

