html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  background: #fff;
  position: relative;
}

a {
  color: #4a4a4a;
  outline: none;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

button:link,
button:visited,
button:focus {
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  color: #0069b4;
}

a:focus {
  outline: 0;
}

section {
  position: relative;
}

table {
  background: #fff !important;
  border: 0px !important;
}

::-webkit-input-placeholder {
  color: #bcbcbc !important;
}

:-ms-input-placeholder {
  color: #bcbcbc !important;
}

::placeholder {
  color: #bcbcbc !important;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.4
}


/* Typography */

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}

.section {
  width: 100%;
  display: table;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1240px
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.clear-all {
  clear: both;
  height: 0px;
  width: 100%;
  text-indent: -100000px;
}

.section-md {
  padding: 60px 0px;
}

.section-sm {
  padding: 40px 0px;
}

.scrollup {
  background: #204454;
  color: #fff;
  display: table;
  float: left;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  display: none;
}

.scrollup i {
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}

.scrollup:hover,
.scrollup:visited,
.scrollup:focus {
  color: #fff;
}


/*Navbar*/

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 100;
  background: transparent;
  width: 100%;
}

.navbar-toggler {
  width: 40px;
  height: 35px;
  background: #0069b4;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  display: none;
  border: 0px;
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-bar.svg);
  width: 25px;
}

.navbar-toggler span {
  color: #e42126;
}

.header .navbar {
  padding: 10px;
}

.navbar-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inherit;
}

.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-nav .nav-link {
  background: transparent;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
}

.navbar-brand img,
.setup_logo img {
  width: 150px
}

#mainnavbar, .logo{
  width: 50%;
}
#mainnavbar{
  float: right;
  text-align: right;
}
.slide-form {
  position: fixed;
  top: 0px;
  right: -150%;
  bottom: 0;
  background: #fff;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100000;
  font-style: normal !important;
  box-shadow: -6px 4px 8px rgba(0, 0, 0, .15);
}

.slide-form.active {
  right: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-form .btnFooter {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}

.popUp-backdrop {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}

.popUp-backdrop.show {
  display: block;
  opacity: 0.5;
  right: 0%;
}

.popUp-backdrop1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.5;
}

.popUp-backdrop-transparent {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
  opacity: 0;
}

.popUp-backdrop-transparent.show {
  display: block;
  opacity: 0;
  right: 0%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  padding: 0px;
  min-width: 6rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
  padding: 5px 5px;
  font-size: 13px;
  text-align: center;
}
/*Login*/

.slide-form form {
  padding: 20px;
}

.slide-form.min-width {
  width: 50% !important;
}

.slide-form input,
.slide-form select,
.slide-form .chosen-container-single .chosen-single,
.slide-form .chosen-container-active.chosen-with-drop .chosen-single,
.form-page input,
.form-page select,
.form-page .chosen-container-single .chosen-single,
.form-page .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 15px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  border-radius: 0px;
  padding: 5px 0px;
  height: auto;
  border: 0px;
  border-bottom: 1px solid #AAA;
  height: 40px;
}

.slide-form input,
.slide-form select {
  height: 40px !important;
}

.slide-form h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #2c7fdc;
}

.slide-form h2 span {
  text-transform: capitalize;
}

.slideFormClose {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2c7fdc;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
}


/*main style*/

.col-left {
  background: #0069b4;
  height: 100vh;
}

.col-right {
  background: #fff;
  height: 100vh;
}

.col-body-content-container {
  position: relative;
  height: 100%;
}

.col-body-content {
  max-width: 600px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.col-body-content.registerBase {
  max-width: 600px;
  width: 80%;
}

.left-rcb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.left-rcb img {
  max-width: 400px
}

.left-rcb p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px
}

.col-right input,
.col-right select {
  border: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  height: 40px !important
}

.left-content input,
.left-content textarea {
  border: 0;
  border-bottom: 2px solid #48557e;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  padding-left: 0px;
}

.left-content textarea {
  resize: none;
  border-radius: 0px;
}

.col-right .form-check-input {
  height: auto !important;
}

.left-content form.contact {
  border-top: 1px solid #48557e;
  padding-top: 50px
}

.col-right .custom-select option.smallDropText {
  font-size: 13px
}

.col-right .form-group {
  margin-bottom: 15px;
}

.col-body-content h1 {
  letter-spacing: 0px;
  font-size: 1.5em;
  margin-bottom: 50px;
}

.col-body-content h1 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
}

.left-content h4 {
  font-size: 3em;
  color: #fff;
}

.col-body-content button {
  max-width: 250px;
  width: 100%;
  margin-top: 20px;
}

.btn-theme {
  border-radius: 0px !important;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  background-color: #0069b4 !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-theme:hover {
  color: #fff;
  background-color: #0386e3 !important;
}

.btn-theme-grey {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  background-color: #d1d1d1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-theme-grey:hover {
  color: #fff;
  background-color: #6f6f6f;
}

.btn-default {
  border-radius: 0px;
  padding: 7px 10px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #d3d3d3;
  text-align: center;
  border-radius: 4px;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #6f6f6f;
}

.btn-white {
  border-radius: 0px;
  padding: 7px 10px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d3d3d3
}

.btn-white:hover {
  background-color: #d3d3d3;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn-xs {
  padding: 7px 10px;
  font-size: 12px;
}

.white-text {
  color: #fff !important;
}

.btn-theme img {
  width: 11px;
  margin-right: 10px
}

