/* Login page settings */
/* Top bar settings */
/* Menu settings */
/* Module header settings */
/* Breadcrumb text color is $theme-module-text-color with extra transparancy */
/* Selected tab bottom border is $them-module-active-text-color */
/* Page settings (the page behind the cards) */
/* Card settings (the cards that make up the page) */
/* Also used for the user pop-up (when clicking on the user name) */
/* But the user pop-up always has a shadow */
/* Selected card tab bottom border is $card-header-active-text-color */
/* Button settings */
/* Form accent */
/* Theme status colors */
.btn {
  border-radius: 50px !important; }

/* Login page settings */
/* Top bar settings */
/* Menu settings */
/* Module header settings */
/* Breadcrumb text color is $theme-module-text-color with extra transparancy */
/* Selected tab bottom border is $them-module-active-text-color */
/* Page settings (the page behind the cards) */
/* Card settings (the cards that make up the page) */
/* Also used for the user pop-up (when clicking on the user name) */
/* But the user pop-up always has a shadow */
/* Selected card tab bottom border is $card-header-active-text-color */
/* Button settings */
/* Form accent */
/* Theme status colors */
.btn {
  border-radius: 50px !important; }

/*
     For a given hue in a palette, return the contrast text color from the map of contrast palettes.
     @param $palette The palette color.
     @param $hue The hue from the palette to use.
 */
/*
     Gets a color from a color palette
     @param $palette The palette color.
     @param $hue The hue from the palette to use.
 */
/*
     For a given hue in a palette, return the contrast text color from the map of contrast palettes.
     @param $palette The palette color.
     @param $hue The hue from the palette to use.
 */
/*
     Gets a color from a color palette
     @param $palette The palette color.
     @param $hue The hue from the palette to use.
 */
