/* PEACE */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
.material-style .layout-sidenav {
    height: 100%;
}
.navbar .brand {
    color: unset !important;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-left: 0;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    color: #fff;
}
.material-style .layout-sidenav .brand {
    height: 60px;
}
.align-right, .table td.align-right {
    text-align: right;
}
.align-center, .table td.align-center {
    text-align: center;
}
.align-left, .table td.align-left {
    text-align: left;
}
.layout-sidenav .brand {
    padding: 0 1.75rem;
}
a.brand, div.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}
.brand-name {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.brand-logo img {
    width: 30px;
    height: 30px;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a {
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
}
input,select,textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: inline-block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
}
input[type=radio],input[type=checkbox] {
    border: 0;
    background: transparent;
    width: auto;
    height: auto;
    display: inline;
}
.input-append .add-on, .input-prepend .add-on {
    height: 34px;
    min-width: 34px;
    padding: 9px 8px;
    line-height: 34px;
}

/* overwrite bootstrap */

.form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal textarea {
    width: 100%;
}
input[readonly=readonly],select[readonly=readonly],textarea[readonly=readonly] {
    background: #f0f0f0 !important;
}
input[disabled=disabled],select[disabled=disabled],textarea[disabled=disabled],input[disabled],select[disabled],textarea[disabled] {
    background: #f0f0f0;
}
.form-horizontal input[type="text"].datepicker {
    width: 120px;
    display: inline-block;
}
.form-horizontal .controls > .label {
    font-size: 12px;
    background-color: transparent;
    display: inline-block;
    margin-top: 7px;
    padding: 0;
}
.btn.dropdown-toggle,.btn.dropdown-toggle:hover {
    background: #4a4e51;
    color: #fff;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu > li:not(.dropdown-item) > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

/* .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background: #f5f5f5;
    background-color: #f5f5f5;
    background-image: none;
} */
.dropdown-menu a.dropdown-item, .dropdown-menu > li > a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #4e5155;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.checkbox, .radio {
    position: relative;
    display: inline-block;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: static;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.switcher {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switcher-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 3px;
}
.switcher-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.switcher-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #fff;
    border: 2px solid #1ab394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.switcher-inner::before, .switcher-inner::after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.switcher-inner::before {
    content: "ON";
    padding-left: 7px;
    background-color: #1ab394;
    color: #fff;
}
.switcher-inner::after {
    content: "OFF";
    padding-right: 7px;
    background-color: #fff;
    color: #919191;
    text-align: right;
}
.switcher-control:checked + .switcher-label .switcher-inner {
    margin-left: 0;
}
.switcher-control:checked + .switcher-label .switcher-switch {
    right: 0;
}
.navbar .brand {
    margin-left: 0;
}
.modal {
    border-radius: 0;
}
.modal-body {
    background: #f8fafb;
}
.modal-header {
    height: auto;
}
.alert {
    border-radius: 0;
}
.label {
    border-radius: 0;
}
table.responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

/* pace */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
.navbar-static-side, .nav-header, li.active, #page-wrapper {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main {
    border-bottom: 0;
}
.wrapper.wrapper-content {
    margin-top: 15px;
}
#wrapper {
    width: 100%;
    overflow-x: hidden;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
}
.navbar .nav.navbar-top-links > li > a {
    padding: 20px 10px;
    min-height: 50px;
}
.nav.navbar-right > li > a {
    color: #999c9e;
    text-shadow: none;
    font-size: 14px;
}
.nav.navbar-right > li > a:hover {
    color: #999c9e;
    text-shadow: none;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb > li a {
    color: inherit;
}

/* controls */

.form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: inherit;
    text-align: left;
    font-weight: 500;
    font-size: 0.83125rem;
}
.form-horizontal .controls {
    margin-left: 0;
}

/* end controls */

