/* input(71,1): run-time error CSS1019: Unexpected token, found '@import'
input(71,9): run-time error CSS1019: Unexpected token, found 'url("fonts.css?v=CGqaVUiMmRhcWyur7qxOdrjpKCU")' */
/* Cairo */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local(""),
    url("fonts/cairo-v20-latin-regular.woff2?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff2"),
    url("fonts/cairo-v20-latin-regular.woff?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff"),
    url("fonts/cairo-v20-latin-regular.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local(""),
    url("fonts/cairo-v20-latin-500.woff2?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff2"),
    url("fonts/cairo-v20-latin-500.woff?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff"),
    url("fonts/cairo-v20-latin-500.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local(""),
    url("fonts/cairo-v20-latin-600.woff2?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff2"),
    url("fonts/cairo-v20-latin-600.woff?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff"),
    url("fonts/cairo-v20-latin-600.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local(""),
    url("fonts/cairo-v20-latin-700.woff2?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff2"),
    url("fonts/cairo-v20-latin-700.woff?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff"),
    url("fonts/cairo-v20-latin-700.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    local(""),
    url("fonts/cairo-v20-latin-800.woff2?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff2"),
    url("fonts/cairo-v20-latin-800.woff?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("woff"),
    url("fonts/cairo-v20-latin-800.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
}

/* Chivo */
@font-face {
  font-family: "Chivo-Regular";
  src: url("fonts/Chivo-Regular.ttf?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@import url("fonts.css?v=CGqaVUiMmRhcWyur7qxOdrjpKCU");

body {
  font-family: "Cairo", sans-serif;
  background: #f1f4f9;
  color: #4e5166;
}

.row-red {
  box-shadow: inset 0 0 4px red;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  color: #7a7a7a;
}

#loginForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-microsoft-login {
  margin-bottom: 0.5rem;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #d2dcd2 !important;
}

.width-200 {
  width: 220px;
}

.icon-microsoft {
  width: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-alert {
  margin-left: 12px;
  margin-right: 12px;
}

.float-right {
  float: right;
}

.successMessage {
  color: #458b00;
}

.user-name {
  display: block;
  color: #d2dcd2 !important;
  width: max-content;
  padding: 0 0 0 0;
  /*background: url(../images/down-arow.png?v=CGqaVUiMmRhcWyur7qxOdrjpKCU) right no-repeat;*/
  text-decoration: none !important;
}

.user-name:hover {
  text-decoration: none !important;
  color: #9dd9d2 !important;
}

.mrg-b {
  margin-bottom: 80px;
}

.gray-bg {
  background: #fff;
  padding-bottom: 20px;
}

.container-fluid.gray-bg.pt15.pb15.mb15 {
  background: #fff;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl8 {
  padding-left: 8px;
}

.navbar-inverse {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 2px #e1e4e8;
  -moz-box-shadow: 0 1px 2px #e1e4e8;
  -webkit-box-shadow: 0 1px 2px #e1e4e8;
  -ms-box-shadow: 0 1px 2px #e1e4e8;
  -o-box-shadow: 0 1px 2px #e1e4e8;
}

.navbar-brand {
  float: left;
  padding: 7px 0px 0px 10px;
  height: auto;
}

.navbar-inverse .navbar-brand {
  margin-left: 0 !important;
}

.navbar {
  /*min-height: 88px;*/
  margin-bottom: 0px;
}

.navbar-header {
  width: 100%;
}

.navbar-header a:hover {
  color: black;
}

.navbar-nav {
  padding: 8px 0 0 0;
}

.navbar-nav > li > a {
  font-size: 13px;
  /*padding-top: 35px;*/
}

.navbar-nav > li > a:hover {
  color: #9dd9d2 !important;
}

.login-link {
  display: block;
  color: #9d9d9d !important;
  padding: 0 35px 0 0;
  text-decoration: none !important;
  font-size: 17px;
}

.login-link:hover {
  color: rgb(122, 122, 122) !important;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-50 {
  padding-top: 50px;
}

.homePage {
  color: #4e5166;
}

.homePage ul {
  margin-left: 15px;
}

.login-page {
  margin-bottom: 80px;
  padding-top: 20px;
}

.login-page__container {
  max-width: 560px;
  margin: auto;
}

.login-page__title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
}

.login-title {
  max-width: 560px;
  margin: 30px auto 20px auto;
  padding: 0px;
  border-bottom: 1px solid #bac3cf;
  box-shadow: 0 1px 0px #fff;
  text-align: center;
}

.login-title h1 {
  display: block;
  font-size: 36px;
  color: #4e5166;
  font-weight: 300;
  margin-bottom: 10px;
}

.login-title.login-title-wide {
  max-width: 600px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #4e5166;
}

.login-title span {
  display: block;
  color: #68889f;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}

.registration-subtitle {
  width: 560px;
  margin: 0px auto 0px 0px;
  padding: 0px;
}

.registration-subtitle h4 {
  display: block;
  color: #68889f;
  font-weight: 300;
  margin-bottom: 10px;
}

.login-box {
  width: 560px;
  margin: 20px auto;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.form-group label {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 400;
}

.form-control {
  font-size: 13px;
  color: #7a7a7a;
  box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -ms-box-shadow: 1px 1px 1px #ccc;
  -o-box-shadow: 1px 1px 1px #ccc;
  border-color: #f2f4f6;
  padding: 8px 12px;
  height: 40px;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
}

.mt5 {
  margin-top: 5px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.m5 {
  margin: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.cust-table {
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -ms-box-shadow: 1px 1px 1px #ccc;
}

.cust-table thead {
  /*background: #4e5166;*/
  background: #393e51;
  color: #fff;
  font-weight: 400;
}

.cust-table thead th:first-child {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}

.cust-table thead th:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

.cust-table thead th {
  font-weight: normal;
}

.cust-table.table > thead > tr > th,
.cust-table.table > tbody > tr > td {
  border: none !important;
  padding: 10px 12px;
}

.cust-table.table > tbody > tr > td {
  padding: 12px;
  color: #7a7a7a;
}

.cust-table.table > tbody > tr > td {
  font-size: 13px;
  text-align: center;
  vertical-align: bottom;
}

thead > tr > th {
  position: relative;
}

#pricing {
  margin-bottom: 10px;
}

#pricing div.subscription {
  font-family: "Segoe UI Regular", Arial, Helvetica, sans-serif;
  margin-top: 4px;
  background-color: #edede2;
  border-right: 4px solid #e9ebe4;
  border-left: 4px solid #e9ebe4;
}

.tooltip-left,
.tooltip-right,
.tooltip-bottom {
  position: relative;
  display: inline-block;
}

#pricing div.price-box {
  float: right;
  width: 118px;
  background-color: white;
  border-radius: 7px;
  margin: 5px;
  padding: 1px;
}

#pricing a.trigger {
  border-bottom: dashed;
  cursor: help;
  border-bottom-width: 1px;
  border-bottom-color: #417e90;
}

html[lang="de"] #pricing div.price-box,
html[lang="es"] #pricing div.price-box {
  width: 106px;
}

#pricing div.subscription {
  font-family: "Segoe UI Regular", Arial, Helvetica, sans-serif;
  margin-top: 4px;
  background-color: #edede2;
  border-right: 4px solid #e9ebe4;
  border-left: 4px solid #e9ebe4;
}

#pricing div.subscription:after {
  content: "";
  display: block;
  clear: both;
}

#pricing div.subscription > h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.8em;
  padding-left: 6px;
  border: none;
  text-align: left;
}

#pricing div.transactions {
  float: left;
  width: 150px;
  padding: 6px;
}

#pricing div.transactions h5 {
  font-size: 1.7em;
  border-bottom: 3px;
}

#pricing div.transactions p {
  font-size: 0.9em;
  color: #64827e;
}

