.smallFont {
  font-size:small !important;
}

.indicator {
  min-height: 100px;
}

.dialog {
  min-width:250px;
  
}
.print-fieldValue {
  /*position: relative !important;*/
  top: 18px !important;
  left: 10px !important;
}
.rel-Notes .relData .qtis-prime{
  position: relative;
}
/*added by happy ----*/

@font-face {
    font-family: 'Quicksand';
    src: url('../../../../../common/fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../../../../../common/fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../../../../common/fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../../../../../common/fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../../../../common/fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../../../../../common/fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../../../../common/fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../../../../../common/fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../../../../common/fonts/Quicksand-Light.woff2') format('woff2'),
        url('../../../../../common/fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../../../../../common/fonts/icomoon.eot?qcev2q');
  src:  url('../../../../../common/fonts/icomoon.eot?qcev2q#iefix') format('embedded-opentype'),
    url('../../../../../common/fonts/icomoon.ttf?qcev2q') format('truetype'),
    url('../../../../../common/fonts/icomoon.woff?qcev2q') format('woff'),
    url('../../../../../common/fonts/icomoon.svg?qcev2q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "e900";
}
.icon-star-full:before {
  content: "e9d9";
}
/*@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../../common/fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../../../../../common/fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../../../../../common/fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../../../../../common/fonts/MaterialIcons-Regular.ttf) format('truetype');
}*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body{
    font-family: Quicksand !important;
  background-color: #f3f7fd;  
  margin: 0;
}
textarea{
  -ms-overflow-style: none; 
}
.cnx-page-content {
  //background-color: #f3f7fd !important;
}

/*.bg-darkslategray{
  background-color: #4b3f95 !important;
}

.bg-lightslategray {
    background-color: rgba(52, 49, 82, 0.05) !important;
}*/

.q-drawer.q-drawer--left .q-expansion-item__content .q-list .q-item.q-item-type:hover {
    background: #fff;
    transition: all 0.3s ease;
}
.q-drawer.q-drawer--left .q-expansion-item__content .q-list .q-item.q-item-type:hover,
.q-drawer.q-drawer--left .q-item.q-item-type.q-link:hover, .q-drawer.q-drawer--left .q-item.active-menu{
  background: #fff;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.q-drawer.q-drawer--left .q-item.q-item-type.q-link:hover .material-icons, .q-drawer.q-drawer--left .q-item.q-item.active-menu .q-item__section,
.q-drawer.q-drawer--left .q-item:hover .q-item__section, .q-drawer--left .q-expansion-item--expanded > .q-expansion-item__container > .q-item .material-icons
{
  color:  #000;
  transition: all 0.3s ease;
}
 .q-expansion-item--expanded > .q-expansion-item__container > .q-item {
    background: #fff;
    border-radius: 0px;
    color: #000;
}
body.desktop .q-focus-helper:before,
body.desktop .q-focus-helper:after,
body.desktop .q-item.q-hoverable:hover>.q-focus-helper{
  display:none;
}
footer.q-footer {
    background: #f5f5f6
}
footer .footer-message span{
    font-size: 16px;
    color: #d4d1d1;
    padding-right: 10px;
    white-space: nowrap;
}
footer .footer-message{
  display: flex;
    justify-content: end;
    padding-right: 15px;
    align-items: center;
}
footer .footer-message img{
  max-width: 40px;
}
.q-menu {
    border-top: 5px solid #9c27b0;
  border-radius: 0;
}
.q-item{
  min-height:auto;
    padding: 8px 16px;
}
.q-menu .q-item.q-item-type:hover {
    background: #f1f1f1;
}
.q-item__section--avatar {
    min-width: 35px;
}
.q-drawer__content .q-item .q-item__section{
  font-weight: 600;
}

.q-item{
  min-height:auto;
    
}
.q-expansion-item__content .q-item
{
  padding: 3px 16px;
}

.q-item__section--side>.q-icon {
    font-size: 24px;
}
.q-expansion-item__content .q-item .q-icon {
    font-size: 16px;
}


.q-toolbar .q-btn .q-btn__content {
    font-weight: 600;
}
/* */

.cnx-toolbar {
  padding: 8px !important;
  //padding-bottom: 8px !important;
}

.q-pagination > button {
  border-radius: 50% !important;
  min-height: 2.4em !important;
  min-width: 2.4em !important;
}

.q-pagination > div > button {
  border-radius: 50% !important;
  min-height: 2.4em !important;
  min-width: 2.4em !important;
}

    .vis-timeline {
      border: 0px none purple !important;
      font-size: 10pt;
      min-height: 150px;
    }
    
    

.vis-time-axis .vis-text {
  color: inherit !important;  
}

.vis-item.vis-background.s_0 {
  background-color: rgb(49,204,236);
}
.vis-item.vis-background.s_1 {
  background-color: rgb(100,221,23);
}
.vis-item.vis-background.s_-1 {
  background-color: rgb(150,150,150);
  border-radius: 0% !important;
  border: 0px solid white !important;
}
.vis-item.vis-background.s_2 {
  background-color: rgb(255,193,7);
  border-radius: 0% !important;
  border: 0px solid white !important;
}
.vis-item.vis-background.s_3 {
  background-color: rgb(255,87,34);
  border-radius: 0% !important;
  border: 0px solid white !important;
}
.vis-item.vis-background.s_4 {
  background-color: rgb(213,0,0);
  border-radius: 0% !important;
  border: 0px solid white !important;
}
.vis-item.vis-background.s_100 {
  background-color: rgb(150,150,150);
  border-radius: 0% !important;
  border: 0px solid white !important;
}

.vis-item.vis-item.s_2 {
  background-color: rgb(255,193,7);
  border-radius: 50%;
  border: 2px solid white;
  color: white;
}
.vis-item.vis-item.s_3 {
  background-color: rgb(255,87,34);
  border-radius: 50%;
  border: 2px solid white;
  color: white;
}
.vis-item.vis-item.s_4 {
  background-color: rgb(213,0,0);
  border-radius: 50%;
  border: 2px solid white;
  color: white;
}
.vis-item.vis-item.fft {
  background-color: white;
  border-radius: 10%;
  border: 2px solid blue;
  color: blue;
}

[v-cloak] {
  display: none;
}

#pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
  }

  #pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  }

  #pac-input:focus {
  border-color: #4d90fe;
  }

  #title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
}

