@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
     /*LIGHT */
    --color-bg-1: #ffffff;
    --color-bg-2: #f6f6f6;
    --color-bg-3: #f8f8f8;
    --color-text: #000000;
    --border-color: #E6E6E6;
    --icon-bg: #F9F9F9;
    --icon-border: #D6D6D6;
}

:root .dark-mode{
    /* DARK */
    --color-bg-1: #2B2B40;
    --color-bg-2: #1e1e2d;
    --color-bg-3: #1e1e2d;
    --color-text: #ffffff;
    --border-color: #1e1e2d;
    --icon-bg: #1e1e2d;
    --icon-border: #2B2B40;
}

/* Global styles */
*, a:focus {
    outline:none;
}

iframe {
    border:0 solid var(--color-bg-1);
}

* > iframe{
    max-width: 100% !important;
}

a:hover,
a:focus,
a:active,
a:focus:active {
    text-decoration:none;
}

body{
    /*float:left;*/
    position:relative;
    background: var(--color-bg-2);
    color: #000;
    /*font-family: 'source';*/
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding:0 !important;
    min-height:100vh;
}

/* jqgrid tables have horizontal scroll if this is disabled */
body {
    overflow-y:scroll !important;
}

body.modal-open {
    overflow-y:scroll !important;
    max-height:100%;
}

.modal-dialog {
    padding-bottom:30px;
}

h1 {
    margin-top:10px;
    margin-bottom:10px;
    font-size:30px;
}

h1,h2,h3,h4,h5,h6 {
    color:#3e3f51;
    /*font-family: 'source-light';*/
    font-family: "Roboto", sans-serif;
}

.cursor-pointer {
    cursor:pointer;
}

select[multiple] option {
    overflow:hidden;
}

/* placeholder styles*/
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control:-webkit-input-placeholder {
    color: #ccc;
}

/* helper classes*/

.scrollable {
    overflow:hidden !important;
}

/* dropdown*/

.dropdown-menu {
    padding:0;
    margin:0;
    min-width:250px;
    border:0 solid var(--color-bg-1);
    box-shadow: 0px 0px 6px #55555529;
    border-radius: 5px;
    cursor: initial;
}

.dropdown-menu > li > a {
    padding: 12px 10px;
    /*white-space:normal;*/
    color: var(--color-text);
}

.dropdown-menu > li > a > img {
    margin-right:10px;
    margin-bottom:10px;
}

.dropdown-menu .notification-item {
    padding:0;
    margin:0;
}

.dropdown-header,
.dropdown.open .dropdown-toggle {
    background:var(--color-bg-1);
}

.dropdown-header {
    padding:10px 15px;
}

.open > .dropdown-toggle.btn-default {
    border:1px solid #ccc;
}

.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus {
    background:var(--color-bg-1);
}

.styled-select.search-select {
    overflow: visible;
    border: none;
}

