

li.new {
    background-color: #eeeeff;
}

.btn-box-tool-custom {
    font-size: 14px;
    color: cornflowerblue;

    padding-left: 12px;
    padding-right: 12px;

    background-color: #f9f9f9;

    transition: all 0.3s ease;
}

.btn-box-tool-custom:hover {
    background-color: #ccc;
    color: cornflowerblue !important;
}

.pagination {
    vertical-align: middle;
}

.log-entry, .log-entry:hover {
    display: block;

    background-color: #ddd !important;

    color: black;
    margin-top: 2px;
}

.log-line-container {
    background-color: #eee;
    margin: 2px !important;
    margin-left: 8px !important;
    padding: 2px;
}

.log-line {
    margin: 2px !important;
}

thead {
    background-color: #f1f1f1;
}

.table thead th,
.table>thead>tr>th {
    vertical-align: top !important;
}

.uploadPreviewContent {
    border: 1px solid lightgray;
}

.uploadPreview img {
    display: inline-block;
    max-height: 128px;
}

.codemirror {
    border: 1px solid #ccc;
}

.main-footer {
    padding: 8px;
}

.support-box textarea {
    width: 100%;
    height: 120px;
    resize: none;
}

.delete-upload-btn {
    position: absolute;
    left: 15px;
    top: 0px;

    background: none;
    background-color: white;

    color: cornflowerblue !important;
}

.file-sort-btns {
    position: absolute;
    right: 15px;
    top: 0px;

    background: none;
    background-color: white;
}

.file-preview-icon {
    font-size: 70px;
    padding: 20px;
    padding-top: 30px;
}

.CodeMirror-fullscreen {
    z-index: 1000;
}

.modal {
    z-index: 99999;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
}

.dropdown-submenu > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}

.dropdown-menu>li>.btn-dropdown {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    margin: 0;
    width: 100%;
    background: none;
    text-align: left;
}

.dropdown-menu > li > .btn-dropdown:hover {
    background-color: #e1e3e9;
    color: #333;
    text-decoration: none;
}
.dropdown-menu>li>.btn-dropdown:focus,
.dropdown-menu>li>.btn-dropdown:hover {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
}