/* EditAddress styles -- start*/

@import url('login.css');
@import url('draw-measure-widget.css');
/* @import url('batch-upload-widget.css'); */

@import url('overview.css');
@import url('layers-widget.css');
@import url('bookmarks-widget.css');
@import url('header.css');
@import url('dgrid/dgrid.css');
@import url('dgrid/skins/claro.css');
@import url('splash.css');

.form-control:required:invalid {
  outline: none;
}

.form-control::-ms-clear {
  display: none
}

.result-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.result-message {
  color: #856404;
  background: #fff3cd linear-gradient(180deg, #fff5d5, #fff3cd) repeat-x;
  border-color: #ffeeba;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin: 0 auto;
  max-height: 100px;
  overflow-y: auto;
}

.widget-blocker.active {
  height: 100%;
  width: 100%;
  position: absolute;
  /*background-color: #00000045;*/
  background-color: #e9ecef85;
  z-index: 1;
  cursor: no-drop;
}

.esri-ui-corner .esri-component {
  position: relative;
}

/* Override style to have expand content drawn over popups */

.esri-expand__content {
  z-index: 2;
}

#panelTools_controls_content {
  max-height: none;
}

.widget-edit-address {
  padding: 2em;
}

.widget-edit-address>p {
  margin: 0;
}

.disabled-pane {
  pointer-events: none;
}

.no-image {
  display: none;
}

.address-widget-base {
  display: inline-block;
  /*padding: 1em;*/
  width: 100%;
  overflow: hidden;
}

.panel-widget-base {
  display: block;
  width: 95%;
  /*  margin-top: 15px;
  padding-top:10px;
  border: 1px solid #f1f6fa; border-radius: 5px;
  */
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.panel-input-base {
  display: block;
  margin-top: 15px;
  width: 95%;
  padding-top: 10px;
  overflow: auto;
  border: 1px solid #d9dde0;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.edit-widget-label {
  /*display: inline-block;*/
  font-size: 20px;
  color: #28a745;
  font-weight: bold;
}

#panelPagesTools {
  border-bottom: 5px solid;
  height: 45px;
}

.panelToolTitle {
  padding: 1px;
  border-color: transparent;
  background-color: #28a745;
  color: #ffffff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-right: 5px;
  line-height: 1.2em;
  margin-right: 2px;
  cursor: pointer;
}

.panel-widget-button {
  background: #ffffff;
  color: #28a745;
  margin: 1px !important;
  width: 44px;
  height: 38px;
  display: block;
  font-size: 10px;
  padding-top: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*
.panel-widget-button:hover {
  background-color: #28a745 !important;
  color: #ffffff;
}
*/

.panelTool.disabled .panel-widget-button {
  /*background-color: #00000045 !important;*/
  background-color: #e9ecef !important;
  cursor: no-drop;
}

.panelTool.disabled .panel-widget-button:hover {
  color: unset;
}

.header-tools_button {
  background: #ffffff;
  color: #28a745;
  margin: 1px !important;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

.header-tools_button:hover {
  background-color: #28a745 !important;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.icon-size {
  font-size: 21px;
}

.esri-icon-size {
  font-size: 19px;
}

.ion-icon-size {
  font-size: 18px;
  font-weight: 900;
}

.label-size {
  font-size: 11px;
  line-height: 0em;
}

.panelTool {
  float: left;
}

.page {
  height: auto;
  clear: left;
}

#panelTools {
  margin: 0px;
  border-style: none;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn:disabled {
  cursor: default;
}

.spinner-btn {
  margin: 0px 5px 0px 0px
}

/* EditAddress sytles -- end*/

/* Bootstrap styles -- start*/

.container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-header-custom {
  color: white;
  background-color: #28a745
}

.modal-header-red {
  color: white;
  background-color: #c82333
}

.modeless {
  top: 60%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: unset;
  height: unset;
  /* margin-left:-300px;*/
}

/* Bootstrap styles -- end*/

/* community sytles -- start*/

.filter-label {
  vertical-align: middle;
  line-height: 30px;
  padding-right: 0px;
  font-size: small;
  max-height: 30px;
  overflow: hidden;
}

.list-container {
  margin: 15px;
  position: relative;
  max-height: 100%;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  /*width: 100%;*/
  /*overflow-x: hidden;*/
  /*padding-left:15px;*/
  padding-bottom: 15px;
  white-space: nowrap;
}

.list-item-locked {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 0px;
}

.list-item {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-right: 0px;
}

.list-item:hover {
  background-color: #eee
}

.list-item:first-child {
  border-top: none
}

.list-item--active, .list-item--active:hover, .list-item--active:focus {
  color: #333;
  font-weight: bold;
  background-color: #eee;
}

/* community styles -- end*/

/* Address list styles -- start*/

@keyframes glowing {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0 0 5px #c42e00;
  }
  40% {
    box-shadow: 0 0 10px #c42e00;
  }
  60% {
    box-shadow: 0 0 10px #c42e00;
  }
  80% {
    box-shadow: 0 0 5px #c42e00;
  }
  100% {
    box-shadow: none;
  }
}

.button-glow {
  border-radius: 5px;
  animation: glowing 3000ms infinite;
}

/* Address list styles -- end*/

/* Address form styles -- start*/

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 2px solid #ccc;
  border-top: none;
  overflow: auto;
  margin-bottom: 10px;
}

.tabcontentgrid {
  display: none;
  /*padding: 6px 12px;
  border: 2px solid #ccc;
  border-top: none;
  overflow: auto;*/
}

.tab-container {
  display: block;
  /*margin-top: 15px;*/
  width: 95%;
  padding-top: 10px;
  overflow: hidden;
  /*border: 1px solid #d9dde0;
  border-radius: 5px;*/
  margin-left: auto;
  margin-right: auto;
}