.styled-select.search-select select{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.styled-select.search-select:before,
.widget-filter .styled-select.search-select:before{
    top: 1px;
    right: 1px;
    height: calc(100% - 5px);
}

.widget-filter .bootstrap-select .btn,
.bootstrap-select .open > .dropdown-toggle.btn-default,
.bootstrap-select .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus {
    padding: 3px 10px;
    width: 100%;
    box-shadow: none;
}

.bootstrap-select .btn{
    padding: 7px 10px;
    width: 100%;
    box-shadow: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    max-width: 100%;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 10px;
}

/* Inputs*/
textarea {
    margin-top:5px;
    resize:vertical;
    transition:all 0s;
    min-height:100px;
}

.form-group {
    position:relative;
    margin-bottom:10px;
    min-height:34px;
    /*float:left;*/
    max-width:100%;
}

.form-group .regular-radio + label {
    margin-top:0;
}

.form-group .regular-checkbox + label{
    padding-top:2px;
    margin-top:7px;
    min-height:20px;
    font-size:12px;
}

.form-group .styled-select {
    margin-bottom:0;
}

.form-group label {
    min-height:14px;
}

.nav-stacked > li + li {
    margin-top:0;
}

.no-label {
    margin-top:21px;
}

.no-label .form-group .regular-checkbox + label {
    margin-top:0;
}

.nicescroll-rails {
    cursor:pointer !important;
}

/* modals */

.modal {
/*    width:0;*/
    height:0;
    overflow:visible;
    margin:0 auto;
    padding:0 !important;
    max-width:100%;
    position: absolute;
    min-height:1px !important;
/*    left:50%;*/
}

.modal.fade.in {
    top:0;
}

.modal-open .modal {
    overflow:visible;
    width:600px;
/*    margin-left:-300px;*/
}

/*.modal-dialog {
    margin:0 -300px;
}

.modal-dialog.modal-sm {
    margin:0 -150px;
}

.modal-dialog.modal-lg {
    margin:0 -450px;
}*/

.modal-header {
    border-bottom:1px solid var(--border-color);
    background: #1172D1;
    padding:10px;
    border-radius:4px 4px 0 0;
    cursor: move;
}

.modal-header .close {
    background:var(--color-bg-1);
    color:#1172D1;
    opacity:0.9;
    width:25px;
    height:25px;
    border-radius:50%;
    margin-top:0;
    font-size:18px;
    position: absolute;
    right: -13px;
    top: -20px;
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.modal .modal-body {
    padding-top: 5px;
}

.modal .btn-group.langSelector {
    position: absolute;
    top: -61px;
    right: 15px;
}

.modal .btn-group.langSelector .btn.active {
    background: #9bcc58;
}

.modal-header .close:hover {
    opacity:1;
}

.modal-header-content {
    height:20px;
    margin-top:5px;
}

.modal-title {
    color:var(--color-bg-1);
    /*text-align:center;*/
    padding:0 5px;
}

.modal-content {
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.modal-footer {
    border-top:1px solid var(--border-color);
    padding: 10px 15px;
}
.dark-mode .modal-footer{
    border-top: none;
}

.modal-footer .btn + .btn {
    margin-bottom:5px;
}

.modal-dialog {
    width:auto;
    max-width:100%;
}

/* quick forms*/
.modal .nav-tabs {
    border-bottom:0 solid var(--color-bg-1);
}

.modal .nav > li > a {
    padding:5px 10px;
}

.modal .form-horizontal .control-label {
    padding-top:5px;
}

.modal #forma_dijalog_content_paid {
    overflow-y:visible;
}

fieldset {
    border:1px solid #d8d8d8;
    border-radius:4px;
    margin-bottom:15px;
    padding:10px 0;
}

.modal .boxForm:last-of-type fieldset {
    margin-bottom:0;
}

.modal .styled-select {
    height:30px;
}

.modal .styled-select select {
    padding: 4px 6px;
}

.modal .styled-select:before {
    top:0;
    right:3px;
}

legend {
    font-size: 16px;
    padding: 0 5px;
    border-bottom:0 solid var(--color-bg-1);
    width:auto;
    margin:0 0 0 10px;
    background:var(--color-bg-1);
    /*font-weight:bold;*/
}
.dark-mode legend{
    background: transparent;
    border-bottom: none;
}

.modal .legend {
    font-size:13px;
}

.modal .langSelector .btn {
    padding:2px 10px;
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.modal .tab-wrapper {
    margin-bottom:0;
}

.modal .form-horizontal .form-group {
    margin-left:0;
}

.modal .form-horizontal .widget-filter .form-group {
    margin-left:15px;
    margin-right:0;
}

.modal .style-big-gray .tab-content {
    padding:15px 0 0px 0px;
}

.modal label {
    font-size:13px;
}

.modal .btn-icon {
    height:24px;
}

.modal .form-control {
    height:30px;
    font-size: 13px;
}

.modal .form-group {
    min-height:30px;
}

.modal .input-group-addon {
    padding:3px 8px;
}

.modal .tab-wrapper {
    overflow:visible;
}

/*.modal .modal-body {
    overflow-y:auto;
}*/

.modal .bank-extract {
    height:220px;
    overflow-y:auto;
}

.modal-footer {
    overflow:hidden;
}


/* quick forms end*/

/* form element small style */
.form-sm label {
    margin-bottom: 0px;
    font-size:12px;
}

.form-sm .form-group{
    margin-bottom: 5px;
}

.widget-content.widget-content-full{
    margin: 0px;
    padding: 0px;
}

/* end form element small style */

.imagePreview {
    max-width: 100%;
}

.text-success {
    color:#8CC43E;
}

/* toastr (notifications)*/

#toast-container > :hover {
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.toast-top-right {
    left:50% !important;
    margin-left:-150px;
    margin-top:-50px;
    top:50% !important;
}

/* panels*/

.panel {
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.panel-title {
    position:relative;
    font-weight:normal;
    padding-right:50px;
}

.panel-title > a:hover,
.panel-title > a:focus,
.panel-title > a:active,
.panel-title > a:focus:active {
    text-decoration:none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    color:#333;
}

.panel-title i {
    cursor:pointer;
}

.panel-group {
    margin-bottom:30px;
}

.panel-group .panel {
    margin-bottom:15px;
}

.panel-group ul {
    padding-left:25px;
}

.panel-group > ul {
    padding-left:0;
}

.panel-group > ul > li {
    width:50%;
}

.panel-default > .panel-heading {
    background-color:#fafafa;
    box-shadow: 0 0 0 0 var(--color-bg-1);
    border-radius:4px;
}

.panel-title .appended-icons {
    position:absolute;
    top:0;
    right:0;
}

.panel-title .appended-icons i {
    margin-left:3px;
}

.panel-item {
    position:relative;
    background:var(--color-bg-3);
    border:1px solid #f1f1f1;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
    color:#444559;
    padding:5px;
    height:140px;
}

.panel-item .intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    text-align: center;
    background: var(--border-color);
    color:#999;
    height: 100%;
    padding-top: 0;
}

.panel-item .counter {
    color:#999;
    line-height:30px;
    margin-bottom:5px;
}

.panel-item .intro i {
    margin-top:5px;
    width:100%;
}

.panel-item .picture,
.panel-item .content {
    padding-left: 35px;
    font-size: 12px;
    padding-right: 35px;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 27px;
}

.panel-item .picture,
.panel-item .picture img {
    max-height:100px;
}

.panel-item .drag {
    position:absolute;
    top:0;
    right:0;
    background:var(--border-color);
    height:100%;
    width:30px;
}

.panel-item .drag i {
    position:absolute;
    top:calc(50% - 6px);
    left:9px;
    text-align:center;
}

.panel-item-grid {
    max-width:300px;
    float:left;
    width:100%;
    padding:0 15px;
}

/* Global styles end */

/* icons */

.sidebar .icon-search {
    background: transparent no-repeat bottom right;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24px;
    height: 24px;
    border: 0 solid var(--color-bg-1);
}

.dropdown-icon {
    width: 42px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    /*display: none;*/
}

.icon-holder {
    display:inline-block;
    width: 40px;
    height: 30px;
    font-size:17px;
    vertical-align:middle;
    text-align:center;
    padding: 5px;
    margin-right: 6px;
    transition: .2s ease-in-out;
    border-radius: 3px;
}


.sidebar .nav > li.active a .icon-holder, .sidebar .nav > li a:hover .icon-holder{
    /*background: #1172D1;*/
    /*color: var(--color-bg-1);*/
}

/* icons end*/

/* Menu*/

.menu {
    transition:all 0.3s;
}

.menu.closed {
    height:0;
    overflow:hidden;
}

.menu.open {
    height:auto;
    overflow:visible;
}

.menu-2level > li:first-of-type {
    padding-top:0;
}

.menu-2level > li:last-of-type {
    padding-bottom:0;
}

.menu-2level {
    display:none;
}

.menu-2level.open {
    display:block;
}

.sidebar .nav ul.menu-3level {
    padding-left:33px;
    list-style-type: none;
}

.sidebar .nav ul.menu-3level li a {
    padding:0;
}

.sidebar .nav > li > a {
    max-height: 40px;
    line-height: 30px;
}

/* Menu end*/

/* Buttons */

.navbar-toggle {
    float:left;
    display:block;
    transition:all 0.3s;
    margin: 13px 20px 13px 0;
    padding: 10px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    background: #415464;
    width: 16px;
}

.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 3px;
}

.btn {
    padding:7px 30px;
    /*box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.3), 0 4px 18px 0 rgba(0, 0, 0, 0.2);*/
    margin:0 5px 5px;
    border:0 solid var(--color-bg-1);
    transition:box-shadow 0.3s, background-color 0.3s;

/*    max-width:100%;*/
}

.btn:only-child {
    margin:0 0 5px;
}

.btn:focus:active,
.btn:focus {
    outline:0 solid var(--color-bg-1);
}

.btn:active {
    transform:translate(0,1px);
    outline:0 solid var(--color-bg-1);
}

.btn-default {
    border:1px solid #ddd;
}

.btn-primary.page-menu-item{
    background: var(--color-bg-1);
    color: var(--color-text);
}

.btn-primary {
    background:var(--border-color);
    color:#3e3f53;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:focus:active {
    background:var(--color-bg-1);
    color:var(--color-text);
    box-shadow: 0px 0px 8px #44444433;
}

.btn-primary i {
    color:#3E3F53;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
    background:var(--border-color);
    border:1px solid #DBDBDB;
    color: #ffffff;
}

.btn-danger {
    background:#CD4E2D;
}

.btn-warning {
    background:#F4940E;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus {
    background:#E0840D;
}

.btn.btn-xs {
    padding:2px 8px;
}

.btn.btn-xs.btn-icon {
    padding: 3px 8px 2px 20px;
}
.btn.btn-xs.btn-icon i {
    line-height: 22px;
    width:22px;
}

.btn.btn-sm {
    padding:5px 15px;
}

.btn.btn-sm.btn-icon {
    padding-left:30px;
}

.btn.btn-sm.btn-icon i {
    margin-left:5px;
}

.btn.btn-lg {
    padding:6px 30px;
}

.btn.btn-xl {
    padding: 6px 40px;
    font-size: 1.5em;
}

.btn.btn-icon {
    position:relative;
}

.btn.btn-icon i.icon-plus {
    margin-top:2px;
}

.btn.btn-sm.btn-icon i {
    width:20px;
    background-size: 50%;
    line-height:26px;
}

.btn.btn-lg.btn-icon i {
    width: 32px;
    line-height: 36px;
    font-size: 0.9em;
}

.btn.btn-xl.btn-icon i {
    width:40px;
    line-height:42px;
}

.btn.btn-link {
    padding:0;
    color:#45465a;
    line-height:32px;
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.btn.btn-link.btn-icon {
    padding-left:27px;
}

.btn.btn-link.btn-icon i {
    color:#45465A;
}

.btn-icon i {
    width:30px;
    height:100%;
    line-height:32px;
    position:absolute;
    top:0;
    left:0;
    background-position:center center;
}

.btn-group .btn {
    margin:0;
    padding:6px 20px;
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:focus:active {
    border-color:#ccc;
    outline:0 solid var(--color-bg-1);
}

.btn-group .btn.active {
    background: #1172D1;
    color:var(--color-bg-1);
}

.btn-group.btn-group-xs .btn {
    padding: 2px 12px;
    height: 24px;
}

.btn.btn-rect {
    padding:6px 0;
    width:32px;
}

.btn.btn-rect-icon {
    padding: 3px 8px !important;
    width: 32px;
    height: 28px;
    margin-top:-2px !important;
}

.btn.btn-rect-icon i {
    line-height:20px !important;
}

.btn.btn-circ {
    padding:6px 0;
    width:32px;
    border-radius:50%;
}

.image-uploader .btn.btn-sm {
    margin:5px 2px 0;
}

.image-upload-actions {
    margin-top:20px;
}

/* Buttons end */

/* Alerts*/

.alert {
    padding:10px 15px;
    border-radius:0;
}

.alert-danger {
    background:#f2dedf;
    border:1px solid #E0BCBD;
    color:#D66A4D;
}

.alert-warning {
    background:#edc09f;
    border:1px solid #C6A085;
    color:#b7713e;
}

.alert-info {
    border:1px solid #89A6C4;
}

.alert-success {
    border:1px solid #ACC487;
}

/* Alerts end*/

/* Styled select */

.styled-select {
    position:relative;
    background:var(--color-bg-1);
    border:1px solid #ddd;
    overflow:hidden;
    border-radius:4px;
    width:100%;
    margin-bottom:15px;
    height:32px;
    max-width:100%;
}

.styled-select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 30px;
    pointer-events:none;
    background: #fcfcfc url("../images/icons/caret-down.png") no-repeat scroll center center;
    /*display: none;*/
}

.styled-select select {
    background: transparent none repeat scroll 0% 0%;
    width: calc(100% + 28px);
    border:0 solid var(--color-bg-1);
    padding:6px;
    color:#514f64;
    cursor:pointer;
}

.styled-select select option:hover {
    background:#3175b6;
}

option:disabled {
    color:#bbb;
}

.styled-select.styled-select-xs {
    max-width:70px;
}

.styled-select.styled-select-sm {
    max-width:140px;
}

.form-control {
    transition:all 0.3s;
    color:#333;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    background: #FBFBFB;
    border-color: #E5E5E5;
    font-size: 14px;
}

.top-header-serach-user:before{
    content: url("../images/icons/search-icon.svg");
    position: absolute;
    left: 10px;
    top: -7px;
}

.top-header-serach-user .form-control{
    padding-left: 30px;
}

.form-control:focus {
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.select-category-wrapper .form-group {
    display: flex;
    width: 100%;
}

.select-category-wrapper .form-group label {
    width: calc(100% / 3);
    padding: 7px 15px 0;
    text-align: right;
}

/* Styled select end */

/* multiselect box*/

.multiselect-box {
    border: 1px solid #dbdbdb;
    padding: 3px 6px;
    border-radius: 4px;
    margin-left: 10px;
    color: rgb(153, 153, 153);
    overflow-y:auto;
    color:#969696;
}

/* multiselect box end*/

/* Notifications */

.notification-item {
    position:relative;
    background:var(--color-bg-1);
    list-style-type: none;
    padding:14px 8px 10px;
    margin-bottom:10px;
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
}

.notification-item .notification-description {
    color:#999;
}

.notification-title {
    font-size:1.2em;
    line-height:1;
    padding-right:65px;
    margin-bottom:3px;
}

.notification-image {
    float:left;
    margin-right:8px;
}

.notification-timestamp {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
    line-height: 20px;
    color:#999;
}

.notification-description {
    line-height:1;
}

/* Notifications end */

/* Inputs */

label {
    font-weight:normal;
    color:#969696;
    margin-bottom:2px;
}

.form-control {
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.form-horizontal .btn {
    margin: 0 5px 5px 0;
}

.form-horizontal .btn-group .btn {
    margin: 0 0 5px 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top:0;
}

.form-horizontal .control-label.text-left {
    text-align:left;
}

.form-horizontal .form-group {
/*    margin-left:15px;*/
}

.date {
    cursor:pointer;
}

.datepicker-days {
    padding:5px;
}

.date,
.time-picker,
.datetime-picker {
    max-width:190px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius:4px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    box-shadow:0 0 0 var(--color-bg-1);
}

.regular-radio {
	display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    padding: 11px;
    font-size:100%;
    padding:0 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor:pointer;
    margin-bottom:0;
}

.regular-radio + label span {
    position:absolute;
    top:-11px;
    left:25px;
    padding-left:5px;
    line-height:44px;
    width:200px;
    color:#7c7c7c;
    cursor:pointer;
}

.regular-radio + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: white;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    box-shadow: inset 0 0 0 4px var(--color-bg-1);
    transition:background 0.2s;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #3273b5;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    transition:background 0.2s;
}

.regular-radio:checked + label {
    position:relative;
    color: #99a1a7;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
    -webkit-appearance: none;
    padding: 11px;
    font-size: 12px;
    padding:0 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor:pointer;
    margin-bottom:0;
}

.regular-checkbox + label span {
    position:absolute;
    top:-11px;
    left:25px;
    padding-left:5px;
    line-height:44px;
    width:200px;
    color:#7c7c7c;
    cursor:pointer;
}

.regular-checkbox + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    background: white;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    background: url("../images/icons/checkbox-blue.png") center center no-repeat var(--color-bg-1);
    background-size:0px 0px;
    transition:background-size 0.1s;
}

.regular-checkbox:checked + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    background: url("../images/icons/checkbox-blue.png") center center no-repeat var(--color-bg-1);
    background-size:8px 8px;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    transition:background-size 0.1s;
}

.regular-checkbox:checked + label {
    position:relative;
    color: #99a1a7;
}

.table .regular-checkbox + label {
    padding:0;
}

.table .regular-checkbox + label:after {
    left:-8px;
    top:-12px;
}

.inner-table {
    position: relative;
    display: table;
    width: calc(100% + 4px);
    margin-left: -2px;
    border: 1px solid rgb(170, 170, 170);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    height: 100%;
}

.inner-table.success {
    background:rgba(140, 196, 62,0.1);
}

/* Inputs end */

/* Statuses */

.status {
    color: #ffffff;
    background:#3374b6;
    padding:4px 8px;
    border-radius:4px;
    width:auto;
    display:inline-block;
    line-height:1.4;
    margin-bottom:3px;
}

.status.status-gray {
    background:#ccc;
}

.status.status-success {
    background:#9bcc57;
}

.status.status-danger {
    background:#cd4e2d;
}

.status.status-warning {
    background:#F4940E;
}

.status.status-default {
    background: #ffffff;
    color:#3E3F53;
    border:1px solid #b4b4b4;
}

.status.status-sm {
    padding:3px 6px;
    font-size:0.9em;
}

.status.status-lg {
    font-size:1.25em;
    padding:6px 12px;
}

.blue-letters,
.status.blue-letters {
    color:#3374b6;
}

.green-letters,
.status.green-letters {
    color:#008000;
}

/* Statuses end */

/* Tags start*/

.tag-list {
    padding-left:0;
}

.tag-list .tag {
    display:inline-block;
    background: var(--border-color);
    border: 1px solid #ddd;
    border-radius: 4px;
    color:#444;
    padding:2px 8px 2px 8px;
    transition:all 0.3s;
    margin-bottom:3px;
    margin:0 5px 5px 0;
}

.tag-list .tag.pointer {
    cursor:pointer;
}

.tag-list .tag:hover {
    background:#e3e3e3;
}

.tag-list .tag i {
    font-size:10px;
    bottom:7px;
    margin-left:10px;
    cursor:pointer;
}

/* Tags end*/

/* Badges */

.badge {
    color:#ffffff;
    margin-right:3px;
    font-weight: bold;
    font-size: 10px;
}

.badge-info {
    background:#3174b6;
}

.badge-success {
    background:#8cc43e;
}

.badge-error {
    background:#cc4f2d;
}

.badge-warning {
    background:#e87d2e;
}

.badge-purple {
    background:#84568b;
}

.badge.badge-xs {
    font-size:9px;
    padding:1px 3px;
}

.badge.badge-sm {
    font-size:9px;
    font-weight:normal;
    padding:2px 6px;
}

.badge.badge-lg {
    font-size:12px;
    font-weight:normal;
    padding:4px 8px;
}

/* Badges end */

/* Header */

:root{
    --top-bar-color: #1172D1;
}

.top-bar {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:var(--color-bg-1);
    color:var(--color-bg-1);
    height:60px;
    line-height:60px;
    padding:0 20px;
    z-index:1000;
}

.top-bar:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: 1s ease-in-out;
    box-shadow: -8px 0px 5px var(--top-bar-color);
}
.top-bar.loaded:after{
    box-shadow: -8px 0px 5px rgba(0,0,0,.3);
}

body.loaded .top-bar:after{
    width: 100%;
}

.top-bar .dropdown {
    display:inline-block;
    cursor:pointer;
}

.top-bar-action-buttons {
    display:inline-block;
}

.top-bar-action-buttons .item {
    display:inline-block;
    position:relative;
    padding:0 15px;
    cursor:pointer;
}

.top-bar-action-buttons .badge {
    color: #3E3F51;
    position: absolute;
    top: 8px;
    right: 0px;
}

.language-dropdown .dropdown-menu li{
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.language-dropdown .dropdown-menu li:last-child{
    border-bottom:0;
}
.language-dropdown .dropdown-menu > li > a {
    padding: 8px 10px;
}

.lang-for-country.active {
    background-color: #2b659e;
    color: var(--color-bg-1);
}



.lang-for-country{
    position: relative;
    display: inline-block;
    /*padding: 7px 7px;*/
    padding: 3px 0px;
    cursor: pointer;
    height: 25px;
    width: 30px;
    text-align: center;
}

.lang-for-country:hover {
    background-color: #2b659e;
    color: var(--color-bg-1);
}
/*
.top-bar .dropdown-menu {
    width:100%;
}
*/

.user-avatar {
    display:inline-block;
    padding:0 15px;
}

.user-avatar .user-image {
    display:inline-block;
    border-radius:50%;
    margin-right:5px;
    display: none;
}

.user-avatar .user-image img {
    border-radius:50%;
}

.user-avatar .user-name {
    display:inline-block;
    color:var(--color-text);
    font-size: 16px;
    line-height: 19px;
}

.user-avatar .user-name i {
    vertical-align:middle;
    font-size: 20px;
    color: #1172D1;
    padding: 5px;
    background: var(--icon-bg);
    border: 1px solid var(--icon-border);
    border-radius: 3px;
    transition: .2s ease-in-out;
}

.user-avatar .user-name:hover i{
    background: #1172D1;
    color: var(--color-bg-1);
    border-color: #1172D1;
}

.heading-wrapper {
    float:left;
    width:100%;
}

/* heading wrapper */
.heading-wrapper h1,
.heading-wrapper h2,
.heading-wrapper h3,
.heading-wrapper h4,
.heading-wrapper h5,
.heading-wrapper h6 {
    float:left;
}

.heading-wrapper .buttons-appended {
    text-align:right;
    margin: 5px 0 0 0;
}

.buttons-appended .btn.btn-icon i.icon-plus {
    margin-top:0;
}

.buttons-appended .btn.btn-sm {
    margin-top:7px;
}

/* Header end */

/* Sidebar*/
.sidebar-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    position: fixed;
    top: 60px;
    bottom: 0;
    left:0;
    width: 210px;
    background:var(--color-bg-1);
    color:#8082a5;
    z-index:50;
    transition: width 0.5s;
    border-right: 1px solid var(--border-color);
    overflow-y: auto;
    min-height: unset !important;
    scrollbar-gutter: stable both-edges;
}

.sidebar-wrapper.collapsed {
    width: 90px;
}

.sidebar-wrapper.collapsed .icon-holder{
    margin-right: 0;
}

.sidebar-wrapper.collapsed li{
    text-align: center;
    margin-bottom: 2px;
}

.sidebar-wrapper.collapsed .menu-2level li{
    text-align: left;
}

.sidebar-wrapper.collapsed .sidebar .nav > li.active a:after{
    display: none;
}
.sidebar-wrapper.collapsed .sidebar .nav > li.active a.active:after,
.sidebar-wrapper.collapsed .sidebar .nav > li a.active:after {
    content: '';
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #44444433;
    position: absolute;
    transition: all 0.5s;
    right: -6px;
    top: 20px;
    transform: none;
    display: none;
}
.dark-mode .sidebar-wrapper.collapsed .sidebar .nav > li.active a.active:after,
.dark-mode .sidebar-wrapper.collapsed .sidebar .nav > li a.active:after{
    border-right-color: #ffffff33;
}

.sidebar-wrapper.opened {
    width: 200px;
    /*max-width: 85px;*/
}

.sidebar-wrapper.collapsed .sidebar .nav ul.menu-2level {
    position:absolute;
    left:100%;
}

.sidebar-wrapper.collapsed .sidebar .nav ul.menu-2level{
    position: fixed;
    left: 90px;
    top: 60px;
    bottom: 0;
    width: 250px;
    padding-top: 10px;
    box-shadow: 3px 0px 8px #44444433;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-wrapper.collapsed .sidebar .nav ul.closed {
    display:none;
}

.sidebar-wrapper.collapsed .dropdown-icon {
    width: 100%;
}

.sidebar-wrapper.collapsed .dropdown-icon i {
    display:none;
}

/*.sidebar-wrapper.collapsed.loaded {
    transition: width 0s;
    width: 38px;
}*/

.sidebar-wrapper.collapsed.loaded,
.sidebar-wrapper.collapsed.loaded .bottom-bar{
    transition: all 0s;
}

.sidebar {
    width:100%;
    padding: 0 6px;
    font-family: "Roboto", sans-serif;
}

.sidebar .search-wrapper {
    padding:0 15px;
    margin-bottom:40px;
}

.sidebar .search {
    width:100%;
}

.sidebar .ghost-input {
    background:transparent;
    border-top:0 solid var(--color-bg-1);
    border-left:0 solid var(--color-bg-1);
    border-right:0 solid var(--color-bg-1);
    border-bottom:1px solid #686a87;
    box-shadow:0 0 0 0 var(--color-bg-1);
    border-radius:0;
    padding:6px 0 0;
    color:var(--color-bg-1);
}

.sidebar .nav {
    background:var(--color-bg-1);
    padding-bottom: 0;
}

.sidebar .nav > li a {
    color:var(--color-text);
/*    padding:4px 15px;*/
    padding: 5px 10px;
    transition:all 0.3s;
    border-radius: 4px;
}

.dark-mode .sidebar .nav > li a.active,
.dark-mode .sidebar .nav > li a.active:hover,
.dark-mode .sidebar .nav > li a.active:focus {
    background:rgba(0,0,0,0.1);
}

.sidebar .nav > li a:hover {
    background:transparent;
    /*color: #1172D1;*/
}

.sidebar .nav > li > a {
    max-height: unset;
    /*overflow: hidden;*/
    display: flex;
    font-size: 13px;
    color: var(--color-text);
}

.sidebar-wrapper.opened .sidebar > .nav > li > a.active,
.sidebar-wrapper.opened .sidebar > .nav > li > a:hover,
.sidebar-wrapper.opened .sidebar > .nav > li.active > a {
    background: #F5F5F5;
    border-radius: 4px;
}

.sidebar-wrapper.opened .sidebar > .nav > li.active > a .icon-holder i:before{
    filter: brightness(0) saturate(100%) invert(29%) sepia(28%) saturate(5647%) hue-rotate(196deg) brightness(98%) contrast(87%);
}

.sidebar > .nav > li.active > a:after {
    content:"";
    border-left:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #1172D1;
    position:absolute;
    transition:all 0.5s;
    right:0;
    top:15px;
    pointer-events:none;
    transform: rotateY(180deg) translate(-100%);
    display: none;
}

.sidebar-wrapper.collapsed .sidebar .nav > li > a{
    line-height: 1.3;
    height: auto;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
}
.sidebar-wrapper.collapsed .sidebar .nav > li.active > a,
.sidebar-wrapper.collapsed .sidebar .nav > li > a:hover{
    background: #F5F5F5;
}

.dark-mode .sidebar-wrapper.collapsed .sidebar .nav > li.active > a,
.dark-mode .sidebar-wrapper.collapsed .sidebar .nav > li > a:hover,
.dark-mode .sidebar-wrapper.collapsed .sidebar .nav > li > a.active{
    background: var(--color-bg-2);
}

.sidebar-wrapper.collapsed .sidebar .nav > li.active > a .icon-holder i:before,
.sidebar-wrapper.collapsed .sidebar .nav > li > a.active .icon-holder i:before{
    filter: brightness(0) saturate(100%) invert(29%) sepia(28%) saturate(5647%) hue-rotate(196deg) brightness(98%) contrast(87%);
}

.sidebar .nav ul {
    position:relative;
    top:0;
    left:0;
    background: var(--color-bg-3);
    padding: 5px;
    margin-top: 2px;
    /*min-width: 190px;*/
    /*position: absolute;*/
    /*left: 100%;*/
    /*box-shadow: 0px 0px 8px #44444433;*/
}

.sidebar .nav ul li {
    line-height:20px;
}

.sidebar .nav ul.menu-2level > li > a,
.sidebar .nav ul.menu-2level > li > a:hover,
.sidebar .nav ul.menu-2level > li > a:focus,
.sidebar .nav ul.menu-2level > li > a:active,
.sidebar .nav ul.menu-2level > li > a:focus:active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .nav ul li a {
    padding: 7px 10px 7px 10px;
    display:block;
    border-bottom:0 solid var(--color-bg-1);
    transition: all .3s ease-in-out;
}

.sidebar .nav ul li a:hover {
    text-decoration:none;
    border-bottom: 0 solid var(--color-bg-1);
    background: #ffffff;
}

.sidebar .active .icon-holder {
    opacity:1;
}

.sidebar .form-group {
    min-height:34px;
}

.sidebar .nav-link {
    display:inline-block;
}

.sidebar-wrapper.collapsed .sidebar .nav-link{
    display: block !important;
    opacity: 1 !important;
}

.sidebar-search:focus {
    border-color:var(--color-bg-1) var(--color-bg-1) var(--color-bg-1);
}

.sidebar .nav ul.menu li a:hover {
    background: #ffffff;
    color: #1172D1;
}

/* Sidebar end */

/* page menu */

.page-menu .btn.btn-sm {
    padding: 5px 10px;
}

.page-menu .btn.btn-sm.btn-icon {
    padding-left:24px;
    box-shadow: 0 8px 9px -10px rgba(0, 0, 0, 0.3);
}

.page-menu .btn.btn-sm.btn-icon:hover{
    box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.page-menu .btn.btn-sm.btn-icon i {
    line-height: 28px;
    margin-left:3px;
    color: var(--color-text);
}

/* page menu end*/

/* Content*/

.content-container {
    position:relative;
    padding: 65px 20px 60px 215px;
    transition:all 0.5s;
    min-height: calc(100vh - 30px);
}

.content-container.wide {
    padding: 65px 20px 60px 100px;
}

.content-container.sidebar-opened{
    /*padding-left: 350px;*/
}

.preloader-wrapper {
/*    background:rgba(255,255,255,0.75);*/
    z-index:999;
    position: relative;
    min-height: 50px;
    overflow:hidden;
    width:100%;
    height:100%;
    /*background:url("../images/preloader.gif") center center no-repeat;*/
    background:url("../images/nbshop-loader.gif") center center no-repeat;
    display: none;
}

.preloader-wrapper img {
    width:auto;
    margin:0 auto;
    display:block;
}

.loader-icon {
    position:fixed;
    border-radius: 0px;
    height: 20px;
    width: 220px;
    left: calc(50% - 110px);
    top:calc(50% - 10px);
    background: url("../images/icons/preloader.gif") center center no-repeat;
}

.intro-box {
    position:relative;
    background:#8cc43e;
    color:var(--color-bg-1);
    width:100%;
    height:120px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0px 1px 11px rgba(0, 0, 0, 0.25);
    transition:box-shadow 0.3s;
    border-radius: 10px;
}

.intro-box:hover {
    box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.25);
}

.intro-box .read-more {
    position:absolute;
    bottom:5px;
    right:5px;
    background:url("../images/icons/read-more.png") center right no-repeat;
    padding-right:20px;
}

.intro-box .read-more i {
    border:1px solid var(--color-bg-1);
    border-radius:50%;
    vertical-align:middle;
    margin-left:2px;
}

.intro-box.intro-box-sm .read-more {
    padding-right:0;
    background:transparent;
}

.intro-box a {
    color:var(--color-bg-1);
}

.intro-box a:hover {
    text-decoration:none;
}

.intro-box a .description,
.intro-box a .icon img {
    transition:all 0.3s;
}

.intro-box .icon {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    line-height:120px;
}

.intro-box .icon img {
    max-width:50%;
    max-height:60%;
}

.intro-box .description {
    position:relative;
    max-width:100%;
    background:#709D32;
    color:var(--color-bg-1);
    height:100%;
    box-shadow:0 0 12px 0px rgba(0,0,0,0.3);
    padding:20px;
    transition:all 0.7s;
    opacity:0.7;
}

.intro-box.blue .description {
    background:#2b659e;
}

.intro-box.orange .description {
    background:#ca6d28;
}

.intro-box.intro-box-sm.orange .description {
    background:#D77920;
}

.intro-box.purple .description {
    background:#84568b;
}

.intro-box.intro-box-sm.purple .description {
    background:#8C5B93;
}

.intro-box.intro-box-sm.blue .description {
    background:#2D6AA5;
}

.intro-box.intro-box-sm .description {
    background:#78A936;
}

.intro-box.intro-box-sm .icon {
    line-height:90px;
}

.intro-box .description:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    z-index:-1;
    pointer-events:none;
    background:rgba(0,0,0,0.05);
}

