﻿.clear {
  clear: both;
}
.cke_dialog_ui_button {
  box-shadow: none !important;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  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);
}
#CMSAdminBar {
  background: none repeat scroll 0 0 #333333;
  height: 80px;
  line-height: 30px;
  padding-top: 25px;
  overflow: hidden;
  font-family: sans-serif;
}
@media (max-width: 1000px) {
  #CMSAdminBar {
    display: none !important;
  }
}
#CMSAdminBar #CMSDefactoLogo {
  background-position: 0px 0px;
  float: left;
  height: 68px;
  margin-left: 30px;
  width: 37px;
  cursor: pointer;
}
#CMSAdminBar #CMSAutoSaveButton {
  background-position: -500px 0px;
  float: right;
  height: 34px;
  margin-right: 30px;
  margin-top: -3px;
  width: 37px;
}
#CMSAdminBar #CMSAutoSaveButton:hover {
  background-position: -538px 0px;
  cursor: pointer;
}
#CMSAdminBar #CMSMetaButton {
  background-position: -400px 0px;
  float: right;
  height: 31px;
  margin-right: 30px;
  width: 49px;
}
#CMSAdminBar #CMSMetaButton:hover {
  background-position: -449px 0px;
  cursor: pointer;
}
#CMSAdminBar #CMSLanguageButton {
  background-position: -200px 0px;
  float: right;
  height: 32px;
  margin-right: 30px;
  width: 32px;
}
#CMSAdminBar #CMSLanguageButton:hover {
  background-position: -232px 0px;
  cursor: pointer;
}
#CMSAdminBar #CMSGlobalEditButton {
  background-position: -100px 0px;
  border: 0 none;
  float: right;
  height: 33px;
  margin-right: 30px;
  margin-top: -1px;
  width: 34px;
}
#CMSAdminBar #CMSGlobalEditButton:hover {
  background-position: -134px 0px;
  cursor: pointer;
}
#CMSAdminBar #CMSLanguageTitle {
  color: white;
  float: right;
  font-size: 18px;
  margin-right: 15px;
}
#CMSAdminBar #CMSLanguageDD {
  border-color: #00b463 #999999 #999999;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-right: 30px;
  padding: 5px 0;
  width: 200px;
}
#CMSAdminBar #CMSLogoutButton,
#CMSAdminBar input#CMSLogoutButton[type="submit"] {
  background-color: #333333;
  background-position: -300px 0px;
  border: 0 none;
  float: right;
  height: 30px;
  margin-right: 30px;
  padding: 0;
  width: 31px;
}
#CMSAdminBar #CMSLogoutButton:hover,
#CMSAdminBar input#CMSLogoutButton[type="submit"]:hover {
  background-position: -331px 0px;
  cursor: pointer;
}
#CMSAdminBar #CMSJGrowlOutput {
  position: fixed;
  top: 100px;
  right: 0;
  left: auto;
  width: auto;
}
#CMSAdminBar #CMSJGrowlOutput .jGrowl-notification,
#CMSAdminBar #CMSJGrowlOutput .jGrowl-closer {
  background-color: #333333;
  color: #00b463;
  border: 1px solid #00b463;
  width: 300px;
}
#CMSAdminBar #CMSJGrowlOutput .MessageSuccess {
  color: #00b463;
  font-size: 15px;
  font-weight: bold;
}
#CMSAdminBar #CMSJGrowlOutput .MessageFail {
  color: #e75264;
  font-size: 15px;
  font-weight: bold;
}
#CMSAdminBar #CMSJGrowlOutput .Cross {
  color: #e75264;
  font-size: 20px;
  line-height: 30px;
  width: 25px;
  display: inline-block;
}
#CMSAdminBar #CMSJGrowlOutput .Tick {
  color: #00b463;
  font-size: 20px;
  line-height: 30px;
  width: 25px;
  display: inline-block;
}
#CMSAdminBar #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 0s 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;
}
#CMSAdminBar #CMSJGrowlOutput .savingText {
  float: left;
  margin-left: 7px;
}
#CMSAdminBar #CMSJGrowlOutput .savingObject {
  clear: both;
}
#CMSAdminBar #CMSJGrowlOutput .savingObject .savingItem {
  display: block;
  font-weight: normal;
  margin-left: 24px;
}
.CMSEventBody {
  background: none repeat scroll 0 0 white;
  border: 1px solid white;
  height: 200px;
  position: relative;
  width: 800px;
  margin: 20px;
}
.CMSEditBox {
  overflow: hidden;
  position: relative;
}
.CMSEditBox.EditOn {
  min-height: 32px;
}
.CMSEditBox .CMSeditable {
  box-shadow: 0 0 0 2px #ff9900 inset;
  overflow: hidden;
}
.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;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 19px;
  top: 0;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -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: -160px;
  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;
  height: 0;
  line-height: 12px;
  margin-right: 16px;
  margin-top: 25px;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -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 0s;
  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 0s 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)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  /* IE6 & 7 */
  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;
}
/* Edit Buttons */