/* widget */
.widget-box {
    background: #fff;
    border: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03), 0 1px 4px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03), 0 1px 4px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04);
}
.widget-box .widget-title {
    background-color: #fff;
    background-image: none;
    border-color: #e7eaec;
    border-image: none;
    line-height: 1.54;
    border-width: 0;
    border-bottom-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 0.875rem 1.5rem;
    min-height: 48px;
    border-radius: calc(0.125rem - 0px) calc(0.125rem - 0px) 0 0;
    border-color: rgba(24, 28, 33, 0.06);
}
.widget-box.widget-table .widget-title {
    border-width: 1px 1px 1px 1px;
}
.widget-box .widget-title span.icon {
    border-right: 0;
    margin: 0 8px 7px 0;
    padding: 0;
    opacity: 1;
}
.widget-box .widget-title.with-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-box .widget-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    line-height: inherit;
}
.widget-box .widget-title .buttons {
    float: right;
}
.widget-box .widget-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    background-color: #fff;
    color: inherit;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.widget-box:not(.widget-table) > .widget-content.nopadding {
    padding: 0;
}
.widget-box .widget-footer {
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border-top: 1px solid rgba(24, 28, 33, 0.06);
    border-color: rgba(24, 28, 33, 0.06);
}
.widget-box .widget-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.widget-box .widget-footer.with-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-box .widget-footer h5 {
    margin: 0;
}

/* table */
.table th {
    background-image: none;
    background: #fff;
}
.table > thead > tr > td, .table > thead > tr > th {
    position: relative;
}
div.dataTables_wrapper {
    min-height: 0.01%;
    overflow-x: auto;
}
div.dataTables_wrapper .ui-widget-header {
    background-image: none;
    background: #fff;
}
div.dataTables_wrapper .ui-corner-br {
    border-radius: 0;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
div.dataTables_wrapper .fg-toolbar {
    height: 55px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_filter input {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
    background-color: #fff;
    background-image: none;
    color: #333;
    text-shadow: 0;
}
.dataTables_paginate .ui-button:hover {
    background-color: #f4f4f4;
    background-image: none !important;
    color: #222;
    text-shadow: none;
    cursor: pointer;
}
.dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
    background-color: #f4f4f4 !important;
    background-image: none !important;
    color: #222 !important;
    text-shadow: none;
}
.dataTables_paginate a {
    border-radius: 0;
}
.dataTables_paginate .first {
    border-radius: 0;
}
.dataTables_paginate .last {
    border-radius: 0;
}
.dataTables_processing {
    height: 50px;
}
.data_table-quick_search {
    width: 100%;
}
div.dataTables_wrapper .ui-widget-header {
    border: 1px solid #d5d5d5;
}
.widget-box.widget-table .widget-content.data-table-col-view thead {
    display: none;
}
.widget-box.widget-table .widget-content.data-table-col-view .table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit;
}
.widget-box.widget-table .widget-content.data-table-col-view .table-bordered td {
    border: 1px solid transparent;
}
.widget-box.widget-table .widget-content.data-table-col-view table {
    border: 0;
    overflow: hidden;
}
.widget-box.widget-table .widget-content.data-table-col-view tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-box.widget-table .widget-content.data-table-col-view tr {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0 0.75rem 0.75rem 0;
    padding: 0;
    border: 1px solid #ccc;
}
.widget-box.widget-table .widget-content.data-table-col-view.col-view-count-5 tr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 0.75rem);
    flex: 0 0 calc(20% - 0.75rem);
    max-width: calc(20% - 0.75rem);
}
.widget-box.widget-table .widget-content.data-table-col-view tr > td {
    display: block;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}
.widget-box.widget-table .widget-content.data-table-col-view tr > td.cell-action {
    overflow: visible;
}
.widget-box.widget-table .widget-content.data-table-col-view tr > td.cell-action::after {
    display: block;
    clear: both;
    content: "";
}
.widget-box.widget-table .widget-content.data-table-col-view tr > td.cell-action .dropdown-menu {
    background: #fff;
}