.link {
  color: #0069b4;
}

.link-blue {
  color: #179bdf;
}

.form-icon-base {
  position: relative;
  height: 40px;
}

.form-icon {
  position: absolute;
  top: 11px;
  right: 11px;
}

.form-icon img {
  width: 19px;
  height: 19px;
}

.left-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}

.left-content .price-list li {
  border-bottom: 1px solid #48557e;
  padding-bottom: 15px;
}

.left-content p {
  display: block;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top: 30px;
}

.left-content .price-list li span {
  float: right;
  font-weight: 700;
  font-size: 20px
}

.left-content .price-list li i {
  display: block;
  font-style: normal;
  font-size: 14px;
  margin-top: 7px
}

.left-content p.note {
  color: #fff;
  font-size: 14px;
  margin-top: 30px
}
.half-from-scroll{
  overflow-y: scroll;
  max-height: 67vh;
  overflow-x: hidden;
}
.from-scroll {
  overflow-y: scroll;
  max-height: 83vh;
  overflow-x: hidden;
}

.slideFormScroll {
  height: calc(100vh - 90px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.mCSB_scrollTools {
  opacity: 0
}

.col-left:hover .mCSB_scrollTools {
  opacity: 1
}

.checkWrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkWrapper:hover input~.checkmark {
  background-color: #ccc;
}

.checkWrapper input:checked~.checkmark {
  background-color: #0069b4;
  border: 1px solid #0069b4;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkWrapper input:checked~.checkmark:after {
  display: block;
}

.checkWrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*footer*/

footer {
  padding: 10px 0px
}

footer ul li {
  display: inline-block;
  margin: 0px 10px
}

footer ul li a {
  color: #fff;
}

footer ul li img {
  height: 30px;
  margin-right: 8px
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}


/** After logged in pages style*/


/*dashboard menu*/

.top-header {
  height: 50px;
  background-color: #f4f4f4;
  border-bottom: 0px solid #c1c1c1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.top-header .dash-logo {
  padding: 11px 0px;
  display: block;
  background: transparent;
}

.top-header .dash-logo img {
  width: 120px
}

.top-header .rhs-menu {
  padding: 12px 10px;
  display: block;
  background: transparent;
  float: right;
}
.top-header .rhs-menu ul li{
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

.top-header .rhs-menu a{
  font-size: 14px;
}
.top-header .rhs-menu a img{
  width: 15px
}
.top-header .rhs-menu a i {
  font-size: 18px;
  position: relative;
  top: 4px;
}

.top-header .rhs-menu a.bg-white {
  background: #fff;
  border-radius: 30px;
  text-align: center;
   padding: 8px 10px;
}
.top-header .rhs-menu .dropdown-menu{
  z-index: 100001;
  left: auto !important;
  right: 0px;
  top: 28px !important;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, .08);
  transform: translate3d(0px, 0px, 0px) !important;

}
.top-header .rhs-menu .dropdown:hover .dropdown-menu {
  display: block
}
.top-header .rhs-menu .dropdown-menu a{
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    position: relative;
    color: #333;
}
.ix-menu-divider {
    margin: 5px 0 !important;
    background: #f0f0f0;
    padding: 0;
    width: 100%;
    height: 1px;
    display: inline-block;
}
.top-header .rhs-menu .dropdown-menu a:hover {
  background: #eaeaea;
}
.top-header .rhs-menu .dropdown-menu:before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    transform: rotate(45deg);
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    border-right-width: 0;
    right: 13px;
    margin-top: -15px;
}
.btnFooter {
  margin-top: 20px;
}

.setup-welcome {
  background: #fff;
  width: 100%;
  padding: 80px 40px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px -24px #4c78a4;
}

.setup_bg {
  background: url(../images/setup_bg.svg) no-repeat;
  background-size: cover;
}

.setup-welcome p {
  font-size: 16px;
  margin-bottom: 15px;
  width: 80%;
  margin: 0 auto;
}

.setup_footer {
  margin-top: 40px;
}

.setup-welcome h3 {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px
}

.setup_logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

.emailVerifyPop {
  text-align: center;
  padding-bottom: 25px;
}

.emailVerifyPop p {
  font-size: 16px;
  margin-bottom: 15px;
  margin: 0 auto 30px;
}

.emailVerifyPop .emailVeIcon {
  margin: 10px 0px 5px auto;
}

.emailVerifyPop .emailVeIcon i {
  font-size: 50px;
  color: #3bbd64;
}

.emailVerifyPop h3 {
  font-size: 25px;
  font-weight: 400;
  color: #3bbd64;
  margin-bottom: 10px
}

.emailVerifyPop .btn-theme {
  background: #3bbd64;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}


/*left side bar*/

.left-sidebar {
  width: 260px;
  display: flex;
  z-index: 11;
  overflow: hidden;
  min-width: 260px;
  position: relative;
  flex: 0 0 260px;
  transition: all .2s;
  position: fixed;
  height: calc(100vh - 0px);
  background: #0069b4;
  background-size: contain;
  background-position: center 70%;
}

.vertical-nav-menu {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding: 20px
}

.left-sidebar.sidebar-shadow {
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
}

.left-sidebar-heading,
.left-sidebar-heading a {
  font-size: 13px !important;
  margin: 0;
  font-weight: normal;
  color: #ccc;
  white-space: nowrap;
  position: relative;
  padding: 15px 0px
}

.vertical-nav-menu li {
  padding: 7px 0px;
  border-bottom: 1px solid #025abc;
}

.vertical-nav-menu li a {
  display: block;
  line-height: 2rem;
  padding: 0.5rem 1.5rem 0.5rem 45px;
  position: relative;
  border-radius: .25rem;
  color: #fff;
  white-space: nowrap;
  transition: all .2s;
  font-size: 15px;
  opacity: .7;
}

.vertical-nav-menu i.metismenu-icon {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
  font-size: 1rem;
  transition: color 300ms;
}

.vertical-nav-menu li>a.active {
  color: #fff;
  opacity: 1;
  position: relative;
}

.vertical-nav-menu li>a.active:after {
  content: "\e876";
  position: absolute;
  right: 2px;
  top: 8px;
  width: 5px;
  height: 10px;
  font-family: 'Linearicons-Free';
  font-size: 11px;
}

.vertical-nav-menu li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.menuSection {
  padding-top: 5px
}

.section {
  height: 100vh;
}


/*mainWrapper*/

.menu_header {
  font-size: 20px;
  margin-top: 35px;
}

.menu_header i {
  margin-right: 10px
}

.basket-container {
  display: inline-block;
  background-color: transparent;
  z-index: 16;
  position: fixed;
  right: 3px;
  top: 0px;
  width: 21.5%;
  height: calc(100vh - 92px);
  background: #fff;
}

.mainWrapperBody {
  margin: 0px;
  background: #fff;
  flex: 1;
  /* min-height: calc(100vh - 100px);*/
  padding: 33px;
  position: relative;
}

.page-scroll {
  overflow-y: auto;
}

.mainWrapper {
  z-index: 9;
  padding-left: 260px;
}

.left-sidebar-inner {
  position: relative;
  width: 100%;
}

.left-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  background: #edf4fb;
}

.left-footer ul li {
  display: block;
  margin: 10px 10px;
  text-align: center;
}

.left-footer ul li a {
  color: #000;
}

.left-footer ul li img {
  height: 30px;
  margin-right: 10px
}

.menu-category-bar {
  height: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.menu-category-bar.active {
  position: sticky;
  z-index: 100;
}

.mainAppList {
  margin-top: 50px;
}

.mainAppList ul {
  display: flex;
  flex-wrap: wrap;
  transition: padding .3s;
  padding: 0 0 0 0px;
}

.mainAppList ul li {
  margin: 0 20px 30px 0;
  height: 145px;
  width: 145px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.mainAppList ul li:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1)!important;
  border-radius: 5px;
  background: #F7F7F7;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.mainAppList ul li .appIcon {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  background: #F1F3F4;
  border-radius: 50px;
  position: relative;
}

.mainAppList ul li .appIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.mainAppList ul li .appIconTxt {
  white-space: normal;
  padding: 0 10px;
  margin-top: 5px;
  line-height: 1.2;
}

.ixapp-close {
  position: absolute;
  right: 10px;
  top: 14px;
  opacity: 0;
}

.ixapp-drag {
  position: absolute;
  left: 10px;
  top: 12px;
  opacity: 0;
}

.mainAppList ul li:hover .ixapp-close,
.mainAppList ul li:hover .ixapp-drag {
  opacity: 1;
}

.searchBase {
  position: relative;
  height: 32px;
  width: 100%;
  margin-top: 8px;
  margin-left: 0px;
  overflow: hidden;
}

.menu-category-search {
  width: 100%;
  background: #fff;
  position: relative;
}

.menu-category-search .icon-search {
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  left: 13px;
  z-index: 1
}

.menu-category-search .icon-search-close {
  cursor: pointer;
  background: #fff;
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  right: 20px
}

.menu-category-search .icon-search-close img {
  width: 15px;
  height: 15px;
}

.menu-category-search .searchBase input {
  padding-right: 40px;
}

.menu-category-bar input[type="search"] {
  font-weight: 300;
  font-size: 14px;
  height: 38px;
  padding-left: 60px;
  border: 0px solid #f1f1f1;
  border-radius: 0px;
  width: 100%;
}

.searchBase .btn {
  cursor: pointer;
}

.searchBase .btn {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  cursor: pointer;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
}

.after-login-setup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100000;
  transform: translate(-50%, -50%);
}

