@import "flexcms-reset.css";
@import "flxSpecialEffects.css";
:root {
  --primaryColor: #51A8DC;
  --linkColor: #ff9900;
  --highlightColor: #51A8DC;
}
body {
  font-family: helvetica neue, helvetica, arial, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/*******
MISC
*********/
hr,
.hline {
  margin: 30px 0;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  height: 1px;
}
img {
  border: none;
  text-align: center;
}
#flxInfobanner {
  position: relative;
  padding: 2em;
  text-align: center;
}
/*******
ELEMENTS
*********/
.flxGrid {
  margin-bottom: 2rem;
}
.flxGrid:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flxGrid > [class^='col-'] {
    margin-bottom: 2rem;
  }
  .flxGrid > [class^='col-']:last-child {
    margin-bottom: 0;
  }
}
.flxGridEqualHeight .flxElement {
  height: 100%;
}
@media (max-width: 767px) {
  .flxGridEqualHeight .flxElement {
    height: auto;
  }
}
.faContainer {
  padding-left: 1.5em;
  position: relative;
}
.faContainer .fal {
  position: absolute;
  top: 0.1em;
  left: 0;
}
.flxTableBasic td {
  padding: 0.2em 0.4em;
}
.flxTableBasic td:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .flxTableBasic td {
    display: block;
    padding: 0.2em 0;
  }
}
.flxElement {
  position: relative;
}
.flxElement::after {
  content: "";
  clear: both;
  display: table;
}
.flxElement ul {
  /*list-style: disc !important;
		padding-left: 2.5em !important;*/
  margin: 1em 0;
}
.flxElement ol {
  list-style: decimal;
  padding-left: 2.5em;
  margin: 2em 0;
}
.flxElement ol:first-child {
  margin-top: 0;
}
.flxElement ol li {
  margin-bottom: 0.4em;
}
.flxElement ul:first-child,
.flxElement ol:first-child {
  margin-top: 0;
}
.flxElement ul:last-child,
.flxElement ol:last-child {
  margin-bottom: 0;
}
.flxElement.flxElementWidthNarrow,
.flxElement.flxElementWidthMedium,
.flxElement.flxElementWidthWide {
  margin-left: auto;
  margin-right: auto;
}
.flxElement.flxElementWidthNarrow {
  width: 50%;
}
.flxElement.flxElementWidthMedium {
  width: 75%;
}
.flxElement.flxElementWidthWide {
  width: 85%;
}
@media screen and (max-width: 480px) {
  .flxElement.flxElementWidthNarrow {
    width: 80%;
  }
  .flxElement.flxElementWidthMedium {
    width: 95%;
  }
  .flxElement.flxElementWidthWide {
    width: 100%;
  }
}
.flxElement .elementImage img {
  max-width: 100%;
}
.flxElement .elementIconContainer {
  z-index: 1000;
  /*position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, -100%);

		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 100px;
		box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.2);
		color: #999;
		text-align: center;

		transition: all 100ms ease-in-out;
		z-index: 10000;

		.fal,
		.fa {
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			line-height: 40px;
			font-size: 24px;
		}*/
}
@media (max-width: 800px) {
  .responsiveTableContainer {
    width: 100%;
    max-width: 400px;
    max-width: 100%;
    /*overflow-y: auto;
		_overflow: auto;*/
    /*margin: 0 0 1em;*/
    overflow-y: scroll;
  }
  .responsiveTableContainer table {
    width: 100%;
    max-width: 100%;
  }
  .responsiveTableContainer table td {
    white-space: nowrap;
  }
}
table.listtable th.stickyLeft,
table.listtable td.stickyLeft {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 200;
}
table.listtable th.stickyRight,
table.listtable td.stickyRight {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  right: 0;
}
.flxElement h1:first-child,
.flxElement h2:first-child,
.flxElement h3:first-child,
.flxElement h4:first-child,
.flxElement h5:first-child {
  margin-top: 0;
}
.flxElement h1:last-child,
.flxElement h2:last-child,
.flxElement h3:last-child,
.flxElement h4:last-child,
.flxElement h5:last-child {
  margin-bottom: 0;
}
.flxElement p:first-child {
  margin-top: 0;
}
@media (min-width: 767px) {
  .flxElement:last-child {
    margin-bottom: 0;
  }
}
.flxElement blockquote {
  background: #f0f0f0;
  padding: 20px;
}
.flxElementAlignCenter {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.flxElementAlignRight {
  text-align: right;
}
.elementNormal1,
.elementNormal2,
.elementNormal3,
.elementBox1,
.elementBox2,
.elementBox3 {
  margin-bottom: 2em;
}
.elementNormal1:last-child,
.elementNormal2:last-child,
.elementNormal3:last-child,
.elementBox1:last-child,
.elementBox2:last-child,
.elementBox3:last-child {
  margin-bottom: 0;
}
.elementNormal1 h2,
.elementNormal2 h2,
.elementNormal3 h2,
.elementBox1 h2,
.elementBox2 h2,
.elementBox3 h2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.elementNormal1 h2 span,
.elementNormal2 h2 span,
.elementNormal3 h2 span,
.elementBox1 h2 span,
.elementBox2 h2 span,
.elementBox3 h2 span {
  /*font-weight: 200;*/
}
.elementNormal1 p:last-child,
.elementNormal2 p:last-child,
.elementNormal3 p:last-child,
.elementBox1 p:last-child,
.elementBox2 p:last-child,
.elementBox3 p:last-child {
  margin-bottom: 0;
}
.elementNormal1Content,
.elementNormal2Content,
.elementNormal3Content,
.elementBox1Content,
.elementBox2Content,
.elementBox3Content {
  line-height: 1.2em;
}
.elementBox1,
.elementBox2,
.elementBox3 {
  background: #f0f0f0;
  padding: 1.5em;
}
.ImgFloatLeft {
  float: left;
  margin: 0 10px 10px 0;
}
.ImgFloatRight {
  float: right;
  margin: 0 0 10px 10px;
}
.ImgCenter {
  text-align: center;
}
.ImgCenter img {
  margin: auto;
}
/*
KNAPPER
*/
.elementNormal1Link a,
.elementNormal2Link a,
.elementNormal3Link a,
.elementBox1Link a,
.elementBox2Link a,
.elementBox3Link a,
.flxLinkButtonInline,
#submitknap,
.flxLinkButton {
  display: block;
  background: #999;
  color: #fff;
  padding: 10px 20px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, outline-width 200ms ease-in-out, transform 200ms ease-in-out;
}
.elementNormal1Link a:hover,
.elementNormal2Link a:hover,
.elementNormal3Link a:hover,
.elementBox1Link a:hover,
.elementBox2Link a:hover,
.elementBox3Link a:hover,
.flxLinkButtonInline:hover,
#submitknap:hover,
.flxLinkButton:hover {
  background: #444;
  color: #fff;
}
.flxLinkButtonInline {
  display: inline-block;
}
.flxLight {
  color: #737373;
}
.LayoutCol {
  width: 100%;
}
.LayoutCol .LayoutCol1 {
  vertical-align: top;
  width: 66%;
}
.LayoutCol .LayoutCol2 {
  vertical-align: top;
  width: 33%;
}
/* EDITOR CLASSES */
/* ekstra styles i editor: */
ul.arrowlist li {
  list-style: none;
  margin-bottom: 0.5em;
}
ul.arrowlist li:before {
  font-family: "Font Awesome 5 Pro", 'FontAwesome';
  content: '\f061';
  float: left;
  margin-left: -1.5em;
  color: #999;
}
/*ul.arrowlist li {
	list-style-image: url(/dcminc/img/arrows/arrow_solid_gray50_9px_right.gif);

}*/
ul.checklist li {
  list-style: none;
  margin-bottom: 0.5em;
}
ul.checklist li:before {
  font-family: "Font Awesome 5 Pro", 'FontAwesome';
  content: '\f00c';
  float: left;
  margin-left: -1.5em;
  color: #999;
}
ul.extraspace li {
  margin-bottom: 0.5em;
}
.featuredBox {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}
.featuredBoxLeft {
  background: #f0f0f0;
  padding: 10px;
  float: left;
  margin: 0 20px 20px 0;
}
.featuredBoxRight {
  background: #f0f0f0;
  padding: 10px;
  float: right;
  margin: 0 0 20px 20px;
}
.featuredText {
  color: maroon;
  font-weight: bold;
}
.flxLight {
  color: #777;
}
.flxTextSmaller {
  font-size: 80%;
}
.flxTextLarger {
  font-size: 130%;
  line-height: 140%;
}
.flxText150 {
  font-size: 150%;
  line-height: 1.2em;
}
.flxText175 {
  font-size: 175%;
  line-height: 1.2em;
}
.flxText200 {
  font-size: 200%;
  line-height: 1.2em;
}
.flxText250 {
  font-size: 250%;
  line-height: 1.2em;
}
.flxText300 {
  font-size: 300%;
  line-height: 1.1em !important;
}
.flxText400 {
  font-size: 400%;
  line-height: 1.1em !important;
}
.flxText500 {
  font-size: 500%;
  line-height: 1.1em !important;
}
@media screen and (max-width: 768px) {
  .flxText150 {
    font-size: 115%;
    line-height: 1.2em;
  }
  .flxText175 {
    font-size: 130%;
    line-height: 1.2em;
  }
  .flxText200 {
    font-size: 145%;
    line-height: 1.2em;
  }
  .flxText250 {
    font-size: 160%;
    line-height: 1.2em;
  }
  .flxText300 {
    font-size: 175%;
    line-height: 1.1em !important;
  }
  .flxText400 {
    font-size: 200%;
    line-height: 1.1em !important;
  }
  .flxText500 {
    font-size: 250%;
    line-height: 1.1em !important;
  }
}
.flxHr {
  margin: 30px 0;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
  overflow: hidden;
  /*STD.*/
  /*.line {
		width: 45%;
		border-bottom: 1px solid #e9e9e9;
	}

	&.w80 .line {width: 40%;}
	&.w50 .line {width: 25%;}
	&.w30 .line {width: 15%;}*/
}
.flxHr .flxHrIcon {
  display: inline-block;
  position: relative;
}
.flxHr .line-before {
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: solid 1px #e8e8e8;
  right: 100%;
  width: 9999px;
  margin-top: -0.5px;
}
.flxHr .line-after {
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: solid 1px #e8e8e8;
  left: 100%;
  width: 9999px;
  margin-top: -0.5px;
}
.flxHr span.iconContainer {
  display: inline-block;
  padding: 3px 20px;
  font-size: 1.231em;
  color: #999;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.flxHr:hover span.iconContainer {
  opacity: 1;
}
.flxHr .hline {
  margin: 0 !important;
}
.flxHr.hrIconSizeLarger span.iconContainer {
  font-size: 2em;
}
.flxHr.hrIconSizeLarge span.iconContainer {
  font-size: 1.6em;
}
.flxHr.hrIconSizeSmall span.iconContainer {
  font-size: 1em;
}
.flxHr.hrIconSizeSmaller span.iconContainer {
  font-size: 0.8em;
}
.flxHr.flxHrMarginMost {
  margin: 75px auto;
}
.flxHr.flxHrMarginMore {
  margin: 50px auto;
}
.flxHr.flxHrMarginLess {
  margin: 20px auto;
}
.flxHr.flxHrMarginLeast {
  margin: 10px auto;
}
.flxHr.flxHrMarginNone {
  margin: 0px auto;
}
a.featured {
  background: #999;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
}
a.flxLinkButton {
  display: block;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 1em;
}
a.flxLinkButtonInline {
  display: inline-block;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}
a.flxLinkButton:hover {
  background: #aaa;
}
.leftFloatBox {
  float: left;
  width: 220px;
  background: #f0f0f0;
  padding: 10px;
  margin-right: 20px;
}
.rightFloatBox {
  float: right;
  width: 220px;
  background: #f0f0f0;
  padding: 10px;
  margin-left: 20px;
}
.flxObjectShadow {
  -moz-box-shadow: 0px 0px 10px #888;
  -webkit-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 5px #aaa;
}
.flxTableGrid {
  border-collapse: collapse;
  border: 1px solid #bbb;
}
.flxTableGrid th {
  text-align: left;
  border: 1px solid #777;
  padding: 2px 6px;
  background: #666;
  color: #fff;
}
.flxTableGrid td {
  border: 1px solid #bbb;
  padding: 2px 6px;
}
.gridFull {
  padding: 0 15px;
  /*&:after {
		content: "";
		clear: both;
		display: table;
	}*/
}
.gridSplitMid {
  width: 100%;
  zoom: 1;
}
.gridSplitMid:before {
  content: '';
  display: block;
}
.gridSplitMid:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitMid:before {
  content: '';
  display: block;
}
.gridSplitMid:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitMid .gridSplitMidLeft {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.gridSplitMid .gridSplitMidRight {
  width: 50%;
  padding: 0 15px;
  float: right;
}
.gridSplitRight {
  width: 100%;
  zoom: 1;
}
.gridSplitRight:before {
  content: '';
  display: block;
}
.gridSplitRight:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitRight:before {
  content: '';
  display: block;
}
.gridSplitRight:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitRight .gridSplitRightLeft {
  width: 66.6666%;
  padding: 0 15px;
  float: left;
}
.gridSplitRight .gridSplitRightRight {
  width: 33.3333%;
  padding: 0 15px;
  float: left;
}
.gridSplitLeft {
  width: 100%;
  zoom: 1;
}
.gridSplitLeft:before {
  content: '';
  display: block;
}
.gridSplitLeft:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitLeft:before {
  content: '';
  display: block;
}
.gridSplitLeft:after {
  content: '';
  display: table;
  clear: both;
}
.gridSplitLeft .gridSplitLeftLeft {
  width: 33.3333%;
  padding: 0 15px;
  float: left;
}
.gridSplitLeft .gridSplitLeftRight {
  width: 66.6666%;
  padding: 0 15px;
  float: left;
}
.gridSplit3 {
  width: 100%;
  border-collapse: collapse;
}
.gridSplit3 .gridSplit3p1 {
  width: 33.33%;
  padding: 0 15px;
}
.gridSplit3 .gridSplit3p2 {
  width: 33.33%;
  padding: 0 15px;
}
.gridSplit3 .gridSplit3p3 {
  width: 33.33%;
  padding: 0 15px;
}
.gridSplit4 {
  width: 100%;
}
.gridSplit4 .grid4_1 {
  width: 25%;
  padding: 0 15px;
}
.gridSplit4 .grid4_2 {
  width: 25%;
  padding: 0 15px;
}
.gridSplit4 .grid4_3 {
  width: 25%;
  padding: 0 15px;
}
.gridSplit4 .grid4_4 {
  width: 25%;
  padding: 0 15px;
}
#PageHeader {
  margin: 0 15px 1em 15px;
}
#PageHeader #PageTitle h1 {
  margin: 0;
}
.breadcrumb {
  zoom: 1;
}
.breadcrumb:before {
  content: '';
  display: block;
}
.breadcrumb:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb:before {
  content: '';
  display: block;
}
.breadcrumb:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb .breadcrumbitem,
.breadcrumb .breadcrumbitemlast {
  float: left;
  display: inline-block;
  margin-right: 1em;
}
.breadcrumb .breadcrumbitemlast {
  margin: 0;
}
.ListSimple .Even,
.ListSimple .Odd {
  margin-bottom: 0.5em;
}
.UdtraekItemBox {
  margin-bottom: 1em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pull-right {
  float: right;
  margin: 0 0 1em 1em;
}
.break {
  clear: both;
}
.hidden {
  display: none;
}
/*
	BLOG:
*/
.Blog .List .Item {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e9e9e9;
}
.Blog .List .Item .Header {
  margin-bottom: 10px;
}
.Blog .List .Item .Header .Title {
  font-size: 1.4em;
}
.Blog .List .Item .Header .Date {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.Blog .List .Item .Body {
  line-height: 1.3em;
}
.Blog .List .Item .Body .Image {
  float: right;
  margin: 0 0 1em 1em;
}
.Blog .List .Item .Body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.Blog .paging {
  zoom: 1;
}
.Blog .paging:before {
  content: '';
  display: block;
}
.Blog .paging:after {
  content: '';
  display: table;
  clear: both;
}
.Blog .paging:before {
  content: '';
  display: block;
}
.Blog .paging:after {
  content: '';
  display: table;
  clear: both;
}
.Blog .paging li {
  float: left;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
}
.Blog .paging li.currentPage {
  font-weight: bold;
}
.Blog .paging .pageSelect {
  float: right;
}
.BlogEntry a.backlink {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
}
.BlogEntry .Header {
  margin-bottom: 10px;
}
.BlogEntry .Header .Title {
  font-size: 1.4em;
}
.BlogEntry .Header .Date {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.BlogEntry .Body {
  line-height: 1.3em;
}
.BlogEntry .Body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.BlogEntry .Comments .CommentsHeader {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.BlogEntry .Comments .Comment {
  margin-bottom: 1em;
  padding: 1em;
  line-height: 1.4em;
  background: #e9e9e9;
}
.BlogEntry .Comments .Comment .Date {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#flxPageLoadMessage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 400px;
  margin: auto;
  margin-left: -200px;
  background: #999;
  display: none;
  z-index: 100000;
}
#flxPageLoadMessage.error {
  background: #800000;
}
#flxPageLoadMessage .inner {
  padding: 20px 20px 20px 50px;
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
#flxPageLoadMessage .inner.error {
  background-image: url(/dcminc/img/icons/silk/error.png);
}
#flxPageLoadMessage .inner.info {
  background-image: url(/dcminc/img/icons/silk/information.png);
}
#flxPageLoadMessage .inner .title {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
/* BOOTSTRAP */
button {
  overflow: visible;
  margin: 0;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.formStyle2 .FormElement .FormElementTitle {
  margin: 5px 0;
}
.FormConfirmation {
  background-color: #e9e9e9;
  padding: 1em;
  border-radius: 5px;
  font-weight: bold;
}
#forgotPasswordContainer {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
}
.AuthLogintext {
  padding: 10px 0px;
  font-weight: bold;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row.rowMarginBottom {
  /*margin-bottom: 30px;*/
}
.row.rowMarginBottom .col-xs-1,
.row.rowMarginBottom .col-sm-1,
.row.rowMarginBottom .col-md-1,
.row.rowMarginBottom .col-lg-1,
.row.rowMarginBottom .col-xs-2,
.row.rowMarginBottom .col-sm-2,
.row.rowMarginBottom .col-md-2,
.row.rowMarginBottom .col-lg-2,
.row.rowMarginBottom .col-xs-3,
.row.rowMarginBottom .col-sm-3,
.row.rowMarginBottom .col-md-3,
.row.rowMarginBottom .col-lg-3,
.row.rowMarginBottom .col-xs-4,
.row.rowMarginBottom .col-sm-4,
.row.rowMarginBottom .col-md-4,
.row.rowMarginBottom .col-lg-4,
.row.rowMarginBottom .col-xs-5,
.row.rowMarginBottom .col-sm-5,
.row.rowMarginBottom .col-md-5,
.row.rowMarginBottom .col-lg-5,
.row.rowMarginBottom .col-xs-6,
.row.rowMarginBottom .col-sm-6,
.row.rowMarginBottom .col-md-6,
.row.rowMarginBottom .col-lg-6,
.row.rowMarginBottom .col-xs-7,
.row.rowMarginBottom .col-sm-7,
.row.rowMarginBottom .col-md-7,
.row.rowMarginBottom .col-lg-7,
.row.rowMarginBottom .col-xs-8,
.row.rowMarginBottom .col-sm-8,
.row.rowMarginBottom .col-md-8,
.row.rowMarginBottom .col-lg-8,
.row.rowMarginBottom .col-xs-9,
.row.rowMarginBottom .col-sm-9,
.row.rowMarginBottom .col-md-9,
.row.rowMarginBottom .col-lg-9,
.row.rowMarginBottom .col-xs-10,
.row.rowMarginBottom .col-sm-10,
.row.rowMarginBottom .col-md-10,
.row.rowMarginBottom .col-lg-10,
.row.rowMarginBottom .col-xs-11,
.row.rowMarginBottom .col-sm-11,
.row.rowMarginBottom .col-md-11,
.row.rowMarginBottom .col-lg-11,
.row.rowMarginBottom .col-xs-12,
.row.rowMarginBottom .col-sm-12,
.row.rowMarginBottom .col-md-12,
.row.rowMarginBottom .col-lg-12 {
  margin-bottom: 30px;
}
.row.smallGutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.smallGutter > [class*='col'] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.tinyGutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.tinyGutter > [class*='col'] {
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.flxSectionIsDark .bx-wrapper .bx-prev {
  background: transparent url(/dcminc/img/arrows/arrow-thinline24-white-left.png) no-repeat 45% center;
}
.flxSectionIsDark .bx-wrapper .bx-next {
  background: transparent url(/dcminc/img/arrows/arrow-thinline24-white-right.png) no-repeat 45% center;
}
.sliderTabLine {
  zoom: 1;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
.sliderTabLine:before {
  content: '';
  display: block;
}
.sliderTabLine:after {
  content: '';
  display: table;
  clear: both;
}
.sliderTabLine:before {
  content: '';
  display: block;
}
.sliderTabLine:after {
  content: '';
  display: table;
  clear: both;
}
.sliderTabLine .inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  display: inline-block;
}
.sliderTabLine .tabItem {
  text-transform: uppercase;
  font-size: 0.8em;
  border-right: 1px solid #f0f0f0;
  border-bottom: none;
  padding: 10px 20px;
  display: inline-block;
  margin-right: -1px;
  transition: all 400ms ease;
  color: #999;
  cursor: pointer;
}
.sliderTabLine .tabItem.active {
  background: #f5f5f5;
  color: #888;
}
.sliderTabLine .tabItem:hover {
  color: #666;
}
.flxButtonElementOuter {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  height: 0;
  max-height: 140px;
}
.flxButtonElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background-color: #ff9900;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
}
.flxButtonElementZoomIn5 {
  background-size: 100%;
}
.flxButtonElementZoomIn5:hover {
  background-size: 105%;
}
.flxButtonElementZoomIn10 {
  background-size: 100%;
}
.flxButtonElementZoomIn10:hover {
  background-size: 110%;
}
.flxButtonElementZoomIn20 {
  background-size: 100%;
}
.flxButtonElementZoomIn20:hover {
  background-size: 120%;
}
.flxButtonElementZoomOut5 {
  background-size: 105%;
}
.flxButtonElementZoomOut5:hover {
  background-size: 100%;
}
.flxButtonElementZoomOut10 {
  background-size: 110%;
}
.flxButtonElementZoomOut10:hover {
  background-size: 100%;
}
.flxButtonElementZoomOut20 {
  background-size: 120%;
}
.flxButtonElementZoomOut20:hover {
  background-size: 100%;
}
/*# sourceMappingURL=flexcms-base-v2.css.map */