.cover
  {
    display: block;
    top:  0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    z-index: 999;
    /* 2014-05-08 Dipesh Commented */
    /* - Finer Details tab on package details does not work if this is enabled */
    /* position: fixed; */
    /* pointer-events: none; */
  }

.itg-box-confirmation
  {
    height: auto;
    max-width: 400px;
    background-color: white;
    border: 1px solid #00A8E1;
    box-shadow: 0 5px 30px rgba(0,0,0,0.5);
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    z-index: 100;
  }
.itg-box-confirmation-title
  {
    background-color: #00A8E1;
    color: #fff;

    height: 2em;
    font-size: 2rem;
    line-height: 2em;

    overflow: hidden;
  }
.itg-box-confirmation-title .col-xs-1
  {
    text-align: left;
    padding: 0;
  }
.itg-box-confirmation-title .fa-close
  {
    text-align: center;
    cursor: pointer;
    /* border:  1px solid red; */
  }
.itg-box-confirmation-content
  {
    font-size: 1.4rem;
  }
.itg-box-confirmation-content:after
  {
    display: table;
    content: "";
    clear: both;
  }
.itg-box-confirmation-content .itg-box-confirmation-content-subtitle
  {
    color: #133E85;
    font-size: 1.6rem;
    text-indent: 0;
  }
.itg-box-confirmation-content .row
  {
    height: 60px;
  }
.itg-box-confirmation-content .col-xs-12
  {
    padding: 10px 0;
  }
.itg-box-confirmation-content .col-xs-4
  {
    height: 100%;
    padding-left: 5px;
  }
.itg-box-confirmation-content .col-xs-4 button
  {
    vertical-align: middle;
    margin-top: 12px;
  }
.itg-box-confirmation-content .col-xs-12:not(:last-of-type)
  {
    border-bottom: 1px solid #aaa;
  }
.itg-box-confirmation-content .col-xs-4
  {
    text-align: right;
  }
.itg-box-confirmation-content .itg-action-wrap,
.itg-box-confirmation-content .itg-response-message
  {
    text-align: center;
  }
.itg-box-confirmation-content button
  {
    background-color: #00A8E1;
    width: 100px;
    padding: 5px 10px;
    border: none;
  }
.itg-box-confirmation-content button:hover
  {
    background-color: #133f86;
  }
.itg-box-confirmation-content button a
  {
    border: none;
    color: white;
    text-decoration: none;
  }
