/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');*/
@import url('https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css');

html {
  /*  background: #e2e2e2;*/
  background-color: #fff;
}

body {
  background: transparent;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif !important;
  /*  font-family: 'Open Sans', sans-serif;*/
  color: #212529;
  font-size: 12px;
}

th,
td {
  color: #212529 !important;
}

a,
a:hover,
a:focus,
a:active,
#topnav .navigation-menu>li>a:hover i,
#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:focus i {
  /*    color: #2c4051;*/
}

.container {
  width: 99%;
}

#topnav {
  /*  background-color: #2c4051;*/
  background-color: transparent;
}

#topnav .navigation-menu>li:first-of-type a {
  /*        padding: 10px 15px;*/
  padding: 10px 15px 10px 0px;
}

#topnav .navigation-menu>li a {
  padding: 10px 15px;
}

#topnav .navigation-menu>li {
  background: #fff;
  margin: 10px 5px;
  border: 1px solid #fff;
  border-radius: 2px;
  border-right: 1px solid #d5d5d5;
}

#topnav .navigation-menu>li:first-child {
  margin: 10px 5px 10px 0px;
}

#topnav .navigation-menu>li.disabled {
  background: #777;
  margin: 10px 5px;
  border: 1px solid #777;
  border-radius: 2px;
}


#topnav .navigation-menu>li>a,
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:visited,
#topnav .navigation-menu>li>a:active {
  color: #444;
  font-size: 14px;
}

#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
  border-radius: 2px;
  width: 250px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 1px;
}

#topnav .topbar-main {
  background-color: #212529;
}

#topnav .navbar-custom {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .1);
}

#topnav .navigation-menu>li>a:hover::after {
  width: 100%;
  margin-left: -5px;
}

#topnav .navigation-menu>li>a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #d5d5d5;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s ease;
}

#topnav .navigation-menu>li.active>a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  height: 1px;
  background-color: #d5d5d5;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s ease;
  width: 100%;
  margin-left: -5px;
}

.footer {
  background-color: #f1f1f1;
  font-size: 12px;
  border-top: none;
  z-index: 1;
}

.footer a {
  color: #ddd;
  font-size: 12px;
}

.menu-gear {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  /*margin-top: 9px;*/
  float: left;
}

.menu-gear a {
  float: left;
  width: 100%;
}

.menu-gear li {
  list-style: none;
}

.menu-gear .dropdown-menu {
  margin-top: 50px;
}

#topnav .has-submenu.active a {
  color: #444;
}

#topnav .has-submenu.active a i {
  color: #155765;
}

#topnav .navigation-menu>li>a i {
  color: #aaa;
}

.table>thead>tr>th {
  border-bottom: 1px solid #e6e7e8;
  font-weight: 500;
  color: #f2f2f2 !important;
  font-size: 12px;
}

.table>thead {
  /*  background: #ffd784;*/
  background: #0099F8;
}

.login-container {
  min-height: 100vh;
  margin-top: 0px;
  /*    display: inline-block;*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.ax-form .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.min-width-100vw {
  min-width: 100vw;
}

.ax-login-panel {
  /* background-color: rgba(245, 245, 245, 0.3); */
  /*    padding: 20px 10px;*/
  /*     display: inline-block; */
  max-width: 500px;
  position: relative;
  width: 500px;
  /* margin: 63px; */
  /* margin-left: 0px; */
  margin: 50px 30px;
}

.ax-login-panel-logo {
  width: 75px;
  height: auto;
}

.no-padding {
  padding: 0px;
}

.no-padding-imp {
  padding: 0px !important;
}

.no-padding-left {
  padding-left: 0px
}

.no-padding-right {
  padding-right: 0px
}

.btn-e2e2e2,
.btn-e2e2e2:focus,
.btn-e2e2e2:hover {
  background: #f1f1f1;
  color: #505458;
  border: 1px solid rgb(212, 213, 214);
  box-shadow: none;
}