.panel-border-left {
  border-left: 2px solid rgba(0,0,0,0.1);
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row {
  border: 1px dotted grey;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}
 
.box .row.footer {
  flex: 0 1 40px;
}

.q-tree__node-header {
  //color: #03a9f4 !important;
  //background-color: rgba(97,97,97,0.04) !important;
  //border:1px solid rgba(0,0,0,0.01)  !important;
}

.lt-right-border {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.hoverDivDarker:hover {
  background-color: rgba(97,97,97,0.04);
  //color: white;
}

.hoverDivDarker {
  background-color: rgba(0,0,0,0.0);
  //color: #99999;
} 
  


.designerElement {
  position:absolute;
  top:0; width:100%;
  z-index: 9999;
  background-color:rgba(0,0,0,0.4);
}

.q-table > thead > tr > th {
  opacity:1 !important;
  font-size:13px !important;
  text-transform: uppercase;
  line-height: 13px;
}

.q-table > thead > tr, .q-table > thead > tr > th {
    background-color: #fff;
    height: 0 !important;
    padding: 3px 8px;
}

.q-table > tbody > tr:nth-child(even) {
  background-color: rgba(156, 39, 176, 0.02);
}

.cnx-button {
  background-color: rgba(156, 39, 176, 0.15) !important;

}

.cnx-btn-import, .cnx-btn-add, .cnx-btn-options, .cnx-btn-refresh, .cnx-btn-delete, .cnx-btn-actions{
   color: #d500f9!important;
}

.q-table tbody td{
    height: 28px !important; 
}

.q-table tbody tr.selected {
    background: #fbe4ff !important;
}

.q-table tbody tr:hover {
    background: #fff !important;
}

.content-1 {
  min-height: 200px;
  border-bottom: 10px solid rgba(255, 102, 102, 0.2);
}
.content-2 {
  min-height: 200px;
  border-bottom: 10px solid rgba(0, 204, 153, 0.2);
}
.content-3 {
  min-height: 200px;
  border-bottom: 10px solid rgba(255, 204, 0, 0.2);
}
.content-4 {
  min-height: 200px;
  border-bottom: 10px solid rgba(0, 147, 208, 0.2);
}




/* added by jinal */
.q-table thead {
    border: none;
}
.q-table--horizontal-separator tbody tr:not(:last-child) td{
  border-width:0;
}
.q-table > tbody > tr:nth-child(even),.q-table > tbody > tr:nth-child(even):hover {
    background-color: #f3f7fd !important;
}
.q-table--col-auto-width{
  padding-left:8px !important;
}
.q-table td, .q-table th{
  padding:0 8px;
}
.q-checkbox__inner {
    width: 16px;
    min-width: 16px;
  height: 16px;
  padding: 0;
}
.q-checkbox__bg.absolute {
    left: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
}
.q-table,.q-table th {
    color: #333333;
    font-style: normal;
    font-weight: 400;
}
.cnx-panel {
    border-radius: 5px;
    border: 1px solid rgba(230, 233, 240, 1);
}
.cnx-panel-bar,.cnx-cell {
    border-radius: 5px;
}
.text-gray{
  color:#666666;
}
.cnx-section-title {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:after, .q-linear-progress__model--query:before{
  background-color:#343152;
}
.q-loading-bar{
  background-color:#343152;
}

.visibleView {  
  color: rgba(156, 39, 176, 1.04) !important;
  border-bottom: 3px solid rgba(156, 39, 176, 1.04) !important;
  border-bottom-style: outset;
}
 
.cnx-pageBar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cnx-table-table > div > table > tbody > tr:nth-child(4n - 3) {
    background-color: #f3f7fd !important;
}
 
.q-search-table > div > table > tbody > tr:nth-child(4n - 3) {
    background-color: #f3f7fd !important;
}
 
.q-search-table > div > table > tbody > tr:nth-child(2n) {
  background-color: rgba(156, 39, 176, 0.04) !important;
}

.altRow {
    //background-color: #f3f7fd !important;
}

.expandedRow {
    background: rgba(0, 0, 0, 0.03) !important;
}

.my-sticky-header-table {
  /* max height is important */ 
} 
.my-sticky-header-table .q-table__middle {
   max-height: 320px;
}
  
.my-sticky-header-table-full-height { 
  /* max height is important */
}  


.my-sticky-header-table, thead tr:first-child th {
  position: sticky;
  top: 0;
  opacity: 1;
  z-index: 1;
}   

.my-sticky-header-table, thead tr th:first-child {
  text-align: left !important;
  padding-left: 9px !important;
}

.my-sticky-header-table1 {
  /* max height is important */ 
}  
.my-sticky-header-table1 .q-table__middle {
   max-height: 500px;
}
  
.my-sticky-header-table1-full-height { 
  /* max height is important */
}  


.my-sticky-header-table1, thead tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  opacity: 1;
}   

.my-sticky-header-table1, thead tr th:first-child {
  text-align: left !important;
  padding-left: 9px !important;
}

.q-dialog__backdrop {
    z-index: -1;
    pointer-events: all;
    background: rgba(0,0,0,0.0) !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial; 
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.0) !important;
} 
 
.q-dialog .q-dialog__backdrop, .cnx-modal > .q-dialog__backdrop, .addConnectionsModal .q-dialog__backdrop{
  background-color: rgba(0, 0, 0, 0.4) !important;
}
 
.q-field--filled .q-field__control { 
    padding: 0 12px; 
    background: rgba(0,0,0,0.02); 
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial; 
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;  
    background-clip: initial; 
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 4px 4px 0 0;
    border:1px solid rgba(0,0,0,0.05) !important;
    border-bottom:1px solid rgba(0,0,0,0.05) !important;
}
 
.q-field .q-field__control { 
    padding: 0 12px; 
    background: rgba(0,0,0,0.02); 
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial; 
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;  
    background-clip: initial; 
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 4px 4px 4px 4px;
    border:1px solid rgba(0,0,0,0.0) !important;
    border-bottom:1px solid rgba(0,0,0,0.0) !important;
}


.panel-cb-1 > div {
  border-bottom: 10px solid rgba(255, 102, 102, 0.2);
}

.panel-cb-2 > div {
  border-bottom: 10px solid rgba(0, 204, 153, 0.2);
}

.panel-cb-3 > div {
  border-bottom: 10px solid rgba(255, 204, 0, 0.2);
}

.panel-cb-4 > div {
  border-bottom: 10px solid rgba(0, 147, 208, 0.2);
}

.cnx-list-editicon, .cnx-list-undoicon {
  font-size: 17px;
}

.cnx-list-expandicon {
  font-size: 27px;
}

.bulletin {
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  padding: 12px !important;
  border-radius: 0px !important;
}
.q-expansion-item__content .q-item__section{
  font-weight: 400 !important;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.cnx-input .q-field__control {
    height: 38px;
    min-height: 40px;
}
.cnx-input .cnx-textarea .q-field__control {
    height: auto;
}
.cnx-input .q-field__label{
  top: 9px;
    font-size: 14px;
    font-style: italic;
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
    padding-top: 15px;
}
.cnx-input .q-field__marginal, .relSection .q-toolbar{
  height: 38px;
  min-height: 38px;
}
.cnx-input.q-pa-sm {
    padding: 4px 4px;
}
.cnx-input .cnx-textarea .q-field__control-container{
  padding-top: 11px;
  padding-bottom: 0;
}
.cnx-input .cnx-textarea .q-field__marginal{
  height: 38px;
  min-height: 38px;
}
.relSection .q-btn--dense.q-btn--round{
  padding: 0;
    height: 25px;
    width: 25px;
    min-height: 25px;
    min-width: 25px;
}
.cnx-table-table > div > table > tbody > tr:nth-child(even) {
    background: #fff !important;
}
.cnx-mainCol .q-btn__content, .q-table tr td.q-table--col{
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
button.q-btn--outline{
  border: none;
  background: transparent !important;
}
.cnx-input .q-field--float .q-field__label{
    transform: translate(-5px, -8px) scale(.75) !important;
}
.cnx-input .q-input.q-field--labeled .q-field__native{
    line-height: 17px;
    padding-top: 14px;
    padding-bottom: 8px;
}
.cnx-input .q-field--labeled .q-select__input{
    /* min-height: 0px;
    line-height: 0px;
    padding: 0px!important; */
    min-height: 19px;
line-height: 19px;
padding: 10px 0 !important;
}
.cnx-input .q-field--labeled .q-select__input.q-select__input--padding{
  min-height: 0;
  padding: 0 !important
}
.cnx-input.rel-child-multiselect .q-field--labeled .q-select__input.q-select__input--padding{
  min-height: 100%;
}
.cnx-grid .q-toolbar.relHeader{
    padding: 0 5px;
}
table .q-btn--dense.q-btn--round {
    padding: 0;
    height: 1.8em;
    width: 1.8em;
    min-height: 1.8em;
    min-width: 1.8em;
}
.q-table td button.q-btn{
  padding-top: 0;
  padding-bottom: 0;
}
/*.q-select.q-field--float .q-field__label{
    transform: unset;
}
*/
.q-select.q-field--focused .q-field__label{
  transform: translate3d(-5px,-40%,0) scale3d(0.75,0.75,1) !important;
}
.q-card__actions .q-field__label.no-pointer-events{
  transform: translate3d(0,-40%,0) scale3d(0.75,0.75,1) !important;
}
.gradient-btn{
  /*border-radius: 15px;
  background-image: linear-gradient(to right, rgb(108,149,204), rgb(192,111,196));*/
  display:  block;
  text-decoration: underline;
  text-align: left;
}
.hoverPopup .file-count span{
  padding: 2px 15px;
  background: #512da8;
  color: #fff;
  border-radius: 18px;
  display: inline-block;
  font-size: 14px;
}
/*.full-width-sec .text-caption{
  display:  block;
  text-align: left;
}*/
.hoverPopup .full-width-sec, .hoverPopup .gradient-btn-grp, .hoverPopup .notes-section, .hoverPopup .tags-section{
  text-align: left;
}
.hoverPopup .occupant-address-title, .occupant-address-title .gradient-btn{
  text-align: center;
}
.hoverPopup .occupant-address-title{
    background: #f5f4f6;
    border-radius: 15px;
}
.occupant-address-title .gradient-btn{
  text-decoration: none;
}
.custom_right_panel .hoverPopup{
  height: calc(100vh - 167px);
  overflow: auto;
  margin-bottom: 10px;
}
#copyClipboard {
  visibility: hidden;
  min-width: 250px; 
  margin-left: -125px; 
  background-color: #512da8; 
  color: #fff;
  text-align: center; 
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1; 
  left: 50%; 
  bottom: 30px; 
}


#copyClipboard.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.custom_right_panel .q-card__section.q-pb-none > button{
  margin-right: 15px;
}
.hoverPopup .record-copy::after, .edit-export .record-copy::after{
  font-family: "Material Icons";
  content: "e173";
  padding-left: 10px;
  font-size: 14px;
}
.edit-export .record-date{
  color: #616161;
}
.custom_right_panel .q-dialog__inner{
  padding: 0;
}
.custom_right_panel .q-dialog__inner .q-card{
  border-radius: 0;
}
.top-section p{
  margin-bottom: 0;
}
header.q-header > .q-toolbar, .q-page-sticky > .q-toolbar, .cnx-cell .q-toolbar{
  min-height: 40px;
}
header .cnx-topBar .q-field__append{
  height: 35px;
}
.cnx-cell #content_9 > .q-toolbar .q-toolbar__title, .q-page-sticky .q-toolbar .text-h6{
  font-size: 18px;
}
.relSection .q-btn--dense.q-btn--round .q-icon{
  font-size: 20px;
}
.cnx-grid .q-toolbar.relHeader .text-weight-normal{
  align-self: flex-end;
    padding-bottom: 3px;
    font-weight: bold;
}
.cnx-list-mapicon{
  margin-left: 0;
  font-size: 17px;
}
.q-page-container main.q-page .q-pa-sm{
  padding-bottom: 0;
}
.relDataForm > .q-card{
  box-shadow: none;
}
form .shadow-2 .q-toolbar.bg-info, form button.bg-info{ 
background: #473b97 !important;
background: -moz-linear-gradient(-45deg,  #473b97 0%, #6e3e98 47%, #bf4699 70%, #bf4699 70%, #bf4699 81%, #bf4699 100%) !important; 
background: -webkit-linear-gradient(-45deg,  #473b97 0%,#6e3e98 47%,#bf4699 70%,#bf4699 70%,#bf4699 81%,#bf4699 100%) !important; 
background: linear-gradient(135deg,  #473b97 0%,#6e3e98 47%,#bf4699 70%,#bf4699 70%,#bf4699 81%,#bf4699 100%) !important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473b97', endColorstr='#bf4699',GradientType=1 ) !important; 
}
form .shadow-2 .q-toolbar.bg-info{
  border-radius: 20px;
  margin: 0 auto;
  display: table;
  padding: 10px;
  text-align: center;
}
form .shadow-2 .q-toolbar.bg-info img{
  margin: 0;
}
form .q-toolbar .q-toolbar__title{
  text-transform: uppercase;
  color: #fff;
}
.bg-black.q-list .q-item::after, .q-scrollarea .q-item::after{
  min-height: auto !important;
}

.cnx-toolBar .mr-5.align-center{
  flex: 1 1 0%;
  font-size: 18px;
  color: #1565c0!important;
  padding: 0 12px;
  display: flex;
} 
.relHeader .mr-5.align-center{
  flex: 1 1 0%;
}
.cnx-toolBar .mr-5.align-center button.q-btn-item, .regular-form-toolbar-title button{
 margin: 0 8px;
}
.cnx-toolBar.compact-toolBar .mr-5.align-center{
  display: flex;
  flex: auto;
  width: 100%;
}
.cnx-toolBar.compact-toolBar .q-input.q-field--outlined{
  max-width: 90%;
}
.q-card__section.custom-width .col-md-12.row{
  width: 100%;
}
@supports (-ms-ime-align:auto) {
  .cnx-toolBar.compact-toolBar .q-input.q-field--outlined{
      max-width: 220px;
  }
}
/*table.q-table{
  border-collapse: separate;
}*/
/*table.q-table tr th{
  border-bottom: 2px solid #3564cd;
}*/
table.q-table .material-icons{
  font-size: 15px;
}
/*.qtis-prime {
  background-color: rgba(33,150,243,0.1);
}*/
.q-card .q-field__control .q-field__native span, .cnx-entitydetailssection .cnx-dropdown .q-field__control .q-field__native  span, .case-dropdown .q-field__native  span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cnx-entitydetailssection .cnx-dropdown .q-field__control-container button{
  font-size: 3px;
  padding: 0 10px;
  max-width: 100px;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cnx-entitydetailssection .cnx-dropdown .q-field__control-container + .q-field__append{
  color: #2196f3;
}

.qtis-prime .cnx-input .q-field--outlined .q-field__control:before, .qtis-prime .cnx-input .q-field--filled .q-field__control:before, .qtis-prime .cnx-input .q-field--borderless .q-field__control:before{
  border: 1px dashed rgb(33, 150, 243);
}

.conn-forms-list .q-tabs__content > .q-tab{
  min-height: auto;
  justify-content: unset;
}
.conn-forms-list .q-tabs__content .qtis-case-tab{
  border-top: 1px solid #d0cece8f;
}
.cnx-section .cnx-input .q-field--standard .q-field__control, .cnx-section .cnx-input .q-field--borderless .q-field__control{
  background: transparent;
  border-radius: 0;
}
.cnx-section .cnx-input .q-field--borderless .q-field__control{
    border-bottom: 1px solid rgba(0,0,0,0.24) !important;
}
.q-card .q-card__section.scroll .qtis-prime .cnx-input .q-field__control{
  border-bottom: none !important;
}
.conn-forms-list .q-tabs__content .q-tab__content span{
  color: #fff;
}
.conn-forms-list .q-tabs__content .q-tab__content span img.q-icon{
  margin: 0 10px;
}
.conn-forms-list .q-tabs__content .q-hoverable:hover .q-focus-helper{
  background: #343152;
  opacity: 1;
}
.q-field__inner .q-field__control-container .q-chip{
  margin: 3px;
    height: 18px;
    font-size: 10px;
}
button.cnx-button.q-btn--rectangle {
    background-color: rgba(156, 39, 176, 0.15) !important;
}
button.cnx-button .q-btn__content > div, button.cnx-button .q-btn__content .material-icons{
  color: #9900FF;
}
.case-connection .q-table__container table tr th::after, .cnx-cell .q-table__container table tr th::after, .connection-popup-wrapper .q-table__container table tr th::after, .table-resizable .q-table thead tr td:first-child::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #3564cd;
    bottom: 0;
    left: 0;
}
.searchAllResult .q-btn__content > div{
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.searchAllResultsPanels .q-tab-panel{
  padding: 0;
}
.floating-action-button {
  background:linear-gradient(to right, rgba(42,100,248,1) 0%, rgba(202,37,252,1) 100%) !important;
  color:blue;
}
.cnx-input.cnx-report .q-field__control{
    height: auto;
    min-height: 40px !important;
}
.cnx-input.cnx-report .q-field__native{
  padding-bottom: 0;
}
.cnx-input.cnx-report .q-field__native{
  min-height: 24px;
  line-height: 18px !important;
}
.search-container .q-pa-sm{
  padding-bottom: 8px !important;
}
.addConnectionsModal .addConnectionsCard{
  width: 95%;
  max-width: 100%;
  max-height: calc(100vh - 48px);
}
.cnx-label-recordId .q-field__control:before{
  border-style: none !important;
}
.q-dialog__inner .hoverPopup .ellipsis-2-lines { 
  -webkit-line-clamp: unset !important; 
  height: auto; 
  overflow-y: auto; 
  white-space: pre-wrap; 
  word-wrap: break-word;
}
.hidechat.showchatwindow{
    display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}
.hidechat .q-layout-container{
    height: 100px;  
} 
/* .hidechat.showchatwindow .q-layout-container {
    height: 530px;
} */
.hidechat{
  display: none;
}
.q-page .chat-bubble{
    bottom: 50px;
    top: unset;
    z-index: 9999;
    right: 5px;
}
.hidecalendar.showcalendar {
  display: block;
} 
.hidecalendar {
  display: none;
} 
.toggle-chat-calendar {
    position: fixed !important;
    display: inline-block;
    max-width: 45px;
   /*  overflow-y: auto;
   overflow-x: hidden; */
    outline: 0;
    max-height: 65vh;
    z-index: 6000;
    right: 50px;
    top: 35px;
}
.toggle-chat-calendar .calendar-sticky-icon .q-btn--fab{
  height: 45px;
  width: 45px;
}
.table-resizable .q-table {
  /*table-layout: fixed;*/
}
.table-resizable .q-table th{
  /*width: 200px;*/
}

.table-resizable .q-table td.q-table--col-auto-width.hide-mapicon{ 
   width: 108px; 
}
/* .table-resizable .q-table td.q-table--col-auto-width.hide-mapicon{ */
  /* width: 70px; */
/* } */
.cnx-table-container .table-resizable .q-table tr th.q-table--col-auto-width{
  width: 70px !important;
}
.table-resizable .q-table td.q-table--col-auto-width.show-mapicon{
  width: 93px;
}
.Addresses .q-table thead tr td{
  width: 125px !important;
}

.cnx-table-container .table-resizable .q-table tr th.text-left.sortable{
  /*width: inherit !important;*/
}
.reports-table .q-table th.q-table--col-auto-width{
  width: 35px;
}
.table-resizable th .material-icons{
  pointer-events: auto;
}
#calendar .tui-full-calendar-weekday-grid-line{
  cursor: pointer;
}

.toggle-chat-calendar .calendar-sticky{
  right: 15px;
  max-width: 400px;
}
.mt-0{
  margin-top: 0 !important;
}
.table-resizable .q-table th::before{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;    
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: e-resize;
}
.q-table th .q-table__sort-icon{
    cursor: pointer;
}
.q-table th:hover .q-table__sort-icon{  
    opacity: 0.86!important;
}

.q-table th i:not(:first-child){
  display: none;
}
.q-search-table > div > table.sorted_data > tbody > tr:nth-child(odd) {
    background-color: #f3f7fd !important;
}
.q-search-table > div > table.sorted_data > tbody > tr:nth-child(even) {
    background-color: #fff !important;
}
.table-resizable .q-table th:first-child{
  pointer-events: auto;
  min-width: 30px;
}
/* .table-resizable .q-table.resizing th:first-child{
  width: 30px !important;
} */
.table-resizable .q-table thead tr td:first-child{
  width: 93px;
  padding-left: 9px;
  position: sticky;
top: 0;
z-index: 11;
}
.cnx-toolBar.compact-toolBar .q-toolbar__title{
  display: flex;
  flex: auto;
  align-items: center;
  width: 100%;
}
.cnx-toolBar.compact-toolBar{
  flex-wrap: wrap !important;
}
.cnx-toolBar.compact-toolBar .cnx-panel-bar + label.q-field{
  flex: 1;
}
/* .q-layout-container.chat-window{
  height: 530px;
} */
.q-table td button.cnx-mainCol{
  width: 100%;
}
.q-table td button.cnx-mainCol .q-btn__content{
  justify-content: left;
}
.q-drawer.q-drawer--right .fit{
  height: 100vh !important;
}
.q-drawer.q-drawer--right .bg-darkslategray .q-item-type .q-item__section--main{
  color: #fff;
}
.notification-text .absolute-full{
  position: static;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.notification-text .q-linear-progress{
  height: auto;
}
.notification-text .q-linear-progress .q-badge--single-line{
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    flex: 1;
    margin-right: 10px;
    display: inline-block;
}
#members-list .ax_default.no-cursor{
    display: none;
}
button.clear-top{
  box-shadow: none;
  background: rgba(156, 39, 176, 0.15);
  margin: 10px;
}
button.clear-top .q-btn__content > div, button.clear-top .q-btn__content i{
  color: #9900FF;
}
.cnx-cell .roleassignment-columns{
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.cnx-panel .column-role-header{
  width: 100%;
  position: relative;
}
.cnx-panel .column-role-header .q-checkbox__inner{
  position: absolute;
  top: 20px;
  left: 3px;
  z-index: 1;
}
.cnx-panel .column-role-header .material-icons{
  position: absolute;
  top: 20px;
  right: 0px; 
}
.cnx-panel .column-role-header input.q-field__native{
  padding-left: 15px;
  padding-right: 28px;
}
.cnx-panel .column-role-header .q-field__label{
  padding: 0 15px;
}
.q-card__actions .cnx-input .q-field__control-container{
  overflow-x: hidden !important;
}
.q-card__actions .cnx-input .q-field__control-container span{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendarEventchoose{
  padding: 20px;
}
.calendarEventchoose .q-card__section{
  padding: 0;
}
.q-list button .q-btn__content{
  text-align: left;
  white-space: nowrap;
}
.q-card .cnx-entitydetailssection  .cnx-dropdown .q-field__control{
  height: auto;
}
.q-card .cnx-entitydetailssection  .cnx-dropdown .q-field__control .q-field__native{
  padding-bottom: 0;
}
.touch.platform-ios .cnx-modal .q-dialog__inner .q-card__section.scroll{
  max-height: calc(100vh - 230px) !important;
}
.invalidmap-text {
  text-align: center;
  color: #8e24aa;
  font-weight: bold;
  background-color: #e1bee7;
  margin: 5px 15px;
  padding: 3px 0px;
}
.invalidmap-text p {
  margin: 0px !important; 
}
.rssfeed-post {
    height: auto;
    overflow-y: auto !important;
    max-height: 275px;
}
.sticky-actionbtn{
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.filesave-list-row .cnx-input:nth-child(1) {
  display:none;
}
.q-textarea.q-field--labeled .q-field__native{
  overflow: auto; 
  max-height: 300px;
  padding-bottom: 8px;
  padding-top: 1px;
}
.dialog-drag.dialog-1 .dialog-header button.pin::after{
  content: "e898";
  font-family: "Material Icons";
   color: gray;
   font-size: 18px;
}
.dialog-drag.dialog-1.fixed button.pin::after {
    content: "e897";
}
.connection-popup-wrapper .row.col-xs-12.q-mt-md{
  height: calc(100vh - 215px) !important;
  overflow: auto;
}
.connection-popup-wrapper .row.col-xs-12.q-mt-md .col-auto{
  max-height: 100% !important;
}
.connection-popup-wrapper .col-auto .q-tabs__content{
  overflow-y: auto;
}
/* .table-resizable .q-table tr td:nth-child(2){
  position: relative;
  z-index: 9;
}
.q-search-table > div > table > tbody > tr:not(:nth-child(4n-3)) td:nth-child(2){
 background: #fff;
} */
.q-table > thead > tr{
  position: relative;
  z-index: 99;
}

#newform-wrapper{
  max-height: calc(100vh - 160px);
  overflow: auto;
  align-items: start;
}
.compact-tool-bar .cnx-toolBar.compact-toolBar .mr-5.align-center{
  flex: 1 1 0%;  
}
.compact-tool-bar  .cnx-toolBar.compact-toolBar .cnx-panel-bar + label.q-field{
  flex: unset;
}

.table-resizable .q-table th .col-resize-icon{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  pointer-events: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: e-resize;
}
.connection-popup-wrapper center .q-field .q-field__inner{
  background: #343152;
  border-radius: 0;
}
.connection-popup-wrapper .q-toolbar .material-icons, .connection-popup-wrapper .q-field .q-field__inner input{
  color: #fff;
}
.connection-popup-wrapper > .col-xs-12:first-child{
  background: #343152;
  padding: 5px 0;
}
.connection-popup-wrapper .connection-container{
  background: #fff !important;
  padding: 0 !important;
}
.addConnectionsCard .q-card__actions.q-card__actions{
  background: #343152;
  color: #fff;
}
.addConnectionsCard .q-field--standard .q-field__control::before{
  border-bottom: 1px solid #fff;
}
.connection-popup-wrapper .connections-instructions{
  padding: 30px;
}
.connection-popup-wrapper .connections-instructions p{
  font-size: 16px;
}
.connection-popup-wrapper .connections-instructions p span{
  font-weight: bold;
}
.add-connection-btn.disable-btn {
    opacity: 0.5;
    pointer-events: none;
}
.sticky-actionbtn{
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.table-resizable .q-checkbox--dense .q-checkbox__inner{
  height: 21px;
}
.material-icons.column-expandicon{
  color: #d500f9;
  padding-left: 10px;
}
#customFile .custom-file-input:lang(en)::after {
  content: "Select file...";
}

#customFile .custom-file-input:lang(en)::before {
  content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-input.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
  overflow: hidden;
}
.custom-file-input {
  white-space: nowrap;
}


.custom-file .q-field{
  width: 100%;
  height: 100%;
  padding: 4px;
}
.custom-file .q-field__control{
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  top: 5px;
}
.custom-file .custom-file-label{
  position: absolute;
  bottom: 3px;
  width: 90%;
  cursor: pointer;
  left: 10px;
}
.custom-file .choose-file{
  position: absolute;
  top: 50%;
  width: 100%;
  height: 56px;
  transform: translateY(-50%);
  border-radius: 5px;
  cursor: pointer;
}
.custom-file .choose-file span{
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 3px 15px;
  background: #ddd;
}
.custom-file .q-field__inner{
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 5px;
}
.custom-file{
  position: relative;
}
.purge-mapping .q-field__control-container span{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.accordian-section .text-caption{
  position: absolute;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  background: #9c27b0;
  color: #fff;
  right: 40px;
  top: 8px;
}
.accordian-section .case-accordian{
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.accordian-section .q-expansion-item__content > .q-card{
  max-height: 300px;
  overflow-y: auto;
  border-bottom: 1px solid #ebebeb;
}

.btn-delete .q-btn__content{
  justify-content: initial;
}
.btn-delete:hover .q-focus-helper{
  background: transparent !important;
}
.q-card .q-card__section .q-field__control-container .q-field__native{
  min-height: auto;
}

/* .searchAllPanel{
  display: table-cell;
} */
.q-menu.scroll{
  max-height: unset;
}
.accordian-section .q-list{
  width: 100%;
}
.autocomplete-wrap{
  max-width: 300px;
}
.autocomplete-wrap .q-btn__content > div{
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
}
.autocomplete-wrap .q-btn__content{
  text-align: left;
  justify-content: left;
}
.notification-item .q-btn__content > .row, .notification-item .q-list .q-item__section > .row{
  justify-content: space-between;
  flex: 1;
}
.notification-item .q-btn__content > .row > .col, .notification-item .q-list .q-item__section > .row > .col{
  max-width: calc(100% - 200px);
}
.q-menu--square .q-virtual-scroll__content .q-item__section .q-item__label{
  max-width: 500px;
}
.cnx-calendar .q-item__section .q-item__label{
  word-break: break-all;
}
/* .q-card .cnx-entitydetailssection .q-field__control{
  height: 42px;
} */
.vis-network.fullscreen_diagram {
  height: calc(100vh - 75px) !important;
}
.q-dialog__inner .q-list{
  background: #fff;
}
.connection-popup-wrapper .q-tabs--vertical .q-tabs__arrow{
  color: #fff;
}
body.mobile .connection-popup-wrapper .q-tabs__arrow{
  display: none;
}
.canvas-wrapper {
  width: 100% !important;
  height: calc(100vh - 90px) !important;
  overflow: scroll;
  float: left;
}
#connectionsDiagram .q-toolbar{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 5px 0;
}
#connectionsDiagram .conn-action-left{
  display: flex;
  flex-wrap: wrap;
}
.padding7 {
  margin-bottom: 7px;
} 
.calendar-share .q-btn__content .q-avatar, .conn-action-right .q-btn__content .q-avatar{
  border-radius: 0;
}
.cnx-input .q-field__prepend > div{
  color: #453864;
  font-size: 16px;
  font-weight: 900;
}
.cnx-input .q-field__before .q-field__control-container{
  padding-top: 8px !important;
}
.cnx-input .q-field__before .q-field__native{
  padding-top: 10px !important;
}
.cnx-input .q-field__before .q-field__control:hover:before{
  border: none;
}
.q-field--outlined .q-field__before  .q-field__control:before{
  opacity: 1;
}
.cnx-input .q-field__before .q-field__control{
  height: 40px;
  min-height: 40px;
  color:  transparent !important;
}
.cnx-input .q-field__before .q-field__label{
  color: rgba(0,0,0,0.6) !important;
}
.editor-color-box .q-color-picker__cube{
  width: 15px !important;
}
.editor-color-box > .q-item{
  padding: 0;
}
.editor-color-box .q-color-picker__palette-rows{
  border: 1px solid #efefef;
}
.login-form-container .login-form{
  height: auto !important;
  box-shadow: none;
}
.cnx-login .q-field__control {
    height: 45px;
    border-radius: 20px;
}
.cnx-login .q-field__control .q-field__label {
    top: 13px;
    color: #091c2d;
    font-size: 18px;
}
.cnx-login .q-field--standard .q-field__control:after{
  display: none;
}
.cnx-login .q-field__control:before {
    border-bottom: none;
}
.login-form-container form button.bg-info {
    border-radius: 20px;
}
.link-wrap .login-links{
  margin: 10px 0 0;
}
.link-wrap .login-links a{
  color: #091c2d;
  display: inline-block;
  line-height: 13px;
  font-weight: 600;
}
.link-wrap .login-links a:hover{
  opacity: 0.7;
}
.link-wrap .login-links a:nth-child(2){
  padding: 0 10px;
  border-right: 1px solid #091c2d;
  border-left: 1px solid #091c2d;
  margin: 0 5px;
}
.link-wrap .login-links a{
  text-decoration: none;
}
.login-dots .dots{
  width: 7px;
  height: 7px;
  background: #091c2d;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
}
.login-dots .reset-btn::before{
    position: absolute;
    content: "";
    height: 100px;
    width: 3px;
    background: #091c2d;
    top: -116px;
    right: -26px;
}
.button.reset-btn::after{
   position: absolute;
  content: "";
  height: 53px;
  width: 3px;
  background: #091c2d;
  bottom: -4px;
  transform: rotate(40deg);
  right: -9px;
}
.login-dots .entry-btn::before{
    position: absolute;
    content: "";
    height: 178px;
    width: 3px;
    background: #091c2d;
    top: -156px;
    right: 48px;
}
.login-dots .help-btn::before{
    position: absolute;
    content: "";
    height: 46px;
    width: 3px;
    background: #091c2d;
    top: -63px;
    right: 83px;
}
.login-dots .help-btn::after{
    position: absolute;
    content: "";
    height: 41px;
    width: 3px;
    background: #091c2d;
    left: 12px;
    bottom: 12px;
    transform: rotate(-56deg);
}
.login-dots .reset-btn{
  left: 90px;
  margin-top: 76px;
}
.login-dots .entry-btn{
  margin-top: 120px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.login-dots .help-btn{
  right: 150px;
  margin-top: 25px;
}
.login-dots .entry-btn button{
  margin-bottom: 30px;
}
.login-dots .button-wrapper .dots:nth-child(3){
  margin-right: 0;
}
.link-wrap .button{
  position: absolute;
  display: inline-block;
}
.link-wrap .button_groups{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.button_groups button{
  background: #091c2d !important;
  border-radius: 8px;
}
.button_groups button:hover .q-focus-helper{
  opacity: 0 !important;
}
.button_groups button:hover{
  background: #091e30 !important;
  box-shadow: -2px 0px 14px -6px rgb(9 28 45);
  -webkit-box-shadow: -2px 0px 14px -6px rgb(9 28 45);
  -moz-box-shadow: -2px 0px 14px -6px rgb(9 28 45);
}
.faq-popup .q-card{
  min-width: 300px;
}
.login-links a img{
  max-width: 100px;
  vertical-align: text-top;
  padding-left: 10px;
}
.faq-popup .q-card .q-card__section{
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.faq-popup .q-card .q-card__actions{
  border-top: 1px solid rgba(0,0,0,0.12);
}
.faq-popup .q-card .q-card__section .q-btn, .faq-popup .q-card .q-card__actions .q-btn{
  min-height: 20px;
}
.faq-popup .q-card .q-card__section .q-btn .q-icon{
  font-size: 18px;
}
.faq-popup .q-card .q-toolbar__title{
  font-size: 16px;
  font-weight: 600;
}
.faq-popup .faq-enclose h2{
  font-size: 16px;
  line-height: 25px;
  margin: 5px 0;
  font-weight: 600;
  background: #f1f1f1;
  padding: 0 5px;
}
.q-editor--dense .q-editor__toolbar-group a, .q-editor--dense .q-editor__toolbar-group div {
    font-size: 14px !important;
}
.readonly-editor .q-editor__toolbar.row.no-wrap.scroll-x{
  pointer-events: none;
} 
.s3-uploader .q-field__control, .cnx-input.cnx-child-options .q-field__control{
  height: auto;
}
.cnx-input.cnx-child-options .q-field__control{
  padding-bottom: 10px;
  padding-top: 5px;
}
.q-field.cnx-new-option {
    background: #fff!important;
}
.cnx-input.cnx-child-options .q-field__control button.q-btn, .cnx-new-option .q-field__append button.bg-purple-13{
  background: #2196f3 !important;
}
.cnx-input.cnx-child-options .q-field__control .q-checkbox__label, .cnx-new-option .q-field__control-container .q-field__label{
  color: rgb(0 0 0 / 60%);
}
.cnx-new-option.q-input{
  overflow-y: hidden;
}
.cnx-new-option .q-field__control-container .q-field__native{
  color: rgba(0,0,0,0.87);
}
.qq-gallery.qq-uploader:before{
  font-size: 16px;
  color: #333;
  opacity: 1;
}
.relDataForm .q-card__section.custom-width{
  max-height: 100% !important;
}
.readonly-editor > div{
  white-space: normal;
  padding-top: 10px;
}
.readonly-editor{
  border: 1px dashed rgb(0,0,0,0.24);
  border-radius: 4px;
  padding: 0 10px 10px 10px !important;
}
.qtis-prime .readonly-editor{
  border: 1px dashed rgb(33, 150, 243);
}  
.readonly-editor span.label{
  font-size: 10px;
  font-style: italic;
  color: rgba(0,0,0,0.6);
  display: none;
}
.cnx-pageBar .q-btn-group--unelevated{
  align-items: center;
  position: relative;
}
.cnx-pageBar .q-btn-group--unelevated .btn-section-nav-close{
    color: #2196f3 !important;
    padding: 0;
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
    border-radius: 50%;
    font-size: 6px !important;
    position: absolute;
    right: 0;
    top: -2px;
    background: #d5e6f5 !important;
    font-size: 6px !important;
}
.cnx-pageBar .q-btn-group--unelevated .btn-section-nav{
  margin-left: 0;
  color: #2196f3 !important;
  margin-right: 2px;
}
.chat-wrapper .chatheader-details .q-btn.q-btn-item{
  position: unset;
  padding: 0;
  margin: 0;
  height: auto;
}
#members-list .profile-image{
  min-width: 35px;
}
.chat-wrapper .chatheader-details .q-btn__content{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    justify-content: start;
    display: block;
    text-align: left;
}
.q-page-sticky .chatbox .chatarea .chatheader-details span{
    display: block;
}
.connection.hoverPopup{
  position: absolute;
  /*top: unset;*/
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
  /*right: unset;*/
  width: 500px;
  height: 350px;
  overflow: auto;
  padding: 15px;
}
.q-field--disabled .q-field__control::before {
    border-style: dashed;
}
.dialog-body .map-top-bar{
    display: flex;
    padding: 5px 15px;
    justify-content: space-between;
}
.dialog-body .map-top-bar > button{
  padding: 0;
  margin-right: 20px;
}
.dialog-drag .dialog-header .buttons{
  margin-top: 10px;  
}
.dialog-drag .dialog-header .buttons .pin{
  cursor: pointer;
}
.clock-btn-group .clockin-btn{
  background-color: #02A445 !important;
  box-shadow: 0 8px 16px -1px rgba(72, 234, 139, 0.2);
  margin-right: 3px;
}
.clock-btn-group .clockpause-btn{
  margin-right: 3px;
  background: #f4d320 !important;
  box-shadow: 0 8px 16px -1px rgba(247, 172, 64, 0.2);
}
.clock-btn-group .clockcontinue-btn{
  margin-right: 3px;
  background: #ff8c00 !important;
  box-shadow: 0 8px 16px -1px rgba(247, 172, 64, 0.2);
}
.clock-btn-group button{
  padding: 0;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  min-height: 30px;
}
.clock-btn-group .clockout-btn{
  background: #FF4651 !important;
  box-shadow: 0 8px 16px -1px rgba(255, 70, 81, 0.2);
}
.clock-btn-group .disable-clockbtn{
  cursor: not-allowed;
  opacity: 0.5;
}
.clock-btn-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: 15px;
}
.clock-btn-group button .q-btn__content .material-icons, .clock-btn-group button .q-btn__content > div{
  font-size: 14px;
}
.clock-btn-group button.active-clock-btn{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.chat-wrapper .q-page-sticky .q-fab{
  height: 0;
}
.chat-wrapper .q-page-sticky .q-fab.q-fab--opened{
  height: auto;
}
.notification-icon.alert .q-btn__content .material-icons{
  animation: ring 1.5s ease;
  animation-iteration-count: infinite;
}
.chat-alert .q-badge{
  animation: pulse 0.75s infinite;
}
.q-toolbar.login-top{
  display: none;
}
.topbar-right .q-badge{
  background: #e03a3c !important;
}
.q-drawer .connection-sidebar .q-list{
  background: #000;
}
.q-drawer .connection-sidebar .q-list .q-item{
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.q-drawer .connection-sidebar .q-list .q-tab:hover .q-focus-helper{
  z-index: -1;
}
.q-drawer .connection-sidebar .q-list .q-tab{
  justify-content: initial;
}
.q-drawer .connection-sidebar .q-item__section--side>.q-icon{
  font-size: 16px;
}
.addConnectionsCard .q-drawer{
  border: 0;
}
.addConnectionsCard .q-layout-container{
  height: auto;
}
.addConnectionsCard .connection-sidebar .q-tab .q-item__section .q-badge--single-line{
  position: absolute;
  right: -30px;
}
.q-drawer .connection-sidebar .q-item__section--side{
  padding-left: 10px !important;
}
/*
.readonlyMode .q-field__native, .readonlyMode .q-field--readonly, .readonlyMode label {
  pointer-events: none; 
}
.readonlyMode .q-field__control::before {
    border-style: dashed;
}
.readonlyMode .relRowActions {
    display: none;  
} */
.form-popup .q-card__section .row{
  transition: all 0.5s ease;
}
.q-field--standard.q-field--disabled .q-field__control::before {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.empty-table .q-table > thead > tr > th {
  min-width: 150px !important;  
} 
.fixed-table .q-table {
  table-layout: fixed;
} 
.button-col .cnx-mainCol{
  width: calc(100% - 18px) !important;
}
.button-col .cnx-mainCol .q-btn__content > div{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-popup .cnx-textarea textarea, .q-textarea.q-field--labeled .q-field__native, .q-textarea.q-field--dense.q-field--labeled .q-field__control-container{
  padding-bottom: 2px;
}
.form-popup .cnx-textarea .q-field__control-container, .q-textarea.q-field--dense.q-field--labeled .q-field__control-container{
  padding-top: 9px !important;
}
.q-textarea.q-field--labeled .q-field__native{
      padding-bottom: 5px;
}
.user-activity-log .cnx-customuicomponent > .col-md-12.row{
  width: 100%;
}
.form-popup .sticky-toolbar{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.form-popup.fullscreen-connection .sticky-toolbar, .form-popup.fullscreen-connection .sticky-action-btn{
  z-index: 1;
}
.sticky-action-btn{
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background: #fff;
  z-index: 999;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.fixed-table-container{
  width: 100%;
}
.q-dialog .first-column-sticky .q-table tbody tr td:first-child {
  position: inherit !important;
  position: -webkit-inherit !important;
}
.first-column-sticky .q-table tbody tr td:first-child{
  position: sticky !important;
  position: -webkit-sticky !important;
  left: 0;
  z-index: 9;
} 
.first-column-sticky .q-table thead tr td{
    z-index: 11;
    left: 0;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
}
.first-column-sticky > div > table > tbody > tr{
  background: #fff;
}
.q-search-table > div > table > tbody > tr:nth-child(2n) td:first-child{
    position: static !important;
}
.column-expand .table-resizable tr td:nth-child(2) > div, .column-expand .table-resizable tr td:nth-child(2) .cnx-mainCol .q-btn__content{
  white-space: normal;
  display: flex;
  align-items: center;
  text-align: left !important;
  word-wrap: anywhere;
  word-break: break-all;
}
.column-expand tr td:nth-child(2) .button-col .cnx-mainCol .q-btn__content > div{
  white-space: normal;
}
.password-wrap .password-field{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
}
.q-table thead tr td .bubble-sort{
  color: #8e24aa;
  background: #e1bee7;
  padding: 3px;
  border-radius: 50%;
  font-size: 12px;
  float: right;
  margin-bottom: 3px;
  cursor: pointer;
  margin-right: 5px;

}
.q-inner-loading.connection-loader{
    background: hsl(0deg 0% 0% / 73%);
}
.connection-popup-wrapper .q-page-container{
    min-height: 408px;
}
.q-table thead tr td .bubble-sort.no-icon{
  color: #e1bee7;
} 
.q-loading.fullscreen > svg {
    color: #343152 !important;
}
.q-card.maintenance-dialog{
    position: relative;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.q-card.maintenance-dialog .q-separator{
    display: none;
}
.q-card.maintenance-dialog .maintenance-dialoglogo img{
    height: auto;
    width: 100%;
    max-width: 110px;
    position: relative;    
}
.maintenance-dialog .maintenance-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    width: 800px;
    border-radius: 18px !important;
    position: relative;
    padding: 50px 15px 50px;
    text-align: center;
}
.maintenance-dialog .dialog .text-h6{
    color: #0A161E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 2px;
    padding: 20px 0 0;
    line-height: 50px;
    width: 100%;
}
.maintenance-dialog .dialog .text-h6 p{
  margin-bottom: 0;
}
.maintenance-dialog .maintenance-text p{
    color: #aeaeae;
}
.maintenance-dialog .delete-popup-ok{
    background: #d500f9;
    padding: 8px 20px;
}
.maintenance-wrapper .maintenance-img{
    max-width: 100px;
    margin: 0 auto;
}
.q-card.maintenance-dialog::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #060606ba;
}
.form-popup .file-preview-wrapper{
  padding: 16px;
}
.no-file-visibility > .material-icons{
  color: #d500f9;
  font-size: 50px;
}
.no-file-visibility p{
  font-size: 14px;
  color: #333333;
  padding-top: 5px;
  margin-bottom: 30px;
}
.download_btn .file_download{
  padding: 6px 20px;
}
.q-drawer-container .cnx-drawer{
  overflow: hidden;
}
/*=====Access denied======*/
#forbidden-page{
  position: relative;
  height: 100vh;
  background: #343152;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.forbidden-container{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
    max-width: 520px;
    width: 100%;
    text-align: center;
}
.forbidden-wrapper h1{
   font-size: 188px;
  font-weight: 700;
  margin: 0;
  text-shadow: 4px 4px 0 #d500f9;
  line-height: 210px;
}
.forbidden-container h2{
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
/*=====Access denied======*/
.case-connection .q-tab__content{
  flex-direction: row;
}
.case-connection .q-tabs__content .q-tab.q-tab--active, .addConnectionsModal .case-tab .q-tabs__content .q-tab.q-tab--active{
  background: #027be3;
}
.addConnectionsModal .case-tab .q-tabs__content .q-tab.q-tab--active .q-tab__label{
  color: #fff;
}
.case-connection .q-tab-panels, .case-connection .q-tab-panel{
  padding: 8px 4px;
}
.case-connection .q-tabs__content .q-tab, .addConnectionsModal .case-tab .q-tab{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.case-connection .q-tabs__content label{
  padding-left: 5px;
}
.case-connection .q-tabs__content .q-tab.q-tab--active .q-tab__label, .case-connection .q-tab--active .q-tab__content label{
  color: #fff;
}
.case-connection .q-tabs__content label{}
.case-connection .q-tabs__content .q-tab.q-tab--active .q-tab__indicator{
  display: none;
}
.filesave-list-row .rel-input:nth-child(2), .contents-files-section .filesave-list-row .rel-input:first-child{
    flex-basis: 9%;
}
.filesave-list-row .rel-input:last-child, .contents-files-section .filesave-list-row .rel-input:last-child{
    flex-basis: 90%;
    margin-left: 1%;
}
.filesave-list-row{
  align-items: baseline;
}
.filesave-list-row .file-preview .q-img__image{
  background-size: 70% !important;
  /*border: 1px solid #1f1d31;*/
}
.contents-files-section .filesave-list-row .rel-input:first-child{
  display: block;
}
.form-popup .contents-files-section .rel-input .q-field__control-container {
  padding-top: 0 !important;
}
.cnx-customuicomponent .connection-toggle{
  display: inline-block;
  padding-left: 15px;
}
.cnx-customuicomponent .connection-toggle .conn-text{
  display: inline-block;
  font-weight: bold;
  color: #757575;
  font-size: 16px;
}
.q-dialog .confirm-popup{
  background: #027be3;
  color: #fff;
}
.q-dialog .confirm-popup .q-card__actions{
  border-top: 1px solid #fff;
}
.q-dialog .confirm-popup .q-avatar__content {
    background: #1e88e5!important;
}
.q-dialog .confirm-popup .q-avatar span{
  color: #fff;
}
.q-btn.case-prime-btn .q-icon{
  font-size: 18px;
}
.rel-Notes .readonly-editor{
  border: none;
}
.rel-Notes .non-qtis-prime .rel-input{
  border:  1px solid rgb(0,0,0,0.24);
  border-radius: 4px;
  background: #e9e9e9;
}
.rel-Notes .notes-section .text-caption, .rel-Files .text-caption{
  font-style: italic;
  color: #727272;
}
.rel-Notes .qtis-prime .rel-input{
  border:  1px solid rgb(33 150 243);
  border-radius: 4px;
  background: #e9e9e9;
}
.cnx-new-option .q-field__bottom{
  padding: 4px 12px 0;
  text-align: center;
}
.cnx-child-options .q-checkbox__label{
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.q-drawer-container .cnx-drawer .q-expansion-item__content > .q-list > .q-item:first-child{
  margin-top: 1px;
}
.q-drawer-container .cnx-drawer .q-expansion-item__content > .q-list > .q-item:last-child{
  margin-bottom: 1px;
}
.q-drawer-container .cnx-drawer q-item-separator{
    margin: 1px;
    height: 1px;
    width: 100%;
    display: inline-block;
}
.table-resizable.entitymapping_list .q-table thead tr td:first-child, .table-resizable.systemtask_list .q-table thead tr td:first-child{
  width: 20px;
}
.hoverPopup .table-layout table{
  border-collapse: collapse;
}
.hoverPopup .table-layout table thead tr{
  background: #f5f4f6;
}
.hoverPopup .table-layout table thead tr th, .hoverPopup .table-layout table tbody tr td{
  text-align: center !important;
  white-space: nowrap;
}
.hoverPopup .table-layout{
  overflow: auto;
}
.hoverPopup .table-layout table thead tr th{
  padding: 4px;
}
.hoverPopup .table-layout table thead tr th:first-child{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hoverPopup .table-layout table thead tr th:last-child{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cnx-file-input .qq-total-progress-bar-container-selector{
  display: none;
}
.edit-export .record-date{
  padding-bottom: 8px;
}
.transparent-loader {
  background: transparent;
}
.transparent-loader .q-spinner {
  width: 100px;
  height: 100px;
}
.q-tooltip.infoicon, .q-tooltip.notification-tooltip, .q-tooltip.date-tooltip{
    box-shadow: 0 1px 8px rgb(75 63 149);
    color: #fff;
    border: 1px solid #4b3f95;
    border-radius: 6px;
    background-color: #000;
    font-size: 12px;
}
.material-icons.cnx-list-infoicon {
  color: #d500f9 !important;
  font-size: 19px !important;
  float: right;
  margin-right: 3px;
}
.q-drawer-container.connection-drawer .q-tab .q-item .q-item__section.ellipsis{
    max-width: 130px;
    display: block;
}
/* .fixed-table .my-sticky-header-table.table-resizable .q-table td.q-table--col-auto-width{ */
    /* width: 150px !important; */
/* } */
.right-panel-body .table-right-panel, .right-panel-body .table-right-panel table{
  width: 100%;
}
.right-panel-body .table-right-panel table {
/*    border: 1px solid #dee2e6;*/
    border-collapse: collapse;
    margin: 20px 0;
}
.table-right-panel table  td, .table-right-panel table th {
/*    border: 1px solid #dee2e6;*/
    padding: 5px 8px !important;
    text-align: left;
    font-size: 12px;
}
.right-panel-body body{
  background: #fff;
}
.table-right-panel table th{
/*  background: #cbcbcb;*/
  border-bottom: 1px solid rgb(53 100 205 / 60%);
}
.table-right-panel table tbody tr:nth-child(odd){
  background-color: #f3f7fd;
}
.right-panel-dialog .right-panel-body{
  height: calc(100vh - 181px);
  overflow: auto;
}
.edit-export .q-btn{
  padding: 4px 12px;
}
.table-right-panel .right-panel-footer{
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.right-panel-body .table-right-panel{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.right-panel-body .persistent-panel-data{
  text-align: left;
}
.right-panel-body .persistent-panel-data .desc-title{
  font-weight: 600;
  border-bottom: 1px solid rgb(53 100 205 / 60%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right-panel-body .persistent-panel-data > [class*="col-"]{
  padding: 8px;
}
/*.right-panel-body .persistent-panel-data{
  margin: 0 -8px;
}*/

.right-panel-dialog .right-panel-header{
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.right-panel-dialog .right-panel-header .file-title{
  margin-right: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.right-panel-dialog .right-panel-header .file-count span{
  background: #512da8;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  position:  relative;
  margin-right: 15px;
}
.right-panel-dialog .right-panel-header .file-count span .file-counter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #512da8;
}
.right-panel-dialog .right-panel-header .file-count .material-icons{
  font-size: 35px;
  margin-left: 0;
}
.right-panel-dialog .right-panel-header .file-title span{
  font-size: 20px;
  color: #fff;
}
.right-panel-dialog .right-panel-header button .material-icons {
  background: #fff;
  color: #512da8;
  border-radius: 50%;
  padding: 10px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inherit;
  font-size: 19px;
  margin-left: 0;
}
.table-right-panel .empty-data{
  text-align: center;
  display: inline-block;
  width: 100%;
  font-style: italic;
  color: #a3a3a3;
}
.persistent-field .empty-data, .persistent-panel-field .empty-data{
  display: inline-block;
  font-style: italic;
  color: #a3a3a3;
}
.table-right-panel tr td{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80px;
}
.right-panel-dialog .right-panel-header{
  background: #512da8;
}
.material-icons.cnx-list-infoicon.drilldown{
  font-size: 17px !important;
  padding-right: 3px;
  position: relative;
  top: -2px;
}
.q-table td span.audit-bubble button.q-btn{
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  line-height: 15px;
  margin-left: 5px;
}
.q-table td span.audit-bubble{
  display: inline-block;
}
.right-panel-body .desc-para{
  word-break: break-word;
}
.cnx-customuicomponent .calendar-share{
  display: flex;
}
.cnx-customuicomponent .calendar-share label{
  width: 150px;
}
.notification-item .q-btn-group{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.notification-item .notification-text-btn{
  width: calc(100% - 40px);
}
.notification-item .q-list .q-item__section > .row.subnotification-text-btn > .col{
  max-width:  100%;
}
.notification-item .q-list .q-item__section > .row.subnotification-text-btn{
  width: 100%;
}
.right-panel-footer .slidepanel-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.regular-form-toolbar-title{
  display: flex;
  align-items: center;
}
.q-toolbar__title .sort-updated{
  font-size: 16px;
  color: #333;
}
.q-toolbar__title .sort-updated .material-icons{
  font-size: 16px;
}
.q-dialog__inner--minimized>div.fullscreen-dialog{
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  max-height: 100%;
}
.fullscreen-dialog .maintenance-wrapper{
  width: 100%;
  text-align: center;
}
.fullscreen-dialog .maintenance-wrapper .text-subtitle2{
  margin: 0 auto;
}
.fullscreen-dialog .maintenance-wrapper .q-card__actions{
  justify-content: center;
}
.fullscreen-bg .q-dialog__inner{
  padding: 0;
}
.custom-task-manager .q-tabs__content .q-tab, .manage-task-grid .q-tabs__content .q-tab {
    min-height: 100%;
    padding: 3px 9px;
}
.custom-task-manager .q-tabs__content .q-tab, .manage-task-grid .q-tabs__content .q-tab:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}
.custom-task-manager .q-tabs, .manage-task-grid .q-tabs {
    display: flex;
    border: 1px solid #e4e4e4;
    width: auto;
    margin-left: auto;
    border-radius: 5px;
}
.manage-task-grid .q-tabs{
  margin-top: 12px;
  margin-left: 34px;
}
.taskmanagement-popup .custom-task-manager .q-tabs {
    position: sticky;
    z-index: 111;
    left: 0;
    top: 0px;
    background: #fff;
    width: 100%;
    border-top: none;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 11%);
}
.custom-task-manager .q-tabs__content .q-tab__label, .manage-task-grid .q-tabs__content .q-tab__label {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
.custom-task-manager .q-tabs__content .q-tab__indicator, .manage-task-grid .q-tabs__content .q-tab__indicator {
    display: none;
}
.custom-task-manager thead tr th, .custom-task-manager .cnx-cell .q-toolbar .q-toolbar__title, .custom-task-manager .cnx-cell .q-toolbar, .custom-task-manager .q-tab-panel .cnx-grid, .custom-task-manager .q-tab-panel .q-expansion-item, .custom-task-manager .q-tab-panel .entity-list-Tasks {
    background: #f6f6f6 !important;
    border-radius: 3px;
}
.cnx-tabpage .cnx-section .q-item__section.column {
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.cnx-tabpage .task-inner-heading {
    color: #1565c0 !important;
    font-weight: bold;
}
.custom-task-manager .q-toolbar .cnx-filtercriteriafield, .taskmanagement-popup .custom-task-manager .cnx-cell .q-toolbar {
    display: none;
}
.custom-task-manager .q-expansion-item--expanded > .q-expansion-item__container > .q-item{
  background: #f6f6f6;
}
.custom-task-manager .q-expansion-item .q-item .material-icons {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 24px;
    background: #2196f3;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.custom-task-manager .table-resizable .q-table thead tr td:first-child{
  background: #f6f6f6;
}
.custom-task-manager .q-tabs__content .q-tab.q-tab--active, .manage-task-grid .q-tabs__content .q-tab.q-tab--active {
    background: #f2f2f2;
}
.custom-task-manager .q-tabs__content .q-tab.q-tab--active .q-tab__label, .manage-task-grid .q-tabs__content .q-tab.q-tab--active .q-tab__label {
    color: #1565c0;
}
#newform-wrapper .q-toolbar__title .sort-updated{
    margin-left: auto !important;
}
#newform-wrapper .q-toolbar__title .sort-updated {
    margin-left: 15px;
    font-size: 13px;
    color: #B0B8BD;
    display: flex;
    align-items: center;
}
.cnx-entitydetailssection .cnx-grid {
    /*margin-bottom: 5px;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.03);*/
    border-radius: 5px;
}
.cnx-entitydetailssection .cnx-grid .q-toolbar__title {
    background: transparent !important;
    font-size: 14px;
    font-weight: 600;
    color: #757575!important;
}
/*.cnx-section .rel-Notes, .cnx-section .rel-Files{
  background: transparent !important;
}*/
.cnx-entitydetailssection .cnx-grid .q-toolbar {
    min-height: 25px;
}
.cnx-entitydetailssection .cnx-grid .cnx-table-container .q-table__bottom{
  display: none;
}
.cnx-entitydetailssection .cnx-grid .cnx-table-container {
    padding-top: 0;
}
.cnx-entitydetailssection .cnx-grid > .q-mt-sm {
    margin-top: 0;
}

.fileinfo span {
  color: red;
  font-size: 20px;
  top: 7px;
  left: 0px;
  position: absolute;
}
.fileinfo {
  font-size: 12px !important;
  color: #959595;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
}
.cnx-uirepeater .bulletin{
  display: flex;
  align-items: center;
  border-bottom: none !important;
}
.cnx-uirepeater .bulletin .cnx-field{
  width: auto;
}
.bulletin .bulletintype > div{
  background: rgb(218, 200, 219);
  padding: 3px 10px;
  border-radius: 4px;
}
.task-grid-dd .q-field__append, .task-grid-dd .q-field__control{
    height: 20px;
}
.task-grid-dd .q-field__native, .task-grid-dd .q-field__control{
    min-height: 100%;
    padding: 0;
}
.task-grid-dd .q-field__native > span{
    font-size: 12px;
    font-weight: 600;
}
.cnx-table-table .task-grid-dd .q-field__append .material-icons{
    font-size: 20px !important;
    color: #a1a1a1 !important;
}
.priority1-High .q-field__native > span{
    color: #ff5e57;
}
.priority2-Moderate .q-field__native > span{
    color: #fdbc34;
}
.priority3-Low .q-field__native > span{
    color: #26de81;
}
.cnx-tabpage .cnx-section .q-item__section.column .task-inner-heading {
    padding-right: 10px;
}
.cnx-tabpage .task-inner-grid-count {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 24px;
    background: #2196f3;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
}
.custom-task-manager .cnx-tabpage .more-btn .material-icons {
    background: transparent;
    color: #2196f3;
}
.custom-task-manager .cnx-tabpage .more-btn {
    margin-left: auto;
}
button.material-icons{
  border: none;
  background: transparent;
}

/*===============Responsive====================*/

@media(min-width: 1700px){
  #newform-wrapper {
    max-height: calc(100vh - 225px) !important;
  }
}

@media(max-width: 1400px){
  .slidepanel-buttons .slide-btn button{
    font-size: 13px !important;
  }
  .slidepanel-buttons .slide-btn button .material-icons{
    font-size: 18px;
    margin-right: 5px;
  }
}

@media(min-width: 1024px) and (max-width: 1110px){
  .cnx-pageBar .q-btn-group--unelevated .btn-section-nav{
    font-size: 10px !important;
  }
  .cnx-pageBar .q-btn-group--unelevated .btn-section-nav-close{
    right: -2px;
    top: -4px;
  }
}


@media(max-width: 1024px){
  .q-dialog .responsive-map-popup{
    max-width: 95%;
    height: auto;    
    border: #1aad8d solid 2px;
  }
  .responsive-map-popup .map-top-bar{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
  }
  .mobile-map-wrap .dialog-drag.dialog-1.fixed{
    left: 50% !important;
    transform: translateX(-50%);
    width: 97% !important;
  }
  .mobile-map-btn{
    position: absolute;
    right: 15px;
    top: 100px;
    z-index: 9999;
  }
}
@media(max-width: 1023px){
  
  .cnx-drawer .q-scrollarea .q-toolbar.bg-blue{
    background: #453864!important;
  }
  .sectionNavMenu .btn-section-nav{
    color: #2196f3 !important;
    font-size: 12px !important;
  }
  .sectionNavMenu{
    justify-content: space-between;
  }
  .sectionNavMenu button{
    padding: 0;
    margin: 0;
  }
  .sectionNavMenu .btn-section-nav-close{
    color: #2196f3 !important;
    margin-left: 3px;
    background: transparent !important;
  }
  .sectionNavMenu .btn-section-nav-close .q-btn__content{
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
    border-radius: 50%;
    background: #d5e6f5 !important;
    font-size: 6px !important;
  }
  .cnx-toolBar .mr-5.align-center{
    display: flex;
    flex: auto;
    width: 100%;
  }
  #compact-tool-bar .cnx-toolBar{
      flex-wrap: wrap !important;
  }
  .searchAllPanel  > .q-field{
    width: 100%;
  }
  .touch.platform-ios .cnx-modal .q-dialog__inner .q-card__section.scroll{
  max-height: calc(100vh - 200px) !important;
  }
}

@media(max-width: 991px){

  #connectionsDiagram .conn-action-left{
    margin-bottom: 10px;
  }
  .cnx-pageBar .q-btn-group--unelevated .btn-section-nav .q-btn__content{
    font-size: 10px;
  }
  .maintenance-dialog .maintenance-wrapper{
        padding: 30px 15px 30px;
        width: 90%;
    }
    .maintenance-dialog .dialog .text-h6{
        font-size: 2em;
    }
}

@media(min-width: 768px){
  .caseformtest-form #newform-wrapper, .formnew-form #newform-wrapper, .globalsearchform-form #newform-wrapper{
    min-height: 794px;
    max-height: 100% !important;
  }
  .PhoneNumbers-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
    .Addresses-form #newform-wrapper{
    min-height: 1034px;
    max-height: 100% !important;
  }
  .Accounts-form #newform-wrapper{
    min-height: 900px;
    max-height: 100% !important;
  }
  .Arrests-form #newform-wrapper{
    min-height: 1000px;
    max-height: 100% !important;
  }
  .BlackBerryExportNames-form #newform-wrapper{
    min-height: 938px;
    max-height: 100% !important;
  }
  .CellSites-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
  .contents-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
  .CodedWords-form #newform-wrapper{
    min-height: 986px;
    max-height: 100% !important;
  }
  .CommercialTravel-form #newform-wrapper{
    min-height: 938px;
    max-height: 100% !important;
  }
  .Correspondence-form #newform-wrapper{
    min-height: 938px;
    max-height: 100% !important;
  }
  .ItemsofInterest-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
  .Organizations-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
  .PackageTrackings-form #newform-wrapper{
    min-height: 986px;
    max-height: 100% !important;
  }
  .People-form #newform-wrapper{
    min-height: 1000px;
    max-height: 100% !important;
  }
  .PhoneNumbers-form #newform-wrapper{
    min-height: 304px;
    max-height: 100% !important;
  }
  .PrivateTravels-form #newform-wrapper{
    min-height: 1000px;
    max-height: 100% !important;
  }
  .Seizures-form #newform-wrapper{
    min-height: 1034px;
    max-height: 100% !important;
  }
  .SocialRequest-form #newform-wrapper{
    min-height: 1008px;
    max-height: 100% !important;
  }
  .SubscribersInfo-form #newform-wrapper{
    min-height: 842px;
    max-height: 100% !important;
  }
  .Transactions-form #newform-wrapper{
    min-height: 1034px;
    max-height: 100% !important;
  }
  .Vehicles-form #newform-wrapper{
    min-height: 1330px;
    max-height: 100% !important;
  }
  .Vocabulary-form #newform-wrapper{
    min-height: 840px;
    max-height: 100% !important;
  }
  .Warrants-form #newform-wrapper{
    min-height: 938px;
    max-height: 100% !important;
  }
  .Department-form #newform-wrapper{
    min-height: 64px;
    max-height: 100% !important;
  }
  .Cases-form #newform-wrapper{
    min-height: 890px;
    max-height: 100% !important;
  }
  .Roles-form #newform-wrapper{
    //min-height: 1372px;
    max-height: 100% !important;
  }
  .SystemUsers-form #newform-wrapper{
    min-height: 256px;
    max-height: 100% !important;
  }
  .FileImport.Map-form #newform-wrapper{
    min-height: 385px;
    max-height: 100% !important;
  }
  .ImportTasks-form #newform-wrapper{
    min-height: 304px;
    max-height: 100% !important;
  }
  .Bulletins-form #newform-wrapper{
    min-height: 325px;
    max-height: 100% !important;
  }
  .Services-form #newform-wrapper{
    min-height: 160px;
    max-height: 100% !important;
  }
  .Calendar-form #newform-wrapper{
    min-height: 794px;
    max-height: 100% !important;
  }
  .Countries-form #newform-wrapper, .StateAbbreviations-form #newform-wrapper{
    min-height: 64px;
    max-height: 100% !important;
  }
  .AreaCodes-form #newform-wrapper, .ZipCodes-form #newform-wrapper{
    min-height: 112px;
    max-height: 100% !important;
  }
  .AreaCodes-form #newform-wrapper{
    min-height: 112px;
    max-height: 100% !important;
  }
  .TeamContacts-form #newform-wrapper{
    min-height: 698px;
    max-height: 100% !important;
  }
  .ShiftLog #newform-wrapper{
    min-height: 275px;
    max-height: 100% !important;
  }
  #newform-wrapper{
    position: relative;
  }
  .form-loading .q-pa-lg > center{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media(max-width: 767px){
  .cnx-customuicomponent .calendar-share{
    width: 100%;
    margin:  10px 0;
  }
  .cnx-customuicomponent .q-toolbar.display-wrap {
    flex-wrap: wrap;
  }
  .cnx-entitydetailssection .rel-Notes.notes-field .q-editor__toolbar{
    flex-wrap: wrap;
  }
  .cnx-entitydetailssection .rel-Notes.notes-field .q-editor__toolbar .q-editor__toolbar-group{
    flex: 0 0 47%;
    overflow: hidden;
  }
  .cnx-entitydetailssection .rel-Notes.notes-field .q-editor__toolbar .q-editor__toolbar-group .q-btn--dense{
    padding: 1px;
  }
  .clock-btn-group button .q-btn__content > div{
    display: none;
  }
  .clock-btn-group button .q-btn__content .material-icons.on-left{
    margin-right: 0;
  }
  .clock-btn-group button .q-btn__content .material-icons.on-right{
    margin-left: 0;
  }
  .cnx-pageBar .q-btn-group--unelevated .btn-section-nav .q-btn__content{
    font-size: 8px;
  }
  #connectionsDiagram .conn-action-left label.q-select{
    width: 100% !important;
  }
  #connectionsDiagram .conn-action-left{
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #connectionsDiagram .conn-action-left button{
    margin-top: 10px;
  }
  #connectionsDiagram .conn-action-left .diag-view-btn{
    margin-left: 0;
  }
  /*.connection-popup-wrapper .q-tabs--vertical .q-tabs__content{
    height: 100%;
  }*/
  .searchAllPanel{
    width: auto !important;
    max-width: 300px;
  }
}

