*:focus {
    outline: none !important;
}

html {
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
    background: #f1f1f1;
    color: #303030;
}

select, input[type=text], input[type=password], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    padding-top: 5px !important;
}

.select-container {
    position: relative;
}

.select_arrow {
    position: absolute;
    right: 9px;
    top: 7px;
}

a {
    color: #337ab7;
}

.navbar-form-custom {
    height: auto;
    margin-top: 12px;
    width: auto;
    max-width: 50%;
}

/*.btn, .form-control {*/
/*font-size: 16px;*/
/*}*/
.form-control {
    font-size: 13px;
}

body.page-small #menu {
    margin-left: -240px;
}

.fixed-sidebar.show-sidebar #menu {
    width: 240px;
    z-index: 1002;
}

.overflow-html {
    overflow: hidden !important;
    max-height: 100vh !important;
}

.hide-menu {
    display: none;
}

.header-link {
    margin-right: 0;
    font-size: 20px;
    padding: 8px 26px 8px 26px;
    /*border-bottom: 1px #e4e5e7 solid;*/
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
    float: left;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: right;
    float: right;
}

.export-buttons .btn-group {
    float: right;
    margin-left: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

div.dataTables_wrapper div.dataTables_length {
    float: left;
}

.footer {
    font-size: 12px;
}

.content {
    padding: 66px 20px 0 20px;
}

.table-publish, .table-edit, .table-delete, .table-status {
    font-size: 20px;
    cursor: pointer;
}

.table-edit-a {
    color: #6a6c6f;
}

.table-publish:hover, .table-edit:hover, .table-delete:hover, .table-status:hover, .table-edit-a:hover {
    opacity: 0.8;
}

.loading_sm {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    border-top-color: #6a6c6f;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    /*padding-left: 28px;*/
    /*padding-right: 0;*/
    font-weight: 600;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    /*left: 8px;*/
    /*right: auto;*/
}

.navbar-right {
    margin-top: 10px;
    margin-right: 20px;
}

.fixed-navbar #header {
    z-index: 1001;
}

.export-buttons .btn-group {
    margin-bottom: 5px;
}

.nip {
    display: inline-block;
}

.mob_only {
    display: none;
}

ul .mob_only {
    display: block;
}

ul .check-all-parent {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    content: '\f067';
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #6a6c6f;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '\f068';
    background: none;
}

table.dataTable > tbody > tr.child td > ul {
    width: 100%;
}

#logo.light-version {
    position: relative;
    text-align: left;
}

#logo.light-version span a, #logo.light-version .fa {
    color: #d3dbe2;
}

#logo.light-version .fa {
    position: absolute;
    top: 23px;
    right: 10px;
}

.tab-lang {
    width: 20px;
    border-radius: 3px;
}

.no-top-border {
    border-top: 0 !important;
}

.m0 {
    margin: 0;
}

.sweet-overlay {
    z-index: 1001;
}

#toast-container {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
}

.mce-flow-layout {
    border: none !important;
    border-bottom: 1px solid #e4e5e7 !important;
}

.mce-edit-area {

    border: none !important;
}

.mce-tinymce {
    border: 1px solid #e4e5e7 !important;
}

.error-con .mce-tinymce {
    border-color: #e74c3c !important;
}

div.mce-fullscreen {
    z-index: 1010;
}

.checkboxes_list {
    padding: 10px;
    border: 1px solid #e4e5e7;
    overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.checkboxes_list ul {
    list-style: none;
    padding-left: 20px;
}

.checkboxes_list > ul {
    margin: 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form_img {
    max-width: 100%;
    margin-top: 5px;
}

.img_con .response-image {
    z-index: 1;
}

.img_con {
    min-height: 200px;
    border: 1px solid #e4e5e7;
    padding: 5px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error-con .img_con {
    border: 1px solid #e74c3c;
}

.img_con .upload-placeholder {
    font-size: 50px;
    color: #e4e5e7;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 70px auto 0;
}

.img_con .progress {
    max-width: 100%;
    margin-bottom: 0;
}

.img_con .button-delete {
    float: right;
}

.upload_response img {
    padding: 5px 5px 5px 0;
}

.value-image {
    visibility: hidden;
    height: 0;
    padding: 0;
}

.value-file {
    visibility: hidden;
    height: 0;
    padding: 0;
}

.init-editor {
    display: block !important;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.header-con {
    position: fixed;
    width: 100%;
    margin-left: -240px;
    padding-left: 240px;
    z-index: 1001;
}

#header {
    height: 46px;
}

#header .hbreadcrumb {
    font-size: 12px;
    margin-left: 20px;
    margin-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#header .hbreadcrumb a {
    text-decoration: underline;
}

#header .hbreadcrumb a:hover {
    text-decoration: none;
}

.fixed-navbar #wrapper {
    top: 0px;
}

.small-logo {
    margin-left: 15px;
    font-weight: 500;
    font-size: 13px;
    padding-top: 15px;
    max-width: 40%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#menu {
    top: 0px;
    z-index: 1002;
}

