@charset "UTF-8";
/* OLD one.css 05.11.2018 START */
.table > thead > tr > th a {
  display: block;
  color: #3e3e3b;
}

.table > thead > tr > th {
  color: #3e3e3b;
}

body {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  /* background-color: #2f4050; */
  background-color: #fff;
  font-size: 14px;
  color: #3e3e3b;
  overflow-x: hidden;
}

body.landing-page {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #3e3e3b;
}

.landing-page .navbar-default .nav li a {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.md-skin {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
}

.md-skin .landing-page {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
}

.md-skin .landing-page.navbar-default .nav li a {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
}

.label {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  background-color: #d1dade;
  color: #5e5e5e;
  padding: 3px 8px;
  text-shadow: none;
}

.badge {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  background-color: #d1dade;
  color: #5e5e5e;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}

#nestable-output,
#nestable2-output {
  box-sizing: border-box;
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  padding: 5px;
  line-height: 1.333333em;
  width: 100%;
  -moz-box-sizing: border-box;
}

.columnFilter {
  display: flex;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.columnFilter input {
  accent-color: #961249;
  margin-left: 5px !important;
  margin-top: 5px;
}
.columnFilter div {
  display: flex;
}
.columnFilter div span, .columnFilter div input {
  align-items: center;
}

.div_table_class {
  overflow-x: scroll !important;
  scrollbar-color: #5E5E5EFF #FFFFFF;
}

/*****   Designanpassung   ******/
/* ////////////////////////////////////  NAV Header /////////////////////////////////////////////////////////////////// */
/***   NAVIGATION   ***/
.nav-header {
  background-color: #fff;
  /*
  background-image: url('/img/plusnet-logo-weiss.png');
  height: 110px;
  background-repeat: no-repeat;
  background-position: 25px 18px;
  background-size: 89px;
  */
  background-image: none;
  padding: 21px 0 15px 24px;
  min-height: 158px;
}

.nav-header .active .fa-phone-square:before {
  color: red !important;
}

.nav-header img {
  padding-bottom: 10px;
  width: 130px;
}

.nav-header a {
  font-size: 14px;
  font-weight: normal;
  color: inherit;
}

.nav-header .text-muted {
  color: inherit;
}

.nav > li.active {
  background-color: #fff;
  border: 0;
}

.nav > li > a {
  font-size: 14px;
  font-weight: normal;
  color: #3e3e3b;
}

.nav > li.active > a {
  font-size: 14px !important;
  background: #fff !important;
  color: #961249;
}

ul.nav-second-level .active {
  font-weight: bold;
  background: #fff;
  color: #961249 !important;
}

ul.nav-second-level {
  background-color: #fff;
  color: #3e3e3b;
}

.navbar-default .nav .active > a {
  color: #961249 !important;
}

.nav-second-level li a {
  color: #3e3e3b !important;
}

.nav-second-level li a:hover {
  color: #961249 !important;
}

.nav > li > a:hover,
.nav > li.active > a:hover,
.navbar-default .nav > li > a:hover {
  background-color: transparent;
  color: #961249;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
  background-color: #fff;
  color: #3e3e3b;
}

.navbar-header .btn-primary {
  background-color: #fff;
  color: #575757 !important;
  border-color: #fff;
}

.navbar-header .btn-primary:hover {
  background-color: #fff !important;
  color: #961249 !important;
}

.navbar-header .fa {
  font-size: 25px;
}

.navbar-header .minimalize-styl-2 {
  padding: 3px 5px;
}

.mini-navbar .nav .nav-second-level {
  position: absolute;
  top: 0;
  left: 70px;
  font-size: 12px;
  background-color: white;
  padding: 10px;
}

.user-profile {
  top: 43px;
}

.userdropdown:hover {
  color: #000;
}

#pdf_template_link:after {
  content-visibility: hidden;
}

/***   BODY   ***/
#page-wrapper,
.border-bottom {
  border-color: #e1e1e1 !important;
}

#page-wrapper.no-menu {
  margin-left: 0;
  min-height: 100vh;
}
#page-wrapper.no-menu .wrapper-content {
  padding-top: 150px;
}

@media (min-width: 992px) {
  #page-wrapper {
    border-left: 1px solid;
  }
}
.mini-navbar #page-wrapper {
  border-left: 1px solid;
}

/*** SCHRIFTEN ***/
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: unset !important;
}

H1 {
  font-size: 30px;
}

H2 {
  font-size: 26px;
}

H3 {
  font-size: 18px;
}

H4 {
  font-size: 16px;
}

H5 {
  font-size: 14px;
  font-weight: bold;
}

H6 {
  font-size: 14px;
}

.ibox-title h5 {
  font-size: 16px !important;
}

P {
  margin: 0 !important;
}

.font-bold {
  font-weight: unset;
}

.form-control,
.navbar-form-custom {
  font-size: 14px !important;
}

.nav-tabs > li > a {
  font-weight: 700 !important;
}

.label,
label {
  font-weight: unset !important;
}

nav.navbar-right > li > a {
  color: #3e3e3b !important;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0 !important;
}

.btn-default {
  color: #3e3e3b !important;
}

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.button-primary[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #999999;
  border-color: #999999;
}

.widget {
  padding: 20px 20px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}
.widget .fa {
  font-size: 2em;
  width: 18%;
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .widget .fa {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .widget .fa {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .widget .fa {
    text-align: center;
    font-size: 2.5em;
  }
}
.widget h3 {
  margin-top: 0;
  margin-bottom: 0;
  width: 79%;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .widget h3 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .widget h3 {
    font-size: 18px;
  }
}

.widget:hover {
  background-color: #891042 !important;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#datspinner {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #891042;
  margin: 0 auto;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

.required span {
  position: relative;
}
.required span:after {
  content: "*";
  color: red;
  position: absolute;
  right: -9px;
}

span.select2-selection__clear {
  display: none !important;
}

hr {
  border-top: 1px solid #ccc !important;
}

.hr-function {
  margin-top: -10px;
}

mark {
  background: yellow;
  color: black;
  padding: 0;
}

.footer-link a {
  color: #999c9e !important;
}

.footer-link a:hover {
  color: #891042 !important;
}

.footer-link.separator {
  margin-left: 60px;
}

.footer-link.separator:before {
  content: " ";
  position: absolute;
  top: 25%;
  bottom: 30%;
  background: #ccc;
  margin: 0 -16px;
  width: 1px;
}

.invisible-pre {
  font-family: "brix_sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  border-width: 0;
  white-space: pre-wrap;
}

.table-vertical-centered td {
  display: table-cell;
  padding: 8px 8px 8px 8px !important;
  vertical-align: middle !important;
}

.fa-color.fa-check-circle {
  color: green;
}

.fa-color.fa-times-circle {
  color: red;
}

.fa-color.fa-question-circle {
  color: orange;
}

/* OLD one.css 05.11.2018 END */
/* FRAME START */
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 20px;
  }
}
@media (min-width: 993px) {
  .navbar-right {
    margin-right: -15px;
  }
}

#wrapper .wrapper-content {
  padding-bottom: 155px;
}
@media (min-width: 992px) {
  #wrapper .wrapper-content {
    padding-bottom: 125px;
  }
}

.footer .footer-link {
  display: block;
  width: 250px;
}
.footer .footer-link.separator {
  margin-left: 0;
}
.footer .footer-link.separator:before {
  display: none;
}
@media (min-width: 992px) {
  .footer .footer-link {
    display: inline;
    width: auto;
  }
  .footer .footer-link.separator {
    margin-left: 32px;
  }
  .footer .footer-link.separator:before {
    display: inline;
  }
  .footer .version-link {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.footer--small {
  position: relative;
}
.footer--small .footer-link {
  display: inline;
  width: auto;
}
.footer--small .footer-link.separator {
  margin-left: 32px;
}
.footer--small .footer-link.separator:before {
  display: inline;
}

/* FRAME END */
/* LOGIN AND REGISTER START */
@media (min-width: 1024px) {
  #form_create {
    padding-top: 12px;
  }
}

/* LOGIN AND REGISTER END */
/* CENTRAFLEX START */
/* IPDEVICE START */
.ipdevice--overview .modal-dialog #renderTableContainer #renderTable {
  padding: 15px 0 0;
}
.ipdevice--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(3),
.ipdevice--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(3),
.ipdevice--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(3),
.ipdevice--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .ipdevice--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(3),
  .ipdevice--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(3),
  .ipdevice--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(3),
  .ipdevice--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.ipdevice--overview #div_table_class tbody tr td:nth-child(1),
.ipdevice--overview #div_table_class tbody tr th:nth-child(1),
.ipdevice--overview #div_table_class thead tr td:nth-child(1),
.ipdevice--overview #div_table_class thead tr th:nth-child(1) {
  max-width: 300px;
}
.ipdevice--overview #div_table_class tbody tr td:nth-child(3), .ipdevice--overview #div_table_class tbody tr td:nth-child(2),
.ipdevice--overview #div_table_class tbody tr th:nth-child(3),
.ipdevice--overview #div_table_class tbody tr th:nth-child(2),
.ipdevice--overview #div_table_class thead tr td:nth-child(3),
.ipdevice--overview #div_table_class thead tr td:nth-child(2),
.ipdevice--overview #div_table_class thead tr th:nth-child(3),
.ipdevice--overview #div_table_class thead tr th:nth-child(2) {
  max-width: 200px;
  display: none;
}
@media (min-width: 768px) {
  .ipdevice--overview #div_table_class tbody tr td:nth-child(2),
  .ipdevice--overview #div_table_class tbody tr th:nth-child(2),
  .ipdevice--overview #div_table_class thead tr td:nth-child(2),
  .ipdevice--overview #div_table_class thead tr th:nth-child(2) {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .ipdevice--overview #div_table_class tbody tr td:nth-child(3),
  .ipdevice--overview #div_table_class tbody tr th:nth-child(3),
  .ipdevice--overview #div_table_class thead tr td:nth-child(3),
  .ipdevice--overview #div_table_class thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.ipdevice--edit #table_deviceusers tbody tr td:nth-child(2), .ipdevice--edit #table_deviceusers tbody tr td:nth-child(3), .ipdevice--edit #table_deviceusers tbody tr td:nth-child(4), .ipdevice--edit #table_deviceusers tbody tr td:nth-child(5),
.ipdevice--edit #table_deviceusers tbody tr th:nth-child(2),
.ipdevice--edit #table_deviceusers tbody tr th:nth-child(3),
.ipdevice--edit #table_deviceusers tbody tr th:nth-child(4),
.ipdevice--edit #table_deviceusers tbody tr th:nth-child(5),
.ipdevice--edit #table_deviceusers thead tr td:nth-child(2),
.ipdevice--edit #table_deviceusers thead tr td:nth-child(3),
.ipdevice--edit #table_deviceusers thead tr td:nth-child(4),
.ipdevice--edit #table_deviceusers thead tr td:nth-child(5),
.ipdevice--edit #table_deviceusers thead tr th:nth-child(2),
.ipdevice--edit #table_deviceusers thead tr th:nth-child(3),
.ipdevice--edit #table_deviceusers thead tr th:nth-child(4),
.ipdevice--edit #table_deviceusers thead tr th:nth-child(5), .ipdevice--view #table_deviceusers tbody tr td:nth-child(2), .ipdevice--view #table_deviceusers tbody tr td:nth-child(3), .ipdevice--view #table_deviceusers tbody tr td:nth-child(4), .ipdevice--view #table_deviceusers tbody tr td:nth-child(5),
.ipdevice--view #table_deviceusers tbody tr th:nth-child(2),
.ipdevice--view #table_deviceusers tbody tr th:nth-child(3),
.ipdevice--view #table_deviceusers tbody tr th:nth-child(4),
.ipdevice--view #table_deviceusers tbody tr th:nth-child(5),
.ipdevice--view #table_deviceusers thead tr td:nth-child(2),
.ipdevice--view #table_deviceusers thead tr td:nth-child(3),
.ipdevice--view #table_deviceusers thead tr td:nth-child(4),
.ipdevice--view #table_deviceusers thead tr td:nth-child(5),
.ipdevice--view #table_deviceusers thead tr th:nth-child(2),
.ipdevice--view #table_deviceusers thead tr th:nth-child(3),
.ipdevice--view #table_deviceusers thead tr th:nth-child(4),
.ipdevice--view #table_deviceusers thead tr th:nth-child(5) {
  display: none;
}
@media (min-width: 425px) {
  .ipdevice--edit #table_deviceusers tbody tr td:nth-child(5),
  .ipdevice--edit #table_deviceusers tbody tr th:nth-child(5),
  .ipdevice--edit #table_deviceusers thead tr td:nth-child(5),
  .ipdevice--edit #table_deviceusers thead tr th:nth-child(5), .ipdevice--view #table_deviceusers tbody tr td:nth-child(5),
  .ipdevice--view #table_deviceusers tbody tr th:nth-child(5),
  .ipdevice--view #table_deviceusers thead tr td:nth-child(5),
  .ipdevice--view #table_deviceusers thead tr th:nth-child(5) {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .ipdevice--edit #table_deviceusers tbody tr td:nth-child(4),
  .ipdevice--edit #table_deviceusers tbody tr th:nth-child(4),
  .ipdevice--edit #table_deviceusers thead tr td:nth-child(4),
  .ipdevice--edit #table_deviceusers thead tr th:nth-child(4), .ipdevice--view #table_deviceusers tbody tr td:nth-child(4),
  .ipdevice--view #table_deviceusers tbody tr th:nth-child(4),
  .ipdevice--view #table_deviceusers thead tr td:nth-child(4),
  .ipdevice--view #table_deviceusers thead tr th:nth-child(4) {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .ipdevice--edit #table_deviceusers tbody tr td:nth-child(2), .ipdevice--edit #table_deviceusers tbody tr td:nth-child(3),
  .ipdevice--edit #table_deviceusers tbody tr th:nth-child(2),
  .ipdevice--edit #table_deviceusers tbody tr th:nth-child(3),
  .ipdevice--edit #table_deviceusers thead tr td:nth-child(2),
  .ipdevice--edit #table_deviceusers thead tr td:nth-child(3),
  .ipdevice--edit #table_deviceusers thead tr th:nth-child(2),
  .ipdevice--edit #table_deviceusers thead tr th:nth-child(3), .ipdevice--view #table_deviceusers tbody tr td:nth-child(2), .ipdevice--view #table_deviceusers tbody tr td:nth-child(3),
  .ipdevice--view #table_deviceusers tbody tr th:nth-child(2),
  .ipdevice--view #table_deviceusers tbody tr th:nth-child(3),
  .ipdevice--view #table_deviceusers thead tr td:nth-child(2),
  .ipdevice--view #table_deviceusers thead tr td:nth-child(3),
  .ipdevice--view #table_deviceusers thead tr th:nth-child(2),
  .ipdevice--view #table_deviceusers thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.ipdevice--edit .product-images {
  margin: 0;
}
.ipdevice--edit .product-images #deviceimage1 {
  width: 100%;
}
.ipdevice--edit .product-images #deviceimage1 img {
  width: 100%;
  max-width: 484px;
}
.ipdevice--create #deviceNamePrefix {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .ipdevice--create #deviceNamePrefix {
    margin-bottom: 0 !important;
  }
}

