@import url(https://fonts.googleapis.com/css?family=Open+Sans);html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "Open Sans", sans-serif;
}

.navbar-default {
  margin-top: 0 !important;
}

#navBar {
  color: #ffffff !important;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
  margin-bottom: 17px;
}

#navBar a {
  color: #ffffff !important;
}

#navBar .dropdown-menu > a {
  color: #000000 !important;
}

#navBar span.navbar-brand {
  color: #ffffff !important;
}

.navbar-toggler {
  background-color: #3c6382 !important;
}

.login_error_message {
  color: red;
  font-size: 0.9em;
  list-style-type: disc;
  display: list-item;
  margin-left: 2em;
}

.fullscreen_bg2 {
  /* The image used */
  background-image: url("/images/login_background.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
}

.bgwidth {
  width: 100%;
}

.bgheight {
  height: 100%;
}

.background {
  max-width: 375px;
}

.fixed-table-container {
  border: none !important;
}

td.details-control {
  background: url("https://datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.details td.details-control {
  background: url("https://datatables.net/examples/resources/details_close.png") no-repeat center center;
}

/* The image used */

/*.fullscreen_bg {
    background-image: url("/images/login_background.jpg");
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.90;
    background-repeat:repeat;
}*/

.insufficientAccessTitle {
  letter-spacing: 4px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}

.insufficientAccessMessage {
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.8;
}

.box {
  background-color: rgba(0, 52, 102, 0.92);
}

.box form {
  padding: 35px;
}

.box input {
  font-size: 1.0em;
  color: black;
  font-weight: bold;
}

.box h5 {
  color: #fff;
}

.box .boxFooter {
  font-size: 10px;
  color: white;
  text-align: center;
}

table.no-spacing:not(.fc-scrollgrid) {
  border-spacing: 0;
  /* Removes the cell spacing via CSS */
  border-collapse: collapse;
  /* Optional - if you don't want to have double border where cells touch */
}

.td-limit {
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#map {
  height: 100%;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

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

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 20px;
  text-overflow: ellipsis;
  width: 400px;
}

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

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

td {
  white-space: nowrap;
}

td.wrapok {
  white-space: normal;
}

#mapid {
  height: 100%;
}

.custom-container {
  max-width: 1330px;
}

.ReportSectionseparater {
  background-color: #D3D3D3;
  width: 100%;
  padding-left: 10px;
  color: #000000;
  font-weight: bold;
}

.ReportFieldHighlight {
  background-color: #fffbe5 !important;
}

.ReportFieldHighlight :active {
  background-color: #fffbe5 !important;
}

/*  overwrite boostrap  */

.form-control.is-valid ~ .invalid-feedback {
  display: none;
}

#indicationInformTable > tbody > tr > td {
  text-align: center;
}

.pagination-sm {
  margin-bottom: 0px;
}

.card-header {
  background-color: #2980b9;
  color: white;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

.my-read-only-class {
  cursor: not-allowed;
}

/*select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;

  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
}*/

.half-black {
  background: rgba(0, 0, 0, 0.5);
}

table.FixedTableWithd {
  table-layout: fixed;
  word-break: break-all;
}

table.FixedTableWithd td {
  white-space: normal !important;
}

/*
.BoxContainer{
  width:358px;
}
*/

#PerformanceTable {
  border-color: #000000 !important;
}

#PerformanceTable tr td:first-child {
  font-weight: bold;
  padding: 0.75rem !important;
}

#PerformanceTable tr td {
  cursor: default;
}

#worklistTable > tbody > tr > td,
#OutStandingCases > tbody > tr > td {
  word-break: normal;
}

[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  -webkit-user-modify: read-write;
}

/* 404 error page styles  */

#fof {
  display: block;
  width: 100%;
  margin: 100px 0;
  line-height: 1.6em;
  text-align: center;
}

#fof .hgroup {
  text-transform: uppercase;
}

#fof .hgroup h1 {
  margin-bottom: 25px;
  font-size: 80px;
}

#fof .hgroup h1 span {
  display: inline-block;
  margin-left: 5px;
  padding: 2px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

#fof .hgroup h1 span strong {
  display: inline-block;
  padding: 0 20px 20px;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

#fof .hgroup h2 {
  font-size: 60px;
}

#fof .hgroup h2 span {
  display: block;
  font-size: 30px;
}

