.wrap {
    max-width: 600px;
    margin: 0 auto;
}

.post-upload {
    font-size: 14px;
}
.item-off {background: #ffff00b8 !important;}

.post-upload span.rq {
    color: #ff0000;
}

.post-upload .error {
    color: #ff0000;
    margin-top: 4px;
    margin-bottom: 0;
}
.post-field label{
    font-weight: bold;
    font-family: RobotoBold;
    font-size: 16px;
}
.post-field input[type="text"] {
    width: 100%;
}

.post-upload .error.msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 7px 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
    font-size: 16px;
}

.post-upload .success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 7px 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 10px;
    font-size: 16px;
}

.post-upload input[type="text"], textarea {
    outline: none;
    padding: 9px 14px;
    width: 100%;
    
}

.post-upload input[type="checkbox"] {
    outline: none;
}

.post-upload select {
    outline: none;
    border-color: #dcd7ca;
    padding: 10px 15px 10px 10px;
}

.post-upload .post-field {
    margin-bottom: 17px;
}

.post-upload .post-field .img-prev {
    margin-top: 10px;
    display: flex;
}

.post-upload .post-field .img-prev .prev-item {
    position: relative;
    width: 150px;
}

.post-upload .post-field .img-prev .prev-item:not(:first-child) {
    margin: 0 10px;
}

.post-upload .post-field .img-prev .delete {
    position: absolute;
    cursor: pointer;
    right: -5px;
    top: -7px;
}
main#site-content h5 {
    margin-bottom: 0;
}
.post-upload .post-field .prev-item:hover .delete {
    display: block;
}

.post-upload .post-field .video-prev .prev-item {
    width: 205px;
}

.post-upload .post-field .video-prev .prev-item a {
    display: flex;
    text-decoration: none;
    line-height: 1.5;
}

.post-upload .post-field .video-prev .prev-item a .video-img-prev {
    width: 60px;
}

.post-upload button {
    text-decoration: none;
    position: relative;
    outline: none;
    text-decoration: none;
    position: relative;
    outline: none;
    color: #fff;
    background: #fe5acb;
    padding: 7px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 5px;
    font-family: RobotoBold;
}

.post-upload button.submiting:after {
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: 106%;
    top: 23px;
}
.wrap.list-post {
    max-width: 900px;
}

table.list-post {
    table-layout: fixed;
}

.navigation {
    text-align: center;
    margin-top: 40px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline-block;
    margin: 0;
}

.navigation li:not(:last-child) {
    margin-right: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    cursor: pointer;
    display: block;
    padding: 6px 13px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.post-upload {
    font-size: 14px;
}
table.list-post img {
    width: 100%;
}
table.list-post td, table.list-post th {
    padding: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
