/*
* WARNING:
* This CSS file is created by a ucm-ui.scss file.
* Please don't edit this CSS file.
*/
a:hover,
button:hover,
a:focus,
button:focus {
  outline: none;
}

/*
* reset scss
*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 12px;
}

/*
* utility classes
*/
.udf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.udn {
  display: none;
}

.udb {
  display: block;
}

.udi {
  display: inline;
}

.udib {
  display: inline-block;
}

.utal {
  text-align: left;
}

.utar {
  text-align: right;
}

.utac {
  text-align: center;
}

.ubox {
  background: #fff;
  padding: 16px;
  margin: 0 auto 16px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .ubox--cgridbox {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .ubox--cpagimod {
    background: #fff;
    padding: 16px;
    margin: 0 auto 16px;
    border-radius: 8px;
  }
}

.urequired {
  color: #cd0202;
  font-style: normal;
  margin-left: 3px;
  font-size: 12px;
  line-height: 18px;
}

.umtauto {
  margin-top: auto;
}

.umrauto {
  margin-right: auto;
}

.umbauto {
  margin-bottom: auto;
}

.umlauto {
  margin-left: auto;
}

.unoborder {
  border: none !important;
}

.ulink {
  color: #0052a3;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-decoration: none;
}

a,
a:not([href]):not([tabindex]) {
  color: #0052a3;
}

.ulink-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ulink-group .ulink {
  background: url("../ucmasset/ucm-core/img/button_right.png") no-repeat scroll left center;
  padding: 0 6px;
}

.ulink-group .ulink:first-child {
  background: none;
}

.uselect {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23cccccc' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 4px center;
  padding: 6px 20px 6px 6px;
  word-break: break-all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #ccc;
}

.uselect:focus {
  outline: none;
}

@media (min-width: 992px) {
  .uselect {
    max-width: 60%;
  }
}

.uselect option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

@media (min-width: 992px) {
  .uselect option {
    max-width: 300px;
  }
}

.ucheckbox {
  position: relative;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 10px;
}

.ucheckbox__label {
  cursor: pointer;
  padding-left: 25px;
  font-weight: normal;
  width: auto;
  margin: 0;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}

.ucheckbox__selector {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.ucheckbox--box {
  border: 1px solid #ccc;
  height: 18px;
  width: 18px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ucheckbox--check {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: 1px solid #333;
  border-top: none;
  border-left: none;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ucheckbox input[type=checkbox] {
  display: none;
}

.ucheckbox input[type=checkbox]:checked ~ label .ucheckbox--box {
  border: 1px solid #707070;
}

.ucheckbox input[type=checkbox]:checked ~ label .ucheckbox--check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.ucheckbox input[type=checkbox]:disabled ~ label .ucheckbox--check,
.ucheckbox input[type=checkbox]:disabled ~ label .ucheckbox--box {
  border-color: #d1d1d1;
}

.uradio {
  position: relative;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uradio__label {
  cursor: pointer;
  padding-right: 20px;
  font-weight: normal;
  width: auto;
  margin: 0;
  position: relative;
  font-size: 12px;
  line-height: 18px;
}

.uradio__box {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  pointer-events: none;
}

.uradio__box:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.uradio__off {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #dddddd;
  -webkit-transition: border-color ease 0.28s;
  transition: border-color ease 0.28s;
}

.uradio__on {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0s;
  transition: all 0s;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -1px;
  top: -1px;
  border-radius: 100%;
  background-color: #707070;
}

.uradio__ripple:before {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.uradio__ripple:after {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.uradio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  min-height: 20px;
  margin: 0px;
}

.uradio input[type=radio]:checked + .uradio__box .uradio__off {
  border-color: #707070;
}

.uradio input[type=radio]:checked + .uradio__box .uradio__on {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.uradio input[type=radio]:checked + .uradio__box .uradio__ripple:before {
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.uradio input[type=radio]:checked + .uradio__box .uradio__ripple:after {
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ulist__none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.uicon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  font-style: normal;
}

.uicon__10 {
  width: 10px;
  height: 10px;
}

.uicon__12 {
  width: 12px;
  height: 12px;
}

.uicon__15 {
  width: 15px;
  height: 15px;
}

.uicon__16 {
  width: 16px;
  height: 16px;
}

.uicon__18 {
  width: 18px;
  height: 18px;
}

.uicon__20 {
  width: 20px;
  height: 20px;
}

.uicon__24 {
  width: 24px;
  height: 24px;
}

.uicon__25 {
  width: 25px;
  height: 25px;
}

.uicon__26 {
  width: 26px;
  height: 26px;
}

.uicon__28 {
  width: 28px;
  height: 28px;
}

.uicon__30 {
  width: 30px;
  height: 30px;
}

.uicon__32 {
  width: 32px;
  height: 32px;
}

.uicon__35 {
  width: 35px;
  height: 35px;
}

.uicon__36 {
  width: 36px;
  height: 36px;
}

.uicon__38 {
  width: 38px;
  height: 38px;
}

.uicon__40 {
  width: 40px;
  height: 40px;
}

.uicon ~ .uicon {
  margin-left: 5px;
}

.utogglerchekbox {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
}

.utogglerchekbox__view {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B2B2B2;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

.utogglerchekbox__view::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.utogglerchekbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.utogglerchekbox input:checked ~ .utogglerchekbox__view {
  background-color: #8CA621;
}

.utogglerchekbox input:checked ~ .utogglerchekbox__view::before {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

/*
* MISC CODE SHOULD BE ADD IN FUTURE IN SCSS
*/
.dynamicsearchmodal .removescroll .ucm-radius-table {
  overflow: inherit;
}

.cheader__topnavtoggle-icon, .cheader__topnavtoggle-icon::before, .cheader__topnavtoggle-icon::after, .cleftbar__arrow-icon, .cleftbar__arrow-icon::before, .cleftbar__arrow-icon::after {
  cursor: pointer;
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: 10px;
  background: #636361;
}

.cheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80px;
  position: fixed;
  background: #fff;
  z-index: 1034;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.cheader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.cheader__logo-img {
  display: block;
  max-width: inherit !important;
  max-height: 40px;
}

.cheader__logobox {
  display: block;
  padding-right: 12px;
}

.cheader__logobox--partner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 12px;
}

.cheader__logobox--partner::before {
  content: '';
  width: 2px;
  height: 32px;
  background: #ccc;
  display: block;
  position: absolute;
  left: 0;
}

.cheader__nav {
  display: none;
}

@media (min-width: 1200px) {
  .cheader__nav {
    display: block;
  }
}

.cheader__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cheader__listitem {
  margin: 12px 12px 12px 0;
}

.cheader__navlink {
  font-size: 14px;
  color: #333333;
  font-family: "open_sanssemibold", Arial, sans-serif;
  text-decoration: none;
  padding: 4px;
  border-bottom: 2px solid transparent;
}

.cheader__navlink--active {
  border-bottom: 2px solid #F27724;
  color: #F27724;
}

.cheader__topright {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cheader__welcome {
  display: none;
}

@media (min-width: 1400px) {
  .cheader__welcome {
    display: block;
    margin-right: 8px;
  }
}

.cheader__leftbartoggle {
  display: block;
}

@media (min-width: 768px) {
  .cheader__leftbartoggle {
    display: none;
  }
}

.cheader__leftbartoggle i {
  width: 28px;
  height: 28px;
}

.cheader__topnavtoggle {
  display: block;
  margin: 0 16px 0 4px;
  position: relative;
  width: 24px;
  height: 26px;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding: 0;
}

.cheader__topnavtoggle-icon::before {
  top: -10px;
  width: 18px;
}

.cheader__topnavtoggle-icon::after {
  width: 18px;
}

@media (min-width: 1200px) {
  .cheader__topnavtoggle {
    display: none;
  }
}

.cheader__option {
  position: relative;
}

.cheader__optiontoggle {
  background: #636361;
  border: none;
  margin: 0 16px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #636361;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cheader__optiontoggle {
    margin: 0 8px 0 0;
  }
}

.cheader__optiontoggle img {
  display: block;
  max-width: inherit;
  height: auto;
}

.cheader__optionbox {
  position: absolute;
  left: 0;
  z-index: 1035;
  display: none;
  min-width: 260px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transform: translate3d(-216px, 18px, 0px);
          transform: translate3d(-216px, 18px, 0px);
}

.cheader__optionbox::before {
  content: '';
  border-bottom: 9px dashed #ffffff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -9px;
  right: 18px;
  z-index: 2;
}

.cheader__optionbox::after {
  content: '';
  border-bottom: 11px dashed #e2e2e2;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  top: -12px;
  right: 16px;
  z-index: 1;
}

.cheader__optionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cheader__optionitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cheader__optionitem i {
  width: 22px;
  height: 22px;
  margin: 0;
}

.cheader__optionitem span {
  font-size: 12px;
  color: #333333;
  padding-left: 8px;
}

.cheader__optionitem--welcome {
  font-size: 12px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  color: #636361;
  text-transform: uppercase;
  padding: 10px 5px 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.cheader__optionitem-wel {
  padding: 0 !important;
}

.cheader__optionitem-fname {
  padding-left: 4px !important;
}

.cheader__optionitem-utype {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 4px 0 0 0 !important;
  font-size: 10px !important;
  color: #636361 !important;
}

.cheader__optionitem--topboder {
  border-top: 1px solid #ccc;
}

.cheader__optionitem:hover:not(.cheader__optionitem--welcome) {
  background: #f7f7f7;
}

.cheader__optionitem:hover:not(.cheader__optionitem--welcome) span {
  color: #0052a3;
}

.cheader__optionitem--logout span {
  color: #F27724;
}

.cheader__optionitem--logout:hover {
  border-radius: 0 0 8px 8px;
}

.cheader__notice {
  position: relative;
}

.cheader__noticetoggle {
  background: none;
  border: none;
  margin: 0 16px 0 0;
  display: block;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.cheader__noticetoggle i {
  width: 28px;
  height: 28px;
}

.cheader__notice-count {
  width: 30px;
  height: 20px;
  position: absolute;
  left: 12px;
  z-index: 5;
  background: #f27724;
  color: #fff;
  border-radius: 8px;
  top: -13px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
  border: 2px solid #fff;
}

.cheader__noticebox {
  position: absolute;
  left: 0;
  z-index: 1035;
  display: none;
  min-width: 360px;
  padding: 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transform: translate3d(-326px, 18px, 0px);
          transform: translate3d(-326px, 18px, 0px);
}

.cheader__noticebox::before {
  content: '';
  border-bottom: 9px dashed #ffffff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -9px;
  right: 8px;
  z-index: 2;
}

.cheader__noticebox::after {
  content: '';
  border-bottom: 11px dashed #e2e2e2;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  top: -12px;
  right: 6px;
  z-index: 1;
}

.cheader__noticelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 360px;
  overflow-x: hidden;
}

.cheader__noticeitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cheader__noticeitem:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.cheader__noticeitem:hover {
  background: #f7f7f7;
}

.cheader__noticeitem:hover .cheader__noticedata {
  color: #0052a3;
}

.cheader__noticeitem:hover:last-of-type {
  border-radius: 0 0 8px 8px;
}

.cheader__noticeheading {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.cheader__noticedata {
  font-size: 12px;
  color: #333333;
  display: block;
  max-height: 46px;
  overflow: visible;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.cheader__noticelink {
  background: none;
  border: 0px none;
  font-size: 12px;
  color: #0052a3;
  cursor: pointer;
  margin-left: auto;
}

.cshowhide__box {
  display: none;
}

.cheader__topnavtoggle-icon, .cheader__topnavtoggle-icon::before, .cheader__topnavtoggle-icon::after, .cleftbar__arrow-icon, .cleftbar__arrow-icon::before, .cleftbar__arrow-icon::after {
  cursor: pointer;
  height: 1px;
  width: 100%;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: 10px;
  background: #fff;
}

.cleftbar {
  background: #006799;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 208px;
          flex: 0 0 208px;
  position: fixed;
  height: 100%;
  padding-bottom: 135px;
  width: 208px;
}

.cleftbar__buttons {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cleftbar__arrow {
  display: block;
  margin: 10px;
  position: relative;
  width: 24px;
  height: 26px;
  background: none;
  border: none;
  padding: 0;
}

.cleftbar__arrow-icon::before {
  top: -10px;
  width: 18px;
}

.cleftbar__arrow-icon::after {
  width: 18px;
}

.cleftbar__pin {
  padding: 10px;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: none;
  border: none;
}

.cleftbar__pin-icon {
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 509.2 797.03'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M463.59,494.11H642.28a20.73,20.73,0,0,0,18-31c-30.6-54.25-79.16-97.54-137.89-122.3a20.65,20.65,0,0,1-12.57-19V127.3a20.85,20.85,0,0,1,10.7-18.13,222.43,222.43,0,0,0,80-76.69C609,18.73,599,1,582.84,1H234c-16.15,0-26.19,17.73-17.71,31.48a222.43,222.43,0,0,0,80,76.69A20.85,20.85,0,0,1,307,127.3V321.79a20.65,20.65,0,0,1-12.57,19c-58.73,24.76-107.29,68-137.89,122.3a20.73,20.73,0,0,0,18,31H352.77a20.72,20.72,0,0,1,20.72,20.72V782.34h.44l30.72,15.36a3.14,3.14,0,0,0,2.64.08l36-15.44h-.44V514.82A20.72,20.72,0,0,1,463.59,494.11Z' transform='translate%28-153.8 -1%29' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

.cleftbar__menu {
  width: 225px;
  padding: 0;
  overflow: auto;
  height: 100%;
}

.cleftbar__item {
  display: block;
}

.cleftbar__link {
  padding: 10px 6px 10px 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  text-decoration: none;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cleftbar__link:hover {
  background: #006fa4;
}

.cleftbar__link-icon {
  width: 40px;
  height: 34px;
  background: transparent;
}

.cleftbar__link-text {
  margin-left: 6px;
}

.cleftbar__link-arrow {
  margin-left: auto;
}

.cleftbar__link:hover .cleftbar__link-arrowicon {
  opacity: 1;
}

.cleftbar__link-arrowicon {
  background-repeat: no-repeat;
  padding: 0;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  opacity: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800.58 451.42'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M380,618.32h0a32.12,32.12,0,0,1-5.6-7.29L9.09,232.59a32.71,32.71,0,1,1,47.06-45.44L403,546.45,744.1,186a32.71,32.71,0,1,1,47.52,45L426.28,617A32.81,32.81,0,0,1,380,618.32Z' transform='translate%280.05 -175.81%29' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

.cmainbody {
  display: block;
  padding-top: 80px;
  width: 100%;
}

.cpagecontent {
  background: #ebe9e9;
  width: calc(100% - 208px);
  padding: 16px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 208px);
      flex-basis: calc(100% - 208px);
  margin-left: auto;
  min-height: calc(100vh - 135px);
}

.ucmerror {
  text-align: center;
}

.ucmerror__desc {
  margin-top: 10px !important;
}

.ucmerror__msg {
  font-size: 30px;
  display: block;
  margin: 5px auto 10px;
}

/*
* ucm accordion component
*/
.cacc__group:not(:last-child) {
  margin-bottom: 6px;
}

.cacc__header {
  background: #ddd;
  padding: 6px 10px;
  position: relative;
  border-radius: 6px 6px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cacc__header::before {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  width: 14px;
  height: 6px;
  margin-right: 6px;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 106.8'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Crect width='762.86' height='106.8' rx='10' ry='10' style='fill:%23959595'/%3E%3C/svg%3E");
}

.cacc__header--formmode {
  cursor: initial;
}

.cacc__header--formmode::before {
  display: none;
}

.cacc__header--jsopen {
  border-radius: 6px;
}

.cacc__header--jsopen::before {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 762.86'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M763.36,349.91H458.22V44.77a22.89,22.89,0,0,0-22.89-22.89h-61a22.89,22.89,0,0,0-22.89,22.89V349.91H46.28A22.89,22.89,0,0,0,23.39,372.8v61a22.89,22.89,0,0,0,22.89,22.89H351.42V761.86a22.89,22.89,0,0,0,22.89,22.89h61a22.89,22.89,0,0,0,22.89-22.89V456.71H763.36a22.89,22.89,0,0,0,22.89-22.89v-61A22.89,22.89,0,0,0,763.36,349.91Z' transform='translate%28-23.39 -21.89%29' style='fill:%23959595'/%3E%3C/svg%3E");
}

.cacc__header--communityheader {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

.cacc__header--communityheader::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 795.47 448.54'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M381.46,185.35h0a31.92,31.92,0,0,0-5.56,7.24l-363,376a32.5,32.5,0,1,0,46.76,45.15l344.66-357,338.9,358.15a32.5,32.5,0,1,0,47.21-44.68l-363-383.62A32.6,32.6,0,0,0,381.46,185.35Z' transform='translate%28-3.79 -176.5%29' style='fill:%23606060'/%3E%3C/svg%3E");
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cacc__header--communityheader.cacc__header--jsopen {
  border: none;
  margin-bottom: 16px;
}

.cacc__header--communityheader.cacc__header--jsopen::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cacc__title {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  border-radius: 6px;
  margin: 0;
  padding: 0;
}

.cacc__body {
  border: 1px solid #dddddd;
  border-radius: 0 0 6px 6px;
  max-height: 2000px;
  visibility: visible;
  overflow: visible;
  background: #fff;
}

.cacc__body--jsopen {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  border: none;
  border-radius: 0;
}

.cacc__body--notdata {
  border-radius: 0 0 6px 6px;
}

.cacc__body--communitybody {
  padding: 16px;
  border: none;
  margin-bottom: 16px;
}

/*
* alert scss
*/
.calert {
  max-width: 400px;
  margin: auto;
  background-color: #545454;
  position: fixed;
  z-index: 3050;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #636361;
  display: none;
}

.calert__toasticon {
  width: 35px;
  background-color: #636361;
  color: #fff;
  position: relative;
}

.calert__toasticon::before {
  content: '';
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 368.01 800'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M447.88,178.75C508.48,178.75,555,130.47,555,78.32,555,36.52,528.23,0,474.64,0,404.13,0,368.9,57.42,368.9,99.18,367.49,148.75,397.1,178.75,447.88,178.75Z' transform='translate%28-193.35%29' style='fill:%23ffffff'/%3E%3Cpath d='M537.37,626.37c-40.86,32.65-82.46,48.36-95.15,48.36-9.85,0-14.1-13.05-4.22-50.9l55.58-214.06c21.14-78.32,14.07-129.18-28.2-129.18-50.74,0-169.14,51.25-272,138.67l21.13,35.23c32.46-22.19,87.35-44.72,100.08-44.72,9.84,0,8.44,13,0,45.66L266,659.06C236.4,773.91,267.41,800,309.69,800s151.56-39.22,251.68-141Z' transform='translate%28-193.35%29' style='fill:%23ffffff'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
}

.calert--success {
  border: 2px solid #8CA621;
  color: #8CA621;
}

.calert--success .calert__toasticon {
  background-color: #8CA621;
}

.calert--success .calert__toasticon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M788.85,39.93,733.94,4a24.59,24.59,0,0,0-34,7.15l-405.37,621a24.59,24.59,0,0,1-32.89,7.86L69.7,529.14a24.59,24.59,0,0,0-33.6,9L3.3,595a24.64,24.64,0,0,0,9,33.64l233,134.65q.59.34,1.16.71l48.89,32a24.59,24.59,0,0,0,34-7.15L796,74A24.64,24.64,0,0,0,788.85,39.93Z' transform='translate%280 0%29' style='fill:%23ffffff'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}

.calert--invalid {
  border: 2px solid #c1362b;
  color: #c1362b;
}

.calert--invalid .calert__toasticon {
  background: #c1362b;
}

.calert--invalid .calert__toasticon::before {
  color: #fff;
  content: '!';
  background-image: none;
  line-height: 32px;
  font-size: 26px;
  font-family: 'open_sansbold', 'Helvetica Neue', Arial, sans-serif;
  width: auto;
  height: auto;
  text-align: center;
}

.calert__toastdata {
  color: #333333;
  padding: 5px 10px;
  text-align: left;
  width: calc(100% - 35px);
  font-size: 12px;
  line-height: 18px;
}

.calert--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
  background: #ffffff;
  min-height: 40px;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}

/*
* button componant
*/
.cbuttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.cbuttons:last-child {
  margin-right: 0;
}

.cbuttons--ed {
  margin-left: 10px;
}

.cbuttons--mtauto {
  margin-top: auto;
}

.cbuttons--ftactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}

.cbuttons--jcstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cbutton {
  border: 1px solid #dfdfdf;
  padding: 4px 20px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  text-transform: capitalize;
  color: #0052a3;
  background: #ffffff;
}

@media (max-width: 767px) {
  .cbutton {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .cbutton--join {
    margin-right: 0;
    padding: 6px 12px;
  }
  .cbutton--join + .cbutton--join {
    margin-left: -5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.cbutton:last-child {
  margin-right: 0;
}

.cbutton--sm {
  padding: 2px 14px;
  margin-right: 5px;
}

.cbutton:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.cbutton--ftaction {
  font-size: 16px;
  color: #fff;
  background: #F27724;
  border: 1px solid #F27724;
  padding: 6px 18px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .cbutton--ftaction {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .cbutton--ftaction {
    font-size: 20px;
  }
}

.cbutton--ftaction:not(:last-child) {
  margin-right: 8px;
}

.actionsgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.actionsgroup__withlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.actionsgroup__lbl {
  margin: 0;
  color: #333333;
  font-size: 13px;
  margin-left: 10px;
}

.actionsgroup--select {
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  font-size: 12px;
  border: 1px solid #dfdfdf;
}

.actionsgroup--mb {
  margin-bottom: 5px;
}

/*
* content header
* page header with title breadcrumbs with screen view options
*/
titlebreadcrumbs {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  max-width: inherit;
}

.chead__titlebreadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chead__title {
  color: #333333;
  margin: 0;
  font-size: 18px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  margin-right: auto;
}

.chead__subtitle {
  color: #333333;
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.chead__titledesc {
  font-size: 14px;
  color: #959595;
  font-family: "open_sansregular", Arial, sans-serif;
}

.chead__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}

.chead__breadcrumbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.chead__breadcrumbs-item:not(:first-child)::before {
  padding-right: 5px;
  padding-left: 5px;
  color: #868e96;
  content: "/";
}

.chead__breadcrumbs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-family: "open_sansbold", Arial, sans-serif;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.chead__breadcrumbs--icon {
  margin-right: 5px;
}

.chead__breadcrumbs--active {
  color: #898989;
}

.chead--screenoption {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .chead--screenoption {
    display: none;
  }
}

.chead__reporttile {
  margin-right: auto;
}

.chead__reportvisible {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 90px);
          flex: 0 0 calc(100% - 90px);
  margin-right: 10px;
  max-width: calc(100% - 90px);
}

@media (max-width: 767px) {
  .chead__reportvisible {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
            flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
  }
}

.chead__reportnotvisible {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
  margin-right: 10px;
  max-width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .chead__reportnotvisible {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
            flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}

/*
* cart view scss
*/
.ccart {
  margin-bottom: 16px;
}

.ccart--checkbox {
  display: none;
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 6px;
}

.ccart .ucheckbox--box {
  border: 1px solid #6b6b6b;
  background: #fff;
}

.ccart .ucheckbox input[type=checkbox]:checked ~ label .ucheckbox--check {
  z-index: 10;
}

.ccart__list {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ccart__list:not(:last-child) {
  margin-bottom: 16px;
}

.ccart__listimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 212px;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}

@media (min-width: 576px) {
  .ccart__listimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 202px;
            flex: 0 0 202px;
    margin-right: 25px;
    margin-bottom: 0;
    max-width: 202px;
  }
}

.ccart__listimg img {
  max-width: 100%;
  max-height: 100%;
}

.ccart__listdetails {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .ccart__listdetails {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: calc(100% - 202px);
  }
}

.ccart__listdetails .cbuttons {
  margin-top: auto;
}

.ccart__listdetails .cbuttons {
  margin-top: auto;
}

.ccart__listtitle {
  font-size: 22px;
  line-height: 28px;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #0052a3;
  margin-bottom: 4px;
  display: block;
  background: none;
  border: 0px none;
  padding: 0;
  text-align: left;
}

.ccart__listdesc {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0 8px 0;
  padding: 0px;
  max-width: 1024px;
}

.ccart__otherattrs {
  color: #666;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ccart__attritem {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin: 2px 10px 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ccart__attritem:first-child {
  margin-left: 0;
}

.ccart__attritemlabel {
  padding-right: 6px;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
}

.ccart__actioltools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.ccart__actionlabel {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.ccart__actiontoolitem {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 6px 5px 6px;
  padding: 0;
  position: relative;
}

.ccart__actiontoolitem:not(:first-child)::before {
  height: 14px;
  width: 2px;
  background: #a0a0a0;
  content: '';
  display: block;
  margin-right: 12px;
}

.ccart__dynamic-searchcart#cartAreasidebar {
  padding: 0 16px;
  margin-top: 16px;
}

/*
* this should be 
*/
.cart__view .ucm-pmm-filter-sidebar {
  height: inherit;
  min-height: 750px;
}

.cdrop {
  position: relative;
}

.cdrop__trigger {
  cursor: pointer;
}

.cdrop__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
* Filter right sidebar form scss
*/
.cfilter__titlewrap {
  background: #707070;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.cfilter__title {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.cfilter__titlebtn {
  background: #606060;
  width: 40px;
  height: 45px;
  border-radius: 0;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 8px 0 0 0;
}

.cfilter__group {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.cfilter__group .ulink {
  font-size: 12px;
  color: #fff;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
}

.cfilter__label {
  font-weight: normal;
  margin: 0 0 6px 0;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
}

.cfilter__field {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  font-size: 12px;
  padding: 6px;
  outline: none;
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border-radius: 5px;
  min-height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cfilter__field:focus {
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border: 1px solid #949494;
}

.cfilter__field--readonlydata:focus {
  border: none;
}

.cfilter__field--readonlydata {
  background: #ccc;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cfilter__field--checkbox {
  border: none;
  padding: 7px 0;
}

.cfilter__field--lookupmodal {
  border: none;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .cfilter__field--lookupmodal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.cfilter__field input {
  width: 100%;
  height: 100%;
  border: 0px none;
  background: none;
}

.cfilter__field--autoserch .autosearch {
  top: 56px;
}

.cfilter__datetimepicker {
  position: relative;
  background: #ccc;
}

.cfilter__datetimepicker--icon {
  background: #eeeeee;
  right: 0;
  top: 0;
  border-left: 1px solid #b6b6b6;
  bottom: 0;
  height: 36px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  width: 35px;
}

.cfilter__datetimepicker--icon::after {
  content: '';
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 4px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 791'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M676.8,80.68H600V0H480V80.68H316.67V0h-120V80.68H123.2C55.27,80.68,0,138.84,0,210.33v451C0,732.83,55.27,791,123.2,791H676.8C744.73,791,800,732.83,800,661.35v-451C800,138.84,744.73,80.68,676.8,80.68ZM720,661.35c0,25.07-19.37,45.46-43.2,45.46H123.2c-23.83,0-43.2-20.39-43.2-45.46v-451c0-25.07,19.38-45.46,43.2-45.46h73.46v73.66h120V164.87H480v73.66H600V164.87H676.8c23.83,0,43.2,20.39,43.2,45.46Z' style='fill:%23959595'/%3E%3Cpath d='M299.57,277.91h-49q-11.48,17.51-38.2,30.34a130.07,130.07,0,0,1-57,12.58q-3,0-5.86-.25v76a77.17,77.17,0,0,0,11.72.74q22,0,34.69-3.45V549H149.57v78.92h195V549h-45Z' style='fill:%23959595'/%3E%3Cpath d='M536.09,401q-43.36,0-74.77,20.72l2.81-68.07H580.63l7.73,21h55.08V284.81H403.2l-9.84,178.57,71,26.39q17.81-20.22,44.06-20.22a46.49,46.49,0,0,1,30,10.36q12.66,10.61,12.66,33.3,0,23.18-12.66,34-13.12,10.85-32.11,10.85-32.11,0-43.36-28.12l-84.84,5.67q8.44,44.4,45.94,69.8,37.73,25.65,95.39,25.65,65.63,0,102.42-33.79,36.56-33.79,36.56-84.6,0-52-34.69-81.88T536.09,401Z' style='fill:%23959595'/%3E%3C/svg%3E");
}

.cfilter__datetimepicker--fullcols {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}

/*
* form componant
*/
.cform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  padding: 0 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .cform {
    padding: 0;
    padding-left: 16px;
  }
}

.cform--mode {
  padding: 0;
  margin: 0;
}

.cform--asc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.cform--asc.ucheckbox {
  margin: 0;
  padding: 0;
}

.cform--cgrid-mod {
  padding-left: 0;
}

.cform__group {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cform__group {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin-right: 16px;
    max-width: calc(50% - 16px);
  }
}

.cform__group--fullcols {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

.cform__group--view {
  border: 1px solid #e6e6e6;
  padding: 3px 10px;
}

@media (max-width: 767px) {
  .cform__group--view {
    margin: 0 0 6px 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 6px 0;
  }
}

@media (min-width: 992px) {
  .cform__group--view {
    margin-bottom: 12px;
    border: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .cform__group--nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cform__group--cgrid-gmod {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cform__label {
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 6px 0;
  text-align: left;
  letter-spacing: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

@media (min-width: 992px) {
  .cform__label {
    -ms-flex-preferred-size: calc(40% - 6px);
        flex-basis: calc(40% - 6px);
    max-width: calc(40% - 6px);
    margin-right: 6px;
    text-align: right;
    margin-bottom: 0;
    padding: 0px;
    margin-top: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cform__label--view {
  padding-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "open_sanssemibold", Arial, sans-serif;
}

@media (min-width: 992px) {
  .cform__label--view {
    border: none;
    padding: 0;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .cform__label--hidemobile {
    display: none;
  }
}

.cform__label--fullcols {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-bottom: 6px;
}

.cform__field {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  font-size: 12px;
  padding: 6px;
  outline: none;
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border-radius: 4px;
  min-height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  cursor: initial;
}

@media (min-width: 992px) {
  .cform__field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.cform__field--fullcols {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100% !important;
}

.cform__field:focus {
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border: 1px solid #949494;
}

.cform__field--textarea {
  min-height: 80px;
  max-width: 100%;
}

.cform__field--readonlydata:focus {
  border: none;
}

.cform__field--readonlydata {
  background: #ccc;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #636361;
}

.cform__field--checkbox {
  border: none;
  padding: 6px 0;
}

.cform__field--lookupmodal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 100%;
}

.cform__field--lookupmodal ~ .ulink-group {
  margin-top: 6px;
}

.cform__field--lookupmodal + .cform__field--lookupmodal {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .cform__field--lookupmodal ~ .ulink-group,
  .cform__field--lookupmodal ~ .ulink {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0;
  }
  .cform__field--lookupmodal ~ .cform__field--lookupmodal {
    margin-left: 6px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cform__field--lookupmodal ~ .cform__field--lookupmodal {
    margin-left: 6px;
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .cform__field--lookupmodal ~ .cform__field--lookupmodal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 6px;
    margin-left: 0;
  }
}

.cform__field--asc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.cform__field--associate.cform__field--lookupmodal {
  max-width: 40%;
}

.cform__field--lookup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cform__field--multicheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cform__field--campaignfield {
  border: none;
  padding: 0;
}

.cform__field--imagefield {
  border: none;
  padding: 0;
}

.cform__field--filefield {
  border: none;
  padding: 0;
}

.cform__field--mode {
  border: none;
  padding: 0;
}

.cform__field--view {
  border: none;
  padding: 0;
  min-height: inherit;
}

.cform__field--richtextbox {
  border: none;
  padding: 0;
}

@media (min-width: 992px) {
  .cform__field--with-infobtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.cform__field--cgrid-fmod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 30px;
}

.cform__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cform__duration-grp {
  margin-right: 6px;
}

@media (min-width: 992px) {
  .cform__duration-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cform__duration-grp span {
  margin-top: 2px;
  font-size: 12px;
}

.cform__duration-grp input {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
}

.cform__duration-grp input:focus {
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border: 1px solid #949494;
}

.cform__duration-days {
  max-width: 60px;
  display: block;
  width: 60px;
}

.cform__duration-hours {
  max-width: 50px;
  width: 50px;
  display: block;
}

.cform__duration-minutes {
  max-width: 50px;
  width: 50px;
  display: block;
}

.cform--labelmod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  padding-top: 0;
  margin-bottom: 3px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
}

.cform--fieldmod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cform--scviewmod {
  margin: 10px 0;
  padding: 0;
}

@media (max-width: 767px) {
  .cform--scviewmod {
    padding: 0;
    margin: 0;
  }
}

.cform__scrichtextbox {
  max-width: 80%;
  border: 5px solid #f1f1f1;
  margin: 0;
  border-radius: 0px;
  padding: 0;
}

.cform__ckeditordata {
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cform__datetimepicker {
  position: relative;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.cform__datetimepicker-icon {
  background: #eeeeee;
  border-left: 1px solid #b6b6b6;
  bottom: 0;
  height: 36px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
}

.cform__datetimepicker-icon::after {
  content: '';
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 791'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M676.8,80.68H600V0H480V80.68H316.67V0h-120V80.68H123.2C55.27,80.68,0,138.84,0,210.33v451C0,732.83,55.27,791,123.2,791H676.8C744.73,791,800,732.83,800,661.35v-451C800,138.84,744.73,80.68,676.8,80.68ZM720,661.35c0,25.07-19.37,45.46-43.2,45.46H123.2c-23.83,0-43.2-20.39-43.2-45.46v-451c0-25.07,19.38-45.46,43.2-45.46h73.46v73.66h120V164.87H480v73.66H600V164.87H676.8c23.83,0,43.2,20.39,43.2,45.46Z' style='fill:%23959595'/%3E%3Cpath d='M299.57,277.91h-49q-11.48,17.51-38.2,30.34a130.07,130.07,0,0,1-57,12.58q-3,0-5.86-.25v76a77.17,77.17,0,0,0,11.72.74q22,0,34.69-3.45V549H149.57v78.92h195V549h-45Z' style='fill:%23959595'/%3E%3Cpath d='M536.09,401q-43.36,0-74.77,20.72l2.81-68.07H580.63l7.73,21h55.08V284.81H403.2l-9.84,178.57,71,26.39q17.81-20.22,44.06-20.22a46.49,46.49,0,0,1,30,10.36q12.66,10.61,12.66,33.3,0,23.18-12.66,34-13.12,10.85-32.11,10.85-32.11,0-43.36-28.12l-84.84,5.67q8.44,44.4,45.94,69.8,37.73,25.65,95.39,25.65,65.63,0,102.42-33.79,36.56-33.79,36.56-84.6,0-52-34.69-81.88T536.09,401Z' style='fill:%23959595'/%3E%3C/svg%3E");
}

.cform__datetimepicker input {
  background: none;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 36px);
      flex-basis: calc(100% - 36px);
  max-width: calc(100% - 36px);
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  padding: 6px;
  color: #333333;
}

.cform__datetimepicker input:focus, .cform__datetimepicker input:hover {
  outline: none;
}

.cform__validate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.cform__validate-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media (min-width: 992px) {
  .cform__validate-wrap {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
}

.cform__validate-wrap--fullcols {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  width: auto;
}

.cform__validate-data {
  border: 1px solid #F27724;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 16px;
  color: #F27724;
  border-radius: 4px;
  background: #fff;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: -40px;
}

.cform__validate-data::before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 12px;
  z-index: 1;
}

.cform__validate-data::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #F27724 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 10px;
}

.cform__validate-data--fullcols::before {
  left: inherit;
  right: 12px;
}

.cform__validate-data--fullcols::after {
  left: inherit;
  right: 10px;
}

.cform__validate--fullcols {
  position: relative;
  top: -36px;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.cform__validate--captcha {
  position: relative;
  top: -36px;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.cform__infobtn {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 0px;
}

@media (min-width: 992px) {
  .cform__infobtn {
    right: 0px;
    top: 6px;
  }
}

.cform--hide {
  display: none;
}

.cform__mselector {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  margin-top: -2px;
  max-width: 100%;
  z-index: 2;
}

@media (min-width: 992px) {
  .cform__mselector {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.cform__mselector-wrap {
  position: absolute;
  width: 100%;
  top: -2px;
  max-width: 100%;
  right: 0;
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 4px 4px;
  z-index: 1;
}

.cform__mselector-wrap::before {
  content: '';
  border-bottom: 9px dashed #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -8px;
  right: 9px;
  z-index: 2;
}

.cform__mselector-wrap::after {
  content: '';
  border-bottom: 10px dashed #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 8px;
  z-index: 1;
}

.cform__mselectorul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-height: 155px;
  overflow: hidden;
}

.cform__mselectorul:hover {
  overflow-y: auto;
}

.cform__mselectorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 12px;
}

.cform__mselectorlist:hover {
  background: #f7f7f7;
}

.cform__mselectorlist:focus {
  background: #f7f7f7;
}

.cform__mselectorlist:hover {
  background: #f7f7f7;
}

.cform__mselectorlist--active {
  background: #f7f7f7;
}

.cform__mselectorlist .ucheckbox {
  margin: 0;
  padding: 0;
}

.cform__mselector-action {
  padding: 6px 12px;
}

.cform__autoserach {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 60%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  margin-top: -2px;
  display: none;
}

@media (min-width: 992px) {
  .cform__autoserach {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.cform__autoserach-wrap {
  position: absolute;
  width: 100%;
  top: -2px;
  max-width: 100%;
  right: 0;
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0 0 4px 4px;
  z-index: 1;
}

.cform__autoserach-wrap::before {
  content: '';
  border-bottom: 9px dashed #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -8px;
  right: 9px;
  z-index: 2;
}

.cform__autoserach-wrap::after {
  content: '';
  border-bottom: 10px dashed #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 8px;
  z-index: 1;
}

.cform__autoserach-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 8px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-height: 160px;
  overflow: hidden;
}

.cform__autoserach-li {
  display: block;
}

.cform__autoserach-li:first-child {
  padding-top: 12px;
}

.cform__autoserach-li:last-child {
  padding-bottom: 12px;
}

.cform__autoserach-link {
  display: block;
  padding: 6px 8px;
  color: #0052a3;
  cursor: pointer;
}

.cform__autoserach:hover .cform__autoserach-ul {
  overflow-y: auto;
}

.cform__fileview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cform__fileview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.cform__fileview .ulink {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  padding: 0;
  margin-top: 4px;
}

.cform__gridimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  width: 80px;
  height: 60px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.cform__gridimg ~ .cform__gridimg {
  margin-left: 6px;
}

.cform__gridimg img {
  display: block;
  max-width: 100%;
}

.cform__color-box {
  height: 23px;
  width: 100px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.cform__color-value {
  width: 20px;
  border-right: 1px solid #ccc;
  margin-right: 6px;
}

.cform__color-code {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.cform--relatedlist {
  padding: 16px;
  margin: 0;
}

.autosearch {
  position: absolute;
  width: 100%;
  top: 33px;
  max-width: 100%;
  right: 0px;
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 0px 0px 4px 4px;
}

.autosearch::before {
  content: '';
  border-bottom: 9px dashed #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -8px;
  right: 9px;
  z-index: 2;
}

.autosearch::after {
  content: '';
  border-bottom: 10px dashed #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 8px;
  z-index: 1;
}

.autosearch__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 8px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-height: 160px;
  overflow: hidden;
}

.autosearch__ul::-webkit-scrollbar {
  width: 8px;
}

.autosearch__ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.autosearch__ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.autosearch__li {
  display: block;
}

.autosearch__li:first-child {
  padding-top: 12px;
}

.autosearch__li:last-child {
  padding-bottom: 12px;
}

.autosearch__link {
  display: block;
  padding: 6px 8px;
  color: #0052a3;
  cursor: pointer;
}

.autosearch:hover .autosearch__ul {
  overflow-y: auto;
}

.autosearch--open {
  z-index: 851;
}

.ucmmodalscroll--remove {
  overflow: initial;
}

/*
* grid component
*/
@media (min-width: 768px) {
  .cgrid {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
  }
  .cgrid:hover {
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .cgrid__header {
    display: none;
  }
}

.cgrid__table {
  margin: 0;
  bottom: 0;
  width: 100%;
  border-spacing: 0;
}

@media (max-width: 767px) {
  .cgrid__table {
    display: block;
  }
}

@media (max-width: 767px) {
  .cgrid__tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cgrid__th {
  border-bottom: 1px solid #f1f1f1;
  color: #111111;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 6px;
  text-align: left;
}

.cgrid__th--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.cgrid__th--link span {
  color: #111111;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
}

.cgrid__th:first-child {
  padding-left: 16px;
}

@media (min-width: 768px) {
  .cgrid__tr:nth-child(even) {
    background: #f7f7f7;
  }
}

@media (max-width: 767px) {
  .cgrid__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    position: relative;
    padding-bottom: 60px;
    border-radius: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .cgrid__tr--colorize .cgrid__td {
    -webkit-box-shadow: inset 0px 9px 8px -10px rgba(0, 0, 0, 0.18), inset 0px -9px 8px -10px rgba(0, 0, 0, 0.18);
            box-shadow: inset 0px 9px 8px -10px rgba(0, 0, 0, 0.18), inset 0px -9px 8px -10px rgba(0, 0, 0, 0.18);
    min-height: 38px;
  }
  .cgrid__tr--colorize .cgrid__td:first-child {
    -webkit-box-shadow: inset 0px 9px 8px -10px rgba(0, 0, 0, 0.18), inset 0px -9px 8px -10px rgba(0, 0, 0, 0.18), inset 8px 0px 8px -5px rgba(0, 0, 0, 0.15), inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0px 9px 8px -10px rgba(0, 0, 0, 0.18), inset 0px -9px 8px -10px rgba(0, 0, 0, 0.18), inset 8px 0px 8px -5px rgba(0, 0, 0, 0.15), inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .cgrid__tr--colorize .cgrid__td:last-child {
    -webkit-box-shadow: inset 0 -9px 8px -9px rgba(0, 0, 0, 0.18), inset -9px 0 8px -9px rgba(0, 0, 0, 0.18), inset 0 8px 8px -9px rgba(0, 0, 0, 0.18), inset 0px 0 0px 0px rgba(0, 0, 0, 0);
            box-shadow: inset 0 -9px 8px -9px rgba(0, 0, 0, 0.18), inset -9px 0 8px -9px rgba(0, 0, 0, 0.18), inset 0 8px 8px -9px rgba(0, 0, 0, 0.18), inset 0px 0 0px 0px rgba(0, 0, 0, 0);
  }
}

.cgrid__td {
  padding: 6px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
}

.cgrid__td:first-child {
  padding-left: 16px;
}

.cgrid__td:last-child {
  padding-right: 16px;
}

@media (max-width: 767px) {
  .cgrid__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .cgrid__td:nth-child(2n + 3) {
    background: #f7f7f7;
  }
  .cgrid__td[data-th="Flag"] {
    position: absolute;
    top: 12px;
    right: 10px;
    background: none;
  }
  .cgrid__td[data-th="Flag"]::before {
    display: none;
  }
  .cgrid__td:first-child {
    padding-left: 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    height: 40px;
  }
  .cgrid__td:last-child {
    padding-right: 0;
  }
  .cgrid__td::before {
    content: attr(data-th);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding: 5px 10px;
    min-width: 130px;
  }
}

@media (max-width: 767px) {
  .cgrid__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.cgrid__ifaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .cgrid__ifselected {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cgrid__ifselected::before {
  display: none;
}

.cgrid__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .cgrid__actions {
    position: absolute;
    bottom: 10px;
  }
}

.cgrid--checkbox {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .cgrid--checkbox {
    position: absolute;
    top: 12px;
    left: 10px;
  }
}

.cgrid--selected-length {
  width: 100px;
}

.cgrid--checkboxlbl {
  height: 18px;
}

.cgrid__actionicon {
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cgrid__actionicon {
    width: 34px;
    height: 34px;
    background: #d2d2d2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cgrid__actionicon:last-child {
  margin-right: 0;
}

.cgrid__icon {
  width: 17px;
  height: 17px;
  opacity: 0.7;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  font-style: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cgrid__icon:hover {
  opacity: 1;
}

.cgrid--relatedlist {
  margin-bottom: 0;
}

.cgrid__email {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.cgrid--caccmod {
  margin: 16px;
  width: calc(100% - 30px);
}

/*
* pagination scss
*/
.cpagi {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cpagi__record {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-left: auto;
}

.cpagi--selectmod {
  padding: 3px 20px 3px 3px;
  margin: 5px 16px 5px 0;
}

.cpagi--listpage {
  margin: 16px 16px 6px 0;
}

.pagination {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 25px;
}

.pagination li a,
.pagination li span {
  color: #333 !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

.page-item.active a.page-link,
.page-item.active a:focus,
.page-item.active a:hover,
.page-item.active span,
.page-item.active span:focus,
.page-item.active span:hover {
  background-color: #cccccc;
  border-color: #dfdfdf;
  font-size: 12px;
}

.page-item.active .page-link {
  color: #333333;
}

.page-link {
  position: relative;
  display: block;
  padding: 5px 8px;
  margin-left: -1px;
  line-height: 1.25;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 12px;
}

.page-link:focus,
.page-link:hover {
  color: #0052a3;
  background-color: #cccccc;
  border-color: #dfdfdf;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

@media (max-width: 767px) {
  .pagination-first,
  .pagination-prev,
  .pagination-next,
  .pagination-last {
    display: none;
  }
}

/*
* progress bar scss
*/
.cprog {
  height: 16px;
  margin: 16px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cprog__bar {
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #575757;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
}

.cprog__active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.cpop {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  width: 96%;
  height: auto;
  z-index: 2001;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .cpop {
    width: 640px;
  }
}

.cpop__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  background: rgba(75, 75, 75, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 320px) {
  .cpop--xs {
    width: 300px;
  }
}

@media (min-width: 575px) {
  .cpop--sm {
    width: 460px;
  }
}

@media (min-width: 992px) {
  .cpop--md {
    width: 800px;
  }
}

@media (min-width: 1024px) {
  .cpop--xl {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  .cpop--fluid {
    width: 86%;
  }
}

.cpop__container {
  position: relative;
  border-radius: 8px;
  background: #fff;
}

.cpop__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 16px;
  background: #f7f7f7;
  border-radius: 8px 8px 0 0;
}

.cpop__body {
  padding: 10px 16px;
  background: #fff;
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.cpop__footer {
  border-top: 1px solid #f7f7f7;
  background: #fff;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0 0 8px 8px;
}

.cpop__title {
  font-size: 17px;
  color: #333;
  font-family: "open_sanssemibold", Arial, sans-serif;
  margin: 0;
}

.cpop__close {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  background: #F27724;
  border: 1px solid #F27724;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  padding: 0px;
}

.cpop__close:hover, .cpop__close:focus {
  color: #F27724;
  background: #fff;
}

.cpop--fadeinscale .cpop__container {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cpop--slidebottom .cpop__container {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cpop--slidebottom .cpop__container {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cpop--stickytop {
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cpop--stickytop .cpop__container {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.cpop--show {
  visibility: visible;
  opacity: 1;
}

.cpop--show ~ .cpop__overlay {
  opacity: 1;
  visibility: visible;
}

.cpop--show .cpop__container {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cpop--show.cpop--fadeinscale .cpop__container {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.cpop--show.cpop--slidebottom .cpop__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.cpop--show.cpop--stickytop .cpop__header {
  border-radius: 0;
}

.cpop--show.cpop--stickytop .cpop__container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  border-radius: 0 0 8px 8px;
  opacity: 1;
}

/*
* tab componentents 
*/
.ctab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ctab__header {
  display: none;
}

@media (min-width: 768px) {
  .ctab__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #d6d6d6;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.ctab__links {
  background: rgba(0, 0, 0, 0);
  color: #636361;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 4px 8px 4px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0px;
  margin: 0 5px -2px 0;
  border-bottom: 0px none;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.ctab__links::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0052a3;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.ctab__links:hover {
  color: #0052a3;
  outline: none;
}

.ctab__links:hover::before {
  right: 0;
}

.ctab__links--jsactive {
  color: #0052a3;
  outline: none;
}

.ctab__links--jsactive::before {
  right: 0;
}

.ctab__links--jsactive:not([href]):not([tabindex]) {
  color: #0052a3 !important;
}

.ctab__links--ftlinks {
  font-size: 18px;
  margin-right: 0;
  color: #a8a8a8 !important;
}

@media (min-width: 992px) {
  .ctab__links--ftlinks {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 16px 8px 16px;
  }
}

.ctab__links--ftlinks .ctab__links--jsactive:not([href]):not([tabindex]) {
  color: #0052a3 !important;
}

.ctab__content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 767px) {
  .ctab__item {
    margin-bottom: 6px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .ctab__item::before {
    content: attr(data-title);
    background-color: #ddd;
    position: relative;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #333333;
    font-size: 15px;
    text-align: left;
    padding: 5px 10px 5px 30px;
    line-height: 22px;
    font-family: "open_sanssemibold", Arial, sans-serif;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 762.86'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M763.36,349.91H458.22V44.77a22.89,22.89,0,0,0-22.89-22.89h-61a22.89,22.89,0,0,0-22.89,22.89V349.91H46.28A22.89,22.89,0,0,0,23.39,372.8v61a22.89,22.89,0,0,0,22.89,22.89H351.42V761.86a22.89,22.89,0,0,0,22.89,22.89h61a22.89,22.89,0,0,0,22.89-22.89V456.71H763.36a22.89,22.89,0,0,0,22.89-22.89v-61A22.89,22.89,0,0,0,763.36,349.91Z' transform='translate%28-23.39 -21.89%29' style='fill:%23959595'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 8px center;
  }
}

.ctab__item--jsactive {
  color: #0052a3;
  outline: none;
}

.ctab__item--jsactive::before {
  right: 0;
}

@media (max-width: 767px) {
  .ctab__item--jsactive::before {
    border-radius: 6px 6px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 106.8'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Crect width='762.86' height='106.8' rx='10' ry='10' style='fill:%23959595'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: 10px center;
  }
}

.ctab__item--jsactive .ctab__content {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  color: #333;
}

@media (max-width: 767px) {
  .ctab__item--jsactive .ctab__content {
    border: 1px solid #dddddd;
    border-radius: 0 0 6px 6px;
    margin-bottom: 16px;
  }
}

.ctab__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ctab__single-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 2px solid #d6d6d6;
}

.ctab--freetrialtab {
  margin-top: 32px;
  padding-bottom: 32px;
}

/*
* thumb view
*/
.cthumb__lists {
  width: 100%;
  max-width: 1700px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cthumb__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  background: #e9e9e9;
  padding: 10px;
  margin: 0 16px 16px 0;
}

.cthumb__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cthumb__header .ucheckbox--box {
  border: 1px solid #adadad;
  background: #fff;
}

.cthumb__headericon {
  max-height: 36px;
}

.cthumb__headericon img {
  max-height: 100%;
}

.cthumb__actionbtn {
  position: relative;
  margin-left: auto;
}

.cthumb__actionbtn .dropdown-menu.show {
  -webkit-transform: translate3d(-175px, 24px, 0px) !important;
          transform: translate3d(-175px, 24px, 0px) !important;
}

.cthumb__actionbtn.ucm-options-dropdown .dropdown-menu {
  border-radius: 6px;
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cthumb__actionbtn.ucm-options-dropdown .dropdown-menu::before {
  content: '';
  border-bottom: 8px dashed #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: 6px;
  z-index: 2;
}

.cthumb__actionbtn.ucm-options-dropdown .dropdown-menu::after {
  content: '';
  border-bottom: 9px dashed #a8a8a8;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 1;
}

.cthumb__tools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cthumb__imgwrap {
  width: 202px;
  height: 212px;
  background: #fff;
  border: 1px solid #cacaca;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cthumb__imgwrap img {
  max-width: 100%;
  max-height: 100%;
}

.cthumb__title {
  font-size: 14px;
  color: #0052a3;
  border: none;
  background: none;
  text-align: left;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 8px;
}

.cthumb__actionflowlists {
  padding: 8px;
}

.cthumb__actionflowlists .ulink {
  margin-bottom: 4px;
}

.cthumb__attr {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 6px 2px 0;
}

.cthumb__attr:first-child {
  margin-top: 6px;
}

.ctooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ctooltip__content {
  min-width: 100px;
  max-width: 400px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #636361;
  font-size: 14px;
  border-radius: 8px;
  position: absolute;
  z-index: 1034;
  display: none;
  opacity: 0;
}

.ctooltip__content::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #636361;
}

.ctooltip__content--top {
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.ctooltip__content--top::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  bottom: -12px;
}

.ctooltip__content--right {
  top: 50%;
  left: 100%;
  margin-left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ctooltip__content--right::before {
  left: -12px;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.ctooltip__content--bottom {
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ctooltip__content--bottom::before {
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.ctooltip__content--left {
  top: 50%;
  right: 100%;
  margin-right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ctooltip__content--left::before {
  right: -12px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.ctooltip:hover .ctooltip__content {
  display: block;
  opacity: 1;
}

/* CSS start for Partner Locator */
.cplocator {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
}

.cplocator__heading {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.cplocator-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .cplocator-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cplocator-form__group {
  margin-bottom: 1.5rem;
  width: 100%;
}

.cplocator-form__label {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.2rem;
}

.cplocator-form__field {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  padding: 0.7rem;
  outline: none;
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border-radius: 0.5rem;
  min-height: 3.6rem;
  display: block;
  width: 100%;
  max-width: 260px;
}

.cplocator-form__field:focus {
  -webkit-transition: border 0.4s, all 0.2s linear;
  transition: border 0.4s, all 0.2s linear;
  border: 1px solid #949494;
}

.cplocator-form__field--minheight {
  min-height: 186px;
}

.cplocator-form__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .cplocator-form__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: auto;
  }
}

.cplocator-form__col50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cplocator-form__col50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}

.cplocator-form__or {
  height: 50px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #bbb;
  margin-top: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .cplocator-form__or {
    border-right: 1px solid #bbb;
    height: 275px;
    width: 30px;
    border-top: none;
    margin-top: 0px;
    margin-right: 50px;
  }
}

.cplocator-form__or:after {
  content: "OR";
  display: block;
  background: #ddd;
  border-radius: 50%;
  height: 40px;
  line-height: 33px;
  text-align: center;
  width: 40px;
  position: absolute;
  border: 4px solid #fff;
  color: #555;
  font-size: 1.2rem;
  top: -20px;
  left: calc(50% - 20px);
}

@media (min-width: 768px) {
  .cplocator-form__or:after {
    top: calc(50% - 20px);
    left: calc(100% - 20px);
  }
}

.cplocator-result-area {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.cplocator-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.cplocator-result__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
}

@media (min-width: 768px) {
  .cplocator-result__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .cplocator-result__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.cplocator-result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
}

.cplocator-result__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0.7rem;
}

@media (min-width: 768px) {
  .cplocator-result__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.cplocator-result__body {
  color: #333333;
  font-size: 1.4rem;
}

.cplocator-result__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.cplocator-result__address {
  margin-bottom: 1rem;
}

.cplocator-result__icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.cplocator-result__icon {
  width: 15px;
  height: 15px;
}

.cplocator-result__link {
  max-width: calc(100% - 22px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cplocator-details {
  margin: 0px auto 15px;
  font-size: 1.4rem;
}

.cplocator-details__title {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.cplocator-details__sum {
  font-size: 1.8rem;
}

.cplocator-details__desc {
  height: 90px;
  overflow: auto;
  display: block;
  margin-bottom: 1rem;
}

.cplocator-details__maparea {
  height: 277px;
  width: 100%;
  border: 1px solid #b2b2b2;
  overflow: hidden;
  background: #eee;
}

.cplocator-details__row {
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cplocator-details__col50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cplocator-details__col50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}

/* CSS end for Partner Locator */
/*
* clookups
*/
.clookups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.clookups--field {
  -ms-flex-preferred-size: calc(100% - 90px);
      flex-basis: calc(100% - 90px);
}

.clookups__selectfield {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.clookups__selectdata {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ccc;
  font-size: 12px;
  padding: 8px;
  border-radius: 6px;
  min-height: 36px;
  border: none;
}

.clookups--selectfieldmod {
  margin-right: 6px;
}

.clookups--ulinkgrp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 99px;
          flex: 0 0 99px;
}

@media (max-width: 480px) {
  .clookups--ulinkgrp {
    margin-top: 5px;
  }
}

.clookups--selectmod {
  background: #ccc;
}

@media (max-width: 360px) {
  .clookups--selectmod {
    margin-top: 5px;
  }
}

.clookups--withselect {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
* multi touch flow scss stand for all campaign execution module
* Email , event, microsite, web syndication
*/
.cmtf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmtf__leftarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.cmtf__leftarea--jsexpened {
  -webkit-box-flex: calc(100% - 460px);
      -ms-flex: calc(100% - 460px);
          flex: calc(100% - 460px);
  max-width: calc(100% - 460px);
}

.cmtf--cardheadmod {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmtf--cardbodymod {
  padding: 16px;
}

.cmtf__labelcount {
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  margin: 0px 10px 0px 3px;
  background: #707070;
  border-radius: 50%;
}

.cmtf__labelcount--active {
  background: #8ca621;
}

.cmtf__rightarea {
  position: absolute;
  background: #f1f1f1;
  z-index: 1001;
  top: 0;
  right: 0;
  height: calc(100% - 16px);
  width: 445px;
  overflow: hidden;
  border-radius: 8px;
}

.cmtf__rightarea:hover {
  overflow: auto;
}

.cmtf__rightarea--jsexpened {
  width: 100%;
}

.cmtf__rightareatitle {
  background: #707070;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  height: 45px;
}

.cmtf__emailthumb {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}

.cmtf__emailthumb__img {
  max-height: 100%;
  display: block;
  margin: 0px auto;
}

.cmtf__emailthumb__name {
  font-size: 12px;
  margin: 10px 0 0 0;
  display: block;
}

.cmtf__btngrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.cmtf__btn {
  border: 0px none;
  padding: 8px 16px;
  background: #606060;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmtf__btn:first-child {
  margin-right: 10px;
}

.cmtf__btnlabel {
  margin-left: 5px;
}

.cmtf__rhead {
  background: #707070;
  height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 8px 0 0;
}

.cmtf__rheadbtn {
  background: #606060;
  width: 35px;
  height: 31px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
}

.cmtf__rheadbtn-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.cmtf__rheadbtn-icon::before {
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 6px;
}

.cmtf__rheadbtn:focus {
  outline: none;
}

.cmtf__rheadbtn--jsmod {
  background: #f27724;
}

.cmtf__rheadbtn--jsmod .cmtf__rheadbtn-icon::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 0;
}

.cmtf__rheadtitle {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding-left: 16px;
}

.cmtf__rbody {
  padding: 16px;
}

.cmtf__eamillists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.cmtf__eamilitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 16px;
  margin-bottom: 16px;
  max-width: 190px;
}

.cmtf__eamilimgwrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmtf__eamilimgwrap img {
  max-height: 100%;
}

.cmtf__eamilcontent {
  margin-bottom: 16px;
  margin-top: 10px;
}

.cmtf__eamilcontent--rbmod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 0;
}

.cmtf__eamilcontent--ripplemod {
  top: 1px !important;
  margin: 0 !important;
}

.cmtf__eamilcontent--ripplelabel {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  max-width: calc(100% - 50px);
  margin-left: 6px;
}

.cmtf--cgridmod {
  margin: 16px;
}

.cmtf__getattbtn {
  margin: 16px;
}

/*
*global uploader for ucm upload scss
*/
.cuploader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.cuploader__browsebtn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.cuploader__browsebtn--link {
  margin-left: 6px;
  background: #efefef;
  padding: 5px 13px;
  border: 1px solid #ccc;
  color: #333;
  transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
}

.cuploader__browsebtn--link:hover {
  background: #dddddd;
}

.cuploader__input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}

.cuploader__custombtn {
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.cuploader__custombtn--icon {
  margin-right: 5px;
  cursor: pointer;
  padding: 0 8px;
}

.cuploader__imageprview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cuploader__imageprview-imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  max-height: 40px;
  max-width: 40px;
}

.cuploader__imageprview-imgwrap img {
  max-height: 40px;
  margin: auto;
  display: block;
  max-width: 40px;
}

.cuploader__imageprview-title {
  font-size: 12px;
  color: #797979;
  line-height: 18px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cuploader__imgarea {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  max-height: 50px;
  overflow: hidden;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cuploader__imgarea:hover {
  overflow-y: auto;
}

.cuploader__closebtn {
  color: #F27724;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border: 0px none;
  background: none;
  padding: 0;
  border-radius: 50%;
}

.cuploader__closebtn:hover {
  background: #F27724;
  color: #fff;
  cursor: pointer;
}

/*
* for tree view
*/
.ctree {
  display: block;
  padding: 0;
}

.ctree__parentlist {
  display: block;
}

.ctree__parentlist--active > .ctree__node {
  padding: 6px 0;
}

.ctree__node {
  display: block;
}

.ctree__node-link {
  margin: 0;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background: #7b7b7b !important;
  z-index: 3;
}

.ctree__node-link span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: block;
  margin: 0px 0px 0 6px;
  max-width: 80%;
}

.ctree__node-bullet {
  padding-left: 10px;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100% !important;
}

.ctree__node-bullet::before {
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  content: '';
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
}

.ctree__node-list {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 0px;
  position: relative;
}

.ctree__node-list::before, .ctree__node-list::after {
  content: '';
  left: -10px;
  position: absolute;
  right: auto;
}

.ctree__node-list::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.ctree__node-list::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 16px;
  width: 25px;
}

.ctree__node-list:last-child::before {
  height: 16px;
}

.ctree__node-ul {
  margin: 0;
  padding: 0px 0 0 20px;
}

.ctree i.uicon {
  background-color: #333;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-size: 9px;
  margin: 0 0 0 4px;
}

.ctree .ucmicon-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 106.8'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Crect width='762.86' height='106.8' rx='10' ry='10' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

.ctree .ucmicon-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 762.86 762.86'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M763.36,349.91H458.22V44.77a22.89,22.89,0,0,0-22.89-22.89h-61a22.89,22.89,0,0,0-22.89,22.89V349.91H46.28A22.89,22.89,0,0,0,23.39,372.8v61a22.89,22.89,0,0,0,22.89,22.89H351.42V761.86a22.89,22.89,0,0,0,22.89,22.89h61a22.89,22.89,0,0,0,22.89-22.89V456.71H763.36a22.89,22.89,0,0,0,22.89-22.89v-61A22.89,22.89,0,0,0,763.36,349.91Z' transform='translate%28-23.39 -21.89%29' style='fill:%23ffffff'/%3E%3C/svg%3E");
}

.ctree--partnergroup {
  display: block;
}

.ctree--partnergroup .ucheckbox {
  margin: 6px 0 0 0;
  padding: 0;
}

.ctree--partnergroup i.ucmicons {
  margin: 6px 0 0 0;
  width: 16px;
  height: 16px;
}

.ctree--partnergroup .ctree__node-bullet::before {
  display: none;
}

.ctree--partnergroup .ctree__node-list::after {
  top: 16px;
  width: 8px;
}

.ctree--partnergroup .ctree__node-bullet {
  padding-left: 5px !important;
}

.ctree--optiontype .ctree__node-bullet::before {
  display: none;
}

.ctree--optiontype .ctree__node-bullet {
  padding-left: 5px !important;
}

.cart-tree {
  width: 100%;
  display: block;
}

.cart-tree .ctree {
  padding: 3px 5px;
  background: #7b7b7b;
  border: 1px solid #696969;
  margin: 6px 0 0;
  border-radius: 4px;
}

.cintmed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.cintmed__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 641px) {
  .cintmed__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-right: 16px;
  }
}

.cintmed__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 641px) {
  .cintmed__right {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
  }
}

.cintmed__heading {
  width: 100%;
  font-size: 24px;
  color: #000;
  line-height: 28px;
  padding: 0 0 3px;
  margin: 0;
  font-family: "open_sanssemibold", Arial, sans-serif;
}

.cintmed__creby {
  color: #606061;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}

.cintmed__desc {
  color: #333;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 14px;
  max-width: 1024px;
  margin-bottom: 16px;
}

.cintmed__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.cintmed__lists-loop {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  margin: 0 16px 16px 0;
}

.cintmed__lists-loop::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ccc;
  top: -1px;
}

.cintmed__lists-loop::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 801 775.56'%3E%3Ctitle%3Eucmicon%3C/title%3E%3Cpath d='M299.72,540.55Q426.58,354,553.53,167.44c29-42.4,58.17-84.66,88.63-126C668.26,6,684.27,4.13,721.52,28.57q24.88,16.32,49.06,33.7c34.11,24.5,38.67,45.44,15.64,79.71Q652.48,341,518,539.46,451.32,638,384.07,736.24c-42.46,62.25-76.21,68.33-130,17-80.22-76.52-157.61-156-236.33-234.1C-6.63,495-5.64,470.89,15.1,444.76c69.5-87.54,91.52-89.55,167.92-9.31,35.37,37.15,67.64,77.24,101.32,116Z' transform='translate%280.5 -12.22%29' style='fill:%23f16e15'/%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  left: 8px;
  top: 6px;
  background-repeat: no-repeat;
}

.cintmed__lists-label {
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  padding-left: 35px;
}

.cintmed__lists-info {
  font-family: "open_sansregular", Arial, sans-serif;
  color: #636361;
  font-size: 14px;
  margin-left: 5px;
}

.cintmed__module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cintmed__module-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 118px;
  flex-direction: column;
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 4px;
}

@media (min-width: 481px) {
  .cintmed__module-loop {
    margin: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}

.cintmed__module-count {
  color: #00adff;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 30px;
  text-align: center;
}

.cintmed__module-info {
  color: #636361;
  font-size: 16px;
  margin-top: auto;
  text-align: center;
}

.cintmed__module-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: auto;
  padding-top: 16px;
}

.cintmed__banner {
  margin-bottom: 10px;
}

.cintmed__banner-wrp {
  overflow: hidden;
  max-height: 300px;
  position: relative;
  margin: -16px -16px 16px -16px;
}

.cintmed__banner-wrp img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.cintmed__rlabel {
  color: #333333;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 0;
}

.cintmed__thumb-wrp {
  max-width: 100%;
  border-radius: 8px;
  max-height: 210px;
  overflow: hidden;
}

.cintmed__thumb-wrp img {
  max-width: 100%;
}

.ctactics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.crole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.crole__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (min-width: 576px) {
  .crole__box {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin-right: 16px;
  }
}

.crole__box-imgwrap {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  overflow: hidden;
}

.crole__box-imgwrap img {
  max-width: 100%;
}

.crole__box-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-top: 16px;
}

@media (min-width: 861px) {
  .crole__box-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 16px;
    margin-top: 0;
  }
}

.crole__box-title {
  font-size: 18px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  color: #333;
  font-weight: normal;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 861px) {
  .crole__box-title {
    text-align: left;
  }
}

.crole__box-desc {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 861px) {
  .crole__box-desc {
    text-align: left;
  }
}

.crole__box-btn {
  font-size: 12px;
  color: #fff;
  background: #014b7e;
  border-radius: 10px;
  padding: 4px 12px;
  border: none;
  line-height: 1;
  cursor: pointer;
  margin-top: auto;
}

.crole__box-btn--active {
  background: #aaa;
}

.crole__box--active {
  background: #f1f1f1;
  border-radius: 4px;
}

.switchrole {
  width: 100%;
  margin: auto;
  max-width: 1170px;
}

.switchrole .ctab__links {
  font-size: 16px;
  line-height: 21px;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
}

.switchrole titlebreadcrumbs .ml-auto {
  display: none;
}

.cvideolib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cvideolib__left {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .cvideolib__left {
    -webkit-box-flex: calc(100% - 336px);
        -ms-flex: calc(100% - 336px);
            flex: calc(100% - 336px);
    max-width: calc(100% - 336px);
  }
}

.cvideolib__left.fullwidth {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.cvideolib__vidwrap {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: auto;
  max-width: 1000px;
}

.cvideolib__vidwrap video,
.cvideolib__vidwrap object,
.cvideolib__vidwrap source,
.cvideolib__vidwrap iframe {
  width: 100%;
  height: auto;
  display: block;
}

.cvideolib__vidwrap video:focus,
.cvideolib__vidwrap object:focus,
.cvideolib__vidwrap source:focus,
.cvideolib__vidwrap iframe:focus {
  outline: none;
}

.cvideolib__vidwrap-embed > div:first-of-type {
  width: 100%;
}

.cvideolib__video {
  width: 100%;
}

.cvideolib__title {
  color: #333333;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  margin: 16px auto 0;
  max-width: 1000px;
}

.cvideolib__tabcontwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cvideolib__tabcontleft {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 16px;
}

@media (min-width: 576px) {
  .cvideolib__tabcontleft {
    -ms-flex-preferred-size: calc(100% - (256px + 16px));
        flex-basis: calc(100% - (256px + 16px));
    margin-top: 0;
  }
}

.cvideolib__tabcontleft .ctab__single-content {
  padding: 8px 0;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.cvideolib__infos {
  background: #e9e9e9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 4px;
  padding: 16px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 576px) {
  .cvideolib__infos {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cvideolib__infos-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cvideolib__infos-loop:not(:last-child) {
  margin-bottom: 16px;
}

.cvideolib__infos-label {
  color: #333333;
  font-size: 14px;
  font-family: "open_sanssemibold", Arial, sans-serif;
}

.cvideolib__infos-data {
  color: #333333;
  font-size: 14px;
  font-family: "open_sansregular", Arial, sans-serif;
  padding-left: 8px;
}

@media (min-width: 992px) {
  .cvideolib__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-left: auto;
  }
}

@media (min-width: 481px) {
  .cvideolib__right .hide_sidebar_filter {
    position: fixed;
    top: 80px;
    right: 16px;
  }
  .cvideolib__right .hide_sidebar_filter .cfilter__titlewrap {
    border-radius: 0;
  }
}

.cvideolib .fullwidth ~ .cvideolib__right {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.cvideolib .ctab__links {
  font-size: 16px;
}

.cvideo__grp {
  background: #ddd;
  border-radius: 4px;
  padding: 6px 8px;
  width: 100%;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0 0 0 1px #a8a8a8, 0 3px 0 #ddd, 0 4px 0 #a8a8a8, 0 6px 0 #ddd, 0 7px 0 #a8a8a8;
          box-shadow: 0 0 0 1px #a8a8a8, 0 3px 0 #ddd, 0 4px 0 #a8a8a8, 0 6px 0 #ddd, 0 7px 0 #a8a8a8;
  cursor: pointer;
}

.cvideo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cvideo__link span {
  font-size: 14px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-left: 4px;
}

.cvideo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #fff;
}

.cvideo__list--active {
  border-left: 2px solid #636361;
}

.cvideo__name {
  font-size: 12px;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #333333 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 8px;
  padding-bottom: 0;
}

.cvideo__name--active {
  background: #dfdfdf;
  color: #333333 !important;
}

.cvideo__time {
  font-size: 12px;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #a8a8a8;
  padding: 0 8px 8px;
}

.cvideo__time--active {
  background: #dfdfdf;
  color: #a8a8a8 !important;
}

.cvideo__parentlist--active > .cvideo__tree > .cvideo__grp {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: #949494;
}

.cvideo__parentlist--active > .cvideo__tree > .cvideo__grp > .cvideo__link--open {
  margin-bottom: 8px;
}

.cvideo__sub .cvideo__grp--open {
  background: #DDDDDD;
}

.cvideo__sub .cvideo__grp .cvideo__link span {
  text-transform: none;
}

.cvideo__subnode .cvideo__grp:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.cvideo__subnode .cvideo__grp--open {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}

.cvideo__subnode .cvideo__grp--open .cvideo__grp {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: #eee;
  margin-bottom: 0;
  border-radius: 0;
}

.cvideo__subnode .cvideo__grp--open .cvideo__grp:not(:last-child) {
  border-radius: 0;
}

.cvideo__subnode .cvideo__grp--open .cvideo__grp .cvideo__grp {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: #f7f7f7;
}

.cvideo__subnode .cvideo__grp--open .cvideo__link--open {
  padding: 6px;
  border-bottom: 1px solid #ccc;
}

.cglobal-scroll {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cglobal-scroll::-webkit-scrollbar {
  width: 8px;
}

.cglobal-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.cglobal-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.cglobal-scroll:hover {
  overflow: auto;
}

.cfooter {
  background: #000;
  padding: 20px 16px;
  color: #fff;
  text-align: center;
  z-index: 1034;
  position: relative;
}

.cfooter * {
  color: #fff;
}

/* 
* impersonate implementation
* form footer scss
*/
.impwrap {
  position: fixed;
  left: 50%;
  bottom: 0;
  background: #f27724;
  z-index: 200000000000001;
  padding: 6px 15px;
  border-radius: 8px 8px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.impwrap__content {
  text-shadow: 0px 1px 0 #712e00;
  color: white;
  font-size: 14px;
  font-family: 'open_sanssemibold', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.impwrap__content--hide {
  display: none;
}

.impwrap__revert {
  border: 0px none;
  color: #202020;
  background: #fff3eb;
  margin-left: 15px;
  font-size: 11px;
  padding: 0 12px;
}

.impwrap__togglebtn {
  border: 0px none;
  background: none;
  margin-top: 3px;
  margin-right: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.impwrap__togglebtn i.ucmicons {
  width: 16px;
  height: 16px;
}

.impwrap__togglebtn--mode {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.impwrap--datahide {
  padding: 0;
  background: rgba(249, 100, 0, 0.7);
}

.impwrap--datahide .impwrap__togglebtn {
  padding: 6px 12px 3px;
  margin-right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

price-calculator {
  display: block;
  background: #e9e9e9;
  margin: 0;
  padding: 0;
}

.cmodule {
  margin: 0;
  padding: 0;
  background: #e9e9e9;
  margin-top: 80px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .cmodule {
    margin-top: 106px;
  }
}

.cmodule__banner {
  height: 300px;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cmodule__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 16px;
}

.cmodule__bannertitle {
  font-size: 24px;
  font-family: "open_sansbold", Arial, sans-serif;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .cmodule__bannertitle {
    font-size: 36px;
    line-height: 342px;
  }
}

@media (min-width: 1600px) {
  .cmodule__bannertitle {
    font-size: 40px;
    line-height: 46px;
  }
}

.ftwrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  background: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .ftwrapper {
    padding: 0 40px;
  }
}

.fthead__title {
  margin: 0;
  font-size: 24px;
  font-family: "open_sansbold", Arial, sans-serif;
  line-height: 30px;
  color: #333333;
  position: relative;
  margin-bottom: 12px;
  padding-top: 34px;
}

@media (min-width: 992px) {
  .fthead__title {
    font-size: 36px;
    line-height: 46px;
    padding-top: 40px;
  }
}

.fthead__title::before {
  content: '';
  display: block;
  width: 170px;
  height: 4px;
  margin-bottom: 8px;
  background: #8CA621;
  position: relative;
}

@media (min-width: 768px) {
  .fthead__title::before {
    width: 126px !important;
  }
}

.fthead__desc {
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  line-height: 22px;
  color: #333333;
  position: relative;
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .fthead__desc {
    font-size: 20px;
    line-height: 26px;
  }
}

.fthead__desc--color {
  color: #F27724;
}

.ftlists {
  margin: 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ftlists__box {
  background: #f1f1f1;
  border-radius: 8px;
  margin: 12px 0;
  padding: 16px;
  list-style: none;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ftlists__box--active {
  background: #fff;
}

.ftlists__iconarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

@media (min-width: 768px) {
  .ftlists__iconarea {
    margin-bottom: 0;
  }
}

.ftlists__iconarea i {
  display: block;
  width: 48px;
  height: 48px;
}

.ftlists__iconarea span {
  font-size: 14px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  line-height: 20px;
  color: #636361;
  text-align: center;
  margin-top: 8px;
}

.ftlists__tdesc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .ftlists__tdesc {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
    margin-top: 0;
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .ftlists__tdesc {
    -ms-flex-preferred-size: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
  }
}

.ftlists__tdesc h3 {
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  line-height: 22px;
  color: #333333;
}

.ftlists__tdesc p {
  font-size: 16px;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 22px;
  color: #333333;
}

.ftlists__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

@media (min-width: 768px) {
  .ftlists__action {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

@media (min-width: 992px) {
  .ftlists__action {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}

.ftlists__action-video {
  border: none;
  background: none;
  margin: 0 16px 0 0;
  padding: 0;
}

.ftlists__action-video i {
  display: block;
  width: 44px;
  height: 44px;
}

@media (min-width: 768px) {
  .ftlists__action .utogglerchekbox {
    margin-left: auto;
  }
}

.ftformwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ftblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .ftblock {
    padding-bottom: 20rem;
  }
}

.ftmessage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .ftmessage {
    -ms-flex-preferred-size: calc(100% - 380px);
        flex-basis: calc(100% - 380px);
  }
}

.ftmessage__thgap {
  margin-bottom: 32px;
}

.ftmessage p {
  font-size: 24px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  line-height: 38px;
  color: #636361;
}

.ftcontactbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ftcontactbox {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin-left: auto;
    max-width: 300px;
  }
}

.ftcontactbox__title {
  margin: 0;
  position: relative;
  font-size: 24px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  line-height: 30px;
  color: #333333;
  position: relative;
  margin-bottom: 12px;
  padding-top: 24px;
  display: block;
}

@media (min-width: 768px) {
  .ftcontactbox__title {
    font-size: 30px;
    line-height: 36px;
  }
}

.ftcontactbox__desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.ftcontactbox__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ftcontactbox__loop-iwrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}

.ftcontactbox__loop i {
  width: 30px;
  height: 30px;
}

.ftcontactbox__loop-desc {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 50px);
      flex-basis: calc(100% - 50px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ftcontactbox__loop-desc--color {
  font-size: 15px;
  line-height: 22px;
  color: #00adff !important;
}

.ftcontactbox__loop-desc span {
  color: #636361;
  font-size: 13px;
  line-height: 20px;
}

.ft__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .ft__form {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.ft__form .cform__group--fullcols {
  margin-bottom: 24px;
}

.ft__form .cform {
  margin: 0;
  padding: 0;
}

.ft__rightcontent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .ft__rightcontent {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: auto;
  }
}

.ft__rightcontent h3 {
  font-size: 18px;
  color: #8CA621;
  margin-bottom: 16px;
  line-height: 24px;
}

@media (min-width: 1280px) {
  .ft__rightcontent h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.ft__rightcontent p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .ft__rightcontent p {
    font-size: 18px;
    line-height: 33px;
  }
}

.ft__captcha {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.ft__captcha-numbers {
  font-size: 16px;
  line-height: 22px;
  margin-right: 16px;
  min-width: 50px;
}

.ft__captcha-equal {
  font-size: 22px;
  line-height: 28px;
  margin-right: 16px;
}

.ft__captcha-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
}

.ft__captcha-btn {
  background: none;
  border: 0px none;
  margin-left: 8px;
}

.ft__btcontent {
  padding-bottom: 8%;
  padding-top: 24px;
}

.ft__btcontent p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.ftheading {
  font-size: 18px;
  margin-right: 0;
  color: #a8a8a8;
}

@media (min-width: 992px) {
  .ftheading {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 16px 8px 16px;
  }
}

/*
* main content area of ui
*/
.ui__wrap {
  background-color: #e9e9e9;
  padding: 16px;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=ucm-ui.css.map */