/* =========================================
	Index:

	skin.scss
	1. Imports
	2. Colours / variables
	3. General
	4. Button
	5. Header / navigation
	6. Content
	7. Footer
	8. Carousel
	9. iForm
	10. iEntity
	11. iEntity news
	12. Breadcrumbs
	13. Resets / Base classes

	additional.scss
	1. DNN Search
	1. AddThis
	2. Guestbook
	3. Calender

========================================= */
/*=========================================
	1. Imports
=========================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic);
@import url(https://www.google.com/fonts#UsePlace:use/Collection:Montserrat:400,700);
/*================================================
    2. Colours / variables
================================================*/
/* == Color variables == */
/* == Background variables == */
/* == Bootstrap color variables resets  == */
/* == Typography variables == */
/* == Margin / Padding variables == */
/* == Bootstrap variables == */
/*================================================
    3. General
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0e0e0e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #0e0e0e;
  margin: 0 0 22px 0;
}

h1 {
  font-size: 28px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 25px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4, h5, h6 {
  font-size: 17px;
}

@media (max-width: 767px) {
  h4, h5, h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #00ADEF;
}

a:hover, a:focus {
  color: #0088bc;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.divider {
  content: " ";
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #cccccc;
  height: 11px;
}

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 15px 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================================
    4. Button
================================================*/
.btn, .dnnPrimaryAction {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px 7px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover, .dnnPrimaryAction:hover, .btn:focus, .dnnPrimaryAction:focus, .btn:active, .dnnPrimaryAction:active, .btn:active:focus, .dnnPrimaryAction:active:focus {
  outline: none;
}

.btn-large {
  padding: 8px 30px 9px;
}

.btn-small {
  padding: 3px 10px 4px;
}

.btn-primary, .btn-secondary, .btn-default, .dnnPrimaryAction {
  color: #fff;
  background: #00ADEF;
  position: relative;
  border-radius: 0px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover, .btn-secondary:hover, .btn-default:hover, .dnnPrimaryAction:hover {
  border: 1px solid #0e0e0e;
  background: #00ADEF;
}

.btn-primary:focus, .btn-secondary:focus, .btn-default:focus, .dnnPrimaryAction:focus, .btn-primary:active, .btn-secondary:active, .btn-default:active, .dnnPrimaryAction:active {
  background: #09bbff;
}

.btn-secondary {
  background: #d7eaf6;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #ecf5fb;
  border: 1px solid #d7eaf6;
}

.btn-default {
  color: #00ADEF;
  background: #ffffff;
  border: 1px solid #00ADEF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #ffffff;
  background: #00ADEF;
  border: 1px solid #00ADEF;
}

.btn-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.btn-next:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/*================================================
    5. Header / navigation
================================================*/
.logo {
  color: #cccccc;
  max-width: 300px;
}

.logo a {
  color: #0e0e0e;
}

.wrapper-header {
  background: #ffffff;
  border-bottom: 1px solid #0e0e0e;
}

.wrapper-header .top-bar {
  height: 10px;
  background-color: #00ADEF;
}

.wrapper-header .header {
  position: relative;
  padding: 25px 0;
}

.wrapper-header .header .nav {
  margin-top: 5px;
}

.wrapper-header .header .nav a {
  padding: 10px 15px;
  color: #0e0e0e;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrapper-header .header .nav a:hover {
  background: none;
  border-radius: 0px;
  background: #d7eaf6;
}

.wrapper-header .header .nav a:focus {
  background: #d7eaf6;
  border-radius: 0px;
}

.wrapper-header .header .nav a.active {
  color: #ffffff;
  background: #00ADEF;
  border-radius: 0px;
}

.wrapper-header .header .nav .dropdown a {
  position: relative;
}

.wrapper-header .header .nav .dropdown a i {
  margin-left: 5px;
}

.wrapper-header .header .nav .dropdown-menu {
  padding: 0;
}

.wrapper-header .header .nav .dropdown-menu li.active a {
  color: #ffffff;
  background: #00ADEF;
}

.wrapper-header .header .nav .dropdown-menu li a {
  padding: 7px 15px;
}

.controlpanel .wrapper-header .header .nav > li > a {
  padding: 10px 10px;
}

.language-object {
  margin-top: 0px;
  border-left: 1px solid #cccccc;
  padding-left: 15px;
}

.language-object .Language {
  opacity: 0.5;
}

.language-object .Language img {
  width: 20px;
}

.language-object .Language:first-child {
  margin-right: 5px;
}

.language-object .Language.selected {
  opacity: 1;
}

#button-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 20px 20px 20px;
  background: #00ADEF;
  color: #fff;
  z-index: 999;
  border-bottom: 1px solid #0076a3;
  border-left: 1px solid #0076a3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-menu.scrolled-down {
  top: -60px;
  padding-top: 20px;
}

#button-menu.scrolled-up {
  padding-top: 20px;
}

#menu-mobile {
  z-index: 1000;
  border-left: 1px solid #dadada;
}

#menu-mobile:not(.mm-menu) {
  display: none;
}

.mm-menu.mm-front {
  z-index: 9999 !important;
}

.mm-page {
  position: static !important;
}

.submenu ul {
  margin: 0;
  padding: 0;
}

.submenu li {
  list-style-type: none;
}

.submenu li a {
  font-weight: normal;
  margin-left: 5px;
  padding: 5px;
  display: block;
  position: relative;
  color: #0e0e0e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu li a:hover, .submenu li a:focus {
  color: #00ADEF;
  text-decoration: none;
}

.submenu li a:hover:before, .submenu li a:focus:before {
  color: #00ADEF;
}