@media(min-width:  600px){
  .taskmanagement-popup .q-dialog__inner--minimized>div {
    max-width: 90%;
    min-width: 90% !important;
  }
}
@media(min-width: 576px){
  .login-form-container .login-form{
  width: 500px !important;
  }
}
@media(max-height: 575px){
  .chatbox{
    max-height: calc(100vh - 142px);
    overflow: auto;
    background: inherit;
  }
}

@media(max-width: 575px){ 
  .right-panel-footer .slidepanel-buttons{
    flex-direction: column;
  } 
  .slidepanel-buttons .slide-btn, .slidepanel-buttons .slide-btn button{
    width: 100%;
  }
  .slidepanel-buttons .slide-btn{
    margin-bottom: 10px;
  }
  .clock-btn-group button{
    padding: 3px;
  }
  .cnx-topBar .case-dropdown {
    padding: 0 4px;
    width: 100px !important;
  }
  .q-page-sticky .chatbox .chatarea {
    width: 300px;
  }
  .login-form-container .login-form{
    width: auto !important;
    max-width: 90% !important;
  }
  .login-form-forgotpassword .login-link{
    margin-left: 0 !important;
  }
 .q-toolbar.display-wrap{
  flex-wrap: wrap;
 }
 .calendar-share{
  width: 100%;
  margin: 10px 0;
 }
  .q-tooltip.shadow-2{
    max-width: 300px !important;
    max-height: 100% !important;
  }
  .q-tooltip.shadow-2 > .hoverPopup{
    width: 100% !important;
    min-height: 100% !important;
  }
}