/* summernote */

.note-editable {
    height: 300px;
}

/* select2 */
.form-horizontal .select2-container {
    width: 100%;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-color: #e7eaec;
}
.select2-container .select2-choice {
    display: block;
    height: 34px;
    border: 1px solid #e7eaec;
    white-space: nowrap;
    line-height: 34px;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
}
.select2-container .select2-choice .select2-arrow {
    border-left: 0;
    border-radius: 0;
    background-clip: padding-box;
    background: #fff;
    background-image: none;
}
.material-style .select2-container--default .select2-selection--single {
    height: auto;
    display: flex;
}
.select2-drop-active {
    border: 1px solid #e7eaec;
    border-top: none;
}
.select2-drop {
    border: 1px solid #e7eaec;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e7eaec;
}
.select2-drop.select2-drop-above {
    border-top: 1px solid #e7eaec;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-search input {
    border: 1px solid #e7eaec;
    box-shadow: none;
    background: #fff url(/media/img/plugins/select2/select2.png) no-repeat 100% -22px;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    border: 1px solid #e7eaec;
}
.select2-container.select2-drop-above .select2-choice {
    border-radius: 0;
}

/* file upload */

.fileupload {
    position: relative;
}
.fileupload .uneditable-input {
    width: 150px;
    border-radius: 0;
    border: 1px solid #e5e6e7;
}
.fileupload .uneditable-input .fileupload-preview {
    text-overflow: ellipsis;
    width: 105px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.btn-file {
    border: 0;
    padding: 6px 8px;
}
.btn.fileupload-remove.fileupload-exists {
    padding: 6px 8px;
    border: 0;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}
.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileupload .fileupload-exists:not(.btn),.fileupload .fileupload-new:not(.btn) {
    display: inline-block;
}
.fileupload.fileupload-new .fileupload-exists:not(.btn) {
    display: none;
}
.fileupload.fileupload-exists .fileupload-new:not(.btn) {
    display: none;
}

/* dialog select */

.btn-dialog-select {
    padding: 6px 8px;
    border: 1px solid #e5e6e7;
}
.dialog-select .dialog-select-exists:not(.btn), .dialog-select .dialog-select-new:not(.btn) {
    display: inline-block;
}
.dialog-select.dialog-select-new .dialog-select-exists:not(.btn) {
    display: none;
}
.dialog-select.dialog-select-exists .dialog-select-new:not(.btn) {
    display: none;
}
.modal-dialog-select .dialog-select-item-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    min-height: 10vh;
    max-height: 50vh;
    overflow-y: scroll;
}
.modal-dialog-select .dialog-select-search {
    margin-bottom: 20px;
}
.modal-dialog-select .dialog-select-item-list .ccard-item {
    border: 2px solid #16987e;
    cursor: pointer;
}
.modal-dialog-select .dialog-select-item-list .ccard-item.selected {
    border: 3px dashed #1872ab;
}
.modal-dialog-select .dialog-select-item-list .ccard-item .ccard-item__name {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.modal-dialog-select .dialog-select-item-list .ccard-item:hover .ccard-item__name {
    font-weight: bold;
    transition: all 0.4s;
}
.modal-dialog-select .dialog-select-load-more {
    display: none;
}
.modal-dialog-select .dialog-select-load-more.processing {
    display: block;
}

/* timepicker */
.bootstrap-timepicker-widget table td input {
    width: 35px !important;
    margin: auto !important;
    text-align: center !important;
    padding: 5px 5px !important;
}

/* nestable */

.dd-handle {
    background-image: none !important;
    background: #fff !important;
    height: 46px !important;
    line-height: 35px !important;
}
.dd-handle:hover {
    color: inherit !important;
}
.dd-handle .btn-group {
    margin-top: 0;
}
.dd-item .btn-group {
    position: absolute;
    top: 7px;
    right: 7px;
}

/*
form
*/

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    width: 150px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 4px 10px 4px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.formError .formErrorArrow .line9 {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.formError .formErrorArrow .line4 {
    width: 3px;
    border: none;
    background: #ddd;
}
.formError .formErrorArrow .line3 {
    width: 1px;
    border: none;
    background: #ddd;
}
.formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
    width: 0;
}

/* modal */

.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #fff;
    background-image: none;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

/* sidenav */

.side-nav-container .nav-tabs > li > a {
    margin: 0;
}
.side-nav-container .nav-tabs > li.active > a, .side-nav-container .nav-tabs > li.active > a:focus, .side-nav-container .nav-tabs > li.active > a:hover {
    border-color: #e7eaec transparent #e7eaec #e7eaec;
}
.row-fluid.tab-list > .span12 > .row-fluid {
    margin-left: 0;
    margin-right: 0;
}
.row-fluid.tab-list > .span12 > .row-fluid > .span2, .row-fluid.tab-list > .span12 > .row-fluid > .span10 {
    padding-left: 0;
    padding-right: 0;
}
.row-fluid.tab-list > .span12 > .row-fluid > .span10 > .widget-box > .widget-title {
    display: none;
}
.row-fluid.tab-list .top-nav-container .nav-item.w-100.p-1 {
    width: auto !important;
    padding: 0 !important;
}
.top-nav-container ul {
    margin-bottom: 0;
}
.top-nav-container .nav-stacked > li {
    display: inline-block;
}
.top-nav-container .nav-stacked li a {
    border-radius: 0;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #d4d4d6;
}
.side-nav-container {
    background: #f5f6f8;
    margin-right: 5px;
}
.side-nav-container .nav-stacked li {
    padding: 0 !important;
}
.side-nav-container .nav-stacked li a {
    border-radius: 0;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #d4d4d6;
    margin-bottom: 0.125rem;
}
.side-nav-container .nav-stacked li a:first-child {
    margin-top: 0.125rem;
}
.side-nav-container .nav-tabs .nav-link {
    border: 0 !important;
    background-color: #fff;
    background-position: left;
    background-size: 2px;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d4d6), to(#d4d4d6));
    background-image: linear-gradient(#d4d4d6, #d4d4d6);
}
.side-nav-container .nav-stacked li.active a {
    color: #2095f2;
    background-color: #fff;
    background-size: 2px;
    border-top: 1px solid #d4d4d6;
    border-left: 1px solid #d4d4d6;
    border-right: 1px solid #d4d4d6;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2095f2), to(#2095f2));
    background-image: linear-gradient(#2095f2, #2095f2);
}
.top-nav-container .nav-stacked li.active a {
    color: #2095f2;
    background-color: #fff;
    border-top: 1px solid #d4d4d6;
    border-left: 1px solid #d4d4d6;
    border-right: 1px solid #d4d4d6;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.row-tab-content .widget-box .widget-content {
    background-color: #fff;
}
.row-tab-menu {
    position: relative;
}
.row-tab-content {
    position: relative;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}
body.mini-navbar .navbar-static-side {
    display: block;
    width: 70px;
}
body.mini-navbar .navbar-static-side .mainnav > li > a {
    font-size: 16px;
}
body.mini-navbar .navbar-static-side .mainnav > li > a > span {
    display: none;
}
body.mini-navbar .navbar-static-side .mainnav > li > a > .caret {
    display: none;
}
body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px;
}
.loading.spinner {
    position: relative;
    opacity: 1;
    height: auto;
    background: none;
    width: auto;
}
.loading.spinner * {
    opacity: 0.8;
}
.loading.spinner::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    opacity: 1;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

/* notification */
.notifications .fade {
    opacity: 1;
}
.notifications > div.alert {
    position: relative;
    z-index: 9999;
    margin: 5px 0;
    padding: 10px 40px 10px 20px;
}
.notifications > div.alert .close {
    position: absolute;
    top: 0;
    right: 5px;
}

/* modal-cart */
.modal.sidebar {
    padding-right: 0 !important;
}
.modal.sidebar .modal-dialog {
    max-width: 400px;
    margin: 0;
    margin-left: auto;
    padding: 0;
}
.modal.sidebar .modal-content,.modal.sidebar .modal-dialog {
    height: 100%;
}
.modal.sidebar .modal-content {
    border: 0;
    border-radius: 0;
}
.modal.sidebar .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal.sidebar .modal-body {
    padding: 0.5rem;
}
.modal.sidebar .modal-footer,.modal.sidebar .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal.sidebar .modal-body,.modal.sidebar .modal-footer {
    background-color: #fff;
}
.modal.sidebar .media {
    border-bottom: 1px solid #dee2e6;
    padding: 0.25rem 0;
}
.modal.sidebar .media:first-child {
    padding-top: 0;
}
.modal.sidebar .media-body {
    position: relative;
    padding-right: 1rem;
}
.modal.sidebar .media-body > div:first-child {
    overflow: hidden;
    max-height: 42px;
    margin-bottom: 5px;
    font-size: 0.9375rem;
}
.modal.sidebar .media-body > div:first-child > a {
    display: block;
}
.modal.sidebar .media-body .close {
    position: absolute;
    top: 20px;
    right: 0;
}
.modal.sidebar.fade .modal-dialog {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}
.modal.sidebar.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.sidebar.full .modal-dialog {
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    padding: 0;
    width: 100%;
}
.modal.sidebar.full .modal-body {
    width: 100%;
    max-width: none;
}
.modal.sidebar.full .modal-footer-inside {
    max-width: none;
}

/* chart */
.cchart-container {
    position: relative;
    margin: auto;
}
.cchart.cchart-flot {
    margin: auto;
}
.kanban .kanban-box {
    min-height: 100px;
}
.sk-wave {
    width: 50px;
}
.console {
    background: #000;
    color: #ccc;
    white-space: pre-wrap;
    font-family: monospace;
    word-break: break-all;
}
.modal.modal-download-progress .modal-dialog {
    width: auto;
    max-width: 35rem;
}
.dropdown-toggle.no-caret::after {
    display: none;
}

@media (min-width: 319px) {

}

@media (min-width: 479px) {

}

@media (min-width: 575px) {

    .modal-dialog {
        max-width: initial;
    }
}

@media (min-width: 767px) {

    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}

@media (min-width: 991px) {

    .layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav:not(:hover) .brand-logo {
        margin-right: 20px;
        margin-left: 20px;
    }
    .layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav:not(:hover) .brand {
        padding: 0;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 968px) {

    .form-horizontal .form-actions {
        padding-left: 0;
    }
}

@media (max-width: 992px) {

    .modal-dialog-select .dialog-select-item-list {
        grid-template-columns: repeat(5, 135px);
    }
    .widget-box.widget-table .widget-content.data-table-col-view.col-view-count-5 tr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.75rem);
        flex: 0 0 calc(25% - 0.75rem);
        max-width: calc(25% - 0.75rem);
    }
}

@media (max-width: 768px) {

    .navbar-header {
        display: inline;
        float: left;
    }
    .dropdown-submenu:hover > a::after {
        border-left-color: #262626;
        border-top-color: transparent;
    }
    .modal-dialog-select .dialog-select-item-list {
        grid-template-columns: repeat(4, 125px);
    }
    .widget-box.widget-table .widget-content.data-table-col-view.col-view-count-5 tr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.75rem);
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 576px) {

    .modal-dialog-select .dialog-select-item-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .widget-box.widget-table .widget-content.data-table-col-view.col-view-count-5 tr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0.75rem);
        flex: 0 0 calc(100% - 0.75rem);
        max-width: calc(100% - 0.75rem);
    }
}

@media (max-width: 480px) {

    .modal-dialog-select .dialog-select-item-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 320px) {

    .modal-dialog-select .dialog-select-item-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
