ul.menu {
    line-height: 1.3;
    padding: 30px;
    display: inline-block;
    background: #F0F0F0;
    border-top: 3px solid #ED1C24;
}
li.menu-item {
    text-align: center;
    float: left;
    margin: auto;
    width: 115px;
    height: 100px;

}
li.menu-item a {
    color: #7C7C7C;
    display: inline-block;
    border: none;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    font-weight: 300;
}
li.menu-item i {
    font-size: 36px;
    padding: 10px;
}

ul.list {
    margin: 0;
    border: none;
}

li.list-item {
    display: inline-block;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    margin: 0;
}

li.list-item.vip {
    width: 99.3%;
    border: 2px solid #ED7D1C;
    background-color: #FDF2E8;
    border-radius: 5px;
    padding: 0;
}

li.list-item a {
    float: left;
    max-width: 80%;
    margin-right: 11px;
}

.item-content {
    float: left;
    width: 520px;

}

.item-content p, .item-content h5 {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.no-image {
    height: 130px;
    width: 166px;
    float: left;
    margin-right: 11px;
    color: #7C7C7C;
    background-color: #F0F0F0;
    display: table;
}
.no-image i {
    font-size: 64px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img.thumb {
    /*border: 1px solid #F0F0F0;*/
    overflow: hidden;
}

img.vip {
    position: absolute; 
    top: 4px; 
    left: 4px;
    width: auto !important;
}

input.wide_input {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

fieldset.column {
    margin-top: 15px;
}

form h4.box_header {
    margin: 15px 0 5px 0;
}

input[type="text"]:disabled {
    background-color: #c0c0c0;
}

.select_input {
    background: #F0F0F0;
    border: none;
    font-size: 14px;
    padding: 13px 10px;
    color: #3E3E3E;
}

select.wide_input {
  width: 100% !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#images {
    color: #3E3E3E;
    line-height: 1.8;
    margin-bottom: 20px;
}

#images li {
    margin: 4px 0;
    padding: 4px 0;
    border-bottom: 1px solid #F0F0F0;
}

#images li:last-child { border-bottom: none; }

#images li span {
    padding: 3px;
    margin-right: 5px;
    color: white;
    font-weight: bold;
    background-color: #00b200;
}

#images li button {
    float: right;
    font-weight: normal;
    padding: 4px 3px 4px 3px;
}

span.text-danger {
    color: #ED1C24;
    font-weight: bold;
}

.btn-delete-file {
    position: absolute;
    padding: 3px;
    margin: 1px 1px;
    width: 167px;
    height: 28px;
    margin-top: 124px;
    background-color: #F0F0F0;
    opacity: 0.5;
}
.btn-delete-file:hover{ opacity: 1; }


.mime-note {
    color: #b55;
}