.intro-box .description .quantity {
    font-size:2.5em;
    font-family: 'source-light';
}

.intro-box.blue {
    background:#3174b6;
}

.intro-box.orange {
    background:#F4940E;
}

.intro-box.purple {
    background:#9f67a7;
}

.intro-box-sm {
    height:90px;
    margin-bottom:15px;
}

.intro-box.intro-box-sm .icon {
    z-index: 1;
    opacity: 0.4;
}

.intro-box.intro-box-sm .read-more {
/*    position:static;
    bottom:auto;
    right:auto;
    text-align:right;*/
}

.intro-box.intro-box-sm .description {
    padding:5px 10px 5px 15px;
    z-index:0;
    opacity:1;
}

.intro-box.intro-box-sm .description .quantity {
    font-size:2em;
    opacity:0.7;
}

.intro-box.intro-box-sm .description .headline {
    opacity:0.7;
}

/* widget */

.widget {
    background:var(--color-bg-1);
    margin-bottom:20px;
    box-shadow:0 1px 3px rgba(0,0,0,0.25);
    transition:box-shadow 0.2s;
    overflow:hidden;
    border-radius: 10px;
}

.widget:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.33);
}

.widget h1 {
    font-size:2em;
    color:#3174B6;
}

.widget.widget-full {
    float:left;
    height:auto;
    width:100%;
    overflow:visible;
}