/* IPDEVICE END */
/* SERVICE START */
.service--overview #div_table_class {
  /* table {
     table-layout: fixed;
   }*/
}
.service--overview #div_table_class tbody tr td a,
.service--overview #div_table_class tbody tr td span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  word-wrap: break-word;
}

.instant-group-call--create #tableDestinationPhoneNumbers thead tr th:last-child,
.instant-group-call--create #tableDestinationPhoneNumbers thead tr td:last-child,
.instant-group-call--create #tableDestinationPhoneNumbers tbody tr th:last-child,
.instant-group-call--create #tableDestinationPhoneNumbers tbody tr td:last-child, .instant-group-call--edit #tableDestinationPhoneNumbers thead tr th:last-child,
.instant-group-call--edit #tableDestinationPhoneNumbers thead tr td:last-child,
.instant-group-call--edit #tableDestinationPhoneNumbers tbody tr th:last-child,
.instant-group-call--edit #tableDestinationPhoneNumbers tbody tr td:last-child {
  text-align: right;
  padding-bottom: 8px !important;
}
.instant-group-call--view #table_fonnumbers thead tr th,
.instant-group-call--view #table_fonnumbers thead tr td,
.instant-group-call--view #table_fonnumbers tbody tr th,
.instant-group-call--view #table_fonnumbers tbody tr td {
  padding-bottom: 8px !important;
}

/* SERVICE END */
/* TIMEMANAGEMENT START */
.timemanagement--overview #div_table_class tbody tr td:nth-child(1), .timemanagement--overview #div_table_class tbody tr td:nth-child(2), .timemanagement--overview #div_table_class tbody tr td:nth-child(4),
.timemanagement--overview #div_table_class tbody tr th:nth-child(1),
.timemanagement--overview #div_table_class tbody tr th:nth-child(2),
.timemanagement--overview #div_table_class tbody tr th:nth-child(4),
.timemanagement--overview #div_table_class thead tr td:nth-child(1),
.timemanagement--overview #div_table_class thead tr td:nth-child(2),
.timemanagement--overview #div_table_class thead tr td:nth-child(4),
.timemanagement--overview #div_table_class thead tr th:nth-child(1),
.timemanagement--overview #div_table_class thead tr th:nth-child(2),
.timemanagement--overview #div_table_class thead tr th:nth-child(4) {
  display: none;
}
@media (min-width: 768px) {
  .timemanagement--overview #div_table_class tbody tr td:nth-child(1), .timemanagement--overview #div_table_class tbody tr td:nth-child(2),
  .timemanagement--overview #div_table_class tbody tr th:nth-child(1),
  .timemanagement--overview #div_table_class tbody tr th:nth-child(2),
  .timemanagement--overview #div_table_class thead tr td:nth-child(1),
  .timemanagement--overview #div_table_class thead tr td:nth-child(2),
  .timemanagement--overview #div_table_class thead tr th:nth-child(1),
  .timemanagement--overview #div_table_class thead tr th:nth-child(2) {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .timemanagement--overview #div_table_class tbody tr td:nth-child(4),
  .timemanagement--overview #div_table_class tbody tr th:nth-child(4),
  .timemanagement--overview #div_table_class thead tr td:nth-child(4),
  .timemanagement--overview #div_table_class thead tr th:nth-child(4) {
    display: table-cell;
  }
}
.timemanagement--event--edit .container--btn, .timemanagement--event--create .container--btn {
  margin-top: 25px;
}
.timemanagement--event--edit #div_date_start,
.timemanagement--event--edit #div_clock_start,
.timemanagement--event--edit #div_date_end, .timemanagement--event--create #div_date_start,
.timemanagement--event--create #div_clock_start,
.timemanagement--event--create #div_date_end {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .timemanagement--event--edit #div_date_start,
  .timemanagement--event--edit #div_clock_start,
  .timemanagement--event--edit #div_date_end, .timemanagement--event--create #div_date_start,
  .timemanagement--event--create #div_clock_start,
  .timemanagement--event--create #div_date_end {
    margin-bottom: 0;
  }
}
.timemanagement--event--edit #recurInterval_weekly, .timemanagement--event--create #recurInterval_weekly {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .timemanagement--event--edit #recurInterval_weekly, .timemanagement--event--create #recurInterval_weekly {
    margin-bottom: 0 !important;
  }
}
.timemanagement--event--edit .recurInterval-weekly__week-label, .timemanagement--event--create .recurInterval-weekly__week-label {
  min-height: 34px;
}
@media (min-width: 768px) {
  .timemanagement--event--edit .recurInterval-weekly__week-label, .timemanagement--event--create .recurInterval-weekly__week-label {
    margin-bottom: 15px;
  }
}
.timemanagement--event--edit .recurInterval-weekly__day-block .i-checks, .timemanagement--event--create .recurInterval-weekly__day-block .i-checks {
  min-width: 100px;
}
@media (min-width: 360px) {
  .timemanagement--event--edit .recurInterval-weekly__day-block .i-checks, .timemanagement--event--create .recurInterval-weekly__day-block .i-checks {
    float: left;
    margin-right: 30px;
  }
}
.timemanagement--event--edit #recurMonthly #dayOfWeekInMonth_recurMonthlyByWeek, .timemanagement--event--create #recurMonthly #dayOfWeekInMonth_recurMonthlyByWeek {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .timemanagement--event--edit #recurMonthly #dayOfWeekInMonth_recurMonthlyByWeek, .timemanagement--event--create #recurMonthly #dayOfWeekInMonth_recurMonthlyByWeek {
    margin-bottom: 0 !important;
  }
}
.timemanagement--event--edit #recurYearly #dayOfMonth_recurYearlyByDay,
.timemanagement--event--edit #recurYearly #dayOfWeekInMonth_recurYearlyByWeek,
.timemanagement--event--edit #recurYearly #dayOfWeek_recurYearlyByWeek, .timemanagement--event--create #recurYearly #dayOfMonth_recurYearlyByDay,
.timemanagement--event--create #recurYearly #dayOfWeekInMonth_recurYearlyByWeek,
.timemanagement--event--create #recurYearly #dayOfWeek_recurYearlyByWeek {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .timemanagement--event--edit #recurYearly #dayOfMonth_recurYearlyByDay,
  .timemanagement--event--edit #recurYearly #dayOfWeekInMonth_recurYearlyByWeek,
  .timemanagement--event--edit #recurYearly #dayOfWeek_recurYearlyByWeek, .timemanagement--event--create #recurYearly #dayOfMonth_recurYearlyByDay,
  .timemanagement--event--create #recurYearly #dayOfWeekInMonth_recurYearlyByWeek,
  .timemanagement--event--create #recurYearly #dayOfWeek_recurYearlyByWeek {
    margin-bottom: 0 !important;
  }
}
.timemanagement--event--edit #recurrenceRangePanel #recurrenceStartDate + label, .timemanagement--event--create #recurrenceRangePanel #recurrenceStartDate + label {
  text-align: left;
}
@media (min-width: 768px) {
  .timemanagement--event--edit #recurrenceRangePanel #recurrenceStartDate + label, .timemanagement--event--create #recurrenceRangePanel #recurrenceStartDate + label {
    text-align: right;
  }
}
.timemanagement--event--edit #recurrenceRangePanel .input-group--2.input-group--prepend > .input-group-prepend, .timemanagement--event--create #recurrenceRangePanel .input-group--2.input-group--prepend > .input-group-prepend {
  min-width: 82px;
}
.timemanagement--view #renderTableContainer .ibox-content, .timemanagement--edit #renderTableContainer .ibox-content {
  padding: 0;
}

/* TIMEMANAGEMENT END */
/* ENTERPRISE START */
.enterprise--edit .domain-cnt {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .enterprise--edit .domain-cnt {
    margin-bottom: 0;
  }
}
.enterprise--edit #requestEnterpriseAdminPasswordButton {
  width: 100%;
}
@media (min-width: 768px) {
  .enterprise--edit #requestEnterpriseAdminPasswordButton {
    width: auto;
  }
}

/* ENTERPRISE END */
/* UNIFIED MESSAGING */
.unified-messaging--overview #renderTableContainer .table tbody tr td a,
.unified-messaging--overview #renderTableContainer .table tbody tr td span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.unified-messaging--overview #renderTableContainer .table thead tr th {
  white-space: nowrap;
}
.unified-messaging--edit #tab-1 .container--btn .btn-secondary,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary {
  background-color: #fff;
  color: #141E28;
  border: none;
}
.unified-messaging--edit #tab-1 .container--btn .btn-secondary:focus, .unified-messaging--edit #tab-1 .container--btn .btn-secondary:hover, .unified-messaging--edit #tab-1 .container--btn .btn-secondary:focus, .unified-messaging--edit #tab-1 .container--btn .btn-secondary:hover,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary:focus,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary:hover,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary:focus,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary:hover {
  background-color: #e6e6e6;
  border: none;
}
.unified-messaging--edit #tab-1 .container--btn .btn-secondary[disabled] .ladda-label,
.unified-messaging--edit #tab-1 .container--btn .wrapper a.btn-secondary[disabled] .ladda-label {
  color: #141E28 !important;
}
.unified-messaging--edit #tab-3 #dataTable {
  margin-bottom: 70px !important;
}
.unified-messaging--edit #tab-4 #dataTable {
  margin-bottom: 70px !important;
}
@media (min-width: 768px) {
  .unified-messaging--edit #tab-4 .container--btn #fax-delete-btn {
    margin-left: 15px !important;
  }
}
.unified-messaging--edit #tab-4 .container--btn #change-password-btn {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .unified-messaging--edit #tab-4 .container--btn #change-password-btn {
    margin-top: 0 !important;
  }
}
.unified-messaging .wrapper .form-group .form-control {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .unified-messaging .wrapper .form-group .form-control {
    margin-bottom: 0 !important;
  }
}
.unified-messaging #tab-1 .btn-group {
  position: absolute;
  top: -50px;
  right: 0;
}
.unified-messaging #tab-3 #announcement_audio_player,
.unified-messaging #tab-3 #audio_player {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
}
.unified-messaging #tab-3 .hr-line-dashed {
  margin-bottom: 38px;
}
.unified-messaging #tab-3 #renderTableContainer .ibox-content {
  padding: 0;
}