.after-login-setup .steps {
  padding: 20px;
  height: auto;
  display: inline-block;
  background: #fff;
  width: 100%;
  border-radius: 10px;
}

.after-login-setup h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin: 20px auto 20px auto;
  text-align: center;
  width: 90%;
}

.after-login-setup p {
  font-size: 16px;
  margin-bottom: 15px;
}

.after-login-setup .form-check {
  font-size: 16px;
  margin: 20px 0px;
}

.after-login-setup .form-check-input {
  margin-top: 0.24rem;
}

.after-login-setup h4 {
  font-size: 15px;
  font-weight: 400;
  color: #0069b4;
  margin: 20px 0px;
}

.setup-left-img {
  height: 330px
}

.min-height-popup {
  min-height: 200px
}

.after_setup_footer {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.profile-info .img-container {
  position: relative;
  float: left;
  margin-right: 10px;
}

.after-login-setup h6 {
  margin-bottom: 3px
}

.modal-dialog {
  max-width: 680px;
}

.modal-lg {
  max-width: 800px !important;
}

.nav-tabs .nav-link {
  border: 0px;
}

.nav-tabs .nav-link img {
  width: 15px;
  margin-right: 5px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  background: #ececec;
  border: 0px;
}

.nav-tabs .nav-link.react-tabs__tab--selected:focus,
.nav-tabs .nav-link.react-tabs__tab--selected {
  background: #ececec;
  border: 0px;
}

.nav-tabs .nav-link:hover {
  background: transparent;
}

.userInfoHeader {
  text-align: center;
  position: relative;
  padding: 40px 0px 20px 0px;
  background: #0069b4;
  color: #fff;
}

.userInfoHeader .userTitle {
  width: 50px;
  height: 50px;
  background: #fff;
  margin: 0 auto 10px auto;
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.userInfoHeader .profile-section {
  margin-bottom: 20px;
  position: relative;
}

.userInfoHeader .profile-section>span {
  display: block;
  padding-top: 5px;
  width: 80%;
  margin: auto;
  color: #fff;
}

.userInfoHeader .profile-name {
  color: #fff;
  font-size: 16px;
}

.userInfoHeader .profile-email {
  color: #fff;
  font-size: 16px;
}

.actions-container {
  border-top: 1px dashed #CCC;
  text-align: left;
  padding: 10px 20px;
  background: #085084;
}

.actions_signout {
  float: right;
  color: #F95978;
  cursor: pointer;
}

.actions_myaccount>a {
  color: #FFF;
}

.profile-content-wrap .profile_details>div {
  padding: 20px 0 20px 33px;
  margin: 0 20px;
  border-bottom: 1px dashed #CCC;
  position: relative;
}

.profile-content-wrap .profile_details .section .header_txt {
  background-color: #F4F4F4;
  color: #333;
  font-weight: 400;
  display: inline;
  margin-top: 3px;
  padding-right: 20px;
}

.profile-content-wrap .profile_details .section .half-border {
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: inline-block;
}

.profile-content-wrap .profile_details .section-details {
  margin-left: 10px;
  font-size: 13px;
}

.profile-content-wrap .profile_details .sec-action {
  margin-top: 20px;
  display: inline-block;
}

.profile-content-wrap .profile_details .tertiary-btn {
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
  background: #0069b4;
  padding: 5px 10px;
  display: inline-block;
}

.ix_icons {
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 20px;
}

.ix_icons img {
  width: 20px;
}

.profile-content-wrap .profile_details .tertiary-btn:hover {
  color: #fff;
  background: #085084;
}

.modal {
  z-index: 100050
}

.modal-backdrop {
  z-index: 100040
}

.modal .media {
  width: 100%;
  padding: 20px 10px 20px 20px;
  background-color: #FEF4F6;
  margin-bottom: 30px
}

.mediaImg {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  font-size: 20px;
  position: relative;
}

.mediaImg img {
  width: 30px;
}

.modal .modal-header {
  overflow: hidden;
  clear: both;
  padding: 8px 15px 10px 15px;
  background: linear-gradient(to right, #f5f5f5, #eee);
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.modal .modal-header .modal-title {
  font-size: 18px;
}

.modal .modal-body {
  background: #fff;
  border-radius: 10px;
}

.modal .media .hint-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal .media .hint-content {
  margin-bottom: 10px;
  font-size: 14px;
}

.modal label {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-bottom: 0px;
}

.modal input,
.modal select,
.modal .chosen-container-single .chosen-single,
.modal .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 14px;
  border: transparent;
  border-bottom: 1px solid #AAA;
  border-radius: 0;
  padding: 5px 0;
  width: 100%;
  outline: 0;
  background-color: transparent;
  text-overflow: ellipsis;
  height: 40px;
}

.modal .form-group {
  margin-bottom: 20px;
  position: relative;
}

.modal .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e3e3e3;
  justify-content: flex-start;
}

.appSearch {
  position: absolute;
  top: 69px;
  z-index: 1;
  background: #fff;
  width: 100%;
  border: 1px solid #AAA;
  z-index: 1;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 250px;
  overflow-y: scroll;
  display: none;
}

.appSearch ul li {
  border-bottom: 1px dotted #e3e3e3;
  padding: 10px 0px;
  display: block;
  padding-left: 10px;
}

.appSearch ul li .img-container {
  margin-top: 3px;
  position: relative;
  float: left;
  margin-right: 5px;
}

.appSearch ul li .app-data {
  max-width: calc(100% - 40px);
  width: 80%;
}

.appSearch ul li .app-data h5 {
  margin-bottom: 0px;
  font-size: 18px;
}

.appSearch ul li .app-data p {
  margin-bottom: 0px;
}

.appSearch ul li:hover {
  background: #f1f1f1;
}

.notifoHeader {
  border-bottom: 1px solid #e3e3e3;
  line-height: 1;
  padding: 0px 30px 10px 18px;
  height: 60px;
  position: relative;
  background: #2c7fdc;
  line-height: 60px;
  color: #fff;
  font-size: 16px
}

.notifoHeader img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 15px
}

.notifications-container {
  height: 100%;
  padding: 30px 30px 0;
  overflow: auto;
  -webkit-transition: max-height .2s linear;
  -moz-transition: max-height .2s linear;
  -o-transition: max-height .2s linear;
  transition: max-height .2s linear;
}

.adminFooter {
  background: #fff;
  height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #fff;
  z-index: 100;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.afooter-menucontainer ul {
  width: 100%;
}

.afooter-menucontainer ul li {
  float: left;
  padding: 5px 0px;
}

.afooter-menucontainer ul li a {
  padding: 8px 15px;
  color: #7e7e7e;
}

.afooter-menucontainer ul li a i {
  margin-right: 6px
}

.afooter-menucontainer ul li:nth-child(3) {
  border-right: 1px solid #dee2e6;
}

.afooter-menucontainer ul li.active a {
  color: #0069b4;
}

.chat-menu {
  bottom: 30px;
  position: fixed;
  height: 460px;
  width: inherit;
  border-bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 261px;
  float: left;
  font-size: 13px;
  line-height: normal;
  background: inherit;
  display: none;
}

.sub-chat-menu {
  bottom: 30px;
  position: fixed;
  height: 460px;
  width: inherit;
  border-bottom: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 320px;
  float: left;
  font-size: 13px;
  line-height: normal;
  background: inherit;
  left: 265px;
}

.sub-chat-menu .message-input {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: #f1f1f1;
  left: 0;
  width: 100%;
}

.sub-chat-menu .message-input .form-control {
  border: 0;
  resize: none;
  font-size: 13px !important;
  font-family: inherit;
  border-radius: 4px;
  line-height: 17px;
  padding: 2px 0 0 2px;
  background: #fff;
}

.sub-chat-menu .message-input .btn {
  background: #fff;
  color: #999;
}

.sub-chat-actions {
  position: absolute;
  right: 8px;
  top: 7px;
}

.sub-chat-actions a {
  border: 1px solid #eaeaea;
  padding: 3px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.chat_searchcontainer {
  border-bottom: solid 1px #eaeaea;
  height: 32px;
}

.chat_menuheader {
  height: 50px;
  padding: 7px 9px;
  border-bottom: 1px solid #eaeaea;
}

.chat_searchicon {
  color: #999;
  font-size: 13px;
  vertical-align: middle;
  margin: 0 6px 0 8px;
}

.chat_searchinput {
  height: 100% !important;
  width: 80% !important;
  font-size: 13px !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0px;
  box-shadow: none;
}

.chat_searchinput:focus {
  border: 0px;
  box-shadow: none;
}

.chat_title {
  font-size: 14px;
  padding: 10px;
}

.badge_imgwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}

.badge_imgwrapper img {
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.chat_menu_username {
  cursor: default;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  width: 75%;
}

.chat_menu_minimize {
  color: #797979;
  cursor: pointer;
  font-size: 10px;
  right: 9px;
  position: absolute;
  top: 2px;
}

.chat_menu_minimize img {
  width: 15px
}

.chat_settings {
  float: right;
  cursor: pointer;
  font-size: 13px;
}

.chat_userstatus {
  color: #999;
  display: inline-block;
  font-size: 12px;
  width: 70%;
  height: 17px;
  cursor: pointer;
}

.chat_invitations {
  cursor: pointer;
  height: 54px;
  width: 100%;
  padding: 10px 8px;
  position: relative;
  overflow: hidden;
}

.chat_settingsdropdown_item {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  height: 52px;
  padding: 10px 8px;
  position: relative;
}

.chat_chathistory_icon {
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: #e3e3e3;
  border-radius: 50%;
  text-align: center;
}

.chat_userstatusiconwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}

.chathistory {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  top: 49px;
  z-index: 10
}

.settingsname {
  display: inline-block;
  height: 16px;
  width: 61%;
  position: relative;
  top: 10px;
}

.online:after {
  background-color: #14b474;
  color: #14b474;
}

.chat_status {
  position: relative;
}

.chat_status:after {
  content: "";
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.item_invitations {
  cursor: pointer;
  height: 54px;
  width: 100%;
  padding: 10px 8px;
  position: relative;
  overflow: hidden;
}

.invitations_imgwrapper {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 1px;
  text-align: center;
}

.menu_item_msg {
  color: #999;
  margin-top: 2px;
  display: inline-block;
  width: 72%;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  color: #666;
}

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

.msg_searchLeft {
  border-right: 1px solid #eaeaea;
}

.msg_searchLeft {
  min-height: 300px;
}

.transcript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.change_status {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: 11px;
}

.change_status.available {
  background-color: #28b478;
}

.change_status.busy {
  background-color: #fa3736;
}

.change_status.invisiblee {
  background-color: #c0c0c0;
}

.menu-category-title h1 {
  font-size: 18px;
  padding: 12px 0px 12px 17px;
  margin: 0px;
}

.dash-grey {
  background-color: #eaeaea;
}

.mainWrapperBody h2,
.mainWrapperBody h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1;
}

.mainWrapperBody .card {
  margin-bottom: 30px
}

.mainWrapperBody .card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  position: relative;
}

.mainWrapperBody .card td {
  border: 0px;
  font-size: 13px;
}

.mainWrapperBody .card .table thead th {
  background-color: #FFF;
  border-bottom: 1px solid #EFEFEF;
  text-transform: none;
  font-size: 14px;
  height: auto;
  padding: 10px;
  font-weight: normal;
  border-top: 0px solid #EFEFEF;
  word-wrap: break-word;
  white-space: nowrap;
}

.dash_min_height {
  min-height: 300px;
  max-height: 300px;
}

.mainWrapperBody .dropdown.fixed {
  position: absolute;
  top: 4px;
  right: 0;
  background: transparent;
}

.mainWrapperBody .dropdown:hover .dropdown-menu {
  display: block
}

.mainWrapperBody .dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, .08);
  left: auto !important;
  right: 0px;
  top: 28px !important;
}
.mainWrapperBody .dropdown-menu:before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    transform: rotate(45deg);
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    border-right-width: 0;
    right: 13px;
    margin-top: -15px;
}
.pos-relative {
  position: relative !important;
}

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