@media(max-width: 400px){
  .q-page-sticky .chatbox #members-list {
    max-width: 100%;
  }
  .chatbox .left-bar{
    max-width: 100px;
  }
  .form-popup .cnx-section .q-toolbar .q-toolbar__title > .q-btn{
    font-size: 12px !important;
    margin-left: 0;
    padding-right: 5px;
  }
  #compact-tool-bar .cnx-toolBar label.q-input{
    max-width: 190px;
  }
}

@media(max-width: 600px){
  .link-wrap .button .q-btn__content{
    font-size: 9px;
  }
  .login-dots .dots, .login-dots .help-btn::after, .login-dots .help-btn::before, .login-dots .entry-btn::before, .login-dots .reset-btn::before, .button.reset-btn::after{
    display: none;
  }
  .link-wrap .button{
    margin-top: 0 !important;
    position: static;
  }
  .login-dots .entry-btn{
    transform: unset;
  }
  .text-subtitle1 .top-section img{
    margin-bottom: 5px;
  }
  .q-card .hoverPopup {
    width: auto !important;
  }
  .gradient-btn-grp .date-field {
    padding-top: 5px;
    display: block;
  }
  .gradient-btn-grp .gradient-btn {
    width: 100%;
    text-align: center;
  }
  .custom-file .q-field__control{
    position: static;
  }
  .cnx-panel-bar.cnx-table-title{
    display: flex;
    flex: auto;
    align-items: center;
    width: 100%;
  }
  .cnx-panel-bar.cnx-table-title button.q-btn--round{
    margin-left: 10px;
  }
  .cnx-grid .q-toolbar.bg-grey--{
    flex-wrap: wrap !important;
  }
  .q-toolbar .cnx-filtercriteriafield{
    flex: 1;
  }
}

