/*
  reset theme
*/
.page-content-wrapper .page-content {
  min-height: 100vh;
}
@media (min-width: 992px) {
  .page-content-wrapper .page-content {
    margin-left: 0;
  }
 .page-header.navbar .menu-toggler.sidebar-toggler {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .page-header.navbar .menu-toggler.sidebar-toggler {
    display: block !important;
    float: left;
    margin: 0 0 0 0;
  }
  .b-head-lines.bot {
    position: relative !important;
  }
  b-grid .b-grid-header.sticky-header {
    top: 2px !important;
  }
}
@media (max-width: 480px) {
  .page-header.navbar .top-menu {
    clear: none;
  }
  .page-header.navbar .menu-toggler.sidebar-toggler {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /* 767px */
  /* Page content */
  .page-content-wrapper .page-content {
    overflow: visible;
    min-height: 100vh;
  }
}

.form-group.form-md-line-input .form-control[readonly], .form-group.form-md-line-input .form-control[disabled],
fieldset[disabled] .form-group.form-md-line-input .form-control {
  cursor: default;
}

body {
  font-family: "Segoe UI",sans-serif;
  font-size: 12px;
}

body::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,0) !important;
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09) !important;
}
::webkit-scrollbar-track{
  background-clip: content-box;
}
::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-clip: padding-box;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.61);
}

.login {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.login .content {
  padding: 15px;
}
.login .content .logo {
  margin: 0;
}

.page-container {
  background-color: #fafafb;
  min-height:90%;
}

.page-footer a {
  color: #98a6ba;
}

.btn[disabled] {
  cursor: default
}

.input-group .form-control {
  z-index: auto;
}
.input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  z-index: auto;
}

.input-icon > i {
  margin-top: 10px;
}

.dropdown-menu>li>a {
  line-height: 1.5;
}

.dropdown > .dropdown-menu, .dropdown-toggle > .dropdown-menu, .btn-group > .dropdown-menu {
  margin-top: 5px;
}
.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
  content: none ;
}
.dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
  content: none ;
}
.dropdown.dropdown-module > .dropdown-menu {
  white-space: normal;
  overflow-y: auto;
  max-height: 400px;
}

.hor-menu .navbar-nav {
  margin: 0;
}
.hor-menu .navbar-nav>li {
  float: left;
}

.b-right {
  padding-right: 0;
  text-align: right;
}
.b-left {
  padding-left: 0;
  text-align: left;
}
.b-popover {
  position: fixed;
}

.nav-tabs>li>a {
  color: #666;
  cursor: pointer;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: #f4f4f4;
}
.modal-scroll {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

.b-head-lines {
  top: 0;
  z-index:10000;
  position: fixed;
  width: 100%;
}
.b-head-lines.bot {
  top: 40px;
}
.b-head-line {
  width:12.5%;
  height:2px;
  float:left;
}

.b-toolbar {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #CDCDCD;
}
.b-toolbar > [class^='col-']:first-child {
  padding-left: 0;
}
.b-toolbar .btn {
  font-family: 'Segoe UI', sans-serif;
  text-transform: uppercase;
}
.b-toolbar .btn-fix {
  line-height: 1.42857143;
}

b-grid-controller .toolbar-dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 5px;
}

.mt-element-step .step-background-thin .mt-step-title {
  font-size: 22px;
}
.mt-element-step .step-background-thin .mt-step-number {
  font-size: 105px;
}

.mt-element-step .step-background-thin .mt-step-title {
  font-size: 22px;
}
.mt-element-step .step-background-thin .mt-step-number {
  font-size: 105px;
}

.b-header-steps .step-line .mt-step-col {
  padding: 5px 0 10px 0;
}
.b-header-steps .step-line .mt-step-number {
  font-size: 20px;
  width: 50px;
  height: 50px;
}
.b-header-steps .step-line .mt-step-number > i {
  top: 60%;
}
.b-header-steps .step-line .control .mt-step-number > i {
  top: 65%;
  font-size: 25px;
}
.b-header-steps .step-line .mt-step-title {
  font-size: 15px;
}