.mainWrapperBody .dropdown #dropdownMenuButton {
  font-size: 13px;
  background: transparent;
  padding: .375rem .75rem;
}
.mainWrapperBody .dropdown #dropdownMenuButton i{
  font-size: 12px;
}
.mainWrapperBody .dropdown button:focus {
  box-shadow: none !important;
}

.mainWrapperBody .dropdown a,
.dropdown-item.active {
  font-size: 13px;
  background: #fff;
  position: relative;
  color: #000;
}

.mainWrapperBody .dropdown a:hover {
  background: #eaeaea;
}

.drop-select a {
  padding-left: 30px
}

.drop-select a.active::after {
  content: "\e87a";
  position: absolute;
  left: 8px;
  top: 5px;
  font-family: 'Linearicons-Free';
  font-size: 12px;
}

.circleDropMenu {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}

.circleDropMenu img {
  width: 15px
}

.mainWrapperBody tr:hover .circleDropMenu {
  opacity: 1;
}

.mainWrapperBody .ph_container {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  margin-right: 7px
}

.mainWrapperBody .ph_container img {
  width: 15px;
}

.ix-progress .progress {
  height: 8px;
  width: 150px;
  margin: 0 auto;
  position: relative;
  top: 6px;
}

.progress_count .ix-lhs {
  float: left;
}