#logo, .fixed-sidebar #menu {
    width: 240px;
}

#wrapper {
    margin-left: 240px;
}

#logo.light-version {
    background: #212529;
    border: none;
}

#side-menu {
    margin-bottom: 30px;
}

#side-menu, .fixed-sidebar #menu, #side-menu li.active, .profile-picture {
    background: #ebebeb;
    color: #303030;
}

#side-menu li {
    border-bottom: none;
}

#side-menu li a {
    /*color: #d3dbe2;*/
    font-weight: bold;
    text-transform: none;
    padding: 6px 20px;
}

#side-menu li .nav-second-level li a {
    font-weight: normal;
    /*color: #d3dbe2;*/
    border-radius: 10px;
    margin: 0 10px;
    padding: 6px 10px 6px 30px;

}

#side-menu li a i {
    padding-right: 9px;
    /*color: #798c9c;*/
}

#side-menu li.active > a > span > i, #side-menu li.active > a > i {
    /*color: #fff;*/
}

#side-menu li .nav-second-level li a i {
    padding-right: 10px;
    /*margin: 0 10px;*/

}

#side-menu li .nav-second-level li.active a {
    /*background-color: #454e57;*/
    /*color: #fff;*/
    font-weight: bold;
    background: #fafafa;
    /*margin: 0 10px;*/
}

.nav > li > a:hover, .nav > li > a:focus {
    /*background: transparent;*/
    /*color: #fff !important;*/
    font-weight: bold !important;
}

#side-menu li.active a, #side-menu li:hover a {
    /*color: #fff;*/
}

#side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
    background-color: transparent;
    /*color: #fff;*/
}

#side-menu li:first-child {
    border: none;
}

legend {
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
    color: #31373E;
}

.help-block {
    color: #707070;
}

.spinner > div {
    background: #34495e;
}

.response-file {
    margin-top: 48px;
    text-align: center;
}

.response-file i {
    font-size: 30px;
    padding-right: 8px;
}

.form_submit {
    margin-top: 10px;
    text-align: right;
    padding-bottom: 30px;
}

div.dataTables_wrapper div.dataTables_length select {
    line-height: 19px;
    height: 34px;
    background: url(../images/down.svg) no-repeat right 15% center;
    background-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 34px;
}

.buttons-csv, .buttons-print, .buttons-pdf, .buttons-excel {
    height: 34px;
    font-size: 14px;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.header-actions {
    /*float: right;*/
    margin-top: 5px;
    margin-right: 20px;
    position: fixed;
    right: 0;
}

.hpanel .panel-body {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}

.hpanel > .panel-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 5px 0;
}

.login-container .alert {
    margin-bottom: 10px;
}

.login-container .checkbox label {
    padding-left: 0;
}

.login-container input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

/**
 * Nestable
 */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 9px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #aaa;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    top: 0;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 2px 10px 2px 40px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f9f9f9;
}

.dd3-content:hover {
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    font-family: Arial;
}

.dd3-handle:hover {
    background: #ddd;
}

.dd-right-items {
    float: right;
}

.dd-left-items {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60%;
}

.dd-content-item {
    padding: 0 10px;
    line-height: 33px;
    float: left;
}

.dd-left-items .dd-content-item:first-child {
    padding-left: 0;
}

.dd-right-items .dd-content-item:last-child {
    padding-right: 0;
}

.dd-list .table-publish {
    margin-top: 8px;
}

/* other */
/*.sorting_1, .dd-handle {*/
.dd-handle, .ordering-td {
    cursor: move;
}

.lang-con {
    padding: 15px 20px 5px;
}

.lang-con2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 20px;
    background: #454e57;
}

.lang-con2 .text-muted {
    color: #fff;
}

.lang-con2 .dropdown-menu {
    width: 240px;
}

.logo-con {
    height: 56px;
}

.go-to-website {
    color: #303030;
    font-size: 16px;
    float: right;
    margin-top: 16px;
    margin-right: 10px;
}

.logo-text {
    color: #303030;
    font-size: 16px;
    margin-top: 13px;
    display: inline-block;
    margin-left: 19px;
    /*font-weight: 200;*/
    max-width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*font-weight: bold;*/
}

.go-to-website:hover, .logo-text:hover, .go-to-website:active, .logo-text:active {
    color: #303030;
    /*font-weight: bold;*/
    opacity: 0.8;
}

.modal-header {
    padding: 10px
}

.modal-title {
    font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 5px;
}

.modal-dialog {
    width: 90%;
    max-width: 1000px;
}

.adv-search {
    float: right;
    margin-bottom: 5px;
}

.custom-tree-cell {
    font-size: 10px;
    line-height: 10px;
    display: block;
    margin-top: 2px;
    text-align: center;
}

.db {
    display: block;
}

.dd-list .custom-tree-cell .table-publish {
    margin-top: 0;
}

#module_search [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

#module_search {
    padding: 0 15px;
}

