﻿/*Animation*/
.DatepickerDiv {
  background: url('../images/Controls/Calendar_Icon.png') no-repeat;
  width: 17px;
  height: 21px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.Form_Row {
  table-layout: fixed;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
}
.Form_Label {
  vertical-align: top;
  width: 110px;
}
.Form_IsRequired {
  vertical-align: top;
  width: 10px;
}
.Form_Label_Text {
  line-height: 18px;
  color: #3b4a5a;
}
.Form_Control_Label {
  color: #3b4a5a;
  font-weight: bold;
}
.Form_Control_TextBox {
  color: #3b4a5a;
  width: 300px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.Form_Control_TextBoxCalendar {
  color: #3b4a5a;
  width: 100px;
  margin-right: 5px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
  float: left;
}
.Form_Control_TextBoxCalendar_Disabled {
  color: #3b4a5a;
  width: 100px;
  margin-right: 5px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.Form_Control_TextArea {
  color: #3b4a5a;
  width: 400px;
  height: 200px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.Form_Control_TextAreaXml {
  color: #3b4a5a;
  width: 90%;
  height: 200px;
  border: 1px solid #cccccc;
  font-family: Arial;
  font-size: 14px;
}
.Form_Control_DropDownList {
  color: #3b4a5a;
  width: 300px;
  height: 22px;
  border: 1px solid #cccccc;
  font-family: Arial;
  font-size: 14px;
}
.Form_Control_TextBoxPasswordPreview {
  font-size: 14px;
  height: 18px;
  width: 100px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  cursor: default;
}
.Form_Control_CheckBoxList {
  color: #3b4a5a;
  text-decoration: none;
  width: auto;
}
.Form_Control_RadioButtonList {
  color: #3b4a5a;
  width: auto;
  text-decoration: none;
}
.Form_Control_Button {
  background-color: #007dc7;
  color: #ffffff;
  border: 0;
  width: 150px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.Form_Control_Button:hover {
  background-color: #098adf;
}
.Form_Control_ButtonUpload {
  background-color: #555555;
  color: #ffffff;
  border: 0;
  width: 150px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 7px 0 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.Form_Control_ButtonUpload:hover {
  background-color: #098adf;
}
.Form_Control_Button_StartUpload {
  background: url('../images/Controls/Button_StartUpload.png') left center no-repeat;
  padding: 5px 5px 5px 28px;
  line-height: 25px;
  font-size: 14px;
  color: #098adf;
  text-decoration: none;
}
.Form_Control_Link {
  color: #3b4a5a;
}
.Form_Control_Link_LightGray {
  color: #acacac;
}
.Form_Control_FileUpload {
  color: #3b4a5a;
  width: 600px;
  padding-top: 5px;
}
.Form_Control_FileUploadIcon {
  background: url('../images/Controls/Form_Control_FileUploadIcon_Generic.png') no-repeat;
  width: 24px;
  height: 24px;
}
.Form_Control_FileUploadDelete {
  background: url('../images/Controls/Button_Remove_Small.png') left center no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.Form_Control_DragElement {
  border: 1px solid #cccccc;
  padding: 5px;
  color: #098adf;
  font-weight: bold;
  background-color: #ffffff;
}
.Form_Control_DroppableArea_ItemDrag {
  color: #3b4a5a;
  font-weight: bold;
}
.Form_Control_DroppableArea_ItemDelete {
  background: url('../images/Controls/Button_Remove_Small.png') left center no-repeat;
  cursor: pointer;
  width: 16px;
  height: 24px;
  overflow: hidden;
}
.Form_Control_DroppableArea_ItemIcon {
  background: url('../images/Controls/Form_Control_FileUploadIcon_Generic.png') no-repeat;
  width: 24px;
  height: 24px;
}
.Form_Control_DroppableArea {
  border: 1px dashed #b4b4b4;
  padding: 5px;
  margin: 10px 0 10px 0;
  width: 290px;
}
.Form_Control_DroppableLabel {
  font-size: 14px;
  line-height: 14px;
  color: #b4b4b4;
  text-align: center;
}
.Form_Control_DataWebFileDownload {
  color: #3b4a5a;
  text-decoration: underline;
}
.Form_Control_DataWebFileDownload:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.Form_Validator_Asterisk {
  color: #fe2121;
}
.Form_Validator_Text {
  color: #fe2121;
}
.Form_Notes_Text {
  color: #3b4a5a;
}
.Form_Title {
  margin-top: 10px;
  table-layout: fixed;
  width: 100%;
  height: 20px;
}
.Form_Title_Text {
  color: #007dc7;
  font-weight: bold;
}
.Form_Title_Separator {
  background: url('../images/Controls/Form_Title_Separator_Background.gif') bottom repeat-x;
  vertical-align: bottom;
  width: 100%;
  height: 1px;
}
.Form_Background {
  background-color: #f5f6f7;
  vertical-align: top;
}
.Form_Border {
  background-image: url('../images/Controls/Form_Container.png');
}
.Form_Header {
  background-position: 0 -30px;
  background-repeat: repeat-x;
}
.Form_Header_Left {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.Form_Header_Right {
  background-position: 0 -15px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.Form_Footer {
  background-position: 0 -45px;
  background-repeat: repeat-x;
}
.Form_Footer_Left {
  background-position: 0 -75px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.Form_Footer_Right {
  background-position: 0 -60px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.Form_Side_Left {
  background: url('../images/Controls/Form_Container_Side_Left.png') repeat-y;
  width: 10px;
}
.Form_Side_Right {
  background: url('../images/Controls/Form_Container_Side_Right.png') repeat-y;
  width: 10px;
}
.ListBox_Label_Text {
  font-weight: bold;
  color: #3b4a5a;
}
.ListBox_ListBox {
  color: #3b4a5a;
  width: 200px;
  height: 100px;
}
.ListBox_ListBox_Selected {
  background-color: #fcfbd3;
  border: #a5acb2 1px solid;
  color: #3b4a5a;
  width: 200px;
  height: 100px;
}
.ListBox_Button {
  height: 20px;
  color: #007dc7;
  font-weight: bold;
  width: 35px;
}
.ListBox_ClearBoth {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.Paging_Info {
  text-align: left;
  width: 100%;
}
.Paging_Info_Text {
  color: #3b4a5a;
  font-weight: bold;
}
.Paging_First {
  width: auto;
}
.Paging_Previous {
  margin-left: 8px;
  width: auto;
}
.Paging_Next {
  margin-left: 8px;
  width: auto;
}
.Paging_Last {
  margin-left: 8px;
  width: auto;
}
.Paging_Link_Text {
  color: #3b4a5a;
  text-decoration: underline;
}
.Paging_Link_Text:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.UserEdit_Separator {
  float: left;
}
.UserEdit_Row {
  width: 100%;
  margin-bottom: 10px;
}
.UserEdit_Label {
  vertical-align: top;
  width: 110px;
}
.UserEdit_IsRequired {
  vertical-align: top;
  width: 10px;
}
.UserEdit_Label_Text {
  color: #3b4a5a;
}
.UserEdit_Control_Label {
  font-weight: bold;
  color: #3b4a5a;
}
.UserEdit_Control_TextBox {
  color: #3b4a5a;
  width: 180px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 0 3px 0 3px;
  font-family: Arial;
  font-size: 14px;
}
.UserEdit_Control_TextArea {
  color: #3b4a5a;
  width: 300px;
  height: 100px;
}
.UserEdit_Control_CheckBoxList {
  color: #3b4a5a;
  text-decoration: none;
}
.UserEdit_Control_RadioButtonList {
  color: #3b4a5a;
  text-decoration: none;
}
.UserEdit_Control_Link {
  color: #007dc7;
  text-decoration: underline;
}
.UserEdit_Control_Link:hover {
  color: #007dc7;
  text-decoration: underline;
}
.UserEdit_Validator_Text {
  color: #fe2121;
}
.UserEdit_Title {
  table-layout: fixed;
  width: 100%;
  height: 20px;
}
.UserEdit_Title_Text {
  color: #007dc7;
  font-weight: bold;
}
.UserEdit_SubTitle_Text {
  color: #3b4a5a;
  font-weight: bold;
}
.UserEdit_Description {
  table-layout: fixed;
  width: 100%;
  height: 20px;
}
.UserEdit_Description_Text {
  color: #3b4a5a;
}
.UserEdit_CaptchaCode {
  table-layout: fixed;
  width: 100%;
}
.UserEdit_Button {
  color: #007dc7;
  height: 20px;
  font-weight: bold;
}
.UserEdit_Panel_Terms {
  border: #a5acb2 1px solid;
  width: 400px;
  height: 130px;
  padding: 5px;
  font-size: 10px;
  color: #3b4a5a;
  background-color: #ffffff;
}
.UserEdit_Panel_Cancel {
  margin-bottom: 10px;
}
.dynamicPopulate_Normal {
  border: silver 1px inset;
  padding: 2px;
  text-align: center;
  height: 2em;
  margin: 5px;
  width: 200px;
}
.dynamicPopulate_Updating {
  background: url('../images/Controls/UpdateProgress.gif') no-repeat;
  border: silver 1px inset;
  text-align: center;
  padding: 2px;
  height: 2em;
  margin: 5px;
  width: 200px;
}
.XmlList_Grid_Header {
  background: url('../images/Controls/XmlList_Header_Background.gif') top repeat-x;
  height: 25px;
  text-align: left;
}
.XmlList_Grid_Row {
  background: url('../images/Controls/XmlList_Grid_Separator_Background.gif') bottom repeat-x #ffffff;
  height: 25px;
  color: #3b4a5a;
}
.XmlList_Grid_AlternatingRow {
  background: url('../images/Controls/XmlList_Grid_Separator_Background.gif') bottom repeat-x #f2f2f2;
  height: 25px;
  color: #3b4a5a;
}
.XmlList_Grid_SelectedRow {
  background: url('../images/Controls/XmlList_Grid_Separator_Background.gif') bottom repeat-x #f7f8ff;
  height: 25px;
  text-align: left;
  font-weight: bold;
  color: #007dc7;
}
.XmlList_Grid_Column_Generic {
  padding-left: 0;
  padding-right: 6px;
  vertical-align: middle;
  text-align: left;
}
.XmlList_Grid_Label_Text {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
}
.XmlList_Validator_Text {
  color: #fe2121;
}
.XmlList_Button_ItemNew {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border-style: solid;
  background-color: #3b4a5a;
  border-color: #3b4a5a;
  border-top-width: 8px;
  border-bottom-width: 10px;
  border-right-width: 15px;
  border-left-width: 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.XmlList_Button_ItemNew:hover {
  background-color: #425869;
  border-color: #425869;
}
.XmlList_Button_Save,
.XmlList_Button_Cancel {
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #3b4a5a;
  border-style: solid;
  background-color: #cccccc;
  border-color: #cccccc;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 15px;
  border-left-width: 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.XmlList_Button_Save:hover,
.XmlList_Button_Cancel:hover {
  color: #ffffff;
  background-color: #3b4a5a;
  border-color: #3b4a5a;
}
.XmlList_Button_Save {
  color: #007dc7;
}
/*.XmlList_Button_ItemNew {
    color: @color-blue;
    height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.XmlList_Button_Save {
    color: @color-blue;
    height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.XmlList_Button_Cancel {
    color: @color-bluexd;
    height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}*/
.XmlList_Icon {
  background: url('../images/Controls/XmlList_Icons.png') no-repeat top left;
  margin: 5px 2px 5px 0;
  display: inline;
  width: 24px;
  height: 24px;
  outline: none;
}
.XmlList_Icon_Edit {
  background-position: 0 -203px;
}
.XmlList_Icon_MoveUp {
  background-position: 0 -609px;
}
.XmlList_Icon_MoveDown {
  background-position: 0 -580px;
}
.XmlList_Icon_Remove {
  background-position: 0 -87px;
  cursor: pointer;
}
.XmlList_Icon_Copy {
  background-position: 0 -58px;
}
.XmlList_Background {
  background-color: #f5f6f7;
}
.XmlList_Border {
  background-image: url('../images/Controls/Form_Container.png');
}
.XmlList_Header {
  background-position: 0 -30px;
  background-repeat: repeat-x;
}
.XmlList_Header_Left {
  background-position: left 0;
  background-repeat: no-repeat;
}
.XmlList_Header_Right {
  background-position: right -15px;
  background-repeat: no-repeat;
}
.XmlList_Side_Left {
  background: url('../images/Controls/Form_Container_Side_Left.png') left repeat-y;
}
.XmlList_Side_Right {
  background: url('../images/Controls/Form_Container_Side_Right.png') right repeat-y;
}
.XmlList_Footer {
  background-position: 0 -45px;
  background-repeat: repeat-x;
}
.XmlList_Footer_Left {
  background-position: left -75px;
  background-repeat: no-repeat;
}
.XmlList_Footer_Right {
  background-position: right -60px;
  background-repeat: no-repeat;
}
.SqlList_Grid_Header {
  background: url('../images/Controls/SqlList_Header_Background.gif') top repeat-x;
  height: 25px;
  text-align: left;
  font-weight: bold;
}
.SqlList_Grid_Headera:link {
  color: #3b4a5a;
  text-decoration: none;
}
.SqlList_Grid_Headera:hover {
  color: #3b4a5a;
  text-decoration: underline;
}
.SqlList_Grid_Headera:visited {
  color: #3b4a5a;
  text-decoration: none;
}
.SqlList_Grid_Row {
  background: url('../images/Controls/SqlList_Grid_Separator_Background.gif') bottom repeat-x #ffffff;
  height: 25px;
  color: #3b4a5a;
}
.SqlList_Grid_AlternatingRow {
  background: url('../images/Controls/SqlList_Grid_Separator_Background.gif') bottom repeat-x #f2f2f2;
  height: 25px;
  color: #3b4a5a;
}
.SqlList_Grid_SelectedRow {
  background: url('../images/Controls/SqlList_Grid_Separator_Background.gif') bottom repeat-x #f7f8ff;
  height: 25px;
  text-align: left;
  font-weight: bold;
  color: #007dc7;
}
.SqlList_Grid_Column_Generic {
  padding: 0 6px 0 6px;
  vertical-align: middle;
  text-align: left;
}
.SqlList_Grid_Label_Text {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
}
.SqlList_Text {
  text-align: left;
  color: #3b4a5a;
  font-weight: bold;
}
.SqlList_Validator_Text {
  color: #fe2121;
}
.DataWebExplorer_Search_TextBox {
  color: #3b4a5a;
  width: 120px;
}
.SqlList_Search_Button {
  height: 20px;
  color: #007dc7;
  font-weight: bold;
}
.SqlList_Icon {
  padding: 5px 2px 5px 0;
  display: inline;
}
.SqlList_Button_AddElement {
  background: url('../images/Controls/SqlList_Button_AddElement.png') left no-repeat;
  width: 16px;
  height: 16px;
}
.SqlList_Button_CloseList {
  background: url('../images/Controls/SqlList_Button_CloseList.gif') left no-repeat;
  width: 16px;
  height: 16px;
}
.SqlList_Text_CloseList {
  color: #007dc7;
}
.SqlList_Header {
  background: url('../images/Controls/Form_Header_Background.gif') repeat-x;
}
.SqlList_Header_Left {
  background: url('../images/Controls/Form_Header_Left.gif') left no-repeat;
}
.SqlList_Header_Right {
  background: url('../images/Controls/Form_Header_Right.gif') right no-repeat;
}
.SqlList_Background {
  background-color: #f5f6f7;
}
.SqlList_Side_Left {
  background: url('../images/Controls/Form_Side_Left.gif') left repeat-y;
}
.SqlList_Side_Right {
  background: url('../images/Controls/Form_Side_Right.gif') right repeat-y;
}
.SqlList_Footer {
  background: url('../images/Controls/Form_Footer_Background.gif') top repeat-x;
}
.SqlList_Footer_Left {
  background: url('../images/Controls/Form_Footer_Left.gif') left no-repeat;
}
.SqlList_Footer_Right {
  background: url('../images/Controls/Form_Footer_Right.gif') right no-repeat;
}
.SocialLinks {
  width: 63px;
  height: 16px;
}
.SocialLinks_Facebook_Icon {
  background: url('../images/Controls/SocialLinks_Icon_Facebook.png') left no-repeat;
  width: 16px;
  height: 16px;
}
.SocialLinks_Twitter_Icon {
  background: url('../images/Controls/SocialLinks_Icon_Twitter.png') left no-repeat;
  width: 16px;
  height: 16px;
}
.SocialLinks_Delicious_Icon {
  background: url('../images/Controls/SocialLinks_Icon_Delicious.png') left no-repeat;
  width: 16px;
  height: 16px;
}
.upload-button {
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  border-style: solid;
  background-color: #007dc7;
  border-color: #007dc7;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 15px;
  border-left-width: 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.upload-button:hover {
  background-color: #425869;
  border-color: #425869;
}
.upload-control .fileinput-button {
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  border-style: solid;
  background-color: #007dc7;
  border-color: #007dc7;
  padding: 8px 15px;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.upload-control .fileinput-button:hover {
  background-color: #425869;
  border-color: #425869;
}
.upload-control .fileinput-button .icon {
  font-size: 20px;
  vertical-align: middle;
}
.upload-control .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.upload-control .progressbar {
  width: 200px;
  height: 22px;
  -webkit-appearance: none;
  border: none;
}
.upload-control .status {
  font-family: Arial;
  font-size: 16px;
  line-height: 22px;
  color: #007dc7;
  margin: 0 5px 0 10px;
}
.upload-control .description {
  margin-top: 3px;
}
.upload-control .button-cancel {
  border: 1px solid #007dc7;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #007dc7;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin-left: 5px;
}
.upload-control .dropzone {
  min-width: 100px;
  border: 1px dashed #b4b4b4;
  padding: 10px 30px;
  margin-left: 10px;
  text-align: center;
  color: #acacac;
  cursor: default;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.upload-control .dropzone.in {
  min-width: 400px;
  background-color: #fcfbd3;
}
.upload-control .dropzone.hover {
  background-color: #fff392;
}
.ui-autocomplete.ui-menu {
  border-color: #acacac;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  padding: 5px;
  font-family: Arial;
  font-size: 14px;
  color: #3b4a5a;
  border-top: 1px dotted #b4b4b4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  border: 0;
  background-image: none;
  background: #e1eff8;
  color: #3b4a5a;
  border-top: 1px dotted #b4b4b4;
}
.ui-autocomplete.ui-menu .ui-menu-item:first-of-type {
  border-top: 0;
}