#fof p {
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 16px;
}

#fof p:first-child {
  margin-top: 0;
}

#LoadingCicle {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/loader64.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  height: 100%;
}

.hide {
  display: none;
}

.swal-footer {
  background-color: #f5f8fa;
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}

.swal-text {
  padding-left: 36px;
  padding-right: 30px;
  text-align: center;
}

.container-fluid-custom {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

table:not(.fc-scrollgrid) > thead {
  border-bottom: none;
}

table:not(.fc-scrollgrid) > thead > tr > th {
  font-size: 0.79em !important;
  background-color: #3c6382 !important;
  border-top-color: #3c6382 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  letter-space: 5px !important;
}

table > thead > tr > th:before {
  color: #fff !important;
}

table > tbody > tr {
  /*  &:hover { //:not(.excludedtable)
                 background-color:#a4b0be $i;
                 color:white;
            }*/
}

table:not(.fc-scrollgrid) > tbody > tr > td {
  font-size: 0.8em !important;
  padding: 8px !important;
  font-weight: 400;
}

.font {
  font-size: 0.79em !important;
}

.w-100 {
  padding-bottom: 5px;
}

textarea {
  resize: none;
}

.paddingtop20 {
  padding-top: 20px;
}

.select2ReadOnly {
  background-color: #e9ecef !important;
  opacity: 1;
  cursor: not-allowed;
}

.textPosition {
  text-align: center;
}

.error {
  color: #dc3545;
}

.is-invalid > .selection > .select2-selection {
  border: 1px solid #dc3545;
  border-radius: 4px;
}

.is-invalid > .selection > .select2-selection:focus {
  border: 1px solid #dc3545;
  -webkit-box-shadow: 0 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

h1.logo {
  text-indent: -9999px;
  height: 115px;
  margin-top: 10%;
}

.typeahead .active > a,
.typeahead .active > a:hover {
  color: #ffffff !important;
  background-color: #3c6382;
  font-weight: 500;
  letter-spacing: 0.5px;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

table tbody tr {
  cursor: pointer;
}

label {
  font-size: 0.8em !important;
}

label .span {
  color: red;
}

select > option {
  white-space: normal;
}

.typeahead li a {
  white-space: pre;
  -webkit-appearance: none;
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

legend {
  font-size: 0.8em;
  background-color: #E0E0E0;
  padding-left: 5px;
  margin: 10px 0 10px 0;
}

#worklistTable > tbody > tr {
  cursor: pointer;
}

.top-buffer {
  margin-top: 20px;
}

.modal-wrapper label {
  font-weight: 500;
}

.requiredfield {
  border: 2px solid #c0392b !important;
}

#seachIndicationTable {
  -webkit-column-width: auto !important;
          column-width: auto !important;
}

#seachIndicationTable > thead > th {
  text-align: center;
}

#seachIndicationTable > tbody > tr > td {
  text-align: center;
  color: black !important;
  font-weight: 400;
}

#SPDetails > tbody > tr > th {
  font-size: 0.8em;
}

#SPDetails > tbody > tr > td {
  white-space: normal !important;
}

table#SearchPrivateValuation > tr > td {
  word-break: break-all;
}

#SearchHDBValuation > tbody > tr,
#Summarytable > tbody > tr {
  cursor: pointer;
}

.BigCheckbox {
  width: 17px;
  height: 17px;
}

.Anchordisabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

#NewValCaseBtn {
  background: #3c6382 !important;
  border-color: #3c6382 !important;
}

select#fr_MethodID_Desc > option {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.InvoiceAddresstable {
  word-break: break-all;
  white-space: pre-wrap;
}

.firstspan {
  padding-right: 10px;
  border-right: 1px solid grey;
  padding: 10px;
    display: inline-block;
}

.firstspan ~ span {
  margin-left: 10px;
  /* margin-top: 20px; */
  padding: 10px;
  display: inline-block;
}

.rightspan {
  display: inline-table;
  overflow: auto;
  height: 100%;
  width: 60px;
}

.spanleft {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid grey;
}

.landedCal > thead > tr > th,
.landedCal > tbody > tr > th {
  text-align: center;
}

.landedCal > tbody > tr > td {
  white-space: normal !important;
}

#InteriorNotesTable > tbody > tr > td {
  white-space: normal !important;
}