.submenu li a:before {
  content: "\f105";
  color: #00ADEF;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}

.submenu li a.active,
.submenu li .rtSelected a {
  color: #00ADEF;
}

.submenu li:last-child {
  border-bottom: 0px;
}

.submenu--subcategories ul {
  margin: 0;
  padding: 0;
}

.submenu--subcategories li {
  list-style-type: none;
  padding-bottom: 10px;
}

.submenu--subcategories li a {
  font-weight: bold;
  background: #fff;
  padding: 5px;
  display: block;
  position: relative;
  color: #0e0e0e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu--subcategories li a:hover, .submenu--subcategories li a:focus {
  color: #00ADEF;
  text-decoration: none;
}

.submenu--subcategories li a:hover:before, .submenu--subcategories li a:focus:before {
  color: #00ADEF;
}

.submenu--subcategories li .rtSelected a {
  color: #00ADEF;
}

.submenu--subcategories li:last-child {
  border-bottom: 0px;
}

.submenu--subcategories li li {
  padding-bottom: 0;
}

.submenu--subcategories li li a {
  font-weight: normal;
  margin-left: 5px;
}

.submenu--subcategories li li a:before {
  content: "\f105";
  color: #00ADEF;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}

/*================================================
    6. Content
================================================*/
.contact-background-image {
  background-image: url(img/offerte-aanvragen.jpg);
  background-size: cover;
}

.contact-background-inner {
  background-color: rgba(83, 168, 222, 0.8);
  padding: 20px;
  border-bottom: 1px solid #00ADEF;
}

.contact-background-inner h4 {
  color: #ffffff;
}

@media (max-width: 991px) {
  .contact-background-inner {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-background-inner {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .row-even-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .row-even-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}

.light-background {
  background: #d7eaf6;
  margin-top: 50px;
  padding: 50px 0 40px 0;
  margin-bottom: -50px;
}

@media (min-width: 768px) {
  .light-background .Normal h4 {
    min-height: 36px;
  }
}

@media (max-width: 991px) {
  .light-background {
    margin-bottom: 0;
  }
  .light-background p {
    max-width: 255px;
    margin: 0 auto 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .light-background {
    margin-bottom: -50px;
  }
}

.white-background {
  margin-top: 50px;
}

.white-background i {
  color: #00ADEF;
}

.blue-background {
  margin-top: 50px;
  background: #00ADEF;
}

.blue-background h3 {
  color: #ffffff;
}

.blue-left {
  border-right: 4px solid #ffffff;
  color: #ffffff;
  padding: 40px 0 40px 15px;
}

@media (max-width: 768px) {
  .blue-left {
    border-right: 0;
    border-bottom: 8px solid #ffffff;
  }
}

.blue-right {
  border-left: 4px solid #ffffff;
  color: #ffffff;
  padding: 40px 0 40px 15px;
}

@media (max-width: 768px) {
  .blue-right {
    border-left: 0;
  }
}

main {
  padding: 50px 0px;
  background: #ffffff;
}

.Normal img {
  max-width: 100%;
  height: auto;
}

.Normal ul, .Normal ol {
  display: inline-block;
}

/*================================================
    7. Footer
================================================*/
.list-inline {
  text-align: center;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 35px;
  margin-bottom: 35px;
}

footer {
  background: #00ADEF;
  color: #ffffff;
  margin-top: 50px;
}

@media (max-width: 991px) {
  footer {
    margin-top: 0;
  }
}

footer .footer {
  padding: 50px 0px;
}

@media (max-width: 991px) {
  footer .footer {
    padding: 50px 0 0 0;
  }
}

footer .footer a {
  color: #ffffff;
}

footer .footer a:hover {
  color: #d7eaf6;
}

footer .footer i {
  vertical-align: middle;
}

@media (min-width: 768px) {
  html,
  body,
  body > form,
  .wrapper-page {
    height: 100%;
  }
  .wrapper-content {
    min-height: 100%;
    height: auto !important;
    /* ie6 */
    height: 100%;
    margin: 0 auto -139px;
    /* footer height */
  }
  .footer, .push {
    height: 89px;
    /* .push must be the same height as .footer */
  }
}

/*================================================
    8. Carousel
================================================*/
.carousel-overlay {
  position: absolute;
  border: 1px solid #ffffff;
  bottom: 30px;
  z-index: 1000;
  left: 37.5%;
  right: 37.5%;
  background-color: rgba(83, 168, 222, 0.8);
  padding: 20px;
  text-align: center;
}

.carousel-overlay h4 {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .carousel-overlay {
    left: 25%;
    right: 25%;
  }
}

.caroufredsel_wrapper {
  width: 100% !important;
}

#carousel-wrapper {
  height: 100%;
  position: relative;
  max-height: 430px;
  overflow: hidden;
}

.carousel-image {
  position: relative;
}

.carousel-image:hover {
  cursor: default !important;
}

.carousel-image img {
  width: 100%;
}

.carousel-btn {
  font-size: 100px;
  position: absolute;
  z-index: 1;
  color: #00ADEF;
  bottom: 25%;
  top: 25%;
}

@media (max-width: 768px) {
  .carousel-btn {
    display: none !important;
  }
}

.carousel-btn-prev {
  left: 20px;
  color: #ffffff;
}

.carousel-btn-next {
  right: 20px;
  color: #ffffff;
}

.carousel-pagination {
  padding-left: 0px;
  position: absolute;
  top: 15px;
  z-index: 1;
  left: 29%;
  right: 29%;
}

.carousel-pagination a {
  background: #ffffff;
  border-radius: 0;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 2.5px;
}

.carousel-pagination .selected {
  background: #00ADEF;
}

.carousel-pagination span {
  display: none;
}

#carousel .slider-content {
  color: #fff;
  padding: 20px;
  background: none;
  text-align: center;
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 40px;
}

#carousel .slider-content p {
  margin: 0px;
}

#carousel .slider-content h1, #carousel .slider-content h2, #carousel .slider-content h3, #carousel .slider-content h4, #carousel .slider-content h5, #carousel .slider-content h6 {
  color: #fff;
  margin: 0px;
}

@media (max-width: 768px) {
  #carousel .slider-content {
    display: none;
  }
}

#carousel div {
  display: block;
  float: left;
  max-height: 450px;
}

/* FOUC fix */
.loading-images {
  position: relative;
}

.loading-images img {
  opacity: 0;
}

.loading-images:before {
  content: "";
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*=======================================================
    9. iForm
=======================================================*/
.form-row {
  margin-bottom: 5px;
}

.form-row input, .form-row button, .form-row select, .form-row textarea {
  width: 100%;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}

.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}

.form-group .form-control-validator {
  position: absolute;
  right: 0px;
  background: #cf3f34;
  color: white;
  top: 0px;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  padding: 7px 10px;
}

.form-group table label {
  font-weight: normal;
  margin-left: 5px;
}

.form-group textarea {
  margin-bottom: 0;
}

.form-validation {
  color: white;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 15px;
  background: #d9534f;
  border-left: 1px solid #b52b27;
  bottom: 0;
  padding: 7px 15px;
  border-radius: 0px 3px 3px 0px;
}

.form-captcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px 15px;
}

.form-captcha img {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .form-captcha img {
    float: none;
  }
}

/*=======================================================
    10. iEntity
=======================================================*/
.product-view-actions .RadDataPager,
.product-view-actions .product-view-toggle {
  padding: 15px 0 0;
}

@media (max-width: 767px) {
  .product-view-actions .RadDataPager,
  .product-view-actions .product-view-toggle {
    padding: 0 0 15px;
  }
}

.product-view-pagination, .item-view-pagination {
  margin: 5px auto 0;
  display: table;
}

.product-view-pagination .rdpWrap, .item-view-pagination .rdpWrap {
  padding: 0px !important;
}

.product-view-pagination .RadGrid td.rgPagerCell, .item-view-pagination .RadGrid td.rgPagerCell {
  padding: 20px 10px !important;
}

.product-view-pagination .rdpPageFirst, .item-view-pagination .rdpPageFirst,
.product-view-pagination .rdpPagePrev, .item-view-pagination .rdpPagePrev,
.product-view-pagination .rdpPageNext, .item-view-pagination .rdpPageNext,
.product-view-pagination .rdpPageLast, .item-view-pagination .rdpPageLast {
  background: url(/Portals/_default/Skins/Custom/img/Pager-sprite.png) top left no-repeat;
  background-size: 400%;
}

.product-view-pagination .rdpPageFirst:hover, .item-view-pagination .rdpPageFirst:hover,
.product-view-pagination .rdpPagePrev:hover, .item-view-pagination .rdpPagePrev:hover,
.product-view-pagination .rdpPageNext:hover, .item-view-pagination .rdpPageNext:hover,
.product-view-pagination .rdpPageLast:hover, .item-view-pagination .rdpPageLast:hover {
  background-position: 0px -22px;
}

.product-view-pagination .rdpPagePrev, .item-view-pagination .rdpPagePrev {
  margin-left: 5px !important;
  background-position: -22px 0px;
}

.product-view-pagination .rdpPagePrev:hover, .item-view-pagination .rdpPagePrev:hover {
  background-position: -22px -22px;
}

.product-view-pagination .rdpPageNext, .item-view-pagination .rdpPageNext {
  margin-right: 5px !important;
  background-position: -44px 0px;
}

.product-view-pagination .rdpPageNext:hover, .item-view-pagination .rdpPageNext:hover {
  background-position: -44px -22px;
}

.product-view-pagination .rdpPageLast, .item-view-pagination .rdpPageLast {
  background-position: -66px 0px;
}

.product-view-pagination .rdpPageLast:hover, .item-view-pagination .rdpPageLast:hover {
  background-position: -66px -22px;
}

.product-view-pagination .rdpNumPart, .item-view-pagination .rdpNumPart {
  padding: 0px !important;
}

.product-view-pagination .rdpNumPart a, .item-view-pagination .rdpNumPart a {
  background: #fff;
  padding: 0px 7px !important;
  border-radius: 3px;
  margin: 0px 5px 0px 0px !important;
}

.product-view-pagination .rdpNumPart a:first-child, .item-view-pagination .rdpNumPart a:first-child {
  margin-left: 5px !important;
}

.product-view-pagination .rdpNumPart a:hover, .item-view-pagination .rdpNumPart a:hover,
.product-view-pagination .rdpNumPart .rdpCurrentPage, .item-view-pagination .rdpNumPart .rdpCurrentPage {
  background: #00ADEF;
  color: #fff;
}

.product-view-pagination .rdpNumPart span, .item-view-pagination .rdpNumPart span {
  padding: 0px !important;
}

.product-view-pagination .rdpInfoPart, .item-view-pagination .rdpInfoPart {
  display: none;
}

.product-view-pagination-bottom, .item-view-pagination {
  border-top: 1px solid #cccccc;
  width: 100%;
  padding: 15px 0;
  margin-top: 15px !important;
}