#pricing .price-box h3 {
  color: #ff0000;
  text-decoration: line-through;
}

.right {
  float: left;
  width: 340px;
}

.mt22 {
  margin-top: 22px !important;
}

.float-left {
  float: left;
}

.padding-top-10 {
  padding-top: 10px;
}

.width-100px {
  width: 100px;
}

.width-120px {
  width: 120px;
}

.width-400px {
  width: 400px;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}
/* change */
.pad-80 {
  width: 80%;
}

.pad-70 {
  width: 80%;
}
/* change */
.width40 {
  width: 40%;
}

.width20 {
  width: 20%;
}

.width12 {
  width: 12%;
}

.width10 {
  width: 10%;
}

.width8 {
  width: 8%;
}

.lab-title {
  font-size: 14px;
  color: #4e5166;
  font-weight: 400;
}

.lab-title span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.lab-title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

table#tblSubscriptionPlan th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #4e5166;
  color: white;
}

table#tblSubscriptionPlan td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
  color: #7a7a7a;
  font-weight: 400;
}

table#tblSubscriptionPlan label {
  color: #7a7a7a;
  font-weight: 400;
}

tr.amountRow td {
  border: none !important;
  background: none !important;
}

tr.amountRow label {
  color: #7a7a7a;
  font-weight: bold !important;
}