#CalTemplate1 th {
  text-align: center;
  text-transform: uppercase;
}

#CalTemplate1 > tbody > tr > td {
  white-space: normal !important;
}

.hdbflat > tbody > tr td,
.landedCal > tbody > tr td,
#CalTemplate1 > tbody > tr td {
  font-weight: 600;
}

.hdbflat > tbody > tr td:first-child,
.landedCal > tbody > tr td:first-child,
#CalTemplate1 > tbody > tr td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

#landedCalulationDiv table {
  margin-bottom: 30px;
}

span:empty:before:not(.fc-icon),
td:empty:before {
  content: attr(placeholder) !important;;
  color: #aaa;
  font-style: italic;
}


span.cksbadge[contenteditable] {
  display: inline-block;
}
span.cksbadge[contenteditable]:empty::before {
  content: 'Make a new tag';
  display: inline-block;
}
span.cksbadge[contenteditable]:empty:focus::before {
  content: 'Start typing';
}



td:empty:before {
  display: block;
}

#singleRow > td {
  font-size: 11px !important;
}

#singleRow > td > span {
  margin-left: 5px;
  margin-right: 5px;
}

#FireInsuraTable > tbody > tr > th {
  width: 250px !important;
  font-size: 0.8em !important;
  text-transform: capitalize;
}

#FireInsuraTable > tbody > tr td {
  font-weight: 600;
}

#constructionCost {
  font-weight: 600;
}

#FireinsuranceInfoTbl > tbody > tr > td {
  font-weight: 600;
}

#table > tbody > tr > td {
  text-align: center;
  cursor: pointer;
}

#table > thead > tr > th {
  text-align: center;
}

/*#table>tbody>tr>td,
#table>thead>tr>th {
    text-align: center;
}

#table>tbody>tr>td {
    cursor: pointer;
}*/

.defaultValue:nth-child(1n+3) {
  text-align: center;
}

/* indication the required field */

span.required {
  color: red;
}

.cks_TextBold {
  font-weight: 600;
}

/*  iPhone X in landscape */

/*  iPhone X in portrait */

/*iPhone 6, 7, & 8 in landscape*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /* STYLES GO HERE */
}

/* iPhone 6, 7, & 8 in portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  /* STYLES GO HERE */
}

/* iPhone 6, 7, & 8 Plus in landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  /* STYLES GO HERE */
}

/* iPhone 6, 7, & 8 Plus in portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  /* STYLES GO HERE */
}

/* iPhone 5 & 5S in landscape */

/* iPhone 5 & 5S in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .navbar-toggler {
    padding: .15rem .55rem;
  }

  .navbar-brand {
    font-size: 1.1em;
  }

  .navbar-brand img {
    width: 30px !important;
    height: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .BoxContainer {
    width: 358px;
  }
}

/*  http://stephen.io/mediaqueries/#iPhone */

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */

  .multi_d_rightAll_2,
  .multi_d_leftAll_2 {
    width: 100%;
  }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  /* Styles */

  .multi_d_rightAll_2,
  .multi_d_leftAll_2 {
    width: 100%;
  }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /* Styles */

  .multi_d_rightAll_2,
  .multi_d_leftAll_2 {
    width: 100%;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .textPosition {
    text-align: left !important;
  }

  .SearchIndicationSourceRightBtn,
  .SearchIndicationSourceLeftBtn {
    text-align: center;
  }
}

.passwordPolicyList {
  position: absolute;
  bottom: -115px\9;
  /* IE Specific */
  left: 40px;
  width: 250px;
  padding: 15px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px #ccc;
          box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
}

.passwordPolicyList:before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

.passwordPolicyList h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: .84rem;
}

.passwordPolicyList ul li {
  list-style-type: none;
  font-size: 0.85rem;
}

.passwordPolicyList .passwordPolicyListUl {
  padding-left: 0;
}

.invalid {
  background: url(/images/invalid.png?139fe2fcc48620413f9f200275c0c7aa) no-repeat 0 15%;
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
}

.valid {
  background: url(/images/valid.png?57db58ea86e983e968a1b6c0aea1e5d5) no-repeat 0 15%;
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
}
 