.progress_count .ix-rhs {
  float: right;
}

.count_hilight {
  display: block;
  font-size: 18px;
  margin-top: 5px
}

.count_hilight.green {
  color: #27A990;
}

.count_hilight.red {
  color: #EB3349;
}

.count_hilight.blue {
  color: #3A7BD5;
}

.kpi-item {
  display: inline-block;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  padding: 20px 40px 20px 30px;
  border-left: 4px solid transparent;
  width: 100%;
}

.kpi_icon {
  display: inline-block;
  background-color: #f3f7fb;
  border-radius: 100px;
  padding: 10px;
  margin-right: 30px;
  vertical-align: top;
  width: 44px;
  height: 44px;
}

.borderleft-red {
  border-left-color: #f47b87!important;
}

.borderleft-green {
  border-left-color: #78c5b3!important;
}

.borderleft-blue {
  border-left-color: #81a9e4!important;
}

.cardBenutzer {
  margin-left: 20px;
}

#chartdiv {
  width: 100%;
  height: 230px;
}
#chartdiv .apexcharts-toolbar{
  display: none;
}
.chat-settings {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  border-top: 1px solid #eaeaea;
  top: 49px;
  z-index: 10;
  padding: 20px;
}

.chat-settings ul li {
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px
}

.chat-settings ul li .chat-settings-label {
  padding-left: 20px;
  margin-top: 10px
}