.product-view-pagination-bottom .RadDataPager, .item-view-pagination .RadDataPager {
  margin: 5px auto 0;
  display: table;
}

.product-sorting {
  margin: 5px 0 0;
}

.product-sorting select {
  margin-left: 5px;
}

.product-view-toggle .product-view-action-list:before, .product-view-toggle .product-view-action-grid:before {
  color: #b1b1b1;
  margin: 0 3px;
  font-size: 24px;
  content: "\f03a";
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: middle;
  font-size: 24px;
}

.product-view-toggle a:hover {
  text-decoration: none;
}

.product-view-toggle .product-view-action-grid:before {
  content: "\f009";
}

.product-view-toggle a:hover:before,
.product-view-toggle .active:before {
  color: #4c4c4c;
}

.ientity-grid-item {
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .ientity-grid-item {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .ientity-grid-item {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}

.ientity-grid-item:hover, .ientity-grid-item:focus {
  border: 1px solid #00ADEF;
}

.ientity-grid-item .caption {
  display: inline-block;
  padding: 15px 0px;
}

.ientity-grid-item img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #page93 .ientity-grid-item {
    min-height: 200px;
  }
}

.ientity-list-item {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  color: #0e0e0e;
}

.ientity-list-item h3 {
  margin-top: 0;
}

.ientity-list-item:focus, .ientity-list-item:hover {
  color: #0e0e0e;
}

.ientity-list-item:focus .btn, .ientity-list-item:focus .dnnPrimaryAction, .ientity-list-item:hover .btn, .ientity-list-item:hover .dnnPrimaryAction {
  background-color: #00ADEF !important;
  color: #fff;
}

.page-details .product-specs ul {
  list-style: none;
  padding-left: 0px;
}

#gallery {
  max-width: 539px;
}

@media (max-width: 767px) {
  #gallery {
    margin-bottom: 15px;
  }
}

.slider-items {
  float: left;
  display: block;
}

.pagination-wrapper {
  margin-top: 5px;
}

.pagination-wrapper #thumbs-wrapper {
  display: block;
}

.pagination-wrapper .slider-thumnail-items {
  width: 16.65%;
}

.pagination-wrapper .slider-thumnail-items a {
  display: block;
  padding: 5px;
}

.pagination-wrapper .slider-thumnail-items.selected {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-prev,
.slider-next {
  display: none !important;
}

.icon-zoom {
  position: relative;
}

.icon-zoom:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
  pointer-events: none;
}

/*=======================================================
    11. iEntity news
=======================================================*/
.ientity-news-list-item {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  color: #0e0e0e;
}

.ientity-news-list-item h3 {
  margin: 0 0 10px 0;
}

.ientity-news-list-item:focus, .ientity-news-list-item:hover {
  color: #0e0e0e;
}

.ientity-news-list-item:focus .btn, .ientity-news-list-item:focus .dnnPrimaryAction, .ientity-news-list-item:hover .btn, .ientity-news-list-item:hover .dnnPrimaryAction {
  background-color: #00ADEF !important;
  color: #fff;
}

.date {
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  color: #FFF;
  background-color: #00ADEF;
  border-radius: 3px;
}

/* =========================================
	12. Breadcrumbs
========================================= */
.breadcrumbs {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0 3px;
}

.breadcrumbs > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 6px;
  color: #555555;
}

.breadcrumbs a {
  color: #0e0e0e;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadcrumbs a:hover {
  color: #00ADEF;
}

.breadcrumbs li:last-child a:hover {
  color: #0e0e0e;
  cursor: pointer;
}

/*=======================================================
    13. Resets / Base classes
=======================================================*/
.position-relative {
  position: relative;
}

