﻿.site-content > .message-view-container,
.content-container > .message-view-container {
  max-width: 600px;
}
/*Bordered wrapper*/
.message-view-container {
  width: 100%;
  max-width: 600px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #fefefe 0, #e2e2e2 100%);
  background: -o-linear-gradient(top, #fefefe 0, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #fefefe 0, #e2e2e2 100%);
  background: linear-gradient(top, #fefefe 0, #e2e2e2 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe',endColorstr='#ffe2e2e2',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe2e2e2', GradientType=1);
}
.message-view-container.inline {
  background: none !important;
  border: none;
  max-width: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.message-view-container.inlinebox {
  background: none !important;
  max-width: none;
  width: 100%;
}
.message-view-container.plain {
  background: none !important;
  border: none;
  max-width: none;
}
.message-view-container.plain > .message-view-title {
  background: none !important;
  color: #666666 !important;
}
/*Title*/
.message-view-title,
.ui-dialog .ui-dialog-titlebar {
  width: auto;
  padding: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px #000000;
  text-transform: uppercase;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, transparent 0, transparent 100%);
  background: -o-linear-gradient(top, transparent 0, transparent 100%);
  background: -ms-linear-gradient(top, transparent 0, transparent 100%);
  background: linear-gradient(top, transparent 0, transparent 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#00000000',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.message-view-title.success,
.ui-dialog .ui-dialog-titlebar.success {
  background: #89d40d;
  background: -moz-linear-gradient(top, #89d40d 0, #3a9805 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89d40d), color-stop(100%, #3a9805));
  background: -webkit-linear-gradient(top, #89d40d 0, #3a9805 100%);
  background: -o-linear-gradient(top, #89d40d 0, #3a9805 100%);
  background: -ms-linear-gradient(top, #89d40d 0, #3a9805 100%);
  background: linear-gradient(top, #89d40d 0, #3a9805 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89d40d',endColorstr='#ff3a9805',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89d40d', endColorstr='#ff3a9805', GradientType=1);
}
.message-view-title.information,
.ui-dialog .ui-dialog-titlebar.information {
  background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0, #045aaf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7db9e8), color-stop(100%, #045aaf));
  background: -webkit-linear-gradient(top, #7db9e8 0, #045aaf 100%);
  background: -o-linear-gradient(top, #7db9e8 0, #045aaf 100%);
  background: -ms-linear-gradient(top, #7db9e8 0, #045aaf 100%);
  background: linear-gradient(top, #7db9e8 0, #045aaf 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7db9e8',endColorstr='#ff045aaf',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7db9e8', endColorstr='#ff045aaf', GradientType=1);
}
.message-view-title.question,
.ui-dialog .ui-dialog-titlebar.question {
  background: #60aae9;
  background: -moz-linear-gradient(top, #60aae9 0, #1e5799 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60aae9), color-stop(100%, #1e5799));
  background: -webkit-linear-gradient(top, #60aae9 0, #1e5799 100%);
  background: -o-linear-gradient(top, #60aae9 0, #1e5799 100%);
  background: -ms-linear-gradient(top, #60aae9 0, #1e5799 100%);
  background: linear-gradient(top, #60aae9 0, #1e5799 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60aae9',endColorstr='#ff1e5799',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60aae9', endColorstr='#ff1e5799', GradientType=1);
}
.message-view-title.warning,
.ui-dialog .ui-dialog-titlebar.warning {
  color: #ffffff;
  text-shadow: 0 1px #000000;
  background: #ffec74;
  background: -moz-linear-gradient(top, #ffec74 0, #d78700 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffec74), color-stop(100%, #d78700));
  background: -webkit-linear-gradient(top, #ffec74 0, #d78700 100%);
  background: -o-linear-gradient(top, #ffec74 0, #d78700 100%);
  background: -ms-linear-gradient(top, #ffec74 0, #d78700 100%);
  background: linear-gradient(top, #ffec74 0, #d78700 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffec74',endColorstr='#ffd78700',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffec74', endColorstr='#ffd78700', GradientType=1);
}
.message-view-title.error,
.ui-dialog .ui-dialog-titlebar.error {
  background: #f2948a;
  background: -moz-linear-gradient(top, #f2948a 0, #e31e26 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2948a), color-stop(100%, #e31e26));
  background: -webkit-linear-gradient(top, #f2948a 0, #e31e26 100%);
  background: -o-linear-gradient(top, #f2948a 0, #e31e26 100%);
  background: -ms-linear-gradient(top, #f2948a 0, #e31e26 100%);
  background: linear-gradient(top, #f2948a 0, #e31e26 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2948a',endColorstr='#ffe31e26',GradientType=1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2948a', endColorstr='#ffe31e26', GradientType=1);
}
.message-view-content-wrapper {
  padding: 5px;
}
.message-view-content {
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.message-view-image {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.message-view-image.success {
  background: url(../../../../../Content/Images/message-view-success.png) no-repeat;
}
.message-view-image.information {
  background: url(../../../../../Content/Images/message-view-info.png) no-repeat;
}
.message-view-image.question {
  background: url(../../../../../Content/Images/message-view-help.png) no-repeat;
}
.message-view-image.warning {
  background: url(../../../../../Content/Images/message-view-warning.png) no-repeat;
}
.message-view-image.error {
  background: url(../../../../../Content/Images/message-view-error.png) no-repeat;
}
/*Message and image*/
.message-view-message {
  display: inline-block;
  min-width: 100px;
  max-width: 500px;
  text-align: left;
  font-size: 14px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.message-view-message.no-max-width {
  max-width: none;
}
.message-view-message a {
  color: inherit;
  font-weight: bold;
}
.message-view-message a:focus {
  outline: none;
}
/*Buttons*/
.message-view-buttons {
  text-align: center;
}
.message-view-buttons.success,
.message-view-buttons.success a {
  color: #ffffff;
}
/*Details*/
.message-view-details {
  max-width: 960px;
  min-width: 100px;
  padding-left: 40px;
}