.chat-settings ul li .chat-settings-label .form-check {
  margin: 10px 0px
}

.chat-settings ul li .chat-settings-label .form-check-input {
  position: relative;
  top: 1px;
  left: -3px;
}

.oraganizationTab .nav-tabs {
  margin-top: 14px;
  padding: 0px 18px;
}

.oraganizationInfo ul li .ix-icon-cell {
  padding-left: 5px;
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.oraganizationInfo ul li .ix-icon-cell i {
  font-size: 20px;
  color: #b0b0b0;
}

.oraganizationInfo ul li .ix-content-cell {
  display: table-cell;
}

.oraganizationInfo ul li {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.oraganizationInfo ul li .profile-info {
  color: #333;
  width: 100%;
  max-width: 400px;
}

.oraganizationInfo ul li .profile-info h6 {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px
}

.oraganizationInfo ul li .profile-info p {
  font-size: 13px;
  margin-bottom: 0px
}

.ix-hrv-ct h1 {
  font-size: 30px;
}

.logo-container img {
  width: 125px;
  margin-bottom: 10px
}

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

.mainWrapperBody td,
.slide-form td {
  border: 0px;
  font-size: 13.5px;
  vertical-align: middle;
  padding: 10px 8px;
  border-bottom: 1px solid #f1f1f1;
}

.mainWrapperBody thead th,
.slide-form thead th {
  border: 0px;
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  padding: 8px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.profile-info .primary-val {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin-bottom: 3px;
  color: #000;
}

.profile-info .secondary-val {
  font-size: 12px;
  color: #555;
  margin-bottom: 0px
}

.mainWrapperBody .badge {
  padding: 5px 7px
}

.oraganizationTab .primary-td {
  max-width: 400px;
}

.oraganizationTab .searchBase {
  margin-top: 0px;
}

.oraganizationTab .searchBase .btn {
  padding: 0px;
  line-height: 33px;
  height: 33px
}

.oraganizationTab .icon-search {
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  left: 13px;
  z-index: 1
}

.oraganizationTab .searchBase input {
  padding-right: 40px;
}

.oraganizationTab input[type="search"] {
  font-weight: 300;
  font-size: 14px;
  height: 35px;
  padding-left: 40px;
  border: 0px solid #f1f1f1;
  border-radius: 0px;
  width: 100%;
}

.oraganizationTab .ph_container {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 40px;
  margin-right: 7px;
}

.red-star {
  color: #EB3349 !important;
  display: inline-block;
}

.logoUpload {
  border: 2px dashed #e5e5e5;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

.logo-Upload-img img {
  margin: 30px auto;
  width: 120px;
}

.ix-drag-text {
  text-align: center;
  font-size: 13px;
}

.ix-drag-text span {
  display: block;
}

.uploadInfo {
  text-align: center;
  font-size: 13px;
  margin: 30px 0px
}

.logoUpload .hidden {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  opacity: 0;
}

.list li {
  list-style: disc;
  margin-left: 14px;
  padding-top: 8px;
}

.favIconSamle img {
  height: 35px !important;
  width: auto !important;
}

.logo-Upload-btn {
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

.registerAppList {
  border-top: 1px solid #eee;
}

.registerAppList .scroll-content {
  height: 303px;
  overflow: auto;
}

.registerAppList li {
  width: 337px;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  list-style: none;
  border: 1px solid #eee;
  margin-top: 30px
}

.registerAppList li .AppListHeader {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 26px;
  padding-bottom: 26px;
  cursor: move;
  position: relative;
}

.registerAppList li .AppListHeader .dragAppTitle {
  position: relative;
  top: -15px;
}
.AppListHeader .drop-select{
  position: absolute;
  right: 0;
  top: 0;
}
.registerAppList li .app-logo {
  display: inline-block;
  margin: 4px;
  width: 82px;
  height: 93px;
  padding: 17px 7px;
  cursor: move;
  text-align: center;
}

.registerAppList li .app-logo:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1)!important;
  border-radius: 5px;
  background: #F7F7F7;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.registerAppList li .app-logo img {
  width: 32px;
  height: 32px;
}

.registerAppList li .app-name {
  font-size: 12px;
  margin-top: 10px;
}

.slideFormAppHeader a {
  display: inline-block;
  border: 1px solid #e3e3e3;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 30px;
  margin-bottom: 10px
}

.slideFormAppHeader a i {
  margin-right: 5px;
  font-size: 10px
}

.slide-form .media {
  margin-bottom: 20px;
  padding-bottom: 20px
}

.Konditionale {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px #CCC;
  padding: 30px;
  margin: 0 auto;
  background-color: #FFF;
}

.slide-form .tab-content {
  margin-top: 30px
}

.app-Mitglieder-info .ph_container {
  padding-left: 5px;
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  display: table-cell;
  vertical-align: top;
}

.Mitglieder-search {
  border: 1px solid #e3e3e3;
}

.Mitglieder-search .btn {
  height: 34px;
  line-height: 34px !important
}

.Mitglieder-search .searchBase {
  margin-top: 0px;
}

.Mitglieder-search .form-control {
  height: auto !important;
  padding-left: 50px
}

.MitgliederGroupbtn .infobtn {
  background: #fbe4ec;
  border-radius: 30px;
  padding: 7px 20px;
}

.slide-form .form-check-input {
  height: auto !important;
}

.ApplikationHinzufügen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 33px;
  min-height: 87vh;
}

.ApplikationTitle {
  font-size: 13.5px;
  top: 3px;
  position: relative;
  border-left: 1px solid #e3e3e3;
  padding-left: 20px;
  height: 35px;
  display: inline-block;
}

.oraganizationInfo.ApplikationList li {
  float: left;
  display: inherit;
  width: 485px;
  min-width: 350px;
  max-width: 500px;
  height: 110px;
  padding: 15px 15px 20px;
  margin: 10px 30px 10px 0;
  border-radius: 3px;
  float: left;
  border: 1px solid transparent;
  transition: width .3s ease-in-out;
}

.oraganizationInfo.ApplikationList li:hover {
  box-shadow: 0 0 15px 0 #ddd;
  border: 1px solid #dadada;
}

.applikationBtn {
  padding: 10px 0px;
}

.BooksHinzufügen {
  padding-top: 20px;
  border-top: 0px solid #e3e3e3;
  margin-top: 10px
}

.ix-checkbox-label {
  position: relative;
  margin: 0px;
}

.ix-checkbox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}

.ix-checkbox-label>mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #AAA;
  background: #FFF;
}