.autowidth {
  width: auto;
}

.font16 {
  font-size: 16px !important;
}

.datepicker {
  z-index: 2000 !important;
}

.activateUser,
.editUser,
.blockedUser,
.editTemplate,
.cursorPointer {
  cursor: pointer;
}

.display-none {
  display: none;
}

.errorMessage {
  color: red;
}

.width325 {
  width: 325px;
}

.width30 {
  width: 35% !important;
  padding-right: 5px !important;
}

.width200 {
  width: 200px !important;
}

.pointerCursor {
  cursor: pointer;
}

.attachmentFile {
  height: 20px;
  vertical-align: middle;
}

.ml3 {
  margin-left: 3% !important;
}

.centerLabel .form-group label {
  line-height: 40px;
}

#tblSubscriptionPlan tr .width25 {
  width: 25%;
  float: unset;
}

.mandatory {
  color: red;
}

#dvBtns #dvbtnCancel,
#dvBtns #dvbtnBuy {
  padding-top: 5px;
}

.handPointer {
  cursor: pointer;
}

.addbuttonDiv {
  float: right;
  margin-bottom: 20px;
}

.NolinkBorder a {
  text-decoration: none;
}

.NolinkBorder a img {
  padding-right: 5px;
}

.font-color {
  color: #7a7a7a;
  outline: none !important;
}

.width150 {
  width: 150px !important;
}

.moveCursor {
  cursor: move;
}

#dvBtnRow #dvBtns {
  width: 260px !important;
}

.maintenancePage {
  width: 100%;
  float: left;
}

.maintenancePage-work {
  float: left;
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  /*margin: 40px 0px;*/
}

.setting-i {
  width: 100px;
  height: 100px;
  background: #7ed3f6;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.setting-i img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.maintenancePage-work p,
.maintenancePage-work span {
  color: #9d9d9d;
  font-family: "Roboto-Light";
  letter-spacing: 0.5px;
}

.maintenancePage-work p {
  font-size: 32px;
  margin: 30px 0px 20px;
}

.maintenancePage-work span {
  font-size: 20px;
}

.maintenanceHeight {
  height: 450px;
}

.guideButton {
  background-color: #a6b1c4;
  color: white;
}

.guideButton:hover {
  background-color: #a6b1c4;
  color: white;
}

#addSafeIP {
  background: #a6b1c4;
  color: white;
}

.textalignright {
  text-align: right;
  padding-top: 10px;
}

img#ImageQBDateStart,
img#ImageQBDateEnd {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#btnChange.btn-primary,
#expireSubHyperLink.btn-primary {
  background-color: #a6b1c4;
  border-color: #a6b1c4;
}

.navbar-brand {
  /*margin-top: 20px;
    margin-right: 30px;*/
}

.navbar-brand > img {
  height: 50px !important;
  width: auto !important;
}

.paddingMargin {
  padding: 0;
  margin-top: 10px;
}

.setPassButton {
  margin-top: 26px;
  left: 72%;
}