/* UNIFIED MESSAGING */
/* SUBSCRIBER START */
.subscriber--overview .modal-dialog {
  min-width: 1000px !important;
  width: 45% !important;
}
.subscriber--overview .modal-dialog #renderTableContainer #renderTable {
  padding: 15px 0 0;
}
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(1),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(1),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(1),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(1) {
  display: table-cell;
}
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(2), .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(3),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(2),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(3),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(2),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(3),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(2),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 576px) {
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(2), .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(3),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(2),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(3),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(2),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(3),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(2),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(4),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(4),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(4),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(4) {
  max-width: none;
  display: table-cell;
}
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(5), .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(6),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(5),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(6),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(5),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(6),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(5),
.subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(6) {
  display: none;
}
@media (min-width: 992px) {
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(5), .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr td:nth-child(6),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(5),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable tbody tr th:nth-child(6),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(5),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr td:nth-child(6),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(5),
  .subscriber--overview .modal-dialog #renderTableContainer #renderTable thead tr th:nth-child(6) {
    display: table-cell;
  }
}
.subscriber--overview #renderTableContainer .lastname {
  max-width: 160px;
}
.subscriber--overview #renderTableContainer .emailAddress {
  max-width: 240px;
}
.subscriber--overview #renderTableContainer .phoneNumber {
  max-width: 240px;
}
.subscriber--overview #renderTableContainer .displayGroupName {
  max-width: 240px;
}
.subscriber--overview #renderTableContainer .overviewStatus {
  max-width: 200px;
  text-align: left;
}
.subscriber--overview #renderTableContainer .table tbody tr td a,
.subscriber--overview #renderTableContainer .table tbody tr td span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.subscriber--overview #renderTableContainer .table thead tr th {
  white-space: nowrap;
}
.subscriber--overview #renderTableContainer .table tbody tr td,
.subscriber--overview #renderTableContainer .table tbody tr th,
.subscriber--overview #renderTableContainer .table thead tr td,
.subscriber--overview #renderTableContainer .table thead tr th {
  /*&:nth-child(2) {
    max-width: 240px;
    display: none;
    @media (min-width: 1600px) {
      display: table-cell;
    }
  }*/
}
@media (max-width: 1024px) {
  .subscriber--edit .tippy-popper {
    display: none !important;
  }
}
.subscriber--edit .availableUsersFilterCnt, .subscriber--view .availableUsersFilterCnt {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
.subscriber--edit .availableUsersFilterCnt input, .subscriber--view .availableUsersFilterCnt input {
  margin-bottom: 15px !important;
}
.subscriber--edit .ibox, .subscriber--view .ibox {
  background: #fff;
}
.subscriber--edit .memberUsersFilterCnt, .subscriber--view .memberUsersFilterCnt {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.subscriber--edit .memberUsersFilterCnt input, .subscriber--view .memberUsersFilterCnt input {
  margin-bottom: 15px !important;
}
@media (min-width: 1200px) {
  .subscriber--edit .availableUsersFilterCnt, .subscriber--view .availableUsersFilterCnt {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .subscriber--edit .memberUsersFilterCnt, .subscriber--view .memberUsersFilterCnt {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.subscriber--edit #tab-1 #licenseselect, .subscriber--view #tab-1 #licenseselect {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-1 #licenseselect, .subscriber--view #tab-1 #licenseselect {
    margin-bottom: 0 !important;
  }
}
.subscriber--edit #tab-1 #loadLicenceButton, .subscriber--view #tab-1 #loadLicenceButton {
  width: 100%;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-1 #loadLicenceButton, .subscriber--view #tab-1 #loadLicenceButton {
    width: auto;
  }
}
.subscriber--edit #tab-1 #lineport, .subscriber--view #tab-1 #lineport {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-1 #lineport, .subscriber--view #tab-1 #lineport {
    margin-bottom: 0 !important;
  }
}
.subscriber--edit #tab-2 .i-checks,
.subscriber--edit #tabAddOns .i-checks, .subscriber--view #tab-2 .i-checks,
.subscriber--view #tabAddOns .i-checks {
  float: right;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-2 .i-checks,
  .subscriber--edit #tabAddOns .i-checks, .subscriber--view #tab-2 .i-checks,
  .subscriber--view #tabAddOns .i-checks {
    float: none;
  }
}
.subscriber--edit #tab-3 .switch .onoffswitch,
.subscriber--edit #tabCallConfig .switch .onoffswitch, .subscriber--view #tab-3 .switch .onoffswitch,
.subscriber--view #tabCallConfig .switch .onoffswitch {
  float: right;
  height: 20px;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-3 .switch .onoffswitch,
  .subscriber--edit #tabCallConfig .switch .onoffswitch, .subscriber--view #tab-3 .switch .onoffswitch,
  .subscriber--view #tabCallConfig .switch .onoffswitch {
    float: none;
  }
}
.subscriber--edit #tab-3 #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label,
.subscriber--edit #tabCallConfig #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label, .subscriber--view #tab-3 #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label,
.subscriber--view #tabCallConfig #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .subscriber--edit #tab-3 #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label,
  .subscriber--edit #tabCallConfig #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label, .subscriber--view #tab-3 #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label,
  .subscriber--view #tabCallConfig #remoteOfficeBlock .col-xs-9.col-sm-4.col-lg-3.col-form-label {
    margin-bottom: 0;
  }
}
.subscriber--edit #tabCallForwarding .check,
.subscriber--edit #tabCallForwarding .switch, .subscriber--view #tabCallForwarding .check,
.subscriber--view #tabCallForwarding .switch {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .subscriber--edit #tabCallForwarding .check,
  .subscriber--edit #tabCallForwarding .switch, .subscriber--view #tabCallForwarding .check,
  .subscriber--view #tabCallForwarding .switch {
    margin-bottom: 0;
  }
}
.subscriber--edit #tabCallForwarding #noAnswer_forwardToPhoneNumber, .subscriber--view #tabCallForwarding #noAnswer_forwardToPhoneNumber {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .subscriber--edit #tabCallForwarding #noAnswer_forwardToPhoneNumber, .subscriber--view #tabCallForwarding #noAnswer_forwardToPhoneNumber {
    margin-bottom: 0 !important;
  }
}
.subscriber--edit #tab-1 .field--with-any-btns {
  width: calc(100% - 118px);
}
.subscriber--edit #tab-1 .field--with-any-btns #password_change_url {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.subscriber--call-forwarding-selective .i-checks label {
  padding-left: 10px;
  vertical-align: middle;
}
.subscriber--call-forwarding-selective #callToNumbers_select_div .box1,
.subscriber--call-forwarding-selective #callToNumbers_select_div .box2 {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .subscriber--call-forwarding-selective #callToNumbers_select_div .box1 {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .subscriber--call-forwarding-selective #callToNumbers_select_div .box2 {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.subscriber--any-where .ibox-content .form-group:last-child {
  margin-bottom: 0;
}
.subscriber--any-where .form-group:last-child {
  margin-bottom: 0;
}
.subscriber--any-where #phoneNumbersTable tr td:nth-child(1),
.subscriber--any-where #phoneNumbersTable tr th:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .subscriber--any-where #phoneNumbersTable tr td:nth-child(1),
  .subscriber--any-where #phoneNumbersTable tr th:nth-child(1) {
    display: table-cell;
  }
}
.subscriber--any-where #modalSelectiveCriteria .i-checks label {
  padding-left: 10px;
  vertical-align: middle;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box1 {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box1 .info-container {
  display: none;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box1 input {
  margin-bottom: 15px !important;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box2 {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box2 .info-container {
  display: none;
}
.subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box2 input {
  margin-bottom: 15px !important;
}
@media (min-width: 1200px) {
  .subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box1 {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .subscriber--any-where #modalSelectiveCriteria #callToNumbers_select_div .box2 {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--um .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--delivery .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--waiting .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--copy .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--transfer .col-form-label {
  display: none;
}
@media (min-width: 768px) {
  .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--um .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--delivery .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--waiting .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--copy .col-form-label, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--transfer .col-form-label {
    display: block;
  }
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--um .col-form-label .label-right, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--delivery .col-form-label .label-right, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--waiting .col-form-label .label-right, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-form-label .label-right, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--copy .col-form-label .label-right, .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--transfer .col-form-label .label-right {
  vertical-align: middle;
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--delivery .col-sm-6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--delivery .col-sm-6 {
    margin-bottom: 0;
  }
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-sm-6 {
  margin-bottom: 20px;
  white-space: nowrap;
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-sm-6 .i-checks {
  width: 100%;
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-sm-6 .i-checks .label-right {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--notification .col-sm-6 {
    margin-bottom: 0;
  }
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--copy .col-sm-6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--copy .col-sm-6 {
    margin-bottom: 0;
  }
}
.subscriber--premium-voice-mailbox #formVoiceManagment .form-group--transfer .col-sm-6 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subscriber--premium-voice-mailbox #formVoiceManagment .form-group--transfer .col-sm-6 {
    margin-bottom: 0;
  }
}

/* SUBSCRIBER END */
/* GROUP PAGING & HUNT GROUP START */
.group-paging--edit #NoAnswerNumberOfRingsCnt .input-group-prepend,
.group-paging--edit #ForwardAfterTimeoutCnt .input-group-prepend, .group-paging--view #NoAnswerNumberOfRingsCnt .input-group-prepend,
.group-paging--view #ForwardAfterTimeoutCnt .input-group-prepend, .group-paging--create #NoAnswerNumberOfRingsCnt .input-group-prepend,
.group-paging--create #ForwardAfterTimeoutCnt .input-group-prepend,
.hunt-group--edit #NoAnswerNumberOfRingsCnt .input-group-prepend,
.hunt-group--edit #ForwardAfterTimeoutCnt .input-group-prepend,
.hunt-group--view #NoAnswerNumberOfRingsCnt .input-group-prepend,
.hunt-group--view #ForwardAfterTimeoutCnt .input-group-prepend,
.hunt-group--create #NoAnswerNumberOfRingsCnt .input-group-prepend,
.hunt-group--create #ForwardAfterTimeoutCnt .input-group-prepend {
  width: 100%;
}
@media (min-width: 768px) {
  .group-paging--edit #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .group-paging--edit #ForwardAfterTimeoutCnt .input-group-prepend, .group-paging--view #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .group-paging--view #ForwardAfterTimeoutCnt .input-group-prepend, .group-paging--create #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .group-paging--create #ForwardAfterTimeoutCnt .input-group-prepend,
  .hunt-group--edit #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .hunt-group--edit #ForwardAfterTimeoutCnt .input-group-prepend,
  .hunt-group--view #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .hunt-group--view #ForwardAfterTimeoutCnt .input-group-prepend,
  .hunt-group--create #NoAnswerNumberOfRingsCnt .input-group-prepend,
  .hunt-group--create #ForwardAfterTimeoutCnt .input-group-prepend {
    width: auto;
  }
}
.group-paging--edit #tab-2 .bootstrap-duallistbox-container .box1,
.group-paging--edit #tab-2 .bootstrap-duallistbox-container .box2,
.group-paging--edit #tab-3 .bootstrap-duallistbox-container .box1,
.group-paging--edit #tab-3 .bootstrap-duallistbox-container .box2, .group-paging--view #tab-2 .bootstrap-duallistbox-container .box1,
.group-paging--view #tab-2 .bootstrap-duallistbox-container .box2,
.group-paging--view #tab-3 .bootstrap-duallistbox-container .box1,
.group-paging--view #tab-3 .bootstrap-duallistbox-container .box2, .group-paging--create #tab-2 .bootstrap-duallistbox-container .box1,
.group-paging--create #tab-2 .bootstrap-duallistbox-container .box2,
.group-paging--create #tab-3 .bootstrap-duallistbox-container .box1,
.group-paging--create #tab-3 .bootstrap-duallistbox-container .box2,
.hunt-group--edit #tab-2 .bootstrap-duallistbox-container .box1,
.hunt-group--edit #tab-2 .bootstrap-duallistbox-container .box2,
.hunt-group--edit #tab-3 .bootstrap-duallistbox-container .box1,
.hunt-group--edit #tab-3 .bootstrap-duallistbox-container .box2,
.hunt-group--view #tab-2 .bootstrap-duallistbox-container .box1,
.hunt-group--view #tab-2 .bootstrap-duallistbox-container .box2,
.hunt-group--view #tab-3 .bootstrap-duallistbox-container .box1,
.hunt-group--view #tab-3 .bootstrap-duallistbox-container .box2,
.hunt-group--create #tab-2 .bootstrap-duallistbox-container .box1,
.hunt-group--create #tab-2 .bootstrap-duallistbox-container .box2,
.hunt-group--create #tab-3 .bootstrap-duallistbox-container .box1,
.hunt-group--create #tab-3 .bootstrap-duallistbox-container .box2 {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .group-paging--edit #tab-2 .bootstrap-duallistbox-container .box1,
  .group-paging--edit #tab-3 .bootstrap-duallistbox-container .box1, .group-paging--view #tab-2 .bootstrap-duallistbox-container .box1,
  .group-paging--view #tab-3 .bootstrap-duallistbox-container .box1, .group-paging--create #tab-2 .bootstrap-duallistbox-container .box1,
  .group-paging--create #tab-3 .bootstrap-duallistbox-container .box1,
  .hunt-group--edit #tab-2 .bootstrap-duallistbox-container .box1,
  .hunt-group--edit #tab-3 .bootstrap-duallistbox-container .box1,
  .hunt-group--view #tab-2 .bootstrap-duallistbox-container .box1,
  .hunt-group--view #tab-3 .bootstrap-duallistbox-container .box1,
  .hunt-group--create #tab-2 .bootstrap-duallistbox-container .box1,
  .hunt-group--create #tab-3 .bootstrap-duallistbox-container .box1 {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .group-paging--edit #tab-2 .bootstrap-duallistbox-container .box2,
  .group-paging--edit #tab-3 .bootstrap-duallistbox-container .box2, .group-paging--view #tab-2 .bootstrap-duallistbox-container .box2,
  .group-paging--view #tab-3 .bootstrap-duallistbox-container .box2, .group-paging--create #tab-2 .bootstrap-duallistbox-container .box2,
  .group-paging--create #tab-3 .bootstrap-duallistbox-container .box2,
  .hunt-group--edit #tab-2 .bootstrap-duallistbox-container .box2,
  .hunt-group--edit #tab-3 .bootstrap-duallistbox-container .box2,
  .hunt-group--view #tab-2 .bootstrap-duallistbox-container .box2,
  .hunt-group--view #tab-3 .bootstrap-duallistbox-container .box2,
  .hunt-group--create #tab-2 .bootstrap-duallistbox-container .box2,
  .hunt-group--create #tab-3 .bootstrap-duallistbox-container .box2 {
    margin-bottom: 0;
    padding-left: 15px;
  }
}

.group-paging--edit #originatorCLIDPrefix, .group-paging--view #originatorCLIDPrefix, .group-paging--create #originatorCLIDPrefix {
  width: 100%;
}
@media (min-width: 768px) {
  .group-paging--edit #originatorCLIDPrefix, .group-paging--view #originatorCLIDPrefix, .group-paging--create #originatorCLIDPrefix {
    width: 1%;
  }
}

/* GROUP PAGING  END */
/* CALL FORWARDING START */
.call-forwarding--overview .container--btn-top #help-btn {
  margin-right: 0 !important;
}
.call-forwarding--overview .container--btn-top #delete-btn {
  margin-left: 15px !important;
}
.call-forwarding--overview #call-forward-desc {
  padding-top: 8px;
  padding-bottom: 8px;
}
.call-forwarding--overview #criteriaTable tbody tr td:nth-child(2),
.call-forwarding--overview #criteriaTable tbody tr th:nth-child(2),
.call-forwarding--overview #criteriaTable thead tr td:nth-child(2),
.call-forwarding--overview #criteriaTable thead tr th:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .call-forwarding--overview #criteriaTable tbody tr td:nth-child(2),
  .call-forwarding--overview #criteriaTable tbody tr th:nth-child(2),
  .call-forwarding--overview #criteriaTable thead tr td:nth-child(2),
  .call-forwarding--overview #criteriaTable thead tr th:nth-child(2) {
    display: table-cell;
  }
}
.call-forwarding--overview #criteriaTable tbody tr td:nth-child(3),
.call-forwarding--overview #criteriaTable tbody tr th:nth-child(3),
.call-forwarding--overview #criteriaTable thead tr td:nth-child(3),
.call-forwarding--overview #criteriaTable thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .call-forwarding--overview #criteriaTable tbody tr td:nth-child(3),
  .call-forwarding--overview #criteriaTable tbody tr th:nth-child(3),
  .call-forwarding--overview #criteriaTable thead tr td:nth-child(3),
  .call-forwarding--overview #criteriaTable thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.call-forwarding--overview #criteriaTable tbody tr td:nth-child(4),
