body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: transparent;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  height: 100%;
  /*-webkit-font-smoothing: antialiased;*/ }

html {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  min-width: 320px;
  height: 100%;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  margin-top: 29px;
  //line-height: inherit;
  color: #30353f; }
  h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-style: italic; }

body.menu {
  overflow-x: hidden;
}
body.menu .content {
    margin-left: 165px;
    position: fixed;
    width: 850px;
}
body.menu #sidebar-nav {
    position: absolute;
    left: 0;
    /*height: 100%;*/
    border-right: 0px;
    box-shadow: none;
}

.header {
  margin-bottom: 60px; }
  .header h1, .header h2, .header h3, .header h4, .header h5 {
    float: left;
    margin-top: 5px; }

/* Custom navbar stuff */
/* search input */
.navbar-inverse {
  /* navbar settings and logout icons */
  /* notification menu with custom dropdowns */
  /* navbar popup dialog */ }
  .navbar-inverse input.search {
    height: 27px;
    width: 220px;
    padding: 3px 6px;
    background: url("../images/lens.png") #0f1217 no-repeat 95%;
    border: 1px solid #0f1217;
    position: relative;
    border-radius: 4px;
    top: 9px;
    color: #000;
    font-size: 13px;
    margin-right: 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; }
    .navbar-inverse input.search:focus {
      background-color: #fff;
      border: 0; }
  .navbar-inverse .settings i {
    color: #9ba3ad;
    font-size: 21px;
  }

  .navbar-inverse input.search.drop {
    background: url("../images/lens.png") #fcfcfc no-repeat 95%;
    border: 1px solid #d0dde9;
    position: inherit;
    margin-right: 0;
}

  .navbar-inverse .settings .dropdown-menu > li > a i {
    color: #333333;
    font-size: 13px;
  }

  .navbar-inverse .settings li.active i {
    color: #333333;
    font-size: 10px;
    margin-left: -15px;
  }

  #header.navbar-inverse .settings li.active i {
      margin-left: -16px;
      margin-right: -3px;
      vertical-align: middle;
  }

  .navbar-inverse .settings li.active a:hover i{
    color: #ffffff;
  }

  .navbar-inverse .notification-dropdown {
    position: relative; }
    .navbar-inverse .notification-dropdown > a:hover,
    .navbar-inverse .notification-dropdown > a.active {
      background: #254261 !important;
      box-shadow: inset 1px 0px 1px 0px #3e5a79; }
    .navbar-inverse .notification-dropdown i {
      font-size: 17px;
      color: #9ba3ad; }
    .navbar-inverse .notification-dropdown .count {
      position: absolute;
      top: 1px;
      left: 58%;
      background: #35bac4;
      padding: 0px 5px;
      border-radius: 30px;
      color: #fff;
      line-height: 16px;
      z-index: 9999;
      text-align: center;
      font-size: 11px; }
  .navbar-inverse .pop-dialog {
    position: absolute;
    right: -10px;
    top: 55px;
    display: none;
    /* navbar popup dialog for notifications */
    /* navbar popup dialog for messages */ }
    .navbar-inverse .pop-dialog.is-visible {
      display: block;
      -webkit-animation: reveal .2s ease-out;
      -moz-animation: reveal .2s ease-out;
      animation: reveal .2s ease-out; }
    .navbar-inverse .pop-dialog .body {
      box-shadow: 0px 1px 9px 1px #c2c2c2; }
    .navbar-inverse .pop-dialog .close-icon {
      float: right;
      text-decoration: none;
      z-index: 9999;
      position: relative; }
    .navbar-inverse .pop-dialog .footer {
      border-top: 1px solid #e6e8e9;
      background-color: #eff4f7;
      margin: 15px 0px -10px 0px;
      border-radius: 0px 0px 5px 5px;
      padding: 12px 20px;
      text-align: center; }
      .navbar-inverse .pop-dialog .footer a {
        font-weight: 600;
        color: #7d91a8; }
    .navbar-inverse .pop-dialog .notifications {
      width: 330px;
      margin: 10px -10px 0px -10px; }
      .navbar-inverse .pop-dialog .notifications h3 {
        font-size: 13px;
        color: #404951;
        font-weight: bold;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 15px; }
      .navbar-inverse .pop-dialog .notifications .item {
        display: block;
        padding: 10px 0px 8px 20px;
        border-top: 1px solid #e7e8ea;
        color: #363636;
        text-decoration: none;
        padding-left: 50px;
        position: relative;
        transition: all .25s linear;
        -moz-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear; }
        .navbar-inverse .pop-dialog .notifications .item:hover {
          background: #f0f6ff; }
        .navbar-inverse .pop-dialog .notifications .item > i {
          color: #fc827b;
          position: absolute;
          left: 19px;
          font-size: 18px; }
          .navbar-inverse .pop-dialog .notifications .item > i.icon-user {
            left: 18px; }
        .navbar-inverse .pop-dialog .notifications .item .time {
          float: right;
          color: #82a3c1;
          font-style: italic;
          font-weight: 600;
          font-size: 11px;
          min-width: 60px;
          margin-right: 5px; }
          .navbar-inverse .pop-dialog .notifications .item .time i {
            font-size: 13px;
            color: #cfcfcf;
            margin-right: 1px; }
    .navbar-inverse .pop-dialog .messages {
      width: 325px;
      margin: 10px -10px 0px -10px; }
      .navbar-inverse .pop-dialog .messages .item {
        display: block;
        padding: 10px 20px 15px 20px;
        height: 80px;
        border-bottom: 1px solid #e7e8ea;
        color: #363636;
        text-decoration: none;
        position: relative;
        transition: all .25s linear;
        -moz-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear; }
        .navbar-inverse .pop-dialog .messages .item.last {
          border-bottom: 0px; }
        .navbar-inverse .pop-dialog .messages .item:hover {
          background: #f0f6ff; }
        .navbar-inverse .pop-dialog .messages .item .display {
          float: left;
          border-radius: 50px;
          margin-right: 15px; }
        .navbar-inverse .pop-dialog .messages .item .name {
          font-size: 12px;
          color: #404951;
          font-weight: bold; }
        .navbar-inverse .pop-dialog .messages .item .msg {
          font-size: 11px;
          color: #636363;
          line-height: 13px;
          position: relative;
          top: 2px; }
        .navbar-inverse .pop-dialog .messages .item .time {
          position: absolute;
          right: 0px;
          bottom: 6px;
          color: #82a3c1;
          font-style: italic;
          font-weight: 600;
          font-size: 11px;
          min-width: 60px;
          margin-right: 5px; }
          .navbar-inverse .pop-dialog .messages .item .time i {
            font-size: 13px;
            color: #cfcfcf;
            margin-right: 1px; }
      .navbar-inverse .pop-dialog .messages .footer {
        margin-top: 6px; }
.count-container {
  padding: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  line-height: 11px;
  font-size: 11px;
  border-radius: 2px;
  font-weight: bold;
  color: white;
}

.count-title {
  float: right;
  padding: 0 7px;
  background-color: darkgray;
  color: white;
  border-radius: 20px;
}

.message-nav-row {
  display: grid;
  grid-template-columns: 40px 400px 60px;
}

.message-nav-row > a {
  color: #888;
}

.message-nav-row > a:hover {
  background: #0f75bd;
  color: #fff;
  text-decoration: none;
}

.internal-grid-message-nav {
  display: grid;
  grid-template-columns: fit-content(50%) 1fr;
}

.internal-grid-message-nav-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}

.message-content-nav * {
  display: inline;
  padding: 0 10px 0 0;
  font-size: 13px;
}

.message-date-nav {
  padding: 5px;
}

/* Sidebar */
#sidebar-nav {
  position: absolute;
  width: 180px;
  float: left;
  margin: 0em;
  padding-top: 5.8em; }
  #sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    /* sidebar submenus */ }
    #sidebar-nav #dashboard-menu > li > a {
      display: block;
      padding: 19px 14px 15px 14px;
      margin-left: -15px;
      margin-bottom: 5px;
      border-bottom: 1px solid #dae1e8;
      box-shadow: 0 2px 1px -1px #FFFFFF;
      color: #6e829b;
      outline: 0px;
      line-height: 21px; }
    #sidebar-nav #dashboard-menu > li {
      position: relative;
      /* font awesome icon */ }
      #sidebar-nav #dashboard-menu > li .icon-group {
        font-size: 22px; }
      #sidebar-nav #dashboard-menu > li i {
        font-size: 23px;
        top: 17px; }
      #sidebar-nav #dashboard-menu > li:hover i {
        opacity: 1; }
      #sidebar-nav #dashboard-menu > li.active > a,
      #sidebar-nav #dashboard-menu > li > a:hover {
        color: #33455a;
        text-decoration: none; }
      #sidebar-nav #dashboard-menu > li.active a {
        font-weight: 600;
        text-shadow: 1px 1px 1px #fff; }
      #sidebar-nav #dashboard-menu > li.active i {
        opacity: 1; }
    #sidebar-nav #dashboard-menu .pointer {
      position: absolute;
      right: 9px;
      top: 20px; }
      #sidebar-nav #dashboard-menu .pointer .arrow,
      #sidebar-nav #dashboard-menu .pointer .arrow_border {
        border-color: transparent #fff transparent transparent;
        border-width: 11px;
        border-style: solid;
        font-size: 0;
        left: 50%;
        line-height: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1002;
        left: 0;
        margin-left: 45%; }
      #sidebar-nav #dashboard-menu .pointer .arrow_border {
        border-color: transparent #c0d2dd transparent transparent;
        border-width: 11px;
        margin-left: -1px;
        border-style: solid;
        z-index: 1001;
        top: 0px; }
    #sidebar-nav #dashboard-menu a span {
      margin-left: 35px;
      transition: color .1s linear;
      -moz-transition: color .1s linear;
      -webkit-transition: color .1s linear;
      -o-transition: color .1s linear; }
    #sidebar-nav #dashboard-menu a.ui-elements span {
      margin-left: 25px; }
    #sidebar-nav #dashboard-menu a i {
      position: absolute;
      left: 0;
      height: 24px;
      width: 24px;
      opacity: 0.7;
      transition: opacity .1s ease;
      -moz-transition: opacity .1s ease;
      -webkit-transition: opacity .1s ease;
      -o-transition: opacity .1s ease; }
      #sidebar-nav #dashboard-menu a i.icon-chevron-down {
        position: relative;
        float: right;
        top: 5px;
        font-size: 11px;
        color: #686868;
        width: initial;
        height: initial; }
    #sidebar-nav #dashboard-menu > li.active .dropdown-toggle,
    #sidebar-nav #dashboard-menu > li.open .dropdown-toggle {
      border-bottom: 0px;
      box-shadow: none; }
    #sidebar-nav #dashboard-menu ul.submenu {
      list-style-type: none;
      display: none;
      margin-top: 7px;
      margin-bottom: 15px;
      margin-right: 5px;
      margin-left: -15px;
      padding-left: 15px;
      border-bottom: 1px solid #dae1e8;
      box-shadow: 0 2px 1px -1px #FFFFFF;
      padding-bottom: 10px; }
      #sidebar-nav #dashboard-menu ul.submenu.active {
        display: block; }
      #sidebar-nav #dashboard-menu ul.submenu a {
        font-weight: normal;
        font-size: 13px;
        color: #4c535a;
        text-decoration: none;
        display: block;
        margin-bottom: 7px; }
        #sidebar-nav #dashboard-menu ul.submenu a:hover {
          text-decoration: underline; }
        #sidebar-nav #dashboard-menu ul.submenu a.active {
          font-weight: bold;
          text-shadow: none; }