.widget .form-control,
.widget .styled-select{
    background: #FBFBFB;
    border-color: #E5E5E5;
}

.widget .headline {
    font-size:1.25em;
    line-height:34px;
    font-family: 'source-light';
    vertical-align: middle;
}

.widget-header,
.widget-footer {
    padding:5px 10px;
    float:left;
    width:100%;
}

.widget-header {
    color: #1172D1;
    border-bottom:1px solid var(--border-color);
}

.widget-header .styled-select {
    margin-bottom:0;
}

.widget-header i {
/*    margin-right:10px;
    transform: translateY(-3px);*/
    font-size:0.9em;
    vertical-align:top;
    margin-right:5px;
    line-height:34px;
/*    font-size:17px;*/
}

.widget-header .btn {
    margin:0 5px;
}

.widget-header .btn-group .btn {
    margin:0;
}

.widget label.control-label {
    padding-top:7px;
}

.error-page .widget-header,
.error-page .widget-content {
    padding:30px 30px 15px 30px;
}

.fixed-height {
    height:310px;
    overflow:hidden;
}

.widget-content {
    padding:0 15px;
    margin:15px 0;
    min-height:75px;
    float:left;
    width:100%;
}

.widget-content .nav-tabs

.widget-content.widget-content-full {
    padding:0;
    margin:0;
}

.widget-content.widget-content-full .widget-footer {
    border-top:0 solid var(--color-bg-1);
    padding:5px 0;
}

.widget-content-no-footer {
    margin-bottom:0;
}