.edit-icon a {
  background: url("/images/user_suspend.png?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer;
  background-size: 20px auto !important;
}

.delete-icon a {
  background: url("/images/user_delete.png?v=CGqaVUiMmRhcWyur7qxOdrjpKCU") no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  background-size: 20px auto !important;
}

.padding0 {
  padding: 0px;
}

.paddingR {
  padding-right: 0px !important;
}

.subscriptionNewcss {
  width: 154px;
}

.subscriptionRenewcss {
  width: 151px;
}

.SubcriptionExpireHeader {
  margin-left: 41%;
  margin-bottom: 3%;
  margin-top: 2%;
}

.subscriptionActiveHeader {
  margin-top: 4%;
  margin-bottom: 3%;
}

.marginLeft36 {
  margin-left: 36%;
}

label#DisplayCalculation {
  font-weight: 100;
}

.paddingLeft0 {
  padding-left: 0px;
}

.SetPasswordModal {
  height: 175px;
}

.user-act-drop-control {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 4px;
  margin-left: 0%;
  margin-bottom: 5px;
}

.user-act-drop-control:focus,
.user-act-drop-control:hover {
  outline: none;
}

.user-act-col-md-3 {
  width: 20%;
  float: left;
}

.holder {
  width: 100%;
  overflow: hidden;
  padding: 5px;
  font-family: Helvetica;
}

.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.holder ul li {
  padding: 10px 0px;
}

.holder ul li a {
  color: darkred;
  text-decoration: none;
}

.nextButton {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: #4caf50;
  color: white;
  margin-bottom: 10px;
}

.nextButton:hover {
  text-decoration: none;
  color: white;
}

.building-box {
  float: left;
  width: 100%;
  margin: 15px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -ms-box-shadow: 0px 1px 1px #ccc;
  background: #f9f9f9;
}

.building-box .modelHeader {
  float: left;
  width: 100%;
  padding: 0 12px;
  line-height: 40px;
  background: rgb(78, 81, 102);
  color: rgb(255, 255, 255);
}

.building-box .holder {
  padding: 0 0 20px 0;
}

.building-box .holder ul li {
  padding: 0 0 8px 0;
  font-size: 11px;
}

.building-box-top {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  background: #f1f4f9;
  min-height: 70px;
  padding-top: 5px;
}

.building-box-top .col-xs-4 {
  padding: 20px 15px 0 15px;
}

.building-box-top .col-xs-4:last-child {
  padding: 10px 15px 0 15px;
}

.building-date-sub {
  float: left;
  width: 47%;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 23px;
  padding-bottom: 0;
  position: relative;
}

.building-date-sub input {
  width: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.building-date-sub img {
  position: absolute;
  right: 30px;
  top: 9px;
}

#divLoading {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #666666;
  z-index: 30001;
  opacity: 0.43;
  filter: alpha(opacity=70);
  display: none;
}

.custom-loader {
  position: absolute;
  top: 30%;
  left: 45%;
  color: White;
}

.underline {
  text-decoration: underline;
}

.ConnectPointer {
  cursor: pointer;
}

.model-date-sub {
  float: left;
  width: 70%;
  padding: 0 0px;
  margin: 0px 0;
  position: relative;
}