.call-forwarding--overview #criteriaTable tbody tr th:nth-child(4),
.call-forwarding--overview #criteriaTable thead tr td:nth-child(4),
.call-forwarding--overview #criteriaTable thead tr th:nth-child(4) {
  display: none;
}
@media (min-width: 1200px) {
  .call-forwarding--overview #criteriaTable tbody tr td:nth-child(4),
  .call-forwarding--overview #criteriaTable tbody tr th:nth-child(4),
  .call-forwarding--overview #criteriaTable thead tr td:nth-child(4),
  .call-forwarding--overview #criteriaTable thead tr th:nth-child(4) {
    display: table-cell;
  }
}
.call-forwarding--overview #criteriaTable tbody tr td:nth-child(5),
.call-forwarding--overview #criteriaTable tbody tr th:nth-child(5),
.call-forwarding--overview #criteriaTable thead tr td:nth-child(5),
.call-forwarding--overview #criteriaTable thead tr th:nth-child(5) {
  display: none;
}
@media (min-width: 1200px) {
  .call-forwarding--overview #criteriaTable tbody tr td:nth-child(5),
  .call-forwarding--overview #criteriaTable tbody tr th:nth-child(5),
  .call-forwarding--overview #criteriaTable thead tr td:nth-child(5),
  .call-forwarding--overview #criteriaTable thead tr th:nth-child(5) {
    display: table-cell;
  }
}
.call-forwarding--overview #criteriaTable tbody tr td:nth-child(6),
.call-forwarding--overview #criteriaTable tbody tr th:nth-child(6),
.call-forwarding--overview #criteriaTable thead tr td:nth-child(6),
.call-forwarding--overview #criteriaTable thead tr th:nth-child(6) {
  display: none;
}
@media (min-width: 1200px) {
  .call-forwarding--overview #criteriaTable tbody tr td:nth-child(6),
  .call-forwarding--overview #criteriaTable tbody tr th:nth-child(6),
  .call-forwarding--overview #criteriaTable thead tr td:nth-child(6),
  .call-forwarding--overview #criteriaTable thead tr th:nth-child(6) {
    display: table-cell;
  }
}
.call-forwarding--overview #criteriaTable tbody tr td:last-child,
.call-forwarding--overview #criteriaTable tbody tr th:last-child,
.call-forwarding--overview #criteriaTable thead tr td:last-child,
.call-forwarding--overview #criteriaTable thead tr th:last-child {
  text-align: right;
}
.call-forwarding--overview #wholeTable .ibox-content {
  padding: 0;
}
.call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr td:nth-child(2),
.call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr th:nth-child(2),
.call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr td:nth-child(2),
.call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr th:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr td:nth-child(2),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr th:nth-child(2),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr td:nth-child(2),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr th:nth-child(2) {
    display: table-cell;
  }
}
.call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr td:nth-child(3),
.call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr th:nth-child(3),
.call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr td:nth-child(3),
.call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr td:nth-child(3),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable tbody tr th:nth-child(3),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr td:nth-child(3),
  .call-forwarding--overview #wholeTable .ibox-content #dataTable thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.call-forwarding--overview #modalSelectiveCriteria #tableFromDnNumbers thead th:last-child,
.call-forwarding--overview #modalSelectiveCriteria #tableFromDnNumbers thead td:last-child,
.call-forwarding--overview #modalSelectiveCriteria #tableFromDnNumbers tbody th:last-child,
.call-forwarding--overview #modalSelectiveCriteria #tableFromDnNumbers tbody td:last-child {
  text-align: right;
}
.call-forwarding--overview #modalSelectiveCriteria #tableFromDnNumbers tbody td:last-child {
  padding: 8px !important;
}
.call-forwarding--overview #modalSelectiveCriteria #callToNumbers_select_div .box1,
.call-forwarding--overview #modalSelectiveCriteria #callToNumbers_select_div .box2 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .call-forwarding--overview #modalSelectiveCriteria #callToNumbers_select_div .box1 {
    padding-right: 15px;
  }
  .call-forwarding--overview #modalSelectiveCriteria #callToNumbers_select_div .box2 {
    padding-left: 15px;
  }
}
.call-forwarding--overview #modalAssignment #modalAssignmentContent .ibox-content {
  padding: 0;
}
@media (max-width: 991px) {
  .call-forwarding--overview #modalDeleteConfirm .modal-lg {
    width: auto;
    margin: 10px;
  }
}

/* CALL FORWARDING  END */
/* GROUP START */
.group--create #new-location-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .group--create #new-location-btn {
    width: auto;
  }
}
.group--edit #requestGroupAdminPasswordButton {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .group--edit #requestGroupAdminPasswordButton {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .group--edit #requestGroupAdminPasswordButton {
    float: right;
  }
}
.group--edit #modalRequestGroupAdminPassword #modalRequestGroupAdminPasswordMessage {
  margin-bottom: 13px;
  display: inline-block;
}
.group--edit #modalRequestGroupAdminPassword #modalRequestGroupAdminPasswordCentered {
  font-weight: 600;
}
.group--number #wholeTable .ibox-content {
  padding: 0;
}
.group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(5),
.group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(5),
.group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(5),
.group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(5) {
  display: none;
}
@media (min-width: 768px) {
  .group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(5),
  .group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(5),
  .group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(5),
  .group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(5) {
    display: table-cell;
  }
}
.group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(1),
.group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(1),
.group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(1),
.group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(1) {
  display: none;
}
@media (min-width: 768px) {
  .group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(1),
  .group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(1),
  .group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(1),
  .group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(1) {
    display: table-cell;
  }
}
.group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(4),
.group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(4),
.group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(4),
.group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(4) {
  display: none;
}
@media (min-width: 1200px) {
  .group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(4),
  .group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(4),
  .group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(4),
  .group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(4) {
    display: table-cell;
  }
}
.group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(3),
.group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(3),
.group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(3),
.group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 1200px) {
  .group--number #wholeTable .ibox-content #dataTable tbody tr td:nth-child(3),
  .group--number #wholeTable .ibox-content #dataTable tbody tr th:nth-child(3),
  .group--number #wholeTable .ibox-content #dataTable thead tr td:nth-child(3),
  .group--number #wholeTable .ibox-content #dataTable thead tr th:nth-child(3) {
    display: table-cell;
  }
}

/* GROUP END */
/* CENTRAFLEX END */
/* SUBMANDATOR START */
.submandator--edit #tab-2 .bootstrap-duallistbox-container .box1,
.submandator--edit #tab-2 .bootstrap-duallistbox-container .box2,
.submandator--edit #tab-3 .bootstrap-duallistbox-container .box1,
.submandator--edit #tab-3 .bootstrap-duallistbox-container .box2, .submandator--view #tab-2 .bootstrap-duallistbox-container .box1,
.submandator--view #tab-2 .bootstrap-duallistbox-container .box2,
.submandator--view #tab-3 .bootstrap-duallistbox-container .box1,
.submandator--view #tab-3 .bootstrap-duallistbox-container .box2, .submandator--create #tab-2 .bootstrap-duallistbox-container .box1,
.submandator--create #tab-2 .bootstrap-duallistbox-container .box2,
.submandator--create #tab-3 .bootstrap-duallistbox-container .box1,
.submandator--create #tab-3 .bootstrap-duallistbox-container .box2 {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .submandator--edit #tab-2 .bootstrap-duallistbox-container .box1,
  .submandator--edit #tab-3 .bootstrap-duallistbox-container .box1, .submandator--view #tab-2 .bootstrap-duallistbox-container .box1,
  .submandator--view #tab-3 .bootstrap-duallistbox-container .box1, .submandator--create #tab-2 .bootstrap-duallistbox-container .box1,
  .submandator--create #tab-3 .bootstrap-duallistbox-container .box1 {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .submandator--edit #tab-2 .bootstrap-duallistbox-container .box2,
  .submandator--edit #tab-3 .bootstrap-duallistbox-container .box2, .submandator--view #tab-2 .bootstrap-duallistbox-container .box2,
  .submandator--view #tab-3 .bootstrap-duallistbox-container .box2, .submandator--create #tab-2 .bootstrap-duallistbox-container .box2,
  .submandator--create #tab-3 .bootstrap-duallistbox-container .box2 {
    margin-bottom: 0;
    padding-left: 15px;
  }
}
.submandator--create .terms-conditions {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .submandator--create .terms-conditions {
    margin-top: 40px;
  }
}

/* SUBMANDATOR END */
/* MANDATOR START */
.mandator--overview #dataTable {
  overflow-x: scroll;
}
.mandator--view #table_subpartners tbody tr td:nth-child(3),
.mandator--view #table_subpartners tbody tr th:nth-child(3),
.mandator--view #table_subpartners thead tr td:nth-child(3),
.mandator--view #table_subpartners thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .mandator--view #table_subpartners tbody tr td:nth-child(3),
  .mandator--view #table_subpartners tbody tr th:nth-child(3),
  .mandator--view #table_subpartners thead tr td:nth-child(3),
  .mandator--view #table_subpartners thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.mandator--view #table_subpartners tbody tr td:nth-child(4),
.mandator--view #table_subpartners tbody tr th:nth-child(4),
.mandator--view #table_subpartners thead tr td:nth-child(4),
.mandator--view #table_subpartners thead tr th:nth-child(4) {
  display: none;
}
@media (min-width: 992px) {
  .mandator--view #table_subpartners tbody tr td:nth-child(4),
  .mandator--view #table_subpartners tbody tr th:nth-child(4),
  .mandator--view #table_subpartners thead tr td:nth-child(4),
  .mandator--view #table_subpartners thead tr th:nth-child(4) {
    display: table-cell;
  }
}

/* MANDATOR END */
/* PREFERENCE START */
/* CUSTOMER START */
.preference-customer--view .i-checks:first-child {
  margin-right: 25px;
}
.preference-customer--view .i-checks label {
  padding-left: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .preference-customer--view .AddressBlock .margin--bottom {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .preference-customer--edit .AddressBlock .margin--bottom {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .preference-customer--overview .div_table_class {
    overflow: hidden;
  }
}

/* CUSTOMER END */
.preferences-user--edit table th:nth-child(2),
.preferences-user--edit table td:nth-child(2), .preferences-user--view table th:nth-child(2),
.preferences-user--view table td:nth-child(2), .preferences-user--create table th:nth-child(2),
.preferences-user--create table td:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .preferences-user--edit table th:nth-child(2),
  .preferences-user--edit table td:nth-child(2), .preferences-user--view table th:nth-child(2),
  .preferences-user--view table td:nth-child(2), .preferences-user--create table th:nth-child(2),
  .preferences-user--create table td:nth-child(2) {
    display: table-cell;
  }
}
.preferences-user--edit table th:last-child,
.preferences-user--edit table td:last-child, .preferences-user--view table th:last-child,
.preferences-user--view table td:last-child, .preferences-user--create table th:last-child,
.preferences-user--create table td:last-child {
  text-align: right;
}
.preferences-user--edit .select-debitor-mandant, .preferences-user--create .select-debitor-mandant {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .preferences-user--edit .select-debitor-mandant, .preferences-user--create .select-debitor-mandant {
    margin-bottom: 0 !important;
  }
}
.preferences-user--overview #dataTable {
  overflow-x: scroll;
}
.preferences-user--user .ibox:nth-last-child(2) {
  margin-bottom: 25px !important;
  border-bottom: none;
}

@media (min-width: 768px) {
  .preferences-contract--view .col--general {
    border-right: 1px dashed #e7eaec;
  }
}
.preferences-contract--view #renderTableContainer table tr th:nth-child(2), .preferences-contract--view #renderTableContainer table tr th:nth-child(3),
.preferences-contract--view #renderTableContainer table tr td:nth-child(2),
.preferences-contract--view #renderTableContainer table tr td:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .preferences-contract--view #renderTableContainer table tr th:nth-child(2), .preferences-contract--view #renderTableContainer table tr th:nth-child(3),
  .preferences-contract--view #renderTableContainer table tr td:nth-child(2),
  .preferences-contract--view #renderTableContainer table tr td:nth-child(3) {
    display: table-cell;
  }
}
.preferences-contract--view #renderTableContainer table tr th:nth-child(4),
.preferences-contract--view #renderTableContainer table tr td:nth-child(4) {
  display: none;
}
@media (min-width: 576px) {
  .preferences-contract--view #renderTableContainer table tr th:nth-child(4),
  .preferences-contract--view #renderTableContainer table tr td:nth-child(4) {
    display: table-cell;
  }
}

/* PREFERENCE END */
/* AVV START */
.avv--create .container--btn, .avv--confirmation .container--btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .avv--confirmation .cnt--customer {
    margin-bottom: 24px;
  }
}
.avv--create #div_table_avv_status tr td:nth-child(4),
.avv--create #div_table_avv_status tr th:nth-child(4) {
  display: none;
}
@media (min-width: 768px) {
  .avv--create #div_table_avv_status tr td:nth-child(4),
  .avv--create #div_table_avv_status tr th:nth-child(4) {
    display: table-cell;
  }
}
.avv--create #div_table_avv_status tr td:nth-child(3),
.avv--create #div_table_avv_status tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .avv--create #div_table_avv_status tr td:nth-child(3),
  .avv--create #div_table_avv_status tr th:nth-child(3) {
    display: table-cell;
  }
}

