﻿
.modal.modal-right .modal-dialog
 {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}




.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-right .modal-content {
  height: 100%;
 
}


.modal.modal-right .modal-body {

    padding-right:15px;
    padding-left:15px;
    padding-top:1px

}



.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}


.modal.modal-right .modal-content
 {
  border-radius: 0;
  border: none;
}


.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}


.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}


.modal.modal-right .modal-dialog.modal-xl {
  width: 100%;
  height:100%;

  
}

/* Full Screen */

.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */

.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */

.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after { font-family: "FontAwesome"; }
a.has-sub:after { content: "\f107"; margin-left: 1rem; }
a.has-sub[aria-expanded="true"]:after { content: "\f106"; }

.properties-modal-close {
    position: absolute !important;
    right: 1rem;
    font-size: 1.2rem;
    top: 12px;
    z-index:99999;
    font-size:18px;
}

.properties-modal-close-icon {
    /*background-color: #444c54;*/
    background-color: #8989897d;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #f5f6f8 !important;
    text-align: center;
    border-radius: 50%;
    padding: 0px 3px 0px 3px;
}

    .properties-modal-close-icon:hover {
        background-color: #686767b3;
    }


.dashboard-header .breadcrumb {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}


.properties-top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: var(--suadeo-primary-color);
    box-shadow: 0 2px 3px rgb(52 58 64 / 6%);
    height: 45px !important;
    padding: 0 1.5rem;
}

.properties-title-card {
    padding-top: 45px;

}