@media(max-width: 599px){
  .calendar_top .date-wrap{
    padding: 10px 0;
  }
  .edit-export .q-btn{
    width: 100%;
    margin-bottom: 10px;
  }
  .custom_right_panel .hoverPopup {
    height: calc(100vh - 180px);
    overflow: auto;
    margin-bottom: 10px;
}
  .calendar_top button.q-btn--rectangle, .calendar_top label.q-field--labeled{
    width: 100% !important;
  }
  .calendar_top .date-val{
    flex: 1;
  }
}

.tui-full-calendar-month-creation-guide {
  display: none !important;
}
.tui-full-calendar-weekday-grid-more-schedules {
    color: #135de6 !important;
}

@media(min-width: 561px){
  .addConnectionsCard .collapse-toggle-menu{
    display: none;
  }
}

@media(max-width: 560px){
  .addConnectionsCard .collapse-toggle-menu{
    position: absolute;
    top: 30px;
    color: #fff;
  }
  .addConnectionsCard .q-page-container .q-page{
    padding: 0;
  }
}

@media(max-width: 420px){
  .cnx-topBar .q-btn--dense.q-btn--round{
    height: 1.8em;
    width: 1.8em;
    min-height: 1.8em;
    min-width: 1.8em;
    
  }
  .cnx-topBar .topbar-right .q-btn--dense.q-btn--round{
    margin-top: 5px;
  }
  .cnx-topBar .topbar-right .q-badge{
    font-size: 8px;
    top: -7px;
    right: 1px;
    padding: 2px;
  }
  .cnx-topBar .q-btn .q-icon{
    font-size: 20px;
  }
  .cnx-topBar .case-dropdown{
    padding: 0 4px;
    flex: 1;
  }
  #compact-tool-bar .search-responsive{
    min-width: 100% !important;
    width: 100%;
  }
  .cnx-topBar .topbar-right{
    justify-content: flex-end;
  }
}