.widget-content .btn-group {
    margin-bottom:30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.widget-footer {
    border-top:1px solid var(--border-color);
    padding:10px;
}

.widget-footer a {
    color:#7f82a3;
}

.widget-footer a i {
    font-size:10px;
}

.widget-footer .styled-select {
    margin-bottom:0;
}

.widget-content ul.activities li {
    position:relative;
    padding:10px 70px 10px 0;
    line-height:20px;
    border-bottom:1px solid var(--border-color);
}

.widget-content ul.activities li:hover {
    background:var(--border-color);
}

.widget-content ul.activities li:last-of-type {
    border-bottom:0 solid var(--color-bg-1);
}

.widget-content ul.activities li a {
    color:#5e5c72;
}

.widget-content ul.activities li a:hover,
.widget-content ul.activities li a:focus,
.widget-content ul.activities li a:active,
.widget-content ul.activities li a:focus:active {
    text-decoration:none;
}

.widget-content ul.activities li .status {
    position:absolute;
    top:9px;
    right:0;
    background:#f0f0f0;
    color:#989898;
}

.widget-footer .btn {
    margin:0 5px;
}

.widget-content .nav-tabs {
    float:right;
    border-bottom:0 solid var(--color-bg-1);
}

.widget-toggle {
    height: 28px;
    width: 28px;
    cursor: pointer;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    color: #BBB;
    margin-top: 4px;
}

.widget-toggle i {
    margin:0;
}

.widget .pagination {
    margin:0;
}

.widget.error-page {
    box-shadow:0 0 0 0 var(--color-bg-1);
    background:transparent;
}

.widget-image img {
    width:auto;
    max-width:100%;
    height:auto;
}

.widget-filter{
    margin-bottom: 15px;
}

.widget-filters .btn {
    margin-top:20px;
}

.widget-filter .form-group label {
    margin-bottom:0;
    font-size:12px;
}

.widget-filter .form-group .btn {
    margin:0;
}

.widget-filter .form-control {
    height: 28px;
    padding: 3px 6px;
}

.widget-filter .styled-select {
    height:28px;
}

.widget-filter .styled-select:before {
    top:0;
    right:2px;
}

.widget-filter .input-group-addon {
    padding:3px 6px;
}

.widget-filter .styled-select select {
    padding:3px 6px;
}

.widget-filter .btn {
    padding: 3px 30px;
}

.widget-filter .btn.btn-xs {
    padding: 3px 8px;
}

.widget-filter .btn-icon i{
    line-height: 28px;
}

.widget-filter .form-group{
    margin-left: 15px;
}

.widget-filter .widget-content{
    margin: 8px;
    min-height: auto;
}

.widget-filter .widget-header i {
    line-height:1;
}

.content-container.wide .widget-action {
    padding: 0px 60px 0px 58px;
    transition: all 0.5s;
}

.widget-action {
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    left: 0px;
    width: 100%;
/*    padding: 0px 60px 0px 215px;*/
    padding:0;
    background: var(--color-bg-1);
    transition: all 0.5s;
    z-index:49;
    box-shadow:0px -1px 3px rgba(0, 0, 0, 0.25);
    padding: 0 20px 0 215px;
    height:50px !important;
}

.widget-action:hover {
    box-shadow:0px -1px 3px rgba(0, 0, 0, 0.25);
}

.widget-action .widget-header {
    padding: 4px;
    float: left;
/*    margin: 0 auto;*/
    margin-left: 66%;
    display: table;
    width: auto;
    height: 50px;
    line-height: 35px;
}

.widget-action .btn.btn-sm.btn-icon {
    margin-top:2px;
    font-size:16px;
    padding:6px 40px 6px 45px;
    margin-left:25px;
}

.widget-action .btn.btn-sm.btn-icon i {
    width: 38px;
    background-size: 50%;
    line-height: 35px;
}

.widget-filter .langSelector {
    margin-left:8px;
    margin-bottom:10px;
}

.widget-filter .langSelector span {
    margin-left:2px !important;
    margin-right:1px;
    border-radius:4px !important;
}

.headline .langSelector .btn-icon {
    padding:0;
    border:0 solid var(--color-bg-1);
}

.language-dropdown,
.country-dropdown {
    padding-left: 15px;
}

.language-dropdown,
.language-dropdown a,
.country-dropdown,
.country-dropdown a
{
    color:#8082a5;
}
.country-dropdown{
    padding-right: 15px;
}

i.icon-caret{
    display: none;
}

.language-dropdown i {
    margin:0 2px;
    color: #1172D1;
    padding: 7px;
    background: var(--icon-bg);
    border: 1px solid var(--icon-border);
    border-radius: 3px;
    transition: .2s ease-in-out;
    margin-right: 5px;
}

.language-dropdown:hover i{
    background: #1172D1;
    color: var(--color-bg-1);
    border-color: #1172D1;
}

.language-dropdown .current-language {
    height: 60px;
    padding-top:2px;
    text-transform: uppercase;
    color: var(--color-text);
    font-size: 16px;
}

.language-dropdown .dropdown-menu {
    min-width:67px;
}

/* decorated input*/

.decorated-input {
    border:10px solid #d0dded;
}

.decorated-input input {
    border-radius:0;
    border:1px solid var(--color-bg-1);
}

.decorated-input input:hover,
.decorated-input input:active,
.decorated-input input:focus,
.decorated-input input:focus:active {
    box-shadow:0 0 0 0 var(--color-bg-1);
    border:1px solid var(--color-bg-1);
}

.decorated-input .input-group-addon {
    border:1px solid var(--color-bg-1);
}

/* error page */
.error-page {
    margin-top: 50px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    width:100%;
}

.error-page .logo-wrapper {
    margin:45px 0;
}

.description {
    color:#7e7e7e;
}

/* table */

.table {
    color:#3E3F53;
    margin-bottom:0;
}

.table-wrapper {
    background: var(--color-bg-1) none repeat scroll 0% 0%;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin-bottom:30px;
}

.table-wrapper .widget-footer {
    padding:5px 0;
}

.table > thead > tr > th {
    background: #e4e5ea;
    font-weight:normal;
    min-height: 38px;
    min-width:40px;
}

.table.text-center > thead > tr > th,
.table.text-center > tbody > tr > th {
    text-align:center;
    vertical-align:middle;
}

.table-bordered > tbody > tr > th {
    font-weight:normal;
}

.table-bordered > thead > tr > th {
    border-bottom: 1px solid #3174B6;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align:middle;
}

.table > thead:first-child > tr:first-child > th {
    font-weight: bold;
    font-size: 0.95em;
}

.table-hover > tbody > tr:hover {
    background:var(--border-color);
}

.widget-table {
    /*font-family: 'roboto';*/
    position:relative;
}

.widget-table .widget-content {
    padding:0;
    margin:0;
}

.widget-table .widget-content.widget-content-full .widget-footer {
    padding: 5px 15px;
}

.widget-table .widget-header {
    padding:7px 15px;
}

.widget-table .widget-header .headline {
    height:20px;
    line-height:1;
    margin:3px 0 0 0;
}

.widget-table .widget-header .headline span{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

.widget-table .widget-header i {
    line-height:1;
}

.icon-nb-action {
    font-size:18px;
}

.icon-nb-action:hover {
    /*opacity:0.8;*/
    opacity:1;
}

.widget-table .icon-nb-action{
    font-size: 18px;
/*    color: #000;*/
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.widget-table .icon-nb-action:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    color: #000;
}

.widget-table .icon-nb-action:active{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .icon-nb-action:focus{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .icon-nb-action:active:focus{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .state {
    box-shadow: 0 0 0 4px #ddd;
}

.tree-plus:before {
    content: "\e607";
    transition: transform 0.1s;
    font-size:9px;
}

.tree-minus:before {
    content: "\e607";
    transform: rotate(90deg);
    transition: transform 0.1s;
    font-size:9px;
}

fieldset .rowData {
    padding: 2px 15px;
}

/*
.widget-table .widget-header {
    position: absolute;
    top: -10px;
    left: 0;
    background: transparent;
    padding: 0 10px;
    background: #3276b7;
    color: var(--color-bg-1);
    width: auto;
    font-size: 10px;
    z-index: 1;
    height: 20px;
    line-height: 20px;
}

*/

/* Content end*/

/* States */

.state {
    display: inline-block;
    margin: 8px 6px 4px 10px;
    height: 18px;
    width: 18px;
    box-shadow: 0 0 0 4px #ddd;
    background: var(--color-bg-1);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}


.state.circle {
    border-radius:50%;
}

.state.state-dissabled {
    background:#aaa;
}

.state.state-inactive {
    background:#cc502e;
}

.state.state-active {
    background:#8cc43f;
}

/* States end*/

/* Tab */

.nav-tabs > li {
    margin-bottom:-1px;
}

.nav-tabs > li > a {
    color:#444559;
    border:0 solid var(--color-bg-1);
}

.nav-tabs > li.green.active a {
    border-top:2px solid #78A936 !important;
    background:var(--color-bg-1) !important;
}

.nav-tabs > li.green a {
    border-top:2px solid #BDD69A !important;
    background:#BDD69A !important;
}

.nav-tabs > li.orange.active a {
    border-top:2px solid #D77920 !important;
    background:var(--color-bg-1) !important;
}

.nav-tabs > li.orange a {
    border-top:2px solid #DBAA7D !important;
    background:#DBAA7D !important;
}

.nav-tabs > li.red.active a {
    border-top:2px solid #E82727 !important;
    background:var(--color-bg-1) !important;
}

.nav-tabs > li.red a {
    background:#E28A8A !important;
    border-top:2px solid #E28A8A !important;
}

.nav-tabs > li.purple.active a {
    border-top:2px solid #8C5B93 !important;
    background:var(--color-bg-1) !important;
}

.nav-tabs > li.purple a {
    background:#D3A4DB !important;
    border-top:2px solid #D3A4DB !important;
}

.tab-wrapper {
    margin-bottom:20px;
    /*overflow-x:auto;*/
}

.tab-content {
    background:var(--color-bg-1);
    color:#444559;
    padding:10px 0;
}
.dark-mode .tab-content{
    background: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background:var(--color-bg-1);
    color:#444559;
    border-width:0;
    border-bottom: 2px solid #3073b7;
}

.style-blue .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #e8e8e8;
}

.style-blue .nav-tabs > li > a {
    border-top:2px solid #c9daea;
    background:#c9daea;
    border-radius:0;
    margin:0;
}

.style-blue .nav-tabs > li.active > a,
.style-blue .nav-tabs > li.active > a:hover,
.style-blue .nav-tabs > li.active > a:focus {
    border-bottom:0 solid var(--color-bg-1);
    border-top:2px solid #3073b7;
    background:var(--color-bg-1);
    border-radius:0;
}

.widget .style-blue .tab-content {
    padding:15px 0;
}

.style-blue .tab-content {
    padding:15px;
}

.style-gray {
    border-bottom:1px solid var(--border-color);
}

.style-gray .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #dfdfdf;
}

.style-gray .nav-tabs > li > a {
    border-top:1px solid #dfdfdf;
    background:#efefef;
    border-radius:0;
    margin:0;
}

.style-gray .nav-tabs > li.active > a,
.style-gray .nav-tabs > li.active > a:hover,
.style-gray .nav-tabs > li.active > a:focus {
    border-bottom:0 solid var(--color-bg-1);
    border-top:1px solid #3073b7;
    background:var(--color-bg-1);
    border-radius:0;
}

.style-gray .tab-content {
    padding:15px;
}

.widget .style-gray .nav-tabs > li:first-of-type {
    border-left:1px solid #e8e8e8;
}

.widget .style-gray .tab-content {
    padding:10px 0;
}

.style-gray-outlined .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #dfdfdf;
}

.style-gray-outlined .nav-tabs > li > a {
    border-top:1px solid #dfdfdf;
    background:#efefef;
    border-radius:0;
    margin:0;
}

.style-gray-outlined .nav-tabs > li.active > a,
.style-gray-outlined .nav-tabs > li.active > a:hover,
.style-gray-outlined .nav-tabs > li.active > a:focus {
    border-bottom:0 solid var(--color-bg-1);
    border-top:1px solid #e8e8e8;
    background:var(--color-bg-1);
    border-radius:0;
}

.widget .style-gray-outlined .nav-tabs > li:first-of-type {
    border-left:1px solid #e8e8e8;
}

.widget .style-gray-outlined .tab-content {
    border-width:1px;
    border-style: solid;
    border-color: transparent #E8E8E8 #E8E8E8 transparent;
    border-top:0 solid transparent;
    padding:10px 15px;
}

.widget.big-footer .widget-footer {
    height:120px;
    background:#cde575;
    position:relative;
}

.widget.big-footer .widget-footer textarea {
    resize:none;
    overflow:auto;
    height:60px;
    margin-top:0;
}

.widget.big-footer .fixed-height {
    max-height:190px;
}

.chat-submit {
    background:url("../images/icons/airplane.png") center center no-repeat var(--color-bg-1);
    height:36px;
    width:36px;
    border:0;
    position:absolute;
    right:25px;
    top:20px;
    border:0 solid var(--color-bg-1);
}

.widget.big-footer .widget-footer textarea:focus {
    box-shadow:0 0 0 0 var(--color-bg-1);
    border:1px solid #ccc;
}

.style-big-gray .nav-tabs > li {
    margin-bottom:0;
}

.style-big-gray .nav-tabs > li.active {
    margin-bottom:-1px;
}

.style-big-gray .nav-tabs > li > a {
    border-top:1px solid var(--color-bg-1);
    background:#efefef;
    border-radius:0;
}
.dark-mode .style-big-gray .nav-tabs > li > a{
    border-top: none;
}
.dark-mode .style-big-gray .nav-tabs > li > a:hover{
    color: #ffffff;
}

.style-big-gray .nav-tabs > li.active > a,
.style-big-gray .nav-tabs > li.active > a:hover,
.style-big-gray .nav-tabs > li.active > a:focus {
    border-bottom:1px solid transparent;
    border-top:1px solid #DFDFDF;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    background:var(--color-bg-1);
    border-radius:0;
}
.dark-mode .style-big-gray .nav-tabs > li.active > a,
.dark-mode .style-big-gray .nav-tabs > li.active > a:hover,
.dark-mode .style-big-gray .nav-tabs > li.active > a:focus{
    background: initial;
    color: var(--color-text);
}

.style-big-gray .tab-content {
    padding:15px;
    float: left;
    width: 100%;
    border-top: 1px solid var(--border-color);
}
.dark-mode .style-big-gray .tab-content{
    border-top: none;
}

/* Tab end*/

/* Switch*/

.bootstrap-switch .bootstrap-switch-handle-on {
    background:#8CC43F;
    color:var(--color-bg-1);
}

.bootstrap-switch .bootstrap-switch-handle-off {
    background:#cc502e;
    color:var(--color-bg-1);
}

.onoffswitch {
    position: relative;
    width: 78px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    margin-top:10px;
    margin-bottom:10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 0px solid var(--color-bg-1);
    border-radius: 30px;
    background-color: #ddd;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: -5px;
    background: #CC502E;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    border-radius: 30px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.2s ease-in-out 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ddd;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #ddd;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.onoffswitch.switch-sm {
    position: relative; width: 50px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch.switch-sm .onoffswitch-checkbox {
    display: none;
}
.onoffswitch.switch-sm .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 15px;
    border: 0px solid var(--color-bg-1);
    border-radius: 20px;
    background-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: -2.5px;
    background: #cc502e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.onoffswitch.switch-xs {
    position: relative; width: 40px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch.switch-xs .onoffswitch-checkbox {
    display: none;
}
.onoffswitch.switch-xs .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 9px;
    padding: 0;
    line-height: 10px;
    border: 0px solid var(--color-bg-1);
    border-radius: 15px;
    background-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-label:before {
    content: "";
    display: block;
    width: 15px;
    margin: -2.5px;
    background: #cc502e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    border-radius: 15px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.switch-headline {
    margin-bottom:5px;
}

/* Switch end*/

/* Image uploader*/

.image-upload-wrapper {
    position:relative;
    border:2px dashed #e5e5e5;
    text-align:center;
}

.image-upload-wrapper .image-upload-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*z-index:10100;*/
}

.image-upload-wrapper .image-progress-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    background:transparent;
    border-radius:0;
    z-index:1;
}

.widget-image .image-upload-wrapper img {
    margin:0 auto;
    display:block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    /*Joca*/
    object-fit: contain;
    height: 100%;
    width: 100%;
    object-position: center;
}

.col-xs-12.col-sm-5.col-md-4 .widget-image .image-upload-wrapper img {
    top:0;
    transform: translateY(0);
}

.widget-image .image-upload-wrapper {
    margin-bottom:20px;
}
/*Joca*/
.widget-image .image-upload-wrapper .image-thumb{
    width: 100%;
    height: 100%;
}

.widget-image .widget-content.imageDropZone {
    top: 0;
    transform: translateY(0);
}

.widget-image .widget-content.imageDropZone .image-upload.image-upload-wrapper {
    height:auto !important;
}

.widget-image .widget-content.imageDropZone .image-upload-wrapper img {
    transform: translateY(0);
}

.image-upload-wrapper .image-progress-upload .bar {
    z-index:10;
}

.image-upload-wrapper .drop-here-text {
    text-align:center;
    width:100%;
    position:absolute;
    top:50%;
    margin-top:-12px;
    color:rgba(0,0,0,0.33);
    text-shadow:1px 1px 0 rgba(255,255,255,0.75);
    font-size:16px;
    z-index:1;
}

.file-images-upload-wrapper {
    height: 100px;
    border: 2px dashed rgb(221, 221, 221);
    line-height: 100px;
    text-align: center;
    color: rgba(0,0,0,0.33);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
    font-size:16px;
}

/* Image uploader end*/

/* Pagination */

.pagination-wrapper .pagination {
    display: inline-block;
    overflow:hidden;
    margin-right:20px;
    margin-top:5px;
}

.pagination {
    margin:0;
}

.pagination > li {
    float:left;
}

.pagination > li.number {
    width:36px;
}

.pagination > li.number input {
    text-align:center;
    height:32px;
    padding:6px;
}

.pagination .styled-select select {
    height:30px;
    line-height:30px;
    pointer-events: none;
}

.pagination > li > a {
    background:transparent;
    color:#c4c5ca;
    padding:6px;
    border:0 solid var(--color-bg-1);
    transition:all 0.3s;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a:focus:active {
    background:transparent;
}

.pagination > li > a:active {
    transform:translate(0,1px);
}

.pagination-wrapper .styled-select {
    display:inline-block;
    float:none;
    margin-bottom:0;
    margin-top:5px;
    vertical-align:top;
    line-height:30px;
}

.pagination-wrapper .styled-select select {
    padding: 0 10px;
}

.pagination-wrapper .styled-select select option {
    padding:5px 12px;
}

/* Pagination end*/

/* helpdesk*/

.quick-add-task {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.helpdesk .form-control.date {
    float: right;
    margin-left: 5px;
    background: #F3F3F3 none repeat scroll 0% 0%;
    padding: 0px 5px;
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0.75em;
    width: 85px;
}

.helpdesk .tasklist ul li {
    border-bottom:1px solid #e9e9e9;
}

.helpdesk .tasklist ul li .btn.btn-small,
.helpdesk .tasklist ul li .btn.btn-small:hover,
.helpdesk .tasklist ul li .btn.btn-small:focus {
    margin: 8px 0 8px 10px;
    height: 24px;
    width: 30px;
    min-width: 30px;
    padding: 3px;
    font-size: 16px;
    color: #A1A1A1;
}

.helpdesk .tasklist ul li .btn.btn-small,
.helpdesk .tasklist ul li .btn.btn-small:hover,
.helpdesk .tasklist ul li .btn.btn-small:focus {
    background:#F3F3F3;
    color: #A1A1A1;
}

.helpdesk .tasklist li.completed {
    background: #D7EFE0 none repeat scroll 0% 0%;
}

.helpdesk .form-control {
    float: left;
    font-size: 1.125em;
    background: transparent none repeat scroll 0% 0%;
    border: 0px solid var(--color-bg-1);
    height: 24px;
    line-height: 24px;
    padding: 0px 0 0 15px;
    margin: 8px 0px;
}

.helpdesk .form-control:focus {
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.helpdesk .dropdown-menu {
    padding:0;
    border:1px solid #ccc;
}

.helpdesk .btn.btn-default {
    background: #F3F3F3 none repeat scroll 0% 0%;
    border: 1px solid transparent;
    box-shadow:0 0 0 0 var(--color-bg-1);
}

.helpdesk .tasklist li.deleted,
.tasklist li.active.deleted {
    background: #EAA296 none repeat scroll 0% 0%;
}

/* helpdesk end*/

/* Comments*/

.comments-wrapper .left-style .avatar img {
    float:left;
}

.comments-wrapper .avatar img {
    float:right;
    border-radius:50%;
}

.comments-wrapper .avatar {
    background:var(--color-bg-1);
}

.comments-wrapper .comment {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.comments-wrapper .comment-content {
    background:#cedeed;
    border-radius:10px;
    min-height:50px;
    margin-right:65px;
    overflow:hidden;
    padding:6px 10px;
    position:relative;
}

.comments-wrapper .left-style .comment-content {
    margin-left:65px;
    margin-right:0;
    background:#f0f0f0;
}

.comments-wrapper .comment:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 47px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #CEDEED;
}

.comments-wrapper .comment.left-style:before {
    right:auto;
    left:47px;
    border-color: transparent #F0F0F0 transparent transparent;
}

.comments-wrapper .comment-author,
.comments-wrapper .comment-date {
    float:right;
    margin-right:10px;
}

.comments-wrapper .left-style .comment-author,
.comments-wrapper .left-style .comment-date {
    float:left;
}

.comments-wrapper .comment-date {
    color:#888;
}

.comments-wrapper .left-style .comment-date {
    color:#aaa;
}

.comment-text {
    float:left;
    width:100%;
    color:#46445c;
}

/* Comments end*/

/* Login start*/

.login {
    min-height:100vh;
    background:#444559;
    padding-top:100px;
}

.widget-login {
    float:none !important;
    max-width:420px;
    width:100%;
    margin:0 auto;
    overflow:hidden !important;
}

.widget-login .widget-content {
    padding: 0 30px;
}

.widget-login .btn {
    margin:10px auto 0;
    display:table;
}

.widget-login .widget-content.text-center .form-control {
    text-align:center;
}

.login .logo {
    margin:0 auto;
    display:table;
}

.login.login-light-theme {
    background:var(--color-bg-1);
}

.login.login-light-theme .widget.widget-full {
    background:#f3f3f3;
    box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.27);
    margin-bottom:40px;
}

.login.login-light-theme h1,
.login.login-light-theme h2,
.login.login-light-theme h3,
.login.login-light-theme h4,
.login.login-light-theme h5,
.login.login-light-theme h6 {
    font-family:inherit;
}
.login.login-light-theme h4 {
    font-size:16px;
}

.login.login-light-theme .container {
    max-width:960px;
}

.login.login-light-theme .media-body {
    color:#3e3f51;
}

.login.login-light-theme .media-body .description {
    clear:both;
}

.login.login-light-theme .media-heading {
    margin-right:10px;
    margin-bottom:0;
}

.login.login-light-theme .media {
    margin-bottom:20px;
    /*padding:0 30px;*/
}

.login.login-light-theme .media a {
    display:inline-block;
    vertical-align: middle;
}

.login.login-light-theme .media a i {
    vertical-align: middle;
}

.login.login-light-theme .media-left,
.login.login-light-theme .media-right,
.login.login-light-theme .media-body {
    vertical-align:middle;
}

.login.login-light-theme h1 {
    font-family:inherit;
    padding:0 15px;
}

.login.login-light-theme .form-group {
    float:left;
    width:100%;
}

.login.login-light-theme .form-control {
    height: 45px;
    margin-bottom: 0px;
    border-radius: 2px;
    border: 1px solid var(--border-color);
    color: #3d3e4d;
    padding: 0px 15px;
    background: var(--color-bg-1);
    margin-top: 5px;
}

.login.login-light-theme .widget-login {
    max-width:350px;
}

.login.login-light-theme .widget-login .btn {
    width:100%;
    border-bottom:0 solid var(--color-bg-1);
    box-shadow:0 0 0 0 var(--color-bg-1);
    border-radius:2px;
    padding:10px 30px;
}

.login.login-light-theme .logo {
    /*padding-right:20px;*/
    margin-bottom: 15px;
    margin-top: 30px;
}
.login .widget-login .warning-message{
    float: left;
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
}
.login .widget-login .warning-message:before{
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #d9d9d9;
}

.login .widget-login .warning-message .title{
    text-align: center;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}
.login .widget-login .warning-message .warning-description-text{
    text-align: center;
    color: #666666;
}
.login .widget-login .warning-message .client-ip-text{
    font-weight: bold;
}
    /* Login end*/

/* JQ Grid styles*/
.ui-autocomplete {
    background:var(--color-bg-1);
    padding-left:0;
    max-width:310px;
    width:100%;
    list-style-type:none;
    border:1px solid var(--border-color);
    border-radius:4px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    z-index:10000;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    max-height:275px;

}

.ui-autocomplete li {
    padding:6px 12px;
    border-bottom: 1px solid var(--border-color);
    cursor:pointer;
}

.ui-autocomplete li:last-of-type {
    border-bottom: 0 solid var(--border-color);
}

.ui-helper-hidden-accessible {
    display:none;
}

.ui-front .ui-state-focus,
.ui-front .ui-state-active{
    color: var(--color-text);
    font-weight: bold;
}

/* JQ Grid styles end*/

/* Footer */

.bottom-bar {
    position:fixed;
    bottom:0;
    left:0;
    width:200px;
    background:var(--color-bg-1);
    color:#d4d4d4;
    height: 35px;
    line-height:50px;
    padding:0;
    z-index:100;
    transition:all 0.5s;
    border-right: 1px solid var(--border-color);
    /*display: none;*/
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 5px;
}

.sidebar-background {
    position:fixed;
    width: 200px;
    height:100%;
    bottom:0;
    left:0;
    z-index:-1;
    background:var(--color-bg-1);
    transition:all 0.5s;
    border-right: 1px solid var(--border-color);
}

.sidebar-background.small {
    width: 85px;
}

.content-container,
.bottom-bar.small.loaded,
.bottom-bar.small.loaded .footer-logo,
.bottom-bar.small.loaded .footer-logo img,
.sidebar-background.small.loaded {
    transition:all 0s;
}

.animated {
    transition:all 0.5s !important;
}

.bottom-bar.small {
    width: 85px;
    height: 45px;
    justify-content: center;
    padding-bottom: 10px;
    box-shadow: -8px 0px 5px rgba(0,0,0,.3);
}

.bottom-bar.small .copyright{
    display: none;
}

/*.bottom-bar .footer-logo {
    position: absolute;
    top: -70px;
    left: 50%;
    transition: all 0.5s;
    margin-left: -40px;
}*/
.bottom-bar .footer-logo {
    /*position: absolute;*/
    /*top: -80px;*/
    /*left: 0;*/
    transition: all 0.5s;
    margin-left: 0;
    text-align: center;
    background: var(--color-bg-1);
}

.bottom-bar.small .footer-logo {
    top:-25px;
    left:0;
    margin-left:0;
    width: 100%;
    height: 100%;
}

.bottom-bar .footer-logo img {
    transition:all 0.5s;
    width: 25px;
    height:auto;
}

.bottom-bar.small .footer-logo img {
    width:30px;
    height:auto;
/*    margin-left:5px;*/
}

.copyright {
    margin-left:0;
    text-align:center;
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 5px;
    box-shadow: 3px 0px 8px #44444433;
}

.copyright a:hover {
    color:#3174B6;
    text-decoration:underline;
}

.scroll-to-top {
    display:none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    height: 32px;
    width: 32px;
    background: #828390 url("../images/gototop.png") no-repeat scroll center center / 100% 100%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.33);
    opacity:0.8;
    transition:all 0.3s;
    z-index:10000;
}

.scroll-to-top:hover {
    opacity:1;
}

/* Footer end */

/*Login img background*/
.bg-image img{
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    object-fit: cover;
    left: 0;
}

.login.login-light-theme {
    background: transparent;
}
.login-light-theme h1,
.login-light-theme h2,
.login-light-theme h3,
.login-light-theme h4,
.login-light-theme h5,
.login-light-theme .description{
    color: var(--color-bg-1);
}

/*Login img background End*/

/*help button*/
.help-button{
    background: #3174b6;
    color: var(--color-bg-1);
}
.help-button i,
.help-button i:hover{
    color: var(--color-bg-1);
}

.language-dropdown, .country-dropdown {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
/*help button End*/

/* top baer view site */
.top-bar-view-site{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.dropdown-user{
    position: relative;
}

/* top header serach user */
.top-header-serach-user{
    padding-right: 15px;
    position: relative;
}

.top-header-serach-user .formElementTopBarSearchUser{
    margin-top: 10px;
}

.top-header-serach-user .formElementTopBarSearchUser .form-control{
    width: 200px;
}

/*Dropdown*/
.help-dropdown,
.help-dropdown a{
    color: var(--color-text);
}
.help-dropdown{
    padding-left: 15px;
    position: relative;
    height: 60px;
    padding-top: 2px;
    text-transform: uppercase;
}

.help-dropdown i {
    margin:0 2px;
    color: #1172D1;
    padding: 8px;
    background: var(--icon-bg);
    border: 1px solid var(--icon-border);
    border-radius: 3px;
    transition: .2s ease-in-out;
    margin-right: 5px;
}

.help-dropdown:hover i{
    background: #1172D1;
    color: var(--color-bg-1);
    border-color: #1172D1;
}

.help-dropdown .dropdown-menu {
    /*min-width:67px;*/
    width: 250px;
    right: -20px;
    left: auto;
}
.help-dropdown .dropdown-toggle{
    height: 50px;
}
/*Dropdown End*/

.login-light-theme .description a{
    color: var(--color-bg-1);
    font-weight: bold;
}
.btn.btn-sm.btn-icon.view-site{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu-help .form-group{
    padding: 0 10px;
}
.top-bar-action-buttons .view-site{
    color: var(--color-text);
    font-size: 16px;
    line-height: 19px;
    position: relative;
}

.top-bar-action-buttons .view-site:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    background: var(--icon-border);
}

.help-dropdown:hover,
.language-dropdown .current-language:hover,
.user-avatar .user-name:hover,
.top-bar-action-buttons .view-site:hover{
    color: #1172D1;
}

.dropdown-notification i,
.top-bar-action-buttons .view-site i{
    position: relative;
    top: 4px;
    margin-right: 10px;
    color: #1172D1;
    padding: 6px;
    background: var(--icon-bg);
    border: 1px solid var(--icon-border);
    border-radius: 3px;
    transition: .2s ease-in-out;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.top-bar-action-buttons .view-site i.icon-dd{
    top: 10px;
}

.dropdown-notification i{
    margin-left: 15px;
    margin-right: 0;
}

.top-bar-action-buttons .view-site:hover i{
    border-color: #1172D1;
}

/*comments table*/
.comment-like .icon-like{
    color: #8cc43f;
}
.comment-like .icon-dislike{
    color: #cc502e;
}

.comments-rating{
    position: relative;
    text-align: right;
    display: inline-block;

}
.comments-rating i{
    display: inline-block;
    font-size: 14px;
    color: #CCCCCC;
}
.comments-rating .back-stars{
    position: relative;
    left: 0;
}
.comments-rating .active-stars{
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
    top: 0;
    color: #3174b6;
}
.comments-rating .active-stars i{
    color: #3174b6;
}
.comment-email{
    padding-left: 5px;
}
.comment-author{
    padding-bottom: 5px;
}
.date-create{
    padding-bottom: 5px;
}
.commentText .iconnb-text{
    display: block;
}
/*comments table End*/
.popover-content {
    font-size: 12px;
}

/*Check in table */
.table .check-intable .regular-checkbox + label:after{
    left: 0;
    top: 3px;
}
.table .regular-checkbox + label{
    padding: 4px 20px 0 20px;
}

/*Check in table */
/*Bigger input and button*/
.widget-filter .bigger input.form-control{
    height: 48px;
    font-size: 28px;
}
.widget-filter .form-group.bigger .btn{
    line-height: 40px;
    padding: 3px 30px;
    font-size: 20px;
}
.widget-filter .form-group.bigger .btn-icon i{
    line-height: 46px;
}
.widget-table .widget-header .headline{
    height: 30px;
    font-size: 20px;
}
.headline.bigger .widget-table .icon-nb-action{
    font-size: 25px;
}
#list_ordershipment a.icon-nb-action.icon-pdf{
    font-size:48px;
}
#list_ordershipment .styled-select{
    margin-bottom: 0;
    height: 48px;
}
#list_ordershipment .styled-select select{
    height: 48px;
}
#gview_list_ordershipment{
    font-size: 16px;
}
#gview_list_ordershipment .ui-th-column{
    font-size: 16px;
}
#gview_list_ordershipment .icon-nb-action{
    font-size: 28px
}
.widget-filter .form-group.bigger label{
    font-size: 15px;
}
.toggleableContent{
    cursor: pointer;
}
/*Bigger input and button End*/