/* AVV END */
/* APPROVAL START */
.approval--create .container--btn, .approval--confirmation .container--btn {
  margin-top: 25px;
}
.approval--create #div_table_avv_status tr td:nth-child(4),
.approval--create #div_table_avv_status tr th:nth-child(4) {
  display: none;
}
@media (min-width: 768px) {
  .approval--create #div_table_avv_status tr td:nth-child(4),
  .approval--create #div_table_avv_status tr th:nth-child(4) {
    display: table-cell;
  }
}
.approval--create #div_table_avv_status tr td:nth-child(3),
.approval--create #div_table_avv_status tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .approval--create #div_table_avv_status tr td:nth-child(3),
  .approval--create #div_table_avv_status tr th:nth-child(3) {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .approval--confirmation .cnt--customer {
    margin-bottom: 24px;
  }
}

/* APPROVAL END */
/* SUPPORT START */
.support .ticket_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
.support--create .fa-commenting-o {
  float: left;
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 68px;
}

/* SUPPORT END */
/* BILLING START */
.billing--invoice .container--btn-top #download-csv-btn {
  margin-right: 15px !important;
}
.billing--invoice #div_table_class tr td:nth-child(3),
.billing--invoice #div_table_class tr th:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .billing--invoice #div_table_class tr td:nth-child(3),
  .billing--invoice #div_table_class tr th:nth-child(3) {
    display: table-cell;
  }
}
.billing--invoice #div_table_class tr td:nth-child(4),
.billing--invoice #div_table_class tr th:nth-child(4) {
  display: none;
}
@media (min-width: 992px) {
  .billing--invoice #div_table_class tr td:nth-child(4),
  .billing--invoice #div_table_class tr th:nth-child(4) {
    display: table-cell;
  }
}
.billing--invoice #div_table_class tr td:nth-child(5),
.billing--invoice #div_table_class tr th:nth-child(5) {
  display: none;
}
@media (min-width: 768px) {
  .billing--invoice #div_table_class tr td:nth-child(5),
  .billing--invoice #div_table_class tr th:nth-child(5) {
    display: table-cell;
  }
}
.billing--invoice #div_table_class tr td:nth-child(6),
.billing--invoice #div_table_class tr th:nth-child(6) {
  display: none;
}
@media (min-width: 576px) {
  .billing--invoice #div_table_class tr td:nth-child(6),
  .billing--invoice #div_table_class tr th:nth-child(6) {
    display: table-cell;
  }
}

.container--btn-top #help-btn {
  margin-right: 15px !important;
}

/* BILLING END */
/* GLOBALE STYLING START */
a {
  color: #971349;
}
a:hover {
  color: #891042;
}

.panel {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ibox-title {
  border: none;
}

.alert {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.border--bottom {
  border-bottom: 1px solid #e1e1e1;
}

.border-bottom {
  border: none;
}

.agile-list {
  padding: 4px 7px;
}

/* GLOBAL STYLING END */
/* DASHBOARD START */
#callConfigFragment h2 {
  float: left;
}
#callConfigFragment .ibox-title.clearfix {
  padding-bottom: 15px;
}
#callConfigFragment .ibox-title.clearfix h2 {
  margin-bottom: 7px;
}
#callConfigFragment .ibox-title.clearfix .ibox-tools {
  margin-top: 10px;
}
#callConfigFragment .ibox-content {
  padding: 0;
}
#callConfigFragment .ibox-content .panel-body {
  padding: 0;
  border: none;
}
#callConfigFragment .ibox-content .panel-body .ibox-title {
  padding: 15px 20px 7px 20px;
  border-bottom: 0;
}
#callConfigFragment .ibox-content .panel-body .ibox-content {
  padding: 15px 20px 20px 20px;
}
#callConfigFragment .ibox-content .panel-body .ibox-content .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

#newPasswordUpdatable .progress {
  margin-bottom: 0;
  margin-top: 5px;
}

#centraflexProfile > .ibox-content {
  padding: 0;
}
#centraflexProfile #panel_numbers_readonly_container .ibox-tools,
#centraflexProfile #panel_devices_readonly .ibox-tools {
  display: none;
}

/* DASHBOARD END */
/* TABS START */
.tabs-container .nav-tabs {
  margin-bottom: 20px;
  border-bottom: none;
}
.tabs-container .nav-tabs li {
  margin-right: 1px;
}
.tabs-container .nav-tabs li a {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.tabs-container .nav-tabs li.active a,
.tabs-container .nav-tabs li.active a:focus,
.tabs-container .nav-tabs li.active a:hover {
  margin: 0;
  border: none;
}
.tabs-container .tab-pane .ibox-title {
  padding-left: 15px;
  padding-right: 15px;
}
.tabs-container .tab-pane .panel-body {
  background: transparent;
  padding: 0;
  border: none;
}
.tabs-container .tab-pane .panel-body .ibox-title {
  border-top: 1px;
  border-bottom: 0;
}

/* TABS END */
/* BUTTONS START */
.container--btn .btn-lg {
  margin-bottom: 0;
}
.container--btn .btn-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .container--btn .btn-primary {
    width: auto;
  }
}
.container--btn .btn-secondary {
  width: 100%;
}
@media (min-width: 768px) {
  .container--btn .btn-secondary {
    width: auto;
  }
}
.container--btn .btn:nth-child(2) {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .container--btn .btn:nth-child(2) {
    margin-top: auto !important;
  }
}

.container--btn-top .btn {
  margin-right: 1px !important;
  float: right;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-top: 0;
}
.container--btn-top .btn:first-child {
  margin-right: 0 !important;
}
.container--btn-top #help-btn {
  margin-right: 15px !important;
}
.container--btn-top .inner-btn-container {
  margin-top: 20px;
  float: right;
  width: 100%;
}
@media (min-width: 576px) {
  .container--btn-top .inner-btn-container {
    margin-right: 30px;
    margin-top: 0;
    width: auto;
  }
}
.container--btn-top .inner-btn-container .btn {
  width: 100%;
  margin-right: 0 !important;
}
@media (min-width: 576px) {
  .container--btn-top .inner-btn-container .btn {
    margin-right: 15px !important;
    width: auto;
  }
}
.container--btn-top .inner-btn-container .btn:first-child {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .container--btn-top .inner-btn-container .btn:first-child {
    margin-right: 0 !important;
    margin-bottom: 0;
  }
}
.container--btn-top #help-btn:only-child {
  margin-right: 0 !important;
}
.container--btn-top.pull-right {
  float: none !important;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .container--btn-top.pull-right {
    float: right !important;
    margin-bottom: 0;
  }
}
.container--btn-top.margin--bottom {
  margin-bottom: 20px;
}

.btn-only-icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0;
}

.btn-secondary,
.wrapper a.btn-secondary {
  background-color: #fff;
  color: #3e3e3b;
  border: none;
}
.btn-secondary:focus, .btn-secondary:hover,
.wrapper a.btn-secondary:focus,
.wrapper a.btn-secondary:hover {
  background-color: #e6e6e6;
  border: none;
}

.ibox .container--btn,
.modal-dialog .container--btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.ibox .container--btn .btn-secondary,
.modal-dialog .container--btn .btn-secondary {
  background-color: transparent;
  border: 1px solid #e5e6e7;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all, linear background !important;
}
.ibox .container--btn .btn-secondary:focus, .ibox .container--btn .btn-secondary:hover,
.modal-dialog .container--btn .btn-secondary:focus,
.modal-dialog .container--btn .btn-secondary:hover {
  background: #e5e6e7;
  border: 1px solid #e5e6e7;
}
.ibox .container--btn .btn-secondary[disabled],
.modal-dialog .container--btn .btn-secondary[disabled] {
  background-color: transparent;
  color: #d2d2d2 !important;
}
.ibox .container--btn .btn-secondary[disabled]:focus, .ibox .container--btn .btn-secondary[disabled]:hover,
.modal-dialog .container--btn .btn-secondary[disabled]:focus,
.modal-dialog .container--btn .btn-secondary[disabled]:hover {
  border-color: #e5e6e7;
}
.ibox .ibox-content .container--btn,
.modal-dialog .ibox-content .container--btn {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .ibox .ibox-content .container--btn,
  .modal-dialog .ibox-content .container--btn {
    margin-top: 20px;
  }
}
.ibox .ibox-content .container--btn .btn:first-child,
.modal-dialog .ibox-content .container--btn .btn:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .ibox .ibox-content .container--btn .btn:first-child,
  .modal-dialog .ibox-content .container--btn .btn:first-child {
    margin-left: 15px !important;
  }
}
.ibox .ibox-content .container--btn-abreast .btn:first-child,
.modal-dialog .ibox-content .container--btn-abreast .btn:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .ibox .ibox-content .container--btn-abreast .btn:first-child,
  .modal-dialog .ibox-content .container--btn-abreast .btn:first-child {
    margin-left: 0 !important;
  }
}
.ibox .ibox-content .container--btn-abreast .btn:last-child,
.modal-dialog .ibox-content .container--btn-abreast .btn:last-child {
  margin-left: 0;
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .ibox .ibox-content .container--btn-abreast .btn:last-child,
  .modal-dialog .ibox-content .container--btn-abreast .btn:last-child {
    margin-left: 15px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .ibox .ibox-content .container--btn-abreast,
  .modal-dialog .ibox-content .container--btn-abreast {
    display: flex;
    justify-content: flex-end;
  }
}

.modal-dialog .container--btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modal-dialog .container--btn {
    margin-top: 0;
  }
}
.modal-dialog .container--btn .btn:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog .container--btn .btn:first-child {
    margin-left: 15px !important;
  }
}
.modal-dialog .container--btn-abreast .btn {
  margin-left: 0;
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .modal-dialog .container--btn-abreast .btn {
    margin-left: 15px !important;
    margin-top: 0 !important;
  }
}
.modal-dialog .container--btn-abreast .btn:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog .container--btn-abreast .btn:first-child {
    margin-left: 0 !important;
  }
}
.modal-dialog .container--btn-abreast .btn:last-child {
  margin-left: 0;
  margin-top: 15px !important;
}
@media (min-width: 768px) {
  .modal-dialog .container--btn-abreast .btn:last-child {
    margin-left: 15px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog .container--btn-abreast {
    display: flex;
    justify-content: flex-end;
  }
}

/* BUTTONS END */
/* ELEMENTS START */
.hr-line-dashed--2 {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
}

/* ELEMENTS END */
/* HEADER START */
.navbar-top-links .customer-select {
  clear: both;
  padding: 0 10px 0 20px;
  height: 60px;
  vertical-align: middle;
}
.navbar-top-links .customer-select .btn {
  padding: 0;
  line-height: normal;
  height: 31px;
  display: block;
  margin-top: 14px !important;
  width: 31px;
  background: transparent;
  float: left;
}
.navbar-top-links .customer-select .btn i {
  font-size: 13px;
  color: #999c9e;
}
.navbar-top-links .customer-select .select2 {
  width: 350px;
  display: block;
  float: left;
  margin-top: -5px;
  margin-right: 1px;
}
.navbar-top-links .customer-select .select2 .select2-selection {
  border-radius: 0;
  height: 31px;
  border-color: transparent;
}
.navbar-top-links .customer-select .select2 .select2-selection .select2-selection__rendered {
  padding-left: 12px;
}
.navbar-top-links .customer-select .select2 .select2-selection .select2-selection__arrow {
  height: 31px;
  right: 8px;
}
@media (max-width: 767px) {
  .navbar-top-links .customer-select .btn {
    margin-top: 0 !important;
  }
}
.navbar-top-links li a {
  padding: 0 10px;
}
.navbar-top-links .help,
.navbar-top-links .logout,
.navbar-top-links .user {
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}
.navbar-top-links .help a span,
.navbar-top-links .logout a span,
.navbar-top-links .user a span {
  display: none;
}
@media (min-width: 768px) {
  .navbar-top-links .help a span,
  .navbar-top-links .logout a span,
  .navbar-top-links .user a span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .navbar-top-links .help li a,
  .navbar-top-links .logout li a,
  .navbar-top-links .user li a {
    min-height: 0;
  }
}

.select2-container .select2-dropdown {
  border-color: #e5e6e7;
  border-radius: 0;
  border: none;
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  border-color: #e5e6e7;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #96144B !important;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 17px 30px -15px, rgba(0, 0, 0, 0.25) 0px 8px 16px -18px;
}

.page-heading--with-logo {
  height: 96px;
  padding: 0 !important;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-heading--with-logo {
    padding: 0;
    height: auto;
  }
}
.page-heading--with-logo .cnt--logo {
  width: 130px;
  margin: 23px auto;
}
.page-heading--with-logo .cnt--headline {
  float: left;
}
.page-heading--with-logo .cnt--headline h2 {
  line-height: 90px;
  margin: 0;
}
@media (max-width: 767px) {
  .page-heading--with-logo .cnt--headline {
    width: 100%;
    padding: 12px 25px 12px 25px;
  }
  .page-heading--with-logo .cnt--headline h2 {
    font-size: 19px;
    line-height: normal;
  }
}
.page-heading--with-logo .header-logo {
  width: 105px;
}
@media (max-width: 767px) {
  .page-heading {
    padding: 13px 10px;
  }
}
.page-heading .breadcrumbCnt h2 {
  display: none;
}
@media (min-width: 768px) {
  .page-heading .breadcrumbCnt h2 {
    display: block;
  }
}

.beta-info {
  margin-top: 8px;
}
.beta-info__label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 7px;
  background: #971349;
  padding: 4px 7px;
  font-size: 8px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
}
.beta-info__txt {
  font-size: 12px;
  vertical-align: middle;
}

.bold-title {
  font-weight: 600 !important;
  font-size: 16px;
}

table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  color: #3e3e3b !important;
  opacity: 1;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  font-size: 0.8em;
  padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
  position: inherit;
  display: inline;
}

table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
  right: -.5em;
}

table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
  top: 0px;
}

