
/* Customize Bootstrap modal dialogs */
.modal-content {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5), 0 12px 40px 0 rgba(0, 0, 0, 0.5);
  font-size:15px;
  border-radius: 7px;
  border: none;
  padding: 10px;
}

.modal-header {
  padding: 0px;
  border: none;
  background-color: white;
  margin-top: 16px;
  margin-left: 20px;
}

.modal-title {
  color: black;
  width: 100%;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}

.modal-body {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0px;
}

.modal-footer {
  height: 50px;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-footer .bttn-right {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* Customize JQuery UI dialogs */
.ui-dialog {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5), 0 12px 40px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #999 !important;
  border-radius: 7px;
  padding: 10px;
}

.ui-dialog .ui-dialog-titlebar {
  background-color:white;
  border-width: 0px;
  color: black;
  border-radius: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  margin-left: 20px;
  padding: 0px;
}

.ui-dialog.move-header .ui-dialog-titlebar {
  border-width: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 0px;
  border-radius: 7px;
  margin-left: 0px;
  padding: 5px;
  padding-left: 10px;
  padding-top: 7px;
  background-color: #3C4240;
  color: white;
}

.aui-dialog .ui-dialog-titlebar-close:active,
.aui-dialog .ui-dialog-titlebar-close:hover,
.aui-dialog .ui-dialog-titlebar-close:focus {
    outline: 0;
    border-width: 0px;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: white;
  border-width: 0px;
  background-image: url(/assets/icons/smallClose.png);
  background-position-x: 0;
  background-position-y: 0;
  width: 14px;
  height: 20px;
  margin-right: 18px;
}

.aui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

.ui-dialog .ui-dialog-content {
  text-align: left;
  margin: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
  border-width: 0px !important;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  padding: 0px;
  float: none;
}

.ui-widget-overlay {
  background-color: black;
  opacity: 0.4;
}

.btn:hover {
  background-color: whitesmoke;
}

.ato-bttn-brown {
  border-radius: 5px;
  border: none;
  background-color: #3C4240;
  color: white;
  display: block;
  font-size: 14px;
  height: 30px;
  width: 120px;
}

.ato-bttn-brown:hover {
    background-color: #1E2422;
    cursor: pointer;
}

.ato-bttn-brown:focus {
    border-color:white;
}

.ui-dialog button.ato-bttn-blue,
.ato-bttn-blue {
  border-radius: 5px;
  border: none;
  background-color: #1D538A;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  min-width: 65px;
}

.ui-dialog button.ato-bttn-blue:hover,
.ato-bttn-blue:hover {
    cursor: pointer;
    background-color: #00356C;
    color: white;
}

.ui-dialog button.ato-bttn-blue:focus,
.ato-bttn-blue:focus {
    border-color: white;
    outline-color: #00356C;
}

.ui-dialog button.new-drawing-bttn {
  width: 110px;
  height: 60px;
  vertical-align: top;
  margin-top: -10px;
}

/* Override some JQuery UI theme settings */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Akkurat-Pro-Light";
}

.ui-widget {
    font-size: 15px;
}

/* fix formatting for button in JQuery UI dialog, bottom right corner */
.bttn-jq-br {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.ui-dialog button.ato-bttn-light,
button.ato-bttn-light {
  border-radius: 5px;
  border: 1px solid lightgrey;
  background-color: white;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin: 10px;
  min-width: 65px;
}

.ui-dialog button.ato-bttn-light:hover,
.ato-bttn-light:hover {
  color: #444444;
  cursor: pointer;
  background: whitesmoke;  
}

.ui-dialog button.ato-bttn-light:active,
.ato-bttn-light:active {
  color: #444444;
  background: lightgrey;  
  border: none;
  outline: none;
}

.ui-dialog button.ato-bttn-light:focus,
.ato-bttn-light:focus {
  color: #444444;
  background: whitesmoke;  
  border: none;
  outline: none;
}

.bttn-right {
  float: right;
}

.cleanBttn {
    font-size: 16px;
    border: none;
    background-color: white;
    border-color:white;
    color: black;
}

.cleanBttn:hover {
    border: none;
    background-color: white;
    border-color:white;
    color: black;
    cursor: pointer;
}

.cleanBttn:active {
    border: none;
    background-color: white;
    border-color:white;
    color: black;
}

.cleanBttn:focus {
    border: none;
    background-color: white;
    border-color:white;
    color: black;
    outline: 0;
}

#message-text {
  margin-top: 10px;
  margin-right: 15px;
  white-space: pre-wrap;
}

.purchaseCard {
  border-radius: 10px;
  min-width: 200px;
  margin: 10px;
  flex-basis: 160px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #eaeaea;
}

