/* here you can put your own css to customize and override the theme */
#map-div {
   width: 100%;
   height: 100%;	
}
.page-content-wrapper div.no-padding {
   padding: 0 !important;	
}
.no-overflow {
   overflow: auto;	
}
.page-quick-sidebar-wrapper {
    color: white;
}
#page-quick-sidebar-toggler {
  background: #2b3643;
  overflow: hidden;
  z-index: 9;
  width: 28px;
  height: 27px;
  position: fixed;
  top: 50%;
  right: 270px;
  text-align: center;
  padding-top: 6px;
  transition: right 0.3s;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 0.9;
  box-shadow: 0 0px 12px #2b3643;
}

#page-quick-sidebar-toggler.page-quick-sidebar-close {
  right: 0;
  transition: right 0.3s;
}

#page-quick-sidebar-toggler > i {
    color: white;
    font-size: 17px;
}
#tawkchat-minified-iframe-element-rectangle, #tawkchat-chat-bubble-iframe {
    right: 240px !important;
    height: 35px !important;
    min-height: 35px !important;
}
.no-overflow {
   overflow: auto;	
}
.portlet-tool-margin {
   margin-right: 25px;
}
.page-logo-firm {
  float: left;
  display: block;
  height: 40px;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}
.page-quick-sidebar-category-icon {
    color: white;
    width: 10px;
    vertical-align: middle !important;
}

.page-quick-sidebar-category-header {
   font-size: 12px;
   font-weight: bold;
   color: palegreen;
   width: 98px;
   vertical-align: middle !important;
} .page-quick-sidebar-category-header-large {
    width: 108px;
}
.page-quick-sidebar-category-content {
   font-size: 12px;
   color: white;
   vertical-align: middle !important;
}
.map-context-menu {
   padding: 0;
   box-shadow: 0 3px 8px rgba(0,0,0,0.45);
   border: 1px solid silver;
   border-color: #cccccc;
   background: #f1f3f4;
}

.map-context-menu-item {
   margin: 5px;
   background: #f1f3f4;
}

.map-context-menu-separator {
   height: 1px;
   background-color: #cccccc;
}

.loader-dialog .modal-dialog {
    width: 168px;
    height: 168px;
    text-align: center;
}
.introjs-helperLayer {
  opacity: 0.4;
}

.dialog-report-map {
    position: fixed !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: 0px !important;
    left: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0px !important;
    margin-left: 24px;
}
.page-quick-sidebar .bootstrap-select.btn-group .dropdown-menu.inner {
    max-width: 240px;
}
.ms-container {
    width: 100% !important;
}
.margin-left-1 {
    margin-left: 1px;
}
.dataTable {
    width: 100%;
}
.ui-datepicker {
    z-index: 11 !important;
}

.page-header.navbar .page-logo-firm .logo-default {
    max-height: 46px;
    padding: 5px;
}

.jq-toast-single {
    border: 2px solid palegreen;
}