#userLogoutModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.18);
  transition: all .5s; }
  #userLogoutModal .modalWrapper {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center; }
    #userLogoutModal .modalWrapper .modalWindow {
      border: 1px solid #3a4459;
      width: 300px;
      background: #ffffff; }
      #userLogoutModal .modalWrapper .modalWindow .modalTitle {
        height: 30px;
        background: #3a4459; }
      #userLogoutModal .modalWrapper .modalWindow .modalBody {
        padding: 15px 10px;
        font-size: 13px;
        text-align: center;
        font-weight: bold; }
      #userLogoutModal .modalWrapper .modalWindow .modalFooter {
        padding: 5px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-around; }
        #userLogoutModal .modalWrapper .modalWindow .modalFooter #btnCancel {
          border: 0;
          background: #3a4459;
          color: #fff;
          padding: 5px 10px;
          transition: all 0.5s; }
          #userLogoutModal .modalWrapper .modalWindow .modalFooter #btnCancel:hover {
            background: #576886; }
        #userLogoutModal .modalWrapper .modalWindow .modalFooter #btnSubmit {
          border: 0;
          background: #900000;
          color: #fff;
          padding: 5px 10px;
          transition: all 0.5s; }
          #userLogoutModal .modalWrapper .modalWindow .modalFooter #btnSubmit:hover {
            background: rgba(177, 0, 0, 0.8); }

/*# sourceMappingURL=style.css.map */