.btn-fff,
.btn-fff:focus,
.btn-fff:hover {
  background: #fff;
  color: #505458;
  border: 1px solid rgb(212, 213, 214);
  box-shadow: none;
}

.btn-blue,
.btn-blue:focus,
.btn-blue:hover {
  background: #35658f;
  color: #fff;
  border: 1px solid #35658f;
  box-shadow: none;
}

.p-r-0 {
  padding-right: 0px;
}

.font-12 {
  font-size: 12px;
}

.login-page {
  height: 100vh;
  width: 100%;
  background: url('assets/images/bg-02.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.login-panel {
  background: rgba(44, 64, 81, 0.7);
  position: fixed;
  right: 0;
  float: right;
  height: 100%;
  width: 500px;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  color: #fff;
}

.login-panel h3,
.login-panel a {
  color: #fff;
}

body {
  padding: 0px;
}

.login-form-container {
  border: 1px solid #e6e7e8;
  padding: 20px;
  margin: 150px 35px 50px 30px;
  border-radius: 3px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.loginformerror .ng-invalid {
  border-color: red;
}

.login-left-panel {
  width: calc(100% - 500px);
  height: 100vh;
  float: left;
}

.ax-content-top {
  /*  margin-top: 142px;*/
}

.card-box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .1);
}


/* Breadcrumbs */
.btn-breadcrumb {
  display: none;
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 20px;
}

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 20px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #e6e7e8;
}

/* The responsive part */

.btn-breadcrumb>*>div {
  /* With less: .text-overflow(); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-breadcrumb>*:nth-child(n+2) {
  display: none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
  .btn-breadcrumb>*:nth-last-child(-n+2) {
    display: block;
  }

  .btn-breadcrumb>* div {
    max-width: 60px;
  }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
  .btn-breadcrumb>*:nth-last-child(-n+4) {
    display: block;
  }

  .btn-breadcrumb>* div {
    max-width: 100px;
  }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
  .btn-breadcrumb>*:nth-last-child(-n+6) {
    display: block;
  }

  .btn-breadcrumb>* div {
    max-width: 170px;
  }
}

.btn-breadcrumb {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}

.btn-breadcrumb .btn-default-1 {
  background: #fff;
  border: none;
}

.btn-breadcrumb i {
  font-size: 18px;
  color: #aaa;
}

.btn-breadcrumb a.home {
  padding-top: 7px !important;
  padding-bottom: 3px !important;
}

.btn-breadcrumb .disable {
  background: #d5d5d5;
}

.btn-breadcrumb .disable:not(:last-child):after {
  border-left: 10px solid #d5d5d5 !important;
}


@media (max-width: 767px) {
  .ax-content-top {
    margin-top: 75px;
  }

  .ax-cis-gear .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
  }
}

.w-x50 {
  width: 50px !important;
}

.w-x75 {
  width: 75px;
}

.w-x100 {
  width: 100px;
}

.w-x150 {
  width: 150px;
}

.w-x200 {
  width: 200px;
}

.w-x250 {
  width: 250px;
}

.w-x300 {
  width: 300px;
}

.btn-square {
  border-radius: 0px;
}

.btn-default,
.btn-default:active:hover {
  background-color: #35658f;
  border-color: #35658f;
  color: #fff;
}

.m-l-1 {
  margin-left: 1px !important;
}

.modal-content {
  padding: 20px;
}

.modal-header h3 {
  width: calc(100% - 30px);
  float: left;
  margin: 0px;
}

.msg {
  display: block;
  padding: 10px;
  margin: 10px 2px;
}

.ng-invalid {
  /*    color: red;*/
}

.danger {
  color: red;
  font-weight: 600;
}

.msg {
  display: block;
  padding: 15px 2px;
  clear: both;
}

.success {
  color: green;
  font-weight: 600;
}

.qty {
  /*    width: 70px;*/
}

.roles,
.admins,
.users {
  /*    padding: 10px;*/
}

.usr-profile {
  display: block;
  padding: 5px;
  font-size: 12pt;
}