.form-group.form-sm-line-input {
  position: relative;
  margin: 0 0 35px 0;
  padding-top: 20px; }
  .form-horizontal .form-group.form-sm-line-input {
    padding-top: 10px;
    margin: 0 0 20px 0; }
  .form-horizontal .form-group.form-sm-line-input > label {
    padding-top: 5px;
    font-size: 13px;
    color: #777;
    filter: alpha(opacity=100); }
  .form-group.form-sm-line-input .form-control {
    color: #777;
    font-size: 13px; }
    .form-group.form-sm-line-input .form-control ~ label {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      pointer-events: none;
      margin-bottom: 0;
      font-size: 13px;
      color: #777;
      opacity: 1 ;
      filter: alpha(opacity=100) ; }
      .form-horizontal .form-group.form-sm-line-input label {
        width: auto;
        left: 25px;
        right: 15px; }
  .form-group.form-sm-line-input.form-md-floating-label .form-control ~ label {
    font-size: 16px;
    top: 5px;
    transition: 0.2s ease all;
    color: #777; }
  .form-group.form-sm-line-input.form-md-floating-label .form-control.edited ~ label,
  .form-group.form-sm-line-input.form-md-floating-label .ui-select-container ~ label {
    top: -20px;
    font-size: 13px; }
  .form-group.form-sm-line-input .input-group {
    padding-top: 0;
    position: static; }
    .form-group.form-sm-line-input .input-group-addon {
    border: 0;
    padding: 0 2px 0 4px;
    background: none;
  }

.form-horizontal .form-group.form-sm-line-input .input-icon > i {
  top: 0; }

.form-group.form-sm-line-input .input-icon i, .form-group.form-sm-line-input label {
  color: #777;
}

.form-group.form-sm-line-input .input-icon {
  position: static;
}
.form-group.form-sm-line-input .input-icon > i,
.form-group.form-sm-line-input .input-icon.left > i,
.form-group.form-sm-line-input .input-icon.right > i {
  margin: 9px 20px 10px 10px;
}

.sg .form-group.form-sm-line-input {
  position: relative;
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 8px;
}

.b-summary-fixed,
.b-summary-field {
  left: 20px;
  right: 20px;
  bottom: 0;
  padding: 10px 20px;
  border-left: 5px solid #8BB4E7;
  background-color: #e7eafe;
}
.b-summary-field {
  position: static !important;
  width: 100%;
  z-index: 1;
}
.b-summary-fixed {
  position: fixed;
  width: calc(100% - 40px);
  z-index: 2;
}

code {
  color: #787888;
}

mark {
  background-color: rgba(227, 230, 252, 0.5);
  padding: 0 .2em;
  font-weight: 400;
  line-height: normal;
}

.popover {
  max-width: 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.popover > .popover-title {
  width: 100%;
}
.popover > .popover-body {
  padding: 5px;
}

/***************************
* CONTENT
*/
.b-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.b-content-large {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.form-container {
  padding-top: 10px;
  width: 100%;
}

.form-container label {
  font-family: 'Segoe UI', sans-serif;
  color: #666;
  font-weight:normal;
}

.form-container input {
  font-size: 12px;
  font-family: 'Segoe UI', sans-serif;
  color: #666;
  font-weight:normal;
}

.sg {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  padding-top: 5px;
}
.sg-header {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  width: 100%;
  display: table;
}
.sg-header .sg-row {
  border-bottom: 0;
}
.sg-content {
  width: 100%;
  display: table;
}
.sg-row {
  width: 100%;
  display: table;
  vertical-align: inherit;
  border-color: inherit;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.sg-sub-row {
  width: 100%;
  display: table;
  vertical-align: inherit;
  border-color: inherit;
  padding: 0;
  margin: 0;
}
.sg-cell {
  border-top: 0;
  padding: 4px 5px;
  line-height: 1.42857143;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  vertical-align: inherit;
  overflow-wrap: break-word;
}
.sg-content .sg-row:nth-child(odd) {background-color: #f5f5f6}
.sg-content .sg-row:hover{
  background-color: #f0f0f1;
}
.sg-content .sg-row.manual-hover{
  background-color: #e9e9f9;
}

.sg-cell-change {}
.sg-cell-change .sg-row {
  border: 0;
  margin: 0;
  padding: 0;
}
.sg-cell-change .sg-cell {
  margin: 0px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  background-color: #fdfdfd;
  border: 1px dotted #d0d0d0;
}
.sg-cell-change .sg-cell:hover {
  color: #fff;
  background-color: #337ab7 !important;
}
.sg-cell-change-footerbar {
  margin-top: 20px;
}
.sg-cell-change-fill {
  background-color: #e5ecfa !important;
  border: 1px solid #fdfdfd !important;
  cursor: move;
}
.sg-cell-change-selected {
  background-color: #fdf1c1 !important;
  border: 1px solid #fdfdfd !important;
  cursor: move;
}
.sg-cell-change-add {
  background-color: #f4f7f8 !important;
  border: 1px solid #fdfdfd !important;
  cursor: default;
}

b-grid .sg {
  background-color: #fdfeff;
  position: relative;
  border: 1px solid #dfdff8;
  border-radius: 3px;
  padding: 0;
  display: flex;
}
b-grid .sg-header,
b-grid .sg-content {
  display: block;
}
b-grid .sg .edge-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 8px;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 3px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
b-grid .sg .edge-btn > i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
b-grid .sg-row {
  border-bottom: 1px solid #dadaef;
  display: block;
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
b-grid .sg-content .sg-row:hover {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 0 10px -4px #071727 !important;
  box-shadow: 0 0 10px -4px #071727 !important;
}
b-grid .sg-row:last-child {
  border-bottom: none;
}
b-grid .sg-sub-row {
  border-top: 1px solid rgba(230, 230, 240, 0.6);
  display: -webkit-flex;
  display: flex;
}
b-grid .sg-sub-row:first-child {
  border: 0;
}
b-grid sliding .sg-sub-row {
  border-top: 1px solid rgba(230, 230, 240, 0.6) !important;
}
b-grid .sg-cell {
  padding: 6px 7px;
  border-right: 1px solid rgba(230, 230, 240, 0.6);
}
b-grid .sg-sub-row:not(.sg-action) .sg-cell {
  text-overflow: ellipsis;
  overflow: hidden;
}
b-grid .sg-cell:hover {
  overflow-wrap: break-word;
}
b-grid .sg-header .sg-cell:hover {
  -webkit-box-shadow: 0 0 5px -3px #071727;
  box-shadow: 0 0 5px -3px #071727;
}
b-grid .sg-cell input[bcheckall],
b-grid .sg-cell input[data-bcheck] {
  margin-left: 10px;
}
b-grid .sg-cell:last-child {
  border-right: 0;
}
b-grid .sg-action .sg-cell {
  height: auto;
}

b-grid .b-grid-header {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
b-grid .b-grid-header.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  -webkit-box-shadow: 0 10px 15px -15px #2A3542;
  box-shadow: 0 10px 15px -15px #2A3542;
  z-index: 999;
}
b-grid .b-grid-header.sticky-header + .b-grid-content .dropdown-menu{
  z-index: 990;
}
b-grid .sg.b-grid-header {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
b-grid .sg.b-grid-content {
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

form.ng-submitted textarea.ng-invalid,
textarea.ng-invalid.ng-touched,
form.ng-submitted div.ui-select-container.ng-invalid .form-control,
form.ng-submitted input.ng-invalid,
input.ng-invalid.ng-touched {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

form.ng-submitted textarea.ng-invalid:focus,
textarea.ng-invalid.ng-touched:focus,
form.ng-submitted div.ui-select-container.ng-invalid .form-control:focus,
form.ng-submitted input.ng-invalid:focus,
input.ng-invalid.ng-touched:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

b-grid {
  display: none;
}

.angular-ui-tree-handle {
  background:#eeeeee;
  border:1px solid #cccccc;
  color: #666666;
  line-height: 14px;
}
.angular-ui-tree-handle:hover {
  color: #333333;
  background: #d4d6d7;
  border-color: #dce2e8;
}
.angular-ui-tree-placeholder {
  background: #fefefe;
  border: 2px dashed #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-grid-column-arrange {
  font-size: 0.8em;
  padding: 5px 5px;
  margin: 3px 0;
}

[ng-drag].dragging {
  position: relative;
  opacity: 0.8;
}

[ng-drop].drag-enter {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: auto;
}

.b-autocomplete {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0;
}

.b-autocomplete-selected {
  background-color: #e8ebef;
}

.b-hint {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.b-hint-body {
  margin-top : 2px;
  border : 1px solid #CDCDCD;
  border-radius : 4px;
  background-color : white;
  width : 100%;
  height : height;
  float : left;
  overflow-y: auto;
}

.b-input {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  margin-top : 2px;
  border : 1px solid #CDCDCD;
  border-radius : 4px;
  background-color : white;
  -webkit-user-select: none;
}

.b-input-selected {
  background-color: #e8ebef !important;
}

.b-input-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background-color: rgba(85,85,85,0.047);
  border-radius: 2px;
  cursor: wait;
}

.b-input-load-icon {
  width: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  z-index: 4;
}

.modal .b-input-load-icon {
  z-index: 10055;
}

.b-input-remove {
  top: 0;
  cursor: pointer;
}

.b-input-remove.animate {
  transition: color .3s;
}

.b-input-remove:hover.animate {
  color: #F2487B !important;
}

b-input input:hover + .b-input-remove.animate, b-input input:focus + .b-input-remove.animate {
  color: #F2487B !important;
}

.b-input-active {
  background-color : #e8ebef !important;
  cursor : pointer !important;
}

.b-input-multiple {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  padding: 2px 2px;
}

.b-input-multiple .btn {
  float: left;
  display: inline-block;
  overflow-x: hidden;
  max-width: 100%;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px 6px 2px 2px;
  background-color: #e8ebef !important;
}

.b-input-multiple .close{
  float: left;
  color: #ccc;
}

.b-input-multiple input {
  min-width: 10%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 26px;
  border: none;
  outline:none;
}
.b-wd-content {
  height: 100%;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.63);
  -moz-box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.63);
  box-shadow: 5px 5px 9px -7px rgba(0,0,0,0.63);
}
.b-wd-content.b-wd-header-enable>.b-wd-header {
  height: 35px;
}
.b-wd-content.b-wd-header-enable>.b-wd-body {
  height: calc(100% - 35px);
}
.b-wd-animate>.b-wd-header, .b-wd-animate>.b-wd-body {
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.b-wd-header {
  height: 0px;
  overflow: hidden;
  padding: 0px 15px 0px 15px !important;
  margin-bottom: 0px !important;
  min-height: 0px !important;
}
.b-wd-content .b-wd-header .caption {
  padding: 0 !important;
  margin: 5px 0 5px 0 !important;
}
.b-wd-content .b-wd-header .tools {
  padding: 0 !important;
  margin: 8px 0 5px 0 !important;
}
.b-wd-content .b-wd-header .bold {
  font-weight: 600!important;
}
.b-wd-body {
  overflow-y: hidden;
  height: 100%;
  padding: 0px 0px 0px 0px !important;
}
.b-wd-content .b-wd-body .b-widget-content {
  height: 100%;
}

.dropdown-menu {
  box-shadow: 2px 4px 5px 0px rgba(40,40,40,0.5) !important;
}
.panel {
  background-color: rgba(255,255,255,0.3);
}

/*Header*/
.page-header.navbar {
  min-height: 40px;
  height: 40px;
}
.page-header-fixed .page-container {
  margin-top: 40px;
}

/*Logo*/
.page-header.navbar .logo {
  float: left;
  margin: 8px 20px;
  height: 25px;
  width: 100px;
}
.page-header.navbar .logo-item {
  border-radius: 3px;
  margin-top: auto;
  margin-bottom: auto;
  max-height:100%;
  max-width:100%;
}
.block-ui-message {
  padding: 10px 30px;
  border-radius: 5px;
}
.block-ui-after {
  display: none;
}
/*Hor menu elements*/
.page-header.navbar .hor-menu .navbar-nav > li > a {
  height: 40px;
  min-height: 40px;
  text-align: center;
  padding: 10px 10px 0;
}
.page-header.navbar .hor-menu .navbar-nav > li > a > i {
  color: rgba(136, 155, 178, 0.3);
}

/*Mega menu */
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu {
  background: rgba(63, 79, 98, 0.95);
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.more{
  position: fixed;
  top: 40px;
  left: 10%;
  right: 10%;
  max-width: 80%;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.more.triple{
  max-width: 60%;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li.divider {
  background: rgba(73, 131, 185, 0.5);
}
.page-header.navbar .hor-menu .navbar-nav > li.b-menu-dropdown > .dropdown-menu .mega-menu-content {
  padding: 15px 15px 10px 15px;
  margin: 0; }
  .page-header.navbar .hor-menu .navbar-nav > li.b-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: 80vh; }
    .page-header.navbar .hor-menu .navbar-nav > li.b-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
      margin: 0 !important;
      list-style: none; }
      .page-header.navbar .hor-menu .navbar-nav > li.b-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
        color: #fff;
        margin-top: 5px;
        padding-left: 6px;
        font-size: 14px;
        font-weight: 400; }
      .page-header.navbar .hor-menu .navbar-nav > li.b-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a {
        display: block;
        white-space: normal;
        text-decoration: none;
        font-family: "Segoe UI", sans-serif;
        padding: 4px 7px;
        margin: 0;
        font-size: 13px;
        font-weight: 300; }

/*Top menu elements*/
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
  height: 40px;
  padding: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  padding: 12px 10px;
  height: 100%;
  max-height: 100%;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
  padding-right: 10px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before,
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
  display: none !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown.dropdown-module > a,
.page-header.navbar .top-menu .navbar-nav > li.dropdown.dropdown-user > a {
  padding-left: 8px;
  padding-right: 11px;
}
.page-header.navbar .nav .dropdown-user .dropdown-toggle {
  height: 40px;
  width: 45px;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a {
  padding: 10px 5px 10px 15px !important;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a .time {
  background: #e4e4e4;
  padding: 0 5px;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a.notification-btn {
  padding: 0 !important;
  display: -webkit-flex;
  display: flex;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a.notification-btn .time {
  height: 100%;
  margin: 15px 0;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a.notification-btn .details {
  padding: 10px;
  margin-right: 10px !important;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a.notification-btn .details > .label-icon {
  padding: 3px 2px 3px 4px;
  margin-right: 5px !important;
}
.page-header.navbar .top-menu .navbar-nav > li .dropdown-menu .dropdown-menu-list > li a.notification-btn .notification-uri-btn {
  height: 100%;
  padding: 20px 0;
  margin: 0 5px;
  font-size: large;
}

/*b-menu*/
.b-mega-row {
  display: flex;
  min-width: 300px;
}
.b-mega-submenu {
  min-width: 20vw;
  padding: 0 10px 0 10px !important;
}

.b-settings-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  left: 0;
  margin: 0;
  min-width: 160px;
  width: 45vw;
  padding: 0;
  position: absolute;
}
.b-dropdown-mega-menu {
  display: table;
}
.b-menu-dropdown .b-dropdown-mega-menu {
  padding: 0;
}
.b-menu-dropdown .b-dropdown-mega-menu > .b-category {
  background: rgba(63, 79, 98, 0.95) !important;
  width: 20vw;
  min-width: 160px;
  margin: 0;
  display: table-cell;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-category li > a {
  border-bottom: 1px solid rgba(73, 131, 185, 0.3);
  border-right: 1px solid rgba(73, 131, 185, 0.3);
  display: block;
  padding: 10px 15px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-category li.active > a {
  background: rgb(55, 66, 77) !important;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-category li > a:hover {
  background: rgb(60, 70, 85) !important;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-category > li.active:before {
  position: absolute;
  content: '';
  margin-top: 11px;
  left: calc(20vw - 10px);
  display: inline-block;
  border-right: 9px solid rgba(73, 131, 185, 0.3);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-category > li.active:after {
  position: absolute;
  content: '';
  margin-top: -30px;
  left: calc(20vw - 8px);
  display: inline-block;
  border-right: 9px solid rgba(73, 89, 108, 0.95);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.b-menu-dropdown .b-dropdown-mega-menu .b-subcategory .b-category-name {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 12px 15px 13px;
  margin: 0;
  border-bottom: 1px solid rgba(73, 131, 185, 0.3);
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-subcategory {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 25vw;
  padding-bottom: 10px;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-subcategory ul {
  overflow: auto;
  max-height: 80vh;
  padding: 0;
}
.page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu.b-settings-dropdown .b-subcategory li > a {
  display: block;
  white-space: normal;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  padding: 4px 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}

/*Module dropdown*/
.dropdown-module {
  padding-left: 0 !important;
}
.dropdown-module .dropdown-toggle {
  color: #C6CFDA;
  padding-top: 7px !important;
  padding-bottom: 3px !important;
  line-height: 100%;
}
.dropdown-module .dropdown-toggle p {
  margin: 0;
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;;
}
.dropdown-module .dropdown-toggle p > small {
  font-size: smaller;
}

/* breadcrumb*/
.page-content-white .page-bar, .page-container-bg-solid .page-bar {
  background-color: #fafafb;
  border-bottom: 1px dotted #CDCDCD;
}
.page-content-white .page-bar, .page-container-bg-solid .page-bar .page-breadcrumb {
  padding: 7px 0 5px 0;
}
.page-content-white .page-bar, .page-container-bg-solid .page-bar .page-breadcrumb > li .btn-group > button {
  padding: 4px 8px !important;
}
.page-bar .page-breadcrumb > li > a, .page-bar .page-breadcrumb > li > span {
  font-size: 13px;
}

/*Background*/
.page-container,
.page-container-bg-solid .page-content {
  background-color: #fafafb;
}

.text-center {
  margin: 0;
  padding: 5px;
  width: 100%;
}
/*Scroll to top*/
.scroll-top {
  bottom: 20px;
  display: none;
  opacity: 0.5;
  position: fixed;
  right: 20px;
  z-index: 10001;
}
.scroll-top:hover {
  opacity: 0.9;
}
.scroll-top > i {
  font-size: 18px;
  padding: 8px 2px;
  top: -2px;
}
/** b-grid-filter **/
.b-filter-wrapper {
  height: 100%;
  color: #535c69;
  background-color: #fff;
  border-radius: 6px;
  overflow: visible !important;
}

.b-filter-inner-container {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  padding: 0 0 100px;
  min-height: 100%;
  width: 778px;
  background: #fff
}

.b-filter-inner-container:after {
  content: '';
  display: table;
  clear: both
}

.b-filter-sidebar {
  border-top-left-radius: 6px;
  position: relative;
  float: left;
  padding: 0 20px 0 20px;
  width: 215px;
  height: 100%;
  border-right: 1px solid #e7eaec;
  background: #f8fafb;
  text-transform: uppercase;
  box-sizing: border-box
}

.b-filter-sidebar-after {
  border-bottom-left-radius: 6px;
  content: '';
  position: absolute;
  left: 0;
  width: 215px;
  height: 100px;
  border-right: 1px solid #e7eaec;
  background: #f8fafb
}

.b-filter-sidebar-title {
  border-bottom: 1px solid #e7eaec;
  text-align: center
}

.b-filter-sidebar-title-item {
  margin: 7px 0 7px 0;
  font: 11px/26px "Segoe UI", sans-serif;
  color: #212121;
}

.b-filter-sidebar-item-container {
  font-size: 12px;
}

.b-filter-sidebar-item {
  position: relative;
  padding: 0 0 0 3px;
  height: 37px;
  max-width: 174px;
  border-bottom: 1px solid #e7eaec;
  font: 12px/38px "Segoe UI",sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1
}
.b-filter-sidebar .b-filter-moving {
  display: block;
  top: 0px;
  left: -16px;
  width: 208px;
  height: 36px;
  z-index: -1;
  position: absolute;
  background-color: #f8fafb;
}

.b-filter-sidebar .gridster-item-moving .b-filter-moving {
  display: block;
  top: -1px;
  left: -17px;
  width: 212px;
  height: 38px;
  z-index: -1;
  position: absolute;
  border: 1px solid #e7eaec;
  background-color: #f8fafb;
}
.b-filter-inner-container .gridster-preview-holder {
  background-color: #fff !important;
}


.b-filter-edit-text .b-filter-sidebar-item-text {
  display: none;
}

.b-filter-sidebar-item-text {
  position: relative;
  display: inline-block;
  max-width: -webkit-calc(172px - 40px);
  max-width: calc(172px - 40px);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}


.b-filter-edit-text .b-filter-sidebar-item-input {
  display: block;
  max-width: 130px;
  position: absolute;
  top: 1px;
  height: 100%;
}

.b-filter-sidebar-item-input {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: 12px/38px "Segoe UI", sans-serif;
  color : #535c69;
  text-transform: uppercase;
  outline: 0;
}

.b-filter-current-item:hover .b-filter-sidebar-item-text {
  color: #0fa7d7
}

.b-filter-edit .b-filter-sidebar-item.b-filter-current-item .b-filter-edit-mask {
  display: block;
}

.b-filter-edit-current .b-filter-edit-mask,
.b-filter-edit .b-filter-current-item .b-filter-edit-mask {
  top: -1px;
  left: -17px;
  right: -21px;
  z-index: -1;
}

.b-filter-new-filter .b-filter-edit-mask {
  display: block;
  top: -1px;
  left: -10px;
  width: 203px;
  z-index: -1;
}

.b-filter-edit .b-filter-sidebar-item .b-filter-icon{
  display: flex;
}

.b-filter-icon.b-filter-pin.b-filter-pinned {
  display: flex;
  opacity: 0.6;
}

.b-filter-sidebar-item .b-filter-icon {
  display: none;
}

.b-filter-sidebar-item:hover .b-filter-icon {
  opacity: 0.5;
}

.b-filter-sidebar-item:hover .b-filter-icon:hover {
  opacity: 1;
}

.b-filter-edit .b-filter-icon {
  opacity: 0.3;
}

.b-filter-icon {
  display: flex;
  position: absolute;
  top: 0px;
  align-items: center;
  height: 100%;
  width: 18px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.b-filter-pinned.b-filter-pin{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-filter-navicon {
  left: -13px;
  cursor: move;
}

.b-filter-pin {
  right: 20px;
}

.b-filter-pencil {
  right: 0px;
}

.b-filter-remove {
  right: -20px;
}

.b-filter-modal-remove:hover {
  opacity: 1;
  font-size: 15px;
}

.b-filter-modal-remove {
  position: absolute;
  right: 4px;
  top:4px;
  opacity: 0.6;
  cursor: pointer;
}

.b-filter-icon {
  position: absolute;
  opacity: 0;
  height: 100%;
  background-position: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.b-filter-new-filter.b-filter-sidebar-item {
  width: 196px;
  max-width: 196px;
  background: #fff;
  z-index: 1
}

.b-filter-edit-mask {
  position: absolute;
  display: none;
  width : 212px;
  height: 38px;
  border: 1px solid #e7eaec;
  border-right: 0;
  background: #fff;
  z-index: -1;
}

.b-filter-sidebar-item.b-filter-current-item>:not(.b-filter-icon) {
  color: #0fa7d7;
}

.b-item-pin .b-filter-sidebar-item-text-container,
.b-filter-current-item .b-filter-sidebar-item-text-container {
  display: block;
  height: 100%;
}
.b-filter-sidebar-item-text-container {
  display: block;
  height: 100%;
}

.b-filter-field-container {
  border-top-right-radius: 6px;
  position: relative;
  float: right;
  width : 563px;
  padding: 30px 25px 0 25px;
  height: 100%;
  min-height: 200px;
  background: #fff;
  /*overflow: visible;*/
  box-sizing: border-box
}

.b-control-field {
  position: relative;
  padding: 10px 0 10px 0;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px)
}

.b-control-field,.b-control-field:hover> .b-filter-icon:hover {
  opacity: 1;
}
.b-control-field:hover .b-filter-icon{
  opacity: 0.4;
}

.b-control-field .b-filter-navicon {
  left: -17px;
}

.b-control-field .b-control-label {
  position: absolute;
  top: -10px;
  left: 2px;
  color: #a9adb2;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  opacity: .95;
  cursor: default;
}

.b-control-field .b-filter-moving {
  display: block;
  top: -6px;
  left: -22px;
  width: 558px;
  height: 100%;
  z-index: -2;
  position: absolute;
  background-color: #fff;
  border : transparent;
  transition: border .2s ease-in-out;
  -webkit-transition: border .2s ease-in-out;
  -moz-transition: border .2s ease-in-out;
}

.b-control-field-extra-icon {
  font-size:16px;
  cursor:pointer;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.gridster-item-moving .b-control-field .b-filter-moving {
  display: block;
  top: -8px;
  left: -22px;
  width: 558px;
  height: calc(100% + 5px);
  z-index: -1;
  position: absolute;
  border: 1px solid #e7eaec;
  background-color: #f8fafb;
}

.b-filter-field-add {
  padding: 0 0 5px 0
}

.b-filter-field-add-item {
  font-size: 13px;
  color: #1058d0;
  margin-right: 10px;
  border-bottom: 1px dashed transparent;
  -webkit-transition: opacity .2s, border-bottom .2s;
  transition: opacity .2s, border-bottom .2s;
  cursor: pointer
}
.b-filter-field-restore-items {
  font-size: 13px;
  color: rgba(83,95,105,.5);
  border-bottom: 1px dashed transparent;
  -webkit-transition: opacity .2s, border-bottom .2s;
  transition: opacity .2s, border-bottom .2s;
  cursor: pointer
}

.b-filter-field-add-item:hover {
  border-bottom: 1px dashed #1058d0;
  opacity: .8
}

.b-filter-field-restore-items:hover {
  border-bottom: 1px dashed rgba(83,95,105,.5);;
  opacity: .8
}

.b-filter-bottom-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  max-width: 780px;
}

.b-filter-add-container {
  position: absolute;
  left: 20px;
  bottom: 21px;
  width: 182px;
  height: 25px
}

.b-disable {
  opacity: .8;
  pointer-events: none;
  cursor: default
}

.b-filter-add-item {
  display: inline-block;
  width: 150px;
  font: 11px/26px "Segoe UI", sans-serif;
  color: #212121;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.b-filter-popup-field-list {
  display: none;
  position: absolute;
  top: 0px;
  left: 237px;
  background-color: #fff;
  max-width: 630px;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 7px 21px rgba(83,92,105,.12), 0 -1px 6px 0 rgba(83,92,105,.06);
  padding: 10px;
  font: 13px "Segoe UI",sans-serif;
  z-index: 100000;
}

.b-filter-field-list-3-column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.b-filter-field-list-2-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.b-disable.b-filter-add-container .b-filter-reset-link {
  opacity: 0.8;
}

.b-disable.b-filter-add-container * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.b-filter-add-container .b-filter-reset-link {
  position: absolute;
  top: -1px;
  left: 0;
  width: 160px;
  pointer-events: auto;
  color: #80868e;
  text-overflow: ellipsis;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.b-filter-field-button-container,
.b-filter-field-preset-button-container {
  position: absolute;
  right: 23px;
  bottom: 15px;
  width: 516px;
  border-top: 1px solid #f2f3f4;
  text-align: center
}

.b-filter-reset-link {
  position: absolute;
  cursor: pointer;
  color: #80868e;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: -1;
}

.b-filter-field-button-inner {
  width : 100%;
  margin: 15px 0 0 0
}

/* Tree select */
.bts-dropdown ul {
  list-style: none;
  padding: 0;
}
.bts-dropdown ul li {
  border-top: 1px dashed #EEE;
  padding-left: 20px;
}
.bts-dropdown ul li label {
  position: relative;
  padding: 5px 20px;
  white-space: nowrap;
}
.bts-dropdown ul li label input {
  position: absolute;
  left: 0px;
  top: 5px;
}
.bts-dropdown>ul {
  max-height: 400px;
  overflow: auto;
}
.bts-dropdown>ul>li {
  border-top: 1px solid #EEE;
}
.bts-dropdown>ul>li:first-child {
  border-top: 0;
}
.bts-search {
  position: sticky;
  top: 0;
  z-index: inherit;
  background-color: #fff;
}
  .bts-search > i {
    color: #3366aa;
    padding: 10px;
    position: absolute;
    top: 0;
  }
    .bts-search > i.right {
      right: 0;
      cursor: pointer;
    }
  .bts-search > input {
    padding-left: 30px !important;
    padding-left: 30px !important;
  }

.bts-close {
  cursor: pointer;
  margin-left: 10px;
  transition: all .3s ease-in-out;
}

/* Horizontal scroller */
.b-hor-scroller {
  display: block;
  white-space: nowrap;
  z-index: auto;
  position: static !important;
}

.b-hor-btn {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 13px;
  height: 50px;
  width: 20px;
  border: 1px solid transparent;
  touch-action: manipulation;
  outline: none !important;
  background-color: #eeeef0;
  z-index: 1;
  -webkit-box-shadow: 0 0px 10px 6px #eeeef0;
  -moz-box-shadow: 0 0px 10px 6px #eeeef0;
  box-shadow: 0 0px 10px 6px #eeeef0;
  opacity: 0.7;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.b-hor-btn:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0px 15px 10px #eeeef0;
  -moz-box-shadow: 0 0px 15px 10px #eeeef0;
  box-shadow: 0 0px 15px 10px #eeeef0;
}
.b-hor-btn.left{
  padding-left: 5px;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 45px;
  left: 0;
}
.b-hor-btn.right{
  padding-right: 5px;
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  right: 0;
}

div[class*="b-sm-"] {
  display: inline-block;
}
.b-sm-1 { width: 4.16vw; }
.b-sm-2 { width: 8.33vw; }
.b-sm-3 { width: 12.5vw; }
.b-sm-4 { width: 16.66vw; }
.b-sm-5 { width: 20.83vw; }
.b-sm-6 { width: 25vw; }
.b-sm-7 { width: 29.16vw; }
.b-sm-8 { width: 33.33vw; }
.b-sm-9 { width: 37.5vw; }
.b-sm-10 { width: 41.66vw; }
.b-sm-11 { width: 45.83vw; }
.b-sm-12 { width: 50vw; }
.b-sm-13 { width: 54.16vw; }
.b-sm-14 { width: 58.33vw; }
.b-sm-15 { width: 62.5vw; }
.b-sm-16 { width: 66.66vw; }
.b-sm-17 { width: 70.83vw; }
.b-sm-18 { width: 75vw; }
.b-sm-19 { width: 79.16vw; }
.b-sm-20 { width: 83.33vw; }
.b-sm-21 { width: 87.5vw; }
.b-sm-22 { width: 91.66vw; }
.b-sm-23 { width: 95.83vw; }
.b-sm-24 { width: 100vw; }

.modal .modal-dialog .modal-content { box-shadow: none; }
.bold-5 { font-weight: 500 !important; }
.bold-6 { font-weight: 600 !important; }
.bold-7 { font-weight: 700 !important; }
.bold-8 { font-weight: 800 !important; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 80px auto;
  }
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}
tdev {
  display: none;
  margin-left: 5px;
  position: relative;
}
.translating tdev {
  display: inline-block;
}