/*test
.action_mob{
    background: var(--color-bg-1);
}
.action_mob > *{
    pointer-events: none;
    opacity: 0;
}
.action_mob.active{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding: 20px;
    transform: translate(-50%,-50%);
    border: 1px solid;
    FONT-SIZE: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.action_mob.active > *{
    padding: 10px;
    font-size: 25px !important;
    width: 50%;
    opacity: 1;
    pointer-events: all;
}
/*test End*/


.ui-jqgrid #pager1_center .ui-pg-button .ui-icon{
    height: 25px;
    line-height: 25px;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-jqgrid #pager1_center .ui-pg-button .ui-icon:hover{
    background: rgba(0,0,0,0.1);
}
.ui-jqgrid #pager1_center .ui-pg-input{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .ui-jqgrid #pager1_center .ui-pg-input:hover{
    border-color: rgba(0,0,0,0.5);
}

/* Custom nbsoft css*/
.ui-dialog-titlebar-close {
    position: absolute;
    right: 6px;
    top: 3px;
    background: transparent;
    font-family: 'NBIcon' !important;
    border: none;
    font-weight: 700;
    z-index: 3;
    color: var(--color-bg-1);
}

.ui-dialog-titlebar-close:before {
    content: "\e612";
}

#roxyCustomPanel {
    min-height: 0px;
    max-height: none;
    height: 580px;
    z-index: 999;
    position: relative;
    background: var(--color-bg-1);

}
/*#roxyCustomPanel {
    min-height: 0px;
    max-height: none;
    height: 580px;
    width: 875px !important;
    z-index: 999;
    position: fixed;
    background: var(--color-bg-1);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}*/