.usr-profile>span.shead {
  font-size: 10pt;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.ins {
  display: inline;
  padding: 9px;
}

.version {
  font-size: 9pt;
  background-color: #eee;
  border-radius: 5px;
  margin-left: 10px;
}

.hint {
  font-size: 9pt;
}

h5 {
  font-weight: bold;
  color: #2c4051;
  margin: 10px 0;
  padding: 10px 0;
}

.tablike {
  border-radius: 2px;
  background-color: #2ea0ff;
  margin: 1px;
  padding: 5px 7px;
  font-size: 10pt;
  color: #fff;
}

.tablike:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #1e90ff;
}

.no-margin {
  margin: 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 4px;
  vertical-align: middle;
}

.quote-table>tbody>tr>td,
.quote-table>tbody>tr>th,
.quote-table>tfoot>tr>td,
.quote-table>tfoot>tr>th,
.quote-table>thead>tr>td,
.quote-table>thead>tr>th {
  padding: 10px;
}

.modal .modal-dialog .modal-content {
  padding: 0px;
  border-radius: 3px;
  border: 1px solid #e6e7e8;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 10px 15px;
  border: 0px;
  background-color: #35658f;
  margin: -1px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modal-header h4 {
  color: #fff;
  margin: 0px;
}

.close {
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.open>.dropdown-toggle.btn-default {
  background-color: #35658f !important;
  border-color: #35658f !important;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0px;
  border: none;
}

.modal-dialog {
  margin-top: 7%;
}

.modal-w-x500 .modal-dialog {
  width: 500px;
}

.modal-w-x1000 .modal-dialog {
  width: 1000px;
}

.modal-w-x1200 .modal-dialog {
  width: 1200px;
}

.modal-w-x1600 .modal-dialog {
  width: 1600px;
}

.modal-w-x90-per .modal-dialog {
  width: 90%;
}

.modal-w-x95-per .modal-dialog {
  width: 95%;
}

.modal-t-x60-per .modal-dialog {
  margin-top: 60px;
}

.model-bg-e2e2e2 .modal-body {
  background: #e2e2e2;
}

.qpconfig-modal .modal-body {
  min-height: calc(100vh - 130px);
}

.btn-login,
.btn-login:focus,
.btn-login:hover {
  background: #0099F8;
  color: #fff;
  border: 1px solid #0099F8;
  width: 50%;
  box-shadow: none;
}

.font-18 {
  font-size: 18px;
}

.login-left-txt {
  margin-top: 200px;
  color: #fff;
  font-size: 70px;
  margin-left: 30px;
  line-height: 1.2;
}

.login-form-bottom-txt {
  padding: 30px;
  text-align: justify;
  font-size: 16px;
  /*    background: rgba(44, 64, 81, 0.7);*/
}

.cursor-pointer {
  cursor: pointer;
}

.selectedrow {
  background-color: #e2e2e2;
}

.selected-list[_ngcontent-c0] .c-btn[_ngcontent-c0] {
  box-shadow: none !important;
  padding: 7.5px !important;
  height: 34px;
}

.c-btn[_ngcontent-c0] {
  border: 1px solid #e6e7e8 !important;
  border-radius: 0px !important;
}


/*******Datatable**********/
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #e6e7e8;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  /* margin-bottom: 5px; */
  outline: none;
  /* padding-left: 5px; */
  height: 34px;
  padding: 7px;
  font-weight: normal;
  width: 300px;
}

.dataTables_wrapper select {
  border: 1px solid #e6e7e8;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  /* margin-bottom: 5px; */
  outline: none;
  padding: 0px;
  height: 34px;
  font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate {
  width: 50%;
  background: #f1f1f1;
  margin: 0;
  padding: 7px;
}

table.dataTable.no-footer {
  border: none;
}

table.dataTable thead th,
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_button.disabled {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2c4051 !important;
  background-color: #fff !important;
  border: 1px solid #e6e7e8 !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_paginate .paginate_button.disabled:hover,
.dataTables_paginate .paginate_button.disabled:focus {
  color: #fff !important;
  background: #35658f !important;
  border: 1px solid #35658f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  border: 1px solid #35658f !important;
  border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0px;
}

.bgtableheadcolor {
  background: #E7D7BC;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 5px;
  float: right;
  color: rgba(255, 255, 255, 0.3);
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 5px;
  float: right;
  color: rgba(255, 255, 255, 0.3);
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 5px;
  float: right;
  color: rgba(255, 255, 255, 0.3);
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important;
}

.dataTables_info {
  font-size: 12px;
  padding: 12px 10px !important;
  width: 50%;
  background: #f1f1f1;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  border-top: 1px solid #e6e7e8 !important;
  border-bottom: 1px solid #e6e7e8 !important;
  padding: 0.44rem 0.75rem;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

table.dataTable {
  border-collapse: collapse;
}

.text-primary {
  color: #2c4051;
}

.datatable-top-button {
  float: left;
  margin-top: -42px;
  width: 100%;
  z-index: 9;
}

.datatable-top-button-container {
  z-index: 10;
  background: #f1f1f1;
  height: 42px;
  padding: 10px;
}

.dataTables_wrapper .dataTables_filter input {
  height: 22px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="spyglass" viewBox="0 0 22 22" height="22" width="22"><path d="m 10.011718,5.0898489 c -2.7000005,0 -4.9003915,2.2004 -4.9003915,4.9003996 0,2.6999995 2.200391,4.8983995 4.9003915,4.8983995 1.154374,0 2.204251,-0.4184 3.042969,-1.0898 l 3.207031,3.1113 0.626953,-0.6465 -3.185547,-3.0879 c 0.743242,-0.8594 1.208984,-1.964 1.208984,-3.1854995 0,-2.6999996 -2.20039,-4.9003996 -4.90039,-4.9003996 z m 0,1 c 2.2,0 3.90039,1.7004 3.90039,3.9003996 0,2.1999995 -1.70039,3.8983995 -3.90039,3.8983995 -2.2000005,0 -3.9003915,-1.6984 -3.9003915,-3.8983995 0,-2.1999996 1.700391,-3.9003996 3.9003915,-3.9003996 z" style="fill:#808080"/></svg>');
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right;
}

.btn-outline-default {
  border: 1px solid #2c4051;
  color: #2c4051;
}

.btn-outline-default.active {
  border: 1px solid #2c4051;
  background: #2c4051;
  color: #fff;
}

.btn-outline-grey {
  border: 1px solid #e6e7e8;
  color: #35658f;
}

.btn-outline-grey.active {
  border: 1px solid #35658f;
  background: #35658f;
  color: #fff;
}

.ax-nav-tabs {
  box-shadow: none !important;
}

.ax-nav-tabs li {
  background-color: #e2e2e2;
}

.ax-nav-tab-content {
  box-shadow: none;
  border: 1px solid #e6e7e8;
}

.ax-nav-tabs li:first-child {
  border-left: 1px solid #e6e7e8;
}

.ax-nav-tabs li:last-child {
  border-right: 1px solid #e6e7e8;
}

.navtab-custom li {
  margin-bottom: -1px;
}

.navtab-custom li.active a {
  border-top: 2px solid #2c4051 !important;
}

.nav.nav-tabs>li>a:hover {
  color: #2c4051 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.tabs-vertical>li.active>a,
.tabs-vertical>li.active>a:focus,
.tabs-vertical>li.active>a:hover {
  color: #ffffff !important;
}

.ax-nav-tabs>li.active>a {
  background-color: #2c4051 !important;
  color: #fff !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.selected-list[_ngcontent-c0] .c-list[_ngcontent-c0] .c-token[_ngcontent-c0] {
  background: #e2e2e2 !important;
  color: #444 !important;
}

.pure-checkbox[_ngcontent-c0] input[type="checkbox"][_ngcontent-c0]+label[_ngcontent-c0]:before {
  border: 2px solid #2c4051 !important;
  color: #2c4051 !important;
}

.pure-checkbox[_ngcontent-c0] input[type="checkbox"][_ngcontent-c0]:checked+label[_ngcontent-c0]:before {
  background: #2c4051 !important;
}

.dataTables_filter label {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.dataTables_wrapper {
  background: #f1f1f1;
}

ul.navigation-menu li.active a {
  color: #35658f !important;
}

ul.navigation-menu li.active i {
  color: #aaa !important;
}

.ax-loading-indicator {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*  background-color: rgba(0, 0, 0, 0.5);*/
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.ax-loading-spinner {
  background: url('/Content/assets/images/loading.svg');
  text-align: center;
  position: absolute;
  top: calc(50vh - 120px);
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
  padding-left: 2px;
}

/**********************************
AZURE LOGIN PAGE CSS
**********************************/
.logo-container {
  background: #fff;
}

.logo-container-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0px;
}

.login-container {
  min-height: calc(100vh - 65px);
  /*  background: #fff;*/
  background: url('/Content/assets/images/cisco-struts-bw.jpg');
  margin-top: 0px;
  display: block;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.min-width-100vw {
  min-width: 100vw;
}

.section-azure {
  /*  background: url('/Content/assets/images/cisco-struts-bw.jpg');*/
  background-size: cover;
  /*    margin-top: 70px;*/
  /* background-position: center; */
}

.loginpage-palette {
  max-width: 1200px;
  margin: 50px auto;
}

.loginpage-banner {
  color: #fff;
  background-color: #001E82;
}

.login-brand-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.login-brand-wrapper-row {
  margin: 0px;
}

.login-brand {
  width: 21.76%;
  border: 1px solid #ddd;
  padding: 10px;
  float: left;
  margin: 40px 20px 50px 20px;
}

.ax-login-panel-txt {
  float: left;
  width: calc(100% - 450px);
}

.ax-login-panel-txt h2 {
  color: #f89c00;
  /* line-height: 342px; */
  font-size: 55px;
  margin: 75px 0px 15px 0px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.ax-login-panel-txt p {
  color: #fff;
}

.section-azure-row {
  max-width: 1200px;
  margin: 0 auto;
}

.ax-login-panel .card-box {
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgba(239, 239, 239, .16);
}

.text-e2e2e2 {
  color: #e2e2e2;
}

.text-001E82 {
  color: #001E82;
}

.text-white {
  color: #FFF;
}

.ax-login-panel {
  max-width: 400px;
  position: relative;
  width: 400px;
  /* margin: 75px 130px 75px 0px; */
  margin: 75px 0px 150px 0px;
}

.loginpage-banner h2 {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 100;
}

.loginpage-banner p {
  margin: 0px;
  line-height: 1.7;
}

.loginpage-banner .loginpage-banner-wrapper {
  max-width: 1200px;
  padding: 30px 0px;
  margin: 0 auto;
  color: #001E82;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-30 {
  font-size: 30px;
}

.features-wrapper-row {
  margin: 120px 0px 100px 0px;
  display: inline-block;
  width: 100%;
}

.features-wrapper-row .features {
  float: left;
  display: block;
  margin: 0px 5px 0px 7px;
  width: 135px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.features .multyUser {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/users.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.features .ecoSystem {
  background: #81459c;
  font-size: 14px;
  width: 80px;
  height: 80px;
  margin-left: 28px;
  border-radius: 3px;
  /*-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}

.features p {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.shoppingCart {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/cart.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.note4 {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/file.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.gear6 {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/gear.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.smartLeadsIcon {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/filter1.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.signal {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/wifi.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.chat2 {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/message.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.barChartUp {
  position: absolute;
  z-index: 1;
  margin: 16px 0px 0px 43px;
  width: 48px;
  height: 48px;
  background: url('/Content/assets/images/loginpageicons/barchart.svg') no-repeat 0px 0px;
  background-size: 48px;
}

.guidedSelling {
  background: #6dcbe1 !important;
}

.refreshRenewals {
  background: #dee76e !important;
}

.quoteOptimizer {
  background: #a0cc51 !important;
}

.smartLeads {
  background: #a0cc51 !important;
}

.wirelessSitePlanner {
  background: #ef433e !important;
}

.machineLearning {
  background: #f8a34d !important;
}

.reports {
  background: #1e54a2 !important;
}


.about-us {
  padding: 30px 0px;
}

.about-us h2 {
  font-size: 35px;
  text-transform: uppercase;
}

.ax-title {
  background: #e6e7e8;
  padding: 5px 10px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
}

.form-control {
  /*background-color: #fff;*/
  border: 1px solid #ddd;
}

.pure-checkbox label {
  font-weight: normal;
}

.p-r-5 {
  padding-right: 5px;
}

.bg-e2e2e2 {
  background: #e2e2e2;
}


.panel-default>.panel-heading {
  padding: 5px 7px;
  background: #ccc;
}

.line-h25 {
  line-height: 25px;
}

.quoteProductSubCatList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quoteProductSubCatList li {
  display: inline-block;
}

.quoteProductSubCatList li span {
  padding: 0px 5px 0px 3px;
}

.quoteProductSubCatList li:last-child span {
  display: none
}

.quoteprodconfigList a.active {
  color: #9f1717;
}


/************STATIC**************/
.breadcrumb-arrow {
  height: 30px;
  padding: 0;
  line-height: 30px;
  list-style: none;
  background-color: #cccccc !important;
}

.home-breadcrumb {
  background-color: #dae6ec !important;
  color: #2a3142 !important;
  font-size: 18px;
}

a.home-breadcrumb:before {
  border-left-color: #dae6ec !important;
}

.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px
}

.breadcrumb-arrow li+li:before {
  padding: 0;
  content: ""
}

.breadcrumb-arrow li span {
  padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
  height: 30px;
  padding: 0 10px 0 15px;
  line-height: 30px
}

.breadcrumb-arrow li:first-child a {
  padding: 0 10px
}

.breadcrumb-arrow li a {
  position: relative;
  text-decoration: none;
  background-color: #ccc;
  border: 1px solid transparent;
  color: #9f1717;
  font-weight: 500;
}

.breadcrumb-arrow li:first-child a {
  padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent
}

.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #fff;
  border-left-style: solid;
  border-left-width: 11px
}

.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #ccc;
}

.breadcrumb-arrow li:last-child a:after,
.breadcrumb-arrow li:last-child a:before {
  display: none
}

.font-14 {
  font-size: 14px !important;
}

.swal2-container .swal2-modal {
  margin: 0;
  font-size: 1.5rem
}

.swal2-popup .swal2-styled:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.strike-txt {
  text-decoration: line-through;
}

.quote-fullpage-scroll {
  /* overflow-y: auto; */
}

.no-menu-bar .quote-fullpage-scroll {
  height: calc(100vh - 115px);
}

.has-menu-bar .quote-fullpage-scroll {
  height: calc(100vh - 177px);
  position: relative;
}

.font-22 {
  font-size: 22px;
}

p.quoteprodconfigList {
  line-height: 0.7;
}

.quoteproduct .treeview-container {
  padding: 20px 0px 0px 0px !important;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none !important;
}

.white-space-normal {
  white-space: normal;
}

.p-5 {
  padding: 5px;
}

.quote-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* border-top: 1px solid #e6e7e8; */
  /*  padding: 20px;*/
}

.label {
  border-radius: 0px;
}

[_ngcontent-c1][_nghost-c2] {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}

.font-normal {
  font-weight: 400;
}

.tooltip-inner {
  max-width: 400px;
}

.warning-tooltip .tooltip.bottom .tooltip-arrow {
  border-bottom-color: orange;
}

.warning-tooltip .tooltip-inner {
  background-color: #fff;
  color: #000;
  border: 1px dashed orange;
  padding: 15px 15px 5px 15px;
}

.error-tooltip .tooltip.bottom .tooltip-arrow {
  border-bottom-color: red;
}

.error-tooltip .tooltip-inner {
  background-color: #fff;
  color: #000;
  border: 1px dashed red;
  padding: 15px 15px 5px 15px;
}

.panel-heading {
  padding: 10px 15px;
}

.panel-title {
  color: #ffffff;
  text-transform: unset;
  font-size: 16px;
}

.menu-bar {
  padding: 5px 10px 5px 0px;
  float: left;
}

.has-menu-bar {
  margin-top: 124px;
  position: relative;
  min-height: calc(100vh - 152px);
}

.no-menu-bar {
  margin-top: 90px;
  position: relative;
  min-height: calc(100vh - 90px);
}

.inbox-widget {
  max-height: 242px;
  min-height: 242px;
  overflow-y: auto;
}

.header-title {
  text-transform: none;
}

.inbox-widget::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.inbox-widget::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 7px 5px 5px rgba(242, 242, 242, 1);
  background: #fff
}

.inbox-widget::-webkit-scrollbar-thumb {
  background-color: rgb(213, 213, 213);
}

.inbox-widget::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(213, 213, 213, 0.4)
}

.treeview-container {
  height: calc(100vh - 347px);
}

.progress-bar-green {
  background: #a0cc51;
}

.inbox-widget .inbox-item .inbox-item-text {
  margin-left: 55px;
}

#topnav .topbar-main .logo i {
  color: #aaa;
  font-size: 23px;
}

#topnav .topbar-main .nav>li>a i {
  color: #aaa;
}

.label-success {
  background-color: #93c178;
}

.label-success {
  background-color: #93c178;
}

.label-primary {
  background-color: #67aeca;
}

.label-info {
  background-color: #fedc3d;
  color: #444 !important;
}

.btn-link {
  color: #35658f !important;
}

.info-popover .popover {
  max-width: 350px;
  border: 1px solid #35658f;
  font-size: 12px;
}

.info-popover .popover.bottom>.arrow {
  border-bottom-color: #35658f;
}

.info-popover .popover.right>.arrow {
  border-right-color: #35658f;
}

.warning-popover .popover {
  max-width: 350px;
  border: 1px solid #ffaa00;
  font-size: 12px;
}

.warning-popover .popover.bottom>.arrow {
  border-bottom-color: #ffaa00;
}

.warning-popover p {
  word-wrap: break-word;
}

.error-popover .popover {
  max-width: 350px;
  border: 1px solid red;
  font-size: 12px;
}

.error-popover .popover.bottom>.arrow {
  border-bottom-color: red;
}

.error-popover p {
  word-wrap: break-word;
}

/*.warning-popover .popover-content,*/
/*.error-popover .popover-content {*/
/*  padding-bottom: 0px;*/
/*}*/

.popover-content li {
  list-style: disc;
  counter-increment: foo;
  display: table-row;
  word-break: break-word;
}

.popover-content li::before {
  content: counter(foo) ".";
  display: table-cell;
  text-align: right;
  padding-right: .3em;
  padding-top: 5px;
  font-weight: bold;
}

#topnav .navigation-menu>li>a:focus i {
  color: #35658f;
}

.font-10 {
  font-size: 10px;
}

.font-9 {
  font-size: 9px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #e6e7e8;
}

.text-primary {
  color: #35658f;
}

.selected-list[_ngcontent-c1] .c-btn[_ngcontent-c1] {
  box-shadow: none !important;
  padding: 6px 12px !important;
}

.quote-table {
  border-right: 1px solid #e6e7e8 !important;
  border-left: 1px solid #e6e7e8 !important;
}

.btn-fafafa {
  background: #fafafa;
}

.pos-rel {
  position: relative;
}

.has-menu-bar .ng2fup-dropzone {
  height: calc(100vh - 264px) !important;
}

.quote-bottom-container {
  position: relative;
  height: 134px;
}

.has-menu-bar .quote-bottom-container {
  position: absolute;
  height: 97px;
  bottom: 0;
  width: 100%;
}

.yellow-bg {
  background: #ffd784;
}

.p-10 {
  padding: 10px;
}

.quote-warning-msg {
  border: 1px solid orange;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.quote-error-msg {
  border: 1px solid red;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.p-t-15 {
  padding-top: 15px;
}

.opacity5 {
  opacity: 0.5;
}

.min-w35 {
  min-width: 35px;
}

.min-w45 {
  min-width: 45px;
}

.ver-top {
  vertical-align: top !important;
}

.quoteprodconfigList a {
  line-height: 1.4;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.banner {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.banner .card-box {
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgb(239, 239, 239, .16);
}

.text-success {
  color: #93c178;
}

.ax-table-checkbox {
  margin: 0;
  padding: 0;
  height: 17px;
  padding-left: 26px;
}

.ax-table-checkbox label {
  height: 0;
  padding: 0;
}

.ax-width-30-imp {
  width: 30px !important;
}

.dataTables_wrapper select {
  height: 22px;
  margin-top: 10px;
}

.m-l-0 {
  margin-left: 0px;
}

.dataTables_empty {
  display: none;
}

#loading-bar-spinner {
  position: absolute;
  top: 15px;
  right: 40px;
  left: auto;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff !important;
}

.c-btn {
  box-shadow: none !important;
}

.w-x120 {
  width: 120px;
}

.w-x110 {
  width: 110px;
}

.quote-comment .ng2fup-dropzone {
  height: 114px !important;
  padding: 0px !important;
  position: relative;
}

.quote-comment .ng2fup-dropzone p {
  font-size: 18px;
  top: calc(50% - 12.5px) !important;
  margin-bottom: 0;
}

.disable-form-inline {
  /* background: #f1f1f1; */
}

.modal-full-width .modal-dialog {
  width: calc(100% - 30px);
  margin: 15px;
  overflow: hidden;
  height: calc(100% - 30px);
  border-radius: 5px;
}

.modal-full-width .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  height: 100%;
}

.modal-full-width .modal-header {
  display: none;
}

.btn-white,
.btn-white:focus,
.btn-white:hover {
  background: #fff;
  color: #505458;
  border: 1px solid #fff;
  box-shadow: none;
}

ng2-auto-complete {
  max-width: 100%;
}

.auto-complete-list {
  width: 100%;
}

ng2-auto-complete ul li {
  cursor: pointer;
}

/* custom scrollbar */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 5px;
}

.config-prod-treeview .treeview-container {
  height: auto !important;
  padding-right: 0 !important;
}

/***CompanySites***/
.companysites-v1 .owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  margin: 0 auto !important;
  width: 100%;
}

.companysites-v1 .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
  font-size: 50px !important;
}

.companysites-v1 .owl-nav .owl-next {
  right: -20px;
  position: absolute;
  font-size: 50px !important;
}

.companysites-v1 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: inherit;
}

.bootstrap tag {
  padding: 0px 10px !important;
  height: 28px !important;
  line-height: 30px !important;
}

.bootstrap tag svg {
  height: 30px !important;
}

.bootstrap .ng2-tag-input__text-input {
  height: 32px !important;
}

/***********************/
/* ngui-auto-complete */
/*********************/
ng2-auto-complete {
  z-index: 10 !important;
}

ng2-auto-complete .ng2-auto-complete li.item {
  text-align: left;
  padding: 5px;
  cursor: pointer;
}

ng2-auto-complete .ng2-auto-complete li.item:hover,
ng2-auto-complete .ng2-auto-complete li.item.selected {
  background-color: #d5d5d5 !important;
}

.createquote-page .form-control {
  height: 20px;
  padding: 5px;
}

.d-flex {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.d-block {
  display: block;
}

.h-100 {
  height: 100%;
}

.min-h-42 {
  min-height: 42px;
}

.p-r-10 {
  padding-right: 10px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}