.model-date-sub input {
  width: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.model-date-sub img {
  position: absolute;
  right: 15px;
  top: 9px;
}

.model-drop-control {
  font-size: 13px;
  color: #7a7a7a;
  box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -ms-box-shadow: 1px 1px 1px #ccc;
  -o-box-shadow: 1px 1px 1px #ccc;
  border-color: #f2f4f6;
  padding: 8px 12px;
  height: 34px;
}

.model-clear-button {
  background-image: url("../Images/refresh-img.png");
  cursor: pointer;
}

.error-act-msg {
  color: indianred;
  font-size: 11px;
  float: left;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.QBButton {
  background-image: url("../Images/C2QB_green_btn_tall_default.png?v=CGqaVUiMmRhcWyur7qxOdrjpKCU");
  background-size: cover;
}

.error-msg {
  color: indianred;
  font-size: 11px;
  float: right;
  padding: 5px;
}

.error-act-msg {
  color: indianred;
  font-size: 11px;
  float: left;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.NoPack {
  width: 50%;
  padding: 0 8px;
  margin: 10px 0;
}

.NoPack label {
  padding-top: 10px;
}

.NoPack input {
  width: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 5px;
}

.XeroFee {
  width: 100%;
  padding: 0 8px;
  margin: 4px 0;
}

.XeroRequestTitle {
  padding-top: 10px;
}

.XeroRequestTitle label {
  color: darkred;
}

.dropbtn {
  color: #9d9d9d;
  padding-top: 16px;
  font-size: 16px;
  border: none;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 32%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 0;
  margin-left: 15%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.QBButton:hover {
  background-image: url("../Images/C2QB_green_btn_tall_hover.png?v=CGqaVUiMmRhcWyur7qxOdrjpKCU");
  background-size: cover;
}

.no-items {
  text-align: center;
  margin: 105px;
  font-size: 30px;
}

.textarea-editUser {
  max-width: 330px;
}

.imageHeightStyle {
  width: 20px;
  height: 20px;
}

img.user-img-header {
  width: 48px;
  margin-right: 15px;
}

.span-msg {
  color: black;
  font-size: 10px;
  float: right;
}

.text-decoration-none {
  text-decoration: none !important;
}

.header {
  height: 50px;
  background-color: #373f51;
}

.search-icon {
  font-size: 20px;
  color: white;
  padding: 0px 11px 0 15px;
}

.lock-icon {
  font-size: 20px;
  color: white;
  padding: 0px 0px 3px 8px;
}

.icons {
  margin: 25px 15px 0 0;
  /*float: left;*/
}

.icons > a {
  text-decoration: none;
}

.icons i {
  margin: 0 4px 0 25px;
}

.modeller-pic {
  width: 92px;
  padding: 0px 0 3px 0;
}

.k-grid-header th.k-header {
  /*padding-left: 0px !important;*/
}

.register-sign-on {
  text-align: center;
  margin-top: 15px;
}

.wrapper-demo {
  float: right;
}

.wrapper-dropdown-5 {
  position: relative;
  text-align: left;
  width: 200px;
  margin: 0 auto;
  padding: 12px 15px;
  font-weight: bold;
  /* Styles */
  border: 1px solid #4cbeff !important;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.wrapper-dropdown-5:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  right: 0;
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
  font-weight: 500;
}

.wrapper-dropdown-5 .dropdown li {
  padding: 0 10px;
}

.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none;
}

.wrapper-dropdown-5 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a {
  color: #57a9d9;
}
/* Active state */
.wrapper-dropdown-5.active {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  border-bottom: none;
  background: #4cbeff !important;
  color: #ffffff !important;
}

.wrapper-dropdown-5:hover {
  background: #4cbeff !important;
  color: #ffffff !important;
}

.wrapper-dropdown-5.active:after {
  border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}

/*Organization Dropdwon*/
.wrapper-org-demo {
  float: left;
}

.wrapper-dropdown-5 .dropdown option {
  padding: 0 10px;
}

.wrapper-dropdown-5 .dropdown option {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown option:hover {
  color: #57a9d9;
}

.multiselect-native-select .checkbox input[type="checkbox"] {
  display: inline-block;
}

.multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default {
  height: 44px;
  box-shadow: none;
  background: transparent;
  position: relative;
  text-align: left;
  width: 200px;
  margin: 0 auto;
  padding: 12px 15px;
  font-weight: bold;
  border: 1px solid #4cbeff !important;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.multiselect-native-select
  button.multiselect.dropdown-toggle.btn.btn-default
  span.multiselect-selected-text {
  width: 160px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.multiselect-native-select
  button.multiselect.dropdown-toggle.btn.btn-default
  b.caret {
  float: right;
  margin: 8px 0;
}

.multiselect-native-select ul.multiselect-container.dropdown-menu {
  width: 100%;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  max-height: 300px;
  float: left;
  overflow-y: auto;
}

.multiselect-native-select ul.multiselect-container.dropdown-menu li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
  font-size: 12px;
  line-height: 22px;
}

.multiselect-native-select ul.multiselect-container.dropdown-menu > .active > a,
.multiselect-native-select
  ul.multiselect-container.dropdown-menu
  > .active
  > a:hover,
.multiselect-native-select
  ul.multiselect-container.dropdown-menu
  > .active
  > a:focus {
  text-decoration: none;
  background-color: #4cbeff !important;
  outline: 0;
  color: #ffffff !important;
}

.multiselect-native-select ul.multiselect-container.dropdown-menu li label {
  height: auto;
}

.modeller-breadcrumb {
  background-color: #f1f4f9;
  margin-bottom: 0px;
}

.upload-breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0px;
}

#ui-datepicker-div.MonthsOnly .ui-datepicker-calendar,
#ui-datepicker-div.MonthsOnly .ui-datepicker-calendar {
  display: none;
}

.connector-dropdown {
  border-color: #4cbeff;
  font-weight: bold;
  width: 100% !important;
}

.wizard-dropdown .k-multiselect-wrap {
  overflow: auto;
  min-height: 40px;
}

.label-wrap {
  margin-top: 9px;
}

.spinner-wrap {
  margin-top: 6px;
}

.execution-time-block .input-block {
  display: flex;
  align-items: center;
}

.execution-time-block .input-block input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.execution-time-block span#execution-time-offset {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ced4da;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.execution-time-block span#alternateExecution-time-offset {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ced4da;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.execution-time-block span#time-from-offset {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ced4da;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.execution-time-block span#time-to-offset {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ced4da;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.switch-to-your-db-container {
  text-align: center;
}

.switch-to-your-db-container .switch-to-your-db {
  font-size: 18px;
  text-decoration: underline;
}

.connections-wrapper {
  float: left;
  height: 60px;
  padding: 10px;
}

.connections-wrapper .form-control {
  max-width: 170px;
  width: 170px;
}

.add-user-type-container {
  padding-left: 30px;
  padding-bottom: 10px;
}

#shared-user-info {
  position: absolute;
  right: -5px;
  top: 15px;
}

.shared-user-template-wrapper {
  text-align: left;
}

.padding-topManageUser {
  margin-top: 15px;
}

.close-sessions-container {
  text-align: center;
  margin-top: 50px;
}

.close-sessions-container .ask-buttons {
  margin-top: 20px;
}

.close-sessions-container .ask-buttons .btn {
  min-width: 80px;
}

.configure-client-db .important-label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.configure-client-db .list-warnings {
  margin-left: 20px;
}

.full-logs-right {
  text-align: right;
}

.form-group label.text-danger {
  color: #a94442;
}

.add-license-btn {
  margin-bottom: 10px;
}

.stripe-icon-tooltip {
  margin-left: 10px;
}

.clear-saved-search-container {
  margin-top: 10px;
}

.add-partner-id-modal .partner-id-img {
  width: 485px;
}

.add-partner-id-modal a {
  color: #337ab7;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .body-content {
    padding: 0;
  }
}