.ix-checkbox-label input:checked+mark:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -1px;
  border-color: #0069b4;
}

.tdsvg {
  width: 18px
}

.color-blk {
  color: #000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked+.slider {
  background-color: #2196F3;
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-pos {
  position: relative;
  top: -2px;
}

.spezificheOpen {
  position: relative;
  top: -3px;
}

.spezificheOpen img {
  width: 15px
}

.domain-intro-content-box {
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 5px #CCC;
  padding: 40px 50px;
  margin: 35px auto;
  background-color: #FFF;
}

.img_domains_empty {
  background: url(../images/domain-empty-state.png) center center no-repeat;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.domain-secondary-heading {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 15px;
  color: #555;
}

.domain-heading-block h3 {
  padding: 0px;
  font-weight: 400;
  font-size: 25px;
}

.domain-heading-block h3 span {
  font-weight: 600;
}

.security-text-list {
  display: inline-block;
}

.security-text-list ol {
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 10px 0px;
}

.security-text-list ol li {
  font-size: 14px;
  color: #333;
  padding-top: 8px;
}

.img_intro_box_bg {
  background: url(../images/intro-screen-bg-design.png) right top no-repeat, #FFF;
}

.img_sp_tfa {
  background: url(../images/sec-policy-2way.png) center center no-repeat;
  height: 180px;
}

.img_sp_ip {
  background: url(../images/sec-policy-ip.png) center center no-repeat;
  height: 180px;
}

.img_sp_pp {
  background: url(../images/sec-policy-pp.png) center center no-repeat;
  height: 180px;
}

.mute-text-sm {
  font-size: 12px;
  font-style: italic;
}

.mute-text-hilight {
  background: #f1f1f1;
  padding: 8px 15px;
}

.NutzerVonBtn {
  border: 1px solid #DDD;
  font-size: 14px !important;
  padding: 5px 10px;
  border-radius: 3px;
  color: #2c7fdc !important;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
}

.NutzerVonBtn:after {
  border-right: 1px dotted #333;
  position: absolute;
  top: 5%;
  right: -23px;
  content: '';
  height: 30px;
  width: 1px
}

.dotBorderRight {
  border-right: 1px dotted #333;
}

.dotBorderLeft {
  border-left: 1px dotted #333;
}

.pl-50 {
  padding-left: 50px !important;
}

.dblock {
  display: block;
}

.administratorenImg {
  font-size: 16px;
}

.administratorenImg img {
  margin-right: 20px
}

.float-left {
  float: left;
}

.slide-form .ph_container {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 40px;
  margin-right: 7px;
}

.slide-form .ph_container img {
  width: 15px;
}

.label-medium {
  padding: 1px 6px 2px;
}

.label-danger {
  color: #EB3349;
  border: 1px solid #DDD;
}

.min-height-35 {
  min-height: 40px
}

.toggle_Header h2 i {
  float: right;
}

.toggle_Header h2 {
  min-height: 30px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

#Sitzungen,
#login-historie {
  height: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.toggle_Header h2:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f1f1f1;
  top: 13px;
}

.img_empty_section {
  background: url(../images/Empty-State.svg) center center no-repeat;
  height: 175px;
}

.ix-app-grid-block {
  width: 350px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 30px 30px 10px;
  cursor: default;
}

#search {
  float: right;
  margin-top: 9px;
  width: 250px;
}

.customSearch {
  padding: 5px 0;
  min-width: 50px;
  height: 30px;
  position: relative;
  left: 10px;
  float: left;
  line-height: 22px;
}

.customSearch input {
  position: relative;
  width: 0px;
  float: left;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 40px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 1px;
  border: 0px;
  padding-left: 10px;
  font-weight: 300;
  font-size: 14px;
  top: 0
}

.customSearch:hover input,
.search input:focus {
  width: 200px;
}

.customSearch .btn {
  height: 33px;
  width: 43px;
  float: left;
  left: -10px;
  position: relative;
  top: 5px;
}

.innnerHeadRow {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 5px;
  padding-bottom: 5px;
  height: 50px;
}

.innnerHeadRow ul li {
  display: inline-block;
  margin-right: 10px;
}

.innnerHeadRow ul li span{
	padding: 7px 0px 7px 15px ;
	display: inline-block;
}
.innnerHeadRow ul li:last-child {
  float: right;
  margin-right: 0px;
  position: relative;
  top: 15px;
}
.innnerHeadRow .close {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  border: 1px solid #d3d3d3;
}
.FixedbtnFooter{
	position: absolute !important;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 30px 20px;
}
#email-verwalten{
	position: relative;
    border: 1px solid #f6f6f6;
    padding: 15px 20px 30px 20px;
    background: #FEF4F6;
}
.email-verwalten h2 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    color: #2c7fdc;
}
.ix-emailactions i{
	float: right;
	color: #FEAB26
}
.UserNameEdit{
	position: absolute;
	bottom: -10px;
	left: 18px;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	background: #fff;
	line-height: 16px;
	border: 2px solid #f6f6f6;
	cursor: pointer;
}
.UserNameEdit i{
	font-size: 10px;
}
.ix-upload-image{
    cursor: pointer;
    margin: 10px!important;
    padding: 30px 30px 50px 30px;
    background-color: #F9F9F9;
    border: 2px dashed #e5e5e5;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
}
.ix-upload-image .drag_icon{
	width: 50px;
	margin: 20px auto;
}
.captcha {
border: 1px solid #ccc;
font-size: 14px;
font-weight: 300;
color: #3d3f46;
box-shadow: none;
background: transparent;
border-radius: 0px;
height: 100px !important;
text-align: center;
padding: 30px
}
.inner_head_padding {
    padding-bottom: 40px;
}
.sec_title {
    font-size: 2.2em;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}
.sub_sec_title {
    font-size: 1.2em;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.forgotLogo {
    margin: 0px 0px 50px 0px;
    text-align: center;
}
.forgotLogo img {
    width: 80px;
}


.mainAppListLogin {
  margin: 0 auto;
  text-align: center;
}

.mainAppListLogin ul {
  transition: padding .3s;
  padding: 0 0 0 0px;
}

.mainAppListLogin ul li {
  margin: 0 40px;
  height: 220px;
  width: 200px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  text-align: center;
  display: inline-block;

}
.mainAppListLogin ul li .appIcon {
  width: 120px;
  height: 120px;
  margin: 30px auto;
  background: #F1F3F4;
  border-radius: 100px;
  position: relative;
}
.mainAppListLogin ul li .appIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.mainAppListLogin ul li .appIconTxt {
  white-space: normal;
  padding: 0 10px;
  margin-top: 5px;
  line-height: 1.2;
}
.mainAppListLogin ul li:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 2px 6px 0 rgba(0, 0, 0, .1)!important;
  border-radius: 5px;
  background: #F7F7F7;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}