/* Address form styles -- end*/

/* CivicForm sytles -- start*/

.form-group .control-label {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: small;
}

.form-group .control-label.required:after {
  color: #d00;
  content: "*";
  margin-left: 8px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 10px;
}

.form-group .address-row {
  margin: 0px;
}

.col-sm-pad {
  padding-right: 5px;
  padding-left: 5px;
}

.indicator-pad {
  padding: 0px 0px 0px 10px;
  float: right;
  cursor: default;
}

.indicator-blue {
  color: rgb(101, 176, 247);
}

.indicator-red {
  color: red;
}

.indicator-yellow {
  color: red;
  /*color: rgb(124, 124, 3);*/
}

.indicator-btn-pad {
  padding: 0px 0px 0px 10px;
  float: right;
  cursor: pointer;
}

.indicator-btn-pad:hover {
  color: #28a745
}

/* CivicForm sytles -- end*/

/* wizardProgress sytles -- start*/

.address-wizard-base {
  position: relative;
  text-align: center;
  /*max-width: 80%;*/
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
}

.address-wizard-base .buttons {
  position: absolute;
  top: 170px;
  text-align: center;
  width: 100%;
}

.address-wizard-base .btn {
  width: 50px;
  height: 30px;
}

.address-wizard-base .step-wizard {
  display: inline-block;
  position: relative;
  width: 100%;
}

.address-wizard-base .step-wizard .progress {
  position: absolute;
  top: 18px;
  left: 12.5%;
  width: 75%;
  height: 3px;
}

.address-wizard-base .step-wizard .progressbar {
  position: absolute;
  background-color: #28a745;
  opacity: 1;
  height: 3px;
  width: 0%;
  transition: width 0.6s ease;
}

.address-wizard-base .step-wizard .progressbar.empty {
  opacity: 1;
  width: 100%;
  background-color: #d0d0d0;
}

.address-wizard-base .step-wizard ul {
  /*position: absolute;*/
  margin: 5px 0px 5px;
  width: 100%;
  list-style-type: none;
  padding: 0;
  left: -2%;
}

.address-wizard-base .step-wizard li {
  display: inline-block;
  text-align: center;
  width: 24%;
}

.address-wizard-base .step-wizard li .step {
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #d0d0d0;
  background: #ffffff;
  box-sizing: unset;
  transition: background-color 0.6s ease, border-color 0.6s ease;
}

.address-wizard-base .step-wizard li .title {
  /*text-decoration: underline;*/
  /*font-size: 11px;*/
  width: 100%;
  padding-top: 5px;
  color: #767676;
  transition: color 0.6s ease;
}

.address-wizard-base .step-wizard li.active .step {
  border-color: #28a745;
  color: #28a745;
}

.address-wizard-base .step-wizard li.active .title {
  text-decoration: none;
  color: #28a745;
  font-weight: bold;
}

.address-wizard-base .step-wizard li.done .title {
  color: #28a745;
}

/*.address-wizard-base .step-wizard li.done .title:hover {
  color: #3B5343;
}*/

.address-wizard-base .step-wizard li.done .step {
  color: white;
  background-color: #28a745;
  border-color: #28a745;
}

.address-wizard-base .step-wizard li>button {
  background: none;
  border: none;
  display: block;
  width: 100%;
  color: #777;
  position: relative;
  text-align: center;
}

/*.address-wizard-base .step-wizard li > button:hover .step {
  border-color: #3b5343;
  background: #eee;
  color: #3b5343;
}
.address-wizard-base .step-wizard li > button:hover .title {
  color: #3b5343;
}*/

/* wizardProgress sytles -- end*/

@keyframes looping-progresss-bar-ani-rtl {
  0% {
    right: 0%;
    width: 0%
  }
  20% {
    right: 0%;
    width: 20%
  }
  80% {
    right: 80%;
    width: 20%
  }
  100% {
    right: 100%;
    width: 0%
  }
}

/* bookmark sytles -- end*/

.help-widget-base {
  float: right;
  cursor: pointer;
}

.widget-header {
  background-color: #28a745;
  color: white;
  padding: 5px;
  line-height: normal;
  font-size: 14px;
}

#widget-toolbar .esri-expand__content {
  max-height: none;
}

#widget-toolbar .esri-expand__container:not(:first-child) {
  border-top: solid 1px rgba(110, 110, 110, 0.3);
}

.grid-container {
  margin: 15px;
  position: relative;
  max-height: 100%;
  overflow: none;
  /*border: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  width: 100%;*/
  /*overflow-x: hidden;*/
  /*padding-left:15px;*/
  padding-bottom: 15px;
  white-space: nowrap;
}

.splash-header {
  padding-left: 10px;
  margin-bottom: 0px;
  line-height: 35px;
}

/* print sytles -- start*/

.print-notes {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.print-pad {
  padding-right: 4px;
  padding-left: 4px;
}

.print-checkbox-label {
  margin: 0px 5px 0px 0px;
}

/* The container */

.printcontainer {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: bold;
}

/* Hide the browser's default checkbox */

.printcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */

.printcontainer:hover input~.checkmark {
  background-color: white;
  border: 1px solid #ced4da;
}

/* When the checkbox is checked, add a green background */

.printcontainer input:checked~.checkmark {
  background-color: #28a745;
  ;
  border: 1px solid #ced4da;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.printcontainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.printcontainer .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.printcontainer input:checked:disabled~.checkmark {
  background-color: rgb(182, 181, 181);
  border: 1px solid #ced4da;
  cursor: not-allowed;
}

.printcontainer input:disabled~.checkmark {
  background-color: rgb(182, 181, 181);
  border: 1px solid #ced4da;
  cursor: not-allowed;
}

/* print sytles -- end*/