body {
  margin: 0;
}
.clear {
  clear: both;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type="submit"].spriteCMSIcons,
.spriteCMSIcons {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(/Images/CMSv2/Icons.png);
}
input[type="submit"].spriteCMSIcons:hover,
.spriteCMSIcons:hover {
  background-image: url(/Images/CMSv2/Icons.png);
}
.heatMapCanvas {
  top: 0;
}
#CMSHeatSlideMenu {
  background: #333333;
  position: fixed;
  right: -47px;
  display: none;
  z-index: 10000001;
}
.CMSHeatMapMenuContainer {
  right: 0;
  z-index: 10000001;
}
.CMSHeatMapMenuContainer li {
  display: block;
}
.CMSHeatMapMenuContainer .CMSHeatMapDatePicker {
  margin: 6px 8px 4px 8px;
}
.CMSHeatMapButton {
  height: 32px;
  width: 32px;
}
.CMSHeatMapMenuButton {
  float: right;
  background-position: -801px -1px;
  margin-right: 30px;
}
.CMSHeatMapMenuButton:hover {
  background-position: -835px -1px;
  cursor: pointer;
}
.CMSHeatMapMenuButtonOn {
  background-position: -835px -1px;
}
.CMSHeatMapClickButton {
  margin: 5px 8px 0 8px;
  background-position: -1001px -1px;
}
.CMSHeatMapClickButton:hover {
  background-position: -1035px -1px;
  cursor: pointer;
}
.CMSHeatMapClickButtonOn {
  background-position: -1035px -1px;
}
.CMSHeatMapMoveButton {
  margin: 5px 8px 0 8px;
  background-position: -901px -1px;
}
.CMSHeatMapMoveButton:hover {
  background-position: -935px -1px;
  cursor: pointer;
}
.CMSHeatMapMoveButtonOn {
  background-position: -935px -1px;
}
#CMSAdminBar {
  background: none repeat scroll 0 0 #333333;
  height: 65px;
  line-height: 30px;
  padding-top: 25px;
  overflow: hidden;
  font-family: sans-serif;
}
#CMSAdminBar #CMSCatalogueButton {
  background-position: -600px 0;
  float: right;
  height: 34px;
  width: 33px;
  margin-right: 30px;
  margin-top: 5px;
  margin-left: 0;
}
#CMSAdminBar #CMSCatalogueButton:hover {
  background-position: -633px 0;
}
#CMSDefactoLogo {
  background-position: 0 0;
  float: left;
  height: 68px;
  margin-left: 30px;
  width: 37px;
  cursor: pointer;
}
#CMSAutoSaveButton {
  background-position: -500px 0;
  float: right;
  height: 34px;
  margin-right: 30px;
  margin-top: -3px;
  width: 37px;
}
#CMSAutoSaveButton:hover {
  background-position: -538px 0;
  cursor: pointer;
}
#CMSMetaButton {
  background-position: -400px 0;
  float: right;
  height: 31px;
  margin-right: 30px;
  width: 49px;
}
#CMSMetaButton:hover {
  background-position: -449px 0;
  cursor: pointer;
}
#PageMetaPopup .MetaRow {
  margin: 5px;
}
#PageMetaPopup .MetaRow label {
  display: inline-block;
  width: 110px;
}
#PageMetaPopup .MetaRow textarea {
  max-width: 360px;
  max-height: 145px;
  margin: 0;
}
#PageMetaPopup .MetaRow #MetaTagDesc {
  vertical-align: top;
}
#PageMetaPopup input[type=button] {
  margin: 5px;
}
#PageMetaPopup input[type=button]:hover {
  color: #00b463;
}
#PageMetaPopup #SelectedMetaTags {
  float: left;
}
#PageMetaPopup #SelectedMetaTags table {
  border-collapse: collapse;
  border: 2px solid #cacaca;
  border-top: 1px solid #00b463;
  width: 100%;
  margin-bottom: 10px;
}
#PageMetaPopup #SelectedMetaTags table th {
  background: #efefef;
}
#PageMetaPopup #SelectedMetaTags table th,
#PageMetaPopup #SelectedMetaTags table td {
  padding: 5px 10px 5px 10px;
}
#PageMetaPopup #SelectedMetaTags table label {
  font-weight: normal;
  font-size: 84%;
}
#CMSWebsiteInfoButton {
  background-position: -1200px 0;
  float: right;
  height: 34px;
  width: 45px;
  margin-right: 20px;
  margin-top: 5px;
}
#CMSWebsiteInfoButton:hover {
  background-position: -1244px 0;
}
#CMSLanguageButton {
  background-position: -200px 0;
  float: right;
  height: 32px;
  margin-right: 30px;
  width: 32px;
}
#CMSLanguageButton:hover {
  background-position: -232px 0;
  cursor: pointer;
}
#CMSGlobalEditButton {
  background-position: -100px 0;
  border: 0 none;
  float: right;
  height: 33px;
  margin-right: 30px;
  margin-top: -1px;
  width: 34px;
}
#CMSGlobalEditButton:hover {
  background-position: -134px 0;
  cursor: pointer;
}
#CMSLanguageTitle {
  color: white;
  float: right;
  font-size: 18px;
  margin-right: 15px;
}
#CMSLanguageDD {
  border-color: #00b463 #999999 #999999;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-right: 30px;
  padding: 5px 0;
  width: 200px;
}
#CMSLogoutButton,
input#CMSLogoutButton[type="submit"] {
  background-color: #333333;
  background-position: -300px 0;
  border: 0 none;
  float: right;
  height: 30px;
  margin-right: 30px;
  padding: 0;
  width: 31px;
}
#CMSLogoutButton:hover,
input#CMSLogoutButton[type="submit"]:hover {
  background-position: -331px 0;
  cursor: pointer;
}
#CMSJGrowlOutput {
  position: fixed;
  top: 100px;
  right: 0;
  left: auto;
  width: auto;
  z-index: 51;
}
#CMSJGrowlOutput .jGrowl-notification.ui-state-highlight,
#CMSJGrowlOutput .jGrowl-closer {
  background: #333333;
  color: #00b463;
  border: 1px solid #00b463;
  width: 300px;
  margin: 5px;
  text-align: center;
}
#CMSJGrowlOutput .jGrowl-close {
  float: right;
  font-size: 30px;
  margin-right: 10px;
  cursor: pointer;
}
#CMSJGrowlOutput .jGrowl-closer {
  cursor: pointer;
}
#CMSJGrowlOutput .jGrowl-message {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#CMSJGrowlOutput .MessageSuccess {
  color: #00b463;
  font-size: 15px;
  font-weight: bold;
}
#CMSJGrowlOutput .MessageFail {
  color: #e75264;
  font-size: 15px;
  font-weight: bold;
}
#CMSJGrowlOutput .MessageInfo {
  color: #efefef;
  font-size: 15px;
  font-weight: bold;
}
#CMSJGrowlOutput .Cross {
  color: #e75264;
  font-size: 20px;
  line-height: 30px;
  width: 25px;
  display: inline-block;
}
#CMSJGrowlOutput .Tick {
  color: #00b463;
  font-size: 20px;
  line-height: 30px;
  width: 25px;
  display: inline-block;
}
#CMSJGrowlOutput .Exclaim {
  color: #efefef;
  font-size: 20px;
  line-height: 30px;
  width: 25px;
  display: inline-block;
}
#CMSJGrowlOutput .savingLoader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 750ms linear 0 normal none infinite rotate;
  border-color: white transparent white white;
  border-image: none;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 3px;
  float: left;
  height: 10px;
  margin: 4px auto;
  width: 10px;
}
#CMSJGrowlOutput .savingText {
  float: left;
  margin-left: 7px;
}
#CMSJGrowlOutput .savingObject {
  clear: both;
}
#CMSJGrowlOutput .savingObject .savingItem {
  display: block;
  font-weight: normal;
  margin-left: 24px;
}
.popup-content {
  font-family: Arial, Helvetica, sans-serif;
}
.popup-content input[type="button"] {
  background: #333333;
  color: white;
  border: none;
  height: 34px;
  width: 147px;
  cursor: pointer;
  font-size: 17px;
}
.popup-content input[type="button"].popup-close {
  float: right;
  cursor: pointer;
  color: white;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  background-color: transparent;
  top: 0;
}
.popup-content h4 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  color: white;
  background-color: #00b463;
  font-size: 22px;
  font-weight: normal;
}
.popup-header h4 {
  margin: 0;
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-indent: 20px;
  color: white;
  background-color: #333333;
}
.popup-header .popup-close {
  float: right;
  cursor: pointer;
  font-size: 40px;
  color: white;
  height: 37px;
  line-height: 37px;
}
.CMSEventBody {
  background: none repeat scroll 0 0 white;
  border: 1px solid white;
  height: 200px;
  position: relative;
  width: 800px;
  margin: 20px;
}
.disabledButton {
  pointer-events: none!important;
  opacity: 0.3;
}
.CMSEditBox {
  position: relative;
}
.CMSEditBox.EditOn {
  min-height: 32px;
  min-width: 200px;
}
.CMSEditBox .CMSeditable {
  box-shadow: 0 0 0 2px #ff9900 inset;
}
.CMSEditBox .CMSWrapper {
  min-height: 15px;
}
.CMSEditBox .CMSEditBarHover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  z-index: 50;
}
.CMSEditBox .CMSEditBarHover .CMSEditSmallPen {
  background-position: -300px -100px;
  height: 19px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 19px;
}
.CMSEditBox .CMSEditBarHover .CMSEditLangShown {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
  text-indent: 0;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 19px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 40px;
}
.CMSEditBox .CMSEditBar {
  background: none repeat scroll 0 0 #333333;
  color: white;
  display: none;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  z-index: 100;
}
.CMSEditBox .CMSEditBar .CMSEditEndStop {
  background: none repeat scroll 0 0 #00b463;
  float: left;
  height: 100%;
  line-height: 30px;
  width: 10px;
}
.CMSEditBox .CMSEditBar .CMSEditTitle {
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
}
.CMSEditBox .CMSEditBar .CMSEditButton {
  cursor: pointer;
  float: right;
  background: url("/Images/Icons/ico_edit.png") no-repeat scroll 6px 2px #333333;
  height: 30px;
  width: 30px;
}
.CMSEditBox .CMSEditBar .CMSTemplateButton {
  background-position: -100px -100px;
  cursor: pointer;
  float: right;
  visibility: hidden;
  height: 32px;
  width: 32px;
}
.CMSEditBox .CMSEditBar .CMSTemplateButton:hover {
  background-position: -132px -100px;
  cursor: pointer;
}
.CMSEditBox .CMSEditBar .CMSSaveButton {
  background-position: -200px -100px;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  height: 32px;
  width: 32px;
}
.CMSEditBox .CMSEditBar .CMSSaveButton:hover {
  background-position: -232px -100px;
  cursor: pointer;
}
.CMSEditBox .CMSEditBar .CMSDeleteButton {
  background-position: -400px -100px;
  cursor: pointer;
  float: right;
  margin-right: 7px;
  height: 32px;
  width: 32px;
}
.CMSEditBox .CMSEditBar .CMSDeleteButton:hover {
  background-position: -432px -100px;
  cursor: pointer;
}
.CMSEditBox .CMSEditBar .CMSEditLangShown {
  color: white;
  float: right;
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
  text-indent: 0;
  height: 0;
  line-height: 12px;
  margin-right: 16px;
  margin-top: 25px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 8px;
}
.CMSEditBox .CMSEditBar .CMSEditBarOverlay {
  background: url("/Images/CMSv2/trans-bg.png") repeat scroll 0 0 transparent;
  display: none;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition: height 400ms ease 0;
  width: 100%;
  z-index: 1000;
}
.CMSEditBox .CMSEditBar .CMSEditBarOverlay .CMSEditBarLoading {
  display: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 750ms linear 0 normal none infinite rotate;
  border-color: white transparent white white;
  border-image: none;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 3px;
  height: 10px;
  margin: 4px auto;
  width: 10px;
}
#CMS_TokenEditBoxContainer {
  display: none;
}
#CMS_TokenEditBox {
  background: white;
  box-shadow: 0 0 10px black;
  height: 164px;
  margin: -82px 0 0 -141px;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 282px;
  z-index: 12345;
  font-family: sans-serif;
  text-align: left;
}
#CMS_TokenEditBox th {
  color: #333333;
  padding: 4px;
}
#CMS_TokenEditBox #CMSTextToken_Input {
  width: 186px;
  height: 80px;
  resize: none;
}
#TokenEditBox_CloseButton {
  color: #333333;
  cursor: pointer;
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 14px;
  width: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#TokenEditBox_CloseButton:hover {
  color: #00b463;
}
#TokenEditBox_Buttons {
  text-align: right;
}
#TokenEditBox_Buttons input {
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
}
#TokenEditBox_Buttons input:hover {
  background-color: white;
  color: #333333;
}
.EditableToken {
  position: relative;
}
.EditableToken .CMSTokenHover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  z-index: 50;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  zoom: 1;
}
.EditableToken .CMSTokenHover .CMSEditSmallPen {
  background-position: -300px -100px;
  height: 19px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 19px;
}
.EditableToken .CMSTokenHover .CMSEditSmallPen:hover {
  background-position: -319px -100px;
  cursor: pointer;
}
#CMS_TokenEditBoxBackground {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12344;
}
.Icon-View {
  width: 29px;
  height: 17px;
  background-position: -100px -500px;
}
div.CMSLockViewWrap {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  height: 26px;
  position: absolute;
  right: 0;
  width: 32px;
  z-index: 101;
}
div.CMSLockViewWrap .CMSLockViewMenuButton {
  background-position: -500px -100px;
  cursor: pointer;
  position: relative;
  height: 17px;
  width: 29px;
  margin-left: 2px;
  margin-top: 5px;
}
div.CMSLockViewWrap .CMSLockViewMenuButton:hover {
  background-position: -529px -100px;
}
ul .CMSLockViewMenuShow {
  display: block!important;
  visibility: visible;
  z-index: 500;
}
#CMS_ToolbarHeader {
  height: 60px;
  padding-top: 40px;
  text-align: center;
  vertical-align: text-top;
}
.CMSDeleteElement {
  background-position: -400px -100px;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
}
.CMSDeleteElement:hover {
  background-position: -432px -100px;
  cursor: pointer;
}
.ui-sortable div {
  cursor: move;
}
.hasEditBar {
  min-height: 25px;
  min-width: 25px;
  position: relative;
}
.hasEditBar .EditButton {
  display: none;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.hasEditBar .EditButton:hover {
  padding: 0;
}
.hasEditBar .EditButton img {
  height: 24px;
  width: 24px;
}
.hasEditBar:hover {
  outline: 1px dashed #999999;
}
.hasEditBar:hover .EditButton {
  display: block;
}
div.ck_editor_CMS_AttachedImages {
  height: 350px;
}
div.ck_editor_CMS_AttachedImage_Title {
  margin-bottom: 10px;
  font-weight: bold;
  height: 30px;
}
div.ck_editor_CMS_AttachedImagesContainer {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  width: 413px;
  white-space: normal;
}
div.ck_editor_CMS_AttachedImage_Wrapper {
  width: 100px;
  display: inline-block;
  *display: inline;
  cursor: pointer;
  zoom: 1;
  margin: 0 3px 10px 0;
  vertical-align: middle;
  text-align: center;
}
div.ck_editor_CMS_AttachedImage_Wrapper img {
  display: block;
  cursor: pointer;
}
div.ck_editor_CMS_AttachedImage_TCWrapper {
  display: inline-block;
  border: 1px solid #cccccc;
}
div.ck_editor_CMS_AttachedImage_TCWrapper:hover {
  border: 1px solid #00b463;
}
div.ck_editor_CMS_FileCabTitle {
  float: left;
}
.ck_editor_CMS_FileUploaderWrapper {
  float: right;
  height: 30px;
  overflow: hidden;
  width: 100px;
  position: relative;
}
.ck_editor_CMS_FileUploaderWrapper input[type="file"] {
  cursor: pointer;
  right: 0;
  width: 300px;
}
.ck_editor_CMS_FileUploaderWrapper input {
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
  font-size: 14px;
  padding: 5px;
  width: 88px;
  text-align: center;
}
.ck_editor_CMS_FileUploaderWrapper:hover input {
  color: #333333;
  background-color: white;
}
div.ck_editor_CMS_stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
#Target {
  width: 90%;
  margin: 0 auto;
  border: 1px solid black;
  height: 500px;
  overflow: auto;
  background: white;
}
.ColumnWrapper {
  width: 760px;
  text-align: center;
  margin: 0 auto;
}
.TwoColumnHeader {
  width: 100%;
  display: block;
}
.LeftColumn {
  width: 290px;
  display: inline-block;
  margin-right: 30px;
  text-align: left;
}
.RightColumn {
  width: 435px;
  display: inline-block;
  text-align: left;
}
#CMS_Template_Selector {
  background: none repeat scroll 0 0 white;
  border: 1px solid;
  display: none;
  height: 200px;
  overflow: auto;
  padding: 20px;
  width: 550px;
}
#CMS_Template_Selector_Templates {
  padding: 0 20px;
}
#CMS_Template_Selector_Title {
  background-color: black;
  color: white;
  display: block;
  font-size: 30px;
  height: 27px;
  padding: 10px;
  text-align: center;
}
.CMS_Template_Image {
  float: left;
}
.CMS_Template {
  clear: both;
  display: inline-block;
  margin: 20px 0;
}
.CMS_Template:hover {
  color: #00b463;
  cursor: pointer;
}
.CMS_Template_Text {
  float: left;
  margin-left: 15px;
  font-size: 14px;
}
.CMS_Template_Title {
  display: block;
  font-weight: bold;
  width: 330px;
}
.CMS_Template_Description {
  display: block;
  width: 330px;
}
.attachment-list {
  display: inline-block;
  font-size: 13px;
  width: 100%;
}
.attachment-list li {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 285px;
}
.attachment-list li .filename {
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  width: 285px;
  overflow: hidden;
  display: inline-block;
}
#AttachingFilesContainer {
  display: none;
  margin-top: 25px;
}
#AttachingFilesContainer img {
  opacity: .6;
  float: left;
}
#NewAttachingFilesContainer img {
  opacity: .6;
  float: left;
}
.AttachingFilename {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  white-space: nowrap;
  float: left;
  line-height: 24px;
  margin-left: 10px;
}
input.RemoveAttachment {
  background: #eeeeee;
  color: #555555;
  float: right;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 0 0 0 20px;
  padding: 0;
  position: absolute;
  right: 0;
}
input.RemoveAttachment:hover {
  border-color: #00b463;
  color: #00b463;
}
#UploadButtonContainer {
  padding-top: 10px;
  width: 290px;
}
#fileupload {
  display: none;
  float: right;
  width: 200px;
}
#UploadLoading {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 38px;
  display: none;
  height: 200px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  width: 950px;
  z-index: 6;
}
.CMSPageHeading {
  background: none repeat scroll 0 0 #00b463;
  color: white;
  font: 25px "DINWeb Medium", Arial, Helvetica, sans-serif;
  height: 68px;
  letter-spacing: -1.5px;
  line-height: 68px;
}
.CMSPageHeading h1 {
  font-size: 115%;
  margin: 0;
  font-weight: normal;
  line-height: 75px;
}
#LanguageContainer {
  padding-bottom: 40px;
}
#LanguageHdrIcon {
  background-position: -200px 0;
  height: 19px;
  width: 18px;
  float: left;
  height: 68px;
  margin-top: 18px;
  width: 32px;
  margin-right: 10px;
}
.LanguageEdit {
  display: inline-block;
  float: right;
  width: 60px;
}
.LanguageEditButton,
.LanguageSaveButton,
.LanguageCancelButton {
  display: inline-block;
  float: right;
  margin-top: 6px;
  margin-right: 6px;
}
.LanguageEditButton {
  background-position: -100px -200px;
  height: 19px;
  width: 18px;
}
.LanguageEditButton:hover {
  background-position: -119px -200px;
  cursor: pointer;
}
.LanguageSaveButton {
  background-position: -200px -200px;
  height: 19px;
  width: 18px;
}
.LanguageSaveButton:hover {
  background-position: -220px -200px;
  cursor: pointer;
}
.LanguageCancelButton {
  background-position: -300px -200px;
  height: 19px;
  width: 18px;
  margin-right: 9px;
}
.LanguageCancelButton:hover {
  background-position: -319px -200px;
  cursor: pointer;
}
.LanguageSubHeading {
  font: 20px "DINWeb Medium", Arial, Helvetica, sans-serif;
  letter-spacing: -1.5px;
  margin: 20px 0 20px 0;
}
#LanguageTable {
  margin-left: 15%;
}
#LanguageTableInfo td,
#LanguageTableInfo th {
  font-size: 12px;
  padding: 5px;
  vertical-align: center;
  height: 30px;
}
#LanguageTableInfo td {
  min-width: 150px;
}
#LanguageTableInfo th {
  background: #333333;
  border: none;
  color: #00b463;
  font: bold 15px Arial, Helvetica, sans-serif;
  letter-spacing: -0.15px;
  text-align: left;
}
#LanguageTableInfo tr {
  border-bottom: 1px solid #aaaaaa;
}
#LanguageTable table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  border: 1px solid #aaaaaa;
  width: 50%;
}
#LanguageTableInfo [contenteditable="true"] {
  border: dashed #aaaaaa;
}
#LanguageTableInfo [contenteditable="true"]:hover {
  border-color: #00b463;
}
#LanguageTableInfo tr:nth-child(even) {
  background-color: white;
}
#LanguageTableInfo tr:nth-child(odd) {
  background-color: #effbf5;
}
#LanguageBackLink {
  color: white;
  display: inline-block;
  float: left;
  font: 12px arial, sans-serif;
  letter-spacing: normal;
  line-height: 68px;
  margin: 0 0 0 5px;
  width: 15%;
}
#LanguageBackLink a,
#LanguageBackLink a:visited {
  color: white;
  text-decoration: none;
}
.LanguageDDL,
#langParent {
  border-color: #00b463 #999999 #999999;
  border-style: solid;
  border-width: 1px;
  float: left;
  padding: 5px 0;
  width: 150px;
}
#langParent {
  float: left;
  margin-top: 0;
  margin-bottom: 19px;
  width: 200px;
}
.LanguageEdit {
  float: right;
}
#LanguageBreakLine {
  border-bottom: solid #aaaaaa 1px;
  margin: 0 0 40px 0;
  padding: 40px 0 0 0;
}
#LanguageAdd {
  margin: 0 0 0 15%;
}
#LanguageAdd input[type=text] {
  width: 200px;
  display: inline-block;
  float: left;
  padding: 5px 0;
  margin-bottom: 19px;
}
#LanguageAdd label {
  width: 100px;
  display: inline-block;
  float: left;
  padding: 5px 0;
  margin-bottom: 19px;
}
#LanguageAdd .validate_container {
  display: inline-block;
}
#LanguageAdd input[type=button] {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #333333;
  color: white;
  font: 18px "DINweb Medium", sans-serif;
  height: 38px;
  letter-spacing: -0.5px;
  padding: 0 10px;
  cursor: pointer;
}
#LanguageAdd input[type=button]:hover {
  cursor: pointer;
  color: #333333;
  background: white;
}
#LanguageAdd input[type=button]:disabled {
  background: #c2c2c2;
  color: #e4dfdf;
}
#NewApplicationContent {
  margin: 0 auto;
  width: 370px;
}
#NewApplicationContent p {
  text-align: left;
}
#NewApplicationContent input[type="text"] {
  padding: 5px;
  width: 356px;
  margin-bottom: 26px;
}
#NewApplicationContent #NewAppBtnContainer #CancelBtn {
  float: left;
}
#NewApplicationContent #NewAppBtnContainer #okBtn {
  float: right;
}
#NewApplicationContent #NewAppBtnContainer #CancelBtn:disabled,
#NewApplicationContent #NewAppBtnContainer #okBtn:disabled {
  background: #aaaaaa;
  cursor: default;
}
#GeneralInfoPageContent {
  width: 825px;
  margin: 0 auto;
}
#GeneralInfoPageContent input[type=button] {
  background: #333333;
  color: white;
  border: none;
  height: 34px;
  line-height: 18px;
  cursor: pointer;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