/* HEADER END */
.m-b--0 {
  margin-bottom: 0;
}
.m-b--5 {
  margin-bottom: 5px;
}
.m-b--10 {
  margin-bottom: 10px;
}
.m-b--15 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .m-b--sm--0 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .m-b--sm--5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .m-b--sm--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .m-b--sm--15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .m-b--md--0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-b--md--5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .m-b--md--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .m-b--md--15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .m-b--lg--0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .m-b--lg--5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .m-b--lg--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .m-b--lg--15 {
    margin-bottom: 15px;
  }
}

/* LOGIN AND REGISTER START */
.loginColumns {
  max-width: 100%;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 500px) {
  .loginColumns {
    max-width: 450px;
    padding: 20px 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  .loginColumns {
    padding: 60px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .loginColumns {
    padding: 100px 20px 20px 20px;
  }
}
.loginColumns .ibox {
  margin-bottom: 0;
}

.login-logo {
  padding: 19px 0 24px 0;
}

.sec-level-txt {
  margin-bottom: 20px;
  margin-top: 2px;
}
.sec-level-txt:last-child {
  margin-bottom: 5px;
}
.sec-level-txt .fa {
  color: #971349;
  font-size: 38px;
  float: left;
  width: 30px;
  margin-right: 13px;
  margin-top: 4px;
  padding-left: 0px;
}
.sec-level-txt .fa-close {
  margin-top: 0;
}
.sec-level-txt p {
  float: left;
  width: calc(100% - 70px);
}

.subscriber--password .progress {
  height: 15px;
  margin-top: 8px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.subscriber--password .progress .progress-bar {
  line-height: 15px;
}

/* LOGIN AND REGISTER END */
.info--ie {
  display: none;
  position: fixed;
  width: 100%;
  background: #971349;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px 30px 23px;
  z-index: 999999;
}

.dashboard #wrapper .wrapper-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.dashboard #dashboardMainMenuItems {
  padding: 0;
}
.dashboard #dashboardMainMenuItems #dashboardMainMenuItem {
  padding: 25px;
  margin-bottom: 0;
}
.dashboard #dashboardMainMenuItems .panel-hl {
  padding: 0 3px;
}
.dashboard #dashboardMainMenuItems h2 {
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 17px;
}
.dashboard #dashboardMainMenuItems #dashboardMenuItem {
  padding-right: 3px;
  padding-left: 3px;
}
.dashboard #dashboardMainMenuItems #dashboardMenuItem .widget {
  margin-top: 0px !important;
  margin-bottom: 6px !important;
  padding: 25px !important;
}
@media (min-width: 768px) {
  .dashboard #dashboardMainMenuItems #dashboardMenuItem .widget {
    min-height: 156px;
    padding: 25px !important;
  }
}
@media (min-width: 1200px) {
  .dashboard #dashboardMainMenuItems #dashboardMenuItem .widget {
    padding: 25px !important;
  }
}
@media (min-width: 1500px) {
  .dashboard #dashboardMainMenuItems #dashboardMenuItem .widget {
    padding: 25px !important;
  }
}
.dashboard #dashboardMainMenuItems #dashboardMenuItem .widget h3 {
  text-align: left;
  font-size: 24px;
  width: auto;
}
.dashboard #dashboardMainMenuItems #dashboardMenuItem .widget p {
  font-size: 12px;
}
.dashboard #dashboardMainMenuItems #dashboardMenuItem .widget .fa {
  text-align: left;
  font-size: 26px;
  width: auto;
  margin-right: 10px;
}

.news-row {
  padding: 0 28px 25px 28px;
}
.news-row h2 {
  font-size: 22px;
}
.news-row .news-feed .feed-element .media-body p {
  font-size: 14px;
}
.news-row .news-feed .feed-element:last-child {
  border-bottom: none;
}

_:-ms-fullscreen,
:root .info--ie {
  display: block;
}

_:-ms-lang(x),
.info--ie {
  display: block \9;
}

_::selection,
.info--ie {
  display: block \0;
}

/* OLD form.css 05.11.2018 START */
#header_search_logo .form-group {
  float: left;
}

#header_search_logo {
  width: 680px;
}

#header_search_logo #start-instance {
  width: 300px;
  height: 30px;
  margin-top: 13px;
  border: 1px solid #ccc;
}

.wizard > .content > .body, .step-content {
  position: relative !important;
  height: auto !important;
  background-color: #fff;
  padding: 30px 6px 0 5px;
  width: 100%;
}

.wizard > .content {
  background-color: #fff;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  border-radius: 0;
  background-color: #891042 !important;
  color: #fff !important;
  font-weight: bold !important;
  padding-left: 18px !important;
}

.wizard > .steps .disabled a {
  font-weight: normal !important;
  color: #333 !important;
  background-color: #ccc !important;
}

.wizard > .content > .body input, .wizard > .content > .body select {
  margin-bottom: 15px;
}

.wizard > .content > .body label {
  padding-top: 8px;
}

.wizard fieldset .form-group {
  margin-bottom: 0 !important;
}

.wizardcheck {
  height: 24px;
  width: 24px;
}

.wizardtext {
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
}

.btn-small {
  margin-bottom: 5px;
}

.btn-close-top {
  padding-bottom: 18px;
}

.ibox-content #delete-btn {
  border: 1px solid #e5e6e7 !important;
}

.btn-grey {
  background-color: #e1e1e1 !important;
}

.open .dropdown-toggle.btn-primary {
  background-color: #e5e6e7 !important;
  border-color: #e5e6e7 !important;
  color: #3e3e3b !important;
}

table.footable tr td, table.footable thead {
  font-size: 14px !important;
}

.first-button {
  margin-right: 10px !important;
}

.filter_suche {
  float: right;
}

#infobox {
  float: left !important;
}

.plus {
  font-size: 20px !important;
  padding: 0 10px 0px 10px !important;
  margin-top: 15px;
}

.marginleft {
  margin-left: 0px !important;
}

.numberrange {
  width: 200px;
}

.static-info .form-group {
  margin-bottom: 0;
}

.static-info .control-label {
  text-align: left !important;
}

.static-info .table tr {
  font-size: 13px !important;
}

.addonstable td {
  border-top: 0 !important;
}

.addons-th {
  width: 380px;
}

.form-group .table_link {
  color: #891042 !important;
  font-weight: normal !important;
}

.noborder .ibox-title {
  border: 0 !important;
}

.time-group-label .control-label {
  margin-right: 13px;
}

.time-group .checkbox-inline {
  padding-left: 0;
}

.label-right {
  padding-left: 5px !important;
  padding-right: 20px;
}

input[type="file"] {
  padding-top: 9px;
}

.form_announce .btn {
  margin: 20px 10px 0 10px !important;
}

#newannounce {
  display: none;
}

.all-calls-check .checkbox-inline {
  padding-right: 40px !important;
}

.all-calls-check-left .checkbox-inline {
  margin-left: 15px !important;
}

/*
.wizard input[type="checkbox"] {
  display: none;
​}
.wizard input[type="checkbox"] + label {
  display: block;
  background: url(YourCheckboxSprite.png) no-repeat 0 0;
  cursor: pointer;
  padding: 0 0 0 30px;
​}
.wizard input[type="checkbox"]:checked + label {
​	background-position: 0 -30px;
  background: #000;
​}
*/
td .dropdown-menu {
  left: -61px !important;
  border-radius: 0 !important;
}

th i {
  padding-top: 2px;
}

.overlay-button {
  width: 500px;
  height: 500px;
  z-index: 10000;
  background-color: grey;
  position: fixed;
  opacity: 1;
}

.table > tbody > tr > td {
  padding: 8px 8px 2px 8px !important;
}

.scrollable-menu {
  height: auto;
  max-height: 360px;
  overflow-x: hidden;
}

.tab-pane .ibox-title {
  padding-left: 0;
  margin-left: 0;
}

#accessdata-new {
  display: none;
}

.no-margin {
  margin-bottom: 0px !important;
}

.no-border {
  border-color: #fff !important;
}

.bootstrap-duallistbox-container {
  margin: 0 !important;
}

.agile-list li {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 5px;
  font-size: 14px;
}

.agile-list {
  border: 1px solid #e5e6e7 !important;
}

.content_blf {
  border: none;
}

/* HELP  */
.help .ibox {
  margin-bottom: 0px;
}

.help .ibox-content {
  padding-left: 15px !important;
}

.help h5, .help h5 a {
  color: #3e3e3b;
  font-size: 16px;
}

.help h5:hover {
  font-weight: bold;
}

.form-spacer {
  min-height: 20px;
  width: 100%;
}

.all-calls-check .icheckbox_square-green, .all-calls-check .iradio_square-green {
  margin-bottom: 6px;
  float: left;
  margin-right: 10px;
}

.all-calls-check .checkbox-last div {
  margin-bottom: 20px !important;
}

.dropdown_customer {
  width: 350px;
  border: 0 !important;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #961249;
}

.div_table_class {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
  width: 100%;
}
.div_table_class tbody tr td:last-child,
.div_table_class tbody tr th:last-child,
.div_table_class thead tr td:last-child,
.div_table_class thead tr th:last-child {
  text-align: left;
}

@media (min-width: 992px) {
  .div_table_class {
    overflow: hidden;
  }
}
.div_table_class .table thead tr th {
  white-space: nowrap;
}
.div_table_class .table thead tr th > a {
  display: flex;
  white-space: normal;
}

.table-with-scroll-bar .div_table_class {
  overflow-y: scroll;
  height: 450px;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 0 !important;
  color: inherit;
}

.no-resize {
  resize: none;
}

.alert-danger, .alert-info, .alert-success {
  list-style: none;
}

/* /////////////////////////////////////////////////////////////

	  Bereich zum kurzfristigen Anpassen der Standardfarben
	  S
/////////////////////////////////////////////////////////////// */
.wrapper a {
  color: #961249;
}

.wrapper a:hover {
  color: #000000;
}

.widget {
  background-color: #961249;
}

.onoffswitch-label {
  border: 2px solid grey !important;
}

.onoffswitch-switch {
  border: 2px solid grey !important;
}

.onoffswitch-inner:before {
  background-color: #961249;
  border: none;
}

.onoffswitch-inner:after {
  background-color: grey;
  border: none;
  color: #fff;
}

.conference-select {
  width: 400px;
  height: 34px;
}

.conference-group {
  text-align: center;
}

#upload_frame {
  border: 0;
  height: 100px;
}

.dropzone {
  padding: 0;
  height: 100px;
  min-height: inherit;
  width: 249px;
}

.vertical-timeline-content p {
  font-size: 14px;
}

.vertical-timeline-content h5 {
  font-size: 16px;
}

.ticket_description {
  height: 250px !important;
}

/*.tooltipped { margin-bottom: 1px !important; }*/
video {
  width: 100%;
  background: #ccc;
}

#div_date_start, #div_clock_start, #div_date_end {
  float: left;
}

.action-button {
  width: 50px;
  height: 23px;
}

.action-button i {
  font-size: 20px;
  margin-top: -5px;
}

.action-top {
  font-size: 15px;
  margin-bottom: 10px !important;
}

.button-top-tabs {
  margin-bottom: -35px !important;
}

.button-top {
  margin-bottom: 20px !important;
}

.button-top-grey {
  margin-bottom: 10px !important;
  background: #e5e6e7 !important;
}

.button-top-first {
  margin-right: 15px !important;
}

/*.tooltipped { border: 1px solid #fff; min-width: 129px;}*/
.form-group .btn-default {
  background: #DDD !important;
  border: 1px solid #DDD !important;
}

.call_function-activate {
  text-align: left;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 1.5rem;
}

.first-row {
  grid-row: 1;
}

.second-row {
  grid-row: 2;
}

.first-column {
  grid-column: 1;
}

.second-column {
  grid-column: 2;
}

.third-column {
  grid-column: 3;
}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

.h-100 {
  height: 100%;
}

.timetrash {
  width: 55px !important;
}

#bootstrap-duallistbox-nonselected-list_clienttocustomer_box, #bootstrap-duallistbox-selected-list_clienttocustomer_box {
  height: 300px !important;
}

.panel-body .ibox-title, .ibox-titel {
  border-bottom: 1px solid #ccc;
  border-top: none;
}

/* OLD form.css 05.11.2018 END */
/* FIXE START */
.i-checks label span {
  vertical-align: middle;
  margin-left: 5px;
}

.input-group.date, .input-group.clockpicker {
  padding: 0 15px;
}

.form-control, .single-line {
  padding: 0 12px;
}

.form-control {
  line-height: normal;
}

.col-form-label {
  padding-top: 7px;
}

.field--with-btn {
  width: calc(100% - 37px);
}
.field--with-2-btns {
  width: calc(100% - 84px);
}

.btn--small {
  width: 37px;
  margin-left: 0 !important;
}
.btn--margin-right {
  margin-right: 10px !important;
}

.container--btn {
  padding: 0;
  margin-bottom: 20px;
}

.unified-messaging .form-horizontal .checkbox,
.unified-messaging .form-horizontal .radio {
  padding-top: 5px;
}
.unified-messaging .form-horizontal .checkbox label,
.unified-messaging .form-horizontal .radio label {
  padding-left: 15px;
}

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

.ibox .onoffswitch {
  margin-top: 7px;
}

.has-feedback .form-control {
  padding-right: 16px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 6px;
  width: 18px;
}
.form-horizontal .col-sm-6.has-feedback .form-control-feedback {
  right: 20px;
}

/* FIXE END */
.input-group--2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group--2.date > span.input-group-addon {
  border-right: none;
  border-left: 1px solid #E5E6E7;
}

.input-group--2 > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group--2 .input-group-append {
  margin-left: -1px;
}

.input-group--2 .input-group-append, .input-group--2 .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group--2 .input-group-addon:first-child {
  border-right: 1px solid #E5E6E7;
}

.input-group--2 .input-group-addon {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px 0 12px;
  text-align: center;
  height: 34px;
  line-height: 32px;
  width: auto;
}