.agg-all-legend {
  background-color: #9c27b0;
  color: white !important;
}
.agg-page-legend {
  background-color: #21ba45;
  color: white !important;
}
.agg-selected-legend {
  background-color: #1976d2;
  color: white !important;
}

.agg-all {
  border-bottom: 2px solid #9c27b0;
  color: #9c27b0 !important;
}
.agg-page {
  border-bottom: 2px solid #21ba45; 
  color: #21ba45!important;
}
.agg-selected {
  border-bottom: 2px solid #1976d2;
  color: #1976d2!important;
}

.agg-value {
  color: black !important;

}

@keyframes glowing {
   0% {
            background-color: #2ba805;
           box-shadow: 0 0 5px #2ba805;
        }
        50% {
              background-color: #49e819;
            box-shadow: 0 0 15px #49e819;
        }
        100% {
          background-color: #2ba805;
           box-shadow: 0 0 5px #2ba805;
        }
}

@keyframes ring {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/*@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }
  25% {
    box-shadow: 0 0 0 0.05em #c20a0a;
  }
  50% {
    box-shadow: 0 0 0 0.375em #c20a0a;
  }
  75% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }
  100% {
    box-shadow: 0 0 0 0.3em #c20a0a;
  }
}*/

.hoverPopup.bg-white .text-caption.ellipsis-2-lines {
    line-height: 30px;
    display: block;
}

.designer-items-list {
  background: #333333 !important;
}



.q-tree__node-header {
  padding: 0px !important;
}

.lt-right-border {
  border-right: 1px solid rgba(0,0,0,0.1);
}

.hoverDivDarker:hover {
  background-color: rgba(97,97,97,0.04);
  
}

.hoverDivDarker {
  background-color: rgba(0,0,0,0.0);
  
} 


.zeroSpace {
  padding: 0px !important;
  margin: 0px !important;
}
  

.designerElement {
  position:absolute;
  top:0; width:100%;
  z-index: 9999;
  background-color:rgba(0,0,0,0.4);
} 


.q-tree__children .q-tree__node .q-tree__node-header{
  margin-top: 0;
}
.q-tree__children .q-tree__node .q-tree__node-header .q-btn--dense{
  
}
.q-tree__children .q-tree__node .q-tree__node-header-content > .row{
  
}
.q-tree__children .q-tree__node .q-tree__node-header-content .q-btn__content .material-icons{
  font-size: 18px;
}

.cnx-iad-ui-event-dropdown-tr-td1 {
    height: auto !important;
}