.fixed-dialog{
    z-index: 999;
    position: fixed !important;
    background: var(--color-bg-1);
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ui-dialog-titlebar{
    background: #3174b6;
    height: 25px;

}
.file-header{
    background: #3174b6;
    height: 25px;
    text-align: right;
}
.file-header i{
    z-index: 3;
    color: var(--color-bg-1);
    position: relative;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
/*.modal-open .modal-filmanager,
.modal-filmanager{
    height: 500px;
    width: 875px;
}*/
#roxyCustomPanel iframe{
    border: 2px solid #3174b6;
    box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.2);
    background: var(--color-bg-1);
}

#folders_view{
    height: 100% !important;
}

/*Table test width*/
.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all,
.ui-jqgrid-view,
.ui-state-default.ui-jqgrid-hdiv,
.ui-jqgrid-htable,
.ui-jqgrid-bdiv,
.ui-jqgrid-hbox,
.ui-jqgrid-bdiv table,
.ui-jqgrid-sdiv,
.ui-jqgrid-hbox > .ui-jqgrid-ftable{
    min-width: 100%;
}

.ui-jqgrid .ui-jqgrid-hbox{
    padding-right: 0;
}

/*Table test width End*/

.nbshop-preloader-wrapper {
    /*    background:rgba(255,255,255,0.75);*/
    z-index:49;
    overflow:hidden;
    width:100%;
    height:100%;
    background:url("../images/nbshop_loader.gif") center center no-repeat;
    display: none;
}

.nbshop-preloader-wrapper img {
    width:auto;
    margin:0 auto;
    display:block;
}

/* NBSHOPLite */
.nbshoplight-enabled .top-bar{
    background: #3973b5;
}
.nbshoplight-enabled.orange-color .top-bar{
    background: #e57d41;
}

.nbshoplight-enabled .user-avatar .user-name,
.nbshoplight-enabled .language-dropdown,
.nbshoplight-enabled .language-dropdown a,
.nbshoplight-enabled .country-dropdown,
.nbshoplight-enabled .country-dropdown a{
    color: var(--color-bg-1);
}

.nbshoplight-enabled .sidebar .nav,
.nbshoplight-enabled .sidebar-wrapper,
.nbshoplight-enabled .sidebar-background,
.nbshoplight-enabled .bottom-bar{
    background: #182638;
}
.nbshoplight-enabled .sidebar .nav ul{
    background: #101925;
}
.nbshoplight-enabled .top-bar-action-buttons .view-site:hover {
    color: var(--color-bg-1);
}

.nbshoplight-enabled .sidebar > .nav > li.active > a {
    background: #3973b5;
}

.nbshoplight-enabled.orange-color .sidebar > .nav > li.active > a {
    background: #e57d41;
}

.nbshoplight-enabled .navbar-toggle .icon-bar{
    background: var(--color-bg-1);
}
.nbshoplight-enabled .bottom-bar .footer-logo{
    background: #182638;
}

/*  Elsatic search */
#formElementconf_elastic_select_active_items .title {
    display: block;
    line-height: 34px;
    color: #969696;
    padding: 0;
    margin-bottom: 10px;
}

#elasticsearchitems,
#elasticdontsearchitems {
    border: 1px solid var(--border-color);
    width: 250px;
    max-width: 100%;
    min-height: 46px;
    list-style-type: none;
    padding: 5px 0 0 0;
    float: left;
    background: #f1f1f1;
}

#elasticsearchitems li,
#elasticdontsearchitems li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: calc(100% - 10px);
    background: #3274b6;
    color: var(--color-bg-1);
    cursor: pointer;
    border: 3px solid transparent
}

#elasticsearchitems li.selected,
#elasticdontsearchitems li.selected {
    border: 3px solid var(--color-text)
}

#elasticsearchitems li input,
#elasticdontsearchitems li input {
    float: right;
    margin: 0;
    height: 22px;
}

#elasticsearchitems li span,
#elasticdontsearchitems li span {
    float: right;
    line-height: 16px;
    margin: 3px 5px;
}

#elasticdontsearchitems li span,
#elasticdontsearchitems li input {
    display: none;
}

#elasticsearchitems li:hover{
    opacity: 0.75;
}

#elasticdontsearchitems li{
    background: #444558;
    opacity: 0.5;
}

#elasticdontsearchitems li:hover {
    opacity: 0.4;
}

#checkboxAttributes .filter-items {
    margin-left: 5px;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    padding: 1px 5px;
    max-width: max-content;
}

.block.quiz-resault > .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 10px;
}

.block.quiz-resault > .item .question {
    font-weight: 700;
    font-size: 16px;
}

.block.quiz-resault > .item .item-option {
    margin-top: 5px;
}

/* Dashboard icons */
.sidebar .nav > li.active a .icon-holder i:before,
.sidebar .nav > li a:hover .icon-holder i:before{
    /*filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(6%) hue-rotate(163deg) brightness(104%) contrast(100%);*/
}
/*.dark-mode .quick-links-dropdown .icon-holder i:before,*/
.dark-mode .sidebar .nav > li a .icon-holder i:before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(196deg) brightness(106%) contrast(101%);
}


.quick-links-dropdown .icon-holder i:before,
.sidebar .nav > li a .icon-holder i:before{
    position: relative;
    left: -1px;
    top: -5px;
}

.quick-links-dropdown .icon-house:before,
.sidebar .icon-house:before{
    content: url("../images/icons/dashboard-icons/dashboard.svg");
}
.quick-links-dropdown .icon-book:before,
.sidebar .icon-book:before{
    content: url("../images/icons/dashboard-icons/katalog.svg");
}
.quick-links-dropdown .icon-cart-f:before,
.sidebar .icon-cart-f:before,
.quick-links-dropdown .icon-cart:before,
.sidebar .icon-cart:before{
    content: url("../images/icons/dashboard-icons/order.svg");
}
.quick-links-dropdown .icon-truck:before,
.sidebar .icon-truck:before{
    content: url("../images/icons/dashboard-icons/dostava.svg");
}
.quick-links-dropdown .icon-folder:before,
.sidebar .icon-folder:before{
    content: url("../images/icons/dashboard-icons/sadrzaj.svg");
}
.quick-links-dropdown .icon-multimedia:before,
.sidebar .icon-multimedia:before{
    content: url("../images/icons/dashboard-icons/multimedia.svg");
}
.quick-links-dropdown .icon-listalt:before,
.sidebar .icon-listalt:before{
    content: url("../images/icons/dashboard-icons/izvestaj.svg");
}
.quick-links-dropdown .icon-config:before,
.sidebar .icon-config:before{
    content: url("../images/icons/dashboard-icons/settings.svg");
}
.quick-links-dropdown .icon-key:before,
.sidebar .icon-key:before{
    content: url("../images/icons/dashboard-icons/admin.svg");
}
.quick-links-dropdown .icon-pin:before,
.sidebar .icon-pin:before{
    content: url("../images/icons/dashboard-icons/locations.svg");
}
.quick-links-dropdown .icon-multiple-users:before,
.sidebar .icon-multiple-users:before{
    content: url("../images/icons/dashboard-icons/users.svg");
}
.quick-links-dropdown .icon-chat:before,
.sidebar .icon-chat:before{
    content: url("../images/icons/dashboard-icons/poruke.svg");
}
.quick-links-dropdown .icon-pricetag:before,
.sidebar .icon-pricetag:before{
    content: url("../images/icons/dashboard-icons/actions.svg");
}
/* --- */

.notification-btn .notification-icon:before{
    content: url("../images/icons/header-icons/notif-icon.svg");
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -9px;
    left: 5px;
}
.view-site .icon-view-site:before{
    content: url("../images/icons/header-icons/external-link.svg");
}

.view-site .icon-dd:before{
    content: url("../images/icons/header-icons/d&d.svg");
    position: relative;
    top: -2px;
    left: -2px;
}


/* Reset modules */
.modSettingsTitle.btn{
    background: #1172D1;
}
.content-container .groupMenuList li,
.content-container .sortable li .menu_item,
.content-container .sliderList li .slider{
    border-color: #e5e5e5;
}
/* --- */

/* Reset bootstrap */
.btn-success{
    background: #82B938;
    border-color: #82B938;
}
.btn-success:hover{
    background: #6f9d30;
}
.btn-info{
    background: #1172D1;
    border-color: #1172D1;
}
/* --- */

/* Site logo */
.site-logo{
    margin-right: 30px;
    height: 40px;
    line-height: 38px;
    margin-top: 10px;
    padding: 0 10px;
    background: #FBFBFB;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.site-logo img{
    max-height: 30px;
    min-width: 50px;
}
/* --- */

.quick-links-dropdown{
    position: relative;
}

.quick-links-dropdown .dropdown-menu{
    color: var(--color-text);
    left: auto;
    right: 0;
    top: 93%;
    min-width: 300px;
}
.quick-links-dropdown .dropdown-menu > .title{
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}
.quick-links-dropdown i{
    color: #B5B5B5;
    font-size: 25px;
}
.quick-links-dropdown .dropdown-toggle > i{
    line-height: 60px;
    transition: .3s ease-in-out;
}
.quick-links-dropdown .dropdown-toggle:hover > i{
    color: #1172D1;
}
.quick-links-dropdown .dropdown-toggle{
    margin-left: 20px;
}
.quick-links-dropdown .dropdown-toggle span{
    display: none;
}
.quick-links-dropdown li{
    list-style-type: none;
    flex: 0 0 33.33%;
    line-height: 1.2;
    font-size: 14px;
    color: var(--color-text);
    text-align: center;
    margin-bottom: 30px;
}
.quick-links-dropdown li .icon-holder{
    margin-right: 0;
    background: #F5F9FE;
    margin-bottom: 10px;
}
.quick-links-dropdown li a{
    line-height: 1.2;
    font-size: 14px;
    color: var(--color-text);
}
.quick-links-dropdown li a:hover{
    color: #1172D1;
}
.quick-links-dropdown ul.items-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0;
}
.quick-links-dropdown .dropdown-menu .bottom-wrapper{
    background: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #1172D1;
    font-weight: 500;
    margin-top: -30px;
}
.quick-links-dropdown .dropdown-menu .bottom-wrapper a{
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #1172D1;
    font-weight: 600;
}

/* Scroll width */
.dropdown-notification *::-webkit-scrollbar,
.sidebar-wrapper::-webkit-scrollbar,
.sidebar-wrapper *::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.dropdown-notification *::-webkit-scrollbar-track,
.sidebar-wrapper::-webkit-scrollbar-track,
.sidebar-wrapper *::-webkit-scrollbar-track {
    background: #D1D1D1;

}
/* Handle */
.dropdown-notification *::-webkit-scrollbar-thumb,
.sidebar-wrapper::-webkit-scrollbar-thumb,
.sidebar-wrapper *::-webkit-scrollbar-thumb {
    background: #AAAAAA;
}
/* Handle on hover */
.dropdown-notification *::-webkit-scrollbar-thumb:hover,
.sidebar-wrapper::-webkit-scrollbar-thumb:hover,
.sidebar-wrapper *::-webkit-scrollbar-thumb:hover {
    background: #AAAAAA;
}

/* Reset bs */
.nav>li>a:hover, .nav>li>a:focus{
    background: unset;
}

/* Theme toggle */
.theme-toggle{
    color: #1172D1;
    margin-left: 30px;
    cursor: pointer;
    top: 4px;
    position: relative;
    font-size: 22px;
}