/* Margin
------------------ */
.margin {
  margin: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-double {
  margin: 30px !important;
}

.margin-top-double {
  margin-top: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 30px !important;
}

.margin-left-double {
  margin-left: 30px !important;
}

.margin-right-double {
  margin-right: 30px !important;
}

.margin-half {
  margin: 8px !important;
}

.margin-top-half {
  margin-top: 8px !important;
}

.margin-bottom-half {
  margin-bottom: 8px !important;
}

.margin-left-half {
  margin-left: 8px !important;
}

.margin-right-half {
  margin-right: 8px !important;
}

.margin-reset {
  margin: 0 !important;
}

.margin-top-reset {
  margin-top: 0 !important;
}

.margin-bottom-reset {
  margin-bottom: 0 !important;
}

/* padding
------------------ */
.padding {
  padding: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-double {
  padding: 30px !important;
}

.padding-top-double {
  padding-top: 30px !important;
}

.padding-bottom-double {
  padding-bottom: 30px !important;
}

.padding-left-double {
  padding-left: 30px !important;
}

.padding-right-double {
  padding-right: 30px !important;
}

.padding-half {
  padding: 8px !important;
}

.padding-top-half {
  padding-top: 8px !important;
}

.padding-bottom-half {
  padding-bottom: 8px !important;
}

.padding-left-half {
  padding-left: 8px !important;
}

.padding-right-half {
  padding-right: 8px !important;
}

.padding-reset {
  padding: 0 !important;
}

.padding-top-reset {
  padding-top: 0 !important;
}

.padding-bottom-reset {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .padding-top-xs {
    padding-top: 15px !important;
  }
  .padding-bottom-xs {
    padding-bottom: 15px !important;
  }
  .margin-top-xs {
    margin-top: 15px !important;
  }
  .margin-bottom-xs {
    margin-bottom: 15px !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .clear-xs {
    float: none !important;
  }
  .display-table-xs {
    display: table;
    width: 100%;
  }
  .display-table-xs > .col-lg-1, .display-table-xs > .col-lg-10, .display-table-xs > .col-lg-11, .display-table-xs > .col-lg-12, .display-table-xs > .col-lg-2, .display-table-xs > .col-lg-3, .display-table-xs > .col-lg-4, .display-table-xs > .col-lg-5, .display-table-xs > .col-lg-6, .display-table-xs > .col-lg-7, .display-table-xs > .col-lg-8, .display-table-xs > .col-lg-9,
  .display-table-xs > .col-md-1, .display-table-xs > .col-md-10, .display-table-xs > .col-md-11, .display-table-xs > .col-md-12, .display-table-xs > .col-md-2, .display-table-xs > .col-md-3, .display-table-xs > .col-md-4, .display-table-xs > .col-md-5, .display-table-xs > .col-md-6, .display-table-xs > .col-md-7, .display-table-xs > .col-md-8, .display-table-xs > .col-md-9,
  .display-table-xs > .col-sm-1, .display-table-xs > .col-sm-10, .display-table-xs > .col-sm-11, .display-table-xs > .col-sm-12, .display-table-xs > .col-sm-2, .display-table-xs > .col-sm-3, .display-table-xs > .col-sm-4, .display-table-xs > .col-sm-5, .display-table-xs > .col-sm-6, .display-table-xs > .col-sm-7, .display-table-xs > .col-sm-8, .display-table-xs > .col-sm-9,
  .display-table-xs > .col-xs-1, .display-table-xs > .col-xs-10, .display-table-xs > .col-xs-11, .display-table-xs > .col-xs-12, .display-table-xs > .col-xs-2, .display-table-xs > .col-xs-3, .display-table-xs > .col-xs-4, .display-table-xs > .col-xs-5, .display-table-xs > .col-xs-6, .display-table-xs > .col-xs-7, .display-table-xs > .col-xs-8, .display-table-xs > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xs > .col-lg-1, .seperator-row-xs > .col-lg-10, .seperator-row-xs > .col-lg-11, .seperator-row-xs > .col-lg-12, .seperator-row-xs > .col-lg-2, .seperator-row-xs > .col-lg-3, .seperator-row-xs > .col-lg-4, .seperator-row-xs > .col-lg-5, .seperator-row-xs > .col-lg-6, .seperator-row-xs > .col-lg-7, .seperator-row-xs > .col-lg-8, .seperator-row-xs > .col-lg-9,
  .seperator-row-xs > .col-md-1, .seperator-row-xs > .col-md-10, .seperator-row-xs > .col-md-11, .seperator-row-xs > .col-md-12, .seperator-row-xs > .col-md-2, .seperator-row-xs > .col-md-3, .seperator-row-xs > .col-md-4, .seperator-row-xs > .col-md-5, .seperator-row-xs > .col-md-6, .seperator-row-xs > .col-md-7, .seperator-row-xs > .col-md-8, .seperator-row-xs > .col-md-9,
  .seperator-row-xs > .col-sm-1, .seperator-row-xs > .col-sm-10, .seperator-row-xs > .col-sm-11, .seperator-row-xs > .col-sm-12, .seperator-row-xs > .col-sm-2, .seperator-row-xs > .col-sm-3, .seperator-row-xs > .col-sm-4, .seperator-row-xs > .col-sm-5, .seperator-row-xs > .col-sm-6, .seperator-row-xs > .col-sm-7, .seperator-row-xs > .col-sm-8, .seperator-row-xs > .col-sm-9,
  .seperator-row-xs > .col-xs-1, .seperator-row-xs > .col-xs-10, .seperator-row-xs > .col-xs-11, .seperator-row-xs > .col-xs-12, .seperator-row-xs > .col-xs-2, .seperator-row-xs > .col-xs-3, .seperator-row-xs > .col-xs-4, .seperator-row-xs > .col-xs-5, .seperator-row-xs > .col-xs-6, .seperator-row-xs > .col-xs-7, .seperator-row-xs > .col-xs-8, .seperator-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-xs > .col-lg-1:first-child, .seperator-row-xs > .col-lg-10:first-child, .seperator-row-xs > .col-lg-11:first-child, .seperator-row-xs > .col-lg-12:first-child, .seperator-row-xs > .col-lg-2:first-child, .seperator-row-xs > .col-lg-3:first-child, .seperator-row-xs > .col-lg-4:first-child, .seperator-row-xs > .col-lg-5:first-child, .seperator-row-xs > .col-lg-6:first-child, .seperator-row-xs > .col-lg-7:first-child, .seperator-row-xs > .col-lg-8:first-child, .seperator-row-xs > .col-lg-9:first-child,
  .seperator-row-xs > .col-md-1:first-child, .seperator-row-xs > .col-md-10:first-child, .seperator-row-xs > .col-md-11:first-child, .seperator-row-xs > .col-md-12:first-child, .seperator-row-xs > .col-md-2:first-child, .seperator-row-xs > .col-md-3:first-child, .seperator-row-xs > .col-md-4:first-child, .seperator-row-xs > .col-md-5:first-child, .seperator-row-xs > .col-md-6:first-child, .seperator-row-xs > .col-md-7:first-child, .seperator-row-xs > .col-md-8:first-child, .seperator-row-xs > .col-md-9:first-child,
  .seperator-row-xs > .col-sm-1:first-child, .seperator-row-xs > .col-sm-10:first-child, .seperator-row-xs > .col-sm-11:first-child, .seperator-row-xs > .col-sm-12:first-child, .seperator-row-xs > .col-sm-2:first-child, .seperator-row-xs > .col-sm-3:first-child, .seperator-row-xs > .col-sm-4:first-child, .seperator-row-xs > .col-sm-5:first-child, .seperator-row-xs > .col-sm-6:first-child, .seperator-row-xs > .col-sm-7:first-child, .seperator-row-xs > .col-sm-8:first-child, .seperator-row-xs > .col-sm-9:first-child,
  .seperator-row-xs > .col-xs-1:first-child, .seperator-row-xs > .col-xs-10:first-child, .seperator-row-xs > .col-xs-11:first-child, .seperator-row-xs > .col-xs-12:first-child, .seperator-row-xs > .col-xs-2:first-child, .seperator-row-xs > .col-xs-3:first-child, .seperator-row-xs > .col-xs-4:first-child, .seperator-row-xs > .col-xs-5:first-child, .seperator-row-xs > .col-xs-6:first-child, .seperator-row-xs > .col-xs-7:first-child, .seperator-row-xs > .col-xs-8:first-child, .seperator-row-xs > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-sm {
    padding-top: 15px !important;
  }
  .padding-bottom-sm {
    padding-bottom: 15px !important;
  }
  .margin-top-sm {
    margin-top: 15px !important;
  }
  .margin-bottom-sm {
    margin-bottom: 15px !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .clear-sm {
    float: none !important;
  }
  .display-table-sm {
    display: table;
    width: 100%;
  }
  .display-table-sm > .col-lg-1, .display-table-sm > .col-lg-10, .display-table-sm > .col-lg-11, .display-table-sm > .col-lg-12, .display-table-sm > .col-lg-2, .display-table-sm > .col-lg-3, .display-table-sm > .col-lg-4, .display-table-sm > .col-lg-5, .display-table-sm > .col-lg-6, .display-table-sm > .col-lg-7, .display-table-sm > .col-lg-8, .display-table-sm > .col-lg-9,
  .display-table-sm > .col-md-1, .display-table-sm > .col-md-10, .display-table-sm > .col-md-11, .display-table-sm > .col-md-12, .display-table-sm > .col-md-2, .display-table-sm > .col-md-3, .display-table-sm > .col-md-4, .display-table-sm > .col-md-5, .display-table-sm > .col-md-6, .display-table-sm > .col-md-7, .display-table-sm > .col-md-8, .display-table-sm > .col-md-9,
  .display-table-sm > .col-sm-1, .display-table-sm > .col-sm-10, .display-table-sm > .col-sm-11, .display-table-sm > .col-sm-12, .display-table-sm > .col-sm-2, .display-table-sm > .col-sm-3, .display-table-sm > .col-sm-4, .display-table-sm > .col-sm-5, .display-table-sm > .col-sm-6, .display-table-sm > .col-sm-7, .display-table-sm > .col-sm-8, .display-table-sm > .col-sm-9,
  .display-table-sm > .col-xs-1, .display-table-sm > .col-xs-10, .display-table-sm > .col-xs-11, .display-table-sm > .col-xs-12, .display-table-sm > .col-xs-2, .display-table-sm > .col-xs-3, .display-table-sm > .col-xs-4, .display-table-sm > .col-xs-5, .display-table-sm > .col-xs-6, .display-table-sm > .col-xs-7, .display-table-sm > .col-xs-8, .display-table-sm > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-sm > .col-lg-1, .seperator-row-sm > .col-lg-10, .seperator-row-sm > .col-lg-11, .seperator-row-sm > .col-lg-12, .seperator-row-sm > .col-lg-2, .seperator-row-sm > .col-lg-3, .seperator-row-sm > .col-lg-4, .seperator-row-sm > .col-lg-5, .seperator-row-sm > .col-lg-6, .seperator-row-sm > .col-lg-7, .seperator-row-sm > .col-lg-8, .seperator-row-sm > .col-lg-9,
  .seperator-row-sm > .col-md-1, .seperator-row-sm > .col-md-10, .seperator-row-sm > .col-md-11, .seperator-row-sm > .col-md-12, .seperator-row-sm > .col-md-2, .seperator-row-sm > .col-md-3, .seperator-row-sm > .col-md-4, .seperator-row-sm > .col-md-5, .seperator-row-sm > .col-md-6, .seperator-row-sm > .col-md-7, .seperator-row-sm > .col-md-8, .seperator-row-sm > .col-md-9,
  .seperator-row-sm > .col-sm-1, .seperator-row-sm > .col-sm-10, .seperator-row-sm > .col-sm-11, .seperator-row-sm > .col-sm-12, .seperator-row-sm > .col-sm-2, .seperator-row-sm > .col-sm-3, .seperator-row-sm > .col-sm-4, .seperator-row-sm > .col-sm-5, .seperator-row-sm > .col-sm-6, .seperator-row-sm > .col-sm-7, .seperator-row-sm > .col-sm-8, .seperator-row-sm > .col-sm-9,
  .seperator-row-sm > .col-xs-1, .seperator-row-sm > .col-xs-10, .seperator-row-sm > .col-xs-11, .seperator-row-sm > .col-xs-12, .seperator-row-sm > .col-xs-2, .seperator-row-sm > .col-xs-3, .seperator-row-sm > .col-xs-4, .seperator-row-sm > .col-xs-5, .seperator-row-sm > .col-xs-6, .seperator-row-sm > .col-xs-7, .seperator-row-sm > .col-xs-8, .seperator-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-sm > .col-lg-1:first-child, .seperator-row-sm > .col-lg-10:first-child, .seperator-row-sm > .col-lg-11:first-child, .seperator-row-sm > .col-lg-12:first-child, .seperator-row-sm > .col-lg-2:first-child, .seperator-row-sm > .col-lg-3:first-child, .seperator-row-sm > .col-lg-4:first-child, .seperator-row-sm > .col-lg-5:first-child, .seperator-row-sm > .col-lg-6:first-child, .seperator-row-sm > .col-lg-7:first-child, .seperator-row-sm > .col-lg-8:first-child, .seperator-row-sm > .col-lg-9:first-child,
  .seperator-row-sm > .col-md-1:first-child, .seperator-row-sm > .col-md-10:first-child, .seperator-row-sm > .col-md-11:first-child, .seperator-row-sm > .col-md-12:first-child, .seperator-row-sm > .col-md-2:first-child, .seperator-row-sm > .col-md-3:first-child, .seperator-row-sm > .col-md-4:first-child, .seperator-row-sm > .col-md-5:first-child, .seperator-row-sm > .col-md-6:first-child, .seperator-row-sm > .col-md-7:first-child, .seperator-row-sm > .col-md-8:first-child, .seperator-row-sm > .col-md-9:first-child,
  .seperator-row-sm > .col-sm-1:first-child, .seperator-row-sm > .col-sm-10:first-child, .seperator-row-sm > .col-sm-11:first-child, .seperator-row-sm > .col-sm-12:first-child, .seperator-row-sm > .col-sm-2:first-child, .seperator-row-sm > .col-sm-3:first-child, .seperator-row-sm > .col-sm-4:first-child, .seperator-row-sm > .col-sm-5:first-child, .seperator-row-sm > .col-sm-6:first-child, .seperator-row-sm > .col-sm-7:first-child, .seperator-row-sm > .col-sm-8:first-child, .seperator-row-sm > .col-sm-9:first-child,
  .seperator-row-sm > .col-xs-1:first-child, .seperator-row-sm > .col-xs-10:first-child, .seperator-row-sm > .col-xs-11:first-child, .seperator-row-sm > .col-xs-12:first-child, .seperator-row-sm > .col-xs-2:first-child, .seperator-row-sm > .col-xs-3:first-child, .seperator-row-sm > .col-xs-4:first-child, .seperator-row-sm > .col-xs-5:first-child, .seperator-row-sm > .col-xs-6:first-child, .seperator-row-sm > .col-xs-7:first-child, .seperator-row-sm > .col-xs-8:first-child, .seperator-row-sm > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .padding-top-md {
    padding-top: 15px !important;
  }
  .padding-bottom-md {
    padding-bottom: 15px !important;
  }
  .margin-top-md {
    margin-top: 15px !important;
  }
  .margin-bottom-md {
    margin-bottom: 15px !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .clear-md {
    float: none !important;
  }
  .display-table-md {
    display: table;
    width: 100%;
  }
  .display-table-md > .col-lg-1, .display-table-md > .col-lg-10, .display-table-md > .col-lg-11, .display-table-md > .col-lg-12, .display-table-md > .col-lg-2, .display-table-md > .col-lg-3, .display-table-md > .col-lg-4, .display-table-md > .col-lg-5, .display-table-md > .col-lg-6, .display-table-md > .col-lg-7, .display-table-md > .col-lg-8, .display-table-md > .col-lg-9,
  .display-table-md > .col-md-1, .display-table-md > .col-md-10, .display-table-md > .col-md-11, .display-table-md > .col-md-12, .display-table-md > .col-md-2, .display-table-md > .col-md-3, .display-table-md > .col-md-4, .display-table-md > .col-md-5, .display-table-md > .col-md-6, .display-table-md > .col-md-7, .display-table-md > .col-md-8, .display-table-md > .col-md-9,
  .display-table-md > .col-sm-1, .display-table-md > .col-sm-10, .display-table-md > .col-sm-11, .display-table-md > .col-sm-12, .display-table-md > .col-sm-2, .display-table-md > .col-sm-3, .display-table-md > .col-sm-4, .display-table-md > .col-sm-5, .display-table-md > .col-sm-6, .display-table-md > .col-sm-7, .display-table-md > .col-sm-8, .display-table-md > .col-sm-9,
  .display-table-md > .col-xs-1, .display-table-md > .col-xs-10, .display-table-md > .col-xs-11, .display-table-md > .col-xs-12, .display-table-md > .col-xs-2, .display-table-md > .col-xs-3, .display-table-md > .col-xs-4, .display-table-md > .col-xs-5, .display-table-md > .col-xs-6, .display-table-md > .col-xs-7, .display-table-md > .col-xs-8, .display-table-md > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-md > .col-lg-1, .seperator-row-md > .col-lg-10, .seperator-row-md > .col-lg-11, .seperator-row-md > .col-lg-12, .seperator-row-md > .col-lg-2, .seperator-row-md > .col-lg-3, .seperator-row-md > .col-lg-4, .seperator-row-md > .col-lg-5, .seperator-row-md > .col-lg-6, .seperator-row-md > .col-lg-7, .seperator-row-md > .col-lg-8, .seperator-row-md > .col-lg-9,
  .seperator-row-md > .col-md-1, .seperator-row-md > .col-md-10, .seperator-row-md > .col-md-11, .seperator-row-md > .col-md-12, .seperator-row-md > .col-md-2, .seperator-row-md > .col-md-3, .seperator-row-md > .col-md-4, .seperator-row-md > .col-md-5, .seperator-row-md > .col-md-6, .seperator-row-md > .col-md-7, .seperator-row-md > .col-md-8, .seperator-row-md > .col-md-9,
  .seperator-row-md > .col-sm-1, .seperator-row-md > .col-sm-10, .seperator-row-md > .col-sm-11, .seperator-row-md > .col-sm-12, .seperator-row-md > .col-sm-2, .seperator-row-md > .col-sm-3, .seperator-row-md > .col-sm-4, .seperator-row-md > .col-sm-5, .seperator-row-md > .col-sm-6, .seperator-row-md > .col-sm-7, .seperator-row-md > .col-sm-8, .seperator-row-md > .col-sm-9,
  .seperator-row-md > .col-xs-1, .seperator-row-md > .col-xs-10, .seperator-row-md > .col-xs-11, .seperator-row-md > .col-xs-12, .seperator-row-md > .col-xs-2, .seperator-row-md > .col-xs-3, .seperator-row-md > .col-xs-4, .seperator-row-md > .col-xs-5, .seperator-row-md > .col-xs-6, .seperator-row-md > .col-xs-7, .seperator-row-md > .col-xs-8, .seperator-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-md > .col-lg-1:first-child, .seperator-row-md > .col-lg-10:first-child, .seperator-row-md > .col-lg-11:first-child, .seperator-row-md > .col-lg-12:first-child, .seperator-row-md > .col-lg-2:first-child, .seperator-row-md > .col-lg-3:first-child, .seperator-row-md > .col-lg-4:first-child, .seperator-row-md > .col-lg-5:first-child, .seperator-row-md > .col-lg-6:first-child, .seperator-row-md > .col-lg-7:first-child, .seperator-row-md > .col-lg-8:first-child, .seperator-row-md > .col-lg-9:first-child,
  .seperator-row-md > .col-md-1:first-child, .seperator-row-md > .col-md-10:first-child, .seperator-row-md > .col-md-11:first-child, .seperator-row-md > .col-md-12:first-child, .seperator-row-md > .col-md-2:first-child, .seperator-row-md > .col-md-3:first-child, .seperator-row-md > .col-md-4:first-child, .seperator-row-md > .col-md-5:first-child, .seperator-row-md > .col-md-6:first-child, .seperator-row-md > .col-md-7:first-child, .seperator-row-md > .col-md-8:first-child, .seperator-row-md > .col-md-9:first-child,
  .seperator-row-md > .col-sm-1:first-child, .seperator-row-md > .col-sm-10:first-child, .seperator-row-md > .col-sm-11:first-child, .seperator-row-md > .col-sm-12:first-child, .seperator-row-md > .col-sm-2:first-child, .seperator-row-md > .col-sm-3:first-child, .seperator-row-md > .col-sm-4:first-child, .seperator-row-md > .col-sm-5:first-child, .seperator-row-md > .col-sm-6:first-child, .seperator-row-md > .col-sm-7:first-child, .seperator-row-md > .col-sm-8:first-child, .seperator-row-md > .col-sm-9:first-child,
  .seperator-row-md > .col-xs-1:first-child, .seperator-row-md > .col-xs-10:first-child, .seperator-row-md > .col-xs-11:first-child, .seperator-row-md > .col-xs-12:first-child, .seperator-row-md > .col-xs-2:first-child, .seperator-row-md > .col-xs-3:first-child, .seperator-row-md > .col-xs-4:first-child, .seperator-row-md > .col-xs-5:first-child, .seperator-row-md > .col-xs-6:first-child, .seperator-row-md > .col-xs-7:first-child, .seperator-row-md > .col-xs-8:first-child, .seperator-row-md > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
}

@media (min-width: 1200px) {
  .padding-top-lg {
    padding-top: 15px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 15px !important;
  }
  .margin-top-lg {
    margin-top: 15px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 15px !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .clear-lg {
    float: none !important;
  }
  .display-table-lg {
    display: table;
    width: 100%;
  }
  .display-table-lg > .col-lg-1, .display-table-lg > .col-lg-10, .display-table-lg > .col-lg-11, .display-table-lg > .col-lg-12, .display-table-lg > .col-lg-2, .display-table-lg > .col-lg-3, .display-table-lg > .col-lg-4, .display-table-lg > .col-lg-5, .display-table-lg > .col-lg-6, .display-table-lg > .col-lg-7, .display-table-lg > .col-lg-8, .display-table-lg > .col-lg-9,
  .display-table-lg > .col-md-1, .display-table-lg > .col-md-10, .display-table-lg > .col-md-11, .display-table-lg > .col-md-12, .display-table-lg > .col-md-2, .display-table-lg > .col-md-3, .display-table-lg > .col-md-4, .display-table-lg > .col-md-5, .display-table-lg > .col-md-6, .display-table-lg > .col-md-7, .display-table-lg > .col-md-8, .display-table-lg > .col-md-9,
  .display-table-lg > .col-sm-1, .display-table-lg > .col-sm-10, .display-table-lg > .col-sm-11, .display-table-lg > .col-sm-12, .display-table-lg > .col-sm-2, .display-table-lg > .col-sm-3, .display-table-lg > .col-sm-4, .display-table-lg > .col-sm-5, .display-table-lg > .col-sm-6, .display-table-lg > .col-sm-7, .display-table-lg > .col-sm-8, .display-table-lg > .col-sm-9,
  .display-table-lg > .col-xs-1, .display-table-lg > .col-xs-10, .display-table-lg > .col-xs-11, .display-table-lg > .col-xs-12, .display-table-lg > .col-xs-2, .display-table-lg > .col-xs-3, .display-table-lg > .col-xs-4, .display-table-lg > .col-xs-5, .display-table-lg > .col-xs-6, .display-table-lg > .col-xs-7, .display-table-lg > .col-xs-8, .display-table-lg > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-lg > .col-lg-1, .seperator-row-lg > .col-lg-10, .seperator-row-lg > .col-lg-11, .seperator-row-lg > .col-lg-12, .seperator-row-lg > .col-lg-2, .seperator-row-lg > .col-lg-3, .seperator-row-lg > .col-lg-4, .seperator-row-lg > .col-lg-5, .seperator-row-lg > .col-lg-6, .seperator-row-lg > .col-lg-7, .seperator-row-lg > .col-lg-8, .seperator-row-lg > .col-lg-9,
  .seperator-row-lg > .col-md-1, .seperator-row-lg > .col-md-10, .seperator-row-lg > .col-md-11, .seperator-row-lg > .col-md-12, .seperator-row-lg > .col-md-2, .seperator-row-lg > .col-md-3, .seperator-row-lg > .col-md-4, .seperator-row-lg > .col-md-5, .seperator-row-lg > .col-md-6, .seperator-row-lg > .col-md-7, .seperator-row-lg > .col-md-8, .seperator-row-lg > .col-md-9,
  .seperator-row-lg > .col-sm-1, .seperator-row-lg > .col-sm-10, .seperator-row-lg > .col-sm-11, .seperator-row-lg > .col-sm-12, .seperator-row-lg > .col-sm-2, .seperator-row-lg > .col-sm-3, .seperator-row-lg > .col-sm-4, .seperator-row-lg > .col-sm-5, .seperator-row-lg > .col-sm-6, .seperator-row-lg > .col-sm-7, .seperator-row-lg > .col-sm-8, .seperator-row-lg > .col-sm-9,
  .seperator-row-lg > .col-xs-1, .seperator-row-lg > .col-xs-10, .seperator-row-lg > .col-xs-11, .seperator-row-lg > .col-xs-12, .seperator-row-lg > .col-xs-2, .seperator-row-lg > .col-xs-3, .seperator-row-lg > .col-xs-4, .seperator-row-lg > .col-xs-5, .seperator-row-lg > .col-xs-6, .seperator-row-lg > .col-xs-7, .seperator-row-lg > .col-xs-8, .seperator-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seperator-row-lg > .col-lg-1:first-child, .seperator-row-lg > .col-lg-10:first-child, .seperator-row-lg > .col-lg-11:first-child, .seperator-row-lg > .col-lg-12:first-child, .seperator-row-lg > .col-lg-2:first-child, .seperator-row-lg > .col-lg-3:first-child, .seperator-row-lg > .col-lg-4:first-child, .seperator-row-lg > .col-lg-5:first-child, .seperator-row-lg > .col-lg-6:first-child, .seperator-row-lg > .col-lg-7:first-child, .seperator-row-lg > .col-lg-8:first-child, .seperator-row-lg > .col-lg-9:first-child,
  .seperator-row-lg > .col-md-1:first-child, .seperator-row-lg > .col-md-10:first-child, .seperator-row-lg > .col-md-11:first-child, .seperator-row-lg > .col-md-12:first-child, .seperator-row-lg > .col-md-2:first-child, .seperator-row-lg > .col-md-3:first-child, .seperator-row-lg > .col-md-4:first-child, .seperator-row-lg > .col-md-5:first-child, .seperator-row-lg > .col-md-6:first-child, .seperator-row-lg > .col-md-7:first-child, .seperator-row-lg > .col-md-8:first-child, .seperator-row-lg > .col-md-9:first-child,
  .seperator-row-lg > .col-sm-1:first-child, .seperator-row-lg > .col-sm-10:first-child, .seperator-row-lg > .col-sm-11:first-child, .seperator-row-lg > .col-sm-12:first-child, .seperator-row-lg > .col-sm-2:first-child, .seperator-row-lg > .col-sm-3:first-child, .seperator-row-lg > .col-sm-4:first-child, .seperator-row-lg > .col-sm-5:first-child, .seperator-row-lg > .col-sm-6:first-child, .seperator-row-lg > .col-sm-7:first-child, .seperator-row-lg > .col-sm-8:first-child, .seperator-row-lg > .col-sm-9:first-child,
  .seperator-row-lg > .col-xs-1:first-child, .seperator-row-lg > .col-xs-10:first-child, .seperator-row-lg > .col-xs-11:first-child, .seperator-row-lg > .col-xs-12:first-child, .seperator-row-lg > .col-xs-2:first-child, .seperator-row-lg > .col-xs-3:first-child, .seperator-row-lg > .col-xs-4:first-child, .seperator-row-lg > .col-xs-5:first-child, .seperator-row-lg > .col-xs-6:first-child, .seperator-row-lg > .col-xs-7:first-child, .seperator-row-lg > .col-xs-8:first-child, .seperator-row-lg > .col-xs-9:first-child {
    border-right: 1px solid #cccccc;
  }
}

.border-top {
  border-top: 1px solid #cccccc;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.border-left {
  border-left: 1px solid #cccccc;
}

.border-right {
  border-right: 1px solid #cccccc;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.background-primary {
  background-color: #00ADEF;
}

.background-secondary {
  background-color: #00ADEF;
}

.background-white {
  background-color: #ffffff;
}

.background-gray {
  background-color: #555555;
}

.background-gray-light {
  background-color: #cccccc;
}

.background-gray-dark {
  background-color: #333333;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table > .col-lg-1, .display-table > .col-lg-10, .display-table > .col-lg-11, .display-table > .col-lg-12, .display-table > .col-lg-2, .display-table > .col-lg-3, .display-table > .col-lg-4, .display-table > .col-lg-5, .display-table > .col-lg-6, .display-table > .col-lg-7, .display-table > .col-lg-8, .display-table > .col-lg-9,
.display-table > .col-md-1, .display-table > .col-md-10, .display-table > .col-md-11, .display-table > .col-md-12, .display-table > .col-md-2, .display-table > .col-md-3, .display-table > .col-md-4, .display-table > .col-md-5, .display-table > .col-md-6, .display-table > .col-md-7, .display-table > .col-md-8, .display-table > .col-md-9,
.display-table > .col-sm-1, .display-table > .col-sm-10, .display-table > .col-sm-11, .display-table > .col-sm-12, .display-table > .col-sm-2, .display-table > .col-sm-3, .display-table > .col-sm-4, .display-table > .col-sm-5, .display-table > .col-sm-6, .display-table > .col-sm-7, .display-table > .col-sm-8, .display-table > .col-sm-9,
.display-table > .col-xs-1, .display-table > .col-xs-10, .display-table > .col-xs-11, .display-table > .col-xs-12, .display-table > .col-xs-2, .display-table > .col-xs-3, .display-table > .col-xs-4, .display-table > .col-xs-5, .display-table > .col-xs-6, .display-table > .col-xs-7, .display-table > .col-xs-8, .display-table > .col-xs-9 {
  float: none;
  display: table-cell;
  vertical-align: top;
  min-height: none;
}

/* == DNN resets  == */
.dnnPrimaryAction {
  text-shadow: none !important;
}

.dnnLoginService {
  max-width: 250px;
  margin: 0 auto;
}

.dnn-login-row .form-group {
  margin: 15px 0px;
}

.login-remember label {
  padding-left: 5px;
}

.DNN_Documents td {
  padding: 4px 6px;
  border: 1px solid #efefe5;
  line-height: 20px;
}

.DNN_Documents .dnnGridHeader {
  background: #999;
  color: #fff;
  font-weight: bold;
}

.DNN_Documents .dnnGridAltItem {
  background: #f1f1f1;
}

/*=======================================================
    1. DNN Seach
=======================================================*/
#search {
  margin: 0;
  padding: 0;
  position: relative;
}

#search input {
  width: 100%;
  border: 1px solid #dadada;
  height: 28px;
}

#search #SearchIcon {
  display: none;
}

#search .SearchButton:before {
  content: "\f002";
  color: #212121;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}

#search .SearchButton {
  background-color: #dadada;
  font-size: 14px;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#search .SearchButton:hover {
  text-decoration: none;
  background-color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*=======================================================
    2. AddThis
=======================================================*/
.addthis-holder {
  vertical-align: middle;
  margin-bottom: 20px;
  height: 48px;
  display: inline-block;
}

.addthis-holder .addthis-title {
  font-size: 12px;
  color: #cccccc;
  margin: 3px 3px 0 0;
}

/*=======================================================
    3. Guestbook
=======================================================*/
.container-guestbook {
  margin-bottom: 30px;
}

.guestbook-info {
  margin-bottom: 5px;
}

.guestbook-message {
  background-color: #ececec;
  border: 1px solid #CCC;
  padding: 20px 15px;
  border-radius: 4px;
}

.table-guestbook {
  width: 100%;
}

.table-guestbook td {
  padding-bottom: 15px;
}

.dnnFormHelpContent {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 15px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.dnnFormHelpContent:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: -6px;
  left: 15px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000 transparent;
}

.guestbook-pagination {
  width: 100%;
}

@media (max-width: 991px) {
  .guestbook-pagination td {
    width: 100%;
    float: left;
    text-align: center;
  }
}

.guestbook-captcha img {
  margin-bottom: 10px;
}

.guestbook-captcha input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

/*=======================================================
    4. Calender
=======================================================*/
.ThemeCustom .EvtHdrLftCol {
  width: 33%;
  float: left;
  min-height: 1px;
  margin-bottom: 10px;
}

.ThemeCustom .EvtHdrMdlCol {
  width: 34%;
  float: left;
  min-height: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.ThemeCustom .EvtHdrRgtCol {
  width: 33%;
  float: left;
  margin-bottom: 10px;
}

.ThemeCustom .Eventtooltipheader, .ThemeCustom .Eventtooltipbody {
  width: 300px;
  z-index: 99;
  font-family: Arial;
  padding: 5px;
}

.ThemeCustom .Eventtooltipheader {
  border: #c3d9ff 1px solid;
  background-color: #e3f3ff;
  color: #375162;
  font-weight: 700;
}

.ThemeCustom .Eventtooltipbody {
  border-left: #c3d9ff 1px solid;
  border-right: #c3d9ff 1px solid;
  border-bottom: #c3d9ff 1px solid;
  background-color: #fff;
  background: #fff url(tooltip_bg.jpg) repeat-x bottom;
  min-height: 130px;
}

.ThemeCustom .Eventtooltipbody hr {
  width: 100%;
  color: #c3d9ff;
  background-color: #c3d9ff;
  height: 1px;
  border: 0;
}

.ThemeCustom .Event {
  table-layout: fixed;
  width: 100%;
  color: #000;
  text-align: center;
  border-right: #00ADEF 1px solid;
  border-top: #00ADEF 1px solid;
  border-left: #00ADEF 1px solid;
  border-bottom: #00ADEF 1px solid;
  white-space: normal;
}

.ThemeCustom .EventTitle, .ThemeCustom .EventTitle td {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  height: 28px;
  text-align: center;
  background-color: #00ADEF;
  border-bottom: #00ADEF 1px solid;
  padding: 3px;
}

.ThemeCustom .EventNextPrev, .ThemeCustom .EventNextPrev a:link {
  color: #ffffff;
  padding: 3px !important;
}

.ThemeCustom .EventNextPrev a, .ThemeCustom .EventNextPrev a:visited, .ThemeCustom .EventNextPrev a:hover {
  color: #CB2027;
  padding: 0 .5em;
}

.ThemeCustom .EventDayHeader {
  font-weight: 700;
  color: #0e0e0e;
  height: 16px;
  background-color: #efefef;
  vertical-align: middle;
  padding: 5px;
}

.ThemeCustom .EventDay, .ThemeCustom .EventDayEvents, .ThemeCustom .EventWeekendDayEvents {
  text-align: center;
  height: 100px;
  vertical-align: top;
  color: #0e0e0e;
  background-color: #d6f4ff;
  border: #00ADEF 1px solid;
}

.ThemeCustom .EventDayScroll {
  width: 100%;
  height: 89%;
  overflow: auto;
  position: static;
  background-color: #ffffff;
  word-wrap: break-word;
  text-align: left;
  padding: 4px;
}

.ThemeCustom .EventOtherMonthDay {
  color: #a9a9a9;
  background-color: #efefef;
  border-color: #cccccc;
}

.ThemeCustom .EventWeekendDay {
  background-color: #bcecff;
}

.ThemeCustom .EventTodayDay {
  font-weight: 700;
  color: #ffffff;
  background-color: #00ADEF;
  border: #00ADEF 2px solid;
}

/*.ThemeCustom .EventSelectedDay {
    color: $calender-selected-text-color;
    background-color: $calender-selected-background;
    border: $calender-selected-border 2px solid;
}*/
.ThemeCustom .EventSelectedDay .EventDayScroll, .ThemeCustom .EventTodayDay .EventDayScroll {
  color: #ffffff;
}

.ThemeCustom .EventSelector {
  background-color: #c0c0e0;
}

.ThemeCustom .EventSelector a, .ThemeCustom .EventSelector a:visited, .ThemeCustom .EventSelector a:hover {
  color: #00f;
  text-decoration: none;
}

.ThemeCustom .WeekTable table {
  table-layout: auto;
  width: 100%;
  color: #000;
  text-align: center;
  border: #00ADEF 1px solid;
}

.ThemeCustom .WeekTable table td, .ThemeCustom .WeekTable table th {
  border: 0;
  padding: 3px;
}

.ThemeCustom tr.WeekHeader {
  background-color: #00ADEF;
  color: #ffffff;
  height: 28px;
}

.ThemeCustom tr.WeekHeader td {
  padding: 9px;
}

.ThemeCustom .WeekItem {
  text-align: center;
  background-color: #00ADEF;
  font-weight: 400;
  background: #00ADEF;
  border: #00ADEF 1px solid;
}

.ThemeCustom .WeekItem a {
  color: #ffffff;
}

.ThemeCustom .WeekDay {
  font-weight: 700;
  font-size: 9px;
  color: #7994cb;
  background-color: #7994cb;
  text-align: center;
  vertical-align: middle;
  border: #a2bbdd 1px solid;
}

.ThemeCustom .WeekBackground {
  font-size: 9px;
  background-color: #ffffff;
  border: #a2bbdd 1px solid;
}

.ThemeCustom .WeekTitle {
  color: #0e0e0e;
  height: 15%;
  text-align: center;
  background-color: #efefef;
  width: 11%;
}

.ThemeCustom .WeekOfTitle {
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.ThemeCustom .WeekNextPrev {
  font-weight: 700;
  width: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.ThemeCustom .WeekRangeheader {
  text-align: center;
  vertical-align: middle;
  font-size: 9px;
  background-color: #d6f4ff;
  border: none;
  color: #0e0e0e;
}

.ThemeCustom .ListTable {
  width: 100%;
}

.ThemeCustom .ListDate, .ThemeCustom .ListRecurText, .ThemeCustom .ListRecurUntil {
  text-align: left;
  vertical-align: top;
  width: 150px;
}

.ThemeCustom .ListTitle, .ThemeCustom .EnrollTitle {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListDescription {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListLink {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .ListHeader, .ThemeCustom .DetailEnrollGridHeader, .ThemeCustom .EditEnrollGridHeader, .ThemeCustom .EnrollGridHeader {
  font-weight: 700;
  color: #ffffff;
  background-color: #00ADEF;
  height: 28px;
  text-align: left;
  vertical-align: middle;
  padding: 9px 10px;
}

.ThemeCustom .ListHeader a, .ThemeCustom .DetailEnrollGridHeader a, .ThemeCustom .EditEnrollGridHeader a, .ThemeCustom .EnrollGridHeader a {
  color: #ffffff;
}

.ThemeCustom .DetailEnrollGridHeader, .ThemeCustom .EditEnrollGridHeader, .ThemeCustom .EnrollGridHeader {
  text-align: center;
}

.ThemeCustom .DetailEnrollUser, .ThemeCustom .DetailEnrollDisplay, .ThemeCustom .DetailEnrollDisplay a:link, .ThemeCustom .DetailEnrollEmail, .ThemeCustom .DetailEnrollEmail a:link, .ThemeCustom .DetailEnrollPhone, .ThemeCustom .DetailEnrollApproved, .ThemeCustom .DetailEnrollNo, .ThemeCustom .EditEnrollSelect, .ThemeCustom .EditEnrollUser, .ThemeCustom .EditEnrollDisplay, .ThemeCustom .EditEnrollDisplay a:link, .ThemeCustom .EditEnrollEmail, .ThemeCustom .EditEnrollEmail a:link, .ThemeCustom .EditEnrollPhone, .ThemeCustom .EditEnrollApproved, .ThemeCustom .EditEnrollNo, .ThemeCustom .EditEnrollDate, .ThemeCustom .EditEnrollDate .ThemeCustom .EnrollSelect, .ThemeCustom .EnrollApproved, .ThemeCustom .EnrollNo, .ThemeCustom .EnrollFee, .ThemeCustom .EnrollDate {
  text-align: center;
  vertical-align: top;
  font-weight: 400;
}

.ThemeCustom .ListDuration {
  text-align: center;
  vertical-align: top;
  width: 60px;
}

.ThemeCustom .ListAlternate, .ThemeCustom .DetailEnrollGridAlternate, .ThemeCustom .EditEnrollGridAlternate, .ThemeCustom .EnrollGridAlternate {
  background-color: #e1f0fd;
}

.ThemeCustom .ListDataGrid, .ThemeCustom .DetailEnrollGrid, .ThemeCustom .EditEnrollGrid, .ThemeCustom .EnrollGrid {
  border-right: #00ADEF 1px solid;
  border-top: #00ADEF 1px solid;
  border-left: #00ADEF 1px solid;
  border-bottom: #00ADEF 1px solid;
  background: #ffffff;
}

.ThemeCustom .ListDataGrid td, .ThemeCustom .DetailEnrollGrid td, .ThemeCustom .EditEnrollGrid td, .ThemeCustom .EnrollGrid td {
  border-color: #00ADEF;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
}

.ThemeCustom .ListEdit {
  text-align: center;
  vertical-align: top;
  width: 1px;
}

.ThemeCustom .ListCategory, .ThemeCustom .ListLocation, .ThemeCustom .ListLocation a {
  text-align: left;
  vertical-align: top;
  width: 60px;
}

.ThemeCustom .ListCustomField1, .ThemeCustom .ListCustomField2 {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptTable {
  border-right: #c3d9ff 2px solid;
  border-top: #c3d9ff 1px solid;
  border-left: #c3d9ff 2px solid;
  border-bottom: #c3d9ff 2px solid;
  background-color: #f3f8fb;
  border-collapse: collapse;
  width: 100%;
}

.ThemeCustom .RptRepeater {
  width: 100%;
}

.ThemeCustom .RptRepeater td {
  border-color: #a2bbdd;
  border-style: solid;
  border-width: 1px;
}

.ThemeCustom .RptHeader {
  font-weight: 700;
  color: #375162;
  background-color: #f4f8fa;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  width: 100%;
}

.ThemeCustom .RptNormal {
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptAlternate {
  background-color: #e1f0fd;
  text-align: left;
  vertical-align: top;
}

.ThemeCustom .RptPagerCurrentPage {
  color: Red;
}

.ThemeCustom .RptPagerHeader td {
  border-color: #a2bbdd;
  border-style: solid;
  border-width: 1px;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailReminderRight, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailiCalRight, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailEnrollRight, .ThemeCustom .DetailContentLeft, .ThemeCustom .DetailContentRight {
  text-align: left;
  float: left;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailReminderRight, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailiCalRight, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailEnrollRight, .ThemeCustom .DetailEnrollTableLeft, .ThemeCustom .DetailEnrollTableRight, .ThemeCustom .DetailContentLeft, .ThemeCustom .DetailContentRight {
  padding: 5px 0;
}

.ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailContentLeft {
  width: 25%;
}

@media (max-width: 767px) {
  .ThemeCustom .DetailReminderLeft, .ThemeCustom .DetailiCalLeft, .ThemeCustom .DetailEnrollLeft, .ThemeCustom .DetailContentLeft {
    width: 100%;
  }
}

.ThemeCustom .DetailClear {
  clear: both;
}

.ThemeCustom .IconBar {
  white-space: nowrap;
}

.ThemeCustom .IconBar img {
  vertical-align: top;
}

.ThemeCustom .TopIconBar {
  width: 33%;
  vertical-align: top;
}

.ThemeCustom .TopIconBar DIV {
  float: right;
}

.ThemeCustom .BottomIconBar {
  padding-top: 3px;
}

.ThemeCustom .IconBarPadding {
  padding-right: 2px;
}

.ThemeCustom .TimePicker {
  Display: inline-block;
}

.ThemeCustom .SelCategoryTR {
  height: 25px;
  vertical-align: middle;
}

.ThemeCustom .DatePicker {
  width: 150px !important;
}

.ThemeCustom .RadComboBox_Default.SelectCategory {
  width: 150px !important;
}

.ThemeCustom ul.dnnActions li.cmdRight {
  float: right;
}

.ThemeCustom .EventSettings .dnnFormItem INPUT[type='text'] {
  min-width: 1px;
}

.ThemeCustom .dnnFormItem .autoWidth LABEL {
  width: auto;
}

.ThemeCustom .dnnFormItem .inputCenter INPUT {
  float: none;
}

.block-calender-small .RptTable {
  border: 0;
  width: inherit;
  background-color: transparent;
}

.DetailContentLeft.SubHead {
  font-weight: 700;
}

.DetailCommands {
  margin: 30px 0 0;
  padding-left: 0;
}

.DetailCommands li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}

.DetailCommands .cmdRight {
  display: none;
}

/*# sourceMappingURL=skin.css.map */