/*
 * Make modals open in the main area
 */
body.modal-open {
  overflow-y: inherit !important; }
  body.modal-open > main {
    display: none; }
  body.modal-open .modal {
    overflow: visible;
    position: static; }
    body.modal-open .modal .modal-dialog {
      margin: auto; }
      body.modal-open .modal .modal-dialog .modal-content {
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: white;
        border-radius: 4px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 2em;
        padding-bottom: 2em;
        background-color: white;
        padding-top: 0;
        padding-bottom: 0; }
        body.modal-open .modal .modal-dialog .modal-content .page-header {
          margin-top: 0; }
  body.modal-open .modal-backdrop {
    display: none; }
  body.modal-open iframe[name=kimppa-print] {
    display: none; }
  body.modal-open #order-modal .tab-list, body.modal-open #create-new-service-modal .tab-list, body.modal-open #change-join-type-modal .tab-list, body.modal-open #resign-kimppa-modal .tab-list, body.modal-open #waste-water-modal .tab-list {
    border-bottom: 1px solid #e0e0e0; }
    body.modal-open #order-modal .tab-list li, body.modal-open #create-new-service-modal .tab-list li, body.modal-open #change-join-type-modal .tab-list li, body.modal-open #resign-kimppa-modal .tab-list li, body.modal-open #waste-water-modal .tab-list li {
      border: 1px solid #e0e0e0;
      border-radius: 3px 3px 0 0;
      margin-bottom: -1px;
      padding: 1em; }
      body.modal-open #order-modal .tab-list li.active, body.modal-open #create-new-service-modal .tab-list li.active, body.modal-open #change-join-type-modal .tab-list li.active, body.modal-open #resign-kimppa-modal .tab-list li.active, body.modal-open #waste-water-modal .tab-list li.active {
        border-bottom: 1px solid white; }

/*# sourceMappingURL=open-modals-in-main-area.css.map */