/* Primary text colors */
/* conNXT specific colors */
/* Default ict-mdbootstrap colors */
/* Material colors */
/* Dimensions */
/* Images */
/* Default color palette values */
/* Primary colors */
/* navbar */
/* Module Header */
/* Profile/User dropdown menu*/
/* Custom MD Bootstrap colors | file: _custom_mdb.scss */
/* Material Design Forms | file: _forms.scss */
/* Alpha for the color of the forms | file: _forms.scss */
/* Password toggle colors | file: _password-toggle.scss */
/* Variables that can be set in the conNXT theme manage */
/*
    Navbar background color
*/
/*
    Navbar text color
*/
/*
    Boolean indicating wether the navbar has shadow
*/
/*
    Background color of the navigation menu items
*/
/*
    Text color of the navigation menu items
*/
/*
    Background color of the active menu item
*/
/* 
    Text color of the active menu item
*/
/*
    Boolean indicating wether the menu bar has shadow
*/
/*
    First gradient color of the moduleheader
*/
/*
    Second gradient color of the modulebar header
*/
/*
    Text color of the modulebar (page name, hierarchy breadcrumbs)
*/
/*
    Background color of the active menu tab in the modulebar
*/
/*
    Text color of the active menu tab in the modulebar
*/
/*
    Background color of the page
*/
/*
    Background color of a card header
*/
.card-header {
  background-color: #f7f7f7; }

.custom-tabs {
  background-color: #f7f7f7 !important; }

/*
    Text color of a card header
*/
.card-header {
  color: #777; }

.custom-tabs .nav-item a {
  color: #777 !important; }

.card .custom-tabs .nav-item a.active {
  background-color: unset !important; }

.card .custom-tabs .nav-item a.active {
  color: #00529B !important;
  border-color: #00529B !important; }

/*
    Background color of a card header
*/
.card-header {
  border-bottom: 1px solid #e4e5E7; }

/*
    Background card color
*/
/*
    Boolean indicating wether cards have shadow
*/
/* 
    Border color of a card
*/
/*
    Border radius of a card
    TODO: Doesn't work yet due to a lack of CSS classes
*/
/*@if variable-exists(theme-card-border-radius) {
    .card {
        border-radius: $theme-card-border-radius !important;
    }

    .card-header {
        border-top-left-radius: $theme-card-border-radius !important;
        border-top-right-radius: $theme-card-border-radius !important;
    }

    .card-body~div:not(.card-header) {
        border-top-left-radius: $theme-card-border-radius !important;
        border-top-right-radius: $theme-card-border-radius !important;
    }

    .card-footer {
        border-bottom-left-radius: $theme-card-border-radius !important;
        border-bottom-right-radius: $theme-card-border-radius !important;
    }

    .card-body+div:not(.card-footer) {
        border-bottom-left-radius: $theme-card-border-radius !important;
        border-bottom-right-radius: $theme-card-border-radius !important;
    }
}*/
/*
    Background color of a chip
*/
/*
    Color of a chip
*/
/*
    Background color of a button
*/
/*
    Text color of a button
*/
/*
    Form colors (checkboxes, radiobuttons, textbox borders) and validation
*/
/*
    Background color of a card hard on the login page
*/
/*
    Text color of the card on the login page
*/
/*
    Background color of the buttons on the login page
*/
/*
    Text color of the buttons on the login page
*/
/*
    Border color of the login card
*/
/*
    logo in topbar
*/
/*
    logo on login page
*/
/*
    background on login page
*/
/*
    password toggle color
*/
/* Primary text colors */
/* conNXT specific colors */
/* Default ict-mdbootstrap colors */
/* Material colors */
/* MD Bootstrap overrides */
.btn-primary {
  background-color: #003da5 !important;
  color: #ffffff !important; }
  .btn-primary.dropdown-toggle {
    background-color: #003da5 !important;
    color: #ffffff !important; }
    .btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
      background-color: #003da5 !important;
      color: #ffffff !important; }

.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:active {
  background-color: #0050d8 !important; }

.btn-secondary,
.btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle {
  background-color: #003da5 !important;
  color: #ffffff !important; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus,
  .btn-secondary.dropdown-toggle:hover,
  .btn-secondary.dropdown-toggle:active,
  .btn-secondary.dropdown-toggle:focus,
  .show > .btn-secondary.dropdown-toggle:hover,
  .show > .btn-secondary.dropdown-toggle:active,
  .show > .btn-secondary.dropdown-toggle:focus {
    background-color: #003da5 !important;
    color: #ffffff !important; }
  .btn-secondary.disabled, .btn-secondary:disabled,
  .btn-secondary.dropdown-toggle.disabled,
  .btn-secondary.dropdown-toggle:disabled,
  .show > .btn-secondary.dropdown-toggle.disabled,
  .show > .btn-secondary.dropdown-toggle:disabled {
    background-color: #003da5 !important;
    color: #ffffff !important; }

.btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #384959 !important; }

.btn-block + .btn-block {
  margin-top: .5rem !important; }

.dropdown-item:hover {
  background-color: #d8e6ff !important; }

.dropdown-item:active {
  background-color: #72a6ff !important; }

.dropdown-menu.force-scroll {
  overflow-y: auto;
  max-height: 180px; }

a {
  color: #eb6011; }
  a:hover, a:active, a:focus, a:visited {
    color: #e2440a; }

.small {
  color: #eb6011; }

.bg-navbar {
  background-color: #003da5; }

.side-nav {
  background-color: #fff;
  margin-top: 66px; }
  .side-nav a {
    padding-left: 1rem; }

.double-nav {
  z-index: 1050;
  color: #ffffff; }

@media only screen and (max-width: 1024px) {
  .double-nav .breadcrumb-dn {
    display: none; } }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

main,
footer {
  padding-left: 240px; }

footer {
  flex-shrink: 0;
  padding-bottom: 8px; }
  footer > div {
    font-size: .8rem; }
  footer a,
  footer a:hover,
  footer a:active,
  footer a:focus,
  footer a:visited {
    text-decoration: underline;
    color: inherit; }

a.button-collapse.mt-2 i {
  color: #ffffff; }

@media (max-width: 1440px) {
  main,
  footer {
    padding-left: 0; }
  .double-nav .button-collapse,
  .double-nav .logo {
    display: inline-block !important; }
  .double-nav .button-collapse {
    left: 0px;
    margin-left: 0px; } }

.navbar {
  height: 66px; }

.custom-scrollbar {
  overflow: auto; }

.navbar .dropdown-menu.dropdown-menu-right,
.dropdown-menu-right {
  right: 0 !important;
  left: auto; }

.card {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .card .tab-content {
    padding: 1.25rem;
    /* Use the same padding as card-body when using tabs in a card */ }
  .card .card-header {
    border-radius: 0;
    font-weight: 400; }

.card-body {
  background-color: #fff; }

.connxt-dt-bottom .dataTables_length {
  /*IE11 fix for datatables rows per page label*/ }
  .connxt-dt-bottom .dataTables_length > label {
    vertical-align: top; }
  .connxt-dt-bottom .dataTables_length > .select-wrapper > input.select-dropdown {
    line-height: normal; }

/*Add resizability to control and disable transitions on edit forms*/
textarea.md-textarea {
  transition-duration: 0s;
  resize: vertical;
  max-height: 500px;
  overflow-y: auto; }

/*Custom validation summary styling*/
.validation-summary-errors {
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 1px;
  border-left: 3px solid #ff3537; }
  .validation-summary-errors > ul > li {
    list-style-type: none;
    margin-left: -19px;
    color: #9e1d29; }

.module-header-title {
  color: #000; }

.module-header .classic-tabs li a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  text-transform: uppercase; }
  .module-header .classic-tabs li a.active, .module-header .classic-tabs li a:active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #003da5;
    border-bottom: 3px solid #003da5; }

.connxt-body {
  background-color: #e0e0e0; }

.dt-icon {
  color: rgba(0, 0, 0, 0.4); }

a.dropdown-item:visited {
  color: inherit; }

.connxt {
  background-color: #eb6011; }

.connxt-text {
  color: #eb6011; }

/* Left navigation */
.side-nav .collapsible {
  margin: 0; }

.side-nav .custom-scrollbar .collapsible li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .side-nav .custom-scrollbar .collapsible li:hover a.collapsible-header.waves-effect.pt-2.connxt {
    background-color: rgba(0, 61, 165, 0.04);
    color: rgba(0, 61, 165, 0.87) !important; }

.side-nav .custom-scrollbar .collapsible a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt {
    background-color: #fff;
    height: 3.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(0, 61, 165, 0.87) !important; }
    .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt.active {
      background-color: rgba(0, 61, 165, 0.04) !important;
      color: rgba(0, 61, 165, 0.87) !important; }
    .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt > i.fa {
      font-size: 1.1rem; }

/* Module Header */
.module-header {
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  padding: 0;
  background: #fff;
  background: linear-gradient(90deg, #fff, #fff);
  margin-top: 4.125rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .module-header .top-hierarchy-breadcrumb {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .module-header .top-hierarchy-breadcrumb .dropdown-menu {
      cursor: auto; }
  .module-header .title-wrapper {
    padding-left: 1em;
    padding-top: .6em;
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .module-header .title-wrapper h2 {
      overflow: hidden;
      display: block !important;
      text-overflow: ellipsis;
      white-space: nowrap; }

.module-header h2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative; }

.module-header .parallelogram {
  position: absolute;
  right: 3.5rem;
  top: -1px;
  width: 14%;
  height: 100%;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg); }

@media only screen and (max-width: 600px) {
  .module-header .title-wrapper h2 {
    width: 100%; } }

/* Navbar*/
.navbar.scrolling-navbar {
  z-index: 1050;
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.navbar .logo {
  height: 42px;
  width: 240px;
  background: url(../images/sulzer_white.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .navbar .logo img.logo-image {
    height: 42px; }

.navbar .navbar-content {
  float: left !important;
  display: flex;
  align-items: center; }
  .navbar .navbar-content a {
    color: #ffffff; }

/* Profile/User dropdown menu*/
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 50px; }

.user-dropdown {
  top: 0px;
  width: 200px;
  padding: 0 !important; }

.user-dropdown a.dropdown-item,
.user-dropdown a.dropdown-item:hover {
  color: #424242 !important;
  border-radius: 0;
  transition: none;
  box-shadow: none !important; }

.dropdown-menu.user-dropdown .dropdown-item:hover,
.user-dropdown a.dropdown-item:hover {
  background-color: #eeeeee !important;
  color: #424242 !important; }

.user-dropdown .btn.logout {
  margin: 0;
  text-align: center; }

.user-dropdown a.dropdown-item.btn.logout,
.user-dropdown a.dropdown-item.btn.logout:hover {
  background-color: #003da5 !important;
  color: #ffffff !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.profile-picture-sm {
  border: 2px solid #fff;
  box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15), 0 1.5px 3px 0 rgba(0, 0, 0, 0.5) !important; }

.profile-picture-md {
  border: 3px solid #fff;
  box-shadow: inset 0 2px 3.75px 0 rgba(0, 0, 0, 0.15), 0 2px 3.75px 0 rgba(0, 0, 0, 0.5) !important; }

.jstree-proton {
  font-family: Roboto, sans-serif !important; }

/* Date range picker override colors */
td.active.start-date:not(.off), td.active.end-date:not(.off) {
  background-color: #eb6011 !important;
  border-radius: 50% !important; }

td.active.start-date:hover, td.active.end-date:hover {
  background-color: #eb6011; }

/* Material Select validation styling */
.md-form.form-mdb-select label {
  top: 3px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-size: .9rem !important;
  height: .8rem !important; }

.md-form.form-mdb-select.invalid > div > label[data-error] {
  color: #f44336; }

.md-form.form-mdb-select.invalid > div > label::after {
  font-size: .875rem;
  top: 3rem;
  left: 0;
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  position: absolute; }

.form-control-long-label::after {
  font-size: .875rem !important;
  top: 3rem !important;
  left: 0 !important;
  content: attr(data-error) !important;
  color: #f44336 !important;
  opacity: 1 !important;
  position: absolute !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  width: 100% !important; }

/* A custom margin for making sure there is space for the validation message
    Place the validation message under the textarea (which currently in the framework always have a fixed height)
    Make the error message a bit bigger
*/
.md-form textarea.md-textarea {
  margin-bottom: 10px; }
  .md-form textarea.md-textarea.invalid + label:after, .md-form textarea.md-textarea:focus.invalid + label:after {
    font-size: .8rem;
    top: 140px; }

.select-dropdown li.disabled span {
  color: rgba(0, 0, 0, 0.3) !important; }

/* Fix flickering tooltip */
.tooltip {
  pointer-events: none; }

/* Styles specfic for for unauthenticated users */
.login-container {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/bglogin.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow-x: hidden; }

.external-container {
  display: flex;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  padding: 0; }
  .external-container .logo {
    background: url(../images/sulzer_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px; }
  .external-container .card-body {
    background-color: rgba(0, 0, 0, 0) !important; }
  .external-container .external-card-header {
    background-color: #003da5;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .external-container .btn-primary {
    background-color: #003da5 !important;
    color: #ffffff !important; }

/* Tables */
.connxt-dt-top {
  display: block;
  margin-bottom: 1rem; }
  .connxt-dt-top .dataTables_filter {
    margin: 0;
    text-align: left; }
    .connxt-dt-top .dataTables_filter input {
      margin-left: 0; }
    .connxt-dt-top .dataTables_filter.md-form {
      width: 30%; }
      @media screen and (max-width: 576px) {
        .connxt-dt-top .dataTables_filter.md-form {
          width: 100%; } }
      .connxt-dt-top .dataTables_filter.md-form > .form-control {
        margin-bottom: 0; }
  .connxt-dt-top .pull-left {
    width: 100%; }
  .connxt-dt-top .dt-top-search {
    width: 30%;
    display: inline-block; }
    .connxt-dt-top .dt-top-search .dataTables_filter.md-form {
      width: 100%; }
    .connxt-dt-top .dt-top-search label[for=search] {
      pointer-events: none; }

.selected_count_label {
  margin-right: 3px; }

.dataTables_selected_count {
  display: flex;
  align-content: center;
  flex-wrap: wrap; }

.connxt-dt-table table.dataTable.no-footer {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.connxt-dt-table table.dataTable thead tr {
  height: 37px; }

.connxt-dt-table table.dataTable thead th {
  position: relative;
  background-image: none !important; }
  .connxt-dt-table table.dataTable thead th.sorting_asc, .connxt-dt-table table.dataTable thead th.sorting_desc, .connxt-dt-table table.dataTable thead th.sorting_asc_disabled, .connxt-dt-table table.dataTable thead th.sorting_desc_disabled {
    position: relative;
    cursor: pointer; }
    .connxt-dt-table table.dataTable thead th.sorting_asc :after,
    .connxt-dt-table table.dataTable thead th.sorting_asc :before, .connxt-dt-table table.dataTable thead th.sorting_desc :after,
    .connxt-dt-table table.dataTable thead th.sorting_desc :before, .connxt-dt-table table.dataTable thead th.sorting_asc_disabled :after,
    .connxt-dt-table table.dataTable thead th.sorting_asc_disabled :before, .connxt-dt-table table.dataTable thead th.sorting_desc_disabled :after,
    .connxt-dt-table table.dataTable thead th.sorting_desc_disabled :before {
      position: absolute;
      color: #000; }
  .connxt-dt-table table.dataTable thead th.sorting:before, .connxt-dt-table table.dataTable thead th.sorting_asc:before, .connxt-dt-table table.dataTable thead th.sorting_desc:before, .connxt-dt-table table.dataTable thead th.sorting_asc_disabled:before, .connxt-dt-table table.dataTable thead th.sorting_desc_disabled:before {
    top: 14px;
    font-family: "Material Icons", sans-serif;
    content: "\e5d8"; }
  .connxt-dt-table table.dataTable thead th.sorting:after, .connxt-dt-table table.dataTable thead th.sorting_asc:after, .connxt-dt-table table.dataTable thead th.sorting_desc:after, .connxt-dt-table table.dataTable thead th.sorting_asc_disabled:after, .connxt-dt-table table.dataTable thead th.sorting_desc_disabled:after {
    top: 14px;
    margin-right: -13px;
    font-family: "Material Icons", sans-serif;
    content: "\e5db"; }
  .connxt-dt-table table.dataTable thead th label {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 15px; }

.connxt-dt-table table.dataTable tfoot th,
.connxt-dt-table table.dataTable thead th {
  color: rgba(0, 0, 0, 0.54);
  font-size: .8rem;
  font-weight: 400;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  padding: 8px 10px;
  vertical-align: middle; }

.connxt-dt-table table.dataTable tbody {
  color: rgba(0, 0, 0, 0.87); }
  .connxt-dt-table table.dataTable tbody td {
    font-weight: 400;
    vertical-align: middle; }
  .connxt-dt-table table.dataTable tbody tr .visible-on-hover {
    visibility: hidden;
    cursor: pointer; }
  .connxt-dt-table table.dataTable tbody tr:hover .visible-on-hover {
    visibility: visible; }

.data-table {
  /*hide data-table before dataTables init is completed*/
  display: none; }

.connxt-dt-bottom {
  display: flex;
  justify-content: flex-end;
  font-size: .8rem; }
  @media screen and (max-width: 576px) {
    .connxt-dt-bottom {
      justify-content: center; } }
  .connxt-dt-bottom > div {
    color: rgba(0, 0, 0, 0.54) !important; }
    .connxt-dt-bottom > div:not(:first-child) {
      padding-left: 1rem; }
  .connxt-dt-bottom .dataTables_length {
    text-align: right;
    padding-top: .2rem; }
    .connxt-dt-bottom .dataTables_length > label {
      margin-top: .3rem; }
    @media screen and (max-width: 576px) {
      .connxt-dt-bottom .dataTables_length {
        display: none; } }
    .connxt-dt-bottom .dataTables_length > .select-wrapper {
      width: 20%; }
      .connxt-dt-bottom .dataTables_length > .select-wrapper > span.caret {
        top: .3rem;
        color: inherit; }
      .connxt-dt-bottom .dataTables_length > .select-wrapper > input.select-dropdown {
        height: 1.5rem;
        color: rgba(0, 0, 0, 0.54); }
  .connxt-dt-bottom .dataTables_info {
    padding-top: .5rem; }
    @media screen and (max-width: 576px) {
      .connxt-dt-bottom .dataTables_info {
        width: 100vw;
        display: flex;
        padding-left: 0 !important; } }
  .connxt-dt-bottom .dataTables_paginate {
    padding-top: .3rem; }
    @media screen and (max-width: 576px) {
      .connxt-dt-bottom .dataTables_paginate {
        width: 100vw;
        display: flex;
        margin-top: 0;
        justify-content: flex-end; } }
    @media screen and (max-width: 768px) {
      .connxt-dt-bottom .dataTables_paginate {
        margin-top: 0; } }
    .connxt-dt-bottom .dataTables_paginate .paginate_button {
      padding: 0;
      border: none; }
      .connxt-dt-bottom .dataTables_paginate .paginate_button:active {
        box-shadow: none;
        background: none; }
      .connxt-dt-bottom .dataTables_paginate .paginate_button.disabled, .connxt-dt-bottom .dataTables_paginate .paginate_button.disabled:hover {
        color: rgba(0, 0, 0, 0.26) !important;
        cursor: default !important; }
      .connxt-dt-bottom .dataTables_paginate .paginate_button:hover {
        background: none;
        border: none;
        color: rgba(0, 0, 0, 0.8) !important; }

.dt-button-collection .dropdown-item {
  padding-left: 25px; }
  .dt-button-collection .dropdown-item.active {
    background-color: unset;
    color: black;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 25px; }

.dt-button-collection .dropdown-menu {
  right: -40px;
  left: auto;
  top: 5px;
  max-height: 336px;
  overflow-y: auto; }

.buttons-colvis {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/** TABS **/
.classic-tabs li:first-child {
  margin-left: 0; }

.classic-tabs li a {
  padding: 13px 24px;
  display: block;
  font-size: 13px; }
  .classic-tabs li a.active {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 3px solid; }

.btn-toggle-pass {
  border: none;
  position: absolute;
  top: 11px;
  background: transparent;
  right: 0; }

.btn-toggle-pass.active {
  color: #2196f3; }

/* Normal Material Design forms */
.md-form {
  margin: 0;
  padding-top: .5rem; }
  .md-form label {
    white-space: nowrap; }
  .md-form label[data-error] {
    width: 100%; }
  .md-form input[type=text]:disabled, .md-form input[type=text].disabled,
  .md-form input[type=password]:disabled,
  .md-form input[type=password].disabled,
  .md-form input[type=email]:disabled,
  .md-form input[type=email].disabled,
  .md-form input[type=url]:disabled,
  .md-form input[type=url].disabled,
  .md-form input[type=time]:disabled,
  .md-form input[type=time].disabled,
  .md-form input[type=date]:disabled,
  .md-form input[type=date].disabled,
  .md-form input[type=datetime-local]:disabled,
  .md-form input[type=datetime-local].disabled,
  .md-form input[type=tel]:disabled,
  .md-form input[type=tel].disabled,
  .md-form input[type=number]:disabled,
  .md-form input[type=number].disabled,
  .md-form input[type=search-md]:disabled,
  .md-form input[type=search-md].disabled,
  .md-form input[type=search]:disabled,
  .md-form input[type=search].disabled,
  .md-form textarea.md-textarea:disabled,
  .md-form textarea.md-textarea.disabled {
    pointer-events: auto !important; }
  .md-form input[type=text]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=password]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=email]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=url]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=time]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=date]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=number]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=search-md]:not(.browser-default):focus:not([readonly]),
  .md-form input[type=search]:not(.browser-default):focus:not([readonly]),
  .md-form textarea.md-textarea:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #72a6ff;
    -moz-box-shadow: 0 1px 0 0 #72a6ff;
    -webkit-box-shadow: 0 1px 0 0 #72a6ff;
    box-shadow: 0 1px 0 0 #72a6ff; }
    .md-form input[type=text]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=password]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=email]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=url]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=time]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=date]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=number]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=search-md]:not(.browser-default):focus:not([readonly]) + label,
    .md-form input[type=search]:not(.browser-default):focus:not([readonly]) + label,
    .md-form textarea.md-textarea:not(.browser-default):focus:not([readonly]) + label {
      color: rgba(33, 33, 33, 0.9); }
  .md-form input[type=text]:not(.browser-default).valid, .md-form input[type=text]:not(.browser-default):focus.valid,
  .md-form input[type=password]:not(.browser-default).valid,
  .md-form input[type=password]:not(.browser-default):focus.valid,
  .md-form input[type=email]:not(.browser-default).valid,
  .md-form input[type=email]:not(.browser-default):focus.valid,
  .md-form input[type=url]:not(.browser-default).valid,
  .md-form input[type=url]:not(.browser-default):focus.valid,
  .md-form input[type=time]:not(.browser-default).valid,
  .md-form input[type=time]:not(.browser-default):focus.valid,
  .md-form input[type=date]:not(.browser-default).valid,
  .md-form input[type=date]:not(.browser-default):focus.valid,
  .md-form input[type=datetime-local]:not(.browser-default).valid,
  .md-form input[type=datetime-local]:not(.browser-default):focus.valid,
  .md-form input[type=tel]:not(.browser-default).valid,
  .md-form input[type=tel]:not(.browser-default):focus.valid,
  .md-form input[type=number]:not(.browser-default).valid,
  .md-form input[type=number]:not(.browser-default):focus.valid,
  .md-form input[type=search-md]:not(.browser-default).valid,
  .md-form input[type=search-md]:not(.browser-default):focus.valid,
  .md-form input[type=search]:not(.browser-default).valid,
  .md-form input[type=search]:not(.browser-default):focus.valid,
  .md-form textarea.md-textarea:not(.browser-default).valid,
  .md-form textarea.md-textarea:not(.browser-default):focus.valid {
    border-bottom: 1px solid #4caf50;
    -moz-box-shadow: 0 1px 0 0 #4caf50;
    -webkit-box-shadow: 0 1px 0 0 #4caf50;
    box-shadow: 0 1px 0 0 #4caf50; }
  .md-form input[type=text]:not(.browser-default).invalid, .md-form input[type=text]:not(.browser-default):focus.invalid,
  .md-form input[type=password]:not(.browser-default).invalid,
  .md-form input[type=password]:not(.browser-default):focus.invalid,
  .md-form input[type=email]:not(.browser-default).invalid,
  .md-form input[type=email]:not(.browser-default):focus.invalid,
  .md-form input[type=url]:not(.browser-default).invalid,
  .md-form input[type=url]:not(.browser-default):focus.invalid,
  .md-form input[type=time]:not(.browser-default).invalid,
  .md-form input[type=time]:not(.browser-default):focus.invalid,
  .md-form input[type=date]:not(.browser-default).invalid,
  .md-form input[type=date]:not(.browser-default):focus.invalid,
  .md-form input[type=datetime-local]:not(.browser-default).invalid,
  .md-form input[type=datetime-local]:not(.browser-default):focus.invalid,
  .md-form input[type=tel]:not(.browser-default).invalid,
  .md-form input[type=tel]:not(.browser-default):focus.invalid,
  .md-form input[type=number]:not(.browser-default).invalid,
  .md-form input[type=number]:not(.browser-default):focus.invalid,
  .md-form input[type=search-md]:not(.browser-default).invalid,
  .md-form input[type=search-md]:not(.browser-default):focus.invalid,
  .md-form input[type=search]:not(.browser-default).invalid,
  .md-form input[type=search]:not(.browser-default):focus.invalid,
  .md-form textarea.md-textarea:not(.browser-default).invalid,
  .md-form textarea.md-textarea:not(.browser-default):focus.invalid {
    border-bottom: 1px solid #f44336;
    -moz-box-shadow: 0 1px 0 0 #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336; }
  .md-form input[type=text]:not([readonly]).invalid + label,
  .md-form input[type=password]:not([readonly]).invalid + label,
  .md-form input[type=email]:not([readonly]).invalid + label,
  .md-form input[type=url]:not([readonly]).invalid + label,
  .md-form input[type=time]:not([readonly]).invalid + label,
  .md-form input[type=date]:not([readonly]).invalid + label,
  .md-form input[type=datetime-local]:not([readonly]).invalid + label,
  .md-form input[type=tel]:not([readonly]).invalid + label,
  .md-form input[type=number]:not([readonly]).invalid + label,
  .md-form input[type=search-md]:not([readonly]).invalid + label,
  .md-form input[type=search]:not([readonly]).invalid + label,
  .md-form textarea.md-textarea:not([readonly]).invalid + label {
    color: #f44336; }
  .md-form input[type=text].invalid + label:after, .md-form input[type=text]:focus.invalid + label:after,
  .md-form input[type=password].invalid + label:after,
  .md-form input[type=password]:focus.invalid + label:after,
  .md-form input[type=email].invalid + label:after,
  .md-form input[type=email]:focus.invalid + label:after,
  .md-form input[type=url].invalid + label:after,
  .md-form input[type=url]:focus.invalid + label:after,
  .md-form input[type=time].invalid + label:after,
  .md-form input[type=time]:focus.invalid + label:after,
  .md-form input[type=date].invalid + label:after,
  .md-form input[type=date]:focus.invalid + label:after,
  .md-form input[type=datetime-local].invalid + label:after,
  .md-form input[type=datetime-local]:focus.invalid + label:after,
  .md-form input[type=tel].invalid + label:after,
  .md-form input[type=tel]:focus.invalid + label:after,
  .md-form input[type=number].invalid + label:after,
  .md-form input[type=number]:focus.invalid + label:after,
  .md-form input[type=search-md].invalid + label:after,
  .md-form input[type=search-md]:focus.invalid + label:after,
  .md-form input[type=search].invalid + label:after,
  .md-form input[type=search]:focus.invalid + label:after,
  .md-form textarea.md-textarea.invalid + label:after,
  .md-form textarea.md-textarea:focus.invalid + label:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: none;
    font-size: .7rem;
    top: 1.3rem;
    content: attr(data-error);
    color: #f44336;
    opacity: 1; }
  .md-form input[type=text]:not(.browser-default).form-control.invalid + label:after, .md-form input[type=text]:not(.browser-default).form-control:focus.invalid + label:after, .md-form input[type=text].form-control.invalid + label:after, .md-form input[type=text].form-control:focus.invalid + label:after,
  .md-form input[type=password]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=password]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=password].form-control.invalid + label:after,
  .md-form input[type=password].form-control:focus.invalid + label:after,
  .md-form input[type=email]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=email]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=email].form-control.invalid + label:after,
  .md-form input[type=email].form-control:focus.invalid + label:after,
  .md-form input[type=url]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=url]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=url].form-control.invalid + label:after,
  .md-form input[type=url].form-control:focus.invalid + label:after,
  .md-form input[type=time]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=time]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=time].form-control.invalid + label:after,
  .md-form input[type=time].form-control:focus.invalid + label:after,
  .md-form input[type=date]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=date]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=date].form-control.invalid + label:after,
  .md-form input[type=date].form-control:focus.invalid + label:after,
  .md-form input[type=datetime-local]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=datetime-local]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=datetime-local].form-control.invalid + label:after,
  .md-form input[type=datetime-local].form-control:focus.invalid + label:after,
  .md-form input[type=tel]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=tel]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=tel].form-control.invalid + label:after,
  .md-form input[type=tel].form-control:focus.invalid + label:after,
  .md-form input[type=number]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=number]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=number].form-control.invalid + label:after,
  .md-form input[type=number].form-control:focus.invalid + label:after,
  .md-form input[type=search-md]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=search-md]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=search-md].form-control.invalid + label:after,
  .md-form input[type=search-md].form-control:focus.invalid + label:after,
  .md-form input[type=search]:not(.browser-default).form-control.invalid + label:after,
  .md-form input[type=search]:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form input[type=search].form-control.invalid + label:after,
  .md-form input[type=search].form-control:focus.invalid + label:after,
  .md-form textarea.md-textarea:not(.browser-default).form-control.invalid + label:after,
  .md-form textarea.md-textarea:not(.browser-default).form-control:focus.invalid + label:after,
  .md-form textarea.md-textarea.form-control.invalid + label:after,
  .md-form textarea.md-textarea.form-control:focus.invalid + label:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: none;
    font-size: .7rem;
    top: 1.3rem; }
  .md-form input[type=text].form-control.invalid + label.active:after, .md-form input[type=text].form-control:focus.invalid + label.active:after,
  .md-form input[type=password].form-control.invalid + label.active:after,
  .md-form input[type=password].form-control:focus.invalid + label.active:after,
  .md-form input[type=email].form-control.invalid + label.active:after,
  .md-form input[type=email].form-control:focus.invalid + label.active:after,
  .md-form input[type=url].form-control.invalid + label.active:after,
  .md-form input[type=url].form-control:focus.invalid + label.active:after,
  .md-form input[type=time].form-control.invalid + label.active:after,
  .md-form input[type=time].form-control:focus.invalid + label.active:after,
  .md-form input[type=date].form-control.invalid + label.active:after,
  .md-form input[type=date].form-control:focus.invalid + label.active:after,
  .md-form input[type=datetime-local].form-control.invalid + label.active:after,
  .md-form input[type=datetime-local].form-control:focus.invalid + label.active:after,
  .md-form input[type=tel].form-control.invalid + label.active:after,
  .md-form input[type=tel].form-control:focus.invalid + label.active:after,
  .md-form input[type=number].form-control.invalid + label.active:after,
  .md-form input[type=number].form-control:focus.invalid + label.active:after,
  .md-form input[type=search-md].form-control.invalid + label.active:after,
  .md-form input[type=search-md].form-control:focus.invalid + label.active:after,
  .md-form input[type=search].form-control.invalid + label.active:after,
  .md-form input[type=search].form-control:focus.invalid + label.active:after,
  .md-form textarea.md-textarea.form-control.invalid + label.active:after,
  .md-form textarea.md-textarea.form-control:focus.invalid + label.active:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    white-space: pre-wrap;
    transform: translateY(0%);
    transition: none;
    font-size: .875rem;
    top: 3rem; }
  .md-form .form-control {
    color: rgba(33, 33, 33, 0.9);
    height: auto;
    padding: .5rem 0 .3rem;
    margin: .2rem 0 1rem;
    line-height: 1rem;
    font-size: .9rem; }
    .md-form .form-control:disabled, .md-form .form-control[readonly] {
      color: rgba(33, 33, 33, 0.7);
      border-bottom-style: dotted;
      border-bottom-color: rgba(33, 33, 33, 0.42); }
  .md-form label {
    margin: 0;
    padding: 0;
    top: 1.3rem;
    color: rgba(33, 33, 33, 0.75);
    font-size: .8rem;
    transform: none;
    font-weight: 400; }
    .md-form label.active {
      font-size: .8rem;
      top: .8rem; }
  .md-form textarea.md-textarea {
    transition-duration: 0s;
    resize: vertical;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    height: auto;
    padding: .5rem 0 .3rem;
    line-height: 1rem;
    font-size: .9rem;
    color: rgba(33, 33, 33, 0.9); }
  .md-form textarea ~ label.active {
    color: rgba(33, 33, 33, 0.75); }
  .md-form [type="checkbox"]:not(:checked),
  .md-form [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .md-form [type="checkbox"] + label {
    color: rgba(33, 33, 33, 0.9);
    top: 0; }
  .md-form [type="checkbox"].filled-in:checked + label:after {
    background-color: #003da5;
    border-color: #003da5; }
  .md-form [type="checkbox"].filled-in.filled-in-danger:checked + label:after {
    /*background-color: $red-base;
                    border-color: $red-base;*/ }
  .md-form [type="checkbox"]:disabled:checked + label:before {
    background-color: transparent; }
  .md-form [type="checkbox"]:disabled:checked + label:after {
    background-color: #72a6ff;
    border-color: #72a6ff; }

.md-form label {
  line-height: 20px; }

.form-radios.md-form label {
  line-height: 24px !important; }

.form-checkboxes.md-form.invalid > label,
.form-radios.md-form.invalid > label {
  color: #f44336; }

.form-checkboxes.md-form.invalid > label:after,
.form-radios.md-form.invalid > label:after {
  position: relative;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  display: block;
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  font-size: .7rem;
  transition: none; }

.form-checkboxes.md-form label,
.form-radios.md-form label {
  top: .5rem;
  font-size: .8rem; }

.form-checkboxes.md-form .form-check,
.form-radios.md-form .form-check {
  top: 1.3rem; }
  .form-checkboxes.md-form .form-check:last-of-type,
  .form-radios.md-form .form-check:last-of-type {
    padding-bottom: 2rem; }
  .form-checkboxes.md-form .form-check label,
  .form-radios.md-form .form-check label {
    padding-left: 2rem;
    top: 1rem;
    margin-bottom: 8px; }
  .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label, .form-checkboxes.md-form .form-check [type="radio"]:checked + label,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label,
  .form-radios.md-form .form-check [type="radio"]:checked + label {
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    transition: .28s ease;
    user-select: none;
    margin-bottom: .5rem; }
  .form-checkboxes.md-form .form-check [type="radio"] + label:before, .form-checkboxes.md-form .form-check [type="radio"] + label:after,
  .form-radios.md-form .form-check [type="radio"] + label:before,
  .form-radios.md-form .form-check [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: .25rem;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    transition: .28s ease; }
  .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label:before, .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label:after, .form-checkboxes.md-form .form-check [type="radio"]:checked + label:before, .form-checkboxes.md-form .form-check [type="radio"]:checked + label:after, .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:before, .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:after,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label:before,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label:after,
  .form-radios.md-form .form-check [type="radio"]:checked + label:before,
  .form-radios.md-form .form-check [type="radio"]:checked + label:after,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:before,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:after {
    border-radius: 50%; }
  .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label:before, .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label:after,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label:before,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label:after {
    border: 2px solid;
    border-color: rgba(33, 33, 33, 0.9); }
  .form-checkboxes.md-form .form-check [type="radio"]:not(:checked) + label:after,
  .form-radios.md-form .form-check [type="radio"]:not(:checked) + label:after {
    transform: scale(0); }
  .form-checkboxes.md-form .form-check [type="radio"]:checked + label:before,
  .form-radios.md-form .form-check [type="radio"]:checked + label:before {
    border: 2px solid transparent; }
  .form-checkboxes.md-form .form-check [type="radio"]:checked + label:after, .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:before, .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:after,
  .form-radios.md-form .form-check [type="radio"]:checked + label:after,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:before,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:after {
    border: 2px solid;
    border-color: #003da5; }
  .form-checkboxes.md-form .form-check [type="radio"]:checked + label:after, .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:after,
  .form-radios.md-form .form-check [type="radio"]:checked + label:after,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:after {
    background-color: #003da5; }
  .form-checkboxes.md-form .form-check [type="radio"].with-gap:checked + label:after,
  .form-radios.md-form .form-check [type="radio"].with-gap:checked + label:after {
    transform: scale(0.5); }
  .form-checkboxes.md-form .form-check [type="radio"].with-gap:disabled:checked + label:before,
  .form-radios.md-form .form-check [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid;
    border-color: #72a6ff; }
  .form-checkboxes.md-form .form-check [type="radio"].with-gap:disabled:checked + label:after,
  .form-radios.md-form .form-check [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: #72a6ff; }
  .form-checkboxes.md-form .form-check [type="radio"]:disabled:not(:checked) + label:before, .form-checkboxes.md-form .form-check [type="radio"]:disabled:checked + label:before,
  .form-radios.md-form .form-check [type="radio"]:disabled:not(:checked) + label:before,
  .form-radios.md-form .form-check [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(33, 33, 33, 0.7); }
  .form-checkboxes.md-form .form-check [type="radio"]:disabled + span,
  .form-radios.md-form .form-check [type="radio"]:disabled + span {
    color: rgba(33, 33, 33, 0.7); }
  .form-checkboxes.md-form .form-check [type="radio"]:disabled:not(:checked) + span:before,
  .form-radios.md-form .form-check [type="radio"]:disabled:not(:checked) + span:before {
    border-color: rgba(33, 33, 33, 0.7); }
  .form-checkboxes.md-form .form-check [type="radio"]:disabled:checked + span:after,
  .form-radios.md-form .form-check [type="radio"]:disabled:checked + span:after {
    border-color: rgba(33, 33, 33, 0.7);
    background-color: rgba(33, 33, 33, 0.7); }

.form-check [type="radio"]:not(:checked) + label:before, .form-check [type="radio"]:not(:checked) + label:after {
  border-color: rgba(33, 33, 33, 0.9); }

.form-check [type="radio"]:checked + label:after, .form-check [type="radio"].with-gap:checked + label:before, .form-check [type="radio"].with-gap:checked + label:after {
  border-color: #003da5; }

.form-check [type="radio"]:checked + label:after, .form-check [type="radio"].with-gap:checked + label:after {
  background-color: #003da5; }

.form-check [type="radio"].with-gap:disabled:checked + label:before {
  border-color: #72a6ff; }

.form-check [type="radio"].with-gap:disabled:checked + label:after {
  background-color: #72a6ff; }

.form-check [type="radio"]:disabled:not(:checked) + label:before, .form-check [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(33, 33, 33, 0.7); }

.form-check [type="radio"]:disabled + span {
  color: rgba(33, 33, 33, 0.7); }

.form-check [type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(33, 33, 33, 0.7); }

.form-check [type="radio"]:disabled:checked + span:after {
  border-color: rgba(33, 33, 33, 0.7);
  background-color: rgba(33, 33, 33, 0.7); }

.form-radios.md-form .form-check {
  top: .5rem; }

/* Select */
.form-mdb-select.md-form label {
  top: 0;
  font-size: .6rem;
  height: .6rem; }

.form-mdb-select.md-form.invalid > label {
  color: #f44336; }

.form-mdb-select.md-form.invalid > label:after {
  position: relative;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  display: block;
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  font-size: .7rem;
  transition: none; }

.form-mdb-select.md-form.invalid .select-wrapper.mdb-select > input[type=text] {
  border-bottom: 1px solid #f44336;
  -moz-box-shadow: 0 1px 0 0 #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  box-shadow: 0 1px 0 0 #f44336; }

.form-mdb-select.md-form input.select-dropdown {
  height: auto;
  padding: .5rem 0 0.3rem;
  line-height: 1rem;
  font-size: .9rem; }
  .form-mdb-select.md-form input.select-dropdown:disabled {
    color: rgba(33, 33, 33, 0.7);
    border-bottom-style: dotted;
    border-bottom-color: rgba(33, 33, 33, 0.42); }

.form-mdb-select.md-form .select-wrapper.mdb-select span.caret {
  top: .5rem; }

.form-mdb-select.md-form .select-wrapper.mdb-select > ul li span.filtrable {
  color: rgba(33, 33, 33, 0.9); }

/* CSS fix for validation error overlapping with radio buttons */
.form-radios > :first-child {
  margin-top: 8px; }

/* Form migration messages custom styling */
.migrated-field {
  font-weight: bold; }

.migrated-field-value {
  font-style: italic; }

.connxt-tags-container .chips .chip {
  background-color: #eb6011;
  color: #000; }

/* MD Bootstrap overrides */
.btn-primary {
  background-color: #003da5 !important;
  color: #ffffff !important; }
  .btn-primary.dropdown-toggle {
    background-color: #003da5 !important;
    color: #ffffff !important; }
    .btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
      background-color: #003da5 !important;
      color: #ffffff !important; }

.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:active {
  background-color: #0050d8 !important; }

.btn-secondary,
.btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle {
  background-color: #003da5 !important;
  color: #ffffff !important; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus,
  .btn-secondary.dropdown-toggle:hover,
  .btn-secondary.dropdown-toggle:active,
  .btn-secondary.dropdown-toggle:focus,
  .show > .btn-secondary.dropdown-toggle:hover,
  .show > .btn-secondary.dropdown-toggle:active,
  .show > .btn-secondary.dropdown-toggle:focus {
    background-color: #003da5 !important;
    color: #ffffff !important; }
  .btn-secondary.disabled, .btn-secondary:disabled,
  .btn-secondary.dropdown-toggle.disabled,
  .btn-secondary.dropdown-toggle:disabled,
  .show > .btn-secondary.dropdown-toggle.disabled,
  .show > .btn-secondary.dropdown-toggle:disabled {
    background-color: #003da5 !important;
    color: #ffffff !important; }

.btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #384959 !important; }

.btn-block + .btn-block {
  margin-top: .5rem !important; }

.dropdown-item:hover {
  background-color: #d8e6ff !important; }

.dropdown-item:active {
  background-color: #72a6ff !important; }

.dropdown-menu.force-scroll {
  overflow-y: auto;
  max-height: 180px; }

a {
  color: #eb6011; }
  a:hover, a:active, a:focus, a:visited {
    color: #e2440a; }

.small {
  color: #eb6011; }

.bg-navbar {
  background-color: #003da5; }

.side-nav {
  background-color: #fff;
  margin-top: 66px; }
  .side-nav a {
    padding-left: 1rem; }

.double-nav {
  z-index: 1050;
  color: #ffffff; }

@media only screen and (max-width: 1024px) {
  .double-nav .breadcrumb-dn {
    display: none; } }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

main,
footer {
  padding-left: 240px; }

footer {
  flex-shrink: 0;
  padding-bottom: 8px; }
  footer > div {
    font-size: .8rem; }
  footer a,
  footer a:hover,
  footer a:active,
  footer a:focus,
  footer a:visited {
    text-decoration: underline;
    color: inherit; }

a.button-collapse.mt-2 i {
  color: #ffffff; }

@media (max-width: 1440px) {
  main,
  footer {
    padding-left: 0; }
  .double-nav .button-collapse,
  .double-nav .logo {
    display: inline-block !important; }
  .double-nav .button-collapse {
    left: 0px;
    margin-left: 0px; } }

.navbar {
  height: 66px; }

.custom-scrollbar {
  overflow: auto; }

.navbar .dropdown-menu.dropdown-menu-right,
.dropdown-menu-right {
  right: 0 !important;
  left: auto; }

.card {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .card .tab-content {
    padding: 1.25rem;
    /* Use the same padding as card-body when using tabs in a card */ }
  .card .card-header {
    border-radius: 0;
    font-weight: 400; }

.card-body {
  background-color: #fff; }

.connxt-dt-bottom .dataTables_length {
  /*IE11 fix for datatables rows per page label*/ }
  .connxt-dt-bottom .dataTables_length > label {
    vertical-align: top; }
  .connxt-dt-bottom .dataTables_length > .select-wrapper > input.select-dropdown {
    line-height: normal; }

/*Add resizability to control and disable transitions on edit forms*/
textarea.md-textarea {
  transition-duration: 0s;
  resize: vertical;
  max-height: 500px;
  overflow-y: auto; }

/*Custom validation summary styling*/
.validation-summary-errors {
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 1px;
  border-left: 3px solid #ff3537; }
  .validation-summary-errors > ul > li {
    list-style-type: none;
    margin-left: -19px;
    color: #9e1d29; }

.module-header-title {
  color: #000; }

.module-header .classic-tabs li a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  text-transform: uppercase; }
  .module-header .classic-tabs li a.active, .module-header .classic-tabs li a:active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #003da5;
    border-bottom: 3px solid #003da5; }

.connxt-body {
  background-color: #e0e0e0; }

.dt-icon {
  color: rgba(0, 0, 0, 0.4); }

a.dropdown-item:visited {
  color: inherit; }

.connxt {
  background-color: #eb6011; }

.connxt-text {
  color: #eb6011; }

/* Left navigation */
.side-nav .collapsible {
  margin: 0; }

.side-nav .custom-scrollbar .collapsible li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .side-nav .custom-scrollbar .collapsible li:hover a.collapsible-header.waves-effect.pt-2.connxt {
    background-color: rgba(0, 61, 165, 0.04);
    color: rgba(0, 61, 165, 0.87) !important; }

.side-nav .custom-scrollbar .collapsible a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt {
    background-color: #fff;
    height: 3.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(0, 61, 165, 0.87) !important; }
    .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt.active {
      background-color: rgba(0, 61, 165, 0.04) !important;
      color: rgba(0, 61, 165, 0.87) !important; }
    .side-nav .custom-scrollbar .collapsible a.collapsible-header.waves-effect.pt-2.connxt > i.fa {
      font-size: 1.1rem; }

/* Module Header */
.module-header {
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  padding: 0;
  background: #fff;
  background: linear-gradient(90deg, #fff, #fff);
  margin-top: 4.125rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .module-header .top-hierarchy-breadcrumb {
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .module-header .top-hierarchy-breadcrumb .dropdown-menu {
      cursor: auto; }
  .module-header .title-wrapper {
    padding-left: 1em;
    padding-top: .6em;
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .module-header .title-wrapper h2 {
      overflow: hidden;
      display: block !important;
      text-overflow: ellipsis;
      white-space: nowrap; }

.module-header h2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative; }

.module-header .parallelogram {
  position: absolute;
  right: 3.5rem;
  top: -1px;
  width: 14%;
  height: 100%;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg); }

@media only screen and (max-width: 600px) {
  .module-header .title-wrapper h2 {
    width: 100%; } }

/* Navbar*/
.navbar.scrolling-navbar {
  z-index: 1050;
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.navbar .logo {
  height: 42px;
  width: 240px;
  background: url(../images/sulzer_white.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .navbar .logo img.logo-image {
    height: 42px; }

.navbar .navbar-content {
  float: left !important;
  display: flex;
  align-items: center; }
  .navbar .navbar-content a {
    color: #ffffff; }

/* Profile/User dropdown menu*/
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 50px; }

.user-dropdown {
  top: 0px;
  width: 200px;
  padding: 0 !important; }

.user-dropdown a.dropdown-item,
.user-dropdown a.dropdown-item:hover {
  color: #424242 !important;
  border-radius: 0;
  transition: none;
  box-shadow: none !important; }

.dropdown-menu.user-dropdown .dropdown-item:hover,
.user-dropdown a.dropdown-item:hover {
  background-color: #eeeeee !important;
  color: #424242 !important; }

.user-dropdown .btn.logout {
  margin: 0;
  text-align: center; }

.user-dropdown a.dropdown-item.btn.logout,
.user-dropdown a.dropdown-item.btn.logout:hover {
  background-color: #003da5 !important;
  color: #ffffff !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.profile-picture-sm {
  border: 2px solid #fff;
  box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15), 0 1.5px 3px 0 rgba(0, 0, 0, 0.5) !important; }

.profile-picture-md {
  border: 3px solid #fff;
  box-shadow: inset 0 2px 3.75px 0 rgba(0, 0, 0, 0.15), 0 2px 3.75px 0 rgba(0, 0, 0, 0.5) !important; }

.jstree-proton {
  font-family: Roboto, sans-serif !important; }

/* Date range picker override colors */
td.active.start-date:not(.off), td.active.end-date:not(.off) {
  background-color: #eb6011 !important;
  border-radius: 50% !important; }

td.active.start-date:hover, td.active.end-date:hover {
  background-color: #eb6011; }

/* Material Select validation styling */
.md-form.form-mdb-select label {
  top: 3px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-size: .9rem !important;
  height: .8rem !important; }

.md-form.form-mdb-select.invalid > div > label[data-error] {
  color: #f44336; }

.md-form.form-mdb-select.invalid > div > label::after {
  font-size: .875rem;
  top: 3rem;
  left: 0;
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  position: absolute; }

.form-control-long-label::after {
  font-size: .875rem !important;
  top: 3rem !important;
  left: 0 !important;
  content: attr(data-error) !important;
  color: #f44336 !important;
  opacity: 1 !important;
  position: absolute !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  width: 100% !important; }

/* A custom margin for making sure there is space for the validation message
    Place the validation message under the textarea (which currently in the framework always have a fixed height)
    Make the error message a bit bigger
*/
.md-form textarea.md-textarea {
  margin-bottom: 10px; }
  .md-form textarea.md-textarea.invalid + label:after, .md-form textarea.md-textarea:focus.invalid + label:after {
    font-size: .8rem;
    top: 140px; }

.select-dropdown li.disabled span {
  color: rgba(0, 0, 0, 0.3) !important; }

/* Fix flickering tooltip */
.tooltip {
  pointer-events: none; }

.img-preview-crop {
  display: block;
  margin-left: 6px;
  margin-bottom: 30px;
  background: #003da5; }

.md-form .file-field div.btn {
  margin-left: 0; }

.md-form .img-preview {
  background-color: rgba(99, 99, 99, 0.1);
  margin-left: 0; }
