﻿/*-------Body------*/
#body {
  height: 100%;
  min-height: 100%;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

/*
    GLOBALS
*/
.d-flex {
  display: flex;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-end {
  display: inline-flex;
  justify-content: flex-end;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column !important;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.vertical-center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

.border-sm {
  border: 1px solid #444;
  border-radius: 2px;
}

.border-sm-lite {
  border: 1px solid #f3eff6;
  border-radius: 2px;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.pv-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.pv-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/*-------HEADER------*/

h1 {
  font-family: Arial !important;
  font-size: 24px !important;
  color: #ffffff !important;
  font-weight: normal !important;
  background-color: #9e0063 !important;
  /*line-height: 24px !important;*/
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

h2 {
  font-family: Arial !important;
  font-size: 16px !important;
  color: #9e0063 !important;
  font-weight: bold !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  /*line-height: 16px !important;*/
}

h3 {
  font-family: Arial !important;
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: bold !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  /*line-height: 16px !important;*/
}

h4 {
  font-family: Arial !important;
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: bold !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  /*line-height: 14px !important;*/
}

h5 {
  font-family: Arial !important;
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: bold !important;
  margin-top: 0px !important;
  margin-bottom: 3px !important;
  /*line-height: 12px !important;*/
}

/*-------DEVEXTREME CUSTOMS------*/
.dx-popup-title,
.dx-popup-title.dx-toolbar .dx-button .dx-icon {
  color: #fff;
}

.dx-popup-bottom {
  background-color: #fff;
}

.dx-popup-bottom .dx-toolbar-after,
.dx-popup-bottom .dx-toolbar-before,
.dx-popup-bottom .dx-toolbar-center {
  height: auto;
}

.dx-field-item-label-text,
.dx-tab {
  font-size: 12px;
}

.dx-form-group-caption {
  font-size: 18px;
}

.dx-datagrid
  .dx-datagrid-content
  .dx-datagrid-table
  .dx-row
  .dx-command-edit-with-icons
  .dx-link {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  margin: 0;
}

.dx-toolbar-before {
  position: relative;
}

.dx-toolbar:not(.dx-popup-bottom) .dx-toolbar-items-container {
  height: auto !important;
  min-height: 36px;
  align-items: center;
  display: flex;
}

.dx-tab.dx-tab-selected {
  background-color: #ac1f64;
  color: #fff;
}

.dx-tab.dx-tab-selected .dx-tab-content,
.dx-tab.dx-tab-selected .dx-icon {
  color: #fff !important;
}

.dx-item:not(:first-child) .dx-form-group-with-caption {
  margin-top: 0;
}

.dx-form-group-with-caption .dx-form-group-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
  padding-left: 0;
}
/*-------MSS GLOBALS------*/
.mss-toolbars {
  border-bottom: 1px solid #dee1e3;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.mss-language-container a {
  text-decoration: none;
}

#mss-language-container-hb {
  padding-left: 10px;
  padding-bottom: 10px;
}

#mss-language-container-hb a {
  text-decoration: none;
}

.mss-language {
  font-family: Arial;
  font-size: 16px;
  color: #434343;
}

.mss-language:hover {
  color: #9e0063;
}

@media (max-width: 991px) {
  .mss-language-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .mss-language-container {
    margin-left: 20px;
  }
}

.mss-clearfix-login-hb {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 991px) {
  .mss-clearfix-login-hb {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 99999;
    box-shadow: 0 0 15px rgb(33, 33, 33);
  }

  .mss-clearfix-slider {
    margin-top: 73px;
  }

  .mss-clearfix-bc {
    margin-top: 73px;
  }
}

#mssMenuMainApplicationHB {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.mss-breadcrum-bg {
  background: transparent
    url("/portals/_default/Skins/MSS_Skin/images/BreadCrumb.png") 0px 0px
    no-repeat;
  background-color: #9e0063;
  background-position-x: 50%;
  background-size: 1200px 100%;
  width: 100%;
}

.mss-breadcrum-bg .mss-breadcrum-panel {
}

.mss-breadcrum-bg .mss-page-name {
  margin-top: 20px;
  font-family: Arial;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.mss-breadcrum-bg .mss-breadcrum-text {
  margin-bottom: 20px;
}

.mss-breadcrum-bg .mss-breadcrum-text a {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
}

.mss-breadcrum-bg .mss-breadcrum-text > a:last-child {
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .mss-breadcrum-bg {
    background: none;
    background-color: #9e0063;
    width: 100%;
    height: auto;
  }

  .mss-breadcrum-bg .mss-breadcrum-panel {
    height: auto;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

#mssMenuMainApplication {
  /*padding-left:10px;*/
}

.mss-header-login {
  margin-right: 30px;
  /*display: none;*/
  margin-left: auto;
}

#dnn_mssLogo_imgLogo {
  /*width: 295px;*/
  height: 46px;
  margin: 15px 0 15px 15px;
}

@media (min-width: 992px) {
  #dnn_mssLogo_imgLogo {
    display: block;
    /*width: 401px;*/
    height: 46px;
    margin: 15px 0 15px 15px;
  }

  .mss-header-login,
  .mss-header-search {
    display: block;
  }
}

@media (min-width: 1200px) {
  .mss-header-login,
  .mss-header-search {
    display: block;
  }
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-menu > li > a {
  text-decoration: none;
}

.nav > li > a {
  text-decoration: none;
}

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: white;
  border-color: white;
  margin-left: -15px;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-collapse {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

#dnnMenu .topLevel > li > a {
  color: #3f3f3f;
}

#dnnMenu .topLevel > li > a:focus,
#dnnMenu .topLevel > li > a:hover {
  color: #979797;
}