.purchaseCardIcon {
  height: 48px;
  width: 48px;
  max-width: 160px;
  margin: 20px auto 5px auto;
  display: block;
  position: relative;
}

.purchaseCardLabel {
  margin: 5px auto 5px auto;
  display: block;
  cursor: default;
}

#atoAllPurchaseCardLabel {
  cursor: pointer;
}

.purchaseCardPrice {
  display: inline-block;
  margin: 10px auto 10px auto;
  font-size: 12px;
  cursor: default;
}

.ui-dialog button.ato-bttn-buy,
.ato-bttn-buy 
{
  min-width: 65px;
  margin: 5px auto 20px auto;
  display: block;
}

.purchaseCardText {
  text-align:center;
  padding-bottom:10px;
}

.bundleCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 100px;
  max-height: 100px;
  margin: 10px;
  flex-basis: 160px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background-color: white;
}

.bundleCardIcon {
  height: 48px;
  width: 48px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bundleCardLabel {
  display: block;
  cursor: pointer;
}

.bundleCardInfo {
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color:#1D538A;
}

.modalDlgCard {
  margin:10px;
  border-radius:10px;
  width: 100%
}

.modalDlgCardHeader {
  background-color:#D9EDF7;
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.modalDlgCardText {
  margin-top:10px;
}

.modalDlgCardBody {
  min-height:60px;
}

.onboardDlgBttn {
  margin-top:20px;
  color:white;
  background-color:#1D538A;
  background-color: #3C4240;
  width:100%;
}

.onboardDlgBttn:hover {
    background-color: #00356C;
    background-color: #1E2422;
    color: white;
}

.modalDlgIcon {
  height:64px;
  margin-top:20px;
}

#support-form {
    min-width: 500px;
}

#accept-terms {
    margin-right: 5px;
}

#current_password {
    margin-top: 10px;
}

.change-pw-field {
    margin-bottom: 20px;
}

.uploadFileDlg.ui-dialog-content.ui-widget-content
{
    border: dashed lightgray 2px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center; 
    line-height: 25px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

/* Custom style for profile page */
#profile-page {
    margin-top: 20px;
    margin-left: 20px;
}

#profile-page .card {
  padding: 10px;
  padding-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-bottom: 20px;
}

#profile-page .fixed-table-body {
  overflow-x: hidden;
}

#profile-page .table-striped tbody {
    font-size: 14px;
}

#profile-page .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#profile-page .table-striped tbody tr:nth-of-type(even) {
    background-color: white;
}

#profile-page .table-striped tbody td {
    border-color: #fcfcfc;
}

#profile-page .profile-label {
    width: 180px;
}

#profile-page .table thead th, .table-bordered {
    border-width: 0px;
    font-size: 14px;
}

#purchaseBundlesBttn{
    margin-top: 20px;
}

.modal-backdrop {
   background-color: rgba(0, 0, 0, 0.7);
}

#rename-drawing-name-label, #copy-drawing-name-label, #save-drawing-name-label, #delete-drawing-name-label {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: black;
}

#rename-drawing-name, #copy-drawing-name, #save-drawing-name {
    font-size:14px;
    width:276px; 
    margin-left: 10px; 
    outline: none;
}

#copy-drawing-name {
    width: 236px;
}

#rename-drawing-name-error, #copy-drawing-name-error, #save-drawing-name-error {
    margin-top: 20px;
    margin-right: 10px;
    display: none;
    color: #C80000;
    background-color: white;
    padding: 0px;
    border-radius: 0px;
    font-weight: bold;
}

#user-tip-checkbox, #user-tip-label
{
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

#user-tip-label {
    left:55px;
    width: 300px;
    bottom: 24px;
}

#drawings-table-div {
    margin-top: 10px;
}

 table#drawings-table.table.table-striped.thumbnails {
     font-size: 14px;
 }
 
table#drawings-table tr, table#drawings-table td {
   padding: 6px;
   overflow-y: hidden;
}

.CancelIcon {
  border-width: 0px;
  background-color: white;
  margin-right: 15px;
  cursor: pointer;
}

.CancelIcon:focus {
  outline: none;
}

.ato-modal-dialog, .pricing-summary-content {
  width: 1100px;
  max-width: 1100px;
  min-height: 400px;
  cursor: default;
  margin: auto;
  margin-top: 40px;
}

.ato-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ato-modal-content {
  background-color: #f2f2f2;
  position: relative;
}

.ato-modal-header {
  background-color: #f2f2f2;
}

.ato-modal-title {
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
}

.ato-modal-body {
  display: flex;
  margin: auto;
}

.ato-modal-footer {
  height: 100%;
  justify-content: center;
}