#pad-wrapper {
  padding: 0px 50px;
  margin-top: 55px; }
  #pad-wrapper h4 {
    color: #696d73;
    font-style: italic; }

.content {
  min-width: 400px;
  min-height: 620px;
  margin-bottom: 100px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: 177px;
  border-left: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  box-shadow: -3px 3px 3px -2px #f1f1f3;
  border-radius: 0px 0px 0px 5px;
  -webkit-transition: margin-left .3s ease;
  -moz-transition: margin-left .3s ease;
  -o-transition: margin-left .3s ease;
  -ms-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
  /* starts skins changer */
  /* end skin changer*/ }
  .content.wide-content {
    margin-left: 0;
    border-radius: 0; }
  .content .skins-nav {
    opacity: 1;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    position: fixed;
    right: -88px;
    top: 135px;
    font-size: 13px;
    z-index: 9999; }
    .content .skins-nav:hover {
      right: 0; }
    .content .skins-nav a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding-left: 10px;
      height: 37px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      margin-bottom: 3px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .content .skins-nav a.first_nav {
        background: rgba(95, 175, 228, 0.8); }
        .content .skins-nav a.first_nav:hover {
          background: #5fafe4; }
      .content .skins-nav a.second_nav {
        background: rgba(36, 43, 77, 0.8); }
        .content .skins-nav a.second_nav:hover {
          background: #242b4d; }
      .content .skins-nav a .icon {
        float: left;
        width: 9px;
        height: 10px;
        background: url("../images/skin-nav-bullets.png") 0 0 no-repeat;
        margin: 15px 15px 0 5px; }
      .content .skins-nav a.selected .icon {
        background-position: 0 -9px; }
      .content .skins-nav a .text {
        padding-right: 12px;
        white-space: nowrap;
        display: block;
        width: 115px;
        position: relative;
        top: 9px;
        -webkit-transition: width .2s;
        -moz-transition: width .2s;
        -ms-transition: width .2s;
        -o-transition: width .2s;
        transition: width .2s; }
.edit-data .edit-data-avatar {
    background: #428bca none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    height: 100px;
    text-align: center;
    width: 100px;
}

/*?=@media=900px------------------- */
@media (max-width: 900px) {
  .modal-large > .modal-dialog {
    width: auto;
  }
  .modal-large.modal, .modal[role="dialog"] {
    min-width: auto;
  }
  .modal-body {
    width: 100%;
  }
}

/* responsive */
@media (max-width: 768px) {
  #pad-wrapper {
    padding: 0px 15px; }

  .content {
    min-width: 0px;
    margin: 0; }

  #dashboard-menu .pointer {
    display: none; }

  #sidebar-nav {
    left: -200px;
    position: fixed;
    z-index: 9999;
    background-color: #f7f7f7;
    padding-top: 0px;
    border-right: 1px solid #ccc;
    width: 165px;
    box-shadow: 1px 1px 4px 1px #e9e9e9;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease; }

  #sidebar-nav #dashboard-menu {
    margin-left: 10px; }

  #sidebar-nav #dashboard-menu li a span {
    visibility: visible; }

  #sidebar-nav #dashboard-menu li:last-child a {
    border-bottom: 0px;
    box-shadow: none; } }