/* DARK MODE MODULES */
.dark-mode .top-bar img.logo{
    filter: brightness(0) saturate(100%) invert(99%) sepia(94%) saturate(72%) hue-rotate(237deg) brightness(119%) contrast(100%);
}
.dark-mode .navbar-toggle{
    background: var(--color-bg-2);
}
.dark-mode .navbar-toggle .icon-bar{
    background: var(--color-text);
}
.dark-mode .site-logo{
    background: var(--color-bg-1);
    border-color: #ffffff;
}
.dark-mode .styled-select select{
    color: var(--color-text);
    background: var(--color-bg-2);
}
.dark-mode .modal .styled-select select{
    background: transparent none repeat scroll 0% 0%;
    color: #514f64;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .widget-content ul.activities li a{
    color: var(--color-text);
}
.dark-mode .input-group.date .input-group-addon,
.dark-mode .widget-filter .styled-select select,
.dark-mode .btn-default.dropdown-toggle,
.dark-mode .widget .form-control, .dark-mode .widget .styled-select{
    background: var(--color-bg-2);
    color: var(--color-text);
    border-color: var(--color-bg-2);
}
.dark-mode .input-group-addon,
.dark-mode .styled-select:before{
    background-color: var(--color-bg-2);
}
.dark-mode .widget-filter .widget-content{
    color: var(--color-text);
}
.dark-mode .btn-group .btn.active,
.dark-mode .btn-group .btn:hover,
.dark-mode .widget-filter .form-group label,
.dark-mode .widget-filter .btn,
.dark-mode .widget .headline{
    color: var(--color-text);
}
.dark-mode table,
.dark-mode .ui-jqgrid-ftable{
    background: #ffffff;
}
.dark-mode .modal .styled-select,
.dark-mode .modal .input-group.date .input-group-addon,
.dark-mode .modal .widget-filter .styled-select select,
.dark-mode .modal .btn-default.dropdown-toggle,
.dark-mode .modal .widget .form-control,
.dark-mode .modal .widget .styled-select{
    color: #000;
    background: #FBFBFB;
    border-color: #E5E5E5;
}
.dark-mode .modal .input-group-addon, .dark-mode .modal .styled-select:before{
    background-color: #FBFBFB;
    top: 1px;
}
body.dark-mode p{
    color: var(--color-text);
}
.dark-mode .intro-box .description{
    color: var(--color-text);
}
.dark-mode .widget-filter .langSelector span:not(.active){
    background: var(--color-bg-1);
}
.dark-mode .regular-radio + label:after{
    background: var(--color-bg-1);
}
.dark-mode .regular-radio:checked + label:after{
    background: #1172D1;
}
.dark-mode .style-blue .nav-tabs > li.active > a,.dark-mode .style-blue .nav-tabs > li.active > a:hover,.dark-mode  .style-blue .nav-tabs > li.active > a:focus, .dark-mode .style-blue .nav-tabs > li > a:hover{
    color: var(--color-text);
}
.dark-mode .modal .style-big-gray .nav-tabs > li.active > a, .dark-mode .modal .style-big-gray .nav-tabs > li.active > a:hover, .dark-mode .modal .style-big-gray .nav-tabs > li.active > a:focus{
    color: #000000;
}
.dark-mode .table-hover > tbody > tr:hover{
    background: initial;
}
.dark-mode table .input-group-addon, .dark-mode table .styled-select:before{
    background-color: initial;
}
.dark-mode table .input-group.date .input-group-addon,
.dark-mode table .widget-filter .styled-select select,
.dark-mode table .btn-default.dropdown-toggle,
.dark-mode .widget table .form-control,
.dark-mode .widget table .styled-select{
    background: initial;
    color: initial;
    border-color: #E6E6E6;
}
.dark-mode .bootstrap-datetimepicker-widget{
    color: #000000 !important;
}
.dark-mode .input-group-addon{
    border-color: var(--color-bg-2);
}
.dark-mode .quick-links-dropdown i,
.dark-mode .quick-links-dropdown .dropdown-menu,
.dark-mode .quick-links-dropdown li a,
.dark-mode .dropdown-menu > li > a{
    color: #000000;
}

.dark-mode .ui-jqgrid tr.jqgrow{
    background: #ffffff;
}
.dark-mode #modSettings{
    background: var(--color-bg-2);
}
.dark-mode .sliderList li,
.dark-mode .sliderList li .slider{
    background: var(--color-bg-2);
    border-color: var(--color-bg-1);
}
.dark-mode .sliderList li .slider-content{
    background: var(--color-bg-2);
    border-color: var(--color-bg-1);
}
.dark-mode .sliderList .titleSlider, .dark-mode .sliderList .descriptionSlider, .dark-mode .sliderList .image_btn{
    color: var(--color-text);
}
.dark-mode .ui-jqgrid .ui-jqgrid-pager{
    background: #ffffff;
}
.dark-mode .bootstrap-select .dropdown-menu li a span.text{
    color: #000000;
}
.dark-mode .bootstrap-select .dropdown-menu li.selected a span{
    color: #ffffff;
}

.dark-mode .upload-iframe{
    padding: 10px;
    background: #ffffff;
}


/* Module instruction show more */

.module-instruction .nb-description{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.module-instruction.active .nb-description{
    -webkit-line-clamp: 5;
}
.module-instruction .read-more{
    cursor: pointer;
    color: #1172D1;
}

/* --- */

/* dropdown-user-new admin-user */
.dropdown-user-new{
    top: -8px;
    position: relative;
    margin-left: 15px;
    color: #1E1E1E;
    line-height: 1;
}
.dropdown-user-new .icon-user{
    display: block;
}
.dropdown-user-new .icon-user:before{
    content: url("../../nbadmin4_v1/images/icons/header-icons/header-user.svg");
}
.dropdown-user-new .user-instance-wrapper{
    font-size: 12px;
    font-weight: 500;
}
.dropdown-user-new .user-instance-wrapper .user-name{
    margin-bottom: 3px;
}
.dropdown-user-new .admin-user-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    background: #FBFBFB;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 4px 10px;
}
.dropdown-user-new .user-image-wrapper img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.dropdown-user-new .user-image-wrapper .no-image-wrapper{
    width: 30px;
    height: 30px;
    background: #1172D1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
}
.dropdown-user-new .user-image-wrapper{
    display: flex;
    gap: 10px;
}

.admin-user > .nb-dropdown-menu{
    width: 325px;
    padding: 0;
    top: calc(100% + 12px);
}

.admin-user > .nb-dropdown-menu .nb-item{
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    line-height: 20px;
    float: none;
    color: #1E1E1E;
    position: relative;
}

.admin-user > .nb-dropdown-menu .nb-item.toggle-item{
    padding-top: 0;
    padding-bottom: 0;
}

.admin-user > .nb-dropdown-menu .nb-item.toggle-item > .title{
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-user > .nb-dropdown-menu .nb-item a{
    color: #1E1E1E;
}

.admin-user > .nb-dropdown-menu .nb-item.logout-wrapper a{
    color: #1172D1;
}

.admin-user > .nb-dropdown-menu .user-heading .name{
    font-size: 14px;
    line-height: 17px;
    color: #1E1E1E;
    font-weight: 600;
    margin-bottom: 5px;
}

.admin-user > .nb-dropdown-menu .user-heading .email{
    font-size: 13px;
    line-height: 15px;
    color: #7F7F7F;
}

.admin-user > .nb-dropdown-menu > .nb-items-wrapper{
    padding: 15px;
}

.admin-user > .nb-dropdown-menu .nb-items-wrapper .nb-item{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.admin-user > .nb-dropdown-menu .nb-items-wrapper .nb-item:hover{
    color: var(--nb-admin-spec-color);
}

.admin-user > .nb-dropdown-menu .nb-items-wrapper .nb-item a{
    text-decoration: none;
}

.admin-user > .nb-dropdown-menu .nb-items-wrapper .nb-item:last-child{
    margin-bottom: 0;
}

.admin-user > .nb-dropdown-menu .logout-wrapper{
    padding: 20px 15px;
    border-top: 1px solid var(--nb-admin-border-color1);
    font-size: 14px;
    line-height: 17px;
}

.admin-user > .nb-dropdown-menu .logout-wrapper:hover{
    color: var(--nb-admin-spec-color);
}

.admin-user > .nb-dropdown-menu .logout-wrapper a{
    text-decoration: none;
}

.admin-user .admin-lang-mobile-holder,
.admin-user .mobile-header{
    display: none;
}

/* Lang in user dropdown */
.admin-user .nbf-dark-mode,
.admin-user .nbf-new-admin-menu,
.admin-user .toggle-item{
    cursor: pointer;
}
.admin-user .toggle-item .content{
    margin-bottom: 10px;
    display: none;
}

.admin-user .toggle-item .lang-item + .lang-item{
    margin-top: 15px;
}

.admin-user .toggle-item .lang-item .lang-for-country{
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
    font-size: 14px;
    background: #F9F9F9;
}

.admin-user .toggle-item .lang-item .lang-for-country-wrapper{
    display: flex;
    gap: 10px;
}

.admin-user .toggle-item .lang-item .lang-for-country:hover,
.admin-user .toggle-item .lang-item .lang-for-country.active{
    color: #1172D1;
}

.admin-user .toggle-item .lang-item .country-title{
    margin-bottom: 5px;
}

.admin-user .toggle-item > .title .icon-arrow{
    float: right;
}

.admin-user .toggle-item > .title .icon-arrow:before{
    content: url("../../nbadmin4_v1/images/icons/header-icons/arrow-bottom.svg");
}

.admin-user .nb-dropdown-menu .nb-item  .link-item{
    display: block;
    font-size: 13px;
}

.admin-user .nb-dropdown-menu .nb-item .link-item + .link-item{
    margin-top: 5px;
}

.admin-user .nb-dropdown-menu .nb-item .link-item:hover{
    color: #1172D1;
}

.toggle-off,
.toggle-on{
    position: absolute;
    right: 15px;
    top: 13px;
}

.toggle-off:before{
    content: url("../../nbadmin4_v1/images/icons/header-icons/toggle-off.svg");
}
.toggle-on:before{
    content: url("../../nbadmin4_v1/images/icons/header-icons/toggle-on.svg");
}


/* Dropdown notification*/
.dropdown-notification .notification-btn i{
    position: relative;
    top: 10px;
}

.dropdown-notification .notification-count{
    width: 14px;
    height: 14px;
    background: #D12149;
    color: #ffffff;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 50%;
}

.dropdown-notification .nb-dropdown-menu{
    width: 410px;
    height: 530px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
    scrollbar-gutter: stable both-edges;
}

.dropdown-notification .nb-dropdown-menu .heading-wrapper{
    color: #1E1E1E;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    float: none;
}

.dropdown-notification .nb-dropdown-menu .heading-wrapper .title{
    font-weight: 600;
}

.dropdown-notification .notification-tabs span{
    cursor: pointer;
}

.dropdown-notification .notification-tabs span.active{
    color: #1172D1;
}

.dropdown-notification .notification-tabs span + span{
    margin-left: 20px;
}

.dropdown-notification .empty-wrapper{
    text-align: center;
    padding: 20px;
}

.dropdown-notification .empty-wrapper .nb-text-wrapper{
    margin-top: 20px;
    line-height: 22px;
}

.dropdown-notification .empty-wrapper .nb-text-wrapper .nb-title{
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
}

.dropdown-notification .empty-wrapper .nb-text-wrapper .nb-description{
    font-size: 14px;
    color: #969696;
    margin-top: 10px;
}

.dropdown-notification .notifications-wrapper .nb-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    line-height: initial;
}

.dropdown-notification .notifications-wrapper .nb-item:hover{
    background: #F6F6F6;
}

.dropdown-notification .notifications-wrapper .nb-item .nb-img{
    max-width: 32px;
}

.dropdown-notification .notifications-wrapper .nb-item .nb-title{
    font-size: 13px;
    line-height: 15px;
    color: #1E1E1E;
}
.dropdown-notification .notifications-wrapper .nb-item .nb-description{
    font-size: 12px;
    line-height: 14px;
    color: #7F7F7F;
    margin-top: 5px;
}
.dropdown-notification .notifications-wrapper .nb-item .nb-date{
    font-size: 11px;
    line-height: 13px;
    color: #7F7F7F;
    margin-top: 5px;
}



@media screen and (max-width: 576px) {
    .admin-user .mobile-header{
        display: block;
    }
    .admin-user .mobile-header{
        padding: 15px 10px;
        border-bottom: 1px solid var(--nb-admin-border-color1);
    }
    .admin-user .mobile-header .title{
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
    }
    .dropdown-notification .nb-dropdown-menu,
    .admin-user > .dropdown-menu{
        position: fixed !important;
        inset: 0 !important;
        transform: none !important;
        top: 60px !important;
        width: 100%;
    }
    .admin-user .mobile-header .close{
        content: url("../../static/images/admin/menu-close.svg");
        position: absolute;
        right: 15px;
        top: 18px;
    }

    .admin-user .admin-lang-mobile-holder{
        display: block;
        padding: 10px 15px;
        border-top: 1px solid var(--nb-admin-border-color1);
    }
}