#GeneralInfoPageContent input[type=button]:disabled {
  background: #aaaaaa;
  cursor: default;
}
#GeneralInfoPageContent #GeneralInfoPageButtons {
  float: right;
}
#GeneralInfoPageContent #GeneralInfoPageList {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  font-family: "DINWeb", Arial, Helvetica, sans-serif;
}
#GeneralInfoPageContent #GeneralInfoPageList li {
  border-bottom: solid #999999 1px;
  padding: 10px 0;
}
#GeneralInfoPageContent #GeneralInfoPageList li .GeneralWebTitle {
  font-size: 192%;
  font-family: arial;
  color: #333333;
}
#GeneralInfoPageContent #GeneralInfoPageList li .GeneralInfoParameterLabel {
  display: inline-block;
  width: 165px;
  font-family: arial;
}
#GeneralInfoPageContent #GeneralInfoPageList li .GeneralWebSettingRow {
  margin: 5px 0;
}
#GeneralInfoPageContent #GeneralInfoPageList li input[type=text] {
  width: 245px;
  padding: 5px 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#GeneralInfoPageContent #GeneralInfoPageList li select {
  width: 245px;
  padding: 1px 0;
  padding: 5px 0 5px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#CMSLoginHeader {
  width: 100%;
  display: inline-block;
}
#CMSLoginHeader #CMSLoginDFLogo {
  float: right;
  padding: 20px;
}
#CMSLoginPanel {
  color: white;
}
#CMSLoginPanel #CMSAdminLogin {
  margin: 40px auto;
  width: 516px;
  padding: 20px;
  font-family: arial;
  overflow: hidden;
}
#CMSLoginPanel #CMSAdminLogin .FormLabel {
  float: left;
  clear: both;
  text-align: right;
  width: 75px;
  line-height: 37px;
  font-size: 18px;
}
#CMSLoginPanel #CMSAdminLogin .FormInput {
  float: right;
  width: 425px;
  margin-bottom: 30px;
}
#CMSLoginPanel #CMSAdminLogin input[type="email"],
#CMSLoginPanel #CMSAdminLogin input[type="password"] {
  height: 35px;
  width: 376px;
}
#CMSLoginPanel #CMSAdminLogin #LoginMessage {
  float: left;
  clear: both;
  color: red;
}
#CMSLoginPanel #CMSAdminLogin .ValidationContainer {
  font-size: 20px;
}
#CMSLoginPanel #CMSv2Logo {
  margin-bottom: 40px;
}