.btn {
    font-size: 13px;
    border-radius: 8px;
    transition: all .2s;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    background: #f7f7f7;
}

.hpanel .panel-body.panel-body-table {
    padding: 0;
}


.table-responsive {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    /*margin: 5px -20px 10px;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}

.table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.table-responsive th {
    font-size: 12px;
}

.table-responsive th:first-child, .table-responsive td:first-child {
    padding-left: 20px;
}

.table-responsive th:last-child, .table-responsive td:last-child {
    padding-right: 20px;
}

/*.table-responsive th:first-child:after {*/
/*    padding-left: 11px;*/
/*}*/

/*.table-responsive th:first-child {*/
/*    !*padding-left: 38px !important;*!*/
/*}*/

.table > tbody > tr > td {
    vertical-align: middle;
    line-height: 1.3;
    padding: 6px;
}


/*@media screen and (min-width: 768px) {*/
/*    .table-responsive-footer {*/
/*        margin-bottom: -10px;*/
/*    }*/

/*    !*.table-responsive-header {*!*/
/*    !*    margin-top: -10px;*!*/
/*    !*}*!*/

/*}*/

.dataTables_wrapper {
    padding: 10px 0;
}

.table-responsive-header {
    margin: 0 0 5px;

}

.table-responsive-footer {
    margin: 10px 0 5px;
}


@media screen and (max-width: 991px) {
    .xs-clearfix {
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    .navbar-right {
        display: block;
        float: right;
    }

    .hide-menu {
        display: block;
    }

    .header-con {
        margin-left: 0;
        padding-left: 0;
    }

    /*.table-responsive {*/
    /*    margin: 0 0 10px;*/
    /*}*/
    .table-responsive th:first-child, .table-responsive td:first-child {
        padding-left: 8px;
    }

    /*.table-responsive th:first-child {*/
    /*    padding-left: 10px !important;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    div.dt-buttons {
        width: auto !important;
    }

    #module_search .form-control {
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 600px) {
    .nip {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
        margin-left: 0;
    }

    .content {
        padding: 0;
        padding-top: 66px;
    }

    .hpanel .panel-body {

        padding: 10px;
        border: none;
    }

    #module_form .hpanel .panel-body {
        padding: 10px 0 0 0;
    }

    .table-responsive {
        border: none;
    }

    #side-menu li, .lang-con2 .text-muted, .lang-con2 .dropdown-menu > li > a {
        font-size: 15px;
    }

    .lang-con2 .dropdown-menu > li > a {
        padding: 13px 20px;
    }

    .lang-con2 .text-muted {
        padding: 10px 0;
    }

    .lang-con2 .dropdown-menu {
        width: 240px;
    }

    #side-menu li .nav-second-level li a {
        padding: 15px 10px 15px 30px;
    }

    #navigation {
        margin-bottom: 100px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: inline-block !important;
    }

    .header-actions {
        margin-right: 15px;
    }

    .mobile-p-fix {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-p-fix2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dd-left-items {
        max-width: 90% !important;
    }

    .dd-right-items {
        display: none;
    }

    .btn-header-back {
        content: '<';
    }

    .form_submit {
        margin-right: 15px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0 !important;
    }

    .adv-search {
        float: none;
    }

    .export-buttons .btn-group {
        float: none;
    }
}

.checkboxes_list .level1 {

}

.checkboxes_list .level2 {
    padding-left: 20px;
}

.clear_checkboxes_list_search {
    position: absolute;
    right: 21px;
    top: 6px;
    font-size: 12px;
}

.search_input {
    padding-right: 60px;
    margin-bottom: 10px;
}

.ui-sortable-placeholder {
    margin-bottom: 20px;
}

.ui-sortable .panel-body {
    cursor: default;
}

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

.block-action {
    padding-right: 10px;
    color: #9d9fa2;
}

.mce-toolbar .mce-btn {
    background: #f1f1f1 !important;
}

.checkbox-table {
    padding: 0 !important;
    margin: 0;
    margin-top: 1px;
}

.checkbox-table input {
    position: absolute !important;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 240px;
}

.checkbox label::before {
    margin-left: 0 !important;
}

.checkbox label::after {
    margin-left: 0 !important;
}

.dd .checkbox-primary input[type="checkbox"]:checked + label::after {
    margin-top: -8px;
}

.form-group .checkbox label {
    margin-left: -20px;
    padding-left: 23px;
}

.check-all-parent, .check-all-child {
    margin: 0 !important;
    width: 20px;
    height: 20px;
}

.popup_layout .header-con {
    display: none;
}

.popup_layout #wrapper {
    margin-left: 0;
}

.popup_layout #menu {
    display: none;
}

.popup_layout .hpanel {
    margin-bottom: 0;
}

.popup_layout .content {
    padding: 0;
}

#report-modal .modal-body {
    padding: 0;
}

.fixed-sidebar #menu {
    overflow-y: visible;
}

.splash {
    background: transparent;
}