@media (max-width: 767px) {
  #main-stats .stat {
    width: 50%;
    float: left; } }


/* CONTENT CONTROL */
.content-control{
    position: relative;
    background-color: #ffffff;
    height: 35px;
    padding: 0 15px;
}
    .content-control,
    .content-control > .control-nav,
    .content-control > .control-nav > li{
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .content-control > .control-nav > li{
        position: relative;
        margin: 0;
        padding: 0 10px;
        float: left;
        line-height: 40px;
    }
    .content-control > .control-nav > li.active{
        background-color: #ffffff;
    }
        .content-control > .control-nav > li.divider{
            padding: 0;
            height: 35px;
            border-right: 1px solid #E0E4E8;
            border-left: 1px solid #ffffff;
        }
        .content-control > .control-nav > li > a{
            font-size: 11px;
            padding: 0;
            line-height: 38px;  /* 40px - 2px for border */
            color: #394264;
        }
        .content-control > .control-nav > li > a.active,
        .content-control > .control-nav > li > a:active,
        .content-control > .control-nav > li > a:focus,
        .content-control > .control-nav > li > a:hover{
            text-decoration: none
        }

    .content-control > .breadcrumb{
        background-color: #ffffff;
        display: inline-block;
        color: #999999;
        font-size: 11px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 34px;  /* 40px - 1px just for border-bottom */
        margin: 0;
        padding: 0 22px;
        -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
    }
    .content-control > .breadcrumb a{
        color: #4f545a;
        text-decoration-color: #4f545a;
        font-size: 11px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-decoration: none;
    }
/* end content-control */

.up {
    background: url('../images/up.png') no-repeat;
    position: fixed;
    right: 5px;
    top: 50px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    z-index: 1005;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    //-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    //-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    //box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    //-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    //-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    //box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 1px solid #ccc;
    //-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    //-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    //box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.thumb-32 {
    max-width: 32px;
    max-height: 32px;
}

.thumb-64 {
    max-width: 64px;
    max-height: 64px;
}

.thumb-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last .sidebar {
    padding: 5px 0;
}

.last .sidebar li {
    text-align: left;
}

.last .sidebar .sidebar-child {
    left: auto;
    right: 100%;
}

#header.navbar-inverse .settings li i.moon-point {
    vertical-align: middle;
    margin-left: -16px;
}

.sidebar-iconImg {
    height: 35px;
    margin: 0 auto;
    width: 35px;
}

div.cke_reset_all {
    position: fixed;
    z-index: 10000;
    top: 0px;
    height: 100%;
    overflow: auto;
    width: 100%;
}

.table-full-responsive {
    width: 100%;
    overflow: auto;
}

.table-scroll-height {
    max-height: 550px;
    overflow: auto;
}

.table-scroll-height table thead td {
    position: sticky;
    top: 0;
    background: #fff;
}

.table-scroll-height table thead td,
.table-scroll-height table thead th {
    z-index: 1;
}

@media (max-width: 576px) {
  .table-full-responsive {
    max-height: 550px;
  }
}

.table-full-responsive table {
    position: relative;
}
.table-full-responsive table thead td {
    position: sticky;
    top: 0;
    background: #fff;
}
.table-full-responsive > .table > thead > tr > th,
.table-full-responsive > .table > tbody > tr > th,
.table-full-responsive > .table > tfoot > tr > th,
.table-full-responsive > .table > thead > tr > td,
.table-full-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.table-full-responsive > .table > tbody > tr > td {
    white-space: normal;
}
.table-full-responsive table thead td,
.table-full-responsive table thead th {
    z-index: 1;
}

table .btn.edit,
table .btn.delete {
  visibility: hidden;
}

table tr:hover .btn.edit,
table tr:hover .btn.delete {
  visibility: visible;
}
.pt-7 {
  padding-top: 7px !important;
}

.pd-t4 {
  padding-top: 4px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-12 {
    margin-left: 12px;
}

.mh-200 {
    min-height: 200px;
}

.select2-width_100-percent {
    width: 100%;
}

.select2-width_60-px {
    width: 60px;
}

.select2-width_200-px {
    width: 200px;
}

.alert-text {
    word-wrap: break-word;
    word-break: break-word;
}

.cursor-question {
    cursor: help;
}

.separator {
    padding: 7px 15px;
}

tr > td > .btn-row {
    visibility: hidden;
}
tr:hover > td > .btn-row {
    visibility: visible;
}

.td-actions {
    text-align: center;
}

.thumbnail-warning {
    border-color: #f0ad4e;
    background-color: rgba(255,191,61, 0.06);
}

.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.flex-column {
  flex-direction: column;
}
.datepicker-separator {
    padding: 7px 15px;
    display: inline-block;
    float: left;
}
.datepicker-block > div {
    display: inline-block;
    float: left;
}
.selected-info {
    background: rgba(241,243,244,0.871);
    padding: 15px 0;
    color: #5f6368;
    text-align: center;
    font-size: 18px;
}
.word-break {
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 576px) {
    .ui-pnotify {
        width: auto !important;
    }
}

.lang-menu.dropdown li {
    float: left;
    list-style: none;
    padding: 2px 5px;
}

.lang-menu.dropdown span {
    float: left;
}

.white-space-normal {
    white-space: normal;
}

table.table {
    z-index: 0;
}

#contentPage table.table {
    z-index: unset;
}

#contentPage #gridQueue.table-responsive {
    overflow: unset;
    padding-bottom: 50px;
}

.input-id-label{
    vertical-align: sub;
}

label.radio {
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0;
}
#show_randomly, #metric-default {
    margin-top: 0;
}

.popover-content {
    word-break: break-word;
}

.login-wrapper .box .modal input[type="text"],
.login-wrapper .box .modal input[type="password"] {
    height: initial;
}

.login-wrapper .password-policy-descr {
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 0;
}
.dropdown-menu.dropdown-menu-left {
    left: unset;
    right: 0;
}

[data-toggle="collapse"] .collapse-opened {
    display: none;
}
[data-toggle="collapse"] .collapse-hidden {
    display: inline-block;
}
[data-toggle="collapse"].collapsed .collapse-opened {
    display: inline-block;
}
[data-toggle="collapse"].collapsed .collapse-hidden {
    display: none;
}

.truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.numbersOnly {
    max-width: 100px;
}

.nowrap {
    white-space: nowrap;
}

.delimetrRadioList label {
    min-height:33px;
    padding-top: 7px;
}

.delimetrRadioList label:last-of-type {
    float: left;
}

.delimetrRadioList input[type="text"] {
    position: absolute;
    left: 100px;
}

.oauth2-provider-name {
    display: inline-block;
    vertical-align: middle;
}

.select-user-login a,
.select-user-login a:hover {
    text-decoration: none;
    color: unset;
}

.login-wrapper.select-user-login .box h6 {
    margin-bottom: 10px;
}

#customConfigGrid table {
    width: 100%;
    table-layout: fixed;
}
#customConfigGrid table pre {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
