@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
input:-webkit-autofill {
  background: #fff !important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#account-setting {
  width: 100%;
  float: left;
  margin-top: 200px;
  margin-bottom: 20px;
}
#account-setting .account-setting {
  width: 100%;
  float: left;
}
#account-setting .account-setting .profile-left-section {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 0px;
}
#account-setting .account-setting .profile-left-section .profile-form-left {
  width: 100%;
  float: left;
  padding-top: 0px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row {
  width: 100%;
  float: left;
  margin-bottom: 37px;
  padding: 0 35px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col {
  width: 43%;
  float: left;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col label {
  color: #105c9d;
  margin-bottom: 10px;
  float: left;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col input {
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  border: solid 1px #979797;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col:nth-child(2n) {
  float: right;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col {
  /*input{
              width: 58%; border: 0px;
            }*/
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col label {
  line-height: 34px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col {
  margin-top: -10px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col input[type="button"] {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 22px;
  font-weight: 500;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col input[type="button"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
#account-setting .account-setting .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col:nth-child(2) input[type="button"] {
  background: url(../../../images/bankid_vector_rgb.svg) 94% 3px no-repeat, #105c9d;
  background-size: 30px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 80px;
}
#account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture img {
  width: 100%;
  width: 28%;
  float: left;
  margin-left: 36%;
}
#account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture input[type="button"] {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 35px;
  width: auto;
  padding: 8px 15px;
  border: 0;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
#account-setting .account-setting .profile-right-section {
  width: 97%;
  float: right;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 35px 65px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row {
  width: 100%;
  float: none;
  text-align: center;
  display: inline-block;
  margin-bottom: 63px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
  width: auto;
  float: left;
  margin: 0 3%;
  max-width: 27%;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col label {
  width: 100%;
  color: #105c9d;
  margin-bottom: 10px;
  float: left;
  text-align: left;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col input {
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  border: solid 1px #979797;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col select {
  width: 100%;
  float: left;
  padding: 7px 10px;
  font-size: 15px;
  text-align: center;
  border: 0px;
  background: #f4f4f4;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col select:focus {
  outline: none;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select {
  min-width: 300px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container {
  cursor: pointer;
  min-width: inherit !important;
  width: 100%;
  float: left;
  position: relative;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container a.select2-choice.ui-select-match {
  border: solid 1px #979797;
  width: 100%;
  float: left;
  padding: 4px 0;
  color: #979797;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container a.select2-choice.ui-select-match i.fa.fa-angle-down {
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container .ui-select-dropdown.select2-drop {
  float: left;
  width: 100%;
  border: 1px solid #979797;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 36px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container .ui-select-dropdown.select2-drop ul {
  background: #fff;
  border-top: solid 0.1px #979797;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container .ui-select-dropdown.select2-drop .search-container.select2-search {
  display: none;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order {
  max-width: 100%;
  margin-top: -70px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order input {
  width: 15%;
  margin-right: 10px;
  float: left;
  padding: 0;
  text-align: center;
  font-weight: 700;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order span {
  font-size: 13px;
  float: left;
  margin-top: 4px;
  color: #a5a3a3;
  margin-right: 15px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order p {
  width: 100%;
  margin-left: 7%;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  margin-right: 28%;
  color: #a5a3a3;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings {
  width: 100% !important;
  max-width: none;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button .switch.checked {
  background: #105c9d;
  border-color: #105c9d;
  float: left;
  margin-right: 20px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button .switch {
  float: left;
  margin-right: 20px;
  background: #d9dadc;
  width: 42px;
  height: 22px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button .switch small {
  width: 22px;
  height: 22px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button p {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  color: #a7a2a2;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button input {
  float: left;
  margin-right: 10px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button span {
  float: left;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row.change-pass-div {
  margin-bottom: 10px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row.change-pass-div .profile-form-right-col label {
  line-height: 29px;
  width: auto;
  float: left;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row.change-pass-div .profile-form-right-col input {
  width: 50%;
  border: 0px;
  float: right;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row.change-pass-div .profile-form-right-col:nth-child(2) {
  margin-top: -10px;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row.change-pass-div .profile-form-right-col:nth-child(2) input[type="button"] {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 22px;
  font-weight: 500;
}
#account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right span.version-number {
  display: inline-block;
  color: #979797;
  margin-left: 15px;
  font-size: 14px;
}
#account-setting .account-setting .profile-right-section .save-change-btn {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#account-setting .account-setting .profile-right-section .save-change-btn input[type="button"] {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 35px;
  font-weight: 500;
  width: auto;
  float: right;
  border: 0px;
  padding: 8px 25px;
}
.display-inline {
  display: inline;
}
.profile-form-left-col.general-notifications .notifications-title {
  margin-bottom: 10px !important;
}
.profile-form-left-col.general-notifications form .switch-button input {
  width: 8% !important;
  margin-left: 5px;
  height: 25px;
  padding: 5px;
}
.profile-form-left-col.general-notifications form span {
  font-size: 13px;
  line-height: 1.7;
  color: #a5a3a3;
}
.bankId-status {
  text-align: center;
}

.language-selector {
  max-width: 150px;
  float: left;
  width: inherit;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
input:-webkit-autofill {
  background: #fff !important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#lab-profile {
  width: 100%;
  float: left;
  margin-top: 150px;
  margin-bottom: 20px;
}
#lab-profile .lab-profile {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile .profile-left-section {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 45px;
}
#lab-profile .lab-profile .profile-left-section .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#lab-profile .lab-profile .profile-left-section .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#lab-profile .lab-profile .profile-left-section .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left {
  width: 100%;
  float: left;
  padding: 25px 0px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding: 0 35px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row label {
  color: #105c9d;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row input {
  width: 100%;
  float: left;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  text-align: left;
  border: solid 1px #979797;
  line-height: 17px;
  font-weight: 400;
  color: #a5a3a3;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row textarea {
  width: 100%;
  float: left;
  padding: 15px 20px;
  font-size: 15px;
  text-align: center;
  text-align: left;
  border: solid 1px #979797;
  line-height: 17px;
  font-weight: 400;
  color: #a5a3a3;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row span {
  width: 100%;
  float: left;
  color: #dcdada;
  font-size: 12px;
  margin: -5px 0 7px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row p {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: right;
  display: inline;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row p span {
  display: inline;
  width: auto;
  float: none;
  color: #105c9d;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row {
  width: 100%;
  float: left;
  margin: 1px 0px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label {
  width: 55%;
  margin-left: 2.5%;
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  color: #a5a3a3;
  display: flex;
  justify-content: left;
  align-items: center;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label input[type='checkbox'].notCheckedInput {
  float: left;
  width: 15px;
  margin: 2px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #8edddd;
  outline: none;
  -webkit-appearance: inherit;
  padding: 7px;
  border-radius: 2px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label input[type='checkbox'].checkedInput {
  float: left;
  width: 15px;
  margin: 2px 10px 0 0;
  height: 15px;
  background: #105c9d;
  border: 2px solid #105c9d;
  outline: 0;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 7px;
  border-radius: 4px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label input[type='checkbox'].checkedInput:after {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 12px;
  color: #fff;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label p {
  width: auto;
  margin-left: 2.5%;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #a5a3a3;
  margin: 0;
  text-align: left;
  line-height: 17px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section {
  width: 40%;
  float: right;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section input {
  width: 30%;
  float: left;
  text-align: center;
  padding: 6px 0px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section span {
  width: 70%;
  margin-bottom: -1px;
  float: right;
  color: #dcdada;
  font-size: 14px;
  text-align: right;
  line-height: 39px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section.align-span-content span {
  width: 65%;
  text-align: left;
  line-height: 15px;
  margin-top: 1px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section.document-section {
  margin: 20px 0 10px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section {
  margin-top: 10px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 7px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left {
  float: left;
  width: 60%;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name {
  margin-top: 0px;
  color: #1f2532;
  padding: 15px 5px 0px;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 90%;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name .progress {
  width: 100%;
  float: left;
  height: 3px;
  border-radius: 0px;
  margin: 12px 0 0px;
  background-color: #1f2532;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name .progress .progress-bar {
  height: 3px;
  float: left;
  border-radius: 0px;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left img {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  cursor: pointer;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right {
  width: auto;
  float: right;
  max-width: 40%;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div {
  position: relative;
  width: 130px;
  float: right;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div input[type='file'] {
  width: 100%;
  cursor: pointer;
  float: right;
  padding-top: 4px;
  padding-bottom: 0px;
  background: #105c9d;
  color: #fff;
  position: relative;
  z-index: 99;
  opacity: 0;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div .filechoose-div {
  width: 100%;
  cursor: pointer;
  float: right;
  background: #105c9d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right span {
  width: 100%;
  margin-bottom: 0;
  float: right;
  color: #979797;
  font-size: 16px;
  text-align: right;
  line-height: 21px;
  margin-top: 0;
}
#lab-profile .lab-profile .profile-right-section {
  width: 98%;
  float: right;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 35px 50px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section {
  width: 100%;
  float: left;
  margin-top: 30px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block {
  width: 47%;
  float: left;
  margin-right: 3%;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block h3 {
  width: 100%;
  float: left;
  color: #105c9d;
  font-size: 18px;
  margin-bottom: 18px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block img {
  width: 75%;
  float: left;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block button {
  width: auto;
  text-transform: uppercase;
  float: left;
  padding: 10px 15px;
  margin-top: 20px;
  color: #fff;
  background: #105c9d;
  border: 0px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 35px 30px;
  margin-top: 50px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section {
  width: 100%;
  float: left;
  margin-top: 30px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block {
  width: 51%;
  float: left;
  margin-right: 1%;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block h3 {
  width: 100%;
  float: left;
  color: #105c9d;
  font-size: 18px;
  margin-bottom: 18px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row {
  width: 100%;
  float: left;
  padding-left: 15px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label {
  width: 95px;
  position: relative;
  cursor: pointer;
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 0px;
  color: #a5a3a3;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].notCheckedInput {
  float: left;
  width: 95px;
  margin: 0px 0px 0px 0px;
  height: 40px;
  background: #dcdada;
  outline: none;
  -webkit-appearance: inherit;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].checkedInput {
  float: left;
  width: 95px;
  margin: 0px 10px 0 0;
  height: 40px;
  background: #105c9d;
  outline: 0;
  position: relative;
  opacity: 0;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].notCheckedInput + span {
  background: #dcdada;
  color: #1f2532;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].checkedInput + span {
  background: #105c9d;
  color: #fff;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'] + span {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section {
  width: 63%;
  float: right;
  display: flex;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section table {
  border: solid 1px #000;
  border-radius: 4px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section table td input {
  border: 0;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section table td input:focus {
  box-shadow: none;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section timepicker input {
  width: 100%;
  float: left;
  text-align: center;
  padding: 7px 0 6px;
  font-size: 14px;
  color: #1f2532;
  border: solid 1px #1f2532;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section input {
  width: 27%;
  float: left;
  text-align: center;
  padding: 7px 0 6px;
  font-size: 14px;
  color: #1f2532;
  border: solid 1px #1f2532;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section span {
  width: auto;
  padding: 0 3px;
  font-style: italic;
  text-align: center;
  margin-bottom: -1px;
  float: left;
  color: #a5a3a3;
  font-size: 13px;
  line-height: 39px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row:first-child {
  padding-left: 0;
  margin-bottom: 5px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row:first-child label {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 0;
  color: #a5a3a3;
  /*input[type="checkbox"].notCheckedInput {
                    float: left;
                    width: 15px;
                    margin: 2px 10px 0 0;
                    height: 15px;
                    background: none;
                    border: 2px solid @sky-low-bright;
                    outline: none;
                    -webkit-appearance: inherit;
                    padding: 7px;
                    border-radius: 2px;
                  }
                  input[type="checkbox"].checkedInput {
                    float: left;
                    width: 15px;
                    margin: 2px 10px 0 0;
                    height: 15px;
                    background: none;
                    border: 2px solid @sky-start-dark;
                    outline: 0;
                    -webkit-appearance: inherit;
                    position: relative;
                    font: normal normal normal 14px/1 FontAwesome;
                    padding: 7px;
                    border-radius: 4px;
                    opacity: 1;
                  }
                  input[type="checkbox"].checkedInput:after {
                    content: '\f00c';
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    font-size: 12px;
                    color: @sky-start-dark;
                  }*/
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) {
  width: 45%;
  float: right;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form {
  width: 100%;
  float: left;
  margin-top: 7px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row i {
  width: 35px;
  text-align: center;
  float: left;
  color: #105c9d;
  font-size: 20px;
  line-height: 25px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row input {
  width: 85%;
  background: url(images/cross-icon.jpg) 95% center no-repeat;
  float: right;
  border: solid 1px #1f2532;
  color: #1f2532;
  padding: 0px 30px 0px 10px;
  font-size: 14px;
  position: relative;
  background-image: none;
  min-height: 25px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row input.pincode-input {
  width: 30%;
  float: left;
  margin-left: 15%;
  margin-top: 7px;
  background-position: 90% center;
  padding-right: 20px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row input.city-name-input {
  width: 50%;
  float: right;
  margin-top: 7px;
  background-position: 92% center;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row span {
  width: auto;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #1f2532;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-left: 15px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f2532;
  margin-bottom: 15px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #4a4a4a;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker {
  width: 252px;
  box-shadow: 0 0 2px #eee;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-top-row {
  display: flex;
  align-items: center;
  border: solid 1px #ccc;
  padding: 0;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-top-row p {
  margin-bottom: 0;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-top-row .text-center.picker-month {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-week-row .text-center {
  font-weight: bold;
  width: 36px;
  font-size: 13px;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day {
  width: 36px;
  height: 30px;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day.future {
  cursor: pointer;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day.past {
  cursor: not-allowed;
  opacity: 0.65;
}
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day.picker-off:not(.past),
#lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .lab-contact-calendar .multiple-date-picker .picker-days-row .picker-day.picker-selected {
  color: #fff;
  background-color: #ffb5b6;
  border-color: #ffb5b6;
}
#lab-profile .lab-profile .profile-right-section .save-change-button {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile .profile-right-section .save-change-button button {
  width: auto;
  float: right;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 20px;
  color: #fff;
  background: #105c9d;
  border: 0px;
}
#lab-profile .lab-profile .profile-right-section .save-change-button button.disableBtn {
  cursor: not-allowed;
  opacity: 0.8;
}
#lab-profile .lab-profile .notifications {
  float: left;
  padding-top: 40px;
  background: #eee;
}
#lab-profile .lab-profile .notifications .profile-left-section {
  padding-top: 0;
}
#lab-profile .lab-profile .notifications .profile-left-section .head-profile {
  background: #fff;
}
#lab-profile .lab-profile .notifications .profile-left-section .head-profile h2 {
  margin-top: 30px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left {
  width: 100%;
  float: left;
  padding: 0 35px !important;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col {
  width: 100%;
  float: left;
  margin-top: 13px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .notifications-title {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .select-destination {
  font-size: 13px;
  color: #a7a2a2;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email {
  width: 100%;
  float: left;
  text-align: left;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline {
  padding-left: 0;
  width: 100%;
  font-size: 13px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p {
  float: left;
  margin-right: 8px;
  position: relative;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p:after {
  content: ',';
  color: #000;
  font-weight: bold;
  width: 3px;
  height: 0px;
  position: absolute;
  right: -4px;
  bottom: 22px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p:last-child:after {
  content: '';
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para {
  width: 90%;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para span {
  float: left;
  margin-right: 8px;
  position: relative;
  line-height: 16px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para span:after {
  content: ',';
  color: #000;
  font-weight: bold;
  width: 3px;
  height: 0px;
  position: absolute;
  right: -4px;
  bottom: 16px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para span:last-child:after {
  content: '';
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type='radio']:not(:checked) {
  float: left;
  width: 15px;
  margin: 2px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px !important;
  border-radius: 50%;
  position: static;
  cursor: pointer;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type='radio']:checked {
  border: 2px solid #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type='radio']:checked {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px !important;
  border-radius: 50%;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #105c9d;
  border-radius: 50%;
  color: #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type='radio']:checked:after {
  background: #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .email-input {
  width: 85%;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline {
  padding-left: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
  font-size: 13px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type='radio']:not(:checked) {
  float: left;
  width: 15px;
  margin: 0 10px 0 0;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px;
  border-radius: 50%;
  position: static;
  cursor: pointer;
  min-height: inherit;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type='radio']:checked {
  border: 2px solid #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type='radio']:checked {
  float: left;
  width: 15px;
  margin: 4px 10px 0 0;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  border-radius: 50%;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #105c9d;
  border-radius: 50%;
  color: #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type='radio']:checked:after {
  background: #105c9d;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input {
  float: left;
  width: auto;
  text-align: left;
  padding: 0 0 0 5px;
  border: solid 2px #ccc;
  color: #000;
  min-height: 25px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select {
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 24px;
  margin-bottom: 50px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .select-email {
  font-size: 13px;
  color: #a7a2a2;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch.checked {
  background: #105c9d;
  border-color: #105c9d;
  float: left;
  margin-right: 20px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch {
  float: left;
  margin-right: 20px;
  background: #d9dadc;
  width: 42px;
  height: 22px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch small {
  width: 22px;
  height: 22px;
}
#lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button p {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  color: #a7a2a2;
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul {
  padding: 0;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul li {
  width: 100%;
  float: left;
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul li a {
  width: 100%;
  float: left;
  padding: 0 10px !important;
  background: #fff;
  text-align: center;
  color: #105c9d;
  line-height: 44px;
  height: 44px;
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul li:last-child {
  border-bottom: 0;
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul li.active a {
  background: #000;
  color: #fff;
}
#lab-profile .lab-profile.tabbing-section-add ul.tabbing-ul li.hover {
  opacity: 0.8;
}
#lab-profile .lab-profile.tabbing-section-add .profile-right-section {
  width: 100%;
}
#lab-profile .lab-profile.tabbing-section-add .profile-right-section .profile-right-block-two {
  margin-top: 0;
  padding: 45px 10px 30px;
}
#lab-profile .lab-profile.tabbing-section-add .profile-right-section .profile-right-block-two .head-profile {
  padding: 0;
}
#lab-profile .lab-profile.tabbing-section-add .notifications {
  padding-top: 0;
}
#lab-profile .lab-profile.tabbing-section-add .profile-left-section .notifications {
  padding-top: 0;
}
#lab-profile .lab-profile.tabbing-section-add .profile-left-section .notifications .head-profile h2 {
  margin-top: 0;
}
.delivery-section .ng-isolate-scope {
  width: 60px;
  float: left;
}
.delivery-section .ng-isolate-scope tr:first-child {
  display: none;
}
.delivery-section .ng-isolate-scope tr {
  border: 1px solid #1f2532;
}
.delivery-section .ng-isolate-scope tr:last-child {
  display: none;
}
.delivery-section .ng-isolate-scope tr td input {
  width: 28px !important;
  border: 0px !important;
  padding: 0px !important;
  line-height: 35px;
  min-height: 35px;
  height: 35px;
  border-radius: 0px;
  box-shadow: none;
}
.delivery-section .tooltip.ng-scope.ng-isolate-scope.top.file-name-tooltip.fade.in {
  width: 220px;
  margin-top: 3px;
  max-width: initial;
}
.delivery-section .tooltip-inner {
  background: #105c9d;
  max-width: initial;
}
.delivery-section .tooltip.top .tooltip-arrow,
.delivery-section .tooltip.top-left .tooltip-arrow,
.delivery-section .tooltip.top-right .tooltip-arrow {
  border-top-color: #105c9d;
}
.uib-day .btn.btn-info {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.uib-day.selected .btn {
  color: #fff;
  background-color: #ffb5b6;
  border-color: #ffb5b6;
}
.uib-day.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #1f2532 !important;
  border-color: #1f2532 !important;
}
.profile-form-left-Select.general-notifications {
  margin-bottom: 0px !important;
}
.profile-form-left-Select.general-notifications .notifications-title {
  margin-bottom: 10px !important;
}
.red-astrix-mark.invalid-email {
  margin-left: 40px;
  font-size: 11px;
  margin-bottom: 0;
}
.lh-0 {
  line-height: 0;
}
.m-0 {
  margin-bottom: 0;
}
.transport-service {
  margin-bottom: 15px;
}
.transport-service h2 {
  background: none !important;
}
.transport-service .toggle-transport {
  display: flex;
  align-items: center;
  padding: 0;
}
.transport-service .toggle-transport button {
  width: 52px;
  height: 22px;
}
.transport-service .toggle-transport button small {
  width: 22px;
  height: 22px;
}
.action-list-category-section-block {
  width: 100%;
  float: left;
}
.action-list-category-section-block ul li {
  width: auto;
  float: left;
  padding: 5px 30px;
  margin: 5px;
  border: solid 1px #105c9d;
  color: #105c9d;
  font-weight: 600;
  cursor: pointer;
}
.lab-hex-code {
  width: 30% !important;
}
.lab-text-code {
  width: 40% !important;
}

.drophover {
  outline: 2px dashed black;
}
.broken-document {
  border: 2px dashed red;
}
.delivery-section .tooltip.in {
  width: 200px;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
.tabs-ui {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.tabs-ui ul.nav-tabs {
  padding: 0 35px;
}
.tabs-ui ul.nav-tabs li {
  display: block;
  width: auto;
  float: left;
}
.tabs-ui ul.nav-tabs li.active a {
  border: 0;
  border-bottom: 5px solid #105c9d;
}
.tabs-ui ul.nav-tabs li.active a:focus,
.tabs-ui ul.nav-tabs li.active a:hover {
  border: 0;
  border-bottom: 5px solid #105c9d;
}
.tabs-ui ul.nav-tabs li a {
  border: 0;
  border-bottom: 5px solid #fff;
  font-weight: 600;
  color: #1f2532;
  padding: 7px 35px;
}
.tabs-ui .profile-form-left {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tabs-ui .profile-form-left .info-tab-content-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.tabs-ui .profile-form-left .info-tab-content-row h4 {
  color: #105c9d;
  margin-bottom: 4px;
  font-size: 14px;
}
.tabs-ui .profile-form-left .info-tab-content-row h4 p.red-astrix-mark {
  margin: 0;
  line-height: 19px;
}
.tabs-ui .profile-form-left .info-tab-content-row input {
  width: 100%;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
  min-height: 38px;
}
.tabs-ui .profile-form-left .info-tab-content-row input:focus {
  outline: none;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 7px;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block label {
  width: 100%;
  float: left;
  color: #dcdada;
  font-weight: 300;
  font-style: italic;
  line-height: 15px;
  font-size: 13px;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block ul {
  width: 100%;
  float: left;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #dcdada;
  cursor: pointer;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block.full-street-div {
  width: 100%;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block .street-block-select {
  line-height: 38px;
  min-height: 38px;
  width: 120%;
  font-size: 14px;
  height: 38px;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block.remove-mrgn {
  margin-right: 0;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block.postcode-input {
  width: 15%;
}
.tabs-ui .profile-form-left .info-tab-content-row .street-block.postcode-input input {
  width: 100%;
}
.tabs-ui .profile-form-left .profile-form-left-col .user-email label.checkbox-style {
  margin-top: 5px;
  margin-bottom: -10px;
}
.tabs-ui .profile-form-left .profile-form-left-col .user-email label.checkbox-style input[type=radio] {
  width: 25px;
  height: 25px;
  margin: 0;
}
.tabs-ui .profile-form-left .profile-form-left-col .input-number {
  width: 50px;
  text-align: center;
  margin-left: 15px;
}
.tabs-ui .profile-form-left .profile-form-left-col .starting-number-input {
  width: 120px;
}
.tabs-ui .profile-form-left .invoice-list {
  width: 100%;
  float: left;
}
.tabs-ui .profile-form-left .invoice-list .invoice-list-header {
  width: 100%;
  float: left;
  background: #dcdada;
}
.tabs-ui .profile-form-left .invoice-list .invoice-list-content .invoice-list-settings:nth-child(2n) {
  width: 100%;
  float: left;
  background: #eee;
}
.tabs-ui .profile-form-left .invoice-list .font-manage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
}
.tabs-ui .profile-form-left .invoice-list .font-manage input,
.tabs-ui .profile-form-left .invoice-list .font-manage select {
  height: 26px;
  width: 100%;
}
.tabs-ui .profile-form-left .invoice-list .font-manage .profile-form-left-Select {
  margin-top: 0 !important;
}
.tabs-ui .profile-form-left .invoice-list .font-manage .profile-form-left-Select .switch-button {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0!important;
}
#order-list .order-list .order-list-hading.invoice-table-width .col-md-2 {
  width: 16.66666667%;
}
.invoice-pdf-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.padding-zero {
  padding: 0 !important;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../images/rated-star.svg");
}
input:-webkit-autofill {
  background: #fff !important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#profile-dentist {
  width: 100%;
  float: left;
  margin-top: 200px;
  margin-bottom: 20px;
}
#profile-dentist .profile-dentist {
  width: 100%;
  float: left;
}
#profile-dentist .profile-dentist .profile-left-section {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 45px;
}
#profile-dentist .profile-dentist .profile-left-section .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#profile-dentist .profile-dentist .profile-left-section .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#profile-dentist .profile-dentist .profile-left-section .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left {
  width: 100%;
  float: left;
  padding-top: 25px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row {
  width: 100%;
  float: left;
  margin-bottom: 37px;
  padding: 0 35px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col {
  width: 43%;
  float: left;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col label {
  color: #105c9d;
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col input {
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  border: solid 1px #979797;
  min-height: 37px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col:nth-child(2n) {
  float: right;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col {
  /*input{
              width: 50%; float: right; border: 0px;
            }*/
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col label {
  line-height: 34px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col {
  margin-top: -10px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col input[type="button"] {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 22px;
  font-weight: 500;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col input[type="button"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col:nth-child(2) input[type="button"] {
  background: url(../../../images/bankid_vector_rgb.svg) 94% 3px no-repeat, #105c9d;
  background-size: 30px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col.extra-top-margin-add {
  margin-top: -73px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 80px;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture img {
  width: 100%;
  width: 28%;
  float: left;
  margin-left: 36%;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture input[type="button"],
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture upload-button#profileImage {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 35px;
  width: auto;
  padding: 8px 15px;
  border: 0;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture upload-button#profileImage {
  padding: 0;
}
#profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture upload-button#profileImage button {
  color: #fff;
  background: #105c9d;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 35px;
  width: auto;
  padding: 8px 15px;
  border: 0;
  font-weight: 500;
}
#profile-dentist .profile-dentist .profile-left-section .notifications {
  float: left;
  padding-top: 40px;
  background: #eee;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .head-profile {
  background: #fff;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .head-profile h2 {
  margin-top: 30px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left {
  background: #fff;
  margin-bottom: 20px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left:last-child {
  min-height: 180px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col {
  width: 100%;
  float: left;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .select-email {
  font-size: 13px;
  color: #a7a2a2;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .notifications-title {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .select-destination {
  font-size: 13px;
  color: #a7a2a2;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email {
  width: 100%;
  float: left;
  text-align: left;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline {
  padding-left: 0;
  width: 100%;
  font-size: 13px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type="radio"]:not(:checked) {
  float: left;
  width: 15px;
  margin: 2px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px !important;
  border-radius: 50%;
  position: static;
  cursor: pointer;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type="radio"]:checked {
  border: 2px solid #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type="radio"]:checked {
  float: left ;
  width: 15px ;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px !important;
  border-radius: 50%;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #105c9d;
  border-radius: 50%;
  color: #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-email .checkbox-inline input[type="radio"]:checked:after {
  background: #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .email-input {
  width: 85%;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline {
  padding-left: 0px;
  width: 100%;
  margin-left: 0px ;
  margin-top: 5px ;
  font-size: 13px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type="radio"]:not(:checked) {
  float: left;
  width: 15px ;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px ;
  border-radius: 50%;
  position: static;
  cursor: pointer;
  min-height: inherit;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type="radio"]:checked {
  border: 2px solid #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type="radio"]:checked {
  float: left;
  width: 15px ;
  margin: 4px 10px 0 0;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px ;
  border-radius: 50%;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #105c9d;
  border-radius: 50%;
  color: #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input[type="radio"]:checked:after {
  background: #105c9d;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .user-enter-email .checkbox-inline input {
  float: left;
  width: auto ;
  text-align: left;
  padding: 0 ;
  padding-left: 5px ;
  border: solid 2px #ccc;
  color: #000;
  min-height: 25px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch.checked {
  background: #105c9d;
  border-color: #105c9d;
  float: left;
  margin-right: 20px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch {
  float: left;
  margin-right: 20px;
  background: #d9dadc;
  width: 42px;
  height: 22px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch small {
  width: 22px;
  height: 22px;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button p {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  color: #a7a2a2;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button input {
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
#profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button span {
  float: left;
}
#profile-dentist .profile-dentist .profile-right-section {
  width: 97%;
  float: right;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 35px 82px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row {
  width: auto;
  float: none;
  text-align: center;
  display: inline-block;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
  width: auto;
  float: left;
  margin: 0 20px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col label {
  width: 100%;
  color: #105c9d;
  margin-bottom: 10px;
  float: left;
  text-align: left;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col label span.version-number {
  display: inline-block;
  color: #979797;
  margin-left: 15px;
  font-size: 14px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col select {
  width: 100%;
  float: left;
  padding: 7px 10px;
  font-size: 15px;
  text-align: center;
  border: 0px;
  background: #f4f4f4;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col select:focus {
  outline: none;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select {
  min-width: 300px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container {
  cursor: pointer;
  min-width: inherit !important;
  width: 100%;
  float: left;
  position: relative;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container a.select2-choice.ui-select-match {
  border: solid 1px #979797;
  width: 100%;
  float: left;
  padding: 5px 0;
  color: #979797;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container a.select2-choice.ui-select-match i.fa.fa-angle-down {
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container .ui-select-dropdown.select2-drop {
  float: left;
  width: 100%;
  border: 1px solid #979797;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 39px;
  background: #fff;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col .ui-select-container.select2.select2-container .ui-select-dropdown.select2-drop .search-container.select2-search {
  display: none;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col {
  width: 92.5% !important;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col .ui-select-container.select2.select2-container {
  width: auto;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col .ui-select-container.select2.select2-container a.select2-choice.ui-select-match {
  width: auto;
  min-width: 150px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin {
  margin-top: 20px !important;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive input {
  width: 15%;
  margin-right: 10px;
  float: left;
  padding: 0;
  text-align: center;
  font-weight: 700;
  min-height: 31px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive span {
  font-size: 13px;
  float: left;
  margin-top: 4px;
  color: #a5a3a3;
  margin-right: 15px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive p {
  width: 100%;
  margin-left: 7%;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  margin-right: 28%;
  color: #a5a3a3;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch.checked {
  background: #105c9d;
  border-color: #105c9d;
  float: left;
  margin-right: 20px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch {
  float: left;
  margin-right: 20px;
  background: #d9dadc;
  width: 42px;
  height: 22px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch small {
  width: 22px;
  height: 22px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button p {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  color: #a7a2a2;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 35px 82px;
  margin-top: 35px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(images/border-head-h2.png) 0 center repeat-x;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row {
  width: 100%;
  float: none;
  text-align: center;
  display: inline-block;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col {
  width: auto;
  float: left;
  margin: 10px 3%;
  max-width: 27%;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col label {
  width: 100%;
  color: #105c9d;
  margin-bottom: 0;
  float: left;
  text-align: left;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col select {
  width: 100%;
  float: left;
  padding: 7px 10px;
  font-size: 15px;
  text-align: center;
  border: 0px;
  background: #f4f4f4;
}
#profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col select:focus {
  outline: none;
}
#profile-dentist .profile-dentist .profile-right-section .save-change-button {
  width: 100%;
  float: left;
}
#profile-dentist .profile-dentist .profile-right-section .save-change-button button {
  width: auto;
  float: right;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 20px;
  color: #fff;
  background: #105c9d;
  border: 0px;
}
#profile-dentist .profile-dentist .profile-right-section .save-change-button button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
#profile-dentist .profile-dentist .profile-right-section .save-change-button .input-button {
  width: auto;
  float: right;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 20px;
  color: #fff;
  background: #105c9d;
  border: 0px;
}
#profile-dentist .profile-dentist .profile-right-section .save-change-button .input-button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
#profile-dentist .profile-dentist.tabbing-section-add ul.tabbing-ul {
  padding: 0;
  margin-bottom: 40px;
}
#profile-dentist .profile-dentist.tabbing-section-add ul.tabbing-ul li {
  width: 100%;
  float: left;
}
#profile-dentist .profile-dentist.tabbing-section-add ul.tabbing-ul li a {
  width: 100%;
  float: left;
  padding: 0 10px !important;
  background: #fff;
  border-bottom: solid 1px #dcdada;
  text-align: left;
  color: #1f2532;
  line-height: 44px;
  height: 44px;
}
#profile-dentist .profile-dentist.tabbing-section-add ul.tabbing-ul li:last-child {
  border-bottom: 0;
}
#profile-dentist .profile-dentist.tabbing-section-add ul.tabbing-ul li.active a {
  background: #1f2532;
  color: #fff;
}
#profile-dentist .profile-dentist.tabbing-section-add .profile-right-section {
  width: 100%;
}
#profile-dentist .profile-dentist.tabbing-section-add .profile-right-section .profile-right-block-two {
  margin-top: 0;
}
#profile-dentist .profile-dentist.tabbing-section-add .profile-right-section .profile-right-block-two .head-profile {
  padding: 0;
}
#profile-dentist .profile-dentist.tabbing-section-add .profile-left-section .notifications {
  padding-top: 0;
}
#profile-dentist .profile-dentist.tabbing-section-add .profile-left-section .notifications .head-profile h2 {
  margin-top: 0;
}
body.modal-open > .modal.in > .modal-dialog {
  width: 100%;
}
body.modal-open > .modal.in > .modal-dialog > .modal-content {
  background-color: inherit;
  box-shadow: none;
  border: 0px;
}
/*.modal-dialog{
  width: 100%;
  .modal-content{
    background-color: inherit; box-shadow: none; border:0px;
  }
}*/
body.modal-open > modal-container.modal.fade .modal-dialog {
  min-height: 100vh;
  transform: translate(0, 0);
  margin: auto;
  display: flex;
  align-items: center;
  width: 800px;
}
body.modal-open > modal-container.modal.fade .modal-dialog .modal-content {
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#change-password-modal .modal-header {
  border: 0px;
}
#change-password-modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#change-password-modal .modal-header .close:focus {
  outline: none;
}
#change-password-modal .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#change-password-modal .modal-body {
  width: 100%;
  float: left;
}
#change-password-modal .modal-body .add-clinic-form {
  width: 28%;
  float: none;
  margin: auto;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 20px;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 45px;
  position: relative;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 12px;
  font-size: 15px;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row h4.sky-low-dark {
  color: #bce9e9;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 100%;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row span {
  float: left;
  width: 20px;
  margin: 0px 10px 0 10px;
  height: 20px;
  background: #6ed803;
  outline: 0;
  -webkit-appearance: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  border-radius: 100%;
  content: '\f00c';
  position: absolute;
  right: -55px;
  top: 37px;
}
#change-password-modal .modal-body .add-clinic-form .add-clinic-form-row span:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 12px;
  color: #fff;
}
#change-password-modal .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#change-password-modal .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 25px;
  color: #105c9d;
}
#change-password-modal .modal-footer .btn.btn-default:hover,
#change-password-modal .modal-footer .btn.btn-default:focus,
#change-password-modal .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}


#report-description-modal .modal-dialog {
  min-width: 800px;
}
#report-description-modal .modal-dialog .modal-content {
  padding: 20px 50px 30px;
}
#report-description-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
#report-description-modal .modal-dialog .modal-content .modal-header h4 {
  text-align: center;
  color: #105c9d;
  font-weight: 600;
}
#report-description-modal .modal-dialog .modal-content .modal-header button {
  font-size: 32px;
  opacity: 1;
  margin: -25px -45px;
}
#report-description-modal .modal-dialog .modal-content .modal-body p {
  margin-bottom: 0;
}
#report-description-modal .modal-dialog .modal-content .modal-body p:first-child {
  margin-bottom: 20px;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
#add-image-modal .modal-dialog {
  width: 60%;
}
#add-image-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-image-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-image-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-image-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-image-modal .modal-dialog .modal-content .modal-header label.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #105c9d;
  width: 100%;
}
#add-image-modal .modal-dialog .modal-content .modal-body label {
  display: flex;
  max-width: 100%;
  margin-bottom: 5px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  min-height: 47px;
  text-align: center;
}
#add-image-modal .modal-dialog .modal-content .modal-body p.red-astrix-mark {
  flex-grow: 0;
  max-width: 20px;
  padding: 0;
  margin-bottom: 15px;
}
#add-image-modal .modal-dialog .modal-content .modal-body input {
  width: 100%;
}
#add-image-modal .modal-dialog .modal-content .modal-body .template-image {
  width: 100%;
  border: 1px solid #333;
  cursor: pointer;
}
#add-image-modal .modal-dialog .modal-content .modal-body .template-image.selected {
  opacity: 0.8;
  border: 4px solid #105c9d;
}
#add-image-modal .modal-dialog .modal-content .modal-footer {
  border: none !important;
}
#add-image-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-image-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-image-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-image-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}

#sub-categories-list {
  display: flex;
  justify-content: center;
}
#sub-categories-list .sub-category {
  margin: 0 10px 5px;
  cursor: pointer;
  min-width: 150px;
  height: 36px;
  text-align: center;
}
#sub-categories-list .sub-category .sub-category-label {
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px;
  font-size: 14px;
  line-height: 36px;
}

#schedule-pick-up-from-truck-icon-modal .modal-dialog {
  width: 840px;
}
#schedule-pick-up-from-truck-icon-modal .modal-dialog .commet-export-production {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
#schedule-pick-up-from-truck-icon-modal .modal-dialog .commet-export-production input[type="checkbox"]:not(:checked) {
  margin-top: -8px;
  border-color: #000;
}
#schedule-pick-up-from-truck-icon-modal .modal-dialog .commet-export-production input[type="checkbox"]:checked {
  margin-top: -8px;
}
#schedule-pick-up-from-truck-icon-modal .modal-header h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #105c9d;
  margin-bottom: 0;
}
#schedule-pick-up-from-truck-icon-modal .modal-header {
  border: 0;
  padding: 25px 15px 35px;
}
#schedule-pick-up-from-truck-icon-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  border: 0;
  width: 100%;
}
#schedule-pick-up-from-truck-icon-modal .modal-footer button {
  background: none;
  color: #105c9d;
  border-color: #105c9d;
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}
#schedule-pick-up-from-truck-icon-modal .modal-footer button i {
  margin-right: 10px;
}
#schedule-pick-up-from-truck-icon-modal .modal-body {
  padding: 15px 55px;
}
#schedule-pick-up-from-truck-icon-modal .close {
  opacity: 1;
  font-size: 32px;
  margin-right: 14px;
}
#schedule-pick-up-from-truck-icon-modal .datepicker {
  bottom: 30px;
  z-index: 9;
}
#schedule-pick-up-from-truck-icon-modal .datepicker-hidden {
  z-index: -9;
}
.red-text {
  color: #ff0005 !important;
  text-align: center;
}

#main-categories-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#main-categories-list .main-category {
  text-align: center;
  border: solid 1px #105c9d;
  height: 36px;
  margin: 0 10px 5px;
  min-width: 250px;
  cursor: pointer;
}
#main-categories-list .main-category a {
  color: #105c9d;
  font-size: 16px;
  line-height: 36px;
}
#main-categories-list .main-category.active {
  font-weight: bold;
  background-color: #105c9d;
}
#main-categories-list .main-category.active a {
  color: #fff;
}
.main-category-instruction {
  clear: left;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 20px;
  font-weight: 400;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
.material-lists .add-new-material-list {
  width: auto;
  float: right;
  border: solid 1px #105c9d;
  color: #fff;
  background: #105c9d;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  height: 36px;
  margin-left: 15px;
  min-width: 60px;
}
.material-lists .material-list-dropdown-section {
  margin-top: 30px;
}
.material-lists .material-list-dropdown-section .ng-select {
  width: 250px;
  float: left;
}
.material-lists .material-list-dropdown-section.edit-section {
  display: flex;
}
.material-lists .material-list-dropdown-section.edit-section .edit-btn {
  margin-left: auto;
}
.material-lists .indicate-circle-black,
.material-lists .indicate-circle-gray {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
}
.material-lists .indicate-circle-gray {
  background: #aaa;
}
.material-lists .material-list-dropdown-section.edit-section .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.material-lists .material-list-dropdown-section.edit-section .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.material-lists .material-search-filter {
  margin-top: 30px;
  margin-bottom: 20px;
}
.material-lists .material-search-filter input {
  border: 0;
  background: #eee;
  padding: 5px 5px 5px 35px;
  width: 100%;
}
.material-lists .material-search-filter i {
  position: absolute;
  left: 10px;
  top: 10px;
}
.material-lists .material-list-item table {
  width: 100%;
}
.material-lists .material-list-item table th {
  background: #eee;
  font-size: 14px;
}
.material-lists .material-list-item table tbody tr {
  cursor: pointer;
}
.material-lists .material-list-item table tbody tr:hover {
  background: #eee;
}
.material-lists .material-list-item table tbody tr.disabled-td td {
  color: #aaa;
}
.material-lists .material-list-item table td,
.material-lists .material-list-item table th {
  padding: 12px 5px;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #ccc;
}
.material-lists .material-list-item table td:nth-child(2),
.material-lists .material-list-item table th:nth-child(2) {
  text-align: left;
}
#add-material-list-modal .action-no-name,
#add-material-modal .action-no-name,
#add-action-list-modal .action-no-name,
#add-category-modal .action-no-name,
#add-actionList-action-modal .action-no-name {
  display: flex;
}
#add-material-list-modal .action-no-name h4,
#add-material-modal .action-no-name h4,
#add-action-list-modal .action-no-name h4,
#add-category-modal .action-no-name h4,
#add-actionList-action-modal .action-no-name h4 {
  line-height: 40px;
}
#add-material-list-modal .action-no-name h4 p,
#add-material-modal .action-no-name h4 p,
#add-action-list-modal .action-no-name h4 p,
#add-category-modal .action-no-name h4 p,
#add-actionList-action-modal .action-no-name h4 p {
  margin-bottom: 0;
}
#add-material-list-modal .action-no-name textarea,
#add-material-modal .action-no-name textarea,
#add-action-list-modal .action-no-name textarea,
#add-category-modal .action-no-name textarea,
#add-actionList-action-modal .action-no-name textarea {
  width: 100%;
}
#add-material-list-modal .commet-export-production input[type="checkbox"],
#add-material-modal .commet-export-production input[type="checkbox"],
#add-action-list-modal .commet-export-production input[type="checkbox"],
#add-category-modal .commet-export-production input[type="checkbox"],
#add-actionList-action-modal .commet-export-production input[type="checkbox"] {
  width: auto !important;
  min-height: 20px !important;
}
#add-material-list-modal .commet-export-production input[type="checkbox"]:checked.checkedInput:after,
#add-material-modal .commet-export-production input[type="checkbox"]:checked.checkedInput:after,
#add-action-list-modal .commet-export-production input[type="checkbox"]:checked.checkedInput:after,
#add-category-modal .commet-export-production input[type="checkbox"]:checked.checkedInput:after,
#add-actionList-action-modal .commet-export-production input[type="checkbox"]:checked.checkedInput:after,
#add-material-list-modal .commet-export-production input[type="checkbox"]:after,
#add-material-modal .commet-export-production input[type="checkbox"]:after,
#add-action-list-modal .commet-export-production input[type="checkbox"]:after,
#add-category-modal .commet-export-production input[type="checkbox"]:after,
#add-actionList-action-modal .commet-export-production input[type="checkbox"]:after {
  top: 2px !important;
  left: 3px !important;
}
#add-category-modal .modal-dialog {
  width: 550px !important;
}
#add-category-modal .modal-dialog .modal-content .modal-footer button {
  float: right !important;
}
#add-actionList-action-modal .modal-dialog {
  width: 900px !important;
}
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .category-select input {
  border: 0 !important;
  padding: 0 !important;
  margin-top: -7px !important;
  text-align: left !important;
}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../../../../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../../../../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../../../../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../../../../images/rated-star.svg");
}
.order-material .add-associated-material {
  width: auto;
  border: solid 1px #105c9d;
  color: #fff;
  background: #105c9d;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  height: 36px;
  margin-left: 15px;
  min-width: 60px;
  margin-top: 15px;
}
#add-order-material-modal .modal-dialog,
#add-simple-order-action-modal .modal-dialog {
  width: 90%;
}
#add-order-material-modal .modal-dialog .modal-content,
#add-simple-order-action-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-order-material-modal .modal-dialog .modal-content .modal-header,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-order-material-modal .modal-dialog .modal-content .modal-header .close,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-order-material-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-order-material-modal .modal-dialog .modal-content .modal-header label.modal-title,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-header label.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #105c9d;
  width: 100%;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body label,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body label {
  display: flex;
  max-width: 100%;
  margin-bottom: 5px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  min-height: 47px;
  text-align: center;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body p.red-astrix-mark,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body p.red-astrix-mark {
  width: auto;
  padding: 0 6px;
  float: none;
  display: inline-block;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body input,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body input {
  width: 100%;
  text-align: center;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter {
  margin-top: 10px;
  margin-bottom: 20px;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter input,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter input {
  border: 0;
  background: #eee;
  padding: 5px 5px 5px 35px;
  width: 100%;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter i,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .associated-material-search-filter i {
  position: absolute;
  left: 25px;
  top: 8px;
  color: #aaa;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown {
  margin-left: 0;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown .caret,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown .caret {
  position: absolute;
  top: 15px;
  right: 10px;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul {
  min-width: 100% !important;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li {
  color: #000;
  padding: 0;
  margin-bottom: 0;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li p.free-text,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li p.free-text {
  border: none;
  text-align: center;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.dropdown-header,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.dropdown-header {
  color: #aaa;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li span,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li span {
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #aaa;
  float: left;
  cursor: pointer;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li span:nth-child(2),
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li span:nth-child(2) {
  width: calc(100% - 80px);
  padding-left: 15px;
  text-align: left;
  float: right;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.material-item,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.material-item {
  max-height: 150px;
  overflow-y: auto;
}
#add-order-material-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.material-item .material-data:hover,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-body .material-custom-dropdown ul li.material-item .material-data:hover {
  background: #eee;
  width: 100%;
  float: left;
}
#add-order-material-modal .modal-dialog .modal-content .modal-footer,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-footer {
  border: none !important;
}
#add-order-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-order-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-order-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-order-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-simple-order-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}

login .container,
forgot .container {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}
#login-page .card-container.card {
  max-width: 350px;
  padding: 20px 40px;
}
#login-page .card {
  background-color: #fff;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login-page .card .profile-img-card {
  max-width: 250px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
#login-page .card .profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}
#login-page .card .form-signin .reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login-page .card .form-signin #inputEmail,
#login-page .card .form-signin #inputPassword,
#login-page .card .form-signin #inputFederation {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}
#login-page .card .form-signin input[type=email],
#login-page .card .form-signin input[type=password],
#login-page .card .form-signin input[type=text],
#login-page .card .form-signin select,
#login-page .card .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#login-page .card .form-signin .form-control:focus {
  border-color: #105c9d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #105c9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #105c9d;
}
#login-page .card .form-signin .btn.btn-signin {
  background-color: #105c9d;
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
#login-page .card .form-signin .btn.btn-signin:hover,
#login-page .card .form-signin .btn.btn-signin:focus,
#login-page .card .form-signin .btn.btn-signin:active {
  background-color: #105c9d;
}
#login-page .card .form-signin .btn.btn-selectorg {
  background-color: #105c9d;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px 0 5px;
}
#login-page .card .form-signin .btn.btn-selectorg:hover,
#login-page .card .form-signin .btn.btn-selectorg:focus,
#login-page .card .form-signin .btn.btn-selectorg:active {
  background-color: #105c9d;
}
#login-page .card .form-signin .select-organization h1 {
  text-align: center;
  font-size: 18px;
  color: #105c9d;
  font-weight: 700;
  margin-bottom: 15px;
}
#login-page .card .form-signin .color-sampling-radio .checkbox-style {
  cursor: pointer;
}
#login-page .card .form-signin .color-sampling-radio .checkbox-style input[type="radio"]:checked,
#login-page .card .form-signin .color-sampling-radio .checkbox-style input[type="radio"]:not(:checked) {
  opacity: 1;
  position: static !important;
  border: 2px solid #6bd0d0;
}
#login-page .card .form-signin .color-sampling-radio .checkbox-style input[type="radio"]:checked:after {
  background: #6bd0d0;
}
#login-page .card .forgot-password {
  color: #105c9d;
}
#login-page .card .forgot-password:hover,
#login-page .card .forgot-password:focus,
#login-page .card .forgot-password:active {
  color: #105c9d;
}
.card.card-container label + .ui-select-container.select2.select2-container {
  width: 60%;
  float: right;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  position: static !important;
  border-radius: 0;
  border-top-width: 0;
  border-top-style: solid;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  background: #fff;
  display: block;
  padding: 5px 15px;
}
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .search-container.select2-search {
  display: none;
}
.card.card-container label + .ui-select-container.select2.select2-container .ui-select-dropdown .search-container.select2-search input {
  height: 0px;
  padding: 0px;
  border: 0px;
}
.card.card-container label + .ui-select-container.select2.select2-container .ui-select-dropdown .search-container.select2-search + ul {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  background: #fff;
  display: block;
  padding: 0.1px 0px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 18px;
}
.card.card-container label span {
  margin-left: 80px;
}
.select2-result-label.ui-select-choices-row-inner {
  text-align: left;
  margin-left: 34px;
}
.bankId {
  height: 25px;
}

.bankid-method {
  transition: height 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.bankid-method.active {
  display: block;
  height: 150px;
}
.bankid-method h2 {
  color: #1f2532 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 300 !important;
}
.federated-iframe {
  transition: height 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.federated-iframe.active {
  display: block;
  height: 600px;
}
.federated-button {
  color: white;
  width: 100%;
  background-color: #105c9d;
  padding: 0px;
  margin: 10px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.active-float-align .clinic-active {
  float: left !important;
}
.street-block h4 {
  color: #105c9d;
  margin-bottom: 5px;
}
.street-block select {
  line-height: 38px;
  min-height: 38px;
  width: 100%;
  font-size: 14px;
  height: 38px;
}
.street-block .upload-section-file {
  position: relative;
  width: 115px;
  float: left;
  height: 38px;
  overflow: hidden;
  margin-top: 30px;
}
.street-block .upload-section-file input[type="file"] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.street-block .upload-section-file span {
  color: #105c9d;
  border: solid 1px #105c9d;
  line-height: 38px;
  min-height: 38px;
  height: 38px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
}
.street-block .file-name-style {
  float: left;
  margin: 35px 0 0 10px;
}
.ml-10 {
  margin-left: 10px;
}

.order-2-construction-section .actions-warranty {
  display: flex;
  float: none;
  margin: 20px 28px;
  margin-bottom: 0;
}
.order-2-construction-section .actions-warranty construction-action-list {
  flex: 1 0 auto;
  display: flex;
}
.order-2-construction-section .actions-warranty construction-action-list .action-label {
  margin-right: 15px;
}
.order-2-construction-section .actions-warranty div {
  float: none;
}
.order-2-construction-section .constructions-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.order-2-construction-section .constructions-grid .construction-cell-wrapper {
  flex: 0 0 33%;
  padding: 10px;
}
.order-2-construction-section .constructions-grid .construction-cell-wrapper .construction-cell {
  padding: 15px;
  padding-top: 5px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
}
.order-2-construction-section .constructions-grid .construction-cell-wrapper .construction-cell h3 {
  color: #000;
  clear: both;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 2px;
}
.order-2-construction-section .constructions-grid .construction-cell-wrapper .construction-cell h3 .red-astrix-mark {
  padding: 0;
  font-size: 14px;
  vertical-align: super;
  color: #ff0515 !important;
}
.order-2-construction-section .constructions-grid .construction-cell-wrapper.two-span {
  flex: 0 0 66%;
}
.order-2-construction-section .construction-footer {
  padding: 20px;
  display: flex;
}
.order-2-construction-section .construction-footer div {
  flex: 1 0 33%;
  text-align: center;
  align-self: flex-end;
}
.order-2-construction-section .construction-footer button {
  width: 120px;
  background-color: #105c9d;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  border: none;
}
.order-2-construction-section .construction-footer .required-field {
  color: red;
  font-size: 13px;
  text-align: right;
  align-self: flex-end;
}
.order-2-construction-section .construction-footer button:disabled,
.order-2-construction-section .construction-footer button[disabled] {
  border-color: #dcdada;
  color: #dcdada;
  opacity: 0.7;
  cursor: not-allowed;
}
.order-2-construction-section .disable-warranty {
  opacity: 0.7;
}
.order-2-construction-section .disable-warranty input {
  width: 100%;
  height: 100%;
}
.order-2-construction-section .warranty-type-body {
  overflow: hidden;
}

.constructions-grid .construction-cell-wrapper .standard-list ul {
  display: flex;
  flex-wrap: wrap;
}
.constructions-grid .construction-cell-wrapper .standard-list ul li {
  flex: 0 0 auto;
  background-color: #dcdada;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 80px;
  text-align: center;
}
.constructions-grid .construction-cell-wrapper .standard-list ul li a {
  padding: 5px 5px;
  display: block;
  cursor: pointer;
  color: #5a5959;
  font-size: 13px;
}
.constructions-grid .construction-cell-wrapper .standard-list input {
  font-size: 13px;
  margin-top: 5px;
}
.constructions-grid .construction-cell-wrapper .color-selector .select-lists {
  margin-bottom: 10px;
}
.constructions-grid .construction-cell-wrapper .color-selector .select-lists select {
  cursor: pointer;
  font-size: 13px;
  background-color: #dcdada;
  border: 0;
  padding: 8px 5px;
  min-width: 150px;
}
.constructions-grid .construction-cell-wrapper .color-selector .select-lists select.color {
  min-width: 100px;
}
.constructions-grid .construction-cell-wrapper .color-selector .select-lists .shade {
  margin-right: 5px;
}
.constructions-grid .construction-cell-wrapper .icon-list ul li {
  background-color: #dcdada;
  margin-bottom: 5px;
  cursor: pointer;
}
.constructions-grid .construction-cell-wrapper .icon-list ul li a {
  padding: 4px;
  display: block;
  font-size: 13px;
  color: #5a5959;
}
.constructions-grid .construction-cell-wrapper .icon-list ul li a img {
  height: 25px;
  background: #fff;
  margin: 0 5px;
  border-radius: 20px;
  padding: 5px;
}
.constructions-grid .construction-cell-wrapper .number-of-unit .action-units-number {
  margin-top: 0;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings {
  cursor: pointer;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown {
  margin: 0;
  font-size: 13px;
  background-color: #dcdada;
  max-width: 150px;
  padding: 5px 5px;
  font-weight: 400;
  color: #5a5959;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown input {
  cursor: pointer;
  border: 0;
  background: none;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown i.fa {
  font-size: 10px;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown-menu {
  padding: 0;
  height: 35vh;
  overflow: auto;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown-menu li {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.constructions-grid .construction-cell-wrapper .multiselect-settings .dropdown-menu li label {
  margin: auto;
}
warranty .wrapper-label {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}
warranty .wrapper-label input,
warranty .wrapper-label label {
  margin: auto;
  float: none;
}
.add-index {
  z-index: 99999 !important;
}
.add-index input {
  z-index: 0 !important;
}

construction-header h1 {
  font-size: 16px;
  line-height: 36px !important;
}
construction-header .fa-trash {
  background-color: #fff;
  color: red !important;
  border-radius: 15px;
  margin-top: 3px;
}

#construction-section {
  margin-top: 60px;
}
#construction-section main-categories {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#construction-section teeth-structure {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.clickonBoth .teeth-label {
  font-size: 14px;
  padding: 5px;
  font-weight: 400;
}
.clickonBoth .bridge-start {
  border: 3px solid #105c9d;
  border-right: none;
  border-radius: 8px 0 0 8px;
  margin-right: 0;
  margin-left: 3px;
  width: 35px;
  padding: 0;
}
.clickonBoth .bridge-middle,
.clickonBoth .bridge-start-temp {
  border: 3px solid #105c9d;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 38px;
}
.clickonBoth .bridge-end {
  border: 3px solid #105c9d;
  border-left: none;
  border-radius: 0 8px 8px 0;
  margin-left: 0;
  margin-right: 3px;
  padding: 0;
  width: 35px;
}

#three-shape-upload-modal h4,
#three-shape-scan-view h4 {
  text-align: center;
  color: #636363 !important;
  font-weight: 600 !important;
  border: none !important;
}
#three-shape-upload-modal h5,
#three-shape-scan-view h5 {
  text-align: center;
  color: #aaa;
}
#three-shape-upload-modal .close,
#three-shape-scan-view .close {
  font-size: 25px !important;
  opacity: 1.2 !important;
}
#three-shape-upload-modal .shape-download-info,
#three-shape-scan-view .shape-download-info {
  float: left;
  padding: 8px 32px;
  margin: 20px 5px 12px;
}
#three-shape-upload-modal .shape-download-info i,
#three-shape-scan-view .shape-download-info i {
  font-size: 25px;
  color: #5dcbcc;
}
#three-shape-upload-modal .scan-spinner-text,
#three-shape-scan-view .scan-spinner-text {
  font-size: 20px !important;
  color: #000 !important;
}
.shape-open-list-btn {
  color: #fff;
  padding: 5px;
  margin-left: 0;
  font-size: 13px;
  text-transform: uppercase;
  background: #105c9d;
  margin-bottom: 3px;
  border: none;
}
.uploading-toastr {
  background: #fff !important;
  color: black !important;
}
.uploading-toastr i {
  color: #5dcbcc !important;
}
.uploading-toastr .toast-close-button {
  color: #5dcbcc !important;
}
.shape-open-list-btn.image-annotation {
  padding: 3px 15px;
  float: initial;
  margin-left: 10px;
}
.annotation-instruction {
  font-size: 16px;
  font-weight: 500;
  margin: 50px 0 0 15px;
}

#three-shape-scan-view .scan-file {
  max-width: 100%;
  height: 120px;
  object-fit: cover;
}
#three-shape-scan-view .modal-footer {
  border: none;
  text-align: center;
  display: inline-block;
}
#three-shape-scan-view .modal-footer button {
  float: none !important;
}

.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:500 15px/24px Roboto;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto;letter-spacing:-0.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto;letter-spacing:-0.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:Roboto;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:Roboto;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-simple-snackbar{font-family:Roboto;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}body{--primary-color: $primary-color;--primary-lighter-color: $primary-lighter-color;--primary-darker-color: $primary-darker-color;--text-primary-color: #ffffff;--text-primary-lighter-color: rgba(0, 0, 0, 0.87);--text-primary-darker-color: #ffffff}body{--accent-color: $accent-color;--accent-lighter-color: $accent-lighter-color;--accent-darker-color: $accent-darker-color;--text-accent-color: #ffffff;--text-accent-lighter-color: rgba(0, 0, 0, 0.87);--text-accent-darker-color: #ffffff}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(0, 0, 0, 0.87);--text-warn-darker-color: #ffffff}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-active{background:rgba(44,44,44,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#f3f3f3}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-app-background{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:red}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b4b4b4;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#105c9d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#105c9d}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:red}.mat-button.mat-primary[disabled],.mat-button.mat-accent[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#105c9d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#105c9d}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:red}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{background-color:rgba(44,44,44,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:silver;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#dadada}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#a7a7a7}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#f3f3f3}.mat-checkbox-checkmark-path{stroke:#f3f3f3 !important}.mat-checkbox-mixedmark{background-color:#f3f3f3}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.mat-chip.mat-standard-chip{background-color:#dadada;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(44,44,44,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#105c9d}.mat-datepicker-toggle-active.mat-accent{color:#105c9d}.mat-datepicker-toggle-active.mat-warn{color:red}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(44,44,44,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.mat-focused .mat-form-field-required-marker{color:#105c9d}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.mat-error{color:red}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#105c9d}.mat-icon.mat-accent{color:#105c9d}.mat-icon.mat-warn{color:red}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#105c9d}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#105c9d}.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:red}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#dadada}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(44,44,44,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(44,44,44,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(44,44,44,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#0097aa}.mat-progress-bar-buffer{background-color:#0097aa}.mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.mat-progress-spinner circle,.mat-spinner circle{stroke:#105c9d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#105c9d}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:red}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(44,44,44,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#105c9d}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#105c9d}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:red}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(44,44,44,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:red}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#e6e6e6;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#105c9d;color:#fff}.mat-toolbar.mat-accent{background:#105c9d;color:#fff}.mat-toolbar.mat-warn{background:red;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(95,95,95,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#105c9d}.theme-alternate .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-option{color:#fff}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-active{background:rgba(243,243,243,.04);color:#fff}.theme-alternate .mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.theme-alternate .mat-optgroup-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.theme-alternate .mat-pseudo-checkbox::after{color:#2c2c2c}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#2c2c2c;color:#fff}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#393939;color:#fff}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#393939}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-alternate .mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.theme-alternate .mat-badge-warn .mat-badge-content{color:#fff;background:red}.theme-alternate .mat-badge{position:relative}.theme-alternate .mat-badge-hidden .mat-badge-content{display:none}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#6b6b6b;color:rgba(255,255,255,.5)}.theme-alternate .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-alternate .ng-animate-disabled .mat-badge-content,.theme-alternate .mat-badge-content._mat-animation-noopable{transition:none}.theme-alternate .mat-badge-content.mat-badge-active{transform:none}.theme-alternate .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-alternate .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-alternate .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-alternate .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-alternate .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-alternate .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-alternate .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-alternate .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-alternate .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-alternate .mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#105c9d}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#105c9d}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:red}.theme-alternate .mat-button.mat-primary[disabled],.theme-alternate .mat-button.mat-accent[disabled],.theme-alternate .mat-button.mat-warn[disabled],.theme-alternate .mat-button[disabled][disabled],.theme-alternate .mat-icon-button.mat-primary[disabled],.theme-alternate .mat-icon-button.mat-accent[disabled],.theme-alternate .mat-icon-button.mat-warn[disabled],.theme-alternate .mat-icon-button[disabled][disabled],.theme-alternate .mat-stroked-button.mat-primary[disabled],.theme-alternate .mat-stroked-button.mat-accent[disabled],.theme-alternate .mat-stroked-button.mat-warn[disabled],.theme-alternate .mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.theme-alternate .mat-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-icon-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#fff}.theme-alternate .mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#fff;background-color:#393939}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{color:#fff}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{color:#fff}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#fff}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:red}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{background-color:rgba(243,243,243,.12)}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab[disabled]:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone,.theme-alternate .mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-alternate .mat-button-toggle{color:rgba(255,255,255,.5)}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-appearance-standard{color:#fff;background:#393939}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-checked{background-color:#5f5f5f;color:rgba(255,255,255,.7)}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-alternate .mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#464646}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#393939}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#797979}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-card{background:#393939;color:#fff}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card-subtitle{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-checkmark{fill:#2c2c2c}.theme-alternate .mat-checkbox-checkmark-path{stroke:#2c2c2c !important}.theme-alternate .mat-checkbox-mixedmark{background-color:#2c2c2c}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.theme-alternate .mat-chip.mat-standard-chip{background-color:#5f5f5f;color:#fff}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip::after{background:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-table{background:#393939}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:rgba(255,255,255,.12)}.theme-alternate .mat-header-cell{color:rgba(255,255,255,.7)}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#fff}.theme-alternate .mat-calendar-arrow{border-top-color:#fff}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-alternate .mat-calendar-table-header{color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.theme-alternate .mat-calendar-body-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-calendar-body-cell-content{color:#fff;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(243,243,243,.04)}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.theme-alternate .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#393939;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-datepicker-toggle-active{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:red}.theme-alternate .mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-divider{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel{background:#393939;color:#fff}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-action-row{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#393939}}.theme-alternate .mat-expansion-panel-header-title{color:#fff}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#105c9d}.theme-alternate .mat-form-field-ripple{background-color:#fff}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.theme-alternate .mat-error{color:red}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.theme-alternate .mat-icon.mat-primary{color:#105c9d}.theme-alternate .mat-icon.mat-accent{color:#105c9d}.theme-alternate .mat-icon.mat-warn{color:red}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element option{color:rgba(0,0,0,.87)}.theme-alternate .mat-input-element option:disabled{color:rgba(0,0,0,.38)}.theme-alternate .mat-accent .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.theme-alternate .mat-list-base .mat-list-item{color:#fff}.theme-alternate .mat-list-base .mat-list-option{color:#fff}.theme-alternate .mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.theme-alternate .mat-list-item-disabled{background-color:#464646}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(243,243,243,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(243,243,243,.12)}.theme-alternate .mat-menu-panel{background:#393939}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-menu-item{background:transparent;color:#fff}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-item-submenu-trigger::after{color:#fff}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(243,243,243,.04)}.theme-alternate .mat-paginator{background:#393939}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #fff}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-progress-bar-background{fill:#0097aa}.theme-alternate .mat-progress-bar-buffer{background-color:#0097aa}.theme-alternate .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:red}.theme-alternate .mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-alternate .mat-select-value{color:#fff}.theme-alternate .mat-select-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-disabled .mat-select-value{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-arrow{color:rgba(255,255,255,.7)}.theme-alternate .mat-select-panel{background:#393939}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(243,243,243,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.theme-alternate .mat-drawer-container{background-color:#2c2c2c;color:#fff}.theme-alternate .mat-drawer{background-color:#393939;color:#fff}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#393939}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(198,198,198,.6)}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-primary .mat-slider-track-fill,.theme-alternate .mat-primary .mat-slider-thumb,.theme-alternate .mat-primary .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-accent .mat-slider-track-fill,.theme-alternate .mat-accent .mat-slider-thumb,.theme-alternate .mat-accent .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-warn .mat-slider-track-fill,.theme-alternate .mat-warn .mat-slider-thumb,.theme-alternate .mat-warn .mat-slider-thumb-label{background-color:red}.theme-alternate .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .cdk-focused .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider-disabled .mat-slider-thumb{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover{background-color:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.theme-alternate .mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:red}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#393939}.theme-alternate .mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.theme-alternate .mat-horizontal-stepper-header::before,.theme-alternate .mat-horizontal-stepper-header::after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-sort-header-arrow{color:#c4c4c4}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#fff}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-group[class*=mat-background-] .mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-toolbar{background:#393939;color:#fff}.theme-alternate .mat-toolbar.mat-primary{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-accent{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-warn{background:red;color:#fff}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(95,95,95,.9)}.theme-alternate .mat-tree{background:#393939}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#fff}.theme-alternate .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:"Material Icons","Material Icons"}.material-icons .mat-badge-content{font-family:"Roboto"}#ta-transport-status-wrapper{display:flex;align-items:center}#ta-transport-status-wrapper .status-icon{font-size:1.2em;line-height:1.5em;height:auto}#ta-transport-status-wrapper .status-label{font-weight:bold;margin-left:.25em}#ta-transport-status-wrapper .PICKED_UP{color:#333}#ta-transport-status-wrapper .DELIVERED{color:#007e33}#ta-transport-status-wrapper .MISSED{color:#c00}#ta-transport-status-wrapper .MISSED_PICKUP,#ta-transport-status-wrapper .MISSED_DELIVERY,#ta-transport-status-wrapper .hasProblem{color:#d0911c}#ta-transport-status-wrapper .loading-indicator{position:fixed;z-index:999;height:2em;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0}#ta-transport-status-wrapper .loading-indicator:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.transport-status-log-dialog .mat-dialog-content{padding:0;margin:0}.transport-status-log-dialog .mat-dialog-content table{width:100%}.transport-status-log-dialog .mat-close-btn{color:#fff !important;background:#0b4566 !important;margin-bottom:-150px}#transport-order-wizard-wrapper{max-width:740px;margin:auto}#transport-order-wizard-wrapper h1{text-align:center;margin:.5em 0}#transport-order-wizard-wrapper .step-content{margin:1em 0}#transport-order-wizard-wrapper .step-content .transport-details-wrapper{display:flex}#transport-order-wizard-wrapper .step-content .transport-details-wrapper ta-package-picker{flex:1 1 35%}#transport-order-wizard-wrapper .step-content .transport-details-wrapper .comments-wrapper{flex:1 1 65%;margin-left:1em}#transport-order-wizard-wrapper .step-content .internal-message-wrapper{padding-top:2em}#transport-order-wizard-wrapper .actions{display:flex;justify-content:flex-end}#transport-order-wizard-wrapper .actions button{font-size:1.2em;height:45px}#transport-order-wizard-wrapper mat-calendar{max-width:400px}#transport-order-wizard-wrapper .abort-button-wrapper{margin-top:2em;width:100%;text-align:center}.main-layout #transport-order-wizard-wrapper{margin-top:143px}.main-layout #transport-order-wizard-wrapper .actions button{height:auto;font-size:14px}@media screen and (max-width: 450px){#transport-order-wizard-wrapper .actions button{width:100%;font-size:1.2em;height:45px}}.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:500 15px/24px Roboto;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto;letter-spacing:-0.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto;letter-spacing:-0.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:Roboto;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:Roboto;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-simple-snackbar{font-family:Roboto;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}body{--primary-color: $primary-color;--primary-lighter-color: $primary-lighter-color;--primary-darker-color: $primary-darker-color;--text-primary-color: #ffffff;--text-primary-lighter-color: rgba(0, 0, 0, 0.87);--text-primary-darker-color: #ffffff}body{--accent-color: $accent-color;--accent-lighter-color: $accent-lighter-color;--accent-darker-color: $accent-darker-color;--text-accent-color: #ffffff;--text-accent-lighter-color: rgba(0, 0, 0, 0.87);--text-accent-darker-color: #ffffff}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(0, 0, 0, 0.87);--text-warn-darker-color: #ffffff}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-active{background:rgba(44,44,44,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#f3f3f3}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-app-background{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:red}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b4b4b4;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#105c9d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#105c9d}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:red}.mat-button.mat-primary[disabled],.mat-button.mat-accent[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#105c9d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#105c9d}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:red}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{background-color:rgba(44,44,44,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:silver;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#dadada}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#a7a7a7}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#f3f3f3}.mat-checkbox-checkmark-path{stroke:#f3f3f3 !important}.mat-checkbox-mixedmark{background-color:#f3f3f3}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.mat-chip.mat-standard-chip{background-color:#dadada;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(44,44,44,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#105c9d}.mat-datepicker-toggle-active.mat-accent{color:#105c9d}.mat-datepicker-toggle-active.mat-warn{color:red}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(44,44,44,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.mat-focused .mat-form-field-required-marker{color:#105c9d}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.mat-error{color:red}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#105c9d}.mat-icon.mat-accent{color:#105c9d}.mat-icon.mat-warn{color:red}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#105c9d}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#105c9d}.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:red}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#dadada}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(44,44,44,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(44,44,44,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(44,44,44,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#0097aa}.mat-progress-bar-buffer{background-color:#0097aa}.mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.mat-progress-spinner circle,.mat-spinner circle{stroke:#105c9d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#105c9d}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:red}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(44,44,44,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#105c9d}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#105c9d}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:red}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(44,44,44,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:red}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#e6e6e6;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#105c9d;color:#fff}.mat-toolbar.mat-accent{background:#105c9d;color:#fff}.mat-toolbar.mat-warn{background:red;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(95,95,95,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#105c9d}.theme-alternate .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-option{color:#fff}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-active{background:rgba(243,243,243,.04);color:#fff}.theme-alternate .mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.theme-alternate .mat-optgroup-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.theme-alternate .mat-pseudo-checkbox::after{color:#2c2c2c}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#2c2c2c;color:#fff}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#393939;color:#fff}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#393939}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-alternate .mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.theme-alternate .mat-badge-warn .mat-badge-content{color:#fff;background:red}.theme-alternate .mat-badge{position:relative}.theme-alternate .mat-badge-hidden .mat-badge-content{display:none}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#6b6b6b;color:rgba(255,255,255,.5)}.theme-alternate .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-alternate .ng-animate-disabled .mat-badge-content,.theme-alternate .mat-badge-content._mat-animation-noopable{transition:none}.theme-alternate .mat-badge-content.mat-badge-active{transform:none}.theme-alternate .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-alternate .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-alternate .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-alternate .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-alternate .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-alternate .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-alternate .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-alternate .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-alternate .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-alternate .mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#105c9d}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#105c9d}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:red}.theme-alternate .mat-button.mat-primary[disabled],.theme-alternate .mat-button.mat-accent[disabled],.theme-alternate .mat-button.mat-warn[disabled],.theme-alternate .mat-button[disabled][disabled],.theme-alternate .mat-icon-button.mat-primary[disabled],.theme-alternate .mat-icon-button.mat-accent[disabled],.theme-alternate .mat-icon-button.mat-warn[disabled],.theme-alternate .mat-icon-button[disabled][disabled],.theme-alternate .mat-stroked-button.mat-primary[disabled],.theme-alternate .mat-stroked-button.mat-accent[disabled],.theme-alternate .mat-stroked-button.mat-warn[disabled],.theme-alternate .mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.theme-alternate .mat-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-icon-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#fff}.theme-alternate .mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#fff;background-color:#393939}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{color:#fff}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{color:#fff}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#fff}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:red}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{background-color:rgba(243,243,243,.12)}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab[disabled]:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone,.theme-alternate .mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-alternate .mat-button-toggle{color:rgba(255,255,255,.5)}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-appearance-standard{color:#fff;background:#393939}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-checked{background-color:#5f5f5f;color:rgba(255,255,255,.7)}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-alternate .mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#464646}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#393939}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#797979}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-card{background:#393939;color:#fff}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card-subtitle{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-checkmark{fill:#2c2c2c}.theme-alternate .mat-checkbox-checkmark-path{stroke:#2c2c2c !important}.theme-alternate .mat-checkbox-mixedmark{background-color:#2c2c2c}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.theme-alternate .mat-chip.mat-standard-chip{background-color:#5f5f5f;color:#fff}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip::after{background:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-table{background:#393939}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:rgba(255,255,255,.12)}.theme-alternate .mat-header-cell{color:rgba(255,255,255,.7)}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#fff}.theme-alternate .mat-calendar-arrow{border-top-color:#fff}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-alternate .mat-calendar-table-header{color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.theme-alternate .mat-calendar-body-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-calendar-body-cell-content{color:#fff;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(243,243,243,.04)}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.theme-alternate .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#393939;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-datepicker-toggle-active{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:red}.theme-alternate .mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-divider{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel{background:#393939;color:#fff}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-action-row{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#393939}}.theme-alternate .mat-expansion-panel-header-title{color:#fff}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#105c9d}.theme-alternate .mat-form-field-ripple{background-color:#fff}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.theme-alternate .mat-error{color:red}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.theme-alternate .mat-icon.mat-primary{color:#105c9d}.theme-alternate .mat-icon.mat-accent{color:#105c9d}.theme-alternate .mat-icon.mat-warn{color:red}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element option{color:rgba(0,0,0,.87)}.theme-alternate .mat-input-element option:disabled{color:rgba(0,0,0,.38)}.theme-alternate .mat-accent .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.theme-alternate .mat-list-base .mat-list-item{color:#fff}.theme-alternate .mat-list-base .mat-list-option{color:#fff}.theme-alternate .mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.theme-alternate .mat-list-item-disabled{background-color:#464646}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(243,243,243,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(243,243,243,.12)}.theme-alternate .mat-menu-panel{background:#393939}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-menu-item{background:transparent;color:#fff}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-item-submenu-trigger::after{color:#fff}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(243,243,243,.04)}.theme-alternate .mat-paginator{background:#393939}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #fff}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-progress-bar-background{fill:#0097aa}.theme-alternate .mat-progress-bar-buffer{background-color:#0097aa}.theme-alternate .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:red}.theme-alternate .mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-alternate .mat-select-value{color:#fff}.theme-alternate .mat-select-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-disabled .mat-select-value{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-arrow{color:rgba(255,255,255,.7)}.theme-alternate .mat-select-panel{background:#393939}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(243,243,243,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.theme-alternate .mat-drawer-container{background-color:#2c2c2c;color:#fff}.theme-alternate .mat-drawer{background-color:#393939;color:#fff}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#393939}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(198,198,198,.6)}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-primary .mat-slider-track-fill,.theme-alternate .mat-primary .mat-slider-thumb,.theme-alternate .mat-primary .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-accent .mat-slider-track-fill,.theme-alternate .mat-accent .mat-slider-thumb,.theme-alternate .mat-accent .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-warn .mat-slider-track-fill,.theme-alternate .mat-warn .mat-slider-thumb,.theme-alternate .mat-warn .mat-slider-thumb-label{background-color:red}.theme-alternate .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .cdk-focused .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider-disabled .mat-slider-thumb{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover{background-color:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.theme-alternate .mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:red}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#393939}.theme-alternate .mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.theme-alternate .mat-horizontal-stepper-header::before,.theme-alternate .mat-horizontal-stepper-header::after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-sort-header-arrow{color:#c4c4c4}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#fff}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-group[class*=mat-background-] .mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-toolbar{background:#393939;color:#fff}.theme-alternate .mat-toolbar.mat-primary{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-accent{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-warn{background:red;color:#fff}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(95,95,95,.9)}.theme-alternate .mat-tree{background:#393939}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#fff}.theme-alternate .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:"Material Icons","Material Icons"}.material-icons .mat-badge-content{font-family:"Roboto"}.cdk-overlay-container .mat-autocomplete-panel mat-option{height:60px}.cdk-overlay-container .mat-autocomplete-panel mat-option .clinic-item-name{font-size:1.2em;line-height:normal}.cdk-overlay-container .mat-autocomplete-panel mat-option .clinic-item-address{font-size:.9em;color:rgba(0,0,0,.54);line-height:normal;margin-top:3px}@media screen and (max-width: 480px){#transport-app .mat-step-text-label{display:none}#transport-app .mat-stepper-horizontal-line{margin:0 12px}}.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:500 15px/24px Roboto;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto;letter-spacing:-0.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto;letter-spacing:-0.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:Roboto;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:Roboto;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-simple-snackbar{font-family:Roboto;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}body{--primary-color: $primary-color;--primary-lighter-color: $primary-lighter-color;--primary-darker-color: $primary-darker-color;--text-primary-color: #ffffff;--text-primary-lighter-color: rgba(0, 0, 0, 0.87);--text-primary-darker-color: #ffffff}body{--accent-color: $accent-color;--accent-lighter-color: $accent-lighter-color;--accent-darker-color: $accent-darker-color;--text-accent-color: #ffffff;--text-accent-lighter-color: rgba(0, 0, 0, 0.87);--text-accent-darker-color: #ffffff}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(0, 0, 0, 0.87);--text-warn-darker-color: #ffffff}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-active{background:rgba(44,44,44,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#f3f3f3}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-app-background{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:red}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b4b4b4;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#105c9d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#105c9d}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:red}.mat-button.mat-primary[disabled],.mat-button.mat-accent[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#105c9d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#105c9d}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:red}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{background-color:rgba(44,44,44,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:silver;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#dadada}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#a7a7a7}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#f3f3f3}.mat-checkbox-checkmark-path{stroke:#f3f3f3 !important}.mat-checkbox-mixedmark{background-color:#f3f3f3}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.mat-chip.mat-standard-chip{background-color:#dadada;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(44,44,44,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#105c9d}.mat-datepicker-toggle-active.mat-accent{color:#105c9d}.mat-datepicker-toggle-active.mat-warn{color:red}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(44,44,44,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.mat-focused .mat-form-field-required-marker{color:#105c9d}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.mat-error{color:red}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#105c9d}.mat-icon.mat-accent{color:#105c9d}.mat-icon.mat-warn{color:red}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#105c9d}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#105c9d}.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:red}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#dadada}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(44,44,44,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(44,44,44,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(44,44,44,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#0097aa}.mat-progress-bar-buffer{background-color:#0097aa}.mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.mat-progress-spinner circle,.mat-spinner circle{stroke:#105c9d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#105c9d}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:red}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(44,44,44,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#105c9d}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#105c9d}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:red}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(44,44,44,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:red}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#e6e6e6;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#105c9d;color:#fff}.mat-toolbar.mat-accent{background:#105c9d;color:#fff}.mat-toolbar.mat-warn{background:red;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(95,95,95,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#105c9d}.theme-alternate .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-option{color:#fff}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-active{background:rgba(243,243,243,.04);color:#fff}.theme-alternate .mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.theme-alternate .mat-optgroup-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.theme-alternate .mat-pseudo-checkbox::after{color:#2c2c2c}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#2c2c2c;color:#fff}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#393939;color:#fff}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#393939}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-alternate .mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.theme-alternate .mat-badge-warn .mat-badge-content{color:#fff;background:red}.theme-alternate .mat-badge{position:relative}.theme-alternate .mat-badge-hidden .mat-badge-content{display:none}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#6b6b6b;color:rgba(255,255,255,.5)}.theme-alternate .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-alternate .ng-animate-disabled .mat-badge-content,.theme-alternate .mat-badge-content._mat-animation-noopable{transition:none}.theme-alternate .mat-badge-content.mat-badge-active{transform:none}.theme-alternate .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-alternate .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-alternate .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-alternate .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-alternate .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-alternate .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-alternate .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-alternate .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-alternate .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-alternate .mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#105c9d}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#105c9d}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:red}.theme-alternate .mat-button.mat-primary[disabled],.theme-alternate .mat-button.mat-accent[disabled],.theme-alternate .mat-button.mat-warn[disabled],.theme-alternate .mat-button[disabled][disabled],.theme-alternate .mat-icon-button.mat-primary[disabled],.theme-alternate .mat-icon-button.mat-accent[disabled],.theme-alternate .mat-icon-button.mat-warn[disabled],.theme-alternate .mat-icon-button[disabled][disabled],.theme-alternate .mat-stroked-button.mat-primary[disabled],.theme-alternate .mat-stroked-button.mat-accent[disabled],.theme-alternate .mat-stroked-button.mat-warn[disabled],.theme-alternate .mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.theme-alternate .mat-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-icon-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#fff}.theme-alternate .mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#fff;background-color:#393939}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{color:#fff}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{color:#fff}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#fff}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:red}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{background-color:rgba(243,243,243,.12)}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab[disabled]:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone,.theme-alternate .mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-alternate .mat-button-toggle{color:rgba(255,255,255,.5)}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-appearance-standard{color:#fff;background:#393939}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-checked{background-color:#5f5f5f;color:rgba(255,255,255,.7)}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-alternate .mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#464646}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#393939}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#797979}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-card{background:#393939;color:#fff}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card-subtitle{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-checkmark{fill:#2c2c2c}.theme-alternate .mat-checkbox-checkmark-path{stroke:#2c2c2c !important}.theme-alternate .mat-checkbox-mixedmark{background-color:#2c2c2c}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.theme-alternate .mat-chip.mat-standard-chip{background-color:#5f5f5f;color:#fff}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip::after{background:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-table{background:#393939}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:rgba(255,255,255,.12)}.theme-alternate .mat-header-cell{color:rgba(255,255,255,.7)}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#fff}.theme-alternate .mat-calendar-arrow{border-top-color:#fff}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-alternate .mat-calendar-table-header{color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.theme-alternate .mat-calendar-body-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-calendar-body-cell-content{color:#fff;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(243,243,243,.04)}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.theme-alternate .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#393939;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-datepicker-toggle-active{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:red}.theme-alternate .mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-divider{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel{background:#393939;color:#fff}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-action-row{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#393939}}.theme-alternate .mat-expansion-panel-header-title{color:#fff}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#105c9d}.theme-alternate .mat-form-field-ripple{background-color:#fff}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.theme-alternate .mat-error{color:red}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.theme-alternate .mat-icon.mat-primary{color:#105c9d}.theme-alternate .mat-icon.mat-accent{color:#105c9d}.theme-alternate .mat-icon.mat-warn{color:red}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element option{color:rgba(0,0,0,.87)}.theme-alternate .mat-input-element option:disabled{color:rgba(0,0,0,.38)}.theme-alternate .mat-accent .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.theme-alternate .mat-list-base .mat-list-item{color:#fff}.theme-alternate .mat-list-base .mat-list-option{color:#fff}.theme-alternate .mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.theme-alternate .mat-list-item-disabled{background-color:#464646}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(243,243,243,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(243,243,243,.12)}.theme-alternate .mat-menu-panel{background:#393939}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-menu-item{background:transparent;color:#fff}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-item-submenu-trigger::after{color:#fff}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(243,243,243,.04)}.theme-alternate .mat-paginator{background:#393939}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #fff}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-progress-bar-background{fill:#0097aa}.theme-alternate .mat-progress-bar-buffer{background-color:#0097aa}.theme-alternate .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:red}.theme-alternate .mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-alternate .mat-select-value{color:#fff}.theme-alternate .mat-select-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-disabled .mat-select-value{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-arrow{color:rgba(255,255,255,.7)}.theme-alternate .mat-select-panel{background:#393939}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(243,243,243,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.theme-alternate .mat-drawer-container{background-color:#2c2c2c;color:#fff}.theme-alternate .mat-drawer{background-color:#393939;color:#fff}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#393939}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(198,198,198,.6)}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-primary .mat-slider-track-fill,.theme-alternate .mat-primary .mat-slider-thumb,.theme-alternate .mat-primary .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-accent .mat-slider-track-fill,.theme-alternate .mat-accent .mat-slider-thumb,.theme-alternate .mat-accent .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-warn .mat-slider-track-fill,.theme-alternate .mat-warn .mat-slider-thumb,.theme-alternate .mat-warn .mat-slider-thumb-label{background-color:red}.theme-alternate .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .cdk-focused .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider-disabled .mat-slider-thumb{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover{background-color:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.theme-alternate .mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:red}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#393939}.theme-alternate .mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.theme-alternate .mat-horizontal-stepper-header::before,.theme-alternate .mat-horizontal-stepper-header::after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-sort-header-arrow{color:#c4c4c4}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#fff}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-group[class*=mat-background-] .mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-toolbar{background:#393939;color:#fff}.theme-alternate .mat-toolbar.mat-primary{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-accent{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-warn{background:red;color:#fff}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(95,95,95,.9)}.theme-alternate .mat-tree{background:#393939}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#fff}.theme-alternate .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:"Material Icons","Material Icons"}.material-icons .mat-badge-content{font-family:"Roboto"}#transport-app .transport-dates-wrapper{display:flex;flex-wrap:wrap}#transport-app .transport-dates-wrapper .select-date-wrapper{flex:1 0 50%;padding-right:.5em}#transport-app .transport-dates-wrapper .select-date-wrapper mat-form-field,#transport-app .transport-dates-wrapper .select-date-wrapper input{cursor:pointer}#transport-app .transport-dates-wrapper .deadline-wrapper{flex:1 0 50%;padding-left:.5em}#transport-app .transport-dates-wrapper .second-date-wrapper{flex:1 0 100%;padding:.75em;border-radius:4px;margin-top:1em;background-color:#fffbe2e8}#transport-app .transport-dates-wrapper .second-date-wrapper label{margin:0}#transport-app .transport-dates-wrapper .second-date-wrapper .second-date{display:flex}#transport-app .transport-dates-wrapper .second-date-wrapper .second-date .warning-icon{text-align:center;margin-right:.5em;opacity:.5;font-size:2em;line-height:1.5em}#transport-app .transport-dates-wrapper .delivery-date-bg{background-color:#e5f6fd !important}#transport-app .transport-dates-wrapper.pickup .select-date-wrapper{flex:1 1 100%;padding:0}.cdk-overlay-container .mat-calendar-body-cell-content{font-size:1.2em}@media screen and (max-width: 450px){#transport-app .transport-dates-wrapper .select-date-wrapper,#transport-app .transport-dates-wrapper .deadline-wrapper{flex:1 1 100%;padding:0;margin-bottom:1em}}#existing-transport-dialog-wrapper mat-dialog-content{margin-bottom:2em}#existing-transport-dialog-wrapper .close{float:right;top:-20px;right:-20px}.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:500 15px/24px Roboto;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto;letter-spacing:-0.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto;letter-spacing:-0.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:Roboto;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:Roboto;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-simple-snackbar{font-family:Roboto;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}body{--primary-color: $primary-color;--primary-lighter-color: $primary-lighter-color;--primary-darker-color: $primary-darker-color;--text-primary-color: #ffffff;--text-primary-lighter-color: rgba(0, 0, 0, 0.87);--text-primary-darker-color: #ffffff}body{--accent-color: $accent-color;--accent-lighter-color: $accent-lighter-color;--accent-darker-color: $accent-darker-color;--text-accent-color: #ffffff;--text-accent-lighter-color: rgba(0, 0, 0, 0.87);--text-accent-darker-color: #ffffff}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(0, 0, 0, 0.87);--text-warn-darker-color: #ffffff}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-active{background:rgba(44,44,44,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#f3f3f3}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-app-background{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:red}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b4b4b4;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#105c9d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#105c9d}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:red}.mat-button.mat-primary[disabled],.mat-button.mat-accent[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#105c9d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#105c9d}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:red}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{background-color:rgba(44,44,44,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:silver;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#dadada}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#a7a7a7}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#f3f3f3}.mat-checkbox-checkmark-path{stroke:#f3f3f3 !important}.mat-checkbox-mixedmark{background-color:#f3f3f3}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.mat-chip.mat-standard-chip{background-color:#dadada;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(44,44,44,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#105c9d}.mat-datepicker-toggle-active.mat-accent{color:#105c9d}.mat-datepicker-toggle-active.mat-warn{color:red}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(44,44,44,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.mat-focused .mat-form-field-required-marker{color:#105c9d}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.mat-error{color:red}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#105c9d}.mat-icon.mat-accent{color:#105c9d}.mat-icon.mat-warn{color:red}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#105c9d}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#105c9d}.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:red}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#dadada}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(44,44,44,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(44,44,44,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(44,44,44,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#0097aa}.mat-progress-bar-buffer{background-color:#0097aa}.mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.mat-progress-spinner circle,.mat-spinner circle{stroke:#105c9d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#105c9d}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:red}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(44,44,44,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#105c9d}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#105c9d}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:red}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(44,44,44,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:red}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#e6e6e6;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#105c9d;color:#fff}.mat-toolbar.mat-accent{background:#105c9d;color:#fff}.mat-toolbar.mat-warn{background:red;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(95,95,95,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#105c9d}.theme-alternate .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-option{color:#fff}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-active{background:rgba(243,243,243,.04);color:#fff}.theme-alternate .mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.theme-alternate .mat-optgroup-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.theme-alternate .mat-pseudo-checkbox::after{color:#2c2c2c}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#2c2c2c;color:#fff}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#393939;color:#fff}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#393939}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-alternate .mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.theme-alternate .mat-badge-warn .mat-badge-content{color:#fff;background:red}.theme-alternate .mat-badge{position:relative}.theme-alternate .mat-badge-hidden .mat-badge-content{display:none}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#6b6b6b;color:rgba(255,255,255,.5)}.theme-alternate .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-alternate .ng-animate-disabled .mat-badge-content,.theme-alternate .mat-badge-content._mat-animation-noopable{transition:none}.theme-alternate .mat-badge-content.mat-badge-active{transform:none}.theme-alternate .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-alternate .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-alternate .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-alternate .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-alternate .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-alternate .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-alternate .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-alternate .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-alternate .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-alternate .mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#105c9d}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#105c9d}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:red}.theme-alternate .mat-button.mat-primary[disabled],.theme-alternate .mat-button.mat-accent[disabled],.theme-alternate .mat-button.mat-warn[disabled],.theme-alternate .mat-button[disabled][disabled],.theme-alternate .mat-icon-button.mat-primary[disabled],.theme-alternate .mat-icon-button.mat-accent[disabled],.theme-alternate .mat-icon-button.mat-warn[disabled],.theme-alternate .mat-icon-button[disabled][disabled],.theme-alternate .mat-stroked-button.mat-primary[disabled],.theme-alternate .mat-stroked-button.mat-accent[disabled],.theme-alternate .mat-stroked-button.mat-warn[disabled],.theme-alternate .mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.theme-alternate .mat-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-icon-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#fff}.theme-alternate .mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#fff;background-color:#393939}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{color:#fff}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{color:#fff}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#fff}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:red}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{background-color:rgba(243,243,243,.12)}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab[disabled]:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone,.theme-alternate .mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-alternate .mat-button-toggle{color:rgba(255,255,255,.5)}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-appearance-standard{color:#fff;background:#393939}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-checked{background-color:#5f5f5f;color:rgba(255,255,255,.7)}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-alternate .mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#464646}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#393939}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#797979}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-card{background:#393939;color:#fff}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card-subtitle{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-checkmark{fill:#2c2c2c}.theme-alternate .mat-checkbox-checkmark-path{stroke:#2c2c2c !important}.theme-alternate .mat-checkbox-mixedmark{background-color:#2c2c2c}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.theme-alternate .mat-chip.mat-standard-chip{background-color:#5f5f5f;color:#fff}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip::after{background:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-table{background:#393939}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:rgba(255,255,255,.12)}.theme-alternate .mat-header-cell{color:rgba(255,255,255,.7)}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#fff}.theme-alternate .mat-calendar-arrow{border-top-color:#fff}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-alternate .mat-calendar-table-header{color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.theme-alternate .mat-calendar-body-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-calendar-body-cell-content{color:#fff;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(243,243,243,.04)}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.theme-alternate .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#393939;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-datepicker-toggle-active{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:red}.theme-alternate .mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-divider{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel{background:#393939;color:#fff}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-action-row{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#393939}}.theme-alternate .mat-expansion-panel-header-title{color:#fff}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#105c9d}.theme-alternate .mat-form-field-ripple{background-color:#fff}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.theme-alternate .mat-error{color:red}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.theme-alternate .mat-icon.mat-primary{color:#105c9d}.theme-alternate .mat-icon.mat-accent{color:#105c9d}.theme-alternate .mat-icon.mat-warn{color:red}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element option{color:rgba(0,0,0,.87)}.theme-alternate .mat-input-element option:disabled{color:rgba(0,0,0,.38)}.theme-alternate .mat-accent .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.theme-alternate .mat-list-base .mat-list-item{color:#fff}.theme-alternate .mat-list-base .mat-list-option{color:#fff}.theme-alternate .mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.theme-alternate .mat-list-item-disabled{background-color:#464646}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(243,243,243,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(243,243,243,.12)}.theme-alternate .mat-menu-panel{background:#393939}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-menu-item{background:transparent;color:#fff}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-item-submenu-trigger::after{color:#fff}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(243,243,243,.04)}.theme-alternate .mat-paginator{background:#393939}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #fff}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-progress-bar-background{fill:#0097aa}.theme-alternate .mat-progress-bar-buffer{background-color:#0097aa}.theme-alternate .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:red}.theme-alternate .mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-alternate .mat-select-value{color:#fff}.theme-alternate .mat-select-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-disabled .mat-select-value{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-arrow{color:rgba(255,255,255,.7)}.theme-alternate .mat-select-panel{background:#393939}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(243,243,243,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.theme-alternate .mat-drawer-container{background-color:#2c2c2c;color:#fff}.theme-alternate .mat-drawer{background-color:#393939;color:#fff}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#393939}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(198,198,198,.6)}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-primary .mat-slider-track-fill,.theme-alternate .mat-primary .mat-slider-thumb,.theme-alternate .mat-primary .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-accent .mat-slider-track-fill,.theme-alternate .mat-accent .mat-slider-thumb,.theme-alternate .mat-accent .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-warn .mat-slider-track-fill,.theme-alternate .mat-warn .mat-slider-thumb,.theme-alternate .mat-warn .mat-slider-thumb-label{background-color:red}.theme-alternate .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .cdk-focused .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider-disabled .mat-slider-thumb{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover{background-color:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.theme-alternate .mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:red}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#393939}.theme-alternate .mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.theme-alternate .mat-horizontal-stepper-header::before,.theme-alternate .mat-horizontal-stepper-header::after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-sort-header-arrow{color:#c4c4c4}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#fff}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-group[class*=mat-background-] .mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-toolbar{background:#393939;color:#fff}.theme-alternate .mat-toolbar.mat-primary{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-accent{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-warn{background:red;color:#fff}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(95,95,95,.9)}.theme-alternate .mat-tree{background:#393939}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#fff}.theme-alternate .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:"Material Icons","Material Icons"}.material-icons .mat-badge-content{font-family:"Roboto"}#scheduled-transports-wrapper{max-width:1400px;margin:auto;padding:1em}#scheduled-transports-wrapper .transport-list{background-color:#fff}#scheduled-transports-wrapper .transport-list .item{display:flex;border-bottom:1px #f3f3f3 solid}#scheduled-transports-wrapper .transport-list .item .cell{background-color:#fff;align-self:center;padding:.5em 1em;min-width:155px}#scheduled-transports-wrapper .transport-list .no-transport-day{padding:1em;text-align:center;color:silver}#scheduled-transports-wrapper .transport-list .header{display:flex}#scheduled-transports-wrapper .transport-list .header .cell{padding:.5em 1em;font-weight:bold;color:#fff;min-width:155px;background-color:#105c9d}#scheduled-transports-wrapper .transport-list .header .cell mat-icon{color:rgba(0,0,0,.8);margin-right:.25em}#scheduled-transports-wrapper .transport-list .header .clinic-cell{flex:1 0 40%}#scheduled-transports-wrapper .transport-list .header .pickup-cell,#scheduled-transports-wrapper .transport-list .header .delivery-cell{text-align:center;flex:1 0 30%;display:flex;justify-content:center}#scheduled-transports-wrapper mat-spinner{margin:auto;margin-top:100px;animation:fadeIn .6s;animation-delay:.5s;animation-fill-mode:forwards;opacity:0}.main-layout #scheduled-transports-wrapper{margin-top:143px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media screen and (max-width: 480px){#scheduled-transports-wrapper .transport-list{overflow-x:scroll;width:100%}}transport-row{width:100%;display:flex}transport-row .cell{display:flex;align-self:center;padding:.5em 1em}transport-row .cell .transport-info{flex:1 0 auto;align-self:center}transport-row .clinic-cell{flex:1 0 40%}transport-row .pickup-cell,transport-row .delivery-cell{text-align:center;flex:1 0 30%}transport-row .pickup-cell .transport-info,transport-row .delivery-cell .transport-info{position:relative}transport-row .pickup-cell .transport-info ta-transport-status,transport-row .delivery-cell .transport-info ta-transport-status{position:absolute;top:0;left:0}transport-row .pickup-cell .transport-info .actual-packages,transport-row .delivery-cell .transport-info .actual-packages{font-weight:bold}transport-row .pickup-cell .no-transport,transport-row .delivery-cell .no-transport{width:100%;text-align:center;color:#e3e3e3}transport-row .two-pickups{display:flex;flex-direction:column}transport-row .two-pickups .ta-transport-status{position:static !important}#scheduled-transports-filters-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}#scheduled-transports-filters-wrapper .date-picker-wrapper{flex:0 0 auto}#scheduled-transports-filters-wrapper .date-picker-wrapper mat-form-field{max-width:200px;cursor:pointer}#scheduled-transports-filters-wrapper .date-picker-wrapper mat-form-field input{cursor:pointer}#scheduled-transports-filters-wrapper .filter-wrapper{flex:1 0 auto;margin-left:1em}#scheduled-transports-filters-wrapper .filter-wrapper mat-form-field{max-width:200px}#scheduled-transports-filters-wrapper .print-button-wrapper{margin-right:1em}#scheduled-transports-filters-wrapper .new-order-button-wrapper button{margin-right:1em}@media screen and (max-width: 480px){#scheduled-transports-filters-wrapper{margin-bottom:1em}#scheduled-transports-filters-wrapper .date-picker-wrapper,#scheduled-transports-filters-wrapper .filter-wrapper,#scheduled-transports-filters-wrapper .print-button-wrapper{display:none}}.mat-badge-content{font-weight:600;font-size:12px}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto;letter-spacing:0em;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto;letter-spacing:.0094em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:500 15px/24px Roboto;letter-spacing:.0067em;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto;letter-spacing:.0333em}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto;letter-spacing:-0.0134em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto;letter-spacing:-0.0089em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto;letter-spacing:0em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto;letter-spacing:.0074em;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto;font-size:14px;font-weight:500}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto;letter-spacing:.0075em}.mat-expansion-panel-header{font-family:Roboto;font-size:15px;font-weight:500}.mat-expansion-panel-content{font:400 14px/20px Roboto;letter-spacing:.0179em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto;letter-spacing:1.5px}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto;font-size:12px}.mat-select-trigger{height:1.125em}.mat-slider-thumb-label-text{font-size:12px;font-weight:500}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-label,.mat-tab-link{font-family:Roboto;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto;letter-spacing:.0075em;margin:0}.mat-tooltip{font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-size:12px;font-weight:500}.mat-option{font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto;letter-spacing:.0179em}.mat-simple-snackbar{font-family:Roboto;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}body{--primary-color: $primary-color;--primary-lighter-color: $primary-lighter-color;--primary-darker-color: $primary-darker-color;--text-primary-color: #ffffff;--text-primary-lighter-color: rgba(0, 0, 0, 0.87);--text-primary-darker-color: #ffffff}body{--accent-color: $accent-color;--accent-lighter-color: $accent-lighter-color;--accent-darker-color: $accent-darker-color;--text-accent-color: #ffffff;--text-accent-lighter-color: rgba(0, 0, 0, 0.87);--text-accent-darker-color: #ffffff}body{--warn-color: #ff0000;--warn-lighter-color: #ffb3b3;--warn-darker-color: #ff0000;--text-warn-color: #ffffff;--text-warn-lighter-color: rgba(0, 0, 0, 0.87);--text-warn-darker-color: #ffffff}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(44,44,44,.04)}.mat-option.mat-active{background:rgba(44,44,44,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#f3f3f3}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-app-background{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:red}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b4b4b4;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#105c9d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#105c9d}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:red}.mat-button.mat-primary[disabled],.mat-button.mat-accent[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#105c9d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#105c9d}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:red}.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-accent[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled]{background-color:rgba(44,44,44,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:silver;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#dadada}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#a7a7a7}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#f3f3f3}.mat-checkbox-checkmark-path{stroke:#f3f3f3 !important}.mat-checkbox-mixedmark{background-color:#f3f3f3}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.mat-chip.mat-standard-chip{background-color:#dadada;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(44,44,44,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#105c9d}.mat-datepicker-toggle-active.mat-accent{color:#105c9d}.mat-datepicker-toggle-active.mat-warn{color:red}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(44,44,44,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.mat-focused .mat-form-field-required-marker{color:#105c9d}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.mat-error{color:red}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#105c9d}.mat-icon.mat-accent{color:#105c9d}.mat-icon.mat-warn{color:red}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#105c9d}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#105c9d}.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:red}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#dadada}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(44,44,44,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(44,44,44,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(44,44,44,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#0097aa}.mat-progress-bar-buffer{background-color:#0097aa}.mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.mat-progress-spinner circle,.mat-spinner circle{stroke:#105c9d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#105c9d}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:red}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(44,44,44,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#f3f3f3;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#105c9d}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#105c9d}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:red}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(44,44,44,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:red}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#e6e6e6;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#105c9d;color:#fff}.mat-toolbar.mat-accent{background:#105c9d;color:#fff}.mat-toolbar.mat-warn{background:red;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(95,95,95,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#105c9d}.theme-alternate .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-option{color:#fff}.theme-alternate .mat-option:hover:not(.mat-option-disabled),.theme-alternate .mat-option:focus:not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(243,243,243,.04)}.theme-alternate .mat-option.mat-active{background:rgba(243,243,243,.04);color:#fff}.theme-alternate .mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#105c9d}.theme-alternate .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:red}.theme-alternate .mat-optgroup-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.theme-alternate .mat-pseudo-checkbox::after{color:#2c2c2c}.theme-alternate .mat-pseudo-checkbox-disabled{color:#686868}.theme-alternate .mat-primary .mat-pseudo-checkbox-checked,.theme-alternate .mat-primary .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-pseudo-checkbox-checked,.theme-alternate .mat-pseudo-checkbox-indeterminate,.theme-alternate .mat-accent .mat-pseudo-checkbox-checked,.theme-alternate .mat-accent .mat-pseudo-checkbox-indeterminate{background:#105c9d}.theme-alternate .mat-warn .mat-pseudo-checkbox-checked,.theme-alternate .mat-warn .mat-pseudo-checkbox-indeterminate{background:red}.theme-alternate .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.theme-alternate .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.theme-alternate .mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-app-background,.theme-alternate.mat-app-background{background-color:#2c2c2c;color:#fff}.mat-theme-loaded-marker{display:none}.theme-alternate .mat-autocomplete-panel{background:#393939;color:#fff}.theme-alternate .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#393939}.theme-alternate .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.theme-alternate .mat-badge-content{color:#fff;background:#105c9d}.cdk-high-contrast-active .theme-alternate .mat-badge-content{outline:solid 1px;border-radius:0}.theme-alternate .mat-badge-accent .mat-badge-content{background:#105c9d;color:#fff}.theme-alternate .mat-badge-warn .mat-badge-content{color:#fff;background:red}.theme-alternate .mat-badge{position:relative}.theme-alternate .mat-badge-hidden .mat-badge-content{display:none}.theme-alternate .mat-badge-disabled .mat-badge-content{background:#6b6b6b;color:rgba(255,255,255,.5)}.theme-alternate .mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.theme-alternate .ng-animate-disabled .mat-badge-content,.theme-alternate .mat-badge-content._mat-animation-noopable{transition:none}.theme-alternate .mat-badge-content.mat-badge-active{transform:none}.theme-alternate .mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.theme-alternate .mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.theme-alternate .mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .theme-alternate .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.theme-alternate .mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.theme-alternate .mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.theme-alternate .mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .theme-alternate .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.theme-alternate .mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.theme-alternate .mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.theme-alternate .mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .theme-alternate .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.theme-alternate .mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-button,.theme-alternate .mat-icon-button,.theme-alternate .mat-stroked-button{color:inherit;background:transparent}.theme-alternate .mat-button.mat-primary,.theme-alternate .mat-icon-button.mat-primary,.theme-alternate .mat-stroked-button.mat-primary{color:#105c9d}.theme-alternate .mat-button.mat-accent,.theme-alternate .mat-icon-button.mat-accent,.theme-alternate .mat-stroked-button.mat-accent{color:#105c9d}.theme-alternate .mat-button.mat-warn,.theme-alternate .mat-icon-button.mat-warn,.theme-alternate .mat-stroked-button.mat-warn{color:red}.theme-alternate .mat-button.mat-primary[disabled],.theme-alternate .mat-button.mat-accent[disabled],.theme-alternate .mat-button.mat-warn[disabled],.theme-alternate .mat-button[disabled][disabled],.theme-alternate .mat-icon-button.mat-primary[disabled],.theme-alternate .mat-icon-button.mat-accent[disabled],.theme-alternate .mat-icon-button.mat-warn[disabled],.theme-alternate .mat-icon-button[disabled][disabled],.theme-alternate .mat-stroked-button.mat-primary[disabled],.theme-alternate .mat-stroked-button.mat-accent[disabled],.theme-alternate .mat-stroked-button.mat-warn[disabled],.theme-alternate .mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-primary .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-accent .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#105c9d}.theme-alternate .mat-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-icon-button.mat-warn .mat-button-focus-overlay,.theme-alternate .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:red}.theme-alternate .mat-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-icon-button[disabled] .mat-button-focus-overlay,.theme-alternate .mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.theme-alternate .mat-button .mat-ripple-element,.theme-alternate .mat-icon-button .mat-ripple-element,.theme-alternate .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.theme-alternate .mat-button-focus-overlay{background:#fff}.theme-alternate .mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.theme-alternate .mat-flat-button,.theme-alternate .mat-raised-button,.theme-alternate .mat-fab,.theme-alternate .mat-mini-fab{color:#fff;background-color:#393939}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{color:#fff}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{color:#fff}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{color:#fff}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{color:rgba(255,255,255,.3)}.theme-alternate .mat-flat-button.mat-primary,.theme-alternate .mat-raised-button.mat-primary,.theme-alternate .mat-fab.mat-primary,.theme-alternate .mat-mini-fab.mat-primary{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-accent,.theme-alternate .mat-raised-button.mat-accent,.theme-alternate .mat-fab.mat-accent,.theme-alternate .mat-mini-fab.mat-accent{background-color:#105c9d}.theme-alternate .mat-flat-button.mat-warn,.theme-alternate .mat-raised-button.mat-warn,.theme-alternate .mat-fab.mat-warn,.theme-alternate .mat-mini-fab.mat-warn{background-color:red}.theme-alternate .mat-flat-button.mat-primary[disabled],.theme-alternate .mat-flat-button.mat-accent[disabled],.theme-alternate .mat-flat-button.mat-warn[disabled],.theme-alternate .mat-flat-button[disabled][disabled],.theme-alternate .mat-raised-button.mat-primary[disabled],.theme-alternate .mat-raised-button.mat-accent[disabled],.theme-alternate .mat-raised-button.mat-warn[disabled],.theme-alternate .mat-raised-button[disabled][disabled],.theme-alternate .mat-fab.mat-primary[disabled],.theme-alternate .mat-fab.mat-accent[disabled],.theme-alternate .mat-fab.mat-warn[disabled],.theme-alternate .mat-fab[disabled][disabled],.theme-alternate .mat-mini-fab.mat-primary[disabled],.theme-alternate .mat-mini-fab.mat-accent[disabled],.theme-alternate .mat-mini-fab.mat-warn[disabled],.theme-alternate .mat-mini-fab[disabled][disabled]{background-color:rgba(243,243,243,.12)}.theme-alternate .mat-flat-button.mat-primary .mat-ripple-element,.theme-alternate .mat-raised-button.mat-primary .mat-ripple-element,.theme-alternate .mat-fab.mat-primary .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-accent .mat-ripple-element,.theme-alternate .mat-raised-button.mat-accent .mat-ripple-element,.theme-alternate .mat-fab.mat-accent .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-flat-button.mat-warn .mat-ripple-element,.theme-alternate .mat-raised-button.mat-warn .mat-ripple-element,.theme-alternate .mat-fab.mat-warn .mat-ripple-element,.theme-alternate .mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-stroked-button:not([class*=mat-elevation-z]),.theme-alternate .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-fab[disabled]:not([class*=mat-elevation-z]),.theme-alternate .mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone,.theme-alternate .mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{box-shadow:none}.theme-alternate .mat-button-toggle{color:rgba(255,255,255,.5)}.theme-alternate .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-appearance-standard{color:#fff;background:#393939}.theme-alternate .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.theme-alternate .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(255,255,255,.12)}.theme-alternate [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-button-toggle-checked{background-color:#5f5f5f;color:rgba(255,255,255,.7)}.theme-alternate .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.theme-alternate .mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#464646}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#393939}.theme-alternate .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#797979}.theme-alternate .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.theme-alternate .mat-button-toggle-group-appearance-standard{border:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-card{background:#393939;color:#fff}.theme-alternate .mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-card-subtitle{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox-checkmark{fill:#2c2c2c}.theme-alternate .mat-checkbox-checkmark-path{stroke:#2c2c2c !important}.theme-alternate .mat-checkbox-mixedmark{background-color:#2c2c2c}.theme-alternate .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#105c9d}.theme-alternate .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.theme-alternate .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:red}.theme-alternate .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.theme-alternate .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.theme-alternate .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.theme-alternate .mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-checkbox .mat-ripple-element{background-color:#fff}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#105c9d}.theme-alternate .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.theme-alternate .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:red}.theme-alternate .mat-chip.mat-standard-chip{background-color:#5f5f5f;color:#fff}.theme-alternate .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.theme-alternate .mat-chip.mat-standard-chip::after{background:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:red;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#105c9d;color:#fff}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.theme-alternate .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-table{background:#393939}.theme-alternate .mat-table thead,.theme-alternate .mat-table tbody,.theme-alternate .mat-table tfoot,.theme-alternate mat-header-row,.theme-alternate mat-row,.theme-alternate mat-footer-row,.theme-alternate [mat-header-row],.theme-alternate [mat-row],.theme-alternate [mat-footer-row],.theme-alternate .mat-table-sticky{background:inherit}.theme-alternate mat-row,.theme-alternate mat-header-row,.theme-alternate mat-footer-row,.theme-alternate th.mat-header-cell,.theme-alternate td.mat-cell,.theme-alternate td.mat-footer-cell{border-bottom-color:rgba(255,255,255,.12)}.theme-alternate .mat-header-cell{color:rgba(255,255,255,.7)}.theme-alternate .mat-cell,.theme-alternate .mat-footer-cell{color:#fff}.theme-alternate .mat-calendar-arrow{border-top-color:#fff}.theme-alternate .mat-datepicker-toggle,.theme-alternate .mat-datepicker-content .mat-calendar-next-button,.theme-alternate .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.theme-alternate .mat-calendar-table-header{color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.theme-alternate .mat-calendar-body-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-calendar-body-cell-content{color:#fff;border-color:transparent}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.theme-alternate .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(243,243,243,.04)}.theme-alternate .mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.theme-alternate .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#393939;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#105c9d;color:#fff}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(16,92,157,.4)}.theme-alternate .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:red;color:#fff}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,0,0,.4)}.theme-alternate .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.theme-alternate .mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-datepicker-toggle-active{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-accent{color:#105c9d}.theme-alternate .mat-datepicker-toggle-active.mat-warn{color:red}.theme-alternate .mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#393939;color:#fff}.theme-alternate .mat-divider{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel{background:#393939;color:#fff}.theme-alternate .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-action-row{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.theme-alternate .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#393939}}.theme-alternate .mat-expansion-panel-header-title{color:#fff}.theme-alternate .mat-expansion-panel-header-description,.theme-alternate .mat-expansion-indicator::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.theme-alternate .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.theme-alternate .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:red}.theme-alternate .mat-focused .mat-form-field-required-marker{color:#105c9d}.theme-alternate .mat-form-field-ripple{background-color:#fff}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#105c9d}.theme-alternate .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#105c9d}.theme-alternate .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:red}.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.theme-alternate .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:red}.theme-alternate .mat-error{color:red}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.theme-alternate .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.theme-alternate .mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.theme-alternate .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.theme-alternate .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#105c9d}.theme-alternate .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:red}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.theme-alternate .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.theme-alternate .mat-icon.mat-primary{color:#105c9d}.theme-alternate .mat-icon.mat-accent{color:#105c9d}.theme-alternate .mat-icon.mat-warn{color:red}.theme-alternate .mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.theme-alternate .mat-input-element:disabled,.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-input-element option{color:rgba(0,0,0,.87)}.theme-alternate .mat-input-element option:disabled{color:rgba(0,0,0,.38)}.theme-alternate .mat-accent .mat-input-element{caret-color:#105c9d}.theme-alternate .mat-warn .mat-input-element,.theme-alternate .mat-form-field-invalid .mat-input-element{caret-color:red}.theme-alternate .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:red}.theme-alternate .mat-list-base .mat-list-item{color:#fff}.theme-alternate .mat-list-base .mat-list-option{color:#fff}.theme-alternate .mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.theme-alternate .mat-list-item-disabled{background-color:#464646}.theme-alternate .mat-list-option:hover,.theme-alternate .mat-list-option:focus,.theme-alternate .mat-nav-list .mat-list-item:hover,.theme-alternate .mat-nav-list .mat-list-item:focus,.theme-alternate .mat-action-list .mat-list-item:hover,.theme-alternate .mat-action-list .mat-list-item:focus{background:rgba(243,243,243,.04)}.theme-alternate .mat-list-single-selected-option,.theme-alternate .mat-list-single-selected-option:hover,.theme-alternate .mat-list-single-selected-option:focus{background:rgba(243,243,243,.12)}.theme-alternate .mat-menu-panel{background:#393939}.theme-alternate .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-menu-item{background:transparent;color:#fff}.theme-alternate .mat-menu-item[disabled],.theme-alternate .mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.theme-alternate .mat-menu-item .mat-icon-no-color,.theme-alternate .mat-menu-item-submenu-trigger::after{color:#fff}.theme-alternate .mat-menu-item:hover:not([disabled]),.theme-alternate .mat-menu-item.cdk-program-focused:not([disabled]),.theme-alternate .mat-menu-item.cdk-keyboard-focused:not([disabled]),.theme-alternate .mat-menu-item-highlighted:not([disabled]){background:rgba(243,243,243,.04)}.theme-alternate .mat-paginator{background:#393939}.theme-alternate .mat-paginator,.theme-alternate .mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.theme-alternate .mat-paginator-decrement,.theme-alternate .mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.theme-alternate .mat-paginator-first,.theme-alternate .mat-paginator-last{border-top:2px solid #fff}.theme-alternate .mat-icon-button[disabled] .mat-paginator-decrement,.theme-alternate .mat-icon-button[disabled] .mat-paginator-increment,.theme-alternate .mat-icon-button[disabled] .mat-paginator-first,.theme-alternate .mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-progress-bar-background{fill:#0097aa}.theme-alternate .mat-progress-bar-buffer{background-color:#0097aa}.theme-alternate .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#b7d1e0}.theme-alternate .mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#105c9d}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffb3b3}.theme-alternate .mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:red}.theme-alternate .mat-progress-spinner circle,.theme-alternate .mat-spinner circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-accent circle,.theme-alternate .mat-spinner.mat-accent circle{stroke:#105c9d}.theme-alternate .mat-progress-spinner.mat-warn circle,.theme-alternate .mat-spinner.mat-warn circle{stroke:red}.theme-alternate .mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-primary .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#105c9d}.theme-alternate .mat-radio-button.mat-accent .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#105c9d}.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:red}.theme-alternate .mat-radio-button.mat-warn .mat-radio-inner-circle,.theme-alternate .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.theme-alternate .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.theme-alternate .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:red}.theme-alternate .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.theme-alternate .mat-radio-button .mat-ripple-element{background-color:#fff}.theme-alternate .mat-select-value{color:#fff}.theme-alternate .mat-select-placeholder{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-disabled .mat-select-value{color:rgba(255,255,255,.5)}.theme-alternate .mat-select-arrow{color:rgba(255,255,255,.7)}.theme-alternate .mat-select-panel{background:#393939}.theme-alternate .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(243,243,243,.12)}.theme-alternate .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#105c9d}.theme-alternate .mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:red}.theme-alternate .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.theme-alternate .mat-drawer-container{background-color:#2c2c2c;color:#fff}.theme-alternate .mat-drawer{background-color:#393939;color:#fff}.theme-alternate .mat-drawer.mat-drawer-push{background-color:#393939}.theme-alternate .mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.theme-alternate [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.theme-alternate .mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(198,198,198,.6)}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(16,92,157,.54)}.theme-alternate .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#105c9d}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:red}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,0,0,.54)}.theme-alternate .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:red}.theme-alternate .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.theme-alternate .mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#bdbdbd}.theme-alternate .mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.theme-alternate .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-primary .mat-slider-track-fill,.theme-alternate .mat-primary .mat-slider-thumb,.theme-alternate .mat-primary .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-primary .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-accent .mat-slider-track-fill,.theme-alternate .mat-accent .mat-slider-thumb,.theme-alternate .mat-accent .mat-slider-thumb-label{background-color:#105c9d}.theme-alternate .mat-accent .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-warn .mat-slider-track-fill,.theme-alternate .mat-warn .mat-slider-thumb,.theme-alternate .mat-warn .mat-slider-thumb-label{background-color:red}.theme-alternate .mat-warn .mat-slider-thumb-label-text{color:#fff}.theme-alternate .mat-slider-focus-ring{background-color:rgba(16,92,157,.2)}.theme-alternate .mat-slider:hover .mat-slider-track-background,.theme-alternate .cdk-focused .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled .mat-slider-track-background,.theme-alternate .mat-slider-disabled .mat-slider-track-fill,.theme-alternate .mat-slider-disabled .mat-slider-thumb{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.theme-alternate .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.theme-alternate .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.theme-alternate .mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.theme-alternate .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent)}.theme-alternate .mat-step-header.cdk-keyboard-focused,.theme-alternate .mat-step-header.cdk-program-focused,.theme-alternate .mat-step-header:hover{background-color:rgba(243,243,243,.04)}@media(hover: none){.theme-alternate .mat-step-header:hover{background:none}}.theme-alternate .mat-step-header .mat-step-label,.theme-alternate .mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.theme-alternate .mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.theme-alternate .mat-step-header .mat-step-icon-selected,.theme-alternate .mat-step-header .mat-step-icon-state-done,.theme-alternate .mat-step-header .mat-step-icon-state-edit{background-color:#105c9d;color:#fff}.theme-alternate .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:red}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.theme-alternate .mat-step-header .mat-step-label.mat-step-label-error{color:red}.theme-alternate .mat-stepper-horizontal,.theme-alternate .mat-stepper-vertical{background-color:#393939}.theme-alternate .mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.theme-alternate .mat-horizontal-stepper-header::before,.theme-alternate .mat-horizontal-stepper-header::after,.theme-alternate .mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.theme-alternate .mat-sort-header-arrow{color:#c4c4c4}.theme-alternate .mat-tab-nav-bar,.theme-alternate .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.theme-alternate .mat-tab-group-inverted-header .mat-tab-nav-bar,.theme-alternate .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.theme-alternate .mat-tab-label,.theme-alternate .mat-tab-link{color:#fff}.theme-alternate .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.theme-alternate .mat-tab-group[class*=mat-background-] .mat-tab-header,.theme-alternate .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:red}.theme-alternate .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.theme-alternate .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(0,151,170,.3)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-primary .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(183,209,224,.3)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#105c9d}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-accent .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,179,179,.3)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-links,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:red}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.theme-alternate .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.theme-alternate .mat-tab-group.mat-background-warn .mat-ripple-element,.theme-alternate .mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.theme-alternate .mat-toolbar{background:#393939;color:#fff}.theme-alternate .mat-toolbar.mat-primary{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-accent{background:#105c9d;color:#fff}.theme-alternate .mat-toolbar.mat-warn{background:red;color:#fff}.theme-alternate .mat-toolbar .mat-form-field-underline,.theme-alternate .mat-toolbar .mat-form-field-ripple,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.theme-alternate .mat-toolbar .mat-form-field-label,.theme-alternate .mat-toolbar .mat-focused .mat-form-field-label,.theme-alternate .mat-toolbar .mat-select-value,.theme-alternate .mat-toolbar .mat-select-arrow,.theme-alternate .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.theme-alternate .mat-toolbar .mat-input-element{caret-color:currentColor}.theme-alternate .mat-tooltip{background:rgba(95,95,95,.9)}.theme-alternate .mat-tree{background:#393939}.theme-alternate .mat-tree-node,.theme-alternate .mat-nested-tree-node{color:#fff}.theme-alternate .mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.theme-alternate .mat-simple-snackbar-action{color:inherit}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:"Material Icons","Material Icons"}.material-icons .mat-badge-content{font-family:"Roboto"}edit-transport-dialog h2.mat-dialog-title{margin-bottom:0}edit-transport-dialog .order-no{margin-bottom:10px}edit-transport-dialog mat-dialog-content .status-wrapper{margin-bottom:1em}edit-transport-dialog mat-dialog-content .transport-info{padding:.5em;background-color:rgba(0,0,0,.04);margin-bottom:1em}edit-transport-dialog mat-dialog-content .transport-info .from{margin-bottom:1em}edit-transport-dialog mat-dialog-content .transport-info .info-row{display:flex;align-items:center}edit-transport-dialog mat-dialog-content .transport-info .info-row .label-chip{background:#555;margin-right:.5em;border-radius:5px;padding:.2em;color:#fff;width:45px;text-align:center;font-size:.9em}edit-transport-dialog mat-dialog-content .transport-info .info-row .name-address .name{line-height:normal}edit-transport-dialog mat-dialog-content .transport-info .info-row .name-address .address{font-size:.9em;color:rgba(0,0,0,.54);line-height:normal}edit-transport-dialog mat-dialog-content .transport-info .info-row .date{flex:1 0 auto;text-align:right}edit-transport-dialog mat-dialog-content .denthub-orders-wrapper{padding:.5em;background-color:rgba(0,0,0,.04);margin-bottom:1em}edit-transport-dialog mat-dialog-content .denthub-orders-wrapper h5{font-size:1em}edit-transport-dialog mat-dialog-content .denthub-orders-wrapper li{list-style:square;margin-left:18px}edit-transport-dialog mat-dialog-content .denthub-orders-wrapper li a{font-size:.9em}edit-transport-dialog mat-dialog-content .transport-details-wrapper{flex-wrap:wrap}edit-transport-dialog mat-dialog-content .transport-details-wrapper .no-of-packages-wrapper{flex:1 0 100%;padding:0;margin-bottom:1em}edit-transport-dialog mat-dialog-content .transport-details-wrapper .comments-wrapper{flex:1 0 100%;padding:0}edit-transport-dialog mat-dialog-content .deadline-wrapper{margin-top:1em}edit-transport-dialog mat-dialog-content .full-width-field{width:100%}edit-transport-dialog .close{float:right;top:-20px;right:-20px}.btn-float-right{float:right}.text-area-width{width:auto !important}.description-truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#limited-dentist-form-wrapper{padding:1em;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:30px;background-color:#f3f3f3}#limited-dentist-form-wrapper .mat-horizontal-content-container{padding:0}#limited-dentist-form-wrapper .limited-dentist-card{width:100%;max-width:850px}#limited-dentist-form-wrapper .limited-dentist-card .header-wrapper{display:flex;justify-content:space-between;align-items:center}#limited-dentist-form-wrapper .limited-dentist-card .header-wrapper .mat-card-header-text{margin:0}#limited-dentist-form-wrapper .limited-dentist-card .header-wrapper .logo{max-height:75px}#limited-dentist-form-wrapper .limited-dentist-card .section-description{margin-bottom:1em}#limited-dentist-form-wrapper .limited-dentist-card .grid-wrapper{display:grid;grid-template-columns:auto auto auto;-moz-column-gap:1em;column-gap:1em;margin-bottom:1em}#limited-dentist-form-wrapper .limited-dentist-card .grid-wrapper .field-wrapper mat-form-field{width:100%}#limited-dentist-form-wrapper .limited-dentist-card .grid-wrapper .field-wrapper mat-form-field.mat-form-field-invalid{margin-bottom:1em}#limited-dentist-form-wrapper .limited-dentist-card .actions{display:flex;justify-content:flex-end}#limited-dentist-form-wrapper .limited-dentist-card .login-link-wrapper{text-align:center;font-size:.5em}#limited-dentist-form-wrapper .powered-denthub{margin-top:.5em}#limited-dentist-form-wrapper .powered-denthub a{font-weight:normal;font-size:10px;color:#ccc}#limited-dentist-form-wrapper .error-message{color:red;font-weight:bold;text-align:center}body.framed-limited-dentist-form{background:none !important}body.framed-limited-dentist-form #limited-dentist-form-wrapper{background:none;padding:0;justify-content:start}body.framed-limited-dentist-form #limited-dentist-form-wrapper mat-card .header-wrapper .logo{display:none}@media only screen and (max-width: 660px){body.framed-limited-dentist-form #limited-dentist-form-wrapper .limited-dentist-card .grid-wrapper{grid-template-columns:auto auto}body.limited-dentist-form{background:none !important}}@media only screen and (max-width: 520px){body.framed-limited-dentist-form #limited-dentist-form-wrapper .limited-dentist-card .grid-wrapper{grid-template-columns:auto;-moz-column-gap:.5em;column-gap:.5em;margin-bottom:.5em}}#dentist-signup-form-wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh}#dentist-signup-form-wrapper .mat-stepper-horizontal{padding:1em;background:none}#dentist-signup-form-wrapper .mat-horizontal-content-container{padding:0}#dentist-signup-form-wrapper .section-description{margin-bottom:1em}#dentist-signup-form-wrapper .grid-wrapper{display:grid;grid-template-columns:auto auto auto;-moz-column-gap:1em;column-gap:1em;margin-bottom:1em}#dentist-signup-form-wrapper .grid-wrapper .field-wrapper mat-form-field{width:100%}#dentist-signup-form-wrapper .grid-wrapper .field-wrapper mat-form-field.mat-form-field-invalid{margin-bottom:1em}#dentist-signup-form-wrapper .actions{display:flex;justify-content:flex-end}#dentist-signup-form-wrapper .error-message{color:red;font-weight:bold;text-align:center}body.framed-dentist-signup-form{background:none !important}@media only screen and (max-width: 680px){#dentist-signup-form-wrapper{display:block}#dentist-signup-form-wrapper .grid-wrapper{grid-template-columns:auto;-moz-column-gap:.5em;column-gap:.5em;margin-bottom:.5em}}#invoice-form-wrapper .invoice-type-wrapper{margin-bottom:1em}#invoice-form-wrapper .invoice-type-wrapper .invoice-type-label{font-weight:bold;font-size:1.2em}#invoice-form-wrapper .invoice-type-wrapper .mat-radio-button~.mat-radio-button{margin-left:16px}#denthub-header{padding-right:20px}#denthub-header #Notifications .manage-all-notification{right:-20px}#denthub-header #Notifications.open button:after{right:11px;left:-4px}.main-layout{width:calc(100% - 15px);padding:0 0 0 70px}.main-layout .container{width:100%;margin-top:0 !important}.main-layout #menu-profile.dropdown.sidebar-menu{margin-left:0;z-index:112}.main-layout #menu-profile.dropdown.sidebar-menu button{background:none !important;border:0;color:#fff;font-size:30px;position:fixed;top:6px;left:4px}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu{position:fixed;display:block;margin-top:0;top:48px;left:0;border:0;border-radius:0;width:210px;min-width:inherit !important;height:100%;overflow-y:auto;padding:0;border-right:1px solid rgba(0,0,0,.12);box-shadow:none;background-color:#fafafa;padding-top:10px}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a{font-size:17px;color:rgba(0,0,0,.87);display:flex;align-items:center;padding:12px 16px;cursor:pointer}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a span,.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a mat-icon{color:rgba(0,0,0,.54);margin-right:25px}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a span svg,.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a mat-icon svg{width:24px;height:24px}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li a:hover{color:rgba(0,0,0,.87)}.main-layout #menu-profile.dropdown.sidebar-menu ul.dropdown-menu li:hover{background-color:rgba(0,0,0,.04)}.main-layout #menu-profile.dropdown.sidebar-menu.open{width:60px}.main-layout #menu-profile.dropdown.sidebar-menu.open ul.dropdown-menu{width:60px}.main-layout #menu-profile.dropdown.sidebar-menu.open ul.dropdown-menu li a{font-size:0}.main-layout .manage-right-panel{width:100%;margin-top:-20px}.main-layout .manage-right-panel .sub-nav-bar{position:fixed;width:calc(100% - 50px);left:50px;top:64px;z-index:98}.main-layout .manage-right-panel .manage-common-content{margin-top:0}.main-layout .manage-right-panel #navBar{padding-left:15px}.main-layout .manage-right-panel #reports{margin-top:150px}.main-layout .manage-right-panel #construction-section.simple-order-section{margin-top:60px}.main-layout .manage-right-panel #manage-actions .container,.main-layout .manage-right-panel #manage-labs .container{margin-top:180px !important}.main-layout.menuOpened{padding-left:240px}@media(max-width: 780px){.main-layout #menu-profile.dropdown.sidebar-menu button{display:none}}@media(max-width: 1024px){.main-layout{padding:0 0 0 0}.navbar-nav{margin-left:50px}}@media(min-width: 1024px)and (max-width: 1365px){.main-layout #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(2){width:13%}}@media(min-width: 1366px)and (max-width: 1599px){.main-layout #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(2){width:18%}.main-layout .details-page-label-black label{margin-right:20px}.main-layout #construction-section .Constructions{padding:18px 10px 50px}}.manage-all-notification .dropdown-menu::-webkit-scrollbar{width:5px}.manage-all-notification .dropdown-menu::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.3)}.manage-all-notification .dropdown-menu::-webkit-scrollbar-thumb{background-color:#105c9d}#navBar.menuOpened{padding-left:255px}.current-user-card{padding-top:10px !important;padding-bottom:0 !important;box-shadow:none !important}.current-user-card .avatar{background-size:cover}.current-user-card .mat-card-title{font-size:15px;margin-bottom:5px !important}.current-user-card .mat-card-subtitle{font-size:13px}#order-details-subnav{margin-right:20px}#order-details-subnav .tab-nav{margin-bottom:20px}#order-details-subnav .tab-nav .mat-tab-header{border:none}#order-details-subnav .tab-nav .mat-tab-label{min-width:auto}#order-details-subnav .tab-nav .mat-tab-label .mat-tab-label-content{text-transform:uppercase;font-size:14px}#order-details-subnav .tab-nav .mat-tab-body-wrapper{display:none}#order-details-subnav .tab-hr{border-width:0;border-style:solid;border-color:rgba(0,0,0,.12);border-bottom-width:thin}#order-details-subnav .action-bar{display:flex}#order-details-subnav .action-bar .status-area{flex:1 0 25%}#order-details-subnav .action-bar .status-area button{float:left;margin-bottom:10px}#order-details-subnav .action-bar .status-area .info-area{transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:none;font-weight:400;font-size:14px;line-height:1.43;letter-spacing:.01071em;border-radius:4px;background-color:#e5f6fd;display:flex;padding:6px 16px;color:#014361;float:left;align-items:center}#order-details-subnav .action-bar .status-area .info-area .mat-icon{margin-left:5px}#order-details-subnav .action-bar .action-area{text-align:right;flex:1 0 75%}#order-details-subnav .action-bar .button-icon{margin-left:-5px}#order-details-subnav .action-bar .mat-button-wrapper{text-transform:uppercase}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../../../../../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-RegularItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-RegularItalic';
  src: url('../../../../../fonts/roboto/Roboto-RegularItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../../../../../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Light.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('../../../../../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../../../../../fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('../../../../../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-ThinItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../../../../../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('../../../../../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../../../../../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('../../../../../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../../../../../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-Black.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url('../../../../../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'), url('../../../../../fonts/roboto/Roboto-BlackItalic.woff') format('woff');
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container .toast.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container .toast.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Animations*/
div[toast] {
  opacity: 1 !important;
}
div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important;
}
div[toast].ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

tags-input {
  display: block;
}
tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*# sourceMappingURL=ng-tags-input.css.map */

.ngrateit-rating{display:inline-block;overflow:hidden}.ngrateit-reset{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0IzQjNCMyIgZD0iTTgsMi4xNzRjLTMuMjE5LDAtNS44MjcsMi42MDktNS44MjcsNS44MjdTNC43ODMsMTMuODI2LDgsMTMuODI2YzMuMjE4LDAsNS44MjYtMi42MDcsNS44MjYtNS44MjUNCglTMTEuMjE5LDIuMTc0LDgsMi4xNzR6IE0xMS40MzgsOUg0LjU2M1Y3aDYuODc0Vjl6Ii8+DQo8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0xMjIuMzI2NyIgeTE9IjgwMCIgeDI9Ii0xMTAuNjczOCIgeTI9IjgwMCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEyNC41IC03NzYpIj4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkYxRDI1Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3MDAyRSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfMV8pIiBkPSJNOCwxOC4xNzRjLTMuMjE5LDAtNS44MjcsMi42MDktNS44MjcsNS44MjdTNC43ODMsMjkuODI2LDgsMjkuODI2YzMuMjE4LDAsNS44MjYtMi42MDcsNS44MjYtNS44MjUNCglTMTEuMjE5LDE4LjE3NCw4LDE4LjE3NHogTTExLjQzOCwyNUg0LjU2M3YtMmg2Ljg3NFYyNXoiLz4NCjwvc3ZnPg0K);display:inline-block;background-position:0 0}.ngrateit-reset:hover{background-position:0 100%}.ngrateit-star{display:block;float:left;overflow:hidden;background-repeat:repeat-x}.ngrateit-bg-star{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5iZy1zdGFyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imluc3RpdHV0ZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InJhdGVkLXN0YXItY29weSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRDhEOEQ4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTguMzY3LDAuODE0IEwxMC4zNTEsNS41MDUgTDE1LjQyNSw1LjkzOSBDMTUuNzc3LDUuOTcgMTUuOTIxLDYuNDEyIDE1LjY1Miw2LjY0MiBMMTEuODA0LDkuOTc4IEwxMi45NTYsMTQuOTM5IEMxMy4wMzgsMTUuMjgzIDEyLjY2MywxNS41NTYgMTIuMzYyLDE1LjM3MyBMOCwxMi43NCBMMy42MzcsMTUuMzczIEMzLjMzNiwxNS41NTMgMi45NjEsMTUuMjgzIDMuMDQzLDE0LjkzOSBMNC4xOTUsOS45NzggTDAuMzQ0LDYuNjQyIEMwLjA3OCw2LjQwOCAwLjIyMyw1Ljk3IDAuNTc0LDUuOTM5IEw1LjY0OCw1LjUwNSBMNy42MzMsMC44MTQgQzcuNzY5LDAuNDg2IDguMjMsMC40ODYgOC4zNjcsMC44MTQgTDguMzY3LDAuODE0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}.ngrateit-selected{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5yYXRlZC1zdGFyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imluc3RpdHV0ZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InJhdGVkLXN0YXIiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0Y3OTMxRSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjM2NywwLjgxNCBMMTAuMzUxLDUuNTA1IEwxNS40MjUsNS45MzkgQzE1Ljc3Nyw1Ljk3IDE1LjkyMSw2LjQxMiAxNS42NTIsNi42NDIgTDExLjgwNCw5Ljk3OCBMMTIuOTU2LDE0LjkzOSBDMTMuMDM4LDE1LjI4MyAxMi42NjMsMTUuNTU2IDEyLjM2MiwxNS4zNzMgTDgsMTIuNzQgTDMuNjM3LDE1LjM3MyBDMy4zMzYsMTUuNTUzIDIuOTYxLDE1LjI4MyAzLjA0MywxNC45MzkgTDQuMTk1LDkuOTc4IEwwLjM0NCw2LjY0MiBDMC4wNzgsNi40MDggMC4yMjMsNS45NyAwLjU3NCw1LjkzOSBMNS42NDgsNS41MDUgTDcuNjMzLDAuODE0IEM3Ljc2OSwwLjQ4NiA4LjIzLDAuNDg2IDguMzY3LDAuODE0IEw4LjM2NywwLjgxNCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating span:hover~span{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzLjIgKDM5MDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5iZy1zdGFyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Imluc3RpdHV0ZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InJhdGVkLXN0YXItY29weSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRDhEOEQ4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTguMzY3LDAuODE0IEwxMC4zNTEsNS41MDUgTDE1LjQyNSw1LjkzOSBDMTUuNzc3LDUuOTcgMTUuOTIxLDYuNDEyIDE1LjY1Miw2LjY0MiBMMTEuODA0LDkuOTc4IEwxMi45NTYsMTQuOTM5IEMxMy4wMzgsMTUuMjgzIDEyLjY2MywxNS41NTYgMTIuMzYyLDE1LjM3MyBMOCwxMi43NCBMMy42MzcsMTUuMzczIEMzLjMzNiwxNS41NTMgMi45NjEsMTUuMjgzIDMuMDQzLDE0LjkzOSBMNC4xOTUsOS45NzggTDAuMzQ0LDYuNjQyIEMwLjA3OCw2LjQwOCAwLjIyMyw1Ljk3IDAuNTc0LDUuOTM5IEw1LjY0OCw1LjUwNSBMNy42MzMsMC44MTQgQzcuNzY5LDAuNDg2IDguMjMsMC40ODYgOC4zNjcsMC44MTQgTDguMzY3LDAuODE0IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)}.ngrateit:not(.ngrateit-readonly) .ngrateit-hashover.ngrateit-rating:hover span{cursor:pointer;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhYWdfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8zXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwLjIwNyIgeTE9IjgiIHgyPSIxNS43OTIiIHkyPSI4Ij4NCgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRkYxRDI1Ii8+DQoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3MDAyRSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNOC4zNjcsMC44MTRsMS45ODQsNC42OTFsNS4wNzQsMC40MzRjMC4zNTIsMC4wMzEsMC40OTYsMC40NzMsMC4yMjcsMC43MDNsLTMuODQ4LDMuMzM2bDEuMTUyLDQuOTYxDQoJYzAuMDgyLDAuMzQ0LTAuMjkzLDAuNjE3LTAuNTk0LDAuNDM0TDgsMTIuNzRsLTQuMzYzLDIuNjMzYy0wLjMwMSwwLjE4LTAuNjc2LTAuMDktMC41OTQtMC40MzRsMS4xNTItNC45NjFMMC4zNDQsNi42NDINCglDMC4wNzgsNi40MDgsMC4yMjMsNS45NywwLjU3NCw1LjkzOWw1LjA3NC0wLjQzNGwxLjk4NS00LjY5MUM3Ljc2OSwwLjQ4Niw4LjIzLDAuNDg2LDguMzY3LDAuODE0TDguMzY3LDAuODE0eiBNOC4zNjcsMC44MTQiLz4NCjwvc3ZnPg0K)}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.switch {
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 52px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}
.switch.checked small {
  left: 22px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color:#A9A9A9;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}

/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
  .bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
  .bs-datepicker bs-day-picker {
    float: left; }
  .bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
  .bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
    .bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
      .bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
      .bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
        .bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
      .bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
  .bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
  .bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
    .bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
    .bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
      .bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
      .bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
        .bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          position: relative;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
        .bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
        .bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
        .bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
        .bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
        .bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
        .bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
        .bs-datepicker-body table td.active {
          position: relative; }
          .bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
          .bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
        .bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
        .bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -2px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
        .bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
        .bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
        .bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
      .bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
      .bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
        .bs-datepicker-body table.days span.select-start {
          z-index: 2; }
        .bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
          background: none;
          right: 0;
          left: 0; }
      .bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
      .bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
      .bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
      .bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
      .bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
      .bs-datepicker-body table.months td {
        height: 52px; }
        .bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
  .bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    .bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
  .bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
    .bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
      .bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
      .bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
      .bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
      .bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
  .bs-datepicker-container {
    padding: 15px; }
  .bs-datepicker .bs-media-container {
    display: flex; }
    @media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
  .bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
  .bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
    .bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
  .bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
    .bs-datepicker-buttons .btn-default {
      margin-left: 10px; }

/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }

.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }

.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  .bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
    .bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
  .bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }

.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
  .bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }

/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }

/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }

.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }

.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }

.theme-default .bs-datepicker-body table td.week span {
  color: #777; }

.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }

.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }

.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }

.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }

.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }

.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-red .bs-datepicker-head {
  background-color: #d9534f; }

.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }

.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }

.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }

.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }

.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }

/*# sourceMappingURL=bs-datepicker.css.map */
.switch.switch-small {
  min-width: 33px; }

.switch.switch-medium {
  min-width: 50px; }

.switch.switch-large {
  min-width: 60px; }

.switch.switch-small > .switch-pane > span {
  font-size: 9px; }

.switch.switch-medium > .switch-pane > span {
  font-size: 16px; }

.switch.switch-large > .switch-pane > span {
  font-size: 16px; }

.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap; }
  .switch small {
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: calc(100% - 30px);
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .switch.switch-small {
    height: 20px;
    border-radius: 20px; }
    .switch.switch-small small {
      width: 20px;
      height: 20px;
      right: calc(100% - 20px); }
    .switch.switch-small > .switch-pane > span {
      line-height: 20px; }
    .switch.switch-small > .switch-pane .switch-label-checked {
      padding-right: 25px;
      padding-left: 10px; }
    .switch.switch-small > .switch-pane .switch-label-unchecked {
      padding-left: 25px;
      padding-right: 10px; }
  .switch.switch-medium {
    height: 30px;
    border-radius: 30px; }
    .switch.switch-medium small {
      width: 30px;
      height: 30px;
      right: calc(100% - 30px); }
    .switch.switch-medium > .switch-pane > span {
      line-height: 30px; }
    .switch.switch-medium > .switch-pane .switch-label-checked {
      padding-right: 35px;
      padding-left: 15px; }
    .switch.switch-medium > .switch-pane .switch-label-unchecked {
      padding-left: 35px;
      padding-right: 15px; }
  .switch.switch-large {
    height: 40px;
    border-radius: 40px; }
    .switch.switch-large small {
      width: 40px;
      height: 40px;
      right: calc(100% - 40px); }
    .switch.switch-large > .switch-pane > span {
      line-height: 40px; }
    .switch.switch-large > .switch-pane .switch-label-checked {
      padding-right: 45px;
      padding-left: 20px; }
    .switch.switch-large > .switch-pane .switch-label-unchecked {
      padding-left: 45px;
      padding-right: 20px; }
  .switch.checked {
    background: #64bd63; }
    .switch.checked small {
      right: 0;
      left: auto; }
    .switch.checked .switch-pane {
      top: 0; }
      .switch.checked .switch-pane .switch-label-checked {
        display: block; }
      .switch.checked .switch-pane .switch-label-unchecked {
        display: none; }
  .switch.disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .switch .switch-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    justify-content: flex-start;
    align-items: center;
    top: -100%;
    position: relative;
    pointer-events: none; }
    .switch .switch-pane > span {
      display: block;
      min-height: 100%; }
    .switch .switch-pane .switch-label {
      color: black; }
      .switch .switch-pane .switch-label-checked {
        display: none; }
      .switch .switch-pane .switch-label-unchecked {
        display: block; }
  .switch.loading {
    background-color: #f1f1f1; }
    .switch.loading small {
      background-color: transparent;
      border: none;
      box-shadow: none;
      right: 50%;
      transform: translateX(50%); }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

#section-page {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#section-heading {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#full-width {
  width: 100%;
  float: left;
}
#rate-it {
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
#rate-it .ngrateit-reset {
  background-image: url("../images/cancel-icon.svg");
}
#rate-it .ngrateit-bg-star {
  background-image: url("../images/bg-star.svg");
}
#rate-it .ngrateit-selected {
  background-image: url("../images/rated-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../images/bg-star.svg");
}
#rate-it .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
.btn-outline {
  border-radius: 0px;
  border: 1px solid #979797;
  color: #979797;
}
.add-row-span-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 100px;
  grid-gap: 10px;
}
.add-row-span-boxes .col-lg-3 {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .add-row-span-boxes .col-lg-3 {
    width: 25%;
  }
}
.one-span {
  grid-row: span 1;
}
.two-span {
  grid-row: span 2;
}
.three-span {
  grid-row: span 3;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  display: block;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  background: #F5F3F2 !important;
  font-family: 'Roboto', sans-serif !important;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
ul,
li,
img {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}
a {
  text-decoration: none;
  color: #105c9d;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
p {
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 400;
}
span {
  font-weight: 400;
}
/*header ccs*/
.margin-0 {
  margin: 0;
}
.padding-0 {
  padding: 0;
}
.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
#denthub-header {
  background: #1f2532;
  width: 100%;
  height: 48px;
  display: flex;
}
#denthub-header .logo-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: 62px;
}
#denthub-header .menu-items-wrapper {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}
#denthub-header .menu-items-wrapper .header-icon-button {
  margin-left: 10px;
  color: #fff;
}
#denthub-header a.dentHub-first-part img {
  height: 30px;
}
#denthub-header a.dentHub-second-part img {
  height: 20px;
  margin-left: 10px;
}
#denthub-header a.white-label-logo img {
  height: 36px;
  margin-left: 10px;
}
#denthub-header .stylish-input-group {
  border-radius: 4px;
}
#denthub-header .stylish-input-group .input-group-addon {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 0;
}
#denthub-header .stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
  width: 330px;
}
#denthub-header .stylish-input-group input {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  font-size: 15px;
}
#denthub-header .stylish-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#denthub-header #imaginary_container .form-control {
  border: inherit;
  border-radius: 0 1px 1px 0px !important;
  height: 39px;
}
#denthub-header #imaginary_container .input-group-addon {
  border: inherit;
  border-radius: 1px 0px 0px 1px;
}
#denthub-header #imaginary_container .input-group-addon span + span {
  display: none;
}
#denthub-header .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  font-size: 17px;
  text-transform: uppercase;
  width: 73%;
  padding: 4px 0px;
  border-radius: inherit;
}
#denthub-header .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px dashed;
  border-top: 4px solid \9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
#denthub-header .btn .caret {
  margin-right: 10px;
}
#denthub-header .btn:focus,
.btn:active:focus {
  outline: inherit;
  outline-offset: inherit;
  box-shadow: inherit;
}
#denthub-header .notificationTitle {
  width: 100%;
  color: #fff;
  float: left;
  font-size: 17px;
  padding-top: 14px;
  text-transform: uppercase;
}
#denthub-header .notificationTitle i {
  margin-right: 10px;
  font-size: 21px;
}
#denthub-header .row.padding-top-10 {
  padding-top: 10px;
}
#denthub-header #imaginary_container {
  margin: 2px auto 0px;
  float: left;
  margin-top: 0px;
  height: 39px;
}
#navBar {
  background: #1f2532;
  width: 100%;
  float: left;
  min-height: 53px;
  padding-left: 100px;
}
.navbar-default .navbar-collapse {
  min-height: 53px !important;
  height: inherit !important;
}
#navBar .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
#navBar .navbar {
  margin-bottom: 0;
  border: 0;
  float: left;
}
#navBar .navbar-default .navbar-nav > .active > a,
#navBar .navbar-default .navbar-nav > .active > a:hover,
#navBar .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
  border-bottom: solid 9px #105c9d;
}
#navBar .navbar-default .navbar-nav > li > a:hover,
#navBar .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  border-bottom: solid 9px #105c9d;
}
#navBar .navbar-default .navbar-nav > li > a {
  color: #fff;
}
#navBar .container {
  position: relative;
}
#navBar .nav > li > a {
  position: relative;
  display: block;
  padding: 12px 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  width: 160px;
  text-align: center;
}
#navBar .nav > li > a.order2-step {
  width: 204px;
}
#navBar .nav > li > a.order-step {
  width: 204px;
}
#navBar .nav > li:first-child > a.first-a-li {
  width: 235px;
}
#navBar .navbar,
#navBar .nav {
  width: 100%;
}
#navBar .nav li.openModal {
  float: right;
}
#navBar .nav > li.dentist-order-manage.modify-order {
  border: 0;
  width: 202px !important;
  float: left;
}
#navBar .nav > li.dentist-order-manage a {
  height: 52.99px;
}
#navBar .nav > li.dentist-order-manage:first-child > a {
  width: 270px;
}
#navBar .nav > li > a img {
  width: 16px;
  margin-top: -3px;
}
#navBar .nav li.sub-name a {
  padding: 7px 0 5px;
  font-size: 11px;
  font-weight: 400;
}
#navBar .nav li a p {
  margin: 0;
}
#navBar .nav li.sub-name a p {
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0;
}
#denthub-header .dropdown-menu > li > a:focus,
.dropdown-menu > li {
  color: #105c9d;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  float: left;
}
#denthub-header .dropdown-menu > li > a:focus,
.dropdown-menu > li:last-child {
  border: 0;
}
#denthub-header .dropdown-menu > li > a {
  padding: 16px 15px !important;
  font-size: 17px;
  width: 100%;
  float: left;
}
#denthub-header .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
#denthub-header .dropdown-menu {
  padding-bottom: 0 !important;
  position: absolute;
  margin: 0 -77px 0 !important;
}
#denthub-header .collapsing,
.dropdown,
.dropup {
  margin-left: 19px;
}
#denthub-header #Notifications.open > button {
  position: relative;
}
#denthub-header #Notifications.open > button:after {
  content: '';
  height: 25px;
  right: 60px;
  position: absolute;
  top: 21px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
#denthub-header .btn-default:hover {
  color: #ffe;
  background-color: transparent !important;
  border-color: transparent !important;
}
.dropdown-menu {
  min-width: 196px !important;
}
#denthub-header .no-padding-default {
  padding: 0 !important;
}
.no-padding-default {
  padding: 0 !important;
}
#denthub-header::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #dcdcdc;
}
#denthub-header::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #dcdcdc;
}
#denthub-header:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #dcdcdc;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #dcdcdc;
}
/********************************less*****************/
#denthub-header .search-bar-list {
  float: left;
  width: 370px;
  background: #fff;
  margin-top: 7px;
  position: absolute;
  top: 39px;
  z-index: 9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.39), 0 2px 10px 0 rgba(0, 0, 0, 0.39);
  border-radius: 4px;
}
#denthub-header .search-bar-list ul {
  max-height: 75vh;
  overflow-y: auto;
}
#denthub-header .search-bar-list ul li {
  width: 100%;
  float: left;
  padding: 15px;
}
#denthub-header .search-bar-list ul li div {
  line-height: 24px;
  color: black;
}
#denthub-header .search-bar-list ul li .person-name {
  font-size: 16px;
  font-weight: bold;
}
#denthub-header .search-bar-list ul li .pin,
#denthub-header .search-bar-list ul li .details {
  font-size: 15px;
}
#denthub-header .search-bar-list ul li .created-time {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
#denthub-header .search-bar-list ul li:hover {
  background: #ebebeb;
}
#denthub-header #Notifications .btn-default {
  width: 100%;
  text-align: left;
  margin-right: 5px;
}
#denthub-header #Notifications .btn-default span.position-relative {
  position: relative;
}
#denthub-header #Notifications .btn-default span.position-relative span.Notifications-notes {
  position: absolute;
  color: #fff;
  top: -17px;
  background: #f44336;
  width: auto;
  height: auto;
  border-radius: 100%;
  font-size: 12px;
  padding: 1px 5px 1px;
  right: -10px;
}
#denthub-header #Notifications ul.dropdown-menu {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0;
  position: static;
  display: block;
  background: #fff;
  border: 0;
  box-shadow: none;
  max-height: 60vh;
  overflow-y: auto;
  min-width: 340px !important;
}
#denthub-header #Notifications li a {
  border-bottom: solid 1px #d4d4d4;
  font-size: 13px;
}
#denthub-header #Notifications li a:hover {
  background: #f5f5f5;
  color: #626262;
  cursor: pointer;
}
#denthub-header #Notifications li.is-not-read {
  background: #fcf6cc;
}
#denthub-header #Notifications li.is-not-read a {
  font-weight: bold;
}
#denthub-header #Notifications li.is-read {
  background: #fff;
}
#denthub-header #Notifications li.is-read a {
  opacity: 0.6;
}
#denthub-header #menu-profile ul.dropdown-menu {
  padding-bottom: 0 !important;
  position: absolute;
  margin: 0 -82px !important;
  min-width: 100px !important;
  width: 196px;
  padding-top: 0;
  max-height: 80vh;
  overflow-y: auto;
}
#denthub-header #menu-profile ul.dropdown-menu li.User-icons {
  width: 100%;
  float: left;
}
#denthub-header #menu-profile ul.dropdown-menu li.User-icons span.user-icons-img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #ccc;
  overflow: hidden;
}
#denthub-header #menu-profile ul.dropdown-menu li.User-icons span.user-icons-img img {
  width: auto;
  height: 100%;
}
#denthub-header #menu-profile ul.dropdown-menu li.User-icons h1 {
  font-size: 16px;
  float: right;
  color: #105c9d;
  width: 67%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#denthub-header #menu-profile ul.dropdown-menu li.User-icons h1 span {
  float: left;
  width: 100%;
  font-size: 12px;
  padding-top: 5px;
}
#denthub-header #menu-profile ul.dropdown-menu li a {
  color: #105c9d;
}
#denthub-header #menu-profile ul.dropdown-menu li:hover {
  background: #eee;
}
#denthub-header #menu-profile ul.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #fff;
}
#denthub-header #menu-profile ul.dropdown-menu::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
#denthub-header #menu-profile ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #1f2532;
  border-radius: 7px;
}
#menu-profile .dropdown-menu {
  top: 51px;
  left: -4px;
}
#menu-profile {
  margin-top: 10px;
}
.searchBg {
  overflow: hidden;
}
.arrow-left {
  margin-top: 15px;
  color: #fff;
  cursor: pointer;
}
#denthub-header #Notifications li a.bold-font {
  font-weight: bold;
}
#denthub-header #Notifications li {
  text-align: left;
}
#denthub-header #Notifications li a img {
  width: 20px;
  margin: 0 5px;
}
#denthub-header #Notifications li a i {
  font-size: 18px;
  width: 30px;
  text-align: center;
}
#denthub-header .search-bar-list ul li h2 {
  width: 91%;
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 2px;
}
#denthub-header .search-bar-list ul li h2 span {
  font-size: 12px;
  font-weight: 400;
}
#denthub-header .search-bar-list ul li .search-related-data {
  width: 100%;
  cursor: pointer;
  margin: auto;
}
#denthub-header .search-bar-list ul li .search-related-data a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
}
#denthub-header .search-bar-list ul li .search-related-data a span span {
  display: inline;
  width: auto;
  float: none;
}
.manage-all-notification {
  padding-bottom: 0 !important;
  position: absolute;
  margin: 0 5px !important;
  min-width: 250px !important;
  top: 46px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  z-index: 1;
}
.open > .manage-all-notification {
  display: block;
}
#denthub-header .dropdown-menu.clear-all-notifications {
  background: #105c9d !important;
  border-radius: 0;
}
#denthub-header .dropdown-menu.clear-all-notifications li a {
  text-align: center;
  font-size: 20px !important;
  color: #fff !important;
  padding: 10px !important;
  font-weight: normal !important;
}
#denthub-header .dropdown-menu.clear-all-notifications li a:hover {
  background: #105c9d !important;
}
#navBar .nav > li > a.add-dentist-sub-menu {
  width: 175px;
}
.transform {
  transform: scaleX(-1);
}
#imaginary_container .overlay > div:not(.loading-text) {
  left: 90%;
}
.reload-page-text {
  position: fixed;
  right: 0;
  z-index: 9;
  background: #f5d823;
  padding: 10px 16px;
  color: black;
  font-size: 14px;
}
.reload-page-text p {
  margin: 0;
}
.reload-page-text p .message {
  margin-right: 10px;
  font-weight: 500;
}
order-new > .row {
  max-width: 1200px;
  margin: auto !important;
}
/*patient Lab css*/
#patient-section {
  width: 100%;
  margin-left: auto;
}
#patient-section .patientLab {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  margin-top: 155px;
}
#patient-section h1.patientTitle {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#patient-section .SearchPatient {
  width: 100%;
  float: left;
  padding: 40px 70px 10px;
}
#patient-section .SearchPatient .col-lg-2 {
  width: 14% !important;
}
#patient-section .SearchPatient .col-lg-2 {
  width: 19% !important;
  padding: 0;
  padding-right: 54px;
  min-height: 150px;
}
#patient-section .SearchPatient h1 {
  font-size: 18px;
  color: #1f2532;
  font-weight: 700;
}
#patient-section .SearchPatient ul {
  float: left;
  width: 85%;
  margin-top: 15px;
}
#patient-section .SearchPatient ul li {
  float: left;
  width: 28%;
  margin-right: 8%;
  text-align: center;
  position: relative;
}
#patient-section .SearchPatient ul li input {
  text-align: center;
  border-radius: initial;
  box-shadow: inherit;
}
#patient-section .SearchPatient ul li input.success-value {
  border: solid 1px green;
  color: #000;
  letter-spacing: 1.2px;
  font-weight: 400;
}
#patient-section .SearchPatient ul li input.success-error {
  border: solid 1px red;
}
#patient-section .SearchPatient ul li label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
}
#patient-section .SearchPatient ul li input.form-control {
  height: 32px;
  padding: 5px 12px;
}
#patient-section .SearchPatient ul li:last-child {
  margin-right: 0;
  float: right;
}
#patient-section .chooseLAb {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 5px 0 0;
  text-align: center;
  margin: 25px auto auto;
  display: block;
  cursor: pointer;
  border: solid 2px #eeecec;
  overflow: hidden;
}
#patient-section .chooseLAb h1 {
  font-weight: 400 !important;
  font-size: 12px;
  padding: 0;
  color: #676666;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  background: #eeecec;
  padding: 9px 0 5px;
}
#patient-section .chooseLAb.active {
  background: #1f2532;
  cursor: pointer;
  border-color: #1f2532;
}
#patient-section .chooseLAb:hover {
  background: #1f2532;
  cursor: pointer;
}
#patient-section .chooseLAb:hover h1 {
  color: #fff !important;
}
#patient-section .chooseLAb.active h1 {
  color: #fff !important;
  background: #1f2532;
}
#patient-section .chooseLAb .imageWrapper {
  width: 100%;
  height: 68px;
}
#patient-section .chooseLAb img {
  width: 100%;
  height: 68px;
  object-fit: contain;
}
#patient-section span.check-icons i {
  background: #105c9d;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  padding-top: 3px;
  position: absolute;
  top: 46px;
  right: -20px;
  font-size: 10px;
}
@-moz-document url-prefix() {
  #patient-section span.check-icons i {
    top: 40px;
  }
}
.no-padding-default {
  padding: 0 !important;
}
/*Delivery Information ccs*/
#delivery-section {
  width: 100%;
  padding-top: 55px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#delivery-section .DeliveryInformation {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  padding-bottom: 35px;
}
#delivery-section h1.patientTitle {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#delivery-section .DelInf {
  float: left;
  width: 80%;
  margin-left: 10%;
}
#delivery-section .deliveryDate {
  float: left;
  width: 100%;
  margin-top: 41px;
}
#delivery-section .deliveryDate h3 {
  font-size: 18px;
  font-weight: bold;
  color: #105c9d;
}
#delivery-section .deliveryDate ul {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#delivery-section .deliveryDate ul li {
  float: left;
  width: 100%;
  background: #eeecec;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 2%;
}
#delivery-section .deliveryDate ul li a {
  color: #5a5959;
}
#delivery-section .deliveryDate ul li select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 2px 9px;
  cursor: pointer;
}
#delivery-section .deliveryDate ul li input {
  width: 100%;
  border: 0;
  background: transparent;
  margin: 0;
  float: left;
  padding: 2px 9px;
  cursor: pointer;
  min-height: 26px;
}
#delivery-section .form-group {
  margin-bottom: 15px;
  margin-top: 22px;
  margin-left: 15px;
}
#delivery-section .form-group label {
  font-size: 18px;
  font-weight: bold;
  color: #105c9d;
}
#delivery-section .padding_Bottom-50 .btn-default:hover,
#delivery-section .padding_Bottom-50 .btn-default.active {
  background: #1f2532;
  color: #fff;
  box-shadow: initial;
}
#delivery-section .padding_Bottom-50 .btn-default {
  color: #1f2532;
  background-color: #fff;
  border-color: #1f2532;
  font-size: 15px;
  border-radius: initial;
  font-weight: 600;
  padding: 13px 40px;
}
.flex-textarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 250px;
  background-color: lightgrey;
  text-align: center;
}
/*upload-images css*/
#images-section {
  width: 100%;
  padding-top: 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#images-section .upload-images {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  padding-bottom: 30px;
}
#images-section h1.patientTitle {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#images-section .images-upload {
  float: left;
  width: 77%;
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 12%;
  margin-top: 43px;
  padding: 41px 20px 40px;
}
#images-section .images-upload img {
  width: 90px;
}
#images-section .drop-box {
  margin-top: 0px;
  padding: 41px 20px 40px;
  cursor: pointer;
}
#images-section .upload-images .drop-box.filechoose-div {
  width: 100%;
  margin-top: 28px !important;
  border: none;
  padding: 41px 20px 40px;
  cursor: pointer;
}
#images-section .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 50%;
  margin-top: 14px;
  float: left;
}
#images-section .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #1f2532 !important;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
#images-section span.images-file-name {
  float: left;
  margin-right: 12px;
  margin-left: 10px;
  padding-top: 14px;
  font-size: 15px;
}
#images-section span.images-file-name i {
  cursor: pointer;
}
#images-section span.Images-circle img {
  width: 100%;
}
#images-section span.Images-circle {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px;
}
#images-section span.images-refresh {
  padding-top: 17px;
  float: left;
  margin-left: 16px;
}
#images-section span.file-icon {
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 10px;
}
#images-section span.file-icon i {
  font-size: 4em;
}
/*signSend css*/
#sign-section {
  width: 100%;
  padding-top: 60px;
}
#sign-section .signSend {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#sign-section h1.patientTitle {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#sign-section .signSendbox {
  float: left;
  width: 100%;
  text-align: center;
}
.sign-with-img-icon {
  position: relative;
  width: auto;
  display: inline-block;
  float: none;
}
.sign-with-img-icon span.right-sign-all-select {
  float: left;
  width: 50px;
  margin: 0 10px 0 0;
  height: 50px;
  background: #105c9d;
  border: 2px solid #105c9d;
  outline: 0;
  /* cursor: pointer;*/
  -webkit-appearance: inherit;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 30px;
  border-radius: 100%;
  bottom: 10px;
  right: -45px;
}
.sign-with-img-icon span.right-sign-all-select:after {
  content: '\f00c';
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 30px;
  color: #ffffff;
}
#sign-section .signSendbox h1 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
#sign-section .signSendbox p {
  font-size: 15px;
  margin-bottom: 15px;
}
#sign-section label.btn {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: inherit;
  margin-right: 15px;
  width: 22px;
  height: 26px;
  margin-top: -1px;
}
#sign-section label.btn input {
  opacity: 0;
}
#sign-section label.btn.active {
  background: #105c9d;
  color: #fff;
  border: solid 1px #105c9d;
}
#sign-section label.btn .glyphicon {
  display: none;
}
#sign-section label.btn.active .glyphicon {
  left: -7px;
  top: -17px;
  font-size: 12px;
  display: block;
}
#sign-section .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
#sign-section .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
#sign-section .btn.active:focus {
  outline: inherit;
}
#sign-section .signSendbox .glyphicon-ok:before {
  content: '\e013';
  color: #fff;
}
#sign-section .signSendbox img {
  width: 85px;
  margin: 40px 0px;
}
#sign-section .signSendbox button.btn.btn-default.active,
.signSendbox button.btn.btn-default.active {
  background: #1f2532;
  color: #fff;
  box-shadow: initial;
}
#sign-section .signSendbox button.btn.btn-default {
  color: #1f2532;
  background-color: #fff;
  border-color: #1f2532;
  font-size: 15px;
  border-radius: initial;
  font-weight: 600;
  padding: 9px 0px;
  min-width: 155px;
  text-transform: uppercase;
}
.has-error {
  border: 1px solid #de4744 !important;
}
#sign-section .signSendbox .well-sm {
  margin-bottom: 18px;
}
#sign-section span.Sample-disinfected.ng-binding {
  font-size: 15px;
}
#sign-section .glyphicon {
  left: -6px;
  top: 0;
  font-size: 12px;
}
.square {
  border: solid 1px #dcdada;
  border-radius: 8px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  margin-right: 0px;
}
.bridge-suggestion {
  margin-left: 20px;
  width: 120px;
  margin-top: 10px;
  border: 1px solid #8dc44e;
  border-radius: 15px;
  padding: 10px;
  color: #8dc44e;
}
label.bridge-suggestion {
  max-width: inherit !important;
  text-align: center;
}
.partial-suggestion {
  margin-left: 20px;
  width: 120px;
  margin-top: 24px;
  border: 1px solid #8dc44e;
  border-radius: 15px;
  padding: 10px;
  color: #8dc44e;
}
label.partial-suggestion {
  max-width: inherit !important;
  text-align: center;
}
.square-bg {
  background: #a6d273;
}
.square-selected {
  border: 3px solid #1f2532 !important;
}
.softInside .checkbox-inline {
  padding-left: 0px;
  width: 100%;
}
.color-sampling-radio input[type='radio']:not(:checked) {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #4a4a4a;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px;
  border-radius: 50%;
  position: static;
  cursor: pointer;
}
.color-sampling-radio input[type='radio']:checked {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #2c3995;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  border-radius: 50%;
}
.color-sampling-radio input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #2c3995;
  border-radius: 50%;
  color: #2c3995;
}
.color-sampling-radio.implant-bridge-retainment input[type='radio']:checked {
  border: 2px solid #096d9f;
}
.color-sampling-radio.implant-bridge-retainment input[type='radio']:checked:after {
  background: #096d9f;
}
.color-sampling-radio.implant-crown-retainment input[type='radio']:checked {
  border: 2px solid #e65405;
}
.color-sampling-radio.implant-crown-retainment input[type='radio']:checked:after {
  background: #e65405;
}
.signSendbox .marginBottom input[type='checkbox'] {
  opacity: 1 !important;
}
.signSendbox .marginBottom #Sample-disinfected,
.signSendbox .marginBottom #sampleDisinfected1 {
  opacity: 0 !important;
}
/*.signSendbox .marginBottom input[type="checkbox"]{ opacity: 1 !important;}
  .signSendbox .marginBottom input[type="checkbox"]:not(:checked){
    float: left;
    width: 22px;
    margin: 0px 10px 0px 0px;
    height: 26px;
    background: none;
    border: 0px solid @post-block-color;
    outline: none;
    -webkit-appearance: inherit;
    padding: 0px;
    border-radius: 50%;
    position: static;
    cursor: pointer;
  }

  .signSendbox .marginBottom input[type="checkbox"]:checked {
    float: left;
    width: 22px;
    margin: 0px 10px 0px 0px;
    height: 26px;
    background: none;
    border: 0px solid @complete-denture;
    outline: none;
    cursor: pointer;
    -webkit-appearance: inherit;
    position: static;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0px;
    border-radius: 50%;
  }

  .signSendbox .marginBottom input[type="checkbox"]:checked:after {
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 15px;
    color: @white-color;
  }*/
.color-sampling-radio .checkbox-inline {
  padding-left: 0px;
  width: 100%;
  margin-left: 0px !important;
  margin-top: 5px !important;
  font-size: 13px;
}
.color-sampling-radio {
  margin-top: 20px;
}
.color-sampling-radio h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
.color-sampling-radio img {
  max-width: 50%;
}
.image-printable {
  padding: 5% 5% 5% 5%;
  align-content: center;
}
.image-printable img {
  height: 600px;
}
#sign-section label.btn:focus {
  outline: 0;
  outline-offset: 0;
}
.square-post {
  position: relative;
}
.square-post:after {
  width: 0;
  height: 0;
  border-bottom: 28px solid #4a4a4a;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  right: 14px;
  bottom: -4px;
  content: '';
}
.square-post:hover:after {
  bottom: -1px;
  right: 12px;
}
.square-selected.square-post:after {
  bottom: -1px;
  right: 12px;
}
.square-bg:hover {
  border: solid 3px #1f2532;
  position: relative;
}
.square {
  position: relative;
}
.cross-square {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #1f2532;
  position: absolute;
  top: -12px;
  right: -8px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  display: none;
  z-index: 9;
}
.cross-rectangle-post {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #1f2532;
  position: absolute;
  bottom: -19px;
  right: 3.5px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  display: none;
}
.square:hover {
  border: solid 3px #1f2532;
}
p.red-astrix-mark {
  display: inline-block;
  padding: 0 5px;
  color: #ff0515 !important;
}
b.red-astrix-mark {
  display: inline;
  color: #ff0515;
}
p.required-field.ng-binding {
  color: #ff0515;
  font-size: 13px;
  position: absolute;
  bottom: -5px;
  right: 28px;
  margin-bottom: 0px;
}
.margin-top {
  margin-top: 35px !important;
}
.margin-top-45 {
  margin-top: -15px !important;
}
.margin-top-75 {
  margin-top: -61px !important;
}
.margin-top-130 {
  margin-top: -95px !important;
}
input::-webkit-input-placeholder {
  color: #979797;
}
input::-moz-placeholder {
  color: #979797;
}
input:-ms-input-placeholder {
  color: #979797;
}
input:-moz-placeholder {
  color: #979797;
}
.identityError {
  color: #d0021b;
}
a._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
  background-color: #ffb5b6 !important;
}
a._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background-color: #6ed803 !important;
}
._720kb-datepicker-calendar {
  z-index: 9 !important;
}
._720kb-datepicker-calendar-header:nth-child(odd),
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #1f2532 !important;
  border-bottom: solid 1px #fff;
}
.commet-export-production p {
  display: inline-block;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #5c5c5c;
  text-shadow: none;
}
.commet-export-production input[type='checkbox']:not(:checked),
.commet-export-production input.notCheckedInput {
  float: left;
  width: 15px;
  height: 15px;
  -webkit-appearance: inherit;
  margin: 2px 10px 0px 0px;
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: #8edddd;
  border-image: initial;
  outline: none;
  padding: 7px;
  border-radius: 2px;
}
.commet-export-production input[type='checkbox']:checked,
.commet-export-production input:checked.checkedInput {
  float: left;
  width: 15px;
  height: 15px;
  -webkit-appearance: inherit;
  position: relative;
  margin: 2px 10px 0px 0px;
  background: #1fbabb;
  border-width: 2px;
  border-style: solid;
  border-color: #1fbabb;
  border-image: initial;
  outline: 0px;
  font: 14px/1 FontAwesome;
  padding: 7px;
  border-radius: 4px;
}
.commet-export-production input[type='checkbox']:checked:after,
.commet-export-production input:checked.checkedInput:after {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  color: #fff;
}
.new-order-comments {
  margin-bottom: 0px !important;
  font-size: 13px !important;
}
/*label.checkbox-style{
    font-weight: normal; font-size: 14px; margin-top: 20px;
    label {
      color: @h1-color !important;
      margin-left: 0 !important;
      font-weight: 400;
    }
    input[type=radio],
    input[type=checkbox],
    input.notCheckedInput {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      position: relative;
      visibility: hidden;
    }
    input[type=radio],
    input[type=checkbox],
    input[type=radio] + label::before,
    input[type=checkbox] + label::before,
    input.notCheckedInput + label::before {
      font-size: 18px;
      line-height: 20px;
      cursor: pointer;
      vertical-align: middle;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      display: none;
    }

    input[type=radio] {
      border-radius: 50%;
    }

    input[type=radio] + label::before,
    input[type=checkbox] + label::before,
    input.notCheckedInput + label::before{
      content: '';
      text-align: center;
      display: inline-block;
      pointer-events: none;
      opacity: 1;
      color: black;
      transition: all .3s ease;
      border: 2px solid @sky-start-dark;
      width: 23px;
      height: 23px;
      margin-right: 15px;
    }
    input[type=radio] + label::before,
    input.checkedInput + label::before,
    input.ng-not-empty + label::before{
      background: @sky-start-dark;
    }
    input[type=radio] + label,
    input[type=checkbox] + label,
    input.notCheckedInput + label {
      line-height: 23px;
      margin: 0 15px 0 15px;
    }
    input[type=checkbox]:hover,
    input.notCheckedInput:hover {
      cursor: pointer;
    }
    input.notCheckedInput.ng-empty:hover + label::before {
      content: '';
    }
    input[type=checkbox]:checked + label::before,
    input.checkedInput + label::before {
      content: '\2714';
      font-size: 14px;
      text-align: center;
      color: #fff !important;
    }

    input[type=radio]:checked + label::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      font-size: 12px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      color: #2c3995;
      background: #096d9f;
    }

    input[type=checkbox]:checked:hover + label::before,
    input.checkedInput:hover + label::before {
      opacity: 1;
    }
  }*/
label.checkbox-style {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
label.checkbox-style label {
  cursor: pointer;
  color: #1f2532 !important;
  margin-left: 0 !important;
  font-weight: 400;
}
label.checkbox-style label .email-noti-para span:last-child span {
  display: none;
}
label.checkbox-style input[type='checkbox'],
label.checkbox-style input[type='radio'],
label.checkbox-style input.notCheckedInput {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
label.checkbox-style input.chooseLAb[type='radio'] {
  width: 30px;
}
label.checkbox-style input[type='checkbox'] + label,
label.checkbox-style input[type='radio'] + label,
label.checkbox-style input.notCheckedInput + label {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  float: left;
}
label.checkbox-style input[type='checkbox'] + label:after,
label.checkbox-style input[type='radio'] + label:after,
label.checkbox-style input.notCheckedInput + label:after,
label.checkbox-style input.chooseLAb[type='radio'] + label:after {
  width: 23px;
  height: 23px;
  content: '';
  border: solid 2px #4a4a4a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  border-radius: 3px;
}
label.checkbox-style input[type='radio'] + label:after {
  border-radius: 50%;
}
label.checkbox-style input[type='checkbox']:checked + label:after,
label.checkbox-style input.checkedInput + label:after,
label.checkbox-style input.chooseLAb.active[type='radio'] + label:after {
  border-color: #105c9d;
}
label.checkbox-style input[type='checkbox']:checked + label:before,
label.checkbox-style input.checkedInput + label:before,
label.checkbox-style input.chooseLAb.active[type='radio'] + label:before {
  content: '\2714';
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background: #105c9d;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 8;
}
label.checkbox-style input[type='radio']:checked + label:before,
label.checkbox-style input[type='radio'].checkedInput:checked + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #105c9d;
  background: #105c9d;
}
label.checkbox-style input[type='radio']:checked + label:after {
  border-color: #105c9d;
}
.implant-crown-retainment label.checkbox-style input[type='checkbox']:checked + label:after,
.implant-crown-retainment label.checkbox-style input.checkedInput + label:after,
.implant-crown-retainment label.checkbox-style input[type='radio']:checked + label:after {
  border-color: #e65405;
}
.implant-crown-retainment label.checkbox-style input[type='checkbox']:checked + label:before,
.implant-crown-retainment label.checkbox-style input.checkedInput + label:before,
.implant-crown-retainment label.checkbox-style input[type='radio']:checked + label:before {
  background: #e65405;
}
.implant-bridge-retainment label.checkbox-style input[type='checkbox']:checked + label:after,
.implant-bridge-retainment label.checkbox-style input.checkedInput + label:after,
.implant-bridge-retainment label.checkbox-style input[type='radio']:checked + label:after {
  border-color: #096d9f;
}
.implant-bridge-retainment label.checkbox-style input[type='checkbox']:checked + label:before,
.implant-bridge-retainment label.checkbox-style input.checkedInput + label:before,
.implant-bridge-retainment label.checkbox-style input[type='radio']:checked + label:before {
  background: #096d9f;
}
.complete-denture-section label.checkbox-style input[type='checkbox']:checked + label:after,
.complete-denture-section label.checkbox-style input.checkedInput + label:after,
.complete-denture-section label.checkbox-style input[type='radio']:checked + label:after {
  border-color: #2c3995;
}
.complete-denture-section label.checkbox-style input[type='checkbox']:checked + label:before,
.complete-denture-section label.checkbox-style input.checkedInput + label:before,
.complete-denture-section label.checkbox-style input[type='radio']:checked + label:before {
  background: #2c3995;
}
.signSendbox label.checkbox-style label {
  color: #a5a3a3;
}
.export-prod:after {
  z-index: 8 !important;
}
.flex-div-layout {
  display: flex;
  flex-wrap: wrap;
}
.flex-div-layout .col-lg-2 {
  min-width: 19% !important;
}
@media only screen and (min-width: 768px) {
  .simple-order-section {
    padding-top: 0 !important;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .simple-order-image-sign-section {
    padding-top: 0 !important;
    margin-top: -7px;
  }
}
:root {
  --radio-color: #2cba92;
}
.mr-18 {
  margin-right: 18px !important;
}
order-new-2 > .row {
  max-width: 1300px;
  margin: auto;
}
#patient-section.order-two-part .SearchPatient ul {
  width: 100%;
}
#patient-section.order-two-part .SearchPatient ul li {
  width: 30%;
  margin-right: 3%;
  text-align: left;
}
#patient-section.order-two-part .SearchPatient ul.four-column li {
  width: 22%;
}
#patient-section.order-two-part .SearchPatient ul.five-column li {
  width: 17%;
}
#patient-section.order-two-part .SearchPatient ul li .dropdown {
  margin-left: 0;
}
#patient-section.order-two-part .SearchPatient ul li .dropdown .btn.form-control {
  height: 32px;
  box-shadow: none;
  border-radius: 0;
}
#patient-section.order-two-part .SearchPatient ul li label {
  margin-bottom: -6px;
}
#patient-section.order-two-part .SearchPatient ul li .dropdown ul.dropdown-menu {
  min-width: 183px !important;
  margin: 0;
}
#patient-section.order-two-part .SearchPatient ul li .dropdown ul li.ui-select-choices-group {
  width: 100%;
  margin: 0;
}
.next-step-btn {
  width: 100%;
  float: left;
  padding: 40px 106px 10px;
}
.next-step-btn .step-button {
  width: 220px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: none;
  line-height: 43px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin-right: 0;
  padding: 0 20px;
  background: #105c9d;
}
.next-step-btn .step-button i {
  font-size: 24px;
  font-weight: normal;
}
.previous-step-btn.step-button {
  float: left;
}
.next-step-btn .step-button.disabled {
  border-color: #dcdada;
  color: #dcdada;
  opacity: 0.7;
  cursor: not-allowed;
}
#images-section.order-two-part .upload-images h3.patientTitle {
  padding-left: 12%;
}
#order-list.order-two-part .order-list {
  margin-top: 15px;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content {
  cursor: default;
}
#order-list.order-two-part .order-list .order-list-hading .col-lg-2,
#order-list.order-two-part .order-list .order-list-box .order-list-content .col-lg-2 {
  width: 16.66666667%;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage {
  padding-top: 13px;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content:first-child .font-manage {
  padding-top: 0;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage label.checkbox-style {
  width: auto;
  margin-top: 10px;
}
.permissions-div label.checkbox-style {
  margin-top: 0 !important;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage img {
  width: auto;
  float: right;
  max-height: 70px;
  max-width: 70%;
  margin-top: 3px;
}
.permissions-edit-role button {
  margin: 3px !important;
}
#sign-section .sign-send {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
}
#sign-section .sign-send .confirm-info-sign-send h3 {
  float: left;
  font-size: 18px;
  color: #1f2532;
  font-weight: 700;
  width: 100%;
  line-height: 70px;
}
#sign-section .sign-send .confirm-info-sign-send h2 {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 800;
  border-bottom: solid 2px #1f2532;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
}
#sign-section .sign-send .confirm-info-sign-send p {
  font-weight: 400;
  margin: 6px 0 0;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #1f2532;
  padding: 0 15px;
}
#sign-section .sign-send .confirm-info-sign-send p label,
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text label,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p label {
  font-weight: 500;
  color: #a5a3a3;
  width: 40%;
  margin-bottom: 2px;
  float: left;
  min-width: 40%;
}
#sign-section .sign-send .confirm-info-sign-send p label span,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p label span .red-astrix-mark {
  color: #ff0515 !important;
}
#sign-section .sign-send .confirm-info-sign-send p label.remove-parent-astrick-color span {
  color: #000 !important;
}
#sign-section .sign-send .confirm-info-sign-send p label.remove-parent-astrick-color span.red-color {
  color: #ff0515 !important;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p label.handle-lab-request {
  width: 39%;
  min-width: 39%;
  margin-right: 5px;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p label {
  font-weight: normal;
}
.aside-area {
  width: 60%;
  float: left;
}
.aside-area label.checkbox-style {
  width: 100% !important;
  display: flex;
}
.aside-area label.checkbox-style label.check-radio-color {
  width: auto !important;
  margin-right: 10px;
  min-width: 52% !important;
}
.aside-area label.checkbox-style span {
  line-height: 25px;
  color: #000;
}
.aside-area label.checkbox-style span.date-span {
  margin-left: auto;
}
.aside-area label.checkbox-style span.date-span.sign-send-date-span {
  margin-left: 0;
}
.aside-area label.checkbox-style span:after {
  content: '';
}
.aside-area span {
  position: relative;
  padding-right: 10px;
  float: left;
}
.aside-area span:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: ',';
}
.aside-area span:last-child:after {
  content: '';
}
.aside-area span span {
  padding-right: 0;
}
p.comment-p .aside-area {
  width: 90%;
  float: left;
  text-align: justify;
}
p.comment-p.steps-manage-area {
  width: 50% !important;
  display: block !important;
  min-width: 50% !important;
}
p.comment-p.steps-manage-area label {
  width: 100% !important;
  display: flex !important;
}
p.comment-p.steps-manage-area .aside-area {
  width: 100% !important;
  display: block;
}
.mt-20 {
  margin-top: 20px;
}
.mt-35 {
  margin-top: 35px;
}
#sign-section .sign-send .confirm-info-sign-send h4 {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 800;
  border-bottom: solid 2px #105c9d;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
}
#sign-section .sign-send .confirm-info-sign-send h4.single-crown-h4 {
  border-bottom: solid 2px #cddc39;
}
#sign-section .sign-send .confirm-info-sign-send h4.bridge-h4 {
  border-bottom: solid 2px #e92266;
}
#sign-section .sign-send .confirm-info-sign-send h4.post-h4 {
  border-bottom: solid 2px #4a4a4a;
}
#sign-section .sign-send .confirm-info-sign-send h4.implant-crown-h4 {
  border-bottom: solid 2px #e65405;
}
#sign-section .sign-send .confirm-info-sign-send h4.implant-bridge-h4 {
  border-bottom: solid 2px #096d9f;
}
#sign-section .sign-send .confirm-info-sign-send h4.partial-denture-h4 {
  border-bottom: solid 2px #a6d273;
}
#sign-section .sign-send .confirm-info-sign-send h4.temporary-denture-h4 {
  border-bottom: solid 2px #0095a8;
}
#sign-section .sign-send .confirm-info-sign-send h4.complete-denture-h4 {
  border-bottom: solid 2px #2c3995;
}
#sign-section .sign-send .confirm-info-sign-send h4.bitetray-h4 {
  border-bottom: solid 2px #ffcb05;
}
#sign-section .sign-send .confirm-info-sign-send h4.other-h4 {
  border-bottom: solid 2px #461b7e;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p {
  width: 50%;
  float: left;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p i {
  min-width: 22px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  border: solid 2px #105c9d;
  border-radius: 50%;
  margin-left: -29px;
  color: #105c9d;
  cursor: pointer;
  margin-top: -3px;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p {
  width: 100%;
  margin-top: 25px;
}
div.comment-p {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text {
  display: flex;
  width: 100%;
  float: left;
  padding: 15px 15px 0;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text .action-perform-text span strong,
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text label {
  color: #1e2533;
  font-weight: 800;
  width: 19%;
  min-width: 19%;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text .action-perform-text {
  width: 81%;
  float: left;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p label {
  width: 80px;
  min-width: inherit;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .action-text .action-perform-text span {
  width: 100%;
  float: left;
  font-weight: normal;
}
#sign-section .sign-send .files-box {
  width: 100%;
  float: left;
  text-align: center;
}
#sign-section .sign-send .files-box img {
  width: auto;
  height: 100px;
  float: none;
  display: inline-block;
  margin: 0;
}
#sign-section .sign-send .files-box .file-icon {
  margin: 0;
  display: inline-block;
  text-align: center;
  float: none;
}
#sign-section .sign-send .files-box .file-icon i {
  font-size: 100px;
}
#sign-section .sign-send .files-box h3 {
  width: 100%;
  float: left;
  margin: 12px 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box,
#sign-section .signSend .confirm-info-sign-send .sending-box {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  margin: 50px 0 20px;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box label,
#sign-section .signSend .confirm-info-sign-send .sending-box label {
  width: 100%;
  font-size: 20px;
  display: inline-block;
  color: #105c9d;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box p {
  width: 100%;
  display: inline-block;
  color: #105c9d;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box p input[type='checkbox']:not(:checked) {
  margin-left: 10px;
  border: 1px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 3px 15px;
  position: static;
  cursor: pointer;
  display: inline;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .font-manage input[type='radio']:not(:checked) {
  margin-right: 10px;
  border: 1px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 6px 15px 5px;
  position: static;
  cursor: pointer;
  display: inline;
  float: left;
  height: 32px;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box p input[type='checkbox']:checked {
  margin-left: 10px;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px 15px;
  display: inline;
  background: #105c9d;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .font-manage input[type='radio']:checked {
  margin-right: 10px;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px 15px;
  display: inline;
  background: #105c9d;
  float: left;
  height: 32px;
}
#sign-section .sign-send .confirm-info-sign-send .sending-box p input[type='checkbox']:checked:after {
  content: '\f00c';
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 16px;
  color: #fff;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content .font-manage input[type='radio']:checked:after {
  content: '\f00c';
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 16px;
  color: #fff;
}
#patient-section.order-two-part .SearchPatient ul li:first-child input.form-control {
  text-align: left;
}
#patient-section.order-two-part span.check-icons i {
  top: 36px;
  right: 8px;
  padding: 3px 0 0 3px;
}
.several-options {
  width: 100%;
  float: left;
  margin: 20px 0 30px;
}
.several-options .search-material-actions.dropdown {
  margin-left: 0;
}
.several-options .search-material-actions.dropdown input.full-width {
  background: #e6e6e6;
  color: #333;
  border: 0;
  width: 100%;
  cursor: pointer;
  float: left;
  line-height: 32px;
  padding: 6px;
  border-radius: 4px;
}
.several-options .search-material-actions.dropdown input.full-width:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.several-options .search-material-actions.dropdown input.full-width:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.several-options .search-material-actions.dropdown input.full-width + i {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width {
  padding: 0;
  margin-top: 45px;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #eee;
  border-radius: 0;
  max-height: 40vh;
  z-index: 10;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul::-webkit-scrollbar-track {
  background-color: #dcdada;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul::-webkit-scrollbar {
  width: 6px;
  background-color: #dcdada;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul::-webkit-scrollbar-thumb {
  background-color: #105c9d;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li {
  text-align: left;
  cursor: pointer;
  border-bottom: solid 1px #dcdada;
  padding: 3px 20px;
  float: left;
  width: 100%;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li label {
  cursor: pointer;
  margin-bottom: 0 !important;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li label p {
  margin-bottom: 0;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li .checkbox {
  cursor: pointer;
  pointer-events: none;
  margin: 0;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li .checkbox label {
  display: flex;
  align-items: center;
  padding: 0;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li .checkbox label input[type='checkbox']:not(:checked) {
  margin: 0 20px 0 0;
  border: 1px solid #dcdada;
  outline: none;
  -webkit-appearance: inherit;
  padding: 10px;
  position: static;
  cursor: pointer;
  display: inline;
  border-radius: 3px;
  background: #fff;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li .checkbox label input[type='checkbox']:checked {
  margin: 0 20px 0 0;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  display: inline;
  background: #105c9d;
  border-radius: 3px;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li .checkbox label input[type='checkbox']:checked:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  color: #fff;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li:hover {
  color: #105c9d;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li:focus {
  outline: none;
}
.several-options .search-material-actions.dropdown .option-materials-actions.dropdown-menu.full-width ul li.active a {
  background: #dcdada;
  color: #1e2533;
}
.several-options .multiselect-parent {
  width: 100%;
}
.several-options .multiselect-parent input {
  width: 100%;
  background: #dcdada;
  border-radius: 0;
  box-shadow: none;
  white-space: inherit;
}
.several-options .multiselect-parent input .caret {
  float: right;
  margin-top: 10px;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #eee;
  border-radius: 0;
  max-height: 40vh;
  z-index: 10;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-track {
  background-color: #dcdada;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar {
  width: 6px;
  background-color: #dcdada;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-thumb {
  background-color: #105c9d;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li {
  text-align: left;
  cursor: pointer;
  border-bottom: solid 1px #dcdada;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(1),
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(2),
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(3) {
  display: none;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a {
  white-space: inherit;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox {
  margin: 0;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label {
  display: flex;
  align-items: center;
  padding: 0;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox']:not(:checked) {
  margin: 0 20px 0 0;
  border: 1px solid #dcdada;
  outline: none;
  -webkit-appearance: inherit;
  padding: 10px;
  position: static;
  cursor: pointer;
  display: inline;
  border-radius: 3px;
  background: #fff;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox']:checked {
  margin: 0 20px 0 0;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  display: inline;
  background: #105c9d;
  border-radius: 3px;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox']:checked:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  color: #fff;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:hover {
  color: #105c9d;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:focus {
  outline: none;
}
.several-options .multiselect-parent ul.dropdown-menu.dropdown-menu-form li.active a {
  background: #dcdada;
  color: #1e2533;
}
.several-options button {
  background: #105c9d;
  color: #fff;
  border: 0;
  width: 100%;
  float: left;
  line-height: 32px;
}
.reason-exception {
  width: 100%;
  float: left;
  padding: 50px 150px 10px;
}
.reason-exception p.red-astrix-mark.textarea-bottom {
  display: inline-block;
  padding: 0;
  color: #ff0515;
  text-align: right;
  width: 100%;
  margin: -40px 0;
}
.reason-exception h4 {
  color: #1e2533;
  font-weight: 700;
  margin-bottom: 10px;
}
.reason-exception ul {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
.reason-exception ul li {
  width: auto;
  float: left;
  padding: 2px 25px;
  border: solid 2px #105c9d;
  color: #105c9d;
  font-weight: 600;
  margin-right: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
.reason-exception ul li.active {
  background: #105c9d;
  color: #fff;
}
.actions-content li {
  font-weight: 500;
}
.build-construction {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  color: #1e2533;
  background: #eee;
  padding: 5px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.build-construction span.count-construction {
  width: 40px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.build-construction .construction-content {
  width: 100%;
  float: left;
  text-align: center;
}
.build-construction .construction-content h3 {
  font-size: 16px;
  font-weight: 700;
}
.build-construction .construction-content h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}
.build-construction .construction-content h4 span {
  position: relative;
  padding-right: 7px;
}
.build-construction .construction-content h4 span:after {
  position: absolute;
  right: 3px;
  top: 0;
  content: ',';
}
.build-construction .construction-content h4 span:last-child:after {
  content: '';
}
.build-construction.single-crown {
  background: #cddc39;
}
.build-construction.bridge {
  background: #e92266;
}
.build-construction.implant-crown {
  background: #e65405;
}
.build-construction.other {
  background: #461b7e;
}
.build-construction.post {
  background: #4a4a4a;
}
.build-construction.implant-bridge {
  background: #096d9f;
}
.build-construction.complete-denture {
  background: #2c3995;
}
.build-construction.partial-denture {
  background: #a6d273;
}
.build-construction.temporary-denture {
  background: #0095a8;
}
.build-construction.other-removable {
  background: #461b7e;
}
.build-construction.bitetray {
  background: #ffcb05;
}
.color-sampling-radio label.checkbox-style input[type='radio']:checked + label:before {
  background: var(--radio-color) !important;
}
.color-sampling-radio label.checkbox-style input[type='radio']:checked + label:after {
  border: 2px solid var(--radio-color) !important;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a {
  width: 100%;
  float: left;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox'] + span {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  float: left;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox'] + span:after {
  width: 23px;
  height: 23px;
  content: '';
  border: solid 2px #4a4a4a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 3px;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox']:checked + span:after {
  border-color: #105c9d;
}
.multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type='checkbox']:checked + span:before {
  content: '\2714';
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background: #105c9d;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 10;
}
#order-list.order-two-part .order-list .order-list-hading i {
  margin-left: 0;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background: #105c9d;
}
.ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
  display: block !important;
}
.ui-select-container.ui-select-bootstrap.dropdown input.ui-select-search {
  display: none;
}
.extra-mrn-btn button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .next-step-btn {
    padding: 15px 0;
  }
  #sign-section .container {
    padding: 0;
  }
  #sign-section .container .sign-send {
    border-radius: 0;
    margin-top: 0;
    padding: 10px 0 10px;
  }
}
#order-list.order-two-part {
  min-height: inherit !important;
}
.full-div {
  width: 100% !important;
}
#order-list.order-two-part .order-list .order-list-box.first-child-bg {
  background: #bce9e9;
}
#order-list.order-two-part .order-list .order-list-box.first-child-bg .order-list-content {
  background: none;
}
#order-list.order-two-part .order-list .order-list-box .order-list-content.active-lis {
  background: #eee;
}
#images-section.order-two-part .upload-images h3.patientTitle {
  padding-left: 0;
}
#images-section .images-upload {
  width: 100%;
  margin-left: 0;
}
.manage-flex-boxes {
  /*display: flex;
  flex: 1;
  flex-wrap: wrap;*/
}
.manage-flex-boxes .color-sampling-radio h3 {
  margin-bottom: 15px;
}
.action-units-number {
  width: 100%;
  float: left;
  margin: 15px 0;
  cursor: pointer;
}
.action-units-number i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
  border: solid 1px #eee;
  font-size: 14px;
  background: #eee;
  color: #000;
}
.action-units-number input {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  float: left;
  border: solid 1px #eee;
  border-left: 0;
  border-right: 0;
  font-size: 12px;
  background: none;
}
.action-units-number input:focus {
  outline: none;
}
.text-right.right-sec-head i {
  color: #fff;
  line-height: 28px;
  cursor: pointer;
  width: 28px;
  text-align: center;
}
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input#hex {
  width: 100px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division.inline-content {
  display: flex;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division.inline-content label {
  line-height: 23px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .checkbox-style {
  width: 25px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .checkbox-style label:before {
  z-index: 8;
  line-height: 25px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division.inline-content input {
  width: 100%;
  height: 100%;
}
#bridgeTeeth.order-2-construction-section {
  position: relative;
}
.half-section-fill {
  height: 16px;
  float: left;
  position: absolute !important;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.marginBottom .half-section-fill {
  bottom: 23px;
}
#manage-labs .manage-labs #order-list.order-two-part .order-list .order-list-box .order-list-content.tag-header {
  background-color: #ccc;
  padding: 0;
  min-height: 36px;
  font-weight: 500;
  text-align: left;
}
#manage-labs .manage-labs #order-list.order-two-part .order-list .order-list-box .order-list-content {
  min-height: 36px;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
#manage-labs .manage-labs #order-list.order-two-part .order-list .order-list-hading {
  padding: 6px 0;
  text-align: left;
}
#customer-settings #delivery-section {
  padding-top: 122px;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage,
#order-list .order-list.clinic-list-view .order-list-box .order-list-content .mobi-manage-content .font-manage {
  text-align: left;
  padding-top: 0;
}
#order-list .order-list.clinic-list-view .order-list-box .order-list-content {
  cursor: pointer;
  min-height: 36px;
  padding-bottom: 6px;
}
#order-list .order-list.clinic-list-view .order-list-box .order-list-content .mobi-manage-content.add-edit-css a,
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css a {
  border: solid 1px #1f2532;
  color: #1f2532;
  padding: 0 10px;
  float: right;
  margin-right: 5px;
  font-size: 13px;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage select,
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage textarea,
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage input[type='text'] {
  width: 100%;
  border: solid 1px #ddd;
  min-height: 30px;
  line-height: 30px;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content:nth-child(2n + 1) {
  background: #f4f4f4;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:first-child .font-manage p,
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:nth-child(3) .font-manage p {
  font-size: 16px;
  font-weight: normal;
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:first-child .font-manage p,
  #customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:nth-child(3) .font-manage p {
    word-break: break-all;
  }
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:nth-child(2) .font-manage p {
  font-size: 13px;
  font-weight: normal;
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .mobi-manage-content:nth-child(2) .font-manage p {
    word-break: break-all;
  }
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content {
  min-height: 36px;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-hading .font-manage,
#order-list .order-list.clinic-list-view .order-list-hading .font-manage {
  text-align: left;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content.tag-header {
  background-color: #ccc;
  padding: 0;
  min-height: 36px;
  font-weight: 500;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content.tag-header .font-manage {
  padding-top: 5px;
}
#customer-settings #delivery-section #order-list.order-two-part .text-right button {
  width: auto;
  float: right;
  padding: 3px 50px;
  margin: 50px 5px 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage .checkbox-style {
  width: 24px;
  height: 24px;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage .checkbox-style input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
}
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage label.checkbox-style input[type='checkbox'] + label:after,
#customer-settings #delivery-section #order-list.order-two-part .order-list .order-list-box .order-list-content .mobi-manage-content .font-manage label.checkbox-style input[type='checkbox']:checked + label:before {
  z-index: 9;
}
.display-block {
  display: block;
}
#navBar .navbar-default .navbar-nav > li > a.order2-step:hover,
#navBar .navbar-default .navbar-nav > li > a.order2-step:focus {
  border-bottom: solid 9px #1f2532;
  cursor: default;
}
.mt-53 {
  margin-top: 53px;
}
.order-two-part .bridge-suggestion {
  margin-top: 10px;
  margin-left: 0;
}
.font-weight-normal {
  font-weight: normal;
}
.manage-flex-boxes {
  margin-bottom: 40px;
}
.manage-div-smooth .construction-msg {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .files-box .file-icon svg {
  fill: #dcdada;
  width: 40px;
  margin-top: 10px;
  cursor: pointer;
  height: 40px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .files-box .file-icon i.fa-file {
  font-size: 40px;
  margin-top: 8px;
}
.manage-steps h3 {
  margin-bottom: 20px;
}
.manage-steps .checkbox-style {
  display: flex;
}
.manage-steps .checkbox-style .datepicker {
  width: 120px;
  margin-left: auto;
  margin-right: 0;
}
.manage-steps .checkbox-style table tr {
  background: #eee;
}
.manage-steps .checkbox-style table tr:first-child,
.manage-steps .checkbox-style table tr:last-child {
  display: none;
}
.manage-steps .checkbox-style table tr .form-control {
  height: 27px;
  padding: 0;
  width: 40px;
  background: none;
  border: 0;
}
.manage-steps .checkbox-style datepicker input {
  background: #eee;
  border: solid 1px #ddd;
  width: 95%;
  height: 26px;
}
#delivery-section .deliveryDate .deliveryDateTime li {
  width: 48%;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker {
  height: 26px;
  background: none;
  border: none;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker input {
  outline: none;
  color: #5c5c5c;
  opacity: 1;
  font-size: 13.5px;
}
.action-on-teeth span.deliveryTime {
  margin-left: 4px;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c5c5c;
  opacity: 1;
  font-size: 13.5px;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c5c5c;
  opacity: 1;
  font-size: 13.5px;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5c5c5c;
  opacity: 1;
  font-size: 13.5px;
}
#delivery-section .deliveryDate .deliveryDateTime li span.custom-time-picker input:-moz-placeholder {
  /* Firefox 18- */
  color: #5c5c5c;
  opacity: 1;
  font-size: 13.5px;
}
.additional-dentist {
  width: 100%;
  float: left;
  margin: 35px 0;
}
.additional-dentist .divider-new {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.additional-dentist .additional-dentist-details {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.additional-dentist .additional-dentist-details span {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
}
.additional-dentist .additional-dentist-details span > span {
  display: inline-block;
}
.additional-dentist .additional-dentist-details span span > span {
  color: #105c9d;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}
.additional-dentist .additional-dentist-btn {
  width: 100%;
  float: left;
}
.additional-dentist .additional-dentist-btn button {
  border: solid 1px #105c9d;
  background: #fff;
  color: #105c9d;
  padding: 2px 12px;
  font-size: 16px;
}
.additional-dentist .additional-dentist-btn button:disabled {
  background: #e7e5e5;
  color: #8888886e;
  cursor: no-drop;
}
#change-dentist-modal .modal-dialog {
  background: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 850px;
}
#change-dentist-modal .modal-dialog .lab-search-input {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}
#change-dentist-modal .modal-dialog .lab-search-input i {
  position: absolute;
  left: 18px;
  top: 11px;
  color: #105c9d;
}
#change-dentist-modal .modal-dialog .lab-list {
  margin: 20px 0;
  width: 100%;
  float: left;
}
#change-dentist-modal .modal-dialog .lab-search-input input {
  width: 250px;
  float: left;
  border: solid 1px #eee;
  line-height: 40px;
  padding: 0 20px 0 45px;
  height: 40px;
}
#change-dentist-modal .modal-dialog .lab-list-heading {
  background: #105c9d;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 6px 0;
  font-weight: bold;
}
#change-dentist-modal .modal-header {
  border-bottom: none;
}
#change-dentist-modal .modal-footer {
  text-align: center;
  border-top: none;
}
#change-dentist-modal .modal-footer button {
  color: #105c9d;
  background-color: #fff;
  border-color: #105c9d;
  border-radius: 0;
  padding: 6px 30px;
}
#change-dentist-modal .modal-footer button:hover {
  color: #105c9d;
  background-color: #fff;
  border-color: #105c9d;
}
#change-dentist-modal .lab-list-box {
  height: 350px;
  overflow: auto;
  padding: 6px 0;
}
#change-dentist-modal .mobi-manage-content {
  min-height: 27px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
#change-dentist-modal .selected-additional-dentist {
  width: 100%;
  float: left;
  background: #eee;
}
#change-dentist-modal .mobi-manage-content > div {
  min-height: 33px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 0;
}
#change-dentist-modal .lab-list-box::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
/* Track */
#change-dentist-modal .lab-list-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
#change-dentist-modal .lab-list-box::-webkit-scrollbar-thumb {
  background: #105c9d;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p.additional-information label {
  width: auto;
  float: left;
  min-width: 17.5%;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p.additional-information span {
  float: left;
  width: 80%;
  margin-left: 2%;
}
#sign-section.order-details-2 .sign-send .sign-send .sample-span-ui p.comment-p.additional-information span.remove-m-w {
  width: auto;
  margin-left: 1%;
  white-space: nowrap;
  font-size: 13px;
  padding-right: 0;
}
#sign-section.order-details-2 .sign-send .sign-send .sample-span-ui p.comment-p.additional-information.sample-content-comma span:after {
  right: -4px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.status-view-row {
  height: 20px;
}
#change-dentist-modal .pagination,
#change-dentist-modal .pagination ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
#change-dentist-modal .pagination ul {
  width: auto;
  float: none;
}
#change-dentist-modal .pagination ul li {
  width: auto;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  margin: 1px;
  border-radius: 3px;
  cursor: pointer;
}
#change-dentist-modal .pagination ul li i {
  line-height: 29px;
}
#change-dentist-modal .pagination ul li.active-tab {
  color: #6dd2d3;
  border: solid 1px #6dd2d3;
  font-weight: bold;
}
#order-list.invoice-table .order-list .order-list-hading {
  font-size: 13px;
  line-height: 16px;
}
#order-list.invoice-table .order-list {
  font-size: 12px;
}
#order-list.invoice-table .order-list .order-list-box p {
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0;
}
.status-filter.invoice-filter-part .several-options input {
  padding-left: 15px;
}
.user-message {
  padding: 4px 0;
  font-weight: bold;
}
#manage-labs .manage-scroll-mobile .repeat-lis {
  float: left;
  width: 100%;
  border-bottom: solid 2px #ccc;
  cursor: pointer;
  color: #000;
  padding-top: 5px;
}
#manage-labs .manage-scroll-mobile .repeat-lis .text-left label {
  font-weight: normal;
}
#manage-labs .manage-scroll-mobile .last-price-section {
  text-align: center;
  width: 100%;
  min-height: 27px;
}
#manage-labs .manage-scroll-mobile .change-head-bg .head-table {
  background: #eeeeee;
  width: 100%;
  float: left;
  padding: 5px 0 0;
  color: #000;
}
h3.material-heading {
  color: #1bd3c8;
  font-weight: normal;
  margin: 25px 0 15px;
}
.sample-taken-options label.checkbox-style label {
  cursor: pointer;
  z-index: 12;
}
label.checkbox-style.sample-taken-radio input[type='radio'] + label:after {
  border-radius: 50%;
}
.sample-taken-options {
  float: left;
  width: 100%;
  display: inline-flex;
}
.sample-taken-options .sample-taken-option {
  margin-right: 36px;
  z-index: 8;
}
.sample-content {
  width: 100%;
  float: left;
  padding: 20px;
}
.sample-content ul {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
.sample-content ul li {
  width: auto;
  float: left;
  padding: 0 14px;
  border: solid 2px #105c9d;
  color: #105c9d;
  font-weight: 600;
  margin-right: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
.sample-content ul li.active {
  background: #105c9d;
  color: #fff;
}
.sample-content-comma span {
  position: relative;
  padding-right: 10px;
}
.sample-content-comma span:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: ',';
}
.sample-content-comma span:last-child:after {
  content: '';
}
.sample-all-comments .additional-information label {
  width: 20% !important;
  min-width: 20% !important;
}
.sample-all-comments .additional-information .rightPanel {
  float: left;
  width: 79%;
}
.sample-all-comments .additional-information .rightPanel > span {
  margin-bottom: 15px;
  width: 100% !important;
  display: inline-block;
}
.patientExistingorder {
  display: inline-block;
  width: 100%;
}
.patientExistingorder > p {
  font-size: 14px;
  color: #105c9d;
  padding: 40px 0 0px;
  font-weight: bold;
  margin-bottom: 0px;
}
.patientExistingorder .checkBox label.checkbox-style {
  font-weight: normal;
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: none;
  padding-left: 0;
}
.patientExistingorder .checkBox span {
  padding-left: 10px;
  padding-top: 3px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
}
#patient-section .SearchPatient .patientExistingorder .col-lg-2 {
  width: 16% !important;
  min-height: auto;
  padding-right: 0;
  text-align: center;
}
#patient-section .SearchPatient .patientExistingorder .order-list-hading .col-lg-2:last-child {
  width: 18% !important;
}
#patient-section .SearchPatient .patientExistingorder .order-list-hading {
  border-bottom: 3px solid #105c9d;
  overflow: hidden;
  margin-bottom: 0;
}
#patient-section .SearchPatient .patientExistingorder .order-list-hading:not(:first-child) .mobi-manage-content {
  text-align: center;
}
#patient-section .SearchPatient .patientExistingorder .order-list-hading .col-lg-2 {
  padding: 10px 0 0;
  margin-bottom: 0;
  border-bottom: 0;
  font-weight: bold;
}
#patient-section .SearchPatient .patientExistingorder .mobi-manage-content:last-child .col-lg-2 {
  width: 18% !important;
}
#patient-section .SearchPatient .patientExistingorder .col-lg-12 p {
  line-height: normal;
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
}
#patient-section .SearchPatient .patientExistingorder .col-lg-12.order-list-box {
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  padding-top: 8px !important;
}
#patient-section .SearchPatient .patientExistingorder .col-lg-12.order-list-box:nth-last-child(2) {
  border-bottom: 0;
}
#patient-section .SearchPatient .patientExistingorder .col-lg-12.order-list-box:hover {
  background: #dcdada;
}
#patient-section .SearchPatient .patientExistingorder .order-list-hading .col-lg-2:first-child {
  text-align: left;
}
#patient-section .SearchPatient .patientExistingorder .mobi-manage-content:first-child .col-lg-2 {
  text-align: left !important;
}
.DeliveryInformation .contentWrapper {
  margin: 10px 0 0 15px;
}
.constallCommenwrapper {
  display: table;
  width: 100%;
}
.constallCommenwrapper .constallComment {
  display: table-cell;
  float: none !important;
  width: 50%;
}
.constallCommenwrapper .constallComment .checkbox-style.full-div {
  margin-top: 30px;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p.exception-reason span {
  width: auto;
  margin-left: 0;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth p.comment-p.exception-reason span:nth-child(2) {
  margin-left: 2%;
}
.mr-12 {
  margin-right: 12px !important;
}
.h-32 {
  height: 32px !important;
}
#patient-section.order-two-part .SearchPatient .pagination ul {
  display: flex;
  justify-content: center;
}
#patient-section.order-two-part .SearchPatient .pagination ul li {
  width: auto;
  margin-right: 4px;
}
#patient-section.order-two-part .SearchPatient .pagination ul li.active a {
  background-color: #105c9d;
  border-color: #105c9d;
}
.info-area {
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  border-radius: 4px;
  background-color: #e5f6fd;
  display: flex;
  padding: 6px 16px;
  color: #014361;
  float: left;
  align-items: center;
  width: 100%;
}
.info-area .mat-icon {
  margin-right: 5px;
}
#sign-section.order-details-2 .sign-send {
  padding: 0;
  background: none;
}
#sign-section.order-details-2 .sign-send .sign-send {
  background: #fff;
  padding: 18px 15px 50px;
}
#sign-section.order-details-2 .sign-send .sign-send .files-box img {
  max-width: 100%;
  display: inline-block;
  float: none;
}
#sign-section.order-details-2 .sign-send .sign-send .files-box a {
  display: block;
  border: 0;
  text-align: center;
}
#sign-section.order-details-2 .sign-send .sign-send .files-box a .file-icon i {
  color: #105c9d;
}
#sign-section.order-details-2 .sign-send .sign-send .files-box h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
}
#sign-section.order-details-2 .sign-send .sign-send #images-section .images-upload {
  margin-top: 0;
  padding: 10px 0 15px;
  line-height: 180px;
  font-weight: 600;
}
#sign-section.order-details-2 .sign-send .sign-send #images-section .images-upload img {
  width: 200px;
  float: left;
}
#sign-section.order-details-2 .sign-send .sign-send #imgModal .carousel a {
  height: 100vh;
}
#sign-section.order-details-2 .sign-send .sign-send #imgModal .carousel a span.glyphicon {
  left: 50%;
  top: 45%;
  font-size: 30px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p {
  font-size: 14px;
  display: flex;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p i.fa-info,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p i.fa-phone {
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  border: solid 2px #105c9d;
  border-radius: 50%;
  margin-right: 5px;
  color: #105c9d;
  cursor: pointer;
  margin-top: 0;
  margin-left: -27px;
  font-size: 11px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p span.invoice-inputs {
  display: flex;
  justify-content: space-between;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p span.invoice-inputs input {
  width: 100px;
  float: left;
  font-size: 12px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p span.invoice-inputs button {
  width: 65px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #105c9d;
  line-height: 24px;
  color: #105c9d;
  cursor: pointer;
  padding: 0 8px;
  text-align: center;
  margin-left: 5px;
  background: #fff;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p span.invoice-inputs button:hover {
  background: #105c9d;
  color: #fff;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p span.invoice-inputs button:disabled {
  cursor: not-allowed;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send a.add-anchor-btn {
  width: 80px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #105c9d;
  line-height: 24px;
  color: #105c9d;
  cursor: pointer;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send h4 i {
  float: right;
  color: #105c9d;
  cursor: pointer;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send h4.show-teeth-construction i {
  transform: rotate(-90deg);
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions {
  width: 100%;
  float: left;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-btn {
  width: 100%;
  float: left;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-btn button {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #105c9d;
  line-height: 24px;
  color: #105c9d;
  cursor: pointer;
  padding: 5px 30px;
  background: none;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-btn button i {
  margin-right: 15px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-btn.hide-this-part {
  display: none;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section {
  width: 100%;
  float: left;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions {
  padding: 10px 30px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions h5 {
  color: #000;
  font-weight: 500;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 15px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box > span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions {
  width: 100%;
  float: left;
  margin-left: 15px;
  position: relative;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions i.fa-search {
  position: absolute;
  top: 5px;
  left: 15px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions i.fa-caret-down {
  position: absolute;
  top: 5px;
  right: 15px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions input {
  width: 100%;
  float: left;
  padding: 0 50px;
  border: solid 1px #dcdada;
  background: #eee;
  height: 28px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions {
  width: 100%;
  float: left;
  position: absolute;
  top: 28px;
  left: 0;
  box-shadow: 3px 3px 5px #dcdada;
  background: #f4f4f4;
  z-index: 9;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material {
  width: 100%;
  float: left;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material h5 {
  width: 100%;
  float: left;
  padding: 5px 25px;
  background: #dcdada;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li {
  width: 100%;
  float: left;
  padding: 4px 15px;
  border-bottom: solid 1px #dcdada;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li label.checkbox-style {
  height: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type='checkbox'] + label {
  margin-left: 15px;
  line-height: 16px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type='checkbox'] + label:after {
  width: 16px;
  height: 16px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type='checkbox']:checked + label:after {
  border-color: #105c9d;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type='checkbox']:checked + label:before {
  width: 16px;
  height: 16px;
  font-size: 12px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .edit-save-btn {
  padding: 4px 15px 4px 0;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .material-action-box .search-material-actions .option-materials-actions .edit-save-btn button {
  padding: 2px 30px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-hading {
  font-weight: 500;
  color: #aaa;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box {
  width: 100%;
  float: left;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  margin: 2px 0;
  position: relative;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage h5,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage span,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage input {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-bottom: 15px;
  color: #000;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage:nth-child(2),
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage:nth-child(3),
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage:nth-child(4),
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content .font-manage:nth-child(5) {
  text-align: center;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content div:last-child {
  position: static;
  padding-left: 44px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .order-list-box .order-list-content div i.fa-trash {
  position: absolute;
  top: 3px;
  right: 50px;
  font-size: 24px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .edit-save-btn {
  width: 100%;
  float: left;
  padding-right: 110px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .edit-save-btn button {
  width: auto;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #105c9d;
  line-height: 24px;
  color: #105c9d;
  cursor: pointer;
  padding: 2px 50px;
  background: none;
  font-weight: 600;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .teeth-construction-action .add-materias-actions .add-materias-actions-section .added-materials-actions .edit-save-btn button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .files-box .file-icon i {
  color: #dcdada;
  cursor: pointer;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .files-box h3 {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .flag-icon {
  font-size: 25px;
  color: #9f9d9d;
  cursor: pointer;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .flag-icon.flag-color-red {
  color: #ff0000;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .green-truck,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .red-truck {
  color: #8dc44d;
  cursor: pointer;
  font-size: 30px;
  transform: scaleX(-1);
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .red-truck {
  color: #ff0415;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .green-truck.dentist-truck,
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .red-truck.dentist-truck {
  cursor: default;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send .digital-sample {
  height: 25px;
}
#sign-section.order-details-2 .sign-send #dentist-order-detail {
  margin-top: 30px;
}
#contact-info-modal .modal-dialog,
#price-specification-modal .modal-dialog,
#rate-modal .modal-dialog,
#approve-modal .modal-dialog,
#user-info-modal .modal-dialog,
#dentist-info-modal .modal-dialog {
  width: 420px;
}
#contact-info-modal .modal-dialog .modal-content,
#price-specification-modal .modal-dialog .modal-content,
#rate-modal .modal-dialog .modal-content,
#approve-modal .modal-dialog .modal-content,
#user-info-modal .modal-dialog .modal-content,
#dentist-info-modal .modal-dialog .modal-content {
  padding: 20px 40px 0 40px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#contact-info-modal .modal-dialog .modal-content .modal-header,
#price-specification-modal .modal-dialog .modal-content .modal-header,
#rate-modal .modal-dialog .modal-content .modal-header,
#approve-modal .modal-dialog .modal-content .modal-header,
#user-info-modal .modal-dialog .modal-content .modal-header,
#dentist-info-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}
#contact-info-modal .modal-dialog .modal-content .modal-header .close,
#price-specification-modal .modal-dialog .modal-content .modal-header .close,
#rate-modal .modal-dialog .modal-content .modal-header .close,
#approve-modal .modal-dialog .modal-content .modal-header .close,
#user-info-modal .modal-dialog .modal-content .modal-header .close,
#dentist-info-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#contact-info-modal .modal-dialog .modal-content .modal-header .close:focus,
#price-specification-modal .modal-dialog .modal-content .modal-header .close:focus,
#rate-modal .modal-dialog .modal-content .modal-header .close:focus,
#approve-modal .modal-dialog .modal-content .modal-header .close:focus,
#user-info-modal .modal-dialog .modal-content .modal-header .close:focus,
#dentist-info-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#contact-info-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#price-specification-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#rate-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#approve-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#user-info-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#dentist-info-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #105c9d;
  margin-bottom: 0;
}
#contact-info-modal .modal-dialog .modal-content .modal-body,
#price-specification-modal .modal-dialog .modal-content .modal-body,
#rate-modal .modal-dialog .modal-content .modal-body,
#approve-modal .modal-dialog .modal-content .modal-body,
#user-info-modal .modal-dialog .modal-content .modal-body,
#dentist-info-modal .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
#contact-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#price-specification-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#user-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#dentist-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0;
}
#contact-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4,
#price-specification-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4,
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4,
#user-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4,
#dentist-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form h4 {
  text-decoration: underline;
  margin-bottom: 15px;
}
#contact-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
#price-specification-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
#user-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
#dentist-info-modal .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 26px;
}
#contact-info-modal .modal-dialog .modal-content .modal-footer,
#price-specification-modal .modal-dialog .modal-content .modal-footer,
#rate-modal .modal-dialog .modal-content .modal-footer,
#approve-modal .modal-dialog .modal-content .modal-footer,
#user-info-modal .modal-dialog .modal-content .modal-footer,
#dentist-info-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#contact-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#price-specification-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#rate-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#approve-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#user-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#dentist-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#contact-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#price-specification-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#rate-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#approve-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#user-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#dentist-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#contact-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#price-specification-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#rate-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#approve-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#user-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#dentist-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#contact-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#price-specification-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#rate-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#approve-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#user-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#dentist-info-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#price-specification-modal .modal-dialog {
  width: 900px;
}
#price-specification-modal .modal-dialog #order-list {
  min-height: inherit;
}
#price-specification-modal .modal-dialog #order-list .order-list {
  margin-top: 0;
  border: 0;
  box-shadow: none;
}
#price-specification-modal .modal-dialog #order-list .order-list .order-list-hading {
  padding: 10px 0;
}
#price-specification-modal .modal-dialog #order-list .order-list-content {
  min-height: inherit;
}
#price-specification-modal .modal-dialog #order-list .order-list-content.order-list-bg {
  padding: 5px 0;
  background: none;
  border-bottom: solid 1px #dcdada;
}
#price-specification-modal .modal-dialog #order-list .order-list-content.order-list-bg .mobi-manage-content:first-child p {
  text-align: left;
}
#price-specification-modal .modal-dialog #order-list .order-list-content.order-list-bg p {
  font-weight: normal;
  color: #a5a3a3;
}
#rate-modal .modal-dialog,
#approve-modal .modal-dialog {
  width: 700px;
}
#rate-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#approve-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  text-align: left;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h5,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h5 {
  width: 100%;
  float: left;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option li,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option li {
  width: auto;
  float: left;
  cursor: pointer;
  border-radius: 0;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 5px 25px 4px;
  margin: 0 30px 30px 0;
  color: #105c9d;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option li.active-tab-close,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .choose-rate-option li.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check {
  width: 100%;
  float: left;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check .choose-rate-option li,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check .choose-rate-option li {
  margin: 0 15px 15px 0;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check span,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check span {
  font-size: 14px;
}
#rate-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check textarea,
#approve-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .not-satisfied-check textarea {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 15px;
  border: solid 1px #dcdada;
}
@media (max-width: 767px) {
  #price-specification-modal .modal-dialog {
    width: 100%;
  }
  #price-specification-modal .modal-dialog .modal-content {
    padding: 0;
  }
  #price-specification-modal .modal-dialog .modal-content .modal-header .close {
    margin: 0px 5px;
  }
  #price-specification-modal .modal-dialog #order-list .order-list .order-list-hading {
    padding: 0;
  }
}
.border-0 {
  border: 0;
}
#OrderDetail2PrintableArea #images-section {
  padding-top: 0;
}
.red-color {
  color: #ff0515 !important;
}
.red-del {
  text-decoration: line-through;
  color: #ff0515 !important;
}
.mt-53.mb-30 {
  width: 100%;
  float: left;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
.mt-53.mb-30 select {
  min-height: 32px;
  border: solid 1px #eee;
  font-size: 14px;
}
span.version-msg {
  padding: 0 !important;
  margin: 0 5px !important;
}
span.version-msg {
  padding: 0 !important;
  margin: 0 5px !important;
}
.custom-time-picker {
  display: inline-flex;
  width: 100px;
  float: left;
  background: #eee;
  border: solid 1px #ddd;
  height: 24px;
}
.custom-time-picker input {
  width: 100%;
  height: 24px;
  text-align: center;
  background: none;
  border: 0;
}
.custom-time-picker input:disabled {
  cursor: not-allowed;
}
.exception-check input {
  z-index: 11 !important;
  cursor: pointer;
}
.exception-check {
  width: auto !important;
}
#sign-section.order-details-2 .sign-send .sign-send p.comment-p.additional-information label {
  width: auto;
  float: left;
  min-width: 17.5%;
}
#sign-section.order-details-2 .sign-send .sign-send p.comment-p.additional-information span {
  float: left;
  width: 80%;
  margin-left: 1%;
}
#sign-section.order-details-2 .sign-send .sign-send p.comment-p.additional-information span.remove-m-w {
  width: auto;
  margin-left: 0;
}
.archive-check input {
  z-index: 11 !important;
  cursor: pointer;
}
.archive-check {
  width: auto !important;
}
.commet-export-production input[type='checkbox'] {
  cursor: pointer;
}
.chat-option-box .chat-area {
  border: 0;
  width: 100%;
  resize: none;
  padding: 18px;
  margin: -15px 0;
}
.approve-modal-add-msg-section {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.approve-modal-add-msg-section p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.approve-modal-add-msg-section label.checkbox-style.mt-20.archive-check {
  margin-top: 30px;
}
#approve-modal label.checkbox-style input[type='checkbox'] + label:after {
  border-color: #105c9d;
}
#approve-modal label.checkbox-style input[type='checkbox'] {
  width: 100%;
  height: 100%;
}
.printHidden {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.pdf-btn {
  border: none;
  background: white;
}
.pdf-btn:disabled i {
  cursor: not-allowed !important;
}
.print-button-wrapper {
  padding: 5;
}
.additional-information .rightPanel > span {
  margin-bottom: 15px;
  width: 100% !important;
  display: inline-block;
}
.additional-information .rightPanel > del {
  margin-bottom: 15px;
  width: 100% !important;
  display: inline-block;
}
.invoice-pdf-download {
  width: 27px;
  margin-left: 10px;
  margin-top: -3px;
  cursor: pointer;
}
.text-align-left {
  text-align: left;
  color: #000;
}
.flex-start {
  align-items: flex-start !important;
}
.flex-start:hover {
  cursor: pointer;
}
.flex-start span {
  font-weight: 600;
}
.order-material {
  width: 100%;
  float: left;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .add-info p.comment-p.additional-information span {
  margin-left: 0;
}
#sign-section .sign-send .confirm-info-sign-send .teeth-construction-action .action-on-teeth .add-info p.comment-p.additional-information label {
  margin-right: 10px;
  width: 17.5%;
}
.action-display-block {
  display: block !important;
}
.padding-left-change {
  padding-left: 15px !important;
}
.order-transport-status b {
  right: 36px;
  top: 6px;
  position: absolute;
  font-size: 13px;
}
#certify-modal .modal-dialog,
#approve-modal .modal-dialog {
  width: 900px !important;
}
#certify-modal .modal-dialog #order-list,
#approve-modal .modal-dialog #order-list {
  min-height: 0;
}
#certify-modal .modal-dialog #order-list .order-list,
#approve-modal .modal-dialog #order-list .order-list {
  margin-top: 0;
}
#certify-modal .modal-dialog #order-list .order-list-content div:nth-child(1) p,
#approve-modal .modal-dialog #order-list .order-list-content div:nth-child(1) p {
  text-align: left;
}
#certify-modal .modal-dialog #order-list .order-list-content.order-list-bg,
#approve-modal .modal-dialog #order-list .order-list-content.order-list-bg {
  padding: 5px 0;
  background: none;
  min-height: inherit;
  border-bottom: solid 1px #dcdada;
}
.details-page-label-black label {
  color: #000 !important;
}
.table-formate {
  width: 100%;
  text-align: left;
}
.table-formate tr th {
  background: #105c9d;
  color: #fff;
  padding: 14px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.table-formate tr th:first-child {
  text-align: left;
}
.table-formate tr td {
  font-weight: normal;
  color: #a5a3a3;
  padding: 4px 10px;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #dcdada;
}
.table-formate tr td:first-child {
  text-align: left;
}
.downloading-progress-nav {
  position: fixed;
  top: 117px;
  left: 50%;
  background: #105c9d;
  color: #fff;
  padding: 5px 10px;
  transform: translateX(-50%);
}
.pd-0 {
  padding: 0 !important;
}
.version-files {
  text-align: left !important;
  width: auto !important;
}
.version-files h3,
.version-files a {
  text-align: left !important;
}
.remove-height #order-list {
  min-height: inherit;
}
#sign-section.order-details-2 .sign-send .confirm-info-sign-send p label + label.checkbox-style.do-not-invoice-label {
  min-width: inherit !important;
  width: auto !important;
}
.disable-box {
  opacity: 0.5;
}
.download-section {
  width: calc(100% - 10px);
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background: #fff;
  margin: 5px;
  border: 1px #ccc solid;
}
.download-section button {
  color: #105c9d;
}
.download-section button span {
  font-weight: 500;
}
.production-finished .red-astrix-mark {
  color: #ff0515;
}
.invoicing-module {
  display: flex;
  flex-direction: column;
}
.invoicing-module label {
  width: 100% !important;
}
.edit-delete-material {
  display: flex;
  padding: 0 !important;
}
.edit-delete-material .fa-trash {
  position: static !important;
  margin-left: 18px;
  margin-top: -4px;
}
.warranty-type {
  color: #ff6c03;
  font-weight: 600;
}
.main-container {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  padding-right: 30px;
}
.main-container h5 {
  font-weight: bold;
  font-size: 16px;
}
.main-container span {
  font-size: 14px;
  padding-top: 4px;
}
.main-container p {
  padding: 0 !important;
  text-align: justify;
}
.main-container .inner-section {
  padding-left: 30px;
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-right: 30px;
}
.dentist-note span {
  text-align: justify;
}
.dentist-note span:first-child {
  padding-right: 3px;
  font-weight: bold;
}
#order-confirm {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#order-confirm .order-confirm {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 4px;
  margin-top: 150px;
  padding: 20px;
  text-align: center;
}
#order-confirm .order-confirm h1 {
  font-size: 38px;
  text-align: center;
  color: #1f2532;
  margin-top: 37px;
  font-weight: bold;
}
#order-confirm .order-confirm .order-details {
  width: 100%;
  max-width: 800px;
  background: #f5f5f5;
  margin: auto;
  padding: 20px;
  text-align: center;
  display: inline-block;
  margin-top: 36px;
}
#order-confirm .order-confirm .order-details span {
  float: left;
  width: 100%;
  font-size: 25px;
  margin-top: 10px;
}
#order-confirm .order-confirm .order-button {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 37px;
}
#order-confirm .order-confirm .order-button a {
  font-size: 28px;
  color: #dcdada;
  padding: 20px 40px 20px 40px;
  text-transform: uppercase;
  text-decoration: none;
}
a#order-confirm .order-confirm .order-button:hover {
  text-decoration: none;
}
#order-confirm .order-confirm .right-detail-part.order-created {
  width: 300px !important;
  float: none;
  margin: 30px auto 0;
}
#order-confirm .order-confirm .right-detail-part.order-created span {
  width: 70px;
  margin: 0 35px;
  float: right;
  text-align: center;
  cursor: pointer;
}
#order-confirm .order-confirm .right-detail-part.order-created span svg {
  height: 65px;
}
#order-confirm .order-confirm .right-detail-part.order-created span p {
  font-weight: bold;
  font-size: 20px;
  color: #bbb;
  line-height: 17px;
}
#order-confirm .order-confirm .right-detail-part.order-created span i {
  font-size: 65px;
  color: #ccc;
}
#order-confirm .order-confirm .right-detail-part.order-created button {
  margin: 0 35px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
}
#order-confirm .order-confirm .right-detail-part.order-created button svg {
  height: 65px;
}
#order-confirm .order-confirm .right-detail-part.order-created button p {
  font-weight: bold;
  font-size: 20px;
  color: #bbb;
  line-height: 17px;
}
#order-confirm .order-confirm .right-detail-part.order-created button i {
  font-size: 65px;
  color: #ccc;
}
#order-confirm .order-confirm .right-detail-part.order-created button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#order-confirm .order-confirm .right-detail-part.order-created.order-action-btn {
  width: 350px !important;
}
#order-confirm .order-confirm .right-detail-part.order-created.order-action-btn button p {
  margin-top: 10px;
}
#order-confirm .order-confirm .order-message {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#order-confirm .order-confirm .order-message p {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #a7a7a7;
  font-weight: 300;
}
#order-confirm .order-confirm .next-step-btn.home-page-btn {
  display: inline-block;
  text-align: center;
}
#order-confirm .order-confirm .next-step-btn.home-page-btn .step-button {
  width: 220px;
  float: none;
  display: inline-block;
}
#order-list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  min-height: 97vh;
}
#order-list .order-list-content {
  padding: 10px 0;
  float: left;
  width: 100%;
  min-height: 64px;
  cursor: pointer;
}
#order-list .order-list-content.user-list-content {
  min-height: 35px;
  padding: 6px 0 0;
  cursor: default;
}
#order-list .order-list {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 150px;
  border: solid 1px #d0d0d0;
  box-shadow: 0 0 3px #ebebeb;
  text-align: center;
}
#order-list .order-list.user-dentdata {
  text-align: left;
}
#order-list .order-list.user-dentdata .order-list-content .mobi-manage-content:first-child .font-manage {
  padding-left: 15px;
}
#order-list .order-list .no-padding-default {
  padding: 0;
}
#order-list .order-list .order-list-hading {
  background: #105c9d;
  float: left;
  width: 100%;
  color: #fff;
  padding: 14px 0px;
  font-size: 18px;
  font-weight: bold;
}
#order-list .order-list .order-list-hading i {
  margin-left: 10px;
  /* &:last-child {
          position: absolute;
          top: 17px;
          right: 66px;
        }*/
}
#order-list .order-list .order-list-hading .col-lg-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-hading .col-md-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-hading .col-sm-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-box {
  padding: 15px;
  border-bottom: solid 1px #d4d4d4;
}
#order-list .order-list .order-list-box:last-child {
  border: 0;
}
#order-list .order-list .order-list-box p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
#order-list .order-list .order-list-box i {
  font-size: 30px;
  transform: scaleX(-1);
}
#order-list .order-list .order-list-box i.green-truck {
  color: #8dc44d;
}
#order-list .order-list .order-list-box i.green-truck + .digital-sample {
  margin: -12px 5px 0;
  height: 25px;
}
#order-list .order-list .order-list-box i.red-truck {
  color: #ff0415;
}
#order-list .order-list .order-list-box i.red-truck + .digital-sample {
  margin: -12px 5px 0;
  height: 25px;
}
#order-list .order-list .order-list-box .digital-sample {
  margin: 0 5px;
  height: 25px;
}
#order-list .order-list .order-list-box p.manageWidth {
  width: 100%;
  float: left;
  padding-left: 0;
}
#order-list .order-list .order-list-box:nth-child(2n+1) .order-list-content.user-list-content {
  background: #f7f8f9 !important;
}
#order-list .order-list .order-list-content {
  background: #fff;
}
#order-list .order-list .order-list-content .mobi-manage-content .col-lg-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-content .mobi-manage-content .col-md-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-content .mobi-manage-content .col-sm-2 {
  width: 14.25%;
}
#order-list .order-list .order-list-content .mobi-manage-content .font-manage .ngrateit {
  width: 100%;
  float: left;
}
#order-list .order-list .order-list-content .mobi-manage-content .font-manage .lab-flag-icon {
  position: absolute;
  left: 4px;
  top: 13px;
  font-size: 18px;
  color: #ff0000;
  margin: 0 5px;
  transform: none;
  height: 25px;
}
#order-list .order-list .order-list-content .mobi-manage-content .font-manage .lab-flag-icon + .lab-flag-icon {
  top: 21px;
}
#order-list .order-list .order-list-content .mobi-manage-content .font-manage .lab-flag-icon.two-icon {
  top: 0;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active {
  width: auto;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  z-index: 9;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active .active-inactive-content {
  min-width: 60px;
  float: right;
  text-align: left;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active .active-inactive-content.margin-us-ex-add {
  margin-left: 0;
  margin-right: -20px;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active .active-inactive-content.margin-cl-ex-add {
  margin-left: 0;
  margin-right: -50px;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 2px 10px 0 0;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
}
@media (max-width: 767px) {
  #order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage .clinic-active {
    margin-left: 5px;
  }
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 3px 5px;
  margin-left: 0;
  font-size: 12px;
  text-transform: uppercase;
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage a:hover {
  color: #fff;
  background: #105c9d;
}
@media (max-width: 767px) {
  #order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage {
    width: auto !important;
  }
}
#order-list .order-list .order-list-content .mobi-manage-content.add-edit-css .font-manage.clinic-active-button .clinic-active {
  float: right;
}
#order-list .order-list .order-list-content .mobi-manage-content.multi-org-manage .multiple-check-organization li {
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
#order-list .order-list .order-list-content .mobi-manage-content:first-child .font-manage {
  padding-left: 35px;
}
#order-list .order-list .order-list-content.order-list-bg {
  background: #ffeef0;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#order-list .order-list .order-list-content.order-list-bg span.position-relative {
  position: relative;
  float: right;
}
#order-list .order-list .order-list-content.order-list-bg span.position-relative i {
  color: #f5d823;
  font-size: 21px;
}
#order-list .order-list .order-list-content.order-list-bg span.position-relative span.Notifications-notes {
  position: absolute;
  color: #fff;
  top: -8px;
  background: #ec0b27;
  width: 14px;
  height: 15px;
  border-radius: 100%;
  font-size: 10px;
  padding-top: 0px;
  right: -5px;
}
#order-list .order-list .order-list-content.order-list-bg p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000;
  -webkit-align-items: center;
  align-items: center;
}
.order-list-bg {
  background: #ffeef0;
}
.dentist-right {
  float: right;
  width: 17%;
  text-align: right;
  padding-top: 7px;
  font-size: 19px;
  position: relative;
  margin-top: 5px;
}
.dentist-right i {
  font-size: 25px;
  color: #f5d823;
}
.dentist-right span {
  position: absolute;
  width: auto;
  padding: 0 6px;
  background: #d0021b;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  top: -4px;
  right: -7px;
}
p.manageWidth.red-astrix-mark {
  display: inline;
  color: #ff0515 !important;
}
#order-list .container {
  position: relative;
}
#order-list .container span.spinner {
  position: absolute;
  top: 300px;
  left: 50%;
}
.scroll-spinner {
  position: fixed;
  bottom: 58px;
  left: 50%;
}
.container.status-view {
  position: relative;
}
.container.status-view span.spinner {
  position: absolute;
  top: 300px;
  left: 50%;
}
.hidden-content {
  opacity: 0;
}
.green-color {
  color: #8dc44d;
}
#order-list .order-list .order-list-content .mobi-manage-content:first-child .font-manage.left-align {
  padding-left: 15px;
}
@media (max-width: 767px) {
  #order-list .order-list .order-list-content .mobi-manage-content:first-child .font-manage.permissions-div {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #order-list .order-list .order-list-content .mobi-manage-content:first-child .font-manage.left-align {
    padding-left: 2px;
  }
}
@media only screen and (max-width: 1169px) and (min-width: 992px) {
  #order-list .order-list .order-list-content .mobi-manage-content:first-child .font-manage.left-align {
    padding-left: 2px;
  }
}
.position-initial {
  position: initial !important;
}
#order-status-view {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  margin-top: 132px;
  margin-bottom: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
}
#order-status-view .no-padding-lr {
  padding: 0;
}
#order-status-view .no-padding-lr .Sent-by-dentist {
  float: left;
  width: 100%;
  background: #fff;
}
#order-status-view .no-padding-lr .Sent-by-dentist h1 {
  background: #82e2e5;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 13px 10px 12px;
  text-transform: uppercase;
  position: relative;
}
#order-status-view .no-padding-lr .Sent-by-dentist h1:after {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 16px solid #82e2e5;
  position: absolute;
  right: -16px;
  top: 0;
  content: '';
}
#order-status-view .no-padding-lr .Sent-by-dentist h1:before {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 16px solid #eee;
  position: absolute;
  left: 0px;
  top: 0;
  content: '';
}
#order-status-view .no-padding-lr .Sent-by-dentist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.39), 0 2px 10px 0 rgba(0, 0, 0, 0.39);
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li {
  padding: 10px 20px 10px;
  cursor: pointer;
  float: left;
  width: 100%;
  border-bottom: solid 1px #979797;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li p b {
  margin-right: 5px;
  float: left;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left {
  float: left;
  width: 70%;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left p span {
  margin-right: 5px;
  position: relative;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left p span:after {
  width: 2px;
  height: 2px;
  content: ',';
  position: absolute;
  bottom: 16px;
  right: -3px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left p span:last-child:after {
  content: '';
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left p span:last-child:after {
  content: '';
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left .tandtekniker {
  float: left;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  color: #a5a3a3;
  background: #fff;
  padding: 0px 5px 0px 2px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left .tandtekniker img {
  width: auto;
  height: 30px;
  max-width: 100%;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left .tandtekniker span.color-change {
  color: #3a9e33;
  font-size: 14px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left .tandtekniker span {
  float: right;
  font-size: 12px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left.width-resize {
  width: 30%;
  float: left;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right {
  float: right;
  width: 30%;
  text-align: right;
  padding-top: 5px;
  font-size: 19px;
  position: relative;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right i {
  font-size: 25px;
  color: #f5a623;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right span {
  position: absolute;
  width: auto;
  padding: 0 6px;
  background: #d0021b;
  border-radius: 100%;
  font-size: 11px;
  color: #fff;
  top: -4px;
  right: -7px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck {
  margin-top: -10px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck .lab-flag-icon {
  left: 4px;
  top: 13px;
  font-size: 25px;
  color: #ff0000;
  margin: 0 5px;
  transform: none;
  height: 25px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck .lab-flag-icon + .lab-flag-icon {
  top: 21px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck .lab-flag-icon.two-icon {
  top: 0;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck i {
  font-size: 27px;
  transform: scaleX(-1);
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck i.green-truck {
  color: #8dc44d;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck i.green-truck + .status-view-digital-sample {
  margin: -12px 5px 0;
  height: 25px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck i.red-truck {
  color: #ff0415;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck i.red-truck + .status-view-digital-sample {
  margin: -12px 5px 0;
  height: 25px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.digital-flag-truck .status-view-digital-sample {
  margin: 0 5px;
  height: 25px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.width-resize {
  width: 70%;
  float: right;
  font-size: 12px;
  margin-top: 0;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist:last-child {
  margin-bottom: 0;
  margin-top: -5px;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li.light-red-bg {
  cursor: pointer;
  background: #ffeef0;
}
#order-status-view .no-padding-lr .Sent-by-dentist ul li.light-red-bg .dentist .dentist-right.width-resize {
  color: #d0021b;
}
#order-status-view .no-padding-lr .no-padding-l {
  padding-left: 0px;
}
#order-status-view .no-padding-lr .no-padding-l .Sent-by-dentist h1:before {
  border: 0px;
}
#order-status-view .no-padding-lr .mid-sec-status .Sent-by-dentist h1 {
  background: #27ced2;
}
#order-status-view .no-padding-lr .mid-sec-status .Sent-by-dentist h1:after {
  border-left-color: #27ced2;
}
#order-status-view .no-padding-lr .no-padding-r {
  padding-right: 0px;
}
#order-status-view .no-padding-lr .no-padding-r .Sent-by-dentist h1 {
  background: #105c9d;
}
#order-status-view .no-padding-lr .no-padding-r .Sent-by-dentist h1:after {
  border: 0px;
}
#my-modal-compatible .modal-dialog {
  width: 850px;
}
#my-modal-compatible .modal-dialog .modal-content {
  padding: 20px 30px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#my-modal-compatible .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#my-modal-compatible .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px;
}
#my-modal-compatible .modal-dialog .modal-content .modal-header h4.modal-title {
  color: #105c9d;
  font-size: 25px;
  font-weight: bold;
}
#my-modal-compatible .modal-dialog .modal-content .modal-header h4.modal-title span {
  border: solid 1px #105c9d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
#my-modal-compatible .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  line-height: 18px;
}
#my-modal-compatible .modal-dialog .modal-content .modal-body p b {
  width: 100%;
  float: left;
}
#my-modal-compatible .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 15px;
  color: #105c9d;
}
#my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#navBar .newOrder.add-clinics {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
#clinics {
  width: 100%;
  float: left;
  margin-top: 200px;
}
#clinics .clinics {
  width: 100%;
  float: left;
}
#clinics .clinics ul {
  width: 100%;
  float: left;
}
#clinics .clinics ul li {
  width: 29.3%;
  float: left;
  margin: 0 2% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #a5a3a3;
  -moz-box-shadow: 0 0 5px #a5a3a3;
  box-shadow: 0 0 5px #a5a3a3;
  padding-top: 14px;
}
#clinics .clinics ul li .clinic-block {
  width: 100%;
  float: left;
}
#clinics .clinics ul li .clinic-block .delete-clinic {
  cursor: pointer;
  width: auto;
  float: right;
  margin-right: 17px;
  position: relative;
  z-index: 9;
}
#clinics .clinics ul li .clinic-block .clinic-img {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#clinics .clinics ul li .clinic-block .clinic-img .round-img-box {
  width: auto;
  float: none;
  display: inline-block;
  border: solid 1px #dcdada;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 18px;
  position: relative;
}
#clinics .clinics ul li .clinic-block .clinic-img .round-img-box .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#clinics .clinics ul li .clinic-block .clinic-img .round-img-box .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#clinics .clinics ul li .clinic-block .delete-clinic + .clinic-img {
  margin-top: -15px;
}
#clinics .clinics ul li .clinic-block h4 {
  width: 100%;
  float: left;
  text-align: center;
  color: #105c9d;
  margin-top: 15px;
  min-height: 20px;
}
#clinics .clinics ul li .clinic-block p {
  width: 100%;
  float: left;
  text-align: center;
  color: #a5a3a3;
  font-weight: 300;
  font-size: 13px;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block {
  width: 100%;
  float: left;
  background: #dcdada;
  padding: 20px 10px;
  margin-top: 20px;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active {
  width: auto;
  float: left;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  z-index: 8;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin-right: 4px;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin-right: 4px;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button {
  width: auto;
  float: right;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 3px 5px;
  margin-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a:hover,
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a:focus,
#clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a.activation-tab-btn {
  color: #fff;
  background: #105c9d;
}
#add-clinic-modal .modal-dialog,
#add-client-modal .modal-dialog,
#add-material-modal .modal-dialog,
#add-actionList-action-modal .modal-dialog,
#add-transport-clinic-modal .modal-dialog {
  width: 1000px;
}
#add-clinic-modal .modal-dialog .modal-content,
#add-client-modal .modal-dialog .modal-content,
#add-material-modal .modal-dialog .modal-content,
#add-actionList-action-modal .modal-dialog .modal-content,
#add-transport-clinic-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-clinic-modal .modal-dialog .modal-content .modal-header,
#add-client-modal .modal-dialog .modal-content .modal-header,
#add-material-modal .modal-dialog .modal-content .modal-header,
#add-actionList-action-modal .modal-dialog .modal-content .modal-header,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-header .close,
#add-client-modal .modal-dialog .modal-content .modal-header .close,
#add-material-modal .modal-dialog .modal-content .modal-header .close,
#add-actionList-action-modal .modal-dialog .modal-content .modal-header .close,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-client-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-material-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-actionList-action-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-clinic-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-client-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-material-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-actionList-action-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body,
#add-client-modal .modal-dialog .modal-content .modal-body,
#add-material-modal .modal-dialog .modal-content .modal-body,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body {
  text-align: left;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-bottom: 55px;
  margin-top: 20px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 10px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 p.red-astrix-mark,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 p.red-astrix-mark,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 p.red-astrix-mark,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 p.red-astrix-mark,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 p.red-astrix-mark {
  margin: 0;
  line-height: 19px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 210px;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
  min-height: 38px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus {
  outline: none;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
  width: 25%;
  float: left;
  margin-right: 2%;
  margin-top: -15px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label {
  width: 100%;
  float: left;
  color: #dcdada;
  font-weight: 300;
  font-style: italic;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul {
  width: 100%;
  float: left;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #dcdada;
  cursor: pointer;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div {
  width: 100%;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select {
  line-height: 38px;
  min-height: 38px;
  width: 120%;
  font-size: 14px;
  height: 38px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input {
  width: 15%;
}
#add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input,
#add-client-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input,
#add-material-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input,
#add-actionList-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input {
  width: 100%;
}
#add-clinic-modal .modal-dialog .modal-content .modal-footer,
#add-client-modal .modal-dialog .modal-content .modal-footer,
#add-material-modal .modal-dialog .modal-content .modal-footer,
#add-actionList-action-modal .modal-dialog .modal-content .modal-footer,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#add-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-client-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-actionList-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-client-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-actionList-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-client-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-actionList-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-client-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-material-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-actionList-action-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-transport-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
.inValidPinCode {
  color: red;
  font-size: 11px;
}
#organization-setting {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#organization-setting h4 {
  color: #105c9d;
  margin-bottom: 20px;
}
#organization-setting .full-street-div {
  width: 100%;
  float: left;
}
#organization-setting .full-street-div label {
  width: 100%;
  float: left;
  color: #dcdada;
  font-weight: 300;
  font-style: italic;
}
#organization-setting .full-street-div ul {
  width: 100%;
  float: left;
}
#organization-setting .full-street-div ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #dcdada;
  cursor: pointer;
}
#organization-setting .full-street-div ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
.is-Pick-up-delivery-place input[type="checkbox"]:not(:checked),
.is-Pick-up-delivery-place input.notCheckedInput {
  float: left !important;
  width: 15px !important;
  height: 15px;
  -webkit-appearance: inherit;
  margin: 2px 10px 0px 0px;
  background: none;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #8edddd !important;
  border-image: initial !important;
  outline: none;
  padding: 7px !important;
  border-radius: 2px;
  min-height: inherit !important;
}
.is-Pick-up-delivery-place input[type="checkbox"]:checked,
.is-Pick-up-delivery-place input:checked.checkedInput {
  float: left !important;
  width: 15px !important;
  height: 15px;
  -webkit-appearance: inherit;
  position: relative;
  margin: 2px 10px 0px 0px;
  background: #1fbabb;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #1fbabb !important;
  border-image: initial !important;
  outline: 0px;
  font: 14px/1 FontAwesome;
  padding: 7px !important;
  border-radius: 4px;
  min-height: inherit !important;
}
.is-Pick-up-delivery-place input[type="checkbox"]:checked:after,
.is-Pick-up-delivery-place input:checked.checkedInput:after {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  color: #fff;
}
.is-Pick-up-delivery-place label {
  font-weight: 400;
}
#navBar .newOrder.add-users {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
#clinics.users-carddata {
  margin-top: 150px;
}
#users.users-carddata .users ul,
#clinics.users-carddata .users ul,
#users.users-carddata .clinics ul,
#clinics.users-carddata .clinics ul {
  display: block;
}
#users.users-carddata .users ul li,
#clinics.users-carddata .users ul li,
#users.users-carddata .clinics ul li,
#clinics.users-carddata .clinics ul li {
  width: 31%;
  float: left;
  margin: 0 2% 30px 0;
  min-width: inherit;
  max-width: inherit;
}
#users {
  margin-top: 200px;
  width: 100%;
  float: left;
  margin-top: 250px;
}
#users.users-carddata {
  margin: 0;
}
#users .users {
  width: 100%;
  float: left;
}
#users .users ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
#users .users ul li {
  width: 29.3%;
  float: left;
  margin: 0 2% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #a5a3a3;
  -moz-box-shadow: 0 0 5px #a5a3a3;
  box-shadow: 0 0 5px #a5a3a3;
  padding-top: 14px;
  padding-bottom: 90px;
  position: relative;
  flex: 1;
  min-width: 345px;
  max-width: 345px;
}
#users .users ul li .clinic-block {
  width: 100%;
  float: left;
}
#users .users ul li .clinic-block .delete-clinic {
  cursor: pointer;
  width: auto;
  float: right;
  margin-right: 17px;
  position: relative;
  z-index: 9;
}
#users .users ul li .clinic-block .clinic-img {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#users .users ul li .clinic-block .clinic-img .round-img-box {
  width: auto;
  float: none;
  display: inline-block;
  border: solid 1px #dcdada;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0px;
  position: relative;
}
#users .users ul li .clinic-block .clinic-img .round-img-box img {
  width: 80px;
  border-radius: 100%;
  height: 80px;
  object-fit: cover;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .delete-clinic + .clinic-img {
  margin-top: -15px;
}
#users .users ul li .clinic-block h4 {
  width: 100%;
  float: left;
  text-align: center;
  color: #105c9d;
  margin-top: 15px;
}
#users .users ul li .clinic-block ul.multiple-check-organization {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: -5px;
  margin-bottom: -10px;
  /*li:last-child{
              &:after{
                content: '';
              }
            }*/
}
#users .users ul li .clinic-block ul.multiple-check-organization li {
  width: 96%;
  float: none;
  margin-bottom: 0px;
  display: inline-block;
  color: #4a4a4a;
  position: relative;
  font-size: 16px;
  padding: 0px;
  box-shadow: none;
  min-width: 335px;
  /*&:after{
                content: ','; position: absolute; right: -5px; bottom: -4px; font-size: 25px;
              }*/
}
#users .users ul li .clinic-block p {
  width: 100%;
  float: left;
  text-align: center;
  color: #a5a3a3;
  font-weight: 300;
  font-size: 13px;
}
#users .users ul li .clinic-block .clinic-activation-block {
  width: 100%;
  float: left;
  background: #dcdada;
  padding: 20px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active {
  width: auto;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 29px;
  position: relative;
  z-index: 9;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button {
  width: auto;
  float: right;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 3px 5px;
  margin-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a:hover,
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a:focus,
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a.activation-tab-btn {
  color: #fff;
  background: #105c9d;
}
#add-user-modal .modal-dialog,
#remove-user-modal .modal-dialog,
#add-local-dentist-modal .modal-dialog {
  width: 800px;
}
#add-user-modal .modal-dialog .modal-content,
#remove-user-modal .modal-dialog .modal-content,
#add-local-dentist-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-user-modal .modal-dialog .modal-content .modal-header,
#remove-user-modal .modal-dialog .modal-content .modal-header,
#add-local-dentist-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-user-modal .modal-dialog .modal-content .modal-header .close,
#remove-user-modal .modal-dialog .modal-content .modal-header .close,
#add-local-dentist-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-user-modal .modal-dialog .modal-content .modal-header .close:focus,
#remove-user-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-local-dentist-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-user-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#remove-user-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-local-dentist-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 10px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 100%;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
  min-height: 38px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
  width: 28%;
  float: left;
  margin-right: 5%;
  margin-top: -15px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select {
  line-height: 38px;
  min-height: 38px;
  width: 120%;
  font-size: 14px;
  height: 38px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul {
  width: 100%;
  float: left;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin: 10px;
  padding: 8px 15px;
  background: #dcdada;
  cursor: pointer;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div {
  width: 100%;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  visibility: hidden;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before {
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before {
  content: '';
  text-align: center;
  display: inline-block;
  pointer-events: none;
  opacity: 1;
  color: black;
  transition: all 0.3s ease;
  border: 2px solid #105c9d;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label {
  line-height: 23px;
  margin: 0 15px 0 15px;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover {
  cursor: pointer;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover + label::before,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover + label::before {
  content: '';
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked + label::before,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked + label::before {
  content: '\2714';
  font-size: 14px;
  color: #105c9d;
  text-align: center;
}
#add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked:hover + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked:hover + label::before,
#add-local-dentist-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked:hover + label::before {
  opacity: 1;
}
#add-user-modal .modal-dialog .modal-content .modal-footer,
#remove-user-modal .modal-dialog .modal-content .modal-footer,
#add-local-dentist-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#add-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#add-local-dentist-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-local-dentist-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-local-dentist-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#add-local-dentist-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#add-user-modal .check-icons i,
#remove-user-modal .check-icons i,
#add-local-dentist-modal .check-icons i {
  background: #105c9d;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  top: 61px;
  right: 29px;
  font-size: 10px;
}
#navBar .newOrder.add-users {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
#users-lab {
  width: 100%;
  float: left;
  margin-top: 200px;
}
#users-lab .users-lab {
  width: 100%;
  float: left;
}
#users-lab .users-lab ul {
  width: 100%;
  float: left;
}
#users-lab .users-lab ul li {
  width: 29.3%;
  float: left;
  margin: 0 2% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #a5a3a3;
  -moz-box-shadow: 0 0 5px #a5a3a3;
  box-shadow: 0 0 5px #a5a3a3;
  padding-top: 14px;
}
#users-lab .users-lab ul li .clinic-block {
  width: 100%;
  float: left;
}
#users-lab .users-lab ul li .clinic-block .delete-clinic {
  cursor: pointer;
  width: auto;
  float: right;
  margin-right: 17px;
  position: relative;
  z-index: 9;
}
#users-lab .users-lab ul li .clinic-block .clinic-img {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#users-lab .users-lab ul li .clinic-block .clinic-img .round-img-box {
  width: auto;
  float: none;
  display: inline-block;
  border: solid 1px #dcdada;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0px;
  position: relative;
}
#users-lab .users-lab ul li .clinic-block .clinic-img .round-img-box img {
  width: 80px;
  border-radius: 100%;
}
#users-lab .users-lab ul li .clinic-block .clinic-img .round-img-box .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users-lab .users-lab ul li .clinic-block .clinic-img .round-img-box .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users-lab .users-lab ul li .clinic-block .clinic-img .round-img-box .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users-lab .users-lab ul li .clinic-block .delete-clinic + .clinic-img {
  margin-top: -15px;
}
#users-lab .users-lab ul li .clinic-block h4 {
  width: 100%;
  float: left;
  text-align: center;
  color: #105c9d;
  margin-top: 15px;
}
#users-lab .users-lab ul li .clinic-block h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #4a4a4a;
  margin-top: 15px;
  margin-top: -5px;
  font-size: 16px;
  margin-bottom: -10px;
}
#users-lab .users-lab ul li .clinic-block p {
  width: 100%;
  float: left;
  text-align: center;
  color: #a5a3a3;
  font-weight: 300;
  font-size: 13px;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block {
  width: 100%;
  float: left;
  background: #dcdada;
  padding: 20px;
  margin-top: 20px;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active {
  width: auto;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 29px;
  position: relative;
  z-index: 9;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 2px 10px 0 0;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 2px 10px 0 0;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button {
  width: auto;
  float: right;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 3px 5px;
  margin-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a:hover,
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a:focus,
#users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a.activation-tab-btn {
  color: #fff;
  background: #105c9d;
}
#add-user-lab-modal .modal-dialog {
  width: 800px;
}
#add-user-lab-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-user-lab-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 20px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 280px;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
  width: 45%;
  float: left;
  margin-right: 5%;
  margin-top: -15px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul {
  width: 100%;
  float: left;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #dcdada;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type="checkbox"].notCheckedInput {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  padding: 10px;
  border-radius: 4px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type="checkbox"].checkedInput {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  border-radius: 4px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type="checkbox"].checkedInput:after {
  content: '\f00c';
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 15px;
  color: #105c9d;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-user-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-user-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-user-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#confirm-password-modal .modal-dialog .modal-content,
#delete-clinic-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#confirm-password-modal .modal-dialog .modal-content .modal-header,
#delete-clinic-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#confirm-password-modal .modal-dialog .modal-content .modal-header .close,
#delete-clinic-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#confirm-password-modal .modal-dialog .modal-content .modal-header .close:focus,
#delete-clinic-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#confirm-password-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#delete-clinic-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#confirm-password-modal .modal-dialog .modal-content .modal-body,
#delete-clinic-modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 20px 0 20px;
}
#confirm-password-modal .modal-dialog .modal-content .modal-body span.fill-password-success,
#delete-clinic-modal .modal-dialog .modal-content .modal-body span.fill-password-success {
  float: none;
  width: 70px;
  margin: 0 10px;
  height: 70px;
  background: #6ed803;
  outline: 0;
  -webkit-appearance: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0px 10px;
  border-radius: 100%;
  content: '\f00c';
  position: relative;
  display: inline-block;
}
#confirm-password-modal .modal-dialog .modal-content .modal-body span.fill-password-success:after,
#delete-clinic-modal .modal-dialog .modal-content .modal-body span.fill-password-success:after {
  content: '\f00c';
  font-size: 40px;
  color: #fff;
  float: left;
  margin: 15px 6px;
}
#confirm-password-modal .modal-dialog .modal-content .modal-footer,
#delete-clinic-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#confirm-password-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#delete-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#confirm-password-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#delete-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#confirm-password-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#delete-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#confirm-password-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#delete-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
/*
#delete-clinic-modal {
  margin: -30px;
  .modal-dialog {
    width: 600px;
  }
}*/
#confirm-password-modal {
  height: 301px !important;
  overflow: hidden;
}
#navBar .newOrder.add-users {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
.no-padding-default {
  padding: 0px;
}
.profile-form-left-row label {
  color: black !important;
}
.profile-form-left-col .notifications-title {
  color: black !important;
}
.profile-right-section h3 {
  color: black !important;
}
#connect-lab {
  width: 100%;
  float: left;
  margin-top: 200px;
  margin-bottom: 20px;
}
#connect-lab .connect-lab {
  width: 100%;
  float: left;
  background: #fff;
}
#connect-lab .connect-lab .profile-left-section {
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 45px;
}
#connect-lab .connect-lab .profile-left-section .head-profile {
  width: 100%;
  float: left;
  padding: 0 35px;
}
#connect-lab .connect-lab .profile-left-section .head-profile h2 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(../images/border-head-h2.png) 0 center repeat-x;
}
#connect-lab .connect-lab .profile-left-section .head-profile h2 span {
  width: auto;
  padding: 0 28px;
  background: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left {
  width: 100%;
  float: left;
  padding-top: 25px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row {
  width: 100%;
  float: left;
  margin-bottom: 37px;
  padding: 0 68px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .logo-profile-coonect-lab {
  overflow: hidden;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .logo-profile-coonect-lab img {
  width: auto;
  height: 71px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .contact-form {
  width: 100%;
  float: left;
  margin-top: 7px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .contact-form h3 {
  font-size: 18px;
  color: #105c9d;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 25px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .contact-form .contact-form-row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 10px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .contact-form .contact-form-row i {
  width: 35px;
  text-align: left;
  float: left;
  color: #105c9d;
  font-size: 20px;
  line-height: 25px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .profile-form-left-row .contact-form .contact-form-row span {
  line-height: 25px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .change-profile-picture {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
#connect-lab .connect-lab .profile-left-section .profile-form-left .change-profile-picture img {
  width: 100%;
}
#connect-lab .connect-lab .profile-right-section {
  width: 97%;
  float: right;
  margin-right: 25px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one {
  width: 100%;
  float: left;
  background: #fff;
  padding: 45px 0px 82px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #105c9d;
  margin-bottom: 20px;
  margin-top: 27px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right p {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #a5a3a3;
  margin-bottom: 10px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div {
  width: 60%;
  float: left;
  margin-left: 10px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row {
  width: 50%;
  float: left;
  margin: 1px 0px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row label {
  width: 100%;
  margin-right: 2.5%;
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  color: #a5a3a3;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row label input[type="checkbox"].notCheckedInput {
  float: left;
  width: 15px;
  margin: 2px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #8edddd;
  outline: none;
  -webkit-appearance: inherit;
  padding: 7px;
  border-radius: 2px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row label input[type="checkbox"].checkedInput {
  float: left;
  width: 15px;
  margin: 2px 10px 0 0;
  height: 15px;
  background: #105c9d;
  border: 2px solid #105c9d;
  outline: 0;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 7px;
  border-radius: 4px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row label input[type="checkbox"].checkedInput:after {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 12px;
  color: #fff;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row .delivery-section {
  width: 40%;
  float: right;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row .delivery-section input {
  width: 30%;
  float: left;
  text-align: center;
  padding: 6px 0px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div .jobs-div-row .delivery-section span {
  width: 70%;
  margin-bottom: -1px;
  float: right;
  color: #dcdada;
  font-size: 16px;
  text-align: right;
  line-height: 39px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div {
  width: 100%;
  float: left;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row {
  width: 60%;
  float: left;
  padding-left: 0px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row label {
  width: auto;
  position: relative;
  float: left;
  font-weight: 300;
  font-size: 18px;
  margin-top: 0px;
  color: #dcdada;
  line-height: 39px;
  font-style: italic;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row .delivery-section {
  width: 63%;
  float: right;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row .delivery-section label {
  width: 27%;
  float: left;
  text-align: center;
  padding: 1px 0 0px;
  font-size: 14px;
  color: #1f2532;
  font-style: normal;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row .delivery-section span {
  width: auto;
  padding: 0 0px;
  font-style: italic;
  text-align: center;
  margin-bottom: -1px;
  font-weight: 300;
  float: left;
  color: #dcdada;
  font-size: 16px;
  line-height: 39px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .document-div-left {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 6px;
  float: left;
  max-width: 60%;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .document-div-left .upload-file-name {
  margin-top: 0px;
  color: #1f2532;
  padding: 0px;
  margin-bottom: 0px;
  width: auto;
  float: left;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .document-div-left .upload-file-name i {
  float: left;
  margin: 5px;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .document-div-left .upload-file-name + a {
  width: 100%;
  float: left;
}
#connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .document-div-left .upload-file-name + a .download-file-name {
  background: #105c9d;
  margin-top: 0px;
  color: #fff;
  padding: 0px 21px;
  margin-bottom: 0px;
  width: auto;
  float: left;
}
#connect-lab .connect-lab .profile-right-section .save-change-button {
  width: 100%;
  float: left;
}
#connect-lab .connect-lab .profile-right-section .save-change-button button {
  width: auto;
  float: right;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 20px 0 38px;
  color: #fff;
  background: #105c9d;
  border: 0px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 18px;
}
#connect-lab .connect-lab .profile-right-section .save-change-button button.redColor {
  background: #ff0515;
}
.pagination-center {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.pagination-center ul {
  width: auto;
  float: none;
  display: inline-block;
}
.pagination-center ul li a {
  color: #1f2532;
}
.pagination-center ul li a:focus,
.pagination-center ul li a:hover {
  background-color: #1f2532;
  border-color: #1f2532;
  color: #fff;
}
.pagination-center ul li.active a {
  background-color: #1f2532;
  border-color: #1f2532;
}
.pagination-center ul li.active a:focus,
.pagination-center ul li.active a:hover {
  background-color: #1f2532;
  border-color: #1f2532;
}
.pagination-center ul li.active a:focus span,
.pagination-center ul li.active a:hover span {
  background-color: #1f2532;
  border-color: #1f2532;
}
#invite-lab .modal-dialog {
  width: 700px;
}
#invite-lab .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#invite-lab .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#invite-lab .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#invite-lab .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#invite-lab .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#invite-lab .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
#invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0px;
}
#invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #105c9d;
  margin-bottom: 0px;
  line-height: 34px;
}
#invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0 0 20px;
  width: 100%;
  float: left;
  line-height: 18px;
}
#invite-lab .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 0 0 10px;
}
#invite-lab .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#invite-lab .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#invite-lab .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#invite-lab .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#navBar .newOrder.add-clinics {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
#add-lab-modal .modal-dialog {
  width: 800px;
}
#add-lab-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0px;
  background: #fff;
}
#add-lab-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
}
#add-lab-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-lab-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-lab-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#add-lab-modal .modal-dialog .modal-content .modal-body {
  text-align: left;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-bottom: 55px;
  margin-top: 20px;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 20px;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 230px;
  float: left;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
  min-height: 38px;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input:focus {
  outline: none;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
  width: 35%;
  float: left;
  margin-right: 5%;
  margin-top: -15px;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block label {
  width: 100%;
  float: left;
  color: #dcdada;
  font-weight: 300;
  font-style: italic;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input {
  width: 15%;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input input {
  width: 100%;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col {
  width: 33%;
  float: left;
}
#add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col input {
  width: 87%;
}
#add-lab-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
.reports {
  width: 243px;
  height: 35px;
  background-color: #e2dbdb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.profile-right-block-two #manage-labs .manage-labs .categories-section .category-section-block select.tech-admin-options {
  margin: 0;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list {
  border: 0;
  box-shadow: none;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-hading {
  background: #eee;
  color: #1f2532;
  font-size: 16px;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content {
  max-height: 400px;
  overflow-y: auto;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content::-webkit-scrollbar {
  width: 5px;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eee;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content .mobi-manage-content .order-list-content p {
  font-weight: normal;
}
.profile-right-block-two #manage-labs .manage-labs #order-list .order-list .order-list-content .mobi-manage-content .order-list-content:nth-child(2n) {
  background: #eee;
}
.float-none {
  float: none !important;
}
.float-none .chooseLAb {
  cursor: pointer;
}
.w-70 {
  width: 70%;
}
.area-23 {
  height: 23px;
  width: 23px;
}
#navBar .newOrder.add-users {
  float: left;
  border-left: solid 0px #979797;
  border-right: solid 1px #979797;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
#users {
  width: 100%;
  float: left;
  margin-top: 250px;
}
#users .users {
  width: 100%;
  float: left;
}
#users .users ul {
  width: 100%;
  float: left;
}
#users .users ul li {
  width: 29.3%;
  float: left;
  margin: 0 2% 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #a5a3a3;
  -moz-box-shadow: 0 0 5px #a5a3a3;
  box-shadow: 0 0 5px #a5a3a3;
  padding-top: 14px;
}
#users .users ul li .clinic-block {
  width: 100%;
  float: left;
}
#users .users ul li .clinic-block .delete-clinic {
  cursor: pointer;
  width: auto;
  float: right;
  margin-right: 17px;
  position: relative;
  z-index: 9;
}
#users .users ul li .clinic-block .clinic-img {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#users .users ul li .clinic-block .clinic-img .round-img-box {
  width: auto;
  float: none;
  display: inline-block;
  border: solid 1px #dcdada;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 0px;
  position: relative;
}
#users .users ul li .clinic-block .clinic-img .round-img-box img {
  width: 80px;
  border-radius: 100%;
  height: 80px;
  object-fit: cover;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 3px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .clinic-img .round-img-box .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
  position: absolute;
  bottom: 0px;
  right: -8px;
}
#users .users ul li .clinic-block .delete-clinic + .clinic-img {
  margin-top: -15px;
}
#users .users ul li .clinic-block h4 {
  width: 100%;
  float: left;
  text-align: center;
  color: #105c9d;
  margin-top: 15px;
}
#users .users ul li .clinic-block h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #4a4a4a;
  margin-top: 15px;
  margin-top: -5px;
  font-size: 16px;
  margin-bottom: -10px;
}
#users .users ul li .clinic-block p {
  width: 100%;
  float: left;
  text-align: center;
  color: #a5a3a3;
  font-weight: 300;
  font-size: 13px;
}
#users .users ul li .clinic-block .clinic-activation-block {
  width: 100%;
  float: left;
  background: #dcdada;
  padding: 20px;
  margin-top: 20px;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active {
  width: auto;
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  z-index: 8;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #6ed803;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-not-active-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ff9f00;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-inactive-clinic {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d0021b;
  float: left;
  margin: 2px 10px 0 0;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button {
  width: auto;
  float: right;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 3px 5px;
  margin-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a:hover,
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a:focus,
#users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a.activation-tab-btn {
  color: #fff;
  background: #105c9d;
}
#add-lab-technician-modal .modal-dialog,
#remove-user-modal .modal-dialog {
  width: 800px;
}
#add-lab-technician-modal .modal-dialog .modal-content,
#remove-user-modal .modal-dialog .modal-content {
  padding: 20px 40px 20px 70px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-header,
#remove-user-modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-header .close,
#remove-user-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-header .close:focus,
#remove-user-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#remove-user-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
  width: 100%;
  float: left;
  margin-bottom: 55px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
  color: #105c9d;
  margin-bottom: 20px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row input {
  width: 100%;
  float: left;
  min-height: 37px;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  border: solid 1px #979797;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
  width: 28%;
  float: left;
  margin-right: 5%;
  margin-top: -15px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul {
  width: 100%;
  float: left;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  background: #dcdada;
  cursor: pointer;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li.choose-clinic-tab {
  background: #105c9d;
  color: #fff;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .street-block-select {
  line-height: 38px;
  min-height: 38px;
  width: 120%;
  font-size: 14px;
  height: 38px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.full-street-div {
  width: 100%;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  /*input[type="checkbox"].notCheckedInput{
                float: left;
                width: 25px;
                margin: 0px 10px 0px 0px;
                height: 25px;
                background: none;
                border: 2px solid @sky-start-dark;
                outline: none;
                -webkit-appearance: inherit; padding: 10px; border-radius: 4px;
              }
              input[type="checkbox"].checkedInput{
                float: left;
                width: 25px;
                margin: 0px 10px 0px 0px;
                height: 25px;
                background: none;
                border: 2px solid @sky-start-dark;
                outline: none;
                -webkit-appearance: inherit; position: relative; font: normal normal normal 14px/1 FontAwesome; padding: 10px; border-radius: 4px;
              }
              input[type="checkbox"].checkedInput:after{
                content: '\f00c'; position: absolute; top: 2px; left: 2px; font-size: 15px; color: @sky-start-dark;
              }*/
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  visibility: hidden;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox],
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before {
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label::before {
  content: '';
  text-align: center;
  display: inline-block;
  pointer-events: none;
  opacity: 1;
  color: black;
  transition: all 0.3s ease;
  border: 2px solid #105c9d;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox] + label {
  line-height: 23px;
  margin: 0 15px 0 15px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover {
  cursor: pointer;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:hover + label::before {
  content: '';
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked + label::before {
  content: '\2714';
  font-size: 14px;
  color: #105c9d;
  text-align: center;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked:hover + label::before,
#remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type=checkbox]:checked:hover + label::before {
  opacity: 1;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-footer,
#remove-user-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 45px;
  color: #105c9d;
}
#add-lab-technician-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#add-lab-technician-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#add-lab-technician-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#add-lab-technician-modal .check-icons i,
#remove-user-modal .check-icons i {
  background: #105c9d;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  top: 71px;
  right: 29px;
  font-size: 10px;
}
#manage-labs {
  width: 100%;
  float: left;
}
#manage-labs .container {
  margin-top: 180px;
  padding-bottom: 50px;
  background: #fff;
}
#manage-labs .manage-labs {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .actions-header {
  width: 100%;
  float: left;
  padding: 40px 20px 5px;
  border-bottom: solid 2px #4a4a4a;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
}
#manage-labs .manage-labs .lab-logo-name {
  width: 100%;
  float: left;
  margin-top: 45px;
  display: flex;
}
#manage-labs .manage-labs .lab-logo-name img {
  height: 60px;
  margin-right: 35px;
}
#manage-labs .manage-labs .lab-logo-name h2 {
  font-weight: bold;
  font-size: 32px;
  color: #1f2532;
  padding-top: 13px;
}
#manage-labs .manage-labs .categories-section {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .categories-section .section-header {
  width: 100%;
  float: left;
  padding: 40px 20px 0;
  color: #1f2532;
  font-size: 18px;
  font-weight: 500;
}
#manage-labs .manage-labs .categories-section .category-section-block {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .categories-section .category-section-block h4 {
  width: auto;
  float: left;
  padding: 5px 25px;
  margin: 20px 20px 5px 5px;
  color: #1f2532;
  font-weight: 600;
  line-height: 39px;
}
#manage-labs .manage-labs .categories-section .category-section-block select {
  width: 100%;
  float: left;
  padding: 4px 2px 4px 10px;
  margin: 5px;
  border: solid 1px #dcdada;
  color: #1f2532;
  font-weight: 600;
}
#manage-labs .manage-labs .categories-section .category-section-block select:focus {
  outline: none;
}
#manage-labs .manage-labs .categories-section .category-section-block select.tech-admin-options {
  width: 220px;
  padding: 8px 10px 8px 10px;
  background: #f4f4f4;
  color: #4a4a4a;
  font-weight: normal;
}
#manage-labs .manage-labs .categories-section .category-section-block select.tech-admin-options + button {
  padding: 3px 10px;
  margin: 11px !important;
  font-size: 12px;
}
#manage-labs .manage-labs .categories-section .category-section-block select.tech-admin-options + button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#manage-labs .manage-labs .categories-section .category-section-block ul {
  width: auto;
  float: left;
  margin-right: 40px;
}
#manage-labs .manage-labs .categories-section .category-section-block ul li {
  width: auto;
  float: left;
  padding: 4px 2px 4px 10px;
  height: 39px;
  margin: 5px;
  border: solid 1px #dcdada;
  color: #1f2532;
  font-weight: 600;
  cursor: pointer;
}
#manage-labs .manage-labs .categories-section .category-section-block ul li i {
  float: left;
  margin-top: 6px;
}
#manage-labs .manage-labs .categories-section .category-section-block ul li input {
  border: 0;
  background: 0;
  box-shadow: none;
  padding-left: 10px;
  font-weight: normal;
  color: #1f2532;
  line-height: 29px;
  height: 29px;
}
#manage-labs .manage-labs .categories-section .category-section-block ul li input:focus {
  outline: none;
}
#manage-labs .manage-labs .categories-section .category-section-block button {
  width: auto;
  float: left;
  padding: 5px 20px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
}
#manage-labs .manage-labs .categories-section .category-section-block button i {
  font-size: 22px;
  margin-top: 2px;
  float: left;
  margin-right: 15px;
}
#manage-labs .manage-labs .categories-section .category-section-block button.pull-right {
  padding: 2px 50px;
}
#manage-labs .manage-labs .categories-section .category-section-block .several-options {
  width: 180px;
  float: left;
  margin: 5px;
}
#manage-labs .manage-labs .categories-section .category-section-block .several-options select {
  padding: 11px !important;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent {
  width: 100%;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent button.dropdown-toggle {
  width: 100%;
  float: left;
  padding: 5px 6px;
  margin-left: 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #a5a3a3;
  font-size: 14px;
  background: #eee;
  border-radius: 3px;
  box-shadow: none;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent button.dropdown-toggle .caret {
  float: right;
  margin-top: 8px;
  border-top: 6px dashed;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #eee;
  border-radius: 0;
  max-height: 40vh;
  z-index: 10;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-track {
  background-color: #ccc;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-thumb {
  background-color: #105c9d;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
  color: #105c9d;
  font-weight: 600;
  cursor: pointer;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(1),
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(2) {
  width: 50%;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(1) a,
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(2) a {
  padding: 8px 0;
  font-size: 12px;
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(3) {
  display: none;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a {
  width: 100%;
  float: left;
  white-space: inherit;
  padding: 8px 20px;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox {
  margin: 0;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label {
  display: flex;
  align-items: center;
  padding: 0;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:not(:checked) {
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  outline: none;
  -webkit-appearance: inherit;
  padding: 10px;
  position: static;
  cursor: pointer;
  display: inline;
  border-radius: 3px;
  background: #fff;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:checked {
  margin: 0 20px 0 0;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  display: inline;
  background: #105c9d;
  border-radius: 3px;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 12px;
  color: #fff;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:hover {
  color: #105c9d;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:focus {
  outline: none;
}
#manage-labs .manage-labs .categories-section .category-section-block .multiselect-parent ul.dropdown-menu.dropdown-menu-form li.active a {
  background: #ddd;
  color: #000;
  padding: 8px 20px;
}
#manage-labs .manage-labs .categories-section .category-section-block .main-category-list {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .categories-section .category-section-block .main-category-list .main-category-list-item {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .categories-section .category-section-block .selected-category-item {
  width: auto;
  float: left;
  padding: 8px 30px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
}
#manage-labs .manage-labs .categories-section.edit-labs-select {
  margin-top: 30px;
}
#manage-labs .manage-labs .categories-section.edit-labs-select .category-section-block select {
  padding: 8px 10px;
  margin: 0;
}
#manage-labs .manage-labs .lab-report-section {
  width: 100%;
  float: left;
  margin-top: 60px;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head {
  width: 100%;
  float: left;
  background: #105c9d;
  padding: 7px 0px;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .first-sec {
  width: 40%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .first-sec span {
  width: auto;
  display: inline-block;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .first-sec span i {
  float: left;
  top: -3px;
  font-size: 15px;
  position: relative;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .first-sec span i + i {
  top: 5px;
  right: -1px;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .second-sec {
  width: 15%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .third-sec {
  width: 15%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .fourth-sec {
  width: 15%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head .fifth-sec {
  width: 15%;
  font-weight: bold;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-head.text-color-white {
  color: #fff;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report {
  background: #fff;
  padding: 12px 0px;
  border-bottom: solid 1px #d4d4d4;
  width: 100%;
  float: left;
  cursor: pointer;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .first-sec {
  width: 40%;
  float: left;
  text-align: center;
  color: #1f2532;
  font-weight: normal;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two {
  width: 50%;
  float: left;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two img {
  height: 40px;
  width: auto;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two.public-lab {
  width: 100% !important;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two + .one-by-two {
  margin-top: 13px;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .second-sec {
  width: 15%;
  float: left;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  margin-top: 13px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1f2532;
  font-weight: normal;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .third-sec {
  width: 15%;
  float: left;
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 13px;
  padding: 0 15px;
  color: #1f2532;
  font-weight: normal;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .fourth-sec {
  width: 15%;
  float: left;
  text-align: center;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .fourth-sec input[type="button"] {
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .fifth-sec {
  width: 15%;
  float: left;
  text-align: center;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .fifth-sec input[type="button"] {
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .disabled-lab {
  width: 45%;
  float: left;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 5px;
  color: #d0021b;
  text-overflow: ellipsis;
  font-weight: 500;
}
#manage-labs .manage-labs .lab-report-section .lab-report-body .repeated-div-report .head-bg {
  background: #dcdada;
}
#manage-labs .manage-labs .no-data-found {
  text-align: center;
}
#manage-labs .manage-labs .lab-availability {
  width: 100%;
  float: left;
  margin-top: 45px;
}
#manage-labs .manage-labs .lab-availability .head-lab-avail {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .lab-availability .head-lab-avail ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#manage-labs .manage-labs .lab-availability .head-lab-avail ul li {
  float: left;
  line-height: 18px;
  width: 70px;
  text-align: left;
  font-size: 12px;
}
#manage-labs .manage-labs .lab-availability .head-lab-avail ul li:first-child {
  font-weight: bold;
}
#manage-labs .manage-labs .lab-availability .head-lab-avail ul li:nth-child(2) {
  text-align: center;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail {
  width: 100%;
  float: left;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul {
  width: 100%;
  float: left;
  margin: 3px 0 0;
  padding: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li {
  width: auto;
  float: left;
  height: 24px;
  min-width: 70px;
  text-align: center;
  border: solid 1px #dcdada;
  border-right: 0;
  font-size: 13px;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li:first-child {
  font-weight: bold;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li:last-child {
  border: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li.border-0 {
  border: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul {
  margin: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul li {
  min-width: 32px;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul li:last-child {
  border: solid 1px #dcdada;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul li.available-date {
  background: #c6fed0;
  font-size: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul li.unavailable-date {
  background: #fdc5c5;
  font-size: 0;
}
#manage-labs .manage-labs .lab-availability .body-lab-avail ul li ul li.white {
  background: #ffffff;
  font-size: 0;
}
#manage-labs .manage-labs .enable-disable-button button {
  width: auto;
  float: left;
  padding: 8px 25px;
  margin: 50px 5px 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
  border-radius: 0;
}
#manage-labs .manage-labs .enable-disable-button button i {
  font-size: 22px;
  margin-top: 2px;
  float: left;
  margin-right: 15px;
}
#manage-labs .manage-labs .lab-info {
  width: 100%;
  float: left;
  margin-top: 65px;
  background: #fff;
}
#manage-labs .manage-labs .lab-info .lab-info-heading {
  width: 100%;
  float: left;
  background: #1f2532;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}
#manage-labs .manage-labs .lab-info .lab-info-item {
  width: 100%;
  float: left;
  line-height: 36px;
  border-bottom: solid 1px #dcdada;
  font-weight: 500;
  color: #a5a3a3;
  font-size: 14px;
}
#manage-labs .manage-labs .lab-info .lab-info-item:nth-child(2n) {
  background: #eee;
}
#manage-labs .manage-labs .edit-connected-labs-table {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#manage-labs .manage-labs .edit-connected-labs-table .head-table {
  width: 100%;
  float: left;
  background: #eee;
  line-height: 36px;
  font-weight: 500;
  color: #1f2532;
  text-align: center;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  max-height: 450px;
  overflow-y: auto;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table::-webkit-scrollbar {
  width: 5px;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table::-webkit-scrollbar-thumb {
  background-color: #1f2532;
  outline: 1px solid slategrey;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table .repeat-lis {
  width: 100%;
  float: left;
  line-height: 30px;
  border-bottom: solid 1px #dcdada;
  color: #a5a3a3;
  font-size: 14px;
  text-align: center;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table .repeat-lis:nth-child(2n) {
  background: #eee;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table .repeat-lis input {
  width: 100%;
  float: left;
  min-height: 20px;
  line-height: 20px;
  margin-top: 4px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 0 15px;
  box-sizing: border-box;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table input[type="checkbox"]:not(:checked) {
  border: 1px solid #105c9d;
  outline: none;
  -webkit-appearance: inherit;
  position: static;
  cursor: pointer;
  display: inline;
  float: left;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 10px 0 0;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table input[type="checkbox"]:checked {
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
  background: #105c9d;
  float: left;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 10px 0 0;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 16px;
  color: #fff;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table label.checkbox-style {
  width: auto;
  margin: 3px 0;
}
#manage-labs .manage-labs .edit-connected-labs-table .body-table input[type="checkbox"]:checked + label:before,
#manage-labs .manage-labs .edit-connected-labs-table .body-table input.checkedInput + label:before,
#manage-labs .manage-labs .edit-connected-labs-table .body-table input.chooseLAb.active[type="radio"] + label:before {
  z-index: 8;
}
#manage-labs .manage-labs .edit-connected-labs-table button {
  width: auto;
  float: right;
  padding: 8px 30px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
  border-radius: 0;
}
#manage-labs .manage-labs .edit-connected-labs-table button i {
  font-size: 20px;
  margin-top: 0px;
  float: right;
  margin-left: 30px;
}
#manage-labs .manage-labs .edit-connected-labs-table button + button {
  margin-right: 50px;
}
#connect-to-lab-modal .modal-dialog,
#three-shape-upload-modal .modal-dialog,
#three-shape-scan-view .modal-dialog {
  width: 700px;
  background: #fff;
  overflow: hidden;
}
#connect-to-lab-modal .modal-dialog .modal-header,
#three-shape-upload-modal .modal-dialog .modal-header,
#three-shape-scan-view .modal-dialog .modal-header {
  border: 0;
}
#connect-to-lab-modal .modal-dialog .modal-header h4,
#three-shape-upload-modal .modal-dialog .modal-header h4,
#three-shape-scan-view .modal-dialog .modal-header h4 {
  color: #1f2532;
}
#connect-to-lab-modal .modal-dialog .lab-search-input,
#three-shape-upload-modal .modal-dialog .lab-search-input,
#three-shape-scan-view .modal-dialog .lab-search-input {
  width: 100%;
  float: left;
  margin: 25px 0;
  position: relative;
}
#connect-to-lab-modal .modal-dialog .lab-search-input input,
#three-shape-upload-modal .modal-dialog .lab-search-input input,
#three-shape-scan-view .modal-dialog .lab-search-input input {
  width: 300px;
  float: left;
  border: solid 1px #eee;
  line-height: 42px;
  padding: 0 20px 0 60px;
  height: 44px;
}
#connect-to-lab-modal .modal-dialog .lab-search-input i,
#three-shape-upload-modal .modal-dialog .lab-search-input i,
#three-shape-scan-view .modal-dialog .lab-search-input i {
  position: absolute;
  left: 18px;
  top: 12px;
}
#connect-to-lab-modal .modal-dialog .lab-list-heading,
#three-shape-upload-modal .modal-dialog .lab-list-heading,
#three-shape-scan-view .modal-dialog .lab-list-heading {
  width: 100%;
  float: left;
  background: #eee;
  border-bottom: solid 1px #d4d4d4;
  display: flex;
  align-items: center;
  height: 45px;
  justify-content: center;
  color: #000;
  font-weight: bold;
}
#connect-to-lab-modal .modal-dialog .lab-list-heading .font-manage,
#three-shape-upload-modal .modal-dialog .lab-list-heading .font-manage,
#three-shape-scan-view .modal-dialog .lab-list-heading .font-manage {
  text-align: center;
}
#connect-to-lab-modal .modal-dialog .lab-list-box,
#three-shape-upload-modal .modal-dialog .lab-list-box,
#three-shape-scan-view .modal-dialog .lab-list-box {
  max-height: 45vh;
  float: left;
  z-index: 999999;
  position: relative;
  overflow-y: auto;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  height: 45px;
  justify-content: center;
  border-bottom: solid 1px #d4d4d4;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content {
  text-align: center;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style {
  width: 24px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  height: 24px;
  display: inline-block;
  margin: 0;
  float: none;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style label,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style label,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style label {
  color: #1f2532 !important;
  margin-left: 0 !important;
  font-weight: 400;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"],
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"],
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  float: left;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label:after,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label:after,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"] + label:after {
  width: 23px;
  height: 23px;
  content: '';
  border: solid 2px #d4d4d4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 3px;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:after,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:after,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:after {
  border-color: #105c9d;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:before,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:before,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content .mobi-manage-content label.checkbox-style input[type="checkbox"]:checked + label:before {
  content: '\2714';
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background: #105c9d;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  border-radius: 3px;
  z-index: 10;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content:nth-child(2n),
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content:nth-child(2n),
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content:nth-child(2n) {
  background: #eee;
}
#connect-to-lab-modal .modal-dialog .lab-list-box .lab-list-content:hover,
#three-shape-upload-modal .modal-dialog .lab-list-box .lab-list-content:hover,
#three-shape-scan-view .modal-dialog .lab-list-box .lab-list-content:hover {
  background: #dcdada;
}
#connect-to-lab-modal .modal-dialog .lab-list-box::-webkit-scrollbar,
#three-shape-upload-modal .modal-dialog .lab-list-box::-webkit-scrollbar,
#three-shape-scan-view .modal-dialog .lab-list-box::-webkit-scrollbar {
  width: 5px;
}
#connect-to-lab-modal .modal-dialog .lab-list-box::-webkit-scrollbar-track,
#three-shape-upload-modal .modal-dialog .lab-list-box::-webkit-scrollbar-track,
#three-shape-scan-view .modal-dialog .lab-list-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#connect-to-lab-modal .modal-dialog .lab-list-box::-webkit-scrollbar-thumb,
#three-shape-upload-modal .modal-dialog .lab-list-box::-webkit-scrollbar-thumb,
#three-shape-scan-view .modal-dialog .lab-list-box::-webkit-scrollbar-thumb {
  background-color: #1f2532;
  outline: 1px solid slategrey;
}
#connect-to-lab-modal .modal-dialog .modal-footer,
#three-shape-upload-modal .modal-dialog .modal-footer,
#three-shape-scan-view .modal-dialog .modal-footer {
  float: right;
}
#connect-to-lab-modal .modal-dialog .modal-footer button,
#three-shape-upload-modal .modal-dialog .modal-footer button,
#three-shape-scan-view .modal-dialog .modal-footer button {
  width: auto;
  float: right;
  padding: 8px 32px;
  margin: 20px 5px 12px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
}
@media (max-width: 767px) {
  #manage-labs .container {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #manage-labs .manage-labs .categories-section .category-section-block ul {
    margin-right: 0;
  }
  #manage-labs .manage-labs .categories-section .category-section-block ul li input {
    width: 88%;
  }
  #manage-labs .manage-labs .lab-report-section,
  #manage-labs .manage-labs .lab-availability,
  #manage-labs .manage-labs .edit-connected-labs-table {
    width: 100%;
    overflow-x: auto;
  }
  #manage-labs .manage-labs .lab-report-section .manage-scroll-mobile,
  #manage-labs .manage-labs .lab-availability .manage-scroll-mobile,
  #manage-labs .manage-labs .edit-connected-labs-table .manage-scroll-mobile {
    width: 1170px;
  }
  #manage-labs .manage-labs .lab-logo-name img {
    margin-right: 10px;
  }
  #manage-labs .manage-labs .lab-logo-name h2 {
    font-size: 18px;
  }
  #manage-labs .manage-labs .lab-info .lab-info-item {
    line-height: 24px;
    font-size: 12px;
  }
  #connect-to-lab-modal .modal-dialog {
    width: 94%;
  }
}
.labRanking {
  margin-bottom: 10px;
}
.labRanking input {
  margin-left: 15px;
}
.lab-avail-month input {
  width: 100%;
  float: left;
}
.lab-avail-month i {
  position: absolute;
  top: 10px;
  right: 10px;
}
.input-margin {
  margin: 6px 0 30px;
}
.lab-avail-month-dropdown-menu {
  top: 30px;
  width: 120%;
}
.lab-avail-month-dropdown-menu ul {
  max-height: 300px;
  overflow-y: auto;
}
.lab-avail-month-dropdown-menu li .checkbox-style {
  padding: 10px 20px;
  width: 100%;
  background: #eee;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.lab-avail-month-dropdown-menu li span {
  background: #ddd;
  padding: 15px;
  float: left;
  width: 50%;
  position: relative;
  border-right: 2px solid #eee;
}
.lab-avail-month-dropdown-menu li span input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#connect-to-lab {
  width: 100%;
  float: left;
  margin-top: 150px;
  margin-bottom: 20px;
}
#connect-to-lab .connect-to-lab {
  width: 100%;
  float: left;
}
#connect-to-lab .connect-to-lab .search-box-lab {
  width: 100%;
  float: left;
  padding: 0 3px;
  margin-bottom: 30px;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input {
  width: 82%;
  float: left;
  position: relative;
  background: #fff;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input input[type="search"] {
  width: 100%;
  float: right;
  padding: 0 65px;
  border-radius: 3px;
  border: solid 1px #f4f4f4;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 1px 2px 3px #dcdada;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input input[type="search"]:focus {
  outline: none;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input i.fa.fa-search {
  font-size: 20px;
  left: 18px;
  top: 17px;
  position: absolute;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input i.fa.fa-times {
  font-size: 20px;
  right: 18px;
  top: 17px;
  position: absolute;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input tags-input {
  display: block;
  position: absolute;
  left: 50px;
  border: 0;
  box-shadow: inherit;
  width: 89%;
  top: 6px;
}
#connect-to-lab .connect-to-lab .search-box-lab .search-input tags-input .tags {
  border: 0;
  box-shadow: inherit;
  height: 100%;
}
#connect-to-lab .connect-to-lab .search-box-lab input[type="button"] {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  padding: 0 38px;
  text-transform: uppercase;
  float: right;
  height: 55px;
  line-height: 55px;
  border: 0px;
  background: #105c9d;
  color: #fff;
  box-shadow: 1px 2px 3px #dcdada;
}
#connect-to-lab .connect-to-lab .lab-report-section {
  width: 100%;
  float: left;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head {
  width: 100%;
  float: left;
  background: #105c9d;
  padding: 7px 0px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec {
  width: 25%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec span {
  width: auto;
  display: inline-block;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec span i {
  float: left;
  top: -3px;
  font-size: 15px;
  position: relative;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec span i + i {
  top: 5px;
  right: -1px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .second-sec {
  width: 20%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .third-sec {
  width: 15%;
  font-weight: bold;
  float: left;
  border-right: solid 1px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec {
  width: 40%;
  font-weight: bold;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec span {
  width: auto;
  display: inline-block;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec span i {
  float: left;
  top: -3px;
  font-size: 15px;
  position: relative;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec span i + i {
  top: 5px;
  right: -3px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
  width: 100%;
  float: left;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report {
  background: #fff;
  padding: 12px 0px;
  border-bottom: solid 1px #d4d4d4;
  width: 100%;
  float: left;
  cursor: pointer;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .first-sec {
  width: 25%;
  float: left;
  text-align: center;
  color: #1f2532;
  font-weight: normal;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two {
  width: 50%;
  float: left;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two img {
  height: 40px;
  width: auto;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two.public-lab {
  width: 100% !important;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .first-sec .one-by-two + .one-by-two {
  margin-top: 13px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .second-sec {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1f2532;
  font-weight: normal;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .third-sec {
  width: 15%;
  float: left;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 13px;
  padding: 0 5px;
  color: #1f2532;
  font-weight: normal;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .third-sec p.third-sec-day-name {
  width: auto;
  float: none;
  margin-right: 5px;
  position: relative;
  display: inline;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .third-sec p.third-sec-day-name:after {
  width: 2px;
  height: 2px;
  content: ',';
  position: absolute;
  right: -3px;
  bottom: 17px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .third-sec p.third-sec-day-name:last-child:after {
  content: '';
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec {
  width: 40%;
  float: left;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third {
  width: 33.33%;
  float: left;
  font-size: 13px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one {
  width: 100%;
  float: left;
  padding-right: 5px;
  margin-top: -2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f2532;
  font-weight: normal;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one input[type="button"] {
  width: auto;
  float: right;
  text-transform: uppercase;
  margin-right: 7px;
  padding: 0 8px;
  border: 0px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
  background: #105c9d;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one input[type="button"].redColor {
  background: #ff0515;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one i {
  color: #105c9d;
  width: 15px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one + .one-by-third-one {
  margin-top: 5px;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec.public-lab-fourth {
  width: 75%;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec.public-lab-fourth .one-by-third {
  text-align: right;
  padding-top: 1px;
  width: 26.5%;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec.public-lab-fourth .one-by-third input[type="button"] {
  padding: 0 25px !important;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec.public-lab-fourth .one-by-third:nth-child(2) {
  text-align: left;
}
#connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec.public-lab-fourth .one-by-third:nth-child(1) {
  width: 47%;
}
#connect-to-lab .connect-to-lab .no-data-found {
  text-align: center;
}
#connect-to-lab .connect-to-lab #style-2::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #fff;
}
#connect-to-lab .connect-to-lab #style-2::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
#connect-to-lab .connect-to-lab #style-2::-webkit-scrollbar-thumb {
  background-color: #1f2532;
  border-radius: 7px;
}
@media screen and (min-height: 765px) and (max-height: 770px) {
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    max-height: 460px;
  }
}
@media screen and (min-height: 890px) and (max-height: 910px) {
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    max-height: 600px;
  }
}
@media screen and (min-height: 1040px) and (max-height: 1060px) {
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    max-height: 740px;
  }
}
@media screen and (min-height: 1070px) and (max-height: 1090px) {
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    max-height: 760px;
  }
}
@media screen and (min-height: 1190px) and (max-height: 1210px) {
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    max-height: 880px;
  }
}
.status-filter .several-options {
  position: relative;
  background: #dcdada;
  margin: 15px 0;
}
.status-filter .several-options select,
.status-filter .several-options input {
  width: 100%;
  float: left;
  background: #dcdada;
  border-radius: 0;
  box-shadow: none;
  white-space: inherit;
  line-height: 34px;
  height: 34px;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
}
.status-filter .several-options select:focus,
.status-filter .several-options input:focus {
  outline: none;
}
.status-filter .several-options .search-material-actions {
  width: 100%;
  float: left;
  position: relative;
  margin-left: 0;
}
.status-filter .several-options .search-material-actions i.fa-caret-down {
  position: absolute;
  top: 10px;
  right: 10px;
}
.status-filter .several-options .search-material-actions input {
  padding-left: 15px;
  font-size: 14px;
}
.status-filter .several-options .search-material-actions .option-materials-actions {
  width: 100%;
  float: left;
  position: absolute;
  top: 33px;
  left: 0;
  box-shadow: 3px 3px 5px #dcdada;
  background: #f4f4f4;
  z-index: 9;
  padding: 0;
  max-height: 350px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material {
  width: 100%;
  float: left;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li {
  width: 100%;
  float: left;
  padding: 7px 15px;
  border-bottom: solid 1px #dcdada;
  position: relative;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style {
  min-height: 16px;
  line-height: 16px;
  margin-bottom: 0;
  position: static;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type="checkbox"] {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type="checkbox"] + label {
  margin-left: 15px;
  line-height: 16px;
  padding-left: 23px;
  margin-bottom: 0;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type="checkbox"] + label:after {
  width: 16px;
  height: 16px;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type="checkbox"]:checked + label:after {
  border-color: #105c9d;
}
.status-filter .several-options .search-material-actions .option-materials-actions .material ul li label.checkbox-style input[type="checkbox"]:checked + label:before {
  width: 16px;
  height: 16px;
  font-size: 12px;
}
.status-filter .several-options .search-material-actions .option-materials-actions .edit-save-btn {
  width: 100%;
  float: left;
  padding: 4px 15px 4px 0;
}
.status-filter .several-options .search-material-actions .option-materials-actions .edit-save-btn button {
  width: auto;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #105c9d;
  line-height: 24px;
  color: #105c9d;
  cursor: pointer;
  padding: 2px 50px;
  background: none;
  font-weight: 600;
}
.status-filter .several-options input {
  padding-left: 40px;
}
.status-filter .several-options .glyphicon-search {
  position: absolute;
  top: 10px;
  left: 13px;
}
#order-list .list-view-status,
#users .list-view-status {
  height: 800px;
  width: 100%;
  float: left;
  margin-top: 150px;
}
#order-list .list-view-status .order-list,
#users .list-view-status .order-list {
  margin-top: 0;
}
.filter-btn {
  border: 0;
  padding: 0 21px 0 21px;
  background: #105c9d !important;
  color: white;
  width: auto;
}
.filter-btn:disabled {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .filter-btn {
    width: 100%;
  }
}
.toast-success {
  background-color: #8dc44e !important;
}
.toast-error {
  background-color: #ff0515 !important;
}
.toast-warning {
  background-color: #fad800 !important;
}
.toast-container.toast-top-center .ngx-toastr {
  margin-top: 20px;
  width: 98%;
  max-width: 650px;
}
#dentist-order-detail {
  width: 100%;
  float: left;
  margin-top: 150px;
  margin-bottom: 20px;
}
#dentist-order-detail .dentist-order-detail {
  width: 100%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail {
  width: 100%;
  float: left;
  background: #fff;
  padding: 25px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part {
  width: 50%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #105c9d;
  margin: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part p {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part p.destination-address {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul h3 {
  margin-top: 3px;
  color: #4a4a4a;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul li {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul.partial-temporary-type li {
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul.partial-temporary-type li:first-child div span.construction-type {
  display: block;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul.partial-temporary-type li:first-child div span.construction-type:after {
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul.partial-temporary-type li div span.construction-type {
  display: none;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul.partial-temporary-type li div .move-to-left {
  margin-left: 80px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span {
  position: relative;
  margin-right: 5px;
  display: inline-flex;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span:after {
  content: ',';
  color: #000;
  font-weight: bold;
  width: 3px;
  height: 0px;
  position: absolute;
  right: 1px;
  bottom: 19px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span strong {
  margin-right: 6px;
  position: relative;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span strong:before {
  position: absolute;
  right: -6px;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #fff;
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span span:after {
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span:last-child:after {
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span.separate-arrow-right {
  display: block;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span.separate-arrow-right strong {
  margin-right: 0;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span.separate-arrow-right span span:after {
  content: ',';
  right: -4px;
  color: #ff0515;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span.separate-arrow-right span:last-child span:after {
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li del span strong:before {
  background: #ff0515;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li del span:after {
  color: #ff0515 !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li del span:before {
  color: #ff0515 !important;
  position: absolute;
  right: -6px;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #ff0515;
  content: '';
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li.modified span:after {
  color: #ff0515 !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part {
  width: 50%;
  float: left;
  text-align: right;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #105c9d;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part p {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part p.destination-address {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date {
  width: 100%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date button {
  background: #105c9d;
  box-shadow: none;
  border: 0;
  color: #fff;
  margin: -15px 0 0 80px;
  float: left;
  border-radius: 0;
  font-weight: 600;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date span {
  width: 33%;
  float: right;
  margin-top: 5px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date span datepicker input {
  background: #eeecec;
  box-shadow: none;
  border: 0;
  margin: 0;
  float: right;
  border-radius: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  min-height: 25px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction {
  width: 100%;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.order-created {
  width: 70% !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created {
  width: 30% !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created span {
  width: 40%;
  float: right;
  text-align: center;
  cursor: pointer;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created span p {
  font-weight: bold;
  font-size: 14px;
  color: #bbb;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .modified {
  color: #ff0515 !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .modified:after {
  color: #ff0515 !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 13px;
  margin-top: 25px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul {
  width: 80%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li img {
  width: 100%;
  height: 60px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li button {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  top: -7px;
  color: #105c9d;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li span {
  width: 70%;
  float: left;
  padding: 3px 10px 3px 0px;
  color: #1f2532;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload {
  width: 20%;
  float: right;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image input {
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 99;
  height: 33px;
  cursor: pointer;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image span {
  width: 100%;
  text-align: center;
  font-size: 15px;
  background: #105c9d;
  height: 42px;
  line-height: 33px;
  color: #fff;
  padding: 5px;
  float: left;
  cursor: pointer;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload p {
  width: 100%;
  float: left;
  color: #979797;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 2px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics.pdf-call-order {
  margin-top: 15px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics.pdf-call-order .order-pic-upload .upload-image {
  margin-top: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics.pdf-call-order .order-pic-upload p {
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row.order-created-by {
  margin-top: 25px;
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row.order-created-by .left-detail-part h3 {
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row.order-created-by .left-detail-part p {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row.order-created-by .right-detail-part i {
  font-size: 50px;
  color: #dcdada;
  cursor: pointer;
}
#dentist-order-detail .dentist-order-detail .barcode-wrapper {
  text-align: center;
  background: #fff;
  margin: 5px;
  border: 1px #ccc solid;
}
#dentist-order-detail .dentist-order-detail .chat-box {
  width: 100%;
  float: left;
  padding: 5px;
  /* position: fixed;*/
}
#dentist-order-detail .dentist-order-detail .chat-box.order-two-chat .chat-box-date {
  border: 1px #ccc solid;
}
#dentist-order-detail .dentist-order-detail .chat-box.order-two-chat .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat {
  width: 81%;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
  width: 100%;
  float: left;
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 0px;
  background: #fff;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-date {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-date span {
  width: auto;
  display: inline-block;
  float: none;
  padding: 3px 15px 2px;
  border-radius: 12px;
  background: #1f2532;
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box {
  width: 100%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person {
  width: 100%;
  float: left;
  padding: 30px 25px 0px;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 3px 8px 2px #eee;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-img img {
  width: auto;
  height: 100%;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat {
  width: 86%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat .front-person-chatting {
  width: auto;
  float: left;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 18px;
  height: max-content;
  background: #d8d5d5;
  padding: 8px 15px;
  border-radius: 10px;
  box-shadow: 2px 3px 8px 2px #eee;
  color: #1f2532;
  max-width: 100%;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat .front-person-chatting-date {
  width: 100%;
  float: left;
  color: #d8d5d5;
  font-size: 13px;
  margin-top: 5px;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat .front-person-chatting.new-massage-bg {
  background: #f5d823;
  position: relative;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat .front-person-chatting.new-massage-bg span {
  width: auto;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: -55px;
  top: 30%;
  color: #f5d823;
  display: block;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person {
  width: 100%;
  float: left;
  padding: 30px 25px 0px;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100%;
  float: right;
  margin-left: 10px;
  box-shadow: 2px 3px 8px 2px #eee;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-img img {
  width: auto;
  height: 100%;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
  width: 86%;
  float: left;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat .front-person-chatting {
  width: auto;
  float: right;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 18px;
  height: max-content;
  background: #c2fefb;
  padding: 8px 15px;
  border-radius: 10px;
  box-shadow: 2px 3px 8px 2px #eee;
  color: #1f2532;
  max-width: 100%;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat .front-person-chatting.new-massage-bg {
  background: #f5d823;
  position: relative;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat .front-person-chatting.new-massage-bg span {
  width: auto;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  left: -55px;
  top: 30%;
  color: #f5d823;
  display: block;
}
#dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat .front-person-chatting-date {
  width: 100%;
  float: left;
  color: #d8d5d5;
  font-size: 13px;
  margin-top: 5px;
  text-align: right;
}
#dentist-order-detail .dentist-order-detail .chat-box #style-1::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #fff;
}
#dentist-order-detail .dentist-order-detail .chat-box #style-1::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
#dentist-order-detail .dentist-order-detail .chat-box #style-1::-webkit-scrollbar-thumb {
  background-color: #1f2532;
  border-radius: 7px;
}
#dentist-order-detail .dentist-order-detail .chat-option-box {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
  border-radius: 4px;
  margin-top: 21px;
  box-shadow: 2px 3px 8px 2px #eee;
}
#dentist-order-detail .dentist-order-detail .chat-option-box input {
  border: 0;
  width: 100%;
  float: left;
  padding: 35px 25px;
  line-height: 25px;
}
#dentist-order-detail .dentist-order-detail .chat-option-box input:focus {
  outline: inherit;
}
#dentist-order-detail .dentist-order-detail .chat-send-btn {
  width: 100%;
  float: left;
  margin-top: 21.5px;
}
#dentist-order-detail .dentist-order-detail .chat-send-btn input {
  width: auto;
  float: right;
  padding: 10px 40px;
  font-weight: 500;
  color: #fff;
  background: #105c9d;
  border: 0px;
}
#dentist-order-detail .dentist-order-detail .chat-send-btn input:focus {
  outline: inherit;
}
#dentist-order-detail .dentist-order-detail .chat-send-btn input.not-allowed-cursor {
  cursor: not-allowed;
}
.orders-pics.pdf-call-order .tooltip.file-name-tooltip .tooltip-inner {
  word-wrap: break-word;
  color: #462a43;
  background-color: #abe6b7;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.orders-pics-resend {
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding: 13px;
  margin-top: 25px;
}
.orders-pics-resend ul {
  width: 100%;
  float: left;
}
.orders-pics-resend ul li {
  width: 10%;
  float: left;
  margin-right: 1%;
  text-align: center;
  position: relative;
}
.orders-pics-resend ul li img {
  width: 100%;
  height: 60px;
}
.orders-pics-resend ul li button {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  top: -7px;
  color: #105c9d;
}
.orders-pics-resend ul li span {
  width: 100%;
  float: left;
  padding: 12px 0;
  background: #1f2532;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.navbar-nav li.dentist-order-manage {
  border-right: solid 1px #979797;
  min-height: 53px;
  /*a.first-a-li{
      .ngrateit{
        span{
          margin-top: 2px;
        }
      }

    }*/
}
.navbar-nav li.dentist-order-manage a {
  float: left;
}
.navbar-nav li.dentist-order-manage a i {
  font-size: 40px;
  float: left;
  margin: -10px 25px 0 0;
}
.navbar-nav li.dentist-order-manage a strong {
  width: 100%;
  float: left;
  margin-top: -5px;
}
.navbar-nav li.dentist-order-manage a span {
  width: 80%;
  float: left;
  text-align: left;
  font-size: 11px;
  margin-top: -7px;
  margin-bottom: 0px;
}
.navbar-nav li.dentist-order-manage a .rate-star-rating {
  width: 100%;
  float: left;
  padding-left: 56px;
}
.navbar-nav li.dentist-order-manage a strong.rate-head-strong {
  margin: -10px 0 -3px 0px;
}
.navbar-nav li.dentist-order-manage a strong.rate-head-strong + .ngrateit.ng-empty span {
  margin-top: 2px;
  margin-bottom: -9px;
}
.navbar-nav li.dentist-order-manage a strong.rate-head-strong + .ngrateit span {
  margin-top: 4px;
  margin-bottom: -2px;
}
.navbar-nav li.dentist-order-manage:first-child a {
  padding-bottom: 0px !important;
}
.navbar-nav li.dentist-order-manage:first-child a strong {
  text-align: left;
  width: 75%;
}
.navbar-nav li a.first-a-li {
  padding-bottom: 0px !important;
}
.navbar-nav li a.disabled {
  opacity: 0.2;
}
.navbar-nav li.lab-order-manage {
  border-right: solid 1px #979797;
  min-height: 53px;
}
.navbar-nav li.lab-order-manage a {
  float: left;
}
.navbar-nav li.lab-order-manage a i {
  font-size: 40px;
  float: left;
  margin: -10px 15px 0 0;
}
.navbar-nav li.lab-order-manage a strong {
  width: 100%;
  float: left;
  margin-top: -5px;
}
.navbar-nav li.lab-order-manage a span {
  width: 85%;
  float: left;
  text-align: left;
  font-size: 11px;
  margin-top: -7px;
  margin-bottom: 0px;
}
.navbar-nav li.lab-order-manage:first-child a {
  padding-bottom: 0px !important;
}
.navbar-nav li.lab-order-manage:first-child a strong {
  text-align: left;
  width: 75%;
}
@media screen and (min-height: 599px) and (max-height: 601px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 250px;
    min-height: 250px;
  }
}
@media screen and (min-height: 765px) and (max-height: 770px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 400px;
    min-height: 400px;
  }
}
@media screen and (min-height: 795px) and (max-height: 805px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 430px;
    min-height: 430px;
  }
}
@media screen and (min-height: 890px) and (max-height: 910px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 480px;
    min-height: 480px;
  }
}
@media screen and (min-height: 1040px) and (max-height: 1060px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 630px;
    min-height: 630px;
  }
}
@media screen and (min-height: 1070px) and (max-height: 1090px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 650px;
    min-height: 650px;
  }
}
@media screen and (min-height: 1190px) and (max-height: 1210px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date {
    max-height: 780px;
    min-height: 780px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1169px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 83%;
    float: left;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 88%;
    float: left;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 88%;
    float: left;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 89%;
    float: left;
  }
}
@media screen and (min-width: 1920px) {
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 90%;
    float: left;
  }
}
#cancel-order .modal-dialog {
  width: 700px;
}
#cancel-order .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#cancel-order .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#cancel-order .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#cancel-order .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#cancel-order .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#cancel-order .modal-dialog .modal-content .modal-body {
  padding-top: 0px;
  padding-bottom: 20px;
}
#cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0px;
}
#cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 18px;
}
#cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form input {
  width: 100%;
  float: left;
  padding: 35px;
  text-align: center;
  margin: 7px 0 12px;
}
#cancel-order .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#cancel-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#cancel-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#cancel-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#cancel-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#decline-order .modal-dialog {
  width: 700px;
}
#decline-order .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#decline-order .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#decline-order .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#decline-order .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#decline-order .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#decline-order .modal-dialog .modal-content .modal-body {
  padding-top: 0px;
  padding-bottom: 20px;
}
#decline-order .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0px;
}
#decline-order .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 18px;
}
#decline-order .modal-dialog .modal-content .modal-body .add-clinic-form input {
  width: 100%;
  float: left;
  padding: 35px;
  text-align: center;
  margin: 7px 0 12px;
}
#decline-order .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#decline-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#decline-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#decline-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#decline-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#send-order .modal-dialog {
  width: 700px;
}
#send-order .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#send-order .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#send-order .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#send-order .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#send-order .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#send-order .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 60px;
}
#send-order .modal-dialog .modal-content .modal-body .approved-by-wrapper {
  margin-top: 15px;
}
#send-order .modal-dialog .modal-content .modal-body .approved-by-wrapper .red-astrix-mark {
  padding: 0;
  font-size: 14px;
  vertical-align: super;
  color: #ff0515 !important;
}
#send-order .modal-dialog .modal-content .modal-body .approved-by-wrapper .approved-by-instructions {
  margin-top: 5px;
  font-size: 12px;
}
#send-order .modal-dialog .modal-content .modal-body .approved-by-wrapper .approved-by-search-select {
  max-width: 300px;
}
#send-order .modal-dialog .modal-content .modal-body .add-clinic-form {
  float: none !important;
  width: 100%;
  float: left;
  margin-top: 0px;
}
#send-order .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0;
  width: 100%;
  line-height: 18px;
}
#send-order .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
}
#send-order .modal-dialog .modal-content .modal-footer .archive-check-wrapper {
  flex: 1 0 auto;
  margin: 0;
}
#send-order .modal-dialog .modal-content .modal-footer .archive-check-wrapper input.archive-check-box {
  width: 100%;
  height: 100%;
}
#send-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
  flex: 0 1 auto;
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#send-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#send-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#send-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#archive-order .modal-dialog,
#un-archive-order .modal-dialog {
  width: 700px;
}
#archive-order .modal-dialog .modal-content,
#un-archive-order .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#archive-order .modal-dialog .modal-content .modal-header,
#un-archive-order .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#archive-order .modal-dialog .modal-content .modal-header .close,
#un-archive-order .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#archive-order .modal-dialog .modal-content .modal-header .close:focus,
#un-archive-order .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#archive-order .modal-dialog .modal-content .modal-header h4.modal-title,
#un-archive-order .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#archive-order .modal-dialog .modal-content .modal-body,
#un-archive-order .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 60px;
}
#archive-order .modal-dialog .modal-content .modal-body .add-clinic-form,
#un-archive-order .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0px;
}
#archive-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
#un-archive-order .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 18px;
}
#archive-order .modal-dialog .modal-content .modal-footer,
#un-archive-order .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
#un-archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#un-archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#un-archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#un-archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#accept-order .modal-dialog,
#clinic-received-delivery .modal-dialog,
#lab-work-started .modal-dialog {
  width: 700px;
}
#accept-order .modal-dialog .modal-content,
#clinic-received-delivery .modal-dialog .modal-content,
#lab-work-started .modal-dialog .modal-content {
  padding: 20px 40px 0px 40px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#accept-order .modal-dialog .modal-content .modal-header,
#clinic-received-delivery .modal-dialog .modal-content .modal-header,
#lab-work-started .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#accept-order .modal-dialog .modal-content .modal-header .close,
#clinic-received-delivery .modal-dialog .modal-content .modal-header .close,
#lab-work-started .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#accept-order .modal-dialog .modal-content .modal-header .close:focus,
#clinic-received-delivery .modal-dialog .modal-content .modal-header .close:focus,
#lab-work-started .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#accept-order .modal-dialog .modal-content .modal-header h4.modal-title,
#clinic-received-delivery .modal-dialog .modal-content .modal-header h4.modal-title,
#lab-work-started .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #105c9d;
  margin-bottom: 0px;
}
#accept-order .modal-dialog .modal-content .modal-body,
#clinic-received-delivery .modal-dialog .modal-content .modal-body,
#lab-work-started .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 0;
}
#accept-order .modal-dialog .modal-content .modal-body .version-comment,
#clinic-received-delivery .modal-dialog .modal-content .modal-body .version-comment,
#lab-work-started .modal-dialog .modal-content .modal-body .version-comment {
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
#accept-order .modal-dialog .modal-content .modal-body .add-clinic-form,
#clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form,
#lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin-top: 0px;
}
#accept-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
#clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form p,
#lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form p {
  text-align: left;
  margin: 25px 0 0;
  width: 100%;
  float: left;
  line-height: 18px;
}
#accept-order .modal-dialog .modal-content .modal-body .commet-export-production label.change-label-color,
#clinic-received-delivery .modal-dialog .modal-content .modal-body .commet-export-production label.change-label-color,
#lab-work-started .modal-dialog .modal-content .modal-body .commet-export-production label.change-label-color {
  color: #105c9d;
  margin-top: 30px;
  font-weight: 500;
}
#accept-order .modal-dialog .modal-content .modal-body .sample-content ul,
#clinic-received-delivery .modal-dialog .modal-content .modal-body .sample-content ul,
#lab-work-started .modal-dialog .modal-content .modal-body .sample-content ul {
  margin-top: -20px;
  padding-left: 0;
  margin-left: -4px;
}
#accept-order .modal-dialog .modal-content .modal-footer,
#clinic-received-delivery .modal-dialog .modal-content .modal-footer,
#lab-work-started .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#accept-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
#clinic-received-delivery .modal-dialog .modal-content .modal-footer .btn.btn-default,
#lab-work-started .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
  color: #105c9d;
}
#accept-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#clinic-received-delivery .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#lab-work-started .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#accept-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#clinic-received-delivery .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#lab-work-started .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#accept-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#clinic-received-delivery .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close,
#lab-work-started .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#rate-order .modal-dialog {
  width: 1200px;
}
#rate-order .modal-dialog .modal-content {
  padding: 30px 70px 5px 70px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#rate-order .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}
#rate-order .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#rate-order .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#rate-order .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 0px;
}
#rate-order .modal-dialog .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
#rate-order .modal-dialog .modal-content .modal-body p {
  text-align: left;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div {
  text-align: center;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 20%;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div {
  width: 100%;
  float: left;
  border-bottom: solid 1px #105c9d;
  padding: 10px 0;
  margin-top: 25px;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading {
  width: 40%;
  float: left;
  text-align: center;
  line-height: 16px;
  color: #105c9d;
  font-weight: 600;
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit-reset {
  background-image: url("../images/cancel-icon.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit-bg-star {
  background-image: url("../images/bg-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit-selected {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../images/bg-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading {
  width: 60%;
  float: left;
  text-align: center;
  /* Background */
  /* Selected state */
  /* Cancelation of hover styling */
  /* Hover styling */
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit-reset {
  background-image: url("../images/cancel-icon.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit-bg-star {
  background-image: url("../images/bg-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit-selected {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating span:hover ~ span {
  background-image: url("../images/bg-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading .ngrateit:not(.ngrateit-readonly) .ngrateit-rating:hover span {
  background-image: url("../images/rated-star.svg");
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 .rating-head-div .rating-heading + .rating-heading a.ngrateit-reset {
  display: none;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 ul li {
  color: #105c9d;
  font-weight: 600;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 ul li .rating-head-div {
  border: 0px;
  margin: 0px;
  padding: 16px 0 0px;
}
#rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 ul li .rating-head-div .rating-heading {
  color: #4a4a4a;
}
#rate-order .modal-dialog .modal-content .modal-footer {
  border: 0;
  margin: 30px 0 20px;
}
#rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-radius: 0px;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 25px;
  color: #105c9d;
}
#rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default:hover,
#rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default:focus,
#rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#rate-order.one-rate-option .modal-dialog {
  width: 500px;
}
#rate-order.one-rate-option .modal-dialog .modal-content {
  padding: 30px 0px 5px;
}
#rate-order.one-rate-option .modal-dialog .modal-content .modal-header .close {
  margin: -15px 15px;
}
#rate-order.one-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
  width: 50%;
}
#rate-order.two-rate-option .modal-dialog {
  width: 600px;
}
#rate-order.two-rate-option .modal-dialog .modal-content {
  padding: 30px 0px 5px;
}
#rate-order.two-rate-option .modal-dialog .modal-content .modal-header .close {
  margin: -15px 15px;
}
#rate-order.two-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
  width: 50%;
}
#rate-order.three-rate-option .modal-dialog {
  width: 750px;
}
#rate-order.three-rate-option .modal-dialog .modal-content {
  padding: 30px 10px 5px;
}
#rate-order.three-rate-option .modal-dialog .modal-content .modal-header .close {
  margin: -15px 15px;
}
#rate-order.three-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
  width: 33%;
}
#rate-order.four-rate-option .modal-dialog {
  width: 1000px;
}
#rate-order.four-rate-option .modal-dialog .modal-content {
  padding: 30px 10px 5px;
}
#rate-order.four-rate-option .modal-dialog .modal-content .modal-header .close {
  margin: -15px 15px;
}
#rate-order.four-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
  width: 25%;
}
#resend-order-button {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#resend-order-button button {
  width: 100%;
  float: left;
  padding: 10px 15px 8px;
  text-align: left;
  border-radius: 0px;
  background: #1f2532;
  color: #fff;
}
#resend-order-button button i {
  float: right;
  font-size: 20px;
}
.order-patient-resend #patient-section .patientLab {
  margin-top: 0px;
}
.compress-container-30 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media (min-width: 1169px) {
  .compress-container-30 .container {
    width: 1192px;
  }
}
.full-width {
  width: 100%;
  float: left;
}
#imgModal .ui-carousel .slide .carousel-item .image {
  width: 100%;
  float: left;
  text-align: center;
}
#imgModal .ui-carousel .slide .carousel-item .image img {
  height: 450px;
  float: none;
  display: inline-block;
  margin: 100px 0 0px;
}
#imgModal .ui-carousel .carousel-prev .carousel-btn {
  left: 15px;
}
#imgModal .ui-carousel .carousel-prev .carousel-btn i {
  line-height: 27px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 50%;
}
#imgModal .ui-carousel .carousel-next .carousel-btn {
  right: 0px;
}
#imgModal .ui-carousel .carousel-next .carousel-btn i {
  line-height: 27px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 50%;
}
#imgModal .carousel-dots {
  bottom: 70px;
}
#imgModal .carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 50%;
}
#imgModal .carousel-dots li button:before {
  color: #fff;
}
#imgModal span.close {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  top: 60px;
  color: #111;
  font-size: 25px;
  z-index: 999;
  right: -25px;
}
#imgModal .text-center {
  text-align: center;
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}
#imgModal .align-img-cross {
  width: auto;
  display: inline-block;
  position: relative;
}
#imgModal img {
  max-width: 1000px;
  margin: 80px auto;
  max-height: 450px;
}
#imgModal ul.carousel-dots li {
  width: 15px;
  height: 15px;
}
.span-two-full ul li span {
  position: relative;
  margin-right: 10px;
  display: inline-flex;
}
.span-two-full ul li span:after {
  content: ',';
  color: #000;
  font-weight: bold;
  width: 3px;
  height: 0px;
  position: absolute;
  right: 1px;
  bottom: 25px;
}
.span-two-full ul li span span:after {
  content: '';
}
.span-two-full ul li span:last-child:after {
  content: '';
}
.span-two-full ul li span.modified {
  margin-right: 5px;
}
.span-two-full ul li span.modified:after {
  color: #ff0515 !important;
  -webkit-print-color-adjust: exact;
}
.span-two-full ul li del span {
  margin-right: 0px;
}
.span-two-full ul li del span:after {
  color: #ff0515 !important;
  -webkit-print-color-adjust: exact;
}
.span-two-full ul li.modified span {
  margin-right: 5px;
}
.span-two-full ul li.modified span:after {
  color: #ff0515 !important;
  -webkit-print-color-adjust: exact;
}
span.temporary-denture-tooth {
  position: relative;
  margin-right: 10px;
  display: inline-flex;
}
span.temporary-denture-tooth:after {
  content: ',' !important;
  color: #000;
  font-weight: bold;
  width: 3px;
  height: 0px;
  position: absolute;
  right: -2px !important;
  bottom: 20px !important;
}
span.temporary-denture-tooth span.temporary-denture-tooth:after {
  content: '' !important;
}
span.temporary-denture-tooth:last-child:after {
  content: '' !important;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul li > div {
  display: inline;
}
#dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul li > del > div {
  display: inline;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.chat-box .chat-box-date {
  position: relative;
}
#sppiner-loader-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
}
.comment-date {
  white-space: nowrap;
  min-width: 125px;
}
#find-lab {
  width: 100%;
  float: left;
  margin-top: 120px;
  margin-bottom: 20px;
}
#find-lab .find-lab {
  width: 100%;
  float: left;
}
#find-lab .find-lab .find-lab-form {
  width: 50%;
  float: none;
  margin: 30px auto;
}
#find-lab .find-lab .find-lab-form .lab-logo {
  width: 100%;
  float: left;
  text-align: center;
}
#find-lab .find-lab .find-lab-form h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #105c9d;
  margin: 15px 0 10px;
}
#find-lab .find-lab .find-lab-form p {
  width: 80%;
  float: left;
  margin-left: 10%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #1f2532;
  margin-bottom: 30px;
}
#find-lab .find-lab .find-lab-form .find-form {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#find-lab .find-lab .find-lab-form .find-form input[type="text"] {
  width: 67%;
  padding: 0 10px 0 55px;
  border-radius: 3px;
  border: solid 1px #f4f4f4;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 1px 2px 3px #dcdada;
}
#find-lab .find-lab .find-lab-form .find-form input[type="text"]:focus {
  outline: none;
}
#find-lab .find-lab .find-lab-form .find-form i.fa.fa-search {
  font-size: 15px;
  left: 18px;
  top: 20px;
  position: absolute;
}
#find-lab .find-lab .find-lab-form .find-form input[type="button"] {
  min-width: 187px;
  max-width: 187px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1px;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border: 0px;
  background: #105c9d;
  color: #fff;
  box-shadow: 1px 2px 3px #dcdada;
}
#find-lab .find-lab .find-lab-form .find-form button[type="button"] {
  min-width: 55px;
  max-width: 55px;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border: 0px;
  background: #105c9d;
  color: #fff;
  box-shadow: 1px 2px 3px #dcdada;
}
#find-lab .find-lab .find-lab-form .find-form.arrow-form {
  margin-top: 20px;
}
#find-lab .find-lab .find-lab-form .find-form.arrow-form i.fa.fa-search {
  left: 85px;
}
.highlighted-text {
  background: #eee;
}
.search-digital-sample {
  height: 25px;
  margin-left: 10px;
}
.search-lab-flag-icon {
  font-size: 18px;
  color: #ff0000;
}
a[download$=".com"].link-icon:before,
a[download$=".net"].link-icon:before,
a[download$=".org"].link-icon:before,
a[download$=".edu"].link-icon:before,
a[download$=".gov"].link-icon:before,
a[download$=".mil"].link-icon:before,
a[download$="/"].link-icon:before,
a[download$=".html"].link-icon:before,
a[download$=".htm"].link-icon:before,
a[download$=".xhtml"].link-icon:before,
a[download$=".jhtml"].link-icon:before,
a[download$=".php"].link-icon:before,
a[download$=".php3"].link-icon:before,
a[download$=".php4"].link-icon:before,
a[download$=".php5"].link-icon:before,
a[download$=".phtml"].link-icon:before,
a[download$=".asp"].link-icon:before,
a[download$=".aspx"].link-icon:before,
a[download$=".cfm"].link-icon:before,
a[download*="?"].link-icon:before,
a[download*="#"].link-icon:before,
a.link-icon:not([href*='.']):before,
a.link-icon.link[href]:before {
  content: "\f0c1";
  /*link*/
}
a.link-icon:before,
a.link-icon.link-file[href]:before {
  content: "\f016";
  /* generic file icon */
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 20px;
  text-align: right;
  margin-right: 10px;
  float: left;
  margin-top: 6px;
  color: #1f2532;
}
a[download$=".pdf"].link-icon:before,
a.link-icon.link-pdf[href]:before {
  content: "\f1c1";
  /*PDF*/
}
a[download$=".txt"].link-icon:before,
a.link-icon.link-text[href]:before {
  content: "\f0f6";
  /*Text*/
}
a[download$=".doc"].link-icon:before,
a[download$=".docx"].link-icon:before,
a.link-icon.link-word[href]:before {
  content: "\f1c2";
  /*Word*/
}
a[download$=".xls"].link-icon:before,
a[download$=".xlsx"].link-icon:before,
a.link-icon.link-excel[href]:before {
  content: "\f1c3";
  /*Excel*/
}
a[download$=".ppt"].link-icon:before,
a[download$=".pptx"].link-icon:before,
a.link-icon.link-powerpoint[href]:before {
  content: "\f1c4";
  /*Powerpoint*/
}
a[download$=".gif"].link-icon:before,
a[download$=".jpg"].link-icon:before,
a[download$=".jpeg"].link-icon:before,
a[download$=".png"].link-icon:before,
a[download$=".bmp"].link-icon:before,
a[download$=".tif"].link-icon:before,
a.link-icon.link-image[href]:before {
  content: "\f1c5";
  /*Image*/
}
a[download$=".zip"].link-icon:before,
a[download$=".zipx"].link-icon:before,
a[download$=".rar"].link-icon:before,
a[download$=".tar"].link-icon:before,
a[download$=".gz"].link-icon:before,
a[download$=".dmg"].link-icon:before,
a[download$=".iso"].link-icon:before,
a.link-icon.link-archive[href]:before {
  content: "\f1c6";
  /*Archive*/
}
a[download$=".wav"].link-icon:before,
a[download$=".mp3"].link-icon:before,
a[download$=".fla"].link-icon:before,
a[download$=".flac"].link-icon:before,
a[download$=".ra"].link-icon:before,
a[download$=".rma"].link-icon:before,
a[download$=".aif"].link-icon:before,
a[download$=".aiff"].link-icon:before,
a[download$=".aa"].link-icon:before,
a[download$=".aac"].link-icon:before,
a[download$=".aax"].link-icon:before,
a[download$=".ac3"].link-icon:before,
a[download$=".au"].link-icon:before,
a[download$=".ogg"].link-icon:before,
a[download$=".avr"].link-icon:before,
a[download$=".3ga"].link-icon:before,
a[download$=".flac"].link-icon:before,
a[download$=".mid"].link-icon:before,
a[download$=".midi"].link-icon:before,
a[download$=".m4a"].link-icon:before,
a[download$=".mp4a"].link-icon:before,
a[download$=".amz"].link-icon:before,
a[download$=".mka"].link-icon:before,
a[download$=".asx"].link-icon:before,
a[download$=".pcm"].link-icon:before,
a[download$=".m3u"].link-icon:before,
a[download$=".wma"].link-icon:before,
a[download$=".xwma"].link-icon:before,
a.link-icon.link-audio[href]:before {
  content: "\f1c7";
  /*Audio*/
}
a[download$=".avi"].link-icon:before,
a[download$=".mpg"].link-icon:before,
a[download$=".mp4"].link-icon:before,
a[download$=".mkv"].link-icon:before,
a[download$=".mov"].link-icon:before,
a[download$=".wmv"].link-icon:before,
a[download$=".vp6"].link-icon:before,
a[download$=".264"].link-icon:before,
a[download$=".vid"].link-icon:before,
a[download$=".rv"].link-icon:before,
a[download$=".webm"].link-icon:before,
a[download$=".swf"].link-icon:before,
a[download$=".h264"].link-icon:before,
a[download$=".flv"].link-icon:before,
a[download$=".mk3d"].link-icon:before,
a[download$=".gifv"].link-icon:before,
a[download$=".oggv"].link-icon:before,
a[download$=".3gp"].link-icon:before,
a[download$=".m4v"].link-icon:before,
a[download$=".movie"].link-icon:before,
a[download$=".divx"].link-icon:before,
a.link-icon.link-video[href]:before {
  content: "\f1c8";
  /*Video*/
}
a[download$=".css"].link-icon:before,
a[download$=".js"].link-icon:before,
a[download$=".py"].link-icon:before,
a[download$=".git"].link-icon:before,
a[download$=".py"].link-icon:before,
a[download$=".cpp"].link-icon:before,
a[download$=".h"].link-icon:before,
a[download$=".ini"].link-icon:before,
a[download$=".config"].link-icon:before,
a.link-icon.link-code[href]:before {
  content: "\f1c9";
  /*code*/
}
a[download$=".exe"].link-icon:before,
a[download$=".jar"].link-icon:before,
a[download$=".dll"].link-icon:before,
a[download$=".bat"].link-icon:before,
a[download$=".pl"].link-icon:before,
a[download$=".scr"].link-icon:before,
a[download$=".msi"].link-icon:before,
a[download$=".app"].link-icon:before,
a[download$=".deb"].link-icon:before,
a[download$=".apk"].link-icon:before,
a[download$=".jar"].link-icon:before,
a[download$=".vb"].link-icon:before,
a[download$=".prg"].link-icon:before,
a[download$=".sh"].link-icon:before,
a.link-icon.link-exe[href]:before {
  content: "\f085";
  /*Executable*/
}
@media print {
  *,
  *:before,
  *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    size: auto;
    margin: 0;
  }
  .mini-print {
    margin: 25px 100px;
  }
  .printableMiniArea {
    margin: 25px 100px;
  }
  .full-page-print {
    margin: 25px 50px;
  }
  .main-div {
    text-align: center;
    font-family: Roboto, sans-serif !important;
  }
  .top-div {
    width: 100%;
    float: left;
    text-align: center;
  }
  .top-div.mini-print {
    width: 100%;
    float: left;
    text-align: left;
  }
  .top-div img {
    width: auto;
    height: 100px;
  }
  .print-date {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 15px;
  }
  .print-date p {
    display: inline-block;
    font-size: 11px;
  }
  .info-div {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .info-div span {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-top: 12px;
    text-align: left;
  }
  .info-div span h3 {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
  }
  .info-div span p {
    display: inline-block;
    margin: 0;
    font-size: 17px;
  }
  .info-div span.span-two-full {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-top: 25px;
  }
  .info-div span.span-two-full ul {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 0;
    text-align: left;
    padding: 0;
  }
  .info-div span.span-two-full h3 {
    margin: 0;
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 21px;
  }
  .info-div span.span-two-full ul li {
    list-style: none;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .info-div span.span-two-full ul li > div {
    display: inline;
  }
  .info-div span.span-two-full ul li span {
    width: auto;
    float: none;
    display: inline;
    margin: 0;
  }
  .info-div span.span-two-full ul li strong {
    display: inline;
    margin: 0;
  }
  .info-div span.span-bottom-sec {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .info-div span.span-bottom-sec ul {
    float: left;
    width: 100%;
    padding: 0;
  }
  .info-div span.span-bottom-sec ul li {
    width: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    list-style: none;
    display: inline-block;
  }
  .info-div span.span-bottom-sec ul li img {
    width: auto;
    height: 100px;
  }
  .info-div span.span-two-full ul li > del > div {
    display: inline;
  }
  .info-div span.span-two-full ul.partial-temporary-type li {
    margin-bottom: 0;
  }
  .info-div span.span-two-full ul.partial-temporary-type li:first-child div span.construction-type {
    display: block;
  }
  .info-div span.span-two-full ul.partial-temporary-type li:first-child div span.construction-type:after {
    content: '';
  }
  .info-div span.span-two-full ul.partial-temporary-type li div span.construction-type {
    display: none;
  }
  .info-div span.span-two-full ul.partial-temporary-type li div .move-to-left {
    margin-left: 80px;
  }
  .info-div span.span-two-full ul.partial-temporary-type li del div .move-to-left {
    margin-left: 80px;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li div span.construction-type {
    display: none;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li {
    margin-bottom: 0;
    display: inline;
    margin-right: 3px;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li:first-child div span.construction-type {
    display: inline;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li div {
    display: inline;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li div span {
    display: inline;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li div span p {
    display: inline;
  }
  .printableMiniArea.info-div span.span-two-full ul.partial-temporary-type li:last-child div span p {
    display: none;
  }
  .order-confirm-print {
    text-align: center;
  }
  .order-confirm-print div img {
    width: 100px;
    height: auto;
  }
  .order-confirm-print .order-details span {
    float: left;
    width: 100%;
    font-size: 27px;
    margin-top: 34px;
  }
  .modified {
    color: red !important;
  }
  .modified span {
    color: red !important;
  }
  .modified strong {
    color: red !important;
  }
  .printableMiniArea.info-div span {
    margin-top: 0;
  }
  .printableMiniArea.info-div span > div {
    height: 20px;
  }
  .printableMiniArea.info-div span.span-two-full {
    margin-top: 25px;
  }
  .printableMiniArea.info-div span h3 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }
  .printableMiniArea.info-div span.span-two-full ul {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .printableMiniArea.info-div span p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
  }
  .printableMiniArea.info-div span.span-two-full ul li {
    margin-bottom: 0;
    font-size: 13px;
  }
  .printableMiniArea.info-div span.span-two-full ul li span {
    font-size: 13px;
    margin: 0;
  }
  .sign-send .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .sign-send .col-lg-6 + .col-lg-6 {
    margin-top: 20px;
  }
  .sign-send .col-lg-6 + .mt-0 {
    margin-top: 0;
  }
  .sign-send .col-lg-3 {
    width: 25%;
  }
  .sign-send .col-lg-6 p {
    padding: 0 15px;
  }
  .sign-send .col-lg-3 img {
    width: 100%;
  }
  .sign-send h2 {
    float: left;
    font-size: 20px;
    color: #1f2532 !important;
    -webkit-print-color-adjust: exact;
    font-weight: 800;
    border-bottom: solid 2px #1f2532;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .sign-send .action-on-teeth p {
    width: 50%;
    float: left;
    padding: 0 15px;
    font-size: 12px;
  }
  .sign-send p {
    font-size: 12px;
  }
  .sign-send .action-on-teeth p label {
    width: 145px;
    float: left;
    color: #a5a3a3 !important;
    -webkit-print-color-adjust: exact;
  }
  .sign-send .col-lg-6 label {
    width: 145px;
    float: left;
    color: #a5a3a3 !important;
    -webkit-print-color-adjust: exact;
  }
  .sign-send h4 {
    width: 100%;
    float: left;
    margin: 10px 0 10px;
    padding-bottom: 5px;
  }
  .sign-send .action-text {
    display: flex;
    width: 100%;
    float: left;
    padding: 15px 15px 0;
  }
  .sign-send label {
    width: 145px;
    float: left;
    font-weight: 800;
    color: #a5a3a3 !important;
    -webkit-print-color-adjust: exact;
  }
  .sign-send label strong {
    color: #a5a3a3 !important;
    -webkit-print-color-adjust: exact;
  }
  .sign-send .images-upload {
    float: left;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 12%;
    margin-top: 43px;
    padding: 41px 20px 40px;
  }
  .extra-margin-on-print-option h2 {
    margin-bottom: 40px;
  }
  .sign-send .files-box h3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .sign-send .col-lg-6 img {
    min-width: 22px;
    height: 22px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -3px;
  }
  .sign-send .add-materias-actions {
    width: 100%;
    float: left;
  }
  .sign-send .add-materias-actions-section {
    width: 100%;
    float: left;
  }
  .sign-send .added-materials-actions {
    padding: 10px 30px;
  }
  .sign-send .added-materials-actions .order-list-hading {
    font-weight: 500;
    color: #aaa;
    text-align: center;
    font-size: 14px;
    width: 100%;
    float: left;
  }
  .sign-send .added-materials-actions .order-list-hading .col-lg-6 {
    width: 50%;
    float: left;
  }
  .sign-send .added-materials-actions .order-list-hading .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }
  .sign-send .added-materials-actions .order-list-content {
    display: flex;
    align-items: flex-end;
    margin: 2px 0;
    position: relative;
    width: 100%;
    float: left;
  }
  .sign-send .added-materials-actions .order-list-content .col-lg-6 {
    width: 50%;
    float: left;
    text-align: left;
  }
  .sign-send .added-materials-actions .order-list-content .col-lg-2 {
    width: 16.66666667%;
    float: left;
    text-align: center;
  }
  .order-list-content.flex-start,
  .order-list-hading,
  .added-action-content,
  .added-action-heading {
    display: flex;
    width: 100% !important;
  }
  .order-list-content.flex-start div,
  .order-list-hading div,
  .added-action-content div,
  .added-action-heading div {
    width: 100%;
    min-width: 100px;
    text-align: center;
  }
  .order-list-content.flex-start div:first-child,
  .order-list-hading div:first-child,
  .added-action-content div:first-child,
  .added-action-heading div:first-child {
    text-align: left;
    min-width: 200px;
    font-weight: 700;
  }
  .order-list-hading div:first-child {
    color: #000;
  }
  .order-list-hading.simple-material-heading div {
    min-width: 150px !important;
  }
  .order-list-content.flex-start.simple-material-content div {
    min-width: 170px !important;
    width: 100%;
    text-align: center;
  }
  .order-list-content.flex-start.simple-material-content div:first-child {
    text-align: left;
  }
  .sign-send .order-list-box {
    width: 100%;
    float: left;
  }
  .sign-send .order-list-box h5 {
    color: #000;
    font-weight: 500;
  }
  .sign-send .order-list-content {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-end;
    margin: 2px 0;
    position: relative;
  }
  .sign-send .order-list-content .font-manage h5 {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
  }
  .sign-send .order-list-content .font-manage span {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
  }
  .sign-send .sending-box {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 50px 0 20px;
  }
  .sign-send .sending-box label {
    width: 100%;
    font-size: 20px;
    display: inline-block;
    color: #105c9d !important;
    font-weight: normal;
  }
  .sign-send .action-text .action-perform-text span {
    width: 100%;
    float: left;
    font-weight: normal;
  }
  .sign-send p.comment-p {
    width: 100%;
  }
  .sign-send p.comment-p label {
    width: 80px;
  }
  .sign-send p.comment-p .aside-area {
    width: 90%;
  }
  .OrderDetail2PrintableArea p {
    font-weight: 400;
    margin: 3px 0 0;
    float: left;
    width: 100%;
    line-height: 20px;
    color: #1f2532;
    padding: 0 15px;
    font-size: 14px;
    display: flex;
  }
  .OrderDetail2PrintableArea p label {
    font-weight: 500;
    color: #a5a3a3;
    width: 40%;
    margin-bottom: 2px;
    float: left;
    min-width: 40%;
  }
  .OrderDetail2PrintableArea p .aside-area {
    width: 55%;
    float: left;
  }
  .sign-send p.comment-p.steps-manage-area .aside-area .checkbox-style input:checked + label:before {
    content: '\2714';
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    background: #105c9d !important;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: 10;
  }
  .sign-send p.comment-p.steps-manage-area .aside-area .checkbox-style label {
    color: #1f2532 !important;
  }
  .confirm-print .printableMiniArea h3 {
    width: 100% !important;
    float: left !important;
    display: block !important;
  }
  .confirm-print .printableMiniArea p {
    width: 100% !important;
    float: left !important;
    display: block !important;
  }
  .sign-send p.comment-p.additional-information label {
    width: auto;
    float: left;
    min-width: 22%;
  }
  .sign-send p.comment-p.additional-information span {
    float: left;
    width: 78%;
    margin-left: 0;
  }
  .sample-span-ui p.comment-p.additional-information span.remove-m-w {
    width: auto;
    margin-left: 1%;
    white-space: nowrap;
    font-size: 11px;
    padding-right: 0;
  }
  .sample-content-comma span {
    position: relative;
  }
  .sample-content-comma span:after {
    position: absolute;
    right: -5px;
    bottom: 0;
    content: ',';
  }
  .sample-content-comma span:last-child:after {
    display: none;
  }
  .sample-span-ui .additional-information span.remove-m-w {
    width: 80%;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 10px;
  }
  .action-display-block {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1222px;
  }
}
@media screen and (max-width: 767px) {
  .patientExistingorder .checkBox span {
    font-size: 12px;
  }
  #patient-section.order-two-part span.check-icons i {
    top: 30px;
    right: 4px;
  }
  #patient-section.order-two-part .SearchPatient ul.four-column li {
    width: 47%;
  }
  #patient-section.order-two-part .SearchPatient ul li label {
    font-size: 12px;
  }
  #patient-section .SearchPatient .patientExistingorder .mobi-manage-content {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
  }
  #patient-section .SearchPatient .patientExistingorder .mobi-manage-content .font-manage {
    font-size: 14px;
    padding: 0 10px;
    width: 50% !important;
    text-align: left !important;
  }
  #patient-section .SearchPatient .patientExistingorder .mobi-manage-content:last-child .col-lg-2 {
    width: 50% !important;
  }
  .header-fixed {
    position: inherit;
  }
  order-new .row {
    margin: 15px 0 0;
  }
  #patient-section span.check-icons i {
    padding-left: 3px;
    top: 33px;
    right: -17px;
    font-size: 10px;
    padding-top: 3px;
  }
  #patient-section .patientLab {
    margin-top: 0;
    padding: 0;
  }
  #patient-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #patient-section .SearchPatient {
    padding: 25px 10px;
  }
  #patient-section .SearchPatient h1 {
    font-size: 15px;
  }
  #patient-section .SearchPatient ul {
    width: 100%;
  }
  #patient-section .SearchPatient ul li {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    text-align: left;
  }
  #patient-section .SearchPatient ul li label {
    margin-bottom: 2px;
  }
  #patient-section .SearchPatient ul li input.form-control {
    text-align: left;
  }
  #patient-section .SearchPatient .col-lg-2 {
    width: 100% !important;
  }
  #patient-section .SearchPatient .col-lg-2 .chooseLAb {
    widows: 100%;
    margin-top: 5px;
  }
  #patient-section .SearchPatient + .SearchPatient {
    text-align: center;
    display: inline-block;
  }
  #patient-section .SearchPatient + .SearchPatient .col-lg-2 {
    width: auto !important;
    max-width: 110px;
    padding-right: 5px;
    float: none;
    display: inline-block;
  }
  #construction-section {
    padding-top: 0;
  }
  #construction-section .cross-rectangle-post {
    width: 12px;
    height: 12px;
    bottom: -15px;
    right: 9.5px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .cross-square {
    width: 12px;
    height: 12px;
    top: -9px;
    right: -8px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .margin-top {
    margin-top: -10px !important;
  }
  #construction-section .row {
    margin: 0;
  }
  #construction-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #construction-section .Constructions {
    margin-top: 0;
    padding: 0;
  }
  #construction-section .SearchPatient {
    padding: 10px 0 0;
  }
  #construction-section .SearchPatient ul {
    text-align: center;
    display: inline-block;
  }
  #construction-section .SearchPatient ul li {
    margin-bottom: 10px;
    max-width: 130px;
    float: none;
    display: inline-block;
  }
  #construction-section .SearchPatient ul li a {
    font-size: 12px;
    line-height: 14px;
    border-bottom: solid 2px #fff;
  }
  #construction-section .SearchPatient ul li.active a {
    font-weight: normal;
    border-bottom-width: 2px;
  }
  #construction-section .SearchPatient.margin-less-top .constructions-sub-types ul {
    display: block;
  }
  #construction-section .SearchPatient.margin-less-top .constructions-sub-types ul li {
    max-width: inherit;
    float: left;
    display: block;
  }
  #construction-section .divider-new h1 {
    margin-top: 0;
    font-size: 18px;
  }
  #construction-section .clickonBoth {
    width: 100%;
    margin-left: 0;
  }
  #construction-section .clickonBoth .well-sm .range {
    display: none;
  }
  #construction-section .clickonBoth .well-sm .btn-group {
    margin-bottom: 10px;
  }
  #construction-section .margin-top-45 {
    margin-top: 5px !important;
  }
  #construction-section .SelectMaterial h3 {
    margin-top: 0;
    line-height: 24px;
  }
  #construction-section .SelectMaterial ul {
    margin-top: 0;
  }
  #construction-section .SelectMaterial ul li {
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 3px;
  }
  #construction-section .SelectMaterial ul li a {
    padding: 6px 3px;
    font-size: 11px;
  }
  #construction-section .SelectMaterial .designBox ul li {
    width: 100%;
  }
  #construction-section .SelectMaterial.designBox ul li {
    margin-bottom: 3px;
  }
  #construction-section .form-group .other-material {
    width: 100%;
  }
  #construction-section ul.singleSub li {
    width: 49%;
    margin: 1px 0.5%;
  }
  #construction-section #bridgeTeeth .row {
    margin: 0 -25px;
  }
  #construction-section .bridge-suggestion,
  #construction-section .partial-suggestion {
    margin-left: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  #delivery-section {
    padding-top: 0;
  }
  #delivery-section .DeliveryInformation {
    margin-top: 0;
    padding: 0;
  }
  #delivery-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #delivery-section .DelInf {
    width: 100%;
    margin-left: 0;
  }
  #delivery-section .deliveryDate {
    margin-top: 10px;
  }
  #delivery-section .deliveryDate h3 {
    font-size: 14px;
    font-weight: normal;
  }
  #delivery-section .deliveryDate ul {
    margin-top: 0;
  }
  #delivery-section .form-group {
    margin-right: 15px;
    float: left;
    width: 90%;
    margin-top: 0;
  }
  #delivery-section .form-group label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }
  #delivery-section .form-group.commet-export-production .col-lg-12 {
    padding: 0;
  }
  #delivery-section .form-group.commet-export-production p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #images-section {
    padding-top: 0;
  }
  #images-section .upload-images {
    margin-top: 15px;
    padding: 0 0 15px;
  }
  #images-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #images-section .images-upload {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    padding: 25px 0;
    font-size: 14px;
  }
  #images-section .images-upload img {
    width: 40px;
  }
  #images-section .row {
    width: 100%;
    float: left;
    margin: 0;
  }
  #images-section .row span.Images-circle {
    float: left;
    width: 50px;
    margin: 10px 0 0;
    display: block;
    height: inherit;
  }
  #images-section .row .images-file-name {
    width: 71%;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    word-wrap: break-word;
  }
  #images-section .row .file-icon {
    margin: 0;
    width: 50px;
  }
  #images-section .row .file-icon i {
    margin: 10px 0 0;
    font-size: 2em;
  }
  #sign-section {
    padding-top: 0;
  }
  #sign-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #sign-section .signSend {
    margin-top: 15px;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  #sign-section .signSendbox h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #sign-section .signSendbox p {
    font-size: 13px;
  }
  #sign-section .signSendbox img {
    width: 50px;
    margin: 20px 0 30px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select {
    width: 30px;
    height: 30px;
    padding: 15px;
    bottom: 15px;
    right: -25px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select:after {
    top: 6px;
    left: 5px;
    font-size: 20px;
  }
  #order-confirm .order-confirm {
    margin-top: 20px;
  }
  #order-confirm .order-confirm h1 {
    font-size: 22px;
  }
  #order-confirm .order-confirm .order-details {
    width: 100%;
    padding: 5px;
  }
  #order-confirm .order-confirm .order-details span {
    font-size: 13px;
    margin-top: 5px;
  }
  #order-confirm .order-confirm .order-button a {
    font-size: 15px;
  }
  #order-confirm .order-confirm .order-message p {
    width: 100%;
  }
  #denthub-header {
    padding: 5px 0 5px;
  }
  #denthub-header .no-padding-default {
    padding: 0;
  }
  #denthub-header .no-padding-default .col-md-4.col-lg-3.col-sm-5.col-xs-12.text-left {
    text-align: center;
  }
  #denthub-header .no-padding-default #imaginary_container {
    width: 100%;
    margin: 0 auto;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg {
    background: none;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg .form-control {
    height: 36px;
    display: none;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg span.input-group-addon {
    background: none !important;
    padding: 9px 0;
    color: #fff;
    text-align: right;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg span.input-group-addon button:focus {
    outline: none;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg span.input-group-addon button span + span {
    display: none;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg.search-open-big {
    position: fixed;
    left: 0;
    top: -5px;
    background: #000;
    z-index: 9;
    width: 100%;
    height: 45px;
    border-bottom: solid 1px #f7f8f9;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg.search-open-big span.input-group-addon {
    background: #f7f8f9 !important;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    z-index: 9;
    color: #000;
    text-align: center;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg.search-open-big span.input-group-addon button span {
    display: none;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg.search-open-big span.input-group-addon button span + span {
    display: block;
  }
  #denthub-header .no-padding-default #imaginary_container .searchBg.search-open-big .form-control {
    display: block;
    line-height: 50px;
    height: 49px;
    padding: 10px 10px 0;
    min-height: 49px;
  }
  #denthub-header .no-padding-default #Notifications .btn-default {
    padding: 6px 0;
  }
  #denthub-header .no-padding-default #Notifications .btn-default span.position-relative span.Notifications-notes {
    top: -24px;
  }
  #denthub-header .no-padding-default #Notifications .btn:active {
    box-shadow: none;
  }
  #denthub-header .no-padding-default #Notifications ul.dropdown-menu {
    left: -230px;
    top: 40px;
    max-width: 250px;
    border-top: 0;
  }
  #denthub-header .no-padding-default #Notifications.open button:after {
    left: -2px;
    top: 15px;
  }
  #denthub-header .no-padding-default #menu-profile {
    margin: 0 11px 0 0;
  }
  #denthub-header .no-padding-default #menu-profile .btn-default {
    padding: 6px 0;
  }
  #denthub-header .no-padding-default #menu-profile .btn:active {
    box-shadow: none;
  }
  #denthub-header .no-padding-default #menu-profile ul.dropdown-menu {
    margin: 0 -65px !important;
  }
  #denthub-header .no-padding-default .notificationTitle {
    text-align: center;
  }
  #denthub-header .no-padding-default .dropdown.open .dropdown-menu {
    min-width: 100% !important;
    left: -105px;
    top: 39px;
  }
  #denthub-header .no-padding-default .dropdown.open .dropdown-menu:after {
    left: initial;
    right: 0;
  }
  #denthub-header .no-padding-default .dropdown.open .dropdown-menu li {
    text-align: left;
  }
  #denthub-header .no-padding-default .dropdown.open .dropdown-menu li a {
    padding: 7px 10px !important;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #denthub-header .no-padding-default .dropdown.open .dropdown-menu li h1 {
    text-align: left;
  }
  #denthub-header .no-padding-default .notificationTitle {
    font-size: 0;
  }
  #denthub-header .no-padding-default .notificationTitle i {
    font-size: 20px;
  }
  #denthub-header .no-padding-default .dropdown {
    float: right;
    margin-top: 0;
  }
  #denthub-header .no-padding-default .dropdown .btn-default {
    font-size: 0;
  }
  #denthub-header .no-padding-default .dropdown .btn-default i {
    font-size: 20px;
    margin-right: 10px;
  }
  #denthub-header a.dentHub-first-part img {
    height: 35px;
  }
  #denthub-header a.dentHub-second-part img {
    height: 17px;
    margin-left: 7px;
  }
  #denthub-header .dropdown-menu li a:focus {
    text-align: left;
  }
  #denthub-header .fa-arrow-left.arrow-left {
    margin: 9px -68px 0;
  }
  #denthub-header #menu-profile ul.dropdown-menu li.User-icons span.user-icons-img img {
    width: 100%;
  }
  #navBar .container {
    position: relative;
  }
  #navBar .container .navbar.navbar-default {
    position: static;
  }
  #navBar .container .navbar.navbar-default .navbar-header button {
    border: 0;
  }
  #navBar .container .navbar.navbar-default .navbar-header button span {
    background-color: #fff;
  }
  #navBar .container .navbar.navbar-default .navbar-header button:focus,
  #navBar .container .navbar.navbar-default .navbar-header button:hover {
    background: none;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse {
    position: absolute;
    background: #1f2532;
    z-index: 99;
    width: 220px;
    top: 53px;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav {
    margin: 0;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li a {
    padding: 11px 15px;
    border-bottom: solid 0 #1f2532;
    text-align: left;
    font-size: 13px;
    line-height: 33px;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li a:hover {
    border-bottom: solid 0 #105c9d;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.dentist-order-manage a {
    width: 100%;
    padding: 15px 14px;
    line-height: inherit;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.dentist-order-manage:first-child a {
    width: 100%;
    padding: 15px 14px;
    line-height: inherit;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.dentist-order-manage:first-child a i {
    margin-right: 10px;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.lab-order-manage a {
    width: 100%;
    padding: 15px 14px;
    line-height: inherit;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.lab-order-manage:first-child a {
    width: 100%;
    padding: 15px 14px;
    line-height: inherit;
  }
  #navBar .container .navbar.navbar-default .navbar-collapse ul.nav li.lab-order-manage:first-child a i {
    margin-right: 10px;
  }
  #order-status-view {
    max-width: 350px;
    float: none;
    margin: 20px auto;
  }
  #order-status-view .no-padding-lr .no-padding-l {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #order-status-view .no-padding-lr .mid-sec-status {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #order-status-view .no-padding-lr .mid-sec-status h1:before {
    border-left: 0 solid #eee;
  }
  #order-status-view .no-padding-lr .no-padding-r {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #order-status-view .no-padding-lr .no-padding-r .Sent-by-dentist h1:before {
    border-left: 0 solid #eee;
  }
  #order-status-view .no-padding-lr .no-padding-r .Sent-by-dentist h1:after {
    border-left: 16px solid #105c9d;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
  #order-list {
    background: none;
    min-height: inherit;
  }
  #order-list .order-list {
    margin-top: 20px;
    border: 0;
    background: none;
  }
  #order-list .order-list .no-padding-default .order-list-hading {
    padding: 0;
  }
  #order-list .order-list .no-padding-default .order-list-content {
    padding: 0;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content {
    text-align: left;
    padding: 5px 0;
    width: 100%;
    float: left;
    word-wrap: break-word;
    border-bottom: solid 1px #f1f2f3;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content .font-manage {
    font-size: 14px;
    padding: 0 10px;
    width: 50%;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content .font-manage br {
    display: none;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content .font-manage p {
    padding-left: 0;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content .font-manage .lab-flag-icon {
    left: -25px;
  }
  #order-list .order-list .no-padding-default .order-list-content .mobi-manage-content:last-child {
    border: 0;
  }
  #order-list .order-list .order-list-box.no-padding-default {
    padding: 10px 15px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  #my-modal-compatible .modal-dialog {
    width: 99%;
  }
  #my-modal-compatible .modal-dialog .modal-content {
    padding: 0 10px;
  }
  #my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default {
    font-size: 12px;
    padding: 15px 5px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }
  #clinics,
  #users-lab,
  #users {
    margin-top: 20px;
  }
  #clinics .clinics ul,
  #users-lab .clinics ul,
  #users .clinics ul,
  #clinics .users-lab ul,
  #users-lab .users-lab ul,
  #users .users-lab ul,
  #clinics .users ul,
  #users-lab .users ul,
  #users .users ul {
    text-align: center;
    display: inline-block;
  }
  #clinics .clinics ul li,
  #users-lab .clinics ul li,
  #users .clinics ul li,
  #clinics .users-lab ul li,
  #users-lab .users-lab ul li,
  #users .users-lab ul li,
  #clinics .users ul li,
  #users-lab .users ul li,
  #users .users ul li {
    width: 100%;
    margin: 0 0 10px;
    min-width: inherit;
    float: none;
    overflow: hidden;
    display: inline-block;
    max-width: 375px;
  }
  #clinics .clinics ul li .clinic-block h3,
  #users-lab .clinics ul li .clinic-block h3,
  #users .clinics ul li .clinic-block h3,
  #clinics .users-lab ul li .clinic-block h3,
  #users-lab .users-lab ul li .clinic-block h3,
  #users .users-lab ul li .clinic-block h3,
  #clinics .users ul li .clinic-block h3,
  #users-lab .users ul li .clinic-block h3,
  #users .users ul li .clinic-block h3 {
    margin-bottom: 10px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block,
  #users .clinics ul li .clinic-block .clinic-activation-block,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block,
  #users .users-lab ul li .clinic-block .clinic-activation-block,
  #clinics .users ul li .clinic-block .clinic-activation-block,
  #users-lab .users ul li .clinic-block .clinic-activation-block,
  #users .users ul li .clinic-block .clinic-activation-block {
    padding: 10px 5px;
    margin-top: 5px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active {
    font-size: 12px;
    line-height: 20px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
    margin-top: -1px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a {
    padding: 0 5px;
    margin-top: -2px;
    float: left;
    font-size: 12px;
    margin-left: 1px;
  }
  #clinics .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users .clinics ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users ul li .clinic-block ul.multiple-check-organization li,
  #users .users ul li .clinic-block ul.multiple-check-organization li {
    min-width: inherit;
  }
  #add-clinic-modal .modal-dialog,
  #add-user-modal .modal-dialog,
  #add-user-lab-modal .modal-dialog,
  #add-lab-modal .modal-dialog {
    width: 95%;
    margin: 10px 2.5%;
  }
  #add-clinic-modal .modal-dialog .modal-content,
  #add-user-modal .modal-dialog .modal-content,
  #add-user-lab-modal .modal-dialog .modal-content,
  #add-lab-modal .modal-dialog .modal-content {
    padding: 0 10px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #add-user-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #add-user-lab-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #add-lab-modal .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 18px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-header .close,
  #add-user-modal .modal-dialog .modal-content .modal-header .close,
  #add-user-lab-modal .modal-dialog .modal-content .modal-header .close,
  #add-lab-modal .modal-dialog .modal-content .modal-header .close {
    margin: -10px -15px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
    margin-bottom: 35px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .add-clinic-form-col {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row h4 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block.postcode-input {
    width: 70%;
    margin-right: 0;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #add-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #add-user-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
    margin: 2px;
    padding: 2px 5px;
    font-size: 12px;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-footer,
  #add-user-modal .modal-dialog .modal-content .modal-footer,
  #add-user-lab-modal .modal-dialog .modal-content .modal-footer,
  #add-lab-modal .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 10px 0 10px;
    margin: 0;
  }
  #add-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #add-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #add-user-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #connect-lab {
    margin-top: 20px;
  }
  #connect-lab .connect-lab .profile-left-section .profile-form-left-row {
    padding: 0 20px;
  }
  #connect-lab .connect-lab .profile-right-section {
    width: 100%;
    margin-right: 0;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div {
    width: 100%;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row {
    width: 100%;
  }
  #account-setting {
    margin-top: 15px;
  }
  #account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture input[type='button'] {
    bottom: 5px;
    right: 5px;
    padding: 0 10px;
    font-size: 12px;
  }
  #account-setting .account-setting .profile-right-section {
    width: 100%;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one {
    padding: 20px 10px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row {
    margin-bottom: 30px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col label {
    margin-bottom: 5px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order p {
    margin-left: 0;
    font-size: 10px;
    margin-right: 0;
    line-height: 13px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order span {
    font-size: 11px;
    margin-right: 9px;
    margin-bottom: 10px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings {
    margin-top: -70px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button {
    display: flex;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button P {
    float: none;
  }
  #account-setting .account-setting .profile-right-section .save-change-btn input[type='button'] {
    padding: 2px 15px;
    font-size: 12px;
  }
  #account-setting > .container {
    padding: 0;
  }
  #profile-dentist {
    margin-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section {
    padding-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row {
    margin-bottom: 0;
    padding: 0 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col {
    width: 100%;
    margin-bottom: 20px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col:nth-child(2) input[type='button'] {
    font-size: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col.extra-top-margin-add {
    margin-top: -20px !important;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .change-profile-picture input[type='button'] {
    font-size: 14px;
    padding: 0 10px;
    bottom: 5px;
    right: 5px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications {
    padding-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left {
    padding: 0 10px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button p {
    width: 76%;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button input {
    width: 44px !important;
    margin: 0 8px 0 0;
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left:last-child {
    min-height: inherit;
  }
  #profile-dentist .profile-dentist .profile-right-section {
    width: 100%;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one {
    padding: 15px 10px 10px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col {
    width: 100% !important;
    margin: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button p {
    width: 76%;
    text-align: left;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive span {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive p {
    font-size: 11px;
    line-height: 13px;
    margin-right: 0;
    margin-left: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two {
    padding: 10px;
    margin-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin: 5px 0;
  }
  #profile-dentist .container {
    padding: 0;
  }
  #login-page .card-container.card {
    margin: 20px auto;
  }
  #login-page .card-container.card label + .ui-select-container.select2.select2-container + label {
    width: 100%;
  }
  #login-page .card-container.card label + .ui-select-container.select2.select2-container + label span {
    float: right;
  }
  #login-page .card-container.card label + .ui-select-container.select2.select2-container {
    text-align: right;
  }
  #connect-to-lab {
    margin-top: 15px;
  }
  #connect-to-lab .connect-to-lab .search-box-lab .search-input {
    width: 100%;
  }
  #connect-to-lab .connect-to-lab .search-box-lab .search-input tags-input {
    width: 90%;
    top: 0;
    left: 10%;
  }
  #connect-to-lab .connect-to-lab .search-box-lab .search-input i.fa.fa-search {
    font-size: 14px;
    left: 12px;
    top: 13px;
  }
  #connect-to-lab .connect-to-lab .search-box-lab .search-input input[type='search'] {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }
  #connect-to-lab .connect-to-lab .search-box-lab input[type='button'] {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }
  #connect-to-lab .connect-to-lab .lab-report-section {
    overflow-x: scroll;
  }
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head {
    width: 1192px;
  }
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body {
    width: 1192px;
  }
  #connect-to-lab .connect-to-lab .pagination-center {
    margin: 0 0 20px;
  }
  #connect-to-lab .connect-to-lab .pagination-center li a {
    padding: 3px 5px;
    font-size: 12px;
  }
  #lab-profile {
    margin-top: 15px;
  }
  #lab-profile .lab-profile .profile-left-section {
    padding-top: 20px;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row {
    padding: 0 10px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div {
    padding: 3px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name {
    padding: 5px 0 0;
    min-height: 30px;
    max-height: 30px;
    width: 80%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name a.link-icon:before,
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name a.link-icon.link-file[href]:before {
    margin-top: 3px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left img {
    margin-top: 6px;
    width: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div {
    width: auto;
    font-size: 12px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div .filechoose-div {
    padding: 0 5px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right span {
    font-size: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label input {
    margin: -1px 5px 0 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label p {
    font-size: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section {
    width: 50%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section input {
    padding: 1px 0;
    font-size: 12px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section span {
    width: auto;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 22px;
    margin-top: 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section .tooltip.ng-scope.ng-isolate-scope.top.file-name-tooltip.fade.in {
    width: 130px;
  }
  #lab-profile .lab-profile .profile-right-section {
    width: 100%;
    margin-top: 15px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one {
    padding: 20px 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block:first-child {
    margin-bottom: 25px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two {
    padding: 20px 5px;
    margin-top: 15px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row {
    padding-left: 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label {
    width: 75px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].checkedInput {
    width: 100%;
    height: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].notCheckedInput {
    width: 100%;
    height: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'] + span {
    line-height: 30px;
    font-size: 14px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section {
    width: 70%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section span {
    font-size: 12px;
    line-height: 31px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section .ng-isolate-scope tr td input {
    line-height: 28px;
    min-height: 28px;
    height: 28px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) {
    width: 100%;
    margin-top: 25px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row i {
    width: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section {
    padding-left: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .btn-sm {
    padding: 5px 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .head-profile h2 {
    margin-top: 20px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left {
    padding: 0 15px !important;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para {
    width: 80%;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch {
    margin-right: 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch.checked {
    margin-right: 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button p {
    width: 76%;
  }
  #lab-profile .container {
    padding: 0;
  }
  #add-lab-technician-modal,
  #invite-lab,
  #add-lab-modal,
  #delete-clinic-modal,
  #remove-user-modal,
  #cancel-order,
  #archive-order,
  #accept-order,
  #clinic-received-delivery,
  #lab-work-started,
  #decline-order,
  #change-password-modal {
    padding-left: 0 !important;
  }
  #add-lab-technician-modal .modal-dialog,
  #invite-lab .modal-dialog,
  #add-lab-modal .modal-dialog,
  #delete-clinic-modal .modal-dialog,
  #remove-user-modal .modal-dialog,
  #cancel-order .modal-dialog,
  #archive-order .modal-dialog,
  #accept-order .modal-dialog,
  #clinic-received-delivery .modal-dialog,
  #lab-work-started .modal-dialog,
  #decline-order .modal-dialog,
  #change-password-modal .modal-dialog {
    width: 96%;
    margin: 10px 2%;
  }
  #add-lab-technician-modal .modal-dialog .modal-content,
  #invite-lab .modal-dialog .modal-content,
  #add-lab-modal .modal-dialog .modal-content,
  #delete-clinic-modal .modal-dialog .modal-content,
  #remove-user-modal .modal-dialog .modal-content,
  #cancel-order .modal-dialog .modal-content,
  #archive-order .modal-dialog .modal-content,
  #accept-order .modal-dialog .modal-content,
  #clinic-received-delivery .modal-dialog .modal-content,
  #lab-work-started .modal-dialog .modal-content,
  #decline-order .modal-dialog .modal-content,
  #change-password-modal .modal-dialog .modal-content {
    padding: 0 15px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #invite-lab .modal-dialog .modal-content .modal-header h4.modal-title,
  #add-lab-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #delete-clinic-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #remove-user-modal .modal-dialog .modal-content .modal-header h4.modal-title,
  #cancel-order .modal-dialog .modal-content .modal-header h4.modal-title,
  #archive-order .modal-dialog .modal-content .modal-header h4.modal-title,
  #accept-order .modal-dialog .modal-content .modal-header h4.modal-title,
  #clinic-received-delivery .modal-dialog .modal-content .modal-header h4.modal-title,
  #lab-work-started .modal-dialog .modal-content .modal-header h4.modal-title,
  #decline-order .modal-dialog .modal-content .modal-header h4.modal-title,
  #change-password-modal .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 18px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body,
  #invite-lab .modal-dialog .modal-content .modal-body,
  #add-lab-modal .modal-dialog .modal-content .modal-body,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body,
  #remove-user-modal .modal-dialog .modal-content .modal-body,
  #cancel-order .modal-dialog .modal-content .modal-body,
  #archive-order .modal-dialog .modal-content .modal-body,
  #accept-order .modal-dialog .modal-content .modal-body,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body,
  #lab-work-started .modal-dialog .modal-content .modal-body,
  #decline-order .modal-dialog .modal-content .modal-body,
  #change-password-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row {
    margin-bottom: 30px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block ul li {
    margin: 2px;
    padding: 2px 5px;
    font-size: 12px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block h4 {
    margin-bottom: 3px;
    font-size: 13px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block input {
    padding: 4px 4px;
    font-size: 11px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row .street-block .check-icons i {
    padding-top: 3px;
    top: 23px;
    right: 1px;
    font-size: 10px;
    padding-left: 3px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label {
    margin-top: 0;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form .add-clinic-form-row label input[type='checkbox'] + label {
    margin: 0;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #add-lab-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #delete-clinic-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #remove-user-modal .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #cancel-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #archive-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #accept-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #clinic-received-delivery .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #lab-work-started .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #decline-order .modal-dialog .modal-content .modal-body .add-clinic-form p,
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form p {
    font-size: 12px;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-footer,
  #invite-lab .modal-dialog .modal-content .modal-footer,
  #add-lab-modal .modal-dialog .modal-content .modal-footer,
  #delete-clinic-modal .modal-dialog .modal-content .modal-footer,
  #remove-user-modal .modal-dialog .modal-content .modal-footer,
  #cancel-order .modal-dialog .modal-content .modal-footer,
  #archive-order .modal-dialog .modal-content .modal-footer,
  #accept-order .modal-dialog .modal-content .modal-footer,
  #clinic-received-delivery .modal-dialog .modal-content .modal-footer,
  #lab-work-started .modal-dialog .modal-content .modal-footer,
  #decline-order .modal-dialog .modal-content .modal-footer,
  #change-password-modal .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 10px 0 10px;
    margin: 0;
  }
  #add-lab-technician-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #invite-lab .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #add-lab-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #delete-clinic-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #remove-user-modal .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #cancel-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #archive-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #accept-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #clinic-received-delivery .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #lab-work-started .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #decline-order .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #change-password-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #cancel-order .modal-dialog .modal-content .modal-header .close {
    margin: -5px -14px;
  }
  #archive-order .modal-dialog .modal-content .modal-header .close,
  #un-archive-order .modal-dialog .modal-content .modal-header .close {
    margin: -5px -14px;
  }
  #archive-order .modal-dialog .modal-content .modal-body,
  #un-archive-order .modal-dialog .modal-content .modal-body {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #change-password-modal {
    margin: 0 20px;
  }
  #change-password-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
    width: 90%;
  }
  #invite-lab .modal-dialog .modal-content .modal-header .close {
    margin: -3px -10px;
  }
  #invite-lab .modal-dialog .modal-content .modal-body {
    overflow: hidden;
    padding-top: 15px;
  }
  #invite-lab .modal-dialog .modal-content .modal-body .add-clinic-form h5 {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
  }
  #rate-order .modal-dialog {
    width: 96%;
    margin: 10px 2%;
  }
  #rate-order .modal-dialog .modal-content {
    padding: 15px 0px 5px;
  }
  #rate-order .modal-dialog .modal-content .modal-header .close {
    margin: -15px 7px;
  }
  #rate-order .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
  }
  #rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div {
    margin: 0;
  }
  #rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
    width: 100%;
  }
  #rate-order .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 25px 10px 10px;
    margin: 0;
  }
  #rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #rate-order.one-rate-option .modal-dialog,
  #rate-order.two-rate-option .modal-dialog,
  #rate-order.three-rate-option .modal-dialog,
  #rate-order.four-rate-option .modal-dialog {
    width: 96%;
    margin: 10px 2%;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content,
  #rate-order.two-rate-option .modal-dialog .modal-content,
  #rate-order.three-rate-option .modal-dialog .modal-content,
  #rate-order.four-rate-option .modal-dialog .modal-content {
    padding: 15px 0px 5px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-header .close {
    margin: -15px 7px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div {
    margin: 0;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
    width: 100%;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 25px 10px 10px;
    margin: 0;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #dentist-order-detail {
    margin-top: 15px;
  }
  #dentist-order-detail .container {
    padding: 0;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail {
    padding: 5px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part h3 {
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part p {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul li {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span:after {
    right: 2px;
    bottom: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part h3 {
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part p {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created i {
    font-size: 30px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created span p {
    font-weight: normal;
    font-size: 10px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date button {
    margin: -12px 85px -20px 0;
    float: right;
    font-weight: normal;
    padding: 4px 2px;
    font-size: 11px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part .modify-date span {
    width: 80px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics {
    padding: 8px;
    margin-top: 5px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul {
    width: 70%;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul li {
    width: 48%;
    height: 46px;
    max-width: 100px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul li img {
    width: 100%;
    height: auto;
    max-height: 45px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul button {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload {
    width: 30%;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image {
    margin-top: 0;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image span {
    height: 30px;
    line-height: 20px;
    font-size: 10px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box {
    padding: 5px 0;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date {
    padding: 5px 0px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person {
    padding: 20px 10px 0px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat {
    width: 77%;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person {
    padding: 20px 10px 0px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 77%;
    float: right;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-option-box {
    margin-top: 2px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-option-box input {
    padding: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-send-btn input {
    padding: 5px 40px;
  }
  p.red-astrix-mark {
    font-size: 13px;
    line-height: 14px;
    padding: 0 2px;
  }
  .orders-pics-resend ul li {
    width: 100px;
    height: 50px;
  }
  .orders-pics-resend ul li img {
    width: 100%;
    height: 45px;
  }
  #resend-order-button button:focus {
    outline: none;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist {
    width: 96%;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li {
    padding: 5px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li p {
    font-size: 11px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.width-resize {
    font-size: 12px;
  }
  #accept-order .modal-dialog .modal-content .modal-header .close,
  #clinic-received-delivery .modal-dialog .modal-content .modal-header .close,
  #lab-work-started .modal-dialog .modal-content .modal-header .close,
  #decline-order .modal-dialog .modal-content .modal-header .close {
    margin: -5px -12px;
  }
  #imgModal .align-img-cross {
    width: 60%;
  }
  #imgModal img {
    width: 100%;
    height: inherit;
  }
}
@media all and (orientation: landscape) and (max-width: 767px) {
  login .container,
  forgot .container {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #patient-section.order-two-part .SearchPatient ul li label {
    font-size: 12px;
  }
  #patient-section.order-two-part .SearchPatient ul li p.red-astrix-mark {
    padding: 0;
  }
  #patient-section .SearchPatient .patientExistingorder .col-lg-12.order-list-box {
    float: left;
    width: 100%;
  }
  .clearfix-left {
    clear: left;
  }
  .color-sampling-radio {
    width: 50%;
    margin-top: 13px;
  }
  order-new .row {
    margin: 15px 0 0;
  }
  #patient-section span.check-icons i {
    padding-left: 3px;
    top: 39px;
    right: -17px;
    font-size: 10px;
    padding-top: 3px;
  }
  #patient-section .patientLab {
    margin-top: 120px;
    padding: 0;
  }
  #patient-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #patient-section .SearchPatient {
    padding: 25px 10px;
  }
  #patient-section .SearchPatient h1 {
    font-size: 15px;
  }
  #patient-section .SearchPatient ul {
    width: 100%;
  }
  #patient-section .SearchPatient ul li {
    margin-top: 10px;
    text-align: left;
  }
  #patient-section .SearchPatient ul li label {
    margin-bottom: 2px;
  }
  #patient-section .SearchPatient ul li input.form-control {
    text-align: left;
  }
  #patient-section .SearchPatient .col-lg-2 {
    width: 100% !important;
  }
  #patient-section .SearchPatient .col-lg-2 .chooseLAb {
    width: 100%;
    margin-top: 5px;
  }
  #patient-section .SearchPatient + .SearchPatient {
    text-align: left;
    display: inline-block;
  }
  #patient-section .SearchPatient + .SearchPatient .col-lg-2 {
    width: 100% !important;
    max-width: 110px;
    padding-right: 5px;
    float: none;
    display: inline-block;
  }
  #construction-section .cross-rectangle-post {
    width: 12px;
    height: 12px;
    bottom: -15px;
    right: 9.5px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .cross-square {
    width: 12px;
    height: 12px;
    top: -9px;
    right: -8px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .margin-top {
    margin-top: 0 !important;
  }
  #construction-section .row {
    margin: 0;
  }
  #construction-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #construction-section .Constructions {
    margin-top: 0;
    padding: 0;
  }
  #construction-section .SearchPatient {
    padding: 10px 0 0;
  }
  #construction-section .SearchPatient ul li {
    margin-bottom: 10px;
  }
  #construction-section .SearchPatient ul li a {
    font-size: 15px;
    line-height: 24px;
  }
  #construction-section .SearchPatient ul li.active a {
    border-bottom-width: 2px;
  }
  #construction-section .divider-new h1 {
    margin-top: 0;
    font-size: 18px;
  }
  #construction-section .clickonBoth .well-sm .range {
    display: none;
  }
  #construction-section .clickonBoth .well-sm .btn-group {
    margin-bottom: 10px;
  }
  #construction-section .margin-top-45 {
    margin-top: 5px !important;
  }
  #construction-section .SelectMaterial h3 {
    margin-top: 0;
    line-height: 24px;
  }
  #construction-section .SelectMaterial ul {
    margin-top: 0;
  }
  #construction-section .SelectMaterial ul li {
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 3px;
  }
  #construction-section .SelectMaterial ul li a {
    padding: 6px 3px;
    font-size: 11px;
  }
  #construction-section .SelectMaterial .designBox ul li {
    width: 100%;
  }
  #construction-section .SelectMaterial.designBox ul li {
    margin-bottom: 3px;
  }
  #construction-section .form-group .other-material {
    width: 100%;
  }
  #construction-section ul.singleSub {
    width: 100%;
  }
  #construction-section ul.singleSub li {
    width: 32%;
    margin: 1px 0.5%;
  }
  #construction-section #bridgeTeeth .row {
    margin: 0 -25px;
  }
  #construction-section .bridge-suggestion,
  #construction-section .partial-suggestion {
    margin-left: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  #delivery-section {
    padding-top: 0;
  }
  #delivery-section .DeliveryInformation {
    margin-top: 0;
    padding: 0;
  }
  #delivery-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #delivery-section .DelInf {
    width: 100%;
    margin-left: 0;
  }
  #delivery-section .deliveryDate {
    margin-top: 10px;
  }
  #delivery-section .deliveryDate h3 {
    font-size: 14px;
    font-weight: normal;
  }
  #delivery-section .deliveryDate ul {
    margin-top: 0;
  }
  #delivery-section .form-group {
    margin-right: 15px;
    float: left;
    width: 95.6%;
    margin-top: 0;
  }
  #delivery-section .form-group label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }
  #images-section {
    padding-top: 0;
  }
  #images-section .upload-images {
    margin-top: 15px;
    padding: 0 0 15px;
  }
  #images-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #images-section .images-upload {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 50px 0;
  }
  #images-section .row {
    width: 100%;
    float: left;
    margin: 0;
  }
  #images-section .row span.Images-circle {
    float: left;
    width: 50px;
    margin: 10px 0 0;
    display: block;
    height: inherit;
  }
  #images-section .row .images-file-name {
    width: 90%;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    word-wrap: break-word;
  }
  #images-section .row .file-icon {
    margin: 0;
    width: 50px;
  }
  #images-section .row .file-icon i {
    margin: 10px 0 0;
    font-size: 2em;
  }
  #sign-section {
    padding-top: 0;
  }
  #sign-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #sign-section .signSend {
    margin-top: 15px;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  #sign-section .signSendbox h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #sign-section .signSendbox p {
    font-size: 13px;
  }
  #sign-section .signSendbox img {
    width: 50px;
    margin: 20px 0 30px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select {
    width: 30px;
    height: 30px;
    padding: 15px;
    bottom: 15px;
    right: -25px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select:after {
    top: 6px;
    left: 5px;
    font-size: 20px;
  }
  #denthub-header #imaginary_container {
    width: 100%;
  }
  #denthub-header #menu-profile ul.dropdown-menu {
    margin: 0 -65px !important;
    top: 49px;
    left: -105px;
  }
  #denthub-header .notificationTitle {
    font-size: 0;
  }
  #denthub-header .notificationTitle i {
    font-size: 20px;
  }
  #denthub-header #Notifications ul.dropdown-menu {
    top: 42px;
    left: -229px;
    border-top: 0;
  }
  #denthub-header #Notifications .btn-default span.position-relative span.Notifications-notes {
    top: -24px;
  }
  #denthub-header #Notifications.open button:after {
    left: -2px;
    top: 16px;
  }
  #denthub-header .dropdown {
    float: right;
    margin-top: 8px;
  }
  #denthub-header .dropdown .btn-default {
    font-size: 0;
  }
  #denthub-header .dropdown .btn-default i {
    font-size: 20px;
    margin-right: 10px;
  }
  #denthub-header .dropdown-menu li a:focus {
    text-align: left;
  }
  #navBar .navbar-collapse {
    padding: 0;
  }
  #navBar .navbar-collapse .nav li a {
    position: relative;
    display: block;
    padding: 11px 5px;
    font-size: 11px;
    width: auto;
  }
  #navBar .navbar-collapse .nav li:nth-child(3) a {
    width: 170px;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage:first-child a {
    width: 220px;
    padding-left: 5px;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage:nth-child(3) {
    width: 100px;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage:nth-child(3) a {
    width: 100px;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage.modify-order {
    width: 100px !important;
    text-align: center;
  }
  #delivery-section .deliveryDate h3 {
    font-size: 14px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist h1 {
    font-size: 16px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist h1:after,
  #order-status-view .no-padding-lr .Sent-by-dentist h1:before {
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-left.width-resize {
    width: 100%;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.width-resize {
    width: 100%;
    margin-top: 0;
  }
  #order-list .order-list .no-padding-default .order-list-hading .font-manage {
    font-size: 14px;
    padding: 0 2px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage {
    font-size: 14px;
    padding: 0 2px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage .lab-flag-icon {
    left: -3px;
    top: 5px;
  }
  #order-list .order-list .no-padding-default .order-list-content:first-child .font-manage {
    padding: 0 20px;
  }
  #order-list .order-list .order-list-box.no-padding-default {
    padding: 10px 15px;
    float: left;
    width: 100%;
  }
  #my-modal-compatible .modal-dialog {
    width: 650px;
  }
  #my-modal-compatible .modal-dialog .modal-content {
    padding: 10px 15px;
  }
  #my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default {
    font-size: 12px;
    padding: 15px 5px;
    margin-bottom: 5px;
  }
  #clinics,
  #users-lab,
  #users {
    margin-top: 150px;
  }
  #clinics .clinics ul li,
  #users-lab .clinics ul li,
  #users .clinics ul li,
  #clinics .users-lab ul li,
  #users-lab .users-lab ul li,
  #users .users-lab ul li,
  #clinics .users ul li,
  #users-lab .users ul li,
  #users .users ul li {
    width: 32.3%;
    margin: 0 0.5% 10px;
    min-width: 32.3%;
    max-width: 32.3%;
  }
  #clinics .clinics ul li .clinic-block h3,
  #users-lab .clinics ul li .clinic-block h3,
  #users .clinics ul li .clinic-block h3,
  #clinics .users-lab ul li .clinic-block h3,
  #users-lab .users-lab ul li .clinic-block h3,
  #users .users-lab ul li .clinic-block h3,
  #clinics .users ul li .clinic-block h3,
  #users-lab .users ul li .clinic-block h3,
  #users .users ul li .clinic-block h3 {
    margin-bottom: 10px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block,
  #users .clinics ul li .clinic-block .clinic-activation-block,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block,
  #users .users-lab ul li .clinic-block .clinic-activation-block,
  #clinics .users ul li .clinic-block .clinic-activation-block,
  #users-lab .users ul li .clinic-block .clinic-activation-block,
  #users .users ul li .clinic-block .clinic-activation-block {
    padding: 10px 5px;
    margin-top: 5px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active {
    font-size: 12px;
    line-height: 20px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
    margin-top: -1px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a {
    padding: 2px 2px;
    margin-top: -2px;
    float: left;
    font-size: 10px;
    margin-left: 1px;
  }
  #clinics .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users .clinics ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users ul li .clinic-block ul.multiple-check-organization li,
  #users .users ul li .clinic-block ul.multiple-check-organization li {
    min-width: 98%;
    font-size: 13px;
  }
  #clinics .clinics ul li,
  #clinics .users-lab ul li,
  #clinics .users ul li {
    width: 49%;
    margin: 0 0.5% 10px;
    min-width: 49%;
    max-width: 49%;
  }
  #add-clinic-modal .modal-dialog,
  #add-user-modal .modal-dialog,
  #add-user-lab-modal .modal-dialog,
  #add-lab-modal .modal-dialog {
    width: 700px;
  }
  #connect-lab {
    margin-top: 150px;
  }
  #connect-lab .connect-lab .profile-left-section .profile-form-left-row {
    padding: 0 20px;
  }
  #connect-lab .connect-lab .profile-right-section {
    width: 100%;
    margin-right: 0;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div {
    width: 100%;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row {
    width: 100%;
  }
  #account-setting {
    margin-top: 150px;
  }
  #account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture input[type='button'] {
    bottom: 5px;
    right: 5px;
    padding: 3px 10px;
    font-size: 15px;
  }
  #account-setting .account-setting .profile-right-section {
    width: 100%;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one {
    padding: 35px 5px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row {
    margin-bottom: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order {
    margin-top: -40px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order span {
    margin-bottom: 10px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order p {
    margin-left: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button {
    display: flex;
  }
  #account-setting .account-setting .profile-right-section .save-change-btn input[type='button'] {
    padding: 6px 20px;
    font-size: 15px;
  }
  #lab-profile {
    margin-top: 150px;
  }
  #lab-profile .lab-profile .profile-left-section {
    padding-top: 20px;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row {
    padding: 0 10px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div {
    padding: 3px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name {
    padding: 5px 0 0;
    min-height: 30px;
    max-height: 30px;
    width: 80%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name a.link-icon:before,
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left .upload-file-name a.link-icon.link-file[href]:before {
    margin-top: 3px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-left img {
    margin-top: 6px;
    width: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div {
    width: auto;
    font-size: 12px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right .upload-file-div .filechoose-div {
    padding: 0 5px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right span {
    font-size: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label input {
    margin: -1px 5px 0 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label p {
    font-size: 11px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section {
    width: 50%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section input {
    padding: 1px 0;
    font-size: 12px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section span {
    width: auto;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 22px;
    margin-top: 0;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section .tooltip.ng-scope.ng-isolate-scope.top.file-name-tooltip.fade.in {
    width: 130px;
  }
  #lab-profile .lab-profile .profile-right-section {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one {
    padding: 20px 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .media-section .media-section-block:first-child {
    margin-bottom: 25px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two {
    padding: 20px 5px;
    margin-top: 15px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row {
    padding-left: 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label {
    width: 75px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].checkedInput {
    width: 100%;
    height: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'].notCheckedInput {
    width: 100%;
    height: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row label input[type='checkbox'] + span {
    line-height: 30px;
    font-size: 14px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section {
    width: 70%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section span {
    font-size: 12px;
    line-height: 31px;
    padding: 0 10px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row .delivery-section .ng-isolate-scope tr td input {
    line-height: 28px;
    min-height: 28px;
    height: 28px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) {
    width: 100%;
    margin-top: 25px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row i {
    width: 30px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section {
    padding-left: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .calendar-section .btn-sm {
    padding: 5px 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .head-profile h2 {
    margin-top: 20px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left {
    padding: 0 15px !important;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para {
    width: 80%;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch {
    margin-right: 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button .switch.checked {
    margin-right: 8px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-Select .switch-button p {
    width: 76%;
  }
  #lab-profile .container {
    padding: 0;
  }
  #profile-dentist {
    margin-top: 150px;
  }
  #profile-dentist .profile-dentist .profile-left-section {
    padding-top: 20px;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile h2 span {
    padding: 0 5px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row {
    padding: 0 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col {
    width: 100%;
    margin-bottom: 20px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col.extra-top-margin-add {
    margin-top: -50px !important;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications {
    padding-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left:last-child {
    min-height: inherit;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left {
    padding: 0 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button p {
    width: 76%;
  }
  #profile-dentist .profile-dentist .profile-right-section {
    width: 100%;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one {
    padding: 20px 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col {
    margin: 0;
    width: 100% !important;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button p {
    width: 78%;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive span {
    margin-bottom: 10px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive p {
    margin-left: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two {
    padding: 15px 10px;
    margin-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
  }
  #profile-dentist .container {
    padding: 0;
  }
  #navBar .navbar {
    margin-top: 2px;
  }
  #navBar .nav > li > a {
    width: 135px;
  }
  #connect-to-lab {
    margin-top: 150px;
  }
  #connect-to-lab .connect-to-lab .search-box-lab input[type='button'] {
    padding: 0 15px;
    font-size: 15px;
  }
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .second-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .third-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec {
    font-size: 15px;
  }
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-body .repeated-div-report .fourth-sec .one-by-third .one-by-third-one input[type='button'] {
    padding: 0 5px;
    font-size: 12px;
  }
  #connect-to-lab .connect-to-lab .pagination-center {
    margin: 0;
  }
  #connect-to-lab .connect-to-lab .pagination-center li a {
    padding: 5px 10px;
    font-size: 14px;
  }
  #dentist-order-detail {
    margin-top: 150px;
  }
  #dentist-order-detail .container {
    padding: 0;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail {
    padding: 5px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part h3 {
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part p {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part ul li {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part.full-construction ul li span:after {
    right: 2px;
    bottom: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part h3 {
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part p {
    font-size: 13px;
    line-height: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created i {
    font-size: 30px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part.order-created span p {
    font-weight: normal;
    font-size: 10px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics {
    padding: 8px;
    margin-top: 5px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul {
    width: 70%;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul li {
    width: 48%;
    height: 46px;
    max-width: 100px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul li img {
    width: 100%;
    height: auto;
    max-height: 45px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics ul button {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload {
    width: 30%;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image {
    margin-top: 0;
  }
  #dentist-order-detail .container .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image span {
    height: 30px;
    line-height: 20px;
    font-size: 10px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box {
    padding: 0;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date {
    padding: 5px 0px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person {
    padding: 20px 10px 0px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat {
    width: 77%;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-option-box {
    margin-top: 2px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-option-box input {
    padding: 15px;
  }
  #dentist-order-detail .container .dentist-order-detail .chat-send-btn input {
    padding: 5px 40px;
  }
  p.red-astrix-mark {
    font-size: 13px;
    line-height: 14px;
    padding: 0 5px;
  }
  .orders-pics-resend ul li {
    width: 100px;
    height: 50px;
  }
  .orders-pics-resend ul li img {
    width: 100%;
    height: 45px;
  }
  #resend-order-button button:focus {
    outline: none;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist {
    width: 96%;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li {
    padding: 5px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li p {
    font-size: 11px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li .dentist .dentist-right.width-resize {
    font-size: 12px;
  }
  #rate-order .modal-dialog {
    width: 96%;
    margin: 10px 2%;
  }
  #rate-order .modal-dialog .modal-content {
    padding: 15px 0px 5px;
  }
  #rate-order .modal-dialog .modal-content .modal-header .close {
    margin: -15px 7px;
  }
  #rate-order .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
  }
  #rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div {
    margin: 0;
  }
  #rate-order .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
    width: 100%;
  }
  #rate-order .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 25px 10px 10px;
    margin: 0;
  }
  #rate-order .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #rate-order.one-rate-option .modal-dialog,
  #rate-order.two-rate-option .modal-dialog,
  #rate-order.three-rate-option .modal-dialog,
  #rate-order.four-rate-option .modal-dialog {
    width: 96%;
    margin: 10px 2%;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content,
  #rate-order.two-rate-option .modal-dialog .modal-content,
  #rate-order.three-rate-option .modal-dialog .modal-content,
  #rate-order.four-rate-option .modal-dialog .modal-content {
    padding: 15px 0px 5px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-header .close,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-header .close {
    margin: -15px 7px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body p,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div {
    margin: 0;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-body .row.auto-center-div .col-md-2 {
    width: 50%;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-footer,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-footer {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 25px 10px 10px;
    margin: 0;
  }
  #rate-order.one-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.two-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.three-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default,
  #rate-order.four-rate-option .modal-dialog .modal-content .modal-footer .btn.btn-default {
    padding: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 5px 0;
  }
  #imgModal .align-img-cross {
    width: 60%;
  }
  #imgModal img {
    width: 100%;
    height: inherit;
  }
}
@media all and (orientation: landscape) and (min-width: 812px) and (max-width: 860px) {
  login .container,
  forgot .container {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1599px) {
  #patient-section.order-two-part .SearchPatient ul li label {
    font-size: 12px;
  }
  #patient-section.order-two-part .SearchPatient ul li p.red-astrix-mark {
    padding: 0;
  }
  #patient-section .SearchPatient .patientExistingorder .col-lg-12.order-list-box {
    float: left;
    width: 100%;
  }
  #navBar .navbar {
    margin-top: 2px;
  }
  #order-confirm .order-confirm .order-details {
    width: 100%;
  }
  order-new .row {
    margin: 15px 0 0;
  }
  #patient-section span.check-icons i {
    padding-left: 3px;
    top: 42px;
    right: -17px;
    font-size: 10px;
    padding-top: 3px;
  }
  #patient-section .patientLab {
    margin-top: 120px;
    padding: 0;
  }
  #patient-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #patient-section .SearchPatient {
    padding: 25px 10px;
  }
  #patient-section .SearchPatient h1 {
    font-size: 15px;
  }
  #patient-section .SearchPatient ul {
    width: 100%;
  }
  #patient-section .SearchPatient ul li {
    margin-top: 10px;
    text-align: left;
  }
  #patient-section .SearchPatient ul li label {
    margin-bottom: 2px;
  }
  #patient-section .SearchPatient ul li input.form-control {
    text-align: left;
  }
  #patient-section .SearchPatient .col-lg-2 {
    width: 100% !important;
  }
  #patient-section .SearchPatient .col-lg-2 .chooseLAb {
    width: 100%;
    margin-top: 5px;
  }
  #patient-section .SearchPatient + .SearchPatient {
    text-align: left;
    display: inline-block;
  }
  #patient-section .SearchPatient + .SearchPatient .col-lg-2 {
    width: auto !important;
    max-width: 110px;
    padding-right: 5px;
    float: none;
    display: inline-block;
  }
  #construction-section .cross-rectangle-post {
    width: 12px;
    height: 12px;
    bottom: -15px;
    right: 9.5px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .cross-square {
    width: 12px;
    height: 12px;
    top: -9px;
    right: -8px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .margin-top {
    margin-top: 0 !important;
  }
  #construction-section .row {
    margin: 0;
  }
  #construction-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #construction-section .Constructions {
    margin-top: 0;
    padding: 0;
  }
  #construction-section .SearchPatient {
    padding: 10px 0 0;
  }
  #construction-section .SearchPatient ul li {
    margin-bottom: 10px;
  }
  #construction-section .SearchPatient ul li a {
    font-size: 15px;
    line-height: 24px;
  }
  #construction-section .SearchPatient ul li.active a {
    border-bottom-width: 2px;
  }
  #construction-section .divider-new h1 {
    margin-top: 0;
    font-size: 18px;
  }
  #construction-section .clickonBoth .well-sm .range {
    display: none;
  }
  #construction-section .clickonBoth .well-sm .btn-group {
    margin-bottom: 10px;
  }
  #construction-section .margin-top-45 {
    margin-top: 5px !important;
  }
  #construction-section .SelectMaterial h3 {
    margin-top: 0;
    line-height: 24px;
  }
  #construction-section .SelectMaterial ul {
    margin-top: 0;
  }
  #construction-section .SelectMaterial ul li {
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 3px;
  }
  #construction-section .SelectMaterial ul li a {
    padding: 6px 3px;
    font-size: 11px;
  }
  #construction-section .SelectMaterial .designBox ul li {
    width: 100%;
  }
  #construction-section .SelectMaterial.designBox ul li {
    margin-bottom: 3px;
  }
  #construction-section .form-group .other-material {
    width: 100%;
  }
  #construction-section ul.singleSub {
    width: 100%;
  }
  #construction-section ul.singleSub li {
    width: 32%;
    margin: 1px 0.5%;
  }
  #construction-section #bridgeTeeth .row {
    margin: 0 -25px;
  }
  #construction-section .bridge-suggestion,
  #construction-section .partial-suggestion {
    margin-left: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  #delivery-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #delivery-section .DelInf {
    width: 100%;
    margin-left: 0;
  }
  #delivery-section .deliveryDate {
    margin-top: 10px;
  }
  #delivery-section .deliveryDate h3 {
    font-size: 14px;
    font-weight: normal;
  }
  #delivery-section .deliveryDate ul {
    margin-top: 0;
  }
  #delivery-section .form-group {
    margin-right: 15px;
    float: left;
    width: 95.6%;
    margin-top: 0;
  }
  #delivery-section .form-group label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
  }
  #images-section .upload-images {
    margin-top: 15px;
    padding: 0 0 15px;
  }
  #images-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #images-section .images-upload {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 50px 0;
  }
  #images-section .row {
    width: 100%;
    float: left;
    margin: 0;
  }
  #images-section .row span.Images-circle {
    float: left;
    width: 50px;
    margin: 10px 0 0;
    display: block;
    height: inherit;
  }
  #images-section .row .images-file-name {
    width: 90%;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    word-wrap: break-word;
  }
  #images-section .row .file-icon {
    margin: 0;
    width: 50px;
  }
  #images-section .row .file-icon i {
    margin: 10px 0 0;
    font-size: 2em;
  }
  #sign-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #sign-section .signSend {
    margin-top: 15px;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  #sign-section .signSendbox h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #sign-section .signSendbox p {
    font-size: 13px;
  }
  #sign-section .signSendbox img {
    width: 50px;
    margin: 20px 0 30px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select {
    width: 30px;
    height: 30px;
    padding: 15px;
    bottom: 15px;
    right: -25px;
  }
  #sign-section .signSendbox .sign-with-img-icon span.right-sign-all-select:after {
    top: 6px;
    left: 5px;
    font-size: 20px;
  }
  #denthub-header #imaginary_container {
    width: 100%;
  }
  #denthub-header #menu-profile ul.dropdown-menu {
    margin: 0 -105px !important;
    top: 46px;
  }
  #denthub-header .notificationTitle {
    font-size: 15px;
  }
  #denthub-header .btn-default {
    font-size: 16px;
    margin-left: 11px;
    width: 90%;
  }
  #denthub-header #Notifications ul.dropdown-menu {
    top: 47px;
    left: 21px;
    border-top: 0;
  }
  #denthub-header #Notifications.open button:after {
    left: 21px;
    top: 21px;
  }
  #navBar .navbar-collapse {
    padding: 0;
  }
  #navBar .navbar-collapse .nav li a {
    position: relative;
    display: block;
    padding: 12px 15px 10px;
    font-size: 12px;
    width: auto;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage a {
    padding: 14px 15px 10px;
  }
  #navBar .navbar-collapse .nav li.dentist-order-manage.modify-order {
    width: auto !important;
  }
  #navBar .navbar-collapse .nav li.lab-order-manage a {
    padding: 14px 15px 10px;
  }
  #navBar .navbar-collapse .nav li.lab-order-manage:first-child a {
    width: 220px;
    padding: 14px 0 10px;
  }
  #navBar .navbar-collapse .nav li.lab-order-manage.modify-order {
    width: auto !important;
  }
  #navBar .navbar-collapse .nav li.sub-name a {
    padding: 8px 15px 6px;
  }
  #add-user-modal .check-icons i {
    text-align: center;
  }
  #remove-user-modal .check-icons i {
    text-align: center;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist h1 {
    font-size: 18px;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist h1:after,
  #order-status-view .no-padding-lr .Sent-by-dentist h1:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #order-status-view .no-padding-lr .Sent-by-dentist ul li {
    padding: 7px;
  }
  #order-list .order-list .no-padding-default .order-list-hading .font-manage {
    font-size: 14px;
    padding: 0 20px;
  }
  #order-list .order-list .no-padding-default .order-list-hading .font-manage:first-child {
    padding-left: 15px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage {
    font-size: 14px;
    padding: 0 2px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage .dentist-right {
    width: 14%;
    margin-right: 8px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage .dentist-right span {
    padding: 0 4px;
    font-size: 11px;
    top: -7px;
    right: -8px;
  }
  #order-list .order-list .no-padding-default .order-list-content .font-manage .lab-flag-icon {
    left: -3px;
    top: 5px;
  }
  #order-list .order-list .no-padding-default .order-list-content:first-child .font-manage {
    padding: 0 20px;
  }
  #order-list .order-list .order-list-box.no-padding-default {
    padding: 10px 15px;
    float: left;
    width: 100%;
  }
  #my-modal-compatible .modal-dialog {
    width: 750px;
  }
  #my-modal-compatible .modal-dialog .modal-content {
    padding: 10px 15px;
  }
  #my-modal-compatible .modal-dialog .modal-content .modal-footer .btn.btn-default {
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 5px;
  }
  #clinics,
  #users-lab,
  #users {
    margin-top: 175px;
  }
  #clinics .clinics ul li,
  #users-lab .clinics ul li,
  #users .clinics ul li,
  #clinics .users-lab ul li,
  #users-lab .users-lab ul li,
  #users .users-lab ul li,
  #clinics .users ul li,
  #users-lab .users ul li,
  #users .users ul li {
    width: 32.3%;
    margin: 0 0.5% 10px;
    min-width: 32.3%;
    max-width: 32.3%;
  }
  #clinics .clinics ul li .clinic-block h3,
  #users-lab .clinics ul li .clinic-block h3,
  #users .clinics ul li .clinic-block h3,
  #clinics .users-lab ul li .clinic-block h3,
  #users-lab .users-lab ul li .clinic-block h3,
  #users .users-lab ul li .clinic-block h3,
  #clinics .users ul li .clinic-block h3,
  #users-lab .users ul li .clinic-block h3,
  #users .users ul li .clinic-block h3 {
    margin-bottom: 10px;
  }
  #clinics .clinics ul li .clinic-block h4,
  #users-lab .clinics ul li .clinic-block h4,
  #users .clinics ul li .clinic-block h4,
  #clinics .users-lab ul li .clinic-block h4,
  #users-lab .users-lab ul li .clinic-block h4,
  #users .users-lab ul li .clinic-block h4,
  #clinics .users ul li .clinic-block h4,
  #users-lab .users ul li .clinic-block h4,
  #users .users ul li .clinic-block h4 {
    min-height: 20px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block,
  #users .clinics ul li .clinic-block .clinic-activation-block,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block,
  #users .users-lab ul li .clinic-block .clinic-activation-block,
  #clinics .users ul li .clinic-block .clinic-activation-block,
  #users-lab .users ul li .clinic-block .clinic-activation-block,
  #users .users ul li .clinic-block .clinic-activation-block {
    padding: 10px 5px;
    margin-top: 5px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active {
    font-size: 12px;
    line-height: 20px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active .round-active-clinic {
    margin-top: -1px;
  }
  #clinics .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .clinics ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users-lab ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #clinics .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users-lab .users ul li .clinic-block .clinic-activation-block .clinic-active-button a,
  #users .users ul li .clinic-block .clinic-activation-block .clinic-active-button a {
    padding: 0 5px;
    margin-top: -2px;
    float: left;
    font-size: 12px;
    margin-left: 1px;
  }
  #clinics .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .clinics ul li .clinic-block ul.multiple-check-organization li,
  #users .clinics ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #users .users-lab ul li .clinic-block ul.multiple-check-organization li,
  #clinics .users ul li .clinic-block ul.multiple-check-organization li,
  #users-lab .users ul li .clinic-block ul.multiple-check-organization li,
  #users .users ul li .clinic-block ul.multiple-check-organization li {
    min-width: 98%;
    font-size: 13px;
  }
  #connect-lab {
    margin-top: 20px;
  }
  #connect-lab .connect-lab .profile-left-section .profile-form-left-row {
    padding: 0 20px;
  }
  #connect-lab .connect-lab .profile-right-section {
    width: 100%;
    margin-right: 0;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .jobs-div {
    width: 80%;
  }
  #connect-lab .connect-lab .profile-right-section .profile-right-block-one .profile-form-right .select-days-div .jobs-div-row {
    width: 80%;
  }
  #connect-to-lab .connect-to-lab .search-box-lab input[type='button'] {
    padding: 0 25px;
  }
  #account-setting {
    margin-top: 150px;
  }
  #account-setting .account-setting .profile-left-section .profile-form-left .change-profile-picture input[type='button'] {
    bottom: 5px;
    right: 5px;
    padding: 3px 10px;
    font-size: 15px;
  }
  #account-setting .account-setting .profile-right-section {
    width: 100%;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one {
    padding: 35px 5px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row {
    margin-bottom: 25px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: 31%;
    margin: 0 1% 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order {
    margin-top: -40px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order span {
    margin-bottom: 10px;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.archive-order p {
    margin-left: 0;
  }
  #account-setting .account-setting .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.view-settings .switch-button {
    display: flex;
  }
  #account-setting .account-setting .profile-right-section .save-change-btn input[type='button'] {
    padding: 6px 20px;
    font-size: 15px;
  }
  #lab-profile {
    margin-top: 150px;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-left-section .head-profile h2 span {
    padding: 0 5px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row {
    padding: 0 10px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.document-section .document-div .document-div-right span {
    font-size: 14px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row label {
    width: 55%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section {
    width: 40%;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section input {
    width: 20%;
    font-size: 13px;
  }
  #lab-profile .lab-profile .profile-left-section .profile-form-left .profile-form-left-row.current-jobs-section .jobs-div .jobs-div-row .delivery-section span {
    width: 80%;
  }
  #lab-profile .lab-profile .profile-right-section {
    width: 100%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one {
    padding: 35px 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two {
    padding: 35px 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block {
    width: 57%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block .select-days-div .jobs-div-row {
    padding-left: 5px;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) {
    width: 40%;
  }
  #lab-profile .lab-profile .profile-right-section .profile-right-block-two .media-section .media-section-block:nth-child(2) .contact-form .contact-form-row i {
    width: 30px;
  }
  #lab-profile .lab-profile .notifications .profile-left-section .profile-form-left .profile-form-left-col .user-email .checkbox-inline p.email-noti-para {
    width: 80%;
  }
  #profile-dentist {
    margin-top: 150px;
  }
  #profile-dentist .profile-dentist .profile-left-section {
    padding-top: 20px;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-left-section .head-profile h2 span {
    padding: 0 5px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row {
    padding: 0 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row .profile-form-left-col {
    width: 100%;
    margin-bottom: 20px;
  }
  #profile-dentist .profile-dentist .profile-left-section .profile-form-left .profile-form-left-row.change-pass-div .profile-form-left-col.extra-top-margin-add {
    margin-top: -50px !important;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications {
    padding-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left:last-child {
    min-height: inherit;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left {
    padding: 0 15px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-left-section .notifications .profile-form-left .profile-form-left .profile-form-left-col .switch-button p {
    width: 76%;
  }
  #profile-dentist .profile-dentist .profile-right-section {
    width: 100%;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one {
    padding: 20px 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col {
    margin: 0;
    width: 100% !important;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button .switch.checked {
    margin-right: 8px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin .switch-button p {
    width: 78%;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive span {
    margin-bottom: 10px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-one .profile-form-right .profile-form-right-row .profile-form-right-col.default-clinic-right-col.top-margin.auto-archive p {
    margin-left: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two {
    padding: 15px 10px;
    margin-top: 15px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile {
    padding: 0;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .head-profile h2 span {
    padding: 0 5px;
    font-size: 18px;
  }
  #profile-dentist .profile-dentist .profile-right-section .profile-right-block-two .profile-form-right .profile-form-right-row .profile-form-right-col {
    width: 100%;
    max-width: inherit;
    margin: 0 0 15px;
  }
  #profile-dentist .container {
    padding: 0;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .left-detail-part {
    width: 65%;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .client-lab-detail-row .right-detail-part {
    width: 35%;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics {
    padding: 8px;
    margin-top: 5px;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul {
    width: 70%;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li {
    width: 32%;
    height: 46px;
    max-width: 100px;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul li img {
    width: 100%;
    height: auto;
    max-height: 45px;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics ul button {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload {
    width: 30%;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image {
    margin-top: 0;
  }
  #dentist-order-detail .dentist-order-detail .client-lab-detail .orders-pics .order-pic-upload .upload-image span {
    height: 35px;
    line-height: 24px;
    font-size: 13px;
  }
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-login-person .chat-front-person-chat {
    width: 80%;
  }
  #dentist-order-detail .dentist-order-detail .chat-box .chat-box-date .chat-with-box .chat-front-person .chat-front-person-chat {
    width: 80%;
  }
  #connect-to-lab {
    margin-top: 150px;
  }
  #connect-to-lab .connect-to-lab .search-box-lab input[type='button'] {
    padding: 0 15px;
    font-size: 15px;
  }
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .first-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .second-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .third-sec,
  #connect-to-lab .connect-to-lab .lab-report-section .lab-report-head .fourth-sec {
    font-size: 15px;
  }
  #connect-to-lab .connect-to-lab .pagination-center {
    margin: 0;
  }
  #connect-to-lab .connect-to-lab .pagination-center li a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .orders-pics-resend ul li {
    width: 100px;
    height: 50px;
  }
  .orders-pics-resend ul li img {
    width: 100%;
    height: 45px;
  }
  #imgModal .align-img-cross {
    width: 60%;
  }
  #imgModal img {
    width: 100%;
    height: inherit;
  }
}
@media only screen and (min-width: 2500px) {
  #navBar .nav > li.dentist-order-manage:first-child > a {
    width: 367px;
  }
  #navBar .nav > li.dentist-order-manage > a {
    height: 53px;
  }
}
.modal-dialog {
  margin-top: 70px !important;
}
datepicker a,
[datepicker] a,
.datepicker a {
  color: inherit;
  text-decoration: none;
}
datepicker a:hover,
[datepicker] a:hover,
.datepicker a:hover {
  text-decoration: none;
}
datepicker select,
datepicker select:focus,
datepicker select:hover,
.datepicker select,
.datepicker select:focus,
.datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover {
  width: 100%;
  overflow: hidden;
  background: none;
  color: #fff;
  background-color: #138EFA;
  border-radius: 2px;
  border: 0;
  margin-top: 5px;
}
datepicker,
.datepicker,
[datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  float: left;
  clear: right;
  position: relative;
}
._720kb-datepicker-calendar {
  background: white;
  color: #333;
  position: absolute;
  z-index: 999;
  min-width: 220px;
  margin: 0 auto;
  width: 101%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  visibility: hidden;
  overflow: hidden;
  margin-left: -0.5%;
  padding: 0 0 2% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar._720kb-datepicker-open,
._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
  visibility: visible;
}
._720kb-datepicker-calendar-header {
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #105c9d;
}
._720kb-datepicker-calendar-header:nth-child(even) {
  background: #105c9d;
}
._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
  width: 15%;
  float: left;
}
._720kb-datepicker-calendar-header-middle {
  width: 70%;
}
._720kb-datepicker-calendar-header-closed-pagination::after {
  content: " \25BE";
}
._720kb-datepicker-calendar-header-opened-pagination::after {
  content: " \25BE";
  margin-left: 4px;
  position: relative;
  bottom: -3px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._720kb-datepicker-calendar-body {
  width: 96%;
  margin: 2%;
  text-align: center;
}
._720kb-datepicker-calendar-day {
  cursor: pointer;
  font-size: 12.5px;
  width: 12.2%;
  margin: 5px 1%;
  padding: 1.5% 0;
  float: left;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background: rgba(0, 0, 0, 0.03);
}
._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
  text-decoration: none;
  padding: 3% 9% 4% 9%;
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
._720kb-datepicker-calendar-header a:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-month {
  color: #fff;
}
._720kb-datepicker-calendar-month span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
._720kb-datepicker-calendar-month a span i {
  font-style: normal;
  font-size: 15px;
}
._720kb-datepicker-calendar-month a,
._720kb-datepicker-calendar-month a:hover {
  padding: 3px;
  margin-left: 1%;
}
._720kb-datepicker-calendar-years-pagination {
  padding: 2% 0 0 0;
  float: left;
  clear: right;
  width: 100%;
}
._720kb-datepicker-calendar-years-pagination a,
._720kb-datepicker-calendar-years-pagination a:hover {
  font-size: 12px;
  padding: 0 7px;
  font-weight: normal;
  margin: 3px 1% 0 1%;
  line-height: 20px;
  display: inline-block;
}
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.45);
}
._720kb-datepicker-calendar-years-pagination-pages a,
._720kb-datepicker-calendar-years-pagination-pages a:hover {
  padding: 5px 10px;
}
._720kb-datepicker-calendar-days-header {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0 2%;
  background: rgba(19, 142, 250, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
._720kb-datepicker-calendar-days-header div {
  width: 14.18%;
  font-weight: 500;
  font-size: 11.5px;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
  font-size: 18.5px;
  position: relative;
  bottom: -0.5px;
}
._720kb-datepicker-default-button {
  padding: 0 4.5px;
}
._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
  width: 95%;
  float: none;
  margin: 0 auto;
}
._720kb-datepicker-item-hidden {
  visibility: hidden;
}
._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(25, 2, 0, 0.02);
  cursor: default;
}
a._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
  background-color: #ffb5b6 !important;
}
a._720kb-datepicker-calendar-day._720kb-datepicker-active {
  background-color: #6ed803 !important;
}
.hide-date {
  opacity: 0;
}
@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Styles for old versions of IE */
.btn-spinner {
  font-family: sans-serif;
  font-weight: 100;
}
/* :not(:required) hides this rule from IE9 and below */
.btn-spinner:not(:required) {
  -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 3px solid #bdbdbd;
  border-right-color: transparent;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
}
.btn-spinner:not(:required) {
  margin-left: -22px;
  opacity: 0;
  transition: 0.4s margin ease-out, 0.2s opacity ease-out;
}
.is-loading .btn-spinner {
  transition: 0.2s margin ease-in, 0.4s opacity ease-in;
  margin-left: 5px;
  opacity: 1;
}
#manage-actions {
  width: 100%;
  float: left;
}
#manage-actions .container {
  margin-top: 180px;
  padding-bottom: 50px;
  background: #fff;
}
#manage-actions .manage-actions {
  width: 100%;
  float: left;
}
#manage-actions .manage-actions .actions-header {
  width: 100%;
  float: left;
  padding: 40px 20px 5px;
  border-bottom: solid 2px #4a4a4a;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
}
#manage-actions .manage-actions .categories-section {
  width: 100%;
  float: left;
}
#manage-actions .manage-actions .categories-section .section-header {
  width: 100%;
  float: left;
  padding: 40px 20px 5px;
  color: #1f2532;
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 2px #1f2532;
}
#manage-actions .manage-actions .categories-section .category-section-block {
  width: 100%;
  float: left;
}
#manage-actions .manage-actions .categories-section .category-section-block h4 {
  width: auto;
  float: left;
  padding: 5px 25px;
  margin: 20px 20px 5px 5px;
  color: #1f2532;
  font-weight: 600;
  line-height: 39px;
}
#manage-actions .manage-actions .categories-section .category-section-block ul {
  width: auto;
  float: left;
  margin-top: 15px;
}
#manage-actions .manage-actions .categories-section .category-section-block ul li {
  width: auto;
  float: left;
  padding: 5px 50px;
  margin: 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  font-weight: 600;
  cursor: pointer;
}
#manage-actions .manage-actions .categories-section .category-section-block ul li.sub-category-text {
  color: #fff;
}
#manage-actions .manage-actions .categories-section .category-section-block button {
  width: auto;
  float: left;
  padding: 5px 50px;
  margin: 20px 5px 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
}
#manage-actions .manage-actions .categories-section .category-section-block .main-category-list {
  width: 100%;
  float: left;
}
#manage-actions .manage-actions .categories-section .category-section-block .main-category-list .main-category-list-item {
  width: 100%;
  float: left;
}
#manage-actions .manage-actions .categories-section .manage-action-filter {
  width: 100%;
  float: left;
  margin: 15px 0;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-dropdown {
  width: 15%;
  float: left;
  margin-right: 2%;
  text-align: center;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-dropdown label {
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: 31px;
  margin: 0;
  font-size: 14px;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-dropdown select {
  width: 100%;
  float: left;
  padding: 5px 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #979797;
  font-size: 14px;
  background: #dcdada;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input {
  width: 65%;
  float: left;
  margin-top: 31px;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input input {
  width: 72%;
  float: left;
  padding: 3px 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #979797;
  font-size: 14px;
  margin-right: 2%;
  background: #dcdada;
  height: 31px;
}
#manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input button {
  width: auto;
  float: right;
  padding: 1px 30px;
  margin: 0 5px 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: none;
  font-weight: 600;
}
#manage-actions .manage-actions .categories-section .action-data-table {
  width: 100%;
  float: left;
  background: #eee;
  margin: 15px 0;
}
#manage-actions .manage-actions .categories-section .action-data-table p {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 11px;
  padding: 5px 10px;
}
#manage-actions .manage-actions .categories-section .action-data-table p span {
  color: #d0021b;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title {
  width: 100%;
  float: left;
  margin-top: 60px;
  border-bottom: solid 1px #dcdada;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label {
  width: 10%;
  float: left;
  font-size: 12px;
  color: #1f2532;
  font-weight: 600;
  margin-bottom: 0;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(2) {
  width: 20%;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.rotate-90 {
  width: 1%;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.extra-width {
  width: 4%;
  margin: -17px 0;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.check-this,
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.not-check-this {
  width: 1%;
  margin-left: 5px;
  margin-right: 5px;
  text-overflow: clip !important;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.color-red-sign {
  color: #d0021b;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:first-child {
  padding-left: 10px;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(3),
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(4),
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(5) {
  text-align: center;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title.table-body {
  margin-top: 0;
  border-bottom: 0;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 0;
  border-bottom: solid 1px #dcdada;
  cursor: pointer;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content label {
  font-weight: 400;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content label:first-child {
  padding-left: 10px;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content label.extra-width {
  margin: 0;
  width: 4%;
  text-align: center;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content label.extra-width span {
  width: 100%;
  float: left;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#manage-actions .manage-actions .categories-section .action-data-table .table-head-title .table-body-content label a {
  width: 60px;
  float: right;
  color: #105c9d;
  border: solid 1px #105c9d;
  text-align: center;
}
#main-category-modal .modal-dialog,
#sub-category-modal .modal-dialog,
#material-group-modal .modal-dialog,
#add-action-modal .modal-dialog,
#add-role-modal .modal-dialog,
#material-price-diff-modal .modal-dialog,
#add-material-list-modal .modal-dialog,
#add-action-list-modal .modal-dialog,
#add-category-modal .modal-dialog,
#upload-modal .modal-dialog {
  width: 420px;
}
#main-category-modal .modal-dialog .modal-content,
#sub-category-modal .modal-dialog .modal-content,
#material-group-modal .modal-dialog .modal-content,
#add-action-modal .modal-dialog .modal-content,
#add-role-modal .modal-dialog .modal-content,
#material-price-diff-modal .modal-dialog .modal-content,
#add-material-list-modal .modal-dialog .modal-content,
#add-action-list-modal .modal-dialog .modal-content,
#add-category-modal .modal-dialog .modal-content,
#upload-modal .modal-dialog .modal-content {
  padding: 20px 40px 0 40px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#main-category-modal .modal-dialog .modal-content .modal-header,
#sub-category-modal .modal-dialog .modal-content .modal-header,
#material-group-modal .modal-dialog .modal-content .modal-header,
#add-action-modal .modal-dialog .modal-content .modal-header,
#add-role-modal .modal-dialog .modal-content .modal-header,
#material-price-diff-modal .modal-dialog .modal-content .modal-header,
#add-material-list-modal .modal-dialog .modal-content .modal-header,
#add-action-list-modal .modal-dialog .modal-content .modal-header,
#add-category-modal .modal-dialog .modal-content .modal-header,
#upload-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}
#main-category-modal .modal-dialog .modal-content .modal-header .close,
#sub-category-modal .modal-dialog .modal-content .modal-header .close,
#material-group-modal .modal-dialog .modal-content .modal-header .close,
#add-action-modal .modal-dialog .modal-content .modal-header .close,
#add-role-modal .modal-dialog .modal-content .modal-header .close,
#material-price-diff-modal .modal-dialog .modal-content .modal-header .close,
#add-material-list-modal .modal-dialog .modal-content .modal-header .close,
#add-action-list-modal .modal-dialog .modal-content .modal-header .close,
#add-category-modal .modal-dialog .modal-content .modal-header .close,
#upload-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  font-size: 30px;
  margin: -15px -25px;
}
#main-category-modal .modal-dialog .modal-content .modal-header .close:focus,
#sub-category-modal .modal-dialog .modal-content .modal-header .close:focus,
#material-group-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-action-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-role-modal .modal-dialog .modal-content .modal-header .close:focus,
#material-price-diff-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-material-list-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-action-list-modal .modal-dialog .modal-content .modal-header .close:focus,
#add-category-modal .modal-dialog .modal-content .modal-header .close:focus,
#upload-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
#main-category-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#sub-category-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#material-group-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-action-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-role-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#material-price-diff-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-material-list-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-action-list-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#add-category-modal .modal-dialog .modal-content .modal-header h4.modal-title,
#upload-modal .modal-dialog .modal-content .modal-header h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #105c9d;
  margin-bottom: 0;
}
#main-category-modal .modal-dialog .modal-content .modal-body,
#sub-category-modal .modal-dialog .modal-content .modal-body,
#material-group-modal .modal-dialog .modal-content .modal-body,
#add-action-modal .modal-dialog .modal-content .modal-body,
#add-role-modal .modal-dialog .modal-content .modal-body,
#material-price-diff-modal .modal-dialog .modal-content .modal-body,
#add-material-list-modal .modal-dialog .modal-content .modal-body,
#add-action-list-modal .modal-dialog .modal-content .modal-body,
#add-category-modal .modal-dialog .modal-content .modal-body,
#upload-modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 20px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form {
  width: 100%;
  float: left;
  margin: 10px 0;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form #instruction-textarea {
  width: 100%;
  padding: 70px 5px 50px;
  text-align: center;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form input,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form input {
  text-align: center;
  margin: 0;
  width: 100%;
  float: left;
  line-height: 30px;
  height: 36px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content {
  text-align: right;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label {
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select {
  width: 100px;
  float: right;
  padding: 5px 0;
  margin-left: 8px;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #a5a3a3;
  font-size: 14px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content input {
  width: 150px;
  float: right;
  padding: 0;
  line-height: 29px;
  height: 35px;
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #a5a3a3;
  font-size: 14px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul {
  width: 150px;
  float: right;
  margin-right: -22px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li {
  width: 100%;
  float: left;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input {
  width: 120px;
  float: left;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li i {
  float: right;
  margin-top: 10px;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn {
  width: 100%;
  float: left;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button {
  border-radius: 0;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 20px;
  color: #105c9d;
  float: right;
  background: none;
}
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:hover,
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button:focus,
#main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#add-role-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#add-material-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#add-action-list-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#add-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close,
#upload-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content .manage-add-btn button.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#main-category-modal .modal-dialog .modal-content .modal-footer,
#sub-category-modal .modal-dialog .modal-content .modal-footer,
#material-group-modal .modal-dialog .modal-content .modal-footer,
#add-action-modal .modal-dialog .modal-content .modal-footer,
#add-role-modal .modal-dialog .modal-content .modal-footer,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer,
#add-material-list-modal .modal-dialog .modal-content .modal-footer,
#add-action-list-modal .modal-dialog .modal-content .modal-footer,
#add-category-modal .modal-dialog .modal-content .modal-footer,
#upload-modal .modal-dialog .modal-content .modal-footer {
  width: 100%;
  float: left;
  border: 0;
  padding: 5px 30px 30px;
}
#main-category-modal .modal-dialog .modal-content .modal-footer button,
#sub-category-modal .modal-dialog .modal-content .modal-footer button,
#material-group-modal .modal-dialog .modal-content .modal-footer button,
#add-action-modal .modal-dialog .modal-content .modal-footer button,
#add-role-modal .modal-dialog .modal-content .modal-footer button,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button,
#add-category-modal .modal-dialog .modal-content .modal-footer button,
#upload-modal .modal-dialog .modal-content .modal-footer button {
  border-radius: 0;
  border: solid 1px #105c9d;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 5px 20px;
  color: #105c9d;
  float: left;
}
#main-category-modal .modal-dialog .modal-content .modal-footer button:hover,
#sub-category-modal .modal-dialog .modal-content .modal-footer button:hover,
#material-group-modal .modal-dialog .modal-content .modal-footer button:hover,
#add-action-modal .modal-dialog .modal-content .modal-footer button:hover,
#add-role-modal .modal-dialog .modal-content .modal-footer button:hover,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button:hover,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button:hover,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button:hover,
#add-category-modal .modal-dialog .modal-content .modal-footer button:hover,
#upload-modal .modal-dialog .modal-content .modal-footer button:hover,
#main-category-modal .modal-dialog .modal-content .modal-footer button:focus,
#sub-category-modal .modal-dialog .modal-content .modal-footer button:focus,
#material-group-modal .modal-dialog .modal-content .modal-footer button:focus,
#add-action-modal .modal-dialog .modal-content .modal-footer button:focus,
#add-role-modal .modal-dialog .modal-content .modal-footer button:focus,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button:focus,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button:focus,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button:focus,
#add-category-modal .modal-dialog .modal-content .modal-footer button:focus,
#upload-modal .modal-dialog .modal-content .modal-footer button:focus,
#main-category-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#sub-category-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#material-group-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#add-action-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#add-role-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#add-category-modal .modal-dialog .modal-content .modal-footer button.active-tab-close,
#upload-modal .modal-dialog .modal-content .modal-footer button.active-tab-close {
  background: #105c9d;
  color: #fff;
}
#main-category-modal .modal-dialog .modal-content .modal-footer button i,
#sub-category-modal .modal-dialog .modal-content .modal-footer button i,
#material-group-modal .modal-dialog .modal-content .modal-footer button i,
#add-action-modal .modal-dialog .modal-content .modal-footer button i,
#add-role-modal .modal-dialog .modal-content .modal-footer button i,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button i,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button i,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button i,
#add-category-modal .modal-dialog .modal-content .modal-footer button i,
#upload-modal .modal-dialog .modal-content .modal-footer button i {
  float: left;
  margin: 2px 10px 2px 0;
}
#main-category-modal .modal-dialog .modal-content .modal-footer button + button,
#sub-category-modal .modal-dialog .modal-content .modal-footer button + button,
#material-group-modal .modal-dialog .modal-content .modal-footer button + button,
#add-action-modal .modal-dialog .modal-content .modal-footer button + button,
#add-role-modal .modal-dialog .modal-content .modal-footer button + button,
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button + button,
#add-material-list-modal .modal-dialog .modal-content .modal-footer button + button,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button + button,
#add-category-modal .modal-dialog .modal-content .modal-footer button + button,
#upload-modal .modal-dialog .modal-content .modal-footer button + button {
  float: right;
}
#add-material-list-modal .modal-dialog,
#add-action-list-modal .modal-dialog,
#upload-modal .modal-dialog {
  width: 900px;
}
#add-material-list-modal .modal-dialog .modal-content .modal-footer button,
#add-action-list-modal .modal-dialog .modal-content .modal-footer button,
#upload-modal .modal-dialog .modal-content .modal-footer button {
  float: right;
}
#add-action-modal .modal-dialog {
  width: 700px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .action-no-name {
  width: 100%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .action-no-name input {
  width: 15%;
  float: left;
  border: solid 1px #dcdada;
  min-height: 32px;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .action-no-name input + input {
  width: 83%;
  margin-left: 2%;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform {
  width: 100%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section {
  width: 32%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division {
  width: 100%;
  float: left;
  margin-top: 25px;
  text-align: center;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division label {
  width: 100%;
  float: left;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
  font-size: 14px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division select {
  width: 100%;
  float: left;
  padding: 5px 0;
  margin-left: 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #a5a3a3;
  font-size: 14px;
  background: #eee;
  border-radius: 3px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .several-options {
  margin: 0;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent {
  width: 100%;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent button.dropdown-toggle {
  width: 100%;
  float: left;
  padding: 5px 6px;
  margin-left: 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #a5a3a3;
  font-size: 14px;
  background: #eee;
  border-radius: 3px;
  box-shadow: none;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent button.dropdown-toggle .caret {
  float: right;
  margin-top: 8px;
  border-top: 6px dashed;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #eee;
  border-radius: 0;
  max-height: 40vh;
  z-index: 10;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-track {
  background-color: #ccc;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form::-webkit-scrollbar-thumb {
  background-color: #105c9d;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
  color: #105c9d;
  font-weight: 600;
  cursor: pointer;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(1),
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(2) {
  width: 50%;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(1) a,
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(2) a {
  padding: 8px 0;
  font-size: 12px;
  width: 100%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li:nth-child(3) {
  display: none;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a {
  width: 100%;
  float: left;
  white-space: inherit;
  padding: 8px 20px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox {
  margin: 0;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label {
  display: flex;
  align-items: center;
  padding: 0;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:not(:checked) {
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  outline: none;
  -webkit-appearance: inherit;
  padding: 10px;
  position: static;
  cursor: pointer;
  display: inline;
  border-radius: 3px;
  background: #fff;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:checked {
  margin: 0 20px 0 0;
  border: 1px solid #105c9d;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 10px;
  display: inline;
  background: #105c9d;
  border-radius: 3px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a .checkbox label input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 12px;
  color: #fff;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:hover {
  color: #105c9d;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li a:focus {
  outline: none;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division .multiselect-parent ul.dropdown-menu.dropdown-menu-form li.active a {
  background: #ddd;
  color: #000;
  padding: 8px 20px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section {
  width: 65%;
  float: right;
  margin-top: 20px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .head-part {
  width: 100%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .head-part h4 {
  width: 40%;
  float: left;
  opacity: 0;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .head-part h4 + h4 {
  width: 30%;
  float: left;
  text-align: center;
  opacity: 1;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part {
  width: 100%;
  float: left;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li h4 {
  width: 40%;
  float: left;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  text-align: right;
  line-height: 24px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check {
  width: 30%;
  float: left;
  text-align: center;
  display: inline-block;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check label {
  float: none;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check select {
  width: 65%;
  float: left;
  border: solid 1px #dcdada;
  min-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  margin-left: 45px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check select:disabled {
  opacity: 0.5;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check input[type="text"] {
  width: 160%;
  float: left;
  border: solid 1px #dcdada;
  min-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 35px;
  margin-left: 45px;
}
#add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li.extra-margin-35 {
  margin-top: 35px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.create-area-check label.checkbox-style {
  width: 24px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  height: 24px;
  display: inline-block;
  margin: 0;
}
.create-area-check label.checkbox-style label {
  color: #1f2532 !important;
  margin-left: 0 !important;
  font-weight: 400;
}
.create-area-check label.checkbox-style input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.create-area-check label.checkbox-style input[type="checkbox"] label {
  color: #1f2532 !important;
  margin-left: 0 !important;
  font-weight: 400;
}
.create-area-check label.checkbox-style input[type="checkbox"] input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.create-area-check label.checkbox-style input[type="checkbox"] input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  float: left;
}
.create-area-check label.checkbox-style input[type="checkbox"] input[type="checkbox"] + label:after {
  width: 23px;
  height: 23px;
  content: '';
  border: solid 2px #4a4a4a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 3px;
}
.create-area-check label.checkbox-style input[type="checkbox"] input[type="checkbox"]:checked + label:after {
  border-color: #105c9d;
}
.create-area-check label.checkbox-style input[type="checkbox"] input[type="checkbox"]:checked + label:before {
  content: '\2714';
  font-size: 14px;
  text-align: center;
  color: #fff !important;
  background: #105c9d;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  border-radius: 3px;
  z-index: 10;
}
@media (max-width: 767px) {
  #manage-actions .container {
    margin-top: 10px;
    padding: 0;
  }
  #manage-actions .manage-actions .actions-header {
    padding: 10px 0 5px;
    font-size: 15px;
  }
  #manage-actions .manage-actions .categories-section .section-header {
    padding: 10px 0 0;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .section-header + div {
    padding: 0;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul {
    margin-top: 2px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul li {
    padding: 0 5px;
    margin: 2px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block h4 {
    padding: 0 3px;
    margin: 4px 2px 0 0;
    line-height: 22px;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block button {
    padding: 0 5px;
    margin: 4px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-dropdown {
    width: 48%;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-dropdown select {
    padding: 3px 0;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input {
    width: 100%;
    margin-top: 4px;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input input {
    padding: 2px 0;
    font-size: 12px;
    height: 31px;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input button {
    padding: 1px 7px 0;
    margin: 0 5px 5px;
    font-size: 14px;
    float: right;
  }
  #manage-actions .manage-actions .categories-section .action-data-table {
    overflow-x: scroll;
  }
  #manage-actions .manage-actions .categories-section .action-data-table p {
    text-align: left;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-scroll-mobile {
    width: 1169px;
  }
  #main-category-modal .modal-dialog,
  #sub-category-modal .modal-dialog,
  #material-group-modal .modal-dialog,
  #add-action-modal .modal-dialog {
    width: 300px;
    margin: 10px auto;
  }
  #main-category-modal .modal-dialog .modal-content,
  #sub-category-modal .modal-dialog .modal-content,
  #material-group-modal .modal-dialog .modal-content,
  #add-action-modal .modal-dialog .modal-content {
    padding: 15px 30px 0 30px;
  }
  #main-category-modal .modal-dialog .modal-content .modal-body,
  #sub-category-modal .modal-dialog .modal-content .modal-body,
  #material-group-modal .modal-dialog .modal-content .modal-body,
  #add-action-modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0;
  }
  #main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
  #sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
  #material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content,
  #add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content {
    text-align: center;
  }
  #main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
  #sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
  #material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
  #add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content label,
  #main-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
  #sub-category-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
  #material-group-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select,
  #add-action-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content select {
    width: 100%;
    float: left;
    margin: 0;
  }
  #main-category-modal .modal-dialog .modal-content .modal-footer,
  #sub-category-modal .modal-dialog .modal-content .modal-footer,
  #material-group-modal .modal-dialog .modal-content .modal-footer,
  #add-action-modal .modal-dialog .modal-content .modal-footer {
    padding: 5px 5px 20px;
  }
  #add-action-modal .modal-dialog .modal-content {
    padding: 15px 10px 0 10px;
  }
  #add-action-modal .modal-dialog .modal-content .modal-header .close {
    margin: -15px -5px;
  }
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section,
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section {
    width: 100%;
  }
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .cat-division select,
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .cat-division select {
    margin-left: 0;
  }
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .body-part .repeat-box-li .create-area-check input[type="text"],
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check input[type="text"] {
    margin-left: 15px;
  }
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .left-cat-section .body-part .repeat-box-li .create-area-check input[type="number"],
  #add-action-modal .modal-dialog .modal-content .modal-body .cat-action-perform .right-cat-section .body-part .repeat-box-li .create-area-check input[type="number"] {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #manage-actions .container {
    margin-top: 150px;
    padding: 0;
  }
  #manage-actions .manage-actions .actions-header {
    padding: 10px 0 5px;
    font-size: 15px;
  }
  #manage-actions .manage-actions .categories-section .section-header {
    padding: 10px 0 0;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .section-header + div {
    padding: 0;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul {
    margin-top: 2px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul li {
    padding: 0 5px;
    margin: 2px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block h4 {
    padding: 0 3px;
    margin: 4px 2px 0 0;
    line-height: 22px;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block button {
    padding: 0 5px;
    margin: 4px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input button {
    padding: 1px 30px;
  }
  #manage-actions .manage-actions .categories-section .action-data-table p {
    text-align: left;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label a {
    width: 40px !important;
    float: right !important;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(2) {
    width: 13%;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.check-this {
    font-size: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  #manage-actions .container {
    margin-top: 150px;
    padding: 0;
  }
  #manage-actions .manage-actions .actions-header {
    padding: 10px 0 5px;
    font-size: 15px;
  }
  #manage-actions .manage-actions .categories-section .section-header {
    padding: 10px 0 0;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .section-header + div {
    padding: 0;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul {
    margin-top: 2px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block ul li {
    padding: 0 5px;
    margin: 2px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block h4 {
    padding: 0 3px;
    margin: 4px 2px 0 0;
    line-height: 22px;
    font-size: 14px;
  }
  #manage-actions .manage-actions .categories-section .category-section-block button {
    padding: 0 5px;
    margin: 4px;
    font-weight: 400;
    font-size: 12px;
  }
  #manage-actions .manage-actions .categories-section .manage-action-filter .category-search-input button {
    padding: 1px 30px;
  }
  #manage-actions .manage-actions .categories-section .action-data-table p {
    text-align: left;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label a {
    width: 40px !important;
    float: right !important;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label:nth-child(2) {
    width: 16%;
  }
  #manage-actions .manage-actions .categories-section .action-data-table .table-head-title label.check-this {
    font-size: 8px;
  }
}
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul {
  width: 150px;
  float: left;
  margin-right: 0;
  text-align: center;
}
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li span,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form > span,
#material-price-diff-modal .modal-dialog .modal-content .modal-body .add-clinic-form.select-content ul li input {
  width: 100%;
  float: left;
  border: solid 1px #bab9b9;
  margin-bottom: 5px;
  line-height: 33px;
  text-align: center;
  color: #bab9b9;
  font-weight: 300;
}
#material-price-diff-modal .modal-dialog .modal-content .modal-footer button {
  float: right;
}
.subcategory-input-margin {
  margin: 6px 0 30px;
}
.sub-category-sec {
  margin-left: 0;
}
.sub-category-checkbox input {
  width: 100%;
  float: left;
  background: #eee;
  text-align: center;
  border: solid 1px #a9a7a7;
}
.sub-category-checkbox i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
}
.sub-category-dropdown-menu {
  top: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sub-category-dropdown-menu li {
  cursor: pointer;
}
.sub-category-dropdown-menu li .checkbox-style {
  padding: 10px 20px;
  width: 100%;
  background: #eee;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.sub-category-dropdown-menu li:hover label.checkbox-style label {
  cursor: pointer;
  color: #105c9d !important;
}
.font-14 {
  font-size: 14px;
}
#reports {
  width: 100%;
  float: left;
}
#reports .container {
  margin-top: 150px;
  padding-bottom: 50px;
  background: #fff;
}
#reports .report-separator {
  width: 100%;
  float: left;
  padding: 40px 20px 5px;
  border-bottom: solid 2px #4a4a4a;
}
#reports .report-data-placeholder {
  width: 100%;
  float: left;
}
#reports .report-data-placeholder p {
  padding: 15px 15px 15px;
  background: #eee;
}
#reports span.spinner {
  position: absolute;
  top: 250px;
  left: 50%;
}
#reports .report-container {
  width: 100%;
  float: left;
}
#reports .report-container .report-header {
  width: 100%;
  float: left;
  padding: 40px 20px 5px;
  border-bottom: solid 2px #4a4a4a;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
}
#reports .report-container .report-data-header {
  width: 100%;
  float: left;
  padding: 10px 20px 10px;
  background: #eee;
}
#reports .report-container .report-data-header h1 {
  padding: 40px 20px 5px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}
#reports .report-container .report-data-header button {
  float: right;
  width: auto;
  padding: 1px 30px;
  margin: 35px 20px 5px;
  border: solid 1px #1f2532;
  color: #1f2532;
  background: #fff;
  font-weight: 600;
}
#reports .report-container .report-data-row {
  width: 100%;
  float: left;
  padding: 10px 20px 10px;
  border-bottom: solid 1px #dcdada;
}
#reports .report-container .report-data-row-heading {
  width: 100%;
  float: left;
  background: #eee;
  padding: 10px 20px;
}
#reports .report-container .report-data-row-heading.scroll-auto {
  padding: 0;
  overflow-x: auto;
  background: #eee;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex span {
  min-width: 200px;
  float: left;
  padding: 10px 20px;
  max-width: 200px;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex.bg-change-white {
  background: #fff;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex.bg-change-white span {
  background: #fff;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex.bg-change-white:nth-child(2n) {
  background: #eee;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex.bg-change-white:nth-child(2n) span {
  background: #eee;
}
#reports .report-container .report-data-row-heading.scroll-auto .display-flex.report-data-row {
  padding: 0;
}
#reports .report-container .report-data-row-heading.scroll-auto .vertical-scroll-auto {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
}
#reports .report-container .report-data-row-heading.scroll-auto .full-white-space + .vertical-scroll-auto {
  width: 100%;
}
#reports .report-container .report-options-section {
  width: 100%;
  float: left;
}
#reports .report-container .report-options-section .report-option-row {
  width: 100%;
  float: left;
  margin: 15px 0;
}
#reports .report-container .report-options-section .report-option-row .report-option {
  width: 100%;
  float: left;
  margin-right: 2%;
}
#reports .report-container .report-options-section .report-option-row .report-option label {
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: 31px;
  margin: 0;
  font-size: 16px;
}
#reports .report-container .report-options-section .report-option-row .report-option select {
  width: 100%;
  float: left;
  height: 2em;
  padding: 5px 0;
  text-align: center;
  border: solid 1px #a5a3a3;
  color: #979797;
  font-size: 16px;
  background: #fff;
}
#reports .report-container .report-options-section .report-option-row .report-option button {
  width: auto;
  padding: 1px 30px;
  margin: 16% 5px 5px;
  border: solid 1px #1f2532;
  color: #fff;
  background: #1f2532;
  font-weight: 600;
}
#reports .report-container .report-options-section .report-option-row .report-option input {
  width: 100%;
  float: left;
  text-align: left;
  border-radius: 4px 4px 4px;
  border: solid 1px #a5a3a3;
  color: #979797;
  font-size: 16px;
  background: #fff;
  padding-left: 5px;
}
#reports .report-container .report-options-section .action-data-table {
  width: 100%;
  float: left;
  background: #eee;
  margin: 15px 0;
}
#reports .report-container .report-options-section .action-data-table p {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 11px;
  padding: 5px 10px;
}
#reports .report-container .report-options-section .action-data-table p span {
  color: #d0021b;
}
#reports .report-container .report-options-section .action-data-table .table-head-title {
  width: 100%;
  float: left;
  margin-top: 60px;
  border-bottom: solid 1px #dcdada;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label {
  width: 10%;
  float: left;
  font-size: 12px;
  color: #1f2532;
  font-weight: 600;
  margin-bottom: 0;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label:nth-child(2) {
  width: 22%;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label.rotate-90 {
  width: 1%;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label.extra-width {
  width: 4%;
  margin: -17px 0;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label.check-this,
#reports .report-container .report-options-section .action-data-table .table-head-title label.not-check-this {
  width: 1%;
  margin-left: 5px;
  margin-right: 5px;
  text-overflow: clip !important;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label.color-red-sign {
  color: #d0021b;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label:first-child {
  padding-left: 10px;
}
#reports .report-container .report-options-section .action-data-table .table-head-title label:nth-child(3),
#reports .report-container .report-options-section .action-data-table .table-head-title label:nth-child(4),
#reports .report-container .report-options-section .action-data-table .table-head-title label:nth-child(5) {
  text-align: center;
}
#reports .report-container .report-options-section .action-data-table .table-head-title.table-body {
  margin-top: 0;
  border-bottom: 0;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 0;
  border-bottom: solid 1px #dcdada;
  cursor: pointer;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content label {
  font-weight: 400;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content label:first-child {
  padding-left: 10px;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content label.extra-width {
  margin: 0;
  width: 4%;
  text-align: center;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content label.extra-width span {
  width: 100%;
  float: left;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#reports .report-container .report-options-section .action-data-table .table-head-title .table-body-content label a {
  width: 60px;
  float: right;
  color: #105c9d;
  border: solid 1px #105c9d;
  text-align: center;
}
.display-flex {
  display: flex;
}
#reports select,
#reports input {
  background: #ffffff;
  border: solid 1px #a5a3a3;
  border-radius: 0 !important;
  height: 33px !important;
  color: #929090 !important;
  font-size: 14px !important;
  padding-left: 15px !important;
}
#reports input::placeholder {
  color: #929090 !important;
  font-size: 14px !important;
}
#reports .status-filter h3 {
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: 31px;
  margin: 0;
  font-size: 16px;
}
#reports .status-filter .several-options {
  margin: 0 0 15px;
}
#reports .createBtn {
  margin-top: -25px;
}
#reports .report-description-icon {
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  border: solid 2px #105c9d;
  border-radius: 50%;
  margin-right: 5px;
  color: #105c9d;
  cursor: pointer;
  margin-top: -23px;
  font-size: 11px;
}
.construction-pointer {
  cursor: pointer;
}
#construction-section.order-two-part .SearchPatient.newConstructionType {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
#construction-section.order-two-part .SearchPatient.newConstructionType ul {
  float: none;
  width: auto;
  display: inline-block;
  margin-top: 15px;
}
#construction-section.order-two-part .SearchPatient.newConstructionType span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0;
}
#construction-section.order-two-part .SearchPatient.newConstructionType li {
  float: left;
  width: auto;
  text-align: center;
  border: solid 0 #105c9d;
  height: 32px;
  margin: 0 10px 5px;
}
#construction-section.order-two-part .SearchPatient.newConstructionType li a {
  color: #105c9d;
  border: solid 1px #105c9d;
  padding: 0;
  font-size: 16px;
  min-width: 150px;
}
#construction-section.order-two-part .SearchPatient.newConstructionType li.active a {
  font-weight: bold;
  background-color: #1f2532;
  width: 100%;
  float: left;
  color: #fff;
}
#construction-section.order-two-part .right-sec-head .btn-default {
  font-size: 22px;
  border: 0;
  padding-right: 0;
  color: #000;
}
#construction-section.order-two-part .right-sec-head .btn-default:hover {
  background: none;
  color: #000;
}
#construction-section.order-two-part .align-btn .required-field {
  margin-top: -40px;
  position: static !important;
}
#construction-section.order-two-part .align-btn button {
  width: 120px;
  float: right;
  border: solid 1px #105c9d;
  line-height: 32px;
  color: #105c9d;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 1;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
#construction-section.order-two-part .align-btn button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#construction-section.order-two-part .SelectMaterial p.red-astrix-mark,
.color-sampling-radio p.red-astrix-mark {
  margin: 0;
  line-height: 16px;
}
#construction-section.order-two-part .SelectMaterial.remove-margin-top {
  margin-top: 0;
}
#construction-section ul.singleSub-odr-2 {
  float: none;
  width: auto;
  margin-top: 5px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
#construction-section ul.singleSub-odr-2 li {
  margin: 0 10px 5px;
  width: auto;
  min-width: 150px;
}
#construction-section ul.singleSub-odr-2 li a {
  /*border: solid 1px @sky-start-dark !important;*/
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 4px;
  font-size: 14px;
}
#construction-section ul.singleSub-odr-2 li.active a {
  box-shadow: 0 2px 2px rgba(8, 8, 8, 0.66);
  font-weight: bold !important;
}
#construction-section.order-two-part h1 {
  color: inherit;
}
#construction-section .manage-flex-boxes .SelectMaterial.designBox.img-width-change ul {
  margin-top: 1px;
}
#construction-section .manage-flex-boxes .SelectMaterial.designBox.img-width-change ul li {
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}
#construction-section .manage-flex-boxes .SelectMaterial.designBox.img-width-change ul li a {
  padding: 6px 10px;
  height: 36px;
}
#construction-section .SelectMaterial.colorBox ul li.orthColorSelect select {
  padding: 8.5px 0;
}
#construction-section.order-two-part .clickonBoth {
  width: 80%;
  margin-left: 10%;
}
.manage-div-smooth {
  width: 100%;
  float: left;
}
/*Constructions css*/
#construction-section {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#construction-section.simple-order-section {
  margin-top: 0;
}
@media only screen and (min-width: 787px) {
  .cons-sec-modify {
    margin-top: 120px;
  }
}
#construction-section .Constructions {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  margin-top: 35px;
  padding: 18px 61px 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 787px) {
  .cons-sec-modify {
    margin-top: 120px;
  }
}
#construction-section h1.patientTitle {
  float: left;
  font-size: 20px;
  color: #1f2532;
  font-weight: 700;
  border-bottom: solid 1px #1f2532;
  width: 100%;
  line-height: 50px;
}
#construction-section .SearchPatient {
  float: left;
  width: 100%;
  padding: 5px;
}
#construction-section .SearchPatient.margin-less-top {
  padding-top: 0px;
}
#construction-section .SearchPatient ul {
  float: left;
  width: 100%;
}
#construction-section .SearchPatient li {
  float: left;
  width: 49%;
  text-align: center;
}
#construction-section .SearchPatient li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #969696;
  border-bottom: solid 5px #fff;
  width: 100%;
  float: left;
  text-decoration: none;
}
#construction-section .SearchPatient li.active a {
  font-weight: bold;
  border-bottom: solid 5px #1f2532;
  width: 100%;
  float: left;
  color: #1f2532;
}
#construction-section .constructions-sub-types {
  width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
#construction-section .SearchPatient li.active a:focus {
  outline: none;
}
#construction-section ul.singleSub {
  float: none;
  width: auto;
  margin-top: 5px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
#construction-section ul.singleSub li {
  margin: 0 5px;
  width: 155px;
}
#construction-section ul.singleSub li a {
  border: 0 !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 14px;
}
#construction-section ul.singleSub li.active a {
  color: #fff !important;
  box-shadow: 0px 2px 2px rgba(8, 8, 8, 0.66);
  font-weight: bold !important;
}
#construction-section ul.implantSub {
  float: right;
  width: 100%;
  margin-top: 30px;
}
#construction-section ul.implantSub li {
  margin-right: 10px;
  width: 49%;
}
#construction-section ul.implantSub li:last-child {
  margin-right: 0;
}
#construction-section ul.implantSub li a {
  border: 0 !important;
  background: #f4f4f4;
  font-weight: normal !important;
  color: #000 !important;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 19px;
}
#construction-section ul.implantSub li.active a {
  background: #a6d273;
  color: #fff !important;
  box-shadow: 0px 2px 2px rgba(8, 8, 8, 0.66);
  font-weight: bold !important;
}
#construction-section .clickonBoth {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-left: 0;
}
#construction-section .clickonBoth .well-sm.text-center p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}
#construction-section .clickonBoth h1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #1f2532;
}
#construction-section .btn span.glyphicon {
  opacity: 0;
}
#construction-section .btn.active span.glyphicon {
  opacity: 1;
}
#construction-section label.btn {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 57px;
  height: 57px;
}
#construction-section label.btn.active {
  background: #cedd3d;
  color: #fff;
  border: solid 1px #ccc;
  box-shadow: none;
  position: relative;
}
#construction-section label.btn.active:after {
  width: 0;
  height: 0;
  border-bottom: 46px solid #105c9d;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 22.5px;
  bottom: -3px;
  content: '';
}
#construction-section label.btn:focus,
#construction-section label.btn.focus {
  outline: none !important;
  box-shadow: none;
}
#construction-section .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#construction-section .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#construction-section p.range {
  position: absolute;
  bottom: 0px;
  left: -53px;
  text-transform: uppercase;
  font-size: 14px;
}
#construction-section .well-sm.text-center.marginBottom {
  margin-top: 35px;
}
#construction-section .well-sm {
  padding: 0;
}
#construction-section #bridgeTeeth {
  float: left;
  width: 100%;
  margin: 30px 0 15px;
  padding-bottom: 10px;
}
#construction-section .divider-new {
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#construction-section .divider-new h1 {
  text-transform: uppercase;
  font-size: 22px;
  color: #4a4a4a;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
#construction-section .divider-new::after {
  content: '';
  height: 1px;
  background: #868686;
  flex: 1;
  margin: 11px 0 0 0.45em;
}
#construction-section .divider-new::before {
  content: '';
  height: 1px;
  background: #868686;
  flex: 1;
  margin: 11px 0.45em 0 0;
}
#construction-section .SelectMaterial {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#construction-section .SelectMaterial h3 {
  font-size: 15px;
  margin-top: 10px;
}
#construction-section .SelectMaterial ul {
  width: 100%;
  float: left;
  margin-top: 15px;
}
#construction-section .SelectMaterial ul li {
  float: left;
  width: auto;
  min-width: 19%;
  margin-right: 4px;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
}
#construction-section .SelectMaterial ul li a {
  color: #5a5959;
  padding: 4px 3px;
  width: 100%;
  float: left;
  min-width: 70px;
  font-size: 13px;
  height: 30px;
}
#construction-section .SelectMaterial ul li.active {
  background: #105c9d;
}
#construction-section .SelectMaterial.designBox.img-width-change ul li img {
  width: 20px;
}
#construction-section .SelectMaterial ul li.active a {
  color: #fff;
}
#construction-section .SelectMaterial.colorBox ul li {
  width: 35%;
}
#construction-section .SelectMaterial.colorBox ul li {
  width: 100%;
}
#construction-section .SelectMaterial.colorBox ul li select {
  border: 0;
  padding: 5px 0px;
  background: transparent;
  width: 100%;
  float: left;
  font-size: 13px;
}
#construction-section .ColorSampling {
  float: right;
  width: 100%;
  text-align: left;
  margin-right: 0;
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 12px;
}
#construction-section .ColorSampling .checkbox-inline {
  padding-left: 0px;
  width: 100%;
}
#construction-section .form-group.other-material {
  margin-top: 7px;
  float: left;
}
#construction-section .form-group.other-material label {
  float: left;
  width: 100%;
  font-weight: normal;
  margin-top: 20px;
}
#construction-section .form-group.other-material input {
  width: 100%;
  height: 34px;
}
#construction-section .form-group.other-material.post-input input {
  width: 100%;
  height: 34px;
  margin-top: 9px;
  float: left;
}
#construction-section .bridgeTeeth {
  float: left;
  width: 100%;
  padding: 3px 0 5px;
}
#construction-section .bridgeTeeth span {
  text-transform: uppercase;
}
#construction-section h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 28px;
}
#construction-section h3.addPost {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-top: 3px;
}
#construction-section .SelectMaterial.designBox ul li {
  width: 100%;
  float: left;
  padding-left: 5px;
  text-align: left;
  margin-bottom: 10px;
}
#construction-section .SelectMaterial.designBox ul li img {
  height: 20px;
  margin-right: 5px;
}
#construction-section .padding_Bottom-50 {
  margin-bottom: 50px;
}
#construction-section .SelectMaterial.colorBox ul {
  width: 97%;
}
#construction-section .right-sec-head .btn-default {
  color: #fff;
  background: none;
  border-color: #fff;
  font-size: 12px;
  border-radius: initial;
  font-weight: 600;
  padding: 4px 25px 2px;
  margin-right: 8px;
}
#construction-section .right-sec-head .btn-default:hover,
#construction-section .right-sec-head .btn-default.active {
  background: #fff;
  color: #a6d273;
  box-shadow: initial;
  opacity: 1;
}
#construction-section .btn.active span.glyphicon {
  opacity: 0;
}
#construction-section .SelectMaterial ul li input {
  width: 100px;
  font-size: 13px;
  padding: 2px 5px 2px;
  min-height: 30px;
}
#construction-section .ColorSampling input[type='checkbox'].ng-empty {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #4a4a4a;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px;
  border-radius: 4px;
  position: static;
  cursor: pointer;
}
#construction-section .ColorSampling input[type='checkbox'].ng-not-empty {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #1f2532;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  border-radius: 4px;
}
#construction-section .ColorSampling input[type='checkbox'].ng-not-empty:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  color: #1f2532;
}
#construction-section .softInside input[type='checkbox'].ng-empty {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #4a4a4a;
  outline: none;
  -webkit-appearance: inherit;
  padding: 8px;
  border-radius: 4px;
  position: static;
  cursor: pointer;
}
#construction-section .softInside input[type='checkbox'].ng-not-empty {
  float: left;
  width: 15px;
  margin: 0px 10px 0px 0px;
  height: 15px;
  background: none;
  border: 2px solid #ffcb05;
  outline: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  position: static;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  border-radius: 4px;
}
#construction-section .softInside input[type='checkbox'].ng-not-empty:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  color: #ffcb05;
}
#construction-section .selectmaterial ul li.single-crown a {
  color: #fff;
}
#construction-section .selectmaterial ul li.bridge a {
  color: #fff;
}
#construction-section .selectmaterial ul li.post a {
  color: #fff;
}
#construction-section .selectmaterial ul li.implant-crown a {
  color: #fff;
}
#construction-section .selectmaterial ul li.implant-bridge a {
  color: #fff;
}
#construction-section .selectmaterial ul li.other a {
  color: #fff;
}
#construction-section .default-bg {
  background: #d8d5d5;
}
#construction-section .default-bg.inactive-construction {
  opacity: 0.5;
  cursor: not-allowed;
}
#construction-section .gray-bg-color {
  background: #dcdada;
}
#construction-section .single-crown {
  background: #cddc39;
}
#construction-section .single-crown a {
  color: #fff;
}
#construction-section .other {
  background: #461b7e;
}
#construction-section .other a {
  color: #fff;
}
#construction-section .single-crown.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #cddc39 0%);
}
#construction-section .other.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #461b7e 0%);
}
#construction-section .bridge {
  background: #e92266;
}
#construction-section .bridge a {
  color: #fff;
}
#construction-section .bridge.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #e92266 0%);
}
#construction-section .post {
  background: #4a4a4a;
}
#construction-section .post a {
  color: #fff;
}
#construction-section .post.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #4a4a4a 0%);
}
#construction-section .implant-crown {
  background: #e65405;
}
#construction-section .implant-crown a {
  color: #fff;
}
#construction-section .implant-crown.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #e65405 0%);
}
#construction-section .implant-bridge {
  background: #096d9f;
}
#construction-section .implant-bridge a {
  color: #fff;
}
#construction-section .implant-bridge.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #096d9f 0%);
}
#construction-section .complete-denture {
  background: #2c3995;
}
#construction-section .complete-denture a {
  color: #fff;
}
#construction-section .complete-denture.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #2c3995 0%);
}
#construction-section .partial-denture {
  background: #a6d273;
}
#construction-section .partial-denture a {
  color: #fff;
}
#construction-section .partial-denture.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #a6d273 0%);
}
#construction-section .temporary-denture {
  background: #0095a8;
}
#construction-section .temporary-denture a {
  color: #fff;
}
#construction-section .temporary-denture.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #0095a8 0%);
}
#construction-section .other-removable {
  background: #461b7e;
}
#construction-section .other-removable a {
  color: #fff;
}
#construction-section .other-removable.bitetray {
  background: linear-gradient(to bottom, #ffcb05 50%, #461b7e 0%);
}
#construction-section .bitetray {
  background: #ffcb05;
}
#construction-section .bitetray a {
  color: #fff;
}
#construction-section #bridgeTeeth.single-crown-section {
  border: solid 1px #cddc39;
  position: relative;
}
#construction-section #bridgeTeeth.implant-crown-section {
  border: solid 1px #e65405;
  position: relative;
}
#construction-section #bridgeTeeth.bridge-section {
  border: solid 1px #e92266;
  position: relative;
}
#construction-section #bridgeTeeth.implant-bridge-section {
  border: solid 1px #096d9f;
  position: relative;
}
#construction-section #bridgeTeeth.partial-denture-section {
  border: solid 1px #a6d273;
  position: relative;
}
#construction-section #bridgeTeeth.temporary-denture-section {
  border: solid 1px #0095a8;
  position: relative;
}
#construction-section #bridgeTeeth.other-removable-section {
  border: solid 1px #461b7e;
  position: relative;
}
#construction-section #bridgeTeeth.complete-denture-section {
  border: solid 1px #2c3995;
  position: relative;
}
#construction-section #bridgeTeeth.bitetray-denture-section {
  border: solid 1px #ffcb05;
  position: relative;
}
#construction-section #bridgeTeeth.bridgeTeethPost {
  border: solid 1px #4a4a4a;
  position: relative;
}
#construction-section #bridgeTeeth.bridgeTeethOther {
  border: solid 1px #461b7e;
  position: relative;
}
#construction-section #bridgeTeeth.other-section {
  border: solid 1px #461b7e;
  position: relative;
}
#construction-section .bridge-start {
  border: 3px solid #1f2532;
  border-right: none;
  border-radius: 8px 0 0 8px;
  margin-right: 0px;
  width: 38px;
  padding: 0px;
}
#construction-section .bridge-selected.bridge-start {
  border: 3px solid #1f2532;
  border-right: none;
  border-radius: 8px 0 0 8px;
  margin-right: 0px;
  width: 38px;
  padding: 0px;
}
#construction-section .bridge-start-temp {
  border: 3px solid #1f2532;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  margin-right: 0px;
  width: 38px;
  padding: 0px;
}
#construction-section .bridge-end {
  border: 3px solid #1f2532;
  border-left: none;
  border-radius: 0px 8px 8px 0px;
  margin-left: 0px;
  padding: 0px;
  width: 38px;
}
#construction-section .bridge-selected.bridge-end {
  border: 3px solid #1f2532;
  border-left: none;
  border-radius: 0px 8px 8px 0px;
  margin-left: 0px;
  padding: 0px;
  width: 38px;
}
#construction-section .bridge-middle {
  border: 3px solid #1f2532;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 38px;
}
#construction-section .bridge-selected {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 38px;
  border-left: none;
  border-right: none;
  position: relative;
}
#construction-section .bridge-selected-start {
  border-radius: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 38px;
  border-right: none;
  border-radius: 3px 0px 0px 3px;
  position: relative;
}
#construction-section .bridge-selected-end {
  border-radius: 0px;
  margin-left: 0px;
  padding: 0px;
  width: 38px;
  border-left: none;
  border-radius: 0px 3px 3px 0px;
  position: relative;
}
#construction-section .single-crown.square-selected .cross-square,
#construction-section .implant-crown.square-selected .cross-square,
#construction-section .bridge-end.bridge .cross-square,
#construction-section .bridge-end.implant-bridge .cross-square,
#construction-section .partial-denture.square-selected .cross-square,
#construction-section .temporary-denture.square-selected .cross-square,
#construction-section .bridge-end.complete-denture .cross-square,
#construction-section .bridge-end.bitetray .cross-square,
#construction-section .bridge-selected-end.bridge-end .cross-square,
#construction-section .other-removable.square-selected .cross-square,
#construction-section .other.square-selected .cross-square {
  display: block;
}
#construction-section .single-crown.square-selected .cross-square:hover,
#construction-section .implant-crown.square-selected .cross-square:hover,
#construction-section .bridge-end.bridge .cross-square:hover,
#construction-section .bridge-end.implant-bridge .cross-square:hover,
#construction-section .partial-denture.square-selected .cross-square:hover,
#construction-section .temporary-denture.square-selected .cross-square:hover,
#construction-section .bridge-end.complete-denture .cross-square:hover,
#construction-section .bridge-end.bitetray .cross-square:hover,
#construction-section .bridge-selected-end.bridge-end .cross-square:hover,
#construction-section .other-removable.square-selected .cross-square:hover,
#construction-section .other.square-selected .cross-square:hover {
  background: #0095a8;
}
#construction-section .square-post.square-selected .cross-rectangle-post {
  display: block;
}
#construction-section .square-post.square-selected .cross-rectangle-post:hover {
  background: #0095a8;
}
#construction-section #bridgeTeeth.bridgeTeethPost {
  border: solid 1px #4a4a4a;
}
#construction-section #bridgeTeeth.bridgeTeethPost .bridgeTeeth {
  background: #4a4a4a;
}
#construction-section #bridgeTeeth.bridgeTeethPost .bridgeTeeth .row .container .col-md-6.col-lg-6.col-sm-6.col-xs-12 h1.bridgeTeeth {
  padding: 0px;
  color: #fff;
}
#construction-section #bridgeTeeth.bridgeTeethPost .bridgeTeeth .row .container .col-md-6.col-lg-6.col-sm-6.col-xs-12 h1.bridgeTeeth span {
  font-weight: 600;
}
#construction-section #bridgeTeeth.bridgeTeethPost .row .extra-padding-left-right {
  padding: 0 45px;
}
#construction-section #bridgeTeeth.bridgeTeethPost .row .extra-padding-left-right .col-md-6.col-lg-6.col-sm-6.col-xs-12 .SelectMaterial ul li.active {
  background: #4a4a4a;
}
#construction-section #bridgeTeeth.bridgeTeethPost .row .extra-padding-left-right .col-md-6.col-lg-6.col-sm-6.col-xs-12 .form-group.other-material {
  margin-top: 5px;
  float: left;
  width: 49%;
  margin-left: 11%;
}
#construction-section #bridgeTeeth.bridgeTeethPost .row .extra-padding-left-right .col-md-6.col-lg-6.col-sm-6.col-xs-12 .form-group.other-material label {
  margin-bottom: 15px;
}
#construction-section #bridgeTeeth.bridgeTeethPost .row .extra-padding-left-right .col-md-6.col-lg-6.col-sm-6.col-xs-12 .form-group.other-material input {
  border-radius: 0px;
}
#construction-section #bridgeTeeth.bridgeTeethPost .extra-padding-left-right.padding_Bottom-50 {
  padding: 45px 45px 0px;
}
@media screen and (max-width: 767px) {
  #construction-section {
    padding-top: 0;
  }
  #construction-section .cross-rectangle-post {
    width: 12px;
    height: 12px;
    bottom: -15px;
    right: 9.5px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .cross-square {
    width: 12px;
    height: 12px;
    top: -9px;
    right: -8px;
    line-height: 12px;
    font-size: 8px;
  }
  #construction-section .margin-top {
    margin-top: -10px !important;
  }
  #construction-section .row {
    margin: 0;
  }
  #construction-section h1.patientTitle {
    font-size: 15px;
    line-height: 35px;
  }
  #construction-section .Constructions {
    margin-top: 0;
    padding: 0;
  }
  #construction-section .SearchPatient {
    padding: 10px 0 0;
  }
  #construction-section .SearchPatient ul {
    text-align: center;
    display: inline-block;
  }
  #construction-section .SearchPatient ul li {
    margin-bottom: 10px;
    max-width: 130px;
    float: none;
    display: inline-block;
  }
  #construction-section .SearchPatient ul li a {
    font-size: 12px;
    line-height: 14px;
    border-bottom: solid 2px #fff;
  }
  #construction-section .SearchPatient ul li.active a {
    font-weight: normal;
    border-bottom-width: 2px;
  }
  #construction-section .SearchPatient.margin-less-top .constructions-sub-types ul {
    display: block;
  }
  #construction-section .SearchPatient.margin-less-top .constructions-sub-types ul li {
    max-width: inherit;
    float: left;
    display: block;
  }
  #construction-section .divider-new h1 {
    margin-top: 0;
    font-size: 18px;
  }
  #construction-section .clickonBoth {
    width: 100%;
    margin-left: 0;
  }
  #construction-section .clickonBoth .well-sm .range {
    display: none;
  }
  #construction-section .clickonBoth .well-sm .btn-group {
    margin-bottom: 10px;
  }
  #construction-section .margin-top-45 {
    margin-top: 5px !important;
  }
  #construction-section .SelectMaterial h3 {
    margin-top: 0;
    line-height: 24px;
  }
  #construction-section .SelectMaterial ul {
    margin-top: 0;
  }
  #construction-section .SelectMaterial ul li {
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 3px;
  }
  #construction-section .SelectMaterial ul li a {
    padding: 6px 3px;
    font-size: 11px;
  }
  #construction-section .SelectMaterial .designBox ul li {
    width: 100%;
  }
  #construction-section .SelectMaterial.designBox ul li {
    margin-bottom: 3px;
  }
  #construction-section .form-group .other-material {
    width: 100%;
  }
  #construction-section ul.singleSub li {
    width: 49%;
    margin: 1px 0.5%;
  }
  #construction-section #bridgeTeeth .row {
    margin: 0 -25px;
  }
  #construction-section .bridge-suggestion,
  #construction-section .partial-suggestion {
    margin-left: 0;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
  }
}
.whitelabel {
  background-color: #fafafa !important;
}
.whitelabel button.mat-button {
  color: #105c9d !important;
}
.whitelabel button.mat-raised-button,
.whitelabel .mat-ink-bar {
  background-color: #105c9d !important;
}
.whitelabel a {
  color: #105c9d !important;
}
.whitelabel i.fa,
.whitelabel .shape-open-list-btn {
  color: #105c9d !important;
  border-color: #105c9d !important;
}
.whitelabel #dentist-order-detail .dentist-order-detail .chat-send-btn input {
  background-color: #105c9d !important;
}


/*# sourceMappingURL=denthub-combined-2fc89ce937f7bf44112c.css.map*/