.containerImg {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.containerImg:hover .overlay {
  opacity: 0.5;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

/* razin phase 3 */
.hidden{
  display: none;
}
.TablefrdeleteRow{
  margin-left: 30px;;
}
.no-deco:hover{
  text-decoration: none;
}
.multiVal .card-header{
  padding: .5rem 1.25rem;
}

/* mobile location collapse */
.containerCollapseBtn{
  display: block;
  font-size: 0.79em !important;
  background-color: #3c6382 !important;
  border-top-color: #3c6382 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: .3rem;
  font-weight: 700;
}

#IndicationPropertyType .select2{
  width: 100% !important;
}
.hiddenxs{
  display: none;
}
@media only screen and (min-width: 766px) {
  #IndicationLocation,#IndicationSubjectProperty,#IndicationPropertyType,#IndicationPropertyRange {
    display: block!important;
  }
  .disableToggle{
    pointer-events: none;
  }
  .containerCollapseBtn{
    display: none;
  }
  .hiddenxs{
    display: contents;
  }
}
/* end mobile location collapse */
/* end razin phase 3 */


/* exact match checkbox search indication */
.MatchCheckboxLabel{
  font-size: 12px !important;
}
/* end match checbox */
.ReportMatriXCalculation{
  text-decoration: underline;
  font-size:12px;
  cursor: pointer;
}

#scrollbuttonfl {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  /*height: 50px;*/
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrollbuttonfl::after {
  /*content: "\f062";*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#scrollbuttonfl:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollbuttonfl:active {
  background-color: #555;
}
#scrollbuttonfl.show {
  opacity: 1;
  visibility: visible;
}

/*cks phase 3*/

.rp_tabluate   > tfoot > tr> td{
  font-size: 0.8em !important;
}

#PhotoTemplate > .select2-container {
  width: 500px !important;
}

.cc-selector input{
  margin:0;padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}


.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
  -webkit-filter: none;
     -moz-filter: none;
          filter: none;
}
.drinkcard-cc{
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  display:inline-block;
  width:100px;height:70px;
  -webkit-transition: all 100ms ease-in;
     -moz-transition: all 100ms ease-in;
          transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
     -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
          filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
     -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
          filter: brightness(1.2) grayscale(.5) opacity(.9);
}

@media (max-width: 767.98px) {
  .fc .fc-toolbar.fc-header-toolbar {
      display: block;
      text-align: center;
  }

  .fc-header-toolbar .fc-toolbar-chunk {
      display: block;
  }
}
.fc-more-popover{
  max-height: 95%;
  overflow-y: auto;
}

#InteriorNotesReportTable{
  table-layout: fixed;
}
#InteriorNotesReportTable td{
  white-space: normal !important; 
  word-wrap: break-word;  
}



.notifications-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
  overflow-y:scroll;
}

.notifications-dropdown .dropdown-menu-header {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 6px;
  background: #003366;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 6px;
}

.notifications-dropdown .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 350px;
  white-space: inherit;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.notifications-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

.notifications-dropdown .dropdown-item small {
  color: #6f6f6f;
}

.notifications-dropdown a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 100%;
  /*padding-top: 2px;*/
  padding-left: 8px;
}

.notifications-dropdown > .dropdown-menu{
  right:0 !important;
  left: auto !important;
}

.notifications-dropdown img {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 2px solid #e74c3c;
}

.notifications-dropdown-footer {
  text-align: center;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #e2e2e2;
  text-transform: uppercase;
}
/* Define what each icon button should look like */
.notifications-dropdown .dropdown-toggle {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  /*padding: 2px 5px; !* Add some padding so it looks nice *!*/
}
.notifications-dropdown .dropdown-toggle::after {
  display:none;
}

/* Make the badge float in the top right corner of the button */
.notifications-dropdown  .button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;

  padding: 1px 3px;
  font-size: 8px;

  position: absolute; /* Position the badge within the relatively positioned button */
  top: 7px;
  right: 0;
}
.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin:0;
  transition: background-color .4s ease;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}

.totalActionrecords tbody tr {
  cursor: default !important;
}

.propsearch td{
  word-break: break-word;
  vertical-align: top;
}
.dt-control{
  text-align: center;
  vertical-align: middle !important;
  color :#003366;
}
.blockDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  width: 0px;
  height: 0px;
  z-index: 1000;
}


.lds-dual-ring.hidden { 
  display: none;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  .lds-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,.8);
      z-index: 999;
      opacity: 1;
      transition: all 0.5s;
  }