/******************
DNN overrides
*******************/
span.dnnFormMessage {
  display: block;
}
div.dnnFormGroup {
  background-color: inherit;
  width: 100%;
}
.dnnGrid {
  width: 100%;
}
.dnnGridHeader th {
  text-align: left;
}
/* DNN 7.1 default template doesn't shrink form and makes it hard to see where nested form begins and ends */
.dnnForm {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
/* DNN 6.x uses position relative that causes the tab to overlay over the page */
.dnnForm .ui-tabs {
  position: inherit;
}
.dnnForm .dnnFormItem > .RadComboBox_Default {
  margin-bottom: 0;
}
.TelerikModalOverlay {
  background-color: #000000 !important;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}
/* Make images responsive */
/*img
{
	width: auto;
	max-width: 100%;
}*/
/* Zoom image should not shrink */
.zoomWrapperImage img {
  max-height: none;
  max-width: none;
}
p.form-control-static {
  font-size: inherit;
}
/* DNN 7.1 default template uses inline-block, which doesn't push the content down when tabs are wrapped. We need to set height auto to fix it. */
ul.dnnAdminTabNav {
  height: auto;
}
/* DNN 7.1 default template uses a large padding on the tab causing the ugly wrap */
ul.dnnAdminTabNav li.ui-tabs-active a {
  margin-top: -2px;
  padding-bottom: 8px;
}
/* DNN 7.1 default template need larger padding between tab strip and tab panel */
.ui-tabs .ui-tabs-panel {
  padding-top: 10px;
}
/* Fix DNN bug DNN-26843 that injects jScrollPane causing scroll pane to render incorrectly */
.RadComboBoxDropDown .jspContainer {
  position: absolute;
}
/* Fix RadComboBox does not show vertical scroll when available selections exceed box size */
.RadComboBoxDropDown .rcbScroll {
  overflow-y: auto !important;
}
/* Fix DNN bug DNN-4983 adding extra padding to input button causing radsplitbar to be oversized */
input[type="button"].rspCollapseBarSpacer {
  min-width: 0;
  padding: 0 0;
}
/* Fix bootstrap forces box-sizing to border-box causing RadMenu multicolumn to render as single column. See http://www.telerik.com/forums/radmenu-with-repeatcolumns-renders-as-single-column-with-bootstrap */
ul.rmMultiColumn {
  box-sizing: content-box;
}
/* Fix IE11 rendering vertical radslider text incorrectly. */
.RadSplitter .rspPaneTabText.rspRotatedTabText {
  -ms-transform: rotate(90deg);
  writing-mode: lr-tb;
}
.RadCalendar td.rcDisabled > a {
  cursor: default;
  visibility: hidden;
}
/* Fix default skin shows list style in RadWindow */
.RadWindow .rwControlButtons li {
  list-style-type: none;
}
/* Fix default DNN skin forces list style causing a dot to appear next to Bootstrap dropdowns */
ul.dropdown-menu li,
ul.nav li,
ul.pagination li {
  list-style-type: none;
}
/* Fix Websitescreative skin overrides LI element with padding causing multi-column Telerik RadMenu to show incorrectly */
ul.rmMultiColumn li.rmGroupColumn {
  padding-left: 0;
}
/* Fix bootstrap does not include some bottom margin when buttons are stacked together */
.btn-toolbar > .btn {
  margin-bottom: 5px;
}
/******************
Common
*******************/
.rvdActions {
  clear: both;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
}
.rvdAddNewGridAction {
  background-image: url(../../Icons/Sigma/Add_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
ul.rvdBreadcrumb {
  display: inline;
  margin: 0 0;
}
.rvdBreadcrumb li {
  list-style: none;
  display: inline;
  font-size: inherit;
}
.rvdBreadcrumb li:before {
  content: " / ";
  padding-right: 3px;
}
.rvdBreadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}
.rvdBreadcrumb li:last-child a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  cursor: default;
}
.rvdCopyGridAction {
  background-image: url(../../Icons/Sigma/CopyFile_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvdDownGridAction {
  background-image: url(../../Icons/Sigma/Dn_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvdDownloadGridAction {
  background-image: url(../../Icons/Sigma/FileDownload_16x16_Gray.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvdEditGridAction {
  background-image: url(../../Icons/Sigma/Edit_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvdFormCheckBoxes {
  display: block;
  float: left;
  width: auto;
}
.rvdFormCheckBoxes input[type=checkbox] {
  float: none;
}
.rvdFormCheckBoxes label {
  display: inline;
  float: none;
  font-weight: normal;
  margin: 0 10px 0 4px;
  padding-right: 0;
  text-align: left;
  width: auto;
}
select.rvdFormListBox {
  height: 160px;
}
.rvdLinkAction {
  background-image: url(../../Icons/Sigma/Edit_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 20px;
}
.rvdUpGridAction {
  background-image: url(../../Icons/Sigma/Up_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvdFormMessage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.rvdFormWarning {
  background-color: #FFFFCC;
}
.rvdFormSubContainer {
  display: inline-block;
  width: 50%;
}
a.rvdModalCloseAction {
  background-image: url(../../Images/Close-icn.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  min-height: 20px;
  padding-left: 30px;
  float: right;
}
.rvdModalContainer {
  background-color: White;
  width: 500px;
  vertical-align: middle;
}
.rvdModalToolbar {
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4E4E4E), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
  border-bottom: solid 1px #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
/* Shift start anchor vertically higher so it won't be covered by admin bar */
.rvdModuleStartAnchor {
  float: left;
  position: relative;
  top: -60px;
}
.rvdPager {
  border-top: solid 1px #cccccc;
  text-align: right;
}
.rvdSliderMaxValue {
  float: right;
}
.rvdSliderMinValue {
  float: left;
}
.rvdDeleteGridAction {
  background-image: url(../../Icons/Sigma/Delete_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.dnnForm .dnnFormItem > .RadPicker_Default.rvdDateTimeInput {
  display: inline-block;
  width: 170px !important;
  min-width: 0px;
}
.dnnFormItem input.rvdCharacterInput,
input.rvdCharacterInput {
  width: 20px !important;
  min-width: 0px;
}
.dnnFormItem input.rvdQuantityInput,
input.rvdQuantityInput {
  width: 50px !important;
  min-width: 0px;
}
.dnnFormItem select.rvdUnitInput,
select.rvdUnitInput {
  width: 150px !important;
  min-width: 0px;
}
/* Split form items in 2 columns */
.rvdSplit2 > div.dnnFormGroup,
.rvdSplit2 > div.dnnFormItem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
/* Split form items in 3 columns */
.rvdSplit3 > div.dnnFormGroup,
.rvdSplit3 > div.dnnFormItem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
/* Split form items in 4 columns */
.rvdSplit4 > div.dnnFormGroup,
.rvdSplit4 > div.dnnFormItem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.rvdUpdateGridAction {
  background: url(../../Icons/Sigma/Refresh_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
.rvd-loading,
.rvdUpdateProgressContainer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.rvd-loading img,
.rvdUpdateProgress {
  left: 50%;
  position: fixed;
  top: 50%;
}
.rvdViewGridAction {
  background-image: url(../../Icons/Sigma/View_16x16_Standard.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
}
/* Add chevron indicators for Bootstrap page headers */
.page-header a {
  color: inherit;
  text-decoration: none;
}
.page-header a:after {
  /* Symbol for opened panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  float: right;
  color: grey;
}
.page-header a.collapsed:after {
  /* symbol for collapsed panels */
  content: "\e080";
}
/* Add chevron indicators for Bootstrap collapsible panels */
.panel-heading a:after {
  /* Symbol for opened panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  /* symbol for collapsed panels */
  content: "\e080";
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .collapse-lg {
    display: none;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .collapse-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collapse-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .collapse-xs {
    display: none;
  }
}
/******************
Impersonator
*******************/
.dnnFormItem select.rvdiSearchTypeInput {
  vertical-align: top;
  width: 110px;
}
.dnnFormItem > .RadComboBox_Default.rvdiQueryInput {
  max-width: 340px;
}
/******************
Restore
*******************/
.rvdiRestoreContainer {
  background-color: #98B1CC;
  bottom: 0;
  position: fixed;
  margin: 0 auto;
  padding: 10px;
  right: 20px;
  z-index: 999999;
}
.rvdiIcon {
  padding-right: 4px;
}