.hasEditBar {
  min-height: 25px;
  min-width: 25px;
  /*padding: 2px;*/
  position: relative;
}
.hasEditBar .EditButton {
  display: none;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.hasEditBar .EditButton:hover {
  padding: 0px;
}
.hasEditBar .EditButton img {
  height: 24px;
  width: 24px;
}
.hasEditBar:hover {
  outline: 1px dashed #999999;
}
.hasEditBar:hover .EditButton {
  display: block;
}
#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;
}
.CMSAttachmentsList .attachment-list {
  display: inline-block;
  width: 100%;
  font-size: 13px;
}
.CMSAttachmentsList .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;
}
.CMSAttachmentsList .attachment-list li .filename {
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  width: 285px;
  overflow: hidden;
  display: inline-block;
}
.CMSAttachmentsList .AttachingFilesContainer {
  display: none;
  margin-top: 25px;
}
.CMSAttachmentsList .AttachingFilesContainer img {
  opacity: 0.6;
  float: left;
}
.CMSAttachmentsList #NewAttachingFilesContainer img {
  opacity: 0.6;
  float: left;
}
.CMSAttachmentsList .AttachingFilename {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  white-space: nowrap;
  float: left;
  line-height: 24px;
  margin-left: 10px;
}
.CMSAttachmentsList 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;
}
.CMSAttachmentsList input.RemoveAttachment:hover {
  border-color: #00b463;
  color: #00b463;
}
.CMSAttachmentsList #UploadButtonContainer {
  padding-top: 10px;
  width: 290px;
}
.CMSAttachmentsList #fileupload {
  display: none;
  float: right;
  width: 200px;
}
.CMSAttachmentsList #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;
}
@media (min-width: 1330px) {
  .CMSAttachmentsList #UploadLoading {
    width: 1200px;
  }
}
#LanguageContainer {
  padding-bottom: 40px;
}
#LanguageHdrBar {
  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;
}
#LanguageHdrIcon {
  background-position: -200px 0px;
  height: 19px;
  width: 18px;
  float: left;
  height: 68px;
  margin-top: 18px;
  width: 32px;
  margin-right: 10px;
}
.LanguageEdit {
  width: 60px;
  display: inline-block;
  float: right;
}
.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 0px 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;
}
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;
}
div.ck_editor_CMS_FileUploaderWrapper {
  float: right;
  height: 30px;
  overflow: hidden;
  width: 100px;
  position: relative;
}
div.ck_editor_CMS_FileUploaderWrapper input[type="file"] {
  cursor: pointer;
  right: 0;
  width: 300px;
}
div.ck_editor_CMS_FileUploaderWrapper input {
  background-color: #333333;
  color: white;
  border: 1px solid #333333;
  font-size: 14px;
  padding: 5px;
  width: 88px;
  text-align: center;
}
div.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;
}
