html, body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
#admin_login header .navbar {
    margin: 0;
}
#admin_login header .logo {
    width: 100%;
}
#admin_login .content-wrapper {
    margin: 0;
}
#admin_login footer {
    margin: 0;
}
.skin-blue .sidebar-menu>li.header {
    color: #b8c7ce;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.mce-media{
    width: 100%;
    height: 100%;
}

#dropzoneModal .dz-message span {
    height: 300px;
    display: inline-block;
    line-height: 300px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: 3px dotted #ccc;
}

.blockbox * {
    margin-bottom: 5px;
}
.blockbox img {
    max-height: 350px;
}

.handle.ui-sortable-handle{
    cursor: move;
}

.sortable-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sortable-navigation li {
    margin: 10px 5px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.sortable-navigation .sortable-navigation-pave ,
.sortable-navigation .sortable-navigation-next {
    cursor: pointer;
}
#banner_list .blink{
    word-break: break-all;
}
#banner_list img {
    max-width: 100%;
    max-height: 100px;
}
.dropzone .dz-preview {
    display: none!important;
}