div[id*="DialogDiv"] .ato-modal-footer {
  margin-bottom: 20px;
}

#ato-modal-checkbox-div {
  height: 40px;
  margin: 20px;
  width: 280px;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

#ato-modal-checkbox
{
    margin-left: 10px;
    width: 20px;
    height: 30px;
    vertical-align: middle;    
}

#ato-modal-checkbox-label-div {
    display: inline-block;
}

#ato-modal-checkbox-label {
    margin-left: 10px;
}

.image-panel-div {
  width: 260px;
  margin: 20px;
}

.image-panel-image-div {
  width: 181px;
  margin: 0 auto;
  font-size: 13px;
}

.image-panel-image-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b4240;
  color: white;
  padding: 10px;
}

.image-panel-info-div {
  text-align: left;
  background-color: white;
  margin-top: -20px;
  padding: 20px;
  padding-top: 50px;
}

.image-panel-header {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.image-panel-detail {
  font-size: 11px;
}

.image-panel-desc {
  font-size: 16px;
  font-weight: bold;
  min-height: 100px;
}

.underline-link {
  border-bottom: 2px solid #444;
  height: 28px;
  cursor: pointer;
}

.underline-link-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.image-panel-link-arrow {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}

.new-user-intro-col {
  margin: 40px;
}

#new-user-intro-tutorials-title1 {
  margin-left: 40px;
  font-size: 18px;
  font-weight: bold;
}

#new-user-intro-tutorials-title2 {
  margin-left: 40px;
}

#ParkingIntroDialog .ato-modal-dialog {
  width: 560px;
  min-height: 400px;
  height: 400px;
}

#ParkingIntroDialog .image-panel-div {
  width: 400px;
}

#ParkingIntroDialog .image-panel-image-div {
  width: 360px;
  margin: 0 auto;
}

.TutorialDialogFooter {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.link-bttn {
  margin: 0 auto;
  background-color:#FFC000;
  font-weight:bold;
  color:black;
  border:none;
  padding-top: 10px;
  transition: all .4s ease-in-out;
}

.link-bttn:hover {
  margin: 0 auto;
  background-color:#FFC000;
  font-weight:bold;
  color:black;
  border:none;
  padding-top: 10px;
  transform: scale(1.05);
}

.goto-sub-arrow {
  margin-left: 10px;
}

#intro-tag {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 3px 5px;
  margin: 15px -40px 0px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
  color: white;
  background-color: #A60000;
  transform: rotate(45deg);
  border-radius: 2px;
}

#buy-all-title {
  max-width: 150px;
  cursor: pointer;
}

#PcTutorialDialog .modal-body {
  display: inline-block;
}

#ParkingIntroDialog .modal-body {
  width: 100%;
  text-align: center;
}

#parking-intro-panel {
  display: inline-block;
  margin: auto;
  text-align: left;
}

#parking-intro-title1 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px;
}

#parking-intro-title2 {
  font-size: 38px;
  font-weight: normal;
  margin: 20px;
}

.rules-container {
  margin-top: 22px;
}


.rule-item {
  display: grid;
  grid-template-columns: 2fr 70px 2fr;
  align-items: center;
  margin-right: 10px;
}

.rule-item:nth-child(even) {
  background: #f8f9fa;
}

.rule-item .spacer-1 {
  width: 22px;
}

.rule-item .spacer-2 {
  width: 20px;
  height: 32px;
}

.rules-container .rule-item.applicable-rule{
  font-weight: bold;
  color: #FF0000
}

.current-drawing {
  font-weight: bold;
}

.total-stalls {
  font-weight: bold;
}

.abs-stall-count {
  font-weight: bold;
}

.applicable-stalls {
  font-weight: bold;
}

.req_ab_stalls {
  font-weight: bold;
}

.ab_stall_count {
  font-weight: bold;
}

.stall_count {
  font-weight: bold;
}

.req_ab_stalls.met {
  color: green;
}

.access_stalls_req {
  font-weight: bold;
}

.centered-title {
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

/* Customize the next button in the tutorial to give it more emphasis */
.enjoyhint_next_btn {
    color: rgba(255,255,255,1);
    background: rgb(30, 205, 151);
}

/* Hide the back button, since it will rarely work correctly */
.enjoyhint_prev_btn {
  display: none;
}

/* Make sure MessageBox messages appear over all other content */
#message-dlg {
  z-index: 1060;
}

.disabled {
    opacity: 0.5;
    cursor: default;
}

button.link-orange {
  color: #3f423b;
  background: #ffC000;
}

button.link-orange:hover {
  background: #e4ab00;
}

.show {
  display: block;
}

.hide {
  display: none;
}
