﻿/*===========================*/
/* Modal Styling Overwrites */
/*=========================*/
.holiday-modal-popup .modal-dialog {
  width: 400px !important;
  margin: 75px auto !important;
}
.holiday-modal-popup .modal-dialog .modal-content {
  background: #17a655;
  /* Old browsers */
  background: -moz-linear-gradient(top, #17a655 0%, #148c48 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17a655), color-stop(100%, #148c48));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #17a655 0%, #148c48 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #17a655 0%, #148c48 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #17a655 0%, #148c48 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #17a655 0%, #148c48 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a655', endColorstr='#148c48', GradientType=0);
  /* IE6-9 */
}
.holiday-modal-popup .modal-dialog .modal-content .modal-background {
  background-image: url('/Portals/_default/Skins/Carrlane/images/honeycomb.png');
  background-repeat: repeat;
}
.holiday-modal-popup .modal-dialog .modal-content label {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 21px;
  word-wrap: break-word;
  padding: 0 20px;
}
.holiday-modal-popup .modal-dialog .modal-content .TitleH2 {
  text-align: center !important;
  color: #FFFFFF !important;
}
.holiday-modal-popup .modal-dialog .modal-content .logo {
  text-align: center;
  padding-top: 15px;
}
.holiday-modal-popup .modal-dialog .modal-content div.ok-button {
  text-align: center;
  margin: 10px 0 10px 0;
}
.holiday-modal-popup .modal-dialog .modal-content div.ok-button .btnOK {
  font-size: 14px;
  color: #FFFFFF;
  margin: 15px 0 15px 0;
}
.holiday-modal-popup .modal-dialog .modal-content div.ok-button a:hover {
  text-decoration: none;
}