table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
    position: fixed !important;
}

table.dataTable.fixedHeader-locked {
    position: absolute !important;
}

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: 0.8;
    table-layout: fixed;
    outline: 2px solid #337ab7;
    outline-offset: -2px;
    z-index: 2001;
}

tr.dt-rowReorder-moving {
    outline: 2px solid #888;
    outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
    overflow-x: hidden;
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

@media print {
    table.fixedHeader-floating {
        display: none;
    }
}

.dropdown-menu {
    min-width: 100px;
}

.popover-form {
    padding: 8px;
}

.popover-content {
    padding: 4px !important;
}

.popover-content .btn {
    margin-left: 0px !important;
}

.popover-content .btn.btn-default {
    float: right;
}

.main-header .logo {
    width: 140px;
    height: 42px;
    line-height: 42px;
    padding: 0;
}

.main-header > .navbar {
    margin-left: 140px;
    min-height: 42px;
}

.main-sidebar {
    width: 140px;
}

.main-sidebar, .left-side {
    padding-top: 42px;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 42px;
}

.content-wrapper {
    margin-left: 140px;
}

.navbar-nav > li > a {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

@media (max-width: 767px) {
    .main-header .logo {
        width: 100%;
        float: none;
    }

    .main-header > .navbar {
        margin-left: 0px;
        display: none;
    }

    .fixed .content-wrapper {
        padding-top: 50px;
    }

    .content-wrapper {
        margin-left: 0px;
    }

    .sidebar-open .content-wrapper {
        -webkit-transform: translate(180px, 0);
        -ms-transform: translate(180px, 0);
        -o-transform: translate(180px, 0);
        transform: translate(180px, 0);
    }
}

.logo {
    padding: 0px;
    text-align: left !important;
}

.logo .sidebar-toggle {
    padding: 2px 6px 0px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.logo-mini {
    font-size: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.logo-mini .sidebar-toggle:before {
    content: "\f03c";
}

.logo-lg .sidebar-toggle:before {
    content: "\f03b";
}

.user-panel {
    padding: 5px;
}

.user-panel > .info {
    padding-right: 8px;
}

.user-panel .logout {
    float: right;
    font-size: 13px !important;
    color: #ccc !important;
}

.user-panel .logout:hover {
    color: #F40 !important;
}

.control-sidebar-bg, .control-sidebar {
    right: -300px;
    width: 300px;
}

.control-sidebar .timeline > li, .control-sidebar .timeline > li > .timeline-item {
    margin-right: 0px;
}

.control-sidebar .timeline > li > .fa {
    left: 0px;
}

.control-sidebar .timeline:before {
    left: 13px;
}

.control-sidebar .timeline > li > .timeline-item {
    margin-left: 35px;
}

#navbar-tabs {
    border-bottom: 0px;
    margin-left: 3px;
}

#navbar-tabs a {
    padding: 10px;
    border: 0px;
    padding-right: 30px !important;
}

#navbar-tabs a .label {
    margin-top: 8px;
    font-size: 12px;
}

#navbar-tabs > li.active > a {
    background-color: #ffffff;
    border-top: 3px solid #3c8dbc;
    padding: 10px 15px;
    color: #444;
}

#navbar-tabs .close-tab {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #f39c12;
    font-size: 12px;
    display: none;
    cursor: pointer;
}

#navbar-tabs > li:hover > .close-tab, #navbar-tabs > li.active > .close-tab {
    display: block;
}

.content-wrapper {
    background: #ffffff;
}

.content-header {
    padding: 6px 6px 0 6px;
}

.content-header > .btn-group {
    padding-right: 6px;
}

.content-header .btn-tools .btn {
    margin-left: 6px;
}

.content-header .btn-tools .badge {
    padding-top: 2px;
    padding-bottom: 2px;
}

.content-header .badge {
    line-height: 10px;
}

.content {
    padding: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.content .dataTables_length label, .content .dataTables_filter label {
    margin-bottom: 0px !important;
}

.content .table, .modal .table {
    width: 100% !important;
}

.content .table img, .modal .table img, .modal-assign img {
    max-height: 80px;
}

.content .table .price, .modal .price {
    font-weight: 700;
    color: #F40;
    font-family: verdana, arial;
    text-align: center;
}

.content .table tbody .filterable {
    cursor: pointer;
}

.content .table tbody .filterable:hover {
    color: #3174c7;
}

.filter-span {
    line-height: 28px;
}

.filter-span .label {
    font-size: 13px;
}

.filter-span .fa {
    cursor: pointer;
}

.content .table .child-wrapper .btn {
    margin-left: 6px;
    margin-top: 6px;
}

.content .table-mode {
    margin-left: 6px;
}

.content .table-batch .btn {
    margin-right: 6px;
}

.modal .help-block {
    position: absolute;
    top: 0px;
    right: 0px;
}

.modal-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-fullscreen .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-fullscreen .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
}

.modal-fullscreen .modal-body {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-fullscreen .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
}

.progressContainer .progress {
    width: 96%;
    display: inline-block;
}

.progressContainer .progress-bar {
    min-height: 20px;
    float: none;
}

.progressContainer .progress, tr .progress div {
    height: 20px;
}

.progressContainer .progress .chunk-status {
    position: absolute;
    left: 24px;
    top: 0;
}

.progressContainer .progressCancel {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
    color: #333;
    text-decoration: none;
}

#edui_fixedlayer {
    z-index: 9999 !important;
}

.small-box h3.popover-title {
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}