.input-group--prepend .input-group-prepend .input-group-addon {
  display: block;
  line-height: unset;
  vertical-align: middle;
  border: 0;
  padding-left: 0;
}
.input-group--prepend .input-group-prepend .input-group-addon .i-checks {
  margin-top: 4px;
}
.input-group--prepend .input-group-prepend .input-group-addon .i-checks label {
  margin-bottom: 0;
}
.input-group--prepend--2 .input-group-prepend .input-group-addon {
  padding-right: 30px;
}

@font-face {
  font-family: "brix_sans";
  src: url("/fonts/Brixsanslight-webfont.woff2") format("woff2"), url("/fonts/Brixsanslight-webfont.woff") format("woff"), url("/fonts/Brixsanslight-webfont.ttf") format("truetype"), url("/fonts/Brixsanslight-webfont.svg#brix_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
  color: #3E3E3C;
}
@font-face {
  font-family: "brix_sans";
  src: url("/fonts/Brixsansbold-webfont.woff2") format("woff2"), url("/fonts/Brixsansbold-webfont.woff") format("woff"), url("/fonts/Brixsansbold-webfont.ttf") format("truetype"), url("/fonts/Brixsansbold-webfont.svg#brix_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
  color: #3E3E3C;
}
/* SIDEBAR */
@media (min-width: 768px) {
  .navbar-static-side {
    display: none;
  }

  #page-wrapper {
    margin: 0;
  }

  .mini-navbar .navbar-static-side {
    display: block;
  }
}
@media (min-width: 992px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 200px;
    min-height: 1200px;
  }

  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 200px;
    display: block;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
/* WIZARD */
.wizard .connecting-line {
  width: 89%;
}
.wizard .nav-tabs {
  margin: 0 auto !important;
  border-bottom: 0 !important;
}
.wizard .nav-tabs > li {
  width: 11.11% !important;
}
.wizard .nav-tabs > li > a i {
  margin-right: 0 !important;
}

.container--btn .btn-group .btn:first-child {
  margin-left: 15px !important;
}

/* TOOLTIPS */
.tippy-tooltip[data-size=large] {
  font-size: 12px;
}

/*LABEL ERRORS */
label.error {
  margin-left: 0;
}

/* MODAL DIALOG */
.modal-open #modalDeleteConfirm .modal {
  padding-right: inherit !important;
}

.modal-dialog .modal-header {
  padding: 15px;
}
@media (min-width: 992px) {
  .modal-dialog .modal-header {
    padding: 15px 20px;
  }
}
.modal-dialog .modal-body {
  padding: 15px;
}
@media (min-width: 992px) {
  .modal-dialog .modal-body {
    padding: 20px;
  }
}
.modal-dialog .modal-footer {
  padding: 15px;
}
@media (min-width: 992px) {
  .modal-dialog .modal-footer {
    padding: 15px 20px;
  }
}

.dropdown-menu > li > a.disabled {
  color: #acacac;
  cursor: default;
  background: transparent;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
 ** http://jqueryui.com
 ** Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
 ** To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 ** Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
 *---------------------------------- */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* support: IE8 */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
 *---------------------------------- */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
 *---------------------------------- */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
 *---------------------------------- */
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* right-aligned */
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
  text-decoration: none;
}
.ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* Spinner specific style fixes */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* support: IE8 - See #6727 */
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
 *---------------------------------- */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
 *---------------------------------- */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:hover, .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
 *---------------------------------- */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* support: IE8 - See #6059 */
/* Icons
 *---------------------------------- */
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/img/jqueryui/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/jqueryui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/jqueryui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
 *---------------------------------- */
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

/* support: IE8 */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

body {
  color: #141E28;
}

/* HEADLINES START */
h2 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

/* HEADLINES END */
.login-logo {
  padding-top: 8px;
}

.ibox .ibox-content {
  padding: 30px;
}
.ibox .ibox-title {
  padding: 30px;
}
.ibox .ibox-title ~ .ibox-content {
  padding-top: 0;
}

.tabs-container .tab-pane .ibox-title {
  padding-left: 30px;
  padding-right: 30px;
}

.ibox-content {
  padding: 30px;
}

.page-heading {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.page-heading--with-logo:after {
  position: absolute;
  top: 0;
  left: -10%;
  display: block;
  width: 120%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  transition: opacity 500ms linear;
  pointer-events: none;
  content: "";
}
.page-heading--header-shadow:after {
  opacity: 1;
}

.wrapper-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 155px;
}
@media (min-width: 992px) {
  .wrapper-content {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  #page-wrapper {
    border-left: none;
  }
}
.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
  position: relative;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-color: #F3F3F4;
  border-top: 1px solid #F3F3F4;
  line-height: 1.42857;
  padding: 11px 8px !important;
  vertical-align: top;
  -webkit-transition: ease 0.2s padding;
  -moz-transition: ease 0.2s padding;
  -ms-transition: ease 0.2s padding;
  -o-transition: ease 0.2s padding;
  transition: ease 0.2s padding;
}
.table > thead > tr > th:first-child, .table > thead > tr > th:last-child, .table > thead > tr > td:first-child, .table > thead > tr > td:last-child, .table > tbody > tr > th:first-child, .table > tbody > tr > th:last-child, .table > tbody > tr > td:first-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > th:first-child, .table > tfoot > tr > th:last-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > td:last-child {
  padding-left: 0;
  padding-right: 0;
}
.table > thead > tr:hover > td:first-child, .table > tbody > tr:hover > td:first-child, .table > tfoot > tr:hover > td:first-child {
  padding-left: 12px;
}
.table > thead > tr:hover:last-child, .table > tbody > tr:hover:last-child, .table > tfoot > tr:hover:last-child {
  padding-top: 10px;
}

.table-hover tbody tr:hover {
  background: #F3F3F4;
  position: relative;
  -webkit-transition: ease 0.2s background;
  -moz-transition: ease 0.2s background;
  -ms-transition: ease 0.2s background;
  -o-transition: ease 0.2s background;
  transition: ease 0.2s background;
}

.table-footer {
  margin-top: 10px;
}
.table-footer #countText {
  text-align: right;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table-footer {
    margin-top: 25px;
  }
  .table-footer #countText {
    text-align: left;
    margin-bottom: 0;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.breadcrumb {
  background: transparent;
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  padding: 11px 0;
  min-width: 140px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.dropdown-menu > li > a {
  margin: 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
  color: inherit;
}

.label {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.navbar-top-links .user .dropdown-menu {
  background: #96144B;
  color: #fff;
}
.navbar-top-links .user .dropdown-menu:before {
  background: #96144B;
}
@media (max-width: 350px) {
  .navbar-top-links .language {
    display: block !important;
  }
}
.navbar-top-links .language .dropdown-menu {
  background: #96144B;
  color: #fff;
}
.navbar-top-links .language .dropdown-menu:before {
  background: #96144B;
}
.navbar-top-links .user .dropdown-menu:before,
.navbar-top-links .language .dropdown-menu:before {
  position: absolute;
  top: -5px;
  right: 17px;
  height: 10px;
  width: 10px;
  content: "";
  transform: rotate(45deg);
}
.navbar-top-links .user .dropdown-menu li,
.navbar-top-links .language .dropdown-menu li {
  padding: 2px 18px;
}
.navbar-top-links .user .dropdown-menu li a,
.navbar-top-links .language .dropdown-menu li a {
  margin: 0;
  overflow: unset;
  display: inline-block;
  padding: 0;
  width: 100%;
}
.navbar-top-links .user .dropdown-menu li a:hover,
.navbar-top-links .language .dropdown-menu li a:hover {
  font-weight: 600;
}
.navbar-top-links .user .dropdown-menu li a i,
.navbar-top-links .language .dropdown-menu li a i {
  width: 12px;
  text-align: center;
}
.navbar-top-links .user .dropdown-menu li a img,
.navbar-top-links .language .dropdown-menu li a img {
  margin-right: 8px;
}

.language--logged-out {
  list-style: none;
  float: right;
  margin-right: -15px;
}
.language .dropdown-toggle {
  padding: 15px;
  display: block;
}
.language .dropdown-menu {
  right: 0;
  margin-right: 15px;
  left: auto;
  background: #96144B;
  color: #fff;
}
.language .dropdown-menu:before {
  background: #96144B;
  position: absolute;
  top: -5px;
  right: 17px;
  height: 10px;
  width: 10px;
  content: "";
  transform: rotate(45deg);
}
.language .dropdown-menu li {
  padding: 2px 18px;
}
.language .dropdown-menu li a {
  font-size: 14px;
  padding: 0;
  overflow: unset;
}
.language .dropdown-menu li a:hover {
  font-weight: 600;
}
.language .dropdown-menu li a img {
  margin-right: 8px;
}

.form-control {
  height: 40px !important;
  background: #E8E9EA;
  padding: 0 20px;
  border: none;
  color: #141E28;
  border-radius: 0;
}
.form-control:hover {
  box-shadow: 0 2px 0 #a1a5a9;
}
.form-control:focus {
  box-shadow: 0 2px 0 #96144b;
  color: #000;
  background: #E8E9EA;
  border: none;
}
.form-control:disabled, .form-control[disabled], .form-control[readonly] {
  color: #A1A5A9;
  background: #F8F8F8;
}
.form-control:disabled:hover, .form-control[disabled]:hover, .form-control[readonly]:hover {
  box-shadow: none;
}

.custom-control {
  padding-left: 55px;
}
.custom-control .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #E8E9EA;
  border: none;
}
.custom-control .custom-control-input:hover ~ .custom-control-label:before {
  box-shadow: 0 2px 0 #a1a5a9;
}
.custom-control .custom-control-input:hover:not(:checked) ~ .custom-control-label:before {
  border: none;
  box-shadow: 0 2px 0 #a1a5a9;
}
.custom-control .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #E8E9EA !important;
  border-color: #E8E9EA !important;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
  color: #5b84ad;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label:before {
  background: transparent;
  border-color: #f3f3f4 !important;
}
.custom-control .checkbox-custom.custom-control-label {
  cursor: pointer;
}
.custom-control .checkbox-custom.custom-control-label:before {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 0;
  background-color: #E8E9EA;
  top: -1px;
  left: -55px;
}
.custom-control .checkbox-custom.custom-control-label:after {
  width: 34px;
  height: 34px;
  top: -1px;
  left: -55px;
  background-size: 43% 43%;
}

.custom-control-label:before {
  top: 0.2rem;
}

.form-check {
  padding-left: 32px;
  position: relative;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 1rem;
}
.form-check.form-check--switched {
  padding-left: 15px;
}
.form-check.form-check--switched input[type='checkbox'] + .form-check-label:before, .form-check.form-check--switched input[type='checkbox'] + .form-check-label:after {
  left: 0;
  top: 5px;
}
.form-check input[type='checkbox'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.form-check input[type='checkbox']:checked ~ .form-check-label:before {
  background-color: #971349;
  border-color: #971349;
  font-size: 8px;
  line-height: 22px;
}
.form-check input[type='checkbox']:focus ~ .form-check-label:before {
  box-shadow: none;
}
.form-check input[type='checkbox']:focus:not(:checked) ~ .form-check-label:before {
  border-color: #E8E9EA;
}
.form-check input[type='checkbox']:hover:not(:checked) ~ .form-check-label:before {
  border-color: #971349;
}
.form-check input[type='checkbox']:disabled:checked ~ .form-check-label:before {
  background-color: #E8E9EA !important;
  border-color: #E8E9EA !important;
}
.form-check input[type='checkbox']:disabled ~ .form-check-label {
  cursor: default;
  color: #5b84ad;
}
.form-check input[type='checkbox']:disabled ~ .form-check-label:before {
  background: transparent;
  border-color: #f3f3f4 !important;
}
.form-check input[type='checkbox'] + .form-check-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.form-check input[type='checkbox'] + .form-check-label:before {
  background-color: #E8E9EA;
  border: none;
  width: 35px;
  height: 35px;
  top: -1px;
  left: -32px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check input[type='checkbox'] + .form-check-label:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat 50%/50% 50%;
  width: 35px;
  height: 35px;
  top: -1px;
  left: -32px;
  background-size: 43% 43%;
}
.form-check input[type='radio'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.form-check input[type='radio']:checked ~ .form-check-label:before {
  background-color: #971349;
  border-color: #971349;
}
.form-check input[type='radio']:checked ~ .form-check-label:after {
  background: #fff;
  height: 6px;
  width: 6px;
  top: 7px;
  left: -24px;
  border-radius: 50%;
}
.form-check input[type='radio']:focus ~ .form-check-label:before {
  box-shadow: none;
}
.form-check input[type='radio']:focus:not(:checked) ~ .form-check-label:before {
  border-color: #E8E9EA;
}
.form-check input[type='radio']:hover:not(:checked) ~ .form-check-label:before {
  border-color: #971349;
}
.form-check input[type='radio']:disabled:checked ~ .form-check-label:before {
  background-color: #E8E9EA !important;
  border-color: #E8E9EA !important;
}
.form-check input[type='radio']:disabled ~ .form-check-label {
  cursor: default;
  color: #5b84ad;
}
.form-check input[type='radio']:disabled ~ .form-check-label:before {
  background: transparent;
  border-color: #f3f3f4 !important;
}
.form-check input[type='radio'] + .form-check-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.form-check input[type='radio'] + .form-check-label:before {
  background-color: #E8E9EA;
  border: none;
  width: 22px;
  height: 22px;
  top: -1px;
  left: -32px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check input[type='radio'] + .form-check-label:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat 50%/50% 50%;
  width: 22px;
  height: 22px;
  top: -1px;
  left: -32px;
  background-size: 43% 43%;
}

.btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 40px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn--small {
  height: 40px;
  width: 40px;
  padding: 0;
}
.btn.moveall, .btn.move, .btn.removeall, .btn.remove {
  line-height: unset;
  height: unset;
  border-radius: 0 !important;
  padding: 6px 12px;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 14px;
  padding: 9px 23px;
  line-height: 1.42857143;
}

.btn-secondary,
.wrapper a.btn-secondary {
  background-color: #fff;
  color: #141E28;
  border: none;
}
.btn-secondary:focus, .btn-secondary:hover,
.wrapper a.btn-secondary:focus,
.wrapper a.btn-secondary:hover {
  background-color: #e6e6e6;
  border: none;
}

.input-group--prepend .input-group-prepend .input-group-addon .i-checks {
  margin-top: 8px;
}
.input-group--2 .input-group-addon {
  padding: 0 12px 0 12px;
  height: 40px;
  line-height: 40px;
}
.input-group .input-group-btn .btn {
  height: 40px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 50px;
}

.licence-btn {
  height: 40px;
}

.btn-search {
  height: 40px;
}

.btn-only-icon {
  padding: 0;
}

.plus {
  height: 40px !important;
  width: 40px;
  line-height: calc(40px - 2px);
}

.action-button {
  height: 25px;
  line-height: 24px;
  padding: 0;
}

.container--btn-top .btn {
  border-radius: 50px;
  margin-right: 5px !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.field--with-btn {
  width: calc(100% - 50px);
  margin-right: 10px;
}
.field--with-2-btns {
  width: calc(100% - 100px);
  margin-right: 10px;
}

.tooltip .arrow:before {
  border-top-color: #141E28;
  border-bottom-color: #141E28;
}
.tooltip .tooltip-inner {
  border-radius: 15px;
  background: #141E28;
  padding: 8px 13px;
}

.one-pagination {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .one-pagination {
    margin-top: 0;
  }
}
.one-pagination .page-link {
  padding: 6px 12px;
  background-color: #E8E9EA;
  border: none;
  margin-left: 1px !important;
  float: left;
  display: none;
}
@media (min-width: 768px) {
  .one-pagination .page-link {
    display: block;
  }
}
.one-pagination .page-link.active {
  background-color: #96144B;
  color: #FFF;
  display: block;
}
.one-pagination .page-link.disabled {
  background: #F3F3F4;
  color: #A1A5A9;
}
.one-pagination .page-link:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: block;
}
.one-pagination .page-link:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: block;
}
.one-pagination .page-link:nth-child(2), .one-pagination .page-link:nth-last-child(2) {
  display: block;
}

#search-form .form-control {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  #search-form .form-control {
    margin-bottom: 0 !important;
  }
}
#search-form .input-group {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  #search-form .input-group {
    margin-bottom: 0 !important;
  }
}
#search-form .input-group .form-control {
  margin-bottom: 0 !important;
}
#search-form > div:not(.row):last-child .form-control,
#search-form > div:not(.row):last-child .input-group {
  margin-bottom: 0 !important;
}
#search-form .btn-search {
  width: 100%;
}
@media (min-width: 768px) {
  #search-form .btn-search {
    width: auto;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.modal-backdrop {
  background: #fff;
}
.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: 0.95;
}

