/*                          */
/*      Dialog Styles       */
/*                          */
  .modal-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
  }

  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .modal-container {
    width: 400px;
    margin: 0px auto;
    color:#2d2d2d;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid rgba(153,153,153,1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-family: Verdana;
    font-size:0.8em;
    line-height: 1.4em;
    box-sizing:border-box;
  }
  .modal-title-container {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
      box-sizing:border-box;
      width:100%;
      padding:10px 20px;

  }

  .modal-header h3 {
    margin-top: 0;
    color: #42b983;
  }

  .modal-body {
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
  }

  .modal-body textarea::placeholder {
    line-height: 19px;
  }

.modal-footer {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing:border-box;
    display:flex;
    justify-content: flex-end;
    align-items:center;
    padding:10px 20px 20px;
    width:100%;
}

  /*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

  .modal-enter {
    opacity: 0;
  }

  .modal-leave-active {
    opacity: 0;
  }

  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

    .modal-container .btn-dialog {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      color:#2d2d2d;
      min-width:80px;
      padding:8px 10px;
      box-sizing:border-box;
      outline:none;
      border:0px solid rgba(237,237,237,1);
      margin-left:15px;
      font-size:0.9em;
      cursor:pointer;
      font-family: Verdana;
  }
  .modal-container .btn-dialog:focus,
  .modal-container .btn-dialog:active,
  .modal-container .btn-dialog:hover {
      background: rgba(250,250,250,1);
      border:0px solid rgba(237,237,237,1);
  }

  .modal-container .btn-default {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
      background: rgb(73,155,234); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
      border:0px solid rgba(32,124,229,1);
      color:#ffffff;
      font-weight: bold;
      padding:8px 13px;
  }
  .modal-container .btn-default:focus,
  .modal-container .btn-default:active,
  .modal-container .btn-default:hover {
      background: rgb(32,124,229);
      border:0px solid rgba(32,124,229,1);
  }
  .modal-container .btn-danger {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d14d4d+0,ae2c2c+100 */
      background: rgb(209,77,77); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(209,77,77,1) 0%, rgba(174,44,44,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(209,77,77,1) 0%,rgba(174,44,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(209,77,77,1) 0%,rgba(174,44,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d14d4d', endColorstr='#ae2c2c',GradientType=0 ); /* IE6-9 */

      border:0px solid rgba(174,44,44,1);
      color:#ffffff;
      padding:8px 13px;
  }
  .modal-container .btn-danger:focus,
  .modal-container .btn-danger:active,
  .modal-container .btn-danger:hover {
    background: rgba(174,44,44,1);
    border:0px solid rgba(174,44,44,1);
  }