@media (max-width: 959px) {
  .icons {
    display: none;
  }

  .notification-box {
    right: -15px;
  }
}

@media (min-width: 320px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.errors-page {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
}
.errors-container {
  margin: auto;
  text-align: center;
}
.error-title {
  font-family: Cairo;
  font-size: 28px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: #424b62;
}
.error-subtitle {
  margin-top: 8px;
  font-family: Cairo;
  font-size: 18px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: #596175;
}
.error-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
.error-button {
  font-size: 18px;
  padding: 8px 26px;
}
.error-button:hover {
  text-decoration: none;
  color: inherit;
}
.error-button_primary {
  color: #ffffff;
  background-color: #373f51;
}
.error-button_primary:hover,
.error-button_primary:focus {
  color: #ffffff;
}
.error-button_secondary {
  color: #26282a;
  background-color: #373f511a;
}
.error-button_secondary:hover,
.error-button_secondary:focus {
  color: #26282a;
}

.dialog {
    margin-top: 100px;
    padding: 0;
    z-index: 2147483647;
}
.dialog[open] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    animation: show-dialog 0.3s ease-out forwards;
}
.dialog.x-hide {
    -webkit-animation: hide-dialog 0.3s ease-out;
    animation: hide-dialog 0.3s ease-out;
}
.dialog::backdrop {
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);
}
.dialog[open]::backdrop {
    animation: show-backdrop 0.5s ease-out;
}
.dialog.x-hide::backdrop {
    animation: hide-backdrop 0.5s ease-out;
}

.dialog__wrapper {
    padding: 1rem;
}
.dialog__footer {
    display: flex;
}
.btn-confirm {
    margin-left: auto;
}

@keyframes show-dialog {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes hide-dialog {
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes show-backdrop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide-backdrop {
    to {
        opacity: 0;
    }
}