#dnnMenu .topLevel > li.active > a:focus,
#dnnMenu .topLevel > li.active > a:hover {
  color: #3f3f3f;
}

#dnnMenu .topLevel > .open > a,
#dnnMenu .topLevel > .open > a:hover,
#dnnMenu .topLevel > .open > a:focus {
  background: none;
}

#dnnMenu .topLevel > .active.open > a,
#dnnMenu .topLevel > .active.open > a:hover,
#dnnMenu .topLevel > .active.open > a:focus {
  background-color: #e7e7e7;
}

#dnnMenu .navbar-default .topLevel > li > a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#dnnMenu .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  padding: 0;
}

#dnnMenu .dropdown-menu::after {
  bottom: 100%;
  left: 35%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #f1f1f1;
  border-width: 10px;
  margin-left: -30px;
}

#dnnMenu .dropdown-menu li {
  background: none;
  float: none;
  clear: both;
  width: auto;
  padding: 5px 5px;
  border-bottom: 1px solid #e1e1e1;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#dnnMenu .dropdown-menu li:hover {
  background: #7ca0c0;
}

#dnnMenu .dropdown-menu li:last-child {
  border: none;
}

#dnnMenu .dropdown-menu li > a {
  background: transparent;
}

#dnnMenu .dropdown-menu li.active > a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
  color: #3f3f3f;
  font-weight: 600;
}

#dnnMenu .dropdown-menu a:hover {
  color: #fff;
}

#dnnMenu .subLevelRight::after {
  border: none;
}

#dnnMenu .nav li {
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
  #dnnMenu .nav li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #dnnMenu .dropdown-menu {
    padding: 0;
  }

  #dnnMenu .dropdown-menu::after {
    border: none;
    pointer-events: none;
    border-color: none;
    border-width: 0;
  }

  #dnnMenu .dropdown-menu.subLevel {
    padding: 0;
  }

  #dnnMenu .dropdown-menu.subLevel li.active a span {
    color: #3f3f3f;
  }

  #dnnMenu .dropdown-menu.subLevel li {
    background: #4a4f54;
    border-bottom: 1px solid #4a4b4c;
    padding: 0;
  }

  #dnnMenu .dropdown-menu.subLevelRight li {
    background: #5d6062;
    padding: 0;
  }

  #dnnMenu .topLevel li {
    position: relative;
    background: #383c40;
    list-style-type: none;
    float: none;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  #dnnMenu .topLevel li.active a {
    color: #3f3f3f;
    font-weight: bold;
  }

  #dnnMenu .topLevel li a {
    display: block;
    color: #ddd;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #dnnMenu .topLevel li a:hover {
    background: #bbc2c8;
  }

  #dnnMenu .topLevel li a:hover span {
    color: #3f3f3f;
  }

  #dnnMenu .topLevel li a span {
    line-height: 52px;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
  }

  #dnnMenu .topLevel .dropdown.open a span {
    color: #7ca0c0;
  }

  #dnnMenu .topLevel .dropdown-menu.subLevel a span {
    color: #fff;
  }

  #dnnMenu .topLevel > li > a {
    color: #fff;
  }

  #dnnMenu .topLevel > li > a:hover span {
    color: #7ca0c0;
  }

  #dnnMenu .dropdown.open .subLevel > li a:hover span {
    color: #69849d;
  }

  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    padding: 0;
    width: 65px;
    height: 62px;
    line-height: 60px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    top: 0;
    border: none;
    background-color: #2c2f33;
    display: block;
    margin: 0;
    border-radius: 0;
    font-size: 1.3em;
  }
}

/*CONTENT*/
#dnn_mssLine2Left {
  padding-bottom: 40px;
}
/*-------FOOTER------*/
.mss-footer {
  clear: both;
  position: left;
  /*position: relative;*/
  /*height: 40px;*/
  /*margin-top: -40px;*/
  bottom: 0;
  padding: 0px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
}

.mss-footer .content {
  padding-left: 0px;
  padding-right: 0px;
}
/*.mss-footer > div {
    height:100%;
    width:100%;
}*/

/**COOKIE*/
#gdpr-cookie-message {
  /* your css here */
}

#gdpr-cookie-message a {
  /* your css here */
}

#gdpr-cookie-message a:hover {
  /* your css here */
}

#gdpr-cookie-message h4 {
  display: none;
}

#gdpr-cookie-message p:last-child {
  /* your css here */
}

#gdpr-cookie-message button {
  /* your css here */
}

#gdpr-cookie-message button:hover {
  /* your css here */
}

#gdpr-cookie-advanced {
  display: none;
}

#mss-cookie-message {
  bottom: 0;
  position: fixed;
  padding: 20px 15px;
  border: solid #987ab2;
  width: 100%;
  background-color: #f3eff6;
  margin: 0;
}

#mss-cookie-message button {
  background-color: #9e0063;
  color: white;
  border: none;
}

/*FONT*/
h1 {
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
}

h3 {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 15.4px;
}

p {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

blockquote {
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

pre {
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}

.mss-zero-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.dnnLogin {
  display: none !important;
}

.dx-button.dx-button-primary,
.dx-button.dx-button-primary:hover {
  background-color: #9e0063;
  color: white;
}

.mss-gray-small {
  color: #999999;
  line-height: 20px;
}