/* DASHBOARD START */
#callConfigFragment {
  margin: 35px 0px 25px;
}
#callConfigFragment .ibox-title.clearfix {
  padding-bottom: 30px;
}
#callConfigFragment .ibox-title.clearfix h2 {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
  width: auto;
}
#callConfigFragment .ibox-title.clearfix .ibox-tools {
  margin-top: 0;
}
#callConfigFragment .ibox-content {
  padding: 0;
}
#callConfigFragment .ibox-content .panel-body {
  padding: 0;
  border: none;
}
#callConfigFragment .ibox-content .panel-body .ibox-title {
  padding: 30px 30px 0px 30px;
  border-bottom: 0;
}
#callConfigFragment .ibox-content .panel-body .ibox-content {
  padding: 30px 30px 30px 30px;
}
#callConfigFragment .ibox-content .panel-body .ibox-content .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-side .nav:not(.nav-second-level) > li > a {
  padding: 14px 20px 14px 26px;
}

.nav > li > a {
  color: #141E28;
}
.nav.navbar-right > li > a {
  color: #141E28;
}
.nav.navbar-right > li > a:hover, .nav.navbar-right > li > a:focus, .nav.navbar-right > li > a:active {
  background: transparent;
  color: #96144B;
}
.nav.navbar-right > li > a i {
  color: #96144B;
  font-size: 16px;
  margin-right: 7px;
}
.nav.navbar-right > li .btn i {
  color: #96144B;
  font-size: 15px;
}
.nav .nav-header {
  padding: 26px 24px 15px 26px;
  min-height: 125px;
  background-image: none;
}
.nav .open > a:hover, .nav .open > a:focus,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}

.navbar.navbar-static-top .navbar-header .navbar-minimalize {
  padding: 3px 5px;
  margin: 14px 5px 5px 19px;
  font-size: 22px;
  float: left;
  background-color: transparent !important;
  color: #575757 !important;
  border-color: #fff !important;
  border: none;
  line-height: 44px;
  height: 44px;
}
.navbar.navbar-static-top .navbar-header .navbar-minimalize i {
  margin-right: 9px;
  font-size: unset;
}
.navbar.navbar-static-top .navbar-top-links {
  width: calc(100% - 70px - 11px);
  margin-right: 12px;
  padding-top: 7px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .navbar.navbar-static-top .navbar-top-links {
    margin-right: 18px;
  }
}
.navbar.navbar-static-top .navbar-top-links li {
  position: relative;
  height: auto;
  line-height: unset;
}
.navbar.navbar-static-top .navbar-top-links li:last-child {
  margin-right: 0;
}
.navbar.navbar-static-top .navbar-top-links li a {
  padding: 20px 12px;
}
.navbar.navbar-static-top .navbar-top-links .location__label,
.navbar.navbar-static-top .navbar-top-links .user__label {
  display: none;
}
@media (min-width: 992px) {
  .navbar.navbar-static-top .navbar-top-links .location__label,
  .navbar.navbar-static-top .navbar-top-links .user__label {
    display: inline;
  }
}
.navbar.navbar-static-top .navbar-top-links .location .fa,
.navbar.navbar-static-top .navbar-top-links .user .fa {
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar.navbar-static-top .navbar-top-links .location .fa,
  .navbar.navbar-static-top .navbar-top-links .user .fa {
    margin-right: 7px;
  }
}
.navbar.navbar-static-top .navbar-top-links .location a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar.navbar-static-top .navbar-top-links .location .fa {
  font-size: 16px;
}
@media (min-width: 992px) {
  .navbar.navbar-static-top .navbar-top-links .location {
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    max-width: none;
    min-width: 100px;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-static-top .navbar-top-links .location,
  .navbar.navbar-static-top .navbar-top-links .customer {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-static-top .navbar-top-links .location,
  .navbar.navbar-static-top .navbar-top-links .customer {
    margin-right: 25px;
  }
}
@media (min-width: 1280px) {
  .navbar.navbar-static-top .navbar-top-links .location,
  .navbar.navbar-static-top .navbar-top-links .customer {
    margin-right: 50px;
  }
}
.navbar.navbar-static-top .navbar-top-links .customer {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 159px);
  max-width: none;
  min-width: 100px;
  padding: 20px 12px;
  display: flex;
}
.navbar.navbar-static-top .navbar-top-links .customer-select {
  padding: 0;
  height: auto;
  display: inline-block;
}
.navbar.navbar-static-top .navbar-top-links .customer-select .btn {
  margin-top: 0 !important;
  height: auto;
}
.navbar.navbar-static-top .navbar-top-links .customer-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar.navbar-static-top .navbar-top-links .customer-reset {
  padding: 0 6px;
  position: relative;
}
.navbar.navbar-static-top .navbar-top-links .customer-reset a {
  position: absolute;
  height: 50px;
  width: 20px;
  top: -14px;
  left: 0;
  cursor: pointer;
  padding: 0;
}
.navbar.navbar-static-top .navbar-top-links .customer-reset a:before, .navbar.navbar-static-top .navbar-top-links .customer-reset a:after {
  width: 2px;
  height: 12px;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  content: "";
  position: absolute;
  background-color: #A1A5A9;
}
.navbar.navbar-static-top .navbar-top-links .customer-reset a:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar.navbar-static-top .navbar-top-links .customer-reset a:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar.navbar-static-top .navbar-top-links .customer-reset a:hover:before, .navbar.navbar-static-top .navbar-top-links .customer-reset a:hover:after {
  background-color: #141E28;
}
.navbar.navbar-static-top .navbar-top-links .help .fa,
.navbar.navbar-static-top .navbar-top-links .cart .fa {
  margin-right: 0;
}
.navbar.navbar-static-top .navbar-top-links .user ul li a,
.navbar.navbar-static-top .navbar-top-links .language ul li a {
  padding: 0;
  overflow: unset;
}
.navbar.navbar-static-top .navbar-top-links .user a,
.navbar.navbar-static-top .navbar-top-links .language a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .navbar.navbar-static-top .navbar-top-links .user {
    min-width: 100px;
  }
}
.navbar.navbar-static-top .navbar-top-links .language a {
  padding-top: 18px;
}

.footer {
  padding: 15px 30px;
  width: calc(100% - 60px);
  margin-left: 30px;
  border-top: 0;
}
.footer--small {
  width: 100%;
  margin-left: 0px;
  border-top: 1px solid #e7eaec;
}
@media (min-width: 992px) {
  .footer .footer-link.separator {
    margin-left: 24px;
  }
  .footer .footer-link.separator:before {
    display: none;
  }
}

.preferences-user table .fa-lock {
  margin-left: 10px;
}

.preference-pps--provisions .table thead tr th:last-child a {
  justify-content: flex-end;
}
.preference-pps--contract .table thead tr th:last-child a {
  justify-content: flex-end;
}
.preference-pps--contract .table tbody tr td:nth-child(2),
.preference-pps--contract .table tbody tr th:nth-child(2),
.preference-pps--contract .table thead tr td:nth-child(2),
.preference-pps--contract .table thead tr th:nth-child(2) {
  display: none;
}
@media (min-width: 1200px) {
  .preference-pps--contract .table tbody tr td:nth-child(2),
  .preference-pps--contract .table tbody tr th:nth-child(2),
  .preference-pps--contract .table thead tr td:nth-child(2),
  .preference-pps--contract .table thead tr th:nth-child(2) {
    display: table-cell;
  }
}
.preference-pps--contract .table tbody tr td:nth-child(3),
.preference-pps--contract .table tbody tr th:nth-child(3),
.preference-pps--contract .table thead tr td:nth-child(3),
.preference-pps--contract .table thead tr th:nth-child(3) {
  display: none;
}
@media (min-width: 1200px) {
  .preference-pps--contract .table tbody tr td:nth-child(3),
  .preference-pps--contract .table tbody tr th:nth-child(3),
  .preference-pps--contract .table thead tr td:nth-child(3),
  .preference-pps--contract .table thead tr th:nth-child(3) {
    display: table-cell;
  }
}
.preference-pps--contract .table tbody tr td:nth-child(5),
.preference-pps--contract .table tbody tr th:nth-child(5),
.preference-pps--contract .table thead tr td:nth-child(5),
.preference-pps--contract .table thead tr th:nth-child(5) {
  display: none;
}
@media (min-width: 1200px) {
  .preference-pps--contract .table tbody tr td:nth-child(5),
  .preference-pps--contract .table tbody tr th:nth-child(5),
  .preference-pps--contract .table thead tr td:nth-child(5),
  .preference-pps--contract .table thead tr th:nth-child(5) {
    display: table-cell;
  }
}
.preference-pps--contract .table tbody tr td:nth-child(6),
.preference-pps--contract .table tbody tr th:nth-child(6),
.preference-pps--contract .table thead tr td:nth-child(6),
.preference-pps--contract .table thead tr th:nth-child(6) {
  display: none;
}
@media (min-width: 900px) {
  .preference-pps--contract .table tbody tr td:nth-child(6),
  .preference-pps--contract .table tbody tr th:nth-child(6),
  .preference-pps--contract .table thead tr td:nth-child(6),
  .preference-pps--contract .table thead tr th:nth-child(6) {
    display: table-cell;
  }
}
.preference-pps--contract .table tbody tr td:nth-child(7),
.preference-pps--contract .table tbody tr th:nth-child(7),
.preference-pps--contract .table thead tr td:nth-child(7),
.preference-pps--contract .table thead tr th:nth-child(7) {
  display: none;
}
@media (min-width: 768px) {
  .preference-pps--contract .table tbody tr td:nth-child(7),
  .preference-pps--contract .table tbody tr th:nth-child(7),
  .preference-pps--contract .table thead tr td:nth-child(7),
  .preference-pps--contract .table thead tr th:nth-child(7) {
    display: table-cell;
  }
}
.preference-pps--contract .table tbody tr td:nth-child(8),
.preference-pps--contract .table tbody tr th:nth-child(8),
.preference-pps--contract .table thead tr td:nth-child(8),
.preference-pps--contract .table thead tr th:nth-child(8) {
  display: none;
}
@media (min-width: 500px) {
  .preference-pps--contract .table tbody tr td:nth-child(8),
  .preference-pps--contract .table tbody tr th:nth-child(8),
  .preference-pps--contract .table thead tr td:nth-child(8),
  .preference-pps--contract .table thead tr th:nth-child(8) {
    display: table-cell;
  }
}

.billing--invoice .container--btn-top .btn {
  border-radius: 50px;
  margin-right: 0 !important;
  display: block;
  float: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .billing--invoice .container--btn-top .btn {
    margin-right: 5px !important;
    float: right;
  }
}
.billing--invoice .container--btn-top #download-csv-btn {
  margin-right: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .billing--invoice .container--btn-top #download-csv-btn {
    margin-right: 15px !important;
  }
}
.billing--invoice .container--btn-top #csv-format-cnt {
  display: block;
  margin-bottom: 15px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .billing--invoice .container--btn-top #csv-format-cnt {
    display: inline-block;
    margin-right: 50px;
    margin-